02-02-2016 06:52 PM
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?
Solved! Go to Solution.
02-02-2016
07:01 PM
- last edited on
11-05-2024
04:09 PM
by
Content Cleaner
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,