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 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
CODESYS Development System
Compiler Error C0204 Message : Variables of type BIT must be declared within a VAR_INPUT-, VAR_OUTPUT or VAR-block Possible error cause : An attempt is made to define a variable of type BIT or as a VA
CODESYS Development System
Compiler Error C0205 Message : POINTER TO BIT is not allowed Possible error cause : An attempt is made to declare a POINTER TO BIT. Error correction : Do not declare POINTER TO BIT. Example 406 . Exam