HTH
^XA : RESETS THE PRINTER
^Axa,b,c : COMMAND TO SELECT A FONT [SAME AS ^CF]
x = Font ; A-Z and 0-9
a = Font Orientation
N=Normal,R=Rotated 90,I=Inverted 180,
B=Bottom 270
b = Character height in dots
c = Character width in dots
^LH : SET LABEL HIGHT
^BxN : BARCODE
x = Barcode type , 1=9 A-Z
^BAN=Code 93, ^BCN = Code 128
^BJN=Standard 2of5
^FOa,b : SETS POSITION ON LABEL
^FD : START OF DATA
^FS : END OF DATA
^PQa : NO OF LABELS
^XZ : END OF LABEL
***********
* SAMPLE
***********
0030: *
0031: PRINTER ON
0032: *
0033: PRINT "^XA"
0034: PRINT "^PRC,S"
0035: PRINT "^LH10,10"
0036: PRINT "^FO20,20,^BY3^BJN,150,Y,N,N,^FD":"BARCODE":"^FS"
0037: PRINT "^FO10,50,^CFB,25,13^FD":"DETAIL LINE 1":"^FS"
0038: PRINT "^FO10,80,^CFB,25,13^FD":"DETAIL LINE 2":"^FS"
0039: PRINT "^PQ":QTY
0040: PRINT "^XZ"
0041: *
0042: PRINTER OFF
0043: PRINTER CLOSE
Lappies Labuschagne
Programmer
8 Osborn Lane, Ground Floor, Bedfordview, Germiston, South Africa.
-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Jeff Schasny
Sent: 25 Februarie 2010 07:57 PM
To: U2 Users List
Subject: Re: [U2] Barcode Software for UniVerse?
I'd like to see your ZPL example please.
Thanks
Lappies wrote:
> When Printing to Zebra printers you can either use EPL or ZPL.
> Here is a EPL sample, I do have ZPL code available aswell.
>
>
> 0016:
**********************************************************************
> 0017: *
> 0018: * Barcode Format
> 0019: * --------------
> 0020: *
> 0021: * Syntax : P1 , P2 , P3 , P4 , P5 , P6 , P7 , P8, "DATA"
> 0022: * eg : PRINT 'B100,50,0,3,1,3,85,B,"':VALX:'"'
> 0023: *
> 0024: * P1 = Horizontal Start
> 0025: * P2 = Vertical Start
> 0026: * P3 = Rotation (O=None , 1=90 , 2=180)
> 0027: * P4 = BarCode Type (3,3C,9,1,2,2C,K) eg
> * 3 = Code 39 * For 128 Use
type 1 or
> 1E
> 0028: * P5 = Narrow Bar Width
> 0029: * P6 = Wide Bar Width
> 0030: * P7 = Bar Code Hight in Dots
> 0031: * P8 = Print Human Readable Code (B=Yes, N=No)
> 0032: *
> 0033:
**********************************************************************
> 0034: *
> 0035: * Text Format
> 0036: * ------------
> 0037: *
> 0038: * Syntax : P1 , P2 , P3 , P4 , P5 , P6 , P7, "TEXT TO PRINT"
> 0039: * eg : PRINT 'A100,50,0,2,1,1,85,N,"':VARIABLE:'"'
> 0040: *
> 0041: * P1 = Horizontal Start
> 0042: * P2 = Vertical Start
> 0043: * P3 = Rotation (O=None , 1=90 , 2=180)
> 0044: * P4 = Font Selection (1-5)
> 0045: * P5 = Horizontal Expand (1-8)
> 0046: * P6 = Vertical Expand (1-9)
> 0047: * P7 = N=Normal , R=Reverse Angle
> 0048: *
> 0049:
**********************************************************************
> 0050: ****
> 0095: PRINTER ON
> 0096: PRINT "N"
> 0097: PRINT "S3" ; * Speed to print at between 1 and
> 8
> 0098: PRINT "Q200,18" ; * Label length plus Gap size
> 0099: PRINT "q800" ; * Label width PS! mm * 8
> 0099: *
> 0100: PRINT 'A40,0,0,3,1,1,N,"COMPANY NAME"'
> 0101: PRINT 'B20,20,0,3,1,3,50,B,"':PART.NO:'"'
> 0102: PRINT 'A20,110,0,2,1,1,N,"':RETAIL.PRICE:'"'
> 0103: PRINT 'A20,130,0,2,1,1,N,"':BIN.CODE:'"'
> 0104: PRINT 'A20,155,0,2,1,1,N,"':DESCRIPTION:'"'
> 0111: *
> 0112: PRINT "P":NO.OF.LABELS
> 0113: PRINTER OFF ; PRINTER CLOSE
>
>
> Lappies Labuschagne
> Tecfinity
> 8 Osborn Lane, Ground Floor, Bedfordview, Germiston, South Africa.
>
>
> -----Original Message-----
> From: [email protected]
> [mailto:[email protected]] On Behalf Of Mark Eastwood
> Sent: 24 Februarie 2010 07:31 PM
> To: U2 Users List
> Subject: Re: [U2] Barcode Software for UniVerse?
>
>
> I won't claim it's the best, just the one we've used for years -
> BarTender
> Download free eval copy here:
> http://www.seagullscientific.com/aspx/btw_down.aspx
>
>
> -----Original Message-----
>
> Can anyone recommend software to print UCC128 labels from UniVerse? We
> are
> using Sato and Zebra printers. I am looking for software that allows us
> to
> easily design and print lables.
>
> _______________________________________________
> U2-Users mailing list
> [email protected]
> http://listserver.u2ug.org/mailman/listinfo/u2-users
>
> _______________________________________________
> U2-Users mailing list
> [email protected]
> http://listserver.u2ug.org/mailman/listinfo/u2-users
>
>
--
------------------------------------------------------------------------
Jeff Schasny - Denver, Co, USA
jschasny at gmail dot com
------------------------------------------------------------------------
_______________________________________________
U2-Users mailing list
[email protected]
http://listserver.u2ug.org/mailman/listinfo/u2-users
_______________________________________________
U2-Users mailing list
[email protected]
http://listserver.u2ug.org/mailman/listinfo/u2-users