Replies: 1 comment 1 reply
-
This looks nice will give it a try. I've heard there was a proposal for templates/generics in IEC group, but some members put it down; it may be time to reopen that discussion. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys,
I implemented some functions for list handling (LinkedList, Fifo, Stack) with SIMATIC AX. But there are some limitations:
So this library is a try to offer such functionality with that above mentioned limitations.
Actually im not so happy with that solution. Because If you enqueue something into the FIFO your object will not be copied. that means you've to manage all your instances of your array (example: enqueue an item and dequeue it, then you've to care, that this item can be "reused").
Another problem ist, that the following example does not work with ST:
I'm open for a discussion and ideas, how to handle "generic" list handling with SIMATIC AX.
Beta Was this translation helpful? Give feedback.
All reactions