Applies To:
  • CitectSCADA 7.0
  • CitectHMI 7.0

Summary:

After I configured Priority in the Alarm Categories, on the alarm summary page, the display order does not change as the help file suggested, i.e.: display the alarm entries based on priority first, then time.

 

Solution:

You can add a button or on page entry event with the following Cicode commands:

AlarmSetInfo(250,10,"{Priority,1}{Time}")
AlarmSetInfo(250,9,1)

Note: 250 is the starting AN for alarm display, this need to be changed according to your project.

 

Keywords:
 

Attachments