
B–62884EN/01
4. ERROR MESSAGE LIST
253
Number ContentsMessage
I:E–3331 CALL INSTRUCTION CAN NOT BE
USED IN THE RANGE CON-
TROLED COM INSTRUCTION.
The CALL instruction cannot be used because a subprogram cannot
be called from within the COM instruction control range.
I:E–3332 CALLU INSTRUCTION CAN NOT
BE USED IN THE RANGE CON-
TROLED COM INSTRUCTION.
The CALLU instruction cannot be used because a subprogram can-
not be called from within the COM instruction control range.
I:E–3333 ANOTHER COM INSTRUCTION
CAN NOT BE USED IN THE
RANGE CONTROLED COM
INSTRUCTION.
The COM instruction, that indicates the start of the instruction control
range, is specified twice within the range.
I:E–3334 COME INSTRUCTION MUST BE
THE PAIR WITH COM.
The COME instruction, that indicates the end of the instruction control
range, is specified when the COM instruction, used to indicate the
start of the range, is not specified.
I:E–3335 COME INSTRUCTION IS
DETECTED THOUGH THE CASE
OF THE COIL NUMBER SPECIFI-
CATION.
The COME instruction is specified to indicate the end of the instruc-
tion control range when the end of the range has already been
defined as a number of coils.
I:E–3340 THERE IS NO JMPE INSTRUCTION. The JMP instruction is specified to indicate the start of the jump block,
but the JMPE instruction, that indicates the end of the block, is not
specified.
I:E–3341 ANOTHER JMP INSTRUCTION
CAN NOT BE USED IN THE
RANGE OF JMP INSTRUCTION.
Another JMP instruction is specified to indicate the start of a jump
block before the JMPE instruction is specified to indicate the end of
the first block.
I:E–3342 JMPE INSTRUCTION MUST BE
THE PAIR WITH JMP.
A JMPE instruction that indicates the end of a jump block is specified
when no JMP instruction, that indicates the start of a block, is speci-
fied.
I:E–3343 JMPE INSTRUCTION IS DETECTED
THOUGH THE CASE OF THE COIL
NUMBER SPECIFICATION.
A JMPE instruction is specified to indicate the end of a jump block
when the end of the block has already been defined as a number of
coils.
I:E–3350 THERE IS NO LABEL OF XXXX. The JMPB instruction does not contain label xxxx that indicates the
jump destination.
I:E–3351 THE LABEL OF XXXX IS USED
TWICE OR MORE.
Two or more identical label numbers are found when defining jump
destinations with the LBL instruction. Specify unique label numbers.
I:E–3352 TOO MANY LABELS. The number of jump destinations defined with the LBL instruction
exceeds the maximum allowable number that can be specified for the
selected program type. Decrease the number of defined jump des-
tinations.
I:E–3353 THE DESTINATION OF JMPB
INSTRUCTION IS BEYOND COM/
COME INSTRUCTION.
The JMPB instruction cannot be used to jump from a point inside to
a point outside the COM instruction control range, or vice versa.
JMPB operations can be performed only entirely within the range or
entirely outside the range.
I:E–3400 THERE IS AN UNDEFINED
INSTRUCTION.
The step sequence program contains a failed instruction or an
instruction that cannot be used with the selected program type.
I:E–3420 PROGRAM NUMBER IS DIFFER-
ENT FROM PROGRAM NAME.
The parameter of the program start instruction (SP) contains a pro-
gram number that does not correspond to the program name.
I:E–3421 AN ILLEGAL STEP NUMBER IS
SPECIFIED FOR THE XXXX
INSTRUCTION.
Instruction xxxx contains an out–of–range step number or an address
other than a step number.
I:E–3422 AN ILLEGAL PROGRAM NUMBER
IS SPECIFIED FOR THE XXXX
INSTRUCTION.
Instruction xxxx contains an out–of–range program number or an
address other than a program number.
I:E–3423 AN ILLEGAL LABEL NUMBER IS
SPECIFED FOR THE XXXX
INSTRUCTION.
Instruction xxxx contains an out–of–range label number or an
address other than a label number.
I:E–3440 THERE IS NO SP INSTRUCTION
AT THE TOP OF THE SUBPRO-
GRAM.
A subprogram must start with the SP instruction to indicate the start
of the subprogram.