
B-63484EN/05 12.ERROR MESSAGES
- 397 -
Error code Message Cause/action
I:E-3421
An illegal step number is specified for the
**** instruction.
In the **** instruction, a step number outside the specifiable
range or an address other than a step number is specified.
I:E-3422
An illegal program number is specified for
the **** instruction.
In the **** instruction, a program number outside the specifiable
range or an address other than a program number is specified.
I:E-3423
An illegal label number is specified for the
**** instruction.
In the **** instruction, a label number outside the specifiable
range or an address other than a label number is specified.
I:E-3440
There is no SP instruction at the top of
the subprogram.
A sub-program must start with the SP instruction for specifying
the start of a sub-program.
I:E-3441
There is no SPE instruction at the bottom
of the subprogram.
A sub-program must end with the SPE instruction for specifying
the end of a sub-program.
I:E-3442
Step sequence program exists beyond
SPE instruction.
SPE is the sub-program end instruction. After SPE, no instruction
can be specified.
I:E-3443
SP instruction is detected in the
subprogram.
SP is the sub-program start instruction. SP cannot be specified
within a sub-program.
I:E-3460
The label **** is assigned for two or more
step programs.
At a jump destination, the same label number **** is defined.
Define a different label number.
I:E-3461 Too many labels.
The total number of jump destinations defined exceeded the
maximum allocatable value for step sequence editing. Reduce
the number of jump destinations defined.
I:E-3462 DSTEP instruction without DLBL.
The label representing the jump destination of a DSTEP
instruction cannot be found.
I:E-3480
The step number **** is assigned for two
or more step programs.
For a different step, the same step number **** is used. Define a
different step number.
I:E-3570 The size of the message data is too large.
The total number of message data characters exceeded the
maximum allowable value of a selected type of program. Reduce
the total number of characters.
I:E-3600
Data too large.(LADDER + step
sequence)
The total size of the ladders and step sequences exceeded the
maximum allowable value of a selected type of program. Reduce
the size of the ladders/step sequences.
I:E-3601
Data too large.(message + symbol +
comment + LADDER + step sequence)
The total size of the messages, symbols, comments, ladders, and
step sequences exceeded the maximum allowable value of a
selected type of program. Reduce the amount of data.
I:E-3620 There is no subprogram ****.
Because the sub-program file with number **** is not included in
the selected program, the file cannot be called. Create a
sub-program with number ****.
A sub-program exists, but the END instruction is specified at the
end of level 2.
I:E-3640
LADDER/step sequence program exists
beyond END instruction.
The END instruction is specified at the end of a sub-program, but
a sub-program with a greater program number exists.
I:E-3650 There is no label of ****.
Label **** representing the jump destination of the JMPC
instruction cannot be found.
I:E-3651 The label of **** is used twice or more.
In the main program, the same label number **** is defined as the
jump destination of the LBL instruction. Define a different label
number.
I:E-3652 Too many labels.
The total number of LBL instruction jump destinations defined in
the main program exceeded the maximum allowable value of a
selected type of program. Reduce the number of jump
destinations defined.
I:E-3653
The label of **** to refer exists in another
level.
JMPC is the instruction for making a jump from a sub-program to
the second level of the main program. Define the jump
destination label **** at the second level.