Subversion Repositories OpenARM Single-board Computer

Rev

Rev 412 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 412 Rev 433
Line -... Line 1...
-
 
1
# author:       Jelle de Jong <jelledejong@powercraft.nl>
-
 
2
# dist-license: GPLv3
-
 
3
# use-license:  unlimited
-
 
4
-
 
5
# 16:30-17:45=1:15 hours it took to calculate these values
-
 
6
-
 
7
#Element[   SFlags  "Desc"  "Name"  "Value" MX      MY      TX  TY  TDir    TScale  TSFlags ]
-
 
8
Element [   ""      ""      ""      ""      1000    1000    0   0   0       100     ""      ]
-
 
9
(
-
 
10
    Attribute("description"     "85SMX (XTAL003000)")
-
 
11
    Attribute("author"          "Jelle de Jong <jelledejong@powercraft.nl>")
-
 
12
    Attribute("copyright"       "Copyright (C) 2009 by Jelle de Jong, PowerCraft Technology")
-
 
13
    Attribute("use-license"     "unlimited")
-
 
14
    Attribute("dist-license"    "GNU General Public License v3")
-
 
15
    Attribute("documentation"   "http://www.iqdfrequencyproducts.com/products/details/24/")
-
 
16
-
 
17
#   Pad [   rX1      rY1      rX2     rY2     Thickness   Clearance   Mask    "Name"  "Number"    SFlags      ]
-
 
18
    Pad [  -10827   -6299    -10827  -2756    2756        3335        3031     ""     "4"         "square"    ]
-
 
19
    Pad [  -10827    6299    -10827   2756    2756        3335        3031     ""     "1"         "square"    ]
-
 
20
-
 
21
    Pad [   10827   -6299     10827  -2756    2756        3335        3031     ""     "3"         "square"    ]
-
 
22
    Pad [   10827    6299     10827   2756    2756        3335        3031     ""     "2"         "square"    ]
-
 
23
-
 
24
-
 
25
#   ElementLine [   rX1     rY1      rX2     rY2     Thickness   ]
-
 
26
#   ElementLine [  -17126  -7283     17126  -7283    1000        ]
-
 
27
    ElementLine [   17126  -7283     17126   7283    1000        ]
-
 
28
#   ElementLine [   17126   7283    -17126   7283    1000        ]
-
 
29
    ElementLine [  -17126   7283    -17126  -7283    1000        ]
-
 
30
-
 
31
    ElementLine [  -17126  -7283    -13582  -7283    1000        ]
-
 
32
    ElementLine [  -17126   7283    -13582   7283    1000        ]
-
 
33
    ElementLine [   17126  -7283     13582  -7283    1000        ]
-
 
34
    ElementLine [   17126   7283     13582   7283    1000        ]
-
 
35
-
 
36
    ElementLine [  -8071   -7283     8071   -7283    1000        ]
-
 
37
    ElementLine [  -8071    7283     8071    7283    1000        ]
-
 
38
-
 
39
#   ElementLine [  -13582   7283    -13582  -7283    1000        ]
-
 
40
    ElementLine [  -13582   5905    -13582  -5905    1000        ]
-
 
41
)
-
 
42
-
 
43
# mm to 1000st mill is
-
 
44
# echo "scale=5; ((X)*10/2.54)*1000" | bc
-
 
45
-
 
46
# -----
-
 
47
-
 
48
# pad
-
 
49
# heigth=1.6 mm
-
 
50
# width=0.7 mm
-
 
51
-
 
52
# Thickness
-
 
53
# = 0.7 mm
-
 
54
# echo "scale=5; (0.7*10/2.54)*1000" | bc
-
 
55
# 2755.90000
-
 
56
-
 
57
# Mask
-
 
58
# 10%
-
 
59
# echo "scale=5; 0.7 * 1.10" | bc
-
 
60
# 0.770
-
 
61
# echo "scale=5; (0.770*10/2.54)*1000" | bc
-
 
62
# 3031.49000
-
 
63
-
 
64
# Clearance
-
 
65
# 10%
-
 
66
# echo "scale=5; 0.770 * 1.10" | bc
-
 
67
# 0.84700
-
 
68
# echo "scale=5; (0.8470*10/2.54)*1000" | bc
-
 
69
# 3334.64000
-
 
70
-
 
71
-
 
72
# ----- upper left pad -- pin 4
-
 
73
-
 
74
# X1 and X2
-
 
75
# echo "scale=5; 5.5 / 2" | bc
-
 
76
# 2.75000
-
 
77
# echo "scale=5; (2.750*10/2.54)*1000" | bc
-
 
78
# - 10826.77000
-
 
79
-
 
80
# Y1
-
 
81
# echo "scale=5; 2.3 / 2" | bc
-
 
82
# 1.150
-
 
83
# echo "scale=5; 1.6 / 2" | bc
-
 
84
# 0.80000
-
 
85
# echo "scale=5; 1.150 + 0.80" | bc
-
 
86
# 1.950
-
 
87
# echo "scale=5; 0.7 / 2" | bc
-
 
88
# 0.35000
-
 
89
# echo "scale=5; 1.950 - 0.350" | bc
-
 
90
# 1.600
-
 
91
# echo "scale=5; (1.60*10/2.54)*1000" | bc
-
 
92
# - 6299.21000
-
 
93
-
 
94
# Y2
-
 
95
# echo "scale=5; 1.6 - 0.7" | bc
-
 
96
# 0.9
-
 
97
# echo "scale=5; 1.60 - 0.9" | bc
-
 
98
# 0.70
-
 
99
# echo "scale=5; (0.70*10/2.54)*1000" | bc
-
 
100
# - 2755.90000
-
 
101
-
 
102
1
# (open for contribution)
103
# ----- upper left corner silkscreen
-
 
104
-
 
105
# X1
-
 
106
# echo "scale=5; 8.7 / 2" | bc
-
 
107
# 4.35000
-
 
108
# echo "scale=5; (4.350*10/2.54)*1000" | bc
-
 
109
# - 17125.98000
-
 
110
-
 
111
# Y1
-
 
112
# echo "scale=5; 3.7 / 2" | bc
-
 
113
# 1.85000
-
 
114
# echo "scale=5; (1.850*10/2.54)*1000" | bc
-
 
115
# - 7283.46000
-
 
116
-
 
117
-
 
118
# ----- upper point left of pad 4 silkscreen
-
 
119
-
 
120
# X2
-
 
121
# just took the half of the 0.7 width for extra space
-
 
122
# echo "scale=5; 5.5 / 2" | bc
-
 
123
# 2.75000
-
 
124
# echo "scale=5; 2.750 + 0.70" | bc
-
 
125
# 3.450
-
 
126
# echo "scale=5; (3.450*10/2.54)*1000" | bc
-
 
127
# - 13582.67000
-
 
128
-
 
129
-
 
130
# ----- upper point right of pad 4 silkscreen
-
 
131
-
 
132
# X1
-
 
133
# just took the half of the 0.7 width for extra space
-
 
134
# echo "scale=5; 5.5 / 2" | bc
-
 
135
# 2.75000
-
 
136
# echo "scale=5; 2.750 - 0.70" | bc
-
 
137
# 2.050
-
 
138
# echo "scale=5; (2.050*10/2.54)*1000" | bc
-
 
139
# - 8070.86000
-
 
140
-
 
141
# ----- upper point of indiction front end of part
-
 
142
-
 
143
# just took the half of the 0.7 width for extra space
-
 
144
# echo "scale=5; 3.7 / 2" | bc
-
 
145
# 1.85000
-
 
146
# echo "scale=5; 0.7 / 2" | bc
-
 
147
# 0.35000
-
 
148
# echo "scale=5; 1.850 - 0.350" | bc
-
 
149
# 1.500
-
 
150
# echo "scale=5; (1.500*10/2.54)*1000" | bc
-
 
151
# - 5905.51000