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: Thyristor library
Hassan wrote: ? ?"I have found either the .lib file or the symbol !!!?" That is good. The first thing to understand is that they are almost completely independent of one another.? A symbol is just an icon, nothing more.? LTspice has some of the symbols already.? In the Select Component (F2) menu, choose the [Misc] area, then you can find DIAC, SCR, and TRIAC symbols. If you found .lib files, then you found their SPICE models. Now all you need to do is: (A) include the .lib file in your simulation, and (B) associate the symbol with the model inside the library file. To include the .lib file, first put the .lib file in the same folder with your schematic that uses it.? Then add this as a SPICE Directive on your schematic: ? ?.lib filename.lib To associate the symbol with the model: Right-click on the symbol body and make sure Prefix is set to X. Open the .lib file in a text editor (such as Wordpad) to see what's inside it.? There should be a subcircuit definition for the part you want to use.? Scroll down until you find it.? It might look something like this: ? ?.SUBCKT 2N6071B MT2 G MT1 Now you know the actual name of the model: 2N6071B.? And you know the order of the pins: MT2, G, MT1.? There could be several .SUBCKTs in the same file, each for a different part.? Find the one you want. Go back to your schematic.? Edit the name next to the symbol, and change it from "TRIAC" (or "SCR" or "DIAC"), to the name of the subcircuit you want to use ("2N6071B" in this case). The tricky part is to make sure the order of pins is correct. For a Triac, LTspice assumes the order of pins is MT2, G, MT1.? If the order differs from that, then you should edit the .lib file and change the pins in the above .SUBCKT line to make them in that order.? This may take a little effort to understand what the pins are, when they don't have those specific names. Regards, Andy |
Re: Current Dependent Voltage Source
" ? rmoreno.phone" asked how to enter a table of measured values for her/his CCVS.Vlad might have had the table descriptions a little bit confused with respect to your question, because I think the data you have is voltage/current values, not voltage/time values.? You wanted a controlled or dependent source, not an independent source. Using SPICE's built-in H element (current controlled voltage source or CCVS), LTspice *MIGHT* have the ability to accept a table of current/voltage values.? See the Help pages for E (VCVS) and G (VCCS) elements.? A table is listed as an option. ?"A look-up table is used to specify the transfer function." ?The same 'table' description is not listed for the F (CCCS) and H (CCVS) elements.? I am not sure if that was an omission on those Help pages, or if that option really doesn't exist for those two controlled sources.? The "LTwiki" () is where I usually go when I have questions about the Help pages.? Unfortunately, the LTwiki also doesn't show a table option for the CCVS.? That leads me to believe that you can't use a table with the standard CCVS element. But LTspice's B-elements can do that and much more. Here is from the Help page for B-elements: ? table(x,a,b,c,d,...) ??Interpolate a value for x based on a look up table given as a set of pairs of
points. Start with a Bv symbol, then right-click on "V=F(...)" and edit it.? I think (but could be wrong) it should look like this when you are done: V=Table( I(V4), 0mA, 0V, 1mA, 1mV, 2mA, 1.9mV, 3mA, 2.5mV ...) where I(V4) means the current measured through V4 (this is your controlling current), and the pairs that come next, are the (current, voltage) pairs that you measured. I have rarely used the Table() functions in LTspice, so please excuse my inexperience with them. Regards, Andy |
Re: high frequency MHz and GHz range BJTtransistor or Mosfet
Frank Mead
2n2857, 2n3866, AT 41485, HXTR5105...good luck... Frank On Wed, Aug 3, 2016 at 11:58 AM, shikha khurana shikhakhurana10@... [LTspice] <LTspice@...> wrote:
|
LT1171 model: syncronization not working
I am trying to make a negative buck regulator with LT1171, based on the circuit given on page 13 of the LT1170/71/72 datasheet. I am trying to add clock syncronization as shown on page 11 of the same datasheet (the FET-controlled version, for now)
According to the datasheet: >?Synchronizing occurs when the VC pin is pulled to ground > with an external transistor. To avoid disturbing the DC > characteristics of the internal error amplifier, the width of > the synchronizing pulse should be under 0.3¦Ìs.? > ... >?The transistor?must be capable of pulling the VC pin to within 200mV of > ground to ensure synchronizing. When I model this circuit in LTSpice, I find that although I pull VC ?below GND (the same potential as the LT1171 GND pin, actually at -18 V in this circuit) with repetition frequency 138 kHz and 0.1 us pulse width, the switching current doesn't synchronize with this signal. I've uploaded my ASC file to the Temp directory as Neg Buck 20160803.zip. ? If anyone has experience with this part, can you tell me, * Does the LT1171 spice model include the synchronization feature? * Or am I just doing something wrong? Side question: * Can anyone recommend a surface mount equivalent to the VN2222 FET recommended in the datasheet circuit? And is an LTSpice model available? (it seems that capacitive shoot through from the control signal to the VC pin can be an issue when using a poorly chosen FET here) Thanks! (For the search engines: this question might also be interesting to people working with LT1070, LT1071, LT1072, LT1170, or LT1172) |
Re: Sub circuit heat dissipation not showing
John Woodgate
¿ªÔÆÌåÓýRepeat your question. That saves anyone thinking of answering having to search for it. ? With best wishes DESIGN IT IN! OOO ¨C Own Opinions Only J M Woodgate and Associates Rayleigh England ? Sylvae in aeternum manent. ? From: LTspice@... [mailto:LTspice@...]
Sent: Wednesday, August 3, 2016 4:21 PM To: LTspice@... Subject: [LTspice] Re: Sub circuit heat dissipation not showing ? ? Hi .. No one has a reply to my question? Thanks Brad |
Re: Mechanical switch
Hi.
toggle quoted message
Show quoted text
In a packed folder contains files: bounce.asc source.lib bounce.asy bounce.plt I rechecked all the (symbol). But netlist showed not the correct link to the library. I was surprised and delete the symbol, and then put it in place. I restarted the file. See file bounce.zip (update) in temp folder. I am sorry. Bordodynov. 03.08.2016, 13:50, "ericsson.sunshine@... [LTspice]" <ltspice@...>: Hi,?Bordodynov: |
to navigate to use esc to dismiss