-

<parameter> Element

This element is used to create HMI page parameters for the HMI page.

Parent element: <parametersets>

Attributes:

AttributeDescriptionType / Required
keyName of the HMI page parameter to be created.Type: string

Required: yes
typeDefines the type of the HMI page parameter to be created. Valid types are (types must be lowercase):

  • page
  • supportfile
  • any
  • any_bit
  • any_date
  • any_num
  • any_string
  • bool
  • udt
Type: parametertype

Required: yes
udtDefines the User-Defined Data Type (UDT) to be linked to the HMI page parameter (is only applied if type="udt").Type: string

Required: no
commentDefines the comment of the HMI page parameter to be created.Type: string

Required: no