WP34s, has it become slower? - 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, has it become slower? (/thread-212953.html) |
WP34s, has it become slower? - Cristian Arezzini - 03-01-2012 A few days ago I noticed that my WP34S has become "slow". I just upgraded it now, but it's still slow. I'm not talking about programs - I haven't checked them - but about "user interface"... If I very quickly type "123456789", when I'm done typing the machine is only displaying "1234", and I can actually see the following digits appearing one by one, at a speed of about 3 per second. Once, while doing this experiment, the machine also locked-up after displaying "123", and I had to reset it.
Thank you, Re: WP34s, has it become slower? - Harald - 03-01-2012 I have had something that might be related to this. Sometimes a key stroke is not accepted and insted "NULL" is displayed after a while as if I had held down the key (which I have not). I have seen this a couple of times so far, but haven't found a way to reproduce this behaviour. Re: WP34s, has it become slower? - Cristian Arezzini - 03-01-2012 I've seen this too! More than a couple of times. Especially when I push the key very quickly, it seems as if the calculator detects the "key-down" event but not the "key-up", so it thinks the key is being held down.
Cristian
Re: WP34s, has it become slower? - Marcus von Cube, Germany - 03-01-2012 The 'NULL' shouldn't happen. :-( The slow digit entry has to do with power saving. During data entry, the chip is running at a lame 2 MHz. This is normally fast enough for digit typing but may lead to strange effects as you have noticed. I think I will change it to speed things up if the keyboard buffer starts filling. Power saving is more of an art than exact science. Edit: Even if not at home but in a hotel lobby (waiting for Meindert t show up) I tried to fix the speed issue. A new image is committed to SVN. Would you please try (which I can't from here)?
Edited: 1 Mar 2012, 11:33 a.m.
Re: WP34s, has it become slower? - Jeff O. - 03-01-2012 Quote:
I noticed similar behavior with a 30b I bought back in January. At first I thought it was due to being v3, as up to that point I had used v2.2 on a different unit with no problems. So I loaded v2.2 onto the new unit, and got the same behavior. So I put the 30b native software back on it, and found that the same keys did not respond reliably, which led me to the conclusion that my unit (a 4CY factory unit) had a bad keyboard. Edited: 7 Mar 2012, 1:18 p.m. after one or more responses were posted
Re: WP34s, has it become slower? - Cristian Arezzini - 03-01-2012 Hi Marcus,
Cristian
Re: WP34s, has it become slower? - Harald - 03-01-2012 Quote:
Mine are 4CY04300429 and 4CY04300430. I have seen this on both machines. Maybe it is a hardware issue?
Re: WP34s, has it become slower? - Marcus von Cube, Germany - 03-02-2012 There is an explanation for this: I still run the processor at 2MB on a key press unless there is another key in the buffer waiting for attention. In this case, speed is increased to 20 MHz. So most of the time, 2MHZ is never exceeded, saving the batteries.
Re: WP34s, has it become slower? - Cristian Arezzini - 03-02-2012 Today I made some more testing of the NULL problem. Seems like I can reproduce it "almost" consistently.
Cristian
Re: WP34s, has it become slower? - Marcus von Cube, Germany - 03-02-2012 Quote:That's true. :-(
I made the debounce for key down work differently than I used to do it. The reason is the key mechanism (rotate and click) which demands immediate reaction on a key press as soon as the tactile feedback is perceived. So I decided to do the debounce on key-up (need to see the key released in two consecutive scans to allow the next key press to be detected). My key-up detection mechanism wasn't adapted to this change. It should be fixed now but if you encounter any strange behavior, I will have to refine the algorithm further. It might happen that key-up is detected when it shouldn't, especially on a bouncy keyboard.
Re: WP34s, has it become slower? - Cristian Arezzini - 03-02-2012 I tried the latest build (2628) and I couldn't get any NULL problems anymore. I don't know what you mean by "strange" behaviour, but it seems OK here... Maybe the calc is missing a few keystrokes, but only during my "fast-tap" experiments - when entering digits, even at my top typing speed, all presses are detected.
Cristian
Re: WP34s, has it become slower? - Marcus von Cube, Germany - 03-02-2012 I only changed the key-up detection. A thorough look into my code made me confident that no more issues should arise (fingers crossed).
That your keyboard staccato may lead to lost key presses is normal: Somehow a 'bounce' needs to be defined and if your typing behaviour matches the definition the key press is (and needs to be) ignored.
Re: WP34s, has it become slower? - Cristian Arezzini - 03-03-2012 Marcus... Would a repeated total crash be considered "strange behaviour"? :) I had three crashes today, all three only recoverable with the reset button, and all three while entering digits.
Cristian
Re: WP34s, has it become slower? - Marcus von Cube, Germany - 03-03-2012 A crash is always undesirable. :-( I don't think it's directly related to the speed update because this happens in the same way as all other speed updates, somewhere in the main loop and never in an interrupt or such. The key-up changes are not very likely to directly cause a crash either, at least not that I can see it. Running the device at 20 MHz is obviously something different than at 2 MHz and external influences (ESD) may play a greater role. Are your batteries fresh? Are you typing fast? If it helps I can revert the speed-up for you to test.
Edit: I've committed a special build for you to test. It does not contain the speed up. Edited: 3 Mar 2012, 4:54 a.m.
Re: WP34s, has it become slower? - Cristian Arezzini - 03-03-2012 Hi Marcus, Oh, my batteries are not new (a few months old) but BATT reads 2.9.
Cristian
Re: WP34s, has it become slower? - Marcus von Cube, Germany - 03-03-2012 The latest SVN revision (2630) does not have the speed-up modification. 2.9V should be OK.
If the problems persist, can you issue the command SLOW which will permanently limit the speed to 20MHz, avoiding the full speed @ 36MHz.
|