01-28-2013 06:37 PM
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.
Solved! Go to Solution.
01-29-2013 05:07 AM
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.
01-29-2013 09:06 AM
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.