5525B/31/32 Line Matrix Printer Code V Programmer's Reference Manual
Design the Label
245
Add TO/FROM Alphanumeric Data
7. Now let's add the “From” data. We will use a series of Standard
Alphanumeric commands (M) to specify 0.1 inch high (
ht
) by 0.1 inch wide
(
wd
) characters justified 0.2 inches (
jus
) for the FROM heading.
Use a Horizontal Tab (T) to position the heading 0.4 inches (
dis
) from the
margin. In a similar command sequence, specify 0.2 inch high and 0.2
inch wide characters justified 0.4 inches down for the heading, also
tabbed 0.4 inches from the margin. Justify the street address data 0.6
inches plus 5 dots (
jus
) down using a Justification command (J) and tab
the address data 0.8 inches (
dis
) from the margin using a Horizontal Tab
command (T). In a similar Justification and Horizontal Tab sequence,
justify the city and state data 0.8 inches down and tabbed 0.9 inches from
the margin.
For the address data, select the 17.65 cpi compressed print font (
F
) using
the Compressed Print command (S) in a new Standard Alphanumeric
command (M) sequence.
NOTE: A compressed print command must immediately precede the
compressed print data for each line it is used.
Format: (cc)M
ht wd jus
(cc)T
dis data
(cc)M(cc)J
jus
(cc)T
dis
(cc)S
F
data
Enter: ^M01,01,020^T0040FROM
^M02,02,040^T0040XYZ COMPANY
^M^J065^T0080^S5123 MAIN STREET
^J080^T0080^S5IRVINE, CA 92714
8. The “To” data includes dynamic data fields for the name, street address,
and city data lines of the different companies.
Begin with a Standard Alphanumeric command (M) to specify the TO
heading as 0.1 inch high (
ht
) by 0.1 inch wide (
wd
) characters, justified
0.2 inches down (
jus
) and tabbed 0.4 inches (
dis
) from the left margin
using the Horizontal Tab command (T). Using a Justification (J) and
Horizontal Tab (T) command sequence, position the company name data
line 1.3 inches plus 4 dots (
jus
) down and 0.4 inches (
dis
) from the left
margin.
Use a Dynamic Form Field Length command ([) to specify the maximum
length (
length
) of the dynamic data field as 24 characters. Similarly, justify
the street address line 1.5 inches down, tabbed 0.4 inches from the left
margin, and 24 characters maximum length.
Justify the city and state data line 1.6 inches plus 5 dots down, tabbed 0.4
inches from the left margin, and 24 characters maximum length.
Format: (cc)M
ht wd jus
(cc) T
dis data
(cc)J
jus
(cc) T
dis
(cc) [
length
(cc)G
Enter: ^M01,01,120^T0040TO
^J134^T0040^[024^G
^J150^T0040^[024^G
^J165^T0040^[024^G