5525B/31/32 Line Matrix Printer Code V Programmer's Reference Manual
46
Chapter 2 Command Codes
(cc)- Graphics Mode CR used as a sequence terminator
representing an end to the data. Enter the SFCC
for your Code V configuration immediately followed
by - to end the command sequence.
data
Represents the data to be repeated. Enter any valid
Code V Graphics Mode command. Specific
command sequences are input as part of the
horizontal duplication data. These commands are
then repeated as specified in the Horizontal
Duplication command.
(cc)S (cc)- Mandatory Horizontal Duplication command
sequence terminator. Enter the SFCC for your
Code V configuration immediately followed by S,
another SFCC, and - to end terminate the
Horizontal Duplication command sequence.
Comments The S command operates as a toggle. The first S command
enables horizontal duplication, the second S command disables
horizontal duplication, the third S command enables duplication,
and so on. All data following the first S command will repeat the
number of times specified until the second S command is
encountered.
Copies are produced across the page as many times as
requested or until the page width is reached. Any duplications
that would print beyond column 132 are lost and cause an
Element Off Page error (Error 48).
Example The following sample command illustrates horizontal duplication.
This extended graphics command sequence consists of a
Standard Alphanumeric command using the letters “IGP” printed
at a height of 0.2 inches. “IGP” is being duplicated 5 times with a
gap of 0.8 inches between each duplication (0.6 inch space plus
a 0.2 inch margin between each duplication).
^PY^-
^S05,08^-^M02,02,000IGP^-^S^-
^PN^-