The instruction list editor, L-force | plc designer – Lenze PLC Designer PLC Designer (R2-x) User Manual

Page 290

Advertising
background image

L-force | PLC Designer

Editors in PLC Designer

288

DMS 3.2 EN 02/2011 TD29



7.4.13

The Instruction List Editor...

This is how a POU written in the IL looks under the corresponding PLC Designer editor:

All editors for POUs consist of a declaration part and a body. These are separated by a
screen divider. The Instruction List editor is a text editor with the usual capabilities of
Windows text editors. The most important commands are found in the context menu
(right mouse button or <Ctrl>+<F10>).Multiline POU calls are also possible:

Example:

CAL CTU_inst(
CU:=%IX10,
PV:=(
LD A
ADD 5
)
)

For information concerning the language, see Chapter Instruction List (IL).

IL in Online mode

With the 'Online' 'Flow control' command, an additional field in which the
accumulator contents is displayed is inserted in the IL editor on the left side of every
line. For further information concerning the IL editor in Online mode, see 'The Text

Editors in Online Mode'.

Advertising