05-15-2008 01:32 PM
05-16-2008 05:05 PM
Hi CSD,
For that many samples I would recommend setting up a continuous acquisition and stopping the task once you have read the number of samples you need. Take a look at the Cont Acq&Graph Voltage – Int Clk.vi example. Each iteration of the loop the DAQmx Read vi will grab the number of samples to read from the buffer. You can use the loop iteration count times the number of samples to read to determine the number of samples you have read so far and then stop the loop once you have enough samples. Please let me know if you have any questions.
Thanks,