11-06-2007 10:31 AM
11-06-2007 11:55 PM
11-07-2007 08:20 AM
Hi Leif-
In addition to Dev's suggestion, you might also be interested to know about some of the device configuration information that's available via the DAQmx API. For example, you can use DAQmxGetDevSerialNum(); or DAQmxGetDevPCIDevNum(); to get the serial number and PCI slot number of a device, respectively, by referencing it's device name (i.e. Dev1, etc).
You can use these and other DAQmx Device Properties (documented in the NI-DAQmx C Reference Help under NI-DAQmx C Properties>>List of Device Properties) to design an application that is less reliant on the device names assigned by MAX. To answer your original question, there is no obvious pattern or easily accessible storage area that you can query directly.
Hopefully this helps-
11-07-2007 01:29 PM