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

Design the Label
247
12. To complete processing, send an Interrupt command (I) moving the print
position to 5.5 inches (
dis
) lower followed by a Graphics Mode carriage
return (-), end the Horizontal Duplication command (S), and end the
Dynamic Form command (]).
Format: (cc) I (cc)-
(cc) S (cc)-
(cc) ]
Enter: ^I550^-
^S^-
^]
Add Dynamic Data
13. The lines of dynamic data can now be sent.
The first line of data sent is inserted in the first dynamic field previously
identified by the Dynamic Form Field Length command. In this case, the
first dynamic field identified was the company name data line (page 245).
Subsequent dynamic fields identified were the company street address,
city, S.O., S/N, and P/N data; the corresponding data should be sent line
by line in the proper order to fill the fields.
Sending a second set of the data generates a second form (with
duplication) inserting the data in the fields in the order provided. If any
particular data field contains less than the amount specified in the
Dynamic Form Field Length command, a Graphics Mode carriage return
(-) must also be sent as the last character in the data line. Any data
exceeding the maximum amount will begin to fill subsequent fields.
Following the end of all data, a universal terminator (G) must be sent. The
two sets of data for the labels are entered as follows.
Enter: B AND D CO.^-
P.O. BOX 212^-
LOS ANGELES CA 90051^-
SO5995
011233
190204
PC CITY^-
125 BRADY^-
NEW YORK, NY 00222^-
SO5996
000535
104523^G
Disable Graphics Mode
14. Complete processing by sending a Graphics Mode form feed (,), disabling
the Free Format command (O), and disabling the Graphics Mode (PN).
Enter: ^,^O^-^PN^-
The complete program to generate the labels shown in Figure 33 on page 242
is listed on the next page. Use your system standard commands to print the
file containing the program. If errors occur, check your input and refer to the
“Error Codes” chapter.