First-Year Engineering Program Advanced Energy Vehicle System Analysis 1 Reference:  AEV Lab Manual  System Analysis 1 Grading Guidelines.

Slides:



Advertisements
Similar presentations
Advanced Energy Vehicle
Advertisements

Lab 02: AEV Arduino Programming Basics Advanced Energy Vehicle (AEV)
Advanced Energy Vehicle (AEV)
Lab 09: Performance Test 1 Advanced Energy Vehicle.
Lab 07: System Analysis 3 (Wind Tunnel Testing) Advanced Energy Vehicle.
Lab 06: AEV System Analysis 2 Advanced Energy Vehicle (AEV)
Lab 01: AEV Project Introduction Advanced Energy Vehicle (AEV)
Lab 04: AEV External Sensors Advanced Energy Vehicle (AEV)
Electric Circuits Chapter 20.3.
 Rate at which energy is consumed or produced  Changed into other forms of energy  Measured in WATTS (W)
Procedure for Pro4 using Keithley
 What is Four Point Probing  How the system works  Pro 4 Set Up  Simple Calculations behind Four Point Probing  Procedure for using Pro4.
Lab 08: AEV Design Analysis Tool Advanced Energy Vehicle (AEV)
First-Year Engineering Program Performance Test 1: Design Concept Comparisons Objective and Goals Lab Procedure Analysis Test Readiness Review.
First-Year Engineering Program Advanced Energy Vehicle Performance Test 4: Final Test.
Lab 06: AEV System Analysis 2 Advanced Energy Vehicle (AEV)
First-Year Engineering Program Advanced Energy Vehicle System Analysis 2 Reference:  AEV Lab Manual  System Analysis 2 Grading Guidelines.
Lab 04: AEV External Sensors Advanced Energy Vehicle (AEV)
First-Year Engineering Program Advanced Energy Vehicle Arduino Programming Basics Reference:  AEV Lab Manual  Arduino Programming Basics Grading Guidelines.
Lab 02: Arduino Programming Basics Advanced Energy Vehicle (AEV)
Electrical Appliances and Power. Learning Objectives To be able to calculate power, and cost of electricity To be able to apply these calculations to.
Maccor, Inc West 40 th Street Tulsa, Oklahoma USA Telephone: Facsimile: Web:
First-Year Engineering Program Performance Test 2: Operational Objectives Objective and Goals Analysis Test Readiness Review.
Exploring Engineering Chapter 3, Part 2 Introduction to Spreadsheets.
Lab 03: AEV Arduino Programming Basics Advanced Energy Vehicle (AEV)
Lab 01: Creative Design Thinking* Advanced Energy Vehicle (AEV) *Directly from the EEIC Multidisciplinary Capstone Program.
Lab 14B Power. Set up the basic circuit above and record the voltage, current, and power supplied to the bulb. Then, repeat with two bulbs.
Chapter 6 Ohm’s Law, Work, Energy and Power. 16 V.
Lab 06: AEV System Analysis 2 (Performance Analysis) Advanced Energy Vehicle (AEV)
Lab 05: AEV System Analysis 1 Advanced Energy Vehicle (AEV)
Information Processing Notes for beginning our Excel Unit.
Measuring Electrical Energy.  Energy: the ability to do work.  Electrical Energy: energy transferred to an electrical load by moving electric charges.
First-Year Engineering Program Advanced Energy Vehicle Topics: AEV Design Concept Screening and Scoring.
First-Year Engineering Program Performance Test 3: Energy Optimization Objective and Goals Lab Procedure Analysis Test Readiness Review.
Lab 07: AEV Design Analysis Tool Advanced Energy Vehicle (AEV)
Introduction to Engineering Camera Lab #4 – 1 Introduction.
First-Year Engineering Program Advanced Energy Vehicle System Analysis 3 Reference:  AEV Lab Manual  System Analysis 3 Grading Guidelines.
Lab 07: System Analysis 3 (Wind Tunnel Testing) Advanced Energy Vehicle.
Lab 04: AEV External Sensors Advanced Energy Vehicle (AEV)
First-Year Engineering Program Advanced Energy Vehicle External Sensors Reference:  AEV Lab Manual  External Sensors Grading Guidelines.
Critical Design Review (CDR)
Speed Sensor Calibration
Electrical Power is rate at which energy flows
24 Mar 04 1 Application Software Practical 3/4 Excel (Spreadsheet)
Preliminary Design Review (PDR) Advanced Energy Vehicle.
Lab 01: AEV Project Introduction Advanced Energy Vehicle (AEV)
First-Year Engineering Program Advanced Energy Vehicle Design Analysis Tool Reference:  AEV Lab Manual  Design Analysis Tool Grading Guidelines.
Week 4: Experiment 24 Using Nodal or Mesh Analysis to Solve AC Circuits with an addition of Equivalent Impedance.
1 Introduction to Haptics Introduction to the Hapkit board Allison M. Okamura Stanford University.
Energy and Power. Energy The ability to do work. Measured in Joules.
First-Year Engineering Program Preliminary Design Review (PDR) Definition PDR Objectives PDR Material Project Management Review.
Lab 05: System Analysis 1 (Wind Tunnel Testing) Advanced Energy Vehicle.
Lab 07: System Analysis 3 (Wind Tunnel Testing) Advanced Energy Vehicle.
Chapter 6.3 Notes Electrical Power. Voltage causes charges to move in circuits. This movement creates work. How fast the charge does work is called Power.
Lab 05: AEV System Analysis 1 Advanced Energy Vehicle (AEV)
Smart Newton Car By: Hui Zhu.
Electrical Systems Series Circuits Parallel Circuits Electrical Power.
Advanced Energy Vehicle (AEV)
Last lesson Understand that current is the rate of flow of charge
Electric Power Energy Cost
Measuring Electrical Energy
Advanced Energy Vehicle
Advanced Energy Vehicle
BACK UP P09045: Membrane Characterization Test Stand
Teacher This presentation describes how to locate, download and use the Formative Test resources. Please allow about 15 minutes to go through the presentation.
18 Chapter Circuit Types and Ohm’s Law. 18 Chapter Circuit Types and Ohm’s Law.
Series Circuits Makeup Lab
Advanced Energy Vehicle
Advanced Energy Vehicle
Electric Current and Energy
Presentation transcript:

First-Year Engineering Program Advanced Energy Vehicle System Analysis 1 Reference:  AEV Lab Manual  System Analysis 1 Grading Guidelines

First-Year Engineering Program AEV Project Objective (Problem Definition) INITIAL CONCEPTS (Brainstorming) EXPERIMENTAL RESEARCH ANALYZE DESIGN DECISION RESEARCH COMPARE FINAL DESIGN Present AEV Design PT 1 PT 2 PT 3 PT 4 (System Analysis)(Programming)

First-Year Engineering Program Lab Objectives  The objectives of this lab are: 1.Be able to download data from the automatic control system. 2.Be able to convert EEPromArduino data readouts to physical parameters. 3.Be able to calculate the supplied power to the AEV. 4.Be able to calculate the supplied incremental and total energy to the AEV.

First-Year Engineering Program AEV Controller AEV User Manual – System Analysis 1  Follow Grading Guidelines to program the Arduino conroller  Save Program  Run Program on Desktop stand  WAIT for Arduino to process the data

First-Year Engineering Program AEV Data Recorder AEV User Manual – System Analysis 1  Open AEV Data Recorder with the Arduino Software  Do not have to close the controller program  Upload AEV Data Recorder  Open Serial Monitor and copy data

First-Year Engineering Program AEV Energy Analysis AEV User Manual – System Analysis 1  Open AEV Energy Analysis Excel Spreadsheet  Paste data in the first sheet  Overwrite the sample data  Separate data  Save Excel Spreadsheet

First-Year Engineering Program AEV Data Conversion AEV User Manual – System Analysis 1  The data recorded with the Arduino is in the form of integers that must be converted to physical parameters  Available data from Arduino includes:  EEProm Time (TE)  Current (IE)  Voltage (VE)

First-Year Engineering Program AEV Data Conversion cont. AEV User Manual – System Analysis 1  Convert into the physical parameters of  Time (seconds)  Current (amps)  Voltage (volts)  Analyze the data by calculating:  Power (watts)  Incremental Energy (joules)  Total Energy (joules)

First-Year Engineering Program AEV Data Conversion cont. AEV User Manual – System Analysis 1  A rectangular approximation of the power and time will be used to calculate incremental and total energy  There are 3 approximation methods:

First-Year Engineering Program AEV Data Conversion cont. AEV User Manual – System Analysis 1  The midpoint method will be used by averaging the power of 2 neighboring points and multiplying by the time increment  Sum up the incremental energy for the total value used throughout the operation

First-Year Engineering Program System Analysis 1 Lab Lab Activity  Follow AEV Lab Manual and Lab Procedure Guidelines  Individual:  Create control program and test  Open AEV Data Recorder and obtain Arduino data  Copy and paste into AEV Energy Analysis spreadsheet  Analyze results