Can't define label length - ZPL (RW 220)

后端 未结 2 1843
难免孤独
难免孤独 2021-02-09 18:17

fellows,

what I\'m trying to do should be simple: to print an example label from ZPL II Programming Guide. But no matter what I write, the label is always printed with 4

相关标签:
2条回答
  • 2021-02-09 19:05

    I had a similar problem but a different cause (GK420T) - for some reason I had turned of backfeed using ~JSO, and the rest position (~TA) placed the next label already halfway under the print head.

    Without backfeed, the printer started from this position so it looked like the bottom of the label was cropped and length and page size was ignored.

    Changing the backfeed sequence to ~JSN (default - 90%) causes the printer to roll the label back before printing starts so the whole label is accessible.

    0 讨论(0)
  • 2021-02-09 19:06

    Do you have gap or black mark label media loaded in the printer? Or continuous receipt paper?

    If the printer is in non-continuous mode with receipt paper, it will look for a label gap (or black mark) so that it can feed up to the next label. If the printer is loaded with continuous receipt paper, it will not find it and feed up to some maximum. Look at the ^MN command and try to set it to continuous, while also using the ^LL command in your ZPL format. You can send ^XA^MNN^LL400^XZ^XA^JUS^XZ to set and save the printer in continuous mode, 400 dots length just to see if it works.

    0 讨论(0)
提交回复
热议问题