06-04-2014 01:12 PM
Is there a way to read a caption without using property nodes?
06-04-2014 01:40 PM
No.
What is wrong with using a property node, that's why they exist.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
06-04-2014 01:42 PM
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.
06-04-2014 01:46 PM
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.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord