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 C0195 Message : Implicit conversion from signed Type '<data type 1>' to unsigned Type '<data type 2>' : possible change of sign Possible error cause : A sign conflict may have been miss
CODESYS Development System
Compiler Error C0196 Message : Implicit conversion from unsigned Type '<data type 1>' to signed type '<data type 2>' : possible change of sign Possible error cause : A sign conflict may have been miss
CODESYS Development System
Compiler Error C0197 Message : Implicit conversion from '<data type 1>' to '<data type 2>': possible loss of information Possible error cause : An attempt is made to convert a variable from data type
CODESYS Development System
Compiler Error C0198 Message : String constant '<string value>' too long for destination type '<data type>' Possible error cause : The string constant has too many characters. Error correction : Use s