Message: Expression 'SUPER' is not allowed in this context
Possible error cause: "SUPER^" is used outside of derived function blocks.
Error correction: Use "SUPER^" in function blocks only.
Example of the error:
PROGRAM PLC_PRG VAR END_VAR SUPER^.METH(TRUE, TRUE); --> C0122: Expression 'SUPER' is not allowed in this context