Number Of Program Repetitions (P) - Siemens SINUMERIK 840D sl Programming Manual

Nc programming
Hide thumbs Also See for SINUMERIK 840D sl:
Table of Contents

Advertisement

Work preparation
3.2 Subprogram technique
See also
Subprogram with call-by-value parameter transfer (PROC) (Page 496)
Subprogram with call-by-reference parameter transfer (PROC, VAR) (Page 498)
3.2.3.3

Number of program repetitions (P)

If a subprogram is to be executed several times in succession, the desired number of program
repetitions can be entered at address P in the block with the subprogram call.
Subprogram call with program repetition and parameter transfer
Parameters are transferred only when the program is called, i.e., on the first run. The
parameters remain unchanged for the remaining repetitions. If you want to change the
parameters during program repetitions, you must make the appropriate provision in the
subprogram.
Syntax
<program name> P<value>
Meaning
<program name>:
P:
526
Main program
N30 LENGTH=15.3 WIDTH=20.2 DEPTH=5
N40 BORDER(LENGTH,WIDTH,DEPTH)
or
N40 BORDER(15.3,20.2,5)
CAUTION
Subprogram call
Address to program program repetitions
Programming Manual, 12/2019, 6FC5398-2EP40-0BA0
NC programming

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Sinumerik 840de sl

Table of Contents