7 day timer

thecliffman

Member
Join Date
Nov 2002
Posts
1
I am new to plc programing and I want to run a 7 day timer to control 2 pumps, first 1 pump for 7 days then switch to the other pump for 7 days and so on. Can anybody help
 
Thecliffman

What PLC are you planning to use?

What coding, if any have you done so far?

A bit more information would be helpful

Paul
 
Oh no, not again.....

Search for "FLIP FLOP" in this forum and the archives, and you'll find some code that will get you started. Just change "PB" for a seven-day timer, and you're in business.

You might want to add logic that checks that the lead pump has not failed to start, and to start the lag pump if it has.

"LEAD LAG" might also be a useful search.
 
I have done a 7day timer before using PLC but it does not give a accurate 7 day. For Example I want to turn ON the pump at exactly 7 am every monday. The result is there is a delay in turn ON the pump and the delay become longer every time that the pump turn ON. What I did Is used solid state timer with 1 day duration and input this to the PLC. I used counter in my program to come up with 7 days time.
 
Witch plc's is used? plc5, slc, controllogix?


I suggest you using a 14 days counter. It's more easier for your application.

Your counter must count 0 to 13 days

0 = first sunday //// 6 = saterday
7 = second sunday //// 13 = second saterday

Programmed with a LIMITTEST instruction

First pump run's at days 1 to 5 and the second at days 8 to 12

It makes a Flip Flop

I wish help you
 
Keep it simple

Sounds like a simple control scheme, I wouldn't use a programmable controller for this. Theben http://www.theben.de.com makes a 2 output 7 day programmable timer for about $200.00 (CDN) and it's very easy to program and change your times. I think Luminite Control is the distributor in the US
 
Most PLCs that have a real time clock have a day of the week register you can access. For the A-B SLC-500 and MicroLogix, for example it is S:53. Check your documentation.
 
Why not use a Siemens LOGO? It was designed for exactly what you are asking. For a few hundred bucks, you get the display and multiple cams and multiple clocks. It's modular and uses add-on I/O and standard programming. It can have analog I/O also. Any Siemens Automation distributor can help.
 

Similar Topics

I have some logic that I have written within a 5380 series controller that tracks the time an event is started, while the event is running an RTO...
Replies
2
Views
94
Hi all, I have a simple question that I have overcomplicated and gotten stuck on. I have a variable, we can call it "light" that I need to stay...
Replies
4
Views
328
Question to anyone with ideas about my thoughts on upgrading a very vintage timer, which is being used to switch between 2 5hp domestic water...
Replies
14
Views
442
why my timer only executes once here? After first time i use it, ET stays at 0ms all the time. It is in FB
Replies
5
Views
319
Good morning guys, I'm searching for a Timer relay which accomplishes the "flasher" condition in the photo attached, however, I need the ability...
Replies
2
Views
560
Back
Top Bottom