بسم الله الرحمن الرحيم (SAMPLE PROGRAM G02EX3) Done by: Omar Al-Shehri Hassan Al-Saqqaf King Saud University College of Engineering Industrial Engineering.

Slides:



Advertisements
Similar presentations
Introduction to CNC Machining
Advertisements

Machine Descriptions etc. Machine Tool Paul Streff Clark High School.
Introduction to G-Code Programming
Computer Numeric Control
Industrial Engineering Program King Saud University
NC and CNC machines and Control Programming
Circular interpolation
Computer Integrated Manufacturing CIM
3300M CNC Control Lines and Arcs. Lines and arcs can be access in two ways. 1. Using hot keys. 2.Using soft keys Press 1 Rapid 2 Line 3 Arc Accesses Rapid.
CNC Programming “Milling”
Machining and CNC Technology
G-Code Fundamentals.
Know the Code… Students will participate in an activity that will help them understand CNC programming and how machines read programmed information.
ENGR480 Manufacturing Systems Spring ENGR480 Manufacturing Systems Class MWF 10:00 (CSP165) Lab Tue 2:00 (KRH105) Read Syllabus for other info.
The code which controls the CNC machine.
Manufacturing Automation
Manufacturing Processes
Industrial Engineering Department King Saud University
Production Technology (IND 006) Preparatory Year, Faculty of Engineering, Fayoum University Dr. Ahmed Salah Abou Taleb Lecturer, Industrial Engineering.
Rapid Prototyping Computer Numerical Control Programming (CNC) Some Machines: –Vertical machining Centers –CNC Turret lathes –Gantry Machines Geometric.
Industrial Engineering Department King Saud University
Computer Integrated Manufacturing CIM
Circumference & Arc Length. Circumference The distance around a circle C = 2r or d.
H4CL-M M-codes and G-Codes
china.com/2f0j00zZFTqvdREfoe/Hobby-Lover-Metal-Lathe- W10003M-.jpg Chuck Tailstock Cross Slide Toolpost Centre Cutting tool Saddle.
6.1.2 Angles. Converting to degrees Angles in radian measure do not always convert to angles in degrees without decimals, we must convert the decimal.
CNC Programming Prepared by Reza.
Motion Statements G00Linear Movement (rapid) G01Linear Movement (feed) G02Circular Movement (cw feed) G03Circular Movement (ccw feed) CNC Programming.
Preparatory NC Codes G00Linear Movement (rapid) G01Linear Movement (feed) G02Circular Movement (cw) G03Circular Movement (ccw) G70Inch units G71Metric.
Arc Length and Area of a Sector Trigonometry MATH 103 S. Rook.
Alpha numerical program input
G & M Codes Computer Integrated Manufacturing
Tarbiat Modares University, Faculty of Electrical & Computer Engineering, Hassan Ghassemian بسم الله الرحمن الرحيم Tarbiat Modares University Faculty of.
(0,0) The Cartesian Coordinate System I IV III II +,- -,- +,+ -,+ Y+ Y- Z+ Z- X+ X- Basis for plotting all machine table positions The left/right axis.
Numerical Control Programming
Introduction To CNC-Programming
The Cartesian Coordinate System
Kim Jun-Hyo. 1.What is the Hwa-Cheon company? 2.What makes Hwa-Cheon company? 3.Line up ( many kind of machinery in company)
Drilling Drills produces deep holes. Drilling machine Insert drill
Milling Su-Jin Kim Milling Machine 0. Old milling:
Lathe Operations. Numerical Control CNC or Computer Numerical Control is a term derived from NC or Numerical Control. NC refers to Control of a process.
Dr. HABEEB HATTAB HABEEB Dr. HABEEB HATTAB HABEEB Office: BN-Block, Level-3, Room Ext. No.: 7292 UNITEN.
CNC Programming Lathe Axes Designation Lathe Lathe Axes Designation.
IPAN 4th Project Meeting Lisbon, 10th until 14th of March 2014 …teacher Workshop 1.
Cutting Speeds and Feeds
Milling Defined The process of cutting away material by feeding a workpiece past a rotating multiple tooth cutter.
CNC Codes and Letters NOTE: The following will be a listing and description of Computer Numerical Control (CNC) Codes and Letter designations. We will.
SNS COLLEGE OF ENGINEERING
Umm Al-Qura University
Umm Al-Qura University
By Martinus Bagus Wicaksono
G-Code 101 With the Mike Mattera
Special motion types Special interpolation types Helical motion
An Introduction to Process Planning and G-Code
بسم الله الرحمن الرحيم.
COMPUTER INTEGRATED MANUFACTURING
Umm Al-Qura University
Part Programming Turning Applications.
MACH 118: Lathe & Vertical Mill I
Vertical Milling.
بسم الله الرحمن الرحيم membrane characterization methods Mohammed Fuseini Chemical and Petrochemical Engineering Department Egypt-Japan University of Science.
CNC Programming for Mill
Lathe Coordinate System
♠ ♠ ♠ ♠ ♠ ♠ ♠ ♠ Objectives القرص الدوار والدولاب مجلس أبوظبي للتعليم
CNC Programming for Mill
Computer Integrated Manufacturing
CNC Programming for Mill
CNC Machine Language گرد آورنده: بابک دلخون
بِسْمِ اللَّه الرّحمن الرَّحِيم
Prepared by Reza. Motivation and uses To manufacture complex curved geometries in 2D or 3D was extremely expensive by mechanical means (which usually.
Presentation transcript:

بسم الله الرحمن الرحيم (SAMPLE PROGRAM G02EX3) Done by: Omar Al-Shehri Hassan Al-Saqqaf King Saud University College of Engineering Industrial Engineering Department Description of Some MasterCAM Program’s Codes 1427/1428

Workpiece Size: X4, Y3, Z1 Tool: Tool #2, 1/4” Slot Drill Tool Start Position: X0, Y0, Z1 % :1003 N5 G90 G20 N10 M06 T2 N15 M03 S1200 N20 G00 X1 Y1 N25 Z0.1 N30 G01 Z-0.1 F5 Start the program The program number Use the absolute positioning Use the Inch’s units Change the tool into the tool number 2 Rotate the spindle in the counter clock wise direction by 1200 rpm Position the tool rapidly into x=1, y=1 and z=1 Position the tool rapidly into x=1, y=1 and z=0.1 The cutting start linearly by a feed rate of 5 ipm “ sign means ( Inch )

N35 G02 X2 Y2 I1 J0 F20 Cut linearly up to the point of x=3.5, y=2 20 ipmN40 G01 X3.5 Cut an arc in the CW direction using IJ technique with radius of I1, J0,from the point x=1, y=1 and z=-0.1upto x=2, y=2 and a feed rate of 20 ipm N45 G02 X3 Y0.5 R2Cut an arc in the CW direction with a radius of 2 in.,up to the point of 20 ipm N30 G01 Z-0.1 F5 N25 Z0.1 N20 G00 X1 Y1 N50 X1 Y1 R2Cut an arc with a radius of 2 in.,up to the point of

N50 X1 Y1 R2 N55 G00 Z0.1Move rapidly without cutting to the point of (1, 1,.01 ) N60 X2 Y1.5 Move rapidly without cutting to the point of ( 2, 1.5,.01 ) N65 G01 Z-0.25Start cutting linearly up to the point ( 2, 1.5, ) (feed = 20 ipm ) N70 G02 X2 Y1.5 I0.25 J-0.25 Complete a circle by cutting with the feed of 20 ipm N75 G00 Z1Move rapidly without cutting to the point of ( 2, 1.5, 1 ) N80 X0 Y0 Move rapidly without cutting to the point of ( 0, 0, 1 ) N85 M05 N90 M30 Spindle off Program end