Applies To:
  • CitectSCADA 7.0, 7.1 

Summary:

 Alarms that are being viewed on a multi cluster project may not be sorted correctly. This may be the case if the following conditions are met:

  • Multiple clusters are defined in the project.
  • Displayed alarms are not "all configured (non-hardware) alarms".
  • Alarms are not sorted via any "order-by key".

This sorting problem becomes quite obvious when alarms appear to be "stuck" at the bottom of a list of alarms when browsing through multiple pages of alarms.


Solution:
This bug will be fixed in a future version of CitectSCADA. However there are two work arounds:
  1. Sort the alarms via an "order-by key" using the Cicode function "AlarmSetInfo" function.
  2. Modifying the Cicode function "AlarmDsp" to include a cluster name as argument 4. This work around should only be used if you only need to view alarms on a single cluster.

Keywords:
 

Attachments