timers on a plc

squidley

Member
Join Date
Sep 2004
Posts
3
i am trying to have a plc turn on a timer for 1 minute and off for 4 minutes and be able to do it on 4 differnt outputs with 4 differnt inputs controling each output
 
Well, Squidley's profile indicates he's not a student, so I'll try to be a nice guy (this really HURTS!) and get him started.

What you want is a repeat cycle timer. Use the input to enable a Timer 1. Use the done bit or contact from Timer 1 to operate Timer 2. Use the done bit from Timer 2 to reset Timer 1 and Timer 2 and operate your output.

There are millions of ways to do this (well, at least more than one). Post some code, and include specific application and PLC model info, and you will get more help.
 
thanx for all your help i have had some plc training but it was awile ago and never was able to apply it to my trade. the plc i would like to use is allen bradley micro logics 1000.i do have the software and cables. the project i am working on is a aeroponics system that i want to split into 5 differnt section but use the same pumping system to operate each site 1 minute on 4 off per section. am i trying to do this in the right matter thanx for all your help.i have bought the book from personal plc tutor and can write some program
 
millions of ways

Hi squidley as Tom said there is more than one way to do this here`s 1. You turn on your pump at the same time start T4:0 timing 1 sec. preset 300 (300 = 5 min.)
now if T4:0.ACC < 61 turn on your 5 valves
when T4:0/DN =(is done) let B3:0/0 osr B3:0/1 have the contact off of this relay in series with your first rung this will start it all over. The help in rslogix is good use it . I may not have completely understood what your trying to do. If this doesn`t help you may have to explain in more detail. :site: đź“š
 
plc timers

basicly i just want to turn one of 5 sections 1 minute each in series kind of like your lawn sprinklers have differnt zones because there is not enuff water pressure to do all at once
 

Similar Topics

Hi everyone I am using Winproladder software for programming FATEK FBs PLCs and in programming, we often use Timers for activation of the...
Replies
4
Views
659
Dear all, I want to use the interrupt service routine in FATEK PLC using WinproLadder Software. I had configured the interrupt in software as...
Replies
17
Views
1,628
Dear all, I have some query about the use of Timers in Fatek PLC Module by using WinproLadder Software. I am trying to use one timer instance in...
Replies
7
Views
1,343
sampling data. I will probably use this in a magazine article.
Replies
18
Views
8,458
Hey there all. Student in training here. I have a kind of dumb question about Click programming. How do I have an input (momentary push...
Replies
7
Views
2,150
Back
Top Bottom