|
Prev: select only even
Next: Time Stamping Signal from NI9422
From: falkpl on 5 May 2008 16:40 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 5 May 2008 23:40 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 6 May 2008 12:40 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&message.id=1926" target="_blank">here</a>. 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.
|
Pages: 1 Prev: select only even Next: Time Stamping Signal from NI9422 |