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

AVEVA™ InTouch HMI

Horizontal percent fill

  • Last UpdatedJul 26, 2024
  • 1 minute read

The following elements can be specified for a horizontal percent fill animation link. A horizontal percent fill animation link cannot be used with an orientation animation link.

Elements

Description

Title

Object name. Optional.

FillDirection

Left, right. Default is right.

FillColor

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

FillMin

Value at minimum fill. Default is 0.

FillMax

Value at maximum fill. Default is 100. Must be more than the minimum fill.

FillMinPercent

Minimum percent to fill object. Default is 0. Range from 0 to 100.

FillMaxPercent

Maximum percent to fill object. Default is 100.Range from 0 to 100. Must be more than the minimum percent fill.

Expression

Analog tag or expression. Required. Object is not created if the expression is invalid or missing.

Example:

<PercentFillHorizontal>

<Title>PercentFillHorizontal1</Title>

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

<FillMin>0.0</FillMin>

<FillMax>100.0</FillMax>

<FillMinPercent>0</FillMinPercent>

<FillMaxPercent>100</FillMaxPercent>

<FillColor><Name>Purple</Name></FillColor>

<FillDirection>Right</FillDirection>

</PercentFillHorizontal>

Minimal example:

<PercentFillHorizontal>

<Expression>aTag001</Expression>

<FillDirection>Left</FillDirection>

</PercentFillHorizontal>

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