SlideShare ist ein Scribd-Unternehmen logo
1 von 28
1
2
 15th century - machining metal.
 18th century - industrialization, production-type machine
tools.
 20th century - tool metal – HSS
 Automated production equipment -
 Screw machines
 Transfer lines
 Assembly lines
 Programmable automation -
 NC
 PLC
 Robots
Historical Development
What is Numerical control?
3
 Numerical Control is a system in which actions are
controlled by the direct insertion of numerical data at
some point.
 In other words Programmable automation in which the
mechanical actions of a ‘machine tool’ are controlled
by a program.
4
Components of NC Machines
MCU
Machine
Tool
CLU
DPU
 MCU – Machine Controlled unit
 It consists of some electronic hardware that reads the
NC programme, interprets it and conversely translates
it for mechanical actions of the machine tool.
 Machine Tool
 Machine tool is the main components of a numerical
control system, which executes the operations.
 CLU – Control loops unit
DPU – Data Processing unit
 Units which control the input data and execute the
required operations.
5
 Preparatory functions : Which unit, which interpolator, absolute
or incremental programming, which circular interpolation plane,
cutter compensation, etc.
 Coordinates : Three translational, and three rotational axes.
 Machining parameters : Feed, and speed.
 Tool control : Tool diameter, next tool number, tool change.
 Cycle functions : Drill cycle, ream cycle, bore cycle, mill cycle,
clearance plane.
 Coolant control : Coolant on/off, flood, mist.
 Miscellaneous control : Spindle on/off, tape rewind, spindle
rotation direction, pallet change, clamps control, etc.
 Interpolators : Linear, circular interpolation
Basic Requirement of NC Control
6
 Convectional Numerical Control (NC)
 Direct Numerical Control (DNC)
 Computer Numerical Control (CNC)
Types of Numerical Control
7
 Data is sent to the machine tool by means of punch
cards or tapes.
 The reader at the machine performs no calculations or
interpolations.
Conventional Numerical Control (NC)
8
 Direct numerical control (DNC) – control of multiple
machine tools by a single (mainframe) computer through . direct
connection and in real time
 1960s technology
 Two way communication
 Distributed numerical control (DNC) – network consisting of central
computer connected to machine tool MCUs, which are CNC
 Present technology
 Two way communication
DNC
9
DNC
10
 Computer numerical control (CNC) is
the automation of machine tools by means of computers
executing pre-programmed sequences of machine control
commands.
 In modern CNC systems, the design of a mechanical part and
its manufacturing program is highly automated.
 The part's mechanical dimensions are defined using computer-
aided design (CAD) software and then translated into
manufacturing directives by computer-aided
manufacturing (CAM) software.
 The resulting directives are transformed into the specific
commands necessary for a particular machine to produce the
component, and then are loaded into the CNC machine.
Computer Numerical Control (CNC)
11
 Advantages :
 Reduces scrap rate of material
 Reduces tooling costs
 Reduces layout time
 Increases machine and tool life
 Reduces storage problems
 Less setup time
 Reduces actual machining time
 Allows rapid design changes in part
Advantages and Disadvantages
 Disadvantages :
 High investment cost
 High maintenance effort
 Need for skilled programmers
 High utilization required
12
13
• Coordinate systems: for flat and prismatic parts, for rotational parts
• Motion control: point to point (PTP), continuous (contouring) path
• Control loops: open loop and closed loop
• Power drives: hydraulic, electric, pneumatic
• Positioning systems: absolute positioning and incremental
positioning
• Hardware and software: Hardware NC software computer numerical
control (CNC)
CLASSIFICATION OF NUMERICAL CONTROL
14
For flat and prismatic (block-like) parts:-
-Milling and drilling operations
- Rotational axes about each linear axis
Coordinate Systems:
15
-Turning operations
-Conventional Cartesian coordinate system, but only x and z axes
-y-axis not needed in turning
For rotational parts:-
Radial location of
the tool
Longitudinal axis ( parallel to the
rotation axis )
16
Motion Control Systems :-
1-Point-to-Point Systems:-
• To move the machine table or spindle to a specified position
so that machining operations may be performed at that point.
• Accuracy of the destination is important but
not the path .e.g (drilling)
17
2 -Continuous Path Systems :-
• To control not only the destinations, but also the paths through
which the tool reaches these destinations.
• Use linear and circular interpolators. e.g.(milling and turning)
y
18
NC Interpolation methods for continuous path
Control :
1. Linear interpolation
Straight line between two
points in space
2. Circular interpolation
Circular arc defined by starting
point, end point, center or radius,
and direction
3. Helical interpolation
Circular plus linear motion
4. Parabolic and cubic interpolation
Free form curves using higher
order equations
19
Control Loops:-
1-Open loop:-
No position feedback.
2-Closed-loop control:-
To measure displacement of table motion. the advantage of a
closed-loop system is its positioning accuracy.
20
• Electric motor
-widely used
-small size, ease of control, low cost
• Hydraulic drive
-much larger power/size ratio
• Pneumatic drive
-rarely used in NC positioning system
-can be used to drive the auxiliary devices
Power Drives:-
21
Positioning systems:-
Positions are defined Relative to the origin of the
coordinate System (axis system)
[x=40, y=50]
Absolute:-
Incremental:-
Positions are defined relative to the
previous location of the tool (or
next position relative to the present)
[X=20, y=30]
22
Part Programmer's Job
Two main tasks of the programmer:
1.Define the part geometry
2.Specify the tool path
23
• Underlying assumption: no matter how complex the
part geometry, it is composed of basic geometric
elements and mathematically defined surfaces
• Geometry elements are sometimes defined only for
use in specifying tool path
Examples of part geometry definitions:
P4 = POINT/35,90,0
L1 = LINE/P1,P2
C1 = CIRCLE/CENTER,P8,RADIUS,30
Part Programmer's Job…
1.Define the part geometry
24
• Tool path consists of a sequence of points or connected
line and arc segments, using previously defined
geometry elements
Point-to-Point command:
GOTO/P0
Continuous path command
GOLFT/L2,TO,C1
2.Specify the tool path
Part Programmer's Job…
25
Other Functions in Part Programming
• Specifying cutting speeds and feed rates
• Designating cutter size (for tool offset calculations)
• Specifying tolerances in circular interpolation
• Naming the program
• Identifying the machine tool
26
• Accuracy =control resolution and hardware accuracy.
• Control resolution: the minimum length distinguishable by
the control unit (BLU).
• Hardware inaccuracies are caused by physical machine
errors (Component tolerances, Machine operation, Thermal
error).
Note:-
• BLU (basic length unit)
NC ACCURACY
27
Example-
A machine has 1 BLU = 0.001".To move the table 5" on
X axis at a speed (feed rate) of 6 ipm. Calculate pulse
rate and pulse count.
• pulse rate = speed/BLU = 6 /0.001
= 6,000 pulse/min
• pulse count = distance/BLU
= 5/0.001 = 5,000 pulses
Thank
You
28

Weitere ähnliche Inhalte

Was ist angesagt?

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
 
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
 
FUNDAMENTALS OF CNC & PART PROGRAMMING - UNIT - 4 CAD&M
FUNDAMENTALS OF CNC & PART PROGRAMMING - UNIT - 4 CAD&MFUNDAMENTALS OF CNC & PART PROGRAMMING - UNIT - 4 CAD&M
FUNDAMENTALS OF CNC & PART PROGRAMMING - UNIT - 4 CAD&MBalamurugan Subburaj
 
CNC Turning and Milling centres
CNC Turning and Milling centresCNC Turning and Milling centres
CNC Turning and Milling centresAchyuth Padmanabh
 
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
 
DNC machines tools
DNC machines toolsDNC machines tools
DNC machines toolsjntuhcej
 
Adaptive control System
Adaptive control SystemAdaptive control System
Adaptive control SystemSUMIT ATTRI
 
Adaptive control machine process
Adaptive control machine process Adaptive control machine process
Adaptive control machine process jntuhcej
 
Introduction to cnc machines (1)
Introduction to cnc machines (1)Introduction to cnc machines (1)
Introduction to cnc machines (1)someshking
 

Was ist angesagt? (20)

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
 
NC, CNC & DNC Machine
NC, CNC & DNC Machine NC, CNC & DNC Machine
NC, CNC & DNC Machine
 
Cnc machine centre
Cnc machine centreCnc machine centre
Cnc machine centre
 
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
 
FUNDAMENTALS OF CNC & PART PROGRAMMING - UNIT - 4 CAD&M
FUNDAMENTALS OF CNC & PART PROGRAMMING - UNIT - 4 CAD&MFUNDAMENTALS OF CNC & PART PROGRAMMING - UNIT - 4 CAD&M
FUNDAMENTALS OF CNC & PART PROGRAMMING - UNIT - 4 CAD&M
 
Adaptive Control System
Adaptive Control SystemAdaptive Control System
Adaptive Control System
 
Apt programming
Apt programmingApt programming
Apt programming
 
CNC Turning and Milling centres
CNC Turning and Milling centresCNC Turning and Milling centres
CNC Turning and Milling centres
 
CNC machining centers
CNC machining centersCNC machining centers
CNC machining centers
 
Cnc tooling for cnc machine(130670119596)
Cnc tooling for cnc machine(130670119596)Cnc tooling for cnc machine(130670119596)
Cnc tooling for cnc machine(130670119596)
 
DNC machines tools
DNC machines toolsDNC machines tools
DNC machines tools
 
Adaptive control System
Adaptive control SystemAdaptive control System
Adaptive control System
 
Introduction to nc
Introduction to ncIntroduction to nc
Introduction to nc
 
Adaptive control machine process
Adaptive control machine process Adaptive control machine process
Adaptive control machine process
 
NC AND CNC
NC AND CNCNC AND CNC
NC AND CNC
 
DNC SYSTEMS
DNC SYSTEMSDNC SYSTEMS
DNC SYSTEMS
 
CNC Programming
CNC Programming CNC Programming
CNC Programming
 
4 tooling in cnc
4 tooling in cnc4 tooling in cnc
4 tooling in cnc
 
Lecture 3 Computer - Aided Manufacturing (CAM)
Lecture 3 Computer - Aided Manufacturing (CAM)Lecture 3 Computer - Aided Manufacturing (CAM)
Lecture 3 Computer - Aided Manufacturing (CAM)
 
Introduction to cnc machines (1)
Introduction to cnc machines (1)Introduction to cnc machines (1)
Introduction to cnc machines (1)
 

Ähnlich wie Numeric control

Part programming for nc machines
Part programming for nc machinesPart programming for nc machines
Part programming for nc machinesDorothy Kare
 
CNC principle & machining centre
CNC principle & machining centreCNC principle & machining centre
CNC principle & machining centreNirmalRaja3
 
Unit V CNC Machining
Unit V CNC MachiningUnit V CNC Machining
Unit V CNC Machininglaxtwinsme
 
Computer Aided Manufacturing.pptx
Computer Aided Manufacturing.pptxComputer Aided Manufacturing.pptx
Computer Aided Manufacturing.pptxDrDineshDhande
 
Introduction to NC, CNC & DNC.pptx
Introduction to NC, CNC & DNC.pptxIntroduction to NC, CNC & DNC.pptx
Introduction to NC, CNC & DNC.pptxSanDeepSharma926061
 
MT-II UNIT V CNC MACHINING
MT-II UNIT V CNC MACHININGMT-II UNIT V CNC MACHINING
MT-II UNIT V CNC MACHININGKarthik R
 
Modern machine
Modern machineModern machine
Modern machineUbaid Shah
 
CNC PROGRAMMING FOR BEGAINER Part 1
CNC PROGRAMMING FOR BEGAINER Part 1CNC PROGRAMMING FOR BEGAINER Part 1
CNC PROGRAMMING FOR BEGAINER Part 1Parveen Kumar
 
12 cnc & part programming
12 cnc & part programming12 cnc & part programming
12 cnc & part programmingM Siva Kumar
 
COMPUTER NUMERIC CONTROL
COMPUTER NUMERIC CONTROL COMPUTER NUMERIC CONTROL
COMPUTER NUMERIC CONTROL Chetan Dixit
 
Manufacturing Technology-II Unit 5
Manufacturing Technology-II Unit 5Manufacturing Technology-II Unit 5
Manufacturing Technology-II Unit 5Ravi Sankar
 
MANUFACTURING TECHNOLOGY-II
MANUFACTURING TECHNOLOGY-IIMANUFACTURING TECHNOLOGY-II
MANUFACTURING TECHNOLOGY-IIS. Sathishkumar
 
NC CNC DNC - A K Mansuri
NC CNC DNC - A K MansuriNC CNC DNC - A K Mansuri
NC CNC DNC - A K MansuriMansuriak
 

Ähnlich wie Numeric control (20)

3 numerical control
3 numerical control3 numerical control
3 numerical control
 
Part programming for nc machines
Part programming for nc machinesPart programming for nc machines
Part programming for nc machines
 
CNC principle & machining centre
CNC principle & machining centreCNC principle & machining centre
CNC principle & machining centre
 
REPORT
REPORTREPORT
REPORT
 
Unit V CNC Machining
Unit V CNC MachiningUnit V CNC Machining
Unit V CNC Machining
 
Computer Aided Manufacturing.pptx
Computer Aided Manufacturing.pptxComputer Aided Manufacturing.pptx
Computer Aided Manufacturing.pptx
 
Introduction to NC, CNC & DNC.pptx
Introduction to NC, CNC & DNC.pptxIntroduction to NC, CNC & DNC.pptx
Introduction to NC, CNC & DNC.pptx
 
MT-II UNIT V CNC MACHINING
MT-II UNIT V CNC MACHININGMT-II UNIT V CNC MACHINING
MT-II UNIT V CNC MACHINING
 
Modern machine
Modern machineModern machine
Modern machine
 
CNC PROGRAMMING FOR BEGAINER Part 1
CNC PROGRAMMING FOR BEGAINER Part 1CNC PROGRAMMING FOR BEGAINER Part 1
CNC PROGRAMMING FOR BEGAINER Part 1
 
cnc machining
cnc machiningcnc machining
cnc machining
 
12 cnc & part programming
12 cnc & part programming12 cnc & part programming
12 cnc & part programming
 
LEARN CNC.pptx
LEARN CNC.pptxLEARN CNC.pptx
LEARN CNC.pptx
 
COMPUTER NUMERIC CONTROL
COMPUTER NUMERIC CONTROL COMPUTER NUMERIC CONTROL
COMPUTER NUMERIC CONTROL
 
Manufacturing Technology-II Unit 5
Manufacturing Technology-II Unit 5Manufacturing Technology-II Unit 5
Manufacturing Technology-II Unit 5
 
Unit5 170719122758
Unit5 170719122758Unit5 170719122758
Unit5 170719122758
 
MANUFACTURING TECHNOLOGY-II
MANUFACTURING TECHNOLOGY-IIMANUFACTURING TECHNOLOGY-II
MANUFACTURING TECHNOLOGY-II
 
PPT ON BHEL HARIDWAR
PPT ON BHEL HARIDWARPPT ON BHEL HARIDWAR
PPT ON BHEL HARIDWAR
 
NC CNC DNC - A K Mansuri
NC CNC DNC - A K MansuriNC CNC DNC - A K Mansuri
NC CNC DNC - A K Mansuri
 
9.pmat m 01
9.pmat m 019.pmat m 01
9.pmat m 01
 

Kürzlich hochgeladen

chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringmulugeta48
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
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
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.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
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICSUNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICSrknatarajan
 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
 
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
 
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
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01KreezheaRecto
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesPrabhanshu Chaturvedi
 

Kürzlich hochgeladen (20)

chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
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
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
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
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICSUNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
 
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
 
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
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
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
 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and Properties
 

Numeric control

  • 1. 1
  • 2. 2  15th century - machining metal.  18th century - industrialization, production-type machine tools.  20th century - tool metal – HSS  Automated production equipment -  Screw machines  Transfer lines  Assembly lines  Programmable automation -  NC  PLC  Robots Historical Development
  • 3. What is Numerical control? 3  Numerical Control is a system in which actions are controlled by the direct insertion of numerical data at some point.  In other words Programmable automation in which the mechanical actions of a ‘machine tool’ are controlled by a program.
  • 4. 4 Components of NC Machines MCU Machine Tool CLU DPU  MCU – Machine Controlled unit  It consists of some electronic hardware that reads the NC programme, interprets it and conversely translates it for mechanical actions of the machine tool.  Machine Tool  Machine tool is the main components of a numerical control system, which executes the operations.  CLU – Control loops unit DPU – Data Processing unit  Units which control the input data and execute the required operations.
  • 5. 5  Preparatory functions : Which unit, which interpolator, absolute or incremental programming, which circular interpolation plane, cutter compensation, etc.  Coordinates : Three translational, and three rotational axes.  Machining parameters : Feed, and speed.  Tool control : Tool diameter, next tool number, tool change.  Cycle functions : Drill cycle, ream cycle, bore cycle, mill cycle, clearance plane.  Coolant control : Coolant on/off, flood, mist.  Miscellaneous control : Spindle on/off, tape rewind, spindle rotation direction, pallet change, clamps control, etc.  Interpolators : Linear, circular interpolation Basic Requirement of NC Control
  • 6. 6  Convectional Numerical Control (NC)  Direct Numerical Control (DNC)  Computer Numerical Control (CNC) Types of Numerical Control
  • 7. 7  Data is sent to the machine tool by means of punch cards or tapes.  The reader at the machine performs no calculations or interpolations. Conventional Numerical Control (NC)
  • 8. 8  Direct numerical control (DNC) – control of multiple machine tools by a single (mainframe) computer through . direct connection and in real time  1960s technology  Two way communication  Distributed numerical control (DNC) – network consisting of central computer connected to machine tool MCUs, which are CNC  Present technology  Two way communication DNC
  • 10. 10  Computer numerical control (CNC) is the automation of machine tools by means of computers executing pre-programmed sequences of machine control commands.  In modern CNC systems, the design of a mechanical part and its manufacturing program is highly automated.  The part's mechanical dimensions are defined using computer- aided design (CAD) software and then translated into manufacturing directives by computer-aided manufacturing (CAM) software.  The resulting directives are transformed into the specific commands necessary for a particular machine to produce the component, and then are loaded into the CNC machine. Computer Numerical Control (CNC)
  • 11. 11  Advantages :  Reduces scrap rate of material  Reduces tooling costs  Reduces layout time  Increases machine and tool life  Reduces storage problems  Less setup time  Reduces actual machining time  Allows rapid design changes in part Advantages and Disadvantages  Disadvantages :  High investment cost  High maintenance effort  Need for skilled programmers  High utilization required
  • 12. 12
  • 13. 13 • Coordinate systems: for flat and prismatic parts, for rotational parts • Motion control: point to point (PTP), continuous (contouring) path • Control loops: open loop and closed loop • Power drives: hydraulic, electric, pneumatic • Positioning systems: absolute positioning and incremental positioning • Hardware and software: Hardware NC software computer numerical control (CNC) CLASSIFICATION OF NUMERICAL CONTROL
  • 14. 14 For flat and prismatic (block-like) parts:- -Milling and drilling operations - Rotational axes about each linear axis Coordinate Systems:
  • 15. 15 -Turning operations -Conventional Cartesian coordinate system, but only x and z axes -y-axis not needed in turning For rotational parts:- Radial location of the tool Longitudinal axis ( parallel to the rotation axis )
  • 16. 16 Motion Control Systems :- 1-Point-to-Point Systems:- • To move the machine table or spindle to a specified position so that machining operations may be performed at that point. • Accuracy of the destination is important but not the path .e.g (drilling)
  • 17. 17 2 -Continuous Path Systems :- • To control not only the destinations, but also the paths through which the tool reaches these destinations. • Use linear and circular interpolators. e.g.(milling and turning) y
  • 18. 18 NC Interpolation methods for continuous path Control : 1. Linear interpolation Straight line between two points in space 2. Circular interpolation Circular arc defined by starting point, end point, center or radius, and direction 3. Helical interpolation Circular plus linear motion 4. Parabolic and cubic interpolation Free form curves using higher order equations
  • 19. 19 Control Loops:- 1-Open loop:- No position feedback. 2-Closed-loop control:- To measure displacement of table motion. the advantage of a closed-loop system is its positioning accuracy.
  • 20. 20 • Electric motor -widely used -small size, ease of control, low cost • Hydraulic drive -much larger power/size ratio • Pneumatic drive -rarely used in NC positioning system -can be used to drive the auxiliary devices Power Drives:-
  • 21. 21 Positioning systems:- Positions are defined Relative to the origin of the coordinate System (axis system) [x=40, y=50] Absolute:- Incremental:- Positions are defined relative to the previous location of the tool (or next position relative to the present) [X=20, y=30]
  • 22. 22 Part Programmer's Job Two main tasks of the programmer: 1.Define the part geometry 2.Specify the tool path
  • 23. 23 • Underlying assumption: no matter how complex the part geometry, it is composed of basic geometric elements and mathematically defined surfaces • Geometry elements are sometimes defined only for use in specifying tool path Examples of part geometry definitions: P4 = POINT/35,90,0 L1 = LINE/P1,P2 C1 = CIRCLE/CENTER,P8,RADIUS,30 Part Programmer's Job… 1.Define the part geometry
  • 24. 24 • Tool path consists of a sequence of points or connected line and arc segments, using previously defined geometry elements Point-to-Point command: GOTO/P0 Continuous path command GOLFT/L2,TO,C1 2.Specify the tool path Part Programmer's Job…
  • 25. 25 Other Functions in Part Programming • Specifying cutting speeds and feed rates • Designating cutter size (for tool offset calculations) • Specifying tolerances in circular interpolation • Naming the program • Identifying the machine tool
  • 26. 26 • Accuracy =control resolution and hardware accuracy. • Control resolution: the minimum length distinguishable by the control unit (BLU). • Hardware inaccuracies are caused by physical machine errors (Component tolerances, Machine operation, Thermal error). Note:- • BLU (basic length unit) NC ACCURACY
  • 27. 27 Example- A machine has 1 BLU = 0.001".To move the table 5" on X axis at a speed (feed rate) of 6 ipm. Calculate pulse rate and pulse count. • pulse rate = speed/BLU = 6 /0.001 = 6,000 pulse/min • pulse count = distance/BLU = 5/0.001 = 5,000 pulses