Owner manual
5.7.3 Alphabetical instruction list
746 VA Trace Analyzer / 747 VA Stand
5-273
(REP Page: O, S Stand: M, A Abbreviation: (R
Instructions t/s Main parameters Auxiliary parameters
––––––––––––– ––––– ––––––––––––––––––––––––– –––––––––––––––––––––––––
## .. (REP .....
Function Start of the loop for replications.
Description The (REP instruction opens a loop for replications. The instructions
inserted in this loop are executed repeatedly. The loop must be closed
with the REP)n instruction.
Comments • A program can contain several REP loops, but they must not be
nested.
• ADD, CAL and VAR loops are allowed within REP loops.
• A REP loop is allowed within ADD, CAL and VAR loops.
• The EXIT instruction can be inserted in REP loops for premature exit
from this loop.
Example Basic structure of a standard addition with repetitions of the measure-
ment in the segment:
:
SMPL>M or SMPL/M Sample addition to measuring vessel
(ADD Loop start for standard additions
(REP Loop start for replication
SEGMENT Call-up of the segment (measurement)
REP)n Loop end, n = number of replications
ADD>M, ADD/M or PADD>M Constant or proportional standard addition
ADD)n Loop end, n = number of standard additions
:
see also REP)n, (ADD, ADD)n, (CAL, CAL)n, (VAR, VAR)n