Positional Data; Programming Dimensions - Siemens SINUMERIK 802D sl Programming And Operating Manual

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

Advertisement

Address
Meaning
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
machining step
STARTFIFO Start of fast
machining step
STOPRE
Preprocessing stop
G05
Activates oblique
plunge-cutting
G07
Approach starting
position
10.2

Positional data

10.2.1

Programming dimensions

In this section you will find descriptions of the commands, with which you can directly
program dimensions taken from a drawing. This has the advantage that no extensive
calculations have to be made for NC programming.
Note
The commands described in this section stand in most cases at the start of a NC program.
The way, in which these functions are combined, is not intended to be a patent remedy. For
example, the choice of working plane may be made at another point in the NC program. The
real purpose of this and the following sections is to illustrate the conventional structure of an
NC program.
Surface grinding
Programming and Operating Manual, 11/2012, 6FC5398-5CP10-3BA0
Value assignments
Information
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
spindle stops at the specified
position (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.
Can only be set with inclined
axis (TRAANG)
Can only be set with inclined
axis (TRAANG)
Programming
10.2 Positional data
Programming
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
G05 X...
G07 X... Z...
209

Advertisement

Table of Contents
loading

Table of Contents