Chapter 7 — Commands
76 ESim for the PC4 and PF8 Printer Programmer’s Reference Manual
Remarks: A graphic can only be printed in same direction and size as when
it was saved. There are no means of magnification or rotation of
an individual graphic. However, the entire print image including
all text, bar codes, graphics, lines, and boxes can be rotated 180°
using the Z command.
Example:
This example prints the graphic “LOGO,” see command below:
GG50,50,“LOGO”
GI - Print Graphics Information
Purpose: This command causes the printer to print a list of all graphics
stored in memory.
Syntax: GI
Remarks: The GI command is executed directly without appending a
Linefeed.
Issue a GI command after having stored a graphic to make sure
the storing was successful, and to check the amount of free
graphic memory.
GK - Delete Graphics
Purpose: This command is used to delete a specified graphic or all graphics
from memory.
Syntax: GK“name”|“*”
Example1:
To delete the graphic named “LOGO”:
GK“LOGO”
Example 2:
To delete all graphics:
GK“*”
GK Command Parameter Descriptions
Parameter Description
“name” Only the named form is deleted from memory.
“*” If an asterisk (*) is entered as a wildcard instead of
a name, all forms are deleted from memory.