Programming via XML interface
10.3 XML commands
SIMATIC RF650R/RF680R/RF685R
Configuration Manual, 03/2018, C79000-G8976-C386-06
205
Parameter
Parameter
Type
Values
Description
value_id
Decimal value
0...9
0...4294967295
Unique command identifier
10.3.2.7
setParameter
This command sets a specific parameter for the reader.
Changes using this command are stored in volatile memory in the configuration of the WBM.
As a result, the reader works with the value specified with "setParameter" but does not
display this in the WBM.
Note that the reply frame of the reader can take up to 20 seconds.
Command
<frame>
<cmd>
<id> value_id </id>
<setParameter>
<name> value_name </name>
<value> value_value </value>
<objType> value_objType </objType>
<objName> value_objName </objName>
</setParameter>
</cmd>
</frame>
Reply
<frame>
<reply>
<id> value_id </id>
<resultCode> 0 </resultCode>
<setParameter/>
</reply>
</frame>
The error codes for negative replies
("resultCode" ≠ 0) are described in the section "
XML replies (Page 263)".