DM 41l bug? User Keyboard does not work as expected
|
10-18-2019, 03:31 AM
Post: #1
|
|||
|
|||
DM 41l bug? User Keyboard does not work as expected
I am trying to set up a solver like the HP 12C solver on the Swiss Micros DM 41L. The equation I am using is:
a^2 + b = log c where a is stored in Register 1, b is stored in Register 2, and c is stored in Register 3 My test data is: XEQ DEMO 2.5 [ B ] 500 [ C ] [ A ] 0.44606 1200 [ C ] 0.75 [ A ] [ B ] 2.51668 .48 [ A ] .33 [ B ] [ C ] 3.63413 Demo - HP41C Code:
In user mode, what I get is: [ A ] leads to XEQ A [ B ] leads to XEQ B [ C ] leads to PSE The [ C ] doesn't appear to work as intended. So I can't store values by pressing [ C ] nor solve. I don't know if this is a bug. Any thoughts? Thank you in advance. |
|||
10-18-2019, 04:23 AM
(This post was last modified: 10-18-2019 04:39 AM by Thomas Okken.)
Post: #2
|
|||
|
|||
RE: DM 41l bug? User Keyboard does not work as expected
It sounds like you have an explicit assignment on the √x key, and that is taking precedence over the automatic XEQ C assignment. Try clearing that explicit assignment: Shift ASN ALPHA ALPHA √x.
EDIT — Actually, given how the DM41 keys are labeled, that should be: f ASN a a √x. |
|||
10-19-2019, 02:07 PM
Post: #3
|
|||
|
|||
RE: DM 41l bug? User Keyboard does not work as expected
Now it works, thank you Thomas! Clearing the assignment makes C work properly for this program. It's too bad we can't clear assigned keys in programs.
|
|||
10-19-2019, 02:39 PM
Post: #4
|
|||
|
|||
RE: DM 41l bug? User Keyboard does not work as expected
Actually, we can, since the DM41 emulates the 41CX, so the Extended Functions are available. You can clear all assignments with CLKEYS, and specific assignments using PASN. PASN expects the function or label name in ALPHA and the key code in X, so you can clear assignments from the unshifted √x key like so: CLA 13 PASN.
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)