12
12. Pattern command
Syntax
Qx, y, width, height
Data...
Parameters
x = Hori. of left-bottom pos. (unit : dots).
y = Vert. of left-bottom pos. (unit : dots).
width = width of graphic (unit : byte)
height = height of graphic (unit : dots)
(data length = width x height)
Description
4
2
0
1 2 3 4
5 6 7 8
77 78 79 80
Data send out
1 2 3 4 ......77 78 79 80
width = 4 ; height = 20
(data length : 4x20 = 80)
13. 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
14. 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
15. Downloading character sets to memory
Syntax
Vt, x, y, x_mul, y_mul, gap, rotation, data
Parameter
t: arbitrary name of font; from a ~ z (or A ~ Z)
Description
Download Bit-Mapped font to memory. All the parameters are the same as the text command
Example
VA,5,10,1,1,1,0,data
The arbitrary name of font
“
A
”
16. Define variable field
Syntax
Vxx, length, prompt
Parameters
xx = from 00 ~ 29
length = number of characters (up to 98characters).
prompt = prompt of variable (maximum up to 20 characters,sould be used with KP-180)
Description
The usage term for the variables is that the label formats must be saved onto the printer or the KP -180
keyboard. Variable entries can be inserted via KP-180, also through command "^Kname" to replace user
defined variable field setting.