NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I make a pass/fail step using only expressions, not a LabVIEW VI?

Solved!
Go to solution

Hopefully my question title summarized it. I want to make a pass/fail step by evaluating TestStand variable; right now I only know how do to this by making a LabVIEW module.

0 Kudos
Message 1 of 3
(3,346 Views)
Solution
Accepted by topic author bmihura

You can use a pass/fail step type without a labview adapter (none).

 

Ensure that you update the boolean Step.Result.PassFail to True for pass and False for fail with your custom expression.

Message 2 of 3
(3,335 Views)

That worked! It took me awhile to remember how to change the adapter from LabVIEW to None (it was the pull-down ring), then your idea worked perfectly.

0 Kudos
Message 3 of 3
(3,326 Views)