CODESYS Development System
Compiler Error C0003 Message : '<value>' is not a valid bit number for '<variable>' Possible error cause : Attempted access to a bit that is outside of the range for a data type. Error correction : Us
CODESYS Development System
Compiler Error C0004 Message : '<variable>' is not a component of '<structure>' Possible error cause : Component access with "." to a variable that is not a structured value or does not exist as a com
CODESYS Development System
Compiler Error C0005 Message : Constant overflow in address '<address>' Possible error cause : At least one component in the address does not fit into a 32-bit integer value. Error correction : Use a
CODESYS Development System
Compiler Error C0006 Message : '<operator>' expected instead of '<token>' Possible error cause : Syntax error Error correction : Use the correct syntax. Example 290 . Example of the error: PROGRAM PLC
CODESYS Development System
Compiler Error C0007 Meldung : Expression expected instead of '<token>' Possible error cause : Syntax error Error correction : Use the correct syntax. Example 291 . Example of the error: PROGRAM PLC_P
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 C0048 Message : Array requires exactly '<number>' indexes Possible error cause : Too many or too few indexes are specified when using an array. Error correction : Specify as many indexe
CODESYS Development System
Compiler Error C0049 Message : The constant index '<index value>' is not within the range from '<start index>' to '<end index>' Possible error cause : An index is specified that is outside the size of
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