NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

teststand continue to the next step before the first one finish executing

hi

I have a labview module that preform an action and than wait for about 5 seconds to receive answer from the hardware.

while in labview it executes properly, in teststand it jumps for the next step b4 the waiting and the reading is done.

 

I have labview and teststand 2010.

 

 

thanx!

 

seb

 

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

duplicate post : http://forums.ni.com/t5/NI-TestStand/teststand-continue-to-the-next-step-before-the-first-one-finish...

 

Yeah It will do that as normal execution.

 

You will need to run you step as a new thread or execution either in a SequenceCall setup to do this or as Run VI Asynchronously then add a Wait statement after your step.

 

 

Regards
Ray Farmer
0 Kudos
Message 2 of 2
(2,802 Views)