XML over HTTP Driver Manual
Page 8 of 19
5.2
Client Side Node Parameters
Section Title
Nodes
Column Title
Function
Legal Values
Node_Name
Provide name for Node.
Up to 32 alphanumeric
characters.
IP_Address
Destination IP Address.
xxx.xxx.xxx.xxx
Host_Name*
Specify the host name of the remote device. If
the Host_Name is used in place of an
IP_Address, the FieldServer will attempt to
resolve the IP_Address before polling remote
device. If both IP_Address and Host_Name are
used, the FieldServer will attempt to resolve the
host name to get the latest IP_Address to use.
Otherwise the configured IP_Address will be
used. The FieldServer will try to resolve the host
name again before starting the node recovery
process to get latest IP_Address. If the host
name can't be resolved, the last known
IP_address is used.
Any valid host name.
Response_End_Time*
Specify time duration in seconds that must
elapse before a response is complete. This
parameter is useful while communicating to a
server that sends responses in chunks and there
is a large delay ( > 2s) between chunks.
1-65535;
2
Protocol
Specify Protocol used.
XML-HTTP, HTTP, XML
Connection
Specify which network adapter to use.
N1, N2
2
Remote_Node_IP_Port* Specify port to listen to by the remote server.
0-65535;
80
HTTP_Username*
The credentials the FieldServer must use when
communicating to the HTTP server. Only basic
authentication is supported.
Any alphanumeric string.
HTTP_Password*
Example
// Client Side Nodes
Nodes
Node_Name
, IP_Address
, Protocol , Connection , Remote_Node_IP_Port
FS_WEB_01 , 192.168.1.10
, XML
, N1
, 300
2
Not all ports shown are necessarily supported by the hardware. Consult the appropriate instruction manual for details of the ports
available on specific hardware.