NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to run from the caller's step in teststand

Solved!
Go to solution

Hi,

 

When an error occurs in a step during a sequence, I can use the SequenceFilePostStepRuntimeError call back to catch the error. But how can I go back to the step which is the one just raised the error for a retry run again? I do not want to make all test fail straightway, but want to go back to the caller step to have retry a few times 1st.

 

Many thanks,

 

WeiL

0 Kudos
Message 1 of 3
(3,207 Views)
Solution
Accepted by topic author WeiL

There is an example which shows how to do exactly what you are asking located at:

 

<TestStand Public>\Examples\Callbacks\PostStepRuntimeErrorCallback\ErrorHandlerExample.seq

 

Hope this helps,

-Doug

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

Thank you very much, it works!

 

WeiL

0 Kudos
Message 3 of 3
(3,180 Views)