![DEUTSCHMANN AUTOMATION UNIGATE CL Instruction Manual Download Page 27](http://html.mh-extra.com/html/deutschmann-automation/unigate-cl/unigate-cl_instruction-manual_2488371027.webp)
WEB-Server
Deutschmann Automation GmbH & Co. KG
27
UNIGATE
®
fieldbus gateway UNIGATE
®
CL - PROFINET 2Port V. 1.6
15.8.14
12 WEB-Server
This UNIGATE
®
has an integrated web server. The delivery condition has a HTML-Page in the
file system, which shows the system parameters of the device.
The Web Page can be changed by the customer as desired, or replaced with a self-created web
page. It can be written into the file system via FTP (see chapter 11).
12.1 Server Side Includes (SSI)
„
Server-side includes
“ functionality (SSI) is available in order to generate dynamic web pages,
which for example can portray process data.
The web server only scans the index.html file and files with the extensions "shtml" or "sml" for
SSI directives. In all other HTML files the SSI directives are ignored.
If a client is asking for a web page with SSI directives the web server replaces the directives with
the web server‘s instructions with the appropriate values and sends the generated page.
SSI directives are listed within HTML comments and have the following syntax:
<!--#exec=“command“-->
The following commands are a selection of supported commands.
A complete list of all commands can be found in the Online help of the PROTOCOL
DEVELOPER.
Command
Instruction (incl.comment) is replaced by
DisplayFWVersion
Firmware version
DisplayBLVersion
Bootloader version
DisplaySerial
Serial number
DisplayMacID
Ethernet MAC address
DisplayDeviceName
DisplayStationName
Device name
DisplayStationType
Station type
DisplayVendorID
Vendor ID
DisplayDeviceID
Device ID
DisplayIP
UNIGATE‘s IP address
DisplaySubnet
IP subnet mask
DisplayGateway
IP address of the default Gateway
To issue any process data, additional Script variables can be given to the Web-Server with the
Script-Commands „
SetHTMLOutputString
“. The command assigns the variable a name,
which then can be used in the following command:
Command
Instruction (incl. Commentary) is replaced with
DisplayScriptVar, Variablenname
content of variable