Voltage loss over many circuits

E

eromlignod

Guest
Hi guys:

I'm an ME and I'm trying to drive a large number of circuit boards in
a confined area. The circuits are all identical and pull about 150 mA
at 5V each. The problem is that there are almost 100 of the circuit
boards spread over about a 48-inch distance. The power supply is big
and can handle the total current, but I'm getting a terrible voltage
drop as I get farther and farther from the supply. The current gets
to be so much that the IR drop is significant, even for fairly heavy-
gauge wire. My voltage is dropping so much that it is causing logic
circuit problems.

Is heavier-gauge wire my only option? Is there a way to "goose" the
voltage along the way, like with a DC-DC converter or something?
Other tricks?

Any replies are greatly appreciated.

Don
 
"eromlignod"
I'm an ME and I'm trying to drive a large number of circuit boards in
a confined area. The circuits are all identical and pull about 150 mA
at 5V each. The problem is that there are almost 100 of the circuit
boards spread over about a 48-inch distance. The power supply is big
and can handle the total current, but I'm getting a terrible voltage
drop as I get farther and farther from the supply. The current gets
to be so much that the IR drop is significant, even for fairly heavy-
gauge wire. My voltage is dropping so much that it is causing logic
circuit problems.

Is heavier-gauge wire my only option? Is there a way to "goose" the
voltage along the way, like with a DC-DC converter or something?
Other tricks?

Any replies are greatly appreciated.

** You need to have multiple DC power feeds to all those modules - not
just a single bus.

Break them up into groups of say 10 or so and run a cable back to the PSU
for each group.


...... Phil
 
On Mon, 3 May 2010 19:23:05 -0700 (PDT), eromlignod
<eromlignod@aol.com> wrote:

Hi guys:

I'm an ME and I'm trying to drive a large number of circuit boards in
a confined area. The circuits are all identical and pull about 150 mA
at 5V each. The problem is that there are almost 100 of the circuit
boards spread over about a 48-inch distance. The power supply is big
and can handle the total current, but I'm getting a terrible voltage
drop as I get farther and farther from the supply. The current gets
to be so much that the IR drop is significant, even for fairly heavy-
gauge wire. My voltage is dropping so much that it is causing logic
circuit problems.

Is heavier-gauge wire my only option? Is there a way to "goose" the
voltage along the way, like with a DC-DC converter or something?
Other tricks?

Any replies are greatly appreciated.

Don
It's only 15 amps. How are the connections being made between the
supply and the boards? How are they grounded?

The best wey to distribute power like this is to use a higher voltage,
24 maybe, and use a "point of load" switching regulator on each board.
But that may not be feasible at this point and, at 15 amps, isn't
really necessary.

#10 wire is about a milliohm per foot. Four feet at 15 amps will drop
60 millivolts, not enough to bother logic. So your problem isn't
purely wire resistance.

John



John
 
On May 3, 10:23 pm, eromlignod <eromlig...@aol.com> wrote:
Hi guys:

I'm an ME and I'm trying to drive a large number of circuit boards in
a confined area.  The circuits are all identical and pull about 150 mA
at 5V each.  The problem is that there are almost 100 of the circuit
boards spread over about a 48-inch distance.  The power supply is big
and can handle the total current, but I'm getting a terrible voltage
drop as I get farther and farther from the supply.  The current gets
to be so much that the IR drop is significant, even for fairly heavy-
gauge wire.  My voltage is dropping so much that it is causing logic
circuit problems.

Is heavier-gauge wire my only option?  Is there a way to "goose" the
voltage along the way, like with a DC-DC converter or something?
Other tricks?

Any replies are greatly appreciated.

Don
Wow, this is great! I'd try and lay things out so that each circuit
has about the same amount of resistance between it and the power
supply. Then you can add a sense line back to the PS to adjust the
voltage. (but only one and it might not be necessary.)

George H.
 
On May 3, 10:27 pm, "Phil Allison" <phi...@tpg.com.au> wrote:
"eromlignod"







I'm an ME and I'm trying to drive a large number of circuit boards in
a confined area.  The circuits are all identical and pull about 150 mA
at 5V each.  The problem is that there are almost 100 of the circuit
boards spread over about a 48-inch distance.  The power supply is big
and can handle the total current, but I'm getting a terrible voltage
drop as I get farther and farther from the supply.  The current gets
to be so much that the IR drop is significant, even for fairly heavy-
gauge wire.  My voltage is dropping so much that it is causing logic
circuit problems.

Is heavier-gauge wire my only option?  Is there a way to "goose" the
voltage along the way, like with a DC-DC converter or something?
Other tricks?

Any replies are greatly appreciated.

 ** You need to have multiple DC power feeds to all those modules -  not
just a single bus.

Break them up into groups of say 10 or so and run a cable back to the PSU
for each group.

.....   Phil- Hide quoted text -

- Show quoted text -
Can you mix more than one 'sense' feedback line?

George H.
 
"eromlignod" <eromlignod@aol.com> wrote in message
news:b7d87d53-648e-4f06-9b21-7231208b6ccd@p2g2000yqh.googlegroups.com...
Hi guys:

I'm an ME and I'm trying to drive a large number of circuit boards in
a confined area. The circuits are all identical and pull about 150 mA
at 5V each. The problem is that there are almost 100 of the circuit
boards spread over about a 48-inch distance. The power supply is big
and can handle the total current, but I'm getting a terrible voltage
drop as I get farther and farther from the supply. The current gets
to be so much that the IR drop is significant, even for fairly heavy-
gauge wire. My voltage is dropping so much that it is causing logic
circuit problems.

Is heavier-gauge wire my only option? Is there a way to "goose" the
voltage along the way, like with a DC-DC converter or something?
Other tricks?

Any replies are greatly appreciated.
A quick hack maybe to try to equalize the voltage using resistors. Attempt
to add a small resistance to the closer loads to drop the voltage to about
the same as the furthest ones then up the voltage from the supply slightly
if you can. This may be next to impossible to do effectively if the topology
if the circuit does not facilitate any easy estimations of the resistances.

Alternatively you can divide the circuits into several groups and go from
there... as phil has suggested.

Or if you got a lot of copper to spare, use the same length wires, one for
each circuit. The is effectively the above suggestion but with groups of
size 1 but doesn't require any calculations or anything since every circuit
board will have the same drop due to the same length wire(and guage of
course).

Really it's going to depend on your topology. If it a bus with very short
stubs then the drop should be relatively linear and can be computed by
finding the relative distances. The resistance to add would be quite simple
to do(although it depends on the final power supply voltage which is unknown
but can be estimated).

Of course the optimal way would have been to add regulators/converters on
the boards from the getgo.
 
eromlignod wrote:
Hi guys:

I'm an ME and I'm trying to drive a large number of circuit boards in
a confined area. The circuits are all identical and pull about 150 mA
at 5V each. The problem is that there are almost 100 of the circuit
boards spread over about a 48-inch distance. The power supply is big
and can handle the total current, but I'm getting a terrible voltage
drop as I get farther and farther from the supply. The current gets
to be so much that the IR drop is significant, even for fairly heavy-
gauge wire. My voltage is dropping so much that it is causing logic
circuit problems.

Is heavier-gauge wire my only option? Is there a way to "goose" the
voltage along the way, like with a DC-DC converter or something?
Other tricks?

Any replies are greatly appreciated.

Don
What I have done in those cases is mount copper rails(~3mm by 20 mm)
like they use in power stations.
then you only need 2 or 3 short wires the each connector.
 
On May 3, 7:23 pm, eromlignod <eromlig...@aol.com> wrote:

I'm an ME and I'm trying to drive a large number of circuit boards in
a confined area.  The circuits are all identical and pull about 150 mA
at 5V each.  The problem is that there are almost 100 of the circuit
boards spread over about a 48-inch distance. ...  The current gets
to be so much that the IR drop is significant

Is heavier-gauge wire my only option?  Is there a way to "goose" the
voltage along the way, like with a DC-DC converter or something?
As others have pointed out, point-of-load regulators solve the
problem nicely but your system is of such small scale that shouldn't
be necessary. Using thicker wire for a trunk line (10 gauge copper)
and letting the last-few-inches stay at a more convenient size will
work well. You can also configure the trunk as a loop (put ferrite
beads on if the ground-loop pickup or radiation is a problem); this
doesn't use much extra wire, but halves the copper resistance.
 
On May 3, 10:23 pm, eromlignod <eromlig...@aol.com> wrote:
Hi guys:

I'm an ME and I'm trying to drive a large number of circuit boards in
a confined area.  The circuits are all identical and pull about 150 mA
at 5V each.  The problem is that there are almost 100 of the circuit
boards spread over about a 48-inch distance.  The power supply is big
and can handle the total current, but I'm getting a terrible voltage
drop as I get farther and farther from the supply.  The current gets
to be so much that the IR drop is significant, even for fairly heavy-
gauge wire.  My voltage is dropping so much that it is causing logic
circuit problems.

Is heavier-gauge wire my only option?  Is there a way to "goose" the
voltage along the way, like with a DC-DC converter or something?
Other tricks?

Any replies are greatly appreciated.

Don

Is this for your self-tuning piano?
http://www.amica.org/Live/Publications/Past-Bulletin-Articles/SelfTuning-Article.PDF
According to the article at that link, a piano could pull as much as
500 or 600 watts. That's a lot of power and you will get a voltage
drop in inverse proportion to power supply voltage, as I'm sure you
know.
Are you running the heater current through the same wires that power
the logic chips?
Maybe you should try to find a way (power-wise) to separate the brawn
from the brain, as it were.
You could run your wire-heaters at a higher voltage than the logic and
use local voltage regulation for the logic.
Or use remote voltage sensing -- a dedicated wire between the power
supply and the load that doesn't carry any power.
 
On 2010-05-04, eromlignod <eromlignod@aol.com> wrote:
Hi guys:

I'm an ME and I'm trying to drive a large number of circuit boards in
a confined area. The circuits are all identical and pull about 150 mA
at 5V each. The problem is that there are almost 100 of the circuit
boards spread over about a 48-inch distance. The power supply is big
and can handle the total current, but I'm getting a terrible voltage
drop as I get farther and farther from the supply. The current gets
to be so much that the IR drop is significant, even for fairly heavy-
gauge wire. My voltage is dropping so much that it is causing logic
circuit problems.

Is heavier-gauge wire my only option?
if resistive loss is the wire is the cause then increasing the amount
of copper is the solution.

If you have the system wired so that the second unit is powered by
short wires from the input termials of the first and the third is
likewise powered from the second your 90th unit has 89 short wires
(that probably total much more than 48" ) and also 90 mechanical joins
that probably have higher resistance than than short wires themselves
between it and the powerssuply.

Adding power feeds that go direct to the supply every 10 or so units
(like Phil suggested) will alleviate most of that.

As others have suggested swapping to a bus-bar system where each unit
connects directly to metal rods would also work, but at 15A smells
like overkill to me.


--- news://freenews.netfront.net/ - complaints: news@netfront.net ---
 
On May 8, 7:23 am, Jasen Betts <ja...@xnet.co.nz> wrote:
On 2010-05-04, eromlignod <eromlig...@aol.com> wrote:

Hi guys:

I'm an ME and I'm trying to drive a large number of circuit boards in
a confined area.  The circuits are all identical and pull about 150 ma
at 5V each.  The problem is that there are almost 100 of the circuit
boards spread over about a 48-inch distance.  The power supply is big
and can handle the total current, but I'm getting a terrible voltage
drop as I get farther and farther from the supply.  The current gets
to be so much that the IR drop is significant, even for fairly heavy-
gauge wire.  My voltage is dropping so much that it is causing logic
circuit problems.

Is heavier-gauge wire my only option?

if resistive loss is the wire is the cause then increasing the amount
of copper is the solution.

If you have the system wired so that the second unit is powered by
short wires from the input terminals of the first and the third is
likewise powered from the second  your 90th unit has 89 short wires
(that probably total much more than 48" ) and also 90 mechanical joins
that probably have higher resistance than than short wires themselves
between it and the power supply.

Adding power feeds that go direct to the supply every 10 or so units
(like Phil suggested) will alleviate most of that.

As others have suggested swapping to a bus-bar system where each unit
connects directly to metal rods would also work, but at 15A smells
like overkill to me.

--- news://freenews.netfront.net/ - complaints: n...@netfront.net ---
Am wondering if the problem is not with the 5 volt 'feed' side???????
Maybe it's with the 'return' side? maybe the wire gauge or metallic
path of the return needs to be looked at?
100 units at 150 ma is only 15 amps (total) and normal gauge wire Such
as 10AWG or 12AWG; unless something stupid like 26 AWG has been used
to a carry the whole 15 amps, has very low resistance per foot etc.!
Something weird about this question.
Assuming the 5 volt supply, is, say the positive? How is the negative
side wired; through a frame 'ground' or equipment case or something
with a significant resistance path?
This perhaps somewhat similar to a motor vehicle when there is a 'bad'
ground to the vehicle frame due to corrosion etc.
Suggestion anyway!
 

Welcome to EDABoard.com

Sponsor

Back
Top