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

Mais procurados (20)

CNC Turning and Milling centres
CNC Turning and Milling centresCNC Turning and Milling centres
CNC Turning and Milling centres
 
Types of jigs and fixtures
Types of jigs and fixtures Types of jigs and fixtures
Types of jigs and fixtures
 
Numerical control machines
Numerical control machines Numerical control machines
Numerical control machines
 
4 tooling in cnc
4 tooling in cnc4 tooling in cnc
4 tooling in cnc
 
Computer numerical control (CNC)
Computer numerical control (CNC)Computer numerical control (CNC)
Computer numerical control (CNC)
 
Jigs and Fixture
Jigs and FixtureJigs and Fixture
Jigs and Fixture
 
CNC AND ITS COMPONENTS
CNC AND ITS COMPONENTSCNC AND ITS COMPONENTS
CNC AND ITS COMPONENTS
 
Cnc control systems
Cnc control systemsCnc control systems
Cnc control systems
 
CNC Machines and its Components
CNC Machines and its ComponentsCNC Machines and its Components
CNC Machines and its Components
 
Manufacturing Technology-II Unit 5
Manufacturing Technology-II Unit 5Manufacturing Technology-II Unit 5
Manufacturing Technology-II Unit 5
 
Uint 1 locating and clamping devices
Uint 1 locating and clamping devicesUint 1 locating and clamping devices
Uint 1 locating and clamping devices
 
Tool presetting
Tool presettingTool presetting
Tool presetting
 
CNC(COMPUTER NUMERICAL CONTROL MACHINE) By-Er. VED PRAKASH
CNC(COMPUTER NUMERICAL CONTROL MACHINE) By-Er. VED PRAKASHCNC(COMPUTER NUMERICAL CONTROL MACHINE) By-Er. VED PRAKASH
CNC(COMPUTER NUMERICAL CONTROL MACHINE) By-Er. VED PRAKASH
 
Numerical control machines tool
Numerical control machines toolNumerical control machines tool
Numerical control machines tool
 
CNC machining centers
CNC machining centersCNC machining centers
CNC machining centers
 
part programming (cnc)
part programming (cnc)part programming (cnc)
part programming (cnc)
 
CNC MACHINE
CNC MACHINECNC MACHINE
CNC MACHINE
 
Cnc machine centre
Cnc machine centreCnc machine centre
Cnc machine centre
 
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
 

Destaque (6)

Cnc Milling
Cnc MillingCnc Milling
Cnc Milling
 
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
 

Semelhante a CNC Machines

CNC-Mill-KV-Azlan-1.pdf
CNC-Mill-KV-Azlan-1.pdfCNC-Mill-KV-Azlan-1.pdf
CNC-Mill-KV-Azlan-1.pdf
MohdAnuar39
 
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
 

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

Último

SPLICE Working Group: Reusable Code Examples
SPLICE Working Group:Reusable Code ExamplesSPLICE Working Group:Reusable Code Examples
SPLICE Working Group: Reusable Code Examples
Peter Brusilovsky
 
Spellings Wk 4 and Wk 5 for Grade 4 at CAPS
Spellings Wk 4 and Wk 5 for Grade 4 at CAPSSpellings Wk 4 and Wk 5 for Grade 4 at CAPS
Spellings Wk 4 and Wk 5 for Grade 4 at CAPS
AnaAcapella
 
MuleSoft Integration with AWS Textract | Calling AWS Textract API |AWS - Clou...
MuleSoft Integration with AWS Textract | Calling AWS Textract API |AWS - Clou...MuleSoft Integration with AWS Textract | Calling AWS Textract API |AWS - Clou...
MuleSoft Integration with AWS Textract | Calling AWS Textract API |AWS - Clou...
MysoreMuleSoftMeetup
 
SURVEY I created for uni project research
SURVEY I created for uni project researchSURVEY I created for uni project research
SURVEY I created for uni project research
CaitlinCummins3
 
Contoh Aksi Nyata Refleksi Diri ( NUR ).pdf
Contoh Aksi Nyata Refleksi Diri ( NUR ).pdfContoh Aksi Nyata Refleksi Diri ( NUR ).pdf
Contoh Aksi Nyata Refleksi Diri ( NUR ).pdf
cupulin
 
Personalisation of Education by AI and Big Data - Lourdes Guàrdia
Personalisation of Education by AI and Big Data - Lourdes GuàrdiaPersonalisation of Education by AI and Big Data - Lourdes Guàrdia
Personalisation of Education by AI and Big Data - Lourdes Guàrdia
EADTU
 

Último (20)

AIM of Education-Teachers Training-2024.ppt
AIM of Education-Teachers Training-2024.pptAIM of Education-Teachers Training-2024.ppt
AIM of Education-Teachers Training-2024.ppt
 
SPLICE Working Group: Reusable Code Examples
SPLICE Working Group:Reusable Code ExamplesSPLICE Working Group:Reusable Code Examples
SPLICE Working Group: Reusable Code Examples
 
PSYPACT- Practicing Over State Lines May 2024.pptx
PSYPACT- Practicing Over State Lines May 2024.pptxPSYPACT- Practicing Over State Lines May 2024.pptx
PSYPACT- Practicing Over State Lines May 2024.pptx
 
How to Manage Website in Odoo 17 Studio App.pptx
How to Manage Website in Odoo 17 Studio App.pptxHow to Manage Website in Odoo 17 Studio App.pptx
How to Manage Website in Odoo 17 Studio App.pptx
 
The Liver & Gallbladder (Anatomy & Physiology).pptx
The Liver &  Gallbladder (Anatomy & Physiology).pptxThe Liver &  Gallbladder (Anatomy & Physiology).pptx
The Liver & Gallbladder (Anatomy & Physiology).pptx
 
Sternal Fractures & Dislocations - EMGuidewire Radiology Reading Room
Sternal Fractures & Dislocations - EMGuidewire Radiology Reading RoomSternal Fractures & Dislocations - EMGuidewire Radiology Reading Room
Sternal Fractures & Dislocations - EMGuidewire Radiology Reading Room
 
Spellings Wk 4 and Wk 5 for Grade 4 at CAPS
Spellings Wk 4 and Wk 5 for Grade 4 at CAPSSpellings Wk 4 and Wk 5 for Grade 4 at CAPS
Spellings Wk 4 and Wk 5 for Grade 4 at CAPS
 
ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...
ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...
ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...
 
ESSENTIAL of (CS/IT/IS) class 07 (Networks)
ESSENTIAL of (CS/IT/IS) class 07 (Networks)ESSENTIAL of (CS/IT/IS) class 07 (Networks)
ESSENTIAL of (CS/IT/IS) class 07 (Networks)
 
MuleSoft Integration with AWS Textract | Calling AWS Textract API |AWS - Clou...
MuleSoft Integration with AWS Textract | Calling AWS Textract API |AWS - Clou...MuleSoft Integration with AWS Textract | Calling AWS Textract API |AWS - Clou...
MuleSoft Integration with AWS Textract | Calling AWS Textract API |AWS - Clou...
 
Graduate Outcomes Presentation Slides - English (v3).pptx
Graduate Outcomes Presentation Slides - English (v3).pptxGraduate Outcomes Presentation Slides - English (v3).pptx
Graduate Outcomes Presentation Slides - English (v3).pptx
 
e-Sealing at EADTU by Kamakshi Rajagopal
e-Sealing at EADTU by Kamakshi Rajagopale-Sealing at EADTU by Kamakshi Rajagopal
e-Sealing at EADTU by Kamakshi Rajagopal
 
SURVEY I created for uni project research
SURVEY I created for uni project researchSURVEY I created for uni project research
SURVEY I created for uni project research
 
Major project report on Tata Motors and its marketing strategies
Major project report on Tata Motors and its marketing strategiesMajor project report on Tata Motors and its marketing strategies
Major project report on Tata Motors and its marketing strategies
 
Basic Civil Engineering notes on Transportation Engineering & Modes of Transport
Basic Civil Engineering notes on Transportation Engineering & Modes of TransportBasic Civil Engineering notes on Transportation Engineering & Modes of Transport
Basic Civil Engineering notes on Transportation Engineering & Modes of Transport
 
OSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & SystemsOSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & Systems
 
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...
 
diagnosting testing bsc 2nd sem.pptx....
diagnosting testing bsc 2nd sem.pptx....diagnosting testing bsc 2nd sem.pptx....
diagnosting testing bsc 2nd sem.pptx....
 
Contoh Aksi Nyata Refleksi Diri ( NUR ).pdf
Contoh Aksi Nyata Refleksi Diri ( NUR ).pdfContoh Aksi Nyata Refleksi Diri ( NUR ).pdf
Contoh Aksi Nyata Refleksi Diri ( NUR ).pdf
 
Personalisation of Education by AI and Big Data - Lourdes Guàrdia
Personalisation of Education by AI and Big Data - Lourdes GuàrdiaPersonalisation of Education by AI and Big Data - Lourdes Guàrdia
Personalisation of Education by AI and Big Data - Lourdes Guàrdia
 

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.