209
Graphics command 11
Valid range and
term of
command
When the power switch is OFF
The set parameter is not maintained.
The parameter preset will be invalid.
The parameter preset will be invalid.
[Function]
Specifying the print of graphic.
[Format]
<G>abbbcccn~n
●Parameter
a[Data specification by HEX and BIN] H : Hex data
Divide 8 bit data into 4 bits and output it as hex code
corresponding to ASCII.
B : Binary data
Output 8 bit data as one font of 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
n[Graphic data]
[Coding Example 1] [□] is printed with the below specification when [H: HEX data]
<A>
<V>50<H>50
<G>H001001FF818181818181FF
<Q>1
<Z>
[Coding Example 2] [□] is printed with the below specification when [B: binary data]
<A>
<V>50<H>50
<G>B001001<FF818181818181FF>
16
<Q>1
<Z>
[Notes]
1. Specification of [B] has a longer program description than that of specification [H]; however, the transfer data length is 50
percent shorter.
This could be advantages in data capacity.
2. Specification of Rotation <%> and Enlargement <L> are enabled.
3. It is necessary to put enlarge command <L> just before the graphic print command <G> for enlargement.
4. Specify in the order of rotation command <%> and enlarge command <L> when specifying both commands.
5. The crosswise maximum byte and lengthwise maximum byte are specified in the table below, however, it is possible to
specify up to 999 bytes to have compatibility with the old model.
It is possible to print less than 2,937,600 bytes as the graphic data.
6. The calculation of graphic data size is [crosswise maximum byte x lengthwise maximum byte x 8].
[Parameter Initial Value and Specified Range]
[S84-ex]
[S86-ex]
Print of Graphic