Top Banner
Assembly Line Simulation With Multi-Robot Control Peter McHugh Thomas Zack Kyle Fecteau
11

Assembly Line Simulation With Multi-Robot Control Peter McHugh Thomas Zack Kyle Fecteau.

Dec 23, 2015

Download

Documents

Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Assembly Line Simulation With Multi-Robot Control Peter McHugh Thomas Zack Kyle Fecteau.

Assembly Line Simulation With Multi-Robot Control

Peter McHughThomas ZackKyle Fecteau

Page 2: Assembly Line Simulation With Multi-Robot Control Peter McHugh Thomas Zack Kyle Fecteau.

Overview

Introduction to the Robots◦Staubli, Scara, and Microbot

Changes made last yearTennis Ball Assembly LineMechanical and Electrical Modifications

◦Staubli Gripper and I/O Control

Page 3: Assembly Line Simulation With Multi-Robot Control Peter McHugh Thomas Zack Kyle Fecteau.

Staubli

6 Degree of Freedom Arm

Uses a pneumatic source to control the gripper.

Page 4: Assembly Line Simulation With Multi-Robot Control Peter McHugh Thomas Zack Kyle Fecteau.

Scara

4 Degree of Freedom Arm

Uses pneumatics to control the gripper.

Page 5: Assembly Line Simulation With Multi-Robot Control Peter McHugh Thomas Zack Kyle Fecteau.

Microbot

Establish connection through serial port

Accepts string commands through serial port, if command is executed outputs a 1 to user.

Page 6: Assembly Line Simulation With Multi-Robot Control Peter McHugh Thomas Zack Kyle Fecteau.

2008/2009 Robotics Research Group

Created a program that allowed for both the Staubli and Scara to operate concurrently using commands from a program.

Page 7: Assembly Line Simulation With Multi-Robot Control Peter McHugh Thomas Zack Kyle Fecteau.

:

Tennis Ball Assembly Line

Page 8: Assembly Line Simulation With Multi-Robot Control Peter McHugh Thomas Zack Kyle Fecteau.

Mechanical Design of Staubli Gripper

Page 9: Assembly Line Simulation With Multi-Robot Control Peter McHugh Thomas Zack Kyle Fecteau.

8051 Microcontroller• 8051 Microcontroller used as an I/O driver

• Uses I/O ports to send and receive data

• Host computer reads the serial computer uses serial communicator program to read input from sensors.

• Use assembly language to program controller.

Page 10: Assembly Line Simulation With Multi-Robot Control Peter McHugh Thomas Zack Kyle Fecteau.

I/O Control

Page 11: Assembly Line Simulation With Multi-Robot Control Peter McHugh Thomas Zack Kyle Fecteau.

Questions?