ZPL commands

^B0 · Aztec Bar Code

Generates an Aztec code 2D matrix . Error correction and symbol size are controlled together by parameter d.

Generates an Aztec code (2D matrix). Error correction and symbol size are controlled together by parameter d.

Parameters

  • ^B0a,b,c,d,e,f,g - a: Orientation (N/R/I/B)
  • ^B0a,b,c,d,e,f,g - b: Magnification factor (1–10; default depends on resolution, e.g. 2 at 203 dpi, 3 at 300 dpi)
  • ^B0a,b,c,d,e,f,g - c: Evaluate ECI (Extended Channel Interpretation) indicators in the data (Y/N, default N)
  • ^B0a,b,c,d,e,f,g - d: Error correction and symbol size: 0 = default (automatic), 01–99 = error correction percentage, 101–104 = compact with 1–4 layers, 201–232 = full-range with 1–32 layers, 300 = Aztec Rune
  • ^B0a,b,c,d,e,f,g - e: Menu symbol for scanner configuration (Y/N, default N)
  • ^B0a,b,c,d,e,f,g - f: Number of symbols for Structured Append (1–26, default 1)
  • ^B0a,b,c,d,e,f,g - g: Optional ID for Structured Append (up to 24 characters)

Example

^XA
^FO50,50^B0N,5,N,23^FDhttps://zplcloud.com^FS
^XZ
ZPL preview: ^B0 · Aztec Bar Code

Tip

Aztec needs no quiet zone like QR. It is denser than a QR code for the same data.