Unit 4: Standard Command Codes
E/Pro Programming Reference
4-55 PN: 9001096E
SSCC/UCC128
FUNCTION
Specifies SSCC (Serial Shipping Container Code) barcode.
FORMAT
<ESC>BIaabbbcn~n
a = Narrow bar width (01 to 12 dots)
b = Barcode Height (001 to 999 dots)
c = Barcode Expository Font Specification
0: Not Human Readable
1: Human Readable (upper part)
2: Human Readable (lower part)
n=
Print Data
For barcode data, refer to the UCC/EAN128 code table. EAN128 (Barcode
for Standard Carton ID) fixed 18 digits:
Identifier of a continuous code for freight packaging
Digit 1: Container type
Digits 2 to 8: Shipper identification
Digits 9 to 17: Container sequential numbering
Note that check digit is automatically added; therefore, specify data in 17 dig-
its excluding check digit.
Place anywhere after <ESC>V but before <ESC>Q.
EXAMPLE
Without incrementing:
<ESC>A
<ESC>H0100<ESC>V0100<ESC>BI10415010123456000000001
<ESC>Q2
<ESC>Z
With incrementing:
<ESC>A
<ESC>H0100<ESC>V0100<ESC>F001+001
<ESC>BI104150101234567000000001
<ESC>Q2
<ESC>Z