LabVIEW 7 has the Delay function with error in/out connections so you
could use those for data dependency instead of a sequence structure.
Older (and current) versions have a Wait(ms) function with error
in/out as well but it's kind of hidden. If you go to the Data
Acquisition>Counter>Intermediate Counter palette, you'll find
Wait+(ms). Besides the error connections, you can specify the wait
time in either msecs or seconds.

Reply via email to