delorie.com/archives/browse.cgi | search |
X-Authentication-Warning: | delorie.com: mail set sender to geda-user-bounces using -f |
X-Recipient: | geda-user AT delorie DOT com |
X-TCPREMOTEIP: | 207.224.51.38 |
X-Authenticated-UID: | jpd AT noqsi DOT com |
Mime-Version: | 1.0 (Mac OS X Mail 7.3 \(1878.6\)) |
Subject: | Re: [geda-user] Mysterious refdes and BOM items |
From: | John Doty <jpd AT noqsi DOT com> |
In-Reply-To: | <1422009789.16458.32.camel@linetec> |
Date: | Fri, 23 Jan 2015 13:23:41 -0700 |
Message-Id: | <D949C5AD-2C2A-4F36-B300-D0346275EF02@noqsi.com> |
References: | <1422009789 DOT 16458 DOT 32 DOT camel AT linetec> |
To: | geda-user AT delorie DOT com |
X-Mailer: | Apple Mail (2.1878.6) |
X-MIME-Autoconverted: | from quoted-printable to 8bit by delorie.com id t0NKNdC7011949 |
Reply-To: | geda-user AT delorie DOT com |
Errors-To: | nobody AT delorie DOT com |
X-Mailing-List: | geda-user AT delorie DOT com |
X-Unsubscribes-To: | listserv AT delorie DOT com |
On Jan 23, 2015, at 3:43 AM, Richard Rasker <rasker AT linetec DOT nl> wrote: > Apparently, my schematic contains off-page connectors ... > The second mystery has to do with the bom generated by PCB -- it says > that there are 14 elements with unknown refdes, unknown footprint, and > unknown values: > > 14,"(unknown)","(unknown)",(unknown) (unknown) (unknown) (unknown) > (unknown) (unknown) (unknown) (unknown) (unknown) (unknown) (unknown) > (unknown) (unknown) (unknown) > > Could this be related to the first problem? Yes. I suspect you have some graphical symbols (titleblock, busripper, …) that have somehow lost their graphical=1 attribute. You can make a list of all symbols used by a design with something like: awk '/^C /{print $7}' *.sch | sort | uniq Look for symbols that don’t represent components and track those down. The rules are a bit arcane: power rail symbols like gnd-1.sym don’t need graphical=1. John Doty Noqsi Aerospace, Ltd. http://www.noqsi.com/ jpd AT noqsi DOT com
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |