CODESYS Development System
Compiler Error C0189 Message : ';' expected instead of '<token>' Possible error cause : Syntax error Error correction : Make sure that the syntax is correct. Example 395 . Example of the error: PROGRA
CODESYS Development System
Compiler Error C0190 Message : ';' expected instead of end of POU Possible error cause : Syntax error in the POU Error correction : Make sure that the syntax is correct. Example 396 . Example of the e
CODESYS Development System
Compiler Error C0191 Message : The operator 'INDEXOF' is no longer supported. Use ADR instead. ADR on a POU-Name returns a Pointer to a Pointer to the function code. Possible error cause : The outdate
CODESYS Development System
Compiler Error C0115 Message : The second parameter of a conditional call (????ALWAYS CALC???? ) has to be a valid call statement. Error correction : Specify the call of a function, method, or functio
CODESYS Development System
Compiler Error C0116 Message : The label '<jump label>' is a duplicate Possible error cause : A label is defined multiple times. Error correction : Define each label one time only. Example 357 . Examp
CODESYS Development System
Compiler Error C0117 Message : No such label '<jump label>' within the scope of the 'JMP' statement Possible error cause : A jump is made to a label that does not exist. Error correction : Define the
CODESYS Development System
Compiler Error C0118 Message : The label '<jump label>' has not been referenced. Possible error cause : A jump label is defined that is not referenced. Error correction : Remove the unused jump labels
CODESYS Development System
Compiler Error C0119 Message : An 'FB_init'-Method of a function block or struct needs two inputs 'bInitRetains' and 'bInCopyCode' of type BOOL Possible error cause : One or both of the inputs 'bInitR
CODESYS Development System
Compiler Error C0120 Message : An 'FB_Exit'-Method of a function block or struct needs an input 'bInCopyCode' of type BOOL. Possible cause : The input bInCopyCode of type BOOL is missing. Correction :
CODESYS Development System
Compiler Error C0122 Message : Expression 'SUPER' is not allowed in this context Possible error cause : "SUPER^" is used outside of derived function blocks. Error correction : Use "SUPER^" in function