HP Forums
[wp34s] Minor Issue with Stopwatch on real hardware - Printable Version

+- HP Forums (https://archived.hpcalc.org/museumforum)
+-- Forum: HP Museum Forums (https://archived.hpcalc.org/museumforum/forum-1.html)
+--- Forum: Old HP Forum Archives (https://archived.hpcalc.org/museumforum/forum-2.html)
+--- Thread: [wp34s] Minor Issue with Stopwatch on real hardware (/thread-242178.html)



[wp34s] Minor Issue with Stopwatch on real hardware - RalfGeiger - 04-16-2013

Hi all,

it seems to me, that if you press R/S to start and stop
the Stopwatch, the real calculator reacts about 100-200msec
delayed. The iOS or the QT Version do not show a markable
delay. I think that has something to do with key debouncing,
but I am still in an early stage of source code "reading" ;-)

Regards
Ralf


Re: [wp34s] Minor Issue with Stopwatch on real hardware - pascal_meheut - 04-16-2013

Quote:
it seems to me, that if you press R/S to start and stop
the Stopwatch, the real calculator reacts about 100-200msec
delayed. The iOS or the QT Version do not show a markable
delay. I think that has something to do with key debouncing,
but I am still in an early stage of source code "reading" ;-)

Did you try comparing with a real stopwatch? I just did and it gave the same result as the WP34s to the tenth of second.
But the display may not give the impression of an immediate start on the real hardware though.


Re: [wp34s] Minor Issue with Stopwatch on real hardware - RalfGeiger - 04-16-2013

Pascal,

you're right! Sometimes what you feel is not what you get :-)
I is just the display, that is delayed, but the measured
value is correct. I did the test with starting and stopping
the "realbuild" at the same time as the wife's iOS version and secondly
comparing it to the stopwatch of the son's Gshock ...

Thank you very much for that hint.

Cheers
Ralf

Edited: 16 Apr 2013, 4:11 p.m.


Re: [wp34s] Minor Issue with Stopwatch on real hardware - Eric Smith - 04-16-2013

I haven't looked at the 34s code.

The stopwatch code in the 41 Time Module and 41CX was carefully written to take keyboard scan and debounce time into account.