First In First Out and Sequencing

jerkss

Member
Join Date
Nov 2010
Location
malaysia
Posts
2
Hi all,

I'm new to the PLC world and i'm currently using Schneider Electric Unity Pro XL software. I need advice or sample programming on the problem below.

there are 3 demand and 3 pump (Pump A, B and C). Each demand will start 1 pump and if there is 2nd demand coming in, then the 2nd pump will turn on. If one of the demand is turn off, then the first pump will turn off and then if the 2nd demand is turn off, then the 2nd pump will turn off, following the FIFO rule. Then, if there is new demand coming in, the demand will turn on Pump B instead of Pump A or C.

Anyone have idea on how to write it?

Attach is my program in DFB
http://www.4shared.com/file/SEJKqBjU/test1.html

Please help...
 
Last edited:
use rising edges of run feedbacks to set internal bits giving you indication which pump was started first, second, and third. This way you will know which pump must start or stop next
 
counting running time can be a wise idea too

you start the pump with the lowest life runtime and stop the one with the higher actual runtime
 
thanks for reply,

meaning, taking the rising edge on which pump to start first to determine the next pump to be start..
thanks
 

Similar Topics

Does anyone have sample logic with conveyors that start and stop according to product on the line?
Replies
1
Views
97
Hello, I am struggling to figure out some logic. I have an analog pressure sensor coming into the PLC and would like to have multiple timing...
Replies
4
Views
150
One of my customers builds equipment with a MicroLogix 1100 using a program I wrote some years ago. Now he wants to transition to a Micro 820...
Replies
1
Views
1,856
Well Gentlemen, once again, I am trying to figure out how to do something in Logix, and I cannot seem to get it to work like all the YouTube...
Replies
13
Views
2,929
I need to make a sequence of lights flash on and off in automation studios using AB PLC. I have to use timers and counters. The required sequence...
Replies
51
Views
13,499
Back
Top Bottom