08-25-2005 01:39 AM
08-25-2005 03:14 AM
Hi,
you can make a scan of all the Daq devices by using the function: Get DAQ Device Information.vi that you find under the: Traditional Daq - calibration configuration palette.
See BD image attached. It scans for 16 devices and return a list of the found.
This seems to work only for Traditional Daq-compatible devices, no problem for PCI 6511 and DIO96.
I don't know if it works for the multimeter also; if not, you can make a basic call to the device at the beginning of the program and check for errors.
Alberto
08-25-2005 04:31 AM
Hi Alberto,
Thanks for your solution. It was useful for acquiring info about DIO96 and DMM4060. It didn't work for 6511. I think the reason could be that the 6511 is configured as a DAQmx device.
Anyone knows how would I do the same for DAQmx device?
Thanx!
08-25-2005 07:56 AM
Hi again,
for a Daq-Mx device you can get the name by the Daq-Mx property that you can find under the Daq-Mx advanced - system setup. See BD image.
Actually it returns also the serial number, and this may be very interesting for hardware checking.
Alberto
08-26-2005 05:10 AM
08-26-2005 09:46 AM - edited 08-26-2005 09:46 AM
Hello,
Here is another way you could do it, without worrying about getting errors.
-Alan A.
Message Edited by Alan A. on 08-26-2005 09:47 AM