SlideShare ist ein Scribd-Unternehmen logo
1 von 24
Downloaden Sie, um offline zu lesen
10/24/2016 1Numerical Control Machines
CNC-MDP471
Design and Production Engineering Department,
Faculty of Engineering,
Ain Shams University.
Lecture 3
DR. AMR SHAABAN
10/24/2016 2
•Turning part program exercise
•CNC machine tool structure
•Introduction
•Mechanical structure
•Machine control unit
•Tool magazines
10/24/2016Dr.Amr Shaaban-Numerical Control Machines3
PART PROGRAMMING
Example
10/24/2016Dr.Amr Shaaban-Numerical Control Machines4
PART PROGRAMMING
1 Select the right holder Turning machine
2
Raw material
specification
cylinder (φ 43*105)
Allowance for D [Turning=0]
Allowance for L :
[Facing (1mm)+parting off (3mm)+safety from part holder(15mm)]
3
Decide the operation
sequence
1-Facing/ 2-straight and taper from φ43 to 36/ 3-straight and taper from
φ36 to 17/ 4-Turning the arc/ 5-Chamfering/ 6-Grooving/ 7-parting off
4 Tooling
Facing tool(T01)/ turning tool(T02)/ Chamfering tool (T03)/ grooving tool
3mm width (T04)/ parting off tool 3mm width (T05)
Tool changer coordinate: 200mm from chuck face & 50mm from center
5 Part program Next slide
105mm
ϕ43
10/24/2016Dr.Amr Shaaban-Numerical Control Machines5
PART PROGRAMMING
1 Facing
N0010 G21 G90 G94 G97 Unit definition/ absolute positioning (safety block)
N0020 G00 X100 Z200 T01 M06 Rapid motion to tool changer/ mounting facing tool
N0030 Z104 Facing starting point z
N0040 X45 S500 M03 Facing starting point x/ spindle rotate c.w
N0050 G01 X0 F20 M08 Facing
10/24/2016Dr.Amr Shaaban-Numerical Control Machines6
PART PROGRAMMING
2 Turning from ϕ43 to ϕ 36
N0060 G92 X0 Z0 Temporary m/c zero offset to the part face
N0070 G00 X100 Z96 T02 M06 Rapid motion to tool changer/ mounting turning tool
N0080 X36 Turning starting point x
N0090 Z1 Turning starting point z
N0100 G01 Z-57.5 F40 Turning straight
N0110 X43 Z-61 Turning taper
Note:
Depth of cut 3.5mm is
considered large, it
should be machined by
multi-step, but ignore
for now
10/24/2016Dr.Amr Shaaban-Numerical Control Machines7
PART PROGRAMMING
3 Turning from ϕ36 to ϕ 17
1
2
3
4
Z-30Z-48
X17
X21
X26
X31
X36
Z-34.737
Z-39.474
Z-44.211
N0120 G00 X45 retract
N0130 Z1 To the start point Z of track1
N0140 X31 To the start point X of track1
N0140 G01 Z-30 F40 straight turning track1
N0150 X36 Z-34.737 Taper turning track1
N0160 G00 X38 retract
N0170 Z1 To the start point Z of track2
10/24/2016Dr.Amr Shaaban-Numerical Control Machines8
PART PROGRAMMING
3 Turning from ϕ36 to ϕ 17 (Continue)
1
2
3
4
Z-30Z-48
X17
X21
X26
X31
X36
Z-34.737
Z-39.474
Z-44.211
N0180 X26 To the start point X of track2
N0190 G01 Z-30 F40 straight turning track2
N0200 X36 Z-39.474 Taper turning track2
N0210 G00 X38 retract
N0220 Z1 To the start point Z of track3
N0230 X21 To the start point X of track3
N0240 G01 Z-30 F40 straight turning track3
N0250 X36 Z-44.211 Taper turning track3
10/24/2016Dr.Amr Shaaban-Numerical Control Machines9
PART PROGRAMMING
3 Turning from ϕ36 to ϕ 17 (Continue)
1
2
3
4
Z-30Z-48
X17
X21
X26
X31
X36
Z-34.737
Z-39.474
Z-44.211
N0260 G00 X38 retract
N0270 Z1 To the start point Z of track4
N0280 X17 To the start point X of track4
N0290 G01 Z-30 F40 straight turning track4
N0300 X36 Z-48 Taper turning track4
N0310 G00 X38 retract
Note:
The retract after each track may better be adjusted to Z-48 to ease
calculating turning points, however, it causes longer retract paths
10/24/2016Dr.Amr Shaaban-Numerical Control Machines10
PART PROGRAMMING
4 Turning arc R3.5
N0360 X100 Z96 T03 M06 Rapid motion to tool changer/ mounting Chamfering tool
N0320 Z-57.5 To the start point of the arc z
N0330 X36 To the start point of the arc x
Z-57.5Z-61
X36
X43
N0340 G02 X43 Z-61 I3.5 K0 F40 Turning the arc
N0350 G00 X45 Retract
10/24/2016Dr.Amr Shaaban-Numerical Control Machines11
PART PROGRAMMING
5 Chamfering
N0370 Z-0.5 To the start point of the chamfer z
N0380 X19 To the start point of the chamfer x
N0390 G01 X16 F20 Chamfering
N0400 G00 X20 retract
N0410 X100 Z96 T04 M06 Rapid motion to tool changer/ mounting Grooving tool
10/24/2016Dr.Amr Shaaban-Numerical Control Machines12
PART PROGRAMMING
6 Grooving to ϕ10
N0420 Z-12.5 To the start point of the undercut z
N0430 X19 To the start point of the undercut x
N0440 G01 X10 F20 Grooving radial
N0460 G00 X20 retract
N0470 X100 Z96 T05 M06 Rapid motion to tool changer/ mounting Parting off tool
N0450 Z-17.5 Grooving axial
Note:
Depth of cut 3.5mm is
considered large, it
should be machined by
multi-step, but ignore
for now
10/24/2016Dr.Amr Shaaban-Numerical Control Machines13
PART PROGRAMMING
7 PARTING OFF
N0480 Z-87.5 To the start point of the parting off z
N0490 X45 To the start point of the undercut x
N0500 G01 X0 F20 Parting off
N0510 G00 X50 Z0 retract
N0510 M30 End program
10/24/2016Dr.Amr Shaaban-Numerical Control Machines14
CNC MACHINE TOOL PARTS
CNC
MACHINE
TOOL
MCU
Guide
ways
Actuators
& Drives
Mechanical
structure
SensorsTool
magazine
10/24/2016Dr.Amr Shaaban-Numerical Control Machines15
CNC MECHANICAL STRUCTURE
10/24/2016Dr.Amr Shaaban-Numerical Control Machines16
CNC MECHANICAL STRUCTURE
VMC Open structureVMC Closed structure
10/24/2016Dr.Amr Shaaban-Numerical Control Machines17
CNC MECHANICAL STRUCTURE
CAD Model
FE Model
Analysis
10/24/2016Dr.Amr Shaaban-Numerical Control Machines18
CNC MECHANICAL STRUCTURE
Note:
Overall evaluation of a CNC
machine tool should not ignore
the behavior of the mechanical
structure. But it should also
include the performance of the
control system.
10/24/2016Dr.Amr Shaaban-Numerical Control Machines19
Machine Control Unit
•Read the coded instructions.
•Decode the coded instructions.
•Implement interpolation.
•Feed the motion commands to the amplifier
circuits for driving the axis mechanism.
•Receive the feedback signal.
•Implement auxiliary control functions.
10/24/2016Dr.Amr Shaaban-Numerical Control Machines20
TOOL MAGAZINE
The required turret station is specified on the program; hence the turret indexes
from one tool station to the next desired station in accordance with the input
data.
The accuracy claimed for indexing (at the spindle nose) is 0.005 mm. Indexing
accuracy is achieved by means of a hydrostatic location bolt which also acts as
the plunger of an oil pump; the plunger is surrounded by a film of oil under
pressure which effectively centralizes and eliminates wear.
INDEXING TURRET
10/24/2016Dr.Amr Shaaban-Numerical Control Machines21
TOOL MAGAZINE
Two types of drum magazine are used in CNC machines:
The first is without a tool catcher. In this case as soon as a tool is required and
been programmed , orders are given by the controller to rotate the drum and
move it to spindle nose to receive the used tool and fix the new one.
Second type a special mechanism (tool catcher), is employed to select the
correct tool and transfer it to the machine spindle, where it is automatically
clamped in position..
DRUM TYPE
10/24/2016Dr.Amr Shaaban-Numerical Control Machines22
TOOL MAGAZINE
The cutting tools are stored in the magazine in a regular rectangular pattern.
The position of each tool is known by the rectangular co-ordinates of its
location. To select a tool, the program is compiled to position the spindle
opposite and co-axial with the required tool. The spindle moves forward and
engages with the shank of the tool and the shank is then gripped by a drawbar
or collets. The spindle is retracted to remove the tool from the magazine, and
the slides are actuated to move the tool to its machining position.
BOX TYPE
10/24/2016Dr.Amr Shaaban-Numerical Control Machines23
TOOL MAGAZINE
Tools are exchanged between the chain magazine, and the spindle by means
of an automatic tool transfer unit. An advantage is that machining can
continue uninterrupted, using the tool in one spindle while tool changing is
taking place between the magazine and the spindle in the rear position. The
table may be traversed in X and Y directions under rapid or feed rates without
interfering with the exchange. On completion of a machining cycle with one
tool, the spindles index through 180° and machining can immediately starts
with the new selected tool.
CHAIN TYPE
10/24/2016Dr.Amr Shaaban-Numerical Control Machines24
THE END

Weitere ähnliche Inhalte

Was ist angesagt?

The jig and fixture design procedure
The jig and fixture design procedureThe jig and fixture design procedure
The jig and fixture design procedureAmruta Rane
 
Cnc cutting tools
Cnc cutting toolsCnc cutting tools
Cnc cutting toolsRakesh Raki
 
CNC Programmingmodifies examination 1
CNC Programmingmodifies examination 1CNC Programmingmodifies examination 1
CNC Programmingmodifies examination 1Prof. S.Rajendiran
 
CNC Turning and Milling centres
CNC Turning and Milling centresCNC Turning and Milling centres
CNC Turning and Milling centresAchyuth Padmanabh
 
Introduction to lathe machine
Introduction to lathe machine Introduction to lathe machine
Introduction to lathe machine Umair Ahmad
 
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
 
Numerical control machines tool
Numerical control machines toolNumerical control machines tool
Numerical control machines tooljntuhcej
 
Computer Aided Manufacturing.pptx
Computer Aided Manufacturing.pptxComputer Aided Manufacturing.pptx
Computer Aided Manufacturing.pptxDrDineshDhande
 
Jig and fixture
Jig and fixtureJig and fixture
Jig and fixtureNaman Dave
 
Universal CNC Milling Machine
Universal CNC Milling MachineUniversal CNC Milling Machine
Universal CNC Milling MachineRTK Industries
 
Cnc machine tools
Cnc machine toolsCnc machine tools
Cnc machine toolsftesv
 
Milling and turning operations
Milling and turning operationsMilling and turning operations
Milling and turning operationsSai Krishna
 

Was ist angesagt? (20)

The jig and fixture design procedure
The jig and fixture design procedureThe jig and fixture design procedure
The jig and fixture design procedure
 
Cnc cutting tools
Cnc cutting toolsCnc cutting tools
Cnc cutting tools
 
CNC Programmingmodifies examination 1
CNC Programmingmodifies examination 1CNC Programmingmodifies examination 1
CNC Programmingmodifies examination 1
 
CNC Turning and Milling centres
CNC Turning and Milling centresCNC Turning and Milling centres
CNC Turning and Milling centres
 
CNC MACHINE
CNC MACHINECNC MACHINE
CNC MACHINE
 
Introduction to lathe machine
Introduction to lathe machine Introduction to lathe machine
Introduction to lathe machine
 
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
 
Numerical control machines tool
Numerical control machines toolNumerical control machines tool
Numerical control machines tool
 
Computer Aided Manufacturing.pptx
Computer Aided Manufacturing.pptxComputer Aided Manufacturing.pptx
Computer Aided Manufacturing.pptx
 
Jig and fixture
Jig and fixtureJig and fixture
Jig and fixture
 
Universal CNC Milling Machine
Universal CNC Milling MachineUniversal CNC Milling Machine
Universal CNC Milling Machine
 
Ch 2 NC machine
Ch 2 NC machine Ch 2 NC machine
Ch 2 NC machine
 
Cnc machine tools
Cnc machine toolsCnc machine tools
Cnc machine tools
 
CNC(KAPIL)
CNC(KAPIL)CNC(KAPIL)
CNC(KAPIL)
 
Robotic welding
Robotic weldingRobotic welding
Robotic welding
 
Lathe machine ppt
Lathe machine pptLathe machine ppt
Lathe machine ppt
 
jigs and fixture design lecture note by Aragaw Gebremedhin
jigs and fixture  design lecture note  by Aragaw Gebremedhinjigs and fixture  design lecture note  by Aragaw Gebremedhin
jigs and fixture design lecture note by Aragaw Gebremedhin
 
Cnc milling turning
Cnc milling turning Cnc milling turning
Cnc milling turning
 
Milling and turning operations
Milling and turning operationsMilling and turning operations
Milling and turning operations
 
Jigs & Fixtures
Jigs & Fixtures Jigs & Fixtures
Jigs & Fixtures
 

Andere mochten auch

design and manufacturing of ISO 30 tool pocket by using CNC machining centre
design and manufacturing of ISO 30 tool pocket  by using CNC machining centredesign and manufacturing of ISO 30 tool pocket  by using CNC machining centre
design and manufacturing of ISO 30 tool pocket by using CNC machining centrekrishna tanu
 
69302050 dk7740 a-wire-cut
69302050 dk7740 a-wire-cut69302050 dk7740 a-wire-cut
69302050 dk7740 a-wire-cutTrung Quoc Le
 
4 Axis CNC Routing/Milling Machine
4 Axis CNC Routing/Milling Machine4 Axis CNC Routing/Milling Machine
4 Axis CNC Routing/Milling MachineJose-Barbosa
 
Tutorial powermill cnc 4 axis
Tutorial powermill cnc 4 axisTutorial powermill cnc 4 axis
Tutorial powermill cnc 4 axisZul Abidin
 
Machining operations and machine tools
Machining operations and machine toolsMachining operations and machine tools
Machining operations and machine toolsMuhammad Muddassir
 
Production planning and control
Production planning and controlProduction planning and control
Production planning and controlLaxmikant Deshmukh
 
Production planning & control
Production planning & controlProduction planning & control
Production planning & controlamirthakarthi
 

Andere mochten auch (10)

design and manufacturing of ISO 30 tool pocket by using CNC machining centre
design and manufacturing of ISO 30 tool pocket  by using CNC machining centredesign and manufacturing of ISO 30 tool pocket  by using CNC machining centre
design and manufacturing of ISO 30 tool pocket by using CNC machining centre
 
69302050 dk7740 a-wire-cut
69302050 dk7740 a-wire-cut69302050 dk7740 a-wire-cut
69302050 dk7740 a-wire-cut
 
4 Axis CNC Routing/Milling Machine
4 Axis CNC Routing/Milling Machine4 Axis CNC Routing/Milling Machine
4 Axis CNC Routing/Milling Machine
 
Final Report
Final ReportFinal Report
Final Report
 
Tutorial powermill cnc 4 axis
Tutorial powermill cnc 4 axisTutorial powermill cnc 4 axis
Tutorial powermill cnc 4 axis
 
Simulation ppt
Simulation pptSimulation ppt
Simulation ppt
 
CNC Cutting Tools
CNC Cutting ToolsCNC Cutting Tools
CNC Cutting Tools
 
Machining operations and machine tools
Machining operations and machine toolsMachining operations and machine tools
Machining operations and machine tools
 
Production planning and control
Production planning and controlProduction planning and control
Production planning and control
 
Production planning & control
Production planning & controlProduction planning & control
Production planning & control
 

Ähnlich wie Cnc lecture3

Alignment sample
Alignment sampleAlignment sample
Alignment sampleHasan Monem
 
Milling Shaping and Planning.pdf .
Milling Shaping and Planning.pdf          .Milling Shaping and Planning.pdf          .
Milling Shaping and Planning.pdf .happycocoman
 
Mm3216 milling tutorial
Mm3216 milling tutorialMm3216 milling tutorial
Mm3216 milling tutorialwongchukhang
 
Mm3216 milling tutorial
Mm3216 milling tutorialMm3216 milling tutorial
Mm3216 milling tutorialadvmachining
 
Computer Numerical Control (CNC) & Manufacturing Automation
Computer Numerical Control (CNC) & Manufacturing AutomationComputer Numerical Control (CNC) & Manufacturing Automation
Computer Numerical Control (CNC) & Manufacturing AutomationSTAY CURIOUS
 
Nn brochure 26_april_17 final
Nn brochure 26_april_17 finalNn brochure 26_april_17 final
Nn brochure 26_april_17 finalMaxpromotion
 
Nn brochure 26_april_17 final
Nn brochure 26_april_17 finalNn brochure 26_april_17 final
Nn brochure 26_april_17 finalMaxpromotion
 
Computer integrated Manufacture & design Lab Manual
Computer integrated Manufacture & design Lab  ManualComputer integrated Manufacture & design Lab  Manual
Computer integrated Manufacture & design Lab ManualSpikeAerotek
 
4 basic cnc programming milling
4 basic cnc programming milling4 basic cnc programming milling
4 basic cnc programming millingMahesh Namdev
 
Production automation lab
Production automation labProduction automation lab
Production automation labismail khan
 
Mm9501 milling tutorial
Mm9501 milling tutorialMm9501 milling tutorial
Mm9501 milling tutorialwongchukhang
 
Mm2013 milling tutorial
Mm2013 milling tutorialMm2013 milling tutorial
Mm2013 milling tutorialwongchukhang
 

Ähnlich wie Cnc lecture3 (14)

Cnc lecture2
Cnc lecture2Cnc lecture2
Cnc lecture2
 
Alignment sample
Alignment sampleAlignment sample
Alignment sample
 
CNC
CNCCNC
CNC
 
Milling Shaping and Planning.pdf .
Milling Shaping and Planning.pdf          .Milling Shaping and Planning.pdf          .
Milling Shaping and Planning.pdf .
 
Mm3216 milling tutorial
Mm3216 milling tutorialMm3216 milling tutorial
Mm3216 milling tutorial
 
Mm3216 milling tutorial
Mm3216 milling tutorialMm3216 milling tutorial
Mm3216 milling tutorial
 
Computer Numerical Control (CNC) & Manufacturing Automation
Computer Numerical Control (CNC) & Manufacturing AutomationComputer Numerical Control (CNC) & Manufacturing Automation
Computer Numerical Control (CNC) & Manufacturing Automation
 
Nn brochure 26_april_17 final
Nn brochure 26_april_17 finalNn brochure 26_april_17 final
Nn brochure 26_april_17 final
 
Nn brochure 26_april_17 final
Nn brochure 26_april_17 finalNn brochure 26_april_17 final
Nn brochure 26_april_17 final
 
Computer integrated Manufacture & design Lab Manual
Computer integrated Manufacture & design Lab  ManualComputer integrated Manufacture & design Lab  Manual
Computer integrated Manufacture & design Lab Manual
 
4 basic cnc programming milling
4 basic cnc programming milling4 basic cnc programming milling
4 basic cnc programming milling
 
Production automation lab
Production automation labProduction automation lab
Production automation lab
 
Mm9501 milling tutorial
Mm9501 milling tutorialMm9501 milling tutorial
Mm9501 milling tutorial
 
Mm2013 milling tutorial
Mm2013 milling tutorialMm2013 milling tutorial
Mm2013 milling tutorial
 

Mehr von Mohamed Atef

Lecture 10.cont,11 (plc)
Lecture 10.cont,11 (plc)Lecture 10.cont,11 (plc)
Lecture 10.cont,11 (plc)Mohamed Atef
 
Lec 8,9,10 (interfacing)
Lec 8,9,10 (interfacing)Lec 8,9,10 (interfacing)
Lec 8,9,10 (interfacing)Mohamed Atef
 
Lec 05(actuator sizing).pdf
Lec 05(actuator sizing).pdfLec 05(actuator sizing).pdf
Lec 05(actuator sizing).pdfMohamed Atef
 
Lec 04(actuators).pdf
Lec 04(actuators).pdfLec 04(actuators).pdf
Lec 04(actuators).pdfMohamed Atef
 
Lec 03(VDIdr shady)
Lec 03(VDIdr shady)Lec 03(VDIdr shady)
Lec 03(VDIdr shady)Mohamed Atef
 
Lec 02(VDI dr mohamed)
Lec 02(VDI  dr mohamed)Lec 02(VDI  dr mohamed)
Lec 02(VDI dr mohamed)Mohamed Atef
 
Lec 01(introduction) Mechatronic systems
Lec 01(introduction) Mechatronic systems Lec 01(introduction) Mechatronic systems
Lec 01(introduction) Mechatronic systems Mohamed Atef
 

Mehr von Mohamed Atef (9)

Lecture 10.cont,11 (plc)
Lecture 10.cont,11 (plc)Lecture 10.cont,11 (plc)
Lecture 10.cont,11 (plc)
 
Lec 12 (cont plc)
Lec 12 (cont plc)Lec 12 (cont plc)
Lec 12 (cont plc)
 
Lec 8,9,10 (interfacing)
Lec 8,9,10 (interfacing)Lec 8,9,10 (interfacing)
Lec 8,9,10 (interfacing)
 
Lec 07(sensors 2)
Lec 07(sensors 2)Lec 07(sensors 2)
Lec 07(sensors 2)
 
Lec 05(actuator sizing).pdf
Lec 05(actuator sizing).pdfLec 05(actuator sizing).pdf
Lec 05(actuator sizing).pdf
 
Lec 04(actuators).pdf
Lec 04(actuators).pdfLec 04(actuators).pdf
Lec 04(actuators).pdf
 
Lec 03(VDIdr shady)
Lec 03(VDIdr shady)Lec 03(VDIdr shady)
Lec 03(VDIdr shady)
 
Lec 02(VDI dr mohamed)
Lec 02(VDI  dr mohamed)Lec 02(VDI  dr mohamed)
Lec 02(VDI dr mohamed)
 
Lec 01(introduction) Mechatronic systems
Lec 01(introduction) Mechatronic systems Lec 01(introduction) Mechatronic systems
Lec 01(introduction) Mechatronic systems
 

Kürzlich hochgeladen

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...tanu pandey
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaOmar Fathy
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . pptDineshKumar4165
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfRagavanV2
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapRishantSharmaFr
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfKamal Acharya
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086anil_gaur
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptDineshKumar4165
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Arindam Chakraborty, Ph.D., P.E. (CA, TX)
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptMsecMca
 

Kürzlich hochgeladen (20)

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
 
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdf
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
 

Cnc lecture3

  • 1. 10/24/2016 1Numerical Control Machines CNC-MDP471 Design and Production Engineering Department, Faculty of Engineering, Ain Shams University. Lecture 3 DR. AMR SHAABAN
  • 2. 10/24/2016 2 •Turning part program exercise •CNC machine tool structure •Introduction •Mechanical structure •Machine control unit •Tool magazines
  • 3. 10/24/2016Dr.Amr Shaaban-Numerical Control Machines3 PART PROGRAMMING Example
  • 4. 10/24/2016Dr.Amr Shaaban-Numerical Control Machines4 PART PROGRAMMING 1 Select the right holder Turning machine 2 Raw material specification cylinder (φ 43*105) Allowance for D [Turning=0] Allowance for L : [Facing (1mm)+parting off (3mm)+safety from part holder(15mm)] 3 Decide the operation sequence 1-Facing/ 2-straight and taper from φ43 to 36/ 3-straight and taper from φ36 to 17/ 4-Turning the arc/ 5-Chamfering/ 6-Grooving/ 7-parting off 4 Tooling Facing tool(T01)/ turning tool(T02)/ Chamfering tool (T03)/ grooving tool 3mm width (T04)/ parting off tool 3mm width (T05) Tool changer coordinate: 200mm from chuck face & 50mm from center 5 Part program Next slide 105mm ϕ43
  • 5. 10/24/2016Dr.Amr Shaaban-Numerical Control Machines5 PART PROGRAMMING 1 Facing N0010 G21 G90 G94 G97 Unit definition/ absolute positioning (safety block) N0020 G00 X100 Z200 T01 M06 Rapid motion to tool changer/ mounting facing tool N0030 Z104 Facing starting point z N0040 X45 S500 M03 Facing starting point x/ spindle rotate c.w N0050 G01 X0 F20 M08 Facing
  • 6. 10/24/2016Dr.Amr Shaaban-Numerical Control Machines6 PART PROGRAMMING 2 Turning from ϕ43 to ϕ 36 N0060 G92 X0 Z0 Temporary m/c zero offset to the part face N0070 G00 X100 Z96 T02 M06 Rapid motion to tool changer/ mounting turning tool N0080 X36 Turning starting point x N0090 Z1 Turning starting point z N0100 G01 Z-57.5 F40 Turning straight N0110 X43 Z-61 Turning taper Note: Depth of cut 3.5mm is considered large, it should be machined by multi-step, but ignore for now
  • 7. 10/24/2016Dr.Amr Shaaban-Numerical Control Machines7 PART PROGRAMMING 3 Turning from ϕ36 to ϕ 17 1 2 3 4 Z-30Z-48 X17 X21 X26 X31 X36 Z-34.737 Z-39.474 Z-44.211 N0120 G00 X45 retract N0130 Z1 To the start point Z of track1 N0140 X31 To the start point X of track1 N0140 G01 Z-30 F40 straight turning track1 N0150 X36 Z-34.737 Taper turning track1 N0160 G00 X38 retract N0170 Z1 To the start point Z of track2
  • 8. 10/24/2016Dr.Amr Shaaban-Numerical Control Machines8 PART PROGRAMMING 3 Turning from ϕ36 to ϕ 17 (Continue) 1 2 3 4 Z-30Z-48 X17 X21 X26 X31 X36 Z-34.737 Z-39.474 Z-44.211 N0180 X26 To the start point X of track2 N0190 G01 Z-30 F40 straight turning track2 N0200 X36 Z-39.474 Taper turning track2 N0210 G00 X38 retract N0220 Z1 To the start point Z of track3 N0230 X21 To the start point X of track3 N0240 G01 Z-30 F40 straight turning track3 N0250 X36 Z-44.211 Taper turning track3
  • 9. 10/24/2016Dr.Amr Shaaban-Numerical Control Machines9 PART PROGRAMMING 3 Turning from ϕ36 to ϕ 17 (Continue) 1 2 3 4 Z-30Z-48 X17 X21 X26 X31 X36 Z-34.737 Z-39.474 Z-44.211 N0260 G00 X38 retract N0270 Z1 To the start point Z of track4 N0280 X17 To the start point X of track4 N0290 G01 Z-30 F40 straight turning track4 N0300 X36 Z-48 Taper turning track4 N0310 G00 X38 retract Note: The retract after each track may better be adjusted to Z-48 to ease calculating turning points, however, it causes longer retract paths
  • 10. 10/24/2016Dr.Amr Shaaban-Numerical Control Machines10 PART PROGRAMMING 4 Turning arc R3.5 N0360 X100 Z96 T03 M06 Rapid motion to tool changer/ mounting Chamfering tool N0320 Z-57.5 To the start point of the arc z N0330 X36 To the start point of the arc x Z-57.5Z-61 X36 X43 N0340 G02 X43 Z-61 I3.5 K0 F40 Turning the arc N0350 G00 X45 Retract
  • 11. 10/24/2016Dr.Amr Shaaban-Numerical Control Machines11 PART PROGRAMMING 5 Chamfering N0370 Z-0.5 To the start point of the chamfer z N0380 X19 To the start point of the chamfer x N0390 G01 X16 F20 Chamfering N0400 G00 X20 retract N0410 X100 Z96 T04 M06 Rapid motion to tool changer/ mounting Grooving tool
  • 12. 10/24/2016Dr.Amr Shaaban-Numerical Control Machines12 PART PROGRAMMING 6 Grooving to ϕ10 N0420 Z-12.5 To the start point of the undercut z N0430 X19 To the start point of the undercut x N0440 G01 X10 F20 Grooving radial N0460 G00 X20 retract N0470 X100 Z96 T05 M06 Rapid motion to tool changer/ mounting Parting off tool N0450 Z-17.5 Grooving axial Note: Depth of cut 3.5mm is considered large, it should be machined by multi-step, but ignore for now
  • 13. 10/24/2016Dr.Amr Shaaban-Numerical Control Machines13 PART PROGRAMMING 7 PARTING OFF N0480 Z-87.5 To the start point of the parting off z N0490 X45 To the start point of the undercut x N0500 G01 X0 F20 Parting off N0510 G00 X50 Z0 retract N0510 M30 End program
  • 14. 10/24/2016Dr.Amr Shaaban-Numerical Control Machines14 CNC MACHINE TOOL PARTS CNC MACHINE TOOL MCU Guide ways Actuators & Drives Mechanical structure SensorsTool magazine
  • 15. 10/24/2016Dr.Amr Shaaban-Numerical Control Machines15 CNC MECHANICAL STRUCTURE
  • 16. 10/24/2016Dr.Amr Shaaban-Numerical Control Machines16 CNC MECHANICAL STRUCTURE VMC Open structureVMC Closed structure
  • 17. 10/24/2016Dr.Amr Shaaban-Numerical Control Machines17 CNC MECHANICAL STRUCTURE CAD Model FE Model Analysis
  • 18. 10/24/2016Dr.Amr Shaaban-Numerical Control Machines18 CNC MECHANICAL STRUCTURE Note: Overall evaluation of a CNC machine tool should not ignore the behavior of the mechanical structure. But it should also include the performance of the control system.
  • 19. 10/24/2016Dr.Amr Shaaban-Numerical Control Machines19 Machine Control Unit •Read the coded instructions. •Decode the coded instructions. •Implement interpolation. •Feed the motion commands to the amplifier circuits for driving the axis mechanism. •Receive the feedback signal. •Implement auxiliary control functions.
  • 20. 10/24/2016Dr.Amr Shaaban-Numerical Control Machines20 TOOL MAGAZINE The required turret station is specified on the program; hence the turret indexes from one tool station to the next desired station in accordance with the input data. The accuracy claimed for indexing (at the spindle nose) is 0.005 mm. Indexing accuracy is achieved by means of a hydrostatic location bolt which also acts as the plunger of an oil pump; the plunger is surrounded by a film of oil under pressure which effectively centralizes and eliminates wear. INDEXING TURRET
  • 21. 10/24/2016Dr.Amr Shaaban-Numerical Control Machines21 TOOL MAGAZINE Two types of drum magazine are used in CNC machines: The first is without a tool catcher. In this case as soon as a tool is required and been programmed , orders are given by the controller to rotate the drum and move it to spindle nose to receive the used tool and fix the new one. Second type a special mechanism (tool catcher), is employed to select the correct tool and transfer it to the machine spindle, where it is automatically clamped in position.. DRUM TYPE
  • 22. 10/24/2016Dr.Amr Shaaban-Numerical Control Machines22 TOOL MAGAZINE The cutting tools are stored in the magazine in a regular rectangular pattern. The position of each tool is known by the rectangular co-ordinates of its location. To select a tool, the program is compiled to position the spindle opposite and co-axial with the required tool. The spindle moves forward and engages with the shank of the tool and the shank is then gripped by a drawbar or collets. The spindle is retracted to remove the tool from the magazine, and the slides are actuated to move the tool to its machining position. BOX TYPE
  • 23. 10/24/2016Dr.Amr Shaaban-Numerical Control Machines23 TOOL MAGAZINE Tools are exchanged between the chain magazine, and the spindle by means of an automatic tool transfer unit. An advantage is that machining can continue uninterrupted, using the tool in one spindle while tool changing is taking place between the magazine and the spindle in the rear position. The table may be traversed in X and Y directions under rapid or feed rates without interfering with the exchange. On completion of a machining cycle with one tool, the spindles index through 180° and machining can immediately starts with the new selected tool. CHAIN TYPE