Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
- LTspice
- Messages
Search
Re: LTspice WORLD TOUR 2009
Hello Helmut,
"This file contains a PowerPoint file(.ppt) with Mike's presentation. Please open this ppt-file in the presentation mode. Then you can directly open the hyperlinked examples by clciking on the arrow-icons in the slides. This feature only works with MS-PowerPoint, but not with OpenOffice-Impress." I haven't been able to get the feature to work with 2007 PowerPoint Viewer either. Regards, Howard Howard.Rogers@... |
Re: Graphics Card Bottleneck?
Hello Helmut,
toggle quoted message
Show quoted text
What are you meaning by " LTspice uses the whole screen. " ? As you can see in my little benchmarks, there a big difference between mini and maxi ? And I deleted some curious results. In fact, I think that a lot of parameters ( graphic card, Windows or Unix, ............) are to be in head. By the way : simulations, on my PC, seem to be a little bit longer with 4.00c ? Best regards Philippe ----- Original Message -----
From: Helmut To: LTspice@... Sent: Sunday, November 22, 2009 6:45 PM Subject: [LTspice] Re: Graphics Card Bottleneck? --- In LTspice@..., "philippe b" <basier.philippe@...> wrote: > > Hello "????", > > I made some benchmarks on my PC. > I made an excel file. > Are you interested ? > How send it on the group ? > Regards, > Philippe Hello Philippe, Please upload your file to the Files section. Files > Temp Best regards, Helmut PS: By the way, I have discoverd that the simulation time of analog's test circuit is longer if LTspice uses the whole screen. |
will trade models for food
gandolfreefer
just kidding
seriously, I mean it, I would pay someone to generate some transistor models for me. SERIOUSLY. There's no point in me trying to do it myself, it would take a year and I'd never get it right anyway. I have googled for these for hours, have searched the archives, and I'm just chasing my tail on these. I would prefer subcircuits, but, trust me, I'd be perfectly happy with models. Or, I would settle for models/subcircuits for devices that are analogs of these. And, I don't expect (of course) the models/subcircuits to be perfect. If you are good at generating SS models/subcircuits, please contact me off-list. I will have more in the future. I will also post them for free; this is not for proprietary use, I just need 'em!! The ones I ESPECIALLY need right now are (models/subcircuits/analogs): Exicon ECF20N25A (nmos lateral mosfet) Exicon ECF20P25EA (pmos lateral mosfet) Fairchild KSC1845U Sanken 2SC2911 Sanken 2SA1209 Exicon EXC10N20 Exicon EXC10P20 best, charlie |
Re: Timer 555 one-shot trouble
Hi Howard,
You're right. The first Models of 555/556 was from the LTspice "Masc." folder. The second attempt was the transistor realization from LTspice's /examples/Educational NE555.asc, following Mike's advise. Behavioral and transistor model gave me the same (wrong) results for small signal inputs. I investigated on the website and I found a few different realization of these subcircuits, but they had the same problems. Correctly the problem was with low voltage behavior of Trigger and Threshold inputs. I tried to make PWM circuitry which was perfect in simulation in range of 0 to Vcc, but on the bench the physical realization felt under 1V ov input voltage. I asked for samples from IC vendors (ST, TI). On both these imputes behaved differently, they lost linearity under 1V at Vcc=5V. Regards, Peter |
Re: Graphics Card Bottleneck?
--- In LTspice@..., "philippe b" <basier.philippe@...> wrote:
Hello Philippe, Please upload your file to the Files section. Files > Temp Best regards, Helmut PS: By the way, I have discoverd that the simulation time of analog's test circuit is longer if LTspice uses the whole screen. |
Re: Incorrect Rise and Fall time calculations with LTSpice .MEAS command
--- In LTspice@..., "Ken" <kpotter999@...> wrote:
Dear Helmut, Just to let you know that worked perfectly! Very gratefull, Ken. |
Re: Graphics Card Bottleneck?
Hello "????",
toggle quoted message
Show quoted text
I made some benchmarks on my PC. I made an excel file. Are you interested ? How send it on the group ? Regards, Philippe --- In LTspice@..., "analogspiceman" <analogspiceman@...> wrote:
|
Re: LM317_test.asc
--- In LTspice@..., "heifetz.7777" <heifetz.7777@> wrote: 2. You have another file LM317.lib in the pathThank you very much! That was the problem. Runs just fine now. A tip of the hat! Paul |
Adding / generatiyg comment / label on plots
Our class instructor requires Date and Name on LTSpice screenshots (to prevent cheating, I think). I have not figured out how to add Date And Name to LTSpice plots. Is there a way of automatic generation, say, via spice directive? (I would hate to copy and paste the sucker, manually, to all the plots, or, worse, to use third party-app to do it).
|
Re: Incorrect Rise and Fall time calculations with LTSpice .MEAS command
--- In LTspice@..., "Helmut" <helmutsennewald@...> wrote:
Dear Helmut, Thank you very much for your reply, I will go and figure this out. Regards, Ken. |
Re: Incorrect Rise and Fall time calculations with LTSpice .MEAS command
--- In LTspice@..., "kpotter999" <kpotter999@...> wrote:
Hello Ken, I have uplaoded an example for you. Files > Tut > MEASURE > TRAN >RC_measure_rise_fall_delay.asc I have used the following MEASURE-commands. .MEAS t1r WHEN V(out)=0.1*5 TD=0 RISE=2 .MEAS t2r WHEN V(out)=0.9*5 TD=0 RISE=2 .MEAS t1f WHEN V(out)=0.9*5 TD=0 FALL=2 .MEAS t2f WHEN V(out)=0.1*5 TD=0 FALL=2 .MEAS tdr1 WHEN V(in)=0.5*5 TD=0 RISE=2 .MEAS tdr2 WHEN V(out)=0.5*5 RISE=2 .MEAS tdf1 WHEN V(in)=0.5*5 TD=0 FALL=2 .MEAS tdf2 WHEN V(out)=0.5*5 TD=0 FALL=2 .MEAS trise PARAM t2r-t1r .MEAS tfall PARAM t2f-t1f .MEASURE tdelay_rise PARAM tdr2-tdr1 .MEASURE tdelay_fall PARAM tdf2-tdf1 Best regards, Helmut |
Re: Incorrect Rise and Fall time calculations with LTSpice .MEAS command
--- In LTspice@..., "kpotter999" <kpotter999@...> wrote:
PLEASE IGNORE THE TYPING ERROR the 3rd line should say 3.3*0.1 .MEAS TRAN fall_delay + TRIG V(Vout) VAL=3.3*0.9 TD=0 FALL=1 |
Incorrect Rise and Fall time calculations with LTSpice .MEAS command
Dear Group Members,
I have been attempting to use the following commands to calculate the output rise and fall times of an inverter and the propagation delay with the following voltage source: PULSE(0 3.3 1n 1.5n 1.5n 5n 10n) .MEAS TRAN fall_delay + TRIG V(Vout) VAL=3.3*0.9 TD=0 FALL=1 + TRIG V(Vout) VAL=3.3*0.9 TD=0 FALL=1 .MEAS TRAN rise_delay + TRIG V(Vout) VAL=3.3*0.1 TD=0NS RISE=1 + TRIG V(Vout) VAL=3.3*0.9 TD=0NS RISE=1 .MEAS TRAN propagation_fall + TRIG V(Vin) VAL=3.3*0.5 TD=0 RISE=1 + TRIG V(Vout) VAL=3.3*0.5 TD=0 FALL=1 .MEAS TRAN propagation_rise + TRIG V(Vin) VAL=3.3*0.5 TD=0 FALL=1 + TRIG V(Vout) VAL=3.3*0.5 TD=0 RISE=1 Unfortunately the results from the .MEAS text do not agree with manual plotting and reading of the waveforms. i.e. From Waveform, Rise time = 118ps, Fall time = 152ps From text, Rise time = 6.7ns, Fall time = 1.6ns Clearly, I am doing something fundamentally wrong with the .MEAS command but I have been unable to resolve this further. I would really appreciatte some feedback and can supply the circuit schematic and inverter model if required. Many thank, Ken Potter. |
Re: Graphics Card Bottleneck?
tonyatritecom
--- In LTspice@..., "Helmut" <helmutsennewald@...> wrote:
More benchmarks... Desktop (Linux x64 with WINE) Phenom X4 3GHz, GeForce 9400GT 12.7s -> 4.2s Windows tiled: 8.7s Tiled, .options nomarch: 3.7 Laptop (WinXP 32) Pentium 4 2.8GHz, Intel 8284G Integrated 37.2s -> 7.5s Windows tiled: 20.8s Tiled, .options nomarch: 7.1 Regards, Tony |
Re: LTspice WORLD TOUR 2009
--- In LTspice@..., "william_crone" <william_crone@...> wrote:
Hello William, Sorry, it seems I had overlooked your question. The URL is in our Links-section on the first page. Link to the world tour zip-file: This file contains a PowerPoint file(.ppt) with Mike's presentation. Please open this ppt-file in the presentation mode. Then you can directly open the hyperlinked examples by clciking on the arrow-icons in the slides. This feature only works with MS-PowerPoint, but not with OpenOffice-Impress. Best regards, Helmut |
Re: F model for Current Dependent Current Source
--- In LTspice@..., "lsi_ken_stewart" <gordon_ken_stewart@...> wrote:
Hello Ken, I answered a similar question a week ago. --- Hello Bill, It's the F-source. An F-source always require an additional voltage source for current measurement. There is an example in our Files section. Files > Tut > Linear_dependent_sources_E_F_G_H.asc --- Best regards, Helmut |
Re: Graphics Card Bottleneck?
--- In LTspice@..., John Woodgate wrote:
I had 8.9 s with the schematic and waveform windows one above theTrue, but you still would get a lot of screen repainting as the simulation time progressed. The window tile pattern probably only makes a small difference, if any. The most astounding thing is the run time you reported with the waveform window being actively updated. A shade under nine seconds is a very fast redraw - much faster than anything reported so far. What is the platform that produced this time? (Processor and more importantly the graphics card.) Regards -- analogspiceman |
Re: Graphics Card Bottleneck?
John Woodgate
In message <he9pa0+gm2d@...>, dated Sat, 21 Nov 2009, analogspiceman <analogspiceman@...> writes:
-- In LTspice@..., John Woodgate <jmw@...> wrote:I did, that's why I asked. See below.What magnitude of redraw time is involved?Just click on the example - you'll see. :) I had 8.9 s with the schematic and waveform windows one above the other, which didn't seem excessive. But I had plotted V1 first, so I didn't get changes of vertical resolution when plotting V2. A firstI agree that 120 s is unreasonably long. I don't recall ever getting such a long time, except with a schematic or Spice instruction that was incorrect. -- OOO - Own Opinions Only. Try www.jmwa.demon.co.uk and www.isce.org.uk John Woodgate, J M Woodgate and Associates, Rayleigh, Essex UK Help stamp out intolerance! |
Re: Graphics Card Bottleneck?
--- In LTspice@..., "analogspiceman" <analogspiceman@...> wrote:
Hello analogspiceman, At least the Go 7600 and the Geforce 8800GT have their own graphic memory. They don't use the CPU memory. I am not sure about the memory used by the HD2400. Best regards, Helmut |
Re: Graphics Card Bottleneck?
--- In LTspice@..., Helmut Sennewald wrote:
I checked your test case "1)" on two "older" laptops and a desktopThanks for that. :) Those all appear to be various types of integrated graphics ICs, right? As I understand it, Integrated Graphics is part of the motherboard and, because it shares memory with with the main processor, suffers quite a memory access bottleneck (the data bus speed and bus bit width can be much higher in a dedicated graphics card). I just checked on an older desktop Pentium D with Intel integrated graphics. 170s (First run - ouch!) 6.8s (Minimized Waveform Window) Regards -- analogspiceman |
to navigate to use esc to dismiss