From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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,235 Views)
Solution
Accepted by id

SequenceFilePostStepFailure callback.  It gets triggered whenever a step fails.

 

Here is an example on one way to use it: http://zone.ni.com/reference/en-XX/help/370052K-01/tssuppref/infotopics/callbacks_sequencefilepostst...

 

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,233 Views)