Printronix LQH-HWTM Benutzerhandbuch

Seite von 302
Logo Call
 75
SR
Defines the starting row of the logo. The 
SR (and 
SC) parameter specifies the location for the logo 
based on the upper left corner of the grid in which 
the logo was defined. Enter a value ranging from 
row 1 through one less than the length of the form. 
Character row or dot row is specified based on the 
Scale command (page 83), or use the CP.DP 
format (page 26).
SC
Defines the starting column of the logo. The 
SC 
(and 
SR) parameter specifies the location for the 
logo based on the upper left corner of the grid in 
which the logo was defined. Enter a value ranging 
from column 1 through one less than the width of 
the form. Character column or dot column is 
specified based on the Scale command (page 83), 
or use the CP.DP format (page 26).
logoname
Identifies a previously defined logo by name for use 
on the form. Enter the logo name exactly as used to 
define and store the logo.
DISK
Optional parameter to retrieve logo from the flash 
memory. Enter DISK.
STOP
Stop indicates the end of the LOGO command; 
enter STOP, and the IGP will wait for a new 
command. If not entered, the IGP expects another 
set of Logo Call command parameters. 
Example
The following sample program specifies three logo calls placing 
the same logo at three different locations. (The logo was 
previously defined and stored.) The starting row and column 
specify the upper left corner of the grid in which the logo was 
defined. To illustrate positioning, the starting row and column are 
indicated on the example but do not necessarily reflect actual 
location on the page. 
LOGO
56;35;HAND
56;50;HAND
56;65;HAND
STOP
logocall.e
SR 56
SC 35
SC 50
SC 65
Note
When the logo to be executed is not found in memory, the 
“LOGO NOT FOUND” error is printed.