CEB Press/Manufacturing Instructions/Controller Box/Automation Prototype II

From Open Source Ecology
Jump to: navigation, search

This is 2010 continuation of work from 2009.

CEB Automation Strategy, the first Technical Paper - is found at the project management site at Open+Pario.

Overall Design for Electronics and Sensors

Solenoid Valves

This is the critical and the most expensive component of the controls. Solenoid valves must be rated for 25 gallons per minute and 2500 PSI.

  • Dalton Hydraulics is the initial source to check - [1] - What amperage is required? 3 amps according to spec sheet.
  • Subplate for valves - [2]
Coil current requirement (12V - 3A)

Arduino Controller

Basic Design

Control Code

  1. Zeroing
  2. One brick pressed at a time
  3. Continuous pressing
    1. Accommodate sensing
    2. Accommodate timeout

Solenoid Drivers

We are using [PWM Driver v1.1] boards from the RepRap project to control the solenoids in The Liberator. Two are needed to accommodate 5 channels: up-down on main cylinder, left-right on secondary cylinder, and one shaker turn-on.

Correctedboard.jpg

Only 3 channels, but otherwise perfect. We used 2 of these boards, since we need a total of 5 channels.

Probably good to use two of these and an Arduino or similar generic board for the moment and put off a dedicated PCB for someday.

BTW, Makerbot Industries is a pretty good example of a business based in open source hardware.

Replacement MOSFET

This should be a drop in replacement for the TIP120 darlington drivers with all round better performance. 32A, 100V max and only GBP0.87 each in small quantities:

We ended up using these since we're in the USA:

  • [4] - easier to get in the USA

See discussion at the RepRap forum as to why the above choice fails, and solution - suitable MOSFET for inductive loads.

Discussion on why the replacement MOSFET is desired over the initial current driver

Resulting success with the protected MOSFETS:

Magnetic Sensors

  • Hall Effect Sensors - [5]
  • Example of Arduino-based Hall Effect Sensor at RMIT - [6]
  • US1881 - [7]
File:Us1881general.jpg
General description of US1881 Hall Effect Sensor
Electrical properties of US1881 Hall Effect Sensor
    • the sensor was purchased from [Sparkfun

http://www.sparkfun.com/commerce/product_info.php?products_id=9312], see [datasheet http://www.sparkfun.com/datasheets/Components/General/Hall-US1881EUA.pdf]

      • The pins are +,-, OUT reading from top (printed / smaller face)
      • In addition, the output is "Open Drain" - this means you need a "pull up" resistor on the output (10K connected to +)
      • Also, this model is "latching" which means it turns on from one pole, and off by the other, remembering it's state in the meantime. (mount the magnet so both poles pass the sensor. - not sure that's ideal, but it's the only model SF sells.)

Modular Electronics Case and Plugs

Here is a wiring diagram from James Wise, who is also prototyping the controller remotely:

Cebcontrollbox.jpg

Other Parts/Supplies

Accessories

  • Helping Hands Tool - [8]
Helpinghands.jpg

Debugging

  • PVC tube housed sensor. Silicone caulk sealed the sensor inside. Bad idea. Silicone never dries inside. There was a loose connection, so I freed the sensor and encapsulated again.Catogory:Automation