I need to create a ZPL code to create a QR code consisting of a fixed text and a counter (serialization).
I'm using http://labelary.com/viewer.html to test my ZPL syntax.
^XA^LH200,300
^BQN,2,7^FD
^SNBag_0001,1,Y
^PQ2,0,1,Y
^FS
^XZ
The QR code is created and the serial number works, but the content is _0001. the "Bag" text is skipped. "Bag" is just an example, the actual fixed text is much longer.
Any idea how to make this work? Kind regards, Michael