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
_member := 0 ); END [...] _memberX := 0 ); END
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