SlideShare uma empresa Scribd logo
1 de 31
Introduction to Robotics
Analysis, systems, Applications
Saeed B. Niku
Chapter 1
Fundamentals
1. Introduction
Fig. 1.1 (a) A Kuhnezug truck-mounted crane
Reprinted with permission from Kuhnezug Fordertechnik GmbH.
Fig. 1.1 (b) Fanuc S-500 robots performing
seam-sealing on a truck.
Reprinted with permission from Fanuc Robotics, North America, Inc.
What is a Robot ?
 Random House DictionaryRandom House Dictionary A machine that resembles
a human being and does mechanical routine tasks
on command.
 Robotics Association of AmericaRobotics Association of America An industrial robot is
a re-programmable, multifunctional manipulator
designed to move materials, parts, tools, or
specialized devices through variable programmed
motions for the performance of a variety of tasks.
What is a Robot ?
 A manipulator (or an industrial robot) is
composed of a series of links connected to each
other via joints. Each joint usually has an
actuator (a motor for eg.) connected to it.
 These actuators are used to cause relative
motion between successive links. One end of the
manipulator is usually connected to a stable base
and the other end is used to deploy a tool.
Classification of Robots
- JIRA (Japanese Industrial Robot Association)
Class1: Manual-Handling Device
Class2: Fixed Sequence Robot
Class3: Variable Sequence Robot
Class4: Playback Robot
Class5: Numerical Control Robot
Class6: Intelligent Robot
Classification of Robots
- RIA (Robotics Institute of America)
Variable Sequence Robot(Class3)
Playback Robot(Class4)
Numerical Control Robot(Class5)
Intelligent Robot(Class6)
Classification of Robots
- AFR (Association FranÇaise de Robotique)
Type A: Manual Handling Devices/ telerobotics
Type B: Automatic Handling Devices/
predetermined cycles
Type C: Programmable, Servo controlled robot,
continuous point-to-point trajectories
Type D: Same type with C, but it can acquire
information.
Chapter 1
Fundamentals
♦ Robot in the world
Painting Robot in Motor Company
Assembly Robot in Electronic Company
Chapter 1
Fundamentals
♦ Robot in the world
Wearable Robotic Arm and Tele-Operated Robot (KIST)
Chapter 1
Fundamentals
♦ Robot in the world
HONDA (ASIMO) – Biped Robot Fujitsu – Biped Robot (Laptop Size)
Chapter 1
Fundamentals
♦ Robot in the world
Sony (AIBO) – Toy robot
What is Robotics?
 Robotics is the art, knowledge base, and the
know-how of designing, applying, and using
robots in human endeavors.
 Robotics is an interdisciplinary subject that
benefits from mechanical engineering,
electrical and electronic engineering,
computer science, biology, and many other
disciplines.
What is Robotics
♦ History of Robotics
1922: Karel Čapek’s novel, Rossum’s Universal Robots, word “Robota”
(worker)
1952: NC machine (MIT)
1955: Denavit-Hartenberg Homogeneous Transformation
1967: Mark II (Unimation Inc.)
1968: Shakey (SRI) - intelligent robot
1973: T3 (Cincinnati Milacron Inc.)
1978: PUMA (Unimation Inc.)
1983: Robotics Courses
21C: Walking Robots, Mobile Robots, Humanoid Robots
Advantages VS. Disadvantages
of Robots
♦ Robots increase productivity, safety, efficiency, quality, and
consistency of products.
♦ Robots can work in hazardous environments without the need.
♦ Robots need no environmental comfort.
♦ Robots work continuously without experiencing fatigue of problem.
♦ Robots have repeatable precision at all times.
♦ Robots can be much more accurate than human.
♦ Robots replace human workers creating economic problems.
♦ Robots can process multiple stimuli or tasks simultaneously.
♦ Robots lack capability to respond in emergencies.
♦ Robots, although superior in certain senses, have limited
capabilities in Degree of freedom, Dexterity, Sensors, Vision
system, real time response.
♦ Robots are costly, due to Initial cost of equipment, Installation
costs, Need for Peripherals, Need for training, Need for
programming.
What are the parts
of a robot?
•Manipulator
•Pedestal
•Controller
•End Effectors
•Power Source
Manipulator
• Base
• Appendages
Shoulder
Arm
Grippers
Pedestal
(Human waist)
•Supports the
manipulator.
•Acts as a
counterbalance.
Controller
(The brain)
• Issues instructions to
the robot.
• Controls peripheral
devices.
• Interfaces with robot.
• Interfaces with
humans.
End Effectors
(The hand)
• Spray paint
attachments
• Welding attachments
• Vacuum heads
• Hands
• Grippers
Power Source
(The food)
• Electric
• Pneumatic
• Hydraulic
Robots degrees of freedomRobots degrees of freedom
 Degrees of Freedom: Number ofDegrees of Freedom: Number of
independent position variables whichindependent position variables which
would has to be specified to locate allwould has to be specified to locate all
parts of a mechanism.parts of a mechanism.
 In most manipulators this is usually theIn most manipulators this is usually the
number of joints.number of joints.
Fig. 1.3 A Fanuc P-15 robot.
Reprinted with permission from Fanuc Robotics, North America, Inc.
Consider what is the degree of Fig. 3
1 D.O.F. 2 D.O.F. 3 D.O.F.
Robots degrees of freedom
Robot Joints
Prismatic Joint: Linear, No rotation involved.
(Hydraulic or pneumatic cylinder)
Revolute Joint: Rotary, (electrically driven with stepper motor, servo motor)
Robot
Coordinates
• Cartesian/rectangular/gantry (3P) : 3 cylinders joint
• Cylindrical (R2P) : 2 Prismatic joint and 1 revolute joint
Fig. 1.4
• Spherical (2RP) : 1 Prismatic joint and 2 revolute joint
• Articulated/anthropomorphic (3R) : All revolute(Human arm)
• Selective Compliance Assembly Robot Arm (SCARA):
2 paralleled revolute joint and 1 additional prismatic joint
Robot Reference Frames
Fig. 1.6 A robot’s World, Joint, and Tool
reference frames.
Most robots may be programmed
to move relative to either of these
reference frames.
Chapter 1
Fundamentals
♦ Programming Modes
♦ Robot Characteristics
Physical Setup: PLC
Lead Through/ Teach Mode: Teaching Pendant/ Playback, p-to-p
Continuous Walk-Through Mode: Simultaneous joint-movement
Software Mode: Use of feedback information
Payload: Fanuc Robotics LR Mate™ (6.6/ 86 lbs), M- 16i ™(35/ 594 lbs)
Reach: The maximum distance a robot can reach within its work envelope.
Precision (validity): defined as how accurately a specified point
can be reached… 0.001 inch or better.
Repeatability (variability): how accurately the same position can be
reached if the motion is repeated many times.
Robot Workspace
Fig. 1.7 Typical workspaces for common robot configurations
Chapter 1
Fundamentals
♦ Robot Languages
Microcomputer Machine Language Level: the most basic and
very efficient but difficult to understand to follow.
Point-to-Point Level: Funky®
Cincinnati Milacron’s T3©
It lacks branching, sensory information.
Primitive Motion Level: VAL by Unimation™
Interpreter based language.
Structured Programming Level: This is a compiler based
but more difficult to learn.
Task-Oriented Level: Not exist yet and proposed IBM in the 1980s.
Chapter 1
Fundamentals
♦ Robot Application
Machine loading
Pick and place operations
Welding
Painting
Sampling
Assembly operation
Manufacturing
Surveillance
Medical applications
Assisting disabled individuals
Hazardous environments
Underwater, space, and remote locations
Chapter 1
Fundamentals
♦ Robot Application
Fig. 1.8 A Staubli robot loading and unloading Fig. 1.9 Staubli robot placing dishwasher tubs
Fig. 1.10 An AM120 Fanuc robot Fig. 1.11 A P200 Fanuc painting automobile bodies
Chapter 1
Fundamentals
♦ Robot Application
Fig. 1.12 Staubli RX FRAMS robot in a BMW Fig. 1.13 A Fanuc LR Mate 200i robot removal operation
Fig. 1.13 The Arm, a 6 DOF bilateral force-feedback manipulator Medical Robot of German

Mais conteúdo relacionado

Mais procurados

Mais procurados (20)

Robotics ppt
Robotics  pptRobotics  ppt
Robotics ppt
 
Robotics
RoboticsRobotics
Robotics
 
Robotics ppt
Robotics pptRobotics ppt
Robotics ppt
 
Robotics seminar ppt
Robotics seminar pptRobotics seminar ppt
Robotics seminar ppt
 
Robots in automobile industry
Robots in automobile industryRobots in automobile industry
Robots in automobile industry
 
Robotics Knowledge, About robotics.
Robotics Knowledge, About robotics.Robotics Knowledge, About robotics.
Robotics Knowledge, About robotics.
 
Robotics and Technology
Robotics and TechnologyRobotics and Technology
Robotics and Technology
 
Robotics
Robotics Robotics
Robotics
 
Presentation of robotics
Presentation of roboticsPresentation of robotics
Presentation of robotics
 
Robotics.!
Robotics.!Robotics.!
Robotics.!
 
basics of robotics
basics of roboticsbasics of robotics
basics of robotics
 
BASICS and INTRODUCTION of ROBOTICS
BASICS and INTRODUCTION of ROBOTICSBASICS and INTRODUCTION of ROBOTICS
BASICS and INTRODUCTION of ROBOTICS
 
ROBOTICS & DESIGN (Introduction of Robots) EEN-429
ROBOTICS & DESIGN (Introduction of Robots) EEN-429ROBOTICS & DESIGN (Introduction of Robots) EEN-429
ROBOTICS & DESIGN (Introduction of Robots) EEN-429
 
Robotics
RoboticsRobotics
Robotics
 
Robotics.Ppt
Robotics.PptRobotics.Ppt
Robotics.Ppt
 
Robotics ppt
Robotics pptRobotics ppt
Robotics ppt
 
Robots.pptx 1
Robots.pptx 1Robots.pptx 1
Robots.pptx 1
 
robotics
roboticsrobotics
robotics
 
Robotics by Maryam javed
Robotics by Maryam javedRobotics by Maryam javed
Robotics by Maryam javed
 
Robotics
RoboticsRobotics
Robotics
 

Semelhante a Introduction

Chapter 1 - Fundamentals.ppt
Chapter 1 - Fundamentals.pptChapter 1 - Fundamentals.ppt
Chapter 1 - Fundamentals.pptlancelotlabajo
 
Chapter 1 - Fundamentals.ppt
Chapter 1 - Fundamentals.pptChapter 1 - Fundamentals.ppt
Chapter 1 - Fundamentals.pptOyunbatGansukh1
 
Chapter 1 - Fundamentals Chapter 1 - Fundamentals.ppt
Chapter 1 - Fundamentals Chapter 1 - Fundamentals.pptChapter 1 - Fundamentals Chapter 1 - Fundamentals.ppt
Chapter 1 - Fundamentals Chapter 1 - Fundamentals.pptabdessamadelforji
 
Introduction to Robotics
Introduction to Robotics Introduction to Robotics
Introduction to Robotics YAZEN SHAKIR
 
Industrial Robotics Chap 01 Fundamentals
Industrial  Robotics  Chap 01  FundamentalsIndustrial  Robotics  Chap 01  Fundamentals
Industrial Robotics Chap 01 FundamentalsKevin Carvalho
 
Computer aided manufacturing robotic systems
Computer aided manufacturing robotic systemsComputer aided manufacturing robotic systems
Computer aided manufacturing robotic systemsPrasanth Kumar RAGUPATHY
 
Fundamental of robotic manipulator
Fundamental of robotic manipulatorFundamental of robotic manipulator
Fundamental of robotic manipulatorsnkalepvpit
 
Ch-5.0_Robot Technology - CIM.pptx
Ch-5.0_Robot Technology - CIM.pptxCh-5.0_Robot Technology - CIM.pptx
Ch-5.0_Robot Technology - CIM.pptxDrGaurangJoshi2
 
RnA Unit 1 eeejwkwjwjw wjwjjwjjjw w.pptx
RnA Unit 1 eeejwkwjwjw wjwjjwjjjw w.pptxRnA Unit 1 eeejwkwjwjw wjwjjwjjjw w.pptx
RnA Unit 1 eeejwkwjwjw wjwjjwjjjw w.pptxGOYALJAYA
 
Robots in automobile industry
Robots in automobile industryRobots in automobile industry
Robots in automobile industryNiraj Rajan
 
robotsinautomobileindustry-160311092216.pdf
robotsinautomobileindustry-160311092216.pdfrobotsinautomobileindustry-160311092216.pdf
robotsinautomobileindustry-160311092216.pdfSanjeevkumar217359
 
Chapter 8 rebotics
Chapter 8 reboticsChapter 8 rebotics
Chapter 8 reboticswahab khan
 
Introduction to robotics, Laws,Classification,Types, Drives,Geometry
Introduction to robotics, Laws,Classification,Types, Drives,Geometry  Introduction to robotics, Laws,Classification,Types, Drives,Geometry
Introduction to robotics, Laws,Classification,Types, Drives,Geometry Mohammad Ehtasham
 
Ch-5.0_Robot Technology - CIM.pptx
Ch-5.0_Robot Technology - CIM.pptxCh-5.0_Robot Technology - CIM.pptx
Ch-5.0_Robot Technology - CIM.pptxPuneetMathur39
 

Semelhante a Introduction (20)

Chapter 1 - Fundamentals.ppt
Chapter 1 - Fundamentals.pptChapter 1 - Fundamentals.ppt
Chapter 1 - Fundamentals.ppt
 
Chapter 1 - Fundamentals.ppt
Chapter 1 - Fundamentals.pptChapter 1 - Fundamentals.ppt
Chapter 1 - Fundamentals.ppt
 
Chapter 1 - Fundamentals Chapter 1 - Fundamentals.ppt
Chapter 1 - Fundamentals Chapter 1 - Fundamentals.pptChapter 1 - Fundamentals Chapter 1 - Fundamentals.ppt
Chapter 1 - Fundamentals Chapter 1 - Fundamentals.ppt
 
Industrial robotics
Industrial roboticsIndustrial robotics
Industrial robotics
 
robot_program.ppt
robot_program.pptrobot_program.ppt
robot_program.ppt
 
Introduction to Robotics
Introduction to Robotics Introduction to Robotics
Introduction to Robotics
 
Industrial Robotics Chap 01 Fundamentals
Industrial  Robotics  Chap 01  FundamentalsIndustrial  Robotics  Chap 01  Fundamentals
Industrial Robotics Chap 01 Fundamentals
 
Computer aided manufacturing robotic systems
Computer aided manufacturing robotic systemsComputer aided manufacturing robotic systems
Computer aided manufacturing robotic systems
 
Robotics >modified<
Robotics >modified<Robotics >modified<
Robotics >modified<
 
Robotic technology
Robotic technologyRobotic technology
Robotic technology
 
Fundamental of robotic manipulator
Fundamental of robotic manipulatorFundamental of robotic manipulator
Fundamental of robotic manipulator
 
Ch-5.0_Robot Technology - CIM.pptx
Ch-5.0_Robot Technology - CIM.pptxCh-5.0_Robot Technology - CIM.pptx
Ch-5.0_Robot Technology - CIM.pptx
 
RnA Unit 1 eeejwkwjwjw wjwjjwjjjw w.pptx
RnA Unit 1 eeejwkwjwjw wjwjjwjjjw w.pptxRnA Unit 1 eeejwkwjwjw wjwjjwjjjw w.pptx
RnA Unit 1 eeejwkwjwjw wjwjjwjjjw w.pptx
 
Robots in automobile industry
Robots in automobile industryRobots in automobile industry
Robots in automobile industry
 
robotsinautomobileindustry-160311092216.pdf
robotsinautomobileindustry-160311092216.pdfrobotsinautomobileindustry-160311092216.pdf
robotsinautomobileindustry-160311092216.pdf
 
Robotics classes in mumbai
Robotics classes in mumbaiRobotics classes in mumbai
Robotics classes in mumbai
 
Chapter 8 rebotics
Chapter 8 reboticsChapter 8 rebotics
Chapter 8 rebotics
 
ROBOTICS.pdf
ROBOTICS.pdfROBOTICS.pdf
ROBOTICS.pdf
 
Introduction to robotics, Laws,Classification,Types, Drives,Geometry
Introduction to robotics, Laws,Classification,Types, Drives,Geometry  Introduction to robotics, Laws,Classification,Types, Drives,Geometry
Introduction to robotics, Laws,Classification,Types, Drives,Geometry
 
Ch-5.0_Robot Technology - CIM.pptx
Ch-5.0_Robot Technology - CIM.pptxCh-5.0_Robot Technology - CIM.pptx
Ch-5.0_Robot Technology - CIM.pptx
 

Último

mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfakmcokerachita
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfUmakantAnnand
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 

Último (20)

mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdf
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.Compdf
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 

Introduction

  • 1. Introduction to Robotics Analysis, systems, Applications Saeed B. Niku
  • 2. Chapter 1 Fundamentals 1. Introduction Fig. 1.1 (a) A Kuhnezug truck-mounted crane Reprinted with permission from Kuhnezug Fordertechnik GmbH. Fig. 1.1 (b) Fanuc S-500 robots performing seam-sealing on a truck. Reprinted with permission from Fanuc Robotics, North America, Inc.
  • 3. What is a Robot ?  Random House DictionaryRandom House Dictionary A machine that resembles a human being and does mechanical routine tasks on command.  Robotics Association of AmericaRobotics Association of America An industrial robot is a re-programmable, multifunctional manipulator designed to move materials, parts, tools, or specialized devices through variable programmed motions for the performance of a variety of tasks.
  • 4. What is a Robot ?  A manipulator (or an industrial robot) is composed of a series of links connected to each other via joints. Each joint usually has an actuator (a motor for eg.) connected to it.  These actuators are used to cause relative motion between successive links. One end of the manipulator is usually connected to a stable base and the other end is used to deploy a tool.
  • 5. Classification of Robots - JIRA (Japanese Industrial Robot Association) Class1: Manual-Handling Device Class2: Fixed Sequence Robot Class3: Variable Sequence Robot Class4: Playback Robot Class5: Numerical Control Robot Class6: Intelligent Robot
  • 6. Classification of Robots - RIA (Robotics Institute of America) Variable Sequence Robot(Class3) Playback Robot(Class4) Numerical Control Robot(Class5) Intelligent Robot(Class6)
  • 7. Classification of Robots - AFR (Association FranÇaise de Robotique) Type A: Manual Handling Devices/ telerobotics Type B: Automatic Handling Devices/ predetermined cycles Type C: Programmable, Servo controlled robot, continuous point-to-point trajectories Type D: Same type with C, but it can acquire information.
  • 8. Chapter 1 Fundamentals ♦ Robot in the world Painting Robot in Motor Company Assembly Robot in Electronic Company
  • 9. Chapter 1 Fundamentals ♦ Robot in the world Wearable Robotic Arm and Tele-Operated Robot (KIST)
  • 10. Chapter 1 Fundamentals ♦ Robot in the world HONDA (ASIMO) – Biped Robot Fujitsu – Biped Robot (Laptop Size)
  • 11. Chapter 1 Fundamentals ♦ Robot in the world Sony (AIBO) – Toy robot
  • 12. What is Robotics?  Robotics is the art, knowledge base, and the know-how of designing, applying, and using robots in human endeavors.  Robotics is an interdisciplinary subject that benefits from mechanical engineering, electrical and electronic engineering, computer science, biology, and many other disciplines.
  • 13. What is Robotics ♦ History of Robotics 1922: Karel Čapek’s novel, Rossum’s Universal Robots, word “Robota” (worker) 1952: NC machine (MIT) 1955: Denavit-Hartenberg Homogeneous Transformation 1967: Mark II (Unimation Inc.) 1968: Shakey (SRI) - intelligent robot 1973: T3 (Cincinnati Milacron Inc.) 1978: PUMA (Unimation Inc.) 1983: Robotics Courses 21C: Walking Robots, Mobile Robots, Humanoid Robots
  • 14. Advantages VS. Disadvantages of Robots ♦ Robots increase productivity, safety, efficiency, quality, and consistency of products. ♦ Robots can work in hazardous environments without the need. ♦ Robots need no environmental comfort. ♦ Robots work continuously without experiencing fatigue of problem. ♦ Robots have repeatable precision at all times. ♦ Robots can be much more accurate than human. ♦ Robots replace human workers creating economic problems. ♦ Robots can process multiple stimuli or tasks simultaneously. ♦ Robots lack capability to respond in emergencies. ♦ Robots, although superior in certain senses, have limited capabilities in Degree of freedom, Dexterity, Sensors, Vision system, real time response. ♦ Robots are costly, due to Initial cost of equipment, Installation costs, Need for Peripherals, Need for training, Need for programming.
  • 15. What are the parts of a robot? •Manipulator •Pedestal •Controller •End Effectors •Power Source
  • 18. Controller (The brain) • Issues instructions to the robot. • Controls peripheral devices. • Interfaces with robot. • Interfaces with humans.
  • 19. End Effectors (The hand) • Spray paint attachments • Welding attachments • Vacuum heads • Hands • Grippers
  • 20. Power Source (The food) • Electric • Pneumatic • Hydraulic
  • 21. Robots degrees of freedomRobots degrees of freedom  Degrees of Freedom: Number ofDegrees of Freedom: Number of independent position variables whichindependent position variables which would has to be specified to locate allwould has to be specified to locate all parts of a mechanism.parts of a mechanism.  In most manipulators this is usually theIn most manipulators this is usually the number of joints.number of joints.
  • 22. Fig. 1.3 A Fanuc P-15 robot. Reprinted with permission from Fanuc Robotics, North America, Inc. Consider what is the degree of Fig. 3 1 D.O.F. 2 D.O.F. 3 D.O.F. Robots degrees of freedom
  • 23. Robot Joints Prismatic Joint: Linear, No rotation involved. (Hydraulic or pneumatic cylinder) Revolute Joint: Rotary, (electrically driven with stepper motor, servo motor)
  • 24. Robot Coordinates • Cartesian/rectangular/gantry (3P) : 3 cylinders joint • Cylindrical (R2P) : 2 Prismatic joint and 1 revolute joint Fig. 1.4 • Spherical (2RP) : 1 Prismatic joint and 2 revolute joint • Articulated/anthropomorphic (3R) : All revolute(Human arm) • Selective Compliance Assembly Robot Arm (SCARA): 2 paralleled revolute joint and 1 additional prismatic joint
  • 25. Robot Reference Frames Fig. 1.6 A robot’s World, Joint, and Tool reference frames. Most robots may be programmed to move relative to either of these reference frames.
  • 26. Chapter 1 Fundamentals ♦ Programming Modes ♦ Robot Characteristics Physical Setup: PLC Lead Through/ Teach Mode: Teaching Pendant/ Playback, p-to-p Continuous Walk-Through Mode: Simultaneous joint-movement Software Mode: Use of feedback information Payload: Fanuc Robotics LR Mate™ (6.6/ 86 lbs), M- 16i ™(35/ 594 lbs) Reach: The maximum distance a robot can reach within its work envelope. Precision (validity): defined as how accurately a specified point can be reached… 0.001 inch or better. Repeatability (variability): how accurately the same position can be reached if the motion is repeated many times.
  • 27. Robot Workspace Fig. 1.7 Typical workspaces for common robot configurations
  • 28. Chapter 1 Fundamentals ♦ Robot Languages Microcomputer Machine Language Level: the most basic and very efficient but difficult to understand to follow. Point-to-Point Level: Funky® Cincinnati Milacron’s T3© It lacks branching, sensory information. Primitive Motion Level: VAL by Unimation™ Interpreter based language. Structured Programming Level: This is a compiler based but more difficult to learn. Task-Oriented Level: Not exist yet and proposed IBM in the 1980s.
  • 29. Chapter 1 Fundamentals ♦ Robot Application Machine loading Pick and place operations Welding Painting Sampling Assembly operation Manufacturing Surveillance Medical applications Assisting disabled individuals Hazardous environments Underwater, space, and remote locations
  • 30. Chapter 1 Fundamentals ♦ Robot Application Fig. 1.8 A Staubli robot loading and unloading Fig. 1.9 Staubli robot placing dishwasher tubs Fig. 1.10 An AM120 Fanuc robot Fig. 1.11 A P200 Fanuc painting automobile bodies
  • 31. Chapter 1 Fundamentals ♦ Robot Application Fig. 1.12 Staubli RX FRAMS robot in a BMW Fig. 1.13 A Fanuc LR Mate 200i robot removal operation Fig. 1.13 The Arm, a 6 DOF bilateral force-feedback manipulator Medical Robot of German