QR Code is missing the first three characters when using variable fields

// Expert user has replied.
T Tomas Hilbert 2 years 9 months ago
29 1 0

After saving zpl code from Zebra Designer 3 and print from Zebra Utilities for iOS, when sending data through variable fields, the first three characters of the data are missing, I've tried to specify the QA, LA, QM,A parameters after the FN1 field but nothing changes as suggested on the following article: https://www.zebra.com/us/en/support-downloads/knowledge-articles/ait/QR….

The codes I've used is the following:

^XA^DFE:SERVICE2_QR_CODE.ZPL
^FS
~JS
^LT0
^MNW
^MTD
^PON
^PMN
^LH0,0
^JMA
^PR5,5
^JUS
^LRN
^CI27
^PA0,1,1,0
^MMT
^PW432
^LL229
^LS0
^FT141,219
^BQN,2,3
^FH\^FN1QM,A"UrlServicio"^FS
^FT262,19^A0I,20,33^FH\^CI28^FN2"noSerie"^FS
^CI27
^XZ

Can someone help to find what is missing on this part of the code:

^FH\^FN1QM,A"UrlServicio"^FS

Please register or login to post a reply

1 Replies

S Steven Si

You should not change the template file at all. The template file is the Store format and should be untouched as it is.

^XA^DFE:SERVICE2_QR_CODE.ZPL
^FS

......

^BQN,2,3
^FH\^FN1"UrlServicio"^FS
^FT262,19^A0I,20,33^FH\^CI28^FN2"noSerie"^FS
^CI27
^XZ

To make it work, you need to add the QA, LA or QM parameter in the Recall format, as shown below.

^XA
^XFE:SERVICE2_QR_CODE.ZPL^FS
^CI27^FN1^FH\^FDLA,valueOfUrlServiceIo^FS
^PQ1,0,1
^XZ

 

CONTACT
Can’t find what you’re looking for?