
Programming via XML interface
10.3 XML commands
SIMATIC RF650R/RF680R/RF685R
222
Configuration Manual, 03/2018, C79000-G8976-C386-06
10.3.3.1
editBlackList
This command saves or removes tag EPC-IDs in/from the black list.
The black list is a filter mechanism with which transponders can be filtered out.
Transponders whose IDs are stored in the black list are ignored and not processed. The
black list is a circulating buffer with a configurable size. If all the entries in the black list are
occupied, the next new entry deletes the oldest entry.
You specify the size of the black list in the WBM. You will find more information on the black
list in the section "The "Settings - Read points" menu item (Page 54)".
Command
<frame>
<cmd>
<id> value_id </id>
<editBlacklist>
<sourceName> value_sourceName </sourceName>
<blackListCmd> value_blackListCmd </blackListCmd>
<tagID> value_tagID </tagID> // opt
…
<tagID> value_tagID </tagID> // opt
</editBlacklist>
</cmd>
</frame>
// opt → Optional: Line can be omitted.
Reply
<frame>
<reply>
<id> value_id </id>
<resultCode> 0 </resultCode>
<editBlacklist/>
</reply>
</frame>
The error codes for negative replies ("resultCode" ≠ 0) are described in the section "
XML replies (Page 263)".