FIFO indexing

lavito1960

Member
Join Date
Sep 2021
Location
tennessee
Posts
13
Good morning,
I am interested in using FIFO to use for a magazine rack that uses a loader to load part in a slot and index each subsequent part to an empty rack while tracking which slots are empty and what parts are already in the slots and track when they are unloaded. I know I need to setup an array as well as using FLL and FFu but not quite sure how to accomplish this. Any assistance would be greatly appreciated.
 
seach for fifo on this forum; there are plenty of examples. FFL and FFU usually work best when the load and unload point are fixed, but there are exceptions. If only the presence or absence of a magazine needs to be modeled, then BSR or BSL will do the job; if the there is some property of each magazine that can be tracked with an INT, then FFL/FFU are probably the way to go.


With both FFL/FFU or BSR/L, note that a rising edge of some bit is what triggers shift, so shift events must occur at least two PLC program scans apart.
 

Similar Topics

Good morning I would appreciate any assistance with this problem. I am trying to write FIFo program for what I am calling a magazine rack. I...
Replies
17
Views
3,913
I am not sure if this is possible but if there is a way, you guys would be the ones to know. I am currently working on a project where we are...
Replies
7
Views
225
Hello all, I'm using a 5069-L330ER in a project and I need to essentially capture some data that will be shown as a trend on a screen. The data...
Replies
9
Views
966
Hello! I have a network of conveyors bringing raw product to 4 machines. A sensor in the hopper of each machine calls for more product. I'm...
Replies
15
Views
5,883
Hello everyone, has anyone out there ever made a FIFO using an FFL and FFU instructions on a Micro800? I have tried setting it up just as I would...
Replies
9
Views
3,122
Back
Top Bottom