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 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
CODESYS Development System
Compiler Error C0199 Message : Interface '<interface name>' must be instantiated to be accessed Possible error cause : An attempt is made to access an interface method without the interface being inst
CODESYS Development System
Compiler Error C0201 Message : Type '<data type 1>' is not equal to type '<data type 2>' of VAR_IN_OUT 'Variable' Possible error cause : The data type that is passed to the function as a VAR_IN_OUT pa
CODESYS Development System
Compiler Error C0203 Message : Only Structures and Function Blocks can contain variables of type BIT. Possible error cause : An attempt is made to declare a variable of type BIT outside of structures