SlideShare a Scribd company logo
1 of 87
Download to read offline
A Guide for ABB RobotStudio
This guide/manual explains step-by-step the most common
functionalities of RobotStudio.
by
Pedro Neto
Department of Mechanical Engineering (POLO II), University of Coimbra
3030-788 Coimbra, Portugal
Email: pedro.neto@dem.uc.pt
January 2014
A Guide for ABB RobotStudio Contents
Contents
1. INTRODUCTION......................................................................................................... 1
2. MODULE I.................................................................................................................... 2
2.1. Robotic arms and positioning ................................................................................. 3
2.2. Controller................................................................................................................ 7
2.3. Tools ..................................................................................................................... 10
2.4. Workobjects.......................................................................................................... 11
2.5. Targets .................................................................................................................. 13
2.6. Paths...................................................................................................................... 21
2.7. Simulation............................................................................................................. 23
3. MODULE II ................................................................................................................ 27
3.1. Importing geometries............................................................................................ 27
3.2. Workobjects and targets........................................................................................ 30
3.3. RAPID .................................................................................................................. 40
3.4. Time...................................................................................................................... 44
3.5. Collisions .............................................................................................................. 45
3.6. Curves ................................................................................................................... 48
4. Teach pendant.............................................................................................................. 51
5. Mechanisms................................................................................................................. 59
5.1. Conveyor............................................................................................................... 59
5.2. Creating a station .................................................................................................. 62
A Guide for ABB RobotStudio INTRODUCTION
[Nome do Aluno] 1
1. INTRODUCTION
This guide contains the basic commands to start using ABB RobotStudio. It is
divided in 4 modules in which each module is a different exercise. All the necessary
procedures to create a given robot application are described, step-by-step. Several print
screens from RobotStudio help to understand in a better way the process to operate
RobotStudio and create robot programs off-line.
A Guide for ABB RobotStudio MODULE I
Pedro Neto 2
2. MODULE I
This is hoe RobotStudio looks like:
Here we can see the Help tab with all the necessary information about
RobotStudio, RAPID language and the ABB teach pendant (FlexPendant).
A Guide for ABB RobotStudio MODULE I
Pedro Neto 3
The software options can be changed in options section:
2.1. Robotic arms and positioning
The first think to do is to create an empty station. This empty station only
contains the working plane with a reference system (world reference system). So, we need
to include a robotic arm in the station. Just go to ABB Library and select the desired
robotic arm.
A Guide for ABB RobotStudio MODULE I
Pedro Neto 4
It is now possible to move (translations + rotations) the robot in the working
space. In addition we can change the angle of each robot joint. To do that, just click on the
robot model (see figure below the highlighted area on the left) and by clicking on the
button move (highlighted in figure below) we can move the robot base with the mouse.
A Guide for ABB RobotStudio MODULE I
Pedro Neto 5
Moreover, we can also rotate the robot in relation to a selected reference
system.
Ok, this is useful but we need accuracy when moving or rotating the robot:
A Guide for ABB RobotStudio MODULE I
Pedro Neto 6
You can change the zoom of the working environment with the roller of the
mouse. By pressing CTRL and left click with the mouse you can move the scene, and by
pressing CTRL and SHIFT and left click with the mouse you can rotate the scene.
There follows an explanation on how you can change the robot joint angles,
just right click on the robot model (Layout tab) and select Mechanism Joint Jog.
A Guide for ABB RobotStudio MODULE I
Pedro Neto 7
2.2. Controller
It is time to include a controller into the system.
You can select a number of options for the controller, but for now, the default
configuration is ok. So, just press, next, next and finish. Remember that this process may
takes a little time until to obtain the green light (see figure below).
A Guide for ABB RobotStudio MODULE I
Pedro Neto 8
The 3 buttons highlighted in figure below are now active. This means that at
this moment the virtual robot controller is ready to apply motion to the robotic arm.
We can call these functionalities in a different way:
A Guide for ABB RobotStudio MODULE I
Pedro Neto 9
And this is the result:
Now, since we have a controller associated to the arm, if we want to move the
robot base the software asks if we want to move the task frame associated to the base of the
robot. The answer is yes.
A Guide for ABB RobotStudio MODULE I
Pedro Neto 10
2.3. Tools
Next step is to attach a tool to the robot wrist. It can be imported from the
library, select for example a pre-defined tool named MyTool.
After selecting a tool, we have to attach that tool to the robot, just drag it to
inside the robot.
A Guide for ABB RobotStudio MODULE I
Pedro Neto 11
Now, it is possible to change the orientation of the tool but keeping the tool
center point (TCP).
2.4. Workobjects
When we talk in robot programming the definition of a workobject is a subject
of major importance. What is a workobject? Well, it is no more than a reference system
and we define robot targets in relation to this reference system. In practice, this is very
important for the calibration process between the virtual environment and the real
environment with a real robot. Usually, the origin of a workobject is a point that can be
easily defined, for example the corner of a table. Let’s create a workobject:
A Guide for ABB RobotStudio MODULE I
Pedro Neto 12
By default, the workobject we created named workobject_1 is coincident with
wobj0 (in the base of the robot). In this case, imagine that we want to have it defined at the
level of the floor and imagine also that the robot is over the floor 400 mm, so we have to
define the workobject with -400 along z axis.
And we have the workobject:
A Guide for ABB RobotStudio MODULE I
Pedro Neto 13
2.5. Targets
I tis now the time to define the target points that will be the base for the robot
paths.
It is possible to use the mouse to create the target points. In this specific case,
we are creating those points in relation to workobject_1.
A Guide for ABB RobotStudio MODULE I
Pedro Neto 14
Now, it becomes easy to move the workobject_1 with the associated target
points.
A Guide for ABB RobotStudio MODULE I
Pedro Neto 15
At this moment we don’t have information if the robot effectively can reaches
the targets defined or not. Anyway, in most of robot applications/programs we usually
define a home position for the robot in relation to the base of the robot, in this case, wobj0.
So, you can move the robot to a desired home position:
And create another type of target, a Teach Target in relation to wobj0. This
creates a target according to the current position of the robot.
A Guide for ABB RobotStudio MODULE I
Pedro Neto 16
Answer yes (see figure below):
And the target point was created:
A Guide for ABB RobotStudio MODULE I
Pedro Neto 17
After this, we are going to check if the robot reaches of not the previously
defined target points. Starting by the tool:
Well, we can see that the tool is with a wrong orientation. But, anyway, we can
try to see the robot:
A Guide for ABB RobotStudio MODULE I
Pedro Neto 18
Nothing happens because the robot is not able to reach such position,
RobotStudio gives us a warning.
So, to fix this problem, we have to change the orientation of the tool:
A Guide for ABB RobotStudio MODULE I
Pedro Neto 19
I did this to Target_10, but the other targets suffer the same problem. So, we
can copy the orientation of this target and apply that orientation to all the other targets.
A Guide for ABB RobotStudio MODULE I
Pedro Neto 20
Select the other target points and apply orientation:
Ok, now, by clicking on the targets we can see if the robot reaches or not that
targets. If the robot do not reaches a target we have to change that target point (position or
orientation) using the command Set Position or Rotate.
A Guide for ABB RobotStudio MODULE I
Pedro Neto 21
2.6. Paths
We can now connect the target points to create a working path for the robot.
And select MOVEL (straight line motion between targets)
After having created Path_10, drag the targets to Path_10 in a desired order.
A Guide for ABB RobotStudio MODULE I
Pedro Neto 22
OK, we have the targets connected, but to eliminate the warnings we have to
define the robot configuration for each one. This is because, as you can see in figure
below, there are different ways to achieve the same robot tool position and orientation.
The software is able to auto-configure this:
A Guide for ABB RobotStudio MODULE I
Pedro Neto 23
Or we can check and define the configuration for each target:
2.7. Simulation
It is time to simulate the robot program we create. First, synchronize with the
robot controller (it is like to send all data to the robot controller).
A Guide for ABB RobotStudio MODULE I
Pedro Neto 24
Next, select what paths to simulate, in this case we only have Path_10.
And play:
A Guide for ABB RobotStudio MODULE I
Pedro Neto 25
After simulation, if we see that it is necessary to change something, a target for
example, we can do that:
But after this, we have to synchronize again. Sometimes, during simulation is
useful to see the angles of each joint of the robot:
A Guide for ABB RobotStudio MODULE I
Pedro Neto 26
Save the station in a normal way, or using the pack and go. This last option
saves all the project in a folder, so that you can open it in another computer.
A Guide for ABB RobotStudio MODULE II
Pedro neto 27
3. MODULE II
This module complements MODULE I with more functionalities provided by
RobotStudio.
3.1. Importing geometries
In this case we will use not only a robot but also a table and a workpiece. So,
RobotStudio allows to import CAD drawings in most of the CAD file formats. Having a
drawing of a table, we can insert it into the RobotStudio simulation environment by
pressing the button Import Geometry (note that the geometries have to be located in the
folder C:UsersxxxxxDocumentsRobotStudioGeometry). Using the set position and
rotate commands we can place the table in the scenario.
Ok, now we can insert the robotic arm and the workpiece:
A Guide for ABB RobotStudio MODULE II
Pedro neto 28
Now, we want to place the workpiece over the table. This can be achieved by
selecting points:
A Guide for ABB RobotStudio MODULE II
Pedro neto 29
And just click on the desired points:
And by moving along x and y we have this:
A Guide for ABB RobotStudio MODULE II
Pedro neto 30
It is time to insert a tool and attach that tool to the robotic arm:
3.2. Workobjects and targets
Create a workobject by selecting its origin with the mouse:
A Guide for ABB RobotStudio MODULE II
Pedro neto 31
Create a home position for the robot like in MODULE I.
A Guide for ABB RobotStudio MODULE II
Pedro neto 32
I forgot to create a robot controller, so, we have to do this. The problem is that
in the moment we created the workobject the controller was not defined, we have to
associate such workobject to the controller. Just drag the workobject to inside the
controller and answer yes.
Create target points with reference to workobject:
A Guide for ABB RobotStudio MODULE II
Pedro neto 33
A Guide for ABB RobotStudio MODULE II
Pedro neto 34
Now, we can see the tool placed on that target points:
We have to rotate it:
A Guide for ABB RobotStudio MODULE II
Pedro neto 35
Like in MODULE I we can copy the orientations:
Check the reachability, in other words, check if the robot can reaches the
selected points:
A Guide for ABB RobotStudio MODULE II
Pedro neto 36
If they are green it is time to create the paths like in MODULE I. After this the
instructions can be modified if necessary:
And auto configurate:
A Guide for ABB RobotStudio MODULE II
Pedro neto 37
Here a boring situation can happen. You can have some warnings on it, so that
you have to change the orientation of each target until to achieve a good solution.
We can look to the robot axis to see what is the robot joint near the limit:
Synchronize, add Path_10 in simulation setup and simulate. To see the path
line select the monitor functionality:
A Guide for ABB RobotStudio MODULE II
Pedro neto 38
And simulate:
A Guide for ABB RobotStudio MODULE II
Pedro neto 39
You can see that the TCP do not reaches the target points. This is because we
are using a zone of 100. Select fine (synchronize again) and the robot will reaches that
target points.
A Guide for ABB RobotStudio MODULE II
Pedro neto 40
After this, we may need to change the workpiece pose with the attached points:
And we can now move the workpiece with associated target points:
3.3. RAPID
Go to the tab controller:
A Guide for ABB RobotStudio MODULE II
Pedro neto 41
And in RAPID section we have the generated programs (see the presentation
about RAPID):
We can see what is inside these modules:
A Guide for ABB RobotStudio MODULE II
Pedro neto 42
But the important is Module 1:
It is possible to save the program:
A Guide for ABB RobotStudio MODULE II
Pedro neto 43
And see the robot simulation and running code at the same time:
A Guide for ABB RobotStudio MODULE II
Pedro neto 44
Now, we can edit the program, for example changing speed:
And we can simulate it step-by-step:
3.4. Time
In simulation tab select the watch to see how much time a robotic process takes
in simulation:
A Guide for ABB RobotStudio MODULE II
Pedro neto 45
3.5. Collisions
In the simulation tab press the button create collision:
Open the collision object and drag the tool to ObjectsA and the workpieces to
ObjectsB. The software analyses collisions between objects type A and B.
A Guide for ABB RobotStudio MODULE II
Pedro neto 46
You can also define a near collision distance:
A Guide for ABB RobotStudio MODULE II
Pedro neto 47
And simulate:
A Guide for ABB RobotStudio MODULE II
Pedro neto 48
3.6. Curves
Include a new workpiece with a curve. Select Curve Selection:
Select AutoPath:
And select the edge:
A Guide for ABB RobotStudio MODULE II
Pedro neto 49
A Guide for ABB RobotStudio MODULE II
Pedro neto 50
And we have the targets:
A Guide for ABB RobotStudio MODULE III
Pedro Neto 51
4. TEACH PENDANT
ABB calls the teach pendant FlexPendant. RobotStudio provides us a virtual
teach pendant. Include a robotic arm and controller and then call the Virtual FlexPendant.
And we have this:
A Guide for ABB RobotStudio MODULE III
Pedro Neto 52
On the right you can see the virtual key to select the mode of operation. By
default it is in automatic mode. To do something (move the virtual robot and create a robot
program) change it to manual mode and select jogging:
You can jog the robot by enabling the joystick and pressing the arrows for
some seconds.
Create a program is also simple:
A Guide for ABB RobotStudio MODULE III
Pedro Neto 53
We can create a simple tool for this purpose:
A Guide for ABB RobotStudio MODULE III
Pedro Neto 54
The geometry for the virtual tool with the name Part_1 was created. But we
need to create a tool:
Define where the TCP is:
A Guide for ABB RobotStudio MODULE III
Pedro Neto 55
Now as in MODULE I include the tool into the robot:
OK, we have a new tool in RobotStudio but we have to call it from the teach
pendant:
A Guide for ABB RobotStudio MODULE III
Pedro Neto 56
A Guide for ABB RobotStudio MODULE III
Pedro Neto 57
Backing to program edition, it is possible to create a motion command with the
current pose of the robot:
You can create other points and just simulate the program created:
A Guide for ABB RobotStudio MODULE III
Pedro Neto 58
A Guide for ABB RobotStudio MODULE IV
Pedro Neto 59
5. MECHANISMS
5.1. Conveyor
We will start by creating a mechanism, a conveyor.
A Guide for ABB RobotStudio MODULE IV
Pedro Neto 60
A Guide for ABB RobotStudio MODULE IV
Pedro Neto 61
And compile the mechanism.
A Guide for ABB RobotStudio MODULE IV
Pedro Neto 62
5.2. Creating a station
Start by selecting a robot, controller and tool:
Attach the tool to the robot:
A Guide for ABB RobotStudio MODULE IV
Pedro Neto 63
Add a controller:
And import the conveyor by clicking import library:
A Guide for ABB RobotStudio MODULE IV
Pedro Neto 64
A Guide for ABB RobotStudio MODULE IV
Pedro Neto 65
A Guide for ABB RobotStudio MODULE IV
Pedro Neto 66
A Guide for ABB RobotStudio MODULE IV
Pedro Neto 67
A Guide for ABB RobotStudio MODULE IV
Pedro Neto 68
Below move both parts to the right:
A Guide for ABB RobotStudio MODULE IV
Pedro Neto 69
After this select also Part_1_2, click Add and OK. After this you can call the
Encoder Unit:
A Guide for ABB RobotStudio MODULE IV
Pedro Neto 70
A Guide for ABB RobotStudio MODULE IV
Pedro Neto 71
A Guide for ABB RobotStudio MODULE IV
Pedro Neto 72
A Guide for ABB RobotStudio MODULE IV
Pedro Neto 73
A Guide for ABB RobotStudio MODULE IV
Pedro Neto 74
A Guide for ABB RobotStudio MODULE IV
Pedro Neto 75
A Guide for ABB RobotStudio MODULE IV
Pedro Neto 76
Create a home position for the robot:
A Guide for ABB RobotStudio MODULE IV
Pedro Neto 77
Create an empty path:
A Guide for ABB RobotStudio MODULE IV
Pedro Neto 78
A Guide for ABB RobotStudio MODULE IV
Pedro Neto 79
A Guide for ABB RobotStudio MODULE IV
Pedro Neto 80
A Guide for ABB RobotStudio MODULE IV
Pedro Neto 81
Drag the targets to Path_10:
A Guide for ABB RobotStudio MODULE IV
Pedro Neto 82
Simulate:
A Guide for ABB RobotStudio MODULE IV
Pedro Neto 83
A Guide for ABB RobotStudio MODULE IV
Pedro Neto 84
If it is not working change the conveyor speed.
A Guide for ABB RobotStudio
Pedro Neto 85
References in CAD based robotics:
Neto P., Mendes N: “Direct off-line robot programming via a common CAD
package,” Robotics and Autonomous Systems, Elsevier, Vol. 61, No. 8, pp. 896-
910, 2013
Neto P., Mendes N., Araújo R., Pires J.N. and Moreira A.P.: “High-level robot
programming based on CAD: dealing with unpredictable environments,” Industrial
Robot, Emerald, Vol. 39, No. 3, pp. 294-303, 2012
Neto P.: “Off-line programming and simulation from CAD drawings: robot-assisted
sheet metal bending,” Annual Conference of the IEEE Industrial Electronics
Society, IECON 2013, pp. 4233-4238, Vienna, Austria, 2013

More Related Content

What's hot

Chapter 8 - Robot Control System
Chapter 8 - Robot Control SystemChapter 8 - Robot Control System
Chapter 8 - Robot Control SystemHaffiz Radzi
 
Industrial robotics
Industrial roboticsIndustrial robotics
Industrial roboticsjjenishmech
 
pick and place robotic arm
pick and place robotic armpick and place robotic arm
pick and place robotic armANJANA ANILKUMAR
 
Application of industrial robotics
Application of industrial roboticsApplication of industrial robotics
Application of industrial roboticsShubham Maurya
 
Components of industrial robotics
Components of industrial roboticsComponents of industrial robotics
Components of industrial roboticsJayanth Krishna
 
Robotics and machine vision system
Robotics and machine vision systemRobotics and machine vision system
Robotics and machine vision systemGowsick Subramaniam
 
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
 
Industrial robotics
Industrial roboticsIndustrial robotics
Industrial roboticsHome
 
Chapter 2 Comp & classification of robot automation
Chapter 2 Comp & classification of robot automationChapter 2 Comp & classification of robot automation
Chapter 2 Comp & classification of robot automationAfiq Sajuri
 
02-Chapter_2_Robot_Work_Cell_Design_and_Control_Final.pdf
02-Chapter_2_Robot_Work_Cell_Design_and_Control_Final.pdf02-Chapter_2_Robot_Work_Cell_Design_and_Control_Final.pdf
02-Chapter_2_Robot_Work_Cell_Design_and_Control_Final.pdfRahbiMalek
 
Chapter 1 Intro to industrial robot automation
Chapter 1 Intro to industrial robot automationChapter 1 Intro to industrial robot automation
Chapter 1 Intro to industrial robot automationAfiq Sajuri
 
ROBOTICS-ROBOT KINEMATICS AND ROBOT PROGRAMMING
ROBOTICS-ROBOT KINEMATICS AND ROBOT PROGRAMMINGROBOTICS-ROBOT KINEMATICS AND ROBOT PROGRAMMING
ROBOTICS-ROBOT KINEMATICS AND ROBOT PROGRAMMINGTAMILMECHKIT
 
Ec6003 robotics and automation notes
Ec6003   robotics and automation notesEc6003   robotics and automation notes
Ec6003 robotics and automation notesJAIGANESH SEKAR
 
Robo unit4- Robot Programming.pptx
Robo unit4- Robot Programming.pptxRobo unit4- Robot Programming.pptx
Robo unit4- Robot Programming.pptxPriya429658
 

What's hot (20)

Robots
Robots Robots
Robots
 
Chapter 8 - Robot Control System
Chapter 8 - Robot Control SystemChapter 8 - Robot Control System
Chapter 8 - Robot Control System
 
Industrial robots
Industrial robotsIndustrial robots
Industrial robots
 
INTRODUCTION TO ROBOTICS
INTRODUCTION TO ROBOTICSINTRODUCTION TO ROBOTICS
INTRODUCTION TO ROBOTICS
 
Robot applications
Robot applicationsRobot applications
Robot applications
 
Industrial robotics
Industrial roboticsIndustrial robotics
Industrial robotics
 
pick and place robotic arm
pick and place robotic armpick and place robotic arm
pick and place robotic arm
 
Application of industrial robotics
Application of industrial roboticsApplication of industrial robotics
Application of industrial robotics
 
Components of industrial robotics
Components of industrial roboticsComponents of industrial robotics
Components of industrial robotics
 
Robotics and machine vision system
Robotics and machine vision systemRobotics and machine vision system
Robotics and machine vision system
 
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
 
Industrial robotics
Industrial roboticsIndustrial robotics
Industrial robotics
 
Chapter 2 Comp & classification of robot automation
Chapter 2 Comp & classification of robot automationChapter 2 Comp & classification of robot automation
Chapter 2 Comp & classification of robot automation
 
02-Chapter_2_Robot_Work_Cell_Design_and_Control_Final.pdf
02-Chapter_2_Robot_Work_Cell_Design_and_Control_Final.pdf02-Chapter_2_Robot_Work_Cell_Design_and_Control_Final.pdf
02-Chapter_2_Robot_Work_Cell_Design_and_Control_Final.pdf
 
Chapter 1 Intro to industrial robot automation
Chapter 1 Intro to industrial robot automationChapter 1 Intro to industrial robot automation
Chapter 1 Intro to industrial robot automation
 
Robot manipulator
Robot manipulatorRobot manipulator
Robot manipulator
 
Sem2 robotics ppt
Sem2 robotics pptSem2 robotics ppt
Sem2 robotics ppt
 
ROBOTICS-ROBOT KINEMATICS AND ROBOT PROGRAMMING
ROBOTICS-ROBOT KINEMATICS AND ROBOT PROGRAMMINGROBOTICS-ROBOT KINEMATICS AND ROBOT PROGRAMMING
ROBOTICS-ROBOT KINEMATICS AND ROBOT PROGRAMMING
 
Ec6003 robotics and automation notes
Ec6003   robotics and automation notesEc6003   robotics and automation notes
Ec6003 robotics and automation notes
 
Robo unit4- Robot Programming.pptx
Robo unit4- Robot Programming.pptxRobo unit4- Robot Programming.pptx
Robo unit4- Robot Programming.pptx
 

Similar to Robot studio abb

Applications of a Robotic Arm (A Dobot)
Applications of a Robotic Arm (A Dobot)Applications of a Robotic Arm (A Dobot)
Applications of a Robotic Arm (A Dobot)IRJET Journal
 
TP_Webots_7mai2021.pdf
TP_Webots_7mai2021.pdfTP_Webots_7mai2021.pdf
TP_Webots_7mai2021.pdfkiiway01
 
JetBot basic motion
JetBot basic motionJetBot basic motion
JetBot basic motionPeiJia5
 
Robotics lecture 02
Robotics lecture 02Robotics lecture 02
Robotics lecture 02NYCCTfab
 
ECET 3640 Group 2 Project Report
ECET 3640 Group 2 Project ReportECET 3640 Group 2 Project Report
ECET 3640 Group 2 Project ReportLogan Isler
 
Servo Based 5 Axis Robotic Arm Project Report
Servo Based 5 Axis Robotic Arm Project ReportServo Based 5 Axis Robotic Arm Project Report
Servo Based 5 Axis Robotic Arm Project ReportRobo India
 
Beginning nxt programming_workshop in Computer education robotics whoevgjvvvv...
Beginning nxt programming_workshop in Computer education robotics whoevgjvvvv...Beginning nxt programming_workshop in Computer education robotics whoevgjvvvv...
Beginning nxt programming_workshop in Computer education robotics whoevgjvvvv...OhSoAwesomeGirl
 
How to set up and use Automatic Tool Zero feature by MASSO
How to set up and use Automatic Tool Zero feature by MASSO How to set up and use Automatic Tool Zero feature by MASSO
How to set up and use Automatic Tool Zero feature by MASSO massocnc
 
20EC53I_W11_D4_MS_PPT.pptx
20EC53I_W11_D4_MS_PPT.pptx20EC53I_W11_D4_MS_PPT.pptx
20EC53I_W11_D4_MS_PPT.pptxUmeshUmeshRaj
 
SoMachine 4.1 quickstart
SoMachine 4.1 quickstartSoMachine 4.1 quickstart
SoMachine 4.1 quickstartJulien Dubois
 
Lego Robotics(Build Stage)
Lego Robotics(Build Stage)Lego Robotics(Build Stage)
Lego Robotics(Build Stage)slewell
 
Module6rob prog mr302_mtr_ncerc
Module6rob prog mr302_mtr_ncercModule6rob prog mr302_mtr_ncerc
Module6rob prog mr302_mtr_ncercJishnu Jish
 

Similar to Robot studio abb (20)

Applications of a Robotic Arm (A Dobot)
Applications of a Robotic Arm (A Dobot)Applications of a Robotic Arm (A Dobot)
Applications of a Robotic Arm (A Dobot)
 
TP_Webots_7mai2021.pdf
TP_Webots_7mai2021.pdfTP_Webots_7mai2021.pdf
TP_Webots_7mai2021.pdf
 
JetBot basic motion
JetBot basic motionJetBot basic motion
JetBot basic motion
 
Robotics ICMMT2015
Robotics ICMMT2015Robotics ICMMT2015
Robotics ICMMT2015
 
Robotics ICMMT2015
Robotics ICMMT2015Robotics ICMMT2015
Robotics ICMMT2015
 
RobotStudiopp.ppt
RobotStudiopp.pptRobotStudiopp.ppt
RobotStudiopp.ppt
 
ie450RobotStudio.ppt
ie450RobotStudio.pptie450RobotStudio.ppt
ie450RobotStudio.ppt
 
Robotics lecture 02
Robotics lecture 02Robotics lecture 02
Robotics lecture 02
 
Project Report
Project ReportProject Report
Project Report
 
First fare 2013 basic-labview
First fare 2013   basic-labviewFirst fare 2013   basic-labview
First fare 2013 basic-labview
 
ECET 3640 Group 2 Project Report
ECET 3640 Group 2 Project ReportECET 3640 Group 2 Project Report
ECET 3640 Group 2 Project Report
 
Servo Based 5 Axis Robotic Arm Project Report
Servo Based 5 Axis Robotic Arm Project ReportServo Based 5 Axis Robotic Arm Project Report
Servo Based 5 Axis Robotic Arm Project Report
 
Beginning nxt programming_workshop in Computer education robotics whoevgjvvvv...
Beginning nxt programming_workshop in Computer education robotics whoevgjvvvv...Beginning nxt programming_workshop in Computer education robotics whoevgjvvvv...
Beginning nxt programming_workshop in Computer education robotics whoevgjvvvv...
 
How to set up and use Automatic Tool Zero feature by MASSO
How to set up and use Automatic Tool Zero feature by MASSO How to set up and use Automatic Tool Zero feature by MASSO
How to set up and use Automatic Tool Zero feature by MASSO
 
20EC53I_W11_D4_MS_PPT.pptx
20EC53I_W11_D4_MS_PPT.pptx20EC53I_W11_D4_MS_PPT.pptx
20EC53I_W11_D4_MS_PPT.pptx
 
Logo tutorial
Logo tutorialLogo tutorial
Logo tutorial
 
SoMachine 4.1 quickstart
SoMachine 4.1 quickstartSoMachine 4.1 quickstart
SoMachine 4.1 quickstart
 
Lego Robotics(Build Stage)
Lego Robotics(Build Stage)Lego Robotics(Build Stage)
Lego Robotics(Build Stage)
 
Me 405 final report
Me 405 final reportMe 405 final report
Me 405 final report
 
Module6rob prog mr302_mtr_ncerc
Module6rob prog mr302_mtr_ncercModule6rob prog mr302_mtr_ncerc
Module6rob prog mr302_mtr_ncerc
 

Recently uploaded

Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 

Recently uploaded (20)

Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 

Robot studio abb

  • 1. A Guide for ABB RobotStudio This guide/manual explains step-by-step the most common functionalities of RobotStudio. by Pedro Neto Department of Mechanical Engineering (POLO II), University of Coimbra 3030-788 Coimbra, Portugal Email: pedro.neto@dem.uc.pt January 2014
  • 2. A Guide for ABB RobotStudio Contents Contents 1. INTRODUCTION......................................................................................................... 1 2. MODULE I.................................................................................................................... 2 2.1. Robotic arms and positioning ................................................................................. 3 2.2. Controller................................................................................................................ 7 2.3. Tools ..................................................................................................................... 10 2.4. Workobjects.......................................................................................................... 11 2.5. Targets .................................................................................................................. 13 2.6. Paths...................................................................................................................... 21 2.7. Simulation............................................................................................................. 23 3. MODULE II ................................................................................................................ 27 3.1. Importing geometries............................................................................................ 27 3.2. Workobjects and targets........................................................................................ 30 3.3. RAPID .................................................................................................................. 40 3.4. Time...................................................................................................................... 44 3.5. Collisions .............................................................................................................. 45 3.6. Curves ................................................................................................................... 48 4. Teach pendant.............................................................................................................. 51 5. Mechanisms................................................................................................................. 59 5.1. Conveyor............................................................................................................... 59 5.2. Creating a station .................................................................................................. 62
  • 3. A Guide for ABB RobotStudio INTRODUCTION [Nome do Aluno] 1 1. INTRODUCTION This guide contains the basic commands to start using ABB RobotStudio. It is divided in 4 modules in which each module is a different exercise. All the necessary procedures to create a given robot application are described, step-by-step. Several print screens from RobotStudio help to understand in a better way the process to operate RobotStudio and create robot programs off-line.
  • 4. A Guide for ABB RobotStudio MODULE I Pedro Neto 2 2. MODULE I This is hoe RobotStudio looks like: Here we can see the Help tab with all the necessary information about RobotStudio, RAPID language and the ABB teach pendant (FlexPendant).
  • 5. A Guide for ABB RobotStudio MODULE I Pedro Neto 3 The software options can be changed in options section: 2.1. Robotic arms and positioning The first think to do is to create an empty station. This empty station only contains the working plane with a reference system (world reference system). So, we need to include a robotic arm in the station. Just go to ABB Library and select the desired robotic arm.
  • 6. A Guide for ABB RobotStudio MODULE I Pedro Neto 4 It is now possible to move (translations + rotations) the robot in the working space. In addition we can change the angle of each robot joint. To do that, just click on the robot model (see figure below the highlighted area on the left) and by clicking on the button move (highlighted in figure below) we can move the robot base with the mouse.
  • 7. A Guide for ABB RobotStudio MODULE I Pedro Neto 5 Moreover, we can also rotate the robot in relation to a selected reference system. Ok, this is useful but we need accuracy when moving or rotating the robot:
  • 8. A Guide for ABB RobotStudio MODULE I Pedro Neto 6 You can change the zoom of the working environment with the roller of the mouse. By pressing CTRL and left click with the mouse you can move the scene, and by pressing CTRL and SHIFT and left click with the mouse you can rotate the scene. There follows an explanation on how you can change the robot joint angles, just right click on the robot model (Layout tab) and select Mechanism Joint Jog.
  • 9. A Guide for ABB RobotStudio MODULE I Pedro Neto 7 2.2. Controller It is time to include a controller into the system. You can select a number of options for the controller, but for now, the default configuration is ok. So, just press, next, next and finish. Remember that this process may takes a little time until to obtain the green light (see figure below).
  • 10. A Guide for ABB RobotStudio MODULE I Pedro Neto 8 The 3 buttons highlighted in figure below are now active. This means that at this moment the virtual robot controller is ready to apply motion to the robotic arm. We can call these functionalities in a different way:
  • 11. A Guide for ABB RobotStudio MODULE I Pedro Neto 9 And this is the result: Now, since we have a controller associated to the arm, if we want to move the robot base the software asks if we want to move the task frame associated to the base of the robot. The answer is yes.
  • 12. A Guide for ABB RobotStudio MODULE I Pedro Neto 10 2.3. Tools Next step is to attach a tool to the robot wrist. It can be imported from the library, select for example a pre-defined tool named MyTool. After selecting a tool, we have to attach that tool to the robot, just drag it to inside the robot.
  • 13. A Guide for ABB RobotStudio MODULE I Pedro Neto 11 Now, it is possible to change the orientation of the tool but keeping the tool center point (TCP). 2.4. Workobjects When we talk in robot programming the definition of a workobject is a subject of major importance. What is a workobject? Well, it is no more than a reference system and we define robot targets in relation to this reference system. In practice, this is very important for the calibration process between the virtual environment and the real environment with a real robot. Usually, the origin of a workobject is a point that can be easily defined, for example the corner of a table. Let’s create a workobject:
  • 14. A Guide for ABB RobotStudio MODULE I Pedro Neto 12 By default, the workobject we created named workobject_1 is coincident with wobj0 (in the base of the robot). In this case, imagine that we want to have it defined at the level of the floor and imagine also that the robot is over the floor 400 mm, so we have to define the workobject with -400 along z axis. And we have the workobject:
  • 15. A Guide for ABB RobotStudio MODULE I Pedro Neto 13 2.5. Targets I tis now the time to define the target points that will be the base for the robot paths. It is possible to use the mouse to create the target points. In this specific case, we are creating those points in relation to workobject_1.
  • 16. A Guide for ABB RobotStudio MODULE I Pedro Neto 14 Now, it becomes easy to move the workobject_1 with the associated target points.
  • 17. A Guide for ABB RobotStudio MODULE I Pedro Neto 15 At this moment we don’t have information if the robot effectively can reaches the targets defined or not. Anyway, in most of robot applications/programs we usually define a home position for the robot in relation to the base of the robot, in this case, wobj0. So, you can move the robot to a desired home position: And create another type of target, a Teach Target in relation to wobj0. This creates a target according to the current position of the robot.
  • 18. A Guide for ABB RobotStudio MODULE I Pedro Neto 16 Answer yes (see figure below): And the target point was created:
  • 19. A Guide for ABB RobotStudio MODULE I Pedro Neto 17 After this, we are going to check if the robot reaches of not the previously defined target points. Starting by the tool: Well, we can see that the tool is with a wrong orientation. But, anyway, we can try to see the robot:
  • 20. A Guide for ABB RobotStudio MODULE I Pedro Neto 18 Nothing happens because the robot is not able to reach such position, RobotStudio gives us a warning. So, to fix this problem, we have to change the orientation of the tool:
  • 21. A Guide for ABB RobotStudio MODULE I Pedro Neto 19 I did this to Target_10, but the other targets suffer the same problem. So, we can copy the orientation of this target and apply that orientation to all the other targets.
  • 22. A Guide for ABB RobotStudio MODULE I Pedro Neto 20 Select the other target points and apply orientation: Ok, now, by clicking on the targets we can see if the robot reaches or not that targets. If the robot do not reaches a target we have to change that target point (position or orientation) using the command Set Position or Rotate.
  • 23. A Guide for ABB RobotStudio MODULE I Pedro Neto 21 2.6. Paths We can now connect the target points to create a working path for the robot. And select MOVEL (straight line motion between targets) After having created Path_10, drag the targets to Path_10 in a desired order.
  • 24. A Guide for ABB RobotStudio MODULE I Pedro Neto 22 OK, we have the targets connected, but to eliminate the warnings we have to define the robot configuration for each one. This is because, as you can see in figure below, there are different ways to achieve the same robot tool position and orientation. The software is able to auto-configure this:
  • 25. A Guide for ABB RobotStudio MODULE I Pedro Neto 23 Or we can check and define the configuration for each target: 2.7. Simulation It is time to simulate the robot program we create. First, synchronize with the robot controller (it is like to send all data to the robot controller).
  • 26. A Guide for ABB RobotStudio MODULE I Pedro Neto 24 Next, select what paths to simulate, in this case we only have Path_10. And play:
  • 27. A Guide for ABB RobotStudio MODULE I Pedro Neto 25 After simulation, if we see that it is necessary to change something, a target for example, we can do that: But after this, we have to synchronize again. Sometimes, during simulation is useful to see the angles of each joint of the robot:
  • 28. A Guide for ABB RobotStudio MODULE I Pedro Neto 26 Save the station in a normal way, or using the pack and go. This last option saves all the project in a folder, so that you can open it in another computer.
  • 29. A Guide for ABB RobotStudio MODULE II Pedro neto 27 3. MODULE II This module complements MODULE I with more functionalities provided by RobotStudio. 3.1. Importing geometries In this case we will use not only a robot but also a table and a workpiece. So, RobotStudio allows to import CAD drawings in most of the CAD file formats. Having a drawing of a table, we can insert it into the RobotStudio simulation environment by pressing the button Import Geometry (note that the geometries have to be located in the folder C:UsersxxxxxDocumentsRobotStudioGeometry). Using the set position and rotate commands we can place the table in the scenario. Ok, now we can insert the robotic arm and the workpiece:
  • 30. A Guide for ABB RobotStudio MODULE II Pedro neto 28 Now, we want to place the workpiece over the table. This can be achieved by selecting points:
  • 31. A Guide for ABB RobotStudio MODULE II Pedro neto 29 And just click on the desired points: And by moving along x and y we have this:
  • 32. A Guide for ABB RobotStudio MODULE II Pedro neto 30 It is time to insert a tool and attach that tool to the robotic arm: 3.2. Workobjects and targets Create a workobject by selecting its origin with the mouse:
  • 33. A Guide for ABB RobotStudio MODULE II Pedro neto 31 Create a home position for the robot like in MODULE I.
  • 34. A Guide for ABB RobotStudio MODULE II Pedro neto 32 I forgot to create a robot controller, so, we have to do this. The problem is that in the moment we created the workobject the controller was not defined, we have to associate such workobject to the controller. Just drag the workobject to inside the controller and answer yes. Create target points with reference to workobject:
  • 35. A Guide for ABB RobotStudio MODULE II Pedro neto 33
  • 36. A Guide for ABB RobotStudio MODULE II Pedro neto 34 Now, we can see the tool placed on that target points: We have to rotate it:
  • 37. A Guide for ABB RobotStudio MODULE II Pedro neto 35 Like in MODULE I we can copy the orientations: Check the reachability, in other words, check if the robot can reaches the selected points:
  • 38. A Guide for ABB RobotStudio MODULE II Pedro neto 36 If they are green it is time to create the paths like in MODULE I. After this the instructions can be modified if necessary: And auto configurate:
  • 39. A Guide for ABB RobotStudio MODULE II Pedro neto 37 Here a boring situation can happen. You can have some warnings on it, so that you have to change the orientation of each target until to achieve a good solution. We can look to the robot axis to see what is the robot joint near the limit: Synchronize, add Path_10 in simulation setup and simulate. To see the path line select the monitor functionality:
  • 40. A Guide for ABB RobotStudio MODULE II Pedro neto 38 And simulate:
  • 41. A Guide for ABB RobotStudio MODULE II Pedro neto 39 You can see that the TCP do not reaches the target points. This is because we are using a zone of 100. Select fine (synchronize again) and the robot will reaches that target points.
  • 42. A Guide for ABB RobotStudio MODULE II Pedro neto 40 After this, we may need to change the workpiece pose with the attached points: And we can now move the workpiece with associated target points: 3.3. RAPID Go to the tab controller:
  • 43. A Guide for ABB RobotStudio MODULE II Pedro neto 41 And in RAPID section we have the generated programs (see the presentation about RAPID): We can see what is inside these modules:
  • 44. A Guide for ABB RobotStudio MODULE II Pedro neto 42 But the important is Module 1: It is possible to save the program:
  • 45. A Guide for ABB RobotStudio MODULE II Pedro neto 43 And see the robot simulation and running code at the same time:
  • 46. A Guide for ABB RobotStudio MODULE II Pedro neto 44 Now, we can edit the program, for example changing speed: And we can simulate it step-by-step: 3.4. Time In simulation tab select the watch to see how much time a robotic process takes in simulation:
  • 47. A Guide for ABB RobotStudio MODULE II Pedro neto 45 3.5. Collisions In the simulation tab press the button create collision: Open the collision object and drag the tool to ObjectsA and the workpieces to ObjectsB. The software analyses collisions between objects type A and B.
  • 48. A Guide for ABB RobotStudio MODULE II Pedro neto 46 You can also define a near collision distance:
  • 49. A Guide for ABB RobotStudio MODULE II Pedro neto 47 And simulate:
  • 50. A Guide for ABB RobotStudio MODULE II Pedro neto 48 3.6. Curves Include a new workpiece with a curve. Select Curve Selection: Select AutoPath: And select the edge:
  • 51. A Guide for ABB RobotStudio MODULE II Pedro neto 49
  • 52. A Guide for ABB RobotStudio MODULE II Pedro neto 50 And we have the targets:
  • 53. A Guide for ABB RobotStudio MODULE III Pedro Neto 51 4. TEACH PENDANT ABB calls the teach pendant FlexPendant. RobotStudio provides us a virtual teach pendant. Include a robotic arm and controller and then call the Virtual FlexPendant. And we have this:
  • 54. A Guide for ABB RobotStudio MODULE III Pedro Neto 52 On the right you can see the virtual key to select the mode of operation. By default it is in automatic mode. To do something (move the virtual robot and create a robot program) change it to manual mode and select jogging: You can jog the robot by enabling the joystick and pressing the arrows for some seconds. Create a program is also simple:
  • 55. A Guide for ABB RobotStudio MODULE III Pedro Neto 53 We can create a simple tool for this purpose:
  • 56. A Guide for ABB RobotStudio MODULE III Pedro Neto 54 The geometry for the virtual tool with the name Part_1 was created. But we need to create a tool: Define where the TCP is:
  • 57. A Guide for ABB RobotStudio MODULE III Pedro Neto 55 Now as in MODULE I include the tool into the robot: OK, we have a new tool in RobotStudio but we have to call it from the teach pendant:
  • 58. A Guide for ABB RobotStudio MODULE III Pedro Neto 56
  • 59. A Guide for ABB RobotStudio MODULE III Pedro Neto 57 Backing to program edition, it is possible to create a motion command with the current pose of the robot: You can create other points and just simulate the program created:
  • 60. A Guide for ABB RobotStudio MODULE III Pedro Neto 58
  • 61. A Guide for ABB RobotStudio MODULE IV Pedro Neto 59 5. MECHANISMS 5.1. Conveyor We will start by creating a mechanism, a conveyor.
  • 62. A Guide for ABB RobotStudio MODULE IV Pedro Neto 60
  • 63. A Guide for ABB RobotStudio MODULE IV Pedro Neto 61 And compile the mechanism.
  • 64. A Guide for ABB RobotStudio MODULE IV Pedro Neto 62 5.2. Creating a station Start by selecting a robot, controller and tool: Attach the tool to the robot:
  • 65. A Guide for ABB RobotStudio MODULE IV Pedro Neto 63 Add a controller: And import the conveyor by clicking import library:
  • 66. A Guide for ABB RobotStudio MODULE IV Pedro Neto 64
  • 67. A Guide for ABB RobotStudio MODULE IV Pedro Neto 65
  • 68. A Guide for ABB RobotStudio MODULE IV Pedro Neto 66
  • 69. A Guide for ABB RobotStudio MODULE IV Pedro Neto 67
  • 70. A Guide for ABB RobotStudio MODULE IV Pedro Neto 68 Below move both parts to the right:
  • 71. A Guide for ABB RobotStudio MODULE IV Pedro Neto 69 After this select also Part_1_2, click Add and OK. After this you can call the Encoder Unit:
  • 72. A Guide for ABB RobotStudio MODULE IV Pedro Neto 70
  • 73. A Guide for ABB RobotStudio MODULE IV Pedro Neto 71
  • 74. A Guide for ABB RobotStudio MODULE IV Pedro Neto 72
  • 75. A Guide for ABB RobotStudio MODULE IV Pedro Neto 73
  • 76. A Guide for ABB RobotStudio MODULE IV Pedro Neto 74
  • 77. A Guide for ABB RobotStudio MODULE IV Pedro Neto 75
  • 78. A Guide for ABB RobotStudio MODULE IV Pedro Neto 76 Create a home position for the robot:
  • 79. A Guide for ABB RobotStudio MODULE IV Pedro Neto 77 Create an empty path:
  • 80. A Guide for ABB RobotStudio MODULE IV Pedro Neto 78
  • 81. A Guide for ABB RobotStudio MODULE IV Pedro Neto 79
  • 82. A Guide for ABB RobotStudio MODULE IV Pedro Neto 80
  • 83. A Guide for ABB RobotStudio MODULE IV Pedro Neto 81 Drag the targets to Path_10:
  • 84. A Guide for ABB RobotStudio MODULE IV Pedro Neto 82 Simulate:
  • 85. A Guide for ABB RobotStudio MODULE IV Pedro Neto 83
  • 86. A Guide for ABB RobotStudio MODULE IV Pedro Neto 84 If it is not working change the conveyor speed.
  • 87. A Guide for ABB RobotStudio Pedro Neto 85 References in CAD based robotics: Neto P., Mendes N: “Direct off-line robot programming via a common CAD package,” Robotics and Autonomous Systems, Elsevier, Vol. 61, No. 8, pp. 896- 910, 2013 Neto P., Mendes N., Araújo R., Pires J.N. and Moreira A.P.: “High-level robot programming based on CAD: dealing with unpredictable environments,” Industrial Robot, Emerald, Vol. 39, No. 3, pp. 294-303, 2012 Neto P.: “Off-line programming and simulation from CAD drawings: robot-assisted sheet metal bending,” Annual Conference of the IEEE Industrial Electronics Society, IECON 2013, pp. 4233-4238, Vienna, Austria, 2013