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

論理テキスト色アニメーション リンクに対して以下の要素を指定できます。

要素

説明

タイトル

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

OnColor

1 つの色要素を含みます。デフォルトは rgb(0,0,0) です。

OffColor

1 つの色要素を含みます。デフォルトは rgb(0,0,0) です。

文字列タグまたは式。必須。

例:

<TextColorDiscrete>

<Title>TextColorDiscrete1</Title>

<Expression>

<![CDATA[dTag001]]>

</Expression>

<OnColor><Name>緑</Name></OnColor>

<OffColor><Name>赤</Name></OffColor>

<TextColorDiscrete>

最小の例:

<TextColorDiscrete>

<Expression>dTag001</Expression>

<TextColorDiscrete>