Technical data

Table Of Contents
Unit 4: Standard Command Codes
“i” Programming Reference
4-61 PN: 9001158B
CUSTOM GRAPHICS, STORE
FUNCTION
To provide similar functionality to the <ESC>G Custom Graphic command, but allows for the graphic
image to be stored on the printer. Use the Store command to send the graphic data to the printer’s
memory.
FORMAT
<ESC>GIabbbcccddd{data}
aaa = Specifies character format of the data
H: Hex data
B: Binary data
bbb = Number of horizontal 8 x 8 blocks (see Note 7 for range)
ccc = Number of vertical 8 x 8 blocks (see Note 7 for range)
ddd = Graphics storage number (001-099)
{data} = Hex or binary data to describe the graphic image
Immediately following the <ESC>CC Memory Area Select command.
EXAMPLE
<ESC>A
<ESC>CC1
<ESC>GIH0020020010100038007C00FE01FF03FF87FFCFFFE07C007C007C007C007C007C007C
007C0
<ESC>Z
OUTPUT
There is no printer output as a result of this command. See <ESC>GR Recall Custom Graphics
command.
NOTES
If a data transmission error occurs, the printer will beep, the ERROR LED will illuminate, and the image
must be transmitted again.
Each graphic to be stored must be sent in its own data stream.
Example of correct data stream:
<ESC>A
<ESC>GIHaaabbb001(DATA)
<ESC>Z
<ESC>A
<ESC>GIHaaabbb002(DATA)
<ESC>Z
Example of incorrect data stream:
<ESC>A
<ESC>GIHaaabbb001(DATA)
<ESC>GIHaaabbb002(DATA)
<ESC>Z
Do not use ASCII <CR> or <LF> characters (carriage return or line feed) as line delimiters within the
graphic data or the actual image will not be printed as specified.