ZPL commands

^B1 · Code 11 Bar Code

Generates a Code 11 barcode digits 0–9 and dash, mainly for telecommunications .

Generates a Code 11 barcode (digits 0–9 and dash, mainly for telecommunications).

Parameters

  • ^B1o,e,h,f,g - o: Orientation (N/R/I/B)
  • ^B1o,e,h,f,g - e: Check digit: Y = one check digit, N = two check digits (default N)
  • ^B1o,e,h,f,g - h: Bar code height in dots
  • ^B1o,e,h,f,g - f: Print interpretation line (Y/N)
  • ^B1o,e,h,f,g - g: Print interpretation line above code (Y/N)

Example

^XA
^FO50,50^BY2^B1N,N,80,Y,N^FD1234567890^FS
^XZ
ZPL preview: ^B1 · Code 11 Bar Code

Tip

Code 11 has one or two check digits (parameter e) - the printer calculates them automatically.