05-18-2011 01:07 PM
How can i make a program which will search the Port/Device ID for USB 6009 automatically and start acquiring data from the device?
05-20-2011 04:25 AM
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 -
05-20-2011 12:28 PM
@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!
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.