[go: up one dir, main page]

0% found this document useful (0 votes)
313 views5 pages

CNC Lathe Programming Guide

This document contains a CNC programming sheet for turning a threaded rod on a lathe. It includes setup information for the workpiece which is 20mm in diameter and 45mm long. The programming sheet then outlines the steps to run surface turning, grooving, and threading cycles using tools T0101, T0202, and T0303 respectively. Each cycle includes setup, material removal, and shutdown sections with code for positioning the tools and controlling feed, speed, and spindle functions.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
313 views5 pages

CNC Lathe Programming Guide

This document contains a CNC programming sheet for turning a threaded rod on a lathe. It includes setup information for the workpiece which is 20mm in diameter and 45mm long. The programming sheet then outlines the steps to run surface turning, grooving, and threading cycles using tools T0101, T0202, and T0303 respectively. Each cycle includes setup, material removal, and shutdown sections with code for positioning the tools and controlling feed, speed, and spindle functions.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

Nama Praktikan : _________________________________________________

Workpiece Size : _________________________________________________


Tool : T0101 (Pahat Straight Cutting)
T0202 (Pahat Grooving, lebar 2mm)
T0303 (Pahat Ulir)
_________________________________________________
Tool Start Position : _________________________________________________

Gambar Bentuk Akhir Produk

CNC Programming Part Name: Poros Ulir Beralur Program by


Sheet
Machine: Denford CNC Lathe Date Page:
Set up information
Setup Benda Kerja
Diameter (D) = 20 ; Panjang (L) = 45

Surface Turning:
Langkah 1. Setup Program
N G X Y Z P, Q R F S T M D
Code Position Position Position Position Radius Feed Speed Tool Misc. Depth
Or of cut
Retract

%
1001
N05 G21
G40
N10 T0101 M06
N15 S500 M03
N20 M08

Langkah 2. Material Removal:


N G X Y Z P, Q R F S T M D
Code Position Position Position Position Radius Feed Speed Tool Misc. Depth
Or of cut
Retract
Atau

Langkah 3. Program Shutdown

Grooving:

Langkah 1. Setup Program


N G X Y Z P, Q R F S T M D
Code Position Position Position Position Radius Feed Speed Tool Misc. Depth
Or of cut
Retract

%
1002
N05 G21
G40
N10 T0202 M06
N15 S250 M03
N20 M08

Langkah 2. Material Removal:


N G X Y Z P, Q R F S T M D
Code Position Position Position Position Radius Feed Speed Tool Misc. Depth
Or of cut
Retract

Langkah 3. Program Shutdown

Ulir (Threading)

Langkah 1. Setup Program


N G X Y Z P, Q R F S T M D
Code Position Position Position Position Radius Feed Speed Tool Misc. Depth
Or of cut
Retract

%
1003
N05 G21
G40
N10 T0303 M06
N15 S250 M03
N20 M08

Langkah 2. Material Removal:


N G X Y Z P, Q R F S T M D
Code Position Position Position Position Radius Feed Speed Tool Misc. Depth
Or of cut
Retract

Langkah 5. Program Shutdown


N G X Y Z P, Q R F S T M
Code Position Position Position Position Radius Feed Speed Tool Misc.
Or
Retract

You might also like