Re: gEDA-user: PGA 100 footprint

2011-02-12 Thread John Griessen

On 02/12/2011 06:33 PM, Kai-Martin Knaak wrote:

Sounds like a lot of work.


Yes, sounds like scriptable work.
I've already done one connector as you described.

Now I'd like to do the next with a script.  The way I generate rows of pads with
DJ's http://www.gedasymbols.org/user/dj_delorie/tools/dilpad.html
tool.  The code for dil pads is right there in gedasymbols.org.
I need to look at it is all...

JG


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: PGA 100 footprint

2011-02-12 Thread Phil Taylor

On 2/12/2011 4:33 PM, Kai-Martin Knaak wrote:

John Griessen wrote:


How would one generate rows of pads on both component and solder side?


If the pads are the same size, shape and position on both sides you can 
do this in a text editor by copying the pads, and pasting twice.  You 
then change the flags for the second set of pads for the second side. 
You can either increment the pad numbers as well, if the connector is 
bifurcated.


Phil


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: PGA 100 footprint

2011-02-12 Thread Kai-Martin Knaak
John Griessen wrote:

> How would one generate rows of pads on both component and solder side?
> 
> For  old fashioned edge connectors...

I'd use the PCB GUI:

1) Set the grid to a multiple of the distance of the fingers. 
2) Draw track segment with appropriate width on the first layer
3) copy-paste to yield a row of tracks
4) copy the whole row to buffer
5) paste the row somewhere.
6) select the second layer
7) do [m] on all segments of the second row to move them to the
second layer
8) move the second row to the same place as the first row
9) Go over all segments with [n] and enter the correct pad number
10) draw the silk
11) copy everything to paste buffer
12) do convert_to_element
13) paste the component somewhere
14) go over all pads with [q] to make them square
15) save
16) run my convenience script set_pinnumber.awk to set the pin numbers
to the same value as the pin names.
17) copy component to buffer
18) save_buffer_as from the buffer menu 
19) upload to gedasymbols.org

Sounds like a lot of work. But it is straight forward.

---<)kaimartin(>---
-- 
Kai-Martin Knaak
Email: k...@familieknaak.de
Öffentlicher PGP-Schlüssel:
http://pool.sks-keyservers.net:11371/pks/lookup?search=0x6C0B9F53



___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: OT: High Temperature Connector

2011-02-12 Thread John Luciani
On Sat, Feb 12, 2011 at 7:00 PM, John Griessen  wrote:

>
> PS  the Zierick IDC connectors are all copper, and reflowable, so they can
> do 150 deg C
> forever.  Copper doesn't have any annealing properties that change any lower
> than
> 400 deg F I am sure.  Tin is also good at 400 deg F.  That's 204 deg C...

I don't expect the Zierick's to be a problem. I would like them to have
a published spec that states this in case I need it for UL. I may have
just missed it on the
site.

(* jcl *)


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: PGA 100 footprint

2011-02-12 Thread John Griessen

On 02/12/2011 02:35 PM, Darrell Harmon wrote:

It would be possible to add a PGA mode to footgen, but


How would one generate rows of pads on both component and solder side?

For  old fashioned edge connectors...

JG


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: OT: High Temperature Connector

2011-02-12 Thread John Griessen

On 02/12/2011 06:00 PM, John Griessen wrote:

You know what a "low profile" spade connector would look like?
It would be a flat bar of copper, plated with tin,
and with a dogleg bend in it -- very machine placeable...at just the right spot
near the edge of a board.  You could also make a milled notch at the board edge 
where
it goes to make it even more "finger assembly friendly".



I just thought again, and why put a bend in it?  Just chop off pieces of flat 
copper
wire like is used in track light channels and motor and transformer windings
and use mini spade terminals and very ordinary crimpers to put them on wire.
Most contract manufacturers would already have a wire end stripper and a wire 
end
crimper for such old fashioned parts.  The novel idea is to put the "spade",
(1.2 cm clipped from a roll of wire), at a notch in the edge of the board to
protect it from bending/shorting.  A rectangular hole milled in the board
away from the edge would work too.  If this happen to really be novel, I now
license it to all of you as TAPR.org lic. open hardware.

The mini spade wire terminal half is old old expired patent public domain now.

John Griessen
--
Ecosensory   Austin TX


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: OT: High Temperature Connector

2011-02-12 Thread John Griessen

On 02/12/2011 03:57 PM, John Luciani wrote:

The vertical tabs are too tall. Not sure about machine placeable
R/A SMD tabs.


You know what a "low profile" spade connector would look like?
It would be a flat bar of copper, plated with tin,
and with a dogleg bend in it -- very machine placeable...at just the right spot
near the edge of a board.  You could also make a milled notch at the board edge 
where
it goes to make it even more "finger assembly friendly".

If it doesn't exist as a standard product and you like the idea, I know where to
ask to get it prototyped in days and samples in a week. 

It would be pure "finger assembly"!

John

PS  the Zierick IDC connectors are all copper, and reflowable, so they can do 
150 deg C
forever.  Copper doesn't have any annealing properties that change any lower 
than
400 deg F I am sure.  Tin is also good at 400 deg F.  That's 204 deg C...



___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: OT: High Temperature Connector

2011-02-12 Thread John Luciani
On Sat, Feb 12, 2011 at 4:26 PM, Steven Michalske  wrote:
> Or 1/4 inch quick disconnects.
> What about just soldering the wires?

This is for volume production of MCPCB. Connectors are preferred.

Are 1/4 inch quick disconnects the same as faston tabs?
The vertical tabs are too tall. Not sure about machine placeable
R/A SMD tabs.

(* jcl *)


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: OT: High Temperature Connector

2011-02-12 Thread Steven Michalske
Or 1/4 inch quick disconnects.




On Feb 12, 2011, at 12:52 PM, John Luciani  wrote:

> Thanks to everyone for the suggestions.
> 
> The Phoenix style are a bit too tall.
> The Omnetics are too expensive but the Omnetics site did mention the materials
> that the 125degC and 200degC rated were made of so I was able to find parts
> at Tyco and Molex with the high temp materials.
> 
> I had originally specified the Zierick 1245 IDC. Mfg is requesting a tool-less
> option at final assembly so we started to look at different options.
> The majority
> of the low cost connectors have 85degC or 105degC operating ratings.
> 
> The AVX looks similar to the Zierick (as far as function and installation).
> The Zierick is probably less expensive. I will search the AVX site for
> other options.
> 
> I did not see operating temperature ranges for the Zierick so I have a call
> into the Zierick salesman.
> 
> Thanks again for the suggestions.
> 
> (* jcl *)
> 
> 
> ___
> geda-user mailing list
> geda-user@moria.seul.org
> http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: OT: High Temperature Connector

2011-02-12 Thread Steven Michalske

What about just soldering the wires?



On Feb 12, 2011, at 12:52 PM, John Luciani  wrote:

> Thanks to everyone for the suggestions.
> 
> The Phoenix style are a bit too tall.
> The Omnetics are too expensive but the Omnetics site did mention the materials
> that the 125degC and 200degC rated were made of so I was able to find parts
> at Tyco and Molex with the high temp materials.
> 
> I had originally specified the Zierick 1245 IDC. Mfg is requesting a tool-less
> option at final assembly so we started to look at different options.
> The majority
> of the low cost connectors have 85degC or 105degC operating ratings.
> 
> The AVX looks similar to the Zierick (as far as function and installation).
> The Zierick is probably less expensive. I will search the AVX site for
> other options.
> 
> I did not see operating temperature ranges for the Zierick so I have a call
> into the Zierick salesman.
> 
> Thanks again for the suggestions.
> 
> (* jcl *)
> 
> 
> ___
> geda-user mailing list
> geda-user@moria.seul.org
> http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: OT: High Temperature Connector

2011-02-12 Thread John Luciani
Thanks to everyone for the suggestions.

The Phoenix style are a bit too tall.
The Omnetics are too expensive but the Omnetics site did mention the materials
that the 125degC and 200degC rated were made of so I was able to find parts
at Tyco and Molex with the high temp materials.

I had originally specified the Zierick 1245 IDC. Mfg is requesting a tool-less
option at final assembly so we started to look at different options.
The majority
of the low cost connectors have 85degC or 105degC operating ratings.

The AVX looks similar to the Zierick (as far as function and installation).
The Zierick is probably less expensive. I will search the AVX site for
other options.

I did not see operating temperature ranges for the Zierick so I have a call
into the Zierick salesman.

Thanks again for the suggestions.

(* jcl *)


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: PGA 100 footprint

2011-02-12 Thread Darrell Harmon
On Sat, Feb 12, 2011 at 12:49 PM, Phil Taylor  wrote:
> On Feb 12, 2011, at 10:37 AM, Oliver King-Smith  wrote:
>
>>   Does anyone have a PGA100 foot
>>   If I layout the footprint would folks recommend using PCB or is there a
>>   better way to do this style of footprint?
>
> Use a script, a spreadsheet or a text editor or a combination of these based 
> on what comes easy to you.
>
> Phil

http://dlharmon.com/geda/footgen.html

To make a PGA instead of a BGA:
add these immediately after the def bga(attrlist): line
drill = findattr(attrlist, "drill")
paddia = findattr(attrlist, "paddia")
polyclear = findattr(attrlist, "polyclear")
maskclear = findattr(attrlist, "maskclear")

change
bgaelt = bgaelt + ball(x, y, balldia, polyclear, maskclear, ballname(col,row))
to
bgaelt = bgaelt + pin(x,y,paddia,drill,ballname(col,row),polyclear,maskclear)

You will need to define drill, paddia, polyclear and maskclear in
addition to the usual BGA parameters.

It would be possible to add a PGA mode to footgen, but I don't want a
patch as they are relatively rare.

Darrell Harmon


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: OT: Vintage uP

2011-02-12 Thread Dave McGuire

  Are you selling them, giving them away, or what?

   -Dave

-- 
Dave McGuire
Port Charlotte, FL


On Feb 10, 2011, at 4:35 PM, Ethan Swint  wrote:

> I recently ran across a cache of 'vintage' microprocessors - a Motorola 
> MC68010L8 and other MC68K chips, Dallas Semi Speed it uP, AMD 8088, etc.  The 
> are all in new condition, most in ESD foam.  Any of these of interest to the 
> list?
> 
> Regards,
> Ethan
> 
> 
> ___
> geda-user mailing list
> geda-user@moria.seul.org
> http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: OT: High Temperature Connector

2011-02-12 Thread John Griessen

On 02/12/2011 12:57 PM, John Griessen wrote:

Seems really hard to find 1.25A rated and small wire to board...for your 4 wire 
version...

John

Oh, you wanted 2.5A per wire minimum...even harder to find...but my mind 
finally kicked in gear
search engine-wise:

http://www.avx.com/docs/Catalogs/9176.pdf  For LED lamp wiring systems!

and

zierick makes a pick and place non-insulated connector that could be good:
http://www.zierick.com/pages/sm_wireconn.php  The IDC one needs no tooling for 
low volumes...

The piercing one could be crimped with a low tolerace pliers modification...

John Griessen
--
Ecosensory   Austin TX


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: OT: High Temperature Connector

2011-02-12 Thread John Griessen

On 02/11/2011 08:30 PM, John Luciani wrote:

Being able to remove the wires would be nice but is not a requirement. We have
been able to find 105degC rated connectors but nothing higher yet.


Rig up a discharge spot welder and weld your wires to pads with enough
area to take the welding heat and the welding area zone?  Such a welder uses
two heavy copper welding tips so the wire does not need to conduct the welding
current, and the weld pulse stays fast.  I

If you're thinking of kit products, I'd search for surface mount wire 
connectors --
I seem to remember seeing something like that and can't recall it yet...

Found molex panelmate connectors have 1.25mm pitch, reflowable, 1A per 28Ga 
conductor.
Requires expensive crimp tool: Molex   Manufacturers Part No. 63811-7900


Seems really hard to find 1.25A rated and small wire to board...for your 4 wire 
version...

John
--
Ecosensory   Austin TX


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: PGA 100 footprint

2011-02-12 Thread Phil Taylor
On Feb 12, 2011, at 10:37 AM, Oliver King-Smith  wrote:

>   Does anyone have a PGA100 foot
>   If I layout the footprint would folks recommend using PCB or is there a
>   better way to do this style of footprint?

Use a script, a spreadsheet or a text editor or a combination of these based on 
what comes easy to you.

Phil


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


gEDA-user: PGA 100 footprint

2011-02-12 Thread Oliver King-Smith
   Does anyone have a PGA100 footprint made already?
   I think the footprints are pretty standardized, but in case they are
   not, this is the socket I am using:
   [1]http://www.mouser.com/ProductDetail/Mill-Max/510-93-100-13-062001/?q
   s=kJUkXSjFC7zF7XgyqhSPcw%3d%3d
   If I layout the footprint would folks recommend using PCB or is there a
   better way to do this style of footprint?
   Oliver

References

   1. 
http://www.mouser.com/ProductDetail/Mill-Max/510-93-100-13-062001/?qs=kJUkXSjFC7zF7XgyqhSPcw%3d%3d


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: OT: High Temperature Connector

2011-02-12 Thread Karl Hammar
John Luciani:
> I am looking for a low profile wire to board connector - either two
> contacts 5A per contact or four
> contacts 2.5A per contact. I need a temperature rating of at least
> 110degC (preferable >120degC). UL recognized is required.

http://www.camdenelec.com/pdf/CTB92HECTB92VESCTB92VERp38.pdf

says 110°C.

Regards,
/Karl Hammar

---
Aspö Data
Lilla Aspö 148
S-742 94 Östhammar
Sweden
+46 173 140 57




___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: OT: High Temperature Connector

2011-02-12 Thread gene glick

John Luciani wrote:

I am looking for a low profile wire to board connector - either two
contacts 5A per contact or four
contacts 2.5A per contact. I need a temperature rating of at least
110degC (preferable

120degC). UL recognized is required.


Being able to remove the wires would be nice but is not a requirement. We have
been able to find 105degC rated connectors but nothing higher yet.



Take a look at omnetics connectors.  Where I work, we routinely run them 
at 175C or more.  They are expensive though.



___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user