Project-Based Control Education

Size: px
Start display at page:

Download "Project-Based Control Education"

Transcription

1 Project-Based Control Education All learning is in the learner, not in the teacher Plato Mark W. Spong Donald Biggar Willett Professor Department of Electrical and Computer Engineering and The Coordinated Science Laboratory University of Illinois at Urbana-Champaign, USA Introduction In the book, Engineering in History*, one finds the following chronology of the major developments in engineering: ``[T]he presentation [of this book] is oriented about eight of the great events of history which totally changed the ways of human life. These are: Food-producing revolution (ca B.C.) Appearance of urban society (ca B.C.) Birth of Greek science ( B.C.) Revolution in power (middle ages) Rise of modern science (seventeenth century) Steam and the Industrial Revolution (eighteenth century) Electricity and the beginnings of applied science (nineteenth century) Age of automatic control (twentieth century) (Italics mine) *Kirby, et.al. Dover Publications, New York,

2 The 21 st Century The importance of Automatic Control will continue to increase in this century due to: advances in theory, computation, sensing new application domains in biological sciences, nanotechnology, robotics changing demographics, the need to secure critical infrastructure, the need for energy efficiency consumer demands in automotive, aerospace, electronics, home appliances Component Design vs. Systems Engineering "To develop a complete mind, study the science of art, study the art of science. Learn how to see. Realize that everything connects to everything else." Leonardo da Vinci A recent National Academy of Engineering report cites interdisciplinary systems engineering as an increasingly important aspect of modern engineering and the education of future engineers. Industrial applications of control are increasingly largescale, complex, and interdisciplinary How does this impact the way we teach control? 2

3 Component Design vs. Systems Engineering The reductionist approach to engineering and applied science has served us well and will continue to serve us. However, it is insufficient to prepare engineering students for industrial projects that are increasingly being conducted by multi-disciplinary teams of engineers Moreover, control is important enough that all engineering students and, indeed, all students should be exposed to it s fundamental concepts. My premise is that we generally do a good job preparing control engineers but we should think more broadly. Interdisciplinary Education Interdisciplinary engineering education can be addressed through projects that integrate elements of mechanical design, electronics design, modeling, control system design, and software implementation. Projects can also be used to motivate and teach concepts of control to non-engineering students and to education the general public about technology. Robotics and Mechatronics projects seem to be the most popular way to accomplish this. 3

4 Undergraduate Systems and Control Education at Illinois FEEDBACK CONTROL SYSTEMS SYSTEMS AND ENTREPRENEURIAL ENGINEERING ROBOTICS MECHATRONICS Mechatronics Projects Introduction to Mechatronics is a fourth year elective course that culminates in a team-based project Mechatronics Lab 4

5 The Mechatronics Course Concepts of Mechatronics putting intelligence onto physical systems sensing, actuation, design Real-Time Programming Electronics serial and parallel communication, I/O, interrupts board design Noise and filtering Modeling and Control PID, State Space Final Project First Example:The Segbot Project The Segbot is a small, twowheeled self-balancing robot The Segbot design team, David Chen, Erik Bettini, Chris Graesser, Andy Block, Carlos Montesinos 5

6 Some Features of the Segbot The Segbot incorporates: On-board DSP board/encoder interface board/pwm amplifier board CCD camera IR distance sensor Accelerometer Inclinometer motors and encoder Design,Modeling and Control The design team considered: standardization of components to reduce cost structural rigidity sensor and board placement A CAD model was created and inertia parameters determined A Model-Based Control was designed and implemented balance control using rate gyro and inclinometer velocity and heading control wall-following using IR sensors 6

7 generalized coordinates equations of motion where 7

8 Linearized Model and LQR Balance Control Vertical Angle Measurement and Sensor Fusion: The Complementary Filter One of the more interesting aspects of this project, and one that is rarely if ever taught in control courses, is the sensing of the vertical angle of the Segbot. This angle was determined by using two sensors: a tilt sensor and a solidstate rate gyro. The tilt sensor is a Crossbow CXTLA01, which is a single axis sensor with an accuracy of ±20 degrees. The rate gyro is a Silicon VSG CRS02 with an accuracy of ±150 degrees/sec. Either device alone can be used to sense the vertical angle in theory. However, in practice, both sensors are necessary to achieve acceptable performance. 8

9 Sensor Issues The tilt sensor measures an angle relative to the direction of gravity. It has excellent steady state characteristics, however, it develops significant phase lag with increasing frequency. The slow response of the tilt sensor is problematic for this system because of the need for accurate dynamic as well as static measurements. The rate gyro measures angular rate; the vertical angle is then determined by integration. While the gyroscope has excellent dynamic response, a problem with all gyroscopes is that there is a bias near DC that causes drift in the angular measurement. Sensor Fusion A sensor-fusion solution used by the students was to combine the measurements of the two sensors, taking advantage of the low frequency characteristics of the tilt sensor and the high frequency characteristics of the gyroscope. Two methods were used to determine the vertical angle from the two sensor measurements: A complementary filter A Kalman filter. 9

10 Complementary Filter Motion Control In order to control heading and speed the wheel variables are mapped to the linear and angular speeds and angular orientation: 10

11 These expressions can be inverted to yield offsets to the wheel variables to control speed and heading: The Results Spin in Place Wall Following using IR Sensor 11

12 Network of Second-Generation Segbots Tracking Using the CCD Camera 12

13 Second Example: The Segmonster The Segmonster is a robot designed to ride a Segway Human Transporter (SHT) The Design Team and Design Philosophy The Segmonster project was begun by two undergraduate students as a summer project following the mechatronics course and completed as an MS thesis project. The design philosophy is that the Segmonster should have access to only the information that is available to a human rider. Therefore no special instrumentation was added to the SHT 13

14 Segmonster The robot rider controls the Segway HT just as a human rider, by inclining its torso to control forward and reverse velocity and by rotating the handle grip to turn. This led to several important design constraints Design Constraints Attaching the robot firmly to the Segway so that it does not fall off or damage the Segway There are three standard mounting points on either side of the operator's platform of the Segway. These are normally used to hang bags or other Segway accessories over the wheels. These were the only mounting points that could be used so as not to void the manufacturer's warranty. 14

15 Design Constraints Engaging and disengaging the foot pressure sensors The footpads on the Segway contain pressure sensors that indicate the presence (or absence) of a rider. The Segway cannot be turned on if any weight is on these footpads. Therefore the Segmonster could not be designed simply to sit on the Segway footpads, but had to be mounted on a platform over the footpads, attached to the standard mounting point as above, in such a way that it could engage the pressure sensors (with sufficient weight) after power to the Segway is turned on. Design Constraints Selecting and placing sensors to obtain feedback on position and velocity The Segmonster is equipped with Four optical encoders One infrared (IR) range sensor One CCD color camera Two of the optical encoders are mounted to dummy wheels that ride on the Segway wheels to determine velocity and relative orientation of the Segway. A third encoder is mounted on the robot arm to determine its position and the fourth is used for the motor that actuates the handle grip for turning. The IR range sensor is used for obstacle detection and the CCD camera is used to collect visual data for navigation and terrain following. 15

16 Segmonster Control The Segmonster controller resides on a TI C6713 Digital Signal Processor. A pair of daughter cards designed at the University of Illinois Control Systems Lab provide interface to all sensors as well as digital-to-analog output to the motor amplifiers. The Segmonster can be controlled manually through a wireless communication card, or autonomously using it's on-board vision system. Segmonster Control The Segmonster has several integrated controllers A modified PID-velocity control loop A PID turning controller A sidewalk tracking controller using a vision sensor 16

17 Some Segmonster Videos Inside Fast Turn Slow Turn Some Conclusions Undergraduate students are an extremely capable and often untapped resource Solving real control problems rather than textbook problems is a tremendous motivator and well within the grasp of many students Project-Based Control is a holistic method of education that offers advantages that cannot be obtained in the classroom. 17

18 THANK YOU! QUESTIONS? 18

BASIC MECHATRONICS ENGINEERING

BASIC MECHATRONICS ENGINEERING MBEYA UNIVERSITY OF SCIENCE AND TECHNOLOGY Lecture Summary on BASIC MECHATRONICS ENGINEERING NTA - 4 Mechatronics Engineering 2016 Page 1 INTRODUCTION TO MECHATRONICS Mechatronics is the field of study

More information

University Of California, Berkeley Department of Mechanical Engineering. ME 131 Vehicle Dynamics & Control (4 units)

University Of California, Berkeley Department of Mechanical Engineering. ME 131 Vehicle Dynamics & Control (4 units) CATALOG DESCRIPTION University Of California, Berkeley Department of Mechanical Engineering ME 131 Vehicle Dynamics & Control (4 units) Undergraduate Elective Syllabus Physical understanding of automotive

More information

Embedding Technology in Transportation Courses Symposium on Active Student Engagement in Civil and Transportation Engineering

Embedding Technology in Transportation Courses Symposium on Active Student Engagement in Civil and Transportation Engineering Embedding Technology in Transportation Courses Symposium on Active Student Engagement in Civil and Transportation Engineering Louisiana Tech University, Ruston, LA July 24-26, 2016 Overview Introduction

More information

Control of Mobile Robots

Control of Mobile Robots Control of Mobile Robots Introduction Prof. Luca Bascetta (luca.bascetta@polimi.it) Politecnico di Milano Dipartimento di Elettronica, Informazione e Bioingegneria Applications of mobile autonomous robots

More information

FLYING CAR NANODEGREE SYLLABUS

FLYING CAR NANODEGREE SYLLABUS FLYING CAR NANODEGREE SYLLABUS Term 1: Aerial Robotics 2 Course 1: Introduction 2 Course 2: Planning 2 Course 3: Control 3 Course 4: Estimation 3 Term 2: Intelligent Air Systems 4 Course 5: Flying Cars

More information

Inverted Pendulum Control: an Overview

Inverted Pendulum Control: an Overview Inverted Pendulum Control: an Overview K. Perev Key Words: Cart pendulum system; inverted pendulum; swing up control; local stabilization. Abstract. This paper considers the problem of inverted pendulum

More information

Active Driver Assistance for Vehicle Lanekeeping

Active Driver Assistance for Vehicle Lanekeeping Active Driver Assistance for Vehicle Lanekeeping Eric J. Rossetter October 30, 2003 D D L ynamic esign aboratory Motivation In 2001, 43% of all vehicle fatalities in the U.S. were caused by a collision

More information

Super Squadron technical paper for. International Aerial Robotics Competition Team Reconnaissance. C. Aasish (M.

Super Squadron technical paper for. International Aerial Robotics Competition Team Reconnaissance. C. Aasish (M. Super Squadron technical paper for International Aerial Robotics Competition 2017 Team Reconnaissance C. Aasish (M.Tech Avionics) S. Jayadeep (B.Tech Avionics) N. Gowri (B.Tech Aerospace) ABSTRACT The

More information

City University of New York Faculty Survey of Student Experience (FSSE), Spring 2010

City University of New York Faculty Survey of Student Experience (FSSE), Spring 2010 City University of New York Faculty Survey of Student Experience (FSSE), Spring 2010 CUNY administered the Faculty Survey of Student Experience (FSSE) in the Spring of 2010 at the 11 senior colleges, one

More information

MEMS Sensors for automotive safety. Marc OSAJDA, NXP Semiconductors

MEMS Sensors for automotive safety. Marc OSAJDA, NXP Semiconductors MEMS Sensors for automotive safety Marc OSAJDA, NXP Semiconductors AGENDA An incredible opportunity Vehicle Architecture (r)evolution MEMS & Sensors in automotive applications Global Mega Trends An incredible

More information

A Simple and Scalable Force Actuator

A Simple and Scalable Force Actuator A Simple and Scalable Force Actuator Eduardo Torres-Jara and Jessica Banks Computer Science and Artificial Intelligence Laboratory Massachusetts Institute of Technology 200 Technology Square, Cambridge,

More information

DESIGN & DEVELOPMENT OF SEGWAY

DESIGN & DEVELOPMENT OF SEGWAY DESIGN & DEVELOPMENT OF SEGWAY Mr. Velaji Hadiya 1, Mr. Aakash Rai 2, Mr. Sushant Sharma 3, Miss. Ashwini More 4 1Student, Department of Nashik, Maharashtra, India 2Student, Department of Nashik, Maharashtra,

More information

The University of Minnesota Experience: Sustainable Electric Energy Systems. Research and Education

The University of Minnesota Experience: Sustainable Electric Energy Systems. Research and Education The University of Minnesota Experience: Sustainable Electric Energy Systems Research and Education Ned Mohan, University of Minnesota mohan@umn.edu NSF-Sponsored Workshop on Electric Energy Research and

More information

Wheeled Mobile Robots

Wheeled Mobile Robots Wheeled Mobile Robots Most popular locomotion mechanism Highly efficient on hard and flat ground. Simple mechanical implementation Balancing is not usually a problem. Three wheels are sufficient to guarantee

More information

Enhancing Wheelchair Mobility Through Dynamics Mimicking

Enhancing Wheelchair Mobility Through Dynamics Mimicking Proceedings of the 3 rd International Conference Mechanical engineering and Mechatronics Prague, Czech Republic, August 14-15, 2014 Paper No. 65 Enhancing Wheelchair Mobility Through Dynamics Mimicking

More information

AC : USE OF POWER WHEELS CAR TO ILLUSTRATE ENGI- NEERING PRINCIPLES

AC : USE OF POWER WHEELS CAR TO ILLUSTRATE ENGI- NEERING PRINCIPLES AC 2011-2029: USE OF POWER WHEELS CAR TO ILLUSTRATE ENGI- NEERING PRINCIPLES Dr. Howard Medoff, Pennsylvania State University, Ogontz Campus Associate Professor of Engineering, Penn State Abington Research

More information

MECHATRONICS LAB MANUAL

MECHATRONICS LAB MANUAL MECHATRONICS LAB MANUAL T.E.(Mechanical) Sem-VI Department of Mechanical Engineering SIESGST, Nerul, Navi Mumbai LIST OF EXPERIMENTS Expt. No. Title Page No. 1. Study of basic principles of sensing and

More information

Friday Midterm EXAMINATION Fall 2018 CREDIT HOURS ENGINEERING PROGRAMS AIN SHAMS UNIVERSITY FACULTY OF ENGINEERING

Friday Midterm EXAMINATION Fall 2018 CREDIT HOURS ENGINEERING PROGRAMS AIN SHAMS UNIVERSITY FACULTY OF ENGINEERING HUM311 Engineering Management 176 HUMN362 Engineering Management 1 14:00 16:00 224, 261 CEP 011 Engineering Drawing (2) 247 14:00 16:00 901, 901A, 902A, 902B,904, 250 Friday 9-11-2018 PHM022 Waves, Electricity,

More information

MIPRover: A Two-Wheeled Dynamically Balancing Mobile Inverted Pendulum Robot

MIPRover: A Two-Wheeled Dynamically Balancing Mobile Inverted Pendulum Robot ECE 3992 Senior Project Proposal MIPRover: A Two-Wheeled Dynamically Balancing Mobile Inverted Pendulum Robot 6 May 2005 Prepared By: Kevin E. Waters Department of Electrical and Computer Engineering University

More information

Segway with Human Control and Wireless Control

Segway with Human Control and Wireless Control Review Paper Abstract Research Journal of Engineering Sciences E- ISSN 2278 9472 Segway with Human Control and Wireless Control Sanjay Kumar* and Manisha Sharma and Sourabh Yadav Dept. of Electronics &

More information

Highly dynamic control of a test bench for highspeed train pantographs

Highly dynamic control of a test bench for highspeed train pantographs PAGE 26 CUSTOMERS Highly dynamic control of a test bench for highspeed train pantographs Keeping Contact at 300 km/h Electric rail vehicles must never lose contact with the power supply, not even at the

More information

Using MATLAB/ Simulink in the designing of Undergraduate Electric Machinery Courses

Using MATLAB/ Simulink in the designing of Undergraduate Electric Machinery Courses Using MATLAB/ Simulink in the designing of Undergraduate Electric Machinery Courses Mostafa.A. M. Fellani, Daw.E. Abaid * Control Engineering department Faculty of Electronics Technology, Beni-Walid, Libya

More information

IN SPRINTS TOWARDS AUTONOMOUS DRIVING. BMW GROUP TECHNOLOGY WORKSHOPS. December 2017

IN SPRINTS TOWARDS AUTONOMOUS DRIVING. BMW GROUP TECHNOLOGY WORKSHOPS. December 2017 IN SPRINTS TOWARDS AUTONOMOUS DRIVING. BMW GROUP TECHNOLOGY WORKSHOPS. December 2017 AUTOMATED DRIVING OPENS NEW OPPORTUNITIES FOR CUSTOMERS AND COMMUNITY. MORE SAFETY MORE COMFORT MORE FLEXIBILITY MORE

More information

Development of a PID Controlled Arduino-Based Stabiliser

Development of a PID Controlled Arduino-Based Stabiliser Development of a PID Controlled Arduino-Based Stabiliser Yee Lyn Wah 1, Choon Lih Hoo 2,*, Yen Myan Felicia Wong 1 and Jun Jet Tai 1 1 School of Engineering, Mechanical Engineering, Taylor s University,

More information

ACSEP - Applications and Control of Power Electronic Systems

ACSEP - Applications and Control of Power Electronic Systems Coordinating unit: Teaching unit: Academic year: Degree: ECTS credits: 2018 205 - ESEIAAT - Terrassa School of Industrial, Aerospace and Audiovisual Engineering 710 - EEL - Department of Electronic Engineering

More information

To put integrity before opportunity To be passionate and persistent To encourage individuals to rise to the occasion

To put integrity before opportunity To be passionate and persistent To encourage individuals to rise to the occasion SignalQuest, based in New Hampshire, USA, designs and manufactures electronic sensors that measure tilt angle, acceleration, shock, vibration and movement as well as application specific inertial measurement

More information

Syllabus: Automated, Connected, and Intelligent Vehicles

Syllabus: Automated, Connected, and Intelligent Vehicles Page 1 of 8 Syllabus: Automated, Connected, and Intelligent Vehicles Part 1: Course Information Description: Automated, Connected, and Intelligent Vehicles is an advanced automotive technology course that

More information

An Autonomous Two Wheel Based Self- Balancing Robot Using Arduino

An Autonomous Two Wheel Based Self- Balancing Robot Using Arduino www.ijaceeonline.com ISSN: 2456-3935 An Autonomous Two Wheel Based Self- Balancing Robot Using Arduino Md. Abdullah Al Ahasan Lecturer, Department of Computer Science and Engineering, Bangladesh University

More information

EMERGING TRENDS IN AUTOMOTIVE ACTIVE-SAFETY APPLICATIONS

EMERGING TRENDS IN AUTOMOTIVE ACTIVE-SAFETY APPLICATIONS EMERGING TRENDS IN AUTOMOTIVE ACTIVE-SAFETY APPLICATIONS Purnendu Sinha, Ph.D. Global General Motors R&D India Science Lab, GM Tech Center (India) Bangalore OUTLINE OF THE TALK Introduction Landscape of

More information

China Intelligent Connected Vehicle Technology Roadmap 1

China Intelligent Connected Vehicle Technology Roadmap 1 China Intelligent Connected Vehicle Technology Roadmap 1 Source: 1. China Automotive Engineering Institute, , Oct. 2016 1 Technology Roadmap 1 General

More information

Reforming Electric Energy Systems Curriculum with Emphasis on Sustainability

Reforming Electric Energy Systems Curriculum with Emphasis on Sustainability Reforming Electric Energy Systems Curriculum with Emphasis on Sustainability April 9-10, 2015 National Academy of Sciences Building, Washington, DC Funded by: NSF - Workshops on Reforming Graduate/Undergraduate

More information

GCAT. University of Michigan-Dearborn

GCAT. University of Michigan-Dearborn GCAT University of Michigan-Dearborn Mike Kinnel, Joe Frank, Siri Vorachaoen, Anthony Lucente, Ross Marten, Jonathan Hyland, Hachem Nader, Ebrahim Nasser, Vin Varghese Department of Electrical and Computer

More information

Linear Flexible Joint Cart Plus Single Inverted Pendulum (LFJC+SIP)

Linear Flexible Joint Cart Plus Single Inverted Pendulum (LFJC+SIP) Linear Motion Servo Plants: IP01 and IP02 Linear Flexible Joint Cart Plus Single Inverted Pendulum (LFJC+SIP) User Manual Table of Contents 1. Linear Flexible Joint Cart Plus Single Inverted Pendulum System

More information

Designing the Self Balancing Platform (Segway)

Designing the Self Balancing Platform (Segway) Designing the Self Balancing Platform (Segway) Prof.Yogesh Risodkar,Mr.Ganesh Shirsath, Ms.Monali Holkar, Mr.Mayur Amle Electronics & Telecommunication Department, SIEM, Sandip Fondation, Trimbak Road,

More information

EXPERIMENTAL FLYING AUTONOMOUS VEHICLE

EXPERIMENTAL FLYING AUTONOMOUS VEHICLE EXPERIMENTAL FLYING AUTONOMOUS VEHICLE Bharamee Pongpaibul MEng Cybernetics, siu00bp@rdg.ac.uk ABSTRACT Flying robots have had rapid advances in the last few decades; this is due to the miniaturisation

More information

Modelling and Simulation Specialists

Modelling and Simulation Specialists Modelling and Simulation Specialists Multi-Domain Simulation of Hybrid Vehicles Multiphysics Simulation for Autosport / Motorsport Applications Seminar UK Magnetics Society Claytex Services Limited Software,

More information

Problem Definition Review

Problem Definition Review Problem Definition Review P16241 AUTONOMOUS PEOPLE MOVER PHASE III Team Agenda Background Problem Statement Stakeholders Use Scenario Customer Requirements Engineering Requirements Preliminary Schedule

More information

Adult Sized Humanoid Robot: Archie

Adult Sized Humanoid Robot: Archie Adult Sized Humanoid Robot: Archie Jacky Baltes 1, Chi Tai Cheng 1, M.C. Lau 1, Ahmad Byagowi 2, Peter Kopacek 2, and John Anderson 1 1 Autonomous Agent Lab University of Manitoba Winnipeg, Manitoba Canada,

More information

Case Studies on NASA Mars Rover s Mobility System

Case Studies on NASA Mars Rover s Mobility System Case Studies on NASA Mars Rover s Mobility System Shih-Liang (Sid) Wang 1 Abstract Motion simulation files based on Working Model 2D TM are developed to simulate Mars rover s mobility system. The rover's

More information

AC : A MECHATRONICS EXPERIMENT: INTRODUCTION TO LINEAR MOTORS

AC : A MECHATRONICS EXPERIMENT: INTRODUCTION TO LINEAR MOTORS AC 2012-5473: A MECHATRONICS EXPERIMENT: INTRODUCTION TO LINEAR MOTORS Prof. Nebojsa I. Jaksic, Colorado State University, Pueblo Nebojsa I. Jaksic received a Dipl.Ing. degree in electrical engineering

More information

Solar based Automatic Harvesting Robot

Solar based Automatic Harvesting Robot Solar based Automatic Harvesting Robot Elango A 1, Senthil Kumar S 2, Vijaykumar R 3, Muthulingaraj M 4, Rajnivas B 5 1,2,3,4, Department of Mechatronics Engineering, PPG Institute of Technology, Coimbatore,

More information

FAMU Completers Satisfaction Survey Results 2010

FAMU Completers Satisfaction Survey Results 2010 FAMU Completers Satisfaction Survey Results 2010 Non-Member record_type Frequency Percent Percent Cumulative Percent 35 100.0 100.0 100.0 Race: Frequency Percent Percent Cumulative Percent Black 30 85.7

More information

Two Wheeled Self balancing Robot

Two Wheeled Self balancing Robot EE 318, Electronic Design Lab Project Report, EE Dept, IIT Bombay, April 2010 Two Wheeled Self balancing Robot Group No 8 Murtuza Patanwala (07d07026) Supervisor : Prof. P. C Pandey 1) Introduction The

More information

Automated Driving - Object Perception at 120 KPH Chris Mansley

Automated Driving - Object Perception at 120 KPH Chris Mansley IROS 2014: Robots in Clutter Workshop Automated Driving - Object Perception at 120 KPH Chris Mansley 1 Road safety influence of driver assistance 100% Installation rates / road fatalities in Germany 80%

More information

Development of photoelectric balanced car based on the linear CCD sensor

Development of photoelectric balanced car based on the linear CCD sensor Development of photoelectric balanced car based on the linear CCD sensor 1 Feng Wang, Yanlei Zhao 1,Jigao Zhao 1, Haofeng Zhao 1, Hao Zhang 1, Pengfei Dong 1, Xiaoli Zheng 2 1 College of Physics and Electronic

More information

Design and Modeling of Fluid Power Systems ME 597/ABE 591

Design and Modeling of Fluid Power Systems ME 597/ABE 591 Systems ME 597/ABE 591 Dr. Monika Ivantysynova MAHA Professor Flud Power Systems MAHA Fluid Power Research Center Purdue University Systems Dr. Monika Ivantysynova, Maha Professor Fluid Power Systems Mivantys@purdue.edu

More information

White Paper: Pervasive Power: Integrated Energy Storage for POL Delivery

White Paper: Pervasive Power: Integrated Energy Storage for POL Delivery Pervasive Power: Integrated Energy Storage for POL Delivery Pervasive Power Overview This paper introduces several new concepts for micro-power electronic system design. These concepts are based on the

More information

MANTECH ELECTRONICS. Stepper Motors. Basics on Stepper Motors I. STEPPER MOTOR SYSTEMS OVERVIEW 2. STEPPING MOTORS

MANTECH ELECTRONICS. Stepper Motors. Basics on Stepper Motors I. STEPPER MOTOR SYSTEMS OVERVIEW 2. STEPPING MOTORS MANTECH ELECTRONICS Stepper Motors Basics on Stepper Motors I. STEPPER MOTOR SYSTEMS OVERVIEW 2. STEPPING MOTORS TYPES OF STEPPING MOTORS 1. VARIABLE RELUCTANCE 2. PERMANENT MAGNET 3. HYBRID MOTOR WINDINGS

More information

Universal Fluid Power Trainer (UFPT)

Universal Fluid Power Trainer (UFPT) Universal Fluid Power Trainer (UFPT) The UFPT is a modular, smart and unique fluid power and motion control training unit. It contains an excellent integration of industrial-graded hardware and builtin

More information

Caliber: Road Quality Profiling

Caliber: Road Quality Profiling Caliber: Road Quality Profiling Capstone Design Specification Samuel Quintana John Spencer James Uttaro Damien Hobday CSc 59866 : Senior Design Professor: Jie Wei Brief Team Caliber wants to map the quality

More information

AUTONOMOUS VEHICLES: PAST, PRESENT, FUTURE. CEM U. SARAYDAR Director, Electrical and Controls Systems Research Lab GM Global Research & Development

AUTONOMOUS VEHICLES: PAST, PRESENT, FUTURE. CEM U. SARAYDAR Director, Electrical and Controls Systems Research Lab GM Global Research & Development AUTONOMOUS VEHICLES: PAST, PRESENT, FUTURE CEM U. SARAYDAR Director, Electrical and Controls Systems Research Lab GM Global Research & Development GENERAL MOTORS FUTURAMA 1939 Highways & Horizons showed

More information

How New Angular Positioning Sensor Technology Opens A Broad Range of New Applications. WhitePaper

How New Angular Positioning Sensor Technology Opens A Broad Range of New Applications. WhitePaper How New Angular Positioning Sensor Technology Opens A Broad Range of New Applications WhitePaper How New Angular Positioning Sensor Technology Opens A Broad Range of New Applications A new generation of

More information

Universal Fluid Power Trainer (UFPT)

Universal Fluid Power Trainer (UFPT) Universal Fluid Power Trainer (UFPT) Milwaukee School of Engineering Applied Technology Center TM Department of Professional Education The UFPT is a modular, smart and unique fluid power and motion control

More information

SAE Baja - Drivetrain

SAE Baja - Drivetrain SAE Baja - Drivetrain By Ricardo Inzunza, Brandon Janca, Ryan Worden Team 11 Engineering Analysis Document Submitted towards partial fulfillment of the requirements for Mechanical Engineering Design I

More information

Solar Kit Lesson #13 Solarize a Toy

Solar Kit Lesson #13 Solarize a Toy UCSD TIES adapted from NYSERDA Energy Smart www.schoolpowernaturally.org Solar Kit Lesson #13 Solarize a Toy TEACHER INFORMATION LEARNING OUTCOME After designing and constructing solar electric power sources

More information

Autonomous Quadrotor for the 2014 International Aerial Robotics Competition

Autonomous Quadrotor for the 2014 International Aerial Robotics Competition Autonomous Quadrotor for the 2014 International Aerial Robotics Competition Yongseng Ng, Keekiat Chua, Chengkhoon Tan, Weixiong Shi, Chautiong Yeo, Yunfa Hon Temasek Polytechnic, Singapore ABSTRACT This

More information

MECHATRONICS STRUCTURE OF THE CENTAUR LIKE WHEELED SERVICE ROBOT. Sami Ylönen, Aarne Halme

MECHATRONICS STRUCTURE OF THE CENTAUR LIKE WHEELED SERVICE ROBOT. Sami Ylönen, Aarne Halme MECHATRONICS STRUCTURE OF THE CENTAUR LIKE WHEELED SERVICE ROBOT Sami Ylönen, Aarne Halme Helsinki University of Technology, Automation Technology laboratory P.O.Box 5400, 02015 HUT, Finland, Tel. +358-9-451

More information

Intelligent Mobility for Smart Cities

Intelligent Mobility for Smart Cities Intelligent Mobility for Smart Cities A/Prof Hussein Dia Centre for Sustainable Infrastructure CRICOS Provider 00111D @HusseinDia Outline Explore the complexity of urban mobility and how the convergence

More information

APPLICATION OF A NEW TYPE OF AERODYNAMIC TILTING PAD JOURNAL BEARING IN POWER GYROSCOPE

APPLICATION OF A NEW TYPE OF AERODYNAMIC TILTING PAD JOURNAL BEARING IN POWER GYROSCOPE Colloquium DYNAMICS OF MACHINES 2012 Prague, February 7 8, 2011 CzechNC APPLICATION OF A NEW TYPE OF AERODYNAMIC TILTING PAD JOURNAL BEARING IN POWER GYROSCOPE Jiří Šimek Abstract: New type of aerodynamic

More information

Robot components: Actuators

Robot components: Actuators Robotics 1 Robot components: Actuators Prof. Alessandro De Luca Robotics 1 1 Robot as a system program of tasks commands Robot actions working environment mechanical units supervision units sensor units

More information

VEX Classroom Lab Kit to PLTW VEX POE Conversion Kit

VEX Classroom Lab Kit to PLTW VEX POE Conversion Kit Published: 03/22/20 Picture Part Description Number 275-88 Rack Gearbox Bracket (2-pack): Combines with the VEX linear slides & Rack Gears to create a linear actuator. Quantity 276-096 Linear Slide (2-pack):

More information

PROJECT IDEA SUBMISSION

PROJECT IDEA SUBMISSION PROJECT IDEA SUBMISSION Team Contacts - 1 st person listed serves as the point of contact with Professor Nelson - Initial team size may be from 1 to 6 members (all members must agree to have their name

More information

Our Approach to Automated Driving System Safety. February 2019

Our Approach to Automated Driving System Safety. February 2019 Our Approach to Automated Driving System Safety February 2019 Introduction At Apple, by relentlessly pushing the boundaries of innovation and design, we believe that it is possible to dramatically improve

More information

Reliable Reach. Robotics Unit Lesson 4. Overview

Reliable Reach. Robotics Unit Lesson 4. Overview Robotics Unit Lesson 4 Reliable Reach Overview Robots are used not only to transport things across the ground, but also as automatic lifting devices. In the mountain rescue scenario, the mountaineers are

More information

INCREASING ENERGY EFFICIENCY BY MODEL BASED DESIGN

INCREASING ENERGY EFFICIENCY BY MODEL BASED DESIGN INCREASING ENERGY EFFICIENCY BY MODEL BASED DESIGN GREGORY PINTE THE MATHWORKS CONFERENCE 2015 EINDHOVEN 23/06/2015 FLANDERS MAKE Strategic Research Center for the manufacturing industry Integrating the

More information

Daniel M. Lofaro, Tony Truong Giang Le, Dr. Paul Oh Presented By Daniel M. Lofaro

Daniel M. Lofaro, Tony Truong Giang Le, Dr. Paul Oh Presented By Daniel M. Lofaro Daniel M. Lofaro, Tony Truong Giang Le, Dr. Paul Oh Presented By Daniel M. Lofaro Overview Getting people excited about controls Attract new talent to the field Retain students 2 Overview Issues with Control

More information

UNIVERSITÉ DE MONCTON FACULTÉ D INGÉNIERIE. Moncton, NB, Canada PROJECT BREAKPOINT 2015 IGVC DESIGN REPORT UNIVERSITÉ DE MONCTON ENGINEERING FACULTY

UNIVERSITÉ DE MONCTON FACULTÉ D INGÉNIERIE. Moncton, NB, Canada PROJECT BREAKPOINT 2015 IGVC DESIGN REPORT UNIVERSITÉ DE MONCTON ENGINEERING FACULTY FACULTÉ D INGÉNIERIE PROJECT BREAKPOINT 2015 IGVC DESIGN REPORT UNIVERSITÉ DE MONCTON ENGINEERING FACULTY IEEEUMoncton Student Branch UNIVERSITÉ DE MONCTON Moncton, NB, Canada 15 MAY 2015 1 Table of Content

More information

OPENSTEERING PLATFORM

OPENSTEERING PLATFORM MDYNAMIX AFFILIATED INSTITUTE OF MUNICH UNIVERSITY OF APPLIED SCIENCES OPENSTEERING PLATFORM FOR DEVELOPMENT OF ADVANCED STEERING FUNCTIONS, ADAS AND AUTONOMOUS VEHICLES 9th International Munich Chassis

More information

ME 475: Mechatronics. ME 475: Mechatronics. Mechatronics: Introduction. Mechatronics: Introduction

ME 475: Mechatronics. ME 475: Mechatronics. Mechatronics: Introduction. Mechatronics: Introduction ME 475: Mechatronics ME 475: Mechatronics 3.00 credit hours Course content Introduction: organisation structure; System concept; mechanical, electrical and software components; process; software based

More information

Smart feedback systems in modern robotics

Smart feedback systems in modern robotics Smart feedback systems in modern robotics Aljaž Ogrin Product manager for absolute encoders RLS & Renishaw About the presenter Aljaž Ogrin From company RLS (Rotary and Linear Sensors), Slovenia Specialized

More information

REU: Improving Straight Line Travel in a Miniature Wheeled Robot

REU: Improving Straight Line Travel in a Miniature Wheeled Robot THE INSTITUTE FOR SYSTEMS RESEARCH ISR TECHNICAL REPORT 2013-12 REU: Improving Straight Line Travel in a Miniature Wheeled Robot Katie Gessler, Andrew Sabelhaus, Sarah Bergbreiter ISR develops, applies

More information

FALL SEMESTER MECE 407 INNOVATIVE ENGINEERING ANALYSIS AND DESIGN PROJECT TOPICS

FALL SEMESTER MECE 407 INNOVATIVE ENGINEERING ANALYSIS AND DESIGN PROJECT TOPICS 2016-2017 FALL SEMESTER MECE 407 INNOVATIVE ENGINEERING ANALYSIS AND DESIGN PROJECT TOPICS 1- Design, construction and control of a cart-inverted pendulum control system: - There will be a cart and an

More information

Computerized Manufacturing & Machining

Computerized Manufacturing & Machining Computerized Manufacturing & Machining Degrees: AAS Computerized Manufacturing & Machining 65-68 Diploma(s) CNC Machinist 56-59 Machinist 41-47 Certificate(s) Exploratory Machining I 12 Machine Tool Operator

More information

A dream? Dr. Jürgen Bredenbeck Tire Technology Expo, February 2012 Cologne

A dream? Dr. Jürgen Bredenbeck Tire Technology Expo, February 2012 Cologne Rolling resistance measurement on the road: A dream? Dr. Jürgen Bredenbeck Tire Technology Expo, 14.-16. February 2012 Cologne Content Motivation Introduction of the used Measurement Equipment Introduction

More information

Comparison Of Multibody Dynamic Analysis Of Double Wishbone Suspension Using Simmechanics And FEA Approach

Comparison Of Multibody Dynamic Analysis Of Double Wishbone Suspension Using Simmechanics And FEA Approach International Journal of Research in Engineering and Science (IJRES) ISSN (Online): 232-9364, ISSN (Print): 232-9356 Volume 2 Issue 4 ǁ April. 214 ǁ PP.31-37 Comparison Of Multibody Dynamic Analysis Of

More information

Reduction of Self Induced Vibration in Rotary Stirling Cycle Coolers

Reduction of Self Induced Vibration in Rotary Stirling Cycle Coolers Reduction of Self Induced Vibration in Rotary Stirling Cycle Coolers U. Bin-Nun FLIR Systems Inc. Boston, MA 01862 ABSTRACT Cryocooler self induced vibration is a major consideration in the design of IR

More information

Stationary Bike Generator System

Stationary Bike Generator System Central Washington University ScholarWorks@CWU All Undergraduate Projects Undergraduate Student Projects Spring 2017 Stationary Bike Generator System Rakan Alghamdi Central Washington University, rk_rk11@hotmail.com

More information

NEW CAR TIPS. Teaching Guidelines

NEW CAR TIPS. Teaching Guidelines NEW CAR TIPS Teaching Guidelines Subject: Algebra Topics: Patterns and Functions Grades: 7-12 Concepts: Independent and dependent variables Slope Direct variation (optional) Knowledge and Skills: Can relate

More information

Experimental Validation of a Scalable Mobile Robot for Traversing Ferrous Pipelines

Experimental Validation of a Scalable Mobile Robot for Traversing Ferrous Pipelines Project Number: MQP TP1- IPG1 Experimental Validation of a Scalable Mobile Robot for Traversing Ferrous Pipelines A Major Qualifying Project (MQP) Submitted to the Faculty of WORCESTER POYTECHNIC INSTITUTE

More information

Solar Smart Classrooms by Using at Mega 328 Microcontroller

Solar Smart Classrooms by Using at Mega 328 Microcontroller Solar Smart Classrooms by Using at Mega 328 Microcontroller Prof. Mr. Pravin R. Bodade 1 ; Mr. Ashish S. Balpande 2 ; Miss. Ashwini G. Kumare 3 ; Mr. Kartik R. Bhudke 4 & Miss. Pranali P. Deshmukh 5 1

More information

Adult Sized Humanoid Robot: Archie

Adult Sized Humanoid Robot: Archie Adult Sized Humanoid Robot: Archie Jacky Baltes 1, Chi Tai Cheng 1, M.C. Lau 1, Peter Kopacek 2, and John Anderson 1 1 Autonomous Agent Lab University of Manitoba Winnipeg, Manitoba Canada, R3T 2N2 j.baltes@cs.umanitoba.ca

More information

Autonomous Ground Vehicle

Autonomous Ground Vehicle Autonomous Ground Vehicle Senior Design Project EE Anshul Tandon Brandon Nason Brian Aidoo Eric Leefe Advisors: ME Donald Lee Hardee Ivan Bolanos Wilfredo Caceres Mr. Bryan Audiffred Dr. Michael C. Murphy

More information

Proposal for Automotive Workshop ON LATEST TECHNOLOGIES OF MODERN TATA PASSENGER CARS FAMILIARIZATION, AGGREGATES & SYSTEMS

Proposal for Automotive Workshop ON LATEST TECHNOLOGIES OF MODERN TATA PASSENGER CARS FAMILIARIZATION, AGGREGATES & SYSTEMS (A UNIT OF ENGINEER S HERITAGE TRUST) Proposal for Automotive Workshop ON LATEST TECHNOLOGIES OF MODERN TATA PASSENGER CARS FAMILIARIZATION, AGGREGATES & SYSTEMS AUTO-NEXT, is an organization comprising

More information

Functional Algorithm for Automated Pedestrian Collision Avoidance System

Functional Algorithm for Automated Pedestrian Collision Avoidance System Functional Algorithm for Automated Pedestrian Collision Avoidance System Customer: Mr. David Agnew, Director Advanced Engineering of Mobis NA Sep 2016 Overview of Need: Autonomous or Highly Automated driving

More information

Palamede, more than a microsatellite. Workshop on University Micro Satellites in Italy Rome, July 27, 2005

Palamede, more than a microsatellite. Workshop on University Micro Satellites in Italy Rome, July 27, 2005 Palamede, more than a microsatellite The Palamede Team (represented by Franco Bernelli and Roberto Armellin) Workshop on University Micro Satellites in Italy Rome, July 27, 2005 Outline Mission and educational

More information

Module Leader: Prof.Ashok Meti

Module Leader: Prof.Ashok Meti AEL2501 Modern Automotive Systems Common for: AEL, AE and APD courses Module Leader: Prof.Ashok Meti 1 Module Aims and Summary The aim of this module is to prepare the students to critically evaluate the

More information

Mechatronics systems

Mechatronics systems Mechatronics systems www.matrixtsl.com 1 HP4550 Solution Description This solution contains products from our Locktronics, E-blocks and Automatics ranges. The pack includes a wide variety of resources

More information

Bicycle Hardware in the Loop Simulator for Braking Dynamics Assistance System

Bicycle Hardware in the Loop Simulator for Braking Dynamics Assistance System Bicycle Hardware in the Loop Simulator for Braking Dynamics Assistance System IPG Apply & Innovate 2016 Conference Session: Off Highway Cornelius Bott, Martin Pfeiffer, Oliver Maier, Jürgen Wrede 21.09.2016

More information

Vehicles at Volkswagen

Vehicles at Volkswagen Autonomous Driving and Intelligent Vehicles at Volkswagen Dirk Langer, Ph.D. VW Autonomous Driving Story 2000 2003 2006 Robot Klaus Purpose: Replace test drivers on poor test tracks (job safety) Robot

More information

Last week we saw. Today: The Role of Locomotion : Robotics systems and science Lecture 4: Locomotion

Last week we saw. Today: The Role of Locomotion : Robotics systems and science Lecture 4: Locomotion 6.141: Robotics systems and science Lecture 4: Locomotion Lecture Notes Prepared by Daniela Rus EECS/MIT Spring 2009 Last week we saw Bang-bang control Open loop control Closed loop control: P, I, D Motors

More information

Smart Spinner. Age 7+ Teacher s Notes. In collaboration with NASA

Smart Spinner. Age 7+ Teacher s Notes. In collaboration with NASA Smart Spinner Age 7+ Teacher s Notes In collaboration with NASA LEGO and the LEGO logo are trademarks of the/sont des marques de commerce de/son marcas registradas de LEGO Group. 2012 The LEGO Group. 190912

More information

Cooperative EVA/Telerobotic Surface Operations in Support of Exploration Science

Cooperative EVA/Telerobotic Surface Operations in Support of Exploration Science Cooperative EVA/Telerobotic Surface Operations in Support of Exploration Science David L. Akin http://www.ssl.umd.edu Planetary Surface Robotics EVA support and autonomous operations at all physical scales

More information

ADLATUS CR700. Fully autonomous cleaning robot system

ADLATUS CR700. Fully autonomous cleaning robot system Fully autonomous cleaning robot system 1 DESIGNED TO SERVE MISSION Designed to serve is the mission of ADLATUS Robotics GmbH. The digitization and globalization push the change in the service sector of

More information

stage from resolution accuracies is 400 peak) and the from an to outpu positioning (as shown N] continuous continuous needs

stage from resolution accuracies is 400 peak) and the from an to outpu positioning (as shown N] continuous continuous needs Earthquake Simulation Using Single or Dual-Axis Linear Motion Stages With the goal of safer buildings and saving lives, scientists and engineers, through the simulation of many recent earthquakes, need

More information

Hybrid and Electric Vehicles

Hybrid and Electric Vehicles Lucas Nülle is proudly and exclusively represented in Australia and New Zealand by Better Learning Outcomes Training Systems Australia A Division of Pullman Learning Group 300 Centre Road, Bentleigh, Victoria,

More information

DESIGN, SIMULATION AND TESTING OF SHRIMP ROVER USING RECURDYN

DESIGN, SIMULATION AND TESTING OF SHRIMP ROVER USING RECURDYN Ready 12th Symposium on Advance Space Technologies in Robotics and Automation, ESA / ESTEC, Noordwijk, The Nethelands DESIGN, SIMULATION AND TESTING OF SHRIMP ROVER USING RECURDYN Shivesh Kumar, Raghavendra

More information

MOVE IT FOR TOMORROW. EN torsten.torwegge.de/en

MOVE IT FOR TOMORROW. EN torsten.torwegge.de/en MOVE IT FOR TOMORROW EN torsten.torwegge.de/en // facts and figures autonomous remote 190er 300er* 190er 300er* Length 1,285 mm approx. 2,500 mm 1,285 mm approx. 2,500 mm Width 835 mm approx. 1,530 mm

More information

Objectives 1. Understand key elements of Mechatronics system, representation into block diagram 3. Understand principles of sensors

Objectives 1. Understand key elements of Mechatronics system, representation into block diagram 3. Understand principles of sensors Mr Manoj Rajale Objectives 1. Understand key elements of Mechatronics system, representation into block diagram 2. Understand concept of transfer function, reduction and analysis 3. Understand principles

More information

Fall Professor Kyongsu Yi VDCL Vehicle Dynamics and Control Laboratory Seoul National University

Fall Professor Kyongsu Yi VDCL Vehicle Dynamics and Control Laboratory Seoul National University System Control Fall 2010 Professor Kyongsu Yi 2010 VDCL Vehicle Dynamics and Control Laboratory Seoul National University Lecture 1: Course Overview Instructor: Lectures: Professor Kyongsu Yi 301-1502

More information

AGENDA. Hyperloop Competition Team Printed Circuit Board Sensor Data Actuation Communication Conclusion Questions. Hyperloop. Competition.

AGENDA. Hyperloop Competition Team Printed Circuit Board Sensor Data Actuation Communication Conclusion Questions. Hyperloop. Competition. CONTROLLER AGENDA Questions 2 INTRODUCTION Celeste Bean Connor Buckland Ben Hartl Cameron McCarthy Connor Mulcahey 3 HYPERLOOP Cities < 700 miles apart Max speed of 760 mph 4 HYPERLOOP Depressurized steel

More information