enable sorting of Alarms in Citect HMI

P

Thread Starter

Prashant

Can someone let me know how to sort alarms in Citect scada . I guess some code needs to be written to achieve sorting .

Does anyone have the code which will enable alarms to be sorted based on priorities .

Prash
10/25/02
 
J

Jacki Wenzlick

Prash,

Take a look at the Example project that Citect supplies. The Alarm page has a button that calls the function AlarmFilterForm(). This sorts on various things, including category. If you use a single category per priority, you could use this code without any modifications. This would only apply to the more recent versions of Citect (5.4x).

Jacki Wenzlick
 
Top