Hello,
In my current design I wanted ton create footprint (for "touch key") that would
have normal pin and some copper tracks connected to this pin. Is it possible?
Tracks automatically became pads in footprint so then I have DRC errors. In
general is it possible to create footprint that will h
Many thanks for clarifications!
>
> Activate "New polygons are full ones" in the settings menu to disable
> removal of islands for new polygons. For existing polgons you can add
> the fullpoly flag in a text editor.
>
> Note to Peter Clifton: This does not work in the OpenGL enables
> versi
Hello,
I am using geda version 20070526 on gentoo 32 bit system, glibc 2.7. Whenever I
want to place big symbol on a schematic page (like 500pin Xilinx, or event
titleblock A1), gschem segfaults or looks up using 100% cpu power - no reaction
on keyboard/mouse. I wanted to trace the problem with
Thanks, I will try this today evening, however I already done the following:
start gschem - it runs OK
start gdb on different terminal
gdb> attach pid_of_gschem
gdb> continue
load big symbol to gschem - and it is OK
play with schematic, then quit
gdb> program terminated normally
But If don't attac
The symbols are from standard library:
Xilinx: XC2S100-5PQ208C - 100% CPU usage,
titleblock: title-A1 - segfault
I have also found that it usually not crashes when you load schematic to it
first, rather you need to start up on empty page, or page with tileblock only.
Anyway I will try to do a ba
Hi Peter,
I tried 1.4.0 version of geda/libgeda and can not reproduce the crash, it seems
that the problem is already fixed. It also seems that gentoo portage mixed up
package versions because it reports 20070526 as most recent - to get the 1.4.0
(20080127) I had to downgrade :-) (emerge =libge
Hi all,
When I'm drawing a new schematic all my simple elements (resistors, capacitors)
comes without value attribute. To add it I have to edit that symbol add "value"
and then change it to "display value only" to have it on screen. Quite a lot of
actions on every element.
Please tell me it th
Thanks for replays.
I think that I will try the gattrib approach and I will see how it works for
me. Scripting will be very nice but I am not good at programming machines with
more then 128k FLASH and 10k RAM :-). Sorry.
Best Regards,
Michael
___
Hello again,
Is there a way to have a better (more readable) text in gshcem's schematic
window? On my system I have to deeply zoom on every component to read pins
description/numbers. With large components (like 208 pins) it is hard to have
whole part on screen with readable text.
I don't know
Yaniv,
I have done something similar some time ago but in different way. As I know it
is not possible to do a AC analysis for every DC step in ngspice. You can make
a series of simulations using ".control .endc" block in circuit file but that
might be hard to write right. When I need something l
Hello,
I have created a schematic with buses on it, however after drc I found that
buses are not connected.
When I connect a net to a bus gschem draws a nice bus connection symbol (looks
like \_). I added a netname=something attribute to these symbols to connect
right pins but it seems that the
Thanks for reply.
I have converted my design, however naming nets is more problematic than those
bus connection symbols, mostly because of placement of the text. With \_ symbol
netname= attribute is always near bus (where I want it), with nets it is not. I
red that that buses are new - is this t
Hello,
I am now learing gEDA (on rather complicated project), but some time ago I
found that there is another package similar to gEDA - Kicad. I don't want to
start never ending discussion about which is better but can anyone make a
simple compare? It seems for me that Kicad is a single applicat
t on thumb
buttons?
Best Regards,
Michael Widlok
Dnia 20 czerwca 2008 17:25 Kai-Martin Knaak <[EMAIL PROTECTED]> napisał(a):
> On Fri, 20 Jun 2008 07:15:58 +0200, michalwd1979 wrote:
>
> > For example something like 1W_Carbon_Resistor from pcb newlib
> > can be a resistor
> > Currently I believe that the lesstif HID allows you to define what
> > the mouse buttons do. I'm not 100% sure of this.
>
> It does.
>
Is that mean that it is possible to set actions for wheels/thumb buttons using
lesstif HID? If yes the I think that I will recompile my pcb to use it :-)
I tried motif HID but I like GTK more... Anti-aliasing fonts and so on. Anyway
I found out how to make GTK pcb work with imwheel - now I have in my PCB
section of imwheelrc:
None, Up, Shitf_L|Up, 1,0,0
None, Down, Shitf_L|Down, 1,0,0
None, Left, Shitf_L|Left, 1,0,0
None, Right, Shitf_L|Right, 1,0
Hello,
I want to try gschem with cairo rendering, as described on Peter Clifton's
blog: http://pcjc2.blogspot.com/2008/05/cairo-support-for-gschem.html. I
downloaded a snapshot from
http://repo.or.cz/w/geda-gaf/pcjc2.git?a=shortlog;h=refs/heads/cairo_experiment,
however I can not compile it.
Wh
pisał(a):
>
> > On Sun, Jul 6, 2008 at 11:37 AM, michalwd1979 <[EMAIL PROTECTED]> wrote:
> > config.status: cannot find input file: Makefile.in
> > make: *** [libgeda_config] Error 1
> >
> > I set all variables LD_LIBRARY_PATH and so on, as described in top-
> On Sun, Jul 6, 2008 at 11:37 AM, michalwd1979 wrote:
> > config.status: cannot find input file: Makefile.in
> > make: *** [libgeda_config] Error 1
> >
> > I set all variables LD_LIBRARY_PATH and so on, as described in top-level
> > makefile. Please tell me wha
Thanks for replays.
The tutorial from www.delorie.com/pcb is really good. Anyway I think that I
will try the idea with notes :-)
Best regards,
Michael W.
> >
> I also found creating pcb footprints difficult at the beginning. So I
> started reading the tutorial and noted every step on a pie
Hello,
I'm working on quite big design (about 650 elements) and I just experienced
strange results in pcb file generated by gsch2pcb/gnetlist. The schematic uses
big main sheet and one small second level sheet added to main by symbol with
source attribute. In my project file I have then
schemat
Thanks John D., John G.!
I've just tried it and it is OK. Anyway it still is a bit strange that some
elements are doubled and some not, but I had wrong project file.
Mant thanks once more.
> If you have a big main sheet, yes. This causes gnetlist to spend a
> long time tracking down connection
Hello,
I'm a novice to gEDA, so please forgive me that I'm using this list as on-line
help so often
In pcb I want to select some elements by regular expression for example:
S11/R(101|102)
This works well when entered to PCB user input window, but I can not make it
working when I use the action d
Hello,
Please correct me if I'm wrong but now we can rotate components in PCB only in
90 deg. steps. Is there any option to put elements (I'm thinking about big TQFP
packages) at 45 deg to each other? It would make my layout simpler if two ICs
would face each other with corners not edges.
I've
Thank you for replay Dave,
I will build CVS and try it out. Feedback from this group is great!
Best regards,
Michael W.
>
> Arbitrary rotation came in a while back. There was a recently fixed bug
> with rectangular pads clearing polygons incorrectly on rotated parts.
> You might need to build
Thank you for replay Dave,
I will build CVS and try it out. Feedback from this group is great!
Best regards,
Michael W.
> > Arbitrary rotation came in a while back. There was a recently fixed bug
> > with rectangular pads clearing polygons incorrectly on rotated parts.
> > You might need t
Hello again,
According to Dave's suggestion I've just build PCB from CVS. While component
rotation is OK, the library preview function does not work now.
Whatever component I select the window stays empty. Is there any known
workaround? If not please give me some guidelines how to look for the pr
Thank You Peter,
Preview in PCB works perfectly now.
Best Regards,
Michael W
PS. This is a record: Bug fix in less then 12 hours :-).
> >
> > I take bets that was my fault.. I'll see if I can fix it.
>
> Try updating your CVS checkout and rebuilding now. I think I fixed it.
>
> Yes, it was
Hello,
After putting some big components (ICs in 200pin TQFP) on my board I've noticed
that PCB slowed down drastically. Now it takes over 2-3 seconds to redraw a
component in different place after moving. I've checked system load with top
and it seems that X server uses 100% CPU at that time no
apps, however I becomes annoying
yesterday when I started to design a really complicated board.
Michael
Dnia 11 listopada 2008 21:10 Stefan Salewski <[EMAIL PROTECTED]> napisał(a):
> Am Dienstag, den 11.11.2008, 21:00 +0100 schrieb michalwd1979:
> > Hello,
> > After putting s
Thanks for all replies,
I noticed the same slow down even without any polygons, tracks, vias, ect. It
is enough to add a few 4-5 big tqfp components. I've just made a completely new
board with 5 TQFPs (40-200 pins) and it is slow. 100% cpu usage by X server
every move and it that takes about 2-3
Hello Peter,
I will send the file to you shortly. I found out some strange differences in
netlist and pcb libraries generation between my stationary PC and notebook.
Both machines have the same system and software versions, I need to fix it up
before testing to not make false assumptions. Sorry
Hi Yamazaki,
I've attached my ngspice python module to this message. There are no manual
(I'm to lazy, sorry) but the code is more or less documented, and it is really
easy to use. Integrated functions lets read ngspice output file to python,
start ngspice (to use in scripts) and create pwl sour
Hello,
Sorry for this stupid question, but:
Am I really so blind (possibly I am, I know :-)) or there is really no light
bulb symbol in default gschem symbols?
After a while of looking I created my own (and it took less time then browsing
libraries before), now I'm just wondering is this really t
Dear Members,
I've just upgraded to newest available version of pcb opengl branch from git
(commit from 27 June, Only assign stencil planes where sub-compositing is
required) and I found out that silk screen is not drawn on far side of the
board.
Normally components that are on the far side are
Hello,
Is the pcb opengl branch in the main repository now? Is there any "official"
version of the opengl branch?
I am using http://repo.or.cz/w/geda-pcb/pcjc2.git to download and build pcb
from there, but I don't know if this is the right place.
I prefer using opengl branch mainly because of ve
>
> Yes.
> Since about two months
> clone git://git.gpleda.org/pcb.git
> will give you transparent tracks and polygons :-)
>
> BTW, when can we eyxpect an official release, so that openGL trickles
> down to distro packages?
>
Thanks for reply.
I've tried git://git.gpleda.org/pcb.git a
Many thanks Peter it works perfectly now!
Michael W.
___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user
:31:26PM -0700, Andrew Poelstra wrote:
> > On Sat, Aug 20, 2011 at 01:57:08PM +0200, michalwd1979 wrote:
> > > Dear Peter,
> > >
> > > I'm using newest version of pcb opengl from git and I found strange
> > > behaviour with arcs.
> > >
> >
Hello Hannu,
I have a python module that can reads ngspice data and export arbitrary vector
to PWL source. I'm using it for quite long time.
If You have any questions then please let me know.
I remember that I was using it to auto optimize a circuit: run ngspice from
python, import it's data, p
Hello,
I'm working with spice quite a lot and good models (especially for newer parts)
is a nightmare. As for 78xx/79xx I would just use power supply and possibly a
resistor or inductor to simulate non ideal behavior - I use this approach and
works right for me.
There are some libraries for spi
Hello all,
I'm just started using GL version of PCB and I can not find out how to return
to normal view. I open the board then use 3d "trackball" to change view and
then I want to return to "normal" 2d view as at the start. Is there any
keystroke or command for this? Trying to get back using tra
> On Mon, 2009-10-19 at 20:28 +0200, michalwd1979 wrote:
> > Hello all,
> > I'm just started using GL version of PCB and I can not find out how to
> > return to normal view. I open the board then use 3d "trackball" to
> > change view and then I wa
In fact pins and vias really HAVE walls on my system. The problem is possibly
my interpretation of the 3d projection and switching to far side view (TAB
key). With normal view everything looks right: "far side" components and SMD
pads are drawn far from other cooper layers. After TAB key, additi
Peter and pcb developers,
I've just compiled opengl version of pcb from git repository and find out that
preview in library window does not work - preview is always blank. If someone
can confirm this then it seems to be a new bug.
2D button and 3d trackball works OK, and 3d view is more readabl
Hello,
During design of my first more complicated board I run into problems with grids
- element's pins often do not fall onto grid point. I suppose that this happen
because I was moving elements with different grids or because some elements are
metric. Now I have the situation where, for examp
Thank You all for replies!
Yes I know about "snap to pins" option. I'm using opengl version compiled from
git, and I did not noticed 2 snapping points for pads.
Regards,
Michael W.
Dnia 21 października 2009 22:46 Stefan Salewski napisał(a):
> On Wed, 2009-10-21 at 22:12 +
Peter and PCB developers,
Newest version of pcb-opengl from git, has some problems with TAB key in 2D
mode. Side of board changes in quite strange way - I'm not 100% sure but it
seems that view changes, but colors indicate that side do not. There are also
problems with grid drawing after TAB is
Hello all,
I'm playing around with 3d version of pcb from git, and today I've lost about 3
hours of my work because of a strange crash. I've clicked in drc window and pcb
exited leaving only a few "failed to create pixmap" lines in terminal. No
segfault no any other info. I couldn't reproduce t
Hello Peter,
>
> I'm not able to reproduce it either, nor is valgrind complaining when I
> run a DRC.
>
> I'm hoping you will be able to find the missing backup file, and that we
> can try reproducing the bug from that.
>
Thanks for explanation about backups. my_filename.pcb- did not existed a
PS.
I have PCI Ati Radeon with open-source drivers (gentoo), but I never noticed
any problems with them (blender, stellarium, glxgears all works OK). Anyway I
would expect rather total crash of X when the driver is broken, but I'm not
100% sure about this.
_
Hello Peter,
> > Thanks for explanation about backups. my_filename.pcb- did not existed
> > after the crash, I only had my original file. Crash happened shortly
> > after starting pcb.
>
> I'm confused now. I thought you said you lost 3 hours work - in which
> case, I'd have presumed the file wo
>
> Why do I consider your post harmful?
>
> Starting with complaining about lost data is generally a bad idea. It
> make developers feel bad, and a random reader of this list may get the
> impression that data loss is a general problem of PCB. (It is not, the
> latest stable snapshot of PCB is r
Hello,
Today I've done all possible tests with new, freshly compiled 3d pcb using
available PCs and these are the results:
1) I can not reproduce "strange" crash with drc window on any machine. Was it
secret testing of new electromagnetic weapon? I'm living close to military
shipyard by the wa
> Sounds like GL drivers are going to cause me grief!
And more or less because of me. Sorry.
> No documentation, sorry. I've coded up a very hacky start for what you
> want to do.. Unfortunately, the APIs I wanted to use to make PCB "find"
> the connected objects are burried in find.c and not ex
>
> > Oh, I almost forgot: I've changed #define BACKUP_NAME in
> > globalconst.h from "PCB.%.i8.backup" to "/tmp/PCB.%.i8.backup", but
> > this should make any difference (I think)
>
> This is what probably killed you, if your computer had a restart in
> between your crash and a check for
Hello,
I'm using PCB opengl version from git. Today I've opened my last (finished)
project and I've got a strange warning after optimizing rat lines (O key):
Warning! net "unnamed_net103" is shorted to net "unnamed_net45"
There are about 20 warnings like this in total about some nets (seems rand
> We have really smart people in this list, so someone may guess what your
> problem is.
>
> What I would do to make life of these smart people easier:
> Test with stable pcb snapshot.
Tested with pcb 20091103 - exactly the same problem.
> Test with your last saved board without these problems.
Hello,
One more note about teardrops. The plugin is really nice and helpful for
home-made boards. It helps keep all the connections right and prevents lifting
up tracks when holes are drilled a bit off-center.
Best Regards,
Michael W.
___
geda-user
59 matches
Mail list logo