10
6. Rectangle
Syntax
: Rx, y, x1,y1, lrw, ubw
Parameter
: x : left-upper Hori .pos. (dots)
y : left-upper Vert. Pos. (dots)
x1 : right-bottom Hori. Pos. (dots)
y1 : right -bottom Vert. Pos. (dots)
lrw : thickness of left, right border (dots)
ubw : thickness of upper bottom border (dots)
(x,y)
lrm
ubw
(x1,y1)
Description : Draw a rectangle in the label (refer page 16)
7. Table
Syntax
: Hx,y,row_count,col_count,row_width,col_width,line_width
Parameter
: x : left-upper Hori .pos. (dots)
y : left-upper Vert. Pos. (dots)
row_count : numbe of rows
col_count : number of columns
row_width : row width
col_width : column width
line_width : line width
Description : Draw a table in the label.
Example
: H20,20,2,3,30,20,10
8. Define time layout formatting
Syntax
: Th|m|s
Parameter
: h = Hour format ( 2 digits, 00 ~ 23)
m = Minute format ( 2 digits, 00 ~ 59)
s = Second format (2 digits, 00 ~ 59)
| = Separator (It can be any separator between dec. 32 to 63 of ASCII).
Descripton : Define the time layout for internal real-time clock (refer page15)
9. Graphics
Syntax
: Yx, y, name
Parameter
: x : Hori. Pos. of left-upper of graphics (dots)
y : Vert. Pos. of left-upper of graphics (dots)
name : Name of graphics download
Description : This command is print a graphic that has been previously stored in printer memory (refer page 19)
Example:
A graphic in printer named “Graphic1”,
command Y20,40,Graphic1
?
will put this
graphic into label at position (20,40).
(20,40)
x
y
10. Text
Syntax
: At, x, y, x_mul, y_mul, gap, rotation, data
Parameter
: t :Font (A~H for Code page 850; I for ASCII)
Font
Points
Font style
A
6
CG Triumvirate
B
8
CG Triumvirate
C
10
CG Triumvirate
D
12
CG Triumvirate
E
14
CG Triumvirate
F
18
CG Triumvirate
G
24
CG Triumvirate
H
30
CG Triumvirate
I
16x26 dots for US ASCII 8 bit
t = Zn
Asia font from 1 to 4
x : Hori of left-bottom position of text (unit : dot, 1 mm = 8 dots)
y : Vert of left-bottom position of text (unit : dot, 1 mm = 8 dots)
x_mul : Horizontally magnified up to 8 times as large
y_mul : Vertically magnified up to 8 times as large
gap : Distance of the character (unit : dot, 1 mm = 8 dots)
rotation : The rotation of ASCII text from 0 to 3, the Asian text rotation form 0 to 7