03-22-2019 09:27 AM
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.
Solved! Go to Solution.
03-22-2019 09:49 AM - edited 03-22-2019 09:51 AM
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.