LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to run .exe files with DAQ on a target PC?

Hi,
 
I want to run LabVIEW executable files on a target PC, where there is no LabVIEW installed. These files are used to do measurement using DAQ devices.
 
In order to run these .exe file, I guess that I should install both LabVIEW Runtime Engine and NI-DAQmx on the target PC. Is it right?
 
I'm wondering if it is mantatory to install NI-DAQmx on the target PC. I tried running .exe files without NI-DAQmx installed, but there was an error: nilvaiu.dll couldn't be found. Shouldn't this file be included automatically when building the executable files?
 
Thanks,
Qifu
0 Kudos
Message 1 of 3
(2,970 Views)
No, none of the hardware drivers are included in the LabVIEW exe that you build. You have to install DAQmx. With LabVIEW 8.x, you can include the DAQmx driver with the installer that you create. You also have the option to install different versions of DAQmx. These different versions are smaller than the full DAQmx install (i.e. you may choose to install documentation, MAX. etc.). When you create the installer, you also inclue the LabVIEW run-time and you should also choose to install the hardware configureation that is in MAX.
0 Kudos
Message 2 of 3
(2,969 Views)
Thank you, Dennis.
 
So, I have to install Runtime Engine and DAQmx on a target PC.
 
But I also can choose to install LabVIEW 8.x, which includes Runtime Engine and DAQmx. Am I right?
 
Qifu
0 Kudos
Message 3 of 3
(2,962 Views)