Rockwell Automation FactoryTalk Alarms and Events Quick Start User Manual

Page 98

Advertising
background image

FactoryTalk Alarms and Events System Configuration Guide

90

• •

• •

10. In the Expression box, type 0, click If and then click Else to add an ELSE

condition.

This completes the THEN condition: “If the number of In Alarm,
Unacknowledged alarms is greater than 0, then animate the rectangle to show the
colors for state 0.”

11. Follow the same process, substituting the necessary selections to add the

remaining two expressions, and then click OK.

If AE_InAlmAckedCount( "*" ) > 0 Then 1 Else

(animates the rectangle to show

the colors for state 1)

If AE_NormalUnackedCount( "*" ) > 0 Then 2 Else 3

(animates the rectangle to

show the colors for state 2. If none of the conditions are true, the expression
animates the rectangle to show the colors for state 3.)

Advertising