24.01.2015 Views

PLC Programming

  • No tags were found...

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Errors<br />

3161<br />

"Library '' contains no codesegment"<br />

A .obj file of a library at least must contain one C function. Insert a dummy function in the .obj file,<br />

which is not defined in the .lib file.<br />

3162<br />

"Could not resolve reference in Library ''(Symbol '', Class '', Type<br />

'')"<br />

The .obj file contains a not resolvable reference to another symbol. Please check-the settings of the<br />

C-Compiler.<br />

3163<br />

3200<br />

3201<br />

"Unknown reference type in Library '' (Symbol '' , Class '' , Type<br />

'')"<br />

The .obj file contains a reference type, which is not resolvable by the code generator. Please checkthe<br />

settings of the C-Compiler.<br />

": Boolean expression to complex"<br />

The temporary memory of the target system is insufficient for the size of the expression. Divide up the<br />

expression into several partial expressions thereby using assignments to intermediate variables.<br />

" (): A network must not result in more than 512 bytes of code"<br />

Internal jumps can not be resolved. Activate option "Use 16 bit Sprungoffsets" in the 68k target<br />

settings.<br />

3202<br />

"Stack overrun with nested string/array/structure function calls"<br />

A nested function call CONCAT(x, f(i)) is used. This can lead to data loss. Divde up the call into two<br />

expressions.<br />

3203<br />

3204<br />

3205<br />

3206<br />

"Expre ssion too complex (too many used adress registers)."<br />

Divide up the assignment in several expressions.<br />

"A jump exceeds 32k Bytes"<br />

Jump distances may not be bigger than 32767 bytes.<br />

"Internal Error: Too many constant strings"<br />

In a POU there at the most 3000 string constants may be used.<br />

"Function block data exceeds maximal size"<br />

A function block may produce maximum 32767 Bytes of code.<br />

10-104 CoDeSys V2.3

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!