Question

I'm doing a project at a company which produce new species of flowers and plants. The flowers and plants are labelled with small labels. To make the labels, we use ZPL codes. On the labels we use a barecode which gives the data about the plants. My project is to change that barcode into a QR code. Now we use this ZPL to create the barcode:

^XA
^FO100,63^ABB,30,18^FDBRAZIL^FS
^FO600,130^ABB,30,18^FDWK47^FS
^FO50,63^ABB,30,18^FDATHENA^FS
^FO170,20^ABN,30,18^FDCEL1  CELOSIA^FS
^FO170,70^ABN,30,18^FDARGENTEA INTENS^FS
^FO170,110^BY4,2.0,65^BC,100,Y,N^FD0933860^FS
^FO700,130^ABN,30,18^FD1/46^FS
^FO700,210^ABN,30,18^FDA2^FS
^FO700,170^ABN,30,18^FD403^FS
^FO850,160^ABN,20,14^FD50^FS
^XZ

My question is, what do i have to change in the ZPL to make the QR code?

Thanky you very much, Guy

Was it helpful?

Solution

^FO170,110^BY4,2.0,65^BC,100,Y,N^FD0933860^FS

should become

^FO170,110^BY4,2.0,65^BQN,2,10^FD0933860^FS

But - read the information on page 82 of the manual

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top