Stopping Or Reconfiguring The Device Controller Over The Network; Using The Configuration File Generator - Intermec IF5 User Manual

Fixed reader
Hide thumbs Also See for IF5:
Table of Contents

Advertisement

Appendix B — Configuring and Using the SAP Device Controller

Stopping or Reconfiguring the Device Controller Over the Network

Using the Configuration File Generator

142
When the device controller is running, you can stop or
reconfigure the controller by sending an XML command message
over HTTP to the configured listening port (typically port
9000).
To stop the device controller, send this command message:
<?xml version="1.0" encoding="utf-8"?>
<Command id="123456789" response="rec1">
<Shutdown/>
</Command>
To reconfigure the device controller, send this command message:
<?xml version="1.0" encoding="utf-8"?>
<Command id="123456789" response="rec1">
<Reconfigure URL="http://hostname/config.xml">
</Command>
where:
hostname
is the directory where the configuration file is located.
config.xml
is the name of the configuration file.
The device controller includes a generation script that creates
default configuration files based on command line parameters.
Using this utility you can quickly configure the device controller
to connect to an SAP-AII node. The resulting configuration files
are intended as a basis for further customization.
The script is located at /usr/local/dc/configsapdc and its syntax is
as follows:
configsapdc <Aii-node-URL><port>
<device controller name><device name><DCE port>
IF5 Fixed Reader User's Manual

Advertisement

Table of Contents
loading

Table of Contents