LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Reading a caption without property nodes

Is there a way to read a caption without using property nodes?

 

0 Kudos
Message 1 of 4
(2,269 Views)

No.  

 

What is wrong with using a property node, that's why they exist.

0 Kudos
Message 2 of 4
(2,258 Views)

I have code that works on windows that uses property nodes to read a caption. So it doesn't work on real time and I don't want to rewrite it.

0 Kudos
Message 3 of 4
(2,256 Views)

Well you will have to.  Real-time code doesn't really have a front panel when it is running.  

 

There are also other conserns when going to Real-Time that you don't think about when writing programs on Windows.  Taking a project and putting it on Real-Time should prompt some kind of re-write anyway to ensure that proper memory management is taking place, and priotiry loops, and single cycle timed loops are used when they should be.  Take this as an oportunity to optomize your code for Real-Time.

0 Kudos
Message 4 of 4
(2,250 Views)