Dosage pumps

briana banks

Member
Join Date
Jul 2005
Posts
242
Hi

i have a dosage pump with rate that can be adjusted between 12 and 125 impulses per minute .

i want to operate it externally with 2 timers(on and off)

suppose i want to get 50 impulses per minute.

so (60/50) = 1.2 sec per impulse.
1.2/2 for timer on
1.2/2 for timer off

am i right?

Thanks.
 
What kind of pump are you using?

Most of the dosing pumps I use will accept a pulse input (often used with flow meters) or a 4-20mA input. A 4-20mA input is the easiest way to adjust the speed of the pump. Some pumps have a fixed 4-20mA speed range, others allow you to adjust the speed range.
 
When I see 'dosage pump' I tend to think 'medical'. If this is so I would not attempt in any way to modify the manufacturer's original controls.

If not for medical then try to get specific information on the type of signal needed. It may be that a sustained 'ON' would be incorrect.
 
Hi

It is not for medical purposes,but for controling pH.
there are 2 dosage pumps. one inject acid the other one inject base.

Since AO card are pricy,we preffered to use pulses
like water meter.we give the pulses externally.

the rate is adjusted as described above.
 
Last edited:
briana banks said:
Hi

i have a dosage pump with rate that can be adjusted between 12 and 125 impulses per minute .

i want to operate it externally with 2 timers(on and off)

suppose i want to get 50 impulses per minute.

so (60/50) = 1.2 sec per impulse.
1.2/2 for timer on
1.2/2 for timer off

am i right?

Thanks.
If a pulse is the ON state of the pump the calculation above would give you 50 pulses of acid or base per min.
 
CaseyK said:
What PLC are you using.

Some branks have AO that isn't so pricey.

How many I/O do you need in a typical application.

But then, if you are locked into AB.....

regards.....casey


yeah,I am locked into AB.....:)
The problem is that pH PID control can be problematic.
 
Dont forget that you dont need a symmetrical pulse, the dosing pump only needs to see the rising edge. Use a TON with a cut-throat NC DN. bit that will pulse on for 1 scan, to start a fixed time period TOF. Set the TOF delay to the minimum pulse required to stroke the pump once. This way you only have to vary the TON timer period to give your strokes per minute.
 
Your math is correct. Assuming the pump interface will take one pulse and turn it into one injection cycle you will get what you want.

My question is:

Originally posted by briana banks:
i want to operate it externally with 2 timers(on and off)

Do you mean you are sending the pulses to the pump using two freestanding hardware timers external to the plc? If you are, how do you change the timer presets dynamically if you determine you need to change the injection rate?

Are you doing a continuous acid or base feed or do you inject a specific amount of one or the other to bring the pH into your target zone based on a previous pH measurement?

Keith
 
I agree that timed control will work better than PID for pH control. You are essentially creating a repeat cycle timer. I've done it both with hardware and PLC timers.

I assume you are going to have variable dosage control. Do your calculations for the required dosage as your example indicates, and MOV the result into the timer presets for both the off and on timers. You need two timers, one for the Pump On cycle and one for the Pump Off timer. The DN bit of each timer will run the other timer.
 
Hi All
Are you doing a continuous acid or base feed or do you inject a specific amount of one or the other to bring the pH into your target zone based on a previous pH measurement?

I'm doing a continuous acid or base feed.the timers are
NOT external to the plc(sorry about the misunderstanding..).


Use a TON with a cut-throat NC DN. bit
what you mean by "cut-throat NC"?
I use 2 timers one for ON and one for OFF.
i use a fixed time for the ON state and change the OFF delay
according to the pulse rate (pulse per minute)

what is the best algorithm for pH control
how to calculate the "equivalent point"?

Thanks:)
 
I've done this two different ways. We use dosage pumps for the same reason. Since our pH changes slowly the first way we accomplish the task is to energize the dosage pump for 10 seconds then wait 3 minutes and check the pH level again. We do this until the pH is in the correct spot. This works for our 1000 gal washer tanks. The other way is to use a PID loop and take the output and compare it to a continously cycling timer. I will use one timer that always counts to 60 seconds. If my output of the PID is at 75% then I run the pump while the timer ACC is between 0 and (75% * 60 sec)=45. If the PID calls for a 10% output then the dosage pump will only be on between 0 & (.10 * 60sec)=6. This way will maintain the pH more consistantly.
 
I have never done pH control so this may seem a naive question.

If you have a known actual pH and a known target pH doesn't the difference of pH in a given volume of material demand a specific volume of acid or base to get to the correct pH? Or does material composition have a large enough affect on this equation that a calcualted correction won't work?

Keith
 

Similar Topics

Hi All I have Dosage pumps with 145 pulse/minute at max speed. at that point flow is 48 l/h @ 50 Hz. How do i calculate the volume per pulse...
Replies
1
Views
2,129
Hello, All dosage pumps I have ever used has a 4-20mA command signal and seperate supply. Now, the customer has a pump with a 24 Volt DC...
Replies
1
Views
1,621
dear all.. i am designing the Sea Water Intake pump which the 4 pumps will be operated parallel, and 1 pump will be as stand by pump The pump data...
Replies
3
Views
157
Hello Guys, I have tried the programming but can't twist my mind to make it work correctly. I'm using S71200 and TIA Portal. My system has...
Replies
1
Views
200
I have been reading everything I can find on the P_LLS the last 2 days but I am still having trouble understanding how the P_LLS swaps beyond 2...
Replies
9
Views
580
Back
Top Bottom