Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

IN USB6009 i have generated *.EXE, which not acquiring in another PC

I Have made one program for acquiring analog signal from USB6009, the programming is running and acquiribng the signal,

Then i have generated an *.exe using application builder, the *.exe is also running in my PC properly but when i am connecting the USB in another PC and running the *.exe in that PC the programming is running, but not able to acquire the signal,

 

In that PC LabVIew run time engine 2009 is installed along with the USB6009 drivers comes with the device 

0 Kudos
Message 1 of 5
(2,983 Views)

How does your program identify the DAQ device?  In some programs I have searched DAQ devices for a matching serial number to find its name (i.e. Dev1, Dev2, etc...).  If you hard coded a specific name in the exe, the device may not have the same name on the new PC.  The names are assigned as instruments are attached.

 

If MAX is installed on both machines you can check to see if the same name was assigned.

Randall Pursley
Message 2 of 5
(2,979 Views)

How to make the code which will search the devices and automatically start acquiring data from the devices.

Please help me more

0 Kudos
Message 3 of 5
(2,971 Views)

What version of LabVIEW are you running?

 

 

Randall Pursley
0 Kudos
Message 4 of 5
(2,959 Views)

Attached is the code I used to find two USB DAQ devices in an external instrument.

 

The serial numbers can be found on the devices themselves, or you can look them up using MAX

Randall Pursley
0 Kudos
Message 5 of 5
(2,958 Views)