CODESYS Development System
Test(iPar2 := 2, 5 [...] correction : i := Test(5
CODESYS Development System
Compiler Error C0044 Message : Assignment to input missing for parameter '<input variable name>' in call of '<function block name>' Possible error cause : A parameter is passed although an input varia
CODESYS Development System
Compiler Error C0045 Message : Use of 'THIS' is not allowed in this context Possible error cause : In order to be assigned to the current instance, THIS can be used only in a method, action, transitio
CODESYS Development System
Compiler Error C0046 Message : Identifier '<identifier name>' not defined Possible error cause : An identifier is used that is not declared. Error correction : Declare the variables that you want to u
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
1[1] := 5; Message: C [...] correction: arr1[1,2] := 5
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
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