UD70
Issue code: 70nu2
4-14
DPL programming
4.7
Instructions and functions
This section describes the different types of instructions which are used in
DPL
programming.
Conditional instructions
A conditional instruction performs an operation according to a set condition
(eg.
IF
).
Condition
True
(Yes)
False
(No)
Procedure 1
Procedure 2
Example of an IF, THEN flow diagram
Example of an IF, THEN flow diagram
Loop instructions
A loop instruction repeats a block of instructions until a specified
condition occurs.
Example
DO WHILE
LOOP
Condition
True
(Yes)
False
(No)
Procedure 1
Example of a DO WHILE, LOOP flow diagram
Example of a DO WHILE, LOOP flow diagram
Содержание UD70
Страница 6: ......
Страница 14: ...UD70 Issue code 70nu2 2 6 Installation...
Страница 42: ...UD70 Issue code 70nu2 4 20 DPL programming...
Страница 98: ...UD70 Issue code 70nu2 7 22 Reference...
Страница 142: ...UD70 Issue code 70nu2 9 6 Diagnostics...