Appendix 2
IT Functionlity
MAN_905G_1.16
Page 158
\config.htm
- Configuration frame page
\configform.htm - Configuration form page
\configform2.htm
- Configuration form page
\store.htm
- Configuration store page
\logo.jpg
- HMS logo
\configuration.gif
- Configuration picture
\boarder.bg.gif -
picture
\boarder_m_bg.gif -
picture
FTP Server
It is possible to upload/download files to/from the file system using a standard FTP client.
Depending on security settings, different parts of the filesystem can be accessed by the user
(see Security above). Internet Explorer within the Windows Operating System, for example,
may also operate as an FTP Client simply by preceding the address in the address bar with
“ftp:” instead of “http:”
The FTP Server can be disabled via configuration software on the Ethernet Settings page.
Server Side Include (SSI) Functionality
The SSI functionality makes it possible to display or alter I/O data and configuration
settings on a web page. It is also possible to use SSI functions in email messages (see “SSI
in Email Messages”). Since this functionality allows reading/writing of I/O values in the
Fieldbus Interface, some of the functions described below will use an “offset” parameter
to specify the I/O Location within the Fieldbus Interface. It should be noted that the
“offset” parameter will
always
refer to a byte-addressed offset from the start of the
Fieldbus Interface (i.e. the “Address Mode” in configuration software should be set to
“Byte” and the “Modbus TCP Address Mode” option should be disabled – see 4.8
Fieldbus Configuration).
Functions
DisplayIP
Syntax:
<?--#exec cmd_argument=’DisplayIP’-->
This function returns the currently used IP address.
DisplaySubnet
Syntax:
<?--#exec cmd_argument=’DisplaySubnet’-->
This function returns the currently used Subnet mask
DisplayGateway
Syntax:
<?--#exec cmd_argument=’DisplayGateway’-->
This function returns the currently used Gateway address
DisplayDNS1
Syntax:
<?--#exec cmd_argument=’DisplayDNS1’-->
This function returns the address of the primary DNS server.
DisplayDNS2