SlideShare a Scribd company logo
1 of 31
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

Tomasz Chanusiak_AnalogDeltaBot_poster_A1
Tomasz Chanusiak_AnalogDeltaBot_poster_A1Tomasz Chanusiak_AnalogDeltaBot_poster_A1
Tomasz Chanusiak_AnalogDeltaBot_poster_A1
Tomasz Chanusiak
 

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

Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
EADTU
 

Recently uploaded (20)

Sternal Fractures & Dislocations - EMGuidewire Radiology Reading Room
Sternal Fractures & Dislocations - EMGuidewire Radiology Reading RoomSternal Fractures & Dislocations - EMGuidewire Radiology Reading Room
Sternal Fractures & Dislocations - EMGuidewire Radiology Reading Room
 
Mattingly "AI and Prompt Design: LLMs with NER"
Mattingly "AI and Prompt Design: LLMs with NER"Mattingly "AI and Prompt Design: LLMs with NER"
Mattingly "AI and Prompt Design: LLMs with NER"
 
VAMOS CUIDAR DO NOSSO PLANETA! .
VAMOS CUIDAR DO NOSSO PLANETA!                    .VAMOS CUIDAR DO NOSSO PLANETA!                    .
VAMOS CUIDAR DO NOSSO PLANETA! .
 
When Quality Assurance Meets Innovation in Higher Education - Report launch w...
When Quality Assurance Meets Innovation in Higher Education - Report launch w...When Quality Assurance Meets Innovation in Higher Education - Report launch w...
When Quality Assurance Meets Innovation in Higher Education - Report launch w...
 
How To Create Editable Tree View in Odoo 17
How To Create Editable Tree View in Odoo 17How To Create Editable Tree View in Odoo 17
How To Create Editable Tree View in Odoo 17
 
Including Mental Health Support in Project Delivery, 14 May.pdf
Including Mental Health Support in Project Delivery, 14 May.pdfIncluding Mental Health Support in Project Delivery, 14 May.pdf
Including Mental Health Support in Project Delivery, 14 May.pdf
 
Observing-Correct-Grammar-in-Making-Definitions.pptx
Observing-Correct-Grammar-in-Making-Definitions.pptxObserving-Correct-Grammar-in-Making-Definitions.pptx
Observing-Correct-Grammar-in-Making-Definitions.pptx
 
PSYPACT- Practicing Over State Lines May 2024.pptx
PSYPACT- Practicing Over State Lines May 2024.pptxPSYPACT- Practicing Over State Lines May 2024.pptx
PSYPACT- Practicing Over State Lines May 2024.pptx
 
ANTI PARKISON DRUGS.pptx
ANTI         PARKISON          DRUGS.pptxANTI         PARKISON          DRUGS.pptx
ANTI PARKISON DRUGS.pptx
 
Mattingly "AI & Prompt Design: Named Entity Recognition"
Mattingly "AI & Prompt Design: Named Entity Recognition"Mattingly "AI & Prompt Design: Named Entity Recognition"
Mattingly "AI & Prompt Design: Named Entity Recognition"
 
The Story of Village Palampur Class 9 Free Study Material PDF
The Story of Village Palampur Class 9 Free Study Material PDFThe Story of Village Palampur Class 9 Free Study Material PDF
The Story of Village Palampur Class 9 Free Study Material PDF
 
e-Sealing at EADTU by Kamakshi Rajagopal
e-Sealing at EADTU by Kamakshi Rajagopale-Sealing at EADTU by Kamakshi Rajagopal
e-Sealing at EADTU by Kamakshi Rajagopal
 
MOOD STABLIZERS DRUGS.pptx
MOOD     STABLIZERS           DRUGS.pptxMOOD     STABLIZERS           DRUGS.pptx
MOOD STABLIZERS DRUGS.pptx
 
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
 
24 ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH SỞ GIÁO DỤC HẢI DƯ...
24 ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH SỞ GIÁO DỤC HẢI DƯ...24 ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH SỞ GIÁO DỤC HẢI DƯ...
24 ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH SỞ GIÁO DỤC HẢI DƯ...
 
Analyzing and resolving a communication crisis in Dhaka textiles LTD.pptx
Analyzing and resolving a communication crisis in Dhaka textiles LTD.pptxAnalyzing and resolving a communication crisis in Dhaka textiles LTD.pptx
Analyzing and resolving a communication crisis in Dhaka textiles LTD.pptx
 
OS-operating systems- ch05 (CPU Scheduling) ...
OS-operating systems- ch05 (CPU Scheduling) ...OS-operating systems- ch05 (CPU Scheduling) ...
OS-operating systems- ch05 (CPU Scheduling) ...
 
FICTIONAL SALESMAN/SALESMAN SNSW 2024.pdf
FICTIONAL SALESMAN/SALESMAN SNSW 2024.pdfFICTIONAL SALESMAN/SALESMAN SNSW 2024.pdf
FICTIONAL SALESMAN/SALESMAN SNSW 2024.pdf
 
Đề tieng anh thpt 2024 danh cho cac ban hoc sinh
Đề tieng anh thpt 2024 danh cho cac ban hoc sinhĐề tieng anh thpt 2024 danh cho cac ban hoc sinh
Đề tieng anh thpt 2024 danh cho cac ban hoc sinh
 
AIM of Education-Teachers Training-2024.ppt
AIM of Education-Teachers Training-2024.pptAIM of Education-Teachers Training-2024.ppt
AIM of Education-Teachers Training-2024.ppt
 

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