How To Program Pumps

AzCtrlEng

Member
Join Date
Aug 2011
Location
Phoenix
Posts
20
I am new to PLC programming. I am using a ControlLogix processor with the RSLogix 5000 software. I have a station that has a water tank 0-100% full. There are six discharge pumps. I need to program the discharge pumps to come on at certain tank levels. The pumps need to rotate in the start sequence i.e.

First Start 1, 2, 3, 4, 5, 6

Next Start 2, 3, 4, 5, 6, 1

Next 3, 4, 5, 6, 1, 2

etc

But also only a certain number of pumps need to run based on the tank level so lets say...

Tank Level = 20% Run only 1 pump
Tank Level = 40% Run only 2 pumps
Tank Level = 50% Run only 3 pumps
Tank Level = 60% Run only 4 pumps
Tank Level = 80% Run only 5 pumps
Tank Level = 90% Run only 6 pumps

So there is a rotation between the pumps that are needed to run. Also, each pump has to be checked to see if it is in Auto mode and if it is not then it should be skipped and not be part of the sequence.

I hope this makes sense. I have to idea how to accomplish this but I am sure it has been done before lol. I appreciate any help that can be provided.
 
I think most of the members on here like to see what you've got programmed first and then make comments/corrections on it as you go.

Post it up...
 
I am sure it has been done before
Ya think?
I am not a big fan of equal run time it usaly ends up with everything breaking down at once. just somthing to think about. maybe cycle half at the first 3 set points as a group and the others could cycle with the lessor used setpoints. giving you time between failures to maintain or replace pumps motors and seals.
 
I think most of the members on here like to see what you've got programmed first and then make comments/corrections on it as you go.

Post it up...

I haven't got anything programmed on this station yet. I am not sure where to begin with it or how to accomplish this.
 
Ya think?
I am not a big fan of equal run time it usaly ends up with everything breaking down at once. just somthing to think about. maybe cycle half at the first 3 set points as a group and the others could cycle with the lessor used setpoints. giving you time between failures to maintain or replace pumps motors and seals.

Yea I don't think equal run time is the greatest either but it is not my choice, it is a requirement.
 

Similar Topics

Here is some pictures about 2 pumps control with plc ..include real program . This picture has shown ..Testing by program before installation at...
Replies
2
Views
13,342
Hi all, I am having issues accessing my Cimplicity software - the site code changed after re-install and I am no longer able to attain a new key...
Replies
10
Views
135
Posted this to Reddit with little success, so I figured I would share it here as well. Very new to PLCs, but figured I would give it a shot to...
Replies
0
Views
111
Does anyone have RSLogix 5000 ladder diagram program of tank leveling (factory IO). Fill valve, discharge valve, set point, level, etc? I looked...
Replies
2
Views
148
Back
Top Bottom