530
(c) Program after replacement
In the sequence program after replacement, two programs are required as shown below.
1. Main routine program
• Replace the CHKST and CHK instructions with the CALL instructions so that a subroutine program is
called.
• One CALL instruction is required for each device specified as check condition in front of the CHK
instruction. (In the program before replacement shown in (b), four CALL instructions need to be added
since there are four check conditions in front of the CHK instruction.)
• Device number and contact number of X devices (check condition) are specified in each CALL instruction.
• Contact number is used to display failure number when a failure is detected.
FEND
RET
END
<After transition>
END
<Before transition>
Initial processing
P0
Main routine
program
Main routine
program
Subroutine
program
An failure status is checked, and if a failure is detected,
a failure number is stored in D200.