Post Reply 
50g Random Turn ON
12-14-2016, 05:43 PM
Post: #43
RE: 50g Random Turn ON
(12-14-2016 11:03 AM)Gerald H Wrote:  Turned on the 50g turned off in post #25.

NOTHING on the stack.

LASTARG recalled the timestring "SUN 11.12.16 09:32:31"

So if I'm understanding things correctly:

You powered down this 50g on the morning of 2016-12-07 and checked it on the morning of 2016-12-14.

Your STARTOFF should have left a string on the stack if it had run, but nothing was there. Correct? If so, either STARTOFF never ran, or something cleared what it left (or pushed a virtual stack entry and restored it, or invoked a system error, etc.).

LASTARG reports a string in the format you expected, which appears to indicate that something may have happened with STARTOFF on 2016-12-11 at 09:32:31. Kudos for checking LASTARG! I hadn't thought to do that.

Observation: <2016-12-11 09:32:31> - 2^31 ticks is approximately <2016-12-08 08:43:27>, which is about 24 hours later than would normally have been expected for the 262144-second TIMER2 reset (if I've understood your situation correctly). At a minimum, this tells me that I need to let more time pass before checking my 49g+/50g test units the next time.

Thanks for posting your results!

Also, FWIW regarding warmstarts:

WSLOG doesn't show all warmstarts. For example, manual warmstarts activated by ON-C don't create entries. There may also be other types that are excluded as well.

The usual question that comes up after mentioning WSLOG is "what are the codes at the beginning of the entries for?" This is the list of possibilities as found in the 50g Advanced Users Guide:

Code:
0: The warmstart log was cleared.
1: The interrupt system detected a very low battery condition at the battery
contacts (not the same as a low system voltage), and put the calculator in “Deep
Sleep mode” (with the system clock running). When ON is pressed after the
battery voltage is restored, the system warmstarts and puts a 1 in the log.
2: Hardware failed during transmission (timeout).
3: Run through address 0.
4: System time is corrupt
5: A Deep Sleep wakeup (for example, ON, Alarm).
6: Not used
7: A 5-nibble word (CMOS test word) in RAM was corrupt. (This word is checked
on every interrupt, but it is used only as an indicator of potentially corrupt RAM.)
8: Not used
9: The alarm list is corrupt.
A: System RPL jump to #0.
B: The card module was removed (or card bounce).
C: Hardware reset occurred (for example, an electrostatic discharge or user reset)
D: An expected System (RPL) error handler was not found in runstream.

I've seen references to codes E & F as well, though I've not seen any "official" documentation for what they mean. One post on comp.sys.hp48 lists them as:

E: Corrupt configuration table (bad checksum for table data)
F: System RAM card pulled
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
50g Random Turn ON - HPfreak - 11-28-2016, 10:21 PM
RE: 50g Random Turn ON - rprosperi - 11-28-2016, 11:38 PM
RE: 50g Random Turn ON - SlideRule - 11-29-2016, 12:31 AM
RE: 50g Random Turn ON - HPfreak - 11-29-2016, 01:31 AM
RE: 50g Random Turn ON - DavidM - 11-29-2016, 02:53 AM
RE: 50g Random Turn ON - rprosperi - 11-29-2016, 03:26 AM
RE: 50g Random Turn ON - DavidM - 11-29-2016, 04:08 AM
RE: 50g Random Turn ON - Thomas Radtke - 11-29-2016, 06:05 PM
RE: 50g Random Turn ON - Han - 11-29-2016, 06:50 PM
RE: 50g Random Turn ON - DavidM - 11-29-2016, 07:35 PM
RE: 50g Random Turn ON - Claudio L. - 12-01-2016, 03:35 AM
RE: 50g Random Turn ON - HrastProgrammer - 12-19-2016, 06:35 AM
RE: 50g Random Turn ON - toml_12953 - 11-30-2016, 04:35 PM
RE: 50g Random Turn ON - TravisE - 12-04-2016, 02:36 AM
RE: 50g Random Turn ON - rprosperi - 12-04-2016, 02:56 AM
RE: 50g Random Turn ON - TravisE - 12-04-2016, 03:30 AM
RE: 50g Random Turn ON - Garth Wilson - 12-04-2016, 04:52 AM
RE: 50g Random Turn ON - TravisE - 12-04-2016, 07:27 AM
RE: 50g Random Turn ON - DavidM - 12-04-2016, 04:05 PM
RE: 50g Random Turn ON - TravisE - 12-05-2016, 08:12 AM
RE: 50g Random Turn ON - Gerald H - 12-04-2016, 06:21 AM
RE: 50g Random Turn ON - Joe Horn - 12-06-2016, 07:43 PM
RE: 50g Random Turn ON - Han - 12-06-2016, 07:51 PM
RE: 50g Random Turn ON - DavidM - 12-06-2016, 09:23 PM
RE: 50g Random Turn ON - Joe Horn - 12-07-2016, 06:42 AM
RE: 50g Random Turn ON - DavidM - 12-07-2016, 09:00 PM
RE: 50g Random Turn ON - Joe Horn - 12-08-2016, 05:47 AM
RE: 50g Random Turn ON - DavidM - 12-08-2016, 04:49 PM
RE: 50g Random Turn ON - Joe Horn - 12-08-2016, 05:32 PM
RE: 50g Random Turn ON - DavidM - 12-08-2016, 06:00 PM
RE: 50g Random Turn ON - DavidM - 12-12-2016, 10:26 PM
RE: 50g Random Turn ON - TravisE - 12-07-2016, 12:08 AM
RE: 50g Random Turn ON - Gerald H - 12-07-2016, 06:37 AM
RE: 50g Random Turn ON - TravisE - 12-07-2016, 08:43 AM
RE: 50g Random Turn ON - Gerald H - 12-08-2016, 07:41 AM
RE: 50g Random Turn ON - DavidM - 12-08-2016, 04:58 PM
RE: 50g Random Turn ON - Joe Horn - 12-08-2016, 05:06 PM
RE: 50g Random Turn ON - Gerald H - 12-08-2016, 05:33 PM
RE: 50g Random Turn ON - TravisE - 12-08-2016, 11:04 PM
RE: 50g Random Turn ON - 3298 - 12-09-2016, 11:13 AM
RE: 50g Random Turn ON - Gerald H - 12-14-2016, 11:03 AM
RE: 50g Random Turn ON - DavidM - 12-14-2016, 02:40 PM
RE: 50g Random Turn ON - DavidM - 12-14-2016 05:43 PM
RE: 50g Random Turn ON - Gerald H - 12-14-2016, 05:03 PM
RE: 50g Random Turn ON - Gerald H - 12-14-2016, 07:00 PM
RE: 50g Random Turn ON - DavidM - 12-19-2016, 05:49 AM
RE: 50g Random Turn ON - Gerald H - 12-23-2016, 04:05 PM
RE: 50g Random Turn ON - DavidM - 12-24-2016, 11:28 PM
RE: 50g Random Turn ON - TravisE - 12-28-2016, 08:19 PM
RE: 50g Random Turn ON - TravisE - 01-01-2017, 09:32 PM
RE: 50g Random Turn ON - rprosperi - 01-02-2017, 03:24 PM
RE: 50g Random Turn ON - HrastProgrammer - 01-15-2017, 06:07 AM
RE: 50g Random Turn ON - DavidM - 03-26-2017, 04:11 PM
RE: 50g Random Turn ON - TravisE - 03-27-2017, 08:00 PM



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