Introduction

An IL program (Instruction List) consists of a list of statements that are executed in sequence by the controller. Using these statements you can call function blocks, functions and procedures conditionally or unconditionally, process assignments and jumps conditionally or unconditionally within a section.

Properties of an IL program

Properties of an IL program:

  • Statements consist of:

    • an operator,

    • with modifier if necessary,

    • an operand if required and

    • a comment if required.

    • In addition, every statement can be provided with a label.

  • Every statement begins on a new line.

  • Each line is limited to 300 characters.

  • Line breaks are possible in statements (multi-line statements).

  • Labels, symbols and comments can be placed anywhere in a section. (Comments can be entered anywhere where empty spaces are permitted.)

  • A syntax and semantics check is performed immediately after the statement is entered. The result of this check is displayed in colored text.

  • Syntactically or semantically incorrect sections can be saved.

Edit and view functions

Edit and view functions of the IL editor:

Input assistants

Input assistant for the IL editor:

Online functions

Online functions of the IL editor: