02-09-2012 02:53 AM
Hello,
I converted my vi file to .EXE file. Now when I open the .exe file It starts running automatically. I know using Event structure and one button I can execute manually. But I want to Run the program only when I press RUN button on front panel. If there is any way please let me know.
Thanks in advance.
--
Thanks & Regards
Saamy
02-09-2012 03:04 AM
When you build an exe, in source file settings -> Click customize VI properties
and then under execution uncheck Run when opened, this should solve your problem
02-09-2012 03:18 AM
Thanks a lot Aarthi, I will try to do that & let u know if it works..:)
--
Thanks & Regards
Saamy
02-09-2012 03:33 AM
@aarthi Arvindh wrote:
When you build an exe, in source file settings -> Click customize VI properties
and then under execution uncheck Run when opened, this should solve your problem
Simple but good.. Till now I have never tried to do that and I do not know that option is available. Learnt a new thing today.