NTC inrush current limiter

Thread Starter

Jesse Spiessens

Joined Jun 4, 2016
9
So I've been thinking on using an NTC to not blow up my TRIAC.
The thing I'm building is a programmable multi-socket/powerstrip. It would have 5 sockets and the load will most likely be some kind of christmas lights (incandescent). Each of the sockets should be able to handle a 16 amp load@240V (more as a safety measure as opposed to real use, you know, 'cause of breakers and stuff).
I'm planning on using 22 ohm NTCs ( http://www.produktinfo.conrad.com/datenblaetter/450000-474999/468053-da-01-en-Heissleiter_NTC.pdf ), but I have no idea if this value is sufficient etc. I've used PTCs etc, but NTCs are pretty new to me (but I know how they work).
 

MrAl

Joined Jun 17, 2014
13,704
Hi,

The 22 ohm'ers you are looking at only go up to 2.8 amps.
In fact, none of them go up to 16 amps.

Also keep in mind that the devices get hot when in use, and if you size them so they dont get hot then they dont work :)
 
Last edited:

Thread Starter

Jesse Spiessens

Joined Jun 4, 2016
9
Hi MrAl

Thank you for your response.
The Imax is the reason I wasn't sure about it.
I can't even find one remotely close to 16 amp ratings.

And I know, I will keep that in mind :)
 

MrAl

Joined Jun 17, 2014
13,704
Hi,

Some very good points being brought up here.

First, triacs are fairly hardy, although if you have a specific app that always draws high current, that could be a problem unless you over size the triac, which is entirely possible. Triacs go up pretty high as do SCR's.

Also brought up was the thermal time constant of the NTC type, which could take 60 seconds to cool down. During that time they only provide partial protection.

I second the "active solution" suggestion, as that will force it to work right without any hot parts.
If the triacs can be oversized, then that would be a good idea too. Rate them based on the max current you end up with rather then the normal running current. Of course that does not prevent line dips due to high current surges.
 

Thread Starter

Jesse Spiessens

Joined Jun 4, 2016
9
Thanks to all of you who already replied.
The TRIACs I was planning to use can handle 25A.
The active solution would indeed be nice, although then I'd have a zero crossing TRIAC driving other TRIACs, or are their other solutions?
Or should I just trust the makers of the loads in that they don't exceed 25 amps for a period so long that it would damage the TRIACs?
 

Thread Starter

Jesse Spiessens

Joined Jun 4, 2016
9
One disadvantage using an NTC thermistor is they don't offer protection for "hot restart".

Above a few hundred watts, you should use an active solution.
That indeed is something I've thought about. Although I'm not expecting the swap of loads, it's always possible that it happens.
 

MrAl

Joined Jun 17, 2014
13,704
Thanks to all of you who already replied.
The TRIACs I was planning to use can handle 25A.
The active solution would indeed be nice, although then I'd have a zero crossing TRIAC driving other TRIACs, or are their other solutions?
Or should I just trust the makers of the loads in that they don't exceed 25 amps for a period so long that it would damage the TRIACs?

Hi,

If this is important enough you may want to measure that. There are current clamp on meters that can catch the current surge when a device is turned on. For example my AC unit normally draws only maybe 5 amps, but when first turned on it draws a whopping 20 amps for a second. That 20 amps gets caught on the peak catching clamp on ammeter. Really any way you can come up with to measure it would be good though.
A 25 amp triac can take a lot of abuse, but measuring the actual current surge would allow us to figure out just how good it might work long term. Anything else is just guessing.
 

Thread Starter

Jesse Spiessens

Joined Jun 4, 2016
9
Hi,

If this is important enough you may want to measure that. There are current clamp on meters that can catch the current surge when a device is turned on. For example my AC unit normally draws only maybe 5 amps, but when first turned on it draws a whopping 20 amps for a second. That 20 amps gets caught on the peak catching clamp on ammeter. Really any way you can come up with to measure it would be good though.
A 25 amp triac can take a lot of abuse, but measuring the actual current surge would allow us to figure out just how good it might work long term. Anything else is just guessing.
Alright. I'll try to give some more information as soon as possible :)
If it exceeds the 25A though, I will propably go for an active solution.
Maybe something worth mentioning too. I have a zero crossing optocoupler which gives a microcontroller a pulse everytime the sinewave goes through the zero point. Could this measurement be used to soft start the load? For instance make it so that the first times a load is switched on, it only makes the TRIAC trigger right near the end of the wave? (Sorry if my explenation isn't clear)
 

MrAl

Joined Jun 17, 2014
13,704
Hi,

Sounds good.

I suppose it could make a difference if the surge ends fast, but if it takes 20 cycles then it probably wont do much. If you had a scope that would be nice, to measure the surge.

Yeah 25 amps sounds high. 10 amps would be much better.
 

Thread Starter

Jesse Spiessens

Joined Jun 4, 2016
9
How about measuring the current with using the voltage across a shuntresistor, using an opamp to substracht the voltage before and after the resistor (using a voltage divider because opamps won't like 240V) and then going to an adc of the microcontroller? Maybe not the easiest configuration, but it is one which would give me a lot of good information. And then say if current is greater than 16A, limit it by phase cutting.
 

MrAl

Joined Jun 17, 2014
13,704
Hi,

Probably doable. Either rectify or add a DC offset to the current, which will be AC also.
Test for accuracy first with resistive load.
Watch for excessive power dissipation in the shunt resistor or shunt.
 

Thread Starter

Jesse Spiessens

Joined Jun 4, 2016
9
Will do. Only thing to do now is to use optocouplers between microcontroller on the board and the external microcontroller which will be connected to a PC because well, it doesn't have a galvanic isolation.
 
Top