A P P E N D I X  C

 


RFID Configuration File Reference

This appendix provides sample configuration files for the configuration of an Execution Agent. The configuration is contained in an XML configuration file for each Execution Agent. It might be necessary to create and edit these configuration files manually. By default, the RFID Event Manager is configured to run with one Execution Agent.


Sample Default RFID Configuration Files

The Execution Agent configuration syntax is illustrated in the following diagram.


FIGURE C-1 Configuration File Hierarchy

Diagram showing the RFID Event Manager file hierarchy.


The name and value properties used are case sensitive. For instance, a value of EPC is treated differently from Epc.

Properties appropriate to each of the configurable entities (adapters, filters and connectors) are shown in other appendices in this book.


TABLE C-1 Sample xml Code for a Filter
<ems:filter>
   <ems:name>RfidSmoother</ems:name>
   <ems:classname>com.sun.autoid.filter.Smoothing</ems:classname>
      <ems:properties>
         <ems:property>LogLevel</ems:property>
         <ems:value>CONFIG</ems:value>
      </ems:properties>
      <ems:properties>
         <ems:property>MaxCycles</ems:property>
         <ems:value>5</ems:value>
      </ems:properties>
      <ems:properties>
         <ems:property>MaxPersistTime</ems:property>
         <ems:value>5000</ems:value>
      </ems:properties>
      <ems:outputs>
         <ems:output>RfidDelta</ems:output>
      </ems:outputs>
</ems:filter>