Pump sequence logic

dahljf

Member
Join Date
Aug 2008
Location
Molt, MT
Posts
3
I have 4 pumps. I need them to alternate (pump one, two, three, then four). I also need a way to increase number of pumps with demand. I also need a way to disable a pump (for maintenance). Does anybody have a canned ladder to do this. I've seen a bunch of good stuff here but nothing that really meets my needs. Any help and I'll buy the refreshment of your choice. :) Thanks for any input.

John
 
dahljf said:
I have 4 pumps. I need them to alternate (pump one, two, three, then four). I also need a way to increase number of pumps with demand. I also need a way to disable a pump (for maintenance). Does anybody have a canned ladder to do this. I've seen a bunch of good stuff here but nothing that really meets my needs. Any help and I'll buy the refreshment of your choice. :) Thanks for any input.

John

This sounds like a classic example of compressor staging for refrigeration applications. Compressors are usually brought online one first then next time the second, and so on to ensure all compressors have the same run times. During peak loads, one compressor then another can be brought online at the same time to keep up with demand.

I have done this before with old 90s era Modicon 984 plcs. As far as a 'canned ladder' example, all I can say is if you can describe what you want to do with a Logic Flow Diagram ( Flowchart ), then you can figure out for yourself your specific PLC brand of code.
 
I have a three pump sequencer with some of the features you might want.

I am not proud of the logic I ended up with but would be glad to post it (tomorrow at the soonest).

It works :) And, as required by the boss, allows the Micrologix to be completely bypassed by manual/off/auto selector switches.

The three pumps are given a maximum run time, minimum run time, and minimum off time.

My wastewater pit pump sequencer was born on a Tuesday when a Team Leader approached me with, "Hey, Paul, we're adding a third pit pump Sunday." [me, 'Oh really?'] "And we need it to be added to the controls so that it works with the other two, can you take care of that for me? Thanks..." "Oh, and we have to do this while it's running. We can maybe shut it down for about two hours at a time but only on a weekend....and there's no prints, but Bubba has some old books on the level probe..."

The pit level is measured by an antique level probe controller across the room from the motor panel. Demand is in the form of two digital inputs, one for one pump, two for two pumps, and we never run more than two pumps, so that might need to be edited for your purposes.

When a pump is turned off, it is skipped by the sequencer.

I added runtime totalizers too, but have not been back there to go online to see how well balanced they are.

It has been running for a couple months now. I need to go online and take a fresh look at that job soon, as I am sure I can do better with the logic now that I have freshly forgotten it...

Paul
 
OkiePC said:
I have a three pump sequencer with some of the features you might want.

I am not proud of the logic I ended up with but would be glad to post it (tomorrow at the soonest).

It works :) And, as required by the boss, allows the Micrologix to be completely bypassed by manual/off/auto selector switches.

The three pumps are given a maximum run time, minimum run time, and minimum off time.

My wastewater pit pump sequencer was born on a Tuesday when a Team Leader approached me with, "Hey, Paul, we're adding a third pit pump Sunday." [me, 'Oh really?'] "And we need it to be added to the controls so that it works with the other two, can you take care of that for me? Thanks..." "Oh, and we have to do this while it's running. We can maybe shut it down for about two hours at a time but only on a weekend....and there's no prints, but Bubba has some old books on the level probe..."

The pit level is measured by an antique level probe controller across the room from the motor panel. Demand is in the form of two digital inputs, one for one pump, two for two pumps, and we never run more than two pumps, so that might need to be edited for your purposes.

When a pump is turned off, it is skipped by the sequencer.

I added runtime totalizers too, but have not been back there to go online to see how well balanced they are.

It has been running for a couple months now. I need to go online and take a fresh look at that job soon, as I am sure I can do better with the logic now that I have freshly forgotten it...

Paul
Hi Paul,
I'd really like that code. My code is not getting it done. Oh, L D I'm not sure if a 1787 Chateau is a refreshment or an investment property. :)
Thanks for your responses.
JD
 

Similar Topics

i need to control six pump sets. initially 2 pump sets will run after two hours another two will run and later the third pair. 5 bar pressure...
Replies
26
Views
13,625
Hi everyone, I am a newbie and I have trouble in the control sequence. I have a system with 4 pumps. The required: Ex: Push a button to start in...
Replies
21
Views
2,759
Hello there, I'm new to the PLC world, which I found pretty interesting but I'm having some difficulties getting things done for a project of...
Replies
1
Views
2,068
so I have five running times on five pumps When these are started I want to know the start up sequence from lowest running time to highest Then...
Replies
2
Views
1,578
Hello I need help to program pump sequence using Delta CPU 14ss2 (14SS211R) The program in Auto mode will be Cycle A - Pump 1 and Pump 2 Run.(...
Replies
2
Views
1,865
Back
Top Bottom