Monday 20 January 2020

Resistor power rating for short pulses



Just wondering how to treat a resistor power rating if the resistor is only getting current passed through it for 1us or less? Is it reasonable to exceed the power rating significantly (say 10x) for such short pulses or unwise?



Answer



Pulse handling is a highly variable characteristic. You can often find this this information in manufacturers' handbooks, occasionally on the datasheet. Some resistors are specially designed for pulse handling capability and that will be well characterized. Things like the trimming method can affect the maximums- I would suggest not taking chances if reliability is important.


Here is such a resistor (Panasonic ERJ-P08J101V surge-resisting) which compares the pulse handling ability with more conventional resistors (note the test limits- 1,000 cycles and +/-5% permissible resistance change).


enter image description here


In this case, a 2/3W resistor can withstand 20-40W for 1msec (depending on type) so your 10x for 1usec seems fairly conservative (at least for the type of resistor I looked at, and with the allowable number of pulses and resistance change).


No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...