Timer

snorky

Member
Join Date
Aug 2002
Location
Hartlepool
Posts
6
Hello all,
I am trying to replace an old eberly plc in our starch kitchen.
Got most of it sorted today but am struggling with a timer.
The agitate cycle needs to change from summer to winter via input from a switch.
Output to be on for 10 mins then off for 30 mins for summer and on 15mins then off 30 for winter. I have a switch on a panel that brings on an input for timed agitate but cannot get my head round how to do the timer.
I am useing RSLogix 500 on a MicroLogix 1200.
It used to be done with an old timer fixed to a relay base in the pannel but it must be possible with the plc.
Cheers
Snorky
 
Assume SWITCH is ON in Summer, T4:0 is the Agitate ON timer



SWITCH +---------------+
------||--------------------+ MOV |
| 600 |
| T4:0.PRE |
+---------------+
SWITCH
------|\|-------------------+---------------+
| MOV |
| 900 |
| T4:0.PRE |
+---------------+

 
timer

Bernie
Thanks for the reply.
Will this keep cycling as long as the input summer/winter is high and the timed agitate input is on.
It needs to come on for a given time then go off for a given time continusily whilst the timed agitate input is on. The time differences change depending on summer/winter
Sorry if I did not make this clear.
Cheers
Snorky
 
Set up T4:0 and T4:1 as 1 second timebase timers



Agitate Input T4:1/DN
----||----------|\|---+----+----------------+
| TON |
| T4:0 |
| (Preset) |
| (Current) |
+----------------+

T4:0/TT Agitate
-----||--------------------------( )--------

T4:0/DN
-----||-------------------+-----------------+
| TON |
| T4:1 |
| 1800 |
| (Current) |
+-----------------+


 

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
89
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
308
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
434
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
311
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
556
Back
Top Bottom