Siemens sinumerik 808d Programming And Operating Manual page 21

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

Advertisement

Address
Significance
DC
Absolute
coordinate;
approach position
directly(for rotary
axis, spindle)
DEF
Definition
instruction
DITS
Run-in path
with thread G33
DITE
Run-out path
with thread G33
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
Turning Part 2: Programming (Siemens instructions)
Programming and Operating Manual, 05/2012, 6FC5398-5DP10-0BA0
Value assignments
-
-1 ... < 0,
0,
> 0
-1 ... < 0,
0,
> 0
0, >0
0, >0
-
-
1.1 Fundamentals of programming
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 local user variable of
the type
BOOL, CHAR, INT, REAL,
directly at the beginning of the
program
Starting with configured axis
acceleration;
starting with sudden
acceleration;
run-in path specified, if
necessary with axis overload
Braking with configured axis
acceleration.
Braking with sudden
acceleration,
specification of run-out path,
with rounding
When FRC=0, feedrate F will act For the unit, see F and
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 principles
Programming
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
N10 G33 Z50 K5 DITS=4
N10 G33 Z50 K5 DITE=4
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
21

Advertisement

Table of Contents
loading

Table of Contents