NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

TestStand Lookup String for UUT Result Passed/Failed

When I am in CleanUp group,what is the lookup string for UUT Result=Passed or Failed. That is all steps in main group passed = UUT Result=Passed. I am using Labview.
0 Kudos
Message 1 of 3
(4,203 Views)
You can use the following property paths to find out the status of your sequence:
RunState.ErrorReported
RunState.SequenceFailed

With this you can know the status of your sequence, "passed", "failed" or "error", and you can assume the status isn't "terminated" since you are still executing.

I hope this helps
Message 2 of 3
(4,203 Views)
Using RunState.SequenceFailed called from Cleanup step in TestStand sequence seems to work reliably for me but using RunState. ErrorReported does not. It seems as though the sequence context becomes invalid or something (although I get no error when accessing this property). It does not always come back true when a runtime error has occurred. Any ideas?
Thanks, Roger Owens roger.owens@hs.utc.com
0 Kudos
Message 3 of 3
(4,203 Views)