10
3. Serial Number setting
Syntax
Cx, ys
±
alue, prompt
Parameter
x : 0 to 9
(
up to 10 group
)
, maximun combination up to 3 groups
y : select the decimal
y = 0~9, Decimal
y = A, Hexadecimal
y = C, 0~9, A~Z
s: start value of serial variable (up to 13 digit)
±
value : Inc./Dec. value of serial variable (up to 12 digit)
prompt : prompt of serial variable
,
have to combine with KP-180 (up to 20 digit)
Example
Programmer :
C0,000,+1,AA
C1,AEE,+1,BB
C2,CZYY,+1,CC
AC,5,5,1,1,1,0,^C0^C1^C2
Printting result:
000EEZYY
001EFZYZ
002F0ZZ0
003F1ZZ1
004F2ZZ2
:
4. Define date layout
Syntax
Daa|bb|cc
Parameter
aa = Year
y2 : Year with two digits (such as 97)
y4 : Year with four digits ( such as 1997)
bb = Month
me : Month in letters (JAN, FEB, .... )
mn : Month in numeric (01, 02, .... )
cc = 2 digits day
| = Separator, can be any ASCII character between decimal 32 to 63.
Description
Define the date layout for print out (refer page 23)
5. Terminate label formatting mode and print label
Syntax
E
Parameter
None
Description
End of formatting command; printer will print label after receiving this command.
6. Graphic command( sub-command of ~G )
Syntax
Gwxxx
Parameter
wxxx...
w : byte number of image data (xxx...)
Description
This command is a sub-command of ~G. It is sent by binary data. W is the digits number byte of image
data. For example, if the image file is 50 bytes, the command is G2xxx. (2: ASCII is 50 decimal)
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