HP49-50G: help for "frozen" screen
|
02-01-2024, 10:52 AM
(This post was last modified: 02-01-2024 10:55 AM by Gil.)
Post: #1
|
|||
|
|||
HP49-50G: help for "frozen" screen
Suppose that, instead of using the built-in ROOT command, I write a program P with the MSLV command to solve the equation 2x=10 (I know it's stupid, it's just a simple example/case):
« '2*X-10' 1 —>ARRY 'X' 1 —>ARRY 3 1 —>ARRY MSLV» 'P' STO I launch the program and get [5], the expected result in brackets, in stack level 1. Looking at the top of the calculator, however, we see that that part of the screen was frozen, ie the line "RAD XYZ HEX C X" and the other line "{HOME... }" have disappeared. After launching the program P, I press ENTER or any other key, and the lines RAD XYZ HEX C X & {HOME...} appear again (normal screen). My question: what instruction/which commands should I add at the end of the program P to get back the lines RAD XYZ HEX C X& {HOME... } automatically after execution of the program P? A bad solution would be to add, inside the program P, after the MSLV-command, the instruction CONT, that seems to do the job (with lines RAD XYZ HEX C X& {HOME... } automatically added back after reading the CONT command in program P) ? Bad idea because, if I create now a second program P2, which should square the result found with P « P 1 GET SQ », the execution of the instruction CONT in program P will terminate the process, without executing 1 GET SQ. I tried to "play" with the instruction DISP, FREEZE & WAIT, but with no success. Thanks for your help. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
HP49-50G: help for "frozen" screen - Gil - 02-01-2024 10:52 AM
RE: HP49-50G: help for "frozen" screen - DavidM - 02-01-2024, 02:36 PM
RE: HP49-50G: help for "frozen" screen - Gil - 02-01-2024, 03:40 PM
RE: HP49-50G: help for "frozen" screen - DavidM - 02-01-2024, 04:17 PM
RE: HP49-50G: help for "frozen" screen - Gil - 02-01-2024, 04:22 PM
|
User(s) browsing this thread: 1 Guest(s)