NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

What is the best way to change STOP_ON_FAIL?

Solved!
Go to solution

Normally production test sequencer has this configuration : STOP_ON_FAIL. 
In normal production if a test step fail, test sequencer will stop, skip the remaining test steps and show up failure. This can save test time.


But in some cases (for example to deeply investigate the failure part),we need the sequencer do NOT stop when it fail, until go through all test steps, This is sometimes helpful for failure analysis.

 

What is the best way to achieve this in TestStand? 

0 Kudos
Message 1 of 5
(2,336 Views)
Solution
Accepted by topic author MarkZhou

Do you have the station global "Immediately Goto Cleanup on Sequence Failure" set to achieve this behavior?

If so you can programmatically set it to false so that the program continues after a failed step. (Don't forget to enable it again)

0 Kudos
Message 2 of 5
(2,314 Views)
Solution
Accepted by topic author MarkZhou

Configure----> Station Options------->Execution--->uncheck (Immediately Goto Cleanup on Sequence Failure)

 

----------------------------------------------------------------------------------------------------------------
Palanivel Thiruvenkadam | பழனிவேல் திருவெங்கடம்
LabVIEW™ Champion |Certified LabVIEW™ Architect |Certified TestStand Developer

Kidlin's Law -If you can write the problem down clearly then the matter is half solved.
-----------------------------------------------------------------------------------------------------------------
0 Kudos
Message 3 of 5
(2,302 Views)

Hello Palanivel,
I tried,It work.

Thanks.

 

Mark Zhou

0 Kudos
Message 4 of 5
(2,294 Views)

Great!

Thanks.

0 Kudos
Message 5 of 5
(2,291 Views)