peel off detection zebra zt410

R Ricardo Wit 2 years 11 months ago
117 1 0

Hello All,

We have configured a Zebra zt410 printer to use peel off mode.

We are using the Zebra.Printer.SDK in a Windows environment to send print commands.
Using the following example: TcpConnection Class

Is it possible, after printing, to check if the label is removed or if the label is still in front of the peel off sensor?
Or maybe to get a peel off event when the label is removed?

Kind regards,

Jaap

Please register or login to post a reply

1 Replies

R Ricardo Wit

Hello,

Think i figured it out:

...
connection.Open();
ZebraPrinter printer = ZebraPrinterFactory.GetInstance(connection);
--> printer.SendCommand("~HS");
var b = printer.Connection.Read();

var b1 = System.Text.Encoding.UTF8.GetString(b);

According to the programming guide (https://www.zebra.com/content/dam/zebra/manuals/printers/common/zpl-zbi… ) page 208 the t flag indicates if there is a label waiting before the peel of sensor.

Is this correct?

Kind regards

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