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,193
I'm fairly new to Rockwell software, I've had some basic training in the past but nothing too advanced. My company and I use Reliable products for...
Replies
9
Views
147
Hi all I need help on this As in my project used Schneider TM241 controller. Now I want to communicate Elite energy meter with controller by...
Replies
3
Views
117
Hi all, I am having issues accessing my Cimplicity software - the site code changed after re-install and I am no longer able to attain a new key...
Replies
10
Views
135
Good day all! Can someone help me with the procedure to update Beijers E700 firmware? The Panel I am working on is firmware 2.04v and I would...
Replies
1
Views
54
Back
Top Bottom