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

可以为离散报警线条颜色动画链接指定以下元素。

元素

描述

标题

对象名。可选。

NormalColor

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

AlarmColor

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

表达式

离散标记。必需。如果 Expression 无效或缺失,则不会创建对象。

示例:

<LineColorDiscreteAlarm>

<Title>LineColorDiscreteAlarm1</Title>

<Expression>

<![CDATA[dTag001]]>

</Expression>

<NormalColor><Name>Black</Name></NormalColor>

<AlarmColor><Name>Red</Name></AlarmColor>

</LineColorDiscreteAlarm>

最简示例:

<LineColorDiscreteAlarm>

<Expression>dTag001</Expression>

</LineColorDiscreteAlarm>

Related Links