Define the Head and Foot of the Attribute File
- Last UpdatedJan 05, 2026
- 1 minute read
To define constant information to be placed at the start or end of the attribute file, use the FILE_HEADER and FILE_FOOTER commands. Each may be used more than once.
For example the HTML file needs three lines at the start:
<HTML><HEAD>
<TITLE>Sample ExPLANT-I HTML Output </TITLE>
</HEAD><BODY><H1>AVEVA Attributes<H1>
and one line at the end:
</BODY></HTML>
and so the configuration file will have three FILE_HEADER commands and one FILE_FOOTER command:
FILE_HEADER |<HTML><HEAD>|
FILE_HEADER |<TITLE>Sample ExPLANT-I HTML OutputÊ
</TITLE>|
FILE_HEADER |</HEAD><BODY><H1>PDMS Attributes<H1>|
FILE_FOOTER |</BODY></HTML>|