LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to judge the order of a program

How to judge the order of a program
0 Kudos
Message 1 of 5
(2,304 Views)
Your question is pretty meaningless. Please provide some details. You are not being charged by the word here.
0 Kudos
Message 2 of 5
(2,295 Views)

Dataflow.

0 Kudos
Message 3 of 5
(2,279 Views)

@fangqi wrote:
How to judge the order of a program

Do you know, what Dataflow is? Order of execution of a LabVIEW program is based on dataflow.


I am not allergic to Kudos, in fact I love Kudos.

 Make your LabVIEW experience more CONVENIENT.


0 Kudos
Message 4 of 5
(2,270 Views)

If there are no data dependencies, then you can't tell what will run where.  A function only runs once it has data from all of its inputs and only outputs its data once the entire function is complete.

 

Run your VIs with highlight execution turned on and it will help a lot to see what is happening.  Note that it will slow your program down a lot.  But it is a great learning tool when trying to figure out data flow.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 5 of 5
(2,247 Views)