LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

preferred execution order in executable

I have an application where I need a custom execution order (all one thread). This works for me when I run a VI but if I create an executable this does not seem to carry over. Is there a way to keep this execution order when making an executable?

0 Kudos
Message 1 of 5
(2,212 Views)

You need to show your code.



Mark Yedinak
Certified LabVIEW Architect
LabVIEW Champion

"Does anyone know where the love of God goes when the waves turn the minutes to hours?"
Wreck of the Edmund Fitzgerald - Gordon Lightfoot
0 Kudos
Message 2 of 5
(2,209 Views)

My guess is that you are using local and/or global variables to pass data between sections of your code instead of using wires. In this case there is no garantee that the code will execute in the same order in the development code and in the executable.

 

Ben64

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

Use error in - error out approach to make sure execution in order.

 

Thanks

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 4 of 5
(2,160 Views)

Use error in - error out approach to make sure execution in order.

 

Thanks

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 5 of 5
(2,160 Views)