Preliminary Design v1 0

Version 24 (Jeremy Wright, 07/29/2012 05:52 pm)

1 4 Jeremy Wright
h1. Shepard Test Stand Preliminary Design v1.0
2 1 Jeremy Wright
3 4 Jeremy Wright
{{toc}}
4 4 Jeremy Wright
5 4 Jeremy Wright
h3. Introduction
6 4 Jeremy Wright
7 2 Jeremy Wright
The preliminary design discussion is broken down into two parts in the forums.
8 1 Jeremy Wright
9 1 Jeremy Wright
# "Mechanical systems":https://opendesignengine.net/boards/4/topics/158
10 1 Jeremy Wright
# "Data Acquisition (DAQ) Systems":https://opendesignengine.net/boards/4/topics/159
11 3 Jeremy Wright
12 3 Jeremy Wright
Most of this preliminary design work was done via Google+ Hangout. The meeting minutes from those hangouts will be distilled down into a form suitable for this document, but in the meantime you can find links to the raw meeting minutes below. You will most likely need to request permission to view the document.
13 3 Jeremy Wright
14 3 Jeremy Wright
# "Mechanical Hangout Minutes":https://docs.google.com/document/d/1M5qMFE-SNDYR_yHCI5XGnKLK1Xq17f7NVWNOhb3XkyU/edit
15 1 Jeremy Wright
# "Data Acquisition Hangout Minutes":https://docs.google.com/document/d/1c4HOtpcp2yDxln5aTmMffk5PxDC5d3YM5UA53KJLoi0/edit
16 4 Jeremy Wright
17 8 Jeremy Wright
h3. Preliminary Mechanical Design
18 4 Jeremy Wright
19 9 Jeremy Wright
* *STSPM 1.1* We're going to attempt to use "FreeCAD":http://sourceforge.net/apps/mediawiki/free-cad/index.php?title=Main_Page as the base CAD program for this project.
20 9 Jeremy Wright
** *STSPM 1.1.1* Files will be stored on "Open Design Engine":opendesignengine.net in the default FreeCAD file format.
21 9 Jeremy Wright
** *STSPM 1.1.2* For milestones STL versions will be saved for models, and DXF and PDF formats will be saved for draft files.
22 9 Jeremy Wright
* *STSPM 2.1* The frame design will somewhat follow the RepRap family of frames by using threaded rod, smooth rod, and bearings.
23 9 Jeremy Wright
** *STSPM 2.1.1* Each end of the frame consists of a triangle of threaded rod with plastic corner caps in a "Mendel assembly":http://reprap.org/wiki/File:Frame-side-assembly.PNG configuration.
24 9 Jeremy Wright
** *STSPM 2.1.2* The cross members that tie the two ends of the frame together will be smooth rod, again in the vein of the "Mendel assembly":http://reprap.org/wiki/File:Plumb-1.jpg
25 10 Jeremy Wright
** *STSPM 2.1.3* The cross members will not be much longer than the motor mount.
26 10 Jeremy Wright
** *STSPM 2.1.4* Springs will be placed at the exhaust end of the cross member rods to absorb any recoil from the parachute charge.
27 10 Jeremy Wright
** *STSPM 2.1.5* Linear bearings will ride on the smooth rod cross members, and the motor mount carriage will mount to those.
28 10 Jeremy Wright
** *STSPM 2.1.6* There will be one linear bearing per cross member rod.
29 10 Jeremy Wright
** *STSPM 2.1.7* Clearance will be built into the plastic corner caps so that there is enough room for the linear bearings to run.
30 10 Jeremy Wright
* *STSPM 2.2* Body tube and motor mount components from a "Big Daddy" style rocket will be sourced and used as the motor mount that attaches to the rod bearings.
31 10 Jeremy Wright
** *STSPM 2.2.1* The body tube will have a 2" to 3" inside diameter.
32 10 Jeremy Wright
** *STSPM 2.2.2* The body tube will be cut off 1" above the top bulkhead. The "top" bulkhead being defined as the bulkhead closest to the nose cone.
33 10 Jeremy Wright
** *STSPM 2.2.3* Three fin slots will be cut in the body tube at angles around the circumference to match the vertices of the frame triangles.
34 10 Jeremy Wright
** *STSPM 2.2.4* The balsa wood used for the fins will be of the standard weight used in the "Big Daddy" rocket, but will be cut with rectangular profiles rather than the typical chamfered design.
35 10 Jeremy Wright
** *STSPM 2.2.5* Motor adapters will be used to adapt B through D size motors to the E size motor tube inherent in the "Big Daddy", and adapters for the A size motors will be custom made.
36 10 Jeremy Wright
** *STSPM 2.2.6* Balsa wood attachment points will be used between the fins and the rod bearings.
37 10 Jeremy Wright
** *STSPM 2.2.7* The fins will be run through the body tube and glued directly to the engine mount tube in a standard "Big Daddy" configuration.
38 10 Jeremy Wright
** *STSPM 2.2.8* The body tube will need to have a nose of some sort to push on the load cell.
39 10 Jeremy Wright
* *STSPM 2.3* Some sort of shielding such as chicken wire will be used to protect observers from runaway rockets.
40 10 Jeremy Wright
* *STSPM 2.4* The thermocouple will be attached to the motor casing with Kapton tape.
41 10 Jeremy Wright
** *STSPM 2.4.1* The thermocouple leads will be routed away from the motor exhaust and in such a way that it won't interfere with the movement of the motor mount carriage.
42 11 Jeremy Wright
** *STSPM 2.5* A Mount will be created for to attache the selected load cell to the triangular end cap opposite the exhaust end of the motor.
43 1 Jeremy Wright
44 1 Jeremy Wright
h3. Preliminary Data Acquisition Design
45 9 Jeremy Wright
46 22 Jeremy Wright
* *STSPD 1.1* An "Arduino Uno":http://www.arduino.cc/ will be used as the data collection platform which includes the ADC interface with the load cell and thermocouple(s).
47 17 Jeremy Wright
* *STSPD 1.2* A "Force Sensing Resistor":http://www.trossenrobotics.com/c/robot-force-sensor-fsr.aspx (FSR) will be used for the load cell. We will need to watch for hysteresis issues with this type of load sensor.
48 14 Jeremy Wright
** *STSPD 1.2.1* A "unity gain amplifier":http://banananan.wordpress.com/2012/01/12/pressure-sensor-arduino-processing-signal-analysis/ will be used to obtain measurable output from this sensor.
49 14 Jeremy Wright
* *STSPD 1.3* A "type K glass braid insulated thermocouple":http://www.sparkfun.com/products/251 will be used to measure the casing temperature of the motor.
50 24 Jeremy Wright
** *STSPD 1.3.1* An Adafruit "thermocouple amplifier":http://www.robotshop.com/adafruit-thermocouple-amplifier-max6675.html will be used to condition the signal for the Arduino's analog inputs. This requires SPI communication with the Arduino.
51 14 Jeremy Wright
* *STSPD 1.4* The data will that is recorded by the Arduino will be streamed over the USB connection unless it is found that is not fast enough.
52 14 Jeremy Wright
** *STSPD 1.4.1* The data format will consist of a data point coupled with a simple time stamp.
53 14 Jeremy Wright
** *STSPD 1.4.2* Data processing will be handled by the computer. This will include the conversion from voltage to force due to the logarithmic nature of the force sensing resistor.
54 14 Jeremy Wright
* *STSPD 1.5* The Wiring programming language will be used to program the Arduino, and Processing will be used for any computer-side code.
55 15 Jeremy Wright
56 16 Jeremy Wright
*Preliminary DAQ Cost Estimates*
57 19 Jeremy Wright
|_.Item |_.Cost|_.Approx Total |_.Link |
58 19 Jeremy Wright
| Arduino Uno R3 | $29.95 + shipping | $35 | http://bit.ly/N5kizl |
59 20 Jeremy Wright
| 1.5 Inch Square FSR | $7.95 + shipping | $16 | http://bit.ly/Pd3ztz |
60 1 Jeremy Wright
| TLV2374 Op Amp | $1.71 + shipping | $8 | http://bit.ly/OcVA12 | 
61 22 Jeremy Wright
| 560 Ohm Resistor x 2 | $0.20 (combined w/ shipping above) | $0.20 | http://bit.ly/M3duBJ |
62 1 Jeremy Wright
| Type-K Glass Braid Insulated Thermocouple | $13.95 + shipping | $18.00 | http://bit.ly/MeB6Jw |
63 24 Jeremy Wright
| Adafruit Thermocouple Amplifier | $17.50 + shipping | $21.50 | http://bit.ly/Ow5vPF |