LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Why is my executable running when opened?

Hi all !
I created an executable (LV 8.2)
When I open it (double clicks on its icon), it start immediately to run!
I just want it to open first and then the user choose to run it or not.
What should I do?
Thanks for your help
 
Best regards
Kabanga
 
0 Kudos
Message 1 of 4
(2,585 Views)
Hi,

This behavior is normal. When you create an exectuble.
The property "Run when opened" is enabled.

You can change the property in the build specifications of your project.
Source File Setting -> Customize VI Properties

Best regards
Nick_CH
0 Kudos
Message 2 of 4
(2,582 Views)

Hi Kabanga,

i think you should not use this option. It would be a better solution to change your program in this way, that the executable runs from startup, but your function first starts if the user want. You can use an event structure for it.

Mike



Message Edited by MikeS81 on 04-20-2008 02:43 PM
0 Kudos
Message 3 of 4
(2,573 Views)

Hi Mike, Hi Nick_CH !

I was wondering if something went wrong when creating the executable.
In fact my functions start only if the user wants.
So, if you think it's not a malfunction I can let so without any modification.
Thanks for your help !

Best regards
Kabanga

 

0 Kudos
Message 4 of 4
(2,566 Views)