10-07-2013 04:24 PM
I need an advise on how I can turn a simple VI application into a Project on Project Explorer to enable me create an executable or distributed application. Is it possible to achieve this without really resorting into using any of the Labview templates or Labview projects? I managed to have the labview 2013 development suite.
I would appreciate any prompt help or advise.
10-07-2013
04:36 PM
- last edited on
01-22-2025
05:02 PM
by
Content Cleaner
Hello Tebefia,
If you have a single VI that you need to build into an executable and you have the Application Builder activated, the simplest way is to open the VI and go to Tools>>Build Application (EXE) from VI... . This will add your VI to a new project and auto-generate a build specification for the executable. It is probably also worth reading through the LabVIEW help on building standalone executables.
Regards,
10-07-2013 04:39 PM
Outlaw, thanks.