ZPL Command for confirmation message after print?

J Jordan Vohwinkel 3 years 2 months ago
451 1 0

Is there a ZPL command to have the printer return a confirmation message after it finishes printing a string of ZPL or a verbose confirmation that the printer received the message?

Please Register or Login to post a reply

1 Replies

J Jonathan Rosen

There are a number of ways to do this. One example is here:
https://developer.zebra.com/thread/36392

However, it notes that the solution isn't that reliable.

I think the most reliable solution would be to send the print job to the printer, and then to query the printer for that job.

You could do this by enabling input caputre on the device: https://www.zebra.com/us/en/support-downloads/knowledge-articles/captur…

And then you could query the printer for that file after you send your job, and make sure it appears. You could even send some unique id to a non-printable field and then search the file for that id, which would make the process fairly bulletproof.

If you are trying to guarantee output, this could still be problematic if the printer has some physical issue (i.e. out of labels, etc). However, that could be monitored for via SNMP.

CONTACT
Can’t find what you’re looking for?