DL06 Micro PLC User Manual, 3rd Edition, Rev. E
5-332
Chapter 5: Standard RLL Instructions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
A
B
C
D
CTRIO Configuration (CTRIO) (IB-1000)
CTRIO Config defines all the common information for one specific CTRIO module which is
used by the other CTRIO IBox instructions (for example, CTRLDPR - CTRIO Load Profile,
CTREDRL - CTRIO Edit and Reload Preset Table, CTRRTLM - CTRIO Run to Limit
Mode, ...).
If you have more than one CTRIO in your PLC, you must have a different CTRIO Config
IBox for EACH CTRIO module in your system that utilizes any CTRIO IBox instructions.
Each CTRIO Config IBox must have a UNIQUE CTRIO# value. This is how the CTRIO
IBoxes differentiate between the different CTRIO modules in your system.
The Workspace parameter is an internal, private register used by the CTRIO Config IBox and
MUST BE UNIQUE in this one instruction and MUST NOT be used anywhere else in your
program.
Since this logic only executes on the first scan, this IBox cannot have any input logic.
CTRIO Parameters
• CTRIO#: specifies a specific CTRIO module based on a user defined number
• Slot: specifies which PLC option slot the CTRIO module occupies
• Workspace: specifies a V-memory location that will be used by the instruction
• CTRIO Location: specifies where the module is located (local base only for DL06)
• Input: This needs to be set to the same V-memory register as is specified in CTRIO Workbench as
‘Starting V address for inputs’ for this unique CTRIO.
• Output: This needs to be set to the same V-memory register as is specified in CTRIO Workbench as
‘Starting V address for outputs’ for this unique CTRIO.
DS
Used
HPP
N/A
The Input/Output parameters for this instruction
can be copied directly from the CTRIO Workbench
configuration for this CTRIO module. Since the
behavior is slightly different when the CTRIO module is
in an EBC Base via an ERM, you must specify whether
the CTRIO module is in a local base or in an EBC base.
The DL06 PLC only supports local base operation at
this time.
You must have the CTRIO Config IBox at the top
of your ladder/stage program along with any other
configuration IBoxes.