Server Side Include (Ssi); General - HMS Anybus Communicator User Manual

For profinet
Table of Contents

Advertisement

7. Server Side Include (SSI)

7.1 General

Server Side Include (from now on referred to as SSI) functionality enables dynamic content to be used
on web pages and in e-mail messages.
SSI are special commands embedded in the source document. When the Anybus Communicator en-
counters such a command, it will execute it, and replace it with the result (when applicable).
Syntax
XXX... below represents a command opcode and parameters associated with the command.
<?--#exec cmd_argument="XXXXXXXXXXXXXXXXXXXXXX"-->
Example
The following example causes a web page to display the Ethernet Mac ID of the module:
<HTML>
<HEAD><TITLE>SSI Test</TITLE></HEAD>
<BODY>
The Ethernet Mac ID of the ABC is:
<?--#exec cmd_argument="DisplayMacID"-->
</BODY>
</HTML>
Resulting web page:
The Ethernet Mac ID of the ABC is: 00:30:11:78:9A:BC
Anybus Communicator PROFINET User Manual
Chapter 7
Doc: HMSI-27-309, Rev. 3.11

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Anybus Communicator and is the answer not in the manual?

Questions and answers

Table of Contents