OPTIMUM
M A S C H I N E N - G E R M A N Y
808D
Page 323
Create Part Program Part 1
Brief instruction 808D Milling
Operating and Programming — Milling
Create Part Program Part 1
Description
This unit describes how to create a part program, edit the part program and get to know
the most important CNC commands required to produce a workpiece.
Content
Basic Theory
system
End
User
Machine
A standard program structure is not needed but is
recommended in order to provide clarity for the machine
operator. We recommend the following structure:
N5 G17 G90 G54 G71
N10 T1 D1 M6
N15 S5000 M3 G94 F300
N20 G00 X100 Y100 Z5
N25 G01 Z-5
N30 Z5
N35 G00 Z500 D0
N40 T2 D1 M6
N45 S3000 M3 G94 F100
N50 G00 X50 Y50 Z5
N55 G01 Z-5
N60 Z5
N65 G00 Z500 D0
N70 T3 D1 M6
N75 S3000 M3 G94 F100
N80 G00 X50 Y50 Z5
N85 G01 Z-5
N90 Z5
N95 G00 Z500 D0
N100 G00 G40 G53 X0 Y0 Z500 D0
M30
Header
Geometry data / motion
Return to change tool
Program
structure
T, F, S function
T, F, S function
T, F, S function
Geometry data / motion
Geometry data / motion
End/stop motion
Return to change tool
Return to change tool