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 C0026 Message : Identifier expected instead of '<invalid identifier>' Possible error cause : An invalid identifier is passed to a method. Error correction : Use valid identifiers. Examp
CODESYS Development System
Compiler Error C0027 Message : size of string expected after '(' Possible error cause : The length of the string is not specified. Error correction : Specify a string length between the parentheses. E
CODESYS Development System
Compiler Error C0030 Message : Direct Address expected after 'AT' instead of '<identifier>' Possible error cause : Either an invalid address or no address is assigned after 'AT'. Error correction : Sp