CODESYS Development System
Compiler Error C0009 Message : Unexpected token '<token>' found Possible error cause : Syntax error Error correction : Use the correct syntax. Example 294 . Example of the error: PROGRAM PLC_PRG VAR E
CODESYS Development System
Compiler Error C0010 Message : Unexpected end-of-file found: '<token>' expected Possible error cause : Syntax error Error correction : Use the correct syntax. Example 295 . Example of the error: PROGR
CODESYS Development System
Compiler Error C0011 Message : No 'CASE' label found Possible error cause : Syntax error in a CASE statement. A statement in a CASE statement is not assigned to a CASE label. Error correction : Add a
CODESYS Development System
Compiler Error C0039 Message : VAR_IN_OUT '<invalid variable>' must be assigned in call of '<function block name>' Possible error cause : An IN_OUT variable is not passed to a function block that requ
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 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