From: falkpl on
Sounds like you are doing too much in a loop.  You must fetch samples fast enough to avoid buffer overruns.  If you save data in the sam loop as the fetch this becomes a distinct possibility, especially with more channels high acq rates.  Your fetches become large so writing to file can be slow causing your next fetch to not be in time.  Post your code or take the save out of the fetch loop and see if the error goes away.  if so, there are multithreaded workarounds.
 
 
From: andycui on
Thanks for your suggestion, I take out the save and run the multi fetch, the problem is still there, Appreciate your help.
From: Paul C. on
Hello everyone, This question is being addressed on the High-Speed Digitizer forum <a href="http://forums.ni.com/ni/board/message?board.id=150&amp;message.id=1926" target="_blank">here</a>.&nbsp; On our forums, we would appreciate only posting to one thread to make it easier for future customers to search for answers. Regards,Paul C.