X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f X-Recipient: geda-help AT delorie DOT com From: Phil Taylor Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: ***SPAM*** [geda-help] Adding BOM items to the Schematic Message-Id: <745896F8-5C9B-4542-B469-2AC9F831C8C9@plastitar.com> Date: Sat, 13 Aug 2016 16:00:37 -0400 References: <1471113613 DOT 4652 DOT 21 DOT camel AT yahoo DOT com> In-Reply-To: <1471113613.4652.21.camel@yahoo.com> To: geda-help AT delorie DOT com X-Mailer: iPhone Mail (13G34) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - omega.hrwebservices.net X-AntiAbuse: Original Domain - delorie.com X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - plastitar.com X-Get-Message-Sender-Via: omega.hrwebservices.net: mailgid via get_recent_authed_mail_ips_entry: phil AT plastitar DOT com/full match of from_h in recent_authed_mail_ips_users X-Authenticated-Sender: omega.hrwebservices.net: phil AT plastitar DOT com X-Source: X-Source-Args: X-Source-Dir: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id u7DK0fSO026949 Reply-To: geda-help AT delorie DOT com Add the columns you want to one part, and they will appear magically in gattrib. Phil > On Aug 13, 2016, at 2:40 PM, Glen Ruch (GW DOT Ruch AT yahoo DOT com) [via geda-help AT delorie DOT com] wrote: > > I would like to add BOM items to the schematic. The schematic is the > source and I would like to avoid the tracking issues that crop up when > using a separate spreadsheet. > > Typically adding things without a refdes e.g. enclosure, Solder 60/40, > screws, stand-offs, IC sockets, PCB part number, etc. > > gattrib would not allow me to add line items. > > For example, if I add a LM555 to a schematic, it is really an assembly > consisting of a DIP socket and an IC. If I would use a text editor on > the .sch file, I can add a DIP socket to the LM555 component, however > when viewing the BOM using gattrib the U2 LM555 device name is > overwritten by the DIP socket device name and there is only one line > item not two. > > Extract from test schematic: > C 43000 57000 1 0 0 lm555-1.sym > { > T 45300 59400 5 10 0 0 0 0 1 > device=LM555 > T 44800 57000 5 10 1 1 0 0 1 > refdes=U2 > T 43000 57000 5 10 0 0 0 0 1 > footprint=DIL 8 300 > T 43000 57000 5 10 0 1 0 0 1 > Distributer=DigiKey > T 43000 57000 5 10 0 1 0 0 3 > device=DIP_Socket > Distributer=DigiKey > DistrPartNumber=112233-4455-11 > } > > > I've tried the gnetlister without success, cycling thru the various > backends: > gnetlist -g partslist3 -o test.bom test.sch > > Suggestions? > > >