LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Porting LabVIEW Applications

I have created an evaluation version of my LabVIEW truck cab tester application.  How do I port it to another PC for validation testing?
 
Thanks,
 
Drew
0 Kudos
Message 1 of 2
(2,405 Views)
If you have the app builder, create an exe and an installer. The installer will put the LabVIEW run-time engine on the other PC. If you require any hardware such as DAQ or GPIB, you will also need to install the hardware and the drivers for them on the other pc (i.e. NI-DAQ, NI-GPIB, NI-VISA). If you don't have the app builder, the other pc will require a licensed installation of the LabVIEW development system. Then you can go to Save With Options>Development Distribution. This will create an LLB that contains your top-level main VI and all subVIs.
Message 2 of 2
(2,396 Views)