Programming via XML interface
10.3 XML commands
SIMATIC RF650R/RF680R/RF685R
Configuration Manual, 03/2018, C79000-G8976-C386-06
237
10.3.3.7
readTagMemory
This command reads data from the requested transponder. If no EPC-ID is made available
or detected, the command is executed with all the transponders recognized from the read
point.
Note
If no EPC-ID is specified, the results are influenced by all the set filter mechanisms (refer to
the section "The "Settings - Filters" menu item (Page 68)"). Then in the reply frame, only the
transponders that were not filtered out appear. If an EPC-ID is specified, the data filter has
no effect.
The reply frame contains the IDs of all identified transponders with the information as to
whether the requested data for the transponder could be read or not.
If no transponder was identified, a positive reply without transponder data is returned.
Command
<frame>
<cmd>
<id> value_id </id>
<readTagMemory>
<sourceName> value_sourceName </sourceName>
<tagID> value_tagID </tagID> // opt
<password> value_password </password> // opt
<tagField>
<bank> value_bank </bank>
<startAddress> value_startAddress </startAddress>
<dataLength> value_dataLength </dataLength>
</tagField>
…
<tagField> // opt
…
</tagField> // opt
</readTagMemory>
</cmd>
</frame>
// opt → Optional: Line can be omitted.