FiFo/LiFo with siemens

Foty

Member
Join Date
Oct 2002
Posts
30
Well HI all

I am trying to use the FiFo/LiFo with a S7 300 and I am not to sure how to use it. I think I need the ATT table so that I could store my data. What I wante to do is simple, I would like to be able to store information and to be able to take it out and use it. Well I have being working at it, but I lack the experience. I hope maybe some one could point me to the good direction.

thank you very much!!!!!
 
Foty,
If you can be alittle more specific (on what your trying to do), someone here may have an FB/FC
that will work.
 
Foty

The function block for FIFO is FC85 and the function block for LIFO is FC87.
Both these blocks can be found in Library - Standard library - TI-S7 converting blocks.

This might get you started, if you need any more help then get back to us.

Paul
 
Yes I have used FC85 I beleive which is the fifo, with the ATT fc not to sure, the thing is that I think I mite of solved my problem. I wanted to activate apart of my program and when let's say machine 1 is going home it will allow the next selected machine 2 to go up and do it cycle.The operator selects machine 4, and then machine 3. I want to be able to remember which one should go next and do so when the previous machine# comes home.

I was able to do this by using the FiFo and the ATT table, but it is some what complicated, I move and compare information. Basicaly I was wndering if there is a easier way to manage the information.
 
Fifo etc. where moving data needs power from CPU, don't move data, use pointer, then data can stay the table and is reusable if needed.
You need use Indirect pointing when changed pointer value 1,2,3,etc.
that you can point to table record with it.
 

Similar Topics

Hi friends, I have a big question and a big problem, I'm new to programming PLC, I have a system where we use a cognex data reader to read a code...
Replies
2
Views
1,843
I have been trying to get to grips with the LIFO and FIFO functions using Compact Logix but it seems that if you have multiple LFL instructions on...
Replies
3
Views
2,183
Hi, We have an application where we are using a FIFO list to track parts moving through a queue. the FIFO Load/Unload pair is working without...
Replies
9
Views
11,788
I’m new user of S7, so I want to use the FIFO LIFO, I do as the help says,I create a DB1 and put the information, but it does not work when I test...
Replies
2
Views
2,225
Hi to everyone. Kindly discuss when to used LIFO & FIFO Instruction. I appreciate if you can give actual application on the use of this instruction.
Replies
10
Views
14,824
Back
Top Bottom