![LS Industrial Systems SV-iS7 PLC User Manual Download Page 118](http://html.mh-extra.com/html/ls-industrial-systems/sv-is7-plc/sv-is7-plc_user-manual_1943813118.webp)
Chapter 10 Troubleshooting
10-12
Error Type
Message
Code
(F006)
CPU
State
Cause
Corrective Actions
Missing the
SBRT
instruction in
the subroutine
program.
Miss SBRT
Error
h0043
Stop
The subroutine does not has the
SBRT instruction.
Insert the SBRT
instruction.
The JMP ~
JME instruction
error
JMP(E) Error
h0044
Stop
The JMP ~ JME instruction error
Correct the JMP ~ JME
instruction.
The FOR ~
NEXT
instruction error
FOR~NEXT
Error
h0045
Stop
The FOR ~ NEXT instruction
error
Correct the FOR ~ NEXT
instruction.
The MCS ~
MCSCLR
instruction error
MCS~MCSCL
R Error
h0046
Stop
The MCS ~ MCSCLR instruction
error
Correct the MCS ~
MCSCLR instruction.
The MPUSH ~
MPOP
instruction error
MPUSH ~
MPOP Error
h0047
Stop
The MPUSH ~ MPOP instruction
error
Correct the MPUSH ~
MPOP instruction
Dual coil error
DUAL COIL
Error
h0048
Stop
Timer or counter has been
duplicated.
Correct timer, counter.
Syntax error
Syntax Error
h0049
Stop
Input condition error, or too much
use of LOAD or AND(OR) LOAD.
Check and correct the
program.