Why do motor drives have multiple bus capacitors of small value capacitance instead of a single bus capacitor of large value?Antiresonance of multiple parallel decoupling capacitors: use same value or multiple values?Can I replace capacitor with multiple lower value capacitors in filter?Why don't we use capacitors containing multiple kinds of dielectric in a single package?Bulk Capacitance inrush current limiting solutionsProtecting a coin cell from high current spikes - using a capacitor or not?Why do some devices use electrolytic capacitors instead of ceramics for small value components?
In Endgame, wouldn't Stark have remembered Hulk busting out of the stairwell?
Which polygons can be turned inside out by a smooth deformation?
In what language did Túrin converse with Mím?
Give Lightning Web Component a Prettier Name
Moscow SVO airport, how to avoid scam taxis without pre-booking?
How can I observe Sgr A* with itelescope.net
Why military weather satellites?
Why is there no Disney logo in MCU movies?
How to determine the convexity of my problem and categorize it?
Under GDPR, can I give permission once to allow everyone to store and process my data?
What does "-1" represent in the value range for unsigned int and signed int?
Don't look at what I did there
Are sweatpants frowned upon on flights?
Printing a list as "a, b, c." using Python
What caused the end of cybernetic implants?
What checks exist against overuse of presidential pardons in the USA?
Heat output from a 200W electric radiator?
RAID0 instead of RAID1 or 5, is this crazy?
Defending Castle from Zombies
Coupling two 15 Amp circuit breaker for 20 Amp
Why do presidential pardons exist in a country having a clear separation of powers?
Did ancient peoples ever hide their treasure behind puzzles?
What is Soda Fountain Etiquette?
Why does Sauron not permit his followers to use his name?
Why do motor drives have multiple bus capacitors of small value capacitance instead of a single bus capacitor of large value?
Antiresonance of multiple parallel decoupling capacitors: use same value or multiple values?Can I replace capacitor with multiple lower value capacitors in filter?Why don't we use capacitors containing multiple kinds of dielectric in a single package?Bulk Capacitance inrush current limiting solutionsProtecting a coin cell from high current spikes - using a capacitor or not?Why do some devices use electrolytic capacitors instead of ceramics for small value components?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
$begingroup$
All professional DC, BLDC or PMSM motor controllers that I have seen (Sevcon, etc) have large numbers of DC bus capacitors connected in parallel. Their capacitances range around 100uF - 220uF. Wouldnt a single capacitor of large value like 4700uF or 10000uF be more convenient? Is it because of the large surge current whenever these controllers are connected to batteries or other high current power sources?
capacitor motordriver
New contributor
Winner is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
add a comment |
$begingroup$
All professional DC, BLDC or PMSM motor controllers that I have seen (Sevcon, etc) have large numbers of DC bus capacitors connected in parallel. Their capacitances range around 100uF - 220uF. Wouldnt a single capacitor of large value like 4700uF or 10000uF be more convenient? Is it because of the large surge current whenever these controllers are connected to batteries or other high current power sources?
capacitor motordriver
New contributor
Winner is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
add a comment |
$begingroup$
All professional DC, BLDC or PMSM motor controllers that I have seen (Sevcon, etc) have large numbers of DC bus capacitors connected in parallel. Their capacitances range around 100uF - 220uF. Wouldnt a single capacitor of large value like 4700uF or 10000uF be more convenient? Is it because of the large surge current whenever these controllers are connected to batteries or other high current power sources?
capacitor motordriver
New contributor
Winner is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
All professional DC, BLDC or PMSM motor controllers that I have seen (Sevcon, etc) have large numbers of DC bus capacitors connected in parallel. Their capacitances range around 100uF - 220uF. Wouldnt a single capacitor of large value like 4700uF or 10000uF be more convenient? Is it because of the large surge current whenever these controllers are connected to batteries or other high current power sources?
capacitor motordriver
capacitor motordriver
New contributor
Winner is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Winner is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Winner is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 8 hours ago
WinnerWinner
262 bronze badges
262 bronze badges
New contributor
Winner is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Winner is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
$begingroup$
Sure having enough capacitance is one parameter. But capacitors have series resistance which limits how much peak current can be drawn from a capacitor. Capacitors also have series inductance which limits how fast you can get the peak current out. Having multiple smaller capacitors in parallel reduces both series resistance and inductance.
$endgroup$
$begingroup$
Maybe you should add that big capacitors have more inductance than small ones, so a bunch of small caps whose total capacitance equals that of a single larger cap will have lower overall inductance than the single, larger cap.
$endgroup$
– DKNguyen
2 hours ago
add a comment |
$begingroup$
Higher ripple current capability, lower ESR and sometimes better form factor (eg. shorter) to fit in a convenient spot in the enclosure are likely reasons.
More surface area of the capacitor means more power dissipation capability, all other things being equal.
$endgroup$
add a comment |
$begingroup$
The capacitors help in filtering and decoupling noise. But each single value of capacitor is only good at one particular frequency. It has least ESR (higher ability to mitigate noise) Using a range of values provides that good filtering ability over wide frequency range.
Reduced Heating due to ESR.
As the ripple currents flow through the capacitors to and fro, the ESR opposes the current flow (similar to resistor). The higher ESR means higher power dissipation (as heat). This effectively raises the temperature of the capacitors. Higher the temperature lower the capacitance they can provide. Hence, low ESR over multiple frequency band is one desired parameter which can be effectively received by combining multiple capacitors than one single bug capacitor.
$endgroup$
$begingroup$
Where did you get that impedance graph? It doesn't actually work out that way where you always get the capacitor with the best performance being dominant. There are anti-resonance spikes formed by the interactions of the LC circuit introduced by each capacitor.
$endgroup$
– DKNguyen
7 hours ago
$begingroup$
electronics.stackexchange.com/questions/320363/…
$endgroup$
– DKNguyen
7 hours ago
$begingroup$
@DKNguyen I wanted to only present benefit of sharing multiple of capacitors so that the effective impedance is less. I agree it comes with side effect of antiresonance too.let me not confuse. Will remove it.
$endgroup$
– Umar
7 hours ago
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
return StackExchange.using("schematics", function ()
StackExchange.schematics.init();
);
, "cicuitlab");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "135"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Winner is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2felectronics.stackexchange.com%2fquestions%2f455225%2fwhy-do-motor-drives-have-multiple-bus-capacitors-of-small-value-capacitance-inst%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Sure having enough capacitance is one parameter. But capacitors have series resistance which limits how much peak current can be drawn from a capacitor. Capacitors also have series inductance which limits how fast you can get the peak current out. Having multiple smaller capacitors in parallel reduces both series resistance and inductance.
$endgroup$
$begingroup$
Maybe you should add that big capacitors have more inductance than small ones, so a bunch of small caps whose total capacitance equals that of a single larger cap will have lower overall inductance than the single, larger cap.
$endgroup$
– DKNguyen
2 hours ago
add a comment |
$begingroup$
Sure having enough capacitance is one parameter. But capacitors have series resistance which limits how much peak current can be drawn from a capacitor. Capacitors also have series inductance which limits how fast you can get the peak current out. Having multiple smaller capacitors in parallel reduces both series resistance and inductance.
$endgroup$
$begingroup$
Maybe you should add that big capacitors have more inductance than small ones, so a bunch of small caps whose total capacitance equals that of a single larger cap will have lower overall inductance than the single, larger cap.
$endgroup$
– DKNguyen
2 hours ago
add a comment |
$begingroup$
Sure having enough capacitance is one parameter. But capacitors have series resistance which limits how much peak current can be drawn from a capacitor. Capacitors also have series inductance which limits how fast you can get the peak current out. Having multiple smaller capacitors in parallel reduces both series resistance and inductance.
$endgroup$
Sure having enough capacitance is one parameter. But capacitors have series resistance which limits how much peak current can be drawn from a capacitor. Capacitors also have series inductance which limits how fast you can get the peak current out. Having multiple smaller capacitors in parallel reduces both series resistance and inductance.
answered 8 hours ago
JustmeJustme
6,8502 gold badges7 silver badges19 bronze badges
6,8502 gold badges7 silver badges19 bronze badges
$begingroup$
Maybe you should add that big capacitors have more inductance than small ones, so a bunch of small caps whose total capacitance equals that of a single larger cap will have lower overall inductance than the single, larger cap.
$endgroup$
– DKNguyen
2 hours ago
add a comment |
$begingroup$
Maybe you should add that big capacitors have more inductance than small ones, so a bunch of small caps whose total capacitance equals that of a single larger cap will have lower overall inductance than the single, larger cap.
$endgroup$
– DKNguyen
2 hours ago
$begingroup$
Maybe you should add that big capacitors have more inductance than small ones, so a bunch of small caps whose total capacitance equals that of a single larger cap will have lower overall inductance than the single, larger cap.
$endgroup$
– DKNguyen
2 hours ago
$begingroup$
Maybe you should add that big capacitors have more inductance than small ones, so a bunch of small caps whose total capacitance equals that of a single larger cap will have lower overall inductance than the single, larger cap.
$endgroup$
– DKNguyen
2 hours ago
add a comment |
$begingroup$
Higher ripple current capability, lower ESR and sometimes better form factor (eg. shorter) to fit in a convenient spot in the enclosure are likely reasons.
More surface area of the capacitor means more power dissipation capability, all other things being equal.
$endgroup$
add a comment |
$begingroup$
Higher ripple current capability, lower ESR and sometimes better form factor (eg. shorter) to fit in a convenient spot in the enclosure are likely reasons.
More surface area of the capacitor means more power dissipation capability, all other things being equal.
$endgroup$
add a comment |
$begingroup$
Higher ripple current capability, lower ESR and sometimes better form factor (eg. shorter) to fit in a convenient spot in the enclosure are likely reasons.
More surface area of the capacitor means more power dissipation capability, all other things being equal.
$endgroup$
Higher ripple current capability, lower ESR and sometimes better form factor (eg. shorter) to fit in a convenient spot in the enclosure are likely reasons.
More surface area of the capacitor means more power dissipation capability, all other things being equal.
answered 8 hours ago
Spehro PefhanySpehro Pefhany
222k5 gold badges177 silver badges465 bronze badges
222k5 gold badges177 silver badges465 bronze badges
add a comment |
add a comment |
$begingroup$
The capacitors help in filtering and decoupling noise. But each single value of capacitor is only good at one particular frequency. It has least ESR (higher ability to mitigate noise) Using a range of values provides that good filtering ability over wide frequency range.
Reduced Heating due to ESR.
As the ripple currents flow through the capacitors to and fro, the ESR opposes the current flow (similar to resistor). The higher ESR means higher power dissipation (as heat). This effectively raises the temperature of the capacitors. Higher the temperature lower the capacitance they can provide. Hence, low ESR over multiple frequency band is one desired parameter which can be effectively received by combining multiple capacitors than one single bug capacitor.
$endgroup$
$begingroup$
Where did you get that impedance graph? It doesn't actually work out that way where you always get the capacitor with the best performance being dominant. There are anti-resonance spikes formed by the interactions of the LC circuit introduced by each capacitor.
$endgroup$
– DKNguyen
7 hours ago
$begingroup$
electronics.stackexchange.com/questions/320363/…
$endgroup$
– DKNguyen
7 hours ago
$begingroup$
@DKNguyen I wanted to only present benefit of sharing multiple of capacitors so that the effective impedance is less. I agree it comes with side effect of antiresonance too.let me not confuse. Will remove it.
$endgroup$
– Umar
7 hours ago
add a comment |
$begingroup$
The capacitors help in filtering and decoupling noise. But each single value of capacitor is only good at one particular frequency. It has least ESR (higher ability to mitigate noise) Using a range of values provides that good filtering ability over wide frequency range.
Reduced Heating due to ESR.
As the ripple currents flow through the capacitors to and fro, the ESR opposes the current flow (similar to resistor). The higher ESR means higher power dissipation (as heat). This effectively raises the temperature of the capacitors. Higher the temperature lower the capacitance they can provide. Hence, low ESR over multiple frequency band is one desired parameter which can be effectively received by combining multiple capacitors than one single bug capacitor.
$endgroup$
$begingroup$
Where did you get that impedance graph? It doesn't actually work out that way where you always get the capacitor with the best performance being dominant. There are anti-resonance spikes formed by the interactions of the LC circuit introduced by each capacitor.
$endgroup$
– DKNguyen
7 hours ago
$begingroup$
electronics.stackexchange.com/questions/320363/…
$endgroup$
– DKNguyen
7 hours ago
$begingroup$
@DKNguyen I wanted to only present benefit of sharing multiple of capacitors so that the effective impedance is less. I agree it comes with side effect of antiresonance too.let me not confuse. Will remove it.
$endgroup$
– Umar
7 hours ago
add a comment |
$begingroup$
The capacitors help in filtering and decoupling noise. But each single value of capacitor is only good at one particular frequency. It has least ESR (higher ability to mitigate noise) Using a range of values provides that good filtering ability over wide frequency range.
Reduced Heating due to ESR.
As the ripple currents flow through the capacitors to and fro, the ESR opposes the current flow (similar to resistor). The higher ESR means higher power dissipation (as heat). This effectively raises the temperature of the capacitors. Higher the temperature lower the capacitance they can provide. Hence, low ESR over multiple frequency band is one desired parameter which can be effectively received by combining multiple capacitors than one single bug capacitor.
$endgroup$
The capacitors help in filtering and decoupling noise. But each single value of capacitor is only good at one particular frequency. It has least ESR (higher ability to mitigate noise) Using a range of values provides that good filtering ability over wide frequency range.
Reduced Heating due to ESR.
As the ripple currents flow through the capacitors to and fro, the ESR opposes the current flow (similar to resistor). The higher ESR means higher power dissipation (as heat). This effectively raises the temperature of the capacitors. Higher the temperature lower the capacitance they can provide. Hence, low ESR over multiple frequency band is one desired parameter which can be effectively received by combining multiple capacitors than one single bug capacitor.
edited 7 hours ago
answered 7 hours ago
UmarUmar
4,9533 gold badges12 silver badges35 bronze badges
4,9533 gold badges12 silver badges35 bronze badges
$begingroup$
Where did you get that impedance graph? It doesn't actually work out that way where you always get the capacitor with the best performance being dominant. There are anti-resonance spikes formed by the interactions of the LC circuit introduced by each capacitor.
$endgroup$
– DKNguyen
7 hours ago
$begingroup$
electronics.stackexchange.com/questions/320363/…
$endgroup$
– DKNguyen
7 hours ago
$begingroup$
@DKNguyen I wanted to only present benefit of sharing multiple of capacitors so that the effective impedance is less. I agree it comes with side effect of antiresonance too.let me not confuse. Will remove it.
$endgroup$
– Umar
7 hours ago
add a comment |
$begingroup$
Where did you get that impedance graph? It doesn't actually work out that way where you always get the capacitor with the best performance being dominant. There are anti-resonance spikes formed by the interactions of the LC circuit introduced by each capacitor.
$endgroup$
– DKNguyen
7 hours ago
$begingroup$
electronics.stackexchange.com/questions/320363/…
$endgroup$
– DKNguyen
7 hours ago
$begingroup$
@DKNguyen I wanted to only present benefit of sharing multiple of capacitors so that the effective impedance is less. I agree it comes with side effect of antiresonance too.let me not confuse. Will remove it.
$endgroup$
– Umar
7 hours ago
$begingroup$
Where did you get that impedance graph? It doesn't actually work out that way where you always get the capacitor with the best performance being dominant. There are anti-resonance spikes formed by the interactions of the LC circuit introduced by each capacitor.
$endgroup$
– DKNguyen
7 hours ago
$begingroup$
Where did you get that impedance graph? It doesn't actually work out that way where you always get the capacitor with the best performance being dominant. There are anti-resonance spikes formed by the interactions of the LC circuit introduced by each capacitor.
$endgroup$
– DKNguyen
7 hours ago
$begingroup$
electronics.stackexchange.com/questions/320363/…
$endgroup$
– DKNguyen
7 hours ago
$begingroup$
electronics.stackexchange.com/questions/320363/…
$endgroup$
– DKNguyen
7 hours ago
$begingroup$
@DKNguyen I wanted to only present benefit of sharing multiple of capacitors so that the effective impedance is less. I agree it comes with side effect of antiresonance too.let me not confuse. Will remove it.
$endgroup$
– Umar
7 hours ago
$begingroup$
@DKNguyen I wanted to only present benefit of sharing multiple of capacitors so that the effective impedance is less. I agree it comes with side effect of antiresonance too.let me not confuse. Will remove it.
$endgroup$
– Umar
7 hours ago
add a comment |
Winner is a new contributor. Be nice, and check out our Code of Conduct.
Winner is a new contributor. Be nice, and check out our Code of Conduct.
Winner is a new contributor. Be nice, and check out our Code of Conduct.
Winner is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Electrical Engineering Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2felectronics.stackexchange.com%2fquestions%2f455225%2fwhy-do-motor-drives-have-multiple-bus-capacitors-of-small-value-capacitance-inst%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown