Pcx, y, w, h, r, c, ec, max_len,rotation – GoDEX EZPL User Manual
Page 50
![background image](/manuals/736893/50/background.png)
45
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
&*Data&*
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°
Data = data to be encoded. The content of data must be enclosed with "&*" sign on
the beginning and the end.
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&*
E
(Data read from CCD:
0123456789[ CR][ LF]Line2[ CR][ LF]Line3[
CR][ LF]9876543210)