Help with Proficy ME Alarming Logic

escoplcguy

Member
Join Date
Jun 2010
Location
New Jersey
Posts
191
Hey Guys,

I am working on a project in Proficy ME which i am not very familiar with. I currently have a program with multiple alarms. When an alarm condition is true it triggers a physical alarm buzzer. there is an option to silence the alarm with a button on the screen. Question is, how do i shut off the alarm silence if a new alarm condition happens while a current alarm is still active??

I hope this makes sense..
 
Hi
Each alarm will have an active bit and an acknowledged bit, so 2 bits for each alarm. If an alarm is on, an the ack is pressed, you want to seal in the the acknowledged bit, and use NOT' alarm on to release the seal

Now you can create your buzzer logic which will be if alarm on bit and not acknowledged bit then sound buzzer. You will need the 2 bits for each alarm.

Sometimes it is easier to compare word values to minimise alarm buzzer code.
 
^^^
This example is showing just 2 alarms.
The "Alarm Silence 1Shot" bit comes from the Alarm Acknowledge PB on the panel and/or a PB on the HMI.
The pulse signal is a 2 sec on/2 sec off bit for blinking of the alarm light to let you know Alarms are acknowledged but still present.
 
Last edited:
Each alarm will have an active bit and an acknowledged bit, so 2 bits for each alarm. If an alarm is on, an the ack is pressed, you want to seal in the the acknowledged bit, and use NOT' alarm on to release the seal
 
Each alarm will have an active bit and an acknowledged bit, so 2 bits for each alarm. If an alarm is on, an the ack is pressed, you want to seal in the the acknowledged bit, and use NOT' alarm on to release the seal

Isn't that what my logic does?
 

Similar Topics

So to start off: I have no experience with PLC's, but I'm good at figuring stuff out, but I need some help to know if my PLC is just dead in the...
Replies
2
Views
125
I had a processor go out on a PLC rack. I am trying to use a different processor because that is what the customer had available. Original was...
Replies
1
Views
1,251
Good morning I am working on a 90-30 using Proficy Software. I've had this error come up on a program that I didn't write. the error that comes...
Replies
0
Views
780
Good morning I am working on a 90-30 using Proficy Software. I've had this error come up on a program that I didn't write. the error that comes...
Replies
1
Views
839
Hi everyone. I am writing this post because I need some help to open a backup file belonging to a project made in "Proficy Machine Edition" (GE...
Replies
4
Views
3,748
Back
Top Bottom