<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:
Attribute | Description | Type / Required |
---|---|---|
id | Unique 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: stringRequired: yes |
displayname | Name 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.
![]() | Type: stringRequired: no |
index | Specifies 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: integerRequired: no |