1

I've had some transistors fail on a PCB, but I can no longer source them as they have long reached EOL and are now obsolete.

The part numbers are as follows (linked to the original data sheets):

I've contacted RS Components' tech department in the UK to ask them which MOSFETs I can replace these with but they're not getting back to me.

There are thousands of transistors listed on their website; I don't know where to start.

What do I need to be looking for when choosing new parts to replace these faulty transistors?

Danny Beckett
  • 359
  • 3
  • 15
  • 1
    A description of the PCB and a schematic if possible will make this question answerable; the devices were chosen for some subset of all the performance parameters that the devices exhibit. – Peter Smith Mar 02 '16 at 15:05
  • @PeterSmith It is a Drive Control PCB. The board is an [Aisin 88610-4020 (88611-4020-B)](http://www.silmoh.com/pezzi2/engmostrapezzo.asp?idPezzo=1268) used in an in industrial embroidery machine. – Danny Beckett Mar 02 '16 at 15:11

1 Answers1

8

The four main parameters that you need to worry about are:

  • \$V_{GS\_MAX}\$ or maximum gate voltage. New device should meet or exceed rating of old device
  • \$R_{DS\_ON}\$ or Drain-to-source resistance at various \$V_{GS}\$. You will want to compare the old devices' \$R_{DS\_ON}\$ @ \$V_{GS} = \$ some voltage vs the new one at a similar \$V_{GS}\$. You want \$R_{DS\_ON\_NEW} \le R_{DS\_ON\_OLD}\$
  • \$V_{DS\_MAX}\$ which is the maximum voltage across drain and source, and effectively how much voltage the transistor can block before breaking down. New device should be \$\ge\$ old device.
  • \$I_{D\_MAX}\$ or maximum drain current, which is how much current the transistor can carry when it is fully on without breaking down. New device should be \$\ge\$ old device.

The FETs you are trying to replace are marketed as "High Speed" (whatever that means, its a fairly relative term especially if they are very old), so you may also want to compare switching speeds of the old ones to any new options.

Use a parts distributor's (like digikey, mouser, farnell, newark, etc.) parametric search tool to find a suitable replacement. Further refinements might include package form factor, total power rating (which may not actually be equal to \$V_{DS\_MAX} * I_{D\_MAX}\$ as you might expect), and price.

Most of these parameters are published on the first page of the datahseet, if not, don't use the numbers from the "Absolute Max" section, use the values from the "Recommended Operating Values" or whatever the case may be.

Brendan Simpson
  • 2,154
  • 12
  • 20
  • 3
    I don't agree that these are the key parameters for *this application* (of which we know nothing); the parts may have been chosen for a particular value of Coss for all we know. – Peter Smith Mar 02 '16 at 15:08
  • Ok, these are all "Power MOSFETs", so I would argue instead that these are the *most* important parameters. However, having taken a gander at the datasheets, they seem to have been marketed as "High Speed". I'll update my answer accordingly. – Brendan Simpson Mar 02 '16 at 15:11
  • 2
    A missing parameter is the Vgs threshold at which the FET turns on (Vth, I'm told). That should match the application. Lowering it can be disastrous, leaving the FET partially conducting when it should be off, even though all [currently stated](http://electronics.stackexchange.com/revisions/220419/2) conditions are met. – fgrieu Mar 02 '16 at 18:24
  • 1
    @fgrieu good point, however do you mean Vth by chance? – Brendan Simpson Mar 02 '16 at 18:27