Shepard Test Stand Preliminary Design v1.0¶
Introduction¶
The preliminary design discussion is broken down into two parts in the forums.
- Mechanical systems
- Data Acquisition (DAQ) Systems
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.
- Mechanical Hangout Minutes
- Data Acquisition Hangout Minutes
Preliminary Mechanical Design¶
- STSPM 1.1 We're going to attempt to use FreeCAD as the base CAD program for this project.
- STSPM 1.1.1 Files will be stored on "Open Design Engine":opendesignengine.net in the default FreeCAD file format.
- STSPM 1.1.2 For milestones STL versions will be saved for models, and DXF and PDF formats will be saved for draft files.
- STSPM 2.1 The over all design will be composed of three principle components
- STSPM 2.1.1 The body will hold the other system elements (both mechanical and DAQ related) with sufficient weight to prevent movement
- STSPM 2.1.2 The rail system will limit the motor's movement to the x-axis
- STSPM 2.1.3 The motor mount will connect the motor under test to the rail system
- STSPM 2.2 Concepts considered for the body design
- STSPM 2.3 Concepts considered for the rail system design
- STSPM 2.3.1 Smooth rods and linear bearings (number of rods depends on the body design)
- STSPM 2.3.2 Ball bearing drawer guide
- STSPM 2.4 Concepts considered for the motor mount design
- STSPM 2.4.1 Estes motor mount placed in a rocket body tube
- STSPM 2.4.2 An aluminum tube
- STSPM 2.4.3 Estes motor mount with a plumbing t-connector on the back to route the ejection charge away from the force sensor
- STSPM 2.4 Some sort of shielding such as chicken wire or plexi-glass may be used to protect observers from runaway rockets.
- STSPM 2.5 The thermocouple will be attached to the motor casing with Kapton tape.
- STSPM 2.5.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.
- STSPM 2.6 A Mount will be created for to attach the selected force sensor to the body such that it will interface with the motor mount
- STSPM 2.7 Selected design concept: back plate and beam body (covering a concrete block for added weight), ball bearing drawer guide rail system, and Estes motor mount with a plumbing t-connector
Preliminary Mechanical Cost Estimates (For One-Off Quantities)
Item |
Cost (Shipping to Midwest U.S.) |
Approx Total |
Link |
|
|
|
|
Total |
|
|
|
Preliminary Data Acquisition Design¶
- STSPD 1.1 An Arduino Uno will be used as the data collection platform which includes the ADC interface with the load cell and thermocouple(s).
- STSPD 1.2 A Force Sensing Resistor (FSR) will be used for the load cell. We will need to watch for hysteresis issues with this type of load sensor.
- STSPD 1.3 A type K glass braid insulated thermocouple will be used to measure the casing temperature of the motor.
- STSPD 1.3.1 An Adafruit thermocouple amplifier will be used to condition the thermocouple signal for the Arduino's analog inputs. This requires SPI communication with the Arduino.
- 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.
- STSPD 1.4.1 The data format will consist of a data point coupled with a simple time stamp.
- 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.
- STSPD 1.5 The Wiring programming language will be used to program the Arduino, and Processing will be used for any computer-side code.
Preliminary DAQ Cost Estimates (For One-Off Quantities)