HEIDENHAIN TNC 415 (259 9x0) Service Manual User Manual
Page 13

SERVICE MANUAL TNC 415B/425
Page 10
Issue: 20.08.95
Display (blinking)
Error Cause
ERROR IN PLC-PROGRAM X
ERROR IN PLC-PROGRAM XX
X =
7
8
9
XX = 10
11
12
13
14
15
16
17
18
19
20
21
22
Called label not defined
No end-program condition found (the program does
not contain an EM instruction, or it contains a JP
instruction without a LBL instruction following.)
Program is too long (RAM overflow) (insufficient
memory for the program code to be generated.)
Assign with parenthesis (an =, S, SN, R, RN or PS
instruction has been programmed, although arithmetic
parenthesis are open)
Excessive nesting of parentheses (more than 16
parentheses are open)
Jump within a gating sequence (unconditional jump
has been programmed, although the gating sequence
was not closed with an Assign)
"Close Parenthesis" without "Open Parenthesis" (a
"Close Parenthesis" command was programmed,
although no parentheses were open)
Label within parentheses (a LBL instruction has been
programmed, although parentheses are open)
Label within a gating sequence (a LBL instruction has
been programmed, although the previous gating was
not closed with an Assign)
Jump within parentheses (a jump instruction has been
programmed, although parentheses are open)
Parentheses open at the end of a block (an EM
instruction has been programmed, although
parentheses are open)
Label defined twice
Logic Assign missing (a Word Assign or gating has
been programmed, although the previous Logic-gating
was not closed with a Assign)
Logic Assign missing (a Word instruction has been
programmed, although the previous Logic-gating was
not closed with an Assign)
Word accumulator not loaded (a Word Assign or
gating has been programmed, although the Logic
accumulator does not contain a definite value)
Logic accumulator not loaded (a Logic has been
programmed, although the Logic accumulator does
not contain a definite value)