Unit 3: Code Quick Reference
E/Pro Programming Reference
3-4 PN: 9001096E
Babbcccd Bar Codes. Prints a 1:3 ratio barcode.
a = 0: Codabar
1: Code 39
2: Interleaved 2 of 5 (I 2/5)
3: UPC-A/EAN-13
4: EAN-8
5: Industrial 2 of 5
6: Matrix 2 of 5
7: reserved
8: reserved
9: reserved
A: MSI
B: reserved
C: Code 93
D: reserved
E: UPC-E
F: Bookland
G: Code 128
H: SSCC/UCC128
bb = Number of dots (01 to 12) for narrow bar and narrow space
ccc = Bar height in dots (001 to 999)
d = SSCC only
0: No human readable text
1: Human readable at top
2: Human readable at bottom
BCaabbbccn...n CODE 93 Barcode. Prints a CODE 93 barcode.
a = Narrow bar width (01 to 12 dots)
b = Height of barcode (001 to 999 dots)
c = Digit quantity of data (01 to 99)
n= Print data
BDabbccc Bar Codes. Prints a 2:5 ratio barcode, except for UPC, EAN, Code 93, Code 128 and SSCC
symbols, which are fixed width bar codes. For values a, bb, ccc and d see instructions for
Babbcccd.
For UPC/EAN bar codes, this command puts descender bars and human readable text
below the symbol.
BFaabbbn...n Bookland. Prints a Bookland barcode.
a = Narrow bar width (01 to 12 dots)
b = Height of barcode (001 to 999 dots)
n = Print data
BGaabbn...n CODE 128. Prints a CODE 128 barcode.
a = Narrow bar width (01 to 12 dots)
b = Height of barcode (001 to 999 dots)
n = Print data
COMMAND QUICK REFERENCE
INSTRUCTION DESCRIPTION