Pump Sequence

asterof

Member
Join Date
May 2007
Location
Califonia
Posts
554
so I have five running times on five pumps
When these are started I want to know the start up sequence
from lowest running time to highest
Then start the pumps in that sequence if the pump run is enabled
If not then that pump is bypassed
How would this best be accomplished
 
Here is my best guess, it may not work.
1st, you would need 5 RTO or retentive timers, one for each pump.
2nd, compare the accumulated value of pump one and pump two for the lowest value, then move the lowest value of the two pumps into the 1st intermediate register.
3rd, compare the accumulated value of pump three and pump four for the lowest value, then move the lowest value of the two pumps into the 2nd intermediate register.
4th, compare the accumulated value of the results of step 2 and 3, then move the lowest value of the results of step 2 and 3 into a 3rd intermediate register.
5th, compare the value of pump 5 to the results of step 4 in the 3rd intermediate register.
6th, that should get the lowest time pump running.
7th, block that pump from the compares and repeat the steps of the process outlined above until all pumps are running.
 

Similar Topics

Hi everyone, I am a newbie and I have trouble in the control sequence. I have a system with 4 pumps. The required: Ex: Push a button to start in...
Replies
21
Views
2,859
Hello there, I'm new to the PLC world, which I found pretty interesting but I'm having some difficulties getting things done for a project of...
Replies
1
Views
2,082
Hello I need help to program pump sequence using Delta CPU 14ss2 (14SS211R) The program in Auto mode will be Cycle A - Pump 1 and Pump 2 Run.(...
Replies
2
Views
1,879
i need to control six pump sets. initially 2 pump sets will run after two hours another two will run and later the third pair. 5 bar pressure...
Replies
26
Views
13,677
I have 4 pumps. I need them to alternate (pump one, two, three, then four). I also need a way to increase number of pumps with demand. I also...
Replies
6
Views
6,371
Back
Top Bottom