Hi
There is a requirement to produce a label sheet on a Zebra 6M PLUS. This label sheet is comprised of 6 x 3 rows of one label (using PQ command) design followed by 1 x 3 row of a different label design.
The problem I am encountering is that after the 7 rows have printed, I need a label cut. However, what actually happens is the label prints the 6 rows, cuts, then prints the 7th row followed by another cut.
Is there capability to control the cut so that all 7 rows are contiguous on one sheet followed by the cut instead of two cuts caused by different label designs?
Happy to provide sample code as required.
Norman
2 Replies
Are the 7 rows in one ZPL or in two ZPL? I would assume they are in two separate ZPL, one for the first 6 rows and one for the 7th row.
By default, the pause and cut (p parameter) of ^PQ command is set to 0, which means there will be no cut. Please make sure the parameter of ^PQ is correct in the first ZPL to disable the cut. Hope this helps.
Thanks for your reply - see my sample code below, I've highlighted the PQ on the single line of labels - if I wish to disable the cut for that, is there a switch that will do that?
^XA
^MD9
^MMT
^MMC
^XZ
^XA
^PW3200
^LH10,0
^FO40,20^AA,36,20^FDJohn SMITH^FS
^FO700,20^AA,36,20^FDJohn SMITH^FS
^FO1360,20^AA,36,20^FDJohn SMITH^FS
^FO40,60^AA,36,20^FD123 SESAME STREET^FS
^FO700,60^AA,36,20^FD123 SESAME STREET^FS
^FO1360,60^AA,36,20^FD123 SESAME STREET^FS
^FO40,100^AA,36,20^FD^FS
^FO700,100^AA,36,20^FD^FS
^FO1360,100^AA,36,20^FD^FS
^FO40,140^AA,36,20^FDUNKNOWN^FS
^FO700,140^AA,36,20^FDUNKNOWN^FS
^FO1360,140^AA,36,20^FDUNKNOWN^FS
^FO40,180^AA,36,20^FD^FS
^FO700,180^AA,36,20^FD^FS
^FO1360,180^AA,36,20^FD^FS
^FO40,220^AA,36,20^FDNK010AA^FS
^FO700,220^AA,36,20^FDNK010AA^FS
^FO1360,220^AA,36,20^FDNK010AA^FS
^PQ1
^XZ
^XA
^PW3200
^LH10,0
^FO20,5^BY3^B3,N,60,N,N^FDTV00000001^FS
^FO680,5^BY3^B3,N,60,N,N^FDTV00000001^FS
^FO1340,5^BY3^B3,N,60,N,N^FDTV00000001^FS
^FO20,75^AA,36,20^FDCHI: TV00000001^FS
^FO680,75^AA,36,20^FDCHI: TV00000001^FS
^FO1340,75^AA,36,20^FDCHI: TV00000001^FS
^FO20,115^AA,36,20^FD01/01/1981^FS
^FO400,115^AA,36,20^FDM^FS
^FO680,115^AA,36,20^FD01/01/1981^FS
^FO1060,115^AA,36,20^FDM^FS
^FO1340,115^AA,36,20^FD01/01/1981^FS
^FO1720,115^AA,36,20^FDM^FS
^FO20,155^AA,36,20^FDSMITH John^FS
^FO680,155^AA,36,20^FDSMITH John^FS
^FO1340,155^AA,36,20^FDSMITH John^FS
^FO20,195^AA,36,20^FD123 SESAME STREET^FS
^FO680,195^AA,36,20^FD123 SESAME STREET^FS
^FO1340,195^AA,36,20^FD123 SESAME STREET^FS
^FO20,235^AA,36,20^FD^FS
^FO680,235^AA,36,20^FD^FS
^FO1340,235^AA,36,20^FD^FS
^FO20,275^AA,36,20^FDUNKNOWN^FS
^FO680,275^AA,36,20^FDUNKNOWN^FS
^FO1340,275^AA,36,20^FDUNKNOWN^FS
^FO20,315^AA,36,20^FD^FS
^FO470,315^AA,36,20^FDNK010AA^FS
^FO680,315^AA,36,20^FD^FS
^FO1130,315^AA,36,20^FDNK010AA^FS
^FO1340,315^AA,36,20^FD^FS
^FO1790,315^AA,36,20^FDNK010AA^FS
^PQ6
^XZ