Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BARTENDER

Former Member
0 Likes
855

hi

i designed one shippment label with bartender software.

now is it possible for me to print on zebra printer with some dummy data before loading it to scripts and printing from there?

and if anyone got sample coding for shippment label please provide me the same.

thank you

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
664

hi

good

go through this links

https://www.bar-code.com/BarTenderBrochure.pdf

thanks

mrutyun^

2 REPLIES 2
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
664

Hi, the software itself may allow you to print directly to the zebra, not sure though. Our labels were written directly in the ZPLII code which the "Bartender" software generates for you.

Here is a sample.




^MNN
^XA
^FT90,100^A0N,50,50^FDMaterial Group:^FS
^FT440,100^A0N,50,50^FD60000001^FS
^FT715,100^A0N,50,50^FDMaterial:^FS
^FT915,100^A0N,50,50^FD60000002^FS20000001
^FO90,150^B3N,N,100,Y,N^FD60000003^FS20000002
^FT90,350^A0N,50,50^FDDesc:^FS
^FT240,350^A0N,50,50^FD60000004^FS
^FT90,450^A0N,50,50^FDPO #:^FS
^FT240,450^A0N,50,50^FD60000005^FS
^FT715,450^A0N,50,50^FDWO #:^FS
^FT865,450^A0N,50,50^FD60000006^FS
^FT90,550^A0N,50,50^FDBin:^FS
^FT240,550^A0N,50,50^FD60000007^FS
^FT715,550^A0N,50,50^FDStd Pr:^FS
^FT865,550^A0N,50,50^FD60000008^FS
^FT90,650^A0N,50,50^FDDate:^FS
^FT240,650^A0N,50,50^FD60000009^FS
^XZ


Regards,

Rich Heilman

Read only

Former Member
0 Likes
665

hi

good

go through this links

https://www.bar-code.com/BarTenderBrochure.pdf

thanks

mrutyun^