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
_PRG VAR END_VAR JMP 0 [...] destination 0 for 'JMP' :
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
CODESYS Development System
Compiler Error C0119 Message : An 'FB_init'-Method of a function block or struct needs two inputs 'bInitRetains' and 'bInCopyCode' of type BOOL Possible error cause : One or both of the inputs 'bInitR
CODESYS Development System
Compiler Error C0196 Message : Implicit conversion from unsigned Type '<data type 1>' to signed type '<data type 2>' : possible change of sign Possible error cause : A sign conflict may have been miss
CODESYS Development System
Compiler Error C0197 Message : Implicit conversion from '<data type 1>' to '<data type 2>': possible loss of information Possible error cause : An attempt is made to convert a variable from data type
CODESYS Development System
Compiler Error C0198 Message : String constant '<string value>' too long for destination type '<data type>' Possible error cause : The string constant has too many characters. Error correction : Use s