SlideShare uma empresa 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]

Mais conteúdo relacionado

Mais procurados

Numerical control machines tool
Numerical control machines toolNumerical control machines tool
Numerical control machines tooljntuhcej
 
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
 
Chapter 2 constructional feature of cnc machine
Chapter 2 constructional feature of cnc machineChapter 2 constructional feature of cnc machine
Chapter 2 constructional feature of cnc machineRAHUL THAKER
 
Introduction to cnc machines (1)
Introduction to cnc machines (1)Introduction to cnc machines (1)
Introduction to cnc machines (1)someshking
 
Flexible manufacturing systems (FMS)
Flexible manufacturing systems (FMS)Flexible manufacturing systems (FMS)
Flexible manufacturing systems (FMS)jntuhcej
 
CNC AND ITS COMPONENTS
CNC AND ITS COMPONENTSCNC AND ITS COMPONENTS
CNC AND ITS COMPONENTSananya0122
 
computer numerical control
computer numerical controlcomputer numerical control
computer numerical controlLalrin Muani
 
CNC machine\ and its types
CNC machine\ and its typesCNC machine\ and its types
CNC machine\ and its typesAqeel Ur Rehman
 
Cnc tooling for cnc machine(130670119596)
Cnc tooling for cnc machine(130670119596)Cnc tooling for cnc machine(130670119596)
Cnc tooling for cnc machine(130670119596)Kushal Shah
 
NC pogramming
NC pogrammingNC pogramming
NC pogrammingillpa
 
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
 

Mais procurados (20)

Numerical control machines tool
Numerical control machines toolNumerical control machines tool
Numerical control machines tool
 
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
 
Chapter 2 constructional feature of cnc machine
Chapter 2 constructional feature of cnc machineChapter 2 constructional feature of cnc machine
Chapter 2 constructional feature of cnc machine
 
Introduction to cnc machines (1)
Introduction to cnc machines (1)Introduction to cnc machines (1)
Introduction to cnc machines (1)
 
CNC machining centers
CNC machining centersCNC machining centers
CNC machining centers
 
Nc part programming
Nc part programmingNc part programming
Nc part programming
 
4 tooling in cnc
4 tooling in cnc4 tooling in cnc
4 tooling in cnc
 
Flexible manufacturing systems (FMS)
Flexible manufacturing systems (FMS)Flexible manufacturing systems (FMS)
Flexible manufacturing systems (FMS)
 
Apt programming
Apt programmingApt programming
Apt programming
 
CNC AND ITS COMPONENTS
CNC AND ITS COMPONENTSCNC AND ITS COMPONENTS
CNC AND ITS COMPONENTS
 
CNC Programming
CNC Programming CNC Programming
CNC Programming
 
computer numerical control
computer numerical controlcomputer numerical control
computer numerical control
 
Numeric control
Numeric controlNumeric control
Numeric control
 
CNC machine\ and its types
CNC machine\ and its typesCNC machine\ and its types
CNC machine\ and its types
 
Cnc tooling for cnc machine(130670119596)
Cnc tooling for cnc machine(130670119596)Cnc tooling for cnc machine(130670119596)
Cnc tooling for cnc machine(130670119596)
 
NC pogramming
NC pogrammingNC pogramming
NC pogramming
 
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
 
Milling machine
Milling machineMilling machine
Milling machine
 
3 numerical control
3 numerical control3 numerical control
3 numerical control
 

Semelhante a CNC Machines

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
 
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
 

Semelhante a CNC Machines (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
 
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
 
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

Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfChris Hunter
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxheathfieldcps1
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptxMaritesTamaniVerdade
 
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural ResourcesEnergy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural ResourcesShubhangi Sonawane
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxVishalSingh1417
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docxPoojaSen20
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin ClassesCeline George
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.pptRamjanShidvankar
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 

Último (20)

Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural ResourcesEnergy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 

CNC Machines

  • 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.