NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

looping a teststep

I have made a sequence file in Teststand 2014, wich send a message ("step failing") to a userinterface when a teststep is failing (SequenceFilePostStepFailure). The problem now is, when i use a teststep in a loop and the first itteration is failing, it send the "step failing" message, but when the next itteration is passed i want to send a "step passed" mesage somehowe. 

So i need a "SequenceFilePostStepPassed" callback but this isn't there in Teststand. 

 

What is the best way to solve this problem ?

 

Thanks in advance.

 

 

0 Kudos
Message 1 of 2
(1,155 Views)

Heya Tonnie, 

There is a callback called SequenceFilePostStep which will execute after every step, regardless of the outcome. From there you could do a similar bit of functionality that you implemented already in your SequenceFilePostStepFailure?

0 Kudos
Message 2 of 2
(1,084 Views)