LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Wait Until Next ms Multiple

 

 

This is an interesting subtlety..."If you don't force the wait to execute last..."

 

How do you force it to execute LAST, as opposed to first, or some other point in the WHILE loop sequence?  Is "LAST" the default behavior of this function?  Does the programmer have an option about the sequence within the WHILE loop for any of the WAIT functions?

 

Thanks,

Dave

0 Kudos
Message 11 of 13
(359 Views)

There are different methods for forcing code to run in a specified order.

One could be using the Sequence structures, flat or stacked.

Another way is to use the dataflow, wires, to control what code is executed when. Normally that can be by using the error cluster wire.

 

If code is NOT connected together, by wires or in a sequence structure, LabVIEW will try to run the code in parallel.

 

0 Kudos
Message 12 of 13
(354 Views)

And just to give some exsamples:

 

RunWaitlast.png

0 Kudos
Message 13 of 13
(350 Views)