10-29-2009 08:11 AM
10-29-2009 08:21 AM - edited 10-29-2009 08:27 AM
It can be done if you have the Full or Professional development packages, otherwise the necessary tool is an addon expense. If you are using one of the newer versions, 8.x or later, create a "project" that includes the vi you wish to make into an .exe. If you have the necessary tool you should see "Build Specifications" at the bottom of the list of the "project" tree listing. Right clicking on that will bring up a "New" selection, which, if you have the necessary tool, should show "Application (EXE)". To run a LabVIEW exe on a machine that doesn't already have LabVIEW installed will require installing the LabVIEW Run Time Engine, a free download (a fairly big one though).
OK, I also noticed that under the "Tools" on the toolbar at the top of a VI there is also a selection "Build Application (EXE) from VI...", which only seems to be available when the vi is in a project.
10-29-2009 08:33 AM
You have to make it a project and than right click Build specifications->new->application(.exe)
you have to have the application builder or have the professional development system to build exe files.
10-29-2009 08:54 AM
I'm curious, why were you not able to find how to do this from within the LabVIEW environment? Was there insufficient documentation? What were you looking for in LabVIEW that was missing (i.e. a Build menu, a toolbar button, a menu item)?
10-29-2009 09:41 AM
i have the full development system but under build specification->new i can only find two options: source distribution and web service.
why is that?
10-29-2009 09:54 AM
10-29-2009 09:55 AM
LV_Pro wrote:It can be done if you have the Full or Professional development packages,
That is not correct. The Full version does not include the Application Builder.
shaicoh wrote:
i have the full development system but under build specification->new i can only find two options: source distribution and web service.
why is that?
As noted, you need to buy the Application Builder for the Full Development System.
10-29-2009 10:00 AM
You are right
the full will not do it
10-29-2009 10:09 AM
shaicoh wrote:You are right
the full will not do it
Probably not what you wanted to hear but you can add the Application Builder to your Full Development license. Granted it is an added expense but it will let you do what you want to do.
10-29-2009 10:20 AM