The Museum of HP Calculators

HP Forum Archive 02

[ Return to Index | Top of Index ]

HP48 turned on automatically after the OFF instruction?
Message #1 Posted by Tal on 14 Mar 2000, 4:27 a.m.

Hello everybody, I wrote the following setup program to install the library ABC in HP48SX calculator:

%%HP: T(1)A(D)F(.); « CLLCD "INSTALLING ..." 1 DISP ABC 0 STO 'ABC' PURGE 'setup' PURGE OFF »

I wonder if there is a possibility that the calculator will be turned on automatically after the OFF instruction to complete the installation.

Thank you very much. Best regards, Tal td@chem.ch.huji.ac.il

      
Re: HP48 turned on automatically after the OFF instruction?
Message #2 Posted by r. d. bärtschiger. on 14 Mar 2000, 3:56 p.m.,
in response to message #1 by Tal

Hi,

I'm not sure if this will work in your application, however you might try inserting the following just before the 'OFF' instruction. When this alarm executes it will turn the calculator on. If you then press a key it will stop the alarm and delete it from the alarm catalog. Otherwise you need to manually delete it, which will also clear the alarm annunciator.

DATE TIME .01 HMS+ 2 \->LIST STOALARM DROP

Hope this does the job for you.

rdb.


[ Return to Index | Top of Index ]

Go back to the main exhibit hall