LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

change range values in digital controller at run time

Hi,

I wanted to change the range ( minimum, maximum etc) of
a digital controller (knob) when my VI is running... How do I do that ???

Thanks

--Amit
0 Kudos
Message 1 of 2
(2,460 Views)
Amit,

Use property nodes. Right click on the control, and choose "Create Property Node". Select Range, All Values to get a cluster of the max and min. Be sure it is set to Write Value. Then, use this cluster in a Bundle to input the values when and where you want.

Look in the examples for similar, and in the examples and documentation for using property nodes and references.
0 Kudos
Message 2 of 2
(2,460 Views)