Output Solutions ez-1000plus Guide De Référence

Page de 43
PCx,y,w,h,r,c,ec,max_len,rotation - PDF 417 with variable length data 
Syntax 
PCx,y,w,h,r,c,ec,max_len,rotation 
Parameter 
x= Hori. of left-bottom pos. of barcode ( unit: dots) 
y= Vert. of left-bottom pos. of barcode (unit: dots) 
w= Width (x dimension) of the narrowest element (bar or space) in the barcode. 
h= Height (y dimension) of each barcode row in the symbol. 
r= number of barcode rows, from 3 to 90. If you key in 0, printer will count all the rows. 
c= number of barcode columns, from 1 ~ 30. If you key in 0, printer will count the all columns.
ec= error correction level: 0 ~ 8. 
max_len= max of number encoded data bytes, including carriage returns 
↵ and line feed.   
rotation= rotation of barcode    (0 ~ 3) 
0) 0
°        1) 90°    2) 180°    3) 270° 
Description 
To adjust the PDF 417 data length by this command 
Example ^Q50,0,0 
^L 
PC141,104,3,5,3,3,3,50 
&*0123456789 
Line2 
Line3 
9876543210&* 
(Data read from CCD: 
0123456789[ CR][ LF]Line2[ CR][ LF]Line3[ 
CR][ LF]9876543210) 
 
 
Qx, y, width, height - 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 
 
 
 
Data send out 
1 2 3 4 ......77 78 79 80 
 
width = 4 ; height = 20 
(data length: 4x20 = 80) 
 
(refer to page36) 
4
20
1
2
3
4
5
6
7
8
77 78 79 80
 
Rx, y, x1,y1, lrw, ubw - Rectangle 
Syntax 
Rx, y, x1,y1, lrw, ubw 
Parameter 
x = left-upper Hori .pos. (unit: dots) 
y = left-upper Vert. Pos. (unit: dots) 
x1 = right-bottom Hori. Pos. (unit: dots) 
y1 = right-bottom Vert. Pos. (unit: dots) 
lrw = thickness of left, right border (unit: dots) 
ubw = thickness of upper bottom border (unit: 
dots) 
(x,y)
lrm
ubw
(x1,y1)
 
Description 
Draw a rectangle in the label (refer to page33) 
 
Th|m|s - 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) 
| = Partition (It can be any separator between dec. 32 to 63 of ASCII). 
Description 
Define the time layout for internal real-time clock (refer to page32) 
 
 
25