HP Forums
15C flashing display - 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: 15C flashing display (/thread-102469.html)



15C flashing display - Hal Bitton in Boise - 11-13-2006

Today, when I turned my 15C on (having been off for a couple of weeks), the display was flashing, showing the contents of the X-register. When I hit the Clx key (back arrow), it stopped flashing. The self test and the keyboard test ran fine, and it seems to be working fine. Anybody have any idea why the display would flash like that?

Thanks and best regards, Hal


Re: 15C flashing display - Valentin Albillo - 11-13-2006

There are two documented ways to make the display blink as you mention:

  1. An overflow condition, where the result of some computation exceeds the available range (i.e., > 9.999999999E+99). A running program which generates an overflow will continue running, but when it eventually stops, the display will be left blinking (unless the program clears flag 9, as discussed next).

  2. Manually setting flag 9

You can stop the display blinking by pressing the backarrow key, executing CF 9, or turning off the machine. If it turns itself off, flag 9 won't be cleared.

Best regards from V.