Programming via XML interface
10.3 XML commands
SIMATIC RF650R/RF680R/RF685R
198
Configuration Manual, 03/2018, C79000-G8976-C386-06
Reply
<frame>
<reply>
<id> value_id </id>
<resultCode> 0 </resultCode>
<getIPConfig>
<iPAddress> value_iPAddress </iPAddress>
<subNetMask> value_subNetMask </subNetMask>
<gateway> value_gateway </gateway>
<dHCPEnable> value_dHCPEnable </dHCPEnable>
<getIPConfig/>
</reply>
</frame>
The error codes for negative replies ("resultCode" ≠ 0) are described in the section "
XML replies (Page 263)".
Parameter
Parameter
Type
Values
Description
value_id
Decimal value
0...9
0...4294967295
Unique command identifier
value_iPAddress
IP address
1.0.0.1…
255.255.255.254
IP address of the reader
Parameter is ignored, if DHCP is acti-
vated:
value_dHCPEnable = True
value_
subNetMask
IP address
1.0.0.1…
255.255.255.254
Subnet mask of the reader
Parameter is ignored, if DHCP is acti-
vated:
value_dHCPEnable = True
value_gateway
IP address
1.0.0.1…
255.255.255.254
Gateway of the reader
Parameter is ignored, if DHCP is acti-
vated:
value_dHCPEnable = True
value_
dHCPEnable
Fixed values
True
False
Use of DHCP to assign the IP address.