User`s guide

STORING DATA IN THE PRINTER MEMORY
Copyright © 2006, Cognitive. 103
GRAPHIC STORE
Function Stores the graphics file following the command in
the specified memory area
NOTE: Use this command with a dummy header line,
and do not use an END command or any other
commands with it. The graphics data to be stored must
immediately follow the
GRAPHIC STORE command.
Explicit Form
GRAPHIC STORE Type xx Identifier
Parameters
Type
Graphic file type. Allowable types
are PCX, BMP, and LOGO
(proprietary CSI graphics format).
xx
Numeric identifier for the desired
memory storage area.
identifier
Stored object identifier assigned
when the object was first stored.
Comments The printer waits for graphics data after it receives
the GRAPHIC STORE command. Incoming data
following the GRAPHIC STORE command is stored
in the specified memory area. The printer
automatically reverts to normal data input
processing when it sees the end of the graphics file.
Use the RECALL GRAPHIC command to recall and
print the graphic on labels. The printer only prints
black-and-white graphics. Also, graphics are
printed full-scale, with each image dot
corresponding to one printed dot.
See also
RECALL GRAPHIC
Example The following commands will store following
graphics data in nonvolatile RAM as IMAGE_1.
! 0 0 0 0
GRAPHIC STORE BMP 3 IMAGE_1
RECALL GRAPHIC