Siemens SINUMERIK 808D ADVANCED Programming And Operating Manual page 267

Operator-panel-based cncs
Hide thumbs Also See for SINUMERIK 808D ADVANCED:
Table of Contents

Advertisement

Address
Significance
CYCLE90
Thread milling
LONGHOLE Elongated hole
CYCLE832
High speed settings
DC
Absolute coordinate;
approach position
directly (for rotary
axis, spindle)
DEF
Definition instruction
DISCL
Approach/retraction
distance of infeed
motion for machining
plane (SAR)
DISR
Approach/retraction
distance or radius
(SAR)
FAD
Velocity for the
infeed (SAR)
FRC
Non-modal feedrate
for chamfer/rounding
FRCM
Modal feedrate for
chamfer/rounding
GOTOB
GoBack instruction
GOTOF
GoForward
instruction
IC
Coordinate specified
using incremental
dimensions
Programming and Operating Manual (Milling)
6FC5398-4DP10-0BA1, 01/2014
Value assignments
Information
-
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 user variable of the
BOOL, CHAR, INT, REAL,
STRING[n] type; define
directly at the beginning of the
program
-
Safety clearance for speed
switchover for infeed motion;
note: G340, G341
-
G147/G148: Distance of the
cutter edge from the starting
or end point of the contour
G247, G347/G248, G348:
Radius of the tool center
pointpath
-
Speed takes effect after the
safety clearance is reached for
the infeed;
note: G340, G341
0, >0
When FRC=0, feedrate F will
act
0, >0
When FRCM=0, feedrate F
will act
-
A GoTo operation is
performed to a block marked
by a label; the jump
destination is in the direction
of the program start.
-
A GoTo operation is
performed to a block marked
by a label; the jump
destination is in the direction
of the end of the program.
The dimension can be
specified for the end or center
point of a certain axis
irrespective of G90.
Programming
N10 CYCLE90(...); separate
block
N10 LONGHOLE(...); separate
block
N10 CYCLE832(...); 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;
two variables of the INT type;
name defined by the user
DEF STRING[12]
VARS3="HELLO" ; max. 12
characters
See G147, G148, G247,
G248, G347, G348
See G147, G148, G247,
G248, G347, G348
See G147, G148, G247,
G248, G347, G348
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
N10 LABEL1: ...
...
N100 GOTOB LABEL1
N10 GOTOF LABEL2
...
N130 LABEL2: ...
N10 G90 X10 Z=IC(20); Z -
incremental dimension, X -
absolute dimension
267

Advertisement

Table of Contents
loading

Table of Contents