Jump to content

Question: Charging a battery from multiple sources - possible limitations

Go to solution Solved by Kilrah,
1 minute ago, Haraikomono said:

multi threaded operations do offer certain advantages in computing up to a specific point, until which we can expect marginally performance boosts.

You can't compare a CPU with a battery charger.

 

The only reason a multi core/thread processor/application can benefit from that is that it's not possible to make a single core/thread as fast as multiple, but that limit doesn't exist for a charger.

 

You can't make a 50GHz CPU, so you use 10 5GHz ones. But if you need a 10kW charger there's no problem making that, no reason to use multiple smaller ones.

 

2 minutes ago, Haraikomono said:

Is there any reson to why doing that is more efficient ?

not an efficiency question, just simplicity/practicality. If you had a relay that separated the battery into parts for charging separately you couldn't use the battery while it was charging for example.  

Hi, a little thought experiment here that I had for a while now.

Can you charge a battery from different sources simultaniously ?

If no: What are the restrictions, that prevent it ?

 

Im just curious to know, why it isnt being used.

Link to comment
Share on other sites

Link to post
Share on other sites

1 minute ago, Haraikomono said:

Im just curious to know, why it isnt being used.

 

-sigh- feeling like I'm being too negative lately

Link to comment
Share on other sites

Link to post
Share on other sites

2 minutes ago, Moonzy said:

 

I already saw that video, my question was more like having 2 or more inputs to the battery

Link to comment
Share on other sites

Link to post
Share on other sites

1 minute ago, Haraikomono said:

I already saw that video, my question was more like having 2 or more inputsto the battery

so two battery management system charging the battery simultaneously?

-sigh- feeling like I'm being too negative lately

Link to comment
Share on other sites

Link to post
Share on other sites

Just now, Moonzy said:

so two battery management system charging the battery simultaneously?

yes

Link to comment
Share on other sites

Link to post
Share on other sites

Just now, Haraikomono said:

yes

never even thought of trying it, but the possibility of the cells overheating is probably the outcome

probably wont overcharge as all charger should simultaneously stop at the desired voltage, but the input currents may be too much for the cells to handle

-sigh- feeling like I'm being too negative lately

Link to comment
Share on other sites

Link to post
Share on other sites

I am certain that there are charge controllers that allow you to do that but main limitation would be for battery to handle charging current. I can have a 10A 5V charger but if battery can only charge at 5WH, best case scenario it would charge at 5v 1a and if battery lacks a bms it will blow up.

mY sYsTeM iS Not pErfoRmInG aS gOOd As I sAW oN yOuTuBe. WhA t IS a GoOd FaN CuRVe??!!? wHat aRe tEh GoOd OvERclok SeTTinGS FoR My CaRd??  HoW CaN I foRcE my GpU to uSe 1o0%? BuT WiLL i HaVE Bo0tllEnEcKs? RyZEN dOeS NoT peRfORm BetTer wItH HiGhER sPEED RaM!!dId i WiN teH SiLiCON LotTerrYyOu ShoUlD dEsHrOuD uR GPUmy SYstEm iS UNDerPerforMiNg iN WarzONEcan mY Pc Run WiNdOwS 11 ?woUld BaKInG MY GRaPHics card fIX it? MultimETeR TeSTiNG!! aMd'S GpU DrIvErS aRe as goOD aS NviDia's YOU SHoUlD oVERCloCk yOUR ramS To 5000C18

Link to comment
Share on other sites

Link to post
Share on other sites

As long as they're all proper chargers for the battery chemistry and that the total charge current from all of them is lower than the cells' max charge current, no problem. But why?

F@H
Desktop: i9-13900K, ASUS Z790-E, 64GB DDR5-6000 CL36, RTX3080, 2TB MP600 Pro XT, 2TB SX8200Pro, 2x16TB Ironwolf RAID0, Corsair HX1200, Antec Vortex 360 AIO, Thermaltake Versa H25 TG, Samsung 4K curved 49" TV, 23" secondary, Mountain Everest Max

Mobile SFF rig: i9-9900K, Noctua NH-L9i, Asrock Z390 Phantom ITX-AC, 32GB, GTX1070, 2x1TB SX8200Pro RAID0, 2x5TB 2.5" HDD RAID0, Athena 500W Flex (Noctua fan), Custom 4.7l 3D printed case

 

Asus Zenbook UM325UA, Ryzen 7 5700u, 16GB, 1TB, OLED

 

GPD Win 2

Link to comment
Share on other sites

Link to post
Share on other sites

1 minute ago, Moonzy said:

never even thought of trying it, but the possibility of the cells overheating is probably the outcome

probably wont overcharge as all charger should simultaneously stop at the desired voltage, but the input currents may be too much for the cells to handle

Done it before in a multi way charge setup (solar and mains). The battery is the limit so you still have to have a controller that keeps in within limitations otherwise the battery will cook and burn.

Link to comment
Share on other sites

Link to post
Share on other sites

lets expand on the idea of multiple inputs by saying:

 

We assume that we have a battery, where the cells are modular, and are controlled by a micro relay to seperate them from an existing cell group.

And lets say we have a controller that monitors the inputs, in case there are 2 or more inputs, the controller sepereates the cells into groups and let them charge independently by their respective input.

 

Would we gain any performance in charging time ?

Link to comment
Share on other sites

Link to post
Share on other sites

Only if the inputs were not powerful enough to charge the battery at full speed... But then you'd make a controller that can combine multiple inputs into 1 and use that, not something that splits cells and charges them separately...

F@H
Desktop: i9-13900K, ASUS Z790-E, 64GB DDR5-6000 CL36, RTX3080, 2TB MP600 Pro XT, 2TB SX8200Pro, 2x16TB Ironwolf RAID0, Corsair HX1200, Antec Vortex 360 AIO, Thermaltake Versa H25 TG, Samsung 4K curved 49" TV, 23" secondary, Mountain Everest Max

Mobile SFF rig: i9-9900K, Noctua NH-L9i, Asrock Z390 Phantom ITX-AC, 32GB, GTX1070, 2x1TB SX8200Pro RAID0, 2x5TB 2.5" HDD RAID0, Athena 500W Flex (Noctua fan), Custom 4.7l 3D printed case

 

Asus Zenbook UM325UA, Ryzen 7 5700u, 16GB, 1TB, OLED

 

GPD Win 2

Link to comment
Share on other sites

Link to post
Share on other sites

6 minutes ago, Kilrah said:

But why?

multi threaded operations do offer certain advantages in computing up to a specific point, until which we can expect marginally performance boosts.

In Battery designs I somehow havent seen anything resembling modularity (Of course, there are modular battery systems, where you can possibly hotswap batteries), but I havent got to see a Battery where the internals also have a own management system and are modular.

Link to comment
Share on other sites

Link to post
Share on other sites

1 minute ago, Kilrah said:

But then you'd make a controller that can combine multiple inputs into 1

Is there any reson to why doing that is more efficient ?

Link to comment
Share on other sites

Link to post
Share on other sites

1 minute ago, Haraikomono said:

Is there any reson to why doing that is more efficient ?

You can already charge multiple battery cells in parallel if you want to. The reason for using a single controller is simple. Safety. If multiple controllers desync then disaster is quick to strike.

Link to comment
Share on other sites

Link to post
Share on other sites

1 minute ago, Haraikomono said:

multi threaded operations do offer certain advantages in computing up to a specific point, until which we can expect marginally performance boosts.

You can't compare a CPU with a battery charger.

 

The only reason a multi core/thread processor/application can benefit from that is that it's not possible to make a single core/thread as fast as multiple, but that limit doesn't exist for a charger.

 

You can't make a 50GHz CPU, so you use 10 5GHz ones. But if you need a 10kW charger there's no problem making that, no reason to use multiple smaller ones.

 

2 minutes ago, Haraikomono said:

Is there any reson to why doing that is more efficient ?

not an efficiency question, just simplicity/practicality. If you had a relay that separated the battery into parts for charging separately you couldn't use the battery while it was charging for example.  

F@H
Desktop: i9-13900K, ASUS Z790-E, 64GB DDR5-6000 CL36, RTX3080, 2TB MP600 Pro XT, 2TB SX8200Pro, 2x16TB Ironwolf RAID0, Corsair HX1200, Antec Vortex 360 AIO, Thermaltake Versa H25 TG, Samsung 4K curved 49" TV, 23" secondary, Mountain Everest Max

Mobile SFF rig: i9-9900K, Noctua NH-L9i, Asrock Z390 Phantom ITX-AC, 32GB, GTX1070, 2x1TB SX8200Pro RAID0, 2x5TB 2.5" HDD RAID0, Athena 500W Flex (Noctua fan), Custom 4.7l 3D printed case

 

Asus Zenbook UM325UA, Ryzen 7 5700u, 16GB, 1TB, OLED

 

GPD Win 2

Link to comment
Share on other sites

Link to post
Share on other sites

Just now, Kilrah said:

not an efficiency question, just simplicity/practicality. If you had a relay that separated the battery into parts for charging separately you couldn't use the battery while it was charging for example.  

Thank you, that opened my eyes 🙂

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×