The Simulated Reader agent simulates an RFID reader.
For the properties below, you can enter either strings or variables. If you enter a variable, the value is substituted from the database when the XML configuration file is generated. Refer to Using variables for agent property values for details on what variables can be substituted.
Property | Description |
---|---|
activateReaderOnStart | Start publishing tags without being specifically turned on over the service bus |
id | The ID of the device. |
log.level | The level of logging to use with this agent. If the value is empty then the system log level will be used. |
passthruDelay | Optional topic to pass data object through after a delay of passthruDelay milliseconds. ReaderSimulator listens for passthreInputTopic and publishes the same data given back on passthruOutputTopic |
passthruInputTopic | Optional topic to pass data object through after a delay of passthruDelay milliseconds. ReaderSimulator listens for passthreInputTopic and publishes the same data given back on passthruOutputTopic. |
passthruOutputTopic | Optional topic to pass data object through after a delay of passthruDelay milliseconds. ReaderSimulator listens for passthreInputTopic and publishes the same data given back on passthruOutputTopic. |
reader | The name of the reader |
source.id | The source ID for generic events in this agent. |
TagReadingExpression | If defined, tag reading is turned on and off according to control profile bits matching the given LDAP expression (such as (b1=true) ) filter, ignoring the normal Set tag reading method. |
tracing | Displays trace output. |