144
5 SEQUENCE INSTRUCTIONS
5.8 No Processing Instruction
5.8 No Processing Instruction
No operation
NOP
This instruction is used, for example, to insert a space for debugging the program.
â– NOP
• Execution of the no processing instruction does not affect operation.
• This instruction is used in the following instances:
There is no operation error.
Ladder diagram Structured text
Not supported.
• To insert a space for debugging the program.
• To delete an instruction without altering the number of steps. (The instruction is overwritten with this instruction.)
• To temporarily delete an instruction.