4
4-35GFK-0804B Chapter 4 The Micro PLC Instruction Set
Examples and HHP Instructions
Ladder Diagram Hand-held Programmer
I1 START
MOVE
OUT
START
MOVE
OUT
F1
F3
F1
F3
F1
I1
5
R1
R2
R3
"[ 5 !@R1]
[R2 !@R3]
46141
In the first example rung above, an Indirect Move function copies the constant 5 into a
register pointed to by R1. During one program scan, R1 might point to register R20. In
another scan, it might point to register R21.
The second example rung has no conditional logic; each program scan, it copies the
content of register R2 to a register which is pointed to by register R3.