05-15-2009 03:45 AM
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.
05-18-2009 01:51 AM