Lab 05: AEV System Analysis 1 Advanced Energy Vehicle (AEV)

Slides:



Advertisements
Similar presentations
Advanced Energy Vehicle
Advertisements

Lab 02: AEV Arduino Programming Basics 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)
20.3 Electric Circuits Key Concepts What is included in a circuit diagram? How do series and parallel circuits differ? How do you calculate electrical.
Parallel Circuit electricity has more than one path to follow total amps are equal to the sum of the individual amps total watts are equal to the sum of.
Electric Circuits Chapter 20.3.
 Rate at which energy is consumed or produced  Changed into other forms of energy  Measured in WATTS (W)
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.
Electronic Basics Dr. Farid Farahmand. Outline Reviewing basic concepts: Voltage, Current, and Resistance Ohm’s law Power and Energy.
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.
Using Electrical Formulae Using the formulae you have been taught (V=IR, P=VI, Energy in kWh = kilowatts x hours) first of all work out which formula you.
Electric Circuits A circuit is a path where a current can flow If the flow is to be continuous, the can be no gaps in the path Introduce gaps in the form.
Warm-up Activity Think about your experience with the PhET circuit simulation that you recently completed Record in your notebook: –Two things that you.
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)
First-Year Engineering Program Performance Test 2: Operational Objectives Objective and Goals Analysis Test Readiness Review.
Lab 03: AEV Arduino Programming Basics Advanced Energy Vehicle (AEV)
ELECTRICAL UNITS Match up correctly: CURRENT (C) Joules Ω
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)
Electric Circuits Series and Parallel Circuits. Circuit Diagrams An electric circuit is a complete path through which charge can flow Circuit diagrams.
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 Performance Test 3: Energy Optimization Objective and Goals Lab Procedure Analysis Test Readiness Review.
Circuits with more than one resistor, then Watt happens? Series and Parallel are the 2 ways of connecting multiple resistors.
Lab 07: AEV Design Analysis Tool Advanced Energy Vehicle (AEV)
Random Sampling Approximations of E(X), p.m.f, and p.d.f.
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)
Physical Science Mr. Barry. Series circuits have one loop through which current can flow.
Electrical Power is rate at which energy flows
First-Year Engineering Program Advanced Energy Vehicle System Analysis 1 Reference:  AEV Lab Manual  System Analysis 1 Grading Guidelines.
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.
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.
Current and Power Calculations Practice Math once again!!!
Lab 14B Power.
Electrical Systems Series Circuits Parallel Circuits Electrical Power.
Advanced Energy Vehicle (AEV)
Electric Power Energy Cost
Measuring Electrical Energy
Using Electrical Formulae
Advanced Energy Vehicle
Section 3.3 Measuring Energy Input and Output 1
Circuits & Voltage.
Section 3.3 Measuring Energy Input and Output 1
Advanced Energy Vehicle
Ohm’s Law This formula shows the relationship between current, voltage and resistance. Voltage (Volts) Current (Amps) Resistance (Ohms, )
Section 3.3 Measuring Energy Input and Output 1
Energy and Power.
Power S Define electrical power as energy per unit time, and solve related problems. Include: P = E/t.  
Advanced Energy Vehicle
Advanced Energy Vehicle
Presentation transcript:

Lab 05: AEV System Analysis 1 Advanced Energy Vehicle (AEV)

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)

Learning Objectives  Download data from the automatic control system  Convert EEProm Arduino data readouts to physical engineering parameters  Calculate the supplied power to the AEV  Calculate the supplied incremental and total energy to the AEV

AEV Data Recorder  MATLAB Program developed at OSU  Zip file is found in AEV Documents  Takes the EEProm data and puts it in an Excel spreadsheet

AEV Data Recorder Verify that the Arduino is plugged into the computer and TURNED ON Type in a name for the Excel File Click on Run Let MATLAB establish a connection to the Arduino Once complete, open the Excel file

AEV Data Conversion  Convert the EEProm into physical parameters of: Time (seconds) Current (amps) Voltage (volts)  Analyze the data by calculating: Power (watts) Incremental Energy (joules) Total Energy (joules)

Time, Current, Voltage, & Power  Time:  Current:  Voltage:  Power: t = time (seconds) t E = EEProm time (milliseconds) I = current (amps) I E = EEProm equivalent current V R = Arduino reference voltage V = Voltage (volts) V E = EEProm equivalent voltage P in = Power in (watts) V = Voltage (volts) I = Current (amps)

Energy  Remember that Energy is the area under the power versus time curve.  A rectangle approximation of the power and time will be used to calculate the incremental and total energy.  There are 3 approximation methods:

Energy  The midpoint method will be used to calculate the energy.  The midpoint method uses the averaged power of 2 neighboring points and multiplied by the time increment:  Sum up the incremental energy for the total value used throughout the operation

Questions?