CODESYS Development System
Compiler Error C0040 Message : Function '<function name>' requires exactly '<number of inputs>' inputs Possible error cause : Too many or too few parameters are passed to the called function. Error co
CODESYS Development System
Compiler Error C0041 Message : VAR_IN_OUT parameter '<parameter name>' of '<function name>' needs variable with write access as input Possible error cause : The passed parameter is not a variable with
CODESYS Development System
(iPar1:=2, 5); FUNCTION Test
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