Automobile Suspension System

Slides:



Advertisements
Similar presentations
Discrete Controller Design
Advertisements

P5, M1, D1.
Describing Process Specifications and Structured Decisions Systems Analysis and Design, 7e Kendall & Kendall 9 © 2008 Pearson Prentice Hall.
Design Concepts and Principles
Controller Tuning: A Motivational Example
System Development Environment 1/12/2015 © Abdou Illia MIS Spring 2015.
Kendall & KendallCopyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall 9 Kendall & Kendall Systems Analysis and Design, 9e Process Specifications.
System Management Network Environment Vehicle Characteristics Traveler Characteristics System Traveler Influencing Factors Traveler: traveler characteristics,
Technical Question Technical Question
Lynbrook Robotics Team, FIRST 846 Control System Miniseries - Summary of Lecture /03/2012.
Kendall & KendallCopyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall 9 Kendall & Kendall Systems Analysis and Design, 9e Process Specifications.
LESSON 8 Booklet Sections: 12 & 13 Systems Analysis.
Adaptive Cruise Control (ACC)
A Level Computing#BristolMet Session Objectives U2#1 MUST identify the elements required for the design of an effective online data capture form SHOULD.
CPIS 357 Software Quality & Testing
Mastering Char to ASCII AND DOING MORE RELATED STRING MANIPULATION Why VB.Net ?  The Language resembles Pseudocode - good for teaching and learning fundamentals.
Describing Process Specifications and Structured Decisions Systems Analysis and Design, 7e Kendall & Kendall 9 © 2008 Pearson Prentice Hall.
 Once the system has been installed it will be monitored to check whether it is working correctly. Sometimes problems with a system will not be found.
Chapter 3 Developing an algorithm. Objectives To introduce methods of analysing a problem and developing a solution To develop simple algorithms using.
Feedback Control Systems (FCS) Dr. Imtiaz Hussain URL :
Developing an Algorithm
Fuzzy Logic Control of Blood Pressure During Anesthesia
ASys: Demo Problem to solve ASys (Assessment system) Analisys of the properties Architecture of the system DFD to mark one exam Testing using test cases.
Pioneers in Engineering, UC Berkeley Pioneers in Engineering Week 8: Sensors and Feedback.
Lecture 3: Dynamic Models Spring: stores energy Damper: dissipates energy.
Introduction to MATLAB for Engineers Third Edition William J. Palm III Chapter 10 Simulink PowerPoint to accompany Copyright © The McGraw-Hill Companies,
Nonlinear Control: Local Linearization: This involves linearizing the modeling equations around a steady-state operating condition and applying linear.
GCSE ICT Systems Analysis. Systems analysis Systems analysis is the application of analytical processes to the planning, design and implementation of.
Program #2 Algorithm for Parking at PSU. Understanding the Assignment You will be writing a program to find out how much someone at PSU might be spending.
ENTC 395 Lecture 7a. Today 4 PID control –Overview –Definitions –Open loop response 4 Example –SIMULINK implementation.
Condor Technology Solutions, Inc. Grace Performance Chemicals HRIS Intranet Project.
Testing and Evaluating Software Solutions Live Test Data.
Solve Linear Systems by Substitution January 28, 2014 Pages
Dr. Tamer Samy Gaafar Lec. 3 Mathematical Modeling of Dynamic System.
Flowchart. a diagram of the sequence of movements or actions of people or things involved in a complex system or activity. a graphical representation.
Testing and Evaluating Software Solutions Introduction.
Equations Inequalities = > 3 5(8) - 4 Numerical
Advanced Programming Analog Operation % 0 8 steps 100% True Analog Volts.
Automatic Control Theory CSE 322
Chapter 12 Design via State Space <<<4.1>>>
Chapter 8 State Feedback and State Estimators State Estimator In previous section, we have discussed the state feedback, based on the assumption that all.
Introduction to PID control
Computer Architecture CST 250
Chrono::Vehicle Hands-on
Controller Tuning: A Motivational Example
Solving Systems using Substitution
Systems Design Chapter 6.
فرق بین خوب وعالی فقط اندکی تلاش بیشتر است
HOMEWORK-04 Problem In a closed loop control system shown in the figure, the process transfer function is Gp(s)=(2s+3)/(s3+6s2-28s) and Gc=K. a)
Digital Control Systems Waseem Gulsher
Global Challenge Flashing Wheels Lesson 3.
Autar Kaw Humberto Isaza
Global Challenge Flashing Wheels Lesson 3.
Application of Vehicle Controls ME5670
Chapter 8 State Feedback and State Estimators State Estimator In previous section, we have discussed the state feedback, based on the assumption that all.
Global Challenge Flashing Wheels Lesson 3.
Global Challenge Flashing Wheels Lesson 3.
The Software Development Process
Autar Kaw Humberto Isaza
Chapter 2 Technology as a System.
Unit 4 - A06 – Review Grade Criteria To get a c
Simplify by combining like terms
Hint idea 2 Split into shorter tasks like this.
Learning Intention I will learn about the standard algorithm for input validation.
Global Challenge Flashing Wheels Lesson 3.
PID Controller Design and
Section 5.5: The Substitution Rule
Global Challenge Flashing Wheels Lesson 3.
Global Challenge Flashing Wheels Lesson 3.
ACSC 155 System Analysis and Design 4. Systems Design
Presentation transcript:

Automobile Suspension System Objective To develop and validate an analytical model for evaluating the suspension systems of heavy vehicles; and to use this model to improve current bus suspension systems. The need Transportation systems are dependent on many technical criteria. In fact, one of the most important criteria is the suspension system. An automobile is not perfect without a proper suspension system. Many suspension systems that are available in the existing technology.

Analysis of the problem and suggested solutions In our project, we will simplify our problem into a one dimensional spring damper system, representing one of the four wheels of the automobile. Please refer to page 3 for a diagram of this damper system. We will first simulate the system without the controller to ensure the system properly functions. Next, we will add the Proportional-Integral-Derivative PID controller: a type of feedback controller whose output is based on the error between some user-defined set point and some measured process variable. Next, we will attempt to code and simulate the response of the system to different inputs. If the results are satisfactory, we will expand the design the system for all four wheels. Else, we will continue to improve the current system to the best of our abilities. Distribution of tasks Ghazala Ghinwa Amina omar Hamza

Figure 1: Diagram of the damper system – one wheel