help understanding fifo allen bradley

stu

Member
Join Date
Aug 2005
Location
England
Posts
783
Hi guys
Can any one help me understand how a fifo works ,and how you program please, its for improving my knowledge thanks stu
 
First In First Out

means this:

instruction 1, instruction 2, instruction 3 --> order of execution: 1, 2, 3

LIFO on the other hand would have order of instruction: 3, 2, 1

FIFO is like a queue - who entered first will be processed first
 
I used a LIFO on a vessel that was filled + extracted from the bottom. The control system had to monitor each tanker that was offloaded into the storage vessel (which had the capacity to store about 5 tankers worth). Each offload had to register an entry into the LIFO with the current level of the tank and the eventual end level once the offload had finished. I then used this information to remove the entry from the LIFO, once the tank level had fallen to the value contained within each LIFO entry. I also had to store a lot number for product traceability purposes, which forced me to build my own block attaching x number of datawords to each LIFO entry.
 
FIFO Demonstration for RSLogix500 (using LogixPro)

Stu, Here is a short RSLogix500 FIFO Load and Unload demonstration (written in LogixPro simulator). You will see that it unloads to Output O:2 in the same order as it loaded (Binary 0 to 100). As the FFU Position indicator (R6:2) counts down from 100 to 0, the Output goes from 0 to 100.

FIFO DEMO.jpg
 
Last edited:

Similar Topics

Took a new job and the controls schemes are fairly old and I'm used to Allen Bradley and Siemens. I'm looking to replace a pair of Superior...
Replies
1
Views
105
Hello Team, I am desperate for some help with an assessment I have as part of a Level 3 general engineering course. I am in a role that is much...
Replies
9
Views
345
Hi, To give some context of the situation and why I'm posting. I started a PLC module as part of a general engineering course last year and the...
Replies
6
Views
2,028
https://imgur.com/a/kKPtzyP We are making improvements to these motor controls by replacing these old resistor banks and DC generator with DC...
Replies
3
Views
1,784
I get so confused by Rockwell's licensing structure. I have two PC's that will be running the same SE application. Can/should I run this as...
Replies
7
Views
1,807
Back
Top Bottom