
B-66234EN/05 13.ERROR MESSAGES
- 453 -
Error code Message Cause/action
I:E-3290
There is no SP instruction at the top of the
subprogram.
Start a sub-program with the SP instruction used to specify
the start of a sub-program.
I:E-3291
There is no SPE instruction at the bottom of
the subprogram.
End a sub-program with the SPE instruction used to
specify the end of a sub-program.
I:E-3292
LADDER program exists beyond SPE
instruction.
SPE is the sub-program end instruction. After SPE, no
instruction can be specified.
I:E-3293 SP instruction is detected in the subprogram.
SP is the sub-program start instruction. SP cannot be
specified in the middle of a sub-program.
I:E-3310 There is no END1 instruction. At the end of the first level, the END1 instruction is missing.
I:E-3211 There is no END2 instruction.
At the end of the second level, the END2 instruction is
missing.
I:E-3312 There is no END3 instruction.
At the end of the third level, the END3 instruction is
missing.
I:E-3313
LADDER program exists beyond END1
instruction.
END1 is the end instruction for the first level. After END1,
no instruction can be specified.
I:E-3314
LADDER program exists beyond END2
instruction.
END2 is the end instruction for the second level. After
END2, no instruction can be specified.
I:E-3315
LADDER program exists beyond END3
instruction.
END3 is the end instruction for the third level. After END3,
no instruction can be specified.
I:E-3316
LADDER program exists beyond END
instruction.
END is the end instruction for all ladder programs. After
END, no instruction can be specified.
I:E-3317 END1 instruction can not be used.
The END1 instruction is used at a level other than the first
level.
I:E-3318 END2 instruction can not be used.
The END2 instruction is used at a level other than the
second level.
I:E-3319 END3 instruction can not be used.
The END3 instruction is used at a level other than the third
level.
I:E-3320 END instruction can not be used. The END instruction is used at the first level.
I:E-3330 There is no COME instruction.
The COM instruction for starting a COM instruction control
range is defined, but the COME instruction for ending .the
range is not defined.
I:E-3331
CALL instruction can not be used in the range
controlled COM instruction.
A sub-program cannot be called from within a COM
instruction control range. So, the CALL instruction cannot
be used.
I:E-3332
CALLU instruction can not be used in the
range controlled COM instruction.
A sub-program cannot be called from within a COM
instruction control range. So, the CALLU instruction cannot
be used.
I:E-3333
Another COM instruction can not be used in
the range controlled COM instruction.
In a COM instruction control range, the COM instruction for
starting a control range is defined again.
I:E-3334 COME instruction must be the pair with COM.
If a COM instruction control range is not started, the COME
instruction for ending a control range cannot be used.
I:E-3335
COME instruction is detected though the case
of the coil number specification.
If the end of a COM instruction control range is defined by
specifying the number of coils, the COME instruction for
ending a control range cannot be used.
I:E-3340 There is no JMPE instruction.
The JMP instruction for specifying a jump start position is
defined, but the JMPE instruction for specifying a jump end
position is not.
I:E-3341
Another JMP instruction can not be used in the
range of JMP instruction.
Between a JMP instruction for specifying a jump start
position and a JMPE instruction for specifying a jump end
position, another JMP instruction is defined.
I:E-3342 JMPE instruction must be the pair with JMP.
If the JMP instruction for specifying a jump start position is
not defined, the JMPE instruction for specifying a jump end
position cannot be used.