Allen Bradly Plc 5 Deviation alarms

Join Date
Mar 2005
Posts
3
I am having a small problem with a deviation alarm, I am tring to get my head around what the right formula would be

What i need help with is if a level drops 5000 pounds in thirty second it will set an alarm

any help

Thanks
 
Sounds like you're looking for a rate-of-change alarm rather thsn a deviation alarm. Deviation alarms are only concerned with the magnitude of error in a control loop (difference between setpoint and process).
You will need to obtain the derivative of your level signal and alarm when it exceeds 10,000 lb/min or 167 lb/sec.
 
Programmer-in-training,

Why did you think that you needed a "deviation" alarm? Could it be that you are using a PID block with a type "PD" Control Block (which creates a deviation alarm on the PID block configure screen)? If so, then you have only 3 parameters that you can set with this type of alarm, + Deviation Alarm, - Deviation Alarm, and Deviation Alarm Deadband.

As Gerry pointed out all these parameters are based on the dirrerence between the PV (Process Variable) and the setpoint, and do not factor in a time parameter. If you need an alarm upon a 5000-pound change in 30 seconds, then you will have to create your own equations to calculate it. Hint: you can calculate the change in level divided by some time period as measured with a timer.
 
Last edited:

Similar Topics

Anyone know what these statistics mean or if there is a page that explains it more? I couldn't find anything on Rockwell's website or literature...
Replies
0
Views
61
Hello all, I have an Allen Bradly Logix 5561 which talks to an ethernet card then to a DeviceNet 1756 DNB card which then communicates to several...
Replies
24
Views
7,078
Hello All, new to this board and especially to AB plc's. I was checking to verify the items on the Device Net by using the node...
Replies
0
Views
1,196
So i am looking to install a small AB system to control a unit in my plant and i need to talk with my GE 90/70 (main machine PLC) as simply as...
Replies
5
Views
2,402
Dear Sir, I want to convert my Allen Bradly Ladder logic into Mitshubishi GX Developer, is there any particular software for this or...
Replies
3
Views
2,326
Back
Top Bottom