LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Local variable and property node

What is the difference between a local variable (double) and a property node
with property value?
thank you.
roby.
0 Kudos
Message 1 of 3
(3,011 Views)
Hello again

Local variable is the exact copy of your control, but you can read and write to it regardless whether it is indicator or control.
Property node is a special way of setting and getting different properties like: label, position, size, etc. of your oryginal control or indicator.

There is also difference in memory management when using local variables and property node. The property node is generaly slower than local variables, but it gives you more possibility (object oriented programming).

regards
Pawel
0 Kudos
Message 2 of 3
(3,011 Views)
See here.
0 Kudos
Message 3 of 3
(3,011 Views)