-

<page> Element

This element defines the HMI page to be created. The creation of the HMI page is triggered by the existence of an IEC code element (for example, FB instance, program instance, variable, etc.) defined by the descendant <on...> element such as <onfunctionblock>.

The child elements <pagestyle>, <dataset>, <tagset>, and <parameterset> are used to assign definitions referenced by the content of the elements to the created HMI page. The parent element <folder> is used to create a folder in which the page is to be created.

Parent element: <generation>, <folder>

Attributes:

AttributeDescriptionType / Required
idUnique identifier referencing the HMI page to be created.

The id value is used as name of the HMI page instance if the optional attribute displayname is not used.
Type: string

Required: yes
displaynameName of the HMI page instance to be created. The instance name can also be a path to a subfolder relative to the 'Application' node. In this case, the page instance is created in the defined folder structure. If the folders do not exist, they will be generated automatically.

Example

Placeholders enclosed in @ can be used.

If the attribute is not used or empty, the id is used as name.
Type: string

Required: no
indexSpecifies the order in which the HMI pages are created. An element with a lower index is created before an element with a greater index.Type: integer

Required: no