first-year engineering program advanced energy vehicle system analysis 1 reference: aev lab manual ...

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

Upload: laurel-powell

Post on 18-Jan-2018

221 views

Category:

Documents


0 download

DESCRIPTION

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.

TRANSCRIPT

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

First-Year Engineering Program

Advanced Energy Vehicle

System Analysis 1

Reference: AEV Lab Manual System Analysis 1 Grading

Guidelines

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

First-Year Engineering ProgramAEV Project Objective(Problem Definition)

INITIAL CONCEPTS(Brainstorming)

EXPERIMENTAL RESEARCH

ANALYZE

DESIGN DECISION

RESEARCH

COMPARE

FINAL DESIGN

Present AEV Design

PT 1PT 2PT 3PT 4

(System Analysis)(Programming)

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

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.

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

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

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

First-Year Engineering Program

AEV Data RecorderAEV 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

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

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

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

First-Year Engineering Program

AEV Data ConversionAEV 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)

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

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)

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

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:

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

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

1221

1 2tt

PPE inin

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

First-Year Engineering Program

System Analysis 1 LabLab 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