LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

exe

Hi... how can i creat an executable file from my ".VI" program.

0 Kudos
Message 1 of 7
(2,621 Views)

NI LabVIEW Application Builder:

 

http://sine.ni.com/nips/cds/view/p/lang/en/nid/210592

0 Kudos
Message 2 of 7
(2,618 Views)

can I download it free?

0 Kudos
Message 3 of 7
(2,593 Views)

can you download what free? the NI Applicaiton builder comes with LabVIEW installation. If you noticed, the Resources page for Windows Application Buidler gives you LabVIEW Evaluation software to download for FREE..

 

if you have LabVIEW in the first case, you can build an executable for your vi, without downloading anything else.

 

in the link which was already given in an earlier posts, there were other related links which had help on building executables.

 

have you read them?

 

again for your reference:

 

http://www.ni.com/white-paper/3303/en

 

btw.. which version of LabVIEW are you using?

 

Regards
Freelance_LV
TestAutomation Consultant
0 Kudos
Message 4 of 7
(2,589 Views)

The app builder only comes with the professional version of LabVIEW. So, if you do not have that, it is not free.

0 Kudos
Message 5 of 7
(2,568 Views)

tnx for ur help.

Problem Solved...

0 Kudos
Message 6 of 7
(2,550 Views)

HI, 

         General setting

While creating the project we should add additional library.

 

1)      LVclass: The LAB VIEW class is the control module. This module is used to manage the labVIEW classes. By declaring a VI to be a friend, the library is giving that other VI special permission. By declaring another library to be a friend, this library is giving the entire member VIs of that other library the special permission.

 

 

2)      NIReport lib: This library is to add report generation tools like excel, HTML in the project. When any VI is running at that time it may generate the report. So to create the report, append report, delete report, and close report etc this extra library should be added.

 

HOW TO ADD ABOVE LIBRARYS TO A PROJECT?

  • Open the project window.
  • Right click on the my computer.
  • Add à folder (Snapshot).
  • Go to C à Program files à National instruments  à labVIEW 2011 à vi.lib à Utility à open LVClass à press current folder  
  • Repeat the same procedure for NIReport.lib.

 

exe setting

 

  • Right click on the builds specification.
  • Click on the New then Application (EXE).
  • Before creating installer ensure the following that in the destination directory we need to mention two paths namely for .exe file & for support directory.
  • Support directory having the path of database file.
  • In all the VIs the path of database is same as installer file.
  • So here both path should be same as shown below
  • Enter the required input & create the .exe file.

 

May vary from application to application

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 7 of 7
(2,525 Views)