Trying to get a Barcode label to Print the 'Phase - Ø' Symbol

Comments

2 comments

  • Peter Verhagen

    Hi Nick!
    I haven't implemented this at our end (we don't use the symbol in our 3 phase cable).

    However; a quick test has suggested that your ZPL language would need to be set as ^CI28 (for UTF+8).

    From there, the UTF+8 code for printing the phase is " _C2_A1"

    (prior to the ^FD [field data], you need to include ^FH [Field Hexadecimal Indicator]

    If you jump on labelary.com and try the following snippet, you should get the result.

    ^XA
    ^CI28
    ^CF0,60
    ^FO,10
    ^FH^FD_C3_B8^FS
    ^XZ

    You could then set a custom version of the name with that parameter embedded in the "Barcode Label Field" on an item, and encode that in ZPL using "[element.barcode.label]"

    Just tested here and works perfectly!

     

    0
    Comment actions Permalink
  • Nick Ellins-Stagg

    Hi Peter,

    Thanks for your help.

    I'm learning things i wasn't expecting to whilst being an Inventory Manager!!

    0
    Comment actions Permalink

Please sign in to leave a comment.