What ^B1 does
^B1 encodes Code 11, a numeric symbology (digits 0–9 plus dash) traditionally used to label telecommunications equipment. One or two check digits can be added.
Syntax
^B1o,e,h,f,gParameters
| Parameter | Description | Values | Default |
|---|---|---|---|
o | Orientation | N,R,I,B | N |
e | Check digit(s) | Y = 1, N = 2 | N |
h | Bar height in dots | — | — |
f | Print interpretation line | Y,N | Y |
g | Interpretation line above code | Y,N | N |
Example
^XA
^FO50,50^B1N,N,100,Y,N^FD0123456789^FS
^XZPaste this into the free ZPL viewer to see it render, or convert it to PDF.
Notes & tips
- Encodes digits 0–9 and the dash character.
- Common in telecom asset labelling.
Related commands
See the full ZPL command reference for all 92 documented commands.
