NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

how do I compare limit equal two distinct values?

I have TS 2.01f and LV 6.1 win2000
In Teststand, How do I compare the limits tests.
ex: value1 EQ 1 or 50 then passed else failed
I see ==; <> ; >=; <=
0 Kudos
Message 1 of 2
(2,901 Views)
One way is to use a Pass/Fail test and set the Data Source Expression to be something like "Locals.Measurement == 0 || Locals.Measurement == 50". The other way is to create your own custom step type. There's some examples here that you might want ot look at to get some ideas.
0 Kudos
Message 2 of 2
(2,901 Views)