DL06 Micro PLC User Manual, 3rd Edition, Rev. E
5-337
Chapter 5: Standard RLL Instructions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
A
B
C
D
CTRIO Clear Preset Table (CTRCLRT) (IB-1007)
CTRCLRT Parameters
• CTRIO#: specifies a specific CTRIO module based on a user defined number (see CTRIO Config)
• Output#: specifies a CTRIO output to be used by the instruction
• Workspace: specifies a V-memory location that will be used by the instruction
• Success: specifies a bit that will turn on once the instruction has successfully completed
• Error: specifies a bit that will turn on if the instruction does not complete successfully
DS
Used
HPP
N/A
Parameter
DL06 Range
CTRIO#
K
K0-255
Output#
K
K0-3
Workspace
V
See DL06 V-memory map - Data Words
Success
X,Y,C,GX,GY,B
See DL06 V-memory map
Error
X,Y,C,GX,GY,B
See DL06 V-memory map
CTRIO Clear Preset Table will clear the RAM
based Preset Table on a leading edge transition to
this IBox. This IBox will take more than 1 PLC
scan to execute. Either the Success or Error bit will
turn on when the command is complete. If the
Error Bit is on, you can use the CTRIO Read Error
Code (CTRRDER) IBox to get extended error
information.
The Workspace register is for internal use by
this IBox instruction and MUST NOT be used
anywhere else in your program.