Siemens sinumerik 808d Programming And Operating Manual page 17

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

Advertisement

Address
Significance
Mn=3
CW rotation of spindle
Mn=4
CCW rotation of spindle (for spindle n)
Mn=5
Spindle stop (for spindle n)
M6
Tool change
M40
Automatic gear stage switching
Mn=40
Automatic gear stage switching
(for spindle n)
M41 to M45
Gear stage 1 to gear stage 5
Mn=41 to
Gear stage 1 to gear stage 5 (for spindle n)
Mn=45
M70, M19
-
M...
Remaining M functions
N
Block number -
subblock
:
Block number of a
main block
P
Number of
subroutine passes
R0
Arithmetic
to
parameters
R299
Arithmetic functions
SIN( )
Sine
COS()
Cosine
TAN()
Tangent
ASIN()
Arc sine
Turning Part 2: Programming (Siemens instructions)
Programming and Operating Manual, 05/2012, 6FC5398-5DP10-0BA0
Value assignments
0 ... 9999 9999
only integer, no sign
0 ... 9999 9999
only integer, no sign
1 ... 9999
only integer, no sign
± 0.0000001 ...
9999 9999
(8 decimal places) or
specified as an
exponent:
± (10-300 ... 10+300 )
Degrees
Degrees
Degrees
1.1 Fundamentals of programming
Information
n = 1
n = 1
n = 1
Only if activated with M6 via the
machine control panel;
otherwise, change directly using
the T command
n = 1
n = 1
Reserved; do not use
Functionality is not defined by
the control system and can
therefore be used freely by the
machine manufacturer
Can be used to identify blocks
with a number; is written at the
beginning of a block.
Special block identification, used
instead of N... ; such a block
should contain all instructions for
a complete subsequent
machining step.
Is used if the subroutine is run
several times and is contained in
the same block as the call
In addition to the 4 basic
arithmetic functions using the
operands + - * /, there are the
following arithmetic functions:
Programming principles
Programming
M1=3 ; CW rotation stop
for spindle 1
M1=4 ; CCW rotation
stop for spindle 1
M1=5 ; Spindle stop for
spindle 1
M1=40 ; automatic gear
stage; for spindle 1
M1=41; 1st gear stage for
spindle 1
N20
:20
L781 P... ;separate block
N10 L871 P3 ; three
cycles
R1=7.9431 R2=4
with specification of an
exponent:
R1=-1.9876EX9; R1=-1
987 600 000
R1=SIN(17.35)
R2=COS(R3)
R4=TAN(R5)
R10=ASIN(0.35) ; R10:
20.487 degrees
17

Advertisement

Table of Contents
loading

Table of Contents