LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

set knob scale at runtime

Hi!

I'm relatively new to labview and i was wondering how i can set the scale value after i've read a file (the file is a CSV) i want the knob scale to correspond to the "column" in the comma seperated value's file.

Thanks,

Christiaan
0 Kudos
Message 1 of 2
(2,648 Views)
hi Christiaan,
In labview for changing properties on runtime you have something called as property node,you can access this by right clicking on the function and going to Create/propertynode,do the same for the knob control and select the Scale property of the knob and change the scale on the fly.
hope this solves your problem
vicky
Message 2 of 2
(2,648 Views)