question

Are you talking about using stack-based calculations or database manipulation?

A PLC is a computer, so you can emulate just about anything you want.
 
think about a counter

I think, using a counter it will work.

First take acount about some piece of memory that no applications can modify. Use a counter who will take the direction of the last digit in the fifo, when you push a digit in the fifo, use the number of the counter, then increment the counter.
When you have to pop, take the digit in the counter position, and then decrement the counter.

I hope this will help you.

PS Be sure to inicialice the counter, or to use a counter like:
accumulation data + inicial direction of the fifo memory.
 

Similar Topics

I have an HMI 2711R - T4T Series B, and I want to know which PLCs, besides Micro 820, can communicate with it.
Replies
2
Views
53
HI i would like to know how to get a variable that will store the amount of times a program has been executed. The issue is I have 3 DBs for 1 FB...
Replies
2
Views
59
I'm working with a project that contains some routines in ST but mostly in ladder. Am I correct in assuming this 'rung': DB1001DO._01AV55_OPEN :=...
Replies
4
Views
95
Is there a way to reset the count on the RS Logix BackUp?? XXXXX PROGRAM IN PROGRESS_BAK445.RSS XXXXX PROGRAM IN PROGRESS_BAK446.RSS XXXXX...
Replies
8
Views
247
I have a few questions about Studio5000. 1. Why is my RA folder so big? its well over 100 GB. 2. How do you delete versions or extra files...
Replies
3
Views
270
Back
Top Bottom