4 - 25 4 - 25
4 ST PROGRAM EXPRESSIONS
(e) REPEAT...UNTIL statements
REPEAT...UNTIL statement 1
Unit (
µs)
Number of Steps
Operation Processing
Time (Q25H)
Operation Processing
Time (Q00J)
ST program
REPEAT
D0 : = 100;
UNTIL X0
END_ REPEAT;
6
1.534
Repeated until X0
becomes TRUE.
10.9
List program As above
As above
As above
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...UNTIL statement 2
Unit (
µs)
Number of Steps
Operation Processing
Time (Q25H)
Operation Processing
Time (Q00J)
ST program
REPEAT
D0 : = 100;
UNTIL D0 = 0
END_ REPEAT;
9
1.6
Repeated until D0
becomes 0.
11.5
List program As above
As above
As above
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.
Summary of Contents for MELSEC L series
Page 1: ...Programming Manual Structured Text ...
Page 2: ......
Page 73: ...4 33 4 33 4 ST PROGRAM EXPRESSIONS MEMO ...
Page 297: ......