Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

daq exe does not work on another computer

I have a program written with CompactDAQ using DAQ express VI. It has 4 thermocouple modules and one analog input module attached to it. The vi works on development computer. I made execuable and it does not work on other computers. I have installed all other drivers (VISA runtime and DAQmx) on other computers. I can communicate using VI logger on other computers. Please suggest what can be wrong? How do I correct it?
 
Thanks
Piyush
 
0 Kudos
Message 1 of 5
(4,340 Views)
 

Hi Piyush,

You didn't mention what language your executable was written in. If it's a LabVIEW executable then your other computers will also need the LabVIEW Run-time Engine. The version of the Run-time Engine must be the same as the version of LabVIEW on which the executable was developed. All version of the Run-Time Engine are found at:

https://www.ni.com/en/support/downloads/software-products/download.labview-runtime.html

Hope this helps!

B Spears

0 Kudos
Message 2 of 5
(4,315 Views)
Thanks Spears. Yes, my application is in LabView 8.0 and I have Run-Time engine installed on other computer as well. In fact, I found the solution to my problem today. You will need to configure daq task in the MAX on other computer as well in the same manner that you have configured on original computer.
0 Kudos
Message 3 of 5
(4,311 Views)
hey Piyush,
I seem to be having the same problem.I have a usb 6008 daq. program was created on labview 8.5.1 and the other computers have the necessary runtime engine as well. could you please elaborate on how you solved your problem
Rudresh
0 Kudos
Message 4 of 5
(3,968 Views)

You should post a new question instead of posting to such a old thread.

Since you only mention 'engine', I'm going to assume that you did not install the DAQmx driver and if you created a task in MAX, you probably didn't include that either. You should create an installer and include DAQmx (you have different options that affect the size of the install) and you should probably export your MAX configuration and make that an additional installer.

0 Kudos
Message 5 of 5
(3,964 Views)