1 / 35

Nanotechnology

Nano

Download Presentation

Nanotechnology

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. A Project Presentation On“Design, Test & Control a Robotic Arm” By Sajid Naeem Guide: Z B Pathan Department of Electronic Science AKI’s Poona College of Arts, Science & Commerce Camp, Pune- 411001

  2. Basics of Mechatronics • Study of Electrical motors & Types • Design & Development of Robotic Arm • Features & application • Acknowledgment & References An Overview of Presentation

  3. Basic of Mechatronics

  4. Mechatronics Fig: Mechatronics System

  5. Study of Electrical Motor

  6. Electrical motor • “An actuator which converts electrical signal into rotation”.

  7. Types of motors • AC Motor • DC Motor • Stepper Motor • Servo Motor

  8. Relay

  9. Types of Relay • Reed Relay • Latching Relay • Polarized Relay • Machine Tool Relay

  10. Design and Development of Robotic Arm

  11. Block diagram: Robotic Arm Fig: Block diagram of Robotic Arm

  12. Interfacing circuit of Robotic

  13. Hardware • PC • Target Board of microcontroller • Motor driver circuit board • RS232 Cable • Power Supply • Mechanical Assembly of Robotic Arm

  14. Software • Kiel51 Compiler • Proteus 6.9 Simulator • Mc-Flash Programmer • Flash Magic Programmer • Express PCB • Delay Calculator

  15. Interface circuit of Robotic Arm

  16. PCB Design Fig1: Component layer of Target board PCB

  17. Fig2: Bottom layer of Target board PCB

  18. Fig3: Top layer of Motor driver circuit PCB

  19. Fig4: Bottom layer of Motor driver circuit PCB

  20. Flow Chart & Program

  21. START INITIALIZATION: UP & RELEASE DOWN HOLD UP LEFT DOWN RELEASE UP LEFT STOP

  22. FORWARD: SETB P1.0 CLR P1.1 SETB P1.2 CLR P1.3 RET BACKWARD: CLR P1.0 SETB P1.1 CLR P1.2 SETB P1.3 RET RIGHT: SETB P1.0 CLR P1.1 CLR P1.2 SETB P1.3 RET LEFT: CLR P1.0 SETB P1.1 SETB P1.2 CLR P1.3 RET UP: SETB P1.5 CLR P1.4 LCALL DELAY LCALL STOP LCALL DELAY_STOP RET DOWN: CLR P1.5 SETB P1.4 LCALL DELAY LCALL STOP LCALL DELAY_STOP RET org 0000h main: lcall down lcall hold lcall up lcall LEFT lcall delay lcall stop lcall down lcall release lcall up lcall RIGHT lcall delay lcall stop jmp $

  23. HOLD: SETB P1.6 CLR P1.7 LCALL DELAY_1_SEC LCALL STOP LCALL DELAY_STOP RET STOP: MOV P1,#0 LCALL DELAY_STOP RET DELAY_STOP: MOV R5, # 72 MOV R6, # 180 MOV R7, # 1 DLOOP1: DJNZ R5, DLOOP1 DJNZ R6, DLOOP1 DJNZ R7, DLOOP1 RET UP: SETB P1.5 CLR P1.4 LCALL DELAY_1_SEC LCALL STOP LCALL DELAY_STOP RET DOWN: CLR P1.5 SETB P1.4 LCALL DELAY LCALL STOP LCALL DELAY_STOP RET RELEASE: CLR P1.6 SETB P1.7 LCALL DELAY_1_SEC LCALL STOP RET DELAY: MOV R5, # 244 MOV R6, # 1 MOV R7, # 8 DLOOP: DJNZ R5, DLOOP DJNZ R6, DLOOP DJNZ R7, DLOOP RET RET END

  24. Architecture of Microcontroller

  25. Pin diagram of IC P89C51RD2

  26. Mechanical Assembly Fig: Base with robotic arm part

  27. Fig: Mechanical assembly with DC motor

  28. Fig: Actual architecture of Robotic Arm

  29. Features • The robot arm has two degree of freedom • It has two type of motion • It is controlled by microcontroller P89C51RD2 • It consist of DC motor to control its speed • It can carry weight up to 500gm • It has ISP (in system programming) to modify or to change program on board • It has ULN2004 current driver

  30. Applications • Pick and place • Loading and unloading • Inserting pin into hole • Automated loading • Industrial carrier robot • Welding • Molding

  31. Acknowledgement We have great pleasure in presenting this project report on “Design & Test of Robotic”. We express our sincere thanks and gratitude to our project guide Prof. Z B Pathan (HOD), Prof M Rizwan, Prof Priya Frances and Prof S Waseem for their valuable guidance and providing us with necessary help whenever required by us throughout our project work. They helped us to have deeper insight in the concept of project and related areas.

  32. Finally we extend our thanks to Principal Shaikh Anwar and Vice Principal Prof. G M Naziruddin for providing necessary facilities in the department for the compilation of this project work. • SAJID NAEEM • FARIHA GAIBI

  33. References • BOOKS: 1.The 8051 microcontroller & Embedded System ( Mazidi , Pearson Education ,III edition) 2.Mechatronics Principle and Applications (Godfrey Onwobolu, Pearson Education) 3.Embedded System ( Rajkamal, Pearson Education, II edition) 4. .Introduction to Robotics (Vikram Kapila, Pearson Education,IV Edition)

  34. Website: • http://mechatronics.poly.edu • http://www.roboticswikipedia.com • http://www.mecatronicswikipedia.com • http://www.datasheets.com • http://www.J2RScientific.com • http://www.expresspcb.com • http://www.kiel51.com • http://www.8051microcontroller.com

More Related