This might help.

Just google "ZPL II Programming Guide"

Grab the second and third PDF's.

If its a Zebra Printer AND it uses ZPL II, then that is a very helpful guide
in getting all the right escape codes figured out.

On Thu, Jun 2, 2011 at 1:39 PM, George Gallen <ggal...@wyanokegroup.com>wrote:

> For Datamax, you can either use CHAR(102) or &G
>
> 96 / &A  FNC3
> 97 / &B  FNC2
> 101 / &F  FNC4
> 102 / &G  FNC1
>
> It may be specific for each printer language
>
> George
>
> > -----Original Message-----
> > From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-
> > boun...@listserver.u2ug.org] On Behalf Of Caminiti, Marc
> > Sent: Thursday, June 02, 2011 1:09 PM
> > To: U2 Users List
> > Subject: Re: [U2] [OT] - UCC/EAN Concatenated Code 128
> >
> > What worked for me is sending CHAR(6)
> >
> > So, code would be:
> >
> >    DELCON.BARCODE = USPS.DEL.CON[1,8]:CHAR(6):USPS.DEL.CON[9,22]
> >    LABEL<-1> = 'B70,550,0,1E,3,6,150,N,"':DELCON.BARCODE:'"'
> >
> > Thanks
> > marc
> >
> >
> > Marc Caminiti
> > IS Manager
> > Nashbar Direct, Inc
> > 6103 State Route 446
> > Canfield, OH 44406
> > 330.533.1989, ext 336
> > 330.702.9733, fax
> >
> > Law of the Result - When you try to prove to someone that a machine
> > won't work, it will.
> >
> > -----Original Message-----
> > From: u2-users-boun...@listserver.u2ug.org
> > [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of brucemax
> > Sent: Thursday, June 02, 2011 1:03 PM
> > To: u2-users@listserver.u2ug.org
> > Subject: Re: [U2] [OT] - UCC/EAN Concatenated Code 128
> >
> >
> > I wonder if you got a resolution to this?
> > I have the exact same problem.
> > Please advise.
> > I'm using PrintNet-T software.
> >
> >
> > Caminiti, Marc wrote:
> > >
> > > I know that this isn't a U2 problem, but was hoping that someout
> > could
> > > help out here.  I am doing some programming on creating a label for
> > FedEx
> > > SmartPost and they need a barcode type UCC/EAN Concatenated Code 128.
> > I
> > > have the programming for the regular UCC/EAN (non-concatenated), but
> > > cannot figure out how to do a concatenated one.  We are trying to
> > print it
> > > to an Eltron/Zebra LP2348 printer.  The problem that I am having with
> > > FedEx and the label, is that I do not know how to use the FCN1
> > (Function
> > > Control Character).
> > >
> > > The data that I need to print is 4201610191020523190010000000566.
> > This is
> > > what FedEx is telling me .. "I scanned your labels. You are missing
> > the
> > > 2nd Function 1 character in the barcode. There should be a function 1
> > > character both before the application ID of "420", as you have it,
> > and
> > > also before the application ID of "91"."  When the barcode first
> > prints
> > > out, the Function 1 character prints out automatically before the
> > 420,
> > I
> > > tried looking throughout the web and could not find any working code
> > to
> > > tell me what to use for the FCN1.
> > >
> > > We currently do Delivery Confirmation with the post office, but do
> > not
> > use
> > > the UCC/EAN Concatenated Code 128 barcode.
> > >
> > > This is what I have in the now:
> > >    DELCON.BARCODE = USPS.DEL.CON[1,8]:XXXXX:USPS.DEL.CON[9,22]
> > >    LABEL<-1> = 'B110,550,0,1E,2,4,150,N,"':DELCON.BARCODE:'"'
> > >
> > > What I am looking for is what do put where the XXXXX's are.  I have
> > tried:
> > > CHAR(202), CHAR(134), CHAR(27):102, CHAR(102), CHAR(29),
> > > CHAR(27):CHAR(102),^102,^1,CHAR(27)1
> > >
> > > If anyone has a working example of this code, I would appreciate it.
> > >
> > > Thanks in Advance
> > > Marc
> > > -------
> > > u2-users mailing list
> > > u2-users@listserver.u2ug.org
> > > To unsubscribe please visit http://listserver.u2ug.org/
> > >
> > >
> >
> > --
> > View this message in context:
> > http://old.nabble.com/-OT----UCC-EAN-Concatenated-Code-128-
> > tp2143930p317
> > 59272.html
> > Sent from the U2 - Users mailing list archive at Nabble.com.
> >
> > _______________________________________________
> > U2-Users mailing list
> > U2-Users@listserver.u2ug.org
> > http://listserver.u2ug.org/mailman/listinfo/u2-users
> >
> >
> > CONFIDENTIALITY NOTICE: This e-mail and any attachments may contain
> > confidential information that is legally privileged. The information is
> > solely for the use of the intended recipient(s). Any disclosure,
> > copying, distribution, or other use of this information is strictly
> > prohibited. If you have received this e-mail in error, please notify
> > the sender by return e-mail and delete this message.
> >
> >
> > _______________________________________________
> > U2-Users mailing list
> > U2-Users@listserver.u2ug.org
> > http://listserver.u2ug.org/mailman/listinfo/u2-users
> _______________________________________________
> U2-Users mailing list
> U2-Users@listserver.u2ug.org
> http://listserver.u2ug.org/mailman/listinfo/u2-users
>



-- 
John Thompson
_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to