10

I am currently designing a capacitive discharge spot welder and am running into the issue of switching.

I plan to use a few super capacitors in series to discharge around 1000A in a very short period of time (most likely less than 100 milliseconds). I plan on charging the capacitors to around 10V.

So I essentially need a device capable of delivering a short pulse of very high current. I do not want to dump the entire charge of the capacitor in one go, so SCRs are not a solution to my issue. I have been looking at MOSFETs, and this one catches my eye: http://www.mouser.com/ds/2/205/DS100728A(IXTN660N04T4)-1022876.pdf

However, I am unsure of how exactly to interpret the datasheet. Is the MOSFET capable of driving 1800A as its pulsed drain current states? Or is it limited to 660A (or even 220A), forcing me to wire a few of these in parallel? Or will one of these MOSFETS be fine? According to my preliminary calculations, a lone MOSFET connected directly to the capacitors without any other resistance would be dissipating around 900W, which seems to be within the range of the data sheet.

So essentially, am I interpreting the data sheet correctly, or do I need to order a few of these MOSFETs (and if so, how many would you guess?)


LetterSized
  • 1,030
  • 1
  • 6
  • 13
  • Assuming your pulse repeat time is long enough, that device should be able to handle it. Not sure about the super-caps and wiring though. The 900W thing does not mean much if your pulse repeat time is low. – Trevor_G Mar 14 '17 at 07:21
  • It would be very helpful if you could describe your drain current more fully. Like with a graph. Are you thinking it is 1000A for 0.1 sec? Or would you be modulating the FET on and off during the 0.1 sec? What is the maximum pulse energy, in Joules? – user57037 Mar 14 '17 at 07:27
  • @mkeith I'm not quite sure how to model the drain current. Though I intend to use Maxwell BCAP0310s for caps with ESRs of 2.2 mOhms each. So if I have four in series, 8.8 mOhms plus the 0.85 mOhms of the MOSFET, yielding 9.65 mOhms. Taking 10V into account, that's where I got around 1000A and 900W from. Unless there is a better way of doing it, I just plan to send a high voltage to the gate pin for 0.1 seconds and then removing it. – LetterSized Mar 14 '17 at 07:37
  • @Trevor That is a fair point... I guess I'll consider a much lower current or capacitors with higher ESRs. – LetterSized Mar 14 '17 at 07:50
  • 2
    I have a feeling you are underestimating the current required to spot weld though. Minimum values I am seeing are like 6kA and up to 100kA. – Trevor_G Mar 14 '17 at 07:57
  • I don't plan on welding anything very thick, just thin nickel sheets less than 0.2mm thick. Hopefully this will be enough current. – LetterSized Mar 14 '17 at 08:02
  • 4
    If the total ESR in the caps and FET is 9 mOhms, at 1000A, that's a problem. You're dumping all the power in the welder and none in the spot being welded. You need most of the resistance where you want the heat to be. –  Mar 14 '17 at 09:51
  • Another option is a transformer with a few turns of huge gauge wire at the output. Microwave transformers are popular for DIY spot welders. – bobflux Mar 14 '17 at 16:10
  • 1
    @DaPasta: discharging "2F" car audio caps with an SCR @ 15V works well for spot-welding to 18650s like you're (likely) doing. Using a CC/CV benchtop supply @ 10A will recharge them in under 10 seconds. Welding power is controlled by voltage into the caps. – Bryan Boettcher Mar 14 '17 at 20:09
  • If there are several in parallel, then if one lets out the magic smoke the user might notice and reduce the current until they can get a replacement part, while still being able to use it a bit. – Andrew Morton Feb 15 '21 at 18:54

4 Answers4

16

Look at page 4, fig.12, graph of safe operating area. That is exactly what you need.

enter image description here

You are talking about single pulse, right? You didn't mention any repetition or timing at all. If you open mosfet hard, say Rdson is 0.85mOhms. In case of 1000A the Vds will be less than 1V, so you have to look at the left side of graph.
There is no line for 100ms pulse, so you have to interpolate between DC and 10ms pulse. The safe current is much lower than 1000A. It is like 400A. And it is the maximum.

Chupacabras
  • 5,394
  • 2
  • 23
  • 50
  • Thank you for the informative answer. Just to follow up, why do you assume that Vds is less than 1V? What stipulates its value? – LetterSized Mar 14 '17 at 08:28
  • Ohm's law. Rdson=0.85mOhm, I=1000A. V=R*I=0.85V. You have power source of 10V, but it does not mean that there will be 10V accross D-S, because there will be some other parts in your circuit with it's voltage drop, right? – Chupacabras Mar 14 '17 at 08:39
  • Is "external lead current limit" some property of the test or that they just don't want you constantly shoving > 200 A through whatever wires you have bolted to the thing? – Nick T Mar 14 '17 at 18:15
  • IMHO "external lead current limit" is the limit of physical bonds from case to silicon and limit of case itself. – Chupacabras Mar 14 '17 at 18:26
3

I can confirm that this transistor does not do the job: http://www.eevblog.com/forum/projects/guesses-on-what-i-am-attempting-here/msg1236519/#msg1236519

This part is limited by bond wire current handling capacity - 200A.

tatus1969
  • 31
  • 1
2

it depends of on/off ratio, how much heat is produced. These transistors blocks have one limitation, that is a heat transfer. They are not so good when cooling down, another drawback is the large gate capacitance, so you will need a very expensive and powerful gate driver, even more if you will put them in parallel.

IMO you can do a better circuit if you use a bunch of D2Pak transistors in parallel. D2Pak can handle more current, but then you would need some complicated PCB.

Marko Buršič
  • 23,562
  • 2
  • 20
  • 33
2

You should worry a bit more about the super capacitors. Some Murata "high current" models are rated for up to 10A. Other super capacitors have rating in the milliampere range.

Klaws
  • 339
  • 1
  • 4
  • 1
    I would love the sight of a briefcase sized bank of parallel supercapacitors capable of delivering 1000 A. – paki eng Jun 02 '21 at 16:11