home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / sci / electron / 21425 < prev    next >
Encoding:
Text File  |  1992-12-22  |  2.4 KB  |  74 lines

  1. Newsgroups: sci.electronics
  2. Path: sparky!uunet!news.mentorg.com!mentorg.com!philip
  3. From: philip@mentorg.com (Philip Peake)
  4. Subject: Re: Charging a battery
  5. Sender: news@news.mentorg.com (News User)
  6. Message-ID: <1992Dec22.233138.5463@news.mentorg.com>
  7. Date: Tue, 22 Dec 1992 23:31:38 GMT
  8. References:  <1992Dec22.190416.26827@ucsu.Colorado.EDU>
  9. Nntp-Posting-Host: sun_shine.mentorg.com
  10. Organization: Mentor Graphics
  11. Keywords: 
  12. Followup-To: 
  13. Lines: 59
  14.  
  15. In article <1992Dec22.190416.26827@ucsu.Colorado.EDU>, barr@tramp.Colorado.EDU (BARR DOUG) writes:
  16. |> I notice when charging my car battery that the amps goes up to about
  17. |> 5 when battery is dead and gradually goes down to nothing as the battery
  18. |> is charged. How does a battery charger sense this? The internal resistance
  19. |> of the battery? (but no, becuase that goes down as the charge goes up,
  20. |> doesn't it?). What sort of sensing circuit is used to reduce the amperage?
  21. |> Anyone know?
  22.  
  23. None at all.
  24.  
  25. What you basically have is:
  26.  
  27.     ---[int R1]--o---[int R2]--
  28.         |                         |
  29.         |                         |
  30.        (v) Charger               ---
  31.         |     14v               ----- Battery
  32.         |                         |
  33.         |                         |
  34.         -------------o-------------
  35.  
  36. Your charger, with no load applied, outputs about 14 volts,
  37. it has some internal resistance (int R1), so as you draw current from
  38. it, some voltage is dropped across that resistance.
  39.  
  40. A fully charged battery is about 13.2 volts, and if slightly
  41. overcharged, about 14 volts. The battery also has some
  42. internal resistance (int R2), but usualy negligable compared to the
  43. internal resistance of the charger.
  44.  
  45. An uncharged battery has a voltage of about 10.8 volts.
  46.  
  47. So, we can get an idea of the value of R1 - since you say that
  48. an uncharged battery draws about 5 amps:
  49.  
  50.     14 - 10.8 = 3.2;  3.2/5 = 0.64 ohms
  51.  
  52. So, your charger internal resistance is about 0.64 ohms.
  53. When you draw 5 amps from it, there will be 3.2 volts
  54. dropped across it, so the voltage across the battery will
  55. be 10.8 volts.
  56.  
  57. As the battery charges, the voltage across it increases.
  58. When it is up to 12 volts, the charging current will
  59. be:
  60.  
  61.     14 - 12 = 2; 2/0.64 = 3.125 amps
  62.  
  63. When the battery is fully charged, the current will be:
  64.  
  65.     14 - 13.2 = 0.8; 0.8/0.64 = 1.25 amps.
  66.  
  67. Once fully charged, the voltage across the battery rises
  68. quickly, and once it is at 14 volts, the current is:
  69.  
  70.     14 - 14 = 0; 0/0.64 = 0 amps
  71.  
  72. Philip
  73.  
  74.