11-15-2005 03:48 PM
11-16-2005 09:40 AM
11-16-2005 12:49 PM
Hello all-
You could also use some logic in your software to overcome the "spikes" in data you are seeing. I have attached an example that shows one method to accomplish this. Basically the counts are subtracted if count[n] is greater than count[n-1], but if count[n-1] is greater than count[n] (indicating a rollover) then the total number of counts is calculated by a bit of arithmetic.
Hopefully this helps-
11-16-2005 02:07 PM
11-16-2005 02:20 PM
Hey dewey21-
Glad we could help out- best of luck with the rest of your app.