Cycle Call; Parameter List With Constant Values; Parameter List With Variables As Transfer Parameters - Siemens SINUMERIK 840D Programming Manual

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

Advertisement

12.97
1
No plausibility checks are made of parameter values
with a discrete or limited value range unless an error
response has been specifically described for a cycle.
If the parameter list contains more entries than defined
as parameters in the cycle when the cycle is called, the
general NC alarm 12340 "Too many parameters" is
generated. The cycle is not executed in this case.

Cycle call

The various methods for writing a cycle call are shown
in the following example, CYCLE100, which requires the
following input parameters.
Example
FORM
Definition of the form to be machined
Values: E and F
MID
Infeed depth (to be entered without a sign)
FFR
Feedrate
VARI
Machining type
Values: 0, 1 or 2
FAL
Final machining allowance
The cycle is called with command
CYCLE100 (FORM, MID, FFR, VARI, FAL).

1. Parameter list with constant values

Rather than input individual parameters, you can
directly enter the concrete values to be used in the
cycle.
Example
CYCLE100 ("E", 5, 0.1, 1, 0)
2. Parameter list with variables as transfer
parameters
You can transfer the parameters as arithmetic
variables that you define and assign values before
you call the cycle.
 Siemens AG 2000 All rights reserved.
SINUMERIK 840D/840Di/810D/FM-NC Programming Guide, Cycles (PGZ) - 04.00 Edition
1.3 Programming cycles
Cycle call
General
1
1-23

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Sinumerik 840diSinumerik 810dSinumerik fm-nc

Table of Contents