Siemens SINUMERIK 802D sl Programming And Operating Manual page 205

Surface grinding
Hide thumbs Also See for SINUMERIK 802D sl:
Table of Contents

Advertisement

Address
Meaning
CHR
Chamfer;
in the contour
definition
CR
Radius for circular
interpolation
CYCLE...
Machining cycle
CYCLE406
Z positioning with grinding wheel
CYCLE407
Safety position
CYCLE408
3-stage plunge cut workshop cycle
(roughing, finishing and fine-finishing)
CYCLE409
3-stage surface grinding workshop cycle
(roughing, finishing and fine-finishing)
CYCLE426
Oscillating plunge cutting
CYCLE427
Surface grinding with continuous infeed
CYCLE428
Surface grinding with intermittent infeed
CYCLE429
Profile grinding
CYCLE430
Dressing with profile roller
DC
Absolute coordinate;
approach position
directly(for rotary
axis, spindle)
DEF
Definition instruction
FRC
Non-modal feedrate
for chamfer/rounding
Surface grinding
Programming and Operating Manual, 11/2012, 6FC5398-5CP10-3BA0
Value assignments
Information
0.001 ... 99
Inserts a chamfer of the
999.999
specified leg length between
two contour blocks
0.010 ... 99
One possibility of defining a
999.999
circle when using G2/G3
Negative sign - for
selecting the circle:
greater than
semicircle
Only specified
The call of the machining cycles
values
requires a separate block; the
appropriate transfer parameters
must be loaded with values.
Special cycle calls are also
possible with an additional
MCALL or CALL.
-
It is also possible to specify the
dimensions for the end point of
a rotary axis with DC(...)
irrespective of G90/G91; also
applies to spindle positioning
Defining a local user variable of
the type
BOOL, CHAR, INT, REAL,
directly at the beginning of the
program
0, >0
In case FRC=0: Feedrate Fwill
act
10.1 Fundamental principles of NC programming
Programming
N10 X... Z.... CHR=...
N11 X... Z...
See G2, G3
N10 CYCLE406(...) ;
separate block
N10 CYCLE407(...) ;
separate block
N10 CYCLE408(...) ;
separate block
N10 CYCLE409(...) ;
separate block
N10 CYCLE426(...) ;
separate block
N10 CYCLE427(...) ;
separate block
N10 CYCLE428(...) ;
separate block
N10 CYCLE429(...) ;
separate block
N10 CYCLE430(...) ;
separate block
N10 A=DC(45.3) ;Approach
absolute position of the A
axis directly
N20 SPOS=DC(33.1);
Position spindle
DEF INT VARI1=24, VARI2 ;
2 variables of the type INT
; name defined by user
For the unit, see F and G94,
G95;
for chamfer/rounding, see
CHF, CHR, RND
Programming
205

Advertisement

Table of Contents
loading

Table of Contents