10-24-2006 12:33 PM
I’m developing a program in Labwindows/CVI v5.0.1 and NiDaq 7.4.0 with the following hardware. Two PCI-6031E, one PCI-6503 and one PCI-6704 boards. I get a DAQ error (-10007) when I try to access any analog input channel over 7 on the PCI-6031E boards. Channels 0-7 seem to be working. The digital io and analog out board seem to be working as well.
10-25-2006 01:55 PM
10-25-2006 09:22 PM
10-25-2006 10:43 PM
When you use differential mode, channel 0 is paired with channel 8, channel 1 with 7, etc. The next available channel you could use would be 16 which is paired with 24, etc, 17 which is paired with 25, etc. You have 32 differential pairs whether you use traditional DAQ or DAQmx.
10-26-2006 10:20 PM