CODESYS Development System
Compiler Error C0225 Message : '<name>' is not an instance of '<name>' Possible error cause : A function block in a graphical programming language has been assigned with an explicitly specified type t
CODESYS Development System
Compiler Error C0227 Message : Initialisation of constant variable <constant name> not constant Possible error cause : A constant is initialized with a variable. Error correction : Initialize constant
CODESYS Development System
Compiler Error C0228 Message : No initial value for constant variable '<constant name>' Possible error cause : A constant is not initialized. Error correction : Initialize the constants. Example 421 .
CODESYS Development System
Compiler Error C0230 Message : Type name '<data type>' not expected in this place Possible error cause : The data type name of an enumeration is used at an invalid position. Error correction : Check w
CODESYS Development System
Compiler Error C0232 Message : Array initialisation expected Possible error cause : An "array of arrays" is initialized, but the initialization values are not nested. Error correction : Use a nested a
CODESYS Development System
Compiler Error C0233 Message : Initialisation list for <data type> expected Possible error cause : An array of the type of a structure is initialized with elements that are not structure initializatio
CODESYS Development System
Compiler Error C0234 Message : First Operand of __QueryInterface 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 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 409 . Example