06-25-2008 06:30 PM
06-26-2008 07:44 PM
Hi SVC-Steve
What language are you using to write your application?
What are you trying to measure? How large are the spikes you are experiencing?
Have you looked at some of our shipping example codes for continuous data acquisition? These are often good starting points for people who want to use callback functions in DAQmx. The one in particular we should look at is the one under C:\Documents and Settings\All Users\Documents\National Instruments\NI-DAQ\Examples\DotNET2.0\Analog Out\Generate Voltage\ContGenVoltageWfm_IntClk\
Could you also post a snippet of code showing how you are calling the callback function as well as the code for its definition?
06-30-2008 02:22 PM
My fault...as you may have guessed the problem was in our callback code that is analyzing the data. The data I was plotting was an average from the start of the read instead raw values. This made the first points spike because they contain unaveraged noise but as you approach the last point of the set it's averaged out.
Sorry for any inconvenience.