Siemens SINUMERIK 840D sl Programming Manual page 184

Nc programming
Hide thumbs Also See for SINUMERIK 840D sl:
Table of Contents

Advertisement

Fundamentals
2.9 Motion commands
Examples
Example 1: Adaptation of the relative G0 tolerance
Program code
COMPCAD G645 G1 F10000
X... Y... Z...
X... Y... Z...
X... Y... Z...
G0
G0
CTOL=0.02
STOLF=4
G1 X... Y... Z...
X... Y... Z...
X... Y... Z...
G0 X... Y... Z...
X... Y... Z...
...
Example 2: Adaptation of the absolute G0 tolerances
The following absolute G0 tolerances should be preset in the machine data:
● G0 contour tolerance: 0.1
● G0 orientation tolerance: 1.0
These tolerances should be temporarily adapted in the part program:
Program code
COMPCAD G645 G1 F10000
X... Y... Z...
X... Y... Z...
X... Y... Z...
G0
G0
CTOLG0=0.2 OTOLG0=2.0
G1 X... Y... Z...
X... Y... Z...
X... Y... Z...
G0 X... Y... Z...
X... Y... Z...
...
184
X... Y... Z...
X... Y... Z...
X... Y... Z...
X... Y... Z...
Comment
; Compressor function COMPCAD
; The machine and setting data apply here.
; Machine data $MC_G0_TOLERANCE_FACTOR (e.g. =3) is ef-
fective here, i.e. a smoothing tolerance of:
$MC_G0_TOLERANCE_FACTOR * $MA_COMPRESS_POS_TOL
; A contour tolerance of 0.02 mm is applied starting
from here.
; From here, a G0 tolerance factor of 4 applies, i.e. a
contour tolerance of 0.08 mm.
Comment
; Compressor function COMPCAD
; The configured workpiece machining tolerances apply
from here.
; The configured absolute G0 tolerances apply here.
; Programming the absolute G0 tolerances.
; The programmed G0 tolerances apply from here.
Programming Manual, 12/2019, 6FC5398-2EP40-0BA0
NC programming

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Sinumerik 840de sl

Table of Contents