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 397 . 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 C0195 Message : Implicit conversion from signed Type '<data type 1>' to unsigned Type '<data type 2>' : possible change of sign Possible error cause : A sign conflict may have been miss
CODESYS Development System
Compiler Error C0143 Message : The property '<property name>' cannot be used in this context because it lacks the get accessor Possible error cause : The property does not have Get access. Error corre
CODESYS Development System
Compiler Error C0145 Message : Interfaces can only be implemented by function blocks Possible error cause : An attempt is made to implement an interface outside of a function block. Error correction :
CODESYS Development System
Compiler Error C0149 Message : Variable declarations are not allowed in interfaces Possible error cause : An attempt is made to define a variable in an interface. Error correction : Do not define vari
CODESYS Development System
Compiler Error C0161 Message : Border <array bound> of array is no constant value Possible error cause : A variable is specified as an array bound. Error correction : Use constants for the array bound
CODESYS Development System
Compiler Error C0162 Message : Number <number of array values> of array initialisation is no constant value Possible error cause : The initialization [Wert1,AnzahlWert2(Wert2)] works only with a const
CODESYS Development System
Compiler Error C0168 Message : 'VAR_CONFIG' declaration only allowed in VAR_CONFIG list Possible error cause : 'VAR_CONFIG' is used outside of a VAR_CONFIG list. Error correction : Use 'VAR_CONFIG' on
CODESYS Development System
Compiler Error C0169 Message : 'VAR_GLOBAL' declaration only allowed in global variable list Possible error cause : 'VAR_GLOBAL' is used outside of global variable lists. Error correction : Use 'VAR_G