Jump to content

Recommended Posts

Posted
Hey. Thanks for the reply. I was pretty lite on the details. It is a duplex wastewater pump station. The pumps will be controlled by 3 floats. An off float, lead and lag. The lead float locks in the lead pump until the off float drops out. The lag float will pull in both pumps until the off float drops out. The pumps need to alternate after each cycle.
Posted
This sounds amusingly like many a Tech School final project. Let me suggest Zach that you make the first attempt at programming it and post your work. THere are many skilled members here who can provide positive feedback and help you make it better, but few which will do your work for you.
Posted
I've done this before, with 2 pumps and with 3. But I did it in Omron and Mitsubishi, never in AB. Quick tip: Each time lead pump turns on, increment a counter. Make the timer count to 2 and reset itself. That way it will always be 0 or 1. When it's zero, use one pump as lead, when it's one, use the other.
Posted
Sorry, I haven't been checking here much recently. I don't know if you've done this or not by now, but here's my two bits. This is pretty straight forward. When the first high level switch trips, latch in a bit that is used to turn on the lead motor (using a simple seal-in latch rung. I'm assuming you know what a motor starter/seal in circuit looks like). Use the low level switch to drop out the latch. When the second level switch trips, latch in a bit that is used to turn on the lag motor (same as above). Use the low level switch to drop out the latch. Every time the low level switch trips, toggle a bit that determines which pump is lead or lag. That's about it. If you need help, put up what you've got started. Best of luck!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...