Programming and Operating Manual (Milling)
6FC5398-4DP10-0BA6, 09/2017
333
Unit of measurement of the
spindle speed rpm
Dwell time
in block with G4
Dwell time in spindle revolu-
tions
1 ... 32 000
only integer, no sign
The tool change can be per-
formed either directly using
the T command or only with
M6. This can be set in the
machine data.
The dimension can be speci-
fied for the end or center point
of a certain axis, irrespective
of G91.
N10 G91 X10 Z=AC(20) ;X -
incremental dimension,
Z - absolute dimension
Percentage acceler-
ation override
Acceleration override for an
axis or spindle; specified as a
percentage
N10 ACC[X]=80 ;for the X axis
80%
N20 ACC[S]=50;for the spin-
dle: 50%
Absolute coordinate;
approach position in
the positive direction
(for rotary axis,
spindle)
It is also possible to specify
the dimensions for the end
point of a rotary axis with
ACP(...) irrespective of
G90/G91; also applies to
spindle positioning
N10 A=ACP(45.3) ;approach
absolute position of the A axis
in
the positive direction
N20 SPOS=ACP(33.1)
;position spindle
Absolute coordinate;
approach position in
the negative direc-
tion
(for rotary axis,
spindle)
It is also possible to specify
the dimensions for the end
point of a rotary axis with
ACN(...) irrespective of
G90/G91; also applies to
spindle positioning
N10 A=ACN(45.3) ;approach
absolute position of the A axis
in
the negative direction
N20 SPOS=ACN(33.1)
;position spindle
Angle for the specifi-
cation of a straight
line for the contour
definition
Specified in degrees; one
possibility of specifying a
straight line when using G0 or
G1 if only one end-point coor-
dinate of the plane is known or
if the complete end point is
known with contour ranging
over several blocks
N10 G1 G17 X... Y....
N11 X... ANG=...
or contour over several blocks:
N10 G1 G17 X... Y....
N11 ANG=...
N12 X... Y... ANG=...
Specification in degrees, trav-
ersing in polar coordinates,
definition of the pole; in addi-
tion: Polar radius RP
See G0, G1, G2; G3, G110,
G111, G112
Aperture angle for
circular interpolation
Specified in degrees; one
possibility of defining the circle
when using G2/G3
Special form of the cycle call;
no parameter transfer; the
name of the cycle is stored in
a variable;
only intended for cycle-internal
use
N10 CALL VARNAME ; varia-
ble name