Keyboard Shortcuts
Likes
- LTspice
- Messages
Search
Re: Vin vs. Load - YX logarithmic plot
开云体育Thanks a lot Dave, it looks exactly like what I need. ? J ? From: <[email protected]> on behalf of "Bell, Dave via groups.io" <Dave.Bell@...> ? Jurek, are you looking for something like a solar panel I/V curve? Maybe look at the SA Sim.zip I just uploaded. ? Dave ? From: [email protected] <[email protected]> On Behalf Of jerzy przezdziecki via groups.io
Sent: Sunday, April 27, 2025 1:27 PM To: [email protected] Subject: EXTERNAL: [LTspice] Vin vs. Load - YX logarithmic plot ? Hello, I would like to create a simulation of overcurrent protection circuit — a graph where the Y-axis shows the current drop (in Amperes), and the X-axis shows a linear increase of voltage in the range of 15–50 V. I expect a logarithmic curve of the current decreasing from 1.2 A down to 0 A as the voltage increases. I used the .step param function (.step param Vin 12 50 1), but that’s not what I’m looking for. ? How should I define such a graph? ? Thanks Jurek |
Re: LTspice 24.1.7 program exit
开云体育On 27/04/2025 23:22, Andy I via
groups.io wrote:
LTspice was very robust before, and rarely crashed even when errors happened.? Some of the recent changes (24.1.x) made it less robust.? Hopefully ADI can restore what was lost.I haven't got to 24.1.7 yet, but I've not noticed any increased propensity to crash, so far. But then, I still have 24.0.12 and 17.1.15 running alongside 24.1.x. I still use 24.0.12 as default for the same reasons as I have highlighted in my posts. I don't like it when backward compatibility is compromised. New features are great, provided nothing gets broken in the process. Some of the things that were broken at first have now been fixed, but IMHO the fixes should have been applied before release. LTspice is not a disruptive start-up; it doesn't need to break things, then fix them quick. Leave that to the others. If LTspice gets a reputation for breaking, it will lose users. Simple. --
Regards, Tony |
Re: Vin vs. Load - YX logarithmic plot
开云体育Jurek, are you looking for something like a solar panel I/V curve? Maybe look at the SA Sim.zip I just uploaded. ? Dave ? From: [email protected] <[email protected]>
On Behalf Of jerzy przezdziecki via groups.io
Sent: Sunday, April 27, 2025 1:27 PM To: [email protected] Subject: EXTERNAL: [LTspice] Vin vs. Load - YX logarithmic plot ? Hello, I would like to create a simulation of overcurrent protection circuit — a graph where the Y-axis shows the current drop (in Amperes), and the X-axis shows a linear increase of voltage in the range of 15–50 V. I expect a logarithmic curve of the current decreasing from 1.2 A down to 0 A as the voltage increases. I used the .step param function (.step param Vin 12 50 1), but that’s not what I’m looking for. ? How should I define such a graph? ? Thanks Jurek |
Re: LTspice 24.1.7 program exit
开云体育No, even when it states in throes of death: "untrapped err........"--
Regards, Tony On 27/04/2025 22:06, John Woodgate via
groups.io wrote:
Even so, an app should not quit without an error message. |
Re: Vin vs. Load - YX logarithmic plot
开云体育On 27/04/2025 22:26, jerzy przezdziecki
via groups.io wrote:
If you want a graph of an over-current protection circuit, what does it matter what Vin is? Surely what you're interested in is Iout vs. Vout? --
Regards, Tony |
Vin vs. Load - YX logarithmic plot
开云体育Hello, I would like to create a simulation of overcurrent protection circuit — a graph where the Y-axis shows the current drop (in Amperes), and the X-axis shows a linear increase of voltage in the range of 15–50 V. I expect a logarithmic curve of the current decreasing from 1.2 A down to 0 A as the voltage increases. I used the .step param function (.step param Vin 12 50 1), but that’s not what I’m looking for. ? How should I define such a graph? ? Thanks Jurek |
Re: LTspice 24.1.7 program exit
开云体育Even so, an app should not quit without an
error message. On 2025-04-27 20:23, BRUCE108 wrote:
--
Best wishes John Woodgate RAYLEIGH Essex OOO-Own Opinions Only If something is true: * as far as we know - it's science *for certain - it's mathematics *unquestionably - it's religion |
Re: LTspice 24.1.7 program exit
@eetech00: Unfortunately, you're not the author/maintainer so what you think should or should not happen may not have much effect on what actually happens. Many compilers will happily EXIT when the see garbage input. All sorts of new behaviors related to "enhanced" syntax checking have broken lots of legacy simulation and I don't see much enthusiasm for the authors/maintainers to back off on those changes. |
Re: LTspice 24.1.7 program exit
On Sat, Apr 26, 2025 at 03:58 PM, John Woodgate wrote:
Yes. Like I wrote, the configuration is unintentional, but nevertheless, it shouldn't cause a program exit. |
Re: LTspice 24.1.7 program exit
开云体育It doesn't crash version 24.0.11, but it's a
nonsense .ASC, isn't it? LTspice can't find I1, presumably
because it's shorted. On 2025-04-26 18:56, eetech00 via
groups.io wrote:
--
Best wishes John Woodgate RAYLEIGH Essex OOO-Own Opinions Only If something is true: * as far as we know - it's science *for certain - it's mathematics *unquestionably - it's religion |
Re: Sine modulated PWM voltage source (PWL file=xxx)
开云体育Back to the subject:I managed to get the critical points resolved. There were precision problems, where the ton got negative or the pulsewidth overshooted. I fine tuned that and it is sufficient to do the filter simulation. Thanks a lot for helping. -- Christoph
|
Re: Diode TVS like zener in LTspice??
On Sat, Apr 26, 2025 at 01:14 AM, Александр Бордодынов wrote:
A-ha.? Yes, that's true? You used the special "conduction region-wise linear model" which is very different from the regular diode model which is based on the universal Shockley Ideal Diode equation.? The special version you used is essentially a piecewise-linear approximation of the three regions of diode conduction, and makes (almost) no attempt to model the curvature of real diode I/V curves.? I think it might be unique to LTspice.? Whereas the standard Shockley model is in every SPICE program. ?
In some cases, this alternate model is good enough.? It is described as a "computationally light weight representation of an idealized diode", meaning that it trades-off accuracy for simulation speed.
?
As you noted, it is capable of modeling both forward and reverse breakdown at similar (arbitrarily large) voltages.? It can model non-physical diodes.
?
Andy
? |
Re: Sine modulated PWM voltage source (PWL file=xxx)
On Sat, Apr 26, 2025 at 10:13 AM, Christoph wrote:
formerly I was <redacted>Just an FYI - that last one is not the email address you used, and not the one you are subscribed with.? That is the way Groups.io sends out messages to members.? It needs to convert their email addresses to that form, with "@ groups.io" on the end, and the equals sign in the middle.? It has something to do with conforming to new international regulations. ?
Andy
? |
Locked
Re: Test - please ignore
On Sat, Apr 26, 2025 at 10:04 AM, Christoph wrote:
The one from my university account bounced, saying I'm not subscribed with that (physics) address. This one goes through? Christoph,
?
I am not seeing any evidence that you either added an Email Alias for yourself, or that you subscribed (separately) from your University email address.
?
But I do see a photo in your profile.
?
I might have missed something, but it looks like things did not work the way you thought.? Let's discuss.? I will contact you offline (separately from the group).
?
Andy
?
? |
Locked
Test - please ignore
The one from my university account bounced, saying I'm not subscribed with that (physics) address. This one goes through?
-- Christoph |
Re: Sine modulated PWM voltage source (PWL file=xxx)
toggle quoted message
Show quoted text
|