CODESYS Development System
Compiler Error C0066 Message : Cannot compare type '<data type>' with type '<data type>' Possible error cause : Two data types are compared which cannot be compared with each other. Error correction :
CODESYS Development System
Compiler Error C0068 Message : Compare not possible on objects of type '<data type>' Possible error cause : Objects are being compared in which a comparison is not possible. Error correction : Compare
CODESYS Development System
Compiler Error C0069 Message : Compare not possible on objects of type '<data type>' or '<data type>' Possible error cause : Two different objects are being compared in which a comparison is not possi
CODESYS Development System
Compiler Error C0070 Message : 'INI' operator needs function block instance or data unit type instance Possible error cause : Neither a function block instance nor a DUT instance is applied to the INI
CODESYS Development System
Compiler Error C0072 Message : Operator '<operator name>' is not possible on type '<data type>' Possible error cause : An operator is applied to an incompatible type. Error correction : Apply operator
CODESYS Development System
[1,2,3,4,5,6]; END [...] 'unknown type: '[1,2,3,4,5 [...] ..6] OF INT := [1,2,3,4,5
CODESYS Development System
1 : ARRAY [1..5] OF INT := [1,2,3,4,5 [...] [1,2,3,4,5,6]; :
CODESYS Development System
Compiler Error C0076 Message :Unexpected structure initialisation Possible error cause : Syntax error in the structure initialization Error correction : Make sure that the syntax is correct. Example 3
CODESYS Development System
Compiler Error C0077 Message : Unknown type: '<data type>' Possible error cause : Invalid data type in the declaration (maybe a syntax error) Error correction : Specify valid data types only. Example
CODESYS Development System
Compiler Error C0078 Message : Unsupported type: '<data type>' Possible error cause : The used type is not supported by the current device and therefore cannot be used. Error correction : If possible,