Siemens SINUMERIK 802D sl Programming And Operating Manual page 206

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

Advertisement

Programming
10.1 Fundamental principles of NC programming
Address
Meaning
FRCM
Modal feedrate for
chamfer/rounding
FXS
Travel to fixed stop
axis
[
]
axis
FXST [
]
Clamping torque,
travel to fixed stop
axis
FXSW [
] Monitoring window,
travel to fixed stop
GOTOB
GoBack instruction
GOTOF
GoForward
instruction
IC
Coordinate specified
using incremental
dimensions
IF
Jump condition
LIMS
Upper limit speed of
the spindle with G96,
G97
MEAS
Measurement with
deletion of distance-
to-go
206
Value assignments
Information
0, >0
In case FRCM=0: Feedrate
Fwill act
Axis:
=1: select
=0: Deselection
> 0.0 ... 100.0
in %, max. 100% from the max.
torque of the drive,
axis:
> 0.0
Unit of measurement mm or
degrees, axis-specific,
axis:
-
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.
-
If the jump condition is fulfilled,
the GoTo operation to the block
with the following
performed;
instruction/block will follow.In
one block,
several IF instructions are
possible.
Relational operators:
= = equal, <> not equal
> greater than, < less than
>= greater than or equal to
<= less than or equal to
0.001 ... 99
Limits the spindle speed with
999.999
the G96 function enabled -
constant cutting rate and G97
+1
=+1: Measuring input 1, rising
-1
edge
=-1: Measuring input1, falling
edge
Programming and Operating Manual, 11/2012, 6FC5398-5CP10-3BA0
Use the machine identifier N20 G1 X10 Z25 FXS[Z1]=1
Use the machine identifier
Use the machine identifier
label is
, otherwise, the next
Programming
For the unit, see F and G94,
G95;
for rounding/modal rounding,
see RND, RNDM
FXST[Z1]=12.3 FXSW[Z1]=2
F...
N30 FXST[Z1]=12.3
N40 FXSW[Z1]=2.4
N10 LABEL1: ...
...
N100 GOTOB LABEL1
N10 GOTOF LABEL2
...
N130 LABEL2: ...
N10 G90 X10 Z=IC(20) ;Z -
incremental dimension,
X - absolute dimension
N10 IF R1>5 GOTOF
LABEL3
...
N80 LABEL3: ...
See G96
N10 MEAS=-1 G1 X... Z...
F...
Surface grinding

Advertisement

Table of Contents
loading

Table of Contents