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
CODESYS Development System
Compiler Error C0173 Message : '<keyword>' not allowed in this place Possible error cause : A declaration keyword (example: VAR_INPUT , VAR_OUTPUT , or VAR ) is not allowed at this location. Error cor
CODESYS Development System
Compiler Error C0174 Message : 'VAR_TEMP' declaration not allowed in this place Possible error cause : 'VAR_TEMP' is used outside of a program or function block. Error correction : Use 'VAR_TEMP' insi