Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

assigning values

How do you assign a new value to an already existing numeric control in LabVIEW as you can in Java or C++?  For example if you have a variable lets say "x", in Java you can assign a different value to this object (as long as its the same type) but just using x = ... . How do you do this in LabVIEW?  By doing research it seems to me property nodes could have this function but I do not know if I am correct.
0 Kudos
Message 1 of 2
(2,703 Views)

You are correct.

you can use either create property nodes>> property 'Value' or create Local variables, to that Numeric control,  for assigning Values.

0 Kudos
Message 2 of 2
(2,695 Views)