Hi I think you are stuck with writing some code. I would want to make sure that in the odd case two latched values were identical, they didn’t get tossed (3 or 4 identical in a row => 2 not 1) ….
Bob > On Sep 8, 2016, at 6:13 PM, jimlux <[email protected]> wrote: > > I've got a file with counter values that are latched once per second, with > the count read from the latch every half second. So, generally, there are > two identical values, then two different identical values, etc. But, of > course, the routine that does the every half second reading isn't perfect.. > it could run fast or slow. > > I want to process the count values in timelab, and I was wondering if it > knows to eliminate the duplicates, or if I write some code to strip the dupes. > > _______________________________________________ > time-nuts mailing list -- [email protected] > To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts > and follow the instructions there. _______________________________________________ time-nuts mailing list -- [email protected] To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts and follow the instructions there.
