Specifications

ZPL Commands
^BC
54
45541L-004 Rev. A ZPL II Programming Guide 9/15/06
Using N for the mode (m) parameter
>;>8' sets it to subset C, function 1
'00' is the application identifier followed by '17 characters', the check digit is selected
using the 'Y' for the (e) parameter to automatically print the 20th character.
you are not limited to 19 characters with mode set to N
Using U for the mode (m) parameter
UCC Case Mode
Choosing
U selects UCC Case mode. You will have exactly 19 characters available in
^FD.
Subset C using FNC1 values are automatically selected.
Check digit is automatically inserted.
Example • This example shows with application identifier 00 structure:
N FOR THE M PARAMETER
^XA
^FO90,200^BY4
^BCN,256,Y,N,Y,N
^FD>;>80012345123451234512^FS
^XZ
ZPL II CODE
Example • The example shows the application identifier 00 format:
U FOR THE M PARAMETER
^XA
^FO90,200
^BY4^BC,256,Y,N,,U
^FD0012345123451234512^FS
^XZ
ZPL II CODE