Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Scan_start

dear sir;
I m gettting data through scan_start and scan_setup api in double  buffer from 8 channels and i set daq rate to get the two minute data.
now after the one minute i want to seperate the data of each channel into 8 buffers please tell is there any api that can give me the 8 channels data in 8 different buffer..?
                                                             THANKS 
                                                                                  ajmal
Lead Data Scientist
0 Kudos
Message 1 of 2
(3,209 Views)
Hello ajmal,
Your best bet would be to simply break up the array that contains all 8 channels into 8 different arrays.  There is no NI-DAQ function call that returns 8 arrays of data.  You will always get one array, so you will need to do the array manipulation in whatever language you are programming in (C, VB, etc.). 
-Alan A.
0 Kudos
Message 2 of 2
(3,198 Views)