[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: gEDA-user: SSOP-36 element for PCB?



Dave McGuire wrote:


Hey folks...I'm laying out a board (with PCB of course) on which I'm using a 36-pin SSOP package. Does anyone have one handy, or will I have to remember how to create elements again? :)


          Thanks,
           -Dave

--
Dave McGuire "I wonder what 'Error Code 1' means. That's
Cape Coral, FL what it said when it started smoking." -Jonathan Patschke




.

The following is an untested SSOP-36 in Newlib:

Element[0x00000000 "" "" "" 0 0 0 0 0 100 0x00000000]
(
       Pad[-20472 -26775 -15748 -26775 1969 1200 2569 "1" "1" 0x00000100]
       Pad[-20472 -23625 -15748 -23625 1969 1200 2569 "2" "2" 0x00000100]
       Pad[-20472 -20475 -15748 -20475 1969 1200 2569 "3" "3" 0x00000100]
       Pad[-20472 -17325 -15748 -17325 1969 1200 2569 "4" "4" 0x00000100]
       Pad[-20472 -14175 -15748 -14175 1969 1200 2569 "5" "5" 0x00000100]
       Pad[-20472 -11025 -15748 -11025 1969 1200 2569 "6" "6" 0x00000100]
       Pad[-20472 -7875 -15748 -7875 1969 1200 2569 "7" "7" 0x00000100]
       Pad[-20472 -4725 -15748 -4725 1969 1200 2569 "8" "8" 0x00000100]
       Pad[-20472 -1575 -15748 -1575 1969 1200 2569 "9" "9" 0x00000100]
       Pad[-20472 1575 -15748 1575 1969 1200 2569 "10" "10" 0x00000100]
       Pad[-20472 4725 -15748 4725 1969 1200 2569 "11" "11" 0x00000100]
       Pad[-20472 7875 -15748 7875 1969 1200 2569 "12" "12" 0x00000100]
       Pad[-20472 11025 -15748 11025 1969 1200 2569 "13" "13" 0x00000100]
       Pad[-20472 14175 -15748 14175 1969 1200 2569 "14" "14" 0x00000100]
       Pad[-20472 17325 -15748 17325 1969 1200 2569 "15" "15" 0x00000100]
       Pad[-20472 20475 -15748 20475 1969 1200 2569 "16" "16" 0x00000100]
       Pad[-20472 23625 -15748 23625 1969 1200 2569 "17" "17" 0x00000100]
       Pad[-20472 26775 -15748 26775 1969 1200 2569 "18" "18" 0x00000100]
       Pad[15748 26775 20472 26775 1969 1200 2569 "19" "19" 0x00000100]
       Pad[15748 23625 20472 23625 1969 1200 2569 "20" "20" 0x00000100]
       Pad[15748 20475 20472 20475 1969 1200 2569 "21" "21" 0x00000100]
       Pad[15748 17325 20472 17325 1969 1200 2569 "22" "22" 0x00000100]
       Pad[15748 14175 20472 14175 1969 1200 2569 "23" "23" 0x00000100]
       Pad[15748 11025 20472 11025 1969 1200 2569 "24" "24" 0x00000100]
       Pad[15748 7875 20472 7875 1969 1200 2569 "25" "25" 0x00000100]
       Pad[15748 4725 20472 4725 1969 1200 2569 "26" "26" 0x00000100]
       Pad[15748 1575 20472 1575 1969 1200 2569 "27" "27" 0x00000100]
       Pad[15748 -1575 20472 -1575 1969 1200 2569 "28" "28" 0x00000100]
       Pad[15748 -4725 20472 -4725 1969 1200 2569 "29" "29" 0x00000100]
       Pad[15748 -7875 20472 -7875 1969 1200 2569 "30" "30" 0x00000100]
       Pad[15748 -11025 20472 -11025 1969 1200 2569 "31" "31" 0x00000100]
       Pad[15748 -14175 20472 -14175 1969 1200 2569 "32" "32" 0x00000100]
       Pad[15748 -17325 20472 -17325 1969 1200 2569 "33" "33" 0x00000100]
       Pad[15748 -20475 20472 -20475 1969 1200 2569 "34" "34" 0x00000100]
       Pad[15748 -23625 20472 -23625 1969 1200 2569 "35" "35" 0x00000100]
       Pad[15748 -26775 20472 -26775 1969 1200 2569 "36" "36" 0x00000100]
       ElementLine [22457 30708 -22457 30708 1000]
       ElementLine [-22457 30708 -22457 -30708 1000]
       ElementLine [-22457 -30708 22457 -30708 1000]
       ElementLine [22457 -30708 22457 30708 1000]
       ElementLine [0 -28708 -2000 -30708 1000]
       ElementLine [0 -28708 2000 -30708 1000]
)

I used footgen.py to create it using the input:
elementdir = "../elements"
silkwidth = 10 mils
maskclear = 6 mil
polyclear = 6 mil
type = "so" pins = 36
pitch = 0.80 mm
width = 7.5 mm
padheight = 0.50 mm
padwidth = 1.70 mm
silkboxheight = 15.6 mm
part "SSOP-36"


The script can be found at http://dlharmon.com/geda/

--
Darrell Harmon
100x100mm SBC running GNU/Linux:
http://dlharmon.com/sbc.html