Citect Alarm Logging Custom Fields

funfrok

Member
Join Date
Feb 2006
Location
Istanbul
Posts
11
Hello,

I use SQL device for alarm logs. Alarm logging function works, records for alarms being on,off and acknowledge are created in sql table. I'm using sql file format as:
{LocalTimeDate,25}{OFFDATE,15}{OFFTIME,15}{DeltaTime,10}{AckDate,15}{AckTime,15}{Name,70}{SUMDESC,120}{Priority,3}{FullName,35}{UserName,50}{Area,5}{Category,5}{CUSTOM1,64}{CUSTOM2,64}{CUSTOM3,64}

All fields are recorded successfully except CUSTOM1,CUSTOM2 and CUSTOM3 fields. I tried casing like "Custom1", but it didn't work. Empty string is recorded for these fields. I'm using timestamped alarms with CUSTOM1,CUSTOM2 and CUSTOM3 fields not empty.

Do you know how to record these fields?

Thanks
 
Hello,

I use SQL device for alarm logs. Alarm logging function works, records for alarms being on,off and acknowledge are created in sql table. I'm using sql file format as:
{LocalTimeDate,25}{OFFDATE,15}{OFFTIME,15}{DeltaTime,10}{AckDate,15}{AckTime,15}{Name,70}{SUMDESC,120}{Priority,3}{FullName,35}{UserName,50}{Area,5}{Category,5}{CUSTOM1,64}{CUSTOM2,64}{CUSTOM3,64}

All fields are recorded successfully except CUSTOM1,CUSTOM2 and CUSTOM3 fields. I tried casing like "Custom1", but it didn't work. Empty string is recorded for these fields. I'm using timestamped alarms with CUSTOM1,CUSTOM2 and CUSTOM3 fields not empty.

Do you know how to record these fields?

Thanks
{DATE,20}{TIME,20}{EQUIPMENT_ID,20}{ALARM_NAME,80}{USER_ID,100}{ACK_DATE_AND_TIME,50}{ACK_STATUS,10}{COMMENT,10}




Hello,

I have configure some digital alarm and thats alarm i have to Log in SQL using cicode but when i am trying to this this it cant work please can any one help me for the cicode for alarm log in SQL.
in the SQL table i want
{LogDate}{LogTime}{EqId}{AlarmName}{AckDate}{AckTime}{Comment}

in which EqId is my plc name in string whatever i will deside.

please give me a sample of the cicode for this

regards,
Chetan Patil
+91 9637138565
 

Similar Topics

Hello, First of all, I hope everyone is doing ok. I need to create a custom alarm and summary page in a citect scada project. I wanna utilise the...
Replies
0
Views
1,140
Hello. I am using vijeo citect 7.40, I want to acknowledge alarms through a physical push button. Can anyone help me regarding this
Replies
3
Views
2,622
i have a problem with vijeo citect 7.2 alar, server stopped and not shown the alarms when i a in run time mode . what i can doooo to restart alarm...
Replies
0
Views
1,934
Hello all, I'd like some advice on how to write the unacknowledged alarm count from Citect 2015 into a ControlLogix PLC. Cicode is relatively...
Replies
3
Views
2,278
Hello, I have configure some digital alarm and thats alarm i have to Log in SQL using cicode but when i am trying to this this it cant work...
Replies
0
Views
2,543
Back
Top Bottom