Pxml Inactive Error Response; Printer Setting; Printer Setting Get Request; Printer Setting Select Request For Rfidsetting - Printronix SL4M Reference Manual

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

Advertisement

PXML Inactive Error Response

This message indicates that PXML is inactive and the PXML host message
cannot be processed. To activate PXML refer to "PXML Selection" on page 9.
This message is only received for PXML version 1.0. For version 2, PNE and
PXML can coexist in the printer and UCP does not return any error messages,
if it gets PXML messages on its port.
<?xml version="1.0" encoding="UTF-8"?>
<pxml>
<ack result="fail">
<details message="PXML port error"/>
</ack>
</pxml>

Printer Setting

The printer setting is different from info because it is not static information.
The setting information can be requested from the printer. Based on the type
attribute value, a different kind of response is sent to the host. The user can
also set some of the settings. Each set and get type is described in the
following sections.

Printer Setting Get Request

The following request message generates the property response that has
information related to the type requested in this message. This is supported
by PXML version 2.0 or higher.
<?xml version="1.0"?>
<pxml>
<setting>
<get type="network"\>
</setting>
</pxml>
Valid options for type include network, realTime, and rfidSetting.

Printer Setting Select Request For rfidSetting

NOTE: Not supported on P7000 printers.
The following select request message for rfidSetting generates unsolicited
rfidSetting response messages anytime there is a change in RFID setting
within the printer. This is supported by PXML version 2.0 or higher.
<?xml version="1.0"?>
<pxml>
<setting>
<select type="rfidSetting" enable="true"\>
</setting>
</pxml>
The only valid option for type is rfidSetting.
Printer Setting
29

Advertisement

Table of Contents
loading

This manual is also suitable for:

T4mSl5000rT5000rP7000 h-series

Table of Contents