Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

How to find USB DAQ 6009 port address (ex. dev1, dev2) automatically from Progra

How can i make a program which will search the Port/Device ID for USB 6009 automatically and start acquiring data from the device? 

0 Kudos
Message 1 of 3
(4,064 Views)

Use DAQmxGetSysDevNames function to get the names (Dev1, Dev2, etc) of all devices connected in the system, and then use DAQmxGetDevProductType function to identify the type (USB-6008, USB-6009, etc) of each device.
Then you can select the desired type and start a device-dependent data acquisition.

 

- George - 

0 Kudos
Message 2 of 3
(4,040 Views)

@09434138722 wrote:

How can i make a program which will search the Port/Device ID for USB 6009 automatically and start acquiring data from the device? 


Why would you WANT to make a program to do that!!!!!  National Instruments Already DID!

 

untitled.PNG

the Only question to answer here is did you want the device manager to launch a LabVIEW, Test Panels, or Signal express?

 

YOU CAN EVEN LAUNCH YOUR OWN VI.

 

 


"Should be" isn't "Is" -Jay
0 Kudos
Message 3 of 3
(4,032 Views)