23
14.1 ESC+FW Print of Lines and Boxes
Ruled line: aabccccc(Peeeeeeee)
Closing line: aabbVcccccHddddd(Peeeeeeee)
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]
Printing horizontal lines, vertical lines, and boxes as images on the label.
[Format]
<FW>aabccccc(Peeeeeeee) Print of lines
●Parameter
a[Line width] = Valid range : 02 to 99 dots
b[Specification of horizontal/vertical direction] = H : Horizontal line
= V : Vertical line
c[Length of line in dots] = Valid range : Refer to the table below.
e[Line pattern] = Valid range : 01 to FFFFFFFF (omissible)
<FW> aabbVcccccHddddd(Peeeeeeee) Print of boxes
●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.
e[Line pattern] = Valid range : 01 to FFFFFFFF (omissible)
[Coding Example 1]
Lines [Line width: 4], [Specification of Horizontal direction], [Length of line in dots: 400]
Boxes [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>
[Coding Example 2]
Lines [Line width: 4], [Specification of Horizontal direction], [Length of line in dots: 400], line pattern: F0F0F0F0
Boxes [Vertical line width: 8], [Horizontal line width: 8], [Vertical line length: 300], [Horizontal line length: 400], line pattern:
F0F0F0F0
<A>
<V>100<H>200<FW>04H400PF0F0F0F0
<V>300<H>200<FW>0808V300H400PF0F0F0F0
<Q>2
<Z>
Print of Lines and Boxes
line pattern: F0F0F0F0