Programming via XML interface
10.3 XML commands
SIMATIC RF650R/RF680R/RF685R
194
Configuration Manual, 03/2018, C79000-G8976-C386-06
Parameter
Parameter
Type
Values
Description
value_id
Decimal value
0...9
0...4294967295
Unique command identifier
value_readerType Fixed values
SIMATIC_RF680R
SIMATIC_RF685R
SIMATIC_RF650R
Optional
Reader type
If the connected reader does not match
the value specified,
"ERROR_PARAMETER_ILLEGAL_VA
LUE" is returned.
If this parameter is not specified, the
connected reader type is not checked.
value_version
Alphanumeric text V2.1
Supported API protocol version
value_configID
Alphanumeric text --
Unique identifier of the transferred
configuration.
The ID can also be read using the
"getConfigVersion" function.
10.3.1.2
hostGoodbye
This command ends communication with the reader and terminates the TCP/IP connection.
In the default setting, the reader continues working with its current settings. This allows the
reader to work independently. The data accumulating when the reader is operating
independently is stored in the buffer - depending on the selected operating mode. You will
find further information on the buffer or on asynchronous notifications in the section
"Programming via XML interface (Page 185)".
Command
<frame>
<cmd>
<id> value_id </id>
<hostGoodbye/>
</cmd>
</frame>
Reply
<frame>
<reply>
<id> value_id </id>
<resultCode> 0 </resultCode>
<hostGoodbye/>
</reply>
</frame>