Linear Interpolation With Feedrate: G1 - Siemens sinumerik 808d Programming And Operating Manual

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

Advertisement

N40 S200 M3
N50 G95 F0.8
N60 G01 X100 Z100
N70 M30
Remark: Write a new F word if you change G94 - G95.
Information
The G group with G94, G95 also contains the functions G96, G97 for the constant cutting
rate. These functions also influence the S word.
1.3.3

Linear interpolation with feedrate: G1

Functionality
The tool moves from the starting point to the end point along a straight path. For the path
velocity, is determined by the programmed F word .
All the axes can be traversed simultaneously.
G1 remains active until canceled by another instruction from this G group (G0, G2, G3, ...).
Figure 1-8
Programming example
N05 G54 G0 G90 X40 Z200 S500 M3
N10 G1 Z120 F0.15
N15 X45 Z105
N20 Z80
N25 G0 X100
N30 M2
Note: Another option for linear programming is available with the angle specification ANG=.
Turning Part 2: Programming (Siemens instructions)
Programming and Operating Manual, 05/2012, 6FC5398-5DP10-0BA0
; Spindle rotation
; Feedrate in mm/revolution
linear interpolation with G1
; The tool traverses in rapid traverse,
spindle speed = 500 r.p.m., clockwise
; Linear interpolation with feedrate 0.15
mm/revolution
; Retraction in rapid traverse
; End of program
Programming principles
1.3 Axis movements
37

Advertisement

Table of Contents
loading

Table of Contents