10-23-2007 12:02 PM - edited 10-23-2007 12:02 PM
Message Edited by Merlin-3 on 10-23-2007 12:09 PM
10-23-2007 12:04 PM
10-23-2007 12:28 PM
Yes, you are wrong on something.
Look at the post http://forums.ni.com/ni/board/message?board.id=250&message.id=34247. With a single task, you can specify a different gain (by using a different RangeMin, RangeMax) for each DAQmxCreateAIVoltageChan that you call. So, if you had 4 channels with different range settings, you call DAQmxCreateAIVoltageChan 4 different times, pointing to the same task, and then call the start task.
10-23-2007 12:40 PM - edited 10-23-2007 12:40 PM
Message Edited by Merlin-3 on 10-23-2007 12:42 PM
10-23-2007 12:57 PM
10-28-2007 03:29 PM
10-28-2007 03:46 PM
To get the current write position, I think this is the function: DAQmxGetReadTotalSampPerChanAcquired().
But still I do not have the buffer address.
LMP
10-29-2007 03:45 PM
10-30-2007 10:49 AM - edited 10-30-2007 10:49 AM
Message Edited by Jonathan Brumley on 10-30-2007 10:51 AM
10-30-2007 10:56 AM