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