beautypg.com

Metrohm tiamo 1.0 Manual User Manual

Page 532

background image

508

Method

the loop command, two different types of loops are resulting:

Repeat loop

While loop

The LOOP command is at the end of the loop for Repeat loops. As soon as one

stop criterion is fulfilled (case 2), the command after the LOOP command is car-
ried out. If no stop criterion is fulfilled, (case 1), the loop is run through again. In
either case, the loop is run through at least once.

The LOOP command is at the beginning of the loop for While loops. If the arrow

has been dragged to a command after the LOOP command, another arrow is
automatically set from the previous command back to the LOOP command. As
soon as one stop criterion is fulfilled (case 2), the command after the loop is car-
ried out. If no stop criterion is fulfilled, (case 1), the loop is run through. It is pos-
sible with certain stop criteria that the loop is never run through.

Note
Nested and overlapping loops are not allowed.

Parameters

The parameters for the command

LOOP

are configured in the following dialog win-

dow:

LOOP