DL205 User Manual, 4th Edition, Rev. D
5-199
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 (DL240 and
DL250–1/260) or 32 (DL230) 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
an ACON, a leading space will be printed in the Fault
message.
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.
230
240
250-1
260
A aaa
ACON
Operand Data Type DL230 Range DL240 Range DL250-1 Range DL260 Range
aaa aaa aaa aaa
ASCII A 0-9 A-Z 0-9 A-Z 0-9 A-Z 0-9 A-Z
230
240
250-1
260
K aaa
NCON
Operand Data Type DL230 Range DL240 Range DL250-1 Range DL260 Range
aaa aaa aaa aaa
Constant K 0-FFFF 0-FFFF 0-FFFF 0-FFFF
Operand Data Type DL230 Range DL240 Range DL250-1 Range DL260 Range
aaa aaa aaa aaa
Constant K 1-FFFF 1-FFFF 1-FFFF 1-FFFF
DS Used
HPP Used