0

If I have a variable text and QR Code on my pre-made label in my Zebra printer. How could I pass values to the 2 variables using Windows Mobile 6?

SleepNot
  • 2,982
  • 10
  • 43
  • 72

1 Answers1

1

are you suing ZPL2 printer language or what is your label code?

Here is an example using a variable field.

enter image description here

The lower code window shows what to send to replace the variable data. That is what you have to send viw the communication channel to the printer after you first sended the code of the label in the upper code window.

If you need a more specific help you have to post your label commands etc you already used.

~josef

josef
  • 5,951
  • 1
  • 13
  • 24
  • Thanks for the reponse. May I know if youre using any software to give me that example? I need a ZPL to Label Previewer. Ive actually taken a different path... please see my other question http://stackoverflow.com/questions/13339475/which-should-not-be-included-in-this-zpl-code – SleepNot Nov 12 '12 at 07:46
  • Can you give an example of the label form you have designed in ZPL? Is the label send to the printer at the start of a job or is it loaded into the memory of the printer before? – josef Nov 13 '12 at 18:32
  • Hi, I have a mobile Zebra printer (rw420) at my desk and did a short test with the windows mobile C# sample provided with the Zebra Windows Mobile SDK. I can print and query the printer. Please see Zebra SDK for Windows Mobile. ~Josef – josef Nov 15 '12 at 19:05
  • my problem is though that I dont have any printer with me. – SleepNot Nov 16 '12 at 06:07
  • I understand. But can you layout a label and describe the workflow to print the label? Or is it a bill or ticket to design? – josef Nov 17 '12 at 06:22