Discrete alarm text color
- Last UpdatedJul 26, 2024
- 1 minute read
The following elements can be specified for a discrete alarm text color animation link.
|
Elements |
Description |
|---|---|
|
Title |
Object name. Optional. |
|
NormalColor |
Contains a color element. Default is rgb(0,0,0). |
|
AlarmColor |
Contains a color element. Default is rgb(0,0,0). |
|
Expression |
Discrete tag. Required. Object is not created if the expression is invalid or missing. |
Example:
<TextColorDiscreteAlarm>
<Title>TextColorDiscreteAlarm1</Title>
<Expression>
<![CDATA[dTag001]]>
</Expression>
<NormalColor><Name>Black</Name></NormalColor>
<AlarmColor><Name>Red</Name></AlarmColor>
</TextColorDiscreteAlarm>
Minimal example:
<TextColorDiscreteAlarm>
<Expression>dTag001</Expression>
</TextColorDiscreteAlarm>