HP Forums
Auto-Off Timeout Change value - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: HP Prime (/forum-5.html)
+--- Thread: Auto-Off Timeout Change value (/thread-5664.html)



Auto-Off Timeout Change value - jrozsas - 02-10-2016 04:52 PM

I have the habit of performing calculations and write something but often it takes more than 5 minutes. This is the standard time for the calculator to enter auto off mode.
But those who wish to change this time is easy.
The TOff command shows the time in milliseconds and to see the value in seconds type TOff / (60 * 1000).
[Image: 8mJcg.jpg] [Image: 0h3MI.jpg]
To change, simply enter TOff: = # 927C0h to 10 minutes for example
[Image: 1xHAl.jpg]
Valid values are between #1388h to #3FFFFFFFh
You can enter lower values, 2 minutes, to save battery it:
TOff:=#1D4C0h


RE: Auto-Off Timeout Change value - Thomas_Sch - 02-10-2016 07:23 PM

Hello jrozsas,
please have also a look at this little program by Wolfgang:
http://www.hpmuseum.org/forum/thread-2815.html

Thomas


RE: Auto-Off Timeout Change value - KlaasKuperus - 02-11-2016 09:09 AM

(02-10-2016 07:23 PM)Thomas_Sch Wrote:  Hello jrozsas,
please have also a look at this little program by Wolfgang:
http://www.hpmuseum.org/forum/thread-2815.html

Thomas

Nice program Thomas!


RE: Auto-Off Timeout Change value - Thomas_Sch - 02-11-2016 12:08 PM

Thanks.
The honor goes to Wolfgang.
I added only the slider.


RE: Auto-Off Timeout Change value - jrozsas - 02-11-2016 01:19 PM

(02-10-2016 07:23 PM)Thomas_Sch Wrote:  Hello jrozsas,
please have also a look at this little program by Wolfgang:
http://www.hpmuseum.org/forum/thread-2815.html

Thomas

There are several programs that are changing the shutdown time.
This is another one that also does the same function: https://www.cemetech.net/programs/index.php?mode=file&id=1291
However, the change in command line seems to be simpler, especially when there is no need for constant change. It is also important that people know that the statement that really makes this change.


RE: Auto-Off Timeout Change value - Thomas_Sch - 02-12-2016 07:45 PM

(02-11-2016 01:19 PM)jrozsas Wrote:  ..
There are several programs that are changing the shutdown time.
This is another one that also does the same function: https://www.cemetech.net/programs/index.php?mode=file&id=1291
However, the change in command line seems to be simpler, especially when there is no need for constant change. It is also important that people know that the statement that really makes this change.
I see.
Youd didn't check this one?


RE: Auto-Off Timeout Change value - jrozsas - 02-12-2016 08:53 PM

(02-12-2016 07:45 PM)Thomas_Sch Wrote:  
(02-11-2016 01:19 PM)jrozsas Wrote:  ..
There are several programs that are changing the shutdown time.
This is another one that also does the same function: https://www.cemetech.net/programs/index.php?mode=file&id=1291
However, the change in command line seems to be simpler, especially when there is no need for constant change. It is also important that people know that the statement that really makes this change.
I see.
Youd didn't check this one?

I installed them and work very well. Including serving as an example to the slidebar.
The command element (0..5) could be used to create the slider?
See: http://en.hpprime.club/docs/reference/element


RE: Auto-Off Timeout Change value - Thomas_Sch - 02-12-2016 09:12 PM

(02-12-2016 08:53 PM)jrozsas Wrote:  I installed them and work very well. Including serving as an example to the slidebar.
The command element (0..5) could be used to create the slider?
See: http://en.hpprime.club/docs/reference/element
Thanks for the tip! Sounds very interesting.
Refering to the manual, (User_Guide_EN_2015_06_17_1.pdf, pg 184), 'element' belongs to the geometry app.
It is time to take a deeper look at this app ...