Repeating Program Section Repeats - HEIDENHAIN ITNC 530 - 6-2010 DIN-ISO PROGRAMMING User Manual

Din/iso programming
Table of Contents

Advertisement

Repeating program section repeats

Example NC blocks
0 BEGIN PGM REPS MM
...
15 LBL 1
...
20 LBL 2
...
27 CALL LBL 2 REP 2
...
35 CALL LBL 1 REP 1
...
50 END PGM REPS MM
%REPS G71 *
...
N15 G98 L1 *
...
N20 G98 L2 *
...
N27 L2,2 *
...
N35 L1,1 *
...
N99999999 %REPS G71 *
Program execution
1 Main program REPS is executed up to block 27.
2 Program section between block 20 and block 27 is repeated twice
3 Main program REPS is executed from block 28 to block 35.
4 Program section between block 15 and block 35 is repeated once
(including the program section repeat between 20 and block 27)
5 Main program REPS is executed from block 36 to block 50 (end of
program).
244
Beginning of program section repeat 1
Beginning of program section repeat 2
The program section between LBL 2 and this block
(block 20) is repeated twice
The program section between LBL 1 and this block
(block 15) is repeated once
Beginning of program section repeat 1
Beginning of program section repeat 2
Program section between this block and G98 L2
(block N200) is repeated twice
Program section between this block and G98 L1
(block N150) is repeated once
Programming: Subprograms and Program Section Repeats

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Itnc 530

Table of Contents