hello experts
maybe someone can help me?
I am getting some strange errors on my data acquisition application. The system is a SCXI-1600 USB DAQ with some other SCXI modules.
There are approximately 100 (differential) channels that I am sampling at 500 Hz and logging to a TDMS file. Everything works quite well, but sometimes after about an hour and a half I get error -200010 (Onboard device memory overflow) which is really odd.
I cannot really post my VI, but basically my data acquisition consists of a statemachine where I read 500 samples (i.e. 1 seconds worth at 500 Hz sampling) and then processing and logging the data before looping back to the AI read (to read another 500 samples). There dont appear to be any memory leaks in my code, the app stays stable.
Any ideas? This is really quite frustrating, and very difficult to debug!