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