07-25-2007 05:52 AM
07-25-2007 08:19 AM
07-27-2007 11:35 AM
08-07-2007 07:16 AM
08-07-2007 09:24 AM
08-07-2007 09:38 AM
08-07-2007 12:05 PM
I don't usually get that error unless the the pulses I'm timestamping are electrically noisy, either picking up short noise glitches or ringing on transitions. Another possibility is receiving several consec pulses at a high burst rate, like in the 100's of kHz or more.
However, there are other general causes as well which tend to be more common for most people, especially those who are somewhat new to counter measurements. (For the most part, I've learned how to avoid these). They mostly revolve around how big a data acq buffer you create and how you program your app to read data out of it.
Some very general suggestion would be to create a good-sized buffer, read from it maybe 10 times a second or slower, read data out in decent sized arrays (from 100 elements up to 1/2 the buffer size). Can you post screenshots of the code that configures the counter(s) and reads the data?
-Kevin P.
08-08-2007 04:06 AM
08-08-2007 05:23 AM
08-08-2007 09:33 AM