Chemical Dosing

sandymax

Member
Join Date
Nov 2004
Location
India
Posts
112
Hello all,
I am working on Water treatement project i need to prepare logic for Dosing Pump
the system has two Dosing pump they having Storke & Speed chartestics
Now i need to add Chemical as per Flow rate does nay one have AExp on it.
Pls Explain How it will be achived in ladder (Math calculation)

The PLC has AO 4 -20 mA

Best regards
sandymax
 
The PLC is having AI for Speed as well as Lengh

also AO for Speed and Length

Pls let me how to achive it?

Thanks
sandymax
 
This is not easy to achieve with a math calculation. You need to make a "look up" data table using the output graph that should have been supplied with the dosing pump. Then monitor the flow rate analog input and set the stroke length and stroke rate from the entry table that is nearest to the dosing output you need.
If the PLC supports indirect or indexed addressing then use this to point to the correct entry in the look up table.

For instance assign the flow rate a value x from 1-100, then the address for the dosing level will be e.g N10[x] so if the flow rate is 43, the dosing amount will be held in address N10[43].
 
In the modicon use the LOOKUP_TABLE1 function block, input the points from your dosing pump graph and the table will convert your stroke into volume. From this you can work out how much to use for a certain process flow rate. I am only just starting with modicon PLCs so this is just from reading the help files.
 
The systems we've done leave the stroke set by the chemist, and we just use 4-20ma to control the speed of the pump over the range that the flow can go.
 

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,477
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,093
We have a couple LMI chemical dosing pumps that are pumping caustic and sanitizer into a couple CIP tanks. I would like to know if there's a way...
Replies
6
Views
3,032
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,675
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,750
Back
Top Bottom