We currently use the DAQPad in various custom data collection systems. Recently another 3rd party application seems to spike the PC's CPU usage level. This results a lot of the times in the A?D collection from the DAQPad to generate a -10845 (overflow) error. Unfortunately we have to live with this 3rd party application.
I DO understand what the error means. Luckily for me I can interrupt the data collection briefly to restart everything to resync/reinitialize all of my instruments and proceed on.
Unfortunately I can't seem to clear the -10845 error even with a call to
DAQ_Clear() and AD_CLear().
How do I remove the error completly?
There are several unhelpful suggestions that say "Ignore the error" but in my data system we need the info from the A/D to be synced with some LASER return data. I need to know if a new occurrence of the overflow has occurred so I can restart acquisition.
Thanks,
Dan