Crane Tether Mechanism

Slides:



Advertisements
Similar presentations
KEB COMBIVERT F5-M Exercises.
Advertisements

Programmable Interval Timer
Nodding LIDAR For Applied Research Associates By Roscoe Kane and John Barton.
Ray Schroeder ET 493 Senior Design I Advisor: Dr. Cris Koutsougeras Spring Semester /5/2014.
Unit 4 Sensors and Actuators
The Voice Operated and Wirelessly Controlled Elevator Jeremy Hester Advisor: Mohammad Saadeh Class: ET 493 – 01 Instructor: Dr. Cris Koutsougeras South.
Automotive Fire Fighting System Athan Jefferson Advisor Dr. Junkan Ma Instructor Dr. Cris Koutsougeras ET 493 Senior Design I.
Initial Position Orientation Tracking System (IPOTS) Group Members: Keiichi McGuireHenry Pham Marc TakamoriScott Spiro.
ELECTRONIC CAMSHAFT TEAM Senior Design Project 2006 Group Members: Scott Beauchemin Adam Hingorany Alex Abdou Colin McCormack Group Advisors: Professor.
ACTIVE SUSPENSION TEST PLATFORM BRANDON NAYDEN & CHIAO LIU BY ADVISED BY: STEVEN GUTSCHLAG.
V i t a l i s ECE Spring 2013 TEAM 13 Presenter: Yi Shen Wireless Biometric Sensor Team Members: Aakash Lamba Di Mo Shantanu Joshi Yi Shen Schematic.
USER INTERFACE CONTROL MODULE S ECURE IT : Automated Laptop Security System University of Pennsylvania School of Engineering and Applied Science Electrical.
Automatic Fire Fighting System Athan Jefferson Advisor Dr. Junkan Ma Instructor Dr. Cris Koutsougeras ET 494 Senior Design II.
Abs.
O SCILLATION DAMPING SYSTEM FOR A BALL - SHAPED ROBOT José Joaquín Alcaina Acosta José Luis Racero Robles.
Smartphone Overview iPhone 4 By Anthony Poland 6 Nov 2014.
OBJECTIVE : To enhance the design of a zero-emission, low-noise snowmobile in order to provide the user with a safer and more reliable vehicle. Special.
Analog vs Digital  Digital on/off voltage Analog variable voltage.
©2008 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This material is protected under all copyright laws as they currently exist.
1 L Fall 2003 – Introductory Digital Systems Laboratory Motors and Position Determination.
The Voice Operated and Wirelessly Controlled Elevator Jeremy Hester Advisor: Dr. Mohammad Saadeh Class: ET 494 (Senior Design II), Fall 2013 Class Professor:
Other Chapters From the text by Valvano: Introduction to Embedded Systems: Interfacing to the Freescale 9S12.
The Voice Operated and Wirelessly Controlled Elevator Jeremy Hester Advisor: Mohammad Saadeh Class: ET 493 – 01 Class Professor: Dr. Cris Koutsougeras.
Unit 4: Electromechanical drive systems An Introduction to Mechanical Engineering: Part Two Electromechanical drive systems Learning summary By the end.
Presents: THE XR-82 PROJECT. Team Members James Flora Power Point Christopher Ho Report Editor Jonathan Hammer Parts Manager Kyle Tam Web Design Edel.
Trey Herrington Electrical Engineer -Hardware Design -Hardware Design -Software Implementation -Software Implementation Samantha Prine Electrical Engineer.
ME 102A Spring 2010 April 21, 2010 Jennifer Lew Stephen Tu.
Steve Andre Eric Glover Shaun Greene Russell Willmot.
Automatic Fire Fighting System Athan Jefferson Advisor Dr. Junkan Ma Instructor Dr. Cris Koutsougeras ET 493 Senior Design I.
BLDC Motor Speed Control with RPM Display. Introduction BLDC Motor Speed Control with RPM Display  The main objective of this.
Microcontroller basics Embedded systems for mortals.
Persistence of Vision LED Sphere Display
Lesson 5: Mathematical Models of Electrical Control System Components ET 438a Automatic Control Systems Technology 1lesson5et438a.pptx.
ARDUINO UNO The Arduino uno is a microcontroller board based on the ATmega328. It has 14 digital Input / Output pins (of which 6 can be used as PWM outputs),
Application Case Study Christmas Lights Controller
DEPARTMENT OF ELECTRONICS AND COMMUNICATION ENGINEERING
Self-Navigation Robot Using 360˚ Sensor Array
Introduction to Arduino HW Labs
Ball-shaped robots to Inspect nuclear power plants
Digital Control CSE 421.
Application Case Study Security Camera Controller
Mechanical Vibrations
ECE 445 Smart Window Responding System
REMOTE JAMMING DEVICE.
TV OPERATION JAMMING SYSTEM
DESIGN OF STEERING SYSTEM OF SELU MINI BAJA CAR
Automatic human detector garbage can.
(EVENING ON TO MORNING OFF)
Microcontroller basics
Protective Crane Design
Exoskeleton Robotic Arm
What is meant by ‘Preventive Monitoring’?
DESIGN OF STEERING SYSTEM OF SELU MINI BAJA CAR
Intelligent Traction Control Smart Robot
SUPERVISED BY: Dr. Saed Tarapiah PREPARED BY:
Advisor: Dr. Patrick McDowell ET494– Senior Design Ii Spring 2016
How an Ultrasonic Range Finder works
Group Number 42: Monitoring System for Rotating Turbines
Robotics Sensors and Vision
Digital Acquisition of Analog Signals – A Practical Guide
الفصل 1: الحركة الدورانية Rotational Motion
Cole Perrault Spring 2015 ET 493 Wesley Deneke
INTRODUCTION TO PNEUMATICS
♠ ♠ ♠ ♠ ♠ ♠ ♠ ♠ Objectives القرص الدوار والدولاب مجلس أبوظبي للتعليم
Introduction to Software Planning and Design
Motors and Position Determination
GPS Navigation System ET Spring 2018
Intelligent Traction Control Smart Robot
Vibration Isolation System
Self-Adjusting Helmet
Presentation transcript:

Crane Tether Mechanism Cole Perrault Spring 2016 ET 493 Dr. Cris Koutsougeras

Problem Certain work environment's may be prone to slips, trips and falls. Current systems use mechanical means to automatically lock. Releasing the lock may be difficult after an STF. Personnel may get suspension trauma.

Hardware Solenoid Seatbelt Tether Accelerometer Arduino ZigBee Modules Encoder

Solenoid Requires NPN Transistor TIP120 Diode for current protection 12-24V up to 6A

Encoder Use of Arduino external interrupts Implements function at each interrupt

Methodology Module One Module Two Accelerometer: to measure slip, trips, falls ZigBee: to communicate STF values Encoder: to measure the tethers rotational velocity Solenoid: to lock/unlock the tether ZigBee: to communicate STF values

Flow Chart Lock Tether Set point STF Encoder Input Accelerometer Input Velocity Conversions Lock Tether Flow Chart

Encoder

Velocity First order approximation with preset time interval Encoder to return position based on four different possible states

Angular Velocity Angular_Velocity() will be executed on interval Solenoid state determined from STF and RPM set point

Angular Velocity Determine if we are extending the tether Determine If we are reading encoder pulses Calculating RPM

Linear Velocity Scale is linear correlation of voltage offset for each -/+ g felt by sensor If free fall is detected send true value

Prototype Improvements Addition of “super positon” sensors. Determine pattern for STF Use of multiple sensors Implementation of boon sweeping

Crane Tether Mechanism Cole Perrault Spring 2016 ET 493 Ho-Hoon Lee Cris Koutsougeras