MOSFET Redundancy/Fail-Safe in Automotive System

AI Thread Summary
The discussion focuses on implementing a fail-safe system for an N-MOSFET driving relays in an automotive application. The user seeks to ensure that if the FET fails, power to the vehicle's 'Run' circuit remains uninterrupted. Suggestions include using a separate backup system, such as a PMOS, that activates only upon primary FET failure, and employing logic gates to monitor the FET's state. Concerns are raised about the risks of parallel FETs failing simultaneously and the need for additional protection circuits to prevent damage during faults. The conversation also touches on industry practices regarding redundancy and fail-safety in automotive electronics.
¡MR.AWESOME!
Messages
35
Reaction score
0
Yohoho. I've got an N-MOSFET driving some relays that control the 'Run' circuit in a vehicle. If a FET fails, these relays must not cut off power while the car is running. The FET's I'm using are ON Semi's NCV8402. They are pretty heavy duty as it is, but I want to implement some sort of redundant or fail-safe system to make sure.

I have an MCU with CMOS output of 3.3V driving the gate. There is a series resistor on the gate as well as a pull-down resistor. I will probably include a diode to block any voltage to the MCU that may arise out of a Drain-Gate short failure. How does that sound to you guys? Did I miss anything so far?

I was thinking of using a logic gate to compare the state of the MCU's output pin with the state of the FET to determine if a fault occurred. I would a voltage divider from the drain-side of the FET to one of the inputs of the logic gate and the other side of the logic gate to the gate-side of the FET. Doing this would require me to clamp the voltage down to a lower level than what is provided by the MOSFET, so I would add an external TVS from Drain to Source as well. How does that sound?

Now the real trouble I'm having is deciding on whether to just wire up two FETs in parallel and monitor if one of them goes bad to alert the operator, or if i need a completely separate backup system that is unused in normal operation, but would kick in in case of the primary MOSFET failing. I feel like if there was some event large enough to take out one of the FETs, if they were in parallel, the event would take them both out. So I would need a separate system. Lemme know what you guyses think.

Thanks
 
Last edited:
Engineering news on Phys.org
You could use latching relays. That way once they close, even if the driver ckt blows out, it does not affect them.

For the back up system, I would go with a "separate system".
Maybe use a PMOS as back up, which kicks in only when the primary mosfet fails.
 
¡MR.AWESOME! said:
I was thinking of using a logic gate to compare the state of the MCU's output pin with the state of the FET to determine if a fault occurred. I would a voltage divider from the drain-side of the FET to one of the inputs of the logic gate and the other side of the logic gate to the gate-side of the FET. Doing this would require me to clamp the voltage down to a lower level than what is provided by the MOSFET, so I would add an external TVS from Drain to Source as well. How does that sound?

Now the real trouble I'm having is deciding on whether to just wire up two FETs in parallel and monitor if one of them goes bad to alert the operator, or if i need a completely separate backup system that is unused in normal operation, but would kick in in case of the primary MOSFET failing. I feel like if there was some event large enough to take out one of the FETs, if they were in parallel, the event would take them both out. So I would need a separate system. Lemme know what you guyses think.

You need to stop and think what the real risks are. Risk has two parts, the probability of somethinig happening and the consequences of it happening.

You are right that "single point failures" are important. None of these complications will have any effect if your power supply fails, for example.

I would think that lilkelihood of electronic components failing if they are used within their correct operating parameters would be negligible compared with the chance of mechanical failure in an "average" automotive system, and the consequence of even complete engine failure is not necessarily serious, though obviously annoying!

Another thing to consider is "what are you going to do after you detect a failure". If the answer is "you can't do anything much", there was not much point trying to detect it.
 
Thanks for the replies.

Relay's are great, but then I would need some extra overcurrent/short circuit protection circuit. The FETs already have that built in. I was thinking of using a NC relay that, when all was functioning fine, would have power to it and be open, but as soon as something wasn't right, the power would be cut off and the circuit would close. The only problem with that is if the FET is short circuited and it's ovetemp shutdown kicks in, then whatever circuit I had to detect when the FET was 'Off' when it should be 'On' will close the relay's contacts and then the relay or the wires would burn up due to the short circuit. To get around that, I would need either a different (more expensive) FET with a diagnostic pin that would indicate that it shutdown due to overtemp or I would need another short circuit detection circuit.

None of these options are very appealing.

I'm curious as to what OEM's do. Do they just design to keep all electrical aspects within the devices parameters? Or do they also employ fail-safe redundant systems? I've never heard of an ECU needing to be replaced due to a situation that didn't involve a person fiddling around with it.

Thanks
 
While I was rolling out a shielded cable, a though came to my mind - what happens to the current flow in the cable if there came a short between the wire and the shield in both ends of the cable? For simplicity, lets assume a 1-wire copper wire wrapped in an aluminum shield. The wire and the shield has the same cross section area. There are insulating material between them, and in both ends there is a short between them. My first thought, the total resistance of the cable would be reduced...
Hi all I have some confusion about piezoelectrical sensors combination. If i have three acoustic piezoelectrical sensors (with same receive sensitivity in dB ref V/1uPa) placed at specific distance, these sensors receive acoustic signal from a sound source placed at far field distance (Plane Wave) and from broadside. I receive output of these sensors through individual preamplifiers, add them through hardware like summer circuit adder or in software after digitization and in this way got an...
I am not an electrical engineering student, but a lowly apprentice electrician. I learn both on the job and also take classes for my apprenticeship. I recently wired my first transformer and I understand that the neutral and ground are bonded together in the transformer or in the service. What I don't understand is, if the neutral is a current carrying conductor, which is then bonded to the ground conductor, why does current only flow back to its source and not on the ground path...
Back
Top