Tell me more ×
Electrical Engineering Stack Exchange is a question and answer site for electronics and electrical engineering professionals, students, and enthusiasts. It's 100% free, no registration required.

I have an application where I have to drive 40 high-power LED's in short pulses using a LED light controller. I got the part after the light controller dimensioned, so now I just need to choose a suitable PSU to supply the light controller. The PSU output voltage has to be in the range of 35-48Vdc and be able to supply around 550W of power within 20us.

I found a couple of 48Vdc 600W PSU's that will meet the first two requirements, but what parameter should I look after to be sure that the PSU can deliver the needed power within just 20us?

Clarification: A single pulse starts with a 20us delay (low), then there is a 300us period where the pulse is high followed by a 19700us delay (low). My main concern is to make sure that the PSU can deliver the power needed immediately after the initial 20us delay.

share|improve this question
How about posting some datasheets? – Matt Young Aug 13 '12 at 15:36
farnell.com/datasheets/319845.pdf or farnell.com/datasheets/1301934.pdf or farnell.com/datasheets/93443.pdf are examples of PSU's I have looked at. – mola Aug 13 '12 at 15:55
1  
What is the average power you need? In other words, what is the time delay between pulses? – Szymon Bęczkowski Aug 13 '12 at 15:59
@SzymonBęczkowski The pulse width is 300us and the delay is 19700us, so the average power is only around 8W. – mola Aug 13 '12 at 17:29
Depending on your wire length, you may need a local reservoir anyway, or the inductance will kill your pulse. – apalopohapa Aug 14 '12 at 8:01

1 Answer

up vote 2 down vote accepted

\$ 550W \times 300 \mu s = 165mJ \$ (energy per pulse)

\$ 165mJ \times 50/s = 8.25W \$ (average power, 20ms pulse period so 50 pulses per second)

35–48Vdc range needed so use a 48V 10W PSU and a bank of capacitors for storing energy. Caps will slowly charge up to \$ V_{max} = 48V \$ and during the pulse, they will be discharged down to \$ V_{min} = 35V \$. Energy needed in caps \$ \Delta Ε = 165mJ\$. The caps will give this energy while discharged from \$V_{max}\$ to \$V_{min}\$:

\$ \DeltaΕ = C\dfrac{(V_{max})^2}{2} − C\dfrac{(V_{min})^2}{2} \$

solve for C

\$C = 2 \Delta Ε((V_{max})^2−(V_{min})^2) = 300 \mu F \$

(330μF closest cap value)

If you use a bigger cap, the voltage will be more stable, plus a cap this size costs almost nothing. Remember to get one with at least 63V rating.

share|improve this answer
See my clarification. – mola Aug 14 '12 at 7:26
Where do you get the 50s from in your average power computation? – mola Aug 14 '12 at 7:27
From your answer it seems like my problem is not solved by choosing a specific PSU but rather by adding a charge reservoir to the circuit - this I would like to avoid. A PSU must have some sort of internal reservoir; otherwise a cap would always be needed, correct? If yes, is there a PSU parameter that describes the size of this charge reservoir? – mola Aug 14 '12 at 7:32
I doubt a 22 \$\mu\$F/63 V electrolytic will have an ESR and ESL low enough to get 1 A/\$\mu\$s rise times from. An X7R will do better on ESR, but I don't know about ESL. And they're expensive. – stevenvh Aug 14 '12 at 7:46
@stevenvh You are right, but I think it is enough to add a small film cap in parallel with electrolytic just to give the initial current. – Szymon Bęczkowski Aug 14 '12 at 8:13
show 1 more comment

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.