-

<group> Element

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

The child elements <groupstyle> and <dataset> are used to assign definitions referenced by the content of the elements to the created symbol group.

Parent elements: <page>, <group>, <symbolset>

Attributes:

AttributeDescriptionType / Required
displaynameDefines the group name of the HMI group to be created on the HMI page. A <group> can contain one or more <symbol> elements and in turn one ore more <group> elements (nesting of groups),

Placeholders enclosed in @ can be used.

The displayname is used as object ID in the properties window of the HMI group.
Type: string

Required: yes
requiredCreates an empty group if the <group> element contains no child <symbol> or <group> elements. If set to "false" or if the attribute is not used, no group is created.Type: boolean true or false (default)

Required: no
uniqueSpecifies whether the symbol group should be created once or as many times the IEC code element exists that triggers the creation.

If set to "true", the symbol group is created once, even if the triggering IEC code element exists two or more times in the project.
Type: boolean true or false (default)

Required: no