808D ADVANCED Page 29 Programming and Operating — Turning
Create Part
Program
Part 1
s
Rapid
motion
G00
When G00 is
active in the
program, the axis
will traverse at the
maximum axis
speed in a
straight line.
N5 G17 G90 G54 G71
N10 T1 D1
N15 S5000 M3 G95 F0.3
N20 G00 X50 Z5
N25 G01 Z-20
N30 Z5
N35 G00 Z500 X200
Straight line (parallel/
unparallel to axis)
Tools and
motion
T1 D1
With the “T”
command the
new tool can be
selected, the ”D”
command is used
to activate the tool
length offset.
N5 G17 G90 G54 G71
N10 T1 D1
N15 S5000 M3 G95 F0.3
N20 G00 X50 Z5
N25 G01 Z-5
N30 Z5
N35 G00 Z500 Z200
Feedrate
Spindle speed
Feed type
Spindle direction
The feedrate is defined in the
program with “F”. Two types of
feedrate are available:
1. Feed per minute →G94
2. Feed per revolution of the
spindle →G95
G94
Defines the feedrate in terms of
time mm/min.
G95
Defines the feedrate in terms of
spindle revolutions mm/rev.
S
The spindle speed is defined
with ”S” S5000
M3/M4
The spindle direction is defined
with M3 and M4, clockwise/
counter-clockwise respectively.
G01
When G01 is active in the pro-
gram, the axis will traverse at
the programmed feedrate in a
straight line, according to the
feedrate type defined by G94 or
G95.
,
N5 G17 G90 G54 G71
N10 T1 D1
N15 S5000 M3 G95 F0.3
N20 G00 X50 Z5
N25 G01 Z-5
N30 Z5
N35 G00 Z500 Z200
N5 G17 G90 G54 G71
N10 T1 D1
N15 S5000 M3 G95 F0.3
N20 G00 X50 Z5
N25 G01 Z-5
N30 Z5
N35 G00 Z500 Z200
Straight line (parallel/
unparallel to axis)
BASIC THEORY