Stack (FB)ΒΆ
FUNCTION_BLOCK FINAL Stack EXTENDS FBF.InstanceBase IMPLEMENTS IStack3, IModCounter, ILockable
Funktion block for stacks (LIFO, last in first out).
- InOut:
Scope
Name
Type
Input Const
paElements
POINTER TO IElement
udiMaxElements
UDINT
Properties:
Methods:
Structure:
- AddElement (Method)
- ContainsElement (Method)
- ContainsValue (Method)
- CountElements (Method)
- ElementCompareTo (Method)
- ElementEquals (Method)
- ElementHashCode (Method)
- ElementIterator (Method)
- LockWaitTime (Property)
- Peek (Method)
- Pop (Method)
- RemoveAllElements (Method)
- RemoveElement (Method)
- SafeElementIterator (Method)