Characteristics of "RSSI" reading filtration
RSSI is an indicator of the strength of the radio signal of a tag received by an RFID reader.
RSSI filtering verifies the tag response level. If it is lower than the one set in the filter, the tag will not be sent to the host.
The option also includes an attribute that allows the tag data to be sent only after the RFID reader has obtained a specified number of tag readings.
This option is configured in the " RSSI_CONFIG; " line.
It consists of three attributes that must be separated by the " : " character.
RSSI_CONFIG;1:-99:1
The first attribute is responsible for setting the RSSI filter activity.
- 1 - means that the visibility of the RSSI value of the read tag is enabled
- 0 - means that the visibility of the RSSI value of the read tag is disabled
The second attribute is responsible for verifying the tag response level (unit is dBm). If it is lower than the one set in the filter, the tag will not be sent to the host. In the case of the set to value on -99 or less, the filter will automatically be disabled.
The third attribute is responsible for determining the number of readings of the tag after which it can be sent. If the read tag meets the response level condition (attribute 2) and the number of tag reads exceeds the required number, the tag will be sent.
Example:
RSSI_CONFIG;1:-60:5
The option configured in this way says:
- RSSI filtering will be active,
- tags with RSSI level lower than -60 dBm will not be read,
- tags that meet the RSSI response level condition will be sent to the host after 5 read by the RFID reader.
Return