Excellent information.I worked for 15 years at a company that built UPS, power inverters and large power supplies. Up to 150 kW. I designed several commercial products.
I can tell you that the cost of such products is never, never, never, in the microcontroller.
The power semiconductors, the large heatsinks and/or fans, the huge bypass capacitors, the magnetic components (inductors and transformers), the protection and monitoring devices like fuses, current sensing circuitry, large capacity transient suppressors....... that is where all the cost is. Easily 95% plus.
Actually, because of all the necessary monitoring and protection circuitry, and I mean necessary and not optional, a microcontroller is actually a cost reducer.
And since the microcontroller is already gathering and manipulating so much internal state information, it only requires a few lines of code and an inexpensive LCD display to provide all sorts of good information to the user.
Oh, did I forget that additional lines of code can also provide very useful diagnostics? Like how many charge/discharge cycles the battery has had, the actual run time, overload events, and many more.
Not really. .2C is squat for lithium. The fact that these are bigger cells that are taking 56A which requires a fat wire, is irrelevant. The cells should be from roughly the same production batch and thus will be very similar. The BMS will be balancing 24/7/365. It might be several days before the last .0x of volts match on the initial install, but so what? From then on, there's little chance the puny resistors cannot handle the differences. The BMS will shut off charge and loads when any one cell is at the limit. Thus, if they get out of whack, it will be fine, but the total charge the pack can provide will be lower. The UI will tell me this, and I can do something about it.0.2 x 280 = 56A charge.
Than needs some serious balance and monitoring to prevent imbalance!
True, and that is all that is needed.BMS boards as typically sold are last-ditch safety devices only. they are not charge controllers.
Not really. Just apply 3.6 v (don't quote me on the exact amount) and limit the current to whatever makes sense for your pack. If the BMS shuts off the charge and loads from the extreme ends of capacity, it makes little difference what voltage and current. I believe this is essentially the bulk phase of a lead-acid. As soon as the volts start climbing, as the battery gets near capacity, just stop. There is no need for an acceptance phase. For off grid/RV applications, it does not matter if the battery never sees above say 90%.The charge section of the system must have both voltage and current control for optimum charging and battery life.
I'm not sure why you concluded I needed to do more research from this statement: "With lithium, generally stay away from fully charged and zero by say 10%."
Ahh, sorry, "fully charged" and "zero" were meant to be referring to the state of charge, not the voltage.Because you don't discharge below a certain (fairly high) voltage with Li-Ion, certainly nowhere near zero, actually about 2.75V per cell.
And the UI is driven by a CPU. That's not a "dumb" system.The UI will tell me this, and I can do something about it.
I'm sorry, what point did I miss?And the UI is driven by a CPU. That's not a "dumb" system.
As you seem absolutely intent on ignoring all points, just do it - it's your money, not mine. I'll wait to see them in the news.
I'm out.
I'm sorry, what point did I miss?
What do you think I am going to do that you think is bad?
Not once have I suggested that the BMS (cell balancer and pack protector) will be a dumb system.
Again, the whole point of this thread is that the BMS will certainly have a CPU and a UI. The question in this thread is whether a CPU in the inverter/charger can be eliminated because the BMS already has the smarts necessary.
I see the confusion. I should have written:As has been pointed out endlessly, WHY do you want to do that?, removing it will make your design more complicated and more expensive - but you can certainly remove it if you wish.
WTF! Why? What the hell did I do wrong for christ's sakes? My only guess as to why you are giving me **** is because I did not take your response "Everything you've just described, LCD, buttons, serial, and everything else - microcontrollers make things possible and cheap - using a microcontroller drastically reduces your costs in almost all cases. " as some sort of gospel. Give me a break, of course I don't accept that at face value. How do I know you have a clue? Of course, I am going to ask for more clarification, more detail, more substance.I'm rapidly coming to the conclusion you're just a troll, posting rubbish and ignoring any replies, I can see this is probably going to get deleted in the not so distant future?.
I have found almost none that will accept an on/off signal for the inverter and separately for the charger. The Victron Multiplus will do it, but it costs over $1k. I bought a WZRELB 4kw 24v unit ($450) and will plop the on/off signal inline with the mechanical switch. I am also buying a mean well RSP-750-27 ($180) charger that will accept an on/off signal. In other words, I am making an inverter/charger from an inverter and separate charger.If all I want is an inverter I can buy just an inverter on flea bay bare bones. I can also buy an inverter at any number of retailers with my choice of TSW (True Sine Wave) out or MSW (Modified Sine Wave) out. I can add any features (whistles and bells) I want. I can include a uC or just use simple discrete components. Point being I can have whatever I want including kits available. You can have whatever you want.
Ron
That's the idea. Good inverters, especially true sine wave inverters come with a price tag. No getting around that but anyway back to the beginning there is no need for a uC or uP. Just a matter of features. Add enough features to a basic inverter and a uC or uP becomes practical over a pile of discreet components. That's about all there is to it.In other words, I am making an inverter/charger from an inverter and separate charger.
That's not what I was understanding from the others on this thread. They seemed to be saying that if you are going to have overvolt, undervolt, current limit, and auto transfer, then a uC/uP will provide a cheaper implementation than a bunch of analog discrete components.That's the idea. Good inverters, especially true sine wave inverters come with a price tag. No getting around that but anyway back to the beginning there is no need for a uC or uP. Just a matter of features. Add enough features to a basic inverter and a uC or uP becomes practical over a pile of discreet components. That's about all there is to it.
Ron
Since I never was involved with design of inverters beats me. I would guess using a uC or uP in most cases would reduce cost. When things like features go in at design time is when the cost analysis is done. Inverters are nice to have and many added features are nice to have depending on what the end user wants and what they are willing to pay.My interpretation of the others is that they are essentially saying that I should find a uP/uC in the WZRELB that is handling the under/over volt and current limits (even though I cannot set those values). They are saying that you cannot build a cheap inverter without a uC/uP to do those functions even if those values are hard wired.
I would likely agree with that. I can do under/over volt with discrete components using a discrete component window comparator and I can also monitor over current using a shunt and comparator circuit but I can do those things using a single small uC having a few A/D channels. I can have adjustable trip limits using either method.My interpretation of the others is that they are essentially saying that I should find a uP/uC in the WZRELB that is handling the under/over volt and current limits (even though I cannot set those values). They are saying that you cannot build a cheap inverter without a uC/uP to do those functions even if those values are hard wired.
Thanks for that info. I am concluding that there is no decent cost savings by attempting to dumb down the inverter.I would likely agree with that. I can do under/over volt with discrete components using a discrete component window comparator and I can also monitor over current using a shunt and comparator circuit but I can do those things using a single small uC having a few A/D channels. I can have adjustable trip limits using either method.
Thanks for that info. I am concluding that there is no decent cost savings by attempting to dumb down the inverter.
Sorry about my comment. On the page in your link it says "1Pieces = $330.68". Elsewhere it does imply that you're buying "4PCS". For this to make sense you have to understand that 4PCS = 1Pieces.I just bought 8 cells of 280ah for $1000 from Xuba in China delivered by slow boat. This will be 6.7kwh capacity. I figure that's similar to 8 trojan 6v 225ah for $160ea., assuming we have an effective usage of say 85% of nominal from lithium and 50% of nominal from lead acid.
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?