NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Teststand termination

I have used preUUT window in teststand with some conditions. If the condition was true I want to terminate the whole sequence and run postuut. Now i have used terminate all function to terminate application on preUUT sequence but it won't terminate .

 

Anyone give me some suggestion to terminate sequence properly while the preUUT condition fails.

0 Kudos
Message 1 of 2
(772 Views)

Please look at your PreUUT sequence.  You will find that it has a boolean, Parameters.ContinueTesting.  Use an expression step to set Parameters.ContinueTesting.  Example:  Parameters.ContinueTesting = !condition.  If condition is true then Parameters.ContinueTesting will be false. The process model reads this and will stop the test.

0 Kudos
Message 2 of 2
(725 Views)