Siemens SINUMERIK 802D sl Programming And Operating Manual page 46

Hide thumbs Also See for SINUMERIK 802D sl:
Table of Contents

Advertisement

Programming
3.1 Fundamental Principles of NC Programming
Address
Meaning
RNDM
Modal rounding
RPL
Angle of rotation with
ROT, AROT
SET( , , , )
Set values for the
variable fields
REP()
SETMS(n)
Define spindle as
SETMS
master spindle
SF
Thread starting point
when using G33
SPI(n)
converts the spindle
number n into the
axis identifier
SPOS
spindle position
SPOS(n)
STOPFIFO
Stops the fast ma-
chining step
STARTFIFO Start of fast machin-
ing step
STOPRE
Preprocessing stop
TRAFOOF
Switch off TRAANG
TRAANG
Inclined axis trans-
formation
G05
Activates oblique
plunge-cutting
G07
Approach starting
position
3-16
Value assignments
Information
0.010 ... 99
- Inserts roundings with the
999.999
specified radius value tangen-
tially at the following contour
corners; special feedrate possi-
0
ble:FRCM= ...
- Modal rounding OFF
±0.00001 ...
Specification in degrees; angle
359.9999
for a programmable rotation in
the current plane G17 to G19
SET: Various values, from the
specified element up to: accord-
ing to the number of values
REP: the same value, from the
specified element up to the end
of the field
n= 1 or n= 2
n: Number of the spindle,
if only SETMS is set, the default
master spindle comes into
effect
0.001 ... 359.999
Specified in degrees; the thread
starting point with G33 will be
offset by the specified value
n =1 or =2,
axis identifier: e.g. "SP1" or "C"
0.0000 ... 359.9999 specified in degrees; the spin-
dle stops at the specified posi-
tion (to achieve this, the spindle
must provide the appropriate
technical prerequisites: position
control)
Spindle number n: 1 or 2
Special function;
filling of the buffer memory until
STARTFIFO, "Buffer memory
full" or "End of program" is
detected.
Special function;
the buffer memory is filled at the
same time.
Special function; the next block
is only decoded if the block
before STOPRE is completed.
-
Disables all kinematic transfor-
mations
Can only be set with inclined
axis (TRAANG)
Can only be set with inclined
axis (TRAANG)
Programming and Operating manual, 06/2006, 6FC5398-4CP10-0BA0
Programming
N10 X... Y.... RNDM=.7.3
;modal rounding ON
N11 X... Y...
....
N100 RNDM=.0 ;modal
rounding OFF
see ROT, AROT
DEF REAL
VAR2[12]=REP(4.5) ; all
elements value 4.5
N10 R10=SET(1.1,2.3,4.4) ;
R10=1.1, R11=2.3, R4=4.4
N10 SETMS(2) ; separate
block, 2nd spindle = master
See G33
N10 SPOS=....
N10 SPOS=ACP(...)
N10 SPOS=ACN(...)
N10 SPOS=IC(...)
N10 SPOS=DC(...)
STOPFIFO; separate block,
start of filling
N10 X...
N20 X...
N30 X...
STARTFIFO ;separate block,
end of filling
STOPRE ; separate block
TRAFOOF ; separate block
TRAANG(30) ; 30°
G05 X...
G07 X... Z...
Grinding

Advertisement

Table of Contents
loading

Table of Contents