Thanks.
---------------------------------------------------------------------
Jim Frame jhf...@dcn.davis.ca.us (530) 756-8584 756-8201 (FAX)
Frame Surveying & Mapping 609 A Street Davis, CA 95616
-----------------------< Davis Community Network >-------------------
But if you install the MetaKernel (available at
http://www.epita.fr/~avenar_j/hp/48.html ) then you can set your calculator
to never turn off (or to turn off every 3 hours and so on ..)
Jean-Yves
"Jim Frame" <jhf...@dcn.davis.ca.us> wrote in message
news:H5P96.5024$74.6...@e420r-sjo3.usenetserver.com...
-HP38G v1.67
014A1:6300; disable 10 min auto off (internal, undocumented)
- HP39/40G v1.40
0148D:6300; disable 10 min auto off (internal, undocumented)
- HP48SX-E and HP48GX-R
01477:6300; disable 10 min auto off (internal, undocumented)
- HP49G v1.18 and v1.19-5
41262:6300; disable 10 min auto off (internal, undocumented)
The best place for the patch is the beep.* file. Mostly every Emu48 KML
script include a file with the name beep.* with an extension belonging to
the emulated calculator or ROM.
beep.38g for HP38G
beep.39g for HP39/40G
beep.ext or beep.48 for HP48SX/GX (look inside your KML script)
beep.49g for HP49G
Just add the patch line before or after the existing one.
Sample for the beep.ext file
01477:6300; disable 10 min auto off (internal, undocumented)
017A6:81B1; =makebeep
Remember the HP48 Metakernel his it's own auto power off handler, which is
replacing the original one. So I expect that the HP48 patch don't work then.
Hope this helps
Christoph
"Jim Frame" <jhf...@dcn.davis.ca.us> schrieb im Newsbeitrag
news:H5P96.5024$74.6...@e420r-sjo3.usenetserver.com...