Post Reply 
Workaround for end-of-program power off
10-12-2016, 01:02 PM
Post: #1
Workaround for end-of-program power off
This is a small workaround I found for the OS bug that causes the calculator to shut off immediately after a long-running program ends (apparently because the power-off inactivity timer doesn't get reset correctly). It works for the version 10637 I have installed, at least; not sure about the others.

Right before the program exits, have a command like the following:
Code:
TOff:=TOff;

Storing to TOff seems to reset the internal inactivity timer. TOff:=TOff does this without disturbing the current TOff setting. This way the calculator stays on when the program ends, but will still shut off normally once TOff expires after that—in other words, the same way all other programmable calculators I've used behave.
Find all posts by this user
Quote this message in a reply
10-12-2016, 02:44 PM
Post: #2
RE: Workaround for end-of-program power off
That would work as the timer gets reset in the TOff setting command.

That is also an item we've planned to get to in this round, so hopefully it won't be needed much longer.

TW

Although I work for HP, the views and opinions I post here are my own.
Find all posts by this user
Quote this message in a reply
10-13-2016, 02:56 AM
Post: #3
RE: Workaround for end-of-program power off
Okay, cool. Good to hear it's on the list Smile
Find all posts by this user
Quote this message in a reply
Post Reply 




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