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.

Appendix J: Compiler Errors and Warnings<br />

4303<br />

4320<br />

4321<br />

4330<br />

4331<br />

4332<br />

4333<br />

4334<br />

4335<br />

"'' is no operator"<br />

Replace '' by a valid operator.<br />

"Non-boolean expression '' used with contact"<br />

The switch signal for a contact must be a boolean expression.<br />

"Non-boolean expression '' used with coil"<br />

The output variable of a coil must be of type BOOL.<br />

"Expression expected at input 'EN' of the box '' "<br />

Assign an input or an expression to the input EN of POU '’.<br />

"Expression expected at input '' of the box '' "<br />

The input of the operator POU is not assigned.<br />

Expression expected at input '' of the box ''"<br />

The input of the POU is of type VAR_IN_OUT and is not assigned.<br />

"Identifier in jump expected"<br />

The given jump mark is not a valid identifier.<br />

"Expression expected at the input of jump"<br />

Assign a boolean expression to the input of the jump. If this is TRUE, the jump will be executed.<br />

"Expression expected at the input of the return"<br />

Assign a boolean expression to the input of the RETURN instruction. If this is TRUE, the jump will be<br />

executed.<br />

4336<br />

"Expression expected at the input of the output"<br />

Assign a suitable expression to the output box.<br />

4337<br />

"Identifier for input expected"<br />

nsert a valid expression or identifier in the input box.<br />

4338<br />

"Box '' has no inputs"<br />

CoDeSys V2.3 10-125

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

Saved successfully!

Ooh no, something went wrong!