Re: [Kicad-developers] Integrated Simulator

2016-07-22 Thread Eldar Khayrullin
Sorry LD_LIBRARY_PATH not LD_PRELOAD В Пятница, 22 июл. 2016 в 5:30 , Eldar Khayrullin написал: After adding option --prefix=/usr (if install path is /usr/local need to add it to LD_PRELOAD) I saw in sallen_key.sch (without .include diodes): ** ** ngspice-26

Re: [Kicad-developers] Integrated Simulator

2016-07-22 Thread Eldar Khayrullin
laser_driver.sch - OK: ** ** ngspice-26 shared library ** Creation Date: Fri Jul 22 17:17:51 MSK 2016 ** Circuit: KiCad schematic Warning: Model issue on line 1 : .model laser d(is=1e-22 rs=6 n=1.5 cjo=50p xti=100 iave= ... unrecognized parameter (iave) - ignored unrecognized parameter

Re: [Kicad-developers] Integrated Simulator

2016-07-22 Thread Eldar Khayrullin
The script get_libngspice_so.sh gets errors: ./get_libngspice_so.sh: 9: ./get_libngspice_so.sh: [[: not found ./get_libngspice_so.sh: 28: ./get_libngspice_so.sh: [[: not found and doesn't print colored text and wrong behaviour of "install". Need change first line from #!/bin/sh to #!/bin/bash

Re: [Kicad-developers] Integrated Simulator

2016-07-22 Thread Tom Andrews
Hi guys, Thanks very much for adding this feature for a start, definitely something I've been wishing for. Run into an issue off the bat; Used the script to download/compile the shared lib, and compiled eeschema with -DKICAD_SPICE=ON, all good. Loaded up eeschema and opened up sallen_key.sch,

Re: [Kicad-developers] Integrated Simulator

2016-07-22 Thread Eldar Khayrullin
If whom need I send libngspice install script with my modifications В Пятница, 22 июл. 2016 в 5:30 , Eldar Khayrullin написал: After adding option --prefix=/usr (if install path is /usr/local need to add it to LD_PRELOAD) I saw in sallen_key.sch (without .include

Re: [Kicad-developers] Integrated Simulator

2016-07-22 Thread Eldar Khayrullin
After adding option --prefix=/usr (if install path is /usr/local need to add it to LD_PRELOAD) I saw in sallen_key.sch (without .include diodes): ** ** ngspice-26 shared library ** Creation Date: Fri Jul 22 17:17:51 MSK 2016 ** Circuit: KiCad schematic Reducing trtol to 1 for xspice

Re: [Kicad-developers] Integrated Simulator

2016-07-22 Thread Eldar Khayrullin
rectifier.sch - OK. But sometime it hang. And error not found "1n4148": ** ** ngspice-26 shared library ** Creation Date: Fri Jul 22 17:17:51 MSK 2016 ** Circuit: KiCad schematic Error on line 4 : dd1 2 3 1n4148 Unable to find definition of model 1n4148 - default assumed Doing analysis

Re: [Kicad-developers] Integrated Simulator

2016-07-22 Thread Chris Pavlina
On Fri, Jul 22, 2016 at 10:54:27AM +0200, Tomasz Wlostowski wrote: > On 21.07.2016 23:16, Chris Pavlina wrote: > > Really, really nice! I made it do a thing! > > https://misc.c4757p.com/kicad_sim.png > > > > I feel bad to provide a bug report on my very first communcation on > > this, but...

Re: [Kicad-developers] Integrated Simulator

2016-07-22 Thread Tomasz Wlostowski
On 22.07.2016 11:11, Eldar Khayrullin wrote: > Opening the sallen_key.sch with eeschema show in the log window: > > 1) Note: can't find init file. > > 2) Error: .include filename missing > If delete ".include diodes.lib" - OK. > > 3) Error on line 0 : a$poly$e.xu1.eos %vd [ xu1.53 xu1.98 ] %vd

Re: [Kicad-developers] Integrated Simulator

2016-07-22 Thread jp charras
Le 22/07/2016 à 11:14, Tomasz Wlostowski a écrit : > On 22.07.2016 11:11, Eldar Khayrullin wrote: >> Opening the sallen_key.sch with eeschema show in the log window: >> >> 1) Note: can't find init file. >> >> 2) Error: .include filename missing >> If delete ".include diodes.lib" - OK. >> >> 3)

Re: [Kicad-developers] Integrated Simulator

2016-07-22 Thread Tomasz Wlostowski
On 22.07.2016 11:42, Эльдар Хайруллин wrote: > To compile the libspice I use the script from your > link https://orson.net.pl/pub/libngspice/linux/. > Does it show an error "unable to execute init file" or something like this? Tom > Пятница, 22 июля 2016, 12:14 +03:00 от Tomasz Wlostowski >

Re: [Kicad-developers] Integrated Simulator

2016-07-22 Thread Eldar Khayrullin
laser-driver.sch don't simulated: Note: can't find init file. ** ** ngspice-26 shared library ** Creation Date: Fri Jul 22 09:44:52 MSK 2016 ** Circuit: KiCad schematic Warning: Model issue on line 1 : .model laser d(is=1e-22 rs=6 n=1.5 cjo=50p xti=100 iave= ... unrecognized parameter

Re: [Kicad-developers] Integrated Simulator

2016-07-22 Thread Tomasz Wlostowski
On 22.07.2016 11:56, Eldar Khayrullin wrote: > Note: can't find init file. This is the problem, ngspice can't find its internal init file. Did you install it in your system or just copied the DLL? Tom ___ Mailing list:

Re: [Kicad-developers] Integrated Simulator

2016-07-22 Thread Tomasz Wlostowski
On 21.07.2016 23:16, Chris Pavlina wrote: > Really, really nice! I made it do a thing! > https://misc.c4757p.com/kicad_sim.png > > I feel bad to provide a bug report on my very first communcation on > this, but... found one: not sure if this sort of thing is actually > standard SPICE or an

Re: [Kicad-developers] Integrated Simulator

2016-07-22 Thread Eldar Khayrullin
Simulating of rectifier.sch - OK: Note: can't find init file. ** ** ngspice-26 shared library ** Creation Date: Fri Jul 22 09:44:52 MSK 2016 ** Circuit: KiCad schematic Error on line 4 : dd1 2 3 1n4148 Unable to find definition of model 1n4148 - default assumed Doing analysis at TEMP =

Re: [Kicad-developers] Integrated Simulator

2016-07-22 Thread jp charras
Le 22/07/2016 à 13:15, jp charras a écrit : > Le 22/07/2016 à 11:59, Tomasz Wlostowski a écrit : >> On 22.07.2016 11:56, Eldar Khayrullin wrote: >>> Note: can't find init file. >> >> This is the problem, ngspice can't find its internal init file. Did you >> install it in your system or just copied

Re: [Kicad-developers] Integrated Simulator

2016-07-22 Thread jp charras
>> Le 22/07/2016 à 11:59, Tomasz Wlostowski a écrit : I forgot: Really a *great* work. Thanks. -- Jean-Pierre CHARRAS ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe :

Re: [Kicad-developers] Integrated Simulator

2016-07-22 Thread Wayne Stambaugh
Thank you CERN for contributing this excellent addition to KiCad. Needless to say that I was shocked at how far along the simulator was when I arrived at CERN since I had no idea they were even working on simulation. It moves KiCad one step closer to world domination! ;) On 7/21/2016 3:37 PM,

Re: [Kicad-developers] Integrated Simulator

2016-07-22 Thread Tomasz Wlostowski
On 22.07.2016 13:36, jp charras wrote: > Le 22/07/2016 à 13:15, jp charras a écrit : >> Le 22/07/2016 à 11:59, Tomasz Wlostowski a écrit : >>> On 22.07.2016 11:56, Eldar Khayrullin wrote: Note: can't find init file. >>> >>> This is the problem, ngspice can't find its internal init file. Did

Re: [Kicad-developers] Integrated Simulator

2016-07-22 Thread Eldar Khayrullin
Maybe need add to ./configure command the option --prefix=/usr ? >Пятница, 22 июля 2016, 12:59 +03:00 от Tomasz Wlostowski >: > >On 22.07.2016 11:56, Eldar Khayrullin wrote: >> Note: can't find init file. > >This is the problem, ngspice can't find its internal init

Re: [Kicad-developers] Integrated Simulator

2016-07-22 Thread jp charras
Le 22/07/2016 à 11:59, Tomasz Wlostowski a écrit : > On 22.07.2016 11:56, Eldar Khayrullin wrote: >> Note: can't find init file. > > This is the problem, ngspice can't find its internal init file. Did you > install it in your system or just copied the DLL? > > Tom > Because I have the same

Re: [Kicad-developers] Integrated Simulator

2016-07-22 Thread Eldar Khayrullin
I did: sudo apt install ngspice sudo ./get_libngspice_so.sh Then I manual did: sudo cp /tmp/libngspice_so/ngspice-26/src/.libs/libngspice.so.0.0.0 /usr/lib sudo ln -s libngspice.so.0.0.0 /usr/lib/libngspice.so sudo ln -s libngspice.so.0.0.0 /usr/lib/libngspice.so.0 >Пятница, 22 июля 2016, 12:59

Re: [Kicad-developers] 4.0.3 stable release last call.

2016-07-22 Thread Adam Wolf
Hi Wayne, How are things on 4.0.3? Adam Wolf On Tue, Jul 12, 2016 at 2:30 AM, Fabrizio Tappero < fabrizio.tapp...@gmail.com> wrote: > Hi Wayne, > Sure, no worries. Could you please give me an idea about when these icons > will make it to the KiCad stable release? > > Cheers > Fabrizio > > > On

Re: [Kicad-developers] 4.0.3 stable release last call.

2016-07-22 Thread Wayne Stambaugh
I planned on tagging it some time today but since you asked, I just went ahead and tagged stable version r6297 as 4.0.3. This is the official notice for our packagers, doc devs, and translators to make whatever final preparations you need for the 4.0.3 release. Two weeks should be enough time to

Re: [Kicad-developers] 4.0.3 stable release last call.

2016-07-22 Thread Adam Wolf
Thanks Wayne! That timeline is fine for OS X. After docs/translator folks give the OK, I'll get an OS X package out. The OS X nightlies have a problem that I can't fix until after I get this release finished :) so I'm a little more excited than usual to get this finished. Adam Wolf On Fri,

Re: [Kicad-developers] 4.0.3 stable release last call.

2016-07-22 Thread Nick Østergaard
Thank you. I will notify the the translators and make sure everything is as good as it gets. 2016-07-22 15:12 GMT+02:00 Wayne Stambaugh : > I planned on tagging it some time today but since you asked, I just went > ahead and tagged stable version r6297 as 4.0.3. This is the