When I am doing a multichannel acquisition I use DAQ_Monitor in order to get data from the buffer for different channels. The problem is when in a multichannel acquisition I use DAQ_Monitor to access only the data from one channel because it's returning me the data of all the channels even when I have configured the board for several channels in Scan_Setup and I put in the channel variable in DAQ_Monitor the channel I want. Am I doing something bad? Can't I use DAQ_Monitor for this? Is there any other good way to get what I want?