NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Correct termination Banner when run time errors are ignored

When I run a sequence with run-time errors ignored, TestStand continues on to the next step after encountering an error, but invokes PASS banner at end of test. How can I run (with run-time errors ignored) and get the correct banner at the end of test. In other words, if any errors were encountered, I'd like the FAIL banner to come up at the end of the test (actually anything other than the PASS banner would be acceptable).
 
Hurst
0 Kudos
Message 1 of 3
(2,733 Views)

Hi Hurst,

You will need to make the Sequence fail and you can do this by setting RunState.SequenceFailed = True

Hope this helps

Regards

Ray Farmer

Regards
Ray Farmer
Message 2 of 3
(2,723 Views)

Ray,

Thanks, that method works great.

Hurst

0 Kudos
Message 3 of 3
(2,706 Views)