Hello All

I have a digitizer, which needs to run at a constant rate for ever.
When some condition occur (reading exceed treshold level), other data
processing must take place.

The data processing last for much longer time that the successive
sampling, which means that I can not fit data processing in the same
thread as the sampling process.

It looks like I need some kind of buffer, which will be filled and
keep track of the sampled data, and another thread for data processing
and analizying.

Can somebody give me a link, or advice about this kind of problems.
What are the techniques for long-life data acquisition.

Thank you in advance.
Pawel

Reply via email to