NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to auto set one numeric test step's limits?

i want to auto set a numeric test step's limits ,the limit's value is got from one number control and one offset control in LV front panel of my programm.when i change the number control in my fronet panel of LV, and it will auto set the limits to my step in teststand.How to realize it? Using local variable or...?? pls help me and give me a example source code.thanks
0 Kudos
Message 1 of 2
(2,826 Views)
Hi,

You should use the SetValNumber VI off of the TestStand Palette on your Controls Palette. The property you are trying to set is for the step and is identifed by the lookup string(s):

"Step.Limits.High", and "Step.Limits.Low"

Have a look at the examples inside of \Examples\AccessingPropertiesAndVariables\UsingLabVIEW\AccessingPropertiesAndVariables.seq.


Bob
0 Kudos
Message 2 of 2
(2,826 Views)