Technical data

Table Of Contents
Unit 3: Code Quick Reference
“i” Programming Reference
3-3 PN: 9001158B
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
7: reserved
8: reserved
9: reserved
B: reserved
C: Code 93
D: reserved
E: UPC-E
G: Code 128
H: SSCC
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
BC 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
BDabbcccd 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 humand readable text
below the symbol.
BG 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
BPn...n Postnet. Prints Postnet bar codes.
n...n = 5 digit ZIP (Postnet-32 format)
6 digits (Postnet-37 format)
9 digit ZIP+4 (Postnet -52 format)
11 digit ZIP+4+DPC (Postnet-62, Delivery Point format).
COMMAND QUICK REFERENCE
INSTRUCTION DESCRIPTION