SlideShare a Scribd company logo
1 of 42
By
MANOJ K
1MS16MCM09
MSRIT
 It is a language that defines the tool path with
respect to the part geometry.
Or
 It is a program which consists of
instructions/statements which are used to
specify the path of the tool to follow for
producing a given part.
 Developed by MIT in 1959
 Geometry statements
 Motion statements
 Postprocessor statements (feed, speed,
coolant, …etc)
 Auxiliary statements(tool, tolerance, part, …
etc)
 It defines a geometric shape/form.
 There are 16 different geometric forms
e.g.-POINT, LINE, PLANE, CIRCLE, CYLNDR,
ELLIPS,HYPERB, CONE, PATERN,….etc
 The general form of geometry statements is:
symbol = geometry type / descriptive data
or
or
 Used to define the tool movement in a
specific direction.
 In APT there are two basic types of motion
statements:
1. Point to Point motion (PTP)
2. Contouring motion
 Used to position the tool at desired position.
 There are only two basic point to point
motion commands
1. GOTO/
2. GODLTA/
GOTO:
The GOTO statement instructs the tool to go to a
particular point location specified in the descriptive
data.
e.g. GOTO / P2
GOTO / 2, 7, 0
GODLTA:
The GODLTA command specifies an incremental move
for the tool.
e.g. GODLTA / 2, 7, 0
instructs the tool to move from its present position to
2 units in x-direction, 7 units in y-direction and 0 units
in z-direction.
 In contouring motion commands the tool
position must be continuously controlled
throughout the move. For contouring
movements, the tool is directed along
intersecting surfaces.These surfaces have
specific names in APT.
i.e. Drive Surface (DS)
Part Surface (PS)
Check Surface (CS)
Drive Surface (DS): The surface against which the edge of tool
rides.
Part Surface (PS) : The surface on which the bottom end of the
tool rides.
Check Surface (CS) : The surface at which the tool motion is
stop.
HOWTO APPROACHTHE CHECKSURFACE
Modifier words, such asTO, ON, PAST orTANTO, are
used to govern the position of the tool in relation to
the check surface.
INITIAL CONTOURING MOTION
STATEMENT
GO/TO
which defines the initial drive, part and check surfaces.
It takes the form:
GO/TO, drive surface,TO, part surface,TO, check surface
An example would be:
GO/TO, L1,TO, PL1,TO, L2
specifying that the tool should use
line L1 as the drive surface,
plane P1 as the part surface, and
line L2 as the check surface.
MOTION COMMANDS
GOLFT/ : Move left along the drive surface
GORGT/ : Move right along the drive surface
GOUP/ : Move up along the drive surface
GODOWN/ : Move down along the drive surface
GOFWD/ : Move forward from a tangent position
GOBACK/ : Move backward from a tangent position
 MACHIN/ : use to specify the machine tool
e.g.- MACHIN/DRILL,3
 COOLNT/ : coolant fluid to be turned on or off.
e.g.- COOLNT /ON
 FEDRAT/: feed rate for the tool in inch per min.
e.g.- FEDRAT/4.5
 SPINDL/: spindle rotation speed in rev per min.
e.g.- SPINDL/ 850
 These statements complete the APT
programming language
 CUTTER/: specifies a quarter-inch cutter dia.
e.g.- CUTTER/.25
 FINI: end of program
 Tool tolerances.
e.g.-INTOL/.0015
e.g.-OUTTOL/.001
(a)feed rate is 5.39 inches per minute;
(b)spindle speed is 573 rev per minute;
(c)coolant is to be used to flush the chips;
(d)the cutter dia is to be 0.5 inches,
(e)the tool home position is (0, -1, 0).
PARTNO
MACHIN/MILL ,1
CUTTER/0.5000
P0 = POINT/0, -1.0, 0
P1 = POINT/0, 0, 0
P2 = POINT/6.0, 0, 0
P3 = POINT/6.0, 1.0, 0
P4 = POINT/2.0, 4.0, 0
L1 = LINE/P1, P2
C1 = CIRCLE/CENTER, P3,
RADIUS, 1.0
L2 = LINE/P4, LEFT, TANTO, C1
L3 = LINE/P1, P4
PL1 = PLANE/P1, P2, P3
SPINDL/573
FEDRAT/5.39
COOLNT/ON
FROM/P0
GO/PAST, L3, TO, PL1, TO, L1
GOUP/L3, PAST, L2
GORGT/L2, TANTO, C1
GOFWD/C1, ON, P2
GOFWD/L1, PAST, L3
RAPID
GOTO/P0
COOLNT/OFF
FINI
PROGRAM
THANK YOU

More Related Content

What's hot

APT part programming
APT part programmingAPT part programming
APT part programmingnmahi96
 
Synthetic curve
Synthetic curveSynthetic curve
Synthetic curveDhruv Shah
 
Computer Aided Process Planning (CAPP)
Computer Aided Process Planning (CAPP)Computer Aided Process Planning (CAPP)
Computer Aided Process Planning (CAPP)Pratik Gandhi
 
Numerical control machines
Numerical control machines Numerical control machines
Numerical control machines jntuhcej
 
CNC Turning and Milling centres
CNC Turning and Milling centresCNC Turning and Milling centres
CNC Turning and Milling centresAchyuth Padmanabh
 
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
 
COMPUTER AIDED PROCESS PLANNING
COMPUTER AIDED PROCESS PLANNINGCOMPUTER AIDED PROCESS PLANNING
COMPUTER AIDED PROCESS PLANNINGjntuhcej
 
Cnc, dnc & adaptive control
Cnc, dnc & adaptive controlCnc, dnc & adaptive control
Cnc, dnc & adaptive controlparabajinkya0070
 
Introduction to CNC machine and Hardware.
Introduction to CNC machine and Hardware. Introduction to CNC machine and Hardware.
Introduction to CNC machine and Hardware. aman1312
 
Unit 1 Metal Cutting
Unit 1 Metal CuttingUnit 1 Metal Cutting
Unit 1 Metal CuttingMechbytes
 
ELECTRO CHEMICAL MACHINING PPT.......
ELECTRO CHEMICAL MACHINING PPT.......ELECTRO CHEMICAL MACHINING PPT.......
ELECTRO CHEMICAL MACHINING PPT.......POLAYYA CHINTADA
 

What's hot (20)

Apt programming
Apt programmingApt programming
Apt programming
 
part programming (cnc)
part programming (cnc)part programming (cnc)
part programming (cnc)
 
APT part programming
APT part programmingAPT part programming
APT part programming
 
Tool geometry
Tool geometryTool geometry
Tool geometry
 
Synthetic curve
Synthetic curveSynthetic curve
Synthetic curve
 
Computer Aided Process Planning (CAPP)
Computer Aided Process Planning (CAPP)Computer Aided Process Planning (CAPP)
Computer Aided Process Planning (CAPP)
 
Numerical control machines
Numerical control machines Numerical control machines
Numerical control machines
 
3 numerical control
3 numerical control3 numerical control
3 numerical control
 
Nc part programming
Nc part programmingNc part programming
Nc part programming
 
CNC Turning and Milling centres
CNC Turning and Milling centresCNC Turning and Milling centres
CNC Turning and Milling centres
 
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
 
Unconventional machining processes
Unconventional machining processesUnconventional machining processes
Unconventional machining processes
 
COMPUTER AIDED PROCESS PLANNING
COMPUTER AIDED PROCESS PLANNINGCOMPUTER AIDED PROCESS PLANNING
COMPUTER AIDED PROCESS PLANNING
 
Cnc, dnc & adaptive control
Cnc, dnc & adaptive controlCnc, dnc & adaptive control
Cnc, dnc & adaptive control
 
Introduction to CNC machine and Hardware.
Introduction to CNC machine and Hardware. Introduction to CNC machine and Hardware.
Introduction to CNC machine and Hardware.
 
Numeric control
Numeric controlNumeric control
Numeric control
 
Capston and turrent lathe
Capston and turrent latheCapston and turrent lathe
Capston and turrent lathe
 
Tool presetting
Tool presettingTool presetting
Tool presetting
 
Unit 1 Metal Cutting
Unit 1 Metal CuttingUnit 1 Metal Cutting
Unit 1 Metal Cutting
 
ELECTRO CHEMICAL MACHINING PPT.......
ELECTRO CHEMICAL MACHINING PPT.......ELECTRO CHEMICAL MACHINING PPT.......
ELECTRO CHEMICAL MACHINING PPT.......
 

Similar to Automatically programmed tool (ATP)

Computer assisted part programming.pdf
Computer assisted part programming.pdfComputer assisted part programming.pdf
Computer assisted part programming.pdfAshok Mannava
 
APT Programming in CAD CAM CIM for CNC programming
APT Programming in CAD CAM CIM for CNC programmingAPT Programming in CAD CAM CIM for CNC programming
APT Programming in CAD CAM CIM for CNC programmingamitchaudhari65
 
amit chauhan apt presentation
amit chauhan   apt presentationamit chauhan   apt presentation
amit chauhan apt presentationAkash Maurya
 
Robotics_and_automation.pptx
Robotics_and_automation.pptxRobotics_and_automation.pptx
Robotics_and_automation.pptxNjagadeshBabu
 
FINITE STATE MACHINE AND CHOMSKY HIERARCHY
FINITE STATE MACHINE AND CHOMSKY HIERARCHYFINITE STATE MACHINE AND CHOMSKY HIERARCHY
FINITE STATE MACHINE AND CHOMSKY HIERARCHYnishimanglani
 
Cathay Dragon Certificate Programme 2018 A320/A330 Simulator Flight
Cathay Dragon Certificate Programme 2018 A320/A330 Simulator FlightCathay Dragon Certificate Programme 2018 A320/A330 Simulator Flight
Cathay Dragon Certificate Programme 2018 A320/A330 Simulator FlightJacklyn Wu
 
Industrial Automated Robots Working and explanation
Industrial Automated Robots Working and explanationIndustrial Automated Robots Working and explanation
Industrial Automated Robots Working and explanationSarmadFarooq5
 
06. industrial robotics
06. industrial robotics06. industrial robotics
06. industrial roboticsrichard visey
 
Determination of the Operational Parameters of a Planar Robot with Three Joints
Determination of the Operational Parameters of a Planar Robot with Three JointsDetermination of the Operational Parameters of a Planar Robot with Three Joints
Determination of the Operational Parameters of a Planar Robot with Three JointsWaqas Tariq
 
Interoperability between the IPCC Inventory Software and IPCC Inventory Softw...
Interoperability between the IPCC Inventory Software and IPCC Inventory Softw...Interoperability between the IPCC Inventory Software and IPCC Inventory Softw...
Interoperability between the IPCC Inventory Software and IPCC Inventory Softw...ipcc-media
 
ROBOTICS-ROBOT KINEMATICS AND ROBOT PROGRAMMING
ROBOTICS-ROBOT KINEMATICS AND ROBOT PROGRAMMINGROBOTICS-ROBOT KINEMATICS AND ROBOT PROGRAMMING
ROBOTICS-ROBOT KINEMATICS AND ROBOT PROGRAMMINGTAMILMECHKIT
 
Cnc control system and interface
Cnc control system and interfaceCnc control system and interface
Cnc control system and interfacebhanutomar
 
Uenr5223sist. electrico excavadora 336 f
Uenr5223sist. electrico excavadora 336 fUenr5223sist. electrico excavadora 336 f
Uenr5223sist. electrico excavadora 336 fraul plasencia
 

Similar to Automatically programmed tool (ATP) (20)

Computer assisted part programming.pdf
Computer assisted part programming.pdfComputer assisted part programming.pdf
Computer assisted part programming.pdf
 
APT Programming in CAD CAM CIM for CNC programming
APT Programming in CAD CAM CIM for CNC programmingAPT Programming in CAD CAM CIM for CNC programming
APT Programming in CAD CAM CIM for CNC programming
 
amit chauhan apt presentation
amit chauhan   apt presentationamit chauhan   apt presentation
amit chauhan apt presentation
 
Unit1 my preparation
Unit1 my preparationUnit1 my preparation
Unit1 my preparation
 
Robotics_and_automation.pptx
Robotics_and_automation.pptxRobotics_and_automation.pptx
Robotics_and_automation.pptx
 
FINITE STATE MACHINE AND CHOMSKY HIERARCHY
FINITE STATE MACHINE AND CHOMSKY HIERARCHYFINITE STATE MACHINE AND CHOMSKY HIERARCHY
FINITE STATE MACHINE AND CHOMSKY HIERARCHY
 
A320 auto flight
A320  auto flightA320  auto flight
A320 auto flight
 
CIM unit-3
CIM  unit-3CIM  unit-3
CIM unit-3
 
APT.ppt
APT.pptAPT.ppt
APT.ppt
 
Cathay Dragon Certificate Programme 2018 A320/A330 Simulator Flight
Cathay Dragon Certificate Programme 2018 A320/A330 Simulator FlightCathay Dragon Certificate Programme 2018 A320/A330 Simulator Flight
Cathay Dragon Certificate Programme 2018 A320/A330 Simulator Flight
 
Industrial Automated Robots Working and explanation
Industrial Automated Robots Working and explanationIndustrial Automated Robots Working and explanation
Industrial Automated Robots Working and explanation
 
06. industrial robotics
06. industrial robotics06. industrial robotics
06. industrial robotics
 
Industrial robots
Industrial robotsIndustrial robots
Industrial robots
 
Industrial robotics.pptx
Industrial robotics.pptxIndustrial robotics.pptx
Industrial robotics.pptx
 
Determination of the Operational Parameters of a Planar Robot with Three Joints
Determination of the Operational Parameters of a Planar Robot with Three JointsDetermination of the Operational Parameters of a Planar Robot with Three Joints
Determination of the Operational Parameters of a Planar Robot with Three Joints
 
Interoperability between the IPCC Inventory Software and IPCC Inventory Softw...
Interoperability between the IPCC Inventory Software and IPCC Inventory Softw...Interoperability between the IPCC Inventory Software and IPCC Inventory Softw...
Interoperability between the IPCC Inventory Software and IPCC Inventory Softw...
 
ROBOTICS-ROBOT KINEMATICS AND ROBOT PROGRAMMING
ROBOTICS-ROBOT KINEMATICS AND ROBOT PROGRAMMINGROBOTICS-ROBOT KINEMATICS AND ROBOT PROGRAMMING
ROBOTICS-ROBOT KINEMATICS AND ROBOT PROGRAMMING
 
Cnc control system and interface
Cnc control system and interfaceCnc control system and interface
Cnc control system and interface
 
Uenr5223sist. electrico excavadora 336 f
Uenr5223sist. electrico excavadora 336 fUenr5223sist. electrico excavadora 336 f
Uenr5223sist. electrico excavadora 336 f
 
KENR82440001.pdf
KENR82440001.pdfKENR82440001.pdf
KENR82440001.pdf
 

More from Manoj Gowda K

Material handling robots
Material handling robotsMaterial handling robots
Material handling robotsManoj Gowda K
 
PLC (PROGRAMMABLE LOGIC CONTROLLER)
PLC (PROGRAMMABLE LOGIC CONTROLLER)PLC (PROGRAMMABLE LOGIC CONTROLLER)
PLC (PROGRAMMABLE LOGIC CONTROLLER)Manoj Gowda K
 
Review on GROUP TECHNOLOGY & it’s implementation
Review on GROUP TECHNOLOGY & it’s implementationReview on GROUP TECHNOLOGY & it’s implementation
Review on GROUP TECHNOLOGY & it’s implementationManoj Gowda K
 
ANALYSIS OF TRANSFER LINE WITH BUFFER STORAGE
ANALYSIS OF TRANSFER LINE WITH BUFFER STORAGEANALYSIS OF TRANSFER LINE WITH BUFFER STORAGE
ANALYSIS OF TRANSFER LINE WITH BUFFER STORAGEManoj Gowda K
 
RAPID PROTOTYPING(RPT)
RAPID PROTOTYPING(RPT)RAPID PROTOTYPING(RPT)
RAPID PROTOTYPING(RPT)Manoj Gowda K
 
Assembly representation scheme
Assembly representation schemeAssembly representation scheme
Assembly representation schemeManoj Gowda K
 

More from Manoj Gowda K (7)

Material handling robots
Material handling robotsMaterial handling robots
Material handling robots
 
PLC (PROGRAMMABLE LOGIC CONTROLLER)
PLC (PROGRAMMABLE LOGIC CONTROLLER)PLC (PROGRAMMABLE LOGIC CONTROLLER)
PLC (PROGRAMMABLE LOGIC CONTROLLER)
 
Review on GROUP TECHNOLOGY & it’s implementation
Review on GROUP TECHNOLOGY & it’s implementationReview on GROUP TECHNOLOGY & it’s implementation
Review on GROUP TECHNOLOGY & it’s implementation
 
ANALYSIS OF TRANSFER LINE WITH BUFFER STORAGE
ANALYSIS OF TRANSFER LINE WITH BUFFER STORAGEANALYSIS OF TRANSFER LINE WITH BUFFER STORAGE
ANALYSIS OF TRANSFER LINE WITH BUFFER STORAGE
 
RAPID PROTOTYPING(RPT)
RAPID PROTOTYPING(RPT)RAPID PROTOTYPING(RPT)
RAPID PROTOTYPING(RPT)
 
Assembly representation scheme
Assembly representation schemeAssembly representation scheme
Assembly representation scheme
 
Autoclave molding
Autoclave moldingAutoclave molding
Autoclave molding
 

Recently uploaded

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
 
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
 
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLPVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLManishPatel169454
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)simmis5
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...SUHANI PANDEY
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxfenichawla
 
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
 
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
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756dollysharma2066
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
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
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTbhaskargani46
 
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
 
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
 
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
 

Recently uploaded (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
 
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...
 
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLPVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
(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
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
 
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 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...
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
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...
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
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
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
 
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 ...
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
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
 

Automatically programmed tool (ATP)

  • 2.  It is a language that defines the tool path with respect to the part geometry. Or  It is a program which consists of instructions/statements which are used to specify the path of the tool to follow for producing a given part.  Developed by MIT in 1959
  • 3.  Geometry statements  Motion statements  Postprocessor statements (feed, speed, coolant, …etc)  Auxiliary statements(tool, tolerance, part, … etc)
  • 4.  It defines a geometric shape/form.  There are 16 different geometric forms e.g.-POINT, LINE, PLANE, CIRCLE, CYLNDR, ELLIPS,HYPERB, CONE, PATERN,….etc  The general form of geometry statements is: symbol = geometry type / descriptive data
  • 5.
  • 6.
  • 7.
  • 8.
  • 9.
  • 10.
  • 11.
  • 12.
  • 13.
  • 14.
  • 15.
  • 16.
  • 17.
  • 18.
  • 19. or or
  • 20.
  • 21.
  • 22.
  • 23.
  • 24.
  • 25.
  • 26.
  • 27.
  • 28.
  • 29.  Used to define the tool movement in a specific direction.  In APT there are two basic types of motion statements: 1. Point to Point motion (PTP) 2. Contouring motion
  • 30.  Used to position the tool at desired position.  There are only two basic point to point motion commands 1. GOTO/ 2. GODLTA/
  • 31. GOTO: The GOTO statement instructs the tool to go to a particular point location specified in the descriptive data. e.g. GOTO / P2 GOTO / 2, 7, 0 GODLTA: The GODLTA command specifies an incremental move for the tool. e.g. GODLTA / 2, 7, 0 instructs the tool to move from its present position to 2 units in x-direction, 7 units in y-direction and 0 units in z-direction.
  • 32.  In contouring motion commands the tool position must be continuously controlled throughout the move. For contouring movements, the tool is directed along intersecting surfaces.These surfaces have specific names in APT. i.e. Drive Surface (DS) Part Surface (PS) Check Surface (CS)
  • 33. Drive Surface (DS): The surface against which the edge of tool rides. Part Surface (PS) : The surface on which the bottom end of the tool rides. Check Surface (CS) : The surface at which the tool motion is stop.
  • 34. HOWTO APPROACHTHE CHECKSURFACE Modifier words, such asTO, ON, PAST orTANTO, are used to govern the position of the tool in relation to the check surface.
  • 35. INITIAL CONTOURING MOTION STATEMENT GO/TO which defines the initial drive, part and check surfaces. It takes the form: GO/TO, drive surface,TO, part surface,TO, check surface An example would be: GO/TO, L1,TO, PL1,TO, L2 specifying that the tool should use line L1 as the drive surface, plane P1 as the part surface, and line L2 as the check surface.
  • 36. MOTION COMMANDS GOLFT/ : Move left along the drive surface GORGT/ : Move right along the drive surface GOUP/ : Move up along the drive surface GODOWN/ : Move down along the drive surface GOFWD/ : Move forward from a tangent position GOBACK/ : Move backward from a tangent position
  • 37.  MACHIN/ : use to specify the machine tool e.g.- MACHIN/DRILL,3  COOLNT/ : coolant fluid to be turned on or off. e.g.- COOLNT /ON  FEDRAT/: feed rate for the tool in inch per min. e.g.- FEDRAT/4.5  SPINDL/: spindle rotation speed in rev per min. e.g.- SPINDL/ 850
  • 38.  These statements complete the APT programming language  CUTTER/: specifies a quarter-inch cutter dia. e.g.- CUTTER/.25  FINI: end of program  Tool tolerances. e.g.-INTOL/.0015 e.g.-OUTTOL/.001
  • 39. (a)feed rate is 5.39 inches per minute; (b)spindle speed is 573 rev per minute; (c)coolant is to be used to flush the chips; (d)the cutter dia is to be 0.5 inches, (e)the tool home position is (0, -1, 0).
  • 40.
  • 41. PARTNO MACHIN/MILL ,1 CUTTER/0.5000 P0 = POINT/0, -1.0, 0 P1 = POINT/0, 0, 0 P2 = POINT/6.0, 0, 0 P3 = POINT/6.0, 1.0, 0 P4 = POINT/2.0, 4.0, 0 L1 = LINE/P1, P2 C1 = CIRCLE/CENTER, P3, RADIUS, 1.0 L2 = LINE/P4, LEFT, TANTO, C1 L3 = LINE/P1, P4 PL1 = PLANE/P1, P2, P3 SPINDL/573 FEDRAT/5.39 COOLNT/ON FROM/P0 GO/PAST, L3, TO, PL1, TO, L1 GOUP/L3, PAST, L2 GORGT/L2, TANTO, C1 GOFWD/C1, ON, P2 GOFWD/L1, PAST, L3 RAPID GOTO/P0 COOLNT/OFF FINI PROGRAM