cancel
Showing results for 
Search instead for 
Did you mean: 

Label rotation by 180 degree

Former Member
0 Kudos

HI,

i want to rotate my complete label by 180 degree.

i m using portrait format right now.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

for ZPL here You are rotation commands:

- ^FWN - normal orientation (0 deg.)

- ^FWR - rotated 90 deg.

- ^FWI - rotated 180 deg.

- ^FWB - rotated 270 deg.

Regards,

--

Przemysław

Former Member
0 Kudos

I'm hoping someone still reads this thread. I'm trying to rotate my label but I can't seem to get it to work. Maybe I'm inserting ^FWR in the wrong area. Does the Zebra detect paper-orientation and override my ^FW command?

^XA~TA000~JSN^LT0^MNW^MTT^PON^PMN^LH0,0^JMA^PR8,8~SD15^JUS^LRN^CI0^XZ

^XA

^FWR

^MMT

^PW203

^LL0406

^LS0

^FT112,35^A0R,113,112^FH\^FDA12345^FS

^BY2,3,37^FT25,104^BCR,,Y,N

^FD>:A>51234>65^FS

^FT70,38^A0R,19,16^FH\^FDThis is the description^FS

^PQ1,0,1,Y^XZ

Florian
Active Contributor
0 Kudos

Hi Brian,

perhaps you had set the printer in always rotate modus. That can be done in the printermenu itself and also at the printserver-configuration.

I would check these first, if that doesn't help, you just have to share more details, what you have done. What do you develop? A smartforms, a sapscript, or just a streamfile to the printer. What have you tried to fix the issue...

You see, a lot of details are needed to give you a valueable answer.

~Florian

Former Member
0 Kudos

How do I access the printer menu or the printserver-config?

I shared the .zpl I'm sending to the printer. I wrote it in a text file and send it directly to the Zebra in terminal. I'm just developing a .zpl template so we can print barcode's for our items.

I've tried using ^FWx  where x is R or I but it doesn't change the orientation at all. I've pasted my .zpl code above if that's helpful. Thank you for taking time to respond, would love more of your thoughts on this.

Former Member
0 Kudos

Figured it out, if it's useful to anyone else my ZPL code is below. It's for a 1x2in label printed from a ZP450cpt

^XA~TA000~JSN^LT0^MNW^MTT^PON^PMN^LH0,0^JMA^PR8,8~SD30^JUS^LRN^CI0^XZ

^XA

^MMT

^PW406

^LL0203

^LS0

^FT35,93^A0N,113,112^FH\^FDA12345^FS

^BY2,3,37^FT104,177^BCN,,Y,N

^FD>:A>51234>65^FS

^FT36,133^A0N,19,16^FH\^FDThis is the description/title - limit 40 char.^FS

^PQ1,0,1,Y^XZ

Former Member
0 Kudos

HI friend,

Try using ZPL commands.

In that use '^FWR' which will rotate a single element 90 degrees.

So using it twice i think you can get 180 degrees shift.

To have a clear idea just see the SAP note 1298919.

Have a look at this PDF (Page no 40)for better understanding Link: [Zebra printers Smart FOrms|http://www.zebra.com/id/zebra/na/en/documentlibrary/misc/sap_smartforms_technical.File.tmp/SAP_SmartForms_V3.pdf]

I think this should solve your issue.

If you have nay queries please revert back to me i will help you.

Thanks,

Sri Hari

Edited by: srihari.kumar on Jan 11, 2012 3:12 PM

praveen_hannu
Contributor
0 Kudos

Can you please provide few more details.