Help in developing this ladder logic!

hisaurabh

Member
Join Date
Dec 2012
Location
Mumbai
Posts
14
Hi,
Help me building this logic in AB’s ladder logic format. I have ControlLogix PLC.
In field, I have three pumps connected in series. Say Pump-A, Pump-B, and Pump-C.
Every time “START” bit goes TRUE, two of the pumps should start but not the third one.
In below combination:
START = Start (Pump-A and Pump-B)
START = Start (Pump-B and Pump-C)
START = Start (Pump-C and Pump-A)
And then again… same cycle repeats.
Please note that I have only one “START” bit … I mean, had there been three different “START” signals I could have placed them to start in above combination. Every such START command will stay TRUE for 4 hours and then will remain FALSE for one hour. Then again START command for 4 hours…and so on. BUT EVERYTIME THIS START COMMAND COMES; PUMPS SHOULD START IN ABOVE COMBINATION ONLY.
This logic is because I do not want same pair of pumps to run all the time and get heated.
Please help in developing this ladder logic.
Thanks in advance,
Saurabh
 
What you are looking for is "Pump Sequencer Logic"
Googling the above search term will give you some good info.
Here is another thread with the same and a sample program:

http://www.plctalk.net/qanda/showthread.php?t=41143

You should also have switchover to a good pump if a running pump fails.
Thanks! I did do a search for that.. there are many such interesting logics available! A lot to learn from...
 

Similar Topics

this a program to send data to barcode printer I want to integrate a new printer in a new machine and i wanted to adapt the old prgram on it but I...
Replies
2
Views
69
So i've been at this for a long while, i have Citect Scada 2018, i have full access to everything but i can't seem to find any option or...
Replies
0
Views
50
Hi all, hope you are having a great day, I am in need of your help to create a AOI or program that does this kind of job: I have a IO Link...
Replies
24
Views
420
please help me . I have to make this ladder diagram and I can’t figure it out :(
Replies
12
Views
359
Hi Everyone, i was hoping for a little help with this module. i have data that needs to be read from a different plc through the Modbus plus...
Replies
11
Views
237
Back
Top Bottom