Mitsubishi Electric MELSEC Q Series Programming Manual page 65

Structured text
Hide thumbs Also See for MELSEC Q Series:
Table of Contents

Advertisement

4 ST PROGRAM EXPRESSIONS
REPEAT
ST program
END_ REPEAT;
List program As above
[Remarks]
If the statement is described in a list, the program is the same as the ST program conversion result. Therefore,
the processing time is also the same as that of ST.
REPEAT
ST program
END_ REPEAT;
List program As above
[Remarks]
If the statement is described in a list, the program is the same as the ST program conversion result. Therefore,
the processing time is also the same as that of ST.
4 - 25
(e) REPEAT...UNTIL statements
REPEAT...UNTIL statement 1
D0 : = 100;
UNTIL X0
REPEAT...UNTIL statement 2
D0 : = 100;
UNTIL D0 = 0
Operation Processing
Number of Steps
Time (Q25H)
6
Repeated until X0
becomes TRUE.
As above
Operation Processing
Number of Steps
Time (Q25H)
9
Repeated until D0
becomes 0.
As above
Operation Processing
Time (Q00J)
1.534
As above
Operation Processing
Time (Q00J)
1.6
As above
Unit ( µ s)
10.9
As above
Unit ( µ s)
11.5
As above
4 - 25

Advertisement

Table of Contents
loading

This manual is also suitable for:

Melsec l series

Table of Contents