Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ InTouch HMI

离散按钮

  • Last UpdatedSep 24, 2024
  • 1 minute read

可以为离散按钮动画链接指定以下元素。

元素

描述

标题

对象名。可选。

ButtonType

离散按钮的类型:{direct、reverse、toggle、reset、set}。必需。如果无效或缺失,则不会创建对象。

表达式

离散类型标记或表达式。必需。如果 Expression 元素无效或缺失,则不会创建对象。

KeyAssignment

虚拟键元素、空字符串或空缺。缺省值为无分配。空字符串表示无分配。

示例:

<ButtonDiscreteValue>

<Title>ButtonDiscreteValue1</Title>

<ButtonType>Reverse</ButtonType>

<KeyAssignment>

<KeyCode>F2</KeyCode>

<KeyFlags>Shift</KeyFlags>

</KeyAssignment>

<Expression>

<![CDATA[dTag001]]>

</Expression>

</ButtonDiscreteValue>

最简示例:

<ButtonDiscreteValue>

<ButtonType>Reverse</ButtonType>

<Expression><![CDATA[dTag001]]></Expression>

</ButtonDiscreteValue>

Related Links