15c LE - PSE works and doesn't! Please explain!
#1

Entering the PSE in a DSE loop yields the bug. The program from page 89 of the new handbook works just fine. Can someone explain?

#2

That is probably because you don't execute another instruction between the consecutive pauses. If you try the example on pages 114-115, the display will only show the first result in the loop before ending the program. The bug will occur even if you don't use a DSE or ISG loop, for example 1 PSE 2 PSE 3 R/S will only display 1 and 3.

Edited: 28 Sept 2011, 3:04 p.m.

#3

Unfortunately entering a second PSE in the page 114 progtam doesn't make it work. So there must be more to it than just two consecutive PSEs.
I have already tested some different cases that don't work. But why DOES it work in the cited case?


Edited: 28 Sept 2011, 3:08 p.m.

#4

The program on page 89 is very definitely not working as it should, i.e., as it would on an original HP-15C.

After entering 45 in Y and 50 in X, then executing f A, the value 38.2683 should be displayed for the length of two pauses (about two seconds), after which the program terminates shortly showing 39.2699.

Instead, the PSE bug in the 15C-LE causes the following: After executing f A, the value 38.2683 is displayed for the length of the first pause (about one second), then the display blanks for the length of the second pause (about one second), after which the program terminates showing 39.2699. Bad!

This PSE bug that I reported here on September 10 only becomes apparent after more than one PSE is encountered in the program runstream, as it is in this program. The first PSE works OK, but subsequent PSE commands disrupt the LCD. It is immaterial whether the PSE commands are in any sort of loop, DSE or otherwise.

#5

Because, like I said, you are not executing the pause more that once, you are just extending it. Try 1 PSE PSE 2 PSE 3 R/S. You will still get the first pause and see 1 followed by 3.

#6

Ah, I didn't realize the 2-PSE-requirement for the bug to appear. Thanks for clarifying.

Edited: 28 Sept 2011, 3:39 p.m.

#7

The bug problem is always present and apparent when two or more PSE commands are executed. It does not matter if the PSE commands are consecutive or separated by thousands of other executed instructions (i.e., a loop).

With 1 PSE PSE 2 PSE 3 R/S, the 15C-LE yields:

1 in display for one second (first PSE) (Everything is OK so far),

blank display for one second (second PSE) (BUG: 1 should still be in display),

blank display for one second (third PSE) (BUG: 2 should now be in display),

3 in display after program terminates.

Two consecutive PSE commands are two distinct executions of the PSE command. The second does not extend the first. The bug becomes apparent immediately with the execution of the second and subsequent PSE commands, until the program terminates.

Edited: 28 Sept 2011, 3:40 p.m.



Possibly Related Threads…
Thread Author Replies Views Last Post
  HP Prime works from the traditionally TI community... debrouxl 1 1,596 12-06-2013, 09:00 PM
Last Post: Erwin Ried
  emu48 - copy stack doesn't work (as expected) Thomas Radtke 2 1,924 11-11-2013, 02:19 PM
Last Post: Thomas Radtke
  Can someone explain Mike Powell 5 1,697 10-12-2013, 11:40 PM
Last Post: FORTIN Pascal
  OT - A lucky find - Busicom Handy-LE LE-120A Cristian Arezzini 2 1,782 09-26-2013, 04:43 AM
Last Post: Cristian Arezzini
  Low power warning for HP-15C LE and batteries Nick_S 1 1,381 09-16-2013, 09:34 AM
Last Post: Hans Brueggemann
  HP 15C-LE replacement still available? Borja 16 5,383 08-22-2013, 11:16 AM
Last Post: Michael de Estrada
  JTAG on HP-12C and HP-15C LE Ingo 5 2,386 07-01-2013, 06:37 PM
Last Post: Paul Dale
  HP 15C LE extremums Richard Berler 29 8,546 05-20-2013, 03:26 PM
Last Post: Dieter
  Anyone got a 39gII and doesn't mind memory loss? bhtooefr 4 1,710 05-19-2013, 03:57 PM
Last Post: bhtooefr
  Repaired HP-97 card reader doesn't show any signs of life jbssm 6 2,602 02-17-2013, 03:15 AM
Last Post: Alberto Fenini

Forum Jump: