CODESYS Development System
Compiler Error C0099 (Compiler Version < 3.5.7.0) Message : Local defined enumeration are no longer supported. Use a DUT definition instead. Possible error cause : A local enumeration declaration was
CODESYS Development System
Compiler Error C0101 Message : Data Recursion: '<recursion>' Possible error cause : Recursive data initialization over two function blocks Error correction : Avoid recursions for data initialization.
CODESYS Development System
Compiler Error C0102 Message : Out of retain memory: Variable '<variable name>', <byte size> bytes. Possible error cause : More retain memory is used than is available on the PLC. It is also possible
CODESYS Development System
Compiler Error C0103 Message : Out of retain memory: Variable '<variable name>', <byte size> bytes. (largest contiguous memory gap {2}) Possible error cause : More retain memory is used than is availa
CODESYS Development System
Compiler Error C0104 Message : 'Out of global data memory: Variable '<variable name>', <byte size> bytes. Possible error cause : More memory for data is used than is available on the PLC. It is also p
CODESYS Development System
Compiler Error C0106 Message : Out of retain memory: Variable '<variable name>', <byte size> bytes. (largest contiguous memory gap <byte size> bytes) Possible error cause : More retain memory is used
CODESYS Development System
Compiler Error C0114 Message : Invalid destination <jump label> for 'JMP' Possible error cause : Syntax error or typographical error in the JMP destination Error correction : Correct the typographical
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,