07-20-2007 11:35 AM
Hello,
I have compiled a labview program, but I can not use that on computer with no labview installed.
I acquire with a DAQ mx and when I make run the file exe of the program, the program can not find a DAQmx VI ?07-20-2007 11:50 AM
07-20-2007 12:57 PM
07-20-2007 01:40 PM
07-23-2007 01:26 PM
When running an executable on a deployment machine, one requirement is the LabVIEW run-time engine. The other is to have all required drivers installed (in your case, DAQmx). The exe does not include drivers to run the card, only the code which makes driver calls, and this is why the driver needs to be installed before running your exe. MAX is included and installed with the drivers, and therefore, as AnalogKid was saying, will allow you to test and setup the hardware, any necessary tasks, etc.
07-24-2007 09:04 AM