Group 36 - Ryobi Contractor's Saw
Contents |
Executive Summary
This section is much like an abstract and summarizes the entire report
Introduction
This section should include an introduction of the product and a brief description of group members (i.e. who was responsible for which sections or tasks)
Before Disassembly Section
General notes about the product (it's condition, how it works, how many parts, types of materials, etc)
Disassembly Procedure
- Document each step to disassemble the product
- How difficult was each disassembly step?
- What types of tools were required to perform this step?
- Include a picture of each disassembly step
After Disassembly
Disassembly Process Table
| Part # | Component Name | Material(s) | Manufacturing Process | Image |
|---|---|---|---|---|
| 1 | Motor Housing | Plastic, Brass, Galvanized Steel | Injection Molded, Die Cast and Machined, Stamped | PUT PICTURE HERE |
| 2 | Stator | Plastic, Copper, Magnetic Alloy | Injection Molded, Extruded, Stamped and Soldered | PUT PICTURE HERE |
| 3 | Trigger and Safety Switch | Plastic, Aluminum | Injection Molded, Extruded and Machined | PUT PICTURE HERE |
| 4 | Power Cord | Copper, Plastic | Both Extruded | PUT PICTURE HERE |
- Part number
- Part name
- Number of parts of this type
- Part material
- Part manufacturing process
- Image of the part
- CAD file for selected parts
Assembly
- Document each step to reassemble the product
- How difficult was each assembly step?
- What types of tools were required to perform this step?
After Assembly
- Does it still work?
- Conclusion remarks
References
APA Style You must use this format (It's easier than MLA, so don't worry).
Guide to Writing Wiki Code
The beauty about Wiki is that if you don't know the code, you can steal it from someone's page that does. Feel free to click the "edit" links or tabs to view the code for sections or the pages respectively. Be weary about wrecking havoc on another's page. Each page can be rollbacked to a previous verison and your username is linked to all changes. Although you might think it's cool to go through and insert "MIKE RULES" throughout the page, I'm sure Dr. Lewis would not be pleased.
Here's a few tips on writing with Wiki:
This is a bracket "[" "]"
This is a brace "{" "}"
To create a new page/link within Wiki:
- Double brackets, page name, double brackets
- Typing in a new page name will automatically create a page, which when clicked, you can then edit.
- Whatever name you first type in is the name of the page. You can't change page names, only create new pages. Think before you create a new page.
- Don't worry about slashes or anything, all pages are located in the same directory. If I wanted to create a page called "MAE 277 Template" the code would be ''MAE 277 Template'' Note: Brackets are italicized to prevent creating a new page.
Your table of contents is created automatically.
- 1,2,3,4 are level 2 sections
- 1.1, 1.2, 1.3 are level 3 headers
To create headers:
- Section titles are wrapped with two equal signs ==My favorite header==
- Bold headers within a section are wrapped with three equal signs ===My not-so-favorite header===
Asterisks indicate bullets. Be sure to put each asterisk on a new line.
- Here's one
- Here's two *Here's three, but its not on the next line
Bold text:
- Start line with "b" in "<>". Be sure to end the line with "/b" in "<>" if you don't want the whole paragraph to be bold.
- Surround text to be bolded with three " ' " marks on either side. Or highlight the text and click the "B" button on the toolbar.
Italics:
- "i" in "<>". Don't forget to end with "/i" in "<>"
- Highlight the text and click the "I" button in the toolbar (It will put four " ' " on either side).
This is a broken link media file caption
Media tags are indicated by "Media:", images by "Image:" Broken links in red. Case is not important. Use the toolbar to get examples if you're not sure.
Spacing is werid in wiki. Single return does nothing.
Double return (blank line), breaks the line.
Triple return (two blank lines), puts an extra blank line between lines of text.
"br" in "<>" will break lines. They can also be used to separate section headers.
Finally, use the "Show Preview" button on the bottom of the page to see how it looks before saving. It will allow you to catch and edit your errors without having to edit the page again. Just don't forget to save it when you're really done.