5525B/31/32 Line Matrix Printer Code V Programmer's Reference Manual

UCC/EAN-128
199
The command below generates the same vertical UCC/EAN-128 bar code,
using Level II syntax. The standard graphics command ^V is used to rotate
the bar code produced with Level II syntax. The rotation will be in a clockwise
direction. The human-readable data is placed below the bar code with the B
parameter.
^PY^-^F^-
^V1010000
^KF^IBARC,UCC128,R2:2:4:4:6:6:8:8,B,400PO10551^G^KF
^-
^PN^-
The program below illustrates the use of dynamic forms to generate part of a
shipping form with three UCC/EAN-128 bar codes. An internal code (AI = 91)
is used as a store number, a ship-to-postal (AI = 420) gives the customer ZIP
Code as dynamic data, and a serial shipping container code (AI = 00) is also
given as dynamic data. In this example, since the application identifiers are
known, they are given as static data, and only the data field for each variable
AI is made dynamic. The ship-to-postal takes a five digit ZIP Code; the SSCC-
18 takes seventeen digits with Code V, creating the modulo-10 data field
check digit automatically.