EasyManua.ls Logo

Siemens SINUMERIK 840D

Siemens SINUMERIK 840D
598 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
1
04.00 Flexible NC programming
1.12 Control structures
1
840D
NCU 571
840D
NCU 572
NCU 573
FM-NC 810D 840Di
Siemens AG 2000. All rights reserved
SINUMERIK 840D/840Di/810D/FM-NC Programming Guide Advanced (PGA)
04.00 Edition
1-59
2. Endless program loop LOOP
Endless loops are used in endless programs. At the
end of the loop, there is always a branch back to the
beginning.
LOOP
NC blocks
ENDLOOP
3. Count loop FOR
The FOR loop is used if it is necessary to repeat an
operation by a fixed number of runs. In this case, the
count variable is incremented from the start value to
the end value. The start value must be lower than
the end value. The variable must be of the INT type.
FOR
Variable = start value TO end value
NC blocks
ENDFOR
4. Program loop with condition at start of the
loop WHILE
The WHILE program loop is executed for as long as
the condition is fulfilled.
WHILE
expression
NC blocks
ENDWHILE

Table of Contents

Other manuals for Siemens SINUMERIK 840D

Related product manuals