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
Summary of Contents for UD70
Page 6: ......
Page 14: ...UD70 Issue code 70nu2 2 6 Installation...
Page 42: ...UD70 Issue code 70nu2 4 20 DPL programming...
Page 98: ...UD70 Issue code 70nu2 7 22 Reference...