Hello;
When you set up a buffered acquisition, even if you have multiple channels being acquired, the buffer is split up in between those channels. To ilustrate that fact, lets imagine a 3 channel acquisition in between channels 0,1 and 2. The buffer is split in between those 3 channels, in a way that the first memory position of the buffer contains data concerning channel 0, the second memory position has channel 1 data, the third memory position has channel 2 data, the fourth memory position has channel 0 data again, and the whole cycle repeats itself.
Hope this helps.
Filipe