Author Topic: [solved] Selecting a MOSFET for mains AC switching  (Read 4767 times)

0 Members and 1 Guest are viewing this topic.

Offline DarkwingTopic starter

  • Contributor
  • Posts: 39
  • Country: de
  • Let’s get dangerous!
[solved] Selecting a MOSFET for mains AC switching
« on: April 18, 2018, 11:28:35 pm »
Hi folks!  :)

I'm thinking of a project where I want to use n-channel MOSFETs in back-to-back configuration to switch (or even PWM) big AC loads on mains. (What I mean with back-to-back: see here in answer 1.)

The ballpark: I'm expecting loads up tp 13 A on 230 VAC (Europe), so 3.000 W we have.

Looking for a pretty low RDSon of < 35 m?, this should get me a power loss of not more than 6 W per MOSFET — so hopefully not a big thermal problem.

The calc:


  RDSon = 0.035 ?

  Udrop = R · I
  Udrop = 0.035 ? · 13 A
  Udrop = 0.455 V

  P = Udrop · I
  P = 0.455 V · 13 A
  P = 5.9 W


And this is even for DC btw.





Now here's the tricky part that makes me scratch my head:

When I take a look around to select a "big guy" like Infineon's IPW65R019C7 for example, having a rating of 650 V and 75 A continuous drain current, I then stumble across the "safe operation diagram" and begin to wonder:



So does this really mean, that I could only draw 100 mA at 230 VAC @ 50 Hz (= 20 ms "pulse") using such a MOSFET?  :o

Can anyone point me in the right direction to find appropriate MOSFETs for my needs (maybe even with logic level gate [I dare to ask!])? Or maybe am I completly on the wrong track with reading the above diagram? I can't believe this  ... 100 mA!?   :-[


Thanks @all!  8)



PS: Please don't sidetrack with Relais, SSRs, IGBTs or Triacs, I want to discuss MOSFETs here. Thanks!  :)



« Last Edit: April 19, 2018, 08:37:46 am by Darkwing »
 

Offline Dave

  • Super Contributor
  • ***
  • Posts: 1352
  • Country: si
  • I like to measure things.
Re: Selecting a MOSFET for mains AC switching
« Reply #1 on: April 18, 2018, 11:51:01 pm »
You will not have 230V across the FET while 13A are flowing through it.
<fellbuendel> it's arduino, you're not supposed to know anything about what you're doing
<fellbuendel> if you knew, you wouldn't be using it
 

Offline BrianHG

  • Super Contributor
  • ***
  • Posts: 7660
  • Country: ca
Re: Selecting a MOSFET for mains AC switching
« Reply #2 on: April 18, 2018, 11:54:30 pm »
That safe operating zone means with 230v between source and drain, if you slightly turn on the mosfet in it's linear region, IE slightly turned on to a resistance of 2300 Ohms and the voltage between drain and source is 230v, that is as far as you can safely go.  Now, I hope you are turning these mosfets almost completely on when switching.  IE, on resistance between drain and source will be 0.035 Ohm, not 2300 Ohm, and when the mosfet is on at 0.035 Ohm, what will be the voltage between your drain and source.  I don't think it will be 230v, right?  That is unless you are drawing thousands of amps of current...

Now, when turning off the mosfet, the resistance between source and drain should be greater than 2300ohm.  It should be in the hundreds of megaohms region unless you have a faulty mosfet.  Now, with that resistance and 230v between source and drain, will the mosfet be conducting more than, or anywhere near 100ma?

I think you are pretty safe concerning that safe operating area unless you are making a linear amplifier where the mosfet will roast if you try to conduct a linear 100ma continuous with a 229v drop across drain and source.
« Last Edit: April 18, 2018, 11:56:53 pm by BrianHG »
 

Offline Phoenix

  • Frequent Contributor
  • **
  • Posts: 420
  • Country: au
Re: Selecting a MOSFET for mains AC switching
« Reply #3 on: April 18, 2018, 11:55:18 pm »
The SOA is a matrix of simultaneous measurements. You are reading it as if the MOSFET is blocking 230V when off that it can only conduct 100mA when on. If you run linearly and have the FET dropping 230V at 100mA that's 23W. It can pulse that for 10ms.

In your scenario you will be running a Vds closer to 0.5V when the MOSFET is fully on. I'm reading that SOA at 0.5V as about 30A DC (implicitly limited by RdsON).
 

Offline T3sl4co1l

  • Super Contributor
  • ***
  • Posts: 21606
  • Country: us
  • Expert, Analog Electronics, PCB Layout, EMC
    • Seven Transistor Labs
Re: Selecting a MOSFET for mains AC switching
« Reply #4 on: April 19, 2018, 12:27:31 am »
Mains is usually quiet, but it can be a dirty, violent place.

You may want to consider:
1.. Using much larger transistors (>= 1000V), with a MOV:
a. in parallel with the switch (ensures transients do not blow the FETs; transient is passed to the load), or
b. in parallel with the source and load (ensures transients are absorbed, brute force)
2. Using a TRIAC, which will automatically turn on during a transient (passing it to the load), but which drops 1-2V.

#2 is the more traditional approach, both being cheaper, easier and more reliable.  The power loss is not usually a problem; a small heatsink will suffice.  Modules are commercially available (any AC-only solid state relay).

Tim
Seven Transistor Labs, LLC
Electronic design, from concept to prototype.
Bringing a project to life?  Send me a message!
 

Offline DarkwingTopic starter

  • Contributor
  • Posts: 39
  • Country: de
  • Let’s get dangerous!
Re: Selecting a MOSFET for mains AC switching
« Reply #5 on: April 19, 2018, 08:37:20 am »
Aha! Thanks so much!  ^-^

I knew that something felt wrong, when reading this diagram — thanks for pointing it out! I even calculated my voltage drop, but I never considered this to be VDS. ^^ Of course it is at on time.

Sometimes these SOA diagrams have an additional labeling saying "limited by RDSon"; now it is clear what this means.

  (For illustration purposes only.)





So looking back to my original example with the IPW65R019C7: it has a rise time of 27 ns, so a much quicker "pulse" than what is measured in the SOA diagram. It can easily handle the 325 Vp (the sine wave peak voltage of AC mains) when it turns on. Also my VDS of 0.455 V at fully on state is not even displayed in the diagram, so unproblematic is it. I consider this to fall in the area of "limited by RDSon", so again, no problem here.




I would say that it is safe to say that it is safe. ;)
Thanks for helping me out on this!  :-+
« Last Edit: April 19, 2018, 08:40:04 am by Darkwing »
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf