CODESYS Development System
Compiler Error C0074 Message : Unexpected array initialisation Possible error cause : Syntax error in the array initialization Error correction : Correct the syntax Example 335 . Example of the error:
CODESYS Development System
Compiler Error C0075 Message : Too many initializers for array Possible error cause : Too many values are specified for the size of the array. Error correction : The number of assigned values must cor
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,
CODESYS Development System
Compiler Error C0080 Message : Function block '<function block name>' must be instantiated to be accessed Possible error cause : Missing function Block Instantiation Error correction : Instantiate the
CODESYS Development System
Compiler Error C0081 Message : Unexpected Pragma: '<pragma name>' found without matching 'if' Possible error cause : The IF condition is missing when using the pragma. Error correction : Complete the
CODESYS Development System
Compiler Error C0082 Message : '<invalid pragma>' is no valid condition for pragma Possible error cause : When using a pragma, an invalid expression is used in the IF condition. Error correction : Use
CODESYS Development System
Compiler Error C0085 Message : Define value expected instead of '<value>‘. Possible error cause : A string is expected instead of the current value at the displayed location of the pragma. Error corre
CODESYS Development System
Compiler Error C0086 Message : No definition found for interface '<interface name>' Possible error cause : An undefined interface is used. Error correction : Define the interface. Example 345 . Exampl