NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Developing a method for repair actions for a sequence

Solved!
Go to solution

I want to design a sequence in teststand that when each test fails, the sequence execution stops and indicates the repair action.  I do not see a repair action in any of the fields in the dialogs for each step to edit.  I just want to run a series of tests and when one fails, ahve a callout for repair.  How do you do this in teststand?

0 Kudos
Message 1 of 2
(3,596 Views)
Solution
Accepted by topic author id

SequenceFilePostStepFailure callback.  It gets triggered whenever a step fails.

 

Here is an example on one way to use it: https://www.ni.com/docs/en-US/bundle/teststand/page/overriding-engine-callbacks-sequencefileposts.ht...

 

Instead of what they are doing in the example you can just have a popup instructing the tester to go run the repair. 

 

Hope this helps,

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