CODESYS Development System
Compiler Error C0026 Message : Identifier expected instead of '<invalid identifier>' Possible error cause : An invalid identifier is passed to a method. Error correction : Use valid identifiers. Examp
CODESYS Development System
Compiler Error C0027 Message : size of string expected after '(' Possible error cause : The length of the string is not specified. Error correction : Specify a string length between the parentheses. E
CODESYS Development System
Compiler Error C0032 Message : Type '<type 1>' can not be converted to '<type 2>' Possible error cause : A variable is assigned to another variable with an incompatible type. Error correction : Use a
CODESYS Development System
Compiler Warning C0033 Message : Type '<pointer type>' is possibly not convertible to type '<data type>'. Possible error cause : This error occurs only when checking pool objects. An attempt was made
CODESYS Development System
Compiler Error C0035 Message : Program name, function or function block instance expected instead of '<invalid function>' Possible error cause : A function is called that does not exist. Error correct
CODESYS Development System
Compiler Error C0036 Message : Cannot call object of type <type> Possible error cause : An attempt has been made to call an object that does not support any calls. Error correction : Only functions, f
CODESYS Development System
Compiler Error C0037 Message : '<invalid input>' is no input of '<function name>' Possible error cause : A local variable is defined in a function call. Error correction : Declare the variable as an i
CODESYS Development System
Compiler Error C0038 Message : '<invalid output>' is no output of '<function name>' Possible error cause : A local variable is handled as an output in a function call. Error correction : Declare the v
CODESYS Development System
Compiler Error C0065 Message : There is no global definition for '<name>'. Possible error cause : The value searched for is not a global variable, global POU, or other value that can be accessed globa
CODESYS Development System
Compiler Error C0066 Message : Cannot compare type '<data type>' with type '<data type>' Possible error cause : Two data types are compared which cannot be compared with each other. Error correction :