Siemens sinumerik 840d Programming Manual page 60

Hide thumbs Also See for sinumerik 840d:
Table of Contents

Advertisement

Flexible NC programming
1
1.12 Control structures
840D
840D
NCU 571
NCU 572
NCU 573
5. Program loop with condition at end of loop
REPEAT
The REPEAT loop is executed once and repeated
continuously until the condition is fulfilled.
REPEAT
NC blocks
UNTIL (expression)
Nesting depth
Check structures apply locally within programs. A
nesting depth of up to 8 check structures can be set
up on each subprogram level.
Runtime response
In interpreter mode (active as standard), it is
possible to shorten program processing times more
effectively by using program branches than can be
obtained with check structures.
There is no difference between program branches
and check structures in precompiled cycles.
1-60
FM-NC
810D
840Di
Main program
LOOP
WHILE
IF
ENDIF
WHILE
SUBPROG
ENDWHILE
ENDWHILE
ENDLOOP
SINUMERIK 840D/840Di/810D/FM-NC Programming Guide Advanced (PGA) − 04.00 Edition
04.00
1
Subprogram
PROC SUBPROG
REPEAT
FOR
FOR
WHILE
ENDWHILE
WHILE
ENDWHILE
ENDFOR
ENDFOR
UNTIL
 Siemens AG 2000. All rights reserved

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Sinumerik fm-ncSinumerik 840diSinumerik 810d

Table of Contents