5525B/31/32 Line Matrix Printer IGP/PGL Programmer's Reference Manual

Example: Dynamic Data
211
Dynamic Alphanumeric Fields
Identify the location of the dynamic alphanumeric fields using the
alphanumerics command. Input the following alphanumeric command lines
after the HDUP;OFF command and before the Create Form mode END line.
A separate alphanumerics command sequence is used in order to assign
unique numbers to each dynamic data field. If unique identifying numbers
were not required, these alphanumeric commands would be added to the
existing alphanumeric commands being duplicated to produce the fixed form
alphanumeric data.
NOTE: Before the following dynamic data commands can be entered, delete
the form count parameter from the existing Execute command line
(the ;1 at the end of the Execute command line shown on the program
on page 208). The Form Count parameter cannot be used when data
is supplied dynamically. The Execute command line should now read
~EXECUTE;SAMPLE and must be correctly terminated. This is the
Execute command for the first page of dynamic data.
ALPHA (Begin alpha command for dynamic data)
AF1;20;10.8;12;0;0 (AF1=the first line of upper left TO area)
AF2;20;11.8;12;0;0 (AF2=second line of upper left TO area)
AF3;20;12.8;12;0;0 (AF3=third line of upper left TO area)
AF4;20;10.8;49;0;0 (AF4=first line of lower left TO area)
AF5;20;11.8;49;0;0 (AF5=second line of lower left TO area)
AF6;20;12.8;49;0;0 (AF6=third line of lower left TO area)
STOP (Stop the alphanumerics command)