SlideShare una empresa de Scribd logo
1 de 38
Study of Operational Concepts of  Conventional and CNC Machines - Lathe & Milling Pratik Basu Final year B.E student Lingaya’s Inst. Of Mgmt. & Tech.
Overview ,[object Object]
ABOUT NPL ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Workshop ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],NPL has a large, fully furnished Central Workshop consisting of various kinds of automated as well as manually controlled machines along with divisions like: The workshop staff consists of skilled professional staff for producing Ultra High Precision parts. One of the most important jobs performed by the workshop is to provide the various R&D departments with the spare parts of machineries that are not easily available. This leads to saving of adequate amount of time and money.
Conventional machines section ,[object Object],[object Object],[object Object],[object Object],[object Object],Drilling machine Power hacksaw
And several other machines for sheet metal work, electroplating etc. , as well as callipers, micrometers etc. for measurement and testing. ,[object Object],[object Object],Surface grinder Slotting machine
Lathe Machine The 2 principal conventional machines on which we are focusing are the lathe and milling machines. Lathes are designed for precisely machining relatively hard materials.   With their inherent versatility, they are used in a wide range of applications, and can machine a broad range of materials. These lathe machine  removes material from a rotating work piece via the linear movements of various cutting tools, such as tool bits and drill bits.
Operations performed on a lathe ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Types of lathe ,[object Object],[object Object],[object Object],[object Object],[object Object]
Milling machine A milling machine is a machine tool used for the shaping of metal and other solid materials. Its basic form is that of a rotating cutter, which rotates about the spindle axis (similar to a drill), and a table to which the workpiece is affixed. In contrast to the lathe machine, in the milling machine the workpiece moves longitudinally against the rotating cutter. Milling machines may be operated manually or by CNC.
Types of milling cutters In  vertical mills , milling cutters with solid shafts are usually used.  End mills  are designed for cutting slots, keyways and pockets.  Two fluted end mills  can be used to plunge into work like a drill.   Ball end mills  can produce a fillet.
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Operations done on Milling machines
Computer and Numerically Controlled Machines Numerically Controlled (NC) NC is the operation of M/c tool by a series of coded instructions consisting of numbers, letters of the alphabets and symbols, which the MCU (Machine Control Unit) can understand.  Computer numerically controlled (CNC) When numerical control is performed under computer supervision, it is called computer numerical control (CNC). Computers are the control units of CNC machines. A programmer enters some information in the program, but the computer calculates all necessary data to get the job done.  For both NC and CNC systems, working principles are the same. Only the way in which the execution is controlled is different. Normally, new systems are faster, more powerful, and more versatile.
Various popular CNC control systems   ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],A CNC Milling center by DECKEL
Important terms related to CNC machining   ,[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object]
[object Object],[object Object],Tool insert specification Tool material Tool radius Tool length Tool description Process no. S.no. remark tool time M/C process Process no. S.no.
The construction of CNC machines   ,[object Object],[object Object],[object Object],[object Object],[object Object],2. Computers CNC machines use an on-board computer that allows the operator to read, analyze, and edit programmed information. In CNC machine, computer works on a binary principle, 0 for information and 1 for processing. Special built-in software compiles the user entered program (in code language)  into machine language and the machine moves the tool by its servomotors.
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
5. Tool changers Several different cutting tools are used to produce a part. The tools must be replaced quickly for the next machining operation. For this reason, the majority of NC/CNC machine tools are equipped with automatic tool changers. They allow tool changing without the intervention of the operator.  An  automatic tool changer  grips the tool in the spindle, pulls it out, and replaces it with another tool. Tool changers are equipped for either random or sequential selection.  In  random tool selection  there is no specific pattern of tool selection.  In  sequential tool selection , the tools must be loaded in the exact order in which they are called for in the program.  3.  AC servo motors (controlled by varying the voltage frequency to control speed, more power than a DC servo, used to drive a lead screw and gear mechanism )  4.  Fluid servo motors (variable speed motors, produce more power, in the case of pneumatic motors, than electric servomotors)
WORKING OF CNC MACHINES
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
2.  Processing of CNC programs ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object],3.2 PART PROGRAM STRUCTURE   ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
FUNDAMENTALS OF PROGRAMMING   ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Co-ordinate codes These indicate the co-ordinates for the tool movement. Four to five axis machines can have the following axes. Feed rate (F-code) This specifies the feed rate for the operation. The units may be mm per minute or mm per revolution (indicated by the G-code used), with the decimal point implied at a fixed position from the right. Spindle speed (s-code) This specifies the spindle speed to be used for the operation. Tool Number This indicates to the controller which tool is to be used for the operation. In case of tool adaptors with multiple tool slots, the machine just switches to the next tool without removing the earlier one form the adaptor. J B Y K C Z I A X Circular Interpolation about Cartesian axes Angular positions for the Cartesian axes Cartesian Co-ordinates
Miscellaneous Code (M-code) These codes program various auxiliary functions on the machine tool. The miscellaneous function may be acted upon at the start or the end of the motion described by a block of instruction. With word address format, information need not be repeated in successive blocks if it is to remain the same for subsequent blocks. ISO MISCELLANEOUS FUNCTIONS ( M-Codes )  CODE FUNCTION M00 Program stop, spindle and coolant off M01 Optional programmable stop M02 End of program-often interchangeable with M30 M04 Spindle on CCW M05 Spindle stop M06 Tool change M07 Coolant supply No. 1 on M08 Coolant supply No. 2 on M09 Coolant off M10 Clamp M11 Unclamp M13 Spindle on, CW + Coolant on
M14 Spindle on, CCW + Coolant on M 20 – 29  Unassigned  M30 Program stops at end of tape+ tape rewind M31 Interlock by-pass M40-M45 Gear Changes; otherwise unassigned M90 Reserved for user M99 (Subroutine call) Reserved for user G - Codes (Fanuc Machine Control)   G CODE FUNCTION G00 Positioning (Rapid traverse) G01 Linear Interpolation (Cutting feed) G02 Circular interpolation /Helical cutting CW G03 Circular interpolation/Helical cutting CCW G04 Dwell Time G17 XY plane selection G18 ZX plane selection G19 YZ plane selection G20- 21 Input in inch and mm respectively.
G28 Return to reference point G40 Cutter compensation cancel G41 Cutter compensation left G42 Cutter compensation right G43 Tool length compensation + direction G44 Tool length compensation – direction G53 Machine coordinates system selection G54 - 59 Work co-ordinate system 1 -6 selection G80 Canned cycle cancel G81 Drilling cycle, spot boring G82 Drilling cycle, counter boring G83 Peck drilling cycle G84 Tapping cycle G85 Rough Boring cycle G86 Finish Boring cycle G90 Absolute command G91 Incremental command G92 Programming of absolute zero point G94/98 Feed per minute G95/99 Feed per rotation G96 Constant surface speed control
G97 Constant surface speed controls cancel G98 Return to initial point in canned cycle G99 Return to R point in canned cycle Sample Code   G00 X 5.0 Y 5.0 ; Here we rapid tool movement to co-ordinates (5,5). “Air cutting” is minimized by   G00   and tool need move along a straight line only. G41(Radius compensation on the left side of the profile) G42(Radius compensation on the right side of the profile)
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Tapping cycle (G84) This cycle is used for tapping. Spindle rotated clockwise, when the bottom of the hole reached the spindle is rotated in the reverse direction for retraction.  G84_  X_  Y_  Z_  R_ F_  K_;
Rough Boring cycle (G85) This cycle, is used to bore a hole.  G85  X_  Y_  Z_  R_  F_  K_ ; Finish Boring cycle (G86) This cycle, is used to bore a hole, a better surface finish is obtained. G86  X_  Y_  Z_  R_  F_  K_ ; In all of the above canned cycles, the following parameters need to be provided X_ Y_   :  Hole position data Z_   :  The distance from point R to bottom of the hole R_   :  The distance from the initial level to point R level F_   :  Cutting feed rate K_   :  Number of repeats ,[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
CONCLUSION The importance of lathes and milling machines even if they are conventional cannot be undermined. These machines have played a real important role in bringing about industrial revolution and have laid the foundations. But the bringing about of the new technology in the present era is very important. The conventional machines are required in small quantities whereas the CNC machines must be increased to improve the quantity and quality of production.
Points of difference b/w CNC and Conventional Machines ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Conventional Machine CNC Machine
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]

Más contenido relacionado

La actualidad más candente

Introduction to CNC machine and Hardware.
Introduction to CNC machine and Hardware. Introduction to CNC machine and Hardware.
Introduction to CNC machine and Hardware. aman1312
 
COMPUTER AIDED PROCESS PLANNING (CAPP)
COMPUTER AIDED PROCESS PLANNING (CAPP)COMPUTER AIDED PROCESS PLANNING (CAPP)
COMPUTER AIDED PROCESS PLANNING (CAPP)Victor Al
 
CNC part programming
CNC part programmingCNC part programming
CNC part programmingjntuhcej
 
CNC AND ITS COMPONENTS
CNC AND ITS COMPONENTSCNC AND ITS COMPONENTS
CNC AND ITS COMPONENTSananya0122
 
COMPUTER AIDED PROCESS PLANNING
COMPUTER AIDED PROCESS PLANNINGCOMPUTER AIDED PROCESS PLANNING
COMPUTER AIDED PROCESS PLANNINGjntuhcej
 
Machine tool metorology
Machine tool metorologyMachine tool metorology
Machine tool metorologysreenath T.V
 
Magnestic abrasive finishing process
Magnestic abrasive finishing processMagnestic abrasive finishing process
Magnestic abrasive finishing processrahul lokhande
 
Clamping and Clamping Devices
Clamping and Clamping DevicesClamping and Clamping Devices
Clamping and Clamping DevicesAmruta Rane
 
PPCE unit 2 (ME8793 – PROCESS PLANNING AND COST ESTIMATION )
PPCE unit 2 (ME8793 – PROCESS PLANNING AND COST ESTIMATION )PPCE unit 2 (ME8793 – PROCESS PLANNING AND COST ESTIMATION )
PPCE unit 2 (ME8793 – PROCESS PLANNING AND COST ESTIMATION )TAMILMECHKIT
 
Cnc, dnc & adaptive control
Cnc, dnc & adaptive controlCnc, dnc & adaptive control
Cnc, dnc & adaptive controlparabajinkya0070
 
12 cnc & part programming
12 cnc & part programming12 cnc & part programming
12 cnc & part programmingM Siva Kumar
 

La actualidad más candente (20)

NC, CNC & DNC Machine
NC, CNC & DNC Machine NC, CNC & DNC Machine
NC, CNC & DNC Machine
 
4 tooling in cnc
4 tooling in cnc4 tooling in cnc
4 tooling in cnc
 
Vmc.pptx
Vmc.pptxVmc.pptx
Vmc.pptx
 
Cnc machine centre
Cnc machine centreCnc machine centre
Cnc machine centre
 
Introduction to CNC machine and Hardware.
Introduction to CNC machine and Hardware. Introduction to CNC machine and Hardware.
Introduction to CNC machine and Hardware.
 
Cnc control systems
Cnc control systemsCnc control systems
Cnc control systems
 
COMPUTER AIDED PROCESS PLANNING (CAPP)
COMPUTER AIDED PROCESS PLANNING (CAPP)COMPUTER AIDED PROCESS PLANNING (CAPP)
COMPUTER AIDED PROCESS PLANNING (CAPP)
 
CNC part programming
CNC part programmingCNC part programming
CNC part programming
 
Tool presetting
Tool presettingTool presetting
Tool presetting
 
CNC AND ITS COMPONENTS
CNC AND ITS COMPONENTSCNC AND ITS COMPONENTS
CNC AND ITS COMPONENTS
 
Jigs and Fixture
Jigs and FixtureJigs and Fixture
Jigs and Fixture
 
COMPUTER AIDED PROCESS PLANNING
COMPUTER AIDED PROCESS PLANNINGCOMPUTER AIDED PROCESS PLANNING
COMPUTER AIDED PROCESS PLANNING
 
Machine tool metorology
Machine tool metorologyMachine tool metorology
Machine tool metorology
 
Magnestic abrasive finishing process
Magnestic abrasive finishing processMagnestic abrasive finishing process
Magnestic abrasive finishing process
 
Clamping and Clamping Devices
Clamping and Clamping DevicesClamping and Clamping Devices
Clamping and Clamping Devices
 
PPCE unit 2 (ME8793 – PROCESS PLANNING AND COST ESTIMATION )
PPCE unit 2 (ME8793 – PROCESS PLANNING AND COST ESTIMATION )PPCE unit 2 (ME8793 – PROCESS PLANNING AND COST ESTIMATION )
PPCE unit 2 (ME8793 – PROCESS PLANNING AND COST ESTIMATION )
 
Cnc, dnc & adaptive control
Cnc, dnc & adaptive controlCnc, dnc & adaptive control
Cnc, dnc & adaptive control
 
12 cnc & part programming
12 cnc & part programming12 cnc & part programming
12 cnc & part programming
 
3 numerical control
3 numerical control3 numerical control
3 numerical control
 
Numeric control
Numeric controlNumeric control
Numeric control
 

Destacado

CNC Turning and Milling centres
CNC Turning and Milling centresCNC Turning and Milling centres
CNC Turning and Milling centresAchyuth Padmanabh
 
Cnc Programming Basics
Cnc Programming BasicsCnc Programming Basics
Cnc Programming Basicsshlxtn
 
CNC PROGRAMMING FOR BEGAINER Part 1
CNC PROGRAMMING FOR BEGAINER Part 1CNC PROGRAMMING FOR BEGAINER Part 1
CNC PROGRAMMING FOR BEGAINER Part 1Parveen Kumar
 
Cncpresentation CNC lathe machine
Cncpresentation CNC lathe machineCncpresentation CNC lathe machine
Cncpresentation CNC lathe machineHaseeb Butt
 

Destacado (7)

Cnc Milling
Cnc MillingCnc Milling
Cnc Milling
 
CNC Turning and Milling centres
CNC Turning and Milling centresCNC Turning and Milling centres
CNC Turning and Milling centres
 
cnc machining
cnc machiningcnc machining
cnc machining
 
Industrial_Training
Industrial_TrainingIndustrial_Training
Industrial_Training
 
Cnc Programming Basics
Cnc Programming BasicsCnc Programming Basics
Cnc Programming Basics
 
CNC PROGRAMMING FOR BEGAINER Part 1
CNC PROGRAMMING FOR BEGAINER Part 1CNC PROGRAMMING FOR BEGAINER Part 1
CNC PROGRAMMING FOR BEGAINER Part 1
 
Cncpresentation CNC lathe machine
Cncpresentation CNC lathe machineCncpresentation CNC lathe machine
Cncpresentation CNC lathe machine
 

Similar a Study of Conventional and CNC Machines - Lathe, Milling and More

GEOMETRIC OPTIMIZATION OF CNC VERTICAL MILLING MACHINE BED
GEOMETRIC OPTIMIZATION OF CNC VERTICAL MILLING MACHINE BEDGEOMETRIC OPTIMIZATION OF CNC VERTICAL MILLING MACHINE BED
GEOMETRIC OPTIMIZATION OF CNC VERTICAL MILLING MACHINE BEDIjripublishers Ijri
 
Machine tools lecture notes iii-i
Machine tools lecture notes iii-iMachine tools lecture notes iii-i
Machine tools lecture notes iii-iBanothTarajiNaik
 
CNC fabric cutting machines
CNC fabric cutting machinesCNC fabric cutting machines
CNC fabric cutting machinesShubham Singh
 
Productivity improvent by the combination tool
Productivity improvent by the combination toolProductivity improvent by the combination tool
Productivity improvent by the combination tooldamodar ranga
 
CNC-Mill-KV-Azlan-1.pdf
CNC-Mill-KV-Azlan-1.pdfCNC-Mill-KV-Azlan-1.pdf
CNC-Mill-KV-Azlan-1.pdfMohdAnuar39
 
Experimental investigation of ohns surface property and process parameter on ...
Experimental investigation of ohns surface property and process parameter on ...Experimental investigation of ohns surface property and process parameter on ...
Experimental investigation of ohns surface property and process parameter on ...ila vamsi krishna
 
Cnc assignment 2
Cnc assignment  2Cnc assignment  2
Cnc assignment 2Ankit Yadav
 
Optimizing Material removal rate and surface roughness using Taguchi technique
Optimizing Material removal rate and surface roughness using Taguchi techniqueOptimizing Material removal rate and surface roughness using Taguchi technique
Optimizing Material removal rate and surface roughness using Taguchi techniqueroymeister007
 
Machining_Processes_Introduction.pdf
Machining_Processes_Introduction.pdfMachining_Processes_Introduction.pdf
Machining_Processes_Introduction.pdfgeynnn
 
Types of cnc machines
Types of cnc machinesTypes of cnc machines
Types of cnc machinesSumanth Sumu
 
Chapter 3 CNC turning and machining centers
Chapter 3 CNC turning and machining centersChapter 3 CNC turning and machining centers
Chapter 3 CNC turning and machining centersRAHUL THAKER
 
CNC FUNDAMENTALS.ppt
CNC FUNDAMENTALS.pptCNC FUNDAMENTALS.ppt
CNC FUNDAMENTALS.pptSimbaKhan2
 
CAM-2 NC CNC machines.pdf
CAM-2 NC CNC machines.pdfCAM-2 NC CNC machines.pdf
CAM-2 NC CNC machines.pdfJanakValaki1
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD Editor
 
Introduction_to_CNC_Machining.pdf
Introduction_to_CNC_Machining.pdfIntroduction_to_CNC_Machining.pdf
Introduction_to_CNC_Machining.pdfssusera85eeb1
 

Similar a Study of Conventional and CNC Machines - Lathe, Milling and More (20)

CNC MILLING
CNC MILLINGCNC MILLING
CNC MILLING
 
GEOMETRIC OPTIMIZATION OF CNC VERTICAL MILLING MACHINE BED
GEOMETRIC OPTIMIZATION OF CNC VERTICAL MILLING MACHINE BEDGEOMETRIC OPTIMIZATION OF CNC VERTICAL MILLING MACHINE BED
GEOMETRIC OPTIMIZATION OF CNC VERTICAL MILLING MACHINE BED
 
Machine tools lecture notes iii-i
Machine tools lecture notes iii-iMachine tools lecture notes iii-i
Machine tools lecture notes iii-i
 
CNC fabric cutting machines
CNC fabric cutting machinesCNC fabric cutting machines
CNC fabric cutting machines
 
Productivity improvent by the combination tool
Productivity improvent by the combination toolProductivity improvent by the combination tool
Productivity improvent by the combination tool
 
CNC-Mill-KV-Azlan-1.pdf
CNC-Mill-KV-Azlan-1.pdfCNC-Mill-KV-Azlan-1.pdf
CNC-Mill-KV-Azlan-1.pdf
 
9.pmat m 01
9.pmat m 019.pmat m 01
9.pmat m 01
 
Experimental investigation of ohns surface property and process parameter on ...
Experimental investigation of ohns surface property and process parameter on ...Experimental investigation of ohns surface property and process parameter on ...
Experimental investigation of ohns surface property and process parameter on ...
 
Cnc assignment 2
Cnc assignment  2Cnc assignment  2
Cnc assignment 2
 
Tool Presetting
Tool PresettingTool Presetting
Tool Presetting
 
CNC-1.pptx
CNC-1.pptxCNC-1.pptx
CNC-1.pptx
 
Optimizing Material removal rate and surface roughness using Taguchi technique
Optimizing Material removal rate and surface roughness using Taguchi techniqueOptimizing Material removal rate and surface roughness using Taguchi technique
Optimizing Material removal rate and surface roughness using Taguchi technique
 
Machining_Processes_Introduction.pdf
Machining_Processes_Introduction.pdfMachining_Processes_Introduction.pdf
Machining_Processes_Introduction.pdf
 
Types of cnc machines
Types of cnc machinesTypes of cnc machines
Types of cnc machines
 
Chapter 3 CNC turning and machining centers
Chapter 3 CNC turning and machining centersChapter 3 CNC turning and machining centers
Chapter 3 CNC turning and machining centers
 
Assignment 02
Assignment 02Assignment 02
Assignment 02
 
CNC FUNDAMENTALS.ppt
CNC FUNDAMENTALS.pptCNC FUNDAMENTALS.ppt
CNC FUNDAMENTALS.ppt
 
CAM-2 NC CNC machines.pdf
CAM-2 NC CNC machines.pdfCAM-2 NC CNC machines.pdf
CAM-2 NC CNC machines.pdf
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
 
Introduction_to_CNC_Machining.pdf
Introduction_to_CNC_Machining.pdfIntroduction_to_CNC_Machining.pdf
Introduction_to_CNC_Machining.pdf
 

Último

Q-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQ-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQuiz Club NITW
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONHumphrey A Beña
 
Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSMae Pangan
 
Mental Health Awareness - a toolkit for supporting young minds
Mental Health Awareness - a toolkit for supporting young mindsMental Health Awareness - a toolkit for supporting young minds
Mental Health Awareness - a toolkit for supporting young mindsPooky Knightsmith
 
Multi Domain Alias In the Odoo 17 ERP Module
Multi Domain Alias In the Odoo 17 ERP ModuleMulti Domain Alias In the Odoo 17 ERP Module
Multi Domain Alias In the Odoo 17 ERP ModuleCeline George
 
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Association for Project Management
 
Congestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationCongestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationdeepaannamalai16
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...Nguyen Thanh Tu Collection
 
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnv
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnvESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnv
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnvRicaMaeCastro1
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
ClimART Action | eTwinning Project
ClimART Action    |    eTwinning ProjectClimART Action    |    eTwinning Project
ClimART Action | eTwinning Projectjordimapav
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptxiammrhaywood
 
How to Make a Duplicate of Your Odoo 17 Database
How to Make a Duplicate of Your Odoo 17 DatabaseHow to Make a Duplicate of Your Odoo 17 Database
How to Make a Duplicate of Your Odoo 17 DatabaseCeline George
 
IPCRF/RPMS 2024 Classroom Observation tool is your access to the new performa...
IPCRF/RPMS 2024 Classroom Observation tool is your access to the new performa...IPCRF/RPMS 2024 Classroom Observation tool is your access to the new performa...
IPCRF/RPMS 2024 Classroom Observation tool is your access to the new performa...MerlizValdezGeronimo
 

Último (20)

Paradigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTAParadigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTA
 
Mattingly "AI & Prompt Design: Large Language Models"
Mattingly "AI & Prompt Design: Large Language Models"Mattingly "AI & Prompt Design: Large Language Models"
Mattingly "AI & Prompt Design: Large Language Models"
 
prashanth updated resume 2024 for Teaching Profession
prashanth updated resume 2024 for Teaching Professionprashanth updated resume 2024 for Teaching Profession
prashanth updated resume 2024 for Teaching Profession
 
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptxINCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
 
Q-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQ-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITW
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
 
Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHS
 
Mental Health Awareness - a toolkit for supporting young minds
Mental Health Awareness - a toolkit for supporting young mindsMental Health Awareness - a toolkit for supporting young minds
Mental Health Awareness - a toolkit for supporting young minds
 
Multi Domain Alias In the Odoo 17 ERP Module
Multi Domain Alias In the Odoo 17 ERP ModuleMulti Domain Alias In the Odoo 17 ERP Module
Multi Domain Alias In the Odoo 17 ERP Module
 
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
 
Congestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationCongestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentation
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
 
Faculty Profile prashantha K EEE dept Sri Sairam college of Engineering
Faculty Profile prashantha K EEE dept Sri Sairam college of EngineeringFaculty Profile prashantha K EEE dept Sri Sairam college of Engineering
Faculty Profile prashantha K EEE dept Sri Sairam college of Engineering
 
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnv
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnvESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnv
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnv
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
ClimART Action | eTwinning Project
ClimART Action    |    eTwinning ProjectClimART Action    |    eTwinning Project
ClimART Action | eTwinning Project
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
 
How to Make a Duplicate of Your Odoo 17 Database
How to Make a Duplicate of Your Odoo 17 DatabaseHow to Make a Duplicate of Your Odoo 17 Database
How to Make a Duplicate of Your Odoo 17 Database
 
IPCRF/RPMS 2024 Classroom Observation tool is your access to the new performa...
IPCRF/RPMS 2024 Classroom Observation tool is your access to the new performa...IPCRF/RPMS 2024 Classroom Observation tool is your access to the new performa...
IPCRF/RPMS 2024 Classroom Observation tool is your access to the new performa...
 

Study of Conventional and CNC Machines - Lathe, Milling and More

  • 1. Study of Operational Concepts of Conventional and CNC Machines - Lathe & Milling Pratik Basu Final year B.E student Lingaya’s Inst. Of Mgmt. & Tech.
  • 2.
  • 3.
  • 4.
  • 5.
  • 6.
  • 7. Lathe Machine The 2 principal conventional machines on which we are focusing are the lathe and milling machines. Lathes are designed for precisely machining relatively hard materials. With their inherent versatility, they are used in a wide range of applications, and can machine a broad range of materials. These lathe machine removes material from a rotating work piece via the linear movements of various cutting tools, such as tool bits and drill bits.
  • 8.
  • 9.
  • 10. Milling machine A milling machine is a machine tool used for the shaping of metal and other solid materials. Its basic form is that of a rotating cutter, which rotates about the spindle axis (similar to a drill), and a table to which the workpiece is affixed. In contrast to the lathe machine, in the milling machine the workpiece moves longitudinally against the rotating cutter. Milling machines may be operated manually or by CNC.
  • 11. Types of milling cutters In vertical mills , milling cutters with solid shafts are usually used. End mills are designed for cutting slots, keyways and pockets. Two fluted end mills can be used to plunge into work like a drill. Ball end mills can produce a fillet.
  • 12.
  • 13. Computer and Numerically Controlled Machines Numerically Controlled (NC) NC is the operation of M/c tool by a series of coded instructions consisting of numbers, letters of the alphabets and symbols, which the MCU (Machine Control Unit) can understand. Computer numerically controlled (CNC) When numerical control is performed under computer supervision, it is called computer numerical control (CNC). Computers are the control units of CNC machines. A programmer enters some information in the program, but the computer calculates all necessary data to get the job done. For both NC and CNC systems, working principles are the same. Only the way in which the execution is controlled is different. Normally, new systems are faster, more powerful, and more versatile.
  • 14.
  • 15.
  • 16.
  • 17.
  • 18.
  • 19.
  • 20.
  • 21. 5. Tool changers Several different cutting tools are used to produce a part. The tools must be replaced quickly for the next machining operation. For this reason, the majority of NC/CNC machine tools are equipped with automatic tool changers. They allow tool changing without the intervention of the operator. An automatic tool changer grips the tool in the spindle, pulls it out, and replaces it with another tool. Tool changers are equipped for either random or sequential selection. In random tool selection there is no specific pattern of tool selection. In sequential tool selection , the tools must be loaded in the exact order in which they are called for in the program. 3. AC servo motors (controlled by varying the voltage frequency to control speed, more power than a DC servo, used to drive a lead screw and gear mechanism ) 4. Fluid servo motors (variable speed motors, produce more power, in the case of pneumatic motors, than electric servomotors)
  • 22. WORKING OF CNC MACHINES
  • 23.
  • 24.
  • 25.
  • 26.
  • 27.
  • 28. Co-ordinate codes These indicate the co-ordinates for the tool movement. Four to five axis machines can have the following axes. Feed rate (F-code) This specifies the feed rate for the operation. The units may be mm per minute or mm per revolution (indicated by the G-code used), with the decimal point implied at a fixed position from the right. Spindle speed (s-code) This specifies the spindle speed to be used for the operation. Tool Number This indicates to the controller which tool is to be used for the operation. In case of tool adaptors with multiple tool slots, the machine just switches to the next tool without removing the earlier one form the adaptor. J B Y K C Z I A X Circular Interpolation about Cartesian axes Angular positions for the Cartesian axes Cartesian Co-ordinates
  • 29. Miscellaneous Code (M-code) These codes program various auxiliary functions on the machine tool. The miscellaneous function may be acted upon at the start or the end of the motion described by a block of instruction. With word address format, information need not be repeated in successive blocks if it is to remain the same for subsequent blocks. ISO MISCELLANEOUS FUNCTIONS ( M-Codes ) CODE FUNCTION M00 Program stop, spindle and coolant off M01 Optional programmable stop M02 End of program-often interchangeable with M30 M04 Spindle on CCW M05 Spindle stop M06 Tool change M07 Coolant supply No. 1 on M08 Coolant supply No. 2 on M09 Coolant off M10 Clamp M11 Unclamp M13 Spindle on, CW + Coolant on
  • 30. M14 Spindle on, CCW + Coolant on M 20 – 29 Unassigned M30 Program stops at end of tape+ tape rewind M31 Interlock by-pass M40-M45 Gear Changes; otherwise unassigned M90 Reserved for user M99 (Subroutine call) Reserved for user G - Codes (Fanuc Machine Control) G CODE FUNCTION G00 Positioning (Rapid traverse) G01 Linear Interpolation (Cutting feed) G02 Circular interpolation /Helical cutting CW G03 Circular interpolation/Helical cutting CCW G04 Dwell Time G17 XY plane selection G18 ZX plane selection G19 YZ plane selection G20- 21 Input in inch and mm respectively.
  • 31. G28 Return to reference point G40 Cutter compensation cancel G41 Cutter compensation left G42 Cutter compensation right G43 Tool length compensation + direction G44 Tool length compensation – direction G53 Machine coordinates system selection G54 - 59 Work co-ordinate system 1 -6 selection G80 Canned cycle cancel G81 Drilling cycle, spot boring G82 Drilling cycle, counter boring G83 Peck drilling cycle G84 Tapping cycle G85 Rough Boring cycle G86 Finish Boring cycle G90 Absolute command G91 Incremental command G92 Programming of absolute zero point G94/98 Feed per minute G95/99 Feed per rotation G96 Constant surface speed control
  • 32. G97 Constant surface speed controls cancel G98 Return to initial point in canned cycle G99 Return to R point in canned cycle Sample Code G00 X 5.0 Y 5.0 ; Here we rapid tool movement to co-ordinates (5,5). “Air cutting” is minimized by G00 and tool need move along a straight line only. G41(Radius compensation on the left side of the profile) G42(Radius compensation on the right side of the profile)
  • 33.
  • 34.
  • 35.
  • 36. CONCLUSION The importance of lathes and milling machines even if they are conventional cannot be undermined. These machines have played a real important role in bringing about industrial revolution and have laid the foundations. But the bringing about of the new technology in the present era is very important. The conventional machines are required in small quantities whereas the CNC machines must be increased to improve the quantity and quality of production.
  • 37.
  • 38.