Reader List; Fieldmap; Extensioncommandhandler; Processorchainlist - 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>
<FieldMap defaultTable="Intermec">file:config/FieldMap.xml</FieldMap>
<DataProcessor id="agg" description="Aggregation">
<APIImplementationClass>
com.sap.devicecontroller.core.dataprocessors.TimeFixedSizeAggregator
</APIImplementationClass>
<OptionList>
<opt:TimerInterval>1000</opt:TimerInterval>
<opt:MaxCount>1000</opt:MaxCount>
</OptionList>
</DataProcessor>
146

Reader List

This element defines the IF5 that the controller manages. The
Reader id attribute defines the name of the IF5 in the SAP
system. The LogicalName value is the name assigned to the
reader in the RfidReader.properties file.
In the sample XML below, the IF5 name in the SAP system is
"Fixed_Reader_18":

FieldMap

This element defines the location of the field map definitions,
and generally points to the FieldMap.xml file in the home/
developer/cd/config directory on the IF5. The defaultTable
attribute specifies which Table element in the .xml file will be
used to map RFID tag fields. In the next example, the
defaultTable is defined as "Intermec".

ExtensionCommandHandler

This element defines the software component that processes
VendorExtension commands from receivers. Do not change this
element.

ProcessorChainList

This element defines the data processors of your system and how
they are linked together. For more information, see
Data Processors" on page 152.
The ProcessorChainList contains a DataProcessorList and a
LinkList. The DataProcessorList element contains a list of data
processors that the system contains. Each data processor is
defined in a DataProcessor element as shown in this example:
"Using the
IF5 Fixed Reader User's Manual

Advertisement

Table of Contents
loading

Table of Contents