Post Reply 
single tone during 41cx program execution, error?
08-22-2016, 09:51 PM
Post: #4
RE: single tone during 41cx program execution, error?
(08-21-2016 10:24 PM)twdeckard Wrote:  Dieter wins, by counting the tones I have deduced it is likely because the EM records are longer than the alpha register. This is as designed.

Hmmm... in a running program there usually is no warning tone.
Try this:

Code:
"ABCDE"
20
LBL 01
"├X"
DSE X
GTO 01
AVIEW
END

The 20 "X"es will push the initial "A" out of ALPHA, but there is no tone. On the other hand you will hear it if you enter "ABCDEXXXXXXX..." manually.

So I wonder if this is different with some X-Memory related commands. What about a program listing now?

Dieter
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: single tone during 41cx program execution, error? - Dieter - 08-22-2016 09:51 PM



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