DL205 User Manual, 4th Edition, Rev. D
5-177
Chapter 5: Standard RLL Instructions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
A
B
C
D
CPU Control Instructions
No Operation (NOP)
The No Operation is an empty (not programmed) memory location.
End (END)
The End instruction marks the termination point of the normal program
scan. An End instruction is required at the end of the main program
body. If the End instruction is omitted, an error will occur and the CPU
will not enter the Run Mode. Data labels, subroutines and interrupt
routines are placed after the End instruction. The End instruction is not
conditional; therefore, no input contact is allowed.
Stop (STOP)
The Stop instruction changes the operational mode of the CPU from
Run to Program (Stop) mode. This instruction is typically used to stop
PLC operation in a shutdown condition such as an I/O module failure.
In the following example, when SP45 comes on indicating an I/O module failure, the CPU will
stop operation and switch to the program mode.
NOP