DL06 Micro PLC User Manual, 3rd Edition, Rev. E
5-236
Chapter 5: Standard RLL Instructions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
A
B
C
D
Analog Output Module Pointer Setup (ANLGOUT) (IB-461)
Analog Output Module Pointer Setup generates the logic to configure the pointer method for
one analog output module on the first PLC scan following a Program to Run transition.
ANLGOUT Parameters
• Base # (K0-Local): must be 0 for DL06 PLC
• Slot #: specifies which PLC option slot is occupied by the analog module (1–4)
• Number of Output Channels: specifies the number of analog output channels that will be used
• Output Data Format (0-BCD 1-BIN): specifies the format of the analog output data (BCD or
Binary)
• Output Data Address: specifies the starting V-memory location that will be used to source the analog
output data
DS
Used
HPP
N/A
Parameter
DL06 Range
Base # (K0-Local)
K
K0 (local base only)
Slot #
K
K1-4
Number of Output Channels
K
K1-8
Output Data Format (0-BCD 1-BIN)
K
BCD: K0; Binary: K1
Output Data Address
V
See DL06 V-memory map - Data Words
This IBox determines the data format
and Pointer addresses based on the
CPU type, the Base#, and the Slot#.
The Output Data Address is the
starting location in user V-memory
where the analog output data values
will be placed by ladder code or
external device, one location for each
output channel enabled.
Since this logic only executes on the
first scan, this IBox cannot have any
input logic.