LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Need help building .EXE for stand-alone applications configured to NI DAQ device

Solved!
Go to solution
Is it possible to build .exe files from Labview evaluation software with App Builder trial version? Will be purchasing LV8.6 with App Builder but tried to write simple code to build as an executable. The VI does not run on a PC w/o LV installed...how can this be resolved when creating a project to Build, even after creating Windows Installer, etc....
0 Kudos
Message 1 of 5
(2,764 Views)
If you include the correct files and drivers in the installer, you should be able to use the evaluation version. Did you include the LabVIEW runtime? Did you include the DAQmx driver? Did you include MAX? Did you export your hardware configuration in MAX and include that file?
0 Kudos
Message 2 of 5
(2,758 Views)

Good questions: 

Did you include the LabVIEW runtime? YES

Did you include the DAQmx driver? YES

Did you include MAX? YES

 

Did you export your hardware configuration in MAX and include that file?

HOW DO I DO THIS...Can you provide some step-by-step instructions please? This could be the problem as to why it doesn't run as an .exe file on a Labview-"virgin" PC.

0 Kudos
Message 3 of 5
(2,754 Views)
Solution
Accepted by topic author snet

snet wrote: Did you export your hardware configuration in MAX and include that file?

HOW DO I DO THIS...Can you provide some step-by-step instructions please? This could be the problem as to why it doesn't run as an .exe file on a Labview-"virgin" PC.


This is explained in the MAX Help. You can also read this: Export and Import Files in Measurement & Automation Explorer. Note that you can also do it in LabVIEW: Import and Export a MAX Configuration Through LabVIEW.

 

 

0 Kudos
Message 4 of 5
(2,740 Views)
Thank you for pointing me in the right direction!!! Smiley Happy
0 Kudos
Message 5 of 5
(2,724 Views)