The Museum of HP Calculators

HP Forum Archive 19

[ Return to Index | Top of Index ]

41Z Red Shift taking shape.
Message #1 Posted by Ángel Martin on 18 Nov 2009, 1:31 a.m.

After a few iterations on the same theme here's the alternative solution to the Complex Keyboard implementation for the 41Z module.

http://picasaweb.google.com/nowake92/V41#5404573563260808114

The "Z" key is the only function assigned from the 41Z module, leaving all other available for your favorite ones. So no more need to get in and out of USER mode to toggle between complex or real functions... This uses less memory and expedites the function access as well.

After it's pressed the display shows "CMP: Z_", and the keyboard is redefined to allow for the appropriate key to be pressed. Obvious mapping applies, like SIN will complete the prompt to "ZSIN", etc. Prompting functions will ask for the suffixes as appropriate, i.e. "ZRCL _ _".

Use the yellow shift to access shifted functions, like ASIN as follows: "Z", SHIFT, SIN.

Pressing "Z" twice will display "HYP Z_", to give you access to the complex hyperbolics - using SIN, COS, TAN and SHIFT appropriately. Watch the function name being built as you choose the keys...

The function name will be displayed upon key entry - and NULLed if the key is kept depressed over the time-out period.

The bitmap image will be included in the posted documentation at TOS in a few days.

Enjoy, ÁM

Edited: 20 Nov 2009, 8:35 a.m. after one or more responses were posted

      
Red Shift turning into Green!
Message #2 Posted by Ángel Martin on 19 Nov 2009, 4:01 a.m.,
in response to message #1 by Ángel Martin

This is what happens when a good idea gets in the hands of a great graphic designer :-)

HP-41Z Keyboard

Edited: 20 Nov 2009, 8:35 a.m. after one or more responses were posted

            
Re: Red Shift turning into Green!
Message #3 Posted by Garth Wilson on 19 Nov 2009, 5:59 a.m.,
in response to message #2 by Ángel Martin

I think my colorblind friends would have a hard time distinguishing the mustard color from light green. I wonder if blue would be better.

                  
Re: Red Shift turning into Green!
Message #4 Posted by Ángel Martin on 19 Nov 2009, 7:12 a.m.,
in response to message #3 by Garth Wilson

Colorblindness is a serious handicap for calculator usage, no doubt about it - but this green is quite different from the original yellow-gold used on the 41.

I considered using light blue, but that's already taken by the alpha letters. One choice is to swap the green and the blue, will do it to sse the effect.

BTW, I can't get the imaged displayed on the message - I tried GIF and JPG formats, using the [image:] syntax guidelines but to no avail... any ideas?

Edited: 19 Nov 2009, 7:15 a.m.

                        
Re: Red Shift turning into Green!
Message #5 Posted by Marcus von Cube, Germany on 20 Nov 2009, 3:50 a.m.,
in response to message #4 by Ángel Martin

The link in the image tag doesn't point to a proper graphic image. Put your file on a different platform and it will work.

                              
Re: Red Shift turning into Green!
Message #6 Posted by Ángel Martin on 20 Nov 2009, 8:25 a.m.,
in response to message #5 by Marcus von Cube, Germany

Thanx, already fixed.-

Edited: 20 Nov 2009, 8:35 a.m.

                  
Re: Red Shift turning into Green!
Message #7 Posted by Raymond Del Tondo on 20 Nov 2009, 7:12 p.m.,
in response to message #3 by Garth Wilson

After all the color is not really important, since you can derive the shift plane from the position
above the specific key, or, the other way round, pressing the one or other shift key always means
the upper left _or_ upper right position above the key, respectively.

It's a similar thing with the key legend colors of the HP-48G series.
Many people complained they couldn't distinguish the colors
under certain conditions, which may be even true;-)

But, there's a relation behind the position of the key legends and the shift plane.
The left shift key relates to the key legends printed on the upper left of the key, or the menu mode where applicable.
The right shift key relates to the key legends printed on the upper right of the key, or choose/input form mode where applicable.

Not too difficult IMHO;-)

HTH

Raymond

                        
Re: Red Shift turning into Green!
Message #8 Posted by Ángel Martin on 21 Nov 2009, 2:12 a.m.,
in response to message #7 by Raymond Del Tondo

Well said Raymond. It's hard to believe that with such a logical and simple scheme people found issues to complain about on the 48 series design, but I guess that's what people do best - finding issues LOL >)

Here on the 41Z there are a couple of compromises made, as the "Z" key isn't a real SHIFT function, but it doubles up as one. The guiding idea is that the 41Z uses the same keys as the " real" 41C, thus there's no real need to use the USER mode with multiple key assignments.

So on the 41Z keyboard, those keys without green shifted legend indicate the complex function is exactly the same as the real one. X=0? will invoke Z=0?, x=y? will call Z=W?, and so forth. Same with the "white legends" (on the key face) - which will call the complex counterpart function: SIN, COS, TAN, LN, LOG, SQRT, 1/x, x<>y, STO, RCL, ENTER^, etc.)

But it goes beyond that. For instance, pressing "Z" and any numeric key produces a complex number with the digit as real part and zero as imaginary. This is just a shortcut, and arguably not very useful (although it comes handy to do quick complex arithmetic) but it doesn't require any assignment on the digit keys, which remain used as real numbers if "Z" doesn't precede them.

The real missed opportunity is with the emulators, though. All these arrangements refer to the basic design, static on the physical machine - but on a modern emulator the key assignments (and the legends after pressing the "Z" key) should dynamically change, making absolutely obvious what functions are available when. Or maybe not, it's after all a matter of opinion :-)

Cheers, 'AM

PS, Here's the rub of a design exceeding its purpose: make the yellow SHIFT key turn green when presssed TWICE - as well as the shifted legends on all the other keys would change color and text ... so SHIFT-SHIFT means "Z". How's that for a complex keyboard? But IT WORKS!

Edited: 21 Nov 2009, 2:23 a.m.

      
Re: 41Z Red Shift taking shape.
Message #9 Posted by Garth Wilson on 19 Nov 2009, 5:57 a.m.,
in response to message #1 by Ángel Martin

This sounds great!

By any remote chance, would it also increase the number of user key assignment possibilities?

            
Re: 41Z Red Shift taking shape.
Message #10 Posted by Ángel Martin on 19 Nov 2009, 7:14 a.m.,
in response to message #9 by Garth Wilson

It does indeed: the "Z" key enables a second USER keyboard to all effects, so you can have all your normal key assignments undisturbed. That's exactly the beauty of this design :)

      
Re: 41Z Red Shift taking shape.
Message #11 Posted by Andrés C. Rodríguez (Argentina) on 21 Nov 2009, 1:33 p.m.,
in response to message #1 by Ángel Martin

Hi!

I suggest you to keep "red shift" red, as it allows for a wordplay for the doppler shift of light from stars, which helps to calculate their speed.

I'm far from being an astronomer, so please disregard missing details, the words "red shift" just rang a bell on me, and "green shift" don't. Blue shift (or violet shift) may be OK.

Just my 0.0002 $

            
Re: 41Z Red Shift taking shape.
Message #12 Posted by Ángel Martin on 22 Nov 2009, 2:39 a.m.,
in response to message #11 by Andrés C. Rodríguez (Argentina)

Hola Andrés, yes I´m aware of the Red Shift term as it´s used in astronomy (and other fields), and in fact it was a subliminal nod to that what made me use it initially ;-)

Unfortunately the red-over-black combination has a very poor contrast and becomes very hard to read, so I jettisoned the idea after a couple of initial attempts (I could read the ¨complaints¨ from a mile long...). I used green instead of blue to ¨respect¨ the blue alphabet on the Alpha keyboard, but I also think blue is a better fit for the ¨second shift¨ - maybe it´s all these years seeing the other models, although there must be a reason why they chose it to begin with.

So I´ll try the blue when I can get more ¨graphic designer¨time (she´s a very busy person). The alpha letters should be changed to another color for consistency sake, maybe green so effectivelt swapping the scheme.

Eventually we´ll call it the ¨Blue Shift¨, which also has connotations in jazz music (anyone out there also plays sax?)

Saludos, ÁM

Edited: 22 Nov 2009, 2:47 a.m.

                  
Re: 41Z Red Shift taking shape.
Message #13 Posted by Doug on 7 Dec 2009, 7:15 a.m.,
in response to message #12 by Ángel Martin

Damn, i wish i could use the KB to make those astroflects over characters, how do you remember all those codes Angel? Doug

            
Re: 41Z Red Shift taking shape.
Message #14 Posted by Ángel Martin on 23 Nov 2009, 11:53 a.m.,
in response to message #11 by Andrés C. Rodríguez (Argentina)

The BLUE Shift is coming... stay tuned!

PS. Does that mean we're in a compressing universe?


[ Return to Index | Top of Index ]

Go back to the main exhibit hall