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

Pixel Expansion (Version II)
103
Example 1 The following example of the command used in the Standard
Graphic mode, will print A through F with C underlined. The hex
08 is the control code for a backspace.
NOTE: The “Control Code 08” setting for the LinePrinter+ emulation must be
set to “Backspace” in order for the Code V to recognize the hex code.
Refer to your
User’s Manual
for details.
^PY^-
ABC^IHEX,08_DEF
^PN^-
Example 2 The following example of the command used in the Extended
Graphic mode, will print Schön with the proper accent marks.
^PY^-
^M0202000Sch^IHEX,F6n^-
^O^-^PN^-
Pixel Expansion (Version II)
Purpose Expands those graphics plotted using the ILOGO command
(page 101), the Plotting Graphics (cc)Q command (page 105),
and the Symbols command (page 118).
Mode Graphics with an Extended Graphic Command selected
Format (cc) IPEXP,
horz vert
(cc)G
(cc) Represents the Special Function Control Code
(SFCC). Enter the specific SFCC for your Code V
configuration.
IPEXP, The Pixel Expansion command. Enter IPEXP, (the
comma following the command is required).
NOTE: Leading zeros for values less than three digits are not required.
horz
The horizontal expansion of the logo or symbol.
Enter a value ranging from 1 through 255.
vert
The vertical expansion of the logo or symbol. Enter
a value ranging from 1 through 255. Leading zeros
for values less than three digits are not required.
(cc)G The required terminator for the IPEXP command.
Enter the SFCC for your Code V configuration
followed by a G to end the IPEXP command
sequence.