Programming via XML interface
10.3 XML commands
SIMATIC RF650R/RF680R/RF685R
Configuration Manual, 03/2018, C79000-G8976-C386-06
203
Parameter
Parameter
Type
Values
Description
value_id
Decimal value
0...9
0...4294967295
Unique command identifier
value_configData CDATA
--
Configuration data
The parameter must be embedded in a
CDATA segment.
value_configID
Alphanumeric text --
Unique identifier of the transferred
configuration
The ID can also be read out with the
"getConfigVersion" command.
10.3.2.5
getLogfile
This command requests the log from the reader.
Note that the reply frame of the reader can take up to 20 seconds.
Command
<frame>
<cmd>
<id> value_id </id>
<getLogfile>
<logType> value_logType </logType>
</getLogfile>
</cmd>
</frame>
Reply
<frame>
<reply>
<id> value_id </id>
<resultCode> 0 </resultCode>
<getLogfile>
<returnValue>
<logData>
<![CDATA[value_configData]]>
</logData>
</returnValue>
</getLogfile>
</reply>
</frame>