SlideShare a Scribd company logo
Department of Collegiate and Technical Education
Robot Programming (Week 11)
Session 6 : Simulate a program to move a robot in a cubic and
cuboidal shape
Automation and Robotics ( V Semester)
Electronics and Communication Engineering
Electronics and Communication Engineering –20EC53I
Aim : Simulate a program to move a robot in a cubic shape
using Robotstudio software.
Electronics and Communication Engineering –20EC53I
Experiment 1
1.Open Robot studio installed in the PC.
2.By default below screen will appear with File – NEW and Project tab , default
Project Name will be displayed. Type a project name ,for example, ‘cubic shape’ and
select CREATE
Procedure to move ROBOT in a cubic shape
Electronics and Communication Engineering –20EC53I
3.The project is saved in the name ‘cubic shape’. Project space appears on the screen.
Procedure to move ROBOT in a cubic shape
Electronics and Communication Engineering –20EC53I
4. Select your desired ROBOT from the ABB library in HOME menu. Click OK
to place robot on work space.
Procedure to move ROBOT in a cubic shape
Electronics and Communication Engineering –20EC53I
5. You can fix the tool at end effector of ROBOT or without it also.
6. This program is explained without adding end-effector tool.
7. To add a controller to control the ROBOT.
8. Select Virtual Controller from the HOME Menu and select From Layout, the
Controller name and ROBOT ware will be selected.
Procedure to move ROBOT in a cubic shape
Electronics and Communication Engineering –20EC53I
9. Once the controller is added to the project space. Status will show in GREEN color
at right corner of the screen.
Procedure to move ROBOT in a cubic shape
Electronics and Communication Engineering –20EC53I
10. To add a CUBE to the workspace, Goto MODELLING Menu ,select BOX
from SOLID tab.
Procedure to move ROBOT in a cubic shape
Electronics and Communication Engineering –20EC53I
11. Type Length =200 ,Width =200 and Height = 200 in CREATE BOX tab.
12. Click Create and close. A box will appear and place it wherever you want .
Procedure to move ROBOT in a cubic shape
Electronics and Communication Engineering –20EC53I
13. To select Flex Pendent to teach the robot.
14. Goto CONTROLLER Menu-> select FlexPendent
Procedure to move ROBOT in a cubic shape
Electronics and Communication Engineering –20EC53I
15. Set the operating mode as manual and Click Enable Device. You can observe this in the
TeachPendant as “Motors ON”
16. Teach the TCP, module and work object before programming.
17. On the ABB menu select Program editor.
Procedure to move ROBOT in a cubic shape
Electronics and Communication Engineering –20EC53I
18. Goto module tab and select the Module 1 or created Module
19. Select the show Module which is at the bottom side of the window.
Procedure to move ROBOT in a cubic shape
Electronics and Communication Engineering –20EC53I
20. Select the Routine, by clicking on the file.
Procedure to move ROBOT in a cubic shape
Electronics and Communication Engineering –20EC53I
21. Enter the name of the new routine and select Ok.
Procedure to move ROBOT in a cubic shape
Electronics and Communication Engineering –20EC53I
22. Select the created Routine and click on show routine.
23. Select ADD Instruction menu appear on the window
Procedure to move ROBOT in a cubic shape
Electronics and Communication Engineering –20EC53I
24. Select Move J.
Procedure to move ROBOT in a cubic shape
Electronics and Communication Engineering –20EC53I
25. The syntax will display on the window as
26. MoveJ *, v1000, z50, tool0;
27. Double click on the [*] star.
Procedure to move ROBOT in a cubic shape
Electronics and Communication Engineering –20EC53I
28. The menu bar will appear on the screen.
29. Double Click on NEW and a dialog box appears. Type the Name as home for p10
(default name).
30. Tap on OK.
Procedure to move ROBOT in a cubic shape
Electronics and Communication Engineering –20EC53I
31.Select the highlighted name, i.e.home and jog the robot for its required Position
Procedure to move ROBOT in a cubic shape
Electronics and Communication Engineering –20EC53I
32. Define the specified position and select MODIFY.
33. Select the MOVE L instruction for the Cube and MODIFY the position and define it.
34. Repeat the steps for remaining points and modify its position.
Procedure to move ROBOT in a cubic shape
Electronics and Communication Engineering –20EC53I
35. Select the DEBUG and tap on PP to Routine.
36. Select OK.
37. Select the Play button to run the instruction one at a time.
38. Select Play  Button to RUN continuously.
Procedure to move ROBOT in a cubic shape
Electronics and Communication Engineering –20EC53I
• PROC main()
MoveJ home, v1000, z50, tool0;
MoveL home10, v1000, z50, tool0;
MoveL home20, v1000, z50, tool0;
MoveL home100, v1000, z50, tool0;
MoveL home30, v1000, z50, tool0;
MoveL home40, v1000, z50, tool0;
MoveL home50, v1000, z50, tool0;
MoveJ home60, v1000, z50, tool0;
MoveL home70, v1000, z50, tool0;
MoveL home80, v1000, z50, tool0;
MoveJ home90, v1000, z50, tool0;
MoveJ home, v1000, z50, tool0;
• ENDPROC
Program to move Robot in a cubical shape.
Electronics and Communication Engineering –20EC53I
• A ROBOT can move in a cubical path continuously using
RobotStudio software.
Result
Electronics and Communication Engineering –20EC53I
Aim : Simulate a program to move a robot in a cuboidal shape using Robotstudio
software.
Experiment 2: Simulate a program to move a
robot in a cuboidal shape.
Electronics and Communication Engineering –20EC53I
1. To move ROBOT in a Cuboidal shape , Steps 1 to 9 is repeated
with Project name “Cuboidal_path”
2. To add a CUBOID to the workspace, Goto MODELLING Menu ,
select BOX from SOLID tab.
Procedure to move ROBOT in a cuboidal shape
Electronics and Communication Engineering –20EC53I
3. Type Length = 300 ,Width =100 and Height = 200 in CREATE BOX tab.
4. Click Create and close. A box will appear and place it wherever you want .
Procedure to move ROBOT in a cuboidal shape
Electronics and Communication Engineering –20EC53I
5. Repeat the steps 13 to 38.
Procedure to move ROBOT in a cuboidal shape
Electronics and Communication Engineering –20EC53I
PROC main()
MoveJ home, v1000, z50, tool0;
MoveL home10, v1000, z50, tool0;
MoveL home20, v1000, z50, tool0;
MoveL home30, v1000, z50, tool0;
MoveL home40, v1000, z50, tool0;
MoveL home50, v1000, z50, tool0;
MoveJ home60, v1000, z50, tool0;
MoveL home70, v1000, z50, tool0;
MoveL home80, v1000, z50, tool0;
MoveJ home90, v1000, z50, tool0;
MoveJ home, v1000, z50, tool0;
ENDPROC
Procedure to move ROBOT in a cuboidal shape
Electronics and Communication Engineering –20EC53I
• A ROBOT can move in a cuboidal path continuously using Robotstudio
software.
Result
Electronics and Communication Engineering –20EC53I
• Simulate a Robot to move in a cubical shape of length 300 and
cuboidal of radius 100 and height 200.
ACTIVITY/PRACTICE
Electronics and Communication Engineering –20EC53I
Thank you
Please write to us your suggestion about content, tools, format etc to
Lms.dtek@gmail.com
SMITHA SHENOY Sel.Gr.Lecturer Moderator 111, GOVT. POLYTECHNIC,
CHANNAPATNA
SAVITHA S Sel.Gr.Lecturer Subject Expert 159, GOVT. POLYTECHNIC,
RAMANAGARA
MEENA M K Lecturer Content Developer 124 , GOVT. POLYTECHNIC,
MANGALORE
NAGARAJA H Lecturer Content Developer 170, GOVT. POLYTECHNIC,
HARIHARA
SHILPA A N Lecturer Content Developer 183 GOVT. POLYTECHNIC,
CHANNASANDRA
Electronics and Communication Engineering –20EC53I

More Related Content

Similar to 20EC53I_W11_D4_MS_PPT.pptx

Primeavera Detailed Notes
Primeavera Detailed NotesPrimeavera Detailed Notes
Primeavera Detailed Notes
SivaSubramanian Sakthivel
 
ANKUR KUMAR , COCHIN UNIVERSITY OF SCIENCE AND TECHNOLOGY
ANKUR KUMAR , COCHIN UNIVERSITY OF SCIENCE AND TECHNOLOGYANKUR KUMAR , COCHIN UNIVERSITY OF SCIENCE AND TECHNOLOGY
ANKUR KUMAR , COCHIN UNIVERSITY OF SCIENCE AND TECHNOLOGY
Ankur Aryan
 
Introduction to c si bridge
Introduction to c si bridgeIntroduction to c si bridge
Introduction to c si bridge
Cristian Cabrera
 
AJAY SHARMA autocad-summer-training-report.pdf
AJAY SHARMA autocad-summer-training-report.pdfAJAY SHARMA autocad-summer-training-report.pdf
AJAY SHARMA autocad-summer-training-report.pdf
YaarJani
 
SM1.ppt
SM1.pptSM1.ppt
SM1.ppt
AryaLiftyanM
 
LatestCOCOMO model presentation for college students .pptx
LatestCOCOMO model presentation for college students .pptxLatestCOCOMO model presentation for college students .pptx
LatestCOCOMO model presentation for college students .pptx
aditiibaghla16
 
SATYAM_VERMA_PLC_REPORT.docx.pptx
SATYAM_VERMA_PLC_REPORT.docx.pptxSATYAM_VERMA_PLC_REPORT.docx.pptx
SATYAM_VERMA_PLC_REPORT.docx.pptx
satyamVerma186725
 
lecture_slides_esteem2019-231.pdf
lecture_slides_esteem2019-231.pdflecture_slides_esteem2019-231.pdf
lecture_slides_esteem2019-231.pdf
Lukeaugustus2
 
Z turn Board Tutorial Book
Z turn Board Tutorial BookZ turn Board Tutorial Book
Z turn Board Tutorial Book
Linda Zhang
 
10 robotic manufacturing systems
10    robotic manufacturing systems10    robotic manufacturing systems
10 robotic manufacturing systems
Ganesh Murugan
 
modified second review ppt.ppt
modified second review ppt.pptmodified second review ppt.ppt
modified second review ppt.ppt
DileepKumarKarla
 
Km42 pipe climbing robot with rope mechanism. (wecompress)
Km42 pipe climbing robot with rope mechanism. (wecompress)Km42 pipe climbing robot with rope mechanism. (wecompress)
Km42 pipe climbing robot with rope mechanism. (wecompress)
1000kv technologies
 
Tomasz Chanusiak_AnalogDeltaBot_poster_A1
Tomasz Chanusiak_AnalogDeltaBot_poster_A1Tomasz Chanusiak_AnalogDeltaBot_poster_A1
Tomasz Chanusiak_AnalogDeltaBot_poster_A1
Tomasz Chanusiak
 
Electronic Workbench - R.D.Sivakumar
Electronic Workbench - R.D.SivakumarElectronic Workbench - R.D.Sivakumar
Electronic Workbench - R.D.Sivakumar
Sivakumar R D .
 
“WIRELESS TILT MOUSE” -using XBEE module
“WIRELESS TILT MOUSE”-using XBEE module“WIRELESS TILT MOUSE”-using XBEE module
“WIRELESS TILT MOUSE” -using XBEE module
Rishabh Gupta
 
PLC Programming.pdf
PLC Programming.pdfPLC Programming.pdf
PLC Programming.pdf
VishwanathanRishanth
 
User Guide
User GuideUser Guide
User Guide
glbarker
 
Auto cad 3d tutorial
Auto cad 3d tutorialAuto cad 3d tutorial
Auto cad 3d tutorial
Reuven Neil Panganiban
 
Robotics ICMMT2015
Robotics ICMMT2015Robotics ICMMT2015
Robotics ICMMT2015
rahul dev basu
 
Robotics ICMMT2015
Robotics ICMMT2015Robotics ICMMT2015
Robotics ICMMT2015
rahul dev basu
 

Similar to 20EC53I_W11_D4_MS_PPT.pptx (20)

Primeavera Detailed Notes
Primeavera Detailed NotesPrimeavera Detailed Notes
Primeavera Detailed Notes
 
ANKUR KUMAR , COCHIN UNIVERSITY OF SCIENCE AND TECHNOLOGY
ANKUR KUMAR , COCHIN UNIVERSITY OF SCIENCE AND TECHNOLOGYANKUR KUMAR , COCHIN UNIVERSITY OF SCIENCE AND TECHNOLOGY
ANKUR KUMAR , COCHIN UNIVERSITY OF SCIENCE AND TECHNOLOGY
 
Introduction to c si bridge
Introduction to c si bridgeIntroduction to c si bridge
Introduction to c si bridge
 
AJAY SHARMA autocad-summer-training-report.pdf
AJAY SHARMA autocad-summer-training-report.pdfAJAY SHARMA autocad-summer-training-report.pdf
AJAY SHARMA autocad-summer-training-report.pdf
 
SM1.ppt
SM1.pptSM1.ppt
SM1.ppt
 
LatestCOCOMO model presentation for college students .pptx
LatestCOCOMO model presentation for college students .pptxLatestCOCOMO model presentation for college students .pptx
LatestCOCOMO model presentation for college students .pptx
 
SATYAM_VERMA_PLC_REPORT.docx.pptx
SATYAM_VERMA_PLC_REPORT.docx.pptxSATYAM_VERMA_PLC_REPORT.docx.pptx
SATYAM_VERMA_PLC_REPORT.docx.pptx
 
lecture_slides_esteem2019-231.pdf
lecture_slides_esteem2019-231.pdflecture_slides_esteem2019-231.pdf
lecture_slides_esteem2019-231.pdf
 
Z turn Board Tutorial Book
Z turn Board Tutorial BookZ turn Board Tutorial Book
Z turn Board Tutorial Book
 
10 robotic manufacturing systems
10    robotic manufacturing systems10    robotic manufacturing systems
10 robotic manufacturing systems
 
modified second review ppt.ppt
modified second review ppt.pptmodified second review ppt.ppt
modified second review ppt.ppt
 
Km42 pipe climbing robot with rope mechanism. (wecompress)
Km42 pipe climbing robot with rope mechanism. (wecompress)Km42 pipe climbing robot with rope mechanism. (wecompress)
Km42 pipe climbing robot with rope mechanism. (wecompress)
 
Tomasz Chanusiak_AnalogDeltaBot_poster_A1
Tomasz Chanusiak_AnalogDeltaBot_poster_A1Tomasz Chanusiak_AnalogDeltaBot_poster_A1
Tomasz Chanusiak_AnalogDeltaBot_poster_A1
 
Electronic Workbench - R.D.Sivakumar
Electronic Workbench - R.D.SivakumarElectronic Workbench - R.D.Sivakumar
Electronic Workbench - R.D.Sivakumar
 
“WIRELESS TILT MOUSE” -using XBEE module
“WIRELESS TILT MOUSE”-using XBEE module“WIRELESS TILT MOUSE”-using XBEE module
“WIRELESS TILT MOUSE” -using XBEE module
 
PLC Programming.pdf
PLC Programming.pdfPLC Programming.pdf
PLC Programming.pdf
 
User Guide
User GuideUser Guide
User Guide
 
Auto cad 3d tutorial
Auto cad 3d tutorialAuto cad 3d tutorial
Auto cad 3d tutorial
 
Robotics ICMMT2015
Robotics ICMMT2015Robotics ICMMT2015
Robotics ICMMT2015
 
Robotics ICMMT2015
Robotics ICMMT2015Robotics ICMMT2015
Robotics ICMMT2015
 

Recently uploaded

The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
RitikBhardwaj56
 
Advanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docxAdvanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docx
adhitya5119
 
How to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRMHow to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRM
Celine George
 
PIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf IslamabadPIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf Islamabad
AyyanKhan40
 
Assessment and Planning in Educational technology.pptx
Assessment and Planning in Educational technology.pptxAssessment and Planning in Educational technology.pptx
Assessment and Planning in Educational technology.pptx
Kavitha Krishnan
 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Akanksha trivedi rama nursing college kanpur.
 
Liberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdfLiberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdf
WaniBasim
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
Jean Carlos Nunes Paixão
 
PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.
Dr. Shivangi Singh Parihar
 
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptxC1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
mulvey2
 
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
IreneSebastianRueco1
 
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective UpskillingYour Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Excellence Foundation for South Sudan
 
The basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptxThe basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptx
heathfieldcps1
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
thanhdowork
 
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdfবাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
eBook.com.bd (প্রয়োজনীয় বাংলা বই)
 
A Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdfA Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdf
Jean Carlos Nunes Paixão
 
The Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collectionThe Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collection
Israel Genealogy Research Association
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
Nguyen Thanh Tu Collection
 
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
PECB
 
Digital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments UnitDigital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments Unit
chanes7
 

Recently uploaded (20)

The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
 
Advanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docxAdvanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docx
 
How to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRMHow to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRM
 
PIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf IslamabadPIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf Islamabad
 
Assessment and Planning in Educational technology.pptx
Assessment and Planning in Educational technology.pptxAssessment and Planning in Educational technology.pptx
Assessment and Planning in Educational technology.pptx
 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
 
Liberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdfLiberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdf
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
 
PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.
 
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptxC1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
 
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
 
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective UpskillingYour Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective Upskilling
 
The basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptxThe basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptx
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
 
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdfবাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
 
A Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdfA Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdf
 
The Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collectionThe Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collection
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
 
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
 
Digital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments UnitDigital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments Unit
 

20EC53I_W11_D4_MS_PPT.pptx

  • 1. Department of Collegiate and Technical Education Robot Programming (Week 11) Session 6 : Simulate a program to move a robot in a cubic and cuboidal shape Automation and Robotics ( V Semester) Electronics and Communication Engineering Electronics and Communication Engineering –20EC53I
  • 2. Aim : Simulate a program to move a robot in a cubic shape using Robotstudio software. Electronics and Communication Engineering –20EC53I Experiment 1
  • 3. 1.Open Robot studio installed in the PC. 2.By default below screen will appear with File – NEW and Project tab , default Project Name will be displayed. Type a project name ,for example, ‘cubic shape’ and select CREATE Procedure to move ROBOT in a cubic shape Electronics and Communication Engineering –20EC53I
  • 4. 3.The project is saved in the name ‘cubic shape’. Project space appears on the screen. Procedure to move ROBOT in a cubic shape Electronics and Communication Engineering –20EC53I
  • 5. 4. Select your desired ROBOT from the ABB library in HOME menu. Click OK to place robot on work space. Procedure to move ROBOT in a cubic shape Electronics and Communication Engineering –20EC53I
  • 6. 5. You can fix the tool at end effector of ROBOT or without it also. 6. This program is explained without adding end-effector tool. 7. To add a controller to control the ROBOT. 8. Select Virtual Controller from the HOME Menu and select From Layout, the Controller name and ROBOT ware will be selected. Procedure to move ROBOT in a cubic shape Electronics and Communication Engineering –20EC53I
  • 7. 9. Once the controller is added to the project space. Status will show in GREEN color at right corner of the screen. Procedure to move ROBOT in a cubic shape Electronics and Communication Engineering –20EC53I
  • 8. 10. To add a CUBE to the workspace, Goto MODELLING Menu ,select BOX from SOLID tab. Procedure to move ROBOT in a cubic shape Electronics and Communication Engineering –20EC53I
  • 9. 11. Type Length =200 ,Width =200 and Height = 200 in CREATE BOX tab. 12. Click Create and close. A box will appear and place it wherever you want . Procedure to move ROBOT in a cubic shape Electronics and Communication Engineering –20EC53I
  • 10. 13. To select Flex Pendent to teach the robot. 14. Goto CONTROLLER Menu-> select FlexPendent Procedure to move ROBOT in a cubic shape Electronics and Communication Engineering –20EC53I
  • 11. 15. Set the operating mode as manual and Click Enable Device. You can observe this in the TeachPendant as “Motors ON” 16. Teach the TCP, module and work object before programming. 17. On the ABB menu select Program editor. Procedure to move ROBOT in a cubic shape Electronics and Communication Engineering –20EC53I
  • 12. 18. Goto module tab and select the Module 1 or created Module 19. Select the show Module which is at the bottom side of the window. Procedure to move ROBOT in a cubic shape Electronics and Communication Engineering –20EC53I
  • 13. 20. Select the Routine, by clicking on the file. Procedure to move ROBOT in a cubic shape Electronics and Communication Engineering –20EC53I
  • 14. 21. Enter the name of the new routine and select Ok. Procedure to move ROBOT in a cubic shape Electronics and Communication Engineering –20EC53I
  • 15. 22. Select the created Routine and click on show routine. 23. Select ADD Instruction menu appear on the window Procedure to move ROBOT in a cubic shape Electronics and Communication Engineering –20EC53I
  • 16. 24. Select Move J. Procedure to move ROBOT in a cubic shape Electronics and Communication Engineering –20EC53I
  • 17. 25. The syntax will display on the window as 26. MoveJ *, v1000, z50, tool0; 27. Double click on the [*] star. Procedure to move ROBOT in a cubic shape Electronics and Communication Engineering –20EC53I
  • 18. 28. The menu bar will appear on the screen. 29. Double Click on NEW and a dialog box appears. Type the Name as home for p10 (default name). 30. Tap on OK. Procedure to move ROBOT in a cubic shape Electronics and Communication Engineering –20EC53I
  • 19. 31.Select the highlighted name, i.e.home and jog the robot for its required Position Procedure to move ROBOT in a cubic shape Electronics and Communication Engineering –20EC53I
  • 20. 32. Define the specified position and select MODIFY. 33. Select the MOVE L instruction for the Cube and MODIFY the position and define it. 34. Repeat the steps for remaining points and modify its position. Procedure to move ROBOT in a cubic shape Electronics and Communication Engineering –20EC53I
  • 21. 35. Select the DEBUG and tap on PP to Routine. 36. Select OK. 37. Select the Play button to run the instruction one at a time. 38. Select Play  Button to RUN continuously. Procedure to move ROBOT in a cubic shape Electronics and Communication Engineering –20EC53I
  • 22. • PROC main() MoveJ home, v1000, z50, tool0; MoveL home10, v1000, z50, tool0; MoveL home20, v1000, z50, tool0; MoveL home100, v1000, z50, tool0; MoveL home30, v1000, z50, tool0; MoveL home40, v1000, z50, tool0; MoveL home50, v1000, z50, tool0; MoveJ home60, v1000, z50, tool0; MoveL home70, v1000, z50, tool0; MoveL home80, v1000, z50, tool0; MoveJ home90, v1000, z50, tool0; MoveJ home, v1000, z50, tool0; • ENDPROC Program to move Robot in a cubical shape. Electronics and Communication Engineering –20EC53I
  • 23. • A ROBOT can move in a cubical path continuously using RobotStudio software. Result Electronics and Communication Engineering –20EC53I
  • 24. Aim : Simulate a program to move a robot in a cuboidal shape using Robotstudio software. Experiment 2: Simulate a program to move a robot in a cuboidal shape. Electronics and Communication Engineering –20EC53I
  • 25. 1. To move ROBOT in a Cuboidal shape , Steps 1 to 9 is repeated with Project name “Cuboidal_path” 2. To add a CUBOID to the workspace, Goto MODELLING Menu , select BOX from SOLID tab. Procedure to move ROBOT in a cuboidal shape Electronics and Communication Engineering –20EC53I
  • 26. 3. Type Length = 300 ,Width =100 and Height = 200 in CREATE BOX tab. 4. Click Create and close. A box will appear and place it wherever you want . Procedure to move ROBOT in a cuboidal shape Electronics and Communication Engineering –20EC53I
  • 27. 5. Repeat the steps 13 to 38. Procedure to move ROBOT in a cuboidal shape Electronics and Communication Engineering –20EC53I
  • 28. PROC main() MoveJ home, v1000, z50, tool0; MoveL home10, v1000, z50, tool0; MoveL home20, v1000, z50, tool0; MoveL home30, v1000, z50, tool0; MoveL home40, v1000, z50, tool0; MoveL home50, v1000, z50, tool0; MoveJ home60, v1000, z50, tool0; MoveL home70, v1000, z50, tool0; MoveL home80, v1000, z50, tool0; MoveJ home90, v1000, z50, tool0; MoveJ home, v1000, z50, tool0; ENDPROC Procedure to move ROBOT in a cuboidal shape Electronics and Communication Engineering –20EC53I
  • 29. • A ROBOT can move in a cuboidal path continuously using Robotstudio software. Result Electronics and Communication Engineering –20EC53I
  • 30. • Simulate a Robot to move in a cubical shape of length 300 and cuboidal of radius 100 and height 200. ACTIVITY/PRACTICE Electronics and Communication Engineering –20EC53I
  • 31. Thank you Please write to us your suggestion about content, tools, format etc to Lms.dtek@gmail.com SMITHA SHENOY Sel.Gr.Lecturer Moderator 111, GOVT. POLYTECHNIC, CHANNAPATNA SAVITHA S Sel.Gr.Lecturer Subject Expert 159, GOVT. POLYTECHNIC, RAMANAGARA MEENA M K Lecturer Content Developer 124 , GOVT. POLYTECHNIC, MANGALORE NAGARAJA H Lecturer Content Developer 170, GOVT. POLYTECHNIC, HARIHARA SHILPA A N Lecturer Content Developer 183 GOVT. POLYTECHNIC, CHANNASANDRA Electronics and Communication Engineering –20EC53I