NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Pass/fail status (UUT Result) of my main sequence

Solved!
Go to solution

I would like to have my last step in my test sequence to be a DLL passing to my SQL database a part number, a serial number from “RunState.Caller.Locals.UUT.SerialNumber” and Pass/Fail status of my Test Sequence.
Can I pass pass/fail status of my test sequence to my DLL before execution is completed?


Thank you,
Henry

0 Kudos
Message 1 of 3
(4,844 Views)
Solution
Accepted by HenryG

Access Pass/Fail status by using RunState.SequenceFailed.  It will be True if the test failed.

 

Hope this helps,

jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
0 Kudos
Message 2 of 3
(4,840 Views)

Thank you very much. Henry

0 Kudos
Message 3 of 3
(4,832 Views)