Programming via XML interface
10.4 XML EventReports
SIMATIC RF650R/RF680R/RF685R
270
Configuration Manual, 03/2018, C79000-G8976-C386-06
Parameter
Type
Values
Description
value_dataLength Decimal value
0...9
1...510
Number of bytes to be read.
value_data
Hexadecimal
value
0...9, A...F
--
Data that should be read. Each byte is
represented by two hexadecimal char-
acters.
Example:
The byte sequence "0x12, 0x34, 0xA3"
is represented as the character string
"1234A3" in the "value_data" parame-
ter.
"value_dataLength" is 3 in this exam-
ple.
If the transponder is identified but the
data cannot be read (e.g. if the tran-
sponder has no user memory as re-
quired), this field remains empty.
"value_success" is then set to "False".
10.4.1.2
rssiEventReport
An RSSI event report signals a change in the RSSI values when reading the transponders.
RSSI events are generated separately for each antenna.
The data type and amount are specified by the settings in the basic configuration in the
WBM.
Report
<frame>
<report>
<id> value_id </id>
<rssier>
<tag>
<sourceName> value_sourceName </sourceName>
<tag>
<tagID> value_tagID </tagID>
<tagPC> value_tagPC </tagPC> // opt
<utcTime> value_utcTime </utcTime> // opt
<antennaName> value_antennaName </antennaName> // opt
<rSSI> value_rSSI </rSSI> // opt
<channel> value_channel </channel> // opt
<power> value_power </power> // opt
<polarization> value_polarization </polarization> // opt
</tag>
…
<tag> // opt
…
</tag> // opt
</rssier>