sequencing FIFO blowers

Chado613

Member
Join Date
Mar 2005
Location
Kingston
Posts
79
I have a project with blowers to be sequenced to operate in a "round-robin sequential ring" arrangement. A FIFO array will be used to program the blower sequencing. The last blower to come online will always be the controlling blower.


When a blower needs to be brought online, the blower next in sequence will be brought online and become the controlling blower. When a blower needs to be taken offline, it will always be the blower at the top of the FIFO array. This blower will automatically be added to the bottom of the FIFO array to form the circular queue. And index will be used to reference the controlling blower in the array.

I am pretty much stumped and looking for ideas where to start, Any ideas are much appreciated !!
 
I guess it is, Its just described as FIFO in the sense that the First blower turned on is the first blower turned off I guess
 
Not quite the same but look
Cyclic Request Handler
Designed for a finite number of users of the resource, who request use of the resource via a boolean flag. They remove that flag when their demand no longer exists, that is when the requirement is over. The method guarantees First come at most Nth Served where N is the number of clients. But it avoids needing any form of queue and could easily be implemented in a PLC.
 
Is there any intent to have more than one blower online at any time? Or is this intended to rotate the usage, and wear & tear, on each individual blower, one by one, over time?

For sequencing and rotation purposes there have been many discussions on this over the years. I'd recommend starting at this thread which might shed some light on how to approach your problem.

If you want to add not just sequencing but a changing order of call up for duty purposes in the event of more than one device being required, that starts to extend the project just a bit!

Ken
 

Similar Topics

Does anyone have sample logic with conveyors that start and stop according to product on the line?
Replies
1
Views
114
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
162
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,861
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,939
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,589
Back
Top Bottom