Help with Lead Lag/rotation ladder logic

sombra

Member
Join Date
Nov 2019
Location
NH
Posts
2
Hi,
Im currently working on programming a Modicon TM221 PLC.
I'm using Machine expect Basic/Somachine, I'm having a hard time programming lead lag with pump rotation.

I have 4 vacuum pumps, If lead pumps run continuously for more then 5 hours then it will automatically sequence the pump attempting to evenly distribute the run time among all available pumps.

Any help will be greatly appreciated!
 
Well first thing you will need to do is establish the order the pumps will run. So you will need to decide which one is Lead, Lag1, Lag2 & Lag3. Do you have a HMI that you can use to select which one is which?


Once you have that established you can start on Lead when it reaches 5 hours of run time switch to Lag1. Then when it runs 5 hours switch to Lag2 and so on.



You may need to add logic for alarms and no start situations but this should get you going.
 
No HMI, but they are on a Switches that has 3 positions, Off,Hand,Auto.
all in Auto position so that the PLC can control the system.
 
One thing often overlooked on any "rotation" scheme is that you are balancing the run-hours.


If a pump requires some form of maintenance at XXXX hours, say shaft seal replacement and the like, then they will all come up for maintenance at roughly the same time, which the maintenance team are not going to like.


Whenever I do any rotation scheme I usually introduce an initial run period for the lead pump, a shorter initial run period for lag1, etc., so that the maintenance requirements are spread out. Once you've got them "out-of-sync" cancel the initial run periods, and then go to a true "rotation" scheme.
 

Similar Topics

Hello all, I have a triplex pump skid, which they want up to 2 pumps to operate and the other to be on standby. I am kind of racking my brain on...
Replies
7
Views
2,205
please help me . I have to make this ladder diagram and I can’t figure it out :(
Replies
8
Views
47
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
9
Views
124
Hello, I am trying to replicate a piece of logic on the PLC5 onto an SEL RTAC. I am using ladder on SEL and FBD. I am having issue on the ladder...
Replies
10
Views
119
Back
Top Bottom