-

<tag> Element

This element is used to create application local HMI tags or page local HMI tags for the HMI application or an HMI page.

Parent element: <tagsets>

Attributes:

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

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

  • bool
  • dword
  • int
  • ldate_and_time
  • lreal
  • string
Type: tagtype

Required: yes
valueDefines the initial value of the HMI tag to be created.Type: string

Required: no
commentDefines the comment of the HMI tag to be crated.Type: string

Required: no