LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

is exe same as "run continuously"

Hi !

when i greate exe file from LabView *.vi files, are those vi:s running
like "run continuously" mode ?

-HeVi-
0 Kudos
Message 1 of 2
(3,154 Views)
No, not at all.
Run Continuously should only be used as an internal mechanism for the developer. After a certain point (usually very early), every program you write should be run by using the run button and be stopped by code you will write. All repetition should be handled through loops.
Making an EXE is simply telling the top VI to "run when opened".

___________________
Try to take over the world!
Message 2 of 2
(3,151 Views)