03-14-2007 07:18 AM
03-14-2007 11:18 AM
03-15-2007 05:11 AM
Hi,
do you use the harmonic distorsion analyzer inside the acquisition loop?
Doing any kind of processing inside an acquisition loop can be a problem if you are managing lots of data at high speeds, cause each iteration slows down while the PC buffer keeps filling up with the data coming from the board, and the loop is not as fast as this if it have to do a slow process inside each iteration.
Even it could show you a message error indicating that the pc buffer has been overwritten.
This could be solved making the pc buffer bigger with the DAQmx Input Buffer.vi instead of letting the task decide which size to apply, or maybe doing the analysis calculations offline.