Rate of change

denofplcs

Member
Join Date
Jun 2006
Location
right here
Posts
1
I have chlorine gas on site. Along with chlorine sensors to alert me of a leak. I would like to write in a rate of change in my plc that can alert me to the fact that the chlorine is leaving the
cilinder fast than it is being feed. I have to cilinders on a scale
so I know the weight.
What I want to do is if the weight is decreasing at a rapid rate
per hour set a bit.
 
The easiest way is to use a timer. After it times out:
Check the weight
Subtract previous weight from current weight
Divide by time interval. The result is rate of change
Compare actual rate of change to feed rate and max rate of
change allowed
Sound alarm if required
Transfer existing weight to register for previous rate
Reset the timer
 
If this is a ControlLogix there is an analog Alarm (ALM) function block that can do the rate of change alarming.

Darren
 
Dash said...
"If this is a ControlLogix there is an analog Alarm (ALM) function block that can do the rate of change alarming."

Likewise for TI... for many years. Welcome aboard ControlLogix!
 

Similar Topics

I am working on a PLC program that requires an analog valve to close a given percentage in a given time in seconds. I give the start position, the...
Replies
22
Views
2,957
Hi All, My question is about how to detect the rate of change in a register and know is it increasing or decreasing, for example I wanna know if...
Replies
11
Views
3,807
Hello, I'm trying to take input from a group of load cells and compute throughput (i.e. tons/hour, kg/hour, etc.). Currently the load cells...
Replies
6
Views
1,633
Good Morning , I'm working on a project that I may need to change the acceleration rate according to which recipe is being ran. I took notice...
Replies
2
Views
2,221
Does GE RX3i have a "Rate of Change" FBD or? I need to alarm on an analog signal that changes to fast or "Spikes".
Replies
1
Views
1,322
Back
Top Bottom