CODESYS Development System
Compiler Error C0047 Message : Cannot apply indexing with '[]' to an expression of type '<data type>' Possible error cause : A data type that is not an array is indexed with '[]'. Error correction : I
CODESYS Development System
Compiler Error C0050 Message : Bitaccess requires literal or symbolic integer constant Possible error cause : No literal or an integer constant is specified in a bit access. Error correction : Use a l
CODESYS Development System
Compiler Error C0051 Message : Single byte string expected for an attribute value instead of '<value>‘. Possible error cause : A string does not appear at the displayed location as expected. Error cor
CODESYS Development System
Compiler Error C0053 Message : Compiler version <version> has been withdrawn. Please use a higher compiler version instead. Possible error cause : The current compiler version cannot ne used. Error co
CODESYS Development System
Compiler Error C0061 Message : Bitaccess on function call is not allowed Possible error cause : Bit access is performed on a function. Error correction : Use bit access only for supported data types.
CODESYS Development System
Compiler Error C0062 Message : '<variable name>' is no structured variable Possible error cause : A variable that is not a structure variable is treated like a structure variable. Error correction : M
CODESYS Development System
Compiler Error C0064 Message : Dereferencing requires a pointer Possible error cause : A variable that is not a pointer variable is "dereferenced". Error correction : "Dereferencing" only variables th
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
CODESYS Development System
Compiler Error C0018 Message : <expression> is not a valid assignment target Possible error cause : An expression with no write permission is on the left side of an assignment. Example: a constant. Er