46
[ESC+FC] Print Circle
ESC FC ParameterHexadecimal code
<1B>
16
<46>
16
<43>
16
,aaa,bbb(,c,d)
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 print of circle.
[Format]
<FC>,aaa,bbb(,c,d)
• Parameter
a [Radius] = Valid range : 5 to 999 dots
b [Line width] = Valid range : 1 to 999 dots
c [Sectional number] = Valid range : 0 to 8 When omitted: 0 (omissible)
*See the details listed below.
d [Pattern] = Valid range : 0 to 3 When omitted: 0 (omissible)
0 : Solid line (black)
1 : Gray 1
2 : Gray 2
3 : Gray 3
• Sectional number
Section 0 Section 1 Section 2 Section 3 Section 4 Section 5 Section 6 Section 7 Section 8
[Coding Example]
Solid line circle of 100 dots in radius, 8 dots in line width
<A>
<V>200<H>200
<FC>,100,8,0,0
<Q>1
<Z>