LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Creating a 'real' exe without the start/stop buttons

I would love to be able to create an exe file without the Labview Operation control buttons (Run, Stop etc). Is this possible? I'd like my program to run when the exe is called and the window closed when the program has finished.
How can I do this?
0 Kudos
Message 1 of 3
(4,812 Views)
You can make it look and feel like an .exe by useing these few tips:
 
VI Properties -> Windows Appearence -> Dailog
VI Properties -> Execution -> Run when open
 
Use this VI to Exit LabVIEW
 
Quit LabVIEW - Stops all executing VIs and ends the current instance of LabVIEW. This function shuts down only LabVIEW. The function does not affect other applications. The function stops all running VIs the same way the Stop function does.
 
Hope this helps,
 
Matt
 
Matthew Fitzsimons

Certified LabVIEW Architect
LabVIEW 6.1 ... 2013, LVOOP, GOOP, TestStand, DAQ, and Vison
Message 2 of 3
(4,803 Views)

One trick I have found is that when building the executable these properties can be changed in the build file.  That is when developing show the toolbar but in the build file you change the default behavior of a vi to hide the toolbars.  All the settings can be controled under the vi properties window.

 

Paul

Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
Message 3 of 3
(4,800 Views)