#
c
1
c
2
c
3
to c
n
: Character-string to display
Description The character string is displayed from the cursor position.
The character-string data can contain a mixture of normal (alphanumeric) char-
acters and marks. Refer to
Appendix D Special Characters
for details.
The character string is displayed according to the enlargement and display at-
tributes set with commands.
Comment The character string continues on the next line if it cannot fit into a single line.
Setthe position where the character string is displayed with theSet Cursor Posi-
tion Command (refer to
6-1-9 Set Cursor Position
).
6-1-11 Draw Polyline
Format
1B
[ESC]
37
7
m
1
m
2
x0
1
x0
2
x0
3
y0
1
y0
2
y0
3
xn
1
xn
2
xn
3
yn
1
yn
2
yn
3
m
1
,m
2
: Number of lines to draw (2-digit hexadecimal)
01 to 28
H
(1 to 40)
x0
1
x0
2
x0
3
to xn
1
xn
2
xn
3
: X coordinates of line end points (3-digit BCD)
y0
1
y0
2
y0
3
to yn
1
yn
2
yn
3
: Y coordinates of line end points (3-digit BCD)
Model X coordinate Y coordinate
NT20M, NT2000M 000 to 255 000 to 127
NT600M 000 to 639 000 to 399
Description Draws the specified number of lines between the specified points.
6-1-12 Draw Circle
Format
1B
[ESC]
38
8
x
1
x
2
x
3
y
1
y
2
y
3
r
1
r
2
r
3
x
1
x
2
x
3
: X coordinate of circle center (3-digit BCD)
y
1
y
2
y
3
: Y coordinate of circle center (3-digit BCD)
Model X coordinate Y coordinate
NT20M, NT2000M 000 to 255 000 to 127
NT600M 000 to 639 000 to 399
r
1
r
2
r
3
: circle radius in dots (3-digit BCD)
NT20M, NT2000M: 001 to 063
NT600M: 001 to 199
Description Draws a circle of the specified radius around the circle center point.
&
Section 6-1