Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们可以按照以下结构为 ZPL 使用嵌套的开始和结束标记吗? ^XA ... ^XA ... ^XZ ... ^XZ 我的用例是,如果您想在文档级别应用某些属性(对于所有页面),您可以将其包含在上层结构中,而不是将其包含在每个开始和结束标签。我已经尝试过了,它给了我正确的输出。请建议我这是正确的使用方法吗?
在某些时候,这不会给你你期望的输出。第一个 ^XZ 应该表示打印作业的结束并导致标签打印。第二个 ^XZ 可能会被忽略。
您想要设置的方式是:
^XA ...properties, print speed darkness, etc ...makes setting changes but does not print a label ^XZ ... ^XA ...label code ^XZ