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,234
Hello, I need to write the following program in Ladder language, but I could not integrate the Fibonacci sequence into the ladder. Can you help...
Replies
14
Views
208
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
4
Views
157
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
54
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
26
Views
483
Back
Top Bottom