A little RPL help
#1

Hello everyone,

I'm just starting to write RPL programs on my 50G. There is one thing I would like to do in one of my programs, and I don't have a clue how to code it. I humbly seek the advice of some of you RPL guru's out there.

I'd like to have the program call up a particular softkey menu so it's available for use after the program completes. (In particular, it's the "angle" softkeys, which are in the "modes" tab, which is in the "prg" listing).


Any help with this would be greatly appreciated.

Thanks and best regards, Hal

#2

Hello,

I don't know the menu numbers used in the 50g,

but generally you can use the command called MENU,

which expects a real number (the menu number) on stack level 1.

Please take a look into the manual for more details.

HTH

Raymond

#3

Get to the soft menu, then type RCLMENU, that real number is the menu number. Use that as input to MENU.

E.g., Press LS, PRG, NXT, MODES, ANGLE. Then from the ANGLE soft menu type ALPHA ALPHA R C L M E N U ENTER. It should return 65.01. At anytime in your program use: 65.01 MENU to get to that menu.

P.S. information above from pages 1-50 and 3-141 in the freely downloadable hp 49g+/ hp 48gII graphing calculator advanced user's reference manual.


Edited: 8 June 2008, 11:13 a.m.

#4

Hi,

Please try << 65 MENU >>, hope that this is the menu you are looking for.

The AUR (Advanced User's Reference) available at the HP website lists in appendix H the menu numbers.

Hubert

#5

Thanks very much for the help...

Looks like I'd better download that advanced users guide.

Best regards, Hal



Possibly Related Threads…
Thread Author Replies Views Last Post
  Writing RPL programs on OS X Sean Freeman 18 5,036 11-30-2013, 03:59 PM
Last Post: Sean Freeman
  48G vs 49G+ User RPL Speed Comparison John Colvin 7 2,536 11-16-2013, 10:07 PM
Last Post: Han
  RPL 32 David Hayden 4 2,027 11-11-2013, 11:34 AM
Last Post: David Hayden
  HHC / HP Museum Programming Contest for RPN and RPL machines Gene Wright 18 5,447 09-22-2013, 09:39 AM
Last Post: Miguel Toro
  RPL long vs. short names peacecalc 5 1,983 10-30-2012, 01:25 PM
Last Post: peacecalc
  Mini-challenge: HHC2012 RPL programming contest with larger input David Hayden 14 3,533 10-05-2012, 10:36 PM
Last Post: David Hayden
  HHC 2012 RPL Programming Contest Gene Wright 33 7,510 09-27-2012, 01:57 AM
Last Post: Werner
  HHC 2012 programming contests coming soon (RPN and RPL) Gene Wright 9 2,619 09-21-2012, 03:38 PM
Last Post: Paul Dale
  RPL prog for Fibonacci on HP 48G needs minor modification. help. wildpig 68 15,988 07-09-2012, 09:38 AM
Last Post: Gilles Carpentier
  RPL/2 under HP-UX Martin Paech 2 1,059 04-21-2012, 07:36 AM
Last Post: David Hayden

Forum Jump: