44
[ESC+FW] Ruled / Grid Line Print
ESC FW ParameterHexadecimal code
<1B>
16
<46>
16
<57>
16
Rule
aabccccc
Grid
aabbVcccccHddddd
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 ruled / grid line.
[Format]
<FW>aabccccc : Print of ruled line
• Parameter
a [Line width] = Valid range : 02 to 99 dots
b [Horizontal/vertical direction]
H : Horizontal direction
V : Vertical direction
c [Ruled line length] = Valid range : Refer to the table below.
<FW>aabbVcccccHddddd : Print of grid line
• Parameter
a [Vertical line width] = Valid range : 02 to 99 dots
b [Horizontal line width] = Valid range : 02 to 99 dots
c [Vertical line length] = Valid range : Refer to the table below.
d [Horizontal line length] = Valid range : Refer to the table below.
[Coding Example 1]
Ruled line print, Line width: 4, Horizontal direction, Ruled line length: 400
Grid line print, Vertical line width: 8, Horizontal line width: 8, Vertical line length: 300, Horizontal line
length: 400
<A>
<V>100<H>200<FW>04H400
<V>300<H>200<FW>0808V300H400
<Q>2
<Z>