Difference between revisions of "Butterfly Rolling Manipulation"

From Mech
Jump to navigationJump to search
Line 26: Line 26:
==The Roller==
==The Roller==


[[Image:M333_2010_Butterflydisc.jpg|upright=1|thumb|Isometric View of Rolling Disc]]
[[Image:M333_2010_Butterflydisc.jpg|upright=1.5|thumb|Isometric View of Rolling Disc]]
The shape and size of the roller disc is one of the most important parts of the entire design. We decided to create a lightweight, brass disc that would not only hold up to the riggors of testing, but also conduct electricity for future sensing applications of the disc. The solidworks drawing of the disc can be found [[Media:ME333_2010_DiscDrawing.pdf|here]]
The shape and size of the roller disc is one of the most important parts of the entire design. We decided to create a lightweight, brass disc that would not only hold up to the riggors of testing, but also conduct electricity for future sensing applications of the disc. The solidworks drawing of the disc can be found [[Media:ME333_2010_DiscDrawing.pdf|here]]



Revision as of 20:56, 18 March 2010

Overview

Our project was to perform a contact juggling move called the "butterfly" on a circular disc. Papers have been submitted on the shape of the butterfly apparatus, along with the general motion in order to perform the move. Implementing these papers for the first time in full gravity, we were able to design the circuitry, build the system, and test it in a matter of four weeks. The below wiki will explain our process step by step.

Team Members

From Left: Eric, Ben, Will.


Eric Bell (Mechanical Engineer, 2010)

William Fan (Mechanical Engineer, 2011)

Ben Kolodner (Mechanical Engineer, 2010)


Mechanical Design

In order to achieve the butterfly motion, a well designed, non-moving base and setup must be fabricated. Listed below shows the Bill of Materials, How we chose the shape of the butterfly, how it was mounted, and finally the design and iterations of the disc system.

Bill of Materials

The Hand:Butterfly Shape

The Mount

The Roller

Isometric View of Rolling Disc

The shape and size of the roller disc is one of the most important parts of the entire design. We decided to create a lightweight, brass disc that would not only hold up to the riggors of testing, but also conduct electricity for future sensing applications of the disc. The solidworks drawing of the disc can be found here

The disc was made via the following steps:

1) Locate at least 1.75" OD Free Machining Brass
2) Rough cut around 2.5" of Length of brass
3) Debur rough edges using belt sander
4) Locate 1 3/4" and 1 11/16" oversized collets
5) Place 1.75" OD Brass in Hardinge Toolroom Lathe using oversized collet
6) Insert turning tool into Compound
6) Machine OD to finish Diameter for full length of open area
7) Remove turning tool, insert groover
8) Being careful to reset zeros on the lathe, slowly machine the wide-set groove in the disc
9) Remove grooving tool
10) Center drill, then drill 3/8" through hole
11) Insert boring bar
12) Take successive passes to finish inner diamater as far as possible
13) Remove disc from collet, replace collet with 1 11/16" collet
14) Put Disc in backwards with machined side in collet, remove excess material
15) Use boring bar to finish lip on other side

Note: 1/32" wall can be quite tricky. If you need advice to make another various disc, please speak to Ben.

Circuit

Parts List

Butterfly Circuit.

Circuit Diagram

Butterfly Circuit Diagram.

Motor

A Pittman GM8724S017 24V motor was chosen for the apparatus. Information for the motor can be found [here]. Originally, our motor did not use a gear-head in order to reduce backlash. However, this continuously burned out our H-Bridges, so a motor with a 19.5:1 gear-head ratio was selected to provide additional torque.

H-bridge disclaimer

Code

Processing

The purpose of the processing code is to plot the actual movement of the motor against the reference trajectory. The code produces a reference trajectory based on the given equation, a constant time interval, and a k-value and produces 2000 reference points for the motor to follow. Because processing plots one data point per pixel, only every other reference point is saved into an array in the pic. At every reference point, the encoder reads the position and also records this actual position at every other reference point into a separate array. These arrays are fed from the pic into a computer using an RS232 cable when the “read data” button is pushed in the processing GUI. Processing then plots these arrays.

Processing is also used to reset the hand. By pushing the reset button in the processing GUI, processing activates an interrupt which tells the hand to reset using the light sensor and run the main code again.

<insert graph>

Based on the graphs created in processing, the PD control was very effective in controlling the motor. Minor offsets occurred consistently at the beginning and end of each run due to backlash from the motor, but the actual position was very close to the reference trajectory a majority of the time.

Results

Next Steps

- Eliminate backlash via gearless motor

- Sense position of the disc using copper tape and resistive wire

- Implement PID control on motor position, along with control of PID using sensing of disc

- Test other butterfly shapes with lower or higher curvature

- Test other disc shapes with different center of masses and weights

- Replace H-Bridges with nicer ones that can take higher amperage