zpl.tools
Bar Code Commands

^B1 - Code 11 Bar Code

Creates Code 11 barcode for numeric data

^B1 - Code 11 Bar Code

Overview

The ^B1 command creates a Code 11 barcode, used primarily for numeric data in telecommunications and inventory applications.

Syntax

^B1o,e,h,f,g

Parameters

  • o = Orientation
    • N = Normal (0°)
    • R = Rotated 90° clockwise
    • I = Inverted 180°
    • B = Bottom up (270°)
  • e = Check digit (Y/N)
  • h = Bar code height in dots
  • f = Print interpretation line (below)
    • Y = Yes
    • N = No
  • g = Print interpretation line above
    • Y = Yes
    • N = No

Description

  • Encodes numeric data (0-9) and dashes (-)
  • Small, compact barcode
  • Used in telecommunications
  • Supports check digit validation

Usage Notes

  • Numeric data only
  • Compact format
  • Check digit optional
  • Quiet zones required

Example

^XA ^FO50,50 ^B1N,Y,80,Y,N ^FD1234567890^FS ^XZ
  • ^BC - Code 128
  • ^B3 - Code 39
  • ^BY - Change Narrow Bar Width

See Also