CitectSCADA 2016 - custom alarm page with CiCode functions

Maciass92

Member
Join Date
Dec 2016
Location
Borlipsk
Posts
3
I'm trying to design a custom alarm page as I'm preparing for a project launch. So far I have learnt that I need to use CiCode functions such as AlarmDsp, AlarmSetInfo etc.

I do have a list of active alarms displayed via AlarmDsp function, but I don't know how to set a proper items to be displayed and formated the way i want. What I mean is, I'd like to display name, descriptions, date and time and priority (category) of the alarms.

I guess I need to use AlarmSetInfo function. The thing is I don't know how to. Could someone exlpain briefly? Or do you have any tutorials on functions or something like that?
 
I still can't find a way to get it working.

Here's the steps I take:

Create CiCode object with a code inside:

Font = DspFont("Helv",10,red,green)
AlarmSetInfo(21, 6, Font)
AlarmDsp(21,24,0)

I update the pages.
When I compile the project I get 2 warnings about Font variable not existing. I've tried creating a local variable, but that doesn't help much.

The font on the alarm list does not change at all.

anyone?
 
Try the obvious - contact Citect Global Support - they are usually very good.
 
I have generally found them pretty good to be honest. Unless things have changed.
 
It's been a long time since I've used Citect.
Can't you adapt the alarm template from the Include project to meet your needs?
 

Similar Topics

How to get part number to get citectScada 2016?
Replies
13
Views
8,971
Hello everyone! I have a question about the allowable syntax for an expression in CitectSCADA. If I wanted an advanced alarm to trigger based on...
Replies
2
Views
931
Hello, Just wondering if it is possible to make internal CitectSCADA project tags available to an OPC server. (Schneider OFS). There are...
Replies
0
Views
917
Hello, This may not be the place for this but im curious of anyone has worked with CitectSCADA 2018 and windows sessions. Any feedback would be...
Replies
0
Views
1,584
Hi Guys, I am still trying to learn citectscada and curious about the how the hmi stores the alarms (active, historical, etc). I could see a...
Replies
1
Views
1,256
Back
Top Bottom