hybrid power controller (hpc) mid-semester presentation senior design i

36
Hybrid Power Controller (HPC) Mid-Semester Presentation Senior Design I

Upload: nathan-rodgers

Post on 17-Jan-2016

217 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Hybrid Power Controller (HPC) Mid-Semester Presentation Senior Design I

Hybrid Power Controller (HPC)

Mid-Semester PresentationSenior Design I

Page 2: Hybrid Power Controller (HPC) Mid-Semester Presentation Senior Design I

HPC Team MembersStephen Allard David Duke Brandon Kennedy Kevin Roberts

Dr. Mike Mazzola

Electrical Engineer• Website Design• System Integration• Testing• Controller Design

Electrical Engineer• System Integration• Enclosure• Integration Research• Controller Design

Electrical Engineer• Website Design• Programming• Controller Design• Component Research

Electrical Engineer• Programming• Test Circuit Design• Controller Design• Debugging

Advisor

Andy Lemmon, GRA

Co-Advisor

Page 3: Hybrid Power Controller (HPC) Mid-Semester Presentation Senior Design I

Outline• Problem• Solution• System Overview• Constraints– Practical– Technical

• Approach– Components– Software

• Progress– Timeline

• Questions

Page 4: Hybrid Power Controller (HPC) Mid-Semester Presentation Senior Design I

Problem

• In the event of a power outage, people lose contact with the outside world and suffer the loss of everyday conveniences. Most people do not possess sufficient knowledge of electrical components that would allow them to effectively use multiple forms of hybrid power.

Page 5: Hybrid Power Controller (HPC) Mid-Semester Presentation Senior Design I

Solution• Design and build a controller that

autonomously manages a personal solar panel array, battery bank, and generator, and that optimizes the use of the solar panel array.

Page 6: Hybrid Power Controller (HPC) Mid-Semester Presentation Senior Design I

System Overview

Solar Array

MPPT Charger

DC Distribution

Panel

Battery Bank

Mobile Inverter/ Charger

AC Outlet (load)

Generator

Hybrid Power

Controller

MATE

Page 7: Hybrid Power Controller (HPC) Mid-Semester Presentation Senior Design I

MPPT Charger

Page 8: Hybrid Power Controller (HPC) Mid-Semester Presentation Senior Design I

Mobile Inverter

Page 9: Hybrid Power Controller (HPC) Mid-Semester Presentation Senior Design I

Grid-tie Inverter (unused)

Page 10: Hybrid Power Controller (HPC) Mid-Semester Presentation Senior Design I

AC Outlet (load)

Page 11: Hybrid Power Controller (HPC) Mid-Semester Presentation Senior Design I

Solar Panel Bus

Page 12: Hybrid Power Controller (HPC) Mid-Semester Presentation Senior Design I

DC Bus

Page 13: Hybrid Power Controller (HPC) Mid-Semester Presentation Senior Design I

Technical and Practical Constraints

Page 14: Hybrid Power Controller (HPC) Mid-Semester Presentation Senior Design I

Technical ConstraintsName Description

Accuracy The Hybrid Power Controller will need to have an accuracy of +/- 100 mV on inputs.

Input The Hybrid Power Controller must be able to accept inputs up to 50 Volts DC.

Output The output of the device must be able to provide a signal to operate a 12 volt relay for start/stop generator operation.

Sampling Rate The device must be able to take samples from Hybrid Power System components 3 times per second.

Supply Power The device should be able to accept 24 Volts DC for supply power.

Page 15: Hybrid Power Controller (HPC) Mid-Semester Presentation Senior Design I

Practical ConstraintsName Description

Economic The parts must cost less than $200.

Manufacturability The device must fit into an enclosure that measures 10’’x10’’x5’’.

Page 16: Hybrid Power Controller (HPC) Mid-Semester Presentation Senior Design I

Economic

Cost Considerations• Price of competition: $420 [1]• Estimated cost of parts for HPC: <$200• Choosing a microcontroller to meet Dr.

Mazzola’s future needs

Page 17: Hybrid Power Controller (HPC) Mid-Semester Presentation Senior Design I

Manufacturability

Size Limitation• Controller enclosure must fit inside

existing NEMA enclosure• Limited spacing around other

components, such as fuses and distribution panels

Page 18: Hybrid Power Controller (HPC) Mid-Semester Presentation Senior Design I

Manufacturability

Page 19: Hybrid Power Controller (HPC) Mid-Semester Presentation Senior Design I

Approach

Page 20: Hybrid Power Controller (HPC) Mid-Semester Presentation Senior Design I

Powering the Microcontroller

Regulator Cost Vin VoutThrough-

hole compatible?

Our Choice

LTM8048 [2] $38 3.1V-32V 2.5V-13V No

DE-SW033 [3] $15 Up to 30V 3.3V Yes

LTM8029 [4] $8 4.5V-36V 1.2V-18V No

The micro-controller must be powered from the 24VDC battery bank. A regulator is needed with an input of 20-28VDC, and an output of 3.0-3.6VDC. Due to the large difference between the input and output voltage, a linear regulator will not suffice, due to excess heat. A switching regulator will be needed.

Page 21: Hybrid Power Controller (HPC) Mid-Semester Presentation Senior Design I

Powering the Microcontroller

Regulator Cost Vin VoutThrough-

hole compatible?

Our Choice

LTM8048 [2] $38 3.1V-32V 2.5V-13V No

DE-SW033 [3] $15 Up to 30V 3.3V Yes ✓LTM8029 [4] $8 4.5V-36V 1.2V-18V No

The micro-controller must be powered from the 24VDC battery bank. A regulator is needed with an input of 20-28VDC, and an output of 3.0-3.6VDC. Due to the large difference between the input and output voltage, a linear regulator will not suffice, due to excess heat. A switching regulator will be needed.

Page 22: Hybrid Power Controller (HPC) Mid-Semester Presentation Senior Design I

Microcontroller

Micro Cost/per +1000 Familiarity

Potential for further

developmentADC Our

Choice

PIC24HJ32GP202 $2.90[5] Yes little 10/12-bit

“Piccolo” F28027 $1.85 [6] No much 12-bit

“Piccolo“ F28069 $4.95[6] No most 12-bit

Page 23: Hybrid Power Controller (HPC) Mid-Semester Presentation Senior Design I

Microcontroller

Micro Cost/per +1000 Familiarity

Potential for further

developmentADC Our

Choice

PIC24HJ32GP202 $2.90[5] Yes little 10/12-bit

“Piccolo” F28027 $1.85 [6] No much 12-bit

“Piccolo“ F28069 $4.95[6] No most 12-bit ✓

Page 24: Hybrid Power Controller (HPC) Mid-Semester Presentation Senior Design I

Software Approach

If Solar Power is < than Load

Turn on Generator

Battery Voltage Low

Wait time and check generator operation

Battery Voltage Stable

If generator producing

Check for Load and

Solar Power

If Solar Power is > than Load

If Generator not

producing

Cut off Load

Sample Battery Bank

Page 25: Hybrid Power Controller (HPC) Mid-Semester Presentation Senior Design I

Progress

Page 26: Hybrid Power Controller (HPC) Mid-Semester Presentation Senior Design I

Data

[7]

Page 27: Hybrid Power Controller (HPC) Mid-Semester Presentation Senior Design I

Data

[8]

Page 28: Hybrid Power Controller (HPC) Mid-Semester Presentation Senior Design I

Data

[8]

Page 29: Hybrid Power Controller (HPC) Mid-Semester Presentation Senior Design I

Data

[8]

Page 30: Hybrid Power Controller (HPC) Mid-Semester Presentation Senior Design I

Data

[8]

Page 31: Hybrid Power Controller (HPC) Mid-Semester Presentation Senior Design I

Data

[8]

Page 32: Hybrid Power Controller (HPC) Mid-Semester Presentation Senior Design I

Test Circuit

Page 33: Hybrid Power Controller (HPC) Mid-Semester Presentation Senior Design I

Test Circuit

Voltage Adjustment

Page 34: Hybrid Power Controller (HPC) Mid-Semester Presentation Senior Design I

Timeline August September October November December

Research of Hybrid Power System Components, Design of Test FixtureManufacture of Test Fixture, Finalize Design Constraints of ControllerConstruct Prototype of Controller, Testing of Prototype with Test FixtureComplete Testing, Debugging, Finalize Prototype

Page 35: Hybrid Power Controller (HPC) Mid-Semester Presentation Senior Design I

References[1] Outback Mate 3 System Control and Monitor. [2012, Sept. 12]. Available: http://www.solarhome.org/outbackmate3systemcontrolandmonitor.aspx

[2] Digi-Key Corporation: LTM8048MPY#PBF. [2012, Sept. 24]. Available: http://www.digikey.com/product-search/en?mpart=LTM8048MPY%23PBF&vendor=161

[3] Dimension Engineering: 3.3V 1A Switching voltage regulator. [2012, Sept. 24]. Available: http://www.dimensionengineering.com/products/de-sw033

[4] Digi-Key Corporation: LTM8029EY#PBF. [2012, Sept. 24]. Available:http://www.digikey.com/product-detail/en/LTM8029EY%23PBF/LTM8029EY%23PBF-ND/3306831

[5] Digi-Key Corporation. [2012, Sept. 24]. Available: http://www.digikey.com/product-detail/en/PIC24HJ32GP202-I%2FSP/PIC24HJ32GP202-I%2FSP-ND/1635696

[6] C2000 32 bit 28x Piccolo™ Series. [2012, Sept. 26]. Available: http://www.ti.com/mcu/docs/mcuproductcontentnp.tsp?sectionId=95&familyId=919&tabId=2883

[7]WattMetrics. [2012, Sept 26]. Available: http://www.wattmetrics.com/support/connectingtoinverters/OutBack.aspx

[8] Mate Serial Communications Guide. Rev. 4.04., OutBack Power Systems, Arlington, WA, 2008.

Page 36: Hybrid Power Controller (HPC) Mid-Semester Presentation Senior Design I

Questions?