![]() |
41CL - Shut Off that Auto-Turn Off - Printable Version +- HP Forums (https://archived.hpcalc.org/museumforum) +-- Forum: HP Museum Forums (https://archived.hpcalc.org/museumforum/forum-1.html) +--- Forum: Old HP Forum Archives (https://archived.hpcalc.org/museumforum/forum-2.html) +--- Thread: 41CL - Shut Off that Auto-Turn Off (/thread-207358.html) |
41CL - Shut Off that Auto-Turn Off - Frido Bohn - 12-20-2011 Annoyed about the 41CL turning off automatically after about 30 seconds being idle?
08E N Now Flag 44 is set and the calculator does not turn off automatically. To get back to the original status simply turn off the HP41 manually: Flag 44 will be not set at the next turn on. Now some remarks to disclaim any kind of liability here: While the 41CL is on battery power it makes of course sense that the machine is turned off automatically while being idle because the power consumption would eat the charge pretty fast. If you have an external power solution or if you don't care about battery life then the continuous power on is not that critical. Re: 41CL - Shut Off that Auto-Turn Off - Paul Dale - 12-20-2011 Isn't this what the ON command does?
- Pauli
Re: 41CL - Shut Off that Auto-Turn Off - Frido Bohn - 12-20-2011 Quote:Oh, sh..! I was thinking hard about some way to overcome the auto-turn off and wondered if there was a simple way. And of course, you are completely right! The "ON" command! To get kind out off this and regain back a minimum of reputation I would like to state that the code may serve as an example how to manipulate flags in MCODE. Sorry about this! I made a fool of myself. Re: 41CL - Shut Off that Auto-Turn Off - Ángel Martin - 12-20-2011 Not at all, the more people getting into MCODE the better - it's all an opportunity to learn.
There are several available functions to set/clear/toggle the status of any of the 55 flags: SFX, CFX, TOGF.... have a look at the CCD, CCD_OS/X, AMC_OS/X, etc.
Re: 41CL - Shut Off that Auto-Turn Off - Massimo Gnerucci (Italy) - 12-20-2011 But why is your CL shutting down after 30"? Re: 41CL - Shut Off that Auto-Turn Off - Craig Ruff - 12-20-2011 Nor does mine after I finally finished the lower screw post repair by waiting long enough (23 hours) for the epoxy to cure fully! I followed aj04062's procedure described in his HP-41 Permanent broken Post Fix posting. Because drilling out the 41CL's mounting holes would cause damage, I used an 11/64" square nose end mill bit to remove the plastic posts, then sized two 2-56 threaded standoffs to a bit below 11/64" outside diameter and cut to length. Two 2-56 binding head screws completed the repair. Edited: 20 Dec 2011, 7:11 p.m.
Re: 41CL - Shut Off that Auto-Turn Off - Frido Bohn - 12-21-2011 This really astounds me. I thought it is a feature of the 41CL but instead it evolves to be a bug although insignificant? Re: 41CL - Shut Off that Auto-Turn Off - Massimo Gnerucci (Italy) - 12-21-2011 Try going through these advices first. Re: 41CL - Shut Off that Auto-Turn Off - Håkan Thörngren - 12-21-2011 I agree, the more people who try MCODE the better!
One has to start somewhere, and simple routines are a great stating point. Your example has the advantage over 'ON' of being programmable.
Re: 41CL - Shut Off that Auto-Turn Off - Gerson W. Barbosa - 12-21-2011 I don't have a 41 anymore, but on my 42 'ON' is a programmable command. I assume it is on the 41 also.
Re: 41CL - Shut Off that Auto-Turn Off - Massimo Gnerucci (Italy) - 12-21-2011 No Gerson, it is not assignable nor programmable (manual) Re: 41CL - Shut Off that Auto-Turn Off - Gerson W. Barbosa - 12-21-2011 You're right! I should have tried it on V41. Thanks for the link to the manual. Gerson.
Re: 41CL - Shut Off that Auto-Turn Off - M. Joury - 12-21-2011 It is assignable. I just tried it and you can assign 'ON'. Cheers,
-Marwan
Re: 41CL - Shut Off that Auto-Turn Off - Monte Dalrymple - 12-21-2011 This may be due to the early display driver chips. Take a look at this thread to determine the display driver type and the solution if in fact this is the source of the problem:
http://www.hpmuseum.org/cgi-sys/cgiwrap/hpmuseum/archv020.cgi?read=186130#186130 Edited: 21 Dec 2011, 11:24 a.m.
Re: 41CL - Shut Off that Auto-Turn Off - Massimo Gnerucci (Italy) - 12-21-2011 You're right Marwan! It's the ON key that is not assignable. Re: 41CL - Shut Off that Auto-Turn Off - M. Joury - 12-21-2011 Yes. Unlike the HP48 series where you can assign to any key you cannot assign to the top 4 keys (ON, USER, PRGM, and ALPHA) on the 41. Cheers,
-Marwan
Re: 41CL - Shut Off that Auto-Turn Off - Geoff Quickfall - 12-21-2011 probably apparent from the above postings but two separate "ON" definitions are discussed:
Cheers, Geoff Edited: 21 Dec 2011, 4:06 p.m.
Re: 41CL - Shut Off that Auto-Turn Off - Frido Bohn - 12-22-2011 Quote:By adding a capacitor the issue with the auto-power off within 1 minute in idle state has been resolved. Thank you, Monte! |