CEB Press Complete machine fabrication: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
(Created page with "CEB instructionals to be transfered to Make Projects Unless otherwise noted, all steps are independent and can be done in any order. ===Simple plates=== Good to start with, ...")
 
No edit summary
Line 1: Line 1:
[[CEB instructionals to be transfered to Make Projects]]
[[CEB instructionals to be transfered to Make Projects]]
[[CEB instructionals CAD Requests]]


Unless otherwise noted, all steps are independent and can be done in any order.
Unless otherwise noted, all steps are independent and can be done in any order.
Line 39: Line 40:
===Hydraulics===
===Hydraulics===
*[[CEB Press/Manufacturing Instructions/Hoses - Secondary cylinder hose unit|Hoses - Secondary cylinder hose unit]]
*[[CEB Press/Manufacturing Instructions/Hoses - Secondary cylinder hose unit|Hoses - Secondary cylinder hose unit]]
==Assembly==
Before beginning assembly, insure you have finished all of the components listed above.
*[http://makeprojects.com/Project/CEB-Press-Prototype-III-Assembly/1437/1 Assembling Structural Components]
*[http://makeprojects.com/Project/CEB-Press-Prototype-III-Assembly-Adjusting-the-drawer/1447/1 Adjusting the Drawer]- You'll need to have completed:
**[http://makeprojects.com/Project/CEB-Press-Prototype-III-Assembly/1437/1 Assembling Structural Components]
*[http://makeprojects.com/Project/CEB-Press-Prototype-III-Assembly-Soil-loading-system/1471/1 Assembling the Soil Loading System]- You'll need to have completed:
**[http://makeprojects.com/Project/CEB-Press-Prototype-III-Assembly/1437/1 Assembling Structural Components]
*[http://makeprojects.com/Project/CEB-Press-Prototype-III-Assembly-Installing-the-secondary-cylinder/1489/1 Installing the secondary cylinder]- You'll need to have completed:
**[http://makeprojects.com/Project/CEB-Press-Prototype-III-Assembly-Adjusting-the-drawer/1447/1 Adjusting the Drawer]
*[http://makeprojects.com/Project/Hard-lining-the-main-cylinder/1490/1 Hard-lining the main cylinder]- You'll need to have completed:
[[The Liberator Assembly | Final Assembly and Job Site Setup]]
==Programming==
An Arduino is the microprocessor that controls the CEB Press's actions. It must be programmed with the CEB Press's unique program for making bricks.
Source code can be found at github: https://github.com/OSE/ceb-controller
Old code:
*[[CEB Control Source Code v1.01 Annotated]]
*[[CEB Control Source Code v1.01]]
*[[CEB Control Source Code v1.0]]
*[http://openpario.mime.oregonstate.edu/documents/537 Control Code Site]

Revision as of 06:28, 14 December 2011

CEB instructionals to be transfered to Make Projects CEB instructionals CAD Requests

Unless otherwise noted, all steps are independent and can be done in any order.

Simple plates

Good to start with, all you need to do is punch/drill holes.

Structural Supports

Soil Loading System

Machine Core

Frame Preparation

Assembling the frame

You'll need to have finished all other components in Machine Core and Frame Preparation and 2 Leg Holders

Hydraulics

Assembly

Before beginning assembly, insure you have finished all of the components listed above.

Final Assembly and Job Site Setup

Programming

An Arduino is the microprocessor that controls the CEB Press's actions. It must be programmed with the CEB Press's unique program for making bricks.

Source code can be found at github: https://github.com/OSE/ceb-controller

Old code: