iFIX 5.5 alarm area counters out of sync

shanefaulkner

Member
Join Date
Oct 2009
Location
Buffalo, NY
Posts
56
iFIX 5.5. We have alarm count database tags with SIM driver and I/O address = "C:AREA-SD:ACK" which is suppose to count the acknowledged alarms in the AREA-SD alarm area. The problem is some of the counters are showing a value >0 when there are no tags in alarm (acknowledged or otherwise) in that area.

A reboot solves the issue temporarily but the problem always returns.

I am thinking a load empty database, clear alarm areas database, and a re-import of all tags might help but that could be tough to schedule.

Just wondering if anyone has seen this and knows of a solution.
 
Yep, we have had the same issue all the way up to the new 6.x versions (no fix yet). Redundancy just makes it much worse (especially on a failover).

Our name for iFix is "iBroke uFix"

EDIT: We do not need a reboot to fix it. Just ack all alarms on the server itself. Login to the HMI on the actual server and spam the ack button. It may take a few tries, and then wait a couple minutes and try again if the alarm counter is not to 0 yet. Especially on a failover, sometimes the alarm counter will re-increment after a couple minutes with alarms that do not exist.
 
Last edited:
Yep, we have had the same issue all the way up to the new 6.x versions (no fix yet). Redundancy just makes it much worse (especially on a failover).
Please tell me you're joking. This still not fixed????



EDIT: We do not need a reboot to fix it. Just ack all alarms on the server itself. Login to the HMI on the actual server and spam the ack button. It may take a few tries, and then wait a couple minutes and try again if the alarm counter is not to 0 yet. Especially on a failover, sometimes the alarm counter will re-increment after a couple minutes with alarms that do not exist.


On a failover, usually I'd have to revert the server that was master back to master so that they'd clear.
 
Happens with some frequency, always when the database gets disturbed through online editing or redundancy.
If memory serves.... look in database for the New Alarm Field and set them all to NO. That should clear the counters or at least show you the alarms being counted.

I'm using v2022 and it still does this.
 
tag AREA-SD_ACK has SIM I/O address C:AREA-SD:ACK and has current value = 4.

Query all tags with any alarm area = "AREA-SD" and it returns 6 tags, all of which have current alarm = OK and New alarm = NO.
 
My query for Ghost alarms is:

{Tagname} = "*" AND {NEW ALARM}="YES"

If that doesn't get there, I might not be clear on the issue. I don't use SIM for anything so maybe it has additional fields.
 
Last edited:
Misspoke earlier: Query of New Alarm = "YES" returns nothing.

The first part of the suggested query Tag Name = "*" and New Alarm = "YES" is redundant, but I tried it anyway. No tags reported.
 
Misspoke earlier: Query of New Alarm = "YES" returns nothing.
I assumed as much

The first part of the suggested query Tag Name = "*" and New Alarm = "YES" is redundant...
You would think so but in my experience, missing the tagname portion of the query will not give you any results at all. I found that an annoying requirement indicative of GE making things Almost Right.

Perhaps that got fixed in a SIM at some point if you are getting results without it. Habit on my part then.

I'm out of ideas then.
 

Similar Topics

Hello, in iFix I want to do a boolean calculation with two values, and generate an alarm if the result is true. The calculation in my BL block...
Replies
3
Views
2,181
Hello, I have an iFix system with two redundant servers and a few clients and the alarm system is set up in a way where iFix sends over the...
Replies
5
Views
3,418
  • Poll
Dear Sirs, We have iFIX 3.5 Dynamics running at Windows XP, connected to a PLC5 Since last month, the alarm text and its tag are not shown at...
Replies
2
Views
2,135
Need to make the summary column width fixed seems to change based on the data also need to make it always display three rows I remember you used...
Replies
0
Views
2,160
Can anyone show me a script to attach to a button on the alarm page that would print the active alarms as seen on the screen? (it looks simple...
Replies
0
Views
2,321
Back
Top Bottom