CODESYS Development System
Compiler Error C0087 Message : There is no implementation for method '<method name>' defined in interface '<interface name>'. Possible error cause : One of the methods specified by the interface has n
CODESYS Development System
Compiler Error C0090 Message : No definition found for base class '<function name>' Possible error cause : The function block specified as the base does not exist or is not a function block. Error cor
CODESYS Development System
Compiler Error C0091 Message : Recursion in base function block list: <function name> Possible error cause : A base function block is extended by itself. Error correction : Recursion in base function
CODESYS Development System
Compiler Error C0094 Message : Interface of overridden method '<method name>' of interface '<function block name>' doesn't match declaration Possible error cause : The signature of the method of the f
CODESYS Development System
Compiler Error C0096 Message : Only one base function block may be defined in EXTENDS-list. Possible error cause : Two or more base function blocks are defined in the EXTENDS list. Error correction :
CODESYS Development System
Compiler Error C0097 Message : Duplicate definition of variable '<variable name>' in function block '<function block name>' and in base '<base function block name>' Possible error cause : A variable i
CODESYS Development System
Compiler Error C0098 Message : The keyword "FUNCTIONBLOCK" is no longer supported. Use "FUNCTION_BLOCK" instead. Possible error cause : Syntax error Error correction : Use the keyword "FUNCTION_BLOCK"
CODESYS Development System
Compiler Error C0120 Message : An 'FB_Exit'-Method of a function block or struct needs an input 'bInCopyCode' of type BOOL. Possible cause : The input bInCopyCode of type BOOL is missing. Correction :
CODESYS Development System
Compiler Error C0122 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
CODESYS Development System
Compiler Error C0124 Message : 'Initialization' is no valid initialization for an enumeration Possible error cause : A data type that is not ANY_INT is used for the enum initialization. Error correcti