Keyboard Shortcuts
Likes
- LTspice
- Messages
Search
Re: Separate from .CKT for .lib file
Thank you very much for your help.
Chances are good that the photodiode part is smaller, so it might be easier to single it out. ?It might be as simple as one line in the model file, or it could be dozens of related lines.
SPICE netlists are not hard to figure out. ?For example, any line starting with "R" is a resistor. ?"D" is a diode. ?The first letter is always the key.
?
?
?
?
?
? |
Re: Confused, adding a pin to an existing Symbol and .cir
开云体育Oops!? New upload. The model is embedded in the .asc ? Dave ? From: [email protected] <[email protected]> On Behalf Of
Jerry Lee Marcel via groups.io
Sent: Monday, December 23, 2024 1:54 PM To: [email protected] Subject: EXTERNAL: Re: [LTspice] Confused, adding a pin to an existing Symbol and .cir ? You've forgotte,n to put the symbol and model in your zip file. Le 23/12/2024 à 18:25, Bell, Dave via groups.io a écrit?:
|
Re: OPA891 / OPA2891 Model Needed
开云体育Do both; put them in the .ASC folder AND in
your library. Terabytes are ten a penny now. On 2024-12-23 22:26, Jerry Lee Marcel
via groups.io wrote:
-- OOO - Own Opinions Only Best Wishes John Woodgate Keep trying |
Re: OPA891 / OPA2891 Model Needed
On Sat, Dec 21, 2024 at 04:56 PM, <info@...> wrote:
It is a pain to copy the model to every directory with an .asc in it and add the .lib directive to every simulation.? I really want to be able to add the symbol to the schematic and have LTspice find the proper model by itself.I understand that and it's easily feasible, by creting your own directories. I used to do that but you run the risk of making your project not portable if you forget to join all the necessary files (models and symbols) needed to run it. I have long ago decided to put them in the same directory as the .asc, at the cost of having to copy numerous files. Just my $0.02... |
Re: Confused, adding a pin to an existing Symbol and .cir
开云体育You've forgotte,n to put the symbol and model in your zip file. Le 23/12/2024 à 18:25, Bell, Dave via
groups.io a écrit?:
|
Re: Ferromagnetic core modeling.
On Sun, Dec 22, 2024 at 10:19 PM, Andy I wrote:
(Note that the "A" dimension on Fair-Rite's datasheet is not the "A" parameter in the Chan model.? You probably knew this already.) No, Andy I haven't gotten that fare yet. I am still studying Alexanders files. Thanks for the "heads-up". |
Re: Confused, adding a pin to an existing Symbol and .cir
开云体育No longer confused (I hope!), I uploaded a sample circuit I was working on. The main circuit path was from an Analog Dialogue example, useful for a bench function generator gain controlled output. Once I had a dynamically controlled Pot, I also wanted to work out how to control another one, separately. ? Dave ? |
Re: Confused, adding a pin to an existing Symbol and .cir
开云体育As Andy suggested, I do want the pot to be dynamic. I tried several of the many designs, and that was the most common problem; I could use a .PARAM, but not a control variable, V(), I(), or time. ? I did eventually realize that a separate subckt, pot2, was useless. And the label vpct was not “just” a comment. It’s in the SpiceModel line, and does get passed to the .cir, as the value of Vpct. Adding a second pot requires changing Vpct to Vpct2 for example, and providing a net, Vpct2. (And RTot in SpiceLine, if required…) ? Dave ? From: [email protected] <[email protected]> On Behalf Of
Andy I via groups.io
Sent: Monday, December 23, 2024 5:18 AM To: [email protected] Subject: EXTERNAL: Re: [LTspice] Confused, adding a pin to an existing Symbol and .cir ? On Mon, Dec 23, 2024 at 03:57 AM, Tony Casey wrote:
Maybe Dave needed to control the pot using a voltage, so that it can change dynamically. ? I think there must be a dozen or more (perhaps dozens of) potentiometer symbols and models already.? Surely some of them might already use a control voltage that is not a hidden node.? If that was the aim, even if one did not exist already, it should have been easy to make one. ? I think Dave's attempts got several things wrong.? I think he tried to use a Comment (Vpct, Vpct2) as if it were a parameter (Comments are always ignored), and he defined two subcircuits with different names (pot, pot2), when in fact they used the same symbol so both instances actually have the same name (pot), making the second subcircuit definition meaningless as there was nothing to call it.? I think it would have been simpler to just add a 4th pin to the pot symbol for connection to the controlling voltage node.? Why make it harder than it needs to be? ? Andy ? |
Re: Ferromagnetic core modeling.
开云体育On 23/12/2024 14:30, Andy I via
groups.io wrote:
you are wrong... .. well I have "Mapa de Caracteres" on this Windows/11 laptop, but I see its an optional add-in. I use it from time to times as laptop does not have a numeric pad so to type directly? you have to use the on-screen keyboard.
Dave
|
Re: Ferromagnetic core modeling.
vOn Mon, Dec 23, 2024 at 04:06 AM, Tony Casey wrote:
For those not listed, there is Character Map.But again, that's Windows. ?
And anyway, I might be wrong but I thought Windows dropped the Character Map tool, another one of its dumb ideas.? I saved my copy so I can still use it.
?
Personally, I don't mind when I see "u", which was in the LTwiki.? LTspice lets us use "?" but sometimes that gets us into trouble.? That happened a lot in this group when it was on Yahoo!Groups due to its online editor.? I think Helmut changed his LTspice settings to not use "?", to avoid that problem.
?
Andy
? |
Re: Confused, adding a pin to an existing Symbol and .cir
On Mon, Dec 23, 2024 at 03:57 AM, Tony Casey wrote:
Still seems a lot of trouble to go to for each pot. I'm curious what's wrong with Helmut's old (but excellent) pot library? That uses a wiper position, which can either be a numeric (default 0.5), or you can replace it with a parameter, which is unique to each pot. Maybe Dave needed to control the pot using a voltage, so that it can change dynamically.
?
I think there must be a dozen or more (perhaps dozens of) potentiometer symbols and models already.? Surely some of them might already use a control voltage that is not a hidden node.? If that was the aim, even if one did not exist already, it should have been easy to make one.
?
I think Dave's attempts got several things wrong.? I think he tried to use a Comment (Vpct, Vpct2) as if it were a parameter (Comments are always ignored), and he defined two subcircuits with different names (pot, pot2), when in fact they used the same symbol so both instances actually have the same name (pot), making the second subcircuit definition meaningless as there was nothing to call it.? I think it would have been simpler to just add a 4th pin to the pot symbol for connection to the controlling voltage node.? Why make it harder than it needs to be?
?
Andy
? |
Re: Ferromagnetic core modeling.
开云体育On 23/12/2024 00:18, John Woodgate
wrote:
You can usually write '?' in email and elsewhere using ALT-0181 on the numeric keypad.If you use Thunderbird as your email client, there are a number of characters and symbols you can add from the menu item: Insert > Characters and Symbols > Common Symbols. The drop-down list contains "?". For those not listed, there is Character Map. -- Regards, Tony |
Re: Confused, adding a pin to an existing Symbol and .cir
开云体育On 23/12/2024 00:06, Bell, Dave via
groups.io wrote:
Never mind, I finally figured it out:Still seems a lot of trouble to go to for each pot. I'm curious what's wrong with Helmut's old (but excellent) pot library? That uses a wiper position, which can either be a numeric (default 0.5), or you can replace it with a parameter, which is unique to each pot. -- Regards, Tony |
Re: LMH6321 Buffer Not Working
开云体育It is now working properly. Helmut had an LMH6321.zip demo in the files section. His model was an older one that was only slightly different, but I was able to make my model and asy files work together. Thanks for your help, still learning. Steve ?
On 2024-12-22 18:23, Craig Lambert via groups.io wrote:
|
Re: Looking for ideal fully differential amplifier spice model
On Sun, Dec 22, 2024 at 10:50 PM, Tom wrote:
... here: ?/g/LTspice/album?id=299674 ?
Specifically, here:
Photos > Delta-Sigma Converter > 2024-12-22_224815.jpg
?
Andy
? |
Re: Looking for ideal fully differential amplifier spice model
It's primary use is for XSPICE mixed-mode simulations. For XSPICE the key is simplicity so simulation times are reasonable. I needed something quick to replace the original code model used in a Sigma-Delta converter example. I look forward to better models with user configured parameters.? |
Re: Whither 4053_tercio.asy
I located the missing pieces.
All of the examples work now.
Try again, please.
?
All for now ?
Sent:?Sunday, December 22, 2024 at 12:29 PM
From:?"Jerry Lee Marcel via groups.io" <jerryleemarcel@...> To:[email protected] Subject:?Re: [LTspice] Whither 4053_tercio.asy ? Le 22/12/2024 à 15:04, eewiz via groups.io a écrit?:
Except the model and symbol for CD4024 that are needed to run most of the circuits! ? |