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

可以为离散文本颜色动画链接指定以下元素。

元素

描述

标题

对象名。可选。

OnColor

包含一个颜色元素。缺省值为 rgb(0,0,0)。

OffColor

包含一个颜色元素。缺省值为 rgb(0,0,0)。

表达式

字符串标记或表达式。必需。

示例:

<TextColorDiscrete>

<Title>TextColorDiscrete1</Title>

<Expression>

<![CDATA[dTag001]]>

</Expression>

<OnColor><Name>Green</Name></OnColor>

<OffColor><Name>Red</Name></OffColor>

</TextColorDiscrete>

最简示例:

<TextColorDiscrete>

<Expression>dTag001</Expression>

</TextColorDiscrete>

Related Links