11-24-2011 07:09 AM
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
11-24-2011 08:11 AM
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.