About The Rfidreader.properties File - 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
<ReaderList retryInterval="10">
<Reader id="Fixed_Reader_18" description="Reader">
<LogicalName>IF5_reader1</LogicalName>
</Reader>
</ReaderList>
.
.
.
<ProcessChainList>
<DataProcessorList>
<DataProcessor id="lp" description="LowPassFilter">
<APIImplementationClass>com.sap.devicecontroller.core.dataprocessors
.LowPassFilter</APIImplementationClass>
<OptionList>
<opt:ReaderID>Fixed_Reader_18</opt:ReaderID>
<opt:TimerInterval>500</opt:TimerInterval>
</OptionList>
</DataProcessor>

About the RfidReader.properties File

Element
Name
Classname
readerAddress
readerPort
148
This .xml file defines properties specific to the IF5 RFID
module. RfidReader.properties.xml must reside in the /home/
developer/dc directory on the IF5.
The next table lists properties you can set for BRI
implementation. For more information on reader-specific
properties, see the Basic Reader Interface Programmer's Reference
Manual (P/N 937-000-xxx).
Default
Description
-
(Required) Defines the name of this reader. Used in the
main XML configuration file as "LogicalName" to
reference this reader.
-
(Required) Sets the LLI Java implementation class for
this reader. Always use
com.sap.readerImplementations.intermec.
IntermecBRIReader.
-
(Required) Specifies the IP address of the reader. If the
SAP device controller is running on the reader directly,
set to localhost or 127.0.0.1.
-
(Required) Specifies the TCP/IP port to use for the BRI
interface. Set to 2189.
IF5 Fixed Reader User's Manual

Advertisement

Table of Contents
loading

Table of Contents