404016-Robotics Lab - P2
404016-Robotics Lab - P2
FACULTY OF ELECTRICAL
& ELECTRONICS ENGINEERING
CONTENTS
INTRODUCTION OF MITSUBISHI’S ROBOT .............................................. 1
1.1 Model type name of robot ........................................................................................... 1
1.1.1 How to identify the robot model .......................................................................... 1
1.1.2 Combination of the robot arm and the controller................................................. 1
1.2 Contents of the structural equipment .......................................................................... 1
1.2.1 Robot arm............................................................................................................. 1
The list of structural equipment is shown in below ............................................................ 1
1.2.2 Controller ............................................................................................................. 2
1.3 Robot arm .................................................................................................................... 3
1.3.1 specifications........................................................................................................ 3
1.3.2 Names of each part of the robot ........................................................................... 4
1.4 Controller .................................................................................................................... 5
1.4.1 Standard specifications ........................................................................................ 5
1.4.2 Teaching pendant (T/B) ....................................................................................... 6
1.4.3 MELSOFT RT ToolBox2/RT ToolBox2 mini .................................................... 7
ROBOT SIMULATION WITH RT TOOLBOX2 ............................................. 9
2.1 Objectives .................................................................................................................... 9
2.2 RT Toolbox2 usage ..................................................................................................... 9
2.2.1 Starting RT Toolbox2 .......................................................................................... 9
2.2.2 Explanation of RT Toolbox2 screens ................................................................ 10
2.3 Workspaces and Projects ........................................................................................... 11
2.3.1 Creating a new workspace ................................................................................. 12
2.3.2 Adding a project ................................................................................................. 12
2.3.3 Writing a new program ...................................................................................... 13
2.4 Simulation ................................................................................................................. 20
2.5 Exercise: .................................................................................................................... 26
4.4 Controller
4.4.1 Standard specifications
Table 4-3: Specification of controller
This is handy software that fully uses the personal computer functions. It can be used in
various stages from the robot specifications study (tact study, etc.) to the design support
(creation and editing of programs), start up support (execution, control and debugging of
program), and maintenance
The "personal computer support software" which supports these function fully, and the
"personal computer support software mini" which does not have the simulation function are
available.
5.1 Objectives
To help students learn how to use the functions of the MELSOFT “RT ToolBox2” from initial
robot start to program writing, editing and managerment.
5.2 RT Toolbox2 usage
5.2.1 Starting RT Toolbox2
Run RT Toolbox2
Display a list of all the projects registered in the workspace and by functions. From this
tree, the program edit screen, monitor screen, etc. Can be started.
- Cnt <movement mode>, <numeric value 1> < numeric value 2>
This instruction specifies the speed of the robot movement as a value in the range
from 1 to 100%. This is the override applied to the entire program.
- Spd <Designated Speed>
Designates the speed for the robot's linear and circular movements. This instruction
also specifies the optimum speed control mode.
- Hlt
Interrupts the execution of the program which executed this Hlt command.
- Variable:
o Position type variable: to store robot’s tool position (P1, P2, …P_01, P_02,
…) (See Fig 5-6)
o Joint type variable: to store the value of robot’s joint (J1, J2, …)
o Numerical value type variable: to store number value (M1, M2, …)
o Input and output Variable: M_In(1), M_In(2), … M_Out(1), M_Out(1), …
5.4 Simulation
This part will introduce an example