CODESYS Development System
Compiler Error C0239 Message : Interface <interface name 1> does not extend <interface name 2> Possible error cause : The used interface does not extend another interface. Error correction : Extend th
CODESYS Development System
Compiler Error C0240 Message : First Operand of __QueryPointer must be an interface reference or the instance of a function block Possible error cause : Incorrect operands are passed to the operator _
CODESYS Development System
Compiler Error C0241 Message : Second Operand of __QueryPointer must be pointer Possible error cause : Incorrect operands are passed to the operator __QueryPointer . Error correction : Pass a pointer.
CODESYS Development System
Compiler Error C0242 Message : Operand of __DELETE must be pointer Possible error cause : An incorrect operand is passed to the operator __DELETE . Error correction : Pass a pointer. Example 434 . Exa
CODESYS Development System
Compiler Error C0243 Message : The name used in the signature is not identical to the object name Possible error cause : The object name differs from the name used in the code. Error correction : make
CODESYS Development System
Compiler Error C0208 Message : 'MOD' is not defined for 'REAL' Possible error cause : An attempt is made to perform a modulo operation with a variable of type REAL . Error correction : Modulo operatio
CODESYS Development System
Compiler Error C0209 Message : You have defined '<number>' applications for device '<device name>'. The maximum number is '<number>'. So you will not be able to download all applications. Possible err
CODESYS Development System
Compiler Error C0211 Message : Variable declaration expected instead of <expression> Possible error cause : Syntax error Error correction : Make sure that the syntax is correct. Example 410 . Example
CODESYS Development System
Compiler Error C0212 Message : VAR, VAR_INPUT, VAR_OUTPUT or VAR_INOUT expected instead of <expression> Possible error cause : Syntax error Error correction : Make sure that the syntax is correct. Exa
CODESYS Development System
Compiler Error C0215 Message : Direct address declaration is not possible in persistent list Possible error cause : Persistent variables are not allowed to have a direct address. Error correction : Re