DL06 Micro PLC User Manual, 3rd Edition, Rev. E
5-64
Chapter 5: Standard RLL Instructions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
A
B
C
D
Out (OUT)
The Out instruction is a 16-bit instruction that copies the value
in the lower 16 bits of the accumulator to a specified V-memory
location (Aaaa).
In the following example, when X1 is on, the value in V2000 will be loaded into the lower
16 bits of the accumulator using the Load instruction. The value in the lower 16 bits of the
accumulator are copied to V2010 using the OUT instruction.
Out Double (OUTD)
The Out Double instruction is a 32 bit instruction that copies the
value in the accumulator to two consecutive V-memory locations at a
specified starting location (Aaaa).
In the following example, when X1 is on, the 32-bit value in V2000 and V2001 will be loaded
into the accumulator using the Load Double instruction. The value in the accumulator is
output to V2010 and V2011 using the OUTD instruction.
OUT
A aaa
Operand Data Type DL06 Range
A
aaa
V-memory V See memory map
Pointer P See memory map
Operand Data Type DL06 Range
A
aaa
V-memory V See memory map
Pointer P See memory map
Discrete Bit Flags Description
SP53 On if CPU cannot solve the logic.
Discrete Bit Flags Description
SP53 On if CPU cannot solve the logic.
2
C
0
A
0
A
0
A
ENT
1
B
ENT