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,185
Hi, We have an application that has a device that goes through a reboot (appears un-graceful) What then happens is the MVI module appears to hang...
Replies
0
Views
49
I am completely stuck on building a ladder program that requires a start button to be pressed 3 times to turn on motor 1. Then motor 2 starts...
Replies
20
Views
489
Hi all, i am the new controls guy at the plant and i have inherited a pc from the previous controls guy with Siemens tia portal version 16 and 17...
Replies
13
Views
402
Hello, I am trying to get a Yokogawa Hart pressure Transmitter and a Rosemount Temp Transmitter to read on a 1769-IF4 module on an L33ERM...
Replies
10
Views
348
Back
Top Bottom