From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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,058 Views)

No.  

 

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

0 Kudos
Message 2 of 4
(2,047 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,045 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,039 Views)