Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

DAQ board is too slow for my PC

-10805   overRunError   The clock rate is faster than the hardware can support. An attempt to input or output a new data point was made before the hardware could finish processing the previous data point. This condition may also occur when glitches are present on an external clock signal.
0 Kudos
Message 1 of 2
(2,544 Views)
How do you measure your data and then process it ?
I presume you read from your DAQ board and do your data analysis in one loop one after another.
You can decouple the reading from the DAQ board and the analysis via a queue using two parallel loops for the whole job. If this is not enough yet you can also slow down the analysis loop a bit with the "wait (ms)" function from the "time & dialog" section. If it is possible to slow down the analysis at all.

Stephan
0 Kudos
Message 2 of 2
(2,544 Views)