Label Response Message - Printronix SL4M Reference Manual

Pxml application developer
Hide thumbs Also See for SL4M:
Table of Contents

Advertisement

Chapter
2
Messaging
The end of the job that is not completed successfully is announced by sending
the following message:
<?xml version="1.0" encoding="UTF-8"?>
<pxml>
<status>
</status>
</pxml>
NOTE: The failure attribute is only sent by PXML version 2.1 or higher.

Label Response Message

NOTE: Not supported on P7000 printers.
The Label Response message is sent out at the end of each page or label. To
receive the label status message the select job message should be sent prior
to the start of the job or at system start up.
<?xml version="1.0" encoding="UTF-8"?>
<pxml>
<status>
</status>
</pxml>
The attributes for the labelDetail include:
failure = This is the result of printing a label.
Possible Boolean values are true, false, 0 (pass) or 1 (fail).
If the emulation encounters errors, error messages will be sent out as they are
recognized from the emulation. The error report option for PGL on the front
panel should be set to "on" or "host" to receive this message.
<?xml version="1.0" encoding="UTF-8"?>
<pxml>
<status>
</status>
</pxml>
16
<job type="jobEnd">
<jobDetail id="1234" failure="1"/>
</job>
<job type="label">
<labelDetail failure="0"/>
</job>
<job type="errorReport">
<jobDetail id="1234" error="135"/>
</job>

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the SL4M and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

This manual is also suitable for:

T4mSl5000rT5000rP7000 h-series

Table of Contents