LTSpice Zener diode bug?Why is a Zener diode in a crowbar configuration dropping the input voltage?Transient...

Are ups & downs/peaks and valleys inherent in piano practice and performance?

Reverse Voltage?

Why are there never-ending wars in the Middle East?

is it biologically possible for a creature that can be compatible to reproduce with any creature?

Count this to the family of Job Shop Problem?

Stare long enough and you will have found the answer

Repair drywall and protect wires on back of electrical panel

For piano scales, should I let go of the previous key before I hit the next one?

In this day and age should the definition / categorisation of erotica be revised?

Should I respond to a sabotage accusation e-mail at work?

If equal temperament divides octave into 12 equal parts, why hertz differences are not the same but element 12th of two?

Is there an unambiguous name for the social/political theory "liberalism" without "leftist"?

Is this a new characteristic function for the primes?

LTSpice Zener diode bug?

Conveying the idea of "tricky"

Is the phrase “You are requested” polite or rude?

Can every type of linear filter be modelled by a convolution?

Could the Hadamard gate have been constructed differently with similar characteristics?

Would a spacecraft carry arc welding supplies?

Is Uralic Possibly a Branch of the Indo-European Branch?

Probability of a 500 year flood occuring in the next 100 years - comparison of approaches

Are there any Baryons that have quark-antiquark combinations?

What's the safest shape for homemade hard-candy

Use GPLv3 library in a closed system (no software distribution)



LTSpice Zener diode bug?


Why is a Zener diode in a crowbar configuration dropping the input voltage?Transient Voltage Suppressor (TVS) Diode ArrayDiode detector strange dischargingChoosing a correct diodeQuestion about Z-Diode circuit and measurement3.3v Zener Diode as Clamp not workingFind the Min Value of R in a Zener-Transistor RegulatorSimulation of a class E power oscillator using LTspiceFlip a Schmitt-Trigger when current flows through a Zener diode3.3v Zener Diode Shunt Voltage Regulator giving a 4.3v output






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{
margin-bottom:0;
}








3














$begingroup$


I'm trying to design a circuit using a zener diode but am having issues getting it to work right.
Working zener diode circuit



This circuit works fine and show Vout = 6.198V. However, if I swap their positions -
Dysfunctional zener diode circuit



Here, Vout = 200.364V. Why is this happening? Why does the anode of the zener diode need to be referenced to ground? I expected it to be 200-6.2 = 193.8V










share|improve this question












$endgroup$















  • $begingroup$
    If you do a .TRAN analysis you will get the value you expect. The operating point calculation assumes, I think, that the diode is forward biased as an initial assumption. That's a starting point for the analysis. But it's not the end-point.
    $endgroup$
    – jonk
    9 hours ago




















3














$begingroup$


I'm trying to design a circuit using a zener diode but am having issues getting it to work right.
Working zener diode circuit



This circuit works fine and show Vout = 6.198V. However, if I swap their positions -
Dysfunctional zener diode circuit



Here, Vout = 200.364V. Why is this happening? Why does the anode of the zener diode need to be referenced to ground? I expected it to be 200-6.2 = 193.8V










share|improve this question












$endgroup$















  • $begingroup$
    If you do a .TRAN analysis you will get the value you expect. The operating point calculation assumes, I think, that the diode is forward biased as an initial assumption. That's a starting point for the analysis. But it's not the end-point.
    $endgroup$
    – jonk
    9 hours ago
















3












3








3


1



$begingroup$


I'm trying to design a circuit using a zener diode but am having issues getting it to work right.
Working zener diode circuit



This circuit works fine and show Vout = 6.198V. However, if I swap their positions -
Dysfunctional zener diode circuit



Here, Vout = 200.364V. Why is this happening? Why does the anode of the zener diode need to be referenced to ground? I expected it to be 200-6.2 = 193.8V










share|improve this question












$endgroup$




I'm trying to design a circuit using a zener diode but am having issues getting it to work right.
Working zener diode circuit



This circuit works fine and show Vout = 6.198V. However, if I swap their positions -
Dysfunctional zener diode circuit



Here, Vout = 200.364V. Why is this happening? Why does the anode of the zener diode need to be referenced to ground? I expected it to be 200-6.2 = 193.8V







diodes ltspice zener debugging






share|improve this question
















share|improve this question













share|improve this question




share|improve this question








edited 9 hours ago







c10yas

















asked 10 hours ago









c10yasc10yas

1827 bronze badges




1827 bronze badges















  • $begingroup$
    If you do a .TRAN analysis you will get the value you expect. The operating point calculation assumes, I think, that the diode is forward biased as an initial assumption. That's a starting point for the analysis. But it's not the end-point.
    $endgroup$
    – jonk
    9 hours ago




















  • $begingroup$
    If you do a .TRAN analysis you will get the value you expect. The operating point calculation assumes, I think, that the diode is forward biased as an initial assumption. That's a starting point for the analysis. But it's not the end-point.
    $endgroup$
    – jonk
    9 hours ago


















$begingroup$
If you do a .TRAN analysis you will get the value you expect. The operating point calculation assumes, I think, that the diode is forward biased as an initial assumption. That's a starting point for the analysis. But it's not the end-point.
$endgroup$
– jonk
9 hours ago






$begingroup$
If you do a .TRAN analysis you will get the value you expect. The operating point calculation assumes, I think, that the diode is forward biased as an initial assumption. That's a starting point for the analysis. But it's not the end-point.
$endgroup$
– jonk
9 hours ago












1 Answer
1






active

oldest

votes


















6
















$begingroup$

From the LTspice documentation on .op:




There is no guarantee that the operating point of a general nonlinear
circuit can be found with successive linear approximations as is done
in Newton-Raphson iteration.




This circuit is non-linear and LTspice fails to detect by itself that Newton iteration fails. Disabling Newton iteration by .options NoOpIter forces LTspice to try different methods for operating point calculations. In this case it opts for Gmin stepping instead and finds the correct result:



Gmin stepping succeeded in finding the operating point.

Semiconductor Device Operating Points:
--- Diodes ---
Name: d1
Model: bzx84b6v2l
Id: -9.69e-04
Vd: -6.18e+00
Req: 1.36e+01
CAP: 4.80e-09





share|improve this answer










$endgroup$

















    Your Answer






    StackExchange.ifUsing("editor", function () {
    return StackExchange.using("schematics", function () {
    StackExchange.schematics.init();
    });
    }, "cicuitlab");

    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "135"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });















    draft saved

    draft discarded
















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2felectronics.stackexchange.com%2fquestions%2f462673%2fltspice-zener-diode-bug%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown


























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    6
















    $begingroup$

    From the LTspice documentation on .op:




    There is no guarantee that the operating point of a general nonlinear
    circuit can be found with successive linear approximations as is done
    in Newton-Raphson iteration.




    This circuit is non-linear and LTspice fails to detect by itself that Newton iteration fails. Disabling Newton iteration by .options NoOpIter forces LTspice to try different methods for operating point calculations. In this case it opts for Gmin stepping instead and finds the correct result:



    Gmin stepping succeeded in finding the operating point.

    Semiconductor Device Operating Points:
    --- Diodes ---
    Name: d1
    Model: bzx84b6v2l
    Id: -9.69e-04
    Vd: -6.18e+00
    Req: 1.36e+01
    CAP: 4.80e-09





    share|improve this answer










    $endgroup$




















      6
















      $begingroup$

      From the LTspice documentation on .op:




      There is no guarantee that the operating point of a general nonlinear
      circuit can be found with successive linear approximations as is done
      in Newton-Raphson iteration.




      This circuit is non-linear and LTspice fails to detect by itself that Newton iteration fails. Disabling Newton iteration by .options NoOpIter forces LTspice to try different methods for operating point calculations. In this case it opts for Gmin stepping instead and finds the correct result:



      Gmin stepping succeeded in finding the operating point.

      Semiconductor Device Operating Points:
      --- Diodes ---
      Name: d1
      Model: bzx84b6v2l
      Id: -9.69e-04
      Vd: -6.18e+00
      Req: 1.36e+01
      CAP: 4.80e-09





      share|improve this answer










      $endgroup$


















        6














        6










        6







        $begingroup$

        From the LTspice documentation on .op:




        There is no guarantee that the operating point of a general nonlinear
        circuit can be found with successive linear approximations as is done
        in Newton-Raphson iteration.




        This circuit is non-linear and LTspice fails to detect by itself that Newton iteration fails. Disabling Newton iteration by .options NoOpIter forces LTspice to try different methods for operating point calculations. In this case it opts for Gmin stepping instead and finds the correct result:



        Gmin stepping succeeded in finding the operating point.

        Semiconductor Device Operating Points:
        --- Diodes ---
        Name: d1
        Model: bzx84b6v2l
        Id: -9.69e-04
        Vd: -6.18e+00
        Req: 1.36e+01
        CAP: 4.80e-09





        share|improve this answer










        $endgroup$



        From the LTspice documentation on .op:




        There is no guarantee that the operating point of a general nonlinear
        circuit can be found with successive linear approximations as is done
        in Newton-Raphson iteration.




        This circuit is non-linear and LTspice fails to detect by itself that Newton iteration fails. Disabling Newton iteration by .options NoOpIter forces LTspice to try different methods for operating point calculations. In this case it opts for Gmin stepping instead and finds the correct result:



        Gmin stepping succeeded in finding the operating point.

        Semiconductor Device Operating Points:
        --- Diodes ---
        Name: d1
        Model: bzx84b6v2l
        Id: -9.69e-04
        Vd: -6.18e+00
        Req: 1.36e+01
        CAP: 4.80e-09






        share|improve this answer













        share|improve this answer




        share|improve this answer










        answered 9 hours ago









        realtimerealtime

        6805 silver badges15 bronze badges




        6805 silver badges15 bronze badges


































            draft saved

            draft discarded



















































            Thanks for contributing an answer to Electrical Engineering Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            Use MathJax to format equations. MathJax reference.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2felectronics.stackexchange.com%2fquestions%2f462673%2fltspice-zener-diode-bug%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown









            Popular posts from this blog

            Taj Mahal Inhaltsverzeichnis Aufbau | Geschichte | 350-Jahr-Feier | Heutige Bedeutung | Siehe auch |...

            Baia Sprie Cuprins Etimologie | Istorie | Demografie | Politică și administrație | Arii naturale...

            Ciclooctatetraenă Vezi și | Bibliografie | Meniu de navigare637866text4148569-500570979m