sump pump help

cump61

Member
Join Date
Jan 2013
Location
Ill
Posts
5
Hi everyone,

Okay here is my question,Im trying to write a program with AB logix ladder.I want to control a sump pump at work with a slc500.I want it to turn on when the water level is at three feet in the pit and shut off at one foot.Im going to put in a manual on-off switch and alarms for high water,this part I have figured out.But Im not sure what to use to control the levels?
 
Is this real or a school project?

Think compare ( GEQ/GRT) instructions if it's for school.

Do you have an analog input that represents the level?
 
Last edited:
I am not sure the question is regarding software or hardware,

Hardware

If your water level criteria is not very stringent, a couple of float switch will do the job, else go for analog options

Software

As Mickey mentioned if you are going to analog, then all the compare instructions are there to help you.

But if you are going with digital options, then a basic ladder - 'if then else' is good enough

Regards
 
But I'm not sure what to use to control the levels?
You only have mentioned ONE device that can control the levels: the sump pump. That is what your PLC output should control. The rest is logic details of how to make the pump go ON at high level and go OFF at low level. HINT: Use a pump seal-in contact.

(As with most beginners, you are concentrating on the input devices, and totally ignoring the one thing that you have available to perform the job, do the action, pump the water.)

Think in reverse: The water has been pumped out. How did I turn ON the pump when the level was high? How did I keep the pump running when the level was not high? Now how did I turn OFF the pump when the level was low?
 
Last edited:
The pump output is implied; but I see what you mean, Lancie1. A struggle over inputs, when there is only one output, "the pump" given.

Using level switches is the easiest part. It's a simple one-rung problem.

ETA: I see he posted about "controlling the level". That's output. PID? straight start-stop? different rates of flow?
 
Imagine this: The Pump went on (started running), pumped out the water, then stopped.

What would have caused The Pump to start?

What would have kept The Pump running?

What would have stopped The Pump?

The pump output is implied;...
I ask to be allowed to respectfully disagree. The Output should never be thought to be implied. It could be a Fan output, or a Heater output, or something else, or nothing. In which case the water would never get pumped. That tiny little first step is so unnoticable that it usually gets overlooked in the rush to a solution: Pump the water. It is the same method that a taekwondo senior uses to break a bunch of boards with his hand. He first visualizes that he has broken the boards. After that, it is a matter of applying the proper techniques.
 
Last edited:

Similar Topics

I am controlling a very tight window in a 8 foot sump. My low level to keep from cavitating the pump is 44” and my high level is 55”. The problem...
Replies
9
Views
2,067
Hello, I am struggling to put these requirements in to ladder logic since I am learning on my own: If phase "X1Sump" is selected, enable the...
Replies
3
Views
1,933
I have a pretty simple question I believe on setting up a sump pump control box. I have a sump pump that is 120/1 with a thermal overload...
Replies
2
Views
3,327
Hello all, I am very new to plc programming and have been watching videos, and reading up on them. I have a beginners class Mid March. I have a...
Replies
14
Views
6,795
Hi, I have a basic sump tank with a hi level float and a lo level float. I want to control the level of this sump using a pump that is pumping...
Replies
10
Views
3,206
Back
Top Bottom