ZPL commands
^BA · Code 93 Bar Code
Generates a Code 93 barcode alphanumeric, denser than Code 39 .
Generates a Code 93 barcode (alphanumeric, denser than Code 39).
Parameters
^BAo,h,f,g,e- o: Orientation (N/R/I/B)^BAo,h,f,g,e- h: Bar code height in dots^BAo,h,f,g,e- f: Print interpretation line (Y/N)^BAo,h,f,g,e- g: Print interpretation line above code (Y/N)^BAo,h,f,g,e- e: Print check digits in the interpretation line (Y/N, default N)
Example
^XA
^FO50,50^BY2^BAN,80,Y,N,N^FDZPLCLOUD93^FS
^XZ
Tip
Code 93 has two automatically calculated check characters - very robust against misreads.