|
From: <dan...@qu...> - 2008-03-28 11:44:59
|
Hi,
here my propertie fiels for the problem with Feig LRU1000
FeigTCPIPController_default.xml
<?xml version="1.0" encoding="UTF-8"?>
<!-- Properties file for Feig i-scan UHF readers using a TCP/IP connection -->
<!-- Reader: Feig Long Range Reader OBID i-scan ID ISC.LRU1000 (TCP/IP) -->
<properties>
<!-- Address of the reader -->
<!-- Value: address (string) -->
<address>10.1.1.47</address>
<!-- The port the reader is listening -->
<!-- Value: port number between 0 and 65525 -->
<port>10001</port>
<!-- The communication timeout in milliseconds -->
<!-- Value: timeout (integer value) -->
<timeout>5000</timeout>
<!-- Configuration file with the transponder model configuration -->
<epcTransponderModelsConfig>/props/EPCTransponderModels_default.xml</epcTransponderModelsConfig>
<!-- The IdTypes configuration file -->
<idTypesConfig>/props/IDTypes_default.xml</idTypesConfig>
<!-- List of readpoints that represent specific antennas
The name of the readpoint can be chosen arbitrary but it must be unique.
The connector of the readpoint is the number of the channel the antenna is connected to.
The connector number is an integer in the range 1 to 4. -->
<readpoint>
<name>Ant</name>
<connector>1</connector>
</readpoint>
</properties>
--------------------------------------------
ReaderDevice_default.xml
<?xml version="1.0" encoding="UTF-8"?>
<properties>
<!-- Information about the reader -->
<epc>ReaderEPC</epc>
<name>MyReader</name>
<manufacturer>ReaderManufacturer</manufacturer>
<manufacturerDescription>ReaderManufacturerDescription</manufacturerDescription>
<model>ReaderModel</model>
<handle>0</handle>
<role>ReaderRole</role>
<!-- End -->
<!-- More Information -->
<maxSourceNumber>10</maxSourceNumber>
<maxTagSelectorNumber>10</maxTagSelectorNumber>
<maxTriggerNumber>10</maxTriggerNumber>
<!-- End -->
<!-- All readers (HardwareAbstractions) used -->
<readers>
<!--reader>
<name>SimulatorController</name>
<class>org.accada.hal.impl.sim.SimulatorController</class>
<properties>/props/SimulatorController.xml</properties>
<readpoint>Shelf1</readpoint>
<readpoint>Shelf2</readpoint>
<readpoint>Shelf3</readpoint>
<readpoint>Shelf4</readpoint>
</reader-->
<reader>
<name>FeigTCPIPController</name>
<class>org.accada.hal.impl.feig.FeigTCPIPController</class>
<properties>/props/FeigTCPIPController.xml</properties>
<readpoint>Ant1</readpoint>
</reader>
</readers>
<!-- End -->
<!-- List of all sources -->
<currentSource>Ant1</currentSource>
<sources>
<source>
<name>Ant1</name>
<fixed>true</fixed>
<readpoint>Ant1</readpoint>
</source>
<!--source>
<name>Shelf1</name>
<fixed>true</fixed>
<readpoint>Shelf1</readpoint>
</source>
<source>
<name>Shelf2</name>
<fixed>true</fixed>
<readpoint>Shelf2</readpoint>
</source>
<source>
<name>Shelf3</name>
<fixed>true</fixed>
<readpoint>Shelf3</readpoint>
</source>
<source>
<name>Shelf4</name>
<fixed>true</fixed>
<readpoint>Shelf4</readpoint>
</source-->
</sources>
<!-- End -->
<!-- The io trigger classes -->
<IOEdgeTriggerPortManager>
<port>org.accada.reader.rprm.core.triggers.KeyIOEdgeTriggerPortManager</port>
</IOEdgeTriggerPortManager>
<IOValueTriggerPortManager/>
<!-- End -->
<!-- Information used for the reader management implementation -->
<description>Description</description>
<locationDescription>LocationDescription</locationDescription>
<contact>Contact</contact>
<serialNumber>SerialNumber</serialNumber>
<mgmtAgentType>SNMP</mgmtAgentType>
<mgmtAgentAddress>localhost</mgmtAgentAddress>
<mgmtAgentPort>161</mgmtAgentPort>
<macAddress>00-14-A4-2F-2D-73</macAddress>
<mgmtSimulatorStart>false</mgmtSimulatorStart>
<!-- End -->
<!-- List of all alarm channels -->
<alarmChannels>
<alarmChannel>
<name>alarmChannel1</name>
<host>localhost</host>
<port>162</port>
</alarmChannel>
</alarmChannels>
<!-- End -->
<!-- Information about the messaging -->
<tcpServerConnection>true</tcpServerConnection>
<tcpPort>5566</tcpPort>
<httpServerConnection>true</httpServerConnection>
<httpPort>8000</httpPort>
<notificationListenTimeout>30000</notificationListenTimeout>
<threadPoolSize>16</threadPoolSize>
<!-- End -->
<!-- Information about the source defaults -->
<isFixed>false</isFixed>
<glimpsedTimeout>2000</glimpsedTimeout>
<observedThreshold>0</observedThreshold>
<observedTimeout>1000</observedTimeout>
<lostTimeout>0</lostTimeout>
<readCyclesPerTrigger>1</readCyclesPerTrigger>
<maxReadDutyCycles>100</maxReadDutyCycles>
<readTimeout>0</readTimeout>
<!-- End -->
</properties>
--
Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten
Browser-Versionen downloaden: http://www.gmx.net/de/go/browser
|