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

AVEVA™ InTouch HMI

論理値押しボタン

  • Last UpdatedSep 26, 2024
  • 1 minute read

論理値押しボタン アニメーション リンクに対して以下の要素を指定できます。

要素

説明

タイトル

オブジェクトの名前。オプション。

ボタンタイプ

論理ボタンのタイプ: {direct, reverse, toggle, reset, or set}。必須。無効な場合、または欠落している場合、オブジェクトは作成されません。

論理型タグまたは式。必須。Expression 要素が無効な場合、または欠落している場合、オブジェクトは作成されません。

キー割り当て

仮想キー要素、空の文字列、または存在しない。デフォルトでは割り当ては設定されません。空の文字列は割り当てが発生しないことを示します。

例:

<ButtonDiscreteValue>

<Title>ButtonDiscreteValue1</Title>

<ButtonType>リバース</ButtonType>

<KeyAssignment>

<KeyCode>F2</KeyCode>

<KeyFlags>シフト</KeyFlags>

</KeyAssignment>

<Expression>

<![CDATA[dTag001]]>

<Expression>

</ButtonDiscreteValue>

最小の例:

<ButtonDiscreteValue>

<ButtonType>リバース</ButtonType>

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

</ButtonDiscreteValue>