X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f X-Recipient: geda-help AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=IIDB0jecrU6b51qvm9gdchk421ondAiXkcCgXnPsFPc=; b=yUOg9R3VGZE/iu2Xyqa/Fg4CkGDCTszjslexerbfUfv03lyGiWylXosfrgRGmV6r4x fzrZ5yM1Sd2TtSs4MQv1JgGH7ooHI7ZRTgXfcVoro/jMmZGjfuG7bjIYmkylFF5ir/7b 4xu9vBpWsNPE+DFvDB+LNRWdUgVeovZ5lPluaGJ8A3whXGSVc1SMwL4+RW5O45CMPk48 pHAmuKcdFsgOQkA3e+FW3hLk/f8vTNJs8luDAi161SVPbtxDoi5FPIECIY5cpiZC6DxE amwCLcu246MaYxQ6VhknXXfoWVPfiHJzDtjRJOqKSWYm+YP+3wlcCrJs7ypk9+HDYAa6 eacQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:mail-followup-to :references:mime-version:content-disposition :content-transfer-encoding:in-reply-to:user-agent; bh=IIDB0jecrU6b51qvm9gdchk421ondAiXkcCgXnPsFPc=; b=WaHvTiv61jZqNvOTGLXp9vF8nv+8DKV6sKM2zvM60lu/JVhMMCmbNUROuwcU5VNlyz 1FH2W5eQqWx5SyJKhVqE6tAq3pU/H/+bkfX1g+OpPj9txWXXfMDqFPA6/QKVQE0Ekf1L hCwny/9yiAe0slXb4r/1T2ISrgTx/TiavBHpbViB7rdGMkjgs63k6QBDaq3awORyHxlX d8LTuTP1pIuVD/3GaygLmh3KCZ9M1So1WcmK1jCqI6yqpP8A2lYVKioYOxrHtds0g1L+ gh1N7iwl12OdnzFpTebEKGynZwCqOCJBHzgx1ilwPHCYgmIlzBS4CwZB5HyLOqe2DRER IBAg== X-Gm-Message-State: AEkoouv+3CuFZKWEVGF293jzpFw4L6aVMHFqjZ077K5E+TF1m7Kez3W8RPwWDdTa75lVXg== X-Received: by 10.25.33.130 with SMTP id h124mr6912503lfh.47.1471459053711; Wed, 17 Aug 2016 11:37:33 -0700 (PDT) Date: Wed, 17 Aug 2016 21:37:31 +0300 From: "Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-help AT delorie DOT com]" To: geda-help AT delorie DOT com Subject: Re: [geda-help] Adding BOM items to the Schematic Message-ID: <20160817183731.GA6846@localhost.localdomain> Mail-Followup-To: geda-help AT delorie DOT com References: <1471113613 DOT 4652 DOT 21 DOT camel AT yahoo DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1471113613.4652.21.camel@yahoo.com> User-Agent: Mutt/1.5.23 (2014-03-12) Reply-To: geda-help AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-help AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sat, Aug 13, 2016 at 06:40:13PM +0000, 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? Use other attribute names for socket properties, say: socket-device, socket-Distributer and so on. -- Vladimir