0% found this document useful (0 votes)
13 views3 pages

CNC Lathe Programming Guide

The document outlines a CNC lathe programming assignment submitted by students in the BEME-F-23-A class. It includes specific G-code instructions for various machining operations such as facing, threading, and contouring. The submission is addressed to Engr. Sarmad Fayyaz and dated June 03, 2025.

Uploaded by

clothbaby12
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views3 pages

CNC Lathe Programming Guide

The document outlines a CNC lathe programming assignment submitted by students in the BEME-F-23-A class. It includes specific G-code instructions for various machining operations such as facing, threading, and contouring. The submission is addressed to Engr. Sarmad Fayyaz and dated June 03, 2025.

Uploaded by

clothbaby12
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Manufacturing Process – I Lab

CNC Lathe Programming

Submitted by:
Mohasin Ali Sajid 231081
Komail Ali 231051
Ahsan Arshad 231096
Talha Hussain 231099

Class:
BEME-F-23-A

Submitted to:
Engr. Sarmad Fayyaz

Date: June 03, 2025


Code:
G18 G90 G71 G40
G95 G54
LIMS=2000
;TECHNOLOGY
T2 D1
G96 S300 M03
;MOTION
;FACING
G00 X38 Z0
G01 F0.08 X-2
G00 Z2
X35
M01 ;OPTIONAL STOP
;TECHNOLOGY
G96 S250 M03
;MOTION
CYCLE95( "CONTOUR:CONTOUR_E", 1.50000, ,, 0.10000, 0.10000, 0.10000, 0.08000, 9, , ,)
G00 X30
Z0
G01 X30 Z-69.5 F0.08
Z-100
G00 X35
Z50
;THREADING
T1 D1
CYCLE99( 17.00000, 14.00000, 0.00000, 0.00000, , ,0.92000, 0.10000, ,0.00000, 1, 1, 1.50000,
300101, 1, ,0, 0, 0, 0, 0, 0, 0, 1, , , ,0)
G00 X35 Z10
T7 D1
G01 Z-78.5 F0.08
X25
X35
Z-84.5
X25
X35
Z-104
X0
M30
;*************CONTOUR************
CONTOUR:
;#7__DlgK contour definition begin - Don't change!;*GP*;*RO*;*HD*
G18 G90 DIAMON;*GP*
G0 Z0 X14 ;*GP*
G1 Z-20 ;*GP*
X20 ;*GP*
G3 Z-29.44 X24.6 K=AC(-25) I=AC(20) ;*GP*
G2 Z-39.44 X21.391 K=AC(-35.033) I=AC(30.396) ;*GP*
G3 Z-60.419 X21.4 K=AC(-49.932) I=AC(-.05) ;*GP*
G1 Z-69.5 X30 ;*GP*
;CON,V64,2,0.0000,6,6,MST:1,2,AX:Z,X,K,I;*GP*;*RO*;*HD*
;S,EX:0,EY:14,ASE:0;*GP*;*RO*;*HD*
;LL,EX:-20;*GP*;*RO*;*HD*
;LU,EY:20;*GP*;*RO*;*HD*
;ACCW,DIA:210/0,EY:24.6,AT:0,RAD:5;*GP*;*RO*;*HD*
;ACW,DIA:207/0,EX:-39.44,AT:0,RAD:6.3;*GP*;*RO*;*HD*
;ACCW,DIA:210/0,EY:21.4,AT:0,RAD:15;*GP*;*RO*;*HD*
;LA,EX:-69.5,EY:30;*GP*;*RO*;*HD*
;#End contour definition end - Don't change!;*GP*;*RO*;*HD*
CONTOUR_E:;************* CONTOUR ENDS ************

You might also like