FIFO Scan Studio5000

PLC_GUY23

Member
Join Date
Jul 2020
Location
Metro Detroit
Posts
3
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 using a Barcode Scanner that sends a String from the Scanner to the PLC. We are then taking that String to a COP then to a FIFO to store the Barcode String. We currently store up to 3000 Barcode Strings in the FIFO and reset the FIFO every 24 hours. My question for you all wise and talented individuals is, is there a way to scan the Strings already loaded into the FIFO for duplicate Barcode Strings every time a new String is added into the FIFO? See image for reference.

Screen shots of examples would be much appreciated for better understanding!

Thanks guys!!!
 

Attachments

  • FIFO.png
    FIFO.png
    15.3 KB · Views: 11
You need to use a unique Control tag for your FSC. Reusing FIFO_Control is probably going to mess up your indexing for the other FIFO instructions.
Your expression syntax needs editing. Check the link Dr sent.
 
Look at that link again. Your case is essentially the same; only the Control parameter, the Length parameter, and the two tag names in the expression parameter, are different.
 

Similar Topics

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
963
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,876
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,121
I have a bottle capper that is using an encoder and FIFO logic to track the free standing bottles passing through a bottle capper. I have checked...
Replies
31
Views
11,677
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,904
Back
Top Bottom