Keyboard Shortcuts
Likes
Search
DN3545 N-Channel, Depletion-Mode Mosfet Model Possible in LTSpice?
¿ªÔÆÌåÓýI uploaded my "TSS Inrush Suppressor Relay Driver Rev 4.asc" file to the group temp folder, so that interested parties can follow my inquiry. I would like to be able to model a DN3545 n-channel depletion-mode Vertical DMOS FET for use in the circuit described below: The circuit uses a time-delayed relay to bypass a couple of parallel 27 Ohm current limit resistors in series with the AC mains to limit the inrush surge to an audio power amplifier.? (The Resistors are not shown in the simulation, just the relay coil (R_Relay_Coil). When AC Mains stops, the relay is immediately released to prepare for the next surge. The circuit uses a MID400 ac line monitor logic level opto-coupler, to control Q4 which prevents the timing capacitor C4 from charging until AC mains is detected, and also discharges C4 immediately when AC mains disappears.? Q1 + Q2 form a discrete Schmitt trigger to provide a fast turn-on and turn-off to the Relay Coil. I simulated the effect of the MID400 opto-coupler using a pulsed voltage source since no model was readily available.? The actual MID400 in my circuit will run on the +5V6 supply generated by the bottom Zener Diode D9. J1 is used during start-up to supply current to D9 so it will follow the charging of the main filter cap C2. Without the Pull-Up circuitry, +5V6 rail does not function until C2 has reached +24V2, when the entire string of zener diodes begins to conduct almost 1 full second after mains is applied. J1 conducts only during turn-on and turn-off, then pinches off when the series zeners begin to conduct. The 2N5486 JFET is only a 25V part used in a 24V circuit.? Typically ist has Vds of about 18V. I would like to use a DN3545 n-MOS, Depletion-Mode Mosfet for this application instead of the JFET, but I don't know if LT spice even supports depletion mode mosfets. Alternatively, I would be happy if someone sees a more clever way to pull up the D9 5V6 Zener during power-up and power-down to immediately give the MID400 power. It must only be active during turn-on and turn-off of the AC mains. Thanks for your kind help.? (BTW I do not have the math or LTSpice chops to translate the DN3545 datasheet numbers into a model on my own.? I could likely draw a schematic symbol for the depletion mode mosfet.) Steve Hogan |
Depletion mode MOSFETs are modelled just fine. From the help file, in the chapter "M. MOSFET"
toggle quoted message
Show quoted text
"VTO is positive (negative) for enhancement mode and negative (positive) for depletion mode N-channel (P-channel) devices." The datasheet should give sufficient information to enter the model parameters, or you can start from one of the existing MOSFETs in the LTspice library. Hope this helps. Donald. -- *Plain Text* email -- it's an accessibility issue () no proprietary attachments; no html mail /\ <> On 28-Nov-2017 05:55, stevehogan@... [LTspice] wrote:
I uploaded my "TSS Inrush Suppressor Relay Driver Rev 4.asc" file to the group temp folder, so that interested parties can follow my inquiry. I would like to be able to model a DN3545 n-channel depletion-mode Vertical DMOS FET for use in the circuit described below: |
Steve,
I think depletion mode FETs have been a part of SPICE since day 1 (early 1970s). LTspice inherits SPICE's long heritage and continues to support them. Don't confuse LTspice's lack of a depletion-mode MOSFET symbol as an indication that it can't use depletion-mode MOSFETs. The appearance of the symbol has no real meaning. It's only an icon. I guess Mike Engelhardt gave us only that symbol because the vast majority of MOSFETs are enhancement-mode. You are welcome to create a MOSFET symbol that looks like a proper depletion-mode transistor to make your schematics look better. (That's been on my low priority wish-list for a long time now.) If all you have is a datasheet (no SPICE model), you can PROBABLY create a model by using Hendrik's VDMOS tool, which is here: Files > Util > Model Tools > Board Level MOSFET (VDmos) I do not know if that tool handles depletion-mode MOSFETs. But I think it's one of the two best ways to come up with a MOSFET SPICE model if you have none. The other is to find a SPICE model for a closely similar MOSFET. And then, there is Mr. Bordodynov, who seems to have models for almost everything, and a skill for creating them. Regards, Andy |
Hi. See DN3545.ZIP in TEMP folder. ? Bordodynov. 29.11.2017, 00:47, "ai.egrps@... [LTspice]" :
|
Jan wrote: ? ? "Does this imply that I can turn a suitable enhancement mode N-chan VDMOS into a depletion mode device by just inverting VTO?" I think that depends on what you mean by "suitable". ? ? "Sounds so easy ;-) !"? You know what they say -- if it sounds too easy, it probably is. Certainly the value of the Vto parameter (along with whether it's an N or P channel device) defines whether a MOSFET is enhancement or depletion mode, since that is more or less the definition of the electrical difference between them.? If the MOSFET conducts when Vgs=0, then it's a depletion-mode MOSFET.? If it doesn't conduct at Vgs=0, then a gate voltage is needed to form a conducting channel and it is an enhancement-mode MOSFET. Having a SPICE model for a depletion model MOSFET doesn't mean there is a part made that matches the model.? Kludging up another transistor's model might need more than one tweak to make it semi-realistic.? The presence/absence of a physical channel probably means some significant changes otherwise to the model. I'd recommend choosing a part number of a few popular deplstion mode MOSFETs, then see if there are LTspice models for them. Regards, Andy |