CODESYS Development System
Compiler Error C0138 Message : No matching 'FB_Init' method found for instantiation of POU. Possible error cause : No FB_Init method exists that accepts the passed parameters. Error correction : Check
CODESYS Development System
Compiler Error C0139 Message : The code <code> has no effect. Is this the intent? Possible error cause : The written code is syntactically correct but does not do anything. Error correction : Write co
CODESYS Development System
Compiler Error C0140 Message : Reference assign is only allowed to variables of Reference type Possible error cause : An attempt is made to assign a reference value to a variable not defined as a refe
CODESYS Development System
Compiler Error C0141 Message : Reference assign needs variable with write access Possible error cause : A constant is assigned to the reference assignment. Error correction : Assign a writable variabl
CODESYS Development System
Compiler Error C0142 Message : A local variable named '<variable name>' is already defined in '<pou name>' Possible error cause : The same variable name is used two times. Error correction : Use diffe
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 C0144 Message : Inheritance only allowed in function blocks, Interfaces and Structures Possible error cause : An attempt is made to use inheritance in an object that does not permit inh
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