NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Stop running step and go on with next step

Hi,
 
first at all I would like to thank you for your help with all my TestStand problems.
Now I have another problem.
I am running a test sequence with a lot of LabView Adapters. If a step is running and the LabVIEW VI is executed, how can I stop this step and go on with the next step? I don´t want to show the VI during the execution. So I cannot press the stop button of the VI. Is there any possibility to force TestStand to skip the running step and go on with the next one?
 
Thank you again
Alligator
 
0 Kudos
Message 1 of 2
(2,709 Views)

Hi,

I am not very sure whether you want to skip a LV vi call or you want to stop the LV vi execution at some point of time after it starts executing

If it is case1:

Then you can have precondition for any step (not only for LV vi calls)- and execute the step only when the precondition passes

If it is case2:

You can pass the TS sequence context to the LV vi call and get any needed parameter value which decides the vi to continue or stop.

I have attached a sample Lv vi for your reference. I hope that it helps.

Sas

 

0 Kudos
Message 2 of 2
(2,705 Views)