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 C0115 Message : The second parameter of a conditional call (????ALWAYS CALC???? ) has to be a valid call statement. Error correction : Specify the call of a function, method, or functio
CODESYS Development System
Compiler Error C0116 Message : The label '<jump label>' is a duplicate Possible error cause : A label is defined multiple times. Error correction : Define each label one time only. Example 358 . Examp
CODESYS Development System
Compiler Error C0117 Message : No such label '<jump label>' within the scope of the 'JMP' statement Possible error cause : A jump is made to a label that does not exist. Error correction : Define the
CODESYS Development System
Compiler Error C0118 Message : The label '<jump label>' has not been referenced. Possible error cause : A jump label is defined that is not referenced. Error correction : Remove the unused jump labels