Specifications
ZPL Commands
^BB
44
45541L-004 Rev. A ZPL II Programming Guide 9/15/06
r = number of rows
to encode
Accepted Values:
for CODABLOCK A:
1 to 22
for CODABLOCK E and F: 2 to 4
• If values for c and r are not specified, a single row is
produced.
• If a value for r is not specified, and c exceeds the
maximum range, a single row equal to the field data
length is produced.
• If a value for c is not specified, the number of characters
per row is derived by dividing the field data by the value
of
r.
• If both parameters are specified, the amount of field data
must be less than the product of the specified parameters.
If the field data exceeds the value of the product, either
no symbol or an error code is printed (if
^CV is active).
• If the data field contains primarily numeric data, fewer
than the specified rows might be printed. If the field data
contains several shift and code-switch characters, more
than the specified number of rows might be printed.
m = mode Accepted Values: A, E, F
CODABLOCK A uses the Code 39 character set.
CODABLOCK F uses the Code 128 character set.
CODABLOCK E uses the Code 128 character set and
automatically adds FNC1.
Default Value: F
Parameters Details