05-05-2008 09:50 AM
05-05-2008 03:26 PM
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.
05-05-2008 10:12 PM
05-06-2008 11:15 AM