Page History: Label Templates
Compare Page Revisions
Page Revision: Wed, 13 Jun 2012 13:38
Layout Diagram
xxxxxxxxxxx
xxxxxxxxxxx LLLLLL LLLLLL LLLLLL
xxxxxxxxxxx XLLLLL XLLLLL XLLLLL
xxxxxxxxxxx OYLLLL OYLLLL OYLLLL
xxxxxxxxxxx
Label Commands¶
O is the Label Origin (0,0) Upper Left Corner as they come out of the printer
LS,X,Y = Label Size X and Y are size in Inches
RO,X = Rotate R = Rotate so label prints parellel to label roll, N = Normal Label prints across roll
BX,X,Y,H,W,L = Box X,Y are start point in Inches, H,W are Height and Width in Inches, L is line size in dots
TX,X,Y,F,D,R = Text X,Y are start point in Inches, F is Font size, D is String to Print, R = Reverse Print (Must draw solid box first)
DA,X,Y,F,D1 = Data X,Y are start point in Inches, F is Font size, D1 is Data Enclose in double quotes if comma in string
BC,X,Y,T,R,D1,D2 = BarCode X,Y are start point in Inches, T is Type 3 = 3or9, 128 = Code 128, R is Rotate N = Normal, R = Rotate, D1 is Prefix applied to Code, D2 is code
Sample Label
_size
LS,4,2
_rotate
RO,N
_draw box
BX,.2,.2,3.5,1.75,3
_desc line
DA,.3,.3,36,"LEFT(ZITEMMASTER.DESCRIP,30)"
_line under desc
BX,.2,.5,3.5,.01,3
_item
DA,.3,.6,48,ZITEMMASTER.item
_line under item
BX,.2,8,3.5,.01,3
_qty
DA,.3,.9,48,lc_qty
DA,2,.9,48,lc_bin
_line under qty
BX,.2,1.2,3.5,.01,3
_barcode
BC,.75,1.3,3,N,,lc_PNumber