From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

does reference passing guarantee order of execution

Solved!
Go to solution

If a block gets an invoke reference from another block, is it guaranteed that the block passing the reference will execute first ?

 

In the image the flow will always be left to right.

0 Kudos
Message 1 of 2
(1,974 Views)
Solution
Accepted by topic author snarkysparky

Yes, all input conditions must be met before a VI can execute. 

 

So the VI before it must finish before the VI after it can even start

 

Most of us use the Error Cluster to force sequential execution, but any wire will work. 

========================
=== Engineer Ambiguously ===
========================
Message 2 of 2
(1,963 Views)