5525B/31/32 Line Matrix Printer Code V Programmer's Reference Manual
244
Chapter 4 Label Example
Create the Label Box
5. Now the extended graphics command set can be used to create the label
components. The Standard Alphanumeric command (M) is used to
introduce the extended graphics command set. The Dark Print command
(KF) is used to print the label box in a darker contrast. The Box command
(LB) is used to create the box for the outer border of the label. The box is
2.6 inches plus 4 dots horizontally (
horz
) and 4.7 inches vertically (
vert
).
Both the horizontal (
h
) and vertical (
v
) borders of the box have a line
thickness of 2 dots.
Format: (cc)M (cc)KF (cc)LB
horz vert h v
Enter: ^M^KF^LB0264,0470,2,2
Create the Corners
6. Two sets of corners are used in the label, one corner set around the
“From” data and the other set around the “To” data. To create these
corners, one vertical and horizontal line are justified and tabbed into
proper position for each corner piece, eight lines total (four corner pieces)
per corner set. All the commands required for the corner sets are part of
the alphanumeric command sequence initiated in the previous step. A
Justification command (J), Horizontal Tab command (T), and a Solid Line
command (LS) are used for each line as follows.
Format: (cc)J
jus
(cc)T
dis
(cc)LS
horz vert
Enter: ^J010^T0020^LS0020,0002
^J010^T0220^LS0020,0002
^J010^T0020^LS0002,0020
^J010^T0240^LS0002,0020
^J080^T0020^LS0002,0020
^J080^T0240^LS0002,0020
^J100^T0020^LS0020,0002
^J100^T0220^LS0020,0002
^J110^T0020^LS0020,0002
^J110^T0220^LS0020,0002
^J110^T0020^LS0002,0020
^J110^T0240^LS0002,0020
^J160^T0020^LS0002,0020
^J160^T0240^LS0002,0020
^J180^T0020^LS0020,0002
^J180^T0220^LS0020,0002