Message: '<object>' is of type 'type' and cannot be instantiated
Possible error cause: An attempt is made to instantiate a function.
Error correction: Instantiate only objects that can be instantiated.
Example of the error:
PROGRAM PLC_PRG VAR inst : POU; END_VAR FUNCTION POU VAR END_VAR --> C0177: 'POU' is of type 'FUNCTION' and cannot be instantiated