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
Compiler Error C0042 (Compiler Version <= 3.4.10) Message : Either all or none formal parameter have to be denoted in function call Possible error cause : The parameters are explicitly assigned to the
CODESYS Development System
Compiler Error C0043 Message : Wrong formal parameter: '<parameter name>' expected in this place Possible error cause : The parameters are explicitly assigned to the function in the wrong order. Error
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
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