Siemens SINUMERIK 802D Programming And Operating Manual page 232

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

Advertisement

Programming
10.1 Fundamental Principles of NC Programming
Address
Meaning
CYCLE...
Machining cycle
CYCLE406
Z positioning with grinding wheels
CYCLE407
Safety position
CYCLE410
Plunge-cutting
CYCLE411
Multiple plunge-cutting
CYCLE412
Shoulder plunge-cutting
CYCLE413
Oblique plunge-cutting
CYCLE414
Radius grinding
CYCLE415
Oscillation
CYCLE416
Dressing and profiling
CYCLE420
General workpiece data
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
FRCM
Modal feedrate for
chamfer/rounding
FXS
Travel to fixed stop
axis
[
]
232
Value assignments
Information
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
0, >0
In case FRCM=0: Feedrate
Fwill act
Axis:
=1: select
=0: Deselection
Programming and Operating Manual, 07/2009, 6FC5398-4CP10-2BA0
Use the machine identifier N20 G1 X10 Z25 FXS[Z1]=1
Programming
N10 CYCLE406(...) ;
separate block
N10 CYCLE407(...) ;
separate block
N10 CYCLE410(...) ;
separate block
N10 CYCLE411(...) ;
separate block
N10 CYCLE412(...) ;
separate block
N10 CYCLE4130(...)
;separate block
N10 CYCLE414(...) ;
separate block
N10 CYCLE415(...) ;
separate block
N10 CYCLE416(...) ;
separate block
N10 CYCLE420(...) ;
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
For the unit, see F and G94,
G95;
for rounding/modal rounding,
see RND, RNDM
FXST[Z1]=12.3 FXSW[Z1]=2
F...
Cylindrical grinding

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents