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 405 . Exam
CODESYS Development System
Compiler Error C0206 Message : BIT is not allowed as base type of an array Possible error cause : An attempt is made to declare a BIT array. Error correction : Do not declare BIT arrays. Example 406 .
CODESYS Development System
Compiler Error C0207 Message : There is no system definition for '<identifier>' Possible error cause : An attempt was made to access a variable in __SYSTEM that does not exist. Error correction : Chec
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 368 . 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