Programming via XML interface
10.3 XML commands
SIMATIC RF650R/RF680R/RF685R
Configuration Manual, 03/2018, C79000-G8976-C386-06
255
Command
<frame>
<cmd>
<id> value_id </id>
<killTag>
<sourceName> value_sourceName </sourceName>
<tagID> value_tagID </tagID> // opt
<password> value_password </password>
</killTag>
</cmd>
</frame>
// opt → Optional: Line can be omitted.
Reply
<frame>
<reply>
<id> value_id </id>
<resultCode> 0 </resultCode>
<killTag>
<returnValue>
<tag>
<tagID> value_tagID </tagID>
<tagPC> value_tagPC </tagPC> // opt
<success> value_success </success>
<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
<commandRetry> value_commandRetry </commandRetry> // opt
<airRetry> value_airRetry </airRetry> // opt
<filterDataAvailable> value_filterDataAvailable
</filterDataAvailable> // opt
</tag>
…
<tag> // opt
…
</tag> // opt
</returnValue>
</killTag>
</reply>
</frame>
// opt → Optional: Line can be omitted. In the reply, the parameter is transferred depending
on the configuration settings (engineering/communication).