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=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=+382V6GyWqTkvMvH/JG4i6UVD8XSBy+m+bjfI+6PgIE=; b=X3IxiZpWLD7I+b0B2We13vevJMhMtUAorKN+/DUMy3XFu1+a8Y0/TFUkBON2kfb4Qp hUSf16tBZTrvOMRwiZFPEcBKzP0NqZi/CZ0mi93AZFaHzpodjfBJzv9R3K9S5SSK18ry K0MqF3NZaFpJpMuX16ySiMSbi7vL4QEAZNln4km3qv9y+Wospyo8We690pLi0C8DS/u8 iSjnZG0GwRds49UHWMoaso6dE0MguZxeoxOrSuvSUcN9wEAcL95RUoyAW1JS0GDjy0I4 1Rm8qXcV+jiJ52tSVQHFS1QJEBQzu6Lz/jywHx2zA2R4B519gNjuXmyca2jJJUgbo7p7 o3Mg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=+382V6GyWqTkvMvH/JG4i6UVD8XSBy+m+bjfI+6PgIE=; b=lmdMmVueVCQzJwkIVd/2RX8tR+Tjz+8SH/0dOaurMCGTJauiwIMlTt7r5EemtIe4CT J2T2/U3XmJXzJGDfIgZ6qHGDwznpSWR+BbSJHs4CaPeeJ0Q90cMZJLhlpH8kGRvfIZAc Z86aTUNHb7esFqawJ/jq79C0c0LXi176ax4db7JWly7i2EN1o3vqEqjYoQoVBq/GzLxb WhLm/z62VCA8ACLN+Uou3VMfhrmlM6AfzKOU+XcThawZj5HZMcrTAl5vERaJeUJTKKlN sSk23ACqFa8T9s7Lj5bHyzVCvL+CwJYfrDQjuZK22ew65D6e1N4aRppIB26bo72i0Xj6 l5Ww== X-Gm-Message-State: APjAAAVBuq/68EeHx0oTQp2GW1P5vnociXIyLDmhkzerTyQ5Et/9FvCI Z4mgK0QPDJ2rKmmyNGY4Zlbz2WlGap8CCR1Uw+tyPg== X-Google-Smtp-Source: APXvYqxFORe6wlNFE3WeQDyrWEIec937+vI9eAnS3wYeHiPslYmG2p+80KmSb8BnmtXF9BNfaQzVR0OgbaLX3V4EymY= X-Received: by 2002:a25:338b:: with SMTP id z133mr31158909ybz.85.1563531448604; Fri, 19 Jul 2019 03:17:28 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: "Erich Heinzle (a1039181 AT gmail DOT com) [via geda-help AT delorie DOT com]" Date: Fri, 19 Jul 2019 19:47:15 +0930 Message-ID: Subject: Re: [geda-help] Picaxe 14M2 To: geda-help AT delorie DOT com Content-Type: multipart/alternative; boundary="00000000000096ded3058e0608db" Reply-To: geda-help AT delorie DOT com --00000000000096ded3058e0608db Content-Type: text/plain; charset="UTF-8" In general, gschem is unaware of footprint file names, or the details of any other attributes you attach to a symbol from a symbol library The usual procedure, after adding your symbol to the schematic from a library, is to add an "attribute" to the symbol, in this case a "footprint" attribute, equal to "DIP14" The schematic file will end up with an ectra attribute within the picaxe instance, along the libes of "footprint=DIP18" The PCB layout editor, when you proceed to lay out uour design, is the software that has an understanding of footprint attributes, and will search its library paths for a DIP18 Does that help? Erich On Fri, 19 Jul 2019 18:51 Torben Friis (friistf AT gmail DOT com) [via geda-help AT delorie DOT com], wrote: > Hi Erich Heinzie, > It should have been: > > /home/gaf/DIP14.fp > > and > > (component-library-search "/home/gaf/gschem-sym") in the /home/.gEDA/gafrc file > > I still have the problem of having PICAXE14M not showing up in the libraries list. > > When in http://www.gedasymbols.org/ i search for screw terminal I get a lot of .fp files, but no .sym files. How should they be handled? > > It is rather confusing. > > best regards > > torben > > > > > On Thu, Jul 18, 2019 at 11:44 AM Torben Friis wrote: > >> Hi Erich Heinzie, >> After following your advice (a long time ago) I have the following: >> >> /home/gaf/gschem-sym/PICAXE-14M.sym >> /home/gaf/pcb-elements/SIP3.fp >> >> (component-library-search "../gschem-sym") in the /home/.gEDA$/gafrc file >> >> Should not PICAXE-14M show up in Libraries when I click Add->Component in gEDA schmatic? >> >> best regards >> >> torben >> >> >> On Fri, Feb 15, 2019 at 9:19 PM Erich Heinzle (a1039181 AT gmail DOT com) [via >> geda-help AT delorie DOT com] wrote: >> >>> http://www.gedasymbols.org/user/erich_heinzle/symbols/PICAXE-14M.sym?dl >>> >>> The above link will download the raw symbol file as a .sym for use in >>> the gschem schematic editor >>> >>> The DIP14 footprint required in the pcb layout editor will be a .fp file >>> and the raw file can be downloaded from >>> >>> http://www.gedasymbols.org/footprints/m4lib/DIP14.fp?dl >>> >>> You can place the respective files in the same directory as your >>> schematic and pcb layout, but most people will use dedicated directories in >>> their project directory for symbols and for footprints. >>> >>> Regards, >>> >>> Erich >>> >>> >>> On Fri, 15 Feb 2019 02:34 Torben Friis (friistf AT gmail DOT com) [via >>> geda-help AT delorie DOT com] >> >>>> Hi, >>>> I found DIP14: >>>> >>>> torben AT torben-Aspire-E5-773G:~$ cat /home/torben/gEDAsym >>>> http://www.gedasymbols.org/footprints/m4lib.cgi?geda >>>> >>> >>>> http://www.gedasymbols.org/cvs.html >>>> >>>> It looks different from your file if I view it.. >>>> >>>> Where should I store the file you sent (if it is the file I should >>>> store)? >>>> torben >>>> >>>> On Thu, Feb 14, 2019 at 3:26 PM Chad Parker (parker DOT charles AT gmail DOT com) >>>> [via geda-help AT delorie DOT com] wrote: >>>> >>>>> >>>>> http://www.gedasymbols.org/user/erich_heinzle/symbols/PICAXE-14M.sym >>>>> >>>>> It looks like the package is a 14-pin DIP, so "DIP14" should work as >>>>> the footprint. >>>>> >>>>> Cheers, >>>>> --Chad >>>>> >>>>> >>>>> On Thu, Feb 14, 2019 at 9:11 AM Torben Friis (friistf AT gmail DOT com) [via >>>>> geda-help AT delorie DOT com] wrote: >>>>> >>>>>> Hi , >>>>>> I have been looking fo the above element, but I cannot find it. I >>>>>> have been looking for .../newlib and found it in two places, but neither >>>>>> one appeared to provide it. >>>>>> Is there anywhere else I can look for it? >>>>>> torben >>>>>> >>>>> --00000000000096ded3058e0608db Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
In general, gschem is unaware of footprint file names, or= the details of any other attributes you attach to a symbol from a symbol l= ibrary

The usual procedure, af= ter adding your symbol to the schematic from a library, is to add an "= attribute" to the symbol, in this case a "footprint" attribu= te, equal to "DIP14"

The schematic file will end up with an ectra attribute within the pi= caxe instance, along the libes of

"footprint=3DDIP18"

The PCB layout editor, when you proceed to lay out uour des= ign, is the software that has an understanding of footprint attributes, and= will search its library paths for a DIP18=C2=A0
Does that=C2=A0help?

Erich



On Fri, 19 Jul 2019 18:51 Torben Friis (friistf AT gmail DOT com) [via geda-help AT delorie DOT com], <geda-help AT delorie DOT com> wrote:
Hi Erich Heinzie,
It should have been:

/home/gaf/DIP14.fp

and
(component-library-search &q=
uot;/home/gaf/gschem-sym") in the /home/.gEDA/gafrc file

=
I still have the problem of having PICAXE14M not showing up in the librari=
es list.

When in http://www.gedasymbols.org/ i search f=
or screw terminal I get a lot of .fp files, but no .sym files. How should t=
hey be handled?
It is rather confusing.
best regards
torben



On Thu, Jul 18, 2019 at 11:44 = AM Torben Friis <friistf AT gmail DOT com> wrote:
Hi = Erich Heinzie,
After following your advice (a long = time ago) I have the following:

/home/gaf/gschem-sym/PICAXE-14M.sym
/home= /gaf/pcb-elements/SIP3.fp
(component-library-searc=
h "../gschem-sym") in the /home/.gEDA$/gafrc file

S= hould not PICAXE-14M show up in Libraries when I click Add->Component in= gEDA schmatic?
best regards
torben

On F= ri, Feb 15, 2019 at 9:19 PM Erich Heinzle (a1039181 AT gmail DOT com) [via = geda-help AT delorie DOT com] <geda-help AT delorie DOT com> wrote:
<= /div>
http://www.gedasymbols.org= /user/erich_heinzle/symbols/PICAXE-14M.sym?dl

The above link will download the raw symbol file as a .= sym for use in the gschem schematic editor

The DIP14 footprint required in the pcb layout editor wi= ll be a .fp file and the raw file can be downloaded from

=
You can place the respective files in the same = directory as your schematic and pcb layout, but most people will use dedica= ted directories in their project directory for symbols and for footprints.<= /div>

Regards,

Erich


On Fri, 15 Feb 2019 02:34 Torben Friis (friistf@= gmail.com) [via geda-help AT delorie DOT com] <geda-help AT delorie.= com wrote:
<= div dir=3D"ltr">
Hi,
I found DIP14:


It looks different from your file if I view i= t..

Where should I sto= re the file you sent (if it is the file I should store)?
torben

On Thu, Feb 14, 2019 at 3:26 PM Chad Parker (= parker DOT charles AT gmail DOT com) [via geda-help= @delorie.com] <geda-help AT delorie DOT com> wrote:
<= div dir=3D"ltr">

It looks like the = package is a 14-pin DIP, so "DIP14" should work as the footprint.=

Cheers,
--Chad


On Thu, Feb 14, 2019 at 9:11 AM Torben Friis = (friistf AT gmail DOT com) [via geda-help AT delorie DOT com= ] <geda-help AT delorie DOT com> wrote:
Hi ,
I have been looking fo the above element= , but I cannot find it. I have been looking for .../newlib and found it in = two places, but neither one appeared to provide it.
Is there anywhere else I can look for it?
torben
--00000000000096ded3058e0608db--