GS1 Codebar on ZPL Batch Lot

怎甘沉沦 提交于 2020-01-16 19:33:08

问题


I have the following problem, where I work I am trying to optimize the printing of ID tags. However some products have numbers and letters in their batch, when the product has only numbers the GS1 barcode label works well, but when it has letters and / or symbols together it removes some of the barcode.

Here's an example:

Item: 410234 Lot: FLS00013 / 19

How GS1 Code Exits Using Zebra Designer:

^FD>;>80200000004102341719122910>6FLS>50001>63/19^FS

Recalling that I don't use Zebra Designer to print the labels, I use my application for this, but I don't find anywhere guidance on these escape symbols inside the ZPL code.

My application basically reads a text file with the ready label template and replaces a few fields:

^FD>;>802[ITEM]17[BEST]10[LOT]^FS

回答1:


In the ZPL Programming Guide you can find a description of the control characters (starting with >) inside the section of the barcode command ^BC (Code 128).



来源:https://stackoverflow.com/questions/58701548/gs1-codebar-on-zpl-batch-lot

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!