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

AVEVA™ InTouch HMI

Analog line color

  • Last UpdatedJul 26, 2024
  • 1 minute read

The required breakpoint values must have increasing values. If this is not the case, a warning is logged, and the offending value is one plus the previous value.

The object containing the animation link is not created if a required value is missing or invalid.

You can specify the following elements for an analog line color animation link.

Elements

Description

Title

Object name. Optional.

Color1

Contains a color element. Default is rgb(0,0,0).

Color2

Contains a color element. Default is rgb(0,0,0).

Color3

Contains a color element. Default is rgb(0,0,0).

Color4

Contains a color element. Default is rgb(0,0,0).

Color5

Contains a color element. Default is rgb(0,0,0).

Color6

Contains a color element. Default is rgb(0,0,0).

Color7

Contains a color element. Default is rgb(0,0,0).

Color8

Contains a color element. Default is rgb(0,0,0).

Color9

Contains a color element. Default is rgb(0,0,0).

Color10

Contains a color element. Default is rgb(0,0,0).

Values

Constant analog values. Must contain nine Value elements. Required.

Expression

Analog tag or expression. Required.

Example:

<LineColorAnalog>

<Title>LineColorAnalog1</Title>

<Expression>aTag001</Expression>

<Colors>

<Color1><Name>White</Name></Color1>

<Color2><Name>Red</Name></Color2>

<Color3><Name>Orange</Name></Color3>

<Color4><Name>Yellow</Name></Color4>

<Color5><Name>Green</Name></Color5>

<Color6><Name>Blue</Name></Color6>

<Color7><Name>Cyan</Name></Color7>

<Color8><Name>Magenta</Name></Color8>

<Color9><Name>Violet</Name></Color9>

<Color10><Name>Black</Name></Color10>

</Colors>

<Values>

<Value>10.0</Value>

<Value>20.0</Value>

<Value>30.0</Value>

<Value>40.0</Value>

<Value>50.0</Value>

<Value>60.0</Value>

<Value>70.0</Value>

<Value>80.0</Value>

<Value>90.0</Value>

</Values>

</LineColorAnalog>

Minimal example:

<LineColorAnalog>

<Expression>aTag001</Expression>

<Values>

<Value>10.0</Value>

<Value>20.0</Value>

<Value>30.0</Value>

<Value>40.0</Value>

<Value>50.0</Value>

<Value>60.0</Value>

<Value>70.0</Value>

<Value>80.0</Value>

<Value>90.0</Value>

</Values>

</LineColorAnalog>

TitleResults for “How to create a CRG?”Also Available in