24.01.2015 Views

PLC Programming

  • No tags were found...

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Appendix J: Compiler Errors and Warnings<br />

3207<br />

"Array optimization"<br />

The optimization of the array accesses failed because during index calculation a function has been<br />

called.<br />

3208<br />

"Conversion not implemented yet"<br />

A conversion function is used, which is not implemented for the actual code generator.<br />

3209<br />

"Operator not implemented"<br />

A operator is used, which is not implemented for this data type and the actual code generator.<br />

MIN(string1,string2).<br />

3210<br />

3211<br />

3212<br />

3250<br />

3251<br />

3252<br />

3253<br />

3254<br />

"Function '' not found"<br />

A function is called, which is not available in the project.<br />

"Max string usage exceeded"<br />

A variable of type string can be used in one expression 10 times at the most.<br />

"Wrong library order at POU "<br />

The order of libraries for this POU does not match with that in the cslib.hex file. Correct the order<br />

accordingly. (only for 68K targets, if the checking option is activated in the target file.)<br />

"Real not supported for 8 Bit Controller"<br />

The target is currently not supported.<br />

"date of day types are not supported for 8 Bit Controller"<br />

The target is currently not supported.<br />

"size of stack exeeds bytes"<br />

The target is currently not supported.<br />

"Could not find hex file: '' "<br />

The target is currently not supported.<br />

"Call to external library function could not be resolved."<br />

The target is currently not supported.<br />

CoDeSys V2.3 10-105

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

Saved successfully!

Ooh no, something went wrong!