5525B/31/32 Line Matrix Printer Code V Programmer's Reference Manual
102
Chapter 2 Command Codes
Comments The Pixel Expansion (IPEXP) command, described on page 103,
may be used with all logos printed using the ILOGO command.
Logos and symbols created using the z command (described on
page 118) are still available and do not conflict with the ILOGO
command. Do not use any alphanumeric-rotation commands with
ILOGO symbols and logos.
Example The following program and print sample illustrate how the
copyright symbol (value 41 from Table 14) is called using the
ILOGO command. Note that the alphanumerics command ^M is
simply “introducing” an Extended Graphics command; therefore,
the alphanumeric command parameters (01,01,000) are optional.
^PY^-^F^-
^M^IPEXP,06,06^G^ILOGO,41^G^-
^O^-^PN^-
Passing Hex Values
Purpose Sends specified hex values to the printer. This command can be
used in Standard or Extended Graphics Mode.
Mode Standard or Extended Graphics Mode, with or without an
Extended Graphic Command selected
Format (cc) IHEX,
value
(cc) Represents the Special Function Control Code
(SFCC). Enter the specific SFCC for your Code V
configuration.
IHEX, The Pass Hex Values command. Enter IHEX,. (The
comma following the command is required).
value
The hex value to be sent to the printer. Valid values
are hex 00 through FF.
Comments The IHEX command can be used to send graphic and non-
graphic hex data. The difference between the use of the
command is shown in example 1, Standard Graphic mode, and
example 2, Extended Graphic mode.