07-29-2005 06:02 PM
08-02-2005 07:36 AM
int32 __CFUNC DAQmxGetSysDevNames(char *data, uInt32 bufferSize);
DAQmxGetSysDevNames gets the Device Names property.
This function will return the list of devices on your system. If you know the devices you will be using, having a list of device names tells you what resources are available.08-02-2005 12:47 PM
Hi Serges,
Thanks for your reply. I'm OK with retrieving the device names, the question is whether there is a way to obtain detailed information once I have the name. For instance, if I find (via DAQmxGetSysDevNames() and DAQmxGetDevProductType( )) that there is a PCI-6602 board installed, can I then call a function to retrieve details about the PCI-6602 (e.g. physical channel names, DIO port capabilities, etc.) rather than hard coding (yuck!) this stuff into the program. It seems plausible that there might be a set of files somewhere within DAQmx which provide this sort of device information - if so, how can they be accessed?
Jeff
08-04-2005 11:49 AM