387
[ESC+GI] Registration of Graphic
ESC GI ParameterHexadecimal code
<1B>
16
<47>
16
<49>
16
abbbcccdddn...n
Initial Value Nil
When the power is OFF The set parameter is not maintained.
Valid range within items The set parameter becomes invalid.
Valid range and term of
command
Valid range between items The set parameter becomes invalid.
[Function]
Specifying the registration of graphic pattern data.
[Format]
<GI>abbbcccdddn...n
• Parameter
a [Selection of data transfer in HEX or BIN]
H : Hex data
B : Binary data
Hex data (Divide 8 bits data into 4 bits and outputs it as hex code corresponding to ASCII)
Binary data (Output 8 bits data as one character data all at once)
b [Specification of crosswise graphic area per byte] = Refer to the table below
c [Specification of lengthwise graphic area per byte] = Refer to the table below
d [Registration number] (Identification number when invoking) = Valid range : 1 to 999
n [Data] = Graphic data
[Coding Example 1]
[H: HEX data] is specified for [Data specification by HEX and BIN]
[□] is registered to the 999th of the slot 1 by the below.
<A>
<CC>1
<GI>H001001999<46463831383138313831383138314646>
16
<Z>
[Coding Example 2]
[B: Binary data] is specified for [Data specification by HEX and BIN]
[□] is registered to the 999th of the slot 1 by the below.
<A>
<CC>1
<GI>B001001999<FF818181818181FF>
16
<Z>