NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

step error but sequence passes?

Hello,

 

I have a subsequence consisting of four steps. These four steps are simple LabVIEW vi's with error inputs and error outputs.

It is possible that some of these vi's return an error via the error output!

If such a vi returns an error I want the execution to continue ... but I want this subsequence to FAIL.

At the moment the error output is connected to the step error. 

 

I've selected "Ignore runtime errors" and now my sequence successfully continues (the step status of the failing step is "error") but the sequence status is "passed" instead of "failed".

 

Any idea how this can best be implemented? (ignoring runtime errors but updating the sequence status if a step error occurs)

Thanks again for all the help!

John.

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

Hi John

 

I would do this task by using a SequenceFilePostStepRuntimeError Callback

There you can handle your errors, because I would NEVER just ignore them.

 

 

Just see the attached example

 

Greetings

 

juergen 

--Signature--
Sessions NI-Week 2017 2016
Feedback or kudos are welcome
Download All
0 Kudos
Message 2 of 2
(2,949 Views)