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 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
CODESYS Development System
Compiler Error C0125 Message : The constant <constant value> is assigned to more than one enumeration. Possible error cause : The same value is assigned to two or more enumerations. Error correction :
CODESYS Development System
Compiler Error C0126 Message : Variable of type '<data type>' requires exactly 1 Index Possible error cause : Multiple indexes are assigned to a variable with one index. Error correction : Assign only
CODESYS Development System
Compiler Error C0130 Message : object '<object name>' referenced without parentheses '()' Possible error cause : A method is referenced without parentheses. Error correction : Always reference methods
CODESYS Development System
Compiler Error C0131 Message : '<value>' is not allowed as operand for 'ADR' Possible error cause : A constant is passed as an operand to the operator ADR. Error correction : Use only valid operands f