1.12k likes | 1.28k Views
LPRDS – CMS – 2011 . Per Cell Management Design. Presentation Outline. Introduction Project Goals One Board Per Pack ESS Controller Board System Communication Mechanical Design ATP / Requirements Analysis Budget Schedule. Presentation Outline. Introduction Project Goals
E N D
LPRDS – CMS – 2011 Per Cell Management Design
Presentation Outline • Introduction • Project Goals • One Board Per Pack • ESS Controller Board • System Communication • Mechanical Design • ATP / Requirements Analysis • Budget • Schedule
Presentation Outline • Introduction • Project Goals • One Board Per Pack • ESS Controller Board • System Communication • Mechanical Design • ATP / Requirements Analysis • Budget • Schedule
3-year Senior Design Project 2009 Legacy Work 2010 Legacy Work 2011 Projected Work
Lafayette Photovoltaic Research and Development System (LPRDS) LCD Display SCADA Interface Box (SIB) Fit PC System Status Display Filter Inverter Box (FIB) Switch Controller / Energy Management Unit (SC / EMU) Energy Storage System (ESS) Energy Storage System (ESS) Transformer
LPRDS-CMS-2011 • Finish a per-cell balancing scheme for the 64-cell LiFePO4 battery pack. • Complete design so that energy storage system is capable of being utilized by the LPRDS system.
Plan of Work • Develop a “Slave Board” (OBPP PCB) which will balance during charge/discharge a pack of 4 cells • Develop a “Master Board” (ESSCB PCB) which will control the functioning of the OBPPs to charge/discharge/bypass a particular cell. • Develop a “Stand-alone” mode for the OBPP in which a pack and OBPP together do not need the master to make decisions for bypassing during charge/discharge.
Aggregate Battery Stack with OBPP PCBs Energy Storage System Master Controller Board (ESSCB PCB)
Presentation Outline • Introduction • Project Goals • One Board Per Pack • ESS Controller Board • System Communication • Mechanical Design • ATP / Requirements Analysis • Budget • Schedule
Project Goals • Develop a One Board Per Pack PCB which can handle the balancing of a 4-cell battery pack. • Modify previous ESS Controller Board which can control individual OBPP packs for total pack charging/discharging. • Develop method of visually demonstrating operation of ESS.
Presentation Outline • Introduction • Project Goals • One Board Per Pack • ESS Controller Board • System Communication • Mechanical Design • ATP / Requirements Analysis • Budget • Schedule
One Board Per Pack :: Key Features • Individual cell balancing capabilities • Two Modes of Operation (Slave & Stand-alone) • Boots in Stand-alone Mode • LEDs indicating operational state of pack • LEDs indicating operation of bypass • Scalability • Temperature Fail-Safe System
One Board Per Pack :: Design • Resistive burn-off bypass solution • Independent redundant temperature safety system (RTSS) • Individually addressable packs for master-slave configuration • Stand-alone operation with charge state controlled open collector output • Implements I2C communication in master-slave configuration • *Current sensing capability
Cell Balancing Design • Breakdown of design trade-offs • Active vs. Passive Balancing • Level of Integration • Delegation between Controller and OBPP boards • Scalability • Layout Space • Cost • Manufacturability • Availability
Active Vs. Passive Balancing • Active: Using capacitive or inductive loads to shuttle charge from higher charged cells to lower charged cells. • Is more efficient from a power perspective • Has scalability issues • OBPP boards are larger and handle more work • Manufacturability issues
Active Vs. Passive Balancing • Passive: Bypasses cells and burns off the excess charge from the cell. • Better large-stack scaling • Burn off can be significant • Controller board handles decision-making
Bypass Design • Grounding the floating reference • Choosing a resistor value • Choosing a suitable transistor
Bypass Design – Transistor Simulation These numbers give a maximum power dissipation of 2.122 * 1.5 = 6.74W, which is about 35 degree temp rise using the thermal resistance of the resistor alone.
Bypass – Final Thoughts • Only the most recent simulations • Several different iterations of components and control schemes • Final design can reasonably bypass 1/5 C at full charge • Limitations of the bypass circuit heavily influenced the balancing algorithm
Critical Monitoring • Battery Voltages • Temperature • On board and RTSS • Current • Direction and Amplitude • Open-Drain Output • Optional Automatic Control • Fuse
Critical Monitoring - Voltage • Difference Amp to buffer and isolate battery voltages • Monitors for voltage thresholds that indicate a full or empty state • Balancing algorithm requires them
Critical Monitoring - Temperature • RTSS discussed later • Voltage output temperature sensors for non-critical temperature monitoring
Critical Monitoring - Current • A relatively new addition • Gives a way to independently judge whether the pack is charging or discharging • Required for the balancing algorithm
Critical Monitoring – Output Pin • Based entirely on OBPP calculations • Allows the user to have a charging circuit that is autonomous • An open drain output from the microcontroller
Critical Monitoring - Fuse • Another new addition • Will protect the CMS from currents above 25A
Digital I/O • Master/OBPP communications will be over I2C • OBPP will have a 4 bit switch addressing • OBPP will transfer from Standalone to Slave when I2C becomes active • Master commands override OBPP automated tasks
Redundant Temperature Safety System (RTSS) • Independent functionality to shut down system when temperature exceeds 65°C • Connection to each OBPP using AD22105 “Low Voltage, Resistor Programmable Thermostatic Switch” Integrated Circuit • (Setpoint accuracy = 2°C) • When any board exceeds the temperature limit, the switch within the safety loop is activated and the system shuts down.
Overall RTSS • Does not work as stand-alone pack • Must be connected to ESSCB Safety Loop
RTSS parts on OBPP To other OBPPs
OBPP Connection to Safety Loop to OBPPs
OBPP Thermal Analysis (Charging/Discharging) Copper FR4 (Circuit board) Aluminum Lithium Iron Phosphate (Aluminum) Acrylic Plastic
OBPP Thermal Analysis (Bypass Scenario) Copper FR4 (Circuit board) Aluminum Lithium Iron Phosphate (Aluminum) Acrylic Plastic
OBPP Operational Verification • Bypass LEDs to indicate resistive bypassing • LEDs to indicate charge/discharge and mode of operation Solid – Charged Blink – Charging Solid – Discharged Blink – Discharging Solid – Slave Blink – Stand-alone Solid – Bypassing
OBPP Additional Notes • Multiple levels of electrical isolation • Microcontroller/bypass loop • I2C on OBPP and Master board • RTSS isolated as well
OBPP Firmware • Stand-alone Mode • Slave Mode • Cell Balancing Algorithm
OBPP Firmware - Standalone • Begins after a reset or losing the I2C clock signal • Watches for voltage thresholds • Cell balancing is enabled • Waits for I2C connection • First firmware development milestone