Chemical Injection PID Control Help

bfranklin

Member
Join Date
Sep 2012
Location
Alberta
Posts
125
Allen Bradley PLC 5

What operations wants to do is as the Oil Flow rate (0-3000 m3/d) increases more chemical is injected into the flow line, chemical pump can flow between 0-950 Liters/d

How could I do PID control using these 2 parameters?

-The oil flow rate would be the process variable
-The chemical injection pump would be the controlled variable.

What would be the set point if both flows are of different ranges? There is no dedicated set point to try and maintain. Just as the oil flow increases inject more chemical. Tuning will need to be done to get the correct ratio.

Thanks so much!
 
What you mean is called ratio control. This example is for PIDE on controllogix but can clarify what you need to do.
My file is too big even zipped. Please send me a PM with your mail, I'll send you file with explanation.
 
Last edited:
I now get it.
I have never programmed PID ratio control.
Would you happen to have an example in PLC 5 I could go off of.

Thanks
 
branklin, listen to Ron about hot to configure the AB PID. However, the PID is secondary to understanding what is happening in your system.

Since this is a proportional system doesn't it make sense that you could simply use the flow signal and scale it and send it to the chemical injection system? No PID required!!! However this assumes that everything is linear and you have not provided that information. Is the injection system linear? Is the injection flow proportional to the control signal to the injection system. If so you should be able to get extremely close with a simple SCP block. It may not be perfect but it is a good place to start. A simple PI control can be added later if the feed back or injection system is not linear.
 
Thanks for the replies guys.
With my lack of programming experience I was definitely over thinking how to program this.

Thanks again
 
Much of what you can do will be determined by the feedback you have available. Do you have independent flow feedback? Do you have continuous concentration feedback? If you have no feedback available it won't do you any good to implement a closed loop controller.

Keith
 

Similar Topics

Can anyone help me with this project(chemical dosing pump) using logo siemens software: When you press the start push button, it should actuate a...
Replies
59
Views
6,511
Very interesting read and every WTP staffs nightmare. No one ever wants to end up on national news. Instrumentation work distracts staff and...
Replies
12
Views
5,680
Hello, I am relatively new to PLC's and water treatment. I currently working in a water treatment facility as an instrumentation worker. I have...
Replies
1
Views
2,096
We have a wash facility which uses a venturi to draw an iron phosphate chemical from a tank into a high pressure water line running at 160 bar...
Replies
2
Views
1,751
Hi all, I have a horizontal chemical chamber(cylindrical) of length L and diameter D and radius R(D/2). I need to monitor volume of chemical...
Replies
15
Views
3,019
Back
Top Bottom