SlideShare une entreprise Scribd logo
1  sur  36
Introduction toIntroduction to
RoboticsRobotics
Robotics TimelineRobotics Timeline
• 1922 Czech author Karel Capek wrote a story called
Rossum’s Universal Robots and introduced the word
“Rabota”(meaning worker)
• 1954 George Devol developed the first programmable
Robot.
• 1955 Denavit and Hartenberg developed the
homogenous transformation matrices
• 1962 Unimation was formed, first industrial Robots
appeared.
• 1973 Cincinnati Milacron introduced the T3 model robot,
which became very popular in industry.
• 1990 Cincinnati Milacron was acquired by ABB
Robot ClassificationRobot Classification
The following is the classification of Robots according to the
Robotics Institute of America
• Variable-Sequence Robot : A device that performs the
successive stages of a task according to a predetermined
method easy to modify
• Playback Robot :A human operator performs the task
manually by leading the Robot
• Numerical Control Robot : The operator supplies the
movement program rather than teaching it the task
manually.
• Intelligent Robot : A robot with the means to understand its
environment and the ability to successfully complete a task
despite changes to the environment.
ROBOTROBOT
• Defined by Robotics Industry Association
(RIA) as
o a re-programmable, multifunctional manipulator
designed to move material, parts, tools or
specialized devices through variable
programmed motion for a variety of tasks
• possess certain anthropomorphic
characteristics
o mechanical arm
o sensors to respond to input
o Intelligence to make decisions
Robot AccessoriesRobot Accessories
A Robot is a system, consists of the following elements, which
are integrated to form a whole:
• Manipulator / Rover : This is the main body of the Robot and
consists of links, joints and structural elements of the Robot.
• End Effector : This is the part that generally handles objects,
makes connection to other machines, or performs the
required tasks.
It can vary in size and complexity from a endeffector on the
space shuttle to a small gripper
AccessoriesAccessories
• Acutators : Actuators are the muscles of the manipulators.
Common types of actuators are servomotors, stepper motors,
pneumatic cylinders etc.
• Sensors : Sensors are used to collect information about the
internal state of the robot or to communicate with the outside
environment. Robots are often equipped with external sensory
devices such as a vision system, touch and tactile sensors etc
which help to communicate with the environment
• Controller : The controller receives data from the computer,
controls the motions of the actuator and coordinates these
motions with the sensory feedback information.
Robot ConfigurationsRobot Configurations
Some of the commonly used configurations in Robotics are
• Cartesian/Rectangular Gantry(3P) : These Robots are made of
3 Linear joints that orient the end effector, which are usually
followed by additional revolute joints.
Cartesian Robot - WorkCartesian Robot - Work
EnvelopeEnvelope
Robot ConfigurationsRobot Configurations
(cont’d)(cont’d)
• Cylindrical (R2P): Cylindrical coordinate Robots have 2
prismatic joints and one revolute joint.
Cylindrical Robot - WorkCylindrical Robot - Work
EnvelopeEnvelope
Robot ConfigurationsRobot Configurations
(cont’d)(cont’d)
• Spherical joint (2RP): They follow a spherical coordinate
system, which has one
Spherical Robot - WorkSpherical Robot - Work
EnvelopeEnvelope
Robot ConfigurationsRobot Configurations
(cont’d)(cont’d)
• Articulated/anthropomorphic(3R) :An articulated robot’s joints
are all revolute, similar to a human’s arm.
Robot ConfigurationsRobot Configurations
(cont’d)(cont’d)
• Selective Compliance Assembly Robot Arm (SCARA) (2R1P):
They have two revolute joints that are parallel and allow the
Robot to move in a horizontal plane, plus an additional
prismatic joint that moves vertically
Robot ConfigurationsRobot Configurations
Work Envelope conceptWork Envelope concept
• Depending on the configuration and size of
the links and wrist joints, robots can reach a
collection of points called a Workspace.
• Alternately Workspace may be found
empirically, by moving each joint through its
range of motions and combining all space it
can reach and subtracting what space it
cannot reach
Pure Spherical Jointed Arm - Work envelope
2) Parallelogram Jointed
ExerciseExercise
Readiness Assessment TestReadiness Assessment Test A.K.A. RATA.K.A. RAT
AS A INDIVIDUALAS A INDIVIDUAL, prepare a detailed response for the
following Readiness Assessment test
What type of Robot Configuration does the ABB 140 Robot
have?
Can you find out its Work
Space?
WRISTWRIST
• typically has 3 degrees of freedom
o Roll involves rotating the wrist about the arm axis
o Pitch up-down rotation of the wrist
o Yaw left-right rotation of the wrist
• End effector is mounted on the wrist
WRIST MOTIONSWRIST MOTIONS
CONTROL METHODSCONTROL METHODS
• Non Servo Control
o implemented by setting limits or mechanical stops for each joint
and sequencing the actuation of each joint to accomplish the
cycle
o end point robot, limited sequence robot, bang-bang robot
o No control over the motion at the intermediate points, only end
points are known
23
• Programming accomplished by
o setting desired sequence of moves
o adjusting end stops for each axis accordingly
o the sequence of moves is controlled by a
“squencer”, which uses feedback received from
the end stops to index to next step in the program
• Low cost and easy to maintain, reliable
• relatively high speed
• repeatability of up to 0.01 inch
• limited flexibility
• typically hydraulic, pneumatic drives
• Servo Control
o Point to point Control
o Continuous Path Control
• Closed Loop control used to monitor position,
velocity (other variables) of each joint
Point-to-Point ControlPoint-to-Point Control
• Only the end points are programmed, the path
used to connect the end points are computed by
the controller
• user can control velocity, and may permit linear or
piece wise linear motion
• Feedback control is used during motion to ascertain
that individual joints have achieved desired
location
• Often used hydraulic drives, recent trend towards
servomotors
• loads up to 500lb and large reach
• Applications
o pick and place type operations
o palletizing
o machine loading
Continuous PathContinuous Path
ControlledControlled
• in addition to the control over the endpoints, the
path taken by the end effector can be controlled
• Path is controlled by manipulating the joints
throughout the entire motion, via closed loop
control
• Applications:
o spray painting, polishing, grinding, arc welding
ROBOTROBOT
PROGRAMMINGPROGRAMMING
• Typically performed using one of the following
o On line
• teach pendant
• lead through programming
o Off line
• robot programming languages
• task level programming
Use of Teach PendantUse of Teach Pendant
• hand held device with switches used to control the
robot motions
• End points are recorded in controller memory
• sequentially played back to execute robot actions
• trajectory determined by robot controller
• suited for point to point control applications
• Easy to use, no special programming skills required
• Useful when programming robots for wide range of
repetitive tasks for long production runs
• RAPID
Lead ThroughLead Through
ProgrammingProgramming
• lead the robot physically through the required
sequence of motions
• trajectory and endpoints are recorded, using a
sampling routine which records points at 60-80 times
a second
• when played back results in a smooth continuous
motion
• large memory requirements
Programming LanguagesProgramming Languages
• Motivation
o need to interface robot control system to external sensors, to
provide “real time” changes based on sensory equipment
o computing based on geometry of environment
o ability to interface with CAD/CAM systems
o meaningful task descriptions
o off-line programming capability
• Large number of robot languages available
o AML, VAL, AL, RAIL, RobotStudio, etc. (200+)
• Each robot manufacturer has their own robot
programming language
• No standards exist
• Portability of programs virtually non-existent
In-class ExerciseIn-class Exercise
• As a group, discuss an activity that you think could
be automated by using a robot.
• Define the tasks that the robot will perform.
• What kind of special tooling is required? Sketch if
you will use any.
• Can the activity be justified economically? Show
your development – do not simply say yes or no.
ThankThank You !!!You !!!
For More Information click below link:
Follow Us on:
http://vibranttechnologies.co.in/robotics-classes-in-mumbai.html

Contenu connexe

Tendances

robotics and its components
robotics and its componentsrobotics and its components
robotics and its componentsAmandeep Kaur
 
Fundamentals of Robotics and Machine Vision System
Fundamentals of Robotics and Machine Vision SystemFundamentals of Robotics and Machine Vision System
Fundamentals of Robotics and Machine Vision Systemanand hd
 
BASICS and INTRODUCTION of ROBOTICS
BASICS and INTRODUCTION of ROBOTICSBASICS and INTRODUCTION of ROBOTICS
BASICS and INTRODUCTION of ROBOTICSnishantsharma1705
 
Robots in automobile industry
Robots in automobile industryRobots in automobile industry
Robots in automobile industryNiraj Rajan
 
Basics of robotics
Basics of roboticsBasics of robotics
Basics of roboticsbaskaransece
 
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
 
Chapter 12 law and class robot
Chapter 12  law and class robotChapter 12  law and class robot
Chapter 12 law and class robotSiti Sofia
 
Robotics and machine vision system
Robotics and machine vision systemRobotics and machine vision system
Robotics and machine vision systemGowsick Subramaniam
 
Robots one day presentation
Robots one day presentationRobots one day presentation
Robots one day presentationGanesh Murugan
 
Introductionto robotics a
Introductionto robotics aIntroductionto robotics a
Introductionto robotics aIftekhar Ali
 
Me robotics with qb
Me robotics with qb   Me robotics with qb
Me robotics with qb Alagar S
 

Tendances (19)

Robotics ppt
Robotics  pptRobotics  ppt
Robotics ppt
 
robotics and its components
robotics and its componentsrobotics and its components
robotics and its components
 
Fundamentals of Robotics and Machine Vision System
Fundamentals of Robotics and Machine Vision SystemFundamentals of Robotics and Machine Vision System
Fundamentals of Robotics and Machine Vision System
 
Robotics ppt
Robotics pptRobotics ppt
Robotics ppt
 
BASICS and INTRODUCTION of ROBOTICS
BASICS and INTRODUCTION of ROBOTICSBASICS and INTRODUCTION of ROBOTICS
BASICS and INTRODUCTION of ROBOTICS
 
Robots in automobile industry
Robots in automobile industryRobots in automobile industry
Robots in automobile industry
 
Basics of robotics
Basics of roboticsBasics of robotics
Basics of robotics
 
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
 
Robots
Robots Robots
Robots
 
AI Robotics
AI RoboticsAI Robotics
AI Robotics
 
Chapter 12 law and class robot
Chapter 12  law and class robotChapter 12  law and class robot
Chapter 12 law and class robot
 
Robotics
RoboticsRobotics
Robotics
 
Robotics and machine vision system
Robotics and machine vision systemRobotics and machine vision system
Robotics and machine vision system
 
Introduction to Robots and Robotics
Introduction to Robots and RoboticsIntroduction to Robots and Robotics
Introduction to Robots and Robotics
 
Robots one day presentation
Robots one day presentationRobots one day presentation
Robots one day presentation
 
Introduction to Robotics
Introduction to RoboticsIntroduction to Robotics
Introduction to Robotics
 
Lego robotics
Lego roboticsLego robotics
Lego robotics
 
Introductionto robotics a
Introductionto robotics aIntroductionto robotics a
Introductionto robotics a
 
Me robotics with qb
Me robotics with qb   Me robotics with qb
Me robotics with qb
 

En vedette (20)

An introduction to Autonomous mobile robots
An introduction to Autonomous mobile robotsAn introduction to Autonomous mobile robots
An introduction to Autonomous mobile robots
 
Introduction to robotics
Introduction to roboticsIntroduction to robotics
Introduction to robotics
 
Introduction to Robotics
Introduction to RoboticsIntroduction to Robotics
Introduction to Robotics
 
basics of robotics
basics of roboticsbasics of robotics
basics of robotics
 
Robotics
Robotics Robotics
Robotics
 
Introduction to robotics
Introduction  to roboticsIntroduction  to robotics
Introduction to robotics
 
Introduction to robotics
Introduction to roboticsIntroduction to robotics
Introduction to robotics
 
Basics of Robotics
Basics of RoboticsBasics of Robotics
Basics of Robotics
 
Introduction to Robotics
Introduction to RoboticsIntroduction to Robotics
Introduction to Robotics
 
Robotics
RoboticsRobotics
Robotics
 
An Introduction to Robotics and Embedded System
An Introduction to Robotics and Embedded SystemAn Introduction to Robotics and Embedded System
An Introduction to Robotics and Embedded System
 
Robot Configuration - 1
Robot Configuration - 1Robot Configuration - 1
Robot Configuration - 1
 
Introduction to ROBOTICS
Introduction to ROBOTICSIntroduction to ROBOTICS
Introduction to ROBOTICS
 
Introduction to Robots
Introduction to RobotsIntroduction to Robots
Introduction to Robots
 
Robotics (2.008x Lecture Slides)
Robotics (2.008x Lecture Slides)Robotics (2.008x Lecture Slides)
Robotics (2.008x Lecture Slides)
 
Presentation on robotics
Presentation on robotics Presentation on robotics
Presentation on robotics
 
Robotics: Introduction to Kinematics
Robotics: Introduction to KinematicsRobotics: Introduction to Kinematics
Robotics: Introduction to Kinematics
 
Robot PowerPoint
Robot PowerPointRobot PowerPoint
Robot PowerPoint
 
Robots presentation
Robots presentationRobots presentation
Robots presentation
 
Basics of Robotics
Basics of RoboticsBasics of Robotics
Basics of Robotics
 

Similaire à ROBOTIC - Introduction to Robotics

Similaire à ROBOTIC - Introduction to Robotics (20)

ROBOTICS - Introduction to Robotics
ROBOTICS -  Introduction to RoboticsROBOTICS -  Introduction to Robotics
ROBOTICS - Introduction to Robotics
 
Ie450pp8
Ie450pp8Ie450pp8
Ie450pp8
 
Ie450pp8
Ie450pp8Ie450pp8
Ie450pp8
 
Robotics1.ppt
Robotics1.pptRobotics1.ppt
Robotics1.ppt
 
introduction to robotics and embedded systems
introduction to robotics and embedded systemsintroduction to robotics and embedded systems
introduction to robotics and embedded systems
 
ie450pp8.ppt
ie450pp8.pptie450pp8.ppt
ie450pp8.ppt
 
Robot And it configuration
Robot And it configurationRobot And it configuration
Robot And it configuration
 
Robotics corporate-training-in-mumbai
Robotics corporate-training-in-mumbaiRobotics corporate-training-in-mumbai
Robotics corporate-training-in-mumbai
 
robotics1.ppt
robotics1.pptrobotics1.ppt
robotics1.ppt
 
ROBOTICS-LATEST-PPT.pdf
ROBOTICS-LATEST-PPT.pdfROBOTICS-LATEST-PPT.pdf
ROBOTICS-LATEST-PPT.pdf
 
IRB PPT_5.pdf
IRB PPT_5.pdfIRB PPT_5.pdf
IRB PPT_5.pdf
 
Robots
RobotsRobots
Robots
 
robot_program.ppt
robot_program.pptrobot_program.ppt
robot_program.ppt
 
ROBOTICS-LATEST-PPT.pdf
ROBOTICS-LATEST-PPT.pdfROBOTICS-LATEST-PPT.pdf
ROBOTICS-LATEST-PPT.pdf
 
Robotics introduction by Pranav navathe
Robotics introduction by Pranav navatheRobotics introduction by Pranav navathe
Robotics introduction by Pranav navathe
 
UNIT 6 Robotics01.ppt
UNIT 6 Robotics01.pptUNIT 6 Robotics01.ppt
UNIT 6 Robotics01.ppt
 
Robotics (CAD-CAM).pptx .
Robotics (CAD-CAM).pptx                    .Robotics (CAD-CAM).pptx                    .
Robotics (CAD-CAM).pptx .
 
Industrial_Robots_pptx.pptx
Industrial_Robots_pptx.pptxIndustrial_Robots_pptx.pptx
Industrial_Robots_pptx.pptx
 
INTRODUCTION TO ROBOTICS
INTRODUCTION TO ROBOTICSINTRODUCTION TO ROBOTICS
INTRODUCTION TO ROBOTICS
 
2. robotics
2. robotics2. robotics
2. robotics
 

Plus de Vibrant Technologies & Computers

Data ware housing - Introduction to data ware housing process.
Data ware housing - Introduction to data ware housing process.Data ware housing - Introduction to data ware housing process.
Data ware housing - Introduction to data ware housing process.Vibrant Technologies & Computers
 

Plus de Vibrant Technologies & Computers (20)

Buisness analyst business analysis overview ppt 5
Buisness analyst business analysis overview ppt 5Buisness analyst business analysis overview ppt 5
Buisness analyst business analysis overview ppt 5
 
SQL Introduction to displaying data from multiple tables
SQL Introduction to displaying data from multiple tables  SQL Introduction to displaying data from multiple tables
SQL Introduction to displaying data from multiple tables
 
SQL- Introduction to MySQL
SQL- Introduction to MySQLSQL- Introduction to MySQL
SQL- Introduction to MySQL
 
SQL- Introduction to SQL database
SQL- Introduction to SQL database SQL- Introduction to SQL database
SQL- Introduction to SQL database
 
ITIL - introduction to ITIL
ITIL - introduction to ITILITIL - introduction to ITIL
ITIL - introduction to ITIL
 
Salesforce - Introduction to Security & Access
Salesforce -  Introduction to Security & Access Salesforce -  Introduction to Security & Access
Salesforce - Introduction to Security & Access
 
Data ware housing- Introduction to olap .
Data ware housing- Introduction to  olap .Data ware housing- Introduction to  olap .
Data ware housing- Introduction to olap .
 
Data ware housing - Introduction to data ware housing process.
Data ware housing - Introduction to data ware housing process.Data ware housing - Introduction to data ware housing process.
Data ware housing - Introduction to data ware housing process.
 
Data ware housing- Introduction to data ware housing
Data ware housing- Introduction to data ware housingData ware housing- Introduction to data ware housing
Data ware housing- Introduction to data ware housing
 
Salesforce - classification of cloud computing
Salesforce - classification of cloud computingSalesforce - classification of cloud computing
Salesforce - classification of cloud computing
 
Salesforce - cloud computing fundamental
Salesforce - cloud computing fundamentalSalesforce - cloud computing fundamental
Salesforce - cloud computing fundamental
 
SQL- Introduction to PL/SQL
SQL- Introduction to  PL/SQLSQL- Introduction to  PL/SQL
SQL- Introduction to PL/SQL
 
SQL- Introduction to advanced sql concepts
SQL- Introduction to  advanced sql conceptsSQL- Introduction to  advanced sql concepts
SQL- Introduction to advanced sql concepts
 
SQL Inteoduction to SQL manipulating of data
SQL Inteoduction to SQL manipulating of data   SQL Inteoduction to SQL manipulating of data
SQL Inteoduction to SQL manipulating of data
 
SQL- Introduction to SQL Set Operations
SQL- Introduction to SQL Set OperationsSQL- Introduction to SQL Set Operations
SQL- Introduction to SQL Set Operations
 
Sas - Introduction to designing the data mart
Sas - Introduction to designing the data martSas - Introduction to designing the data mart
Sas - Introduction to designing the data mart
 
Sas - Introduction to working under change management
Sas - Introduction to working under change managementSas - Introduction to working under change management
Sas - Introduction to working under change management
 
SAS - overview of SAS
SAS - overview of SASSAS - overview of SAS
SAS - overview of SAS
 
Teradata - Architecture of Teradata
Teradata - Architecture of TeradataTeradata - Architecture of Teradata
Teradata - Architecture of Teradata
 
Teradata - Restoring Data
Teradata - Restoring Data Teradata - Restoring Data
Teradata - Restoring Data
 

Dernier

TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 

Dernier (20)

TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 

ROBOTIC - Introduction to Robotics

  • 1.
  • 3. Robotics TimelineRobotics Timeline • 1922 Czech author Karel Capek wrote a story called Rossum’s Universal Robots and introduced the word “Rabota”(meaning worker) • 1954 George Devol developed the first programmable Robot. • 1955 Denavit and Hartenberg developed the homogenous transformation matrices • 1962 Unimation was formed, first industrial Robots appeared. • 1973 Cincinnati Milacron introduced the T3 model robot, which became very popular in industry. • 1990 Cincinnati Milacron was acquired by ABB
  • 4. Robot ClassificationRobot Classification The following is the classification of Robots according to the Robotics Institute of America • Variable-Sequence Robot : A device that performs the successive stages of a task according to a predetermined method easy to modify • Playback Robot :A human operator performs the task manually by leading the Robot • Numerical Control Robot : The operator supplies the movement program rather than teaching it the task manually. • Intelligent Robot : A robot with the means to understand its environment and the ability to successfully complete a task despite changes to the environment.
  • 5. ROBOTROBOT • Defined by Robotics Industry Association (RIA) as o a re-programmable, multifunctional manipulator designed to move material, parts, tools or specialized devices through variable programmed motion for a variety of tasks • possess certain anthropomorphic characteristics o mechanical arm o sensors to respond to input o Intelligence to make decisions
  • 6. Robot AccessoriesRobot Accessories A Robot is a system, consists of the following elements, which are integrated to form a whole: • Manipulator / Rover : This is the main body of the Robot and consists of links, joints and structural elements of the Robot. • End Effector : This is the part that generally handles objects, makes connection to other machines, or performs the required tasks. It can vary in size and complexity from a endeffector on the space shuttle to a small gripper
  • 7. AccessoriesAccessories • Acutators : Actuators are the muscles of the manipulators. Common types of actuators are servomotors, stepper motors, pneumatic cylinders etc. • Sensors : Sensors are used to collect information about the internal state of the robot or to communicate with the outside environment. Robots are often equipped with external sensory devices such as a vision system, touch and tactile sensors etc which help to communicate with the environment • Controller : The controller receives data from the computer, controls the motions of the actuator and coordinates these motions with the sensory feedback information.
  • 8. Robot ConfigurationsRobot Configurations Some of the commonly used configurations in Robotics are • Cartesian/Rectangular Gantry(3P) : These Robots are made of 3 Linear joints that orient the end effector, which are usually followed by additional revolute joints.
  • 9. Cartesian Robot - WorkCartesian Robot - Work EnvelopeEnvelope
  • 10. Robot ConfigurationsRobot Configurations (cont’d)(cont’d) • Cylindrical (R2P): Cylindrical coordinate Robots have 2 prismatic joints and one revolute joint.
  • 11. Cylindrical Robot - WorkCylindrical Robot - Work EnvelopeEnvelope
  • 12. Robot ConfigurationsRobot Configurations (cont’d)(cont’d) • Spherical joint (2RP): They follow a spherical coordinate system, which has one
  • 13. Spherical Robot - WorkSpherical Robot - Work EnvelopeEnvelope
  • 14. Robot ConfigurationsRobot Configurations (cont’d)(cont’d) • Articulated/anthropomorphic(3R) :An articulated robot’s joints are all revolute, similar to a human’s arm.
  • 15. Robot ConfigurationsRobot Configurations (cont’d)(cont’d) • Selective Compliance Assembly Robot Arm (SCARA) (2R1P): They have two revolute joints that are parallel and allow the Robot to move in a horizontal plane, plus an additional prismatic joint that moves vertically
  • 17. Work Envelope conceptWork Envelope concept • Depending on the configuration and size of the links and wrist joints, robots can reach a collection of points called a Workspace. • Alternately Workspace may be found empirically, by moving each joint through its range of motions and combining all space it can reach and subtracting what space it cannot reach
  • 18. Pure Spherical Jointed Arm - Work envelope
  • 20. ExerciseExercise Readiness Assessment TestReadiness Assessment Test A.K.A. RATA.K.A. RAT AS A INDIVIDUALAS A INDIVIDUAL, prepare a detailed response for the following Readiness Assessment test What type of Robot Configuration does the ABB 140 Robot have? Can you find out its Work Space?
  • 21. WRISTWRIST • typically has 3 degrees of freedom o Roll involves rotating the wrist about the arm axis o Pitch up-down rotation of the wrist o Yaw left-right rotation of the wrist • End effector is mounted on the wrist
  • 23. CONTROL METHODSCONTROL METHODS • Non Servo Control o implemented by setting limits or mechanical stops for each joint and sequencing the actuation of each joint to accomplish the cycle o end point robot, limited sequence robot, bang-bang robot o No control over the motion at the intermediate points, only end points are known 23
  • 24. • Programming accomplished by o setting desired sequence of moves o adjusting end stops for each axis accordingly o the sequence of moves is controlled by a “squencer”, which uses feedback received from the end stops to index to next step in the program • Low cost and easy to maintain, reliable • relatively high speed • repeatability of up to 0.01 inch • limited flexibility • typically hydraulic, pneumatic drives
  • 25. • Servo Control o Point to point Control o Continuous Path Control • Closed Loop control used to monitor position, velocity (other variables) of each joint
  • 26. Point-to-Point ControlPoint-to-Point Control • Only the end points are programmed, the path used to connect the end points are computed by the controller • user can control velocity, and may permit linear or piece wise linear motion • Feedback control is used during motion to ascertain that individual joints have achieved desired location
  • 27. • Often used hydraulic drives, recent trend towards servomotors • loads up to 500lb and large reach • Applications o pick and place type operations o palletizing o machine loading
  • 28. Continuous PathContinuous Path ControlledControlled • in addition to the control over the endpoints, the path taken by the end effector can be controlled • Path is controlled by manipulating the joints throughout the entire motion, via closed loop control • Applications: o spray painting, polishing, grinding, arc welding
  • 29. ROBOTROBOT PROGRAMMINGPROGRAMMING • Typically performed using one of the following o On line • teach pendant • lead through programming o Off line • robot programming languages • task level programming
  • 30. Use of Teach PendantUse of Teach Pendant • hand held device with switches used to control the robot motions • End points are recorded in controller memory • sequentially played back to execute robot actions • trajectory determined by robot controller • suited for point to point control applications
  • 31. • Easy to use, no special programming skills required • Useful when programming robots for wide range of repetitive tasks for long production runs • RAPID
  • 32. Lead ThroughLead Through ProgrammingProgramming • lead the robot physically through the required sequence of motions • trajectory and endpoints are recorded, using a sampling routine which records points at 60-80 times a second • when played back results in a smooth continuous motion • large memory requirements
  • 33. Programming LanguagesProgramming Languages • Motivation o need to interface robot control system to external sensors, to provide “real time” changes based on sensory equipment o computing based on geometry of environment o ability to interface with CAD/CAM systems o meaningful task descriptions o off-line programming capability
  • 34. • Large number of robot languages available o AML, VAL, AL, RAIL, RobotStudio, etc. (200+) • Each robot manufacturer has their own robot programming language • No standards exist • Portability of programs virtually non-existent
  • 35. In-class ExerciseIn-class Exercise • As a group, discuss an activity that you think could be automated by using a robot. • Define the tasks that the robot will perform. • What kind of special tooling is required? Sketch if you will use any. • Can the activity be justified economically? Show your development – do not simply say yes or no.
  • 36. ThankThank You !!!You !!! For More Information click below link: Follow Us on: http://vibranttechnologies.co.in/robotics-classes-in-mumbai.html