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 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
CODESYS Development System
Compiler Error C0132 Message : No enclosing loop of which to EXIT Possible error cause : EXIT is used outside of a loop. Error correction : Use EXIT inside of a loop only. Example 369 . Example of the
CODESYS Development System
Compiler Error C0136 Message : ambiguous use of name '<variable name>' Possible error cause : A variable is declared in multiple GVLs. Error correction : Qualify the variable with the desired GVL. Exa
CODESYS Development System
Compiler Error C0138 Message : No matching 'FB_Init' method found for instantiation of POU. Possible error cause : No FB_Init method exists that accepts the passed parameters. Error correction : Check
CODESYS Development System
Compiler Error C0139 Message : The code <code> has no effect. Is this the intent? Possible error cause : The written code is syntactically correct but does not do anything. Error correction : Write co