2 CPU MODULE INSTRUCTIONS
2.1 Sequence Instructions
71
2
Shift instructions
■Shifting bit devices
Master control instructions
■Setting/resetting a master control
Termination instructions
■Ending the main routine program
■Ending the sequence program
Stop instruction
■Stopping the sequence program
No operation instruction
■No operation
Instruction symbol Processing details Reference
SFT Shifts the on/off state of the device area just before the one specified to the specified device area,
and turns off the shift source device.
Page 205 SFT(P)
SFTP
Instruction symbol Processing details Reference
MC Starts a master control. Page 207 MC, MCR
MCR Ends a master control.
Instruction symbol Processing details Reference
FEND Separates the main routine program from subroutine programs and interrupt programs in a
program file.
Page 211 FEND
Instruction symbol Processing details Reference
END Indicates the end of a program. Page 213 END
Instruction symbol Processing details Reference
STOP Stops the operation of the CPU module. (The operation of this instruction is the same as setting the
switch of the CPU module to the STOP position.)
Page 215 STOP
Instruction symbol Processing details Reference
NOP Inserts a space for debugging. Page 216 NOP
NOPLF This instruction is a no-operation instruction and has no impact on the previous operations. Page 217 NOPLF