Installation manual
CNC 8055
CNC 8055i
INTRODUCTION TO THE PLC
8.
SOFT: V02.2X
·427·
PLC program execution
Operating with real values
In the first scan, when execution the instruction M1 = M2, M1 has a real value of "1" set by the previous
instruction.
The same is true for instructions M2=M3 and M3=O5.
That is why real values are used, output O1 takes the value of "1" in the first scan.
Operating with image values
The first cycle (scan) sets the real value of M1=1; but its image value will not be set to "1" until the
end of the cycle.
In the 2nd cycle (scan), the image value of M1 is "1" and the real value of M2 is set to "1"; but the
image value of M2 will not be set to "1" until the end of the cycle.
In the 3rd cycle (scan), the image value of M2 is "1" and the real value of M3 is set to "1"; but the
image value of M3 will not be set to "1" until the end of the cycle.
In the 4th cycle (scan), the image value of M3 is "1" and the real value of O5 is set to "1".