LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

VIs from extensions in a .exe

Hi

I´m going to make a .exe from my LabVIEW project and i dont know if i have to include in the project and in exe sources the subVIs from VIs extensions like IMAQ, 

0 Kudos
Message 1 of 3
(707 Views)

Would you like to try first and then if you got an error or dificulty ask it here?

---------------------------------------------------

Projektingenieur
Restbust, Simulations and HiL development
Custom Device Developer
0 Kudos
Message 2 of 3
(692 Views)

Generally LV understands what to include if you just select which VI is your main/starting VI. If your VI's use IMAQ it'll be included.

If you, however, load VI's dynamically through file path and Open VI in the code, LV have no way of knowing and you'll need to include it manually. 

Give it a try and see if the .exe starts. 🙂

 

If you're talking about making an Installer, the answer is mostly the same, but IMAQ requires a runtime license on the target (if it's another computer, the development computer already have one).

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 3 of 3
(684 Views)