CODESYS Development System
Compiler Error C0118 Message : The label '<jump label>' has not been referenced. Possible error cause : A jump label is defined that is not referenced. Error correction : Remove the unused jump labels
CODESYS Development System
Compiler Error C0119 Message : An 'FB_init'-Method of a function block or struct needs two inputs 'bInitRetains' and 'bInCopyCode' of type BOOL Possible error cause : One or both of the inputs 'bInitR
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