Siemens sinumerik 808d Programming And Operating Manual page 19

Hide thumbs Also See for sinumerik 808d:
Table of Contents

Advertisement

Address
Significance
ACP
Absolute
coordinate;
approach position
in the positive
direction
(for rotary axis,
spindle)
ACN
Absolute
coordinate;
approach position
in the negative
direction
(for rotary axis,
spindle)
ANG
Angle for the
specification of a
straight line for the
contour definition
AR
Aperture angle for
circular
interpolation
CALL
Indirect cycle call
CHF
Chamfer;
general use
CHR
Chamfer;
in the contour
definition
CR
Radius for circular
interpolation
CYCLE...
Machining cycle
Turning Part 2: Programming (Siemens instructions)
Programming and Operating Manual, 05/2012, 6FC5398-5DP10-0BA0
Value assignments
-
-
±0.00001 ...
359.99999
0.00001 ... 359.99999
-
0.001 ... 99 999.999
0.001 ... 99 999.999
0.010 ... 99 999.999
Negative sign - for
selecting the circle:
greater than semicircle
Only specified values
1.1 Fundamentals of programming
Information
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
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
Specified in degrees;
one possibility of specifying a
straight line when using G0 or
G1 if only one end-point
coordinate of the plane is known
or
if the complete end point is
known with contour ranging over
several blocks
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
Inserts a chamfer of the
specified chamfer length
between two contour blocks
Inserts a chamfer of the
specified leg length between two
contour blocks
One possibility of defining a
circle when using G2/G3
The call of the machining cycles
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.
Programming principles
Programming
N10 A=ACP(45.3)
;approach absolute
position of the A axis in
the positive direction
N20 SPOS=ACP(33.1)
;position spindle
N10 A=ACN(45.3)
;approach absolute
position of the A axis in
the negative direction
N20 SPOS=ACN(33.1)
;position spindle
N10 G1 X... Z....
N11 X... ANG=...
or contour over several
blocks:
N10 G1 X... Z...
N11 ANG=...
N12 X... Z... ANG=...
See G2, G3
N10 CALL VARNAME ;
variable name
N10 X... Z.... CHF=...
N11 X... Z...
N10 X... Z.... CHR=...
N11 X... Z...
See G2, G3
19

Advertisement

Table of Contents
loading

Table of Contents