Pump Sequencer..Will this work?

MiPilot

Member
Join Date
Nov 2009
Location
Michigan
Posts
27
I am working on a simple pump sequencing system where I have two sets of floats to control three pumps.

I have one set of floats set low and the second set set hight in the pit. Normally the lower set will be sufficient to handle the pumping task but during heavy rainfall I need to run all three pumps.

This is what I am trying to accomplish: Lower floats will run the pumps 1, 2 and 3 individually but in a sequence. So if the floats call for the pump to run it would start with pump 1 until caught up - shuts off - then sequences to pump 2 for the next run, then pump 3 and reset back to pump 1.

I am trying to use a counter to accomplish this but am a novice at programming.

High level floats will run all three pumps with the low level floats for off control.

It was requested that a bypass switch be available to manually run all three pumps with eh lower floats for control.

I also have a simple indicator light to show when the pumps are running.

Will this work?

Btw.....This is in Click

Thanks, Steve
 
You will want to use compare instructions to look at the current count value (CTD1). For example, CTD1 = 2 will be ON when the current count is 2. Use these in place of your CT1, CT2, and CT3 contacts.

Also, your multiple use of the OUT Y004 will work in this case, but search for 'double coil' on the forum to learn why you shouldn't do this.

I'm not exactly sure how your floats are wired, so I don't know if the first 2 rungs will work properly.

🍻

-Eric
 

Similar Topics

Hi, I would like to assemble a simulator/practice booster pump system that uses PID to maintain steady water pressure under various outlet demands...
Replies
0
Views
82
I've gotten to the learning curve where I can program a call for pump to come on at set point but I'm not sure how to turn the same pump off when...
Replies
1
Views
131
Hey Guys, I was looking for a little help on a school project. I was asked to program three pumps with two inputs, more and less. The project...
Replies
23
Views
2,515
My department has been tasked with writing the program for a 4 pump lift station that alternates all four pumps (one lead, one lag, two on...
Replies
4
Views
1,077
So I very much new to doing ladder coding I have a pump with a Stop float switch that stops the pump when a sump is low. I want my manual run mode...
Replies
13
Views
1,391
Back
Top Bottom