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

60
Chapter 2 Command Codes
Dynamic Form: Repeat
Purpose Repeats (duplicates) an entire form at the same time as the print
job.
Format (cc) R
formdata
(cc)Z(cc)-
(cc) Represents the Special Function Control Code
(SFCC). Enter the specific SFCC for your Code V
configuration.
R Specifies the Dynamic Form Repeat Form
command. Enter R to repeat the boilerplate form.
formdata
Represents the dynamic form data. Any text,
graphics command sequences, or dynamic form
field length, are entered as part of the data.
This is
not
the dynamic data for the variable fields;
this data represents all information required for the
designated form to be repeated. The number of
copies of the form is specified as part of the
dynamic data sequence after the dynamic form is
processed.
(cc)Z(cc)- Terminates the repeat sequence. Enter the SFCC
for your Code V configuration immediately followed
by Z, another SFCC, and - or another valid
graphics command mnemonic to terminate the
Dynamic Form Copy Fields sequence.
Comments The Dynamic Form Repeat Form command is supplied as the
first input of the data parameter within the Dynamic Form
command. Do not use this command with the Dynamic Form
Copy Fields command (page 58).
The LF and FF commands have an additional meaning when
used with Dynamic Form Repeat Form commands as previously
described on page 55.
When the data is supplied, the first parameter becomes a four-
digit repeat number field. For example, 0003 before the first
dynamic data byte specifies three repeated forms with the data.
The repeat number field must be supplied with each set of data
when the Dynamic Form Repeat Form command is used. If only
one copy of the form is required, enter 0001 as the repeat
number.