User`s manual

The value of n2 and n3 specifies the horizontal distance (in units of the
minimum increment) from the logical origin (Y-axis) to the line’s
starting point, using the formula:
n2
+ (n3 x 256). The value of n4 and n5
specifies the vertical distance (in units of the minimum increment) from
the logical origin (X-axis) to the line’s starting point, using the
formula: n4 + (n5 x 256).
The following values
canbe
used for n6, which specifies the line
direction:
0: Horizontal line
1: Vertical line.
The value of n7 and n8 specifies the line thickness (in units of the
minimum increment), using the formula: n7 +
(n8
x 256). The value of n9
and n10 specifies the line length (in units of the minimum increment),
using the formula:
n9
+
(n10
x 256). The minimum increment is specified
with ESC q.
ESC
(
Format:
ASCII
code:
ESC
{
nl
Decimal:
27
123 nl
Hexadecimal:
1B
7B nl
Define/Delete Form
n2
dl
. . .
n2
dl
. . .
n2
dl
. . .
Comments:
Defines a form that can be printed
on
each page or deletes a form. The
following values can be used for nl:
0: Delete a defined form
1: Start form definition
2: End form definition
The value of n2 must be from 1 to 8; it specifies the number of the form
being defined or deleted. If nl
=
2 (to end a form definition) then
n2
can
be eliminated. The full command format for form definition is as
follows:
ESC{nln2dld2d3...
dmESC(2.
Here,
dl
to dm are the data (including ESC sequences) making up the
form. Form definition will not work if any of the following codes are
included in the definition data: FF, ESC
@,
DC3, ESC
.,
ESC
1,
or other
form definition commands.
-
A-30
Page Printer Commands