^TB Command not working

// Expert user has replied.
R Randall Rose 3 months 1 week ago
36 1 0

I have placed my issue in the following txt file for easy reading.

Randall

Please register or login to post a reply

1 Replies

S Steven Si

After examining the ZPL script, it seems the root cause of the issue is the character height specified in ^ASN command, which is 10. This is contradict with the height of the Textbox, which is specified as 35.

^XA^FO200,275^ASN,10,15 ^TB,350,35 ^FDCyberPower Outdoor Uninterruptible Power Supply 12-volt^FS^XZ

If we change the character height to 35 in the ^ASN command as below, then you will get the expected truncation.

 ^XA^FO200,275^ASN,35,15 ^TB,350,35 ^FDCyberPower Outdoor Uninterruptible Power Supply 12-volt^FS^XZ
CONTACT
Can’t find what you’re looking for?