ZPL commands

^PQ · Print Quantity

Sets the number of labels to print, plus optional pauses/cuts and replicates of serialized labels.

Sets the number of labels to print, plus optional pauses/cuts and replicates of serialized labels.

Parameters

  • ^PQq,p,r,o - q: Total number of labels (1–99,999,999, default 1)
  • ^PQq,p,r,o - p: Pause (or cut) after every p labels (0 = no pause, default 0)
  • ^PQq,p,r,o - r: Replicates of each serial number (default 0)
  • ^PQq,p,r,o - o: Override the pause count, i.e. print without pausing (Y/N, default N)

Example

^XA
^PQ3,0,0,N
^FO50,50^A0N,30,30^FDHello^FS
^XZ
ZPL preview: ^PQ · Print Quantity

Tip

^PQ1 for a single label; larger quantities can also be controlled via the printer driver settings.