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.

Errors<br />

A POU may not contain more than 16 formal parameters as outputs.<br />

4432<br />

"Labels within an expression are not allowed"<br />

In IEC 61131-3 jump labels may not be inserted at any desired position.<br />

4434<br />

"Too many labels"<br />

A POU may not contain more than 100 labels.<br />

4435<br />

"After jump / call, a new expression must start"<br />

After jump or call a Load command LD must follow.<br />

4436<br />

"Bit result undefined, not convertible to IEC 61131-3."<br />

The command which is used by VKE verwendet cannot get converted, because the value of the VKE<br />

is not known.<br />

4437<br />

4438<br />

4500<br />

4501<br />

4520<br />

4521<br />

4522<br />

"Type of instruction and operand are not compatible"<br />

A bit command is used for a word operand or the other way round.<br />

"No data block opened (insert instruction C DB before)"<br />

Insert a "A DB".<br />

"Unrecognized variable or address"<br />

The watch variable is not declared within the project. By pressing you get the input assistant<br />

which lists the declared variables.<br />

"Extra characters following valid watch expression"<br />

Remove the surplus signs.<br />

"Error in Pragma: Flag expected before ''!"<br />

The pragma is not correct. Check whether ‘' is a valid flag.<br />

"Error in Pragma: Unexpected element ''!"<br />

Check whether pragma is composed correctly.<br />

"flag off' pragma expected!"<br />

Pragma has not been terminated, insert a 'flag off' instruction.<br />

10-132 CoDeSys V2.3

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

Saved successfully!

Ooh no, something went wrong!