Author Topic: Create light for high-speed shooting 1500w  (Read 19053 times)

Nikon1

  • Hero Member
  • *****
  • Posts: 983
    • View Profile
Re: Create light for high-speed shooting 1500w
« Reply #15 on: January 15, 2021, 07:32:31 AM »
I asked radio amateurs about a single potentiometer for controlling multiple PWMs at once, they said that this can not be done. This here most likely will have to put some kind of gearbox to control 6 pieces at once

 Well, i am an Radio Amateur myself, and this can be done multiple ways. first off, there are Stacked Potentiometers. i am pretty sure i seen more than 3 Stacked, but they seem to be very hard to find these days and very expensive as they are considered Audiophile Parts apparently... Best thing i can find right now:
 https://www.banzaimusic.com/MEC-M-87115-Stacked-Pot.html

Well, found it, its Called Quad-Potentiometer, and its four Stacked ones. also a bit more reasonable priced, but still expensive:
 https://picclick.com/ALPS-Quad-Potentiometer-RK27114-blue-260629790846.html .
 #EDIT#:
 Even found 5 Potentiometers Stacked into a single unit, but its a vintage one with different Values for each one, propably for some Obscure Application, but they exist. However, while there may be some somewhere with even 6 Stacked ones, for more than 4 Stacked it seems to be better to build your own. So either go with a tripple Stacked one and use 3 PWM Units for 2 Strings of the LED Each (or A simple Stereo Potentiometer and use 2 PWMs/ 3 Strings per PWM), or build yourself some 6-Stack Potentiometer somehow.
« Last Edit: January 15, 2021, 07:48:21 AM by Nikon1 »

Visualtec

  • Newbie
  • *
  • Posts: 36
    • View Profile
Re: Create light for high-speed shooting 1500w
« Reply #16 on: January 15, 2021, 09:57:56 AM »
You could maybe use a Arduino type device to control each section wired to a switching amplifier.  You would need to write a small piece of code to allow 2 push switches to control the PWM on each section via its associated Pin. It would be interesting to see if a 36v stepper driver would work as you can limit the current and they pulse really fast so you would limit flicker at high frame rates. I wouldn't be testing it with a £500 LED though lol.

I have used an Arduino to control LED strips using the controller in the image attached obviously you would need something that would switch a lot more current for bigger LEDS, It did work ok I had it set to send serial signals to control the brightness from my PC.

I will see what bits I have floating around and try to experiment to see if the stepper driver will work.

« Last Edit: January 15, 2021, 10:01:20 AM by Visualtec »

SergeyKashin

  • Guest
Re: Create light for high-speed shooting 1500w
« Reply #17 on: January 15, 2021, 10:02:04 AM »
I want to find this format only at 2000 watts. The photo 900 watts

ExlerElektronik

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: Create light for high-speed shooting 1500w
« Reply #18 on: January 16, 2021, 08:08:36 AM »
A few notes about the ideas discussed here, as my business is designing electronics:

1) If the module has 6 individual LED chips you will have to supply them by individual drivers. Connected in parallel a LED which heats up will draw more current from the given voltage resulting in even more heat dissipated until is's gone  :-[.

2) I would not recommend to use a step up design if you want to get flicker free light. Without lots of filtering at the output a step up will produce strong flicker at it's PWM frequency.

3) Power dissipation in step up converter. The MOSFET or IGBT in an step up converter has to handle the input current and the output voltage. Thus converting 1500 W from 12 to 36 V will have an input current of 125 A. Power distribution is split in two components, static and dynamic loss.

Static loss can be estimated with the ON resistance RDSON for MOSFETs to be about (InputCurrent)^2*RDSON*(Vin/Vout). For the IXIS device referenced in an earlier post this would be about 125^2*0.0055*12/36 = 29 W (quite fine).
Using an IGBT this estimate would be saturation voltage VCEsat (typically in range of 2 V) * input current * Vin/Vout, resulting in about 83 W (need for good cooling).

Dynamic loss is caused by switching and could be estimated for both with SwitchingTime*Vout*InputCurrent*SwitchingFrequency. Trying to run the IXIS MOSFET at 125 kHz this leads to 200ns*36V*125A*125000 = 112.5 W.

To cool a total of >150 Wwill need water cooling or a pretty big heatsink for the MOSFET. Note the 1500 W shown in the datasheet is the maximum power dissipation if you manage to keep the case temperature at 25°C!

More notes:
a) As you can guess from the dynamic loss estimate above, switching at 5 MHz will definitely not work at this load.
b) Gate current during switching will be several A, so you need a good gate driver circuit to achieve the switching times shown in the datasheet.
c) In general switching converters will produce high electromagnetic noise emission. At this power there is a good chance you run into serious issues up to disturbing radio, TV, mobile and WiFi reception.
d) Stray inductance in the circuit caused by even short wires might produce strange voltage peaks which could easy destroy your electronics.
e) As of the voltage/current characteristic of a LED you won't get stable output current/power unless you put in a control circuit. Without this active control circuit there is a good chance you overload your LED with a slight change in PWM duty cycle. Warning: You won't get a linear relation between PWM duty and output current/power! The actual will be more like a threshold where the output starts to increase pretty steep without current control.

Conclusion: Don't try to build your own circuit unless you are familar with design of power electronics.

ExlerElektronik

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: Create light for high-speed shooting 1500w
« Reply #19 on: January 16, 2021, 08:13:48 AM »
One more note: A step down converter has a much more smooth output, so for flicker free light this would be the perfered one. Most of the other notes posted will still be valid.

Nikon1

  • Hero Member
  • *****
  • Posts: 983
    • View Profile
Re: Create light for high-speed shooting 1500w
« Reply #20 on: January 16, 2021, 12:36:05 PM »
A few notes about the ideas discussed here, as my business is designing electronics:

1) If the module has 6 individual LED chips you will have to supply them by individual drivers. Connected in parallel a LED which heats up will draw more current from the given voltage resulting in even more heat dissipated until is's gone  :-[ .

2) I would not recommend to use a step up design if you want to get flicker free light. Without lots of filtering at the output a step up will produce strong flicker at it's PWM frequency.

3) Power dissipation in step up converter. The MOSFET or IGBT in an step up converter has to handle the input current and the output voltage. Thus converting 1500 W from 12 to 36 V will have an input current of 125 A. Power distribution is split in two components, static and dynamic loss.

Static loss can be estimated with the ON resistance RDSON for MOSFETs to be about (InputCurrent)^2*RDSON*(Vin/Vout). For the IXIS device referenced in an earlier post this would be about 125^2*0.0055*12/36 = 29 W (quite fine).
Using an IGBT this estimate would be saturation voltage VCEsat (typically in range of 2 V) * input current * Vin/Vout, resulting in about 83 W (need for good cooling).

Dynamic loss is caused by switching and could be estimated for both with SwitchingTime*Vout*InputCurrent*SwitchingFrequency. Trying to run the IXIS MOSFET at 125 kHz this leads to 200ns*36V*125A*125000 = 112.5 W.

To cool a total of >150 Wwill need water cooling or a pretty big heatsink for the MOSFET. Note the 1500 W shown in the datasheet is the maximum power dissipation if you manage to keep the case temperature at 25°C!

More notes:
a) As you can guess from the dynamic loss estimate above, switching at 5 MHz will definitely not work at this load.
b) Gate current during switching will be several A, so you need a good gate driver circuit to achieve the switching times shown in the datasheet.
c) In general switching converters will produce high electromagnetic noise emission. At this power there is a good chance you run into serious issues up to disturbing radio, TV, mobile and WiFi reception.
d) Stray inductance in the circuit caused by even short wires might produce strange voltage peaks which could easy destroy your electronics.
e) As of the voltage/current characteristic of a LED you won't get stable output current/power unless you put in a control circuit. Without this active control circuit there is a good chance you overload your LED with a slight change in PWM duty cycle. Warning: You won't get a linear relation between PWM duty and output current/power! The actual will be more like a threshold where the output starts to increase pretty steep without current control.

Conclusion: Don't try to build your own circuit unless you are familar with design of power electronics.
YES, i can mostly agree with everything you said. 5MHz will be theoretical, as is the thing about 1500W power Dissapation. Reality is far from that, just like the 20kHz for the Fat IGBT Bricks, those gates just have way to high Gate Capacity to work well for HF. i also would have assumed, that everyone trying to actually build a PWM for >1KW Load would use pretty beefy cooling on the Power Components without even asking, so i didnt even go as far as to even mention it, but yes, you are also very right about that, needs serious cooling, or it will fail from overheating in a matter of Seconds or Minutes.
 In general i wouldnt use Pulsed Light anywhere where it isnt actually needed. So i am not quite sure why you would want to do that in the first place, since as you allready said EMV issues (not sure if that is an international Term or just a german thing) are a Problem at any frequency where it would be even remotely interesting for Highspeed Filming use.
 So i get why feeding it with 36V a Power-Supply directly would be an very simple and attractive Solution, allready because simplicity (but please, as i allready said multiple times, and ExlerElektronik also said here, use Current Limiting for each of the Single Parts of the LED, they will fail Quickly if you just wire them together in parallel and feed them Constant Voltage @SergeyKashin), but really couldnt reccomend PWM for this thing.
 I personally used Step Up-Converters like this for LED-Chips and i never had any issues with flickering even at 24kfps, so from my experience up to now, they are fine for this kind of use, are cheap and readily available, and dont need any additional filtering, whenever i used those bevore (thats also why i initially reccomended them, they worked well for me so far, have current limiting built-in and are dimmable). From using them, i dont really see an issue why they wouldnt work, but i see lot of Potential Problems with the PWM Idea. While this might even work just fine (if done Right. But as you dont seem to know about those IGBTs, i assume your knowledge about Elecronics is not at a Level where you would just go and build one yourself), i wouldnt do it. (@SergeyKashin) .
 just my opinion, but if you want it as simple as possible, use your 36V PSU directly with at least some Resistors for the Most Primitive Current Limiting for each Chanel of the Chip, or do propper Step-Up / Step-Down Controllers for each chanel with current Limiting if you actually want it dimmable (or some Form of Active Linear Current Limiting, which would basically be a space heater and would draw tons of Power at all Times). (@SergeyKashin)

SergeyKashin

  • Guest
Re: Create light for high-speed shooting 1500w
« Reply #21 on: January 16, 2021, 01:58:46 PM »
I already have 2 PWMs of 1000 watts and they work perfectly, although I can not yet turn them on at full power because I only do water cooling for the LED. Therefore, I am looking for a more powerful one so that 2 wires do not lead to the diode, but only 1 two-wire one. To do this, I want to find a pwm at 2000 watts 150 kHz with an operating range from 12 to 60 volts

In PWM there is such a transistor
http://ncepower.com/Upload/SGT/NCEP15T14Tdatasheet-15470517689.pdf


There is also such a power source that allows you to adjust the power immediately in it. LM 40-75ER -SORENSEN
« Last Edit: January 16, 2021, 02:12:15 PM by SergeyKashin »

Nikon1

  • Hero Member
  • *****
  • Posts: 983
    • View Profile
Re: Create light for high-speed shooting 1500w
« Reply #22 on: January 16, 2021, 09:13:17 PM »
There is also such a power source that allows you to adjust the power immediately in it. LM 40-75ER -SORENSEN

 Yes, there are adjustable PSUs, but for the Kind of Power that Chip Needs, they get really Bulky and crazy Expensive, if you got that kind of Money to afford one of those, might as well look into buying some Finished Lamp with such chips inside, propably will cost about the Same.
 .
 If you actually just wired those Chanels on the Chip together as 3+3 Configuration without anything else directly to two PWMs, i would really be interrested How long that Chip will survive that, bevore some Part of the LED Fails...?
 .
 If you allready do Watercooling on the Main LED, might as well think about Also Watercooling the Power Mosfets on the PWM, there are Penty of Cheap Waterblocks available which would be pretty easy to add into your existing Loop:
 https://www.ebay.de/itm/Aluminium-Wasserkuhlung-Block-40x40x12mm-Liquid-Kuhler-Wasserblock-Heizkorper/283495000224?hash=item42019e68a0:g:wzsAAOSwaKVc0BqI

Nikon1

  • Hero Member
  • *****
  • Posts: 983
    • View Profile
Re: Create light for high-speed shooting 1500w
« Reply #23 on: January 27, 2021, 01:33:11 PM »
So finally i finished my Lamp. Was Planing to do that for quite a while now. I also considered to use one of those Big chips, but in the End Went with 150W LED Chips with integrated Drivers, which run directly from Mains Voltage. Those will flicker when used normally, but the ones that i came across until now, will Produce Flicker-Free Light when you feed them with well enough Filtered DC Voltage (they do rectify the Mains AC internally anyways, but dont have a big enough Capacitor built in, propably mostly because of size and also Cost, and because of that will cut out everytime time Voltage Crosses Zero, which causes the Flicker), which is still way simpler to do than building a full on Power Supply for any of the Lower Voltage Chips out there of similar Power. Only "Problem" of that is, that i cant really control the Brightness, apart from just switching off entire Chips if i wanted to, but i figured, when i get that Lamp out, i propably need all the Light i can get anyways, so just have it at full power or else use Some Smaller 300 or 200W Lamps (which i can control in Brightness).
 .
 Main Benefit of those Chips is, that they are really cheap compared to the 1500W ones, even those cheaper ones at ~500 each. I paid less than 300€ for all the Chips needed for this lamp (9 chips making it a 1350W Lamp in total), the 20mm Thick Aluminium Plate (including Cost for getting it cut to size and shipping), Thermal paste and Mounting Hardware all to gether.
 .
 Biggest downside on the other hand is drilling and Hand Taping (as its to big for any of my machines) a ton of small holes, and almost an Gurantee to break one or more Taps while you are at it.
 .
 I originally Planed on building two of those (i allready have the Chips for the Second one), but we will see how i like that one when actually using it, bevore i do that.
 Right now the Chips are cooled mainly by thermal Mass of the huge Piece of Metal behind it and the Still pretty consideable Surface Area of the Whole thing, keeping it cool for like 10 to 12 Minutes bevore it gets uncomftably hot (calculated it Month ago to last some time, not sure anymore, but i guess i assumed ~10Min, To stay below 100°C on the Plate, only from Thermal Mass, again assuming the Plate Starting at 20°C and upright position of the Lamp with some Light airflow from the Hot air moving upwards), which is good enough for now, but i propably end up adding some better cooling to it, by either Bolting on some Big L-Bar Aluminium As Fins on the Back (would be like 100€ in Metal to add, and some Work), Watercooling it or something else to make it able to run longer or even constantly. Maybe even a big powerfull enough Fan would improove the Time by a lot, right now its just purely passive Cooling without any Forced Air movement.
 .
 Overall, this isnt a pretty/ideal solution, but it does Produce quite nice Light (and a lot of it also) very cheap.
 Would not reccomend to build anything like this without some serious bevorehand experience, because this uses Mains Voltage all over it, and is actuall fairly dangerous and can potentially easily kill someone.
« Last Edit: September 17, 2023, 09:03:11 AM by Nikon1 »

SergeyKashin

  • Guest
Re: Create light for high-speed shooting 1500w
« Reply #24 on: January 29, 2021, 01:12:09 PM »
1. These LEDs have a very low color rendering index, so you will get a terrible picture on processing (unless of course this is an experiment in which Cree is not so important). I have a 1000-watt LED, its price is $ 85, but it has Cri80 and then I looked at what he got on installation and was shocked, it turned out to be a mess of colors and shades

2. The outlet has 60 hertz and these LEDs can strobe

3. If they have such a power of 1350 watts, then your radiator would heat up in less than a minute, take a wattmeter and measure how much LEDs consume, you will see that it will be about 500 watts, maybe even less

Now I am assembling LED panels in the size of 30x20 with a capacity of 250 watts. This panel heats up in about 1 minute to a very hot state and to reduce the temperature, I installed 2 coolers 140x140mm 1200 rpm there

Nikon1

  • Hero Member
  • *****
  • Posts: 983
    • View Profile
Re: Create light for high-speed shooting 1500w
« Reply #25 on: January 29, 2021, 05:33:14 PM »
Yeah, i know that the CRI is rather low on those, but this is not for High Fidelity Video, but to have a cheap bright light in the First place (i indeed also want to have a Propper Color accurate Light of such a power at some point, but i need to start somewhere without breaking the Bank). based on the fact that the Manufacturer Doesnt even give any CRI Rating, i would asume it to be around 50-60 or lower (to the Eyes Color does actually not look terrible either, seen WAY worse!). Still not too bad, but i indeed wouldnt use it for Professional Productions for multiple reasons, Color accuracy is one of them. But then again, the LEDs for this where less than 100€, and other materials together less than 200€, so good enough for high framerate Stuff, where i just want to see something in the First place, and doesnt care too much about color.
 .
 And yes, they will strobe; as i said, for highspeed-Filming i will need to feed them Filtered DC Voltage, not AC as they are intended to be used. Its 50Hz for me, cause Germany.
 .
 I havent meassured the Actuall Power Consumption, but can do that, if you are interrested.
 .
 As far as Thermals go, the Panel has a Size of 550x350x20mm in solid Aluminum, given (pure) Aluminium Typically has a Density of 2,6989 g/cm3 , total weight of the Plate would be 10,39kg. Now at a specific Heat Capacity of Aluminium of 897 J/(kg*K), the Thermal Mass alone would need a Energy of about 745586 Ws to heat up from 20°C to 100°C, which i for this case set for myself as the maximum allowed Operating Temp, propably would still be able to go to 120°C, but dont want to risk that, and that will also give me a bit of safety margin. Now, given a Heat input of 1350W, those 745586 Ws will be generated in 9 Minutes 12 Seconds. So even if the Chips would have propper Specified Power Output, alone Thermal Mass would keep them From Overheating for almost 10 Minutes. BUT the Panel also happens to have a Surface Area of 0,421m2, which will also dissapate quite a bit of heat just from Sitting there (i assumed free convection Cooling in Upright Position as in mounted on top of An Tripod with enough Space Around it, so air can move Freely), even without any fans on it (i just redid the Calculations for the Thermal design regards Thermal mass right here, i wont redo my Math for the Thermal Dissapation of the Surface again, so i just leave it at that), while that Mass is Trying to heat up, extending the Time which it takes to heat up even more. As i allready said in the First post about it, i dont remember for what exact time i calculated it, but it was something between 10 and 15 Minutes of Save use with Passive Cooling only. Forced Airflow, aka. A Powerfull Fan would Increase Heat dissapation by a huge bit, and so would adding Surface Area as in Fins on the Back, but as i also allready said, thats a Project for another day.
.
« Last Edit: January 29, 2021, 10:40:34 PM by Nikon1 »

SecondChild

  • Newbie
  • *
  • Posts: 1
    • View Profile
Re: Create light for high-speed shooting 1500w
« Reply #26 on: May 06, 2021, 11:23:21 PM »
I just needed it. Thanks for sharing.

SergeyKashin

  • Guest
Re: Create light for high-speed shooting 1500w
« Reply #27 on: June 09, 2021, 02:51:28 PM »
Finally, one of the lighting projects is ready, 4 panel (200*300mm) - 1000 watt LED panel, size 1200 * 200mm