Page 74 - ZPL II Programming Guide
P. 74
54 ZPL Commands
^BC
Using N for the mode (m) parameter
Example • This example shows with application identifier 00 structure:
N FOR THE M PARAMETER ZPL II CODE
^XA
^FO90,200^BY4
^BCN,256,Y,N,Y,N
^FD>;>80012345123451234512^FS
^XZ
• >;>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
Example • The example shows the application identifier 00 format:
U FOR THE M PARAMETER ZPL II CODE
^XA
^FO90,200
^BY4^BC,256,Y,N,,U
^FD0012345123451234512^FS
^XZ
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.
45541L-004 Rev. A ZPL II Programming Guide 9/15/06