Automated Electromagnetic Crane Greg DeKing Fran Simmonds.

25
Automated Electromagnet ic Crane Greg DeKing Fran Simmonds

Transcript of Automated Electromagnetic Crane Greg DeKing Fran Simmonds.

Page 1: Automated Electromagnetic Crane Greg DeKing Fran Simmonds.

Automated Electromagnetic Crane Greg DeKing

Fran Simmonds

Page 2: Automated Electromagnetic Crane Greg DeKing Fran Simmonds.

Principles of Design

Functionality Mechanical Design Sensor Design Embedded Design Cost Problems Questions

Page 3: Automated Electromagnetic Crane Greg DeKing Fran Simmonds.

Functionality

The Automated Electromagnetic Crane locates, acquires, and removes steel blocks from a target area to a designated container in an uninterrupted sequence.

Page 4: Automated Electromagnetic Crane Greg DeKing Fran Simmonds.

Specifications

Runs in fully automated mode. User may pause operation and

move blocks. All blocks are relocated after every

“grab” operation. Closest-to-bucket order of pickup.

Page 5: Automated Electromagnetic Crane Greg DeKing Fran Simmonds.

Limitations

All blocks must be fully inside target area.

If a block is dropped the “drop” operation will still proceed.

Blocks must be of a conductive material with a strong magnetic field.

Page 6: Automated Electromagnetic Crane Greg DeKing Fran Simmonds.

Designer imposed constraints High success rate.

Sensors. Low cost. Stationary. Battery power.

Page 7: Automated Electromagnetic Crane Greg DeKing Fran Simmonds.

Components

HC12 Duramag ER1-071 Electromagnet 3 12V Stepper Motors 8 74151 8-1 Mux OPB 745 Optoisolator

Page 8: Automated Electromagnetic Crane Greg DeKing Fran Simmonds.

Duramag ER1-071 Electromagnet

Part Number Diameter Length Thread

Tap Dept

h

Lead Location

Lead

Length Watt

s *Holding

Value Net

Weight

12 VDC

24 VDC

110 VDC

A B T   G   Lbs.

ER1-071

ER2-071

- 3/4 1-1/4 10-32 3/8 3/16 24" 1.5 6 1.7 oz.

Part Number Diameter Length Thread

Tap Dept

h

Lead Location

Lead

Length Watt

s *Holding

Value Net

Weight

12 VDC

24 VDC

110 VDC

A B T   G   Lbs.

ER1-071

ER2-071

- 3/4 1-1/4 10-32 3/8 3/16 24" 1.5 6 1.7 oz.

Page 9: Automated Electromagnetic Crane Greg DeKing Fran Simmonds.

Motors

12V Airpax stepper motor 2 12V NMB stepper motors Stepper interface boards

Page 10: Automated Electromagnetic Crane Greg DeKing Fran Simmonds.

Optoisolator

Inductive spike caused from switching magnet off.

25.5 Volt magnitude. Separate 12V source. Magnet on/off controlled by

optoisolator circuit.

Page 11: Automated Electromagnetic Crane Greg DeKing Fran Simmonds.

Mechanical Design

Page 12: Automated Electromagnetic Crane Greg DeKing Fran Simmonds.

Mastercam – side view

Page 13: Automated Electromagnetic Crane Greg DeKing Fran Simmonds.

Mechanical Design

Page 14: Automated Electromagnetic Crane Greg DeKing Fran Simmonds.

Tower Support

Page 15: Automated Electromagnetic Crane Greg DeKing Fran Simmonds.

Mastercam -- top view

Page 16: Automated Electromagnetic Crane Greg DeKing Fran Simmonds.

Sensor Placement

Page 17: Automated Electromagnetic Crane Greg DeKing Fran Simmonds.

Sensor Design

Conductive rings separated by non-conductive material

Inside rings of row in series Outside rings of column in series

Page 18: Automated Electromagnetic Crane Greg DeKing Fran Simmonds.

Sensor Function

Input signal applied to inner ring Block completes circuit Corresponding mux control HC12 reads voltage “hit”

Page 19: Automated Electromagnetic Crane Greg DeKing Fran Simmonds.

Interfacing

Page 20: Automated Electromagnetic Crane Greg DeKing Fran Simmonds.

MULTIPLEXER SYSTEM

Page 21: Automated Electromagnetic Crane Greg DeKing Fran Simmonds.

Sensor Map

37 bytes. Each byte 1 Column. Each bit represents row number.

Sensor sweep will fill sensor map one row at a time.

When all 37 columns for each row complete next row will begin.

Page 22: Automated Electromagnetic Crane Greg DeKing Fran Simmonds.

Embedded Designbegin read AD

store AD in TEMP

change MUX controls

Loop ITERATION += 1

bit test bit 0

branch {bit not set} to next

set bit MAP_POINTER + BIT_POINTER

next MAP_POINTER += 1

Shift TEMP

Test ITERATION

branch {less than 8 } to loop

ITERATION = 0

Test MAP_POINTER

Branch { less than 37 } to begin

BIT_POINTER += 1

Test BIT_POINTER

Branch {less than 8} to begin

BIT_POINTER = 0

Page 23: Automated Electromagnetic Crane Greg DeKing Fran Simmonds.

Foreseeable Problems

Multiplexing of I/O. Blocks contacting multiple sensors. Two Blocks on same sensor.

Page 24: Automated Electromagnetic Crane Greg DeKing Fran Simmonds.

Cost

Electromagnet $40.00 Motors $15.00 Circuit Boards $30.00 Muxs $15.00 Aluminum $60.00

Total $180.00

Page 25: Automated Electromagnetic Crane Greg DeKing Fran Simmonds.

Questions

Any Questions ?