CODESYS Development System
Compiler Error C0221 Message : Direct Address '<address>' malformed Possible error cause : An address is not displayed completely. Error correction : Make sure that the address is displayed correctly.
CODESYS Development System
Compiler Error C0222 Message : Outputs can't be of type 'REFERENCE TO' Possible error cause : An attempt is made to define REFERENCE TO as an output parameter. Error correction : Do not use REFERENCE
CODESYS Development System
Compiler Error C0224 Message : Call Recursion: <recursion> Possible error cause : A function calls itself. Error correction : Make sure that functions are not recursive. Example of the error: Example
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