LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

RS 232 and RunTime .exe

Your exe will load without any error, even if the Visa runtime is not installed. It will just prevent you from communicating with your device.

 

The Visa RTE is not part of the Labview RTE.

 

Chris

0 Kudos
Message 11 of 12
(344 Views)

A PC that has the development environment has the LV runtime and the VISA runtime already there.  Running an .exe on that computer will not have a problem.  Creating the .exe file on that computer does not magically install the run-time components into the executable.  So running the .exe on a PC that does not have those run-time engines, the executable will not run.  If you have the LV runtime but not the VISA runtime on another PC, the executable will run, but the serial functions will fail since the VISA run-time is not present.

 

You need to install both the LV and the VISA run-times.  Two separate packages.  You can get them directly from the NI website.  Or you can create an installer on the same development PC you used to create the executable.  In the build options of the installer, you can request to include one or both run-time engines.

0 Kudos
Message 12 of 12
(335 Views)