Post Reply 
softkey "KILL"
08-31-2015, 02:53 AM
Post: #4
RE: softkey "KILL"
(08-30-2015 05:34 PM)Csaba Tizedes Wrote:  Maybe that is possible to HALTing a program after than change to an other program, running that and after that CONTinuing the halted program?

Rather than answer your question directly, I suggest you simply try this for yourself. Create a program that has an embedded HALT step, then run it and see for yourself what happens under various conditions.

Better yet, while program A is HALTed, execute program B that also contains a HALT step and experiment with that. What do you think will happen?

(08-30-2015 05:34 PM)Csaba Tizedes Wrote:  It is possible to running programs parallelly on 48/49/50 series?

No, the architecture of the O/S running on the RPL machines doesn't support that.

(08-30-2015 05:34 PM)Csaba Tizedes Wrote:  Another question: it is possible to running program without LCD / when calc is OFF? Let's say my program running time is very long I throw Wink my 48GX into my bag, I travel to home, during this time my 48 finished his job...?!?

The main CPU in the RPL systems is actually stopped and powered down when the calculators are turned off. As such, no code can be run in this state. The CPU will be briefly powered up at certain intervals to check for alarm activation, but there's no provision for running any user code while powered down.

The power savings of turning the CPU off isn't limited to the calculator's "OFF" status. Even during normal (powered on) use, the CPU is shut down when there's no immediate need for processing -- notably, when waiting for keyboard input. Which turns out to be a large percentage of the time. Smile

That said, it is possible to shut down the display while the calculator is powered up, but only on the non-ARM systems. IIRC, there was a command to do this in one of the various utility libraries available (KEYMAN perhaps?). Using this would save a little bit of power, and provide for a measurable speed improvement in running programs (due to the CPU not being hijacked to update the display). But this is probably not what you had in mind.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
softkey "KILL" - tigger - 08-30-2015, 12:12 PM
RE: softkey "KILL" - Brad Barton - 08-30-2015, 04:35 PM
RE: softkey "KILL" - Csaba Tizedes - 08-30-2015, 05:34 PM
RE: softkey "KILL" - DavidM - 08-31-2015 02:53 AM
RE: softkey "KILL" - Gerald H - 08-31-2015, 06:55 AM



User(s) browsing this thread: 2 Guest(s)