![]() | ![]() | ![]() |
| |||||||
| General Electronics Chat This forum is for general chat about electronics, eg: Dont know what a part does? Dont know how to read a circuit? Want to get an opinion? |
![]() |
| | Tools |
| | #1 |
|
I'm using a IRF9540 in an automotive power control circuit, now the mosfet is feeding the field coil of a dynamo and due to working contraints I have to run this off the battery rather than the dynamo output so must make sue that when the vehicle engine has stopped i keep the mosfet completely switched off so as to not drain the battery, does it suffice to bring the gate to the same voltage as the source or does it need to go higher, I think realisticly I'm going to have problems here as any device i use to hold the gate to the source voltage will have a voltage drop
__________________ I AM the exeption that disproves the rule in many ways but the rules still apply (unfortunately) www.simonsphotography.org.uk/ - My other hobby www.rushdenrotaract.org.uk/ - make a difference and have fun ! Never buy "Trust" products, all mine broke !!! | |
| |
| | #2 |
|
I have the same question for IRF9130 & IRF6215, I built a circuit for my buggy and at present, I have to turn it on and off, and I want to set it up so it turns on when key is on and off when the key is off and no power drain. I'm going to bench test it, but if someone KNOWS for sure already, let us know please. kinarfi | |
| |
| | #3 |
|
Thunderchild, The gate of a Mosfet draws zero DC current. It causes no DC voltage drop. It needs smoething to discharge its fairly high gate capacitance for it to turn off quickly. Kinarfi, Your 2N7000 Mosfet is connected upside-down (drain and source are backwards). The 2N7000 Mosfet has nothing to turn it off.
__________________ Uncle $crooge | |
| |
| | #4 |
|
Hi audioguru, what i'm saying is to ensure my p channel mosfet is completely off the gate should i beleive the at the same voltage as the source is not higher ? probably depends on the mosfet in question, if i use another transistor or an opamp output to take the gate to the source voltage which is also VCC surely the small voltage frop on the output (due to internal resistance of internal transistors) will mean that I can't truly pull the gate to the same voltage as the source unless i have a second supply. in anycase I have resolved my problem another way but I'm still interested in the topic
__________________ I AM the exeption that disproves the rule in many ways but the rules still apply (unfortunately) www.simonsphotography.org.uk/ - My other hobby www.rushdenrotaract.org.uk/ - make a difference and have fun ! Never buy "Trust" products, all mine broke !!! | |
| |
| | #5 |
|
A resistor from the gate to the source will completely turn off a Mosfet.
__________________ Uncle $crooge | |
| |
| | #6 |
| It's actually connected correctly, (unless I'm looking at the edited version) but the circuit is drawn so wierdly, that it's confusing. V+, B+, VCC and VDD should always be shown connected from the top of the diagram. V-, VSS and ground always shown connected at the bottom. Does need something to turn it off though.
__________________ You don't need a quadraphonic Blaupunkt -- you need a curve ball. Last edited by BrownOut; 28th September 2009 at 03:33 AM. | |
| |
| | #7 |
|
Thanks, the first one never got edited, here it is redrawn with a resistor to turn off 2n7000, I just took what I had and deleted most of it and added what I needed, sorry for doing it wierdly. Kinarfi redrawn schematic, added 1 k resistor from the gate of 2n7000 to negative. audioguru, Judging by what you said earlier, I would guess that I need a resistor on each of these FETS also, correct? Thanks Kinarfi Last edited by kinarfi; 29th September 2009 at 01:40 AM. | |
| |
| | #8 |
|
Earlier in this thread, it was said that I needed to discharge the FETs, in the attached drawing, do these FETs need to be discharged or are they discharged by the LM339? If I need to discharge them, would you make a suggestion please? If I put a resistor from gate to source, it also acts as load when the LM339 output is high and a series resistor with the pull up resistor when low, or is that backwards? Thanks, Kinarfi | |
| |
| | #9 |
|
You have the Source and the load's power supply for your Mosfets at the same voltage (-) so they won't do anything. The mosfets need a fairly high current to quickly charge and discharge their gate capacitance but the "low power" LM339 comparator has a minimum output current of only 6mA. The output of an LM339 comparator goes low when it is active. A resistor from the positive supply to the output (a pullup resistor) makes it go high.
__________________ Uncle $crooge | |
| |
| | #10 | |
| Quote:
My TI data sheet says: and I did see the 6ma min absolute maximum ratings Supply voltage, VCC (see Note 1) . . . 36 V Differential input voltage, VID (see Note 2) . ±36 V Input voltage range, VI (either input). −0.3 V to 36 V Output voltage, VO 36 V Output current, IO 20 mA Earlier in this thread, it was said that I needed to discharge the FETs, in the attached drawing, do these FETs need to be discharged or are they discharged by the LM339? If I need to discharge them, would you make a suggestion please? If I put a resistor from gate to source, it acts as load when the LM339 output is high and lowers the output voltage and as a parallel resistor to ground with the output when low, or is that backwards? As I analyze it, a resistor from gate to source in this case is useless. Thanks, Kinarfi Edit Using a 12 volt supply, I also need to lower my pull up resistors to 2K to have 6ma min current. Correct? Last edited by kinarfi; 5th October 2009 at 09:19 PM. | ||
| |
| | #11 |
|
You are driving an inductor that produces a very high voltage when its power is turned off. A reverse-connected diode should be wired in parallel with the inductor to shunt the high voltage spike into the power supply instead of blowing up the Mosfet.
__________________ Uncle $crooge | |
| |
| | #12 | |
| Quote:
But, thanks for reading anyway. Kinarfi | ||
| |
| | #13 |
|
He is answering questions you have not asked yet, but will definitely cause you problems down the road. Increase the gate resistor if it's lowering the voltage too much. A better, but more complex approach is to use a totem pole driver circuit. One transistor to turn on the mosfet, another to turn it off. This way you don't have the constant current draw from the resistor. Best is to use a mosfet driver IC. They can have high side boost circuits, built in optoisolators, over current fault protection, etc. | |
| |
| | #14 |
|
I think the OP's question still hasn't been answered, so I'll give it a try. The answer is yes, the IC is providing a path to discharge the FET gate. The question then becomes, does the IC sinc enough current to turn the FET off quickly??? I could go through the datasheet and come up with an answer, but this is your design; your responsibility. If it turns out that the current isn't sufficient, then you'll have to try some of the ideas for increasing the drive. Good luck.
__________________ You don't need a quadraphonic Blaupunkt -- you need a curve ball. Last edited by BrownOut; 6th October 2009 at 06:26 PM. | |
| |
| | #15 |
|
Thank You!!!!! P.S. What do OP stand for? Last edited by kinarfi; 6th October 2009 at 08:26 PM. | |
| |
|
| Tags |
| completely, mosfet, switching |
| Thread Tools | |
| Display Modes | |
| |
Similar | ||||
| Title | Starter | Forum | Replies | Latest |
| power mosfet switching | warossignol | Electronic Projects Design/Ideas/Reviews | 3 | 3rd September 2008 07:34 PM |
| Mosfet switching | colin mac | Micro Controllers | 7 | 9th April 2008 04:50 PM |
| BJT and MOSFET- Switching and Drive | dknguyen | General Electronics Chat | 12 | 21st January 2008 10:09 AM |
| higher current switching with MOSFET? | evandude | General Electronics Chat | 10 | 29th January 2004 08:05 PM |
| Mosfet Switching - Constant Power | petesmc | General Electronics Chat | 13 | 12th January 2004 12:59 PM |