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: 

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
(780 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
(709 Views)