Citect-Alarm Display

D

Thread Starter

deepu v

I am using citect scada for my project. I want to display a particular catogary (Cat No 5) of alarms in one alarm page. Now I am using following
cicode for that

AlarmSetinfo(48,2,5);
AlarmDsp(48,24,0);

But there is a problem with this. If already displayed alarm happened again, instead of displaying new one it is overwitting the existing one. But I wants to display both in that page.

Regards
deepu
 
Top