On Wed, 13 Jan 2010 20:42:09 -0800 That usually means one of two things. 1. The device is expecting something to be connected to that pin, and there is nothing there. i.e. it.s an I/O pin which you are not using. If that is the case put a no connection X on it.
2. You have a mismatch in grid sizes between your drawing and the part. In order for a connection to be made, the wires and the part pins MUST be on the same grid intersection. Sometimes, esp. if you create your own part and get the grid spacing wrong, the two will not align. (The standard kicad libs should be OK) The cure is to either change the part, or the grid. setting the grid to the smallest possible, then zooming in may show you the problem. Andy Geoffrey Reed <[email protected]> wrote: > It is always the same error :( > > ErrType(2): Pin not connected (and no connect symbol found on this pin) > > @ > (3.0500 ",4.2500 "): Cmp P1, Pin 28 (passive) Unconnected > > > > > ------------------------------------ > > Please read the Kicad FAQ in the group files section before posting your > question. > Please post your bug reports here. They will be picked up by the creator of > Kicad. > Please visit http://www.kicadlib.org for details of how to contribute your > symbols/modules to the kicad library. > For building Kicad from source and other development questions visit the > kicad-devel group at http://groups.yahoo.com/group/kicad-develYahoo! Groups > Links > > >
