SlideShare a Scribd company logo
NDUSTRIAL ROBOTICS
The heart of modern manufacturing...
• Paper mill
• Water treatment plant
• HVAC systems
• Special machine based industry
• Power Plants
• Automobile industry
• Product and Process industry & Etc.,
• Automation Solution Provider for Industries like:
We are specialized in Application Development,
Turnkey Projects, Retrofitting, Upgrading of Old Machine
Control Systems, Control Panel Manufacturing.
It is an American subsidiary of the Japanese company Yaskawa Electric Corporation.
The word “MECHATRONICS” derived by Yaskawa Electric Corporation.
It produces robotic automation for industry and robotic applications
Arc welding
Assembly
Clean room
Coating
Dispensing
Material cutting
Materials handling
Materials removal
Spot welding
It is the second largest robotics company in the Americas.
The first successful ultrasonic welding robot
Way of uniqueness
MOTOMAN has done many robotic innovations which are first in the world –
To develop patented design arc welding robot with built in cables on upper arm.
Dual arm 15 axis humanoid robot.
7- Axis type robot
Fastest welding robots.
World’s first 7-axis arc welding and spot welding robot.
Industrial robot is defined by ISO as an automatically
controlled reprogrammable multipurpose manipulator
programmable in three or more axes
INTRODUCTION TO ROBOT
•A robot may not injure a human being or, through inaction, allow a human being to come to harm.
•A robot must obey the orders given to it by human beings, except where such orders would conflict
with the First Law.
•A robot must protect its own existence as long as such protection does not conflict with the First or
Second Law.
Three Laws of Robotics
HISTORY OF INDUSTRIAL ROBOT
INDUSTRIAL ROBOT
SILVER ARM
FAMULUS
UNIMATE
UNIMATE
•Job of transporting die castings
• welding the parts on automobile bodies
FAMULUS
•KUKA’s own industrial robot.
• FAMULUS, this is the first robot to have six electromechanically driven axes.
SILVER ARM
• A robotic arm to do small-parts assembly using feedback from pressure sensors.
• The arm´s fine movements corresponded to those of human fingers.
Robot parameters
Degrees of freedom – This is usually the same as the number of axes.
Working envelope – The region of space a robot can reach.
Kinematics – The actual arrangement of rigid members and joints in the robot,
Payload – How much weight a robot can lift.
Speed – How fast the robot can position the end of its arm.
Acceleration – How quickly an axis can accelerate
Accuracy – How closely a robot can reach a commanded position
Repeatability – How well the robot will return to a programmed position.
Compliance _ Measure of the amount in angle or distance that a robot axis will move
when a force is applied to it.
Maximum payload:
Maximum reach:
Maximum axis:
Maximum mass:
Specification
CONTROLLER
MANIPULATOR
END EFFECTOR
DRIVE
SENSORS
ROBOT ANATOMY
CONTROLLER
The controller is the "brain" of the industrial robotic arm.
It works as a computer and allows the robot to also be connected to other
systems..
The program is inputted with a teach pendant to the controller.
Many of today's industrial robot arms use an interface that resembles or is built on
the Windows operating system.
Limited sequence control
Pick-and-place operations using mechanical stops to set positions
Playback with point-to-point control
Records work cycle as a sequence of points
Then plays back the sequence during program execution
Playback with continuous path control
Greater memory capacity and/or interpolation capability to execute paths
Intelligent control
Exhibits behavior that makes it seem intelligent, e.g., Responds to sensor
OPERATION OF CONTROLLER
MANIPULATORS
Manipulators can vary in size and shape.
The industrial robot arm is the part that positions the end effectors.
Each of these joints gives the robot another degree of freedom.
Many industrial robots in factories today are six axis robots.
.
MANIPULATOR JOINTS
Translational motion
Linear joint (type L)
Orthogonal joint (type O)
Rotary motion
Rotational joint (type R)
Twisting joint (type T)
Revolving joint (type V)
END EFFECTOR
The end effector connects to the robot's arm and functions as a hand.
This part comes in direct contact with the material the robot is manipulating.
Some robots are capable of changing end effectors and can be programmed
for different sets of tasks
DRIVE
 The drive is the engine or motor that moves the links into their designated
positions.
 The links are the sections between the joints.
 Industrial robot arms generally use one of the following types of drives:
hydraulic
electric
pneumatic
ELECTRIC
 Uses electric motors to actuate individual joints
 Preferred drive system in today's robots
HYDRAULIC
 Uses hydraulic pistons and rotary vane actuators
 Noted for their high power and lift capacity
PNEUMATIC
 Typically limited to smaller robots and simple material transfer
applications
SENSORS
 Sensors receive feedback about its environment and also as a sense of
sight and sound.
 The sensor collects information and sends it electronically to the robot
controlled.
 Vision sensors allow a pick and place robot to differentiate between items
to choose and items to ignore.
ROBOT AXIS
Motoman: S (Axis 1)
Motoman: L (Axis 2)
Motoman: U (Axis 3)
Motoman: R (Axis 4)
Motoman: B (Axis 5)
Motoman: T(Axis 6)
TYPES OF INDUSTRIAL ROBOTS:
Articulated
Cartesian
Polar
Cylindrical
SCARA
Delta
ARTICULATED
This robot design features rotary joints.
Can range from simple two joint structures to 10 or more joints.
The arm is connected to the base with a twisting joint.
The links in the arm are connected by rotary joints.
Each joint is called an axis and provides an additional degree of freedom.
ARTICULATED ROBOT
CARTESIAN
These are also called rectilinear or gantry robots.
Cartesian robots have three linear joints that use the Cartesian coordinate system
(X, Y, and Z).
They also may have an attached wrist to allow for rotational movement.
The three prismatic joints deliver a linear motion along the axis.
CARTESIAN ROBOT
CYLINDRICAL
The robot has at least one rotary joint at the base and at least one prismatic joint
to connect the links.
The rotary joint uses a rotational motion along the joint axis, while the
prismatic joint moves in a linear motion.
Cylindrical robots operate within a cylindrical-shaped work envelope.
CYLINDRICAL ROBOT
POLAR
Also called spherical robots, in this configuration the arm is connected to the
base with a twisting joint
A combination of two rotary joints and one linear joint.
The axes form a polar coordinate system and create a spherical-shaped work
envelope.
POLAR ROBOT
SCARA
Commonly used in assembly applications.
this selectively compliant arm for robotic assembly is primarily cylindrical in
design.
It features two parallel joints that provide compliance in one selected plane.
SCARA ROBOT
DELTA
These spider-like robots are built from jointed parallelograms connected to a common
base.
The parallelograms move a single EOAT in a dome-shaped work area.
Heavily used in the food, pharmaceutical, and electronic industries.
This robot configuration is capable of delicate, precise movement.
DELTA ROBOT
Programming Languages For Industrial Robots
Task in plain English
Variable Assembly Language
Epson RC+
ROBOFORTH
Move to P1 (a general safe position)
Move to P2 (an approach to P3)
Move to P3 (a position to pick the object)
Close gripper Move to P4 (an approach to P5)
Move to P5 (a position to place the object)
Open gripper Move to P1 and finish
Task in plain English
1. MOVE P1
2. MOVE P2
3. MOVE P3
4. CLOSEI 0.00
5. MOVE P4
6. MOVE P5
7. OPENI 0.00
8. MOVE P1
.END
Variable Assembly Language
Function Pick Place
Jump P1
Jump P2
Jump P3
On vacuum Wait .1
Jump P4
Jump P5
Off vacuum Wait .1
Jump P1
Fend
Epson RC+
: PICKPLACE
P1
P3 GRIP WITHDRAW
P5 UNGRIP WITHDRAW
P1
;
ROBOFORTH
APPLICATIONS OF INDUSTRIAL ROBOT
Robotic handling operations
Robotic Welding
Robotic Assembly
Robotic Dispensing
Robotic Processing
Other Applications
ROBOTIC HANDLING OPERATIONS
It is the most popular application with 38% of industrial robots worldwide.
This includes
Machine tending
Palatalizing
Various operations for metal machining
Plastic molding
PICKING AND PACKING
• MA1400(MH)
• MH5LS
• SIA30D
• ES200D(MH)
• HP500D
ROBOTIC WELDING
It is the second popular application with 29% of industrial robots worldwide.
This segment mostly includes:
Spot welding
Arc welding
Spot welding
• VS50
• MS120
• MS210
• ES280D(SW)
ARC WELDING
• MA1400(AW)
• VA1400
• MA1440
• MA1800
• MH50-20
ROBOTIC ASSEMBLY
This category of robotic applications seems to have decreased to 10% over the last
few years
Assembly operations include:
Fixing
Press-fitting
Inserting
Disassembling
ASSEMBLY TYPE
• MHJF
• MH3BM
• MH6-10
• SDA10D
• SDA20D
ROBOTIC DISPENSING
Only 4% of the operational robots are doing dispensing.
Here we are talking about
Painting
Gluing
Applying adhesive sealing
Spraying

More Related Content

PDF
Automation and Robotics Week 08 Theory Notes 20ME51I.pdf
PPTX
PPTX
BALL SCREW TECHNOLOGY
PDF
CAD/CAM/CAE - MCQ
PDF
Pneumobot-Pneumatic Pick and Place Robot
PPTX
PICK & PLACE ROBOT
PPTX
Pick and place mechanism
PDF
Cnc hardware
Automation and Robotics Week 08 Theory Notes 20ME51I.pdf
BALL SCREW TECHNOLOGY
CAD/CAM/CAE - MCQ
Pneumobot-Pneumatic Pick and Place Robot
PICK & PLACE ROBOT
Pick and place mechanism
Cnc hardware

What's hot (20)

PPT
Robotics and machine vision system
PPTX
Industrial robots
PPTX
Robot programming
PPTX
Dh parameters robotics
PPTX
Industrial robots presentation
PDF
Chapter 3 CNC turning and machining centers
PPTX
robot classification
PPT
Industrial applications of robots
PPTX
Robot control
PPTX
Robot Anatomy And Motion Analysis.pptx
PPTX
Welding Robots
PPT
Application of robots
PDF
Robot Machine Vision
PPTX
Introduction to robotics, Laws,Classification,Types, Drives,Geometry
PPTX
ROBOT CYCLE TIME ANALYSIS
PPTX
Application of industrial robotics
PPT
Robot work cell layout
PPTX
Industrial robotics
PPTX
Introduction to robotics
Robotics and machine vision system
Industrial robots
Robot programming
Dh parameters robotics
Industrial robots presentation
Chapter 3 CNC turning and machining centers
robot classification
Industrial applications of robots
Robot control
Robot Anatomy And Motion Analysis.pptx
Welding Robots
Application of robots
Robot Machine Vision
Introduction to robotics, Laws,Classification,Types, Drives,Geometry
ROBOT CYCLE TIME ANALYSIS
Application of industrial robotics
Robot work cell layout
Industrial robotics
Introduction to robotics
Ad

Similar to Robotics (20)

PPTX
Chapter 1 Intro to industrial robot automation (2)
PDF
Unit8 nan
PDF
Robotics or Robot Technology
PPTX
WEEK 8 A&R.pptx
PPTX
Chapter 1 Intro to industrial robot automation
PPT
Industrial robots
PDF
ROBOTICS.pdf
PPTX
Day 1 Part I T-Robot Industrial Robotic Arm Training.pptx
PPTX
Unit-6 - Robotics pdf or ppt in the hdhhhdjdjjdjjdjj
PDF
Industrial Robotics in manufacturing industry
PPTX
industrial Robotics - II new PPT I okkkkkkkk.pptx
PDF
robotsinautomobileindustry-160311092216.pdf
PPTX
Robots in automobile industry
PPTX
Robots in automobile industry
PDF
oie751-robotics-unit-1-220122042916.pdf
PPTX
ROBOTICS-Me8099 -unit-1.ppT
PPTX
Unit-I Robotics
PPTX
Robotic&automation
PPTX
Chapter 2 Comp & classification of robot automation
PPTX
visheshwar oraon robotics presentation
Chapter 1 Intro to industrial robot automation (2)
Unit8 nan
Robotics or Robot Technology
WEEK 8 A&R.pptx
Chapter 1 Intro to industrial robot automation
Industrial robots
ROBOTICS.pdf
Day 1 Part I T-Robot Industrial Robotic Arm Training.pptx
Unit-6 - Robotics pdf or ppt in the hdhhhdjdjjdjjdjj
Industrial Robotics in manufacturing industry
industrial Robotics - II new PPT I okkkkkkkk.pptx
robotsinautomobileindustry-160311092216.pdf
Robots in automobile industry
Robots in automobile industry
oie751-robotics-unit-1-220122042916.pdf
ROBOTICS-Me8099 -unit-1.ppT
Unit-I Robotics
Robotic&automation
Chapter 2 Comp & classification of robot automation
visheshwar oraon robotics presentation
Ad

More from Dr.R. SELVAM (20)

PPT
7 breakeven analysis
PPTX
6 fixed assets, current assets, depreciation methods
PPT
5 preparation and interpretation of balance sheets
PPTX
4 acounting principle
PPTX
3 capital structure
PPTX
1 sources of finance
PPTX
2 term loan
PPT
4 b. capital budgeting and cost analysis performance evaluation
PPT
4 a. capital budgeting and cost analysis
PPTX
3 capital budgeting
PPTX
2 working capital
PPT
1 current assement management
PPT
2 b. project termination
PPT
2 a. project auditing
PPTX
1 b, evaluation of project
PPTX
1 a, monitoring and evaluation of PM
PPTX
3 industrial hydraulic circuits shapping, milling, drilling
PPTX
2 maintenance of hydraulic systems
PPTX
1 hydraulic troubleshooting
PPTX
3 c. industrial pneumatic circuit logic
7 breakeven analysis
6 fixed assets, current assets, depreciation methods
5 preparation and interpretation of balance sheets
4 acounting principle
3 capital structure
1 sources of finance
2 term loan
4 b. capital budgeting and cost analysis performance evaluation
4 a. capital budgeting and cost analysis
3 capital budgeting
2 working capital
1 current assement management
2 b. project termination
2 a. project auditing
1 b, evaluation of project
1 a, monitoring and evaluation of PM
3 industrial hydraulic circuits shapping, milling, drilling
2 maintenance of hydraulic systems
1 hydraulic troubleshooting
3 c. industrial pneumatic circuit logic

Recently uploaded (20)

PPTX
Cell Structure & Organelles in detailed.
PDF
Insiders guide to clinical Medicine.pdf
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PDF
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PPTX
Cell Types and Its function , kingdom of life
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PDF
Anesthesia in Laparoscopic Surgery in India
PPTX
Renaissance Architecture: A Journey from Faith to Humanism
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PDF
Pre independence Education in Inndia.pdf
PDF
Business Ethics Teaching Materials for college
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PDF
Complications of Minimal Access Surgery at WLH
PDF
Microbial disease of the cardiovascular and lymphatic systems
PDF
RMMM.pdf make it easy to upload and study
PPTX
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
Cell Structure & Organelles in detailed.
Insiders guide to clinical Medicine.pdf
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
Pharmacology of Heart Failure /Pharmacotherapy of CHF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
Microbial diseases, their pathogenesis and prophylaxis
Cell Types and Its function , kingdom of life
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
Anesthesia in Laparoscopic Surgery in India
Renaissance Architecture: A Journey from Faith to Humanism
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
Pre independence Education in Inndia.pdf
Business Ethics Teaching Materials for college
Module 4: Burden of Disease Tutorial Slides S2 2025
Complications of Minimal Access Surgery at WLH
Microbial disease of the cardiovascular and lymphatic systems
RMMM.pdf make it easy to upload and study
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
O5-L3 Freight Transport Ops (International) V1.pdf

Robotics

  • 1. NDUSTRIAL ROBOTICS The heart of modern manufacturing...
  • 2. • Paper mill • Water treatment plant • HVAC systems • Special machine based industry • Power Plants • Automobile industry • Product and Process industry & Etc., • Automation Solution Provider for Industries like: We are specialized in Application Development, Turnkey Projects, Retrofitting, Upgrading of Old Machine Control Systems, Control Panel Manufacturing.
  • 3. It is an American subsidiary of the Japanese company Yaskawa Electric Corporation. The word “MECHATRONICS” derived by Yaskawa Electric Corporation. It produces robotic automation for industry and robotic applications Arc welding Assembly Clean room Coating Dispensing Material cutting Materials handling Materials removal Spot welding It is the second largest robotics company in the Americas. The first successful ultrasonic welding robot
  • 4. Way of uniqueness MOTOMAN has done many robotic innovations which are first in the world – To develop patented design arc welding robot with built in cables on upper arm. Dual arm 15 axis humanoid robot. 7- Axis type robot Fastest welding robots. World’s first 7-axis arc welding and spot welding robot.
  • 5. Industrial robot is defined by ISO as an automatically controlled reprogrammable multipurpose manipulator programmable in three or more axes INTRODUCTION TO ROBOT
  • 6. •A robot may not injure a human being or, through inaction, allow a human being to come to harm. •A robot must obey the orders given to it by human beings, except where such orders would conflict with the First Law. •A robot must protect its own existence as long as such protection does not conflict with the First or Second Law. Three Laws of Robotics
  • 7. HISTORY OF INDUSTRIAL ROBOT INDUSTRIAL ROBOT SILVER ARM FAMULUS UNIMATE
  • 8. UNIMATE •Job of transporting die castings • welding the parts on automobile bodies
  • 9. FAMULUS •KUKA’s own industrial robot. • FAMULUS, this is the first robot to have six electromechanically driven axes.
  • 10. SILVER ARM • A robotic arm to do small-parts assembly using feedback from pressure sensors. • The arm´s fine movements corresponded to those of human fingers.
  • 11. Robot parameters Degrees of freedom – This is usually the same as the number of axes. Working envelope – The region of space a robot can reach. Kinematics – The actual arrangement of rigid members and joints in the robot, Payload – How much weight a robot can lift. Speed – How fast the robot can position the end of its arm. Acceleration – How quickly an axis can accelerate Accuracy – How closely a robot can reach a commanded position Repeatability – How well the robot will return to a programmed position. Compliance _ Measure of the amount in angle or distance that a robot axis will move when a force is applied to it.
  • 12. Maximum payload: Maximum reach: Maximum axis: Maximum mass: Specification
  • 14. CONTROLLER The controller is the "brain" of the industrial robotic arm. It works as a computer and allows the robot to also be connected to other systems.. The program is inputted with a teach pendant to the controller. Many of today's industrial robot arms use an interface that resembles or is built on the Windows operating system.
  • 15. Limited sequence control Pick-and-place operations using mechanical stops to set positions Playback with point-to-point control Records work cycle as a sequence of points Then plays back the sequence during program execution Playback with continuous path control Greater memory capacity and/or interpolation capability to execute paths Intelligent control Exhibits behavior that makes it seem intelligent, e.g., Responds to sensor OPERATION OF CONTROLLER
  • 16. MANIPULATORS Manipulators can vary in size and shape. The industrial robot arm is the part that positions the end effectors. Each of these joints gives the robot another degree of freedom. Many industrial robots in factories today are six axis robots.
  • 17. . MANIPULATOR JOINTS Translational motion Linear joint (type L) Orthogonal joint (type O) Rotary motion Rotational joint (type R) Twisting joint (type T) Revolving joint (type V)
  • 18. END EFFECTOR The end effector connects to the robot's arm and functions as a hand. This part comes in direct contact with the material the robot is manipulating. Some robots are capable of changing end effectors and can be programmed for different sets of tasks
  • 19. DRIVE  The drive is the engine or motor that moves the links into their designated positions.  The links are the sections between the joints.  Industrial robot arms generally use one of the following types of drives: hydraulic electric pneumatic
  • 20. ELECTRIC  Uses electric motors to actuate individual joints  Preferred drive system in today's robots HYDRAULIC  Uses hydraulic pistons and rotary vane actuators  Noted for their high power and lift capacity PNEUMATIC  Typically limited to smaller robots and simple material transfer applications
  • 21. SENSORS  Sensors receive feedback about its environment and also as a sense of sight and sound.  The sensor collects information and sends it electronically to the robot controlled.  Vision sensors allow a pick and place robot to differentiate between items to choose and items to ignore.
  • 22. ROBOT AXIS Motoman: S (Axis 1) Motoman: L (Axis 2) Motoman: U (Axis 3) Motoman: R (Axis 4) Motoman: B (Axis 5) Motoman: T(Axis 6)
  • 23. TYPES OF INDUSTRIAL ROBOTS: Articulated Cartesian Polar Cylindrical SCARA Delta
  • 24. ARTICULATED This robot design features rotary joints. Can range from simple two joint structures to 10 or more joints. The arm is connected to the base with a twisting joint. The links in the arm are connected by rotary joints. Each joint is called an axis and provides an additional degree of freedom.
  • 26. CARTESIAN These are also called rectilinear or gantry robots. Cartesian robots have three linear joints that use the Cartesian coordinate system (X, Y, and Z). They also may have an attached wrist to allow for rotational movement. The three prismatic joints deliver a linear motion along the axis.
  • 28. CYLINDRICAL The robot has at least one rotary joint at the base and at least one prismatic joint to connect the links. The rotary joint uses a rotational motion along the joint axis, while the prismatic joint moves in a linear motion. Cylindrical robots operate within a cylindrical-shaped work envelope.
  • 30. POLAR Also called spherical robots, in this configuration the arm is connected to the base with a twisting joint A combination of two rotary joints and one linear joint. The axes form a polar coordinate system and create a spherical-shaped work envelope.
  • 32. SCARA Commonly used in assembly applications. this selectively compliant arm for robotic assembly is primarily cylindrical in design. It features two parallel joints that provide compliance in one selected plane.
  • 34. DELTA These spider-like robots are built from jointed parallelograms connected to a common base. The parallelograms move a single EOAT in a dome-shaped work area. Heavily used in the food, pharmaceutical, and electronic industries. This robot configuration is capable of delicate, precise movement.
  • 36. Programming Languages For Industrial Robots Task in plain English Variable Assembly Language Epson RC+ ROBOFORTH
  • 37. Move to P1 (a general safe position) Move to P2 (an approach to P3) Move to P3 (a position to pick the object) Close gripper Move to P4 (an approach to P5) Move to P5 (a position to place the object) Open gripper Move to P1 and finish Task in plain English
  • 38. 1. MOVE P1 2. MOVE P2 3. MOVE P3 4. CLOSEI 0.00 5. MOVE P4 6. MOVE P5 7. OPENI 0.00 8. MOVE P1 .END Variable Assembly Language
  • 39. Function Pick Place Jump P1 Jump P2 Jump P3 On vacuum Wait .1 Jump P4 Jump P5 Off vacuum Wait .1 Jump P1 Fend Epson RC+
  • 40. : PICKPLACE P1 P3 GRIP WITHDRAW P5 UNGRIP WITHDRAW P1 ; ROBOFORTH
  • 41. APPLICATIONS OF INDUSTRIAL ROBOT Robotic handling operations Robotic Welding Robotic Assembly Robotic Dispensing Robotic Processing Other Applications
  • 42. ROBOTIC HANDLING OPERATIONS It is the most popular application with 38% of industrial robots worldwide. This includes Machine tending Palatalizing Various operations for metal machining Plastic molding
  • 43. PICKING AND PACKING • MA1400(MH) • MH5LS • SIA30D • ES200D(MH) • HP500D
  • 44. ROBOTIC WELDING It is the second popular application with 29% of industrial robots worldwide. This segment mostly includes: Spot welding Arc welding
  • 45. Spot welding • VS50 • MS120 • MS210 • ES280D(SW)
  • 46. ARC WELDING • MA1400(AW) • VA1400 • MA1440 • MA1800 • MH50-20
  • 47. ROBOTIC ASSEMBLY This category of robotic applications seems to have decreased to 10% over the last few years Assembly operations include: Fixing Press-fitting Inserting Disassembling
  • 48. ASSEMBLY TYPE • MHJF • MH3BM • MH6-10 • SDA10D • SDA20D
  • 49. ROBOTIC DISPENSING Only 4% of the operational robots are doing dispensing. Here we are talking about Painting Gluing Applying adhesive sealing Spraying