OverviewΒΆ
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
)
)