Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change the bar code in our ZPL code into a QR code?

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

like image 888
Guynoah Avatar asked Jan 11 '23 22:01

Guynoah


1 Answers

^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

like image 188
Magoo Avatar answered May 06 '23 22:05

Magoo