NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Execute two steps concurrently

Hi, everyone.

 

I have a questions about the executions of two steps in Teststand.

 

Let's say we have two steps (eg, step 1 and step 2) in a sequence.

 

Is there is configurations or settings for running the two steps concurrently without waiting for the completion of the step 1?

 

Thanks.

0 Kudos
Message 1 of 3
(2,846 Views)

You have to create a sub sequence and put the 2nd step there.

Call this sub sequence in a new thread using sequence call step type.

 

your step 1 runs in the normal execution and step 2 in a parallel thread.

 

Hope this helps.

0 Kudos
Message 2 of 3
(2,845 Views)

If you want to run both steps parallel, you need to run  step 1 in parallel and step 2 normal . 😉

Regards

Ranjith Naduvil
0 Kudos
Message 3 of 3
(2,827 Views)