CODESYS Development System
Compiler Error C0031 Message : Type definition expected instead of '<no data type>' Possible error cause : An invalid type definition is assigned to the identifier. Error correction : Specify a valid
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 C0010 Message : Unexpected end-of-file found: '<token>' expected Possible error cause : Syntax error Error correction : Use the correct syntax. Example 294 . Example of the error: PROGR
CODESYS Development System
Compiler Error C0011 Message : No 'CASE' label found Possible error cause : Syntax error in a CASE statement. A statement in a CASE statement is not assigned to a CASE label. Error correction : Add a
CODESYS Development System
Compiler Error C0013 Message : At least one statement is expected. Possible error cause : At least one statement is expected at some positions in the code. For example, in the THEN and ELSE part of an
CODESYS Development System
Compiler Error C0015 Message : Counter initialization expected Possible error cause : Syntax error in a FOR loop. The counter variable is not initialized correctly. Error correction : Pay attention to