Analyzing Accuracy of a Battery Fuel Gauge System

Size: px
Start display at page:

Download "Analyzing Accuracy of a Battery Fuel Gauge System"

Transcription

1 Analyzing Accuracy of a Battery Fuel Gauge System BMS Applications Onyx Ahiakwo & Jared Casey 1 1

2 Outline 1. Defining Accuracy 1. Measurement Accuracy 2. Gauging Accuracy 2. Common Terminology 3. How to Compute Accuracy 4. Test Cases 1. Common Loads 2. Variable Loads 3. Low Temperature 5. Questions 2 2

3 Defining Accuracy Measurement Accuracy v. Gauging Accuracy 3

4 Defining Accuracy A fuel gauge algorithm needs to have data from the battery. A gauge gathers data from the battery through various measurements. Gauge measurements include Battery voltage Current flowing into and out of the battery Battery temperature Measurement accuracy is dependent upon the gauge s hardware and is independent of gauging accuracy Gauging accuracy is dependent upon the robustness of the gauging algorithm and the gauge s measurement accuracy. Poor measurement accuracy can lead to poor gauging accuracy 4

5 Gauging Accuracy Gauging Accuracy Voltage Based Coulomb Counting Fuel Gauge w/ Impedance Track Algorithm Robustness 5

6 Gauging Accuracy Cell Voltage Measurement Measures cell voltage Advantage: Simple Not accurate over load conditions Coulomb Counting Measures and integrates current over time Affected by cell impedance Affected by cell self discharge Standby current Cell Aging Must have full to empty learning cycles Must develop cell models that will vary with cell maker Can count the charge leaving the battery, but won t know remaining charge without complex models Models will become less accurate with age Impedance Track Directly measures effect of discharge rate, temp, age and other factors by learning cell impedance No host algorithms or calculations 6

7 Measurement Accuracy Voltage Accurate voltage measurements are critical for Initialization of relaxed cell Updates during self-discharge of cell Correction for coulomb counting error TI fuel gauges use a 15 bit ADC to provide accurate voltage measurements Current Accurate coulomb counting is critical to Capture low sleep currents Capture short load spikes Capture proper passed charge TI fuel gauges have a dedicated 15 bit integrating ADC (i.e. coulomb counting hardware) Temperature Accurate temperature measurements are critical for Proper compensation of resistance Proper compensation of predicted runtime TI fuel gauges provide flexible temperature measurement options External measurements with cell s thermistor or board hotspot Host can write the temperature to the fuel gauge Internal IC temperature measurements 7

8 Common Terminology 8

9 Common Terminology Chemical Capacity (Qmax) Total chemical capacity of the battery, mah Remaining Capacity (RM) Useable capacity of the battery from current state to empty state, mah Full Charge Capacity (FCC) Amount of charge passed from a fully charged state until termination voltage, mah Relative State of Charge (RSOC) : 0% -100% RSOC=RM/FCC Depth of Discharge (DOD): 0% - 100% 0% is charged to the brim, 100% is completely empty of energy Does not depend on load or temperature or system characteristics Passed Charge (dq or passedq) Integration of current with respect to time. 9

10 Common Terminology-Cont d Coulomb A unit of electric charge. It is the charge carried by a one ampere current in one second Terminate Voltage (EDV) Voltage at which the system can no longer operate; target for 0% SOC Reserve Capacity Capacity that is left after reaching 0% SOC 10

11 How to Compute Accuracy 11

12 Conduct a Test Start with a properly configured gauge Ensure gauge has been calibrated For IT gauge, this means a properly created golden image Start logging: Log DataRAM registers Open Registers plug-in Click Start Log Log interval: 1 to 10 seconds Export Data Memory (optional) Open Data Memory plug-in Click Auto Export Fully charge at room temp. **Logging interval set in Window -> Preferences -> Registers Discharge to terminate voltage using desired load. **Export interval set in Window -> Preferences -> Data Memory 12

13 Testing Made Easy with the Gauge Development Kit 13

14 Simple inspection Log gauge data every 1-10 seconds Import to spreadsheet and plot voltage, SOC, current, etc. Inspect Does it report 0% at or near your true terminate voltage? If not, by how much capacity and/or run-time was it off? Does it look smooth or have large jumps? Very subjective and difficult to gauge relative error magnitude 14

15 Steps for Computing Accuracy 1. Start with gauge log 2. Calculate a new column: Calculated dq = rolling sum of current_reading*time_since_last_log_point Start from full condition and go to empty condition (EDV) 3. Calculate FCC_true = Integrated capacity from fully charged state down to termination voltage Simple integration: capacity = constant current * total discharge time from full to terminate voltage More accurate integration: calculate each log point Current*Tdelta and keep a rolling sum. 4. Calculate a new column: Calculated_RM = FCC_true calculated_dq True remaining capacity at any point (mah) 5. Calculate a new column: Calculated_SOC = Calculated_RM / FCC_true * 100 True relative state of charge (%) 6. Calculate a new column: SOC_error = (Calculated_SOC SOC_gauge) SOC_gauge is State of Charge in IT gauge log files 7. Plot voltage, RSOC_true, RSOC_gauge, RSOC_error 8. Summarize in table showing 1. % error at the point when termination voltage is reached 2. Max % error 15

16 Steps for Computing Accuracy Start with Gauge log Create new column for calculated passed charge (dq) Calculated_dQ = rolling sum of current_reading * time_since_last_log_point Start from full and calculate until empty (or discharge stops) Excel formula: (ElapsedTime N+1 ElapsedTime N )* AvgCurrent N /3600+ Calculated_dQ N-1 16

17 Steps for Computing Accuracy Calculate FCC_true = Integrated capacity from fully charged state down to termination voltage Terminate Voltage Calculated FCC_true 17

18 Steps for Computing Accuracy Calculate a new column: Calculated_RM = FCC_true Calculated_dQ True remaining capacity at any point (mah) Excel formula: $FCC_true Calculated_dQ N 18

19 Steps for Computing Accuracy Calculate a new column: Calculated_SOC = Calculated_RM / FCC_true * 100 True state of charge at any point (%) Excel formula: Calculated_RM / $FCC_true *

20 Steps for Computing Accuracy Calculate a new column: SOC_error = SOC_true SOC_gauge Excel formula: Calculated_SOC N SOC_gauge N 20

21 Steps for Computing Accuracy SOC, Calculated SOC v. Time Voltage (mv) Time (s) Voltage SOC_gauge Calculated SOC SOC (%) 21

22 Steps for Computing Accuracy SOC Accuracy Voltage (mv) Error (%) Time (s) Voltage (mv) SOC Error (%)

23 Test Cases 23

24 bq27421 Standard C/5 Discharge I = -C/5 load Temp = 25 C TermV= 3000 mv Voltage SOC AvgCurrent Temperature Terminate Voltage reached 24

25 bq27421 Standard C/5 Discharge Max SOC error = 2.75% Voltage SOC SOC Error SOC EOD = 0.09% 25

26 bq27421 Variable Load I = -126 ma (C/10 load) I = -C/5 -> -C/1 -> -C/10; loop until TermV Temp = 25 C TermV = 3000 mv Voltage SOC AvgCurrent Temperature I = -252 ma (C/5 load) I = ma (C/1 load) Terminate Voltage reached 26

27 bq27421 Variable Load SOC EOD = -0.31% Voltage SOC SOC Error Max SOC error = 3.74% 27

28 bq27421 C/5 Discharge, Cold Temp I = -C/5 load Temp = 0 C TermV= 3000 mv Voltage SOC AvgCurrent Temperature Terminate Voltage reached Gauge reports 0% SOC ~10 minutes before Terminate Voltage is reached 28

29 bq27421 C/5 Discharge, Cold Temp Max SOC error = 5.41% Voltage SOC SOC Error SOC EOD = 4.28 % 29

30 bq27421 Variable Load with Reserve Capacity I = -126 ma (C/10 load) I = -C/5 -> -C/1 -> -C/10; loop until TermV Temp = 25 C TermV = 3000 mv Voltage SOC AvgCurrent Temperature dq I = -252 ma (C/5 load) ~10% capacity (126 mah) I = ma (C/1 load) Terminate Voltage reached 30

31 bq27421 Variable Load with Reserve Capacity Max SOC error = 3.30% Voltage SOC SOC Error SOC EOD = 2.31% 31

32 bq27742 Standard C/5 Discharge I = -C/5 load Temp = 25 C TermV= 3000 mv Voltage SOC AvgCurrent Temperature 32

33 bq27742 Standard C/5 Discharge SOC EOD = 0.94% Voltage SOC SOC Error Max SOC error = -2.09% 33

34 bq27742 C Discharge I = -C load Temp = 25 C TermV= 3000 mv Voltage SOC AvgCurrent Temperature 34

35 bq27742 C Discharge Voltage SOC SOC Error SOC EOD = 0.84% Max SOC error = -2.72% 35

36 bq275xx Cold temp, C/5 Load I = -C/5 loop until TermV Temp = 0 C TermV = 3000 mv Voltage SOC AvgCurrent Temperature 36

37 bq275xx Cold temp, C/5 Load Voltage SOC SOC Error SOC EOD = 0.8% Max SOC error = -1.75% 37

38 bq275xx Constant Power, Cold Temperature Temp = 0 C TermV= 3250 mv P=3.65 W Voltage Temperature AvgCurrent SOC 38

39 bq275xx Constant Power, Cold Temperature SOC EOD = 0.01 % Voltage SOC SOC Error Max SOC error = -2.08% 39

40 Conclusions 40

41 Conclusion Gauging accuracy is dependent on the hardware measurement accuracy A more robust algorithm provides better accuracy. Impedance Tracking is the industry s most robust algorithm. To compute true accuracy, you need to know the actual capacity extracted from the battery for that particular test scenario. To compute true accuracy: Integrate current in order to compute actual capacity extracted from the battery (FCC true) Compute true remaining capacity (RM) by subtracting the integrated current from FCC true Compute true SOC by dividing RM by FCC True. Subtract gauge reported SOC from true SOC Use Impedance track for best gauging accuracy. 41

42 Questions?? 42

Maxim > Design Support > Technical Documents > Application Notes > Battery Management > APP 131

Maxim > Design Support > Technical Documents > Application Notes > Battery Management > APP 131 Maxim > Design Support > Technical Documents > Application Notes > Battery Management > APP 131 Keywords: battery fuel gauge, battery monitors, integrated circuits, ICs, coulomb counter, Li-Ion battery

More information

4. Heat and Thermal Energy

4. Heat and Thermal Energy 4. Heat and Thermal Energy Introduction The purpose of this experiment is to study cooling and heating by conduction, convection, and radiation. Thermal energy is the energy of random molecular motion.

More information

Data Bulletin. SEPAM 49RMS Application Note Protection for Motor Applications Class Number SEPAM 49RMS Protection for Motor Applications

Data Bulletin. SEPAM 49RMS Application Note Protection for Motor Applications Class Number SEPAM 49RMS Protection for Motor Applications Data Bulletin 3000DB08 09/008 LaVergne, TN, USA SEPAM 49RMS Application Note Protection for Motor Applications Class Number 3000 SEPAM 49RMS Protection for Motor Applications Introduction Thermal protection

More information

Behavior of the Lead Acid Battery after the Rest Period

Behavior of the Lead Acid Battery after the Rest Period Behavior of the Lead Acid Battery after the Rest Period SEPTIMIU MISCHIE, LIVIU TOMA Faculty of Electronics and Telecommunications Politehnica University of Timisoara Vasile Parvan Street 2, 300223 Timisoara

More information

Keywords: Kalman Filter, Dual Kalman Filter, Battery Management System, state estimation, SOC, SOH

Keywords: Kalman Filter, Dual Kalman Filter, Battery Management System, state estimation, SOC, SOH Functionality and Behaviour of an Dual Kalman Filter implemented on a Modular Battery-Management-System Conference on Future Automotive Technology: Focus Electromobility Georg Walder 1, Christian Campestrini

More information

System Identification of RTD Dynamics (Tom Co, 11/26/2006; 11/25/2007, 11/15/2009)

System Identification of RTD Dynamics (Tom Co, 11/26/2006; 11/25/2007, 11/15/2009) System Identification of RTD Dynamics (Tom Co, 11/26/26; 11/25/27, 11/15/29) Laboratory Objective: To obtain a mathematical model of RTD dynamics General procedures for mathematical modeling of dynamic

More information

Section 4. Nonlinear Circuits

Section 4. Nonlinear Circuits Section 4 Nonlinear Circuits 1 ) Voltage Comparators V P < V N : V o = V ol V P > V N : V o = V oh One bit A/D converter, Practical gain : 10 3 10 6 V OH and V OL should be far apart enough Response Time:

More information

Simple circuits - 3 hr

Simple circuits - 3 hr Simple circuits - 3 hr Resistances in circuits Analogy of water flow and electric current An electrical circuit consists of a closed loop with a number of different elements through which electric current

More information

Data byte 0 Data byte 1 Data byte 2 Data byte 3 Data byte 4. 0xA Register Address MSB data byte Data byte Data byte LSB data byte

Data byte 0 Data byte 1 Data byte 2 Data byte 3 Data byte 4. 0xA Register Address MSB data byte Data byte Data byte LSB data byte SFP200 CAN 2.0B Protocol Implementation Communications Features CAN 2.0b extended frame format 500 kbit/s Polling mechanism allows host to determine the rate of incoming data Registers The SFP200 provides

More information

Community College of Allegheny County Unit 9 Page #1. Thermocouples R1 = 1K

Community College of Allegheny County Unit 9 Page #1. Thermocouples R1 = 1K 10K Community College of Allegheny County Unit 9 Page #1 Thermocouples +12V Thermocouple Junction Vin Copper Wire Constantan Wire + - 3 2 741 7 4 1 5-12V 6 V Vout R1 = 1K Rf = 100K Engineers are not expected

More information

MCP9700/9700A MCP9701/9701A

MCP9700/9700A MCP9701/9701A Low-Power Linear Active Thermistor ICs Features Tiny Analog Temperature Sensor Available Packages: SC-70-5, SOT-23-5, TO-92-3 Wide Temperature Measurement Range: - -40 C to +125 C Accuracy: - ±2 C (max.),

More information

Battery Management Systems. Accurate State-of-Charge Indication for Battery-Powered Applications

Battery Management Systems. Accurate State-of-Charge Indication for Battery-Powered Applications Battery Management Systems Accurate State-of-Charge Indication for Battery-Powered Applications Philips Research VOLUME 9 Editor-in-Chief Dr. Frank Toolenaar Philips Research Laboratories, Eindhoven, The

More information

Vehicle Propulsion Systems. Lecture 8 Electric & Hybrid Electric Propulsion Systems Part II

Vehicle Propulsion Systems. Lecture 8 Electric & Hybrid Electric Propulsion Systems Part II Vehicle Propulsion Systems Lecture 8 Electric & Hybrid Electric Propulsion Systems Part II 1 Planning of Lectures and Exercises: Week Lecture, Friday, 8:15-10:00, ML F34 Book chp. 38, 21.09.2018 Introduction,

More information

Designing Information Devices and Systems I Fall 2018 Homework 7

Designing Information Devices and Systems I Fall 2018 Homework 7 Last Updated: 2018-10-05 20:54 1 EECS 16A Designing Information Devices and Systems I Fall 2018 omework 7 This homework is due October 12, 2018, at 23:59. Self-grades are due October 16, 2018, at 23:59.

More information

Structure Monitoring Technology. Features. Ordering Information. Trigger Tape. A2 Pulse Counter (Optional) Solar Radiation Sensor

Structure Monitoring Technology. Features. Ordering Information. Trigger Tape. A2 Pulse Counter (Optional) Solar Radiation Sensor Rain detection sensor General Description Driving rain and its effective management are critical factors in determining the durability of building enclosures. An accurate measurement of driving rain can

More information

AS and A Level Physics Cambridge University Press Tackling the examination. Tackling the examination

AS and A Level Physics Cambridge University Press Tackling the examination. Tackling the examination Tackling the examination You have done all your revision and now you are in the examination room. This is your chance to show off your knowledge. Keep calm, take a few deep breaths, and try to remember

More information

LABORATORY 4 ELECTRIC CIRCUITS I. Objectives

LABORATORY 4 ELECTRIC CIRCUITS I. Objectives LABORATORY 4 ELECTRIC CIRCUITS I Objectives to be able to discuss potential difference and current in a circuit in terms of electric field, work per unit charge and motion of charges to understand that

More information

Pascal ET is an handheld multifunction calibrator for the measurement and simulation of the following parameters: - pressure

Pascal ET is an handheld multifunction calibrator for the measurement and simulation of the following parameters: - pressure DATASHEET Pascal ET Pascal ET is an handheld multifunction calibrator for the measurement and simulation of the following parameters: - pressure - electrical signals (ma, mv, V, ) - temperature (TC and

More information

Experiment P43: RC Circuit (Power Amplifier, Voltage Sensor)

Experiment P43: RC Circuit (Power Amplifier, Voltage Sensor) PASCO scientific Vol. 2 Physics Lab Manual: P43-1 Experiment P43: (Power Amplifier, Voltage Sensor) Concept Time SW Interface Macintosh file Windows file circuits 30 m 700 P43 P43_RCCI.SWS EQUIPMENT NEEDED

More information

16.1 Electrical Current

16.1 Electrical Current 16.1 Electrical Current Electric Current Electric Current When the ends of an electric conductor are at different electric potentials, charge flows from one end to the other Flow of Charge Charge flows

More information

MECHATRONICS II LABORATORY Experiment #4: First-Order Dynamic Response Thermal Systems

MECHATRONICS II LABORATORY Experiment #4: First-Order Dynamic Response Thermal Systems MECHATRONICS II LABORATORY Experiment #4: First-Order Dynamic Response Thermal Systems The simplest dynamic system is a linear first order system. The time response of a first-order system is exponential.

More information

PHY222 - Lab 7 RC Circuits: Charge Changing in Time Observing the way capacitors in RC circuits charge and discharge.

PHY222 - Lab 7 RC Circuits: Charge Changing in Time Observing the way capacitors in RC circuits charge and discharge. PHY222 Lab 7 RC Circuits: Charge Changing in Time Observing the way capacitors in RC circuits charge and discharge. Print Your Name Print Your Partners' Names You will return this handout to the instructor

More information

This is the third of 3 parts detailing my experience of auto guiding for astrophotography.

This is the third of 3 parts detailing my experience of auto guiding for astrophotography. AstronomyShed Tutorials Autoguiding - Part 3 - Using you autoguiding setup This is the third of 3 parts detailing my experience of auto guiding for astrophotography. Prerequisites In writing this article

More information

Exercise 1: Thermocouple Characteristics

Exercise 1: Thermocouple Characteristics The Thermocouple Transducer Fundamentals Exercise 1: Thermocouple Characteristics EXERCISE OBJECTIVE When you have completed this exercise, you will be able to describe and demonstrate the characteristics

More information

Now let s look at some devices that don t have a constant resistance.

Now let s look at some devices that don t have a constant resistance. Lab #3 Now let s look at some devices that don t have a constant resistance. This is the same circuit you built last time. But now, in place of the resistor first build the circuit with a light bulb, then

More information

Capacitor in the AC circuit with Cobra3

Capacitor in the AC circuit with Cobra3 Capacitor in the AC circuit with Cobra3 LEP Related Topics Capacitance, Kirchhoff s laws, Maxwell s equations, AC impedance, Phase displacement Principle A capacitor is connected in a circuit with a variable-frequency

More information

Testing Electrochemical Capacitors Part 2: Cyclic Charge-Discharge and Stacks

Testing Electrochemical Capacitors Part 2: Cyclic Charge-Discharge and Stacks Testing Electrochemical Capacitors Part 2: Cyclic Charge-Discharge and Stacks Introduction This application note is Part of 2 describing electrochemical techniques for energy-storage devices. It explains

More information

Digital Signal 2 N Most Significant Bit (MSB) Least. Bit (LSB)

Digital Signal 2 N Most Significant Bit (MSB) Least. Bit (LSB) 1 Digital Signal Binary or two stages: 0 (Low voltage 0-3 V) 1 (High voltage 4-5 V) Binary digit is called bit. Group of bits is called word. 8-bit group is called byte. For N-bit base-2 number = 2 N levels

More information

Battery Management Systems. Accurate State-of-Charge Indication for Battery-Powered Applications

Battery Management Systems. Accurate State-of-Charge Indication for Battery-Powered Applications Battery Management Systems Accurate State-of-Charge Indication for Battery-Powered Applications Philips Research VOLUME 9 Editor-in-Chief Dr. Frank Toolenaar Philips Research Laboratories, Eindhoven, The

More information

1. Prepare the MALDI sample plate by spotting an angiotensin standard and the test sample(s).

1. Prepare the MALDI sample plate by spotting an angiotensin standard and the test sample(s). Analysis of a Peptide Sequence from a Proteolytic Digest by MALDI-TOF Post-Source Decay (PSD) and Collision-Induced Dissociation (CID) Standard Operating Procedure Purpose: The following procedure may

More information

Designing Information Devices and Systems I Spring 2019 Homework 7

Designing Information Devices and Systems I Spring 2019 Homework 7 Last Updated: 2019-03-16 22:56 1 EECS 16A Designing Information Devices and Systems I Spring 2019 Homework 7 This homework is due March 15, 2019 at 23:59. Self-grades are due March 19, 2019, at 23:59.

More information

Chapter 28. Direct Current Circuits

Chapter 28. Direct Current Circuits Chapter 28 Direct Current Circuits Electromotive Force An electromotive force device, or emf device, is a source of constant potential. The emf describes the work done per unit charge and has units of

More information

Low-Voltage Analog Temperature Sensors in SC70 and SOT23 Packages

Low-Voltage Analog Temperature Sensors in SC70 and SOT23 Packages 19-2040; Rev 1; 6/01 Low-Voltage Analog Temperature Sensors General Description The precision, low-voltage, analog output temperature sensors are available in 5-pin SC70 and SOT23 packages. The devices

More information

Energy. E d. Energy Power = time. E t P = E t = P

Energy. E d. Energy Power = time. E t P = E t = P Energy Forms of energy Energy can never be created or destroyed. It can only be transformed from one type to another (or other types). here are many different forms of energy: Kinetic (movement) Energy

More information

Lecture 4: Dynamics of Equivalent Circuits

Lecture 4: Dynamics of Equivalent Circuits Lecture 4: Dynamics of Equivalent Circuits MIT Student (and MZB) 1. Simple Equivalent Circuit for a Battery Batteries have a finite charge capacity Q max. So the open circuit voltage is dependent upon

More information

Current. Lecture 10. Chapter Physics II. Course website:

Current. Lecture 10. Chapter Physics II. Course website: Lecture 10 Chapter 30 Physics II Current Course website: http://faculty.uml.edu/andriy_danylov/teaching/physicsii 95.144 Lecture Capture: http://echo360.uml.edu/danylov201415/physics2spring.html A Model

More information

Name: Lab Partner: Section:

Name: Lab Partner: Section: Chapter 6 Capacitors and RC Circuits Name: Lab Partner: Section: 6.1 Purpose The purpose of this experiment is to investigate the physics of capacitors in circuits. The charging and discharging of a capacitor

More information

Activity 1: Investigating Temperature

Activity 1: Investigating Temperature Contents Activity Overview... 5 Quick Start Guide... 5 Software Installation... 5 Hardware Setup... 6 mytemp Getting Started Program... 10 General Tips and Tricks... 11 Activity 1: Investigating Temperature...

More information

SECTION 3 BASIC AUTOMATIC CONTROLS UNIT 12 BASIC ELECTRICITY AND MAGNETISM

SECTION 3 BASIC AUTOMATIC CONTROLS UNIT 12 BASIC ELECTRICITY AND MAGNETISM SECTION 3 BASIC AUTOMATIC CONTROLS UNIT 12 BASIC ELECTRICITY AND MAGNETISM Unit Objectives Describe the structure of an atom. Identify atoms with a positive charge and atoms with a negative charge. Explain

More information

The Real-Time Clocks of the 71M65XX Metering ICs

The Real-Time Clocks of the 71M65XX Metering ICs 71M65XX Energy Meter ICs A Maxim Integrated Products Brand APPLICATION NOTE AN_65XX_054 NOVEMBER 2008 This document describes how to use the real-time clock (RTC) circuits of the three families of Teridian

More information

Using a Mercury itc with thermocouples

Using a Mercury itc with thermocouples Technical Note Mercury Support Using a Mercury itc with thermocouples Abstract and content description This technical note describes how to make accurate and reliable temperature measurements using an

More information

Arduino Software: How long before my battery is dead?, version 2.4

Arduino Software: How long before my battery is dead?, version 2.4 Arduino Software: How long before my battery is dead?, version 2.4 By R. G. Sparber Protected by Creative Commons. 1 When powering an Arduino from a battery, it can be useful to be able to monitor available

More information

EXPERIMENT ET: ENERGY TRANSFORMATION & SPECIFIC HEAT

EXPERIMENT ET: ENERGY TRANSFORMATION & SPECIFIC HEAT MASSACHUSETTS INSTITUTE OF TECHNOLOGY Physics Department Physics 8.01X Fall 2000 EXPERIMENT ET: ENERGY TRANSFORMATION & SPECIFIC HEAT We have introduced different types of energy which help us describe

More information

Battery Management Systems. Accurate State-of-Charge Indication for Battery-Powered Applications

Battery Management Systems. Accurate State-of-Charge Indication for Battery-Powered Applications Battery Management Systems Accurate State-of-Charge Indication for Battery-Powered Applications Philips Research VOLUME 9 Editor-in-Chief Dr. Frank Toolenaar Philips Research Laboratories, Eindhoven, The

More information

PhysicsAndMathsTutor.com

PhysicsAndMathsTutor.com Electricity May 02 1. The graphs show the variation with potential difference V of the current I for three circuit elements. PhysicsAndMathsTutor.com When the four lamps are connected as shown in diagram

More information

Research on State-of-Charge (SOC) estimation using current integration based on temperature compensation

Research on State-of-Charge (SOC) estimation using current integration based on temperature compensation IOP Conference Series: Earth and Environmental Science PAPER OPEN ACCESS Research on State-of-Charge (SOC) estimation using current integration based on temperature compensation To cite this article: J

More information

Evaluation Board for 8-/10-/12-Bit, Parallel Input, Dual-Channel, Current Output DAC EVAL-AD5428/AD5440/AD5447EB

Evaluation Board for 8-/10-/12-Bit, Parallel Input, Dual-Channel, Current Output DAC EVAL-AD5428/AD5440/AD5447EB Evaluation Board for 8-/0-/-Bit, Parallel Input, Dual-Channel, Current Output DAC EVAL-AD58/AD50/AD5EB FEATURES Operates from dual ± V and 5 V supplies On-board reference and output amplifiers Direct hookup

More information

July 11, Capacitor CBL 23. Name Date: Partners: CAPACITORS. TI-83 calculator with unit-tounit. Resistor (about 100 kω) Wavetek multimeter

July 11, Capacitor CBL 23. Name Date: Partners: CAPACITORS. TI-83 calculator with unit-tounit. Resistor (about 100 kω) Wavetek multimeter July 11, 2008 - CBL 23 Name Date: Partners: CAPACITORS Materials: CBL unit TI-83 calculator with unit-tounit link cable Resistor (about 100 kω) Connecting wires Wavetek multimeter TI voltage probe Assorted

More information

Student Exploration: Energy Conversion in a System

Student Exploration: Energy Conversion in a System Name: Date: Student Exploration: Energy Conversion in a System Vocabulary: energy, gravitational potential energy, heat energy, kinetic energy, law of conservation of energy, specific heat capacity Prior

More information

SS V Subminiature, radial leaded, time-delay fuses

SS V Subminiature, radial leaded, time-delay fuses Supersedes August 2013 250 V Subminiature, radial leaded, time-delay fuses Pb HALOGEN HF FREE Product description Radial leaded, time delay with low breaking capacity Designed to IEC60127-3 Sheet 4 Plastic

More information

Electricity. Measuring the force on current-carrying conductors in a homogeneous magnetic field. LEYBOLD Physics Leaflets P

Electricity. Measuring the force on current-carrying conductors in a homogeneous magnetic field. LEYBOLD Physics Leaflets P Electricity Magnetostatics The effects of force in a magnetic field LEYBOLD Physics Leaflets Measuring the force on current-carrying conductors in a homogeneous magnetic field Recording with CASSY Objects

More information

If you don t understand a question or how to answer it, read the lab write-up or your lab report to refresh your memory.

If you don t understand a question or how to answer it, read the lab write-up or your lab report to refresh your memory. Experiment IX The Culminating Lab What will happen in the culminating lab? For the Culminating Lab, you will be given 20 questions, which you have to answer. You will be allowed to bring a calculator and

More information

Basics of Network Theory (Part-I)

Basics of Network Theory (Part-I) Basics of Network Theory (Part-I) 1. One coulomb charge is equal to the charge on (a) 6.24 x 10 18 electrons (b) 6.24 x 10 24 electrons (c) 6.24 x 10 18 atoms (d) none of the above 2. The correct relation

More information

Temperature Measurement and First-Order Dynamic Response *

Temperature Measurement and First-Order Dynamic Response * OpenStax-CNX module: m13774 1 Temperature Measurement and First-Order Dynamic Response * Luke Graham This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 2.0

More information

Lecture #3. Review: Power

Lecture #3. Review: Power Lecture #3 OUTLINE Power calculations Circuit elements Voltage and current sources Electrical resistance (Ohm s law) Kirchhoff s laws Reading Chapter 2 Lecture 3, Slide 1 Review: Power If an element is

More information

Qualification Test Report. Modular Plugs, Unshielded and Shielded

Qualification Test Report. Modular Plugs, Unshielded and Shielded Qualification Test Report 501-131013 26 JAN 16 Rev. A Modular Plugs, Unshielded and Shielded 1. INTRODUCTION 1.1. Purpose Testing was performed on modular plugs to determine their conformance to the requirements

More information

MULTIFUNCTION COMPUTER METER CX-742 USERS MANUAL

MULTIFUNCTION COMPUTER METER CX-742 USERS MANUAL MULTIFUNCTION COMPUTER METER CX-742 USERS MANUAL CONTENTS 1. BASIC INFORMATION 3 2. USING THE INFORMATION 4 3. THE PROFILE OF THE METER 5 4. TECHNICAL DATA 7 5. SCREENS 8 6. USING THE KEYBOARD 10 7. THE

More information

Version 001 CIRCUITS holland (1290) 1

Version 001 CIRCUITS holland (1290) 1 Version CIRCUITS holland (9) This print-out should have questions Multiple-choice questions may continue on the next column or page find all choices before answering AP M 99 MC points The power dissipated

More information

St art. rp m. Km /h 1: : : : : : : : : : : : :5 2.5.

St art. rp m. Km /h 1: : : : : : : : : : : : :5 2.5. modified 22/05/14 t 3:5 2.5 3:5 5.0 3:5 7.5 4:0 0.0 4:0 2.5 4:0 5.0 4:0 7.5 4:1 0.0 4:1 2.5 4:1 5.0 4:1 7.5 4:2 0.0 Km /h 0 25 50 75 100 125 150 175 200 225 rp m 0 250 0 500 0 750 0 100 00 125 00 1 2 3

More information

AP Physics B 1980 Free Response Questions

AP Physics B 1980 Free Response Questions AP Physics B 1980 Free Response Questions The materials included in these files are intended for use by AP teachers for course and exam preparation in the classroom; permission for any other use must be

More information

Electrical Current. Electrical current consists of moving electrons. Measuring Current

Electrical Current. Electrical current consists of moving electrons. Measuring Current Electrical Current Electrical current consists of moving electrons Conductors such as copper are filled with movable charge not unlike a cloud of electrons. A net flow of these charges within the conductor

More information

High-Supply-Voltage, Precision Voltage Reference in SOT23 MAX6035

High-Supply-Voltage, Precision Voltage Reference in SOT23 MAX6035 19-2606; Rev 3; 11/06 High-Supply-Voltage, Precision General Description The is a high-voltage, precision micropower voltage reference. This three-terminal device is available with output voltage options

More information

CONSTANT PRESSURE CALORIMETRY: A STUDY OF GLYCINE PROTON-TRANSFER ENTHALPIES 1

CONSTANT PRESSURE CALORIMETRY: A STUDY OF GLYCINE PROTON-TRANSFER ENTHALPIES 1 CONSTANT PRESSURE CALORIMETRY: A STUDY OF GLYCINE PROTON-TRANSFER ENTHALPIES 1 OBJECTIVES 1. To determine the reaction enthalpies for the proton transfer reactions of glycine. 2. To use a high-precision

More information

PGA309 Programmable Sensor Signal Conditioner. Bringing Linearity to a Non-Linear Pressure Sensor World

PGA309 Programmable Sensor Signal Conditioner. Bringing Linearity to a Non-Linear Pressure Sensor World PGA309 Programmable Sensor Signal Conditioner Bringing Linearity to a Non-Linear Pressure Sensor World Typical Wheatstone Bridge Pressure Sensor Bridge Resistance is Symmetrical Pressure Sensor Terminology

More information

LM /LM /LM Micropower Voltage Reference Diode

LM /LM /LM Micropower Voltage Reference Diode LM185-1.2/LM285-1.2/LM385-1.2 Micropower Voltage Reference Diode General Description The LM185-1.2/LM285-1.2/LM385-1.2 are micropower 2-terminal band-gap voltage regulator diodes. Operating over a 10 µa

More information

Sensor Characteristics

Sensor Characteristics Lecture (3) Sensor Characteristics (Part Two) Prof. Kasim M. Al-Aubidy Philadelphia University-Jordan AMSS-MSc Prof. Kasim Al-Aubidy 1 3. Computation of Stimulus: The main objective of sensing is to determine

More information

Operational Amplifiers

Operational Amplifiers Operational Amplifiers A Linear IC circuit Operational Amplifier (op-amp) An op-amp is a high-gain amplifier that has high input impedance and low output impedance. An ideal op-amp has infinite gain and

More information

PART TEMP RANGE PIN-PACKAGE

PART TEMP RANGE PIN-PACKAGE 9-0850; Rev 4; 6/0 Ω μ INT INT μ PART TEMP RANGE PIN-PACKAGE MAX7359ETG+ -40 C to +85 C 24 TQFN-EP* MAX7359EWA+ -40 C to +85 C 25 WLP * TOP VIEW AD0 GND IC COL0 8 7 6 5 4 3 INPUT +62V TO +36V V CC MAX7359

More information

Application of Physics II for. Final Exam

Application of Physics II for. Final Exam Application of Physics II for Final Exam Question 1 Four resistors are connected as shown in Figure. (A)Find the equivalent resistance between points a and c. (B)What is the current in each resistor if

More information

FATEK. FBs-1HLC. Precision Load Cell Module. Operation manual V1.1 06/07/2017 FATEK AUTOMATION CORP.

FATEK. FBs-1HLC. Precision Load Cell Module. Operation manual V1.1 06/07/2017 FATEK AUTOMATION CORP. FATEK FBs-1HLC Precision Load Cell Module Operation manual V1.1 06/07/2017 FATEK AUTOMATION CORP. 1 Contents Chapter 1 1HLC module introduction... 3 1.1 Module specification... 3 1.2 Module appearance

More information

Chapter 25 Current, Resistance, and Electromotive Force

Chapter 25 Current, Resistance, and Electromotive Force Chapter 25 Current, Resistance, and Electromotive Force Lecture by Dr. Hebin Li Goals for Chapter 25 To understand current and how charges move in a conductor To understand resistivity and conductivity

More information

PUMP PERFORMANCE MEASUREMENTS Jacques Chaurette p. eng. April 2003

PUMP PERFORMANCE MEASUREMENTS Jacques Chaurette p. eng.  April 2003 PUMP PERFORMANCE MEASUREMENTS Jacques Chaurette p. eng. www.lightmypump.com April 003 Synopsis This article examines how to take flow and pressure measurement and then calculate the total head of a pump

More information

LM135 LM235 LM335 LM135A LM235A LM335A Precision Temperature Sensors

LM135 LM235 LM335 LM135A LM235A LM335A Precision Temperature Sensors LM135 LM235 LM335 LM135A LM235A LM335A Precision Temperature Sensors General Description The LM135 series are precision easily-calibrated integrated circuit temperature sensors Operating as a 2-terminal

More information

TXL L. Thermoelectric Generator Module with lower internal resistance and 127 Thermoelectric Couples. Internal Resistance: Rint = 4.

TXL L. Thermoelectric Generator Module with lower internal resistance and 127 Thermoelectric Couples. Internal Resistance: Rint = 4. Thermoelectric Generator Module with lower internal resistance and 127 Thermoelectric Couples Internal Resistance: Rint = 4.0 Ω Maximum Ratings --- Do Not Exceed T Anywhere on Module 125 C Dimensions,

More information

Parameterization of a Battery Simulation Model Using Numerical Optimization Methods

Parameterization of a Battery Simulation Model Using Numerical Optimization Methods 2009-01-1381 Parameterization of a Battery Simulation Model Using Numerical Optimization Methods Robyn A. Jackey The MathWorks, Inc. Gregory L. Plett University of Colorado at Colorado Springs Martin J.

More information

Jasco V-670 absorption spectrometer

Jasco V-670 absorption spectrometer Laser Spectroscopy Labs Jasco V-670 absorption spectrometer Operation instructions 1. Turn ON the power switch on the right side of the spectrophotometer. It takes about 5 minutes for the light source

More information

B THE CAPACITOR. Theory

B THE CAPACITOR. Theory 8. THE CAPACITOR You will study several aspects of a capacitor, how the voltage across it changes with time as it is being charged and discharged and how it stores energy. The most well known device for

More information

NPSAT1 Solar Cell Measurement System

NPSAT1 Solar Cell Measurement System NPSAT1 Solar Cell Measurement System Presented by Captain John Salmon, USMC Space Systems Academic Group 777 Dyer Rd., Bldg. 233 Code (SP/Sd), Rm. 125 Monterey, CA 93943 (831) 656-7521 Topics NPSAT1 Overview

More information

NiMH Battery State-of-Charge Approximation

NiMH Battery State-of-Charge Approximation Institut für Technische Informatik und Kommunikationsnetze NiMH Battery State-of-Charge Approximation SEMESTER THESIS Mathis Steichen Advisors: Bernhard Buchli Felix Sutton Professor: Prof. Dr. Lothar

More information

Investigating Factors that Influence Climate

Investigating Factors that Influence Climate Investigating Factors that Influence Climate Description In this lesson* students investigate the climate of a particular latitude and longitude in North America by collecting real data from My NASA Data

More information

O P E R A T I N G M A N U A L

O P E R A T I N G M A N U A L OPERATING MANUAL WeatherJack OPERATING MANUAL 1-800-645-1061 The baud rate is 2400 ( 8 bits, 1 stop bit, no parity. Flow control = none) To make sure the unit is on line, send an X. the machine will respond

More information

EAS 535 Laboratory Exercise Weather Station Setup and Verification

EAS 535 Laboratory Exercise Weather Station Setup and Verification EAS 535 Laboratory Exercise Weather Station Setup and Verification Lab Objectives: In this lab exercise, you are going to examine and describe the error characteristics of several instruments, all purportedly

More information

Temperature Measurements

Temperature Measurements Engineering 80 Spring 2015 Temperature Measurements SOURCE: http://www.eng.hmc.edu/newe80/pdfs/vishaythermdatasheet.pdf SOURCE: http://elcodis.com/photos/19/51/195143/to-92-3_standardbody to-226_straightlead.jpg

More information

Acceleration/Velocity/Displacement VIBRATION METER

Acceleration/Velocity/Displacement VIBRATION METER Acceleration/Velocity/Displacement VIBRATION METER Model : VB-8220 Your purchase of this VIBRATION METER marks a step forward for you into the field of precision measurement. Although this METER is a complex

More information

EXPERIMENT 12 OHM S LAW

EXPERIMENT 12 OHM S LAW EXPERIMENT 12 OHM S LAW INTRODUCTION: We will study electricity as a flow of electric charge, sometimes making analogies to the flow of water through a pipe. In order for electric charge to flow a complete

More information

R O B U S T E N E R G Y M AN AG E M E N T S Y S T E M F O R I S O L AT E D M I C R O G R I D S

R O B U S T E N E R G Y M AN AG E M E N T S Y S T E M F O R I S O L AT E D M I C R O G R I D S ROBUST ENERGY MANAGEMENT SYSTEM FOR ISOLATED MICROGRIDS Jose Daniel La r a Claudio Cañizares Ka nka r Bhattacharya D e p a r t m e n t o f E l e c t r i c a l a n d C o m p u t e r E n g i n e e r i n

More information

( ) ( ) = q o. T 12 = τ ln 2. RC Circuits. 1 e t τ. q t

( ) ( ) = q o. T 12 = τ ln 2. RC Circuits. 1 e t τ. q t Objectives: To explore the charging and discharging cycles of RC circuits with differing amounts of resistance and/or capacitance.. Reading: Resnick, Halliday & Walker, 8th Ed. Section. 27-9 Apparatus:

More information

Engineering Fundamentals and Problem Solving, 6e

Engineering Fundamentals and Problem Solving, 6e Engineering Fundamentals and Problem Solving, 6e Chapter 17 Electrical Circuits Chapter Objectives Compute the equivalent resistance of resistors in series and in parallel Apply Ohm s law to a resistive

More information

Adaptive Parameter Identification and State-of-Charge Estimation of Lithium- Ion Batteries

Adaptive Parameter Identification and State-of-Charge Estimation of Lithium- Ion Batteries North Carolina State University Adaptive Parameter Identification and State-of-Charge Estimation of Lithium- Ion Batteries Paper accepted to be presented at the 38th Annual Conference of the IEEE Industrial

More information

RADIOACTIVITY MATERIALS: PURPOSE: LEARNING OBJECTIVES: DISCUSSION:

RADIOACTIVITY MATERIALS: PURPOSE: LEARNING OBJECTIVES: DISCUSSION: RADIOACTIVITY This laboratory experiment was largely adapted from an experiment from the United States Naval Academy Chemistry Department MATERIALS: (total amounts per lab) small bottle of KCl; isogenerator

More information

Lab 10: DC RC circuits

Lab 10: DC RC circuits Name: Lab 10: DC RC circuits Group Members: Date: TA s Name: Objectives: 1. To understand current and voltage characteristics of a DC RC circuit 2. To understand the effect of the RC time constant Apparatus:

More information

Name Group # Date Partners. Specific Heat and Calorimetry

Name Group # Date Partners. Specific Heat and Calorimetry Specific Heat and Calorimetry Experimental Objective The objective of this experiment is to determine the specific heat of two metals using a calorimetric procedure called the method of mixtures. Theory

More information

8. Electric Currents

8. Electric Currents 8. Electric Currents S. G. Rajeev January 30, 2011 An electric current is produced by the movement of electric charges. In most cases these are electrons. A conductor is a material through which an electric

More information

Experiment 4. RC Circuits. Observe and qualitatively describe the charging and discharging (decay) of the voltage on a capacitor.

Experiment 4. RC Circuits. Observe and qualitatively describe the charging and discharging (decay) of the voltage on a capacitor. Experiment 4 RC Circuits 4.1 Objectives Observe and qualitatively describe the charging and discharging (decay) of the voltage on a capacitor. Graphically determine the time constant τ for the decay. 4.2

More information

Question Bank. Electric Energy, Power and Household Circuits

Question Bank. Electric Energy, Power and Household Circuits Electric Energy, Power and Household Circuits 1. (a) What do you understand by the term electric work? (b) State the SI unit of electric work and define it. (c) Name two bigger units of electric work.

More information

Page 1 of 15 Page 2 of 15 Ohm s Law Basic Electricity Worksheet Topics Question 1 For a given amount of water pressure, which will flow a greater rate of water: a small (restrictive) nozzle or a large

More information

Module 3 Electrical Fundamentals

Module 3 Electrical Fundamentals 3.1 Electron Theory Structure and distribution of electrical charges within: atoms, molecules, ions, compounds; Molecular structure of conductors, semiconductors and insulators. 3.2 Static Electricity

More information

Prof. Anyes Taffard. Physics 120/220. Foundations Circuit elements Resistors: series & parallel Ohm s law Kirchhoff s laws Complex numbers

Prof. Anyes Taffard. Physics 120/220. Foundations Circuit elements Resistors: series & parallel Ohm s law Kirchhoff s laws Complex numbers Prof. Anyes Taffard Physics 120/220 Foundations Circuit elements Resistors: series & parallel Ohm s law Kirchhoff s laws Complex numbers Foundations Units: ü Q: charge [Coulomb] ü V: voltage = potential

More information

A Novel Model-Based Algorithm for Battery Prognosis

A Novel Model-Based Algorithm for Battery Prognosis A Novel Model-Based Algorithm for Battery Prognosis Lorenzo Serrao Simona Onori Giorgio Rizzoni Yann Guezennec The Ohio State University, Department of Mechanical Engineering and Center for Automotive

More information

D is the voltage difference = (V + - V - ).

D is the voltage difference = (V + - V - ). 1 Operational amplifier is one of the most common electronic building blocks used by engineers. It has two input terminals: V + and V -, and one output terminal Y. It provides a gain A, which is usually

More information