ni.com is currently experiencing unexpected issues.

Some services may be unavailable at this time.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

create an executable

y want to create an executable of a main application Vi which contains sub-Vis.
y work with Labview 7.0 and y need some help please
Thank you, best regards...
0 Kudos
Message 1 of 6
(3,576 Views)
Tools ->built an application or a DLL. In type of file select EXE in the miter source file to add the VI necessary one to the execution then to click on building.small file with under VI external clicking is select the good LLb
0 Kudos
Message 2 of 6
(3,566 Views)
Hi
This is not very difficult ,all you need is an application builder.
If you don't have one you can get it from NI.
Good luck,
Ohiofudu.
Certified LabVIEW Architect
Certified TestStand Architect
0 Kudos
Message 3 of 6
(3,565 Views)
Hi

You should have an application builder, which comes along with LabVIEW Proffesional Development System and if you are having that

1.open a new vi, go to Tools, click "Build Application and Shared Library"
2.Enter the details of the target file name.exe, and its location
3.In the "Source files" option enter the top level vi
4.Create an icon for your aplcation.
5.if you want the installer of the software for installing the runtime engine and software in another machine

Hope this info is sufficient for you

Regards
mathews.j@consultant.com
0 Kudos
Message 4 of 6
(3,527 Views)
My MAIN Viapplication call sub_Vis and FILES because of the use of the 'labview_Dll_function_call' in the Sub_Vis. When y create my MainVi.EXE and run it; there's an error message telling that files paths are untraceable (not found)How can y create the executable whose integrate the files called by the "labview_Dll_function_call"
Thank you for your help
Best regards!!!!!
0 Kudos
Message 5 of 6
(3,525 Views)
Hello Novice programeur,

To create a LV executable whose integrate some files you should add these files in :

Dynamic VI - If you are loading VIs dynamically (e.g., using the VI Server), then you must add them to your application by using this option. The dynamically loaded VIs will be incorporated as part of the executable file (.exe), but only if you add them here.

Support File - This is for any extra files that you want to either ship with your application (such as a PDF file), or for files that your application might need, such as an .ini file, or a data file. This is the place to add the "altered" LabVIEW.ini file for your application; i.e., change the first line in the LabVIEW.ini file from [ LabVIEW ] to [ MyApplication ], and save this file with the name MyApplication.ini (instead of LabVIEW.ini).

Note: You can set destination properties and update options by using the Custom Destinations button.

I hope this help.
Let me know if you have further questions.

PS : If you have more question, can you explain more what your program do?

Sanaa TAZI
National Intruments France.

Sanaa T.
National Instruments France

0 Kudos
Message 6 of 6
(3,468 Views)