Appendix 2
IT Functionlity
MAN_905G_1.16
Page 164
This SSI function saves the contents of a passed form to a file. The passed name/value
pair will be written to the file "File name" separated by the "Separator" string. The
contents can either be Appended to the file or overwrite the current content of the file.
Default output:
Success
- Form saved to file
Failure
- Failed to save form
Web Server
The module features a complete web server with SSI functionality. It is possible to upload
web pages to the module, giving access to parameters in the Fieldbus Interface using a
customizable interface.
By default the HTTP server is enabled, but it can be enabled/disabled by configuration
software on the Ethernet settings page.
Email Client
It is possible to send emails from the module. To send an email, the SMTP server address
must be configured. Without a valid SMTP address the module will not be able to send
any email messages.
Sending a predefined email on data event
It is possible to send predefined email messages, triggered by an event in the Fieldbus
Interface. The Fieldbus Interface is scanned once every 0.5 second. This means that
an event must be present longer than 0.5 seconds to ensure that it is detected by the
module. It is possible to have up to 10 user defined, and 10 admin defined emails,
triggered on different events. These shall be placed in the directories “\user\email\”
for user configurable emails and “\email” for non-user configurable emails. The files
must be named ‘email_1.cfg’, ‘email_2.cfg’ ... ‘email_10.cfg’.
The files shall have the following format:
[Register]
Area, Offset, Type
[Register match]
Match Value, Mask, Match operand
[To]
Recipient(s)
[From]
Sender
[Subject]
Subject line
[Headers]
Extra Headers
[Message]
Message body