‎06-14-2006 01:15 AM
‎06-15-2006 01:36 PM
‎06-15-2006 01:40 PM
‎06-15-2006 01:52 PM
‎03-12-2007 08:37 AM
Hello,
as I know, there is a function called "DAQmxGetPhysicalChanAttribute" which should return the terminal configuration possible for every channel. But it is not documented how the number is to interpret. In my case I only have a USB 6008 connected, which only supports RSE and Diff. For the first 4 channels the function reports "4" and for the last 4 channels it reports "0". Seems like a bitset, 0 (is always there) = RSE, bit 2 = Diff ???!!! With more hardware this could be solved.
example: DAQmxGetPhysicalChanAttribute( "Dev1/ai0", DAQmx_PhysicalChan_AI_TermCfgs, &terminal ); //int terminal
Greetings
‎03-12-2007 09:06 AM - edited ‎03-12-2007 09:06 AM

Message Edited by Neil S. on 03-12-2007 09:06 AM
‎03-13-2007 03:43 AM
‎03-13-2007 12:15 PM
‎03-13-2007 12:20 PM