Detailed description
2.7 Program operation mode
Basic logic functions: Mode group, channel, program operation, reset response (K1)
Function Manual, 11/2006, 6FC5397-0BP10-2BA0
111
2.7.10.3
A part program section after a start label
Functionality
Via
REPEAT
in part program block N150, the part program processing branches to the part
program block N120 that is labeled
START_1
. This part program block and all of the
following part program blocks (N130 and N140) are repeated x number of times up to the
part program block that contains the
REPEAT
instruction (N150). If P is not specified, the part
program section (N120 - N140) is repeated exactly once. After the last repetition, the part
program is continued with the part program block N160 following the
REPEAT
instruction.
:
N100 ...
N120 START_1: ...
; Start label: START_1
N130 ...
N140 ...
N150 REPEAT START_1 P=n
; Repetition after: START_1
N160 ...
:
Note
Label search direction
The part program block marked with the Start label must come before the
REPEAT
instruction.
Programming
Syntax:
REPEAT <Label> [P=n]
Labe
l
Start label to which the instruction:
REPEAT
branches
Type: String
P
Number of repetitions
-{}-
n
Number of repetitions
Type: Integer
Summary of Contents for SINUMERIK 840D sl
Page 282: ...Index Basic logic functions Acceleration B2 64 Function Manual 11 2006 6FC5397 0BP10 2BA0 ...
Page 388: ...Basic logic functions Travel to fixed stop F1 Function Manual 11 2006 6FC5397 0BP10 2BA0 52 ...
Page 962: ...Index Basic logic functions Emergency Stop N2 20 Function Manual 11 2006 6FC5397 0BP10 2BA0 ...
Page 1704: ...Constraints Basic logic functions Spindles S1 94 Function Manual 11 2006 6FC5397 0BP10 2BA0 ...
Page 1716: ...Index Basic logic functions Spindles S1 106 Function Manual 11 2006 6FC5397 0BP10 2BA0 ...
Page 1996: ...Index Basic logic functions Tool Offset W1 208 Function Manual 11 2006 6FC5397 0BP10 2BA0 ...
Page 2150: ...Table of contents Basic logic functions Appendix 4 Function Manual 11 2006 6FC5397 0BP10 2BA0 ...
Page 2184: ...Glossary Basic logic functions Appendix 38 Function Manual 11 2006 6FC5397 0BP10 2BA0 ...