ZPL commands

^BB · Codablock Bar Code

Generates a Codablock code stacked code; mode A uses the Code 39 character set, E and F the Code 128 character set .

Generates a Codablock code (stacked code; mode A uses the Code 39 character set, E and F the Code 128 character set).

Parameters

  • ^BBo,h,s,c,r,m - o: Orientation (N/R/I/B)
  • ^BBo,h,s,c,r,m - h: Height of the individual rows (2–32000, default 8)
  • ^BBo,h,s,c,r,m - s: Security level - generate check sums (Y/N, default Y; N only in mode A)
  • ^BBo,h,s,c,r,m - c: Characters per row (2–62)
  • ^BBo,h,s,c,r,m - r: Number of rows
  • ^BBo,h,s,c,r,m - m: Mode: A = Code 39 character set, E or F = Code 128 character set (default F)

Example

^XA
^FO50,50^BY2^BBN,30,Y,20,,F^FD1234567890123456789012345^FS
^XZ
ZPL preview: ^BB · Codablock Bar Code

Tip

Codablock F is the common type - good for long alphanumeric data in a small space.