HP Forums
HP-41 oddity typing alpha letters - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: General Forum (/forum-4.html)
+--- Thread: HP-41 oddity typing alpha letters (/thread-14936.html)



HP-41 oddity typing alpha letters - Gene - 05-06-2020 07:08 PM

Best explained in this video.

I was typing "I AM AWESOME" and had gotten to the "I AM A" but when I typed the next letter W, the previous A changed into an I and then when I typed the next E, the I changed back into an A.

This was from a master clear and is repeatable. Thoughts?

HP-41 video - a .mov file in 480p


RE: HP-41 oddity typing alpha letters - Dave Frederickson - 05-06-2020 07:32 PM

I call it the Narcissistic Bug.


RE: HP-41 oddity typing alpha letters - twoweims - 05-06-2020 08:21 PM

Very strange...
I tried it on a stock 41CV, a stock 41CX, a 41CL, and DM41X.
They all work as they should.
I do not have a half nut machine to try it on.


RE: HP-41 oddity typing alpha letters - Garth Wilson - 05-06-2020 08:41 PM

(05-06-2020 08:21 PM)twoweims Wrote:  I do not have a half nut machine to try it on.

I tried it on my Halfnut cx. No problem.


RE: HP-41 oddity typing alpha letters - Gene - 05-06-2020 08:47 PM

Seems to only be this halfnut. I didn't believe it at first. I was typing and something caught my eye and the word was misspelled. I thought "I didn't type it wrong..."

So I backed up and it switched back to the A.

Very odd. Wonder what the cause is? :-)


RE: HP-41 oddity typing alpha letters - Didier Lachieze - 05-06-2020 09:01 PM

And what happens if you replace the first letter (the I) by another letter?


RE: HP-41 oddity typing alpha letters - Joe Horn - 05-06-2020 09:34 PM

(05-06-2020 08:47 PM)Gene Wrote:  Very odd. Wonder what the cause is? :-)

I'll bet it's your Spell Checker ROM.


RE: HP-41 oddity typing alpha letters - Gene - 05-06-2020 10:21 PM

No spell check rom. ;-)

Here are some other examples:

ABCDEF then G changes the F to an N. Continuing with HIJK does not change the N. The F is gone. Interestingly, FEDCBA then G changes the A to an I.

ABCDEG then H changes the G to an O (oh not zero). Continuing with IJKL does not change the O. The G is gone.

ABCDEQ then R changes the Q to a Y. But typing an S changes the Y back to a Q.

ABCDEU then V changes the U to a backward C (the close bracket). Pressing W changes it back to a U.

FGHIJK then L does not change the K.

But...

QRSTUV then W changes the V to the UP ARROW. Further letters to not return the V.

CHLORV then C puts the UP ARROW. IF you type H or L or O or R instead of that C, you still get the UP ARROW.

DIMPSW then X replaces the W with the underscore character. Any character other than the W does the same thing.

YUQNFR then C replaces the R with Z.

Hmm...

XEQ ALPHA SIZE ALPHA then filling in the three blanks with 030 ... when the first 0 is pressed it shows as an 8 then when 3 is pressed is changes back to a zero.

XEQ ALPHA PRO ... trying to do a PROMPT ... as soon as the O is pressed the R turns into a Z.

In PRGM mode, pressing the XEQ key displays as XEY. Pressing shift CF displays as CF(_ _ the space between the CF and the _ _ is filled with ( . Pressing shift ENG displays as ENO _ . Pressing shift ISG displays as ISO _ . Pressing XEQ (which displays as XEY) then ALPHA DSE ALPHA results in DSM _ being shown.

Wild! :-)


RE: HP-41 oddity typing alpha letters - Monte Dalrymple - 05-14-2020 10:41 PM

(05-06-2020 10:21 PM)Gene Wrote:  No spell check rom. ;-)

Here are some other examples:

ABCDEF then G changes the F to an N. Continuing with HIJK does not change the N. The F is gone. Interestingly, FEDCBA then G changes the A to an I.

ABCDEG then H changes the G to an O (oh not zero). Continuing with IJKL does not change the O. The G is gone.

ABCDEQ then R changes the Q to a Y. But typing an S changes the Y back to a Q.

ABCDEU then V changes the U to a backward C (the close bracket). Pressing W changes it back to a U.

FGHIJK then L does not change the K.

But...

QRSTUV then W changes the V to the UP ARROW. Further letters to not return the V.

CHLORV then C puts the UP ARROW. IF you type H or L or O or R instead of that C, you still get the UP ARROW.

DIMPSW then X replaces the W with the underscore character. Any character other than the W does the same thing.

YUQNFR then C replaces the R with Z.

Hmm...

XEQ ALPHA SIZE ALPHA then filling in the three blanks with 030 ... when the first 0 is pressed it shows as an 8 then when 3 is pressed is changes back to a zero.

XEQ ALPHA PRO ... trying to do a PROMPT ... as soon as the O is pressed the R turns into a Z.

In PRGM mode, pressing the XEQ key displays as XEY. Pressing shift CF displays as CF(_ _ the space between the CF and the _ _ is filled with ( . Pressing shift ENG displays as ENO _ . Pressing shift ISG displays as ISO _ . Pressing XEQ (which displays as XEY) then ALPHA DSE ALPHA results in DSM _ being shown.

Wild! :-)

I haven't analyzed the symptoms carefully, but my first guess would that either the RAM register that holds the lower seven bytes of the ALPHA register is flakey or the first display driver chip is flakey. I think that the program mode symptom indicates that it is much more likely to be in the display driver chip. If you have a service module, I would suggest using that to diagnose the problem.