DL06 Micro PLC User Manual, 3rd Edition, Rev. E
5-187
Chapter 5: Standard RLL Instructions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
A
B
C
D
Data Label (DLBL)
The Data Label instruction marks the beginning of an ASCII/
numeric data area. DLBLs are programmed after the End statement.
A maximum of 64 DLBL instructions can be used in a program.
Multiple NCONs and ACONs can be used in a DLBL area.
ASCII Constant (ACON)
The ASCII Constant instruction is used with the DLBL instruction
to store ASCII text for use with other instructions. Two ASCII
characters can be stored in an ACON instruction. If only one
character is stored in a ACON a leading space will be inserted.
Numerical Constant (NCON)
The Numerical Constant instruction is used with the DLBL
instruction to store the HEX ASCII equivalent of numerical data for
use with other instructions. Two digits can be stored in an NCON
instruction.
K aaa
DLBL
A aaa
ACON
K aaa
NCON
Operand Data Type
DL06 Range
aaa
Constant K
1-FFFF
Operand Data Type
DL06 Range
aaa
Constant K
1-FFFF
Operand Data Type
DL06 Range
aaa
ASCII A
0-9 A-Z
DS
Used
HPP Used
DS
Used
HPP Used
DS
Used
HPP Used