Linux Test

This commit is contained in:
2024-02-29 12:24:06 +01:00
parent f253cd3842
commit 0047136424
1468 changed files with 1710252 additions and 1710203 deletions

File diff suppressed because it is too large Load Diff

View File

@ -66,6 +66,12 @@
"visible_layers": "ff0ffff_ffffffff", "visible_layers": "ff0ffff_ffffffff",
"zone_display_mode": 1 "zone_display_mode": 1
}, },
"git": {
"repo_password": "",
"repo_type": "",
"repo_username": "",
"ssh_key": ""
},
"meta": { "meta": {
"filename": "FT24-AMS-Slave_v1-VTSENS.kicad_prl", "filename": "FT24-AMS-Slave_v1-VTSENS.kicad_prl",
"version": 3 "version": 3

View File

@ -3,6 +3,9 @@
"3dviewports": [], "3dviewports": [],
"design_settings": { "design_settings": {
"defaults": { "defaults": {
"apply_defaults_to_fp_fields": false,
"apply_defaults_to_fp_shapes": false,
"apply_defaults_to_fp_text": false,
"board_outline_line_width": 0.09999999999999999, "board_outline_line_width": 0.09999999999999999,
"copper_line_width": 0.19999999999999998, "copper_line_width": 0.19999999999999998,
"copper_text_italic": false, "copper_text_italic": false,
@ -72,6 +75,7 @@
"duplicate_footprints": "warning", "duplicate_footprints": "warning",
"extra_footprint": "warning", "extra_footprint": "warning",
"footprint": "error", "footprint": "error",
"footprint_symbol_mismatch": "warning",
"footprint_type_mismatch": "ignore", "footprint_type_mismatch": "ignore",
"hole_clearance": "error", "hole_clearance": "error",
"hole_near_hole": "error", "hole_near_hole": "error",
@ -133,9 +137,6 @@
}, },
"teardrop_options": [ "teardrop_options": [
{ {
"td_allow_use_two_tracks": true,
"td_curve_segcount": 5,
"td_on_pad_in_zone": false,
"td_onpadsmd": true, "td_onpadsmd": true,
"td_onroundshapesonly": false, "td_onroundshapesonly": false,
"td_ontrackend": false, "td_ontrackend": false,
@ -144,29 +145,35 @@
], ],
"teardrop_parameters": [ "teardrop_parameters": [
{ {
"td_allow_use_two_tracks": true,
"td_curve_segcount": 0, "td_curve_segcount": 0,
"td_height_ratio": 1.0, "td_height_ratio": 1.0,
"td_length_ratio": 0.5, "td_length_ratio": 0.5,
"td_maxheight": 2.0, "td_maxheight": 2.0,
"td_maxlen": 1.0, "td_maxlen": 1.0,
"td_on_pad_in_zone": false,
"td_target_name": "td_round_shape", "td_target_name": "td_round_shape",
"td_width_to_size_filter_ratio": 0.9 "td_width_to_size_filter_ratio": 0.9
}, },
{ {
"td_allow_use_two_tracks": true,
"td_curve_segcount": 0, "td_curve_segcount": 0,
"td_height_ratio": 1.0, "td_height_ratio": 1.0,
"td_length_ratio": 0.5, "td_length_ratio": 0.5,
"td_maxheight": 2.0, "td_maxheight": 2.0,
"td_maxlen": 1.0, "td_maxlen": 1.0,
"td_on_pad_in_zone": false,
"td_target_name": "td_rect_shape", "td_target_name": "td_rect_shape",
"td_width_to_size_filter_ratio": 0.9 "td_width_to_size_filter_ratio": 0.9
}, },
{ {
"td_allow_use_two_tracks": true,
"td_curve_segcount": 0, "td_curve_segcount": 0,
"td_height_ratio": 1.0, "td_height_ratio": 1.0,
"td_length_ratio": 0.5, "td_length_ratio": 0.5,
"td_maxheight": 2.0, "td_maxheight": 2.0,
"td_maxlen": 1.0, "td_maxlen": 1.0,
"td_on_pad_in_zone": false,
"td_target_name": "td_track_end", "td_target_name": "td_track_end",
"td_width_to_size_filter_ratio": 0.9 "td_width_to_size_filter_ratio": 0.9
} }
@ -175,6 +182,32 @@
0.0, 0.0,
0.2 0.2
], ],
"tuning_pattern_settings": {
"diff_pair_defaults": {
"corner_radius_percentage": 80,
"corner_style": 1,
"max_amplitude": 1.0,
"min_amplitude": 0.2,
"single_sided": false,
"spacing": 1.0
},
"diff_pair_skew_defaults": {
"corner_radius_percentage": 80,
"corner_style": 1,
"max_amplitude": 1.0,
"min_amplitude": 0.2,
"single_sided": false,
"spacing": 0.6
},
"single_track_defaults": {
"corner_radius_percentage": 80,
"corner_style": 1,
"max_amplitude": 1.0,
"min_amplitude": 0.2,
"single_sided": false,
"spacing": 0.6
}
},
"via_dimensions": [ "via_dimensions": [
{ {
"diameter": 0.0, "diameter": 0.0,
@ -183,6 +216,13 @@
], ],
"zones_allow_external_fillets": false "zones_allow_external_fillets": false
}, },
"ipc2581": {
"dist": "",
"distpn": "",
"internal_id": "",
"mfg": "",
"mpn": ""
},
"layer_presets": [], "layer_presets": [],
"viewports": [] "viewports": []
}, },
@ -441,8 +481,11 @@
"gencad": "", "gencad": "",
"idf": "", "idf": "",
"netlist": "", "netlist": "",
"plot": "",
"pos_files": "",
"specctra_dsn": "", "specctra_dsn": "",
"step": "FT24-AMS-Slave_v1-VTSENS_290124.step", "step": "FT24-AMS-Slave_v1-VTSENS_290124.step",
"svg": "",
"vrml": "" "vrml": ""
}, },
"page_layout_descr_file": "" "page_layout_descr_file": ""

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,451 +1,451 @@
%TF.GenerationSoftware,KiCad,Pcbnew,7.0.6*% %TF.GenerationSoftware,KiCad,Pcbnew,7.0.6*%
%TF.CreationDate,2024-01-17T22:25:57+01:00*% %TF.CreationDate,2024-01-17T22:25:57+01:00*%
%TF.ProjectId,FT24-AMS-Slave_v1-VTSENS,46543234-2d41-44d5-932d-536c6176655f,rev?*% %TF.ProjectId,FT24-AMS-Slave_v1-VTSENS,46543234-2d41-44d5-932d-536c6176655f,rev?*%
%TF.SameCoordinates,Original*% %TF.SameCoordinates,Original*%
%TF.FileFunction,Soldermask,Bot*% %TF.FileFunction,Soldermask,Bot*%
%TF.FilePolarity,Negative*% %TF.FilePolarity,Negative*%
%FSLAX46Y46*% %FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW 7.0.6) date 2024-01-17 22:25:57* G04 Created by KiCad (PCBNEW 7.0.6) date 2024-01-17 22:25:57*
%MOMM*% %MOMM*%
%LPD*% %LPD*%
G01* G01*
G04 APERTURE LIST* G04 APERTURE LIST*
%ADD10R,0.300000X0.700000*% %ADD10R,0.300000X0.700000*%
%ADD11R,1.700000X1.000000*% %ADD11R,1.700000X1.000000*%
%ADD12R,0.550000X1.300000*% %ADD12R,0.550000X1.300000*%
%ADD13R,0.550000X1.400000*% %ADD13R,0.550000X1.400000*%
G04 APERTURE END LIST* G04 APERTURE END LIST*
D10* D10*
%TO.C,U22*% %TO.C,U22*%
X107187500Y-65550000D03* X107187500Y-65550000D03*
X106687500Y-65550000D03* X106687500Y-65550000D03*
X106187500Y-65550000D03* X106187500Y-65550000D03*
X105687500Y-65550000D03* X105687500Y-65550000D03*
X105687500Y-63450000D03* X105687500Y-63450000D03*
X106187500Y-63450000D03* X106187500Y-63450000D03*
X106687500Y-63450000D03* X106687500Y-63450000D03*
X107187500Y-63450000D03* X107187500Y-63450000D03*
D11* D11*
X106437500Y-64500000D03* X106437500Y-64500000D03*
%TD*% %TD*%
D10* D10*
%TO.C,U9*% %TO.C,U9*%
X186487500Y-111350000D03* X186487500Y-111350000D03*
X185987500Y-111350000D03* X185987500Y-111350000D03*
X185487500Y-111350000D03* X185487500Y-111350000D03*
X184987500Y-111350000D03* X184987500Y-111350000D03*
X184987500Y-109250000D03* X184987500Y-109250000D03*
X185487500Y-109250000D03* X185487500Y-109250000D03*
X185987500Y-109250000D03* X185987500Y-109250000D03*
X186487500Y-109250000D03* X186487500Y-109250000D03*
D11* D11*
X185737500Y-110300000D03* X185737500Y-110300000D03*
%TD*% %TD*%
D10* D10*
%TO.C,U16*% %TO.C,U16*%
X146887500Y-65450000D03* X146887500Y-65450000D03*
X146387500Y-65450000D03* X146387500Y-65450000D03*
X145887500Y-65450000D03* X145887500Y-65450000D03*
X145387500Y-65450000D03* X145387500Y-65450000D03*
X145387500Y-63350000D03* X145387500Y-63350000D03*
X145887500Y-63350000D03* X145887500Y-63350000D03*
X146387500Y-63350000D03* X146387500Y-63350000D03*
X146887500Y-63350000D03* X146887500Y-63350000D03*
D11* D11*
X146137500Y-64400000D03* X146137500Y-64400000D03*
%TD*% %TD*%
D10* D10*
%TO.C,U25*% %TO.C,U25*%
X67550000Y-134250000D03* X67550000Y-134250000D03*
X67050000Y-134250000D03* X67050000Y-134250000D03*
X66550000Y-134250000D03* X66550000Y-134250000D03*
X66050000Y-134250000D03* X66050000Y-134250000D03*
X66050000Y-132150000D03* X66050000Y-132150000D03*
X66550000Y-132150000D03* X66550000Y-132150000D03*
X67050000Y-132150000D03* X67050000Y-132150000D03*
X67550000Y-132150000D03* X67550000Y-132150000D03*
D11* D11*
X66800000Y-133200000D03* X66800000Y-133200000D03*
%TD*% %TD*%
D10* D10*
%TO.C,U14*% %TO.C,U14*%
X146887500Y-111250000D03* X146887500Y-111250000D03*
X146387500Y-111250000D03* X146387500Y-111250000D03*
X145887500Y-111250000D03* X145887500Y-111250000D03*
X145387500Y-111250000D03* X145387500Y-111250000D03*
X145387500Y-109150000D03* X145387500Y-109150000D03*
X145887500Y-109150000D03* X145887500Y-109150000D03*
X146387500Y-109150000D03* X146387500Y-109150000D03*
X146887500Y-109150000D03* X146887500Y-109150000D03*
D11* D11*
X146137500Y-110200000D03* X146137500Y-110200000D03*
%TD*% %TD*%
D10* D10*
%TO.C,U5*% %TO.C,U5*%
X226187500Y-65550000D03* X226187500Y-65550000D03*
X225687500Y-65550000D03* X225687500Y-65550000D03*
X225187500Y-65550000D03* X225187500Y-65550000D03*
X224687500Y-65550000D03* X224687500Y-65550000D03*
X224687500Y-63450000D03* X224687500Y-63450000D03*
X225187500Y-63450000D03* X225187500Y-63450000D03*
X225687500Y-63450000D03* X225687500Y-63450000D03*
X226187500Y-63450000D03* X226187500Y-63450000D03*
D11* D11*
X225437500Y-64500000D03* X225437500Y-64500000D03*
%TD*% %TD*%
D10* D10*
%TO.C,U1*% %TO.C,U1*%
X226550000Y-140450000D03* X226550000Y-140450000D03*
X227050000Y-140450000D03* X227050000Y-140450000D03*
X227550000Y-140450000D03* X227550000Y-140450000D03*
X228050000Y-140450000D03* X228050000Y-140450000D03*
X228050000Y-142550000D03* X228050000Y-142550000D03*
X227550000Y-142550000D03* X227550000Y-142550000D03*
X227050000Y-142550000D03* X227050000Y-142550000D03*
X226550000Y-142550000D03* X226550000Y-142550000D03*
D11* D11*
X227300000Y-141500000D03* X227300000Y-141500000D03*
%TD*% %TD*%
D10* D10*
%TO.C,U23*% %TO.C,U23*%
X107550000Y-48350000D03* X107550000Y-48350000D03*
X108050000Y-48350000D03* X108050000Y-48350000D03*
X108550000Y-48350000D03* X108550000Y-48350000D03*
X109050000Y-48350000D03* X109050000Y-48350000D03*
X109050000Y-50450000D03* X109050000Y-50450000D03*
X108550000Y-50450000D03* X108550000Y-50450000D03*
X108050000Y-50450000D03* X108050000Y-50450000D03*
X107550000Y-50450000D03* X107550000Y-50450000D03*
D11* D11*
X108300000Y-49400000D03* X108300000Y-49400000D03*
%TD*% %TD*%
D10* D10*
%TO.C,U17*% %TO.C,U17*%
X147212500Y-48350000D03* X147212500Y-48350000D03*
X147712500Y-48350000D03* X147712500Y-48350000D03*
X148212500Y-48350000D03* X148212500Y-48350000D03*
X148712500Y-48350000D03* X148712500Y-48350000D03*
X148712500Y-50450000D03* X148712500Y-50450000D03*
X148212500Y-50450000D03* X148212500Y-50450000D03*
X147712500Y-50450000D03* X147712500Y-50450000D03*
X147212500Y-50450000D03* X147212500Y-50450000D03*
D11* D11*
X147962500Y-49400000D03* X147962500Y-49400000D03*
%TD*% %TD*%
D10* D10*
%TO.C,U13*% %TO.C,U13*%
X147050000Y-140550000D03* X147050000Y-140550000D03*
X147550000Y-140550000D03* X147550000Y-140550000D03*
X148050000Y-140550000D03* X148050000Y-140550000D03*
X148550000Y-140550000D03* X148550000Y-140550000D03*
X148550000Y-142650000D03* X148550000Y-142650000D03*
X148050000Y-142650000D03* X148050000Y-142650000D03*
X147550000Y-142650000D03* X147550000Y-142650000D03*
X147050000Y-142650000D03* X147050000Y-142650000D03*
D11* D11*
X147800000Y-141600000D03* X147800000Y-141600000D03*
%TD*% %TD*%
D10* D10*
%TO.C,U3*% %TO.C,U3*%
X226512500Y-94250000D03* X226512500Y-94250000D03*
X227012500Y-94250000D03* X227012500Y-94250000D03*
X227512500Y-94250000D03* X227512500Y-94250000D03*
X228012500Y-94250000D03* X228012500Y-94250000D03*
X228012500Y-96350000D03* X228012500Y-96350000D03*
X227512500Y-96350000D03* X227512500Y-96350000D03*
X227012500Y-96350000D03* X227012500Y-96350000D03*
X226512500Y-96350000D03* X226512500Y-96350000D03*
D11* D11*
X227262500Y-95300000D03* X227262500Y-95300000D03*
%TD*% %TD*%
D10* D10*
%TO.C,U11*% %TO.C,U11*%
X186487500Y-65550000D03* X186487500Y-65550000D03*
X185987500Y-65550000D03* X185987500Y-65550000D03*
X185487500Y-65550000D03* X185487500Y-65550000D03*
X184987500Y-65550000D03* X184987500Y-65550000D03*
X184987500Y-63450000D03* X184987500Y-63450000D03*
X185487500Y-63450000D03* X185487500Y-63450000D03*
X185987500Y-63450000D03* X185987500Y-63450000D03*
X186487500Y-63450000D03* X186487500Y-63450000D03*
D11* D11*
X185737500Y-64500000D03* X185737500Y-64500000D03*
%TD*% %TD*%
D10* D10*
%TO.C,U15*% %TO.C,U15*%
X147250000Y-94150000D03* X147250000Y-94150000D03*
X147750000Y-94150000D03* X147750000Y-94150000D03*
X148250000Y-94150000D03* X148250000Y-94150000D03*
X148750000Y-94150000D03* X148750000Y-94150000D03*
X148750000Y-96250000D03* X148750000Y-96250000D03*
X148250000Y-96250000D03* X148250000Y-96250000D03*
X147750000Y-96250000D03* X147750000Y-96250000D03*
X147250000Y-96250000D03* X147250000Y-96250000D03*
D11* D11*
X148000000Y-95200000D03* X148000000Y-95200000D03*
%TD*% %TD*%
D10* D10*
%TO.C,U7*% %TO.C,U7*%
X186850000Y-140450000D03* X186850000Y-140450000D03*
X187350000Y-140450000D03* X187350000Y-140450000D03*
X187850000Y-140450000D03* X187850000Y-140450000D03*
X188350000Y-140450000D03* X188350000Y-140450000D03*
X188350000Y-142550000D03* X188350000Y-142550000D03*
X187850000Y-142550000D03* X187850000Y-142550000D03*
X187350000Y-142550000D03* X187350000Y-142550000D03*
X186850000Y-142550000D03* X186850000Y-142550000D03*
D11* D11*
X187600000Y-141500000D03* X187600000Y-141500000D03*
%TD*% %TD*%
D10* D10*
%TO.C,U4*% %TO.C,U4*%
X226700000Y-71300000D03* X226700000Y-71300000D03*
X227200000Y-71300000D03* X227200000Y-71300000D03*
X227700000Y-71300000D03* X227700000Y-71300000D03*
X228200000Y-71300000D03* X228200000Y-71300000D03*
X228200000Y-73400000D03* X228200000Y-73400000D03*
X227700000Y-73400000D03* X227700000Y-73400000D03*
X227200000Y-73400000D03* X227200000Y-73400000D03*
X226700000Y-73400000D03* X226700000Y-73400000D03*
D11* D11*
X227450000Y-72350000D03* X227450000Y-72350000D03*
%TD*% %TD*%
D10* D10*
%TO.C,U21*% %TO.C,U21*%
X107187500Y-88350000D03* X107187500Y-88350000D03*
X106687500Y-88350000D03* X106687500Y-88350000D03*
X106187500Y-88350000D03* X106187500Y-88350000D03*
X105687500Y-88350000D03* X105687500Y-88350000D03*
X105687500Y-86250000D03* X105687500Y-86250000D03*
X106187500Y-86250000D03* X106187500Y-86250000D03*
X106687500Y-86250000D03* X106687500Y-86250000D03*
X107187500Y-86250000D03* X107187500Y-86250000D03*
D11* D11*
X106437500Y-87300000D03* X106437500Y-87300000D03*
%TD*% %TD*%
D10* D10*
%TO.C,U24*% %TO.C,U24*%
X67850000Y-140450000D03* X67850000Y-140450000D03*
X68350000Y-140450000D03* X68350000Y-140450000D03*
X68850000Y-140450000D03* X68850000Y-140450000D03*
X69350000Y-140450000D03* X69350000Y-140450000D03*
X69350000Y-142550000D03* X69350000Y-142550000D03*
X68850000Y-142550000D03* X68850000Y-142550000D03*
X68350000Y-142550000D03* X68350000Y-142550000D03*
X67850000Y-142550000D03* X67850000Y-142550000D03*
D11* D11*
X68600000Y-141500000D03* X68600000Y-141500000D03*
%TD*% %TD*%
D10* D10*
%TO.C,U28*% %TO.C,U28*%
X67550000Y-65450000D03* X67550000Y-65450000D03*
X67050000Y-65450000D03* X67050000Y-65450000D03*
X66550000Y-65450000D03* X66550000Y-65450000D03*
X66050000Y-65450000D03* X66050000Y-65450000D03*
X66050000Y-63350000D03* X66050000Y-63350000D03*
X66550000Y-63350000D03* X66550000Y-63350000D03*
X67050000Y-63350000D03* X67050000Y-63350000D03*
X67550000Y-63350000D03* X67550000Y-63350000D03*
D11* D11*
X66800000Y-64400000D03* X66800000Y-64400000D03*
%TD*% %TD*%
D10* D10*
%TO.C,U26*% %TO.C,U26*%
X67550000Y-111350000D03* X67550000Y-111350000D03*
X67050000Y-111350000D03* X67050000Y-111350000D03*
X66550000Y-111350000D03* X66550000Y-111350000D03*
X66050000Y-111350000D03* X66050000Y-111350000D03*
X66050000Y-109250000D03* X66050000Y-109250000D03*
X66550000Y-109250000D03* X66550000Y-109250000D03*
X67050000Y-109250000D03* X67050000Y-109250000D03*
X67550000Y-109250000D03* X67550000Y-109250000D03*
D11* D11*
X66800000Y-110300000D03* X66800000Y-110300000D03*
%TD*% %TD*%
D10* D10*
%TO.C,U30*% %TO.C,U30*%
X67550000Y-42450000D03* X67550000Y-42450000D03*
X67050000Y-42450000D03* X67050000Y-42450000D03*
X66550000Y-42450000D03* X66550000Y-42450000D03*
X66050000Y-42450000D03* X66050000Y-42450000D03*
X66050000Y-40350000D03* X66050000Y-40350000D03*
X66550000Y-40350000D03* X66550000Y-40350000D03*
X67050000Y-40350000D03* X67050000Y-40350000D03*
X67550000Y-40350000D03* X67550000Y-40350000D03*
D11* D11*
X66800000Y-41400000D03* X66800000Y-41400000D03*
%TD*% %TD*%
D10* D10*
%TO.C,U29*% %TO.C,U29*%
X67850000Y-48350000D03* X67850000Y-48350000D03*
X68350000Y-48350000D03* X68350000Y-48350000D03*
X68850000Y-48350000D03* X68850000Y-48350000D03*
X69350000Y-48350000D03* X69350000Y-48350000D03*
X69350000Y-50450000D03* X69350000Y-50450000D03*
X68850000Y-50450000D03* X68850000Y-50450000D03*
X68350000Y-50450000D03* X68350000Y-50450000D03*
X67850000Y-50450000D03* X67850000Y-50450000D03*
D11* D11*
X68600000Y-49400000D03* X68600000Y-49400000D03*
%TD*% %TD*%
D10* D10*
%TO.C,U27*% %TO.C,U27*%
X67850000Y-94150000D03* X67850000Y-94150000D03*
X68350000Y-94150000D03* X68350000Y-94150000D03*
X68850000Y-94150000D03* X68850000Y-94150000D03*
X69350000Y-94150000D03* X69350000Y-94150000D03*
X69350000Y-96250000D03* X69350000Y-96250000D03*
X68850000Y-96250000D03* X68850000Y-96250000D03*
X68350000Y-96250000D03* X68350000Y-96250000D03*
X67850000Y-96250000D03* X67850000Y-96250000D03*
D11* D11*
X68600000Y-95200000D03* X68600000Y-95200000D03*
%TD*% %TD*%
D10* D10*
%TO.C,U8*% %TO.C,U8*%
X186850000Y-117050000D03* X186850000Y-117050000D03*
X187350000Y-117050000D03* X187350000Y-117050000D03*
X187850000Y-117050000D03* X187850000Y-117050000D03*
X188350000Y-117050000D03* X188350000Y-117050000D03*
X188350000Y-119150000D03* X188350000Y-119150000D03*
X187850000Y-119150000D03* X187850000Y-119150000D03*
X187350000Y-119150000D03* X187350000Y-119150000D03*
X186850000Y-119150000D03* X186850000Y-119150000D03*
D11* D11*
X187600000Y-118100000D03* X187600000Y-118100000D03*
%TD*% %TD*%
D10* D10*
%TO.C,U12*% %TO.C,U12*%
X186850000Y-48350000D03* X186850000Y-48350000D03*
X187350000Y-48350000D03* X187350000Y-48350000D03*
X187850000Y-48350000D03* X187850000Y-48350000D03*
X188350000Y-48350000D03* X188350000Y-48350000D03*
X188350000Y-50450000D03* X188350000Y-50450000D03*
X187850000Y-50450000D03* X187850000Y-50450000D03*
X187350000Y-50450000D03* X187350000Y-50450000D03*
X186850000Y-50450000D03* X186850000Y-50450000D03*
D11* D11*
X187600000Y-49400000D03* X187600000Y-49400000D03*
%TD*% %TD*%
D12* D12*
%TO.C,J10*% %TO.C,J10*%
X193200000Y-28375000D03* X193200000Y-28375000D03*
D13* D13*
X193200000Y-23825000D03* X193200000Y-23825000D03*
D12* D12*
X192400000Y-28375000D03* X192400000Y-28375000D03*
D13* D13*
X192400000Y-23825000D03* X192400000Y-23825000D03*
D12* D12*
X191600000Y-28375000D03* X191600000Y-28375000D03*
D13* D13*
X191600000Y-23825000D03* X191600000Y-23825000D03*
D12* D12*
X190800000Y-28375000D03* X190800000Y-28375000D03*
D13* D13*
X190800000Y-23825000D03* X190800000Y-23825000D03*
D12* D12*
X190000000Y-28375000D03* X190000000Y-28375000D03*
D13* D13*
X190000000Y-23825000D03* X190000000Y-23825000D03*
D12* D12*
X189200000Y-28375000D03* X189200000Y-28375000D03*
D13* D13*
X189200000Y-23825000D03* X189200000Y-23825000D03*
D12* D12*
X188400000Y-28375000D03* X188400000Y-28375000D03*
D13* D13*
X188400000Y-23825000D03* X188400000Y-23825000D03*
D12* D12*
X187600000Y-28375000D03* X187600000Y-28375000D03*
D13* D13*
X187600000Y-23825000D03* X187600000Y-23825000D03*
D12* D12*
X186800000Y-28375000D03* X186800000Y-28375000D03*
D13* D13*
X186800000Y-23825000D03* X186800000Y-23825000D03*
D12* D12*
X186000000Y-28375000D03* X186000000Y-28375000D03*
D13* D13*
X186000000Y-23825000D03* X186000000Y-23825000D03*
%TD*% %TD*%
D10* D10*
%TO.C,U10*% %TO.C,U10*%
X186850000Y-94150000D03* X186850000Y-94150000D03*
X187350000Y-94150000D03* X187350000Y-94150000D03*
X187850000Y-94150000D03* X187850000Y-94150000D03*
X188350000Y-94150000D03* X188350000Y-94150000D03*
X188350000Y-96250000D03* X188350000Y-96250000D03*
X187850000Y-96250000D03* X187850000Y-96250000D03*
X187350000Y-96250000D03* X187350000Y-96250000D03*
X186850000Y-96250000D03* X186850000Y-96250000D03*
D11* D11*
X187600000Y-95200000D03* X187600000Y-95200000D03*
%TD*% %TD*%
D10* D10*
%TO.C,U6*% %TO.C,U6*%
X226512500Y-48350000D03* X226512500Y-48350000D03*
X227012500Y-48350000D03* X227012500Y-48350000D03*
X227512500Y-48350000D03* X227512500Y-48350000D03*
X228012500Y-48350000D03* X228012500Y-48350000D03*
X228012500Y-50450000D03* X228012500Y-50450000D03*
X227512500Y-50450000D03* X227512500Y-50450000D03*
X227012500Y-50450000D03* X227012500Y-50450000D03*
X226512500Y-50450000D03* X226512500Y-50450000D03*
D11* D11*
X227262500Y-49400000D03* X227262500Y-49400000D03*
%TD*% %TD*%
D10* D10*
%TO.C,U20*% %TO.C,U20*%
X107550000Y-94050000D03* X107550000Y-94050000D03*
X108050000Y-94050000D03* X108050000Y-94050000D03*
X108550000Y-94050000D03* X108550000Y-94050000D03*
X109050000Y-94050000D03* X109050000Y-94050000D03*
X109050000Y-96150000D03* X109050000Y-96150000D03*
X108550000Y-96150000D03* X108550000Y-96150000D03*
X108050000Y-96150000D03* X108050000Y-96150000D03*
X107550000Y-96150000D03* X107550000Y-96150000D03*
D11* D11*
X108300000Y-95100000D03* X108300000Y-95100000D03*
%TD*% %TD*%
D10* D10*
%TO.C,U19*% %TO.C,U19*%
X107150000Y-111350000D03* X107150000Y-111350000D03*
X106650000Y-111350000D03* X106650000Y-111350000D03*
X106150000Y-111350000D03* X106150000Y-111350000D03*
X105650000Y-111350000D03* X105650000Y-111350000D03*
X105650000Y-109250000D03* X105650000Y-109250000D03*
X106150000Y-109250000D03* X106150000Y-109250000D03*
X106650000Y-109250000D03* X106650000Y-109250000D03*
X107150000Y-109250000D03* X107150000Y-109250000D03*
D11* D11*
X106400000Y-110300000D03* X106400000Y-110300000D03*
%TD*% %TD*%
D10* D10*
%TO.C,U2*% %TO.C,U2*%
X226187500Y-111350000D03* X226187500Y-111350000D03*
X225687500Y-111350000D03* X225687500Y-111350000D03*
X225187500Y-111350000D03* X225187500Y-111350000D03*
X224687500Y-111350000D03* X224687500Y-111350000D03*
X224687500Y-109250000D03* X224687500Y-109250000D03*
X225187500Y-109250000D03* X225187500Y-109250000D03*
X225687500Y-109250000D03* X225687500Y-109250000D03*
X226187500Y-109250000D03* X226187500Y-109250000D03*
D11* D11*
X225437500Y-110300000D03* X225437500Y-110300000D03*
%TD*% %TD*%
D10* D10*
%TO.C,U18*% %TO.C,U18*%
X107550000Y-140450000D03* X107550000Y-140450000D03*
X108050000Y-140450000D03* X108050000Y-140450000D03*
X108550000Y-140450000D03* X108550000Y-140450000D03*
X109050000Y-140450000D03* X109050000Y-140450000D03*
X109050000Y-142550000D03* X109050000Y-142550000D03*
X108550000Y-142550000D03* X108550000Y-142550000D03*
X108050000Y-142550000D03* X108050000Y-142550000D03*
X107550000Y-142550000D03* X107550000Y-142550000D03*
D11* D11*
X108300000Y-141500000D03* X108300000Y-141500000D03*
%TD*% %TD*%
M02* M02*

View File

@ -1,451 +1,451 @@
%TF.GenerationSoftware,KiCad,Pcbnew,7.0.6*% %TF.GenerationSoftware,KiCad,Pcbnew,7.0.6*%
%TF.CreationDate,2024-01-17T22:25:56+01:00*% %TF.CreationDate,2024-01-17T22:25:56+01:00*%
%TF.ProjectId,FT24-AMS-Slave_v1-VTSENS,46543234-2d41-44d5-932d-536c6176655f,rev?*% %TF.ProjectId,FT24-AMS-Slave_v1-VTSENS,46543234-2d41-44d5-932d-536c6176655f,rev?*%
%TF.SameCoordinates,Original*% %TF.SameCoordinates,Original*%
%TF.FileFunction,Paste,Bot*% %TF.FileFunction,Paste,Bot*%
%TF.FilePolarity,Positive*% %TF.FilePolarity,Positive*%
%FSLAX46Y46*% %FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW 7.0.6) date 2024-01-17 22:25:56* G04 Created by KiCad (PCBNEW 7.0.6) date 2024-01-17 22:25:56*
%MOMM*% %MOMM*%
%LPD*% %LPD*%
G01* G01*
G04 APERTURE LIST* G04 APERTURE LIST*
%ADD10R,0.300000X0.700000*% %ADD10R,0.300000X0.700000*%
%ADD11R,1.700000X1.000000*% %ADD11R,1.700000X1.000000*%
%ADD12R,0.550000X1.300000*% %ADD12R,0.550000X1.300000*%
%ADD13R,0.550000X1.400000*% %ADD13R,0.550000X1.400000*%
G04 APERTURE END LIST* G04 APERTURE END LIST*
D10* D10*
%TO.C,U22*% %TO.C,U22*%
X107187500Y-65550000D03* X107187500Y-65550000D03*
X106687500Y-65550000D03* X106687500Y-65550000D03*
X106187500Y-65550000D03* X106187500Y-65550000D03*
X105687500Y-65550000D03* X105687500Y-65550000D03*
X105687500Y-63450000D03* X105687500Y-63450000D03*
X106187500Y-63450000D03* X106187500Y-63450000D03*
X106687500Y-63450000D03* X106687500Y-63450000D03*
X107187500Y-63450000D03* X107187500Y-63450000D03*
D11* D11*
X106437500Y-64500000D03* X106437500Y-64500000D03*
%TD*% %TD*%
D10* D10*
%TO.C,U9*% %TO.C,U9*%
X186487500Y-111350000D03* X186487500Y-111350000D03*
X185987500Y-111350000D03* X185987500Y-111350000D03*
X185487500Y-111350000D03* X185487500Y-111350000D03*
X184987500Y-111350000D03* X184987500Y-111350000D03*
X184987500Y-109250000D03* X184987500Y-109250000D03*
X185487500Y-109250000D03* X185487500Y-109250000D03*
X185987500Y-109250000D03* X185987500Y-109250000D03*
X186487500Y-109250000D03* X186487500Y-109250000D03*
D11* D11*
X185737500Y-110300000D03* X185737500Y-110300000D03*
%TD*% %TD*%
D10* D10*
%TO.C,U16*% %TO.C,U16*%
X146887500Y-65450000D03* X146887500Y-65450000D03*
X146387500Y-65450000D03* X146387500Y-65450000D03*
X145887500Y-65450000D03* X145887500Y-65450000D03*
X145387500Y-65450000D03* X145387500Y-65450000D03*
X145387500Y-63350000D03* X145387500Y-63350000D03*
X145887500Y-63350000D03* X145887500Y-63350000D03*
X146387500Y-63350000D03* X146387500Y-63350000D03*
X146887500Y-63350000D03* X146887500Y-63350000D03*
D11* D11*
X146137500Y-64400000D03* X146137500Y-64400000D03*
%TD*% %TD*%
D10* D10*
%TO.C,U25*% %TO.C,U25*%
X67550000Y-134250000D03* X67550000Y-134250000D03*
X67050000Y-134250000D03* X67050000Y-134250000D03*
X66550000Y-134250000D03* X66550000Y-134250000D03*
X66050000Y-134250000D03* X66050000Y-134250000D03*
X66050000Y-132150000D03* X66050000Y-132150000D03*
X66550000Y-132150000D03* X66550000Y-132150000D03*
X67050000Y-132150000D03* X67050000Y-132150000D03*
X67550000Y-132150000D03* X67550000Y-132150000D03*
D11* D11*
X66800000Y-133200000D03* X66800000Y-133200000D03*
%TD*% %TD*%
D10* D10*
%TO.C,U14*% %TO.C,U14*%
X146887500Y-111250000D03* X146887500Y-111250000D03*
X146387500Y-111250000D03* X146387500Y-111250000D03*
X145887500Y-111250000D03* X145887500Y-111250000D03*
X145387500Y-111250000D03* X145387500Y-111250000D03*
X145387500Y-109150000D03* X145387500Y-109150000D03*
X145887500Y-109150000D03* X145887500Y-109150000D03*
X146387500Y-109150000D03* X146387500Y-109150000D03*
X146887500Y-109150000D03* X146887500Y-109150000D03*
D11* D11*
X146137500Y-110200000D03* X146137500Y-110200000D03*
%TD*% %TD*%
D10* D10*
%TO.C,U5*% %TO.C,U5*%
X226187500Y-65550000D03* X226187500Y-65550000D03*
X225687500Y-65550000D03* X225687500Y-65550000D03*
X225187500Y-65550000D03* X225187500Y-65550000D03*
X224687500Y-65550000D03* X224687500Y-65550000D03*
X224687500Y-63450000D03* X224687500Y-63450000D03*
X225187500Y-63450000D03* X225187500Y-63450000D03*
X225687500Y-63450000D03* X225687500Y-63450000D03*
X226187500Y-63450000D03* X226187500Y-63450000D03*
D11* D11*
X225437500Y-64500000D03* X225437500Y-64500000D03*
%TD*% %TD*%
D10* D10*
%TO.C,U1*% %TO.C,U1*%
X226550000Y-140450000D03* X226550000Y-140450000D03*
X227050000Y-140450000D03* X227050000Y-140450000D03*
X227550000Y-140450000D03* X227550000Y-140450000D03*
X228050000Y-140450000D03* X228050000Y-140450000D03*
X228050000Y-142550000D03* X228050000Y-142550000D03*
X227550000Y-142550000D03* X227550000Y-142550000D03*
X227050000Y-142550000D03* X227050000Y-142550000D03*
X226550000Y-142550000D03* X226550000Y-142550000D03*
D11* D11*
X227300000Y-141500000D03* X227300000Y-141500000D03*
%TD*% %TD*%
D10* D10*
%TO.C,U23*% %TO.C,U23*%
X107550000Y-48350000D03* X107550000Y-48350000D03*
X108050000Y-48350000D03* X108050000Y-48350000D03*
X108550000Y-48350000D03* X108550000Y-48350000D03*
X109050000Y-48350000D03* X109050000Y-48350000D03*
X109050000Y-50450000D03* X109050000Y-50450000D03*
X108550000Y-50450000D03* X108550000Y-50450000D03*
X108050000Y-50450000D03* X108050000Y-50450000D03*
X107550000Y-50450000D03* X107550000Y-50450000D03*
D11* D11*
X108300000Y-49400000D03* X108300000Y-49400000D03*
%TD*% %TD*%
D10* D10*
%TO.C,U17*% %TO.C,U17*%
X147212500Y-48350000D03* X147212500Y-48350000D03*
X147712500Y-48350000D03* X147712500Y-48350000D03*
X148212500Y-48350000D03* X148212500Y-48350000D03*
X148712500Y-48350000D03* X148712500Y-48350000D03*
X148712500Y-50450000D03* X148712500Y-50450000D03*
X148212500Y-50450000D03* X148212500Y-50450000D03*
X147712500Y-50450000D03* X147712500Y-50450000D03*
X147212500Y-50450000D03* X147212500Y-50450000D03*
D11* D11*
X147962500Y-49400000D03* X147962500Y-49400000D03*
%TD*% %TD*%
D10* D10*
%TO.C,U13*% %TO.C,U13*%
X147050000Y-140550000D03* X147050000Y-140550000D03*
X147550000Y-140550000D03* X147550000Y-140550000D03*
X148050000Y-140550000D03* X148050000Y-140550000D03*
X148550000Y-140550000D03* X148550000Y-140550000D03*
X148550000Y-142650000D03* X148550000Y-142650000D03*
X148050000Y-142650000D03* X148050000Y-142650000D03*
X147550000Y-142650000D03* X147550000Y-142650000D03*
X147050000Y-142650000D03* X147050000Y-142650000D03*
D11* D11*
X147800000Y-141600000D03* X147800000Y-141600000D03*
%TD*% %TD*%
D10* D10*
%TO.C,U3*% %TO.C,U3*%
X226512500Y-94250000D03* X226512500Y-94250000D03*
X227012500Y-94250000D03* X227012500Y-94250000D03*
X227512500Y-94250000D03* X227512500Y-94250000D03*
X228012500Y-94250000D03* X228012500Y-94250000D03*
X228012500Y-96350000D03* X228012500Y-96350000D03*
X227512500Y-96350000D03* X227512500Y-96350000D03*
X227012500Y-96350000D03* X227012500Y-96350000D03*
X226512500Y-96350000D03* X226512500Y-96350000D03*
D11* D11*
X227262500Y-95300000D03* X227262500Y-95300000D03*
%TD*% %TD*%
D10* D10*
%TO.C,U11*% %TO.C,U11*%
X186487500Y-65550000D03* X186487500Y-65550000D03*
X185987500Y-65550000D03* X185987500Y-65550000D03*
X185487500Y-65550000D03* X185487500Y-65550000D03*
X184987500Y-65550000D03* X184987500Y-65550000D03*
X184987500Y-63450000D03* X184987500Y-63450000D03*
X185487500Y-63450000D03* X185487500Y-63450000D03*
X185987500Y-63450000D03* X185987500Y-63450000D03*
X186487500Y-63450000D03* X186487500Y-63450000D03*
D11* D11*
X185737500Y-64500000D03* X185737500Y-64500000D03*
%TD*% %TD*%
D10* D10*
%TO.C,U15*% %TO.C,U15*%
X147250000Y-94150000D03* X147250000Y-94150000D03*
X147750000Y-94150000D03* X147750000Y-94150000D03*
X148250000Y-94150000D03* X148250000Y-94150000D03*
X148750000Y-94150000D03* X148750000Y-94150000D03*
X148750000Y-96250000D03* X148750000Y-96250000D03*
X148250000Y-96250000D03* X148250000Y-96250000D03*
X147750000Y-96250000D03* X147750000Y-96250000D03*
X147250000Y-96250000D03* X147250000Y-96250000D03*
D11* D11*
X148000000Y-95200000D03* X148000000Y-95200000D03*
%TD*% %TD*%
D10* D10*
%TO.C,U7*% %TO.C,U7*%
X186850000Y-140450000D03* X186850000Y-140450000D03*
X187350000Y-140450000D03* X187350000Y-140450000D03*
X187850000Y-140450000D03* X187850000Y-140450000D03*
X188350000Y-140450000D03* X188350000Y-140450000D03*
X188350000Y-142550000D03* X188350000Y-142550000D03*
X187850000Y-142550000D03* X187850000Y-142550000D03*
X187350000Y-142550000D03* X187350000Y-142550000D03*
X186850000Y-142550000D03* X186850000Y-142550000D03*
D11* D11*
X187600000Y-141500000D03* X187600000Y-141500000D03*
%TD*% %TD*%
D10* D10*
%TO.C,U4*% %TO.C,U4*%
X226700000Y-71300000D03* X226700000Y-71300000D03*
X227200000Y-71300000D03* X227200000Y-71300000D03*
X227700000Y-71300000D03* X227700000Y-71300000D03*
X228200000Y-71300000D03* X228200000Y-71300000D03*
X228200000Y-73400000D03* X228200000Y-73400000D03*
X227700000Y-73400000D03* X227700000Y-73400000D03*
X227200000Y-73400000D03* X227200000Y-73400000D03*
X226700000Y-73400000D03* X226700000Y-73400000D03*
D11* D11*
X227450000Y-72350000D03* X227450000Y-72350000D03*
%TD*% %TD*%
D10* D10*
%TO.C,U21*% %TO.C,U21*%
X107187500Y-88350000D03* X107187500Y-88350000D03*
X106687500Y-88350000D03* X106687500Y-88350000D03*
X106187500Y-88350000D03* X106187500Y-88350000D03*
X105687500Y-88350000D03* X105687500Y-88350000D03*
X105687500Y-86250000D03* X105687500Y-86250000D03*
X106187500Y-86250000D03* X106187500Y-86250000D03*
X106687500Y-86250000D03* X106687500Y-86250000D03*
X107187500Y-86250000D03* X107187500Y-86250000D03*
D11* D11*
X106437500Y-87300000D03* X106437500Y-87300000D03*
%TD*% %TD*%
D10* D10*
%TO.C,U24*% %TO.C,U24*%
X67850000Y-140450000D03* X67850000Y-140450000D03*
X68350000Y-140450000D03* X68350000Y-140450000D03*
X68850000Y-140450000D03* X68850000Y-140450000D03*
X69350000Y-140450000D03* X69350000Y-140450000D03*
X69350000Y-142550000D03* X69350000Y-142550000D03*
X68850000Y-142550000D03* X68850000Y-142550000D03*
X68350000Y-142550000D03* X68350000Y-142550000D03*
X67850000Y-142550000D03* X67850000Y-142550000D03*
D11* D11*
X68600000Y-141500000D03* X68600000Y-141500000D03*
%TD*% %TD*%
D10* D10*
%TO.C,U28*% %TO.C,U28*%
X67550000Y-65450000D03* X67550000Y-65450000D03*
X67050000Y-65450000D03* X67050000Y-65450000D03*
X66550000Y-65450000D03* X66550000Y-65450000D03*
X66050000Y-65450000D03* X66050000Y-65450000D03*
X66050000Y-63350000D03* X66050000Y-63350000D03*
X66550000Y-63350000D03* X66550000Y-63350000D03*
X67050000Y-63350000D03* X67050000Y-63350000D03*
X67550000Y-63350000D03* X67550000Y-63350000D03*
D11* D11*
X66800000Y-64400000D03* X66800000Y-64400000D03*
%TD*% %TD*%
D10* D10*
%TO.C,U26*% %TO.C,U26*%
X67550000Y-111350000D03* X67550000Y-111350000D03*
X67050000Y-111350000D03* X67050000Y-111350000D03*
X66550000Y-111350000D03* X66550000Y-111350000D03*
X66050000Y-111350000D03* X66050000Y-111350000D03*
X66050000Y-109250000D03* X66050000Y-109250000D03*
X66550000Y-109250000D03* X66550000Y-109250000D03*
X67050000Y-109250000D03* X67050000Y-109250000D03*
X67550000Y-109250000D03* X67550000Y-109250000D03*
D11* D11*
X66800000Y-110300000D03* X66800000Y-110300000D03*
%TD*% %TD*%
D10* D10*
%TO.C,U30*% %TO.C,U30*%
X67550000Y-42450000D03* X67550000Y-42450000D03*
X67050000Y-42450000D03* X67050000Y-42450000D03*
X66550000Y-42450000D03* X66550000Y-42450000D03*
X66050000Y-42450000D03* X66050000Y-42450000D03*
X66050000Y-40350000D03* X66050000Y-40350000D03*
X66550000Y-40350000D03* X66550000Y-40350000D03*
X67050000Y-40350000D03* X67050000Y-40350000D03*
X67550000Y-40350000D03* X67550000Y-40350000D03*
D11* D11*
X66800000Y-41400000D03* X66800000Y-41400000D03*
%TD*% %TD*%
D10* D10*
%TO.C,U29*% %TO.C,U29*%
X67850000Y-48350000D03* X67850000Y-48350000D03*
X68350000Y-48350000D03* X68350000Y-48350000D03*
X68850000Y-48350000D03* X68850000Y-48350000D03*
X69350000Y-48350000D03* X69350000Y-48350000D03*
X69350000Y-50450000D03* X69350000Y-50450000D03*
X68850000Y-50450000D03* X68850000Y-50450000D03*
X68350000Y-50450000D03* X68350000Y-50450000D03*
X67850000Y-50450000D03* X67850000Y-50450000D03*
D11* D11*
X68600000Y-49400000D03* X68600000Y-49400000D03*
%TD*% %TD*%
D10* D10*
%TO.C,U27*% %TO.C,U27*%
X67850000Y-94150000D03* X67850000Y-94150000D03*
X68350000Y-94150000D03* X68350000Y-94150000D03*
X68850000Y-94150000D03* X68850000Y-94150000D03*
X69350000Y-94150000D03* X69350000Y-94150000D03*
X69350000Y-96250000D03* X69350000Y-96250000D03*
X68850000Y-96250000D03* X68850000Y-96250000D03*
X68350000Y-96250000D03* X68350000Y-96250000D03*
X67850000Y-96250000D03* X67850000Y-96250000D03*
D11* D11*
X68600000Y-95200000D03* X68600000Y-95200000D03*
%TD*% %TD*%
D10* D10*
%TO.C,U8*% %TO.C,U8*%
X186850000Y-117050000D03* X186850000Y-117050000D03*
X187350000Y-117050000D03* X187350000Y-117050000D03*
X187850000Y-117050000D03* X187850000Y-117050000D03*
X188350000Y-117050000D03* X188350000Y-117050000D03*
X188350000Y-119150000D03* X188350000Y-119150000D03*
X187850000Y-119150000D03* X187850000Y-119150000D03*
X187350000Y-119150000D03* X187350000Y-119150000D03*
X186850000Y-119150000D03* X186850000Y-119150000D03*
D11* D11*
X187600000Y-118100000D03* X187600000Y-118100000D03*
%TD*% %TD*%
D10* D10*
%TO.C,U12*% %TO.C,U12*%
X186850000Y-48350000D03* X186850000Y-48350000D03*
X187350000Y-48350000D03* X187350000Y-48350000D03*
X187850000Y-48350000D03* X187850000Y-48350000D03*
X188350000Y-48350000D03* X188350000Y-48350000D03*
X188350000Y-50450000D03* X188350000Y-50450000D03*
X187850000Y-50450000D03* X187850000Y-50450000D03*
X187350000Y-50450000D03* X187350000Y-50450000D03*
X186850000Y-50450000D03* X186850000Y-50450000D03*
D11* D11*
X187600000Y-49400000D03* X187600000Y-49400000D03*
%TD*% %TD*%
D12* D12*
%TO.C,J10*% %TO.C,J10*%
X193200000Y-28375000D03* X193200000Y-28375000D03*
D13* D13*
X193200000Y-23825000D03* X193200000Y-23825000D03*
D12* D12*
X192400000Y-28375000D03* X192400000Y-28375000D03*
D13* D13*
X192400000Y-23825000D03* X192400000Y-23825000D03*
D12* D12*
X191600000Y-28375000D03* X191600000Y-28375000D03*
D13* D13*
X191600000Y-23825000D03* X191600000Y-23825000D03*
D12* D12*
X190800000Y-28375000D03* X190800000Y-28375000D03*
D13* D13*
X190800000Y-23825000D03* X190800000Y-23825000D03*
D12* D12*
X190000000Y-28375000D03* X190000000Y-28375000D03*
D13* D13*
X190000000Y-23825000D03* X190000000Y-23825000D03*
D12* D12*
X189200000Y-28375000D03* X189200000Y-28375000D03*
D13* D13*
X189200000Y-23825000D03* X189200000Y-23825000D03*
D12* D12*
X188400000Y-28375000D03* X188400000Y-28375000D03*
D13* D13*
X188400000Y-23825000D03* X188400000Y-23825000D03*
D12* D12*
X187600000Y-28375000D03* X187600000Y-28375000D03*
D13* D13*
X187600000Y-23825000D03* X187600000Y-23825000D03*
D12* D12*
X186800000Y-28375000D03* X186800000Y-28375000D03*
D13* D13*
X186800000Y-23825000D03* X186800000Y-23825000D03*
D12* D12*
X186000000Y-28375000D03* X186000000Y-28375000D03*
D13* D13*
X186000000Y-23825000D03* X186000000Y-23825000D03*
%TD*% %TD*%
D10* D10*
%TO.C,U10*% %TO.C,U10*%
X186850000Y-94150000D03* X186850000Y-94150000D03*
X187350000Y-94150000D03* X187350000Y-94150000D03*
X187850000Y-94150000D03* X187850000Y-94150000D03*
X188350000Y-94150000D03* X188350000Y-94150000D03*
X188350000Y-96250000D03* X188350000Y-96250000D03*
X187850000Y-96250000D03* X187850000Y-96250000D03*
X187350000Y-96250000D03* X187350000Y-96250000D03*
X186850000Y-96250000D03* X186850000Y-96250000D03*
D11* D11*
X187600000Y-95200000D03* X187600000Y-95200000D03*
%TD*% %TD*%
D10* D10*
%TO.C,U6*% %TO.C,U6*%
X226512500Y-48350000D03* X226512500Y-48350000D03*
X227012500Y-48350000D03* X227012500Y-48350000D03*
X227512500Y-48350000D03* X227512500Y-48350000D03*
X228012500Y-48350000D03* X228012500Y-48350000D03*
X228012500Y-50450000D03* X228012500Y-50450000D03*
X227512500Y-50450000D03* X227512500Y-50450000D03*
X227012500Y-50450000D03* X227012500Y-50450000D03*
X226512500Y-50450000D03* X226512500Y-50450000D03*
D11* D11*
X227262500Y-49400000D03* X227262500Y-49400000D03*
%TD*% %TD*%
D10* D10*
%TO.C,U20*% %TO.C,U20*%
X107550000Y-94050000D03* X107550000Y-94050000D03*
X108050000Y-94050000D03* X108050000Y-94050000D03*
X108550000Y-94050000D03* X108550000Y-94050000D03*
X109050000Y-94050000D03* X109050000Y-94050000D03*
X109050000Y-96150000D03* X109050000Y-96150000D03*
X108550000Y-96150000D03* X108550000Y-96150000D03*
X108050000Y-96150000D03* X108050000Y-96150000D03*
X107550000Y-96150000D03* X107550000Y-96150000D03*
D11* D11*
X108300000Y-95100000D03* X108300000Y-95100000D03*
%TD*% %TD*%
D10* D10*
%TO.C,U19*% %TO.C,U19*%
X107150000Y-111350000D03* X107150000Y-111350000D03*
X106650000Y-111350000D03* X106650000Y-111350000D03*
X106150000Y-111350000D03* X106150000Y-111350000D03*
X105650000Y-111350000D03* X105650000Y-111350000D03*
X105650000Y-109250000D03* X105650000Y-109250000D03*
X106150000Y-109250000D03* X106150000Y-109250000D03*
X106650000Y-109250000D03* X106650000Y-109250000D03*
X107150000Y-109250000D03* X107150000Y-109250000D03*
D11* D11*
X106400000Y-110300000D03* X106400000Y-110300000D03*
%TD*% %TD*%
D10* D10*
%TO.C,U2*% %TO.C,U2*%
X226187500Y-111350000D03* X226187500Y-111350000D03*
X225687500Y-111350000D03* X225687500Y-111350000D03*
X225187500Y-111350000D03* X225187500Y-111350000D03*
X224687500Y-111350000D03* X224687500Y-111350000D03*
X224687500Y-109250000D03* X224687500Y-109250000D03*
X225187500Y-109250000D03* X225187500Y-109250000D03*
X225687500Y-109250000D03* X225687500Y-109250000D03*
X226187500Y-109250000D03* X226187500Y-109250000D03*
D11* D11*
X225437500Y-110300000D03* X225437500Y-110300000D03*
%TD*% %TD*%
D10* D10*
%TO.C,U18*% %TO.C,U18*%
X107550000Y-140450000D03* X107550000Y-140450000D03*
X108050000Y-140450000D03* X108050000Y-140450000D03*
X108550000Y-140450000D03* X108550000Y-140450000D03*
X109050000Y-140450000D03* X109050000Y-140450000D03*
X109050000Y-142550000D03* X109050000Y-142550000D03*
X108550000Y-142550000D03* X108550000Y-142550000D03*
X108050000Y-142550000D03* X108050000Y-142550000D03*
X107550000Y-142550000D03* X107550000Y-142550000D03*
D11* D11*
X108300000Y-141500000D03* X108300000Y-141500000D03*
%TD*% %TD*%
M02* M02*

View File

@ -1,185 +1,185 @@
%TF.GenerationSoftware,KiCad,Pcbnew,7.0.6*% %TF.GenerationSoftware,KiCad,Pcbnew,7.0.6*%
%TF.CreationDate,2024-01-17T22:25:57+01:00*% %TF.CreationDate,2024-01-17T22:25:57+01:00*%
%TF.ProjectId,FT24-AMS-Slave_v1-VTSENS,46543234-2d41-44d5-932d-536c6176655f,rev?*% %TF.ProjectId,FT24-AMS-Slave_v1-VTSENS,46543234-2d41-44d5-932d-536c6176655f,rev?*%
%TF.SameCoordinates,Original*% %TF.SameCoordinates,Original*%
%TF.FileFunction,Profile,NP*% %TF.FileFunction,Profile,NP*%
%FSLAX46Y46*% %FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW 7.0.6) date 2024-01-17 22:25:57* G04 Created by KiCad (PCBNEW 7.0.6) date 2024-01-17 22:25:57*
%MOMM*% %MOMM*%
%LPD*% %LPD*%
G01* G01*
G04 APERTURE LIST* G04 APERTURE LIST*
%TA.AperFunction,Profile*% %TA.AperFunction,Profile*%
%ADD10C,0.200000*% %ADD10C,0.200000*%
%TD*% %TD*%
G04 APERTURE END LIST* G04 APERTURE END LIST*
D10* D10*
X184096740Y-23919670D02* X184096740Y-23919670D02*
X184096740Y-24219670D01* X184096740Y-24219670D01*
X223875524Y-31219670D02* X223875524Y-31219670D02*
X223875524Y-152069670D01* X223875524Y-152069670D01*
X70969670Y-30469670D02* X70969670Y-30469670D02*
X104133633Y-30469670D01* X104133633Y-30469670D01*
X109883633Y-152069670D02* X109883633Y-152069670D02*
X109883633Y-31219670D01* X109883633Y-31219670D01*
X143797597Y-152819670D02* X143797597Y-152819670D02*
X110633633Y-152819670D01* X110633633Y-152819670D01*
X228125524Y-24969670D02* X228125524Y-24969670D02*
X196073843Y-24969670D01* X196073843Y-24969670D01*
X150297597Y-30469697D02* X150297597Y-30469697D02*
G75* G75*
G03* G03*
X149547597Y-31219670I3J-750003D01* X149547597Y-31219670I3J-750003D01*
G01* G01*
X195323846Y-24217619D02* X195323846Y-24217619D02*
X195324656Y-23921721D01* X195324656Y-23921721D01*
X228875530Y-25719670D02* X228875530Y-25719670D02*
G75* G75*
G03* G03*
X228125524Y-24969670I-750030J-30D01* X228125524Y-24969670I-750030J-30D01*
G01* G01*
X149547597Y-152069670D02* X149547597Y-152069670D02*
X149547597Y-31219670D01* X149547597Y-31219670D01*
X104883633Y-31219670D02* X104883633Y-31219670D02*
X104883633Y-152069670D01* X104883633Y-152069670D01*
X70219730Y-152069670D02* X70219730Y-152069670D02*
G75* G75*
G03* G03*
X70969670Y-152819670I749970J-30D01* X70969670Y-152819670I749970J-30D01*
G01* G01*
X184211630Y-31219670D02* X184211630Y-31219670D02*
G75* G75*
G03* G03*
X183461560Y-30469670I-750030J-30D01* X183461560Y-30469670I-750030J-30D01*
G01* G01*
X144547630Y-31219670D02* X144547630Y-31219670D02*
G75* G75*
G03* G03*
X143797597Y-30469670I-750030J-30D01* X143797597Y-30469670I-750030J-30D01*
G01* G01*
X189211630Y-152069670D02* X189211630Y-152069670D02*
G75* G75*
G03* G03*
X189961560Y-152819670I749970J-30D01* X189961560Y-152819670I749970J-30D01*
G01* G01*
X195324727Y-23421721D02* X195324727Y-23421721D02*
G75* G75*
G03* G03*
X194574658Y-22669670I-749927J2121D01* X194574658Y-22669670I-749927J2121D01*
G01* G01*
X184846740Y-22669640D02* X184846740Y-22669640D02*
G75* G75*
G03* G03*
X184096740Y-23419670I60J-750060D01* X184096740Y-23419670I60J-750060D01*
G01* G01*
X143797597Y-152819697D02* X143797597Y-152819697D02*
G75* G75*
G03* G03*
X144547597Y-152069670I3J749997D01* X144547597Y-152069670I3J749997D01*
G01* G01*
X183461560Y-152819660D02* X183461560Y-152819660D02*
G75* G75*
G03* G03*
X184211560Y-152069670I40J749960D01* X184211560Y-152069670I40J749960D01*
G01* G01*
X228125524Y-158319624D02* X228125524Y-158319624D02*
G75* G75*
G03* G03*
X228875524Y-157569670I-24J750024D01* X228875524Y-157569670I-24J750024D01*
G01* G01*
X223125524Y-152819670D02* X223125524Y-152819670D02*
X189961560Y-152819670D01* X189961560Y-152819670D01*
X65969670Y-158319670D02* X65969670Y-158319670D02*
X228125524Y-158319670D01* X228125524Y-158319670D01*
X194574658Y-22669670D02* X194574658Y-22669670D02*
X184846740Y-22669670D01* X184846740Y-22669670D01*
X184211560Y-31219670D02* X184211560Y-31219670D02*
X184211560Y-152069670D01* X184211560Y-152069670D01*
X70969670Y-30469670D02* X70969670Y-30469670D02*
G75* G75*
G03* G03*
X70219670Y-31219670I30J-750030D01* X70219670Y-31219670I30J-750030D01*
G01* G01*
X183346740Y-24969670D02* X183346740Y-24969670D02*
X65219670Y-24969670D01* X65219670Y-24969670D01*
X195323833Y-24217619D02* X195323833Y-24217619D02*
G75* G75*
G03* G03*
X196073843Y-24969670I749967J-2081D01* X196073843Y-24969670I749967J-2081D01*
G01* G01*
X104133633Y-152819670D02* X104133633Y-152819670D02*
X70969670Y-152819670D01* X70969670Y-152819670D01*
X223125524Y-152819624D02* X223125524Y-152819624D02*
G75* G75*
G03* G03*
X223875524Y-152069670I-24J750024D01* X223875524Y-152069670I-24J750024D01*
G01* G01*
X189211560Y-152069670D02* X189211560Y-152069670D02*
X189211560Y-31219670D01* X189211560Y-31219670D01*
X104133633Y-152819633D02* X104133633Y-152819633D02*
G75* G75*
G03* G03*
X104883633Y-152069670I-33J750033D01* X104883633Y-152069670I-33J750033D01*
G01* G01*
X195324655Y-23421721D02* X195324655Y-23421721D02*
X195324656Y-23921721D01* X195324656Y-23921721D01*
X189961560Y-30469660D02* X189961560Y-30469660D02*
G75* G75*
G03* G03*
X189211560Y-31219670I40J-750040D01* X189211560Y-31219670I40J-750040D01*
G01* G01*
X109883630Y-152069670D02* X109883630Y-152069670D02*
G75* G75*
G03* G03*
X110633633Y-152819670I750070J70D01* X110633633Y-152819670I750070J70D01*
G01* G01*
X144547597Y-31219670D02* X144547597Y-31219670D02*
X144547597Y-152069670D01* X144547597Y-152069670D01*
X184096740Y-23419670D02* X184096740Y-23419670D02*
X184096740Y-23919670D01* X184096740Y-23919670D01*
X183461560Y-152819670D02* X183461560Y-152819670D02*
X150297597Y-152819670D01* X150297597Y-152819670D01*
X104883630Y-31219670D02* X104883630Y-31219670D02*
G75* G75*
G03* G03*
X104133633Y-30469670I-750030J-30D01* X104133633Y-30469670I-750030J-30D01*
G01* G01*
X150297597Y-30469670D02* X150297597Y-30469670D02*
X183461560Y-30469670D01* X183461560Y-30469670D01*
X70219670Y-152069670D02* X70219670Y-152069670D02*
X70219670Y-31219670D01* X70219670Y-31219670D01*
X228875524Y-157569670D02* X228875524Y-157569670D02*
X228875524Y-25719670D01* X228875524Y-25719670D01*
X149547530Y-152069670D02* X149547530Y-152069670D02*
G75* G75*
G03* G03*
X150297597Y-152819670I749970J-30D01* X150297597Y-152819670I749970J-30D01*
G01* G01*
X183346740Y-24969740D02* X183346740Y-24969740D02*
G75* G75*
G03* G03*
X184096740Y-24219670I-40J750040D01* X184096740Y-24219670I-40J750040D01*
G01* G01*
X110633633Y-30469733D02* X110633633Y-30469733D02*
G75* G75*
G03* G03*
X109883633Y-31219670I-33J-749967D01* X109883633Y-31219670I-33J-749967D01*
G01* G01*
X189961560Y-30469670D02* X189961560Y-30469670D02*
X223125524Y-30469670D01* X223125524Y-30469670D01*
X223875530Y-31219670D02* X223875530Y-31219670D02*
G75* G75*
G03* G03*
X223125524Y-30469670I-750030J-30D01* X223125524Y-30469670I-750030J-30D01*
G01* G01*
X65219670Y-24969670D02* X65219670Y-24969670D02*
X65219670Y-157569670D01* X65219670Y-157569670D01*
X110633633Y-30469670D02* X110633633Y-30469670D02*
X143797597Y-30469670D01* X143797597Y-30469670D01*
X65219730Y-157569670D02* X65219730Y-157569670D02*
G75* G75*
G03* G03*
X65969670Y-158319670I749970J-30D01* X65969670Y-158319670I749970J-30D01*
G01* G01*
M02* M02*

File diff suppressed because it is too large Load Diff

View File

@ -1,170 +1,170 @@
%TF.GenerationSoftware,KiCad,Pcbnew,7.0.6*% %TF.GenerationSoftware,KiCad,Pcbnew,7.0.6*%
%TF.CreationDate,2024-01-17T22:25:56+01:00*% %TF.CreationDate,2024-01-17T22:25:56+01:00*%
%TF.ProjectId,FT24-AMS-Slave_v1-VTSENS,46543234-2d41-44d5-932d-536c6176655f,rev?*% %TF.ProjectId,FT24-AMS-Slave_v1-VTSENS,46543234-2d41-44d5-932d-536c6176655f,rev?*%
%TF.SameCoordinates,Original*% %TF.SameCoordinates,Original*%
%TF.FileFunction,Paste,Top*% %TF.FileFunction,Paste,Top*%
%TF.FilePolarity,Positive*% %TF.FilePolarity,Positive*%
%FSLAX46Y46*% %FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW 7.0.6) date 2024-01-17 22:25:56* G04 Created by KiCad (PCBNEW 7.0.6) date 2024-01-17 22:25:56*
%MOMM*% %MOMM*%
%LPD*% %LPD*%
G01* G01*
G04 APERTURE LIST* G04 APERTURE LIST*
G04 Aperture macros list* G04 Aperture macros list*
%AMRoundRect* %AMRoundRect*
0 Rectangle with rounded corners* 0 Rectangle with rounded corners*
0 $1 Rounding radius* 0 $1 Rounding radius*
0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners* 0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners*
0 Add a 4 corners polygon primitive as box body* 0 Add a 4 corners polygon primitive as box body*
4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0* 4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0*
0 Add four circle primitives for the rounded corners* 0 Add four circle primitives for the rounded corners*
1,1,$1+$1,$2,$3* 1,1,$1+$1,$2,$3*
1,1,$1+$1,$4,$5* 1,1,$1+$1,$4,$5*
1,1,$1+$1,$6,$7* 1,1,$1+$1,$6,$7*
1,1,$1+$1,$8,$9* 1,1,$1+$1,$8,$9*
0 Add four rect primitives between the rounded corners* 0 Add four rect primitives between the rounded corners*
20,1,$1+$1,$2,$3,$4,$5,0* 20,1,$1+$1,$2,$3,$4,$5,0*
20,1,$1+$1,$4,$5,$6,$7,0* 20,1,$1+$1,$4,$5,$6,$7,0*
20,1,$1+$1,$6,$7,$8,$9,0* 20,1,$1+$1,$6,$7,$8,$9,0*
20,1,$1+$1,$8,$9,$2,$3,0*% 20,1,$1+$1,$8,$9,$2,$3,0*%
G04 Aperture macros list end* G04 Aperture macros list end*
%ADD10RoundRect,0.225000X0.250000X-0.225000X0.250000X0.225000X-0.250000X0.225000X-0.250000X-0.225000X0*% %ADD10RoundRect,0.225000X0.250000X-0.225000X0.250000X0.225000X-0.250000X0.225000X-0.250000X-0.225000X0*%
%ADD11RoundRect,0.225000X-0.250000X0.225000X-0.250000X-0.225000X0.250000X-0.225000X0.250000X0.225000X0*% %ADD11RoundRect,0.225000X-0.250000X0.225000X-0.250000X-0.225000X0.250000X-0.225000X0.250000X0.225000X0*%
G04 APERTURE END LIST* G04 APERTURE END LIST*
D10* D10*
%TO.C,C25*% %TO.C,C25*%
X69000000Y-132575000D03* X69000000Y-132575000D03*
X69000000Y-131025000D03* X69000000Y-131025000D03*
%TD*% %TD*%
D11* D11*
%TO.C,C12*% %TO.C,C12*%
X185400000Y-50125000D03* X185400000Y-50125000D03*
X185400000Y-51675000D03* X185400000Y-51675000D03*
%TD*% %TD*%
D10* D10*
%TO.C,C9*% %TO.C,C9*%
X187900000Y-109675000D03* X187900000Y-109675000D03*
X187900000Y-108125000D03* X187900000Y-108125000D03*
%TD*% %TD*%
D11* D11*
%TO.C,C10*% %TO.C,C10*%
X185400000Y-95825000D03* X185400000Y-95825000D03*
X185400000Y-97375000D03* X185400000Y-97375000D03*
%TD*% %TD*%
D10* D10*
%TO.C,C22*% %TO.C,C22*%
X108600000Y-63875000D03* X108600000Y-63875000D03*
X108600000Y-62325000D03* X108600000Y-62325000D03*
%TD*% %TD*%
D11* D11*
%TO.C,C1*% %TO.C,C1*%
X226800000Y-142625000D03* X226800000Y-142625000D03*
X226800000Y-144175000D03* X226800000Y-144175000D03*
%TD*% %TD*%
%TO.C,C6*% %TO.C,C6*%
X226700000Y-50525000D03* X226700000Y-50525000D03*
X226700000Y-52075000D03* X226700000Y-52075000D03*
%TD*% %TD*%
%TO.C,C3*% %TO.C,C3*%
X226700000Y-96425000D03* X226700000Y-96425000D03*
X226700000Y-97975000D03* X226700000Y-97975000D03*
%TD*% %TD*%
D10* D10*
%TO.C,C21*% %TO.C,C21*%
X108600000Y-86675000D03* X108600000Y-86675000D03*
X108600000Y-85125000D03* X108600000Y-85125000D03*
%TD*% %TD*%
D11* D11*
%TO.C,C29*% %TO.C,C29*%
X66400000Y-50025000D03* X66400000Y-50025000D03*
X66400000Y-51575000D03* X66400000Y-51575000D03*
%TD*% %TD*%
%TO.C,C8*% %TO.C,C8*%
X185400000Y-118725000D03* X185400000Y-118725000D03*
X185400000Y-120275000D03* X185400000Y-120275000D03*
%TD*% %TD*%
%TO.C,C23*% %TO.C,C23*%
X106100000Y-50025000D03* X106100000Y-50025000D03*
X106100000Y-51575000D03* X106100000Y-51575000D03*
%TD*% %TD*%
%TO.C,C20*% %TO.C,C20*%
X106100000Y-95725000D03* X106100000Y-95725000D03*
X106100000Y-97275000D03* X106100000Y-97275000D03*
%TD*% %TD*%
%TO.C,C13*% %TO.C,C13*%
X145600000Y-142325000D03* X145600000Y-142325000D03*
X145600000Y-143875000D03* X145600000Y-143875000D03*
%TD*% %TD*%
%TO.C,C18*% %TO.C,C18*%
X106100000Y-142125000D03* X106100000Y-142125000D03*
X106100000Y-143675000D03* X106100000Y-143675000D03*
%TD*% %TD*%
%TO.C,C17*% %TO.C,C17*%
X145800000Y-50025000D03* X145800000Y-50025000D03*
X145800000Y-51575000D03* X145800000Y-51575000D03*
%TD*% %TD*%
D10* D10*
%TO.C,C5*% %TO.C,C5*%
X226000000Y-63375000D03* X226000000Y-63375000D03*
X226000000Y-61825000D03* X226000000Y-61825000D03*
%TD*% %TD*%
D11* D11*
%TO.C,C4*% %TO.C,C4*%
X226800000Y-73525000D03* X226800000Y-73525000D03*
X226800000Y-75075000D03* X226800000Y-75075000D03*
%TD*% %TD*%
%TO.C,C27*% %TO.C,C27*%
X66400000Y-95825000D03* X66400000Y-95825000D03*
X66400000Y-97375000D03* X66400000Y-97375000D03*
%TD*% %TD*%
D10* D10*
%TO.C,C2*% %TO.C,C2*%
X226000000Y-109175000D03* X226000000Y-109175000D03*
X226000000Y-107625000D03* X226000000Y-107625000D03*
%TD*% %TD*%
%TO.C,C11*% %TO.C,C11*%
X187900000Y-63875000D03* X187900000Y-63875000D03*
X187900000Y-62325000D03* X187900000Y-62325000D03*
%TD*% %TD*%
D11* D11*
%TO.C,C7*% %TO.C,C7*%
X185400000Y-142125000D03* X185400000Y-142125000D03*
X185400000Y-143675000D03* X185400000Y-143675000D03*
%TD*% %TD*%
%TO.C,C24*% %TO.C,C24*%
X66400000Y-142125000D03* X66400000Y-142125000D03*
X66400000Y-143675000D03* X66400000Y-143675000D03*
%TD*% %TD*%
%TO.C,C15*% %TO.C,C15*%
X145800000Y-95925000D03* X145800000Y-95925000D03*
X145800000Y-97475000D03* X145800000Y-97475000D03*
%TD*% %TD*%
D10* D10*
%TO.C,C26*% %TO.C,C26*%
X69000000Y-109675000D03* X69000000Y-109675000D03*
X69000000Y-108125000D03* X69000000Y-108125000D03*
%TD*% %TD*%
%TO.C,C16*% %TO.C,C16*%
X148300000Y-63775000D03* X148300000Y-63775000D03*
X148300000Y-62225000D03* X148300000Y-62225000D03*
%TD*% %TD*%
%TO.C,C14*% %TO.C,C14*%
X148300000Y-109575000D03* X148300000Y-109575000D03*
X148300000Y-108025000D03* X148300000Y-108025000D03*
%TD*% %TD*%
%TO.C,C19*% %TO.C,C19*%
X108600000Y-109675000D03* X108600000Y-109675000D03*
X108600000Y-108125000D03* X108600000Y-108125000D03*
%TD*% %TD*%
D11* D11*
%TO.C,C30*% %TO.C,C30*%
X69000000Y-39225000D03* X69000000Y-39225000D03*
X69000000Y-40775000D03* X69000000Y-40775000D03*
%TD*% %TD*%
D10* D10*
%TO.C,C28*% %TO.C,C28*%
X69000000Y-63775000D03* X69000000Y-63775000D03*
X69000000Y-62225000D03* X69000000Y-62225000D03*
%TD*% %TD*%
M02* M02*

View File

@ -1,322 +1,322 @@
%TF.GenerationSoftware,KiCad,Pcbnew,7.0.6*% %TF.GenerationSoftware,KiCad,Pcbnew,7.0.6*%
%TF.CreationDate,2024-01-17T22:26:05+01:00*% %TF.CreationDate,2024-01-17T22:26:05+01:00*%
%TF.ProjectId,FT24-AMS-Slave_v1-VTSENS,46543234-2d41-44d5-932d-536c6176655f,rev?*% %TF.ProjectId,FT24-AMS-Slave_v1-VTSENS,46543234-2d41-44d5-932d-536c6176655f,rev?*%
%TF.SameCoordinates,Original*% %TF.SameCoordinates,Original*%
%TF.FileFunction,Drillmap*% %TF.FileFunction,Drillmap*%
%TF.FilePolarity,Positive*% %TF.FilePolarity,Positive*%
%FSLAX45Y45*% %FSLAX45Y45*%
G04 Gerber Fmt 4.5, Leading zero omitted, Abs format (unit mm)* G04 Gerber Fmt 4.5, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW 7.0.6) date 2024-01-17 22:26:05* G04 Created by KiCad (PCBNEW 7.0.6) date 2024-01-17 22:26:05*
%MOMM*% %MOMM*%
%LPD*% %LPD*%
G01* G01*
G04 APERTURE LIST* G04 APERTURE LIST*
%ADD10C,0.200000*% %ADD10C,0.200000*%
G04 APERTURE END LIST* G04 APERTURE END LIST*
D10* D10*
X18409674Y-2391967D02* X18409674Y-2391967D02*
X18409674Y-2421967D01* X18409674Y-2421967D01*
X22387552Y-3121967D02* X22387552Y-3121967D02*
X22387552Y-15206967D01* X22387552Y-15206967D01*
X7096967Y-3046967D02* X7096967Y-3046967D02*
X10413363Y-3046967D01* X10413363Y-3046967D01*
X10988363Y-15206967D02* X10988363Y-15206967D02*
X10988363Y-3121967D01* X10988363Y-3121967D01*
X14379760Y-15281967D02* X14379760Y-15281967D02*
X11063363Y-15281967D01* X11063363Y-15281967D01*
X22812552Y-2496967D02* X22812552Y-2496967D02*
X19607384Y-2496967D01* X19607384Y-2496967D01*
X15029760Y-3046970D02* X15029760Y-3046970D02*
G75* G75*
G03* G03*
X14954760Y-3121967I0J-75000D01* X14954760Y-3121967I0J-75000D01*
G01* G01*
X19532385Y-2421762D02* X19532385Y-2421762D02*
X19532466Y-2392172D01* X19532466Y-2392172D01*
X22887553Y-2571967D02* X22887553Y-2571967D02*
G75* G75*
G03* G03*
X22812552Y-2496967I-75003J-3D01* X22812552Y-2496967I-75003J-3D01*
G01* G01*
X14954760Y-15206967D02* X14954760Y-15206967D02*
X14954760Y-3121967D01* X14954760Y-3121967D01*
X10488363Y-3121967D02* X10488363Y-3121967D02*
X10488363Y-15206967D01* X10488363Y-15206967D01*
X7021973Y-15206967D02* X7021973Y-15206967D02*
G75* G75*
G03* G03*
X7096967Y-15281967I74997J-3D01* X7096967Y-15281967I74997J-3D01*
G01* G01*
X18421163Y-3121967D02* X18421163Y-3121967D02*
G75* G75*
G03* G03*
X18346156Y-3046967I-75003J-3D01* X18346156Y-3046967I-75003J-3D01*
G01* G01*
X14454763Y-3121967D02* X14454763Y-3121967D02*
G75* G75*
G03* G03*
X14379760Y-3046967I-75003J-3D01* X14379760Y-3046967I-75003J-3D01*
G01* G01*
X18921163Y-15206967D02* X18921163Y-15206967D02*
G75* G75*
G03* G03*
X18996156Y-15281967I74997J-3D01* X18996156Y-15281967I74997J-3D01*
G01* G01*
X19532473Y-2342172D02* X19532473Y-2342172D02*
G75* G75*
G03* G03*
X19457466Y-2266967I-74993J212D01* X19457466Y-2266967I-74993J212D01*
G01* G01*
X18484674Y-2266964D02* X18484674Y-2266964D02*
G75* G75*
G03* G03*
X18409674Y-2341967I6J-75006D01* X18409674Y-2341967I6J-75006D01*
G01* G01*
X14379760Y-15281970D02* X14379760Y-15281970D02*
G75* G75*
G03* G03*
X14454760Y-15206967I0J75000D01* X14454760Y-15206967I0J75000D01*
G01* G01*
X18346156Y-15281966D02* X18346156Y-15281966D02*
G75* G75*
G03* G03*
X18421156Y-15206967I4J74996D01* X18421156Y-15206967I4J74996D01*
G01* G01*
X22812552Y-15831962D02* X22812552Y-15831962D02*
G75* G75*
G03* G03*
X22887552Y-15756967I-2J75002D01* X22887552Y-15756967I-2J75002D01*
G01* G01*
X22312552Y-15281967D02* X22312552Y-15281967D02*
X18996156Y-15281967D01* X18996156Y-15281967D01*
X6596967Y-15831967D02* X6596967Y-15831967D02*
X22812552Y-15831967D01* X22812552Y-15831967D01*
X19457466Y-2266967D02* X19457466Y-2266967D02*
X18484674Y-2266967D01* X18484674Y-2266967D01*
X18421156Y-3121967D02* X18421156Y-3121967D02*
X18421156Y-15206967D01* X18421156Y-15206967D01*
X7096967Y-3046967D02* X7096967Y-3046967D02*
G75* G75*
G03* G03*
X7021967Y-3121967I3J-75003D01* X7021967Y-3121967I3J-75003D01*
G01* G01*
X18334674Y-2496967D02* X18334674Y-2496967D02*
X6521967Y-2496967D01* X6521967Y-2496967D01*
X19532383Y-2421762D02* X19532383Y-2421762D02*
G75* G75*
G03* G03*
X19607384Y-2496967I74997J-208D01* X19607384Y-2496967I74997J-208D01*
G01* G01*
X10413363Y-15281967D02* X10413363Y-15281967D02*
X7096967Y-15281967D01* X7096967Y-15281967D01*
X22312552Y-15281962D02* X22312552Y-15281962D02*
G75* G75*
G03* G03*
X22387552Y-15206967I-2J75002D01* X22387552Y-15206967I-2J75002D01*
G01* G01*
X18921156Y-15206967D02* X18921156Y-15206967D02*
X18921156Y-3121967D01* X18921156Y-3121967D01*
X10413363Y-15281963D02* X10413363Y-15281963D02*
G75* G75*
G03* G03*
X10488363Y-15206967I-3J75003D01* X10488363Y-15206967I-3J75003D01*
G01* G01*
X19532466Y-2342172D02* X19532466Y-2342172D02*
X19532466Y-2392172D01* X19532466Y-2392172D01*
X18996156Y-3046966D02* X18996156Y-3046966D02*
G75* G75*
G03* G03*
X18921156Y-3121967I4J-75004D01* X18921156Y-3121967I4J-75004D01*
G01* G01*
X10988363Y-15206967D02* X10988363Y-15206967D02*
G75* G75*
G03* G03*
X11063363Y-15281967I75007J7D01* X11063363Y-15281967I75007J7D01*
G01* G01*
X14454760Y-3121967D02* X14454760Y-3121967D02*
X14454760Y-15206967D01* X14454760Y-15206967D01*
X18409674Y-2341967D02* X18409674Y-2341967D02*
X18409674Y-2391967D01* X18409674Y-2391967D01*
X18346156Y-15281967D02* X18346156Y-15281967D02*
X15029760Y-15281967D01* X15029760Y-15281967D01*
X10488363Y-3121967D02* X10488363Y-3121967D02*
G75* G75*
G03* G03*
X10413363Y-3046967I-75003J-3D01* X10413363Y-3046967I-75003J-3D01*
G01* G01*
X15029760Y-3046967D02* X15029760Y-3046967D02*
X18346156Y-3046967D01* X18346156Y-3046967D01*
X7021967Y-15206967D02* X7021967Y-15206967D02*
X7021967Y-3121967D01* X7021967Y-3121967D01*
X22887552Y-15756967D02* X22887552Y-15756967D02*
X22887552Y-2571967D01* X22887552Y-2571967D01*
X14954753Y-15206967D02* X14954753Y-15206967D02*
G75* G75*
G03* G03*
X15029760Y-15281967I74997J-3D01* X15029760Y-15281967I74997J-3D01*
G01* G01*
X18334674Y-2496974D02* X18334674Y-2496974D02*
G75* G75*
G03* G03*
X18409674Y-2421967I-4J75004D01* X18409674Y-2421967I-4J75004D01*
G01* G01*
X11063363Y-3046973D02* X11063363Y-3046973D02*
G75* G75*
G03* G03*
X10988363Y-3121967I-3J-74997D01* X10988363Y-3121967I-3J-74997D01*
G01* G01*
X18996156Y-3046967D02* X18996156Y-3046967D02*
X22312552Y-3046967D01* X22312552Y-3046967D01*
X22387553Y-3121967D02* X22387553Y-3121967D02*
G75* G75*
G03* G03*
X22312552Y-3046967I-75003J-3D01* X22312552Y-3046967I-75003J-3D01*
G01* G01*
X6521967Y-2496967D02* X6521967Y-2496967D02*
X6521967Y-15756967D01* X6521967Y-15756967D01*
X11063363Y-3046967D02* X11063363Y-3046967D02*
X14379760Y-3046967D01* X14379760Y-3046967D01*
X6521973Y-15756967D02* X6521973Y-15756967D02*
G75* G75*
G03* G03*
X6596967Y-15831967I74997J-3D01* X6596967Y-15831967I74997J-3D01*
G01* G01*
X6772744Y-16153451D02* X6772744Y-16153451D02*
X6772744Y-15953451D01* X6772744Y-15953451D01*
X6772744Y-15953451D02* X6772744Y-15953451D02*
X6820363Y-15953451D01* X6820363Y-15953451D01*
X6820363Y-15953451D02* X6820363Y-15953451D02*
X6848934Y-15962975D01* X6848934Y-15962975D01*
X6848934Y-15962975D02* X6848934Y-15962975D02*
X6867982Y-15982022D01* X6867982Y-15982022D01*
X6867982Y-15982022D02* X6867982Y-15982022D02*
X6877506Y-16001070D01* X6877506Y-16001070D01*
X6877506Y-16001070D02* X6877506Y-16001070D02*
X6887029Y-16039165D01* X6887029Y-16039165D01*
X6887029Y-16039165D02* X6887029Y-16039165D02*
X6887029Y-16067736D01* X6887029Y-16067736D01*
X6887029Y-16067736D02* X6887029Y-16067736D02*
X6877506Y-16105832D01* X6877506Y-16105832D01*
X6877506Y-16105832D02* X6877506Y-16105832D02*
X6867982Y-16124879D01* X6867982Y-16124879D01*
X6867982Y-16124879D02* X6867982Y-16124879D02*
X6848934Y-16143927D01* X6848934Y-16143927D01*
X6848934Y-16143927D02* X6848934Y-16143927D02*
X6820363Y-16153451D01* X6820363Y-16153451D01*
X6820363Y-16153451D02* X6820363Y-16153451D02*
X6772744Y-16153451D01* X6772744Y-16153451D01*
X6972744Y-16153451D02* X6972744Y-16153451D02*
X6972744Y-16020117D01* X6972744Y-16020117D01*
X6972744Y-16058213D02* X6972744Y-16058213D02*
X6982268Y-16039165D01* X6982268Y-16039165D01*
X6982268Y-16039165D02* X6982268Y-16039165D02*
X6991791Y-16029641D01* X6991791Y-16029641D01*
X6991791Y-16029641D02* X6991791Y-16029641D02*
X7010839Y-16020117D01* X7010839Y-16020117D01*
X7010839Y-16020117D02* X7010839Y-16020117D02*
X7029887Y-16020117D01* X7029887Y-16020117D01*
X7096553Y-16153451D02* X7096553Y-16153451D02*
X7096553Y-16020117D01* X7096553Y-16020117D01*
X7096553Y-15953451D02* X7096553Y-15953451D02*
X7087029Y-15962975D01* X7087029Y-15962975D01*
X7087029Y-15962975D02* X7087029Y-15962975D02*
X7096553Y-15972498D01* X7096553Y-15972498D01*
X7096553Y-15972498D02* X7096553Y-15972498D02*
X7106077Y-15962975D01* X7106077Y-15962975D01*
X7106077Y-15962975D02* X7106077Y-15962975D02*
X7096553Y-15953451D01* X7096553Y-15953451D01*
X7096553Y-15953451D02* X7096553Y-15953451D02*
X7096553Y-15972498D01* X7096553Y-15972498D01*
X7220363Y-16153451D02* X7220363Y-16153451D02*
X7201315Y-16143927D01* X7201315Y-16143927D01*
X7201315Y-16143927D02* X7201315Y-16143927D02*
X7191791Y-16124879D01* X7191791Y-16124879D01*
X7191791Y-16124879D02* X7191791Y-16124879D02*
X7191791Y-15953451D01* X7191791Y-15953451D01*
X7325125Y-16153451D02* X7325125Y-16153451D02*
X7306077Y-16143927D01* X7306077Y-16143927D01*
X7306077Y-16143927D02* X7306077Y-16143927D02*
X7296553Y-16124879D01* X7296553Y-16124879D01*
X7296553Y-16124879D02* X7296553Y-16124879D02*
X7296553Y-15953451D01* X7296553Y-15953451D01*
X7553696Y-16153451D02* X7553696Y-16153451D02*
X7553696Y-15953451D01* X7553696Y-15953451D01*
X7553696Y-15953451D02* X7553696Y-15953451D02*
X7620363Y-16096308D01* X7620363Y-16096308D01*
X7620363Y-16096308D02* X7620363Y-16096308D02*
X7687029Y-15953451D01* X7687029Y-15953451D01*
X7687029Y-15953451D02* X7687029Y-15953451D02*
X7687029Y-16153451D01* X7687029Y-16153451D01*
X7867982Y-16153451D02* X7867982Y-16153451D02*
X7867982Y-16048689D01* X7867982Y-16048689D01*
X7867982Y-16048689D02* X7867982Y-16048689D02*
X7858458Y-16029641D01* X7858458Y-16029641D01*
X7858458Y-16029641D02* X7858458Y-16029641D02*
X7839410Y-16020117D01* X7839410Y-16020117D01*
X7839410Y-16020117D02* X7839410Y-16020117D02*
X7801315Y-16020117D01* X7801315Y-16020117D01*
X7801315Y-16020117D02* X7801315Y-16020117D02*
X7782268Y-16029641D01* X7782268Y-16029641D01*
X7867982Y-16143927D02* X7867982Y-16143927D02*
X7848934Y-16153451D01* X7848934Y-16153451D01*
X7848934Y-16153451D02* X7848934Y-16153451D02*
X7801315Y-16153451D01* X7801315Y-16153451D01*
X7801315Y-16153451D02* X7801315Y-16153451D02*
X7782268Y-16143927D01* X7782268Y-16143927D01*
X7782268Y-16143927D02* X7782268Y-16143927D02*
X7772744Y-16124879D01* X7772744Y-16124879D01*
X7772744Y-16124879D02* X7772744Y-16124879D02*
X7772744Y-16105832D01* X7772744Y-16105832D01*
X7772744Y-16105832D02* X7772744Y-16105832D02*
X7782268Y-16086784D01* X7782268Y-16086784D01*
X7782268Y-16086784D02* X7782268Y-16086784D02*
X7801315Y-16077260D01* X7801315Y-16077260D01*
X7801315Y-16077260D02* X7801315Y-16077260D02*
X7848934Y-16077260D01* X7848934Y-16077260D01*
X7848934Y-16077260D02* X7848934Y-16077260D02*
X7867982Y-16067736D01* X7867982Y-16067736D01*
X7963220Y-16020117D02* X7963220Y-16020117D02*
X7963220Y-16220117D01* X7963220Y-16220117D01*
X7963220Y-16029641D02* X7963220Y-16029641D02*
X7982268Y-16020117D01* X7982268Y-16020117D01*
X7982268Y-16020117D02* X7982268Y-16020117D02*
X8020363Y-16020117D01* X8020363Y-16020117D01*
X8020363Y-16020117D02* X8020363Y-16020117D02*
X8039410Y-16029641D01* X8039410Y-16029641D01*
X8039410Y-16029641D02* X8039410Y-16029641D02*
X8048934Y-16039165D01* X8048934Y-16039165D01*
X8048934Y-16039165D02* X8048934Y-16039165D02*
X8058458Y-16058213D01* X8058458Y-16058213D01*
X8058458Y-16058213D02* X8058458Y-16058213D02*
X8058458Y-16115355D01* X8058458Y-16115355D01*
X8058458Y-16115355D02* X8058458Y-16115355D02*
X8048934Y-16134403D01* X8048934Y-16134403D01*
X8048934Y-16134403D02* X8048934Y-16134403D02*
X8039410Y-16143927D01* X8039410Y-16143927D01*
X8039410Y-16143927D02* X8039410Y-16143927D02*
X8020363Y-16153451D01* X8020363Y-16153451D01*
X8020363Y-16153451D02* X8020363Y-16153451D02*
X7982268Y-16153451D01* X7982268Y-16153451D01*
X7982268Y-16153451D02* X7982268Y-16153451D02*
X7963220Y-16143927D01* X7963220Y-16143927D01*
X8144172Y-16134403D02* X8144172Y-16134403D02*
X8153696Y-16143927D01* X8153696Y-16143927D01*
X8153696Y-16143927D02* X8153696Y-16143927D02*
X8144172Y-16153451D01* X8144172Y-16153451D01*
X8144172Y-16153451D02* X8144172Y-16153451D02*
X8134649Y-16143927D01* X8134649Y-16143927D01*
X8134649Y-16143927D02* X8134649Y-16143927D02*
X8144172Y-16134403D01* X8144172Y-16134403D01*
X8144172Y-16134403D02* X8144172Y-16134403D02*
X8144172Y-16153451D01* X8144172Y-16153451D01*
X8144172Y-16029641D02* X8144172Y-16029641D02*
X8153696Y-16039165D01* X8153696Y-16039165D01*
X8153696Y-16039165D02* X8153696Y-16039165D02*
X8144172Y-16048689D01* X8144172Y-16048689D01*
X8144172Y-16048689D02* X8144172Y-16048689D02*
X8134649Y-16039165D01* X8134649Y-16039165D01*
X8134649Y-16039165D02* X8134649Y-16039165D02*
X8144172Y-16029641D01* X8144172Y-16029641D01*
X8144172Y-16029641D02* X8144172Y-16029641D02*
X8144172Y-16048689D01* X8144172Y-16048689D01*
M02* M02*

View File

@ -1,13 +1,13 @@
M48 M48
; DRILL file {KiCad 7.0.6} date Wed Jan 17 22:26:02 2024 ; DRILL file {KiCad 7.0.6} date Wed Jan 17 22:26:02 2024
; FORMAT={-:-/ absolute / metric / decimal} ; FORMAT={-:-/ absolute / metric / decimal}
; #@! TF.CreationDate,2024-01-17T22:26:02+01:00 ; #@! TF.CreationDate,2024-01-17T22:26:02+01:00
; #@! TF.GenerationSoftware,Kicad,Pcbnew,7.0.6 ; #@! TF.GenerationSoftware,Kicad,Pcbnew,7.0.6
; #@! TF.FileFunction,NonPlated,1,4,NPTH ; #@! TF.FileFunction,NonPlated,1,4,NPTH
FMAT,2 FMAT,2
METRIC METRIC
% %
G90 G90
G05 G05
T0 T0
M30 M30

View File

@ -1,59 +1,59 @@
M48 M48
; DRILL file {KiCad 7.0.6} date Wed Jan 17 22:26:02 2024 ; DRILL file {KiCad 7.0.6} date Wed Jan 17 22:26:02 2024
; FORMAT={-:-/ absolute / metric / decimal} ; FORMAT={-:-/ absolute / metric / decimal}
; #@! TF.CreationDate,2024-01-17T22:26:02+01:00 ; #@! TF.CreationDate,2024-01-17T22:26:02+01:00
; #@! TF.GenerationSoftware,Kicad,Pcbnew,7.0.6 ; #@! TF.GenerationSoftware,Kicad,Pcbnew,7.0.6
; #@! TF.FileFunction,Plated,1,4,PTH ; #@! TF.FileFunction,Plated,1,4,PTH
FMAT,2 FMAT,2
METRIC METRIC
; #@! TA.AperFunction,Plated,PTH,ViaDrill ; #@! TA.AperFunction,Plated,PTH,ViaDrill
T1C0.400 T1C0.400
% %
G90 G90
G05 G05
T1 T1
X185.0Y-23.9 X185.0Y-23.9
X185.1Y-28.4 X185.1Y-28.4
X194.1Y-28.4 X194.1Y-28.4
X194.4Y-24.5 X194.4Y-24.5
X206.8Y-26.8 X206.8Y-26.8
X210.2Y-26.175 X210.2Y-26.175
X212.5Y-25.669 X212.5Y-25.669
X224.575Y-61.0 X224.575Y-61.0
X224.575Y-140.8 X224.575Y-140.8
X224.6Y-52.5 X224.6Y-52.5
X224.935Y-133.001 X224.935Y-133.001
X225.0Y-72.4 X225.0Y-72.4
X225.1Y-62.1 X225.1Y-62.1
X225.1Y-108.4 X225.1Y-108.4
X225.3Y-96.3 X225.3Y-96.3
X225.6Y-106.5 X225.6Y-106.5
X225.7Y-50.8 X225.7Y-50.8
X225.775Y-49.686 X225.775Y-49.686
X225.775Y-53.9 X225.775Y-53.9
X225.828Y-74.267 X225.828Y-74.267
X225.912Y-97.122 X225.912Y-97.122
X225.925Y-141.834 X225.925Y-141.834
X225.949Y-95.541 X225.949Y-95.541
X226.022Y-72.667 X226.022Y-72.667
X226.028Y-143.312 X226.028Y-143.312
X226.1Y-60.7 X226.1Y-60.7
X226.5Y-133.0 X226.5Y-133.0
X226.833Y-62.633 X226.833Y-62.633
X226.833Y-108.433 X226.833Y-108.433
X226.876Y-64.137 X226.876Y-64.137
X227.725Y-52.097 X227.725Y-52.097
X227.726Y-53.2 X227.726Y-53.2
X227.728Y-74.381 X227.728Y-74.381
X227.75Y-143.452 X227.75Y-143.452
X227.776Y-110.0 X227.776Y-110.0
X227.8Y-105.6 X227.8Y-105.6
X227.852Y-131.579 X227.852Y-131.579
X227.9Y-76.5 X227.9Y-76.5
X228.0Y-99.1 X228.0Y-99.1
X228.0Y-132.978 X228.0Y-132.978
X228.176Y-55.0 X228.176Y-55.0
X228.176Y-97.9 X228.176Y-97.9
X228.38Y-75.139 X228.38Y-75.139
T0 T0
M30 M30

View File

@ -1,170 +1,170 @@
{ {
"Header": { "Header": {
"GenerationSoftware": { "GenerationSoftware": {
"Vendor": "KiCad", "Vendor": "KiCad",
"Application": "Pcbnew", "Application": "Pcbnew",
"Version": "7.0.6" "Version": "7.0.6"
}, },
"CreationDate": "2024-01-17T22:25:57+01:00" "CreationDate": "2024-01-17T22:25:57+01:00"
}, },
"GeneralSpecs": { "GeneralSpecs": {
"ProjectId": { "ProjectId": {
"Name": "FT24-AMS-Slave_v1-VTSENS", "Name": "FT24-AMS-Slave_v1-VTSENS",
"GUID": "46543234-2d41-44d5-932d-536c6176655f", "GUID": "46543234-2d41-44d5-932d-536c6176655f",
"Revision": "rev?" "Revision": "rev?"
}, },
"Size": { "Size": {
"X": 163.8559, "X": 163.8559,
"Y": 135.85 "Y": 135.85
}, },
"LayerNumber": 4, "LayerNumber": 4,
"BoardThickness": 1.6, "BoardThickness": 1.6,
"Finish": "None" "Finish": "None"
}, },
"DesignRules": [ "DesignRules": [
{ {
"Layers": "Outer", "Layers": "Outer",
"PadToPad": 0.2, "PadToPad": 0.2,
"PadToTrack": 0.2, "PadToTrack": 0.2,
"TrackToTrack": 0.2, "TrackToTrack": 0.2,
"MinLineWidth": 0.2, "MinLineWidth": 0.2,
"TrackToRegion": 0.2, "TrackToRegion": 0.2,
"RegionToRegion": 0.2 "RegionToRegion": 0.2
}, },
{ {
"Layers": "Inner", "Layers": "Inner",
"PadToPad": 0.2, "PadToPad": 0.2,
"PadToTrack": 0.2, "PadToTrack": 0.2,
"TrackToTrack": 0.2, "TrackToTrack": 0.2,
"MinLineWidth": 0.2, "MinLineWidth": 0.2,
"TrackToRegion": 0.2, "TrackToRegion": 0.2,
"RegionToRegion": 0.2 "RegionToRegion": 0.2
} }
], ],
"FilesAttributes": [ "FilesAttributes": [
{ {
"Path": "FT24-AMS-Slave_v1-VTSENS-F_Cu.gbr", "Path": "FT24-AMS-Slave_v1-VTSENS-F_Cu.gbr",
"FileFunction": "Copper,L1,Top", "FileFunction": "Copper,L1,Top",
"FilePolarity": "Positive" "FilePolarity": "Positive"
}, },
{ {
"Path": "FT24-AMS-Slave_v1-VTSENS-In1_Cu.gbr", "Path": "FT24-AMS-Slave_v1-VTSENS-In1_Cu.gbr",
"FileFunction": "Copper,L2,Inr", "FileFunction": "Copper,L2,Inr",
"FilePolarity": "Positive" "FilePolarity": "Positive"
}, },
{ {
"Path": "FT24-AMS-Slave_v1-VTSENS-In2_Cu.gbr", "Path": "FT24-AMS-Slave_v1-VTSENS-In2_Cu.gbr",
"FileFunction": "Copper,L3,Inr", "FileFunction": "Copper,L3,Inr",
"FilePolarity": "Positive" "FilePolarity": "Positive"
}, },
{ {
"Path": "FT24-AMS-Slave_v1-VTSENS-B_Cu.gbr", "Path": "FT24-AMS-Slave_v1-VTSENS-B_Cu.gbr",
"FileFunction": "Copper,L4,Bot", "FileFunction": "Copper,L4,Bot",
"FilePolarity": "Positive" "FilePolarity": "Positive"
}, },
{ {
"Path": "FT24-AMS-Slave_v1-VTSENS-F_Paste.gbr", "Path": "FT24-AMS-Slave_v1-VTSENS-F_Paste.gbr",
"FileFunction": "SolderPaste,Top", "FileFunction": "SolderPaste,Top",
"FilePolarity": "Positive" "FilePolarity": "Positive"
}, },
{ {
"Path": "FT24-AMS-Slave_v1-VTSENS-B_Paste.gbr", "Path": "FT24-AMS-Slave_v1-VTSENS-B_Paste.gbr",
"FileFunction": "SolderPaste,Bot", "FileFunction": "SolderPaste,Bot",
"FilePolarity": "Positive" "FilePolarity": "Positive"
}, },
{ {
"Path": "FT24-AMS-Slave_v1-VTSENS-F_Silkscreen.gbr", "Path": "FT24-AMS-Slave_v1-VTSENS-F_Silkscreen.gbr",
"FileFunction": "Legend,Top", "FileFunction": "Legend,Top",
"FilePolarity": "Positive" "FilePolarity": "Positive"
}, },
{ {
"Path": "FT24-AMS-Slave_v1-VTSENS-B_Silkscreen.gbr", "Path": "FT24-AMS-Slave_v1-VTSENS-B_Silkscreen.gbr",
"FileFunction": "Legend,Bot", "FileFunction": "Legend,Bot",
"FilePolarity": "Positive" "FilePolarity": "Positive"
}, },
{ {
"Path": "FT24-AMS-Slave_v1-VTSENS-F_Mask.gbr", "Path": "FT24-AMS-Slave_v1-VTSENS-F_Mask.gbr",
"FileFunction": "SolderMask,Top", "FileFunction": "SolderMask,Top",
"FilePolarity": "Negative" "FilePolarity": "Negative"
}, },
{ {
"Path": "FT24-AMS-Slave_v1-VTSENS-B_Mask.gbr", "Path": "FT24-AMS-Slave_v1-VTSENS-B_Mask.gbr",
"FileFunction": "SolderMask,Bot", "FileFunction": "SolderMask,Bot",
"FilePolarity": "Negative" "FilePolarity": "Negative"
}, },
{ {
"Path": "FT24-AMS-Slave_v1-VTSENS-Edge_Cuts.gbr", "Path": "FT24-AMS-Slave_v1-VTSENS-Edge_Cuts.gbr",
"FileFunction": "Profile", "FileFunction": "Profile",
"FilePolarity": "Positive" "FilePolarity": "Positive"
} }
], ],
"MaterialStackup": [ "MaterialStackup": [
{ {
"Type": "Legend", "Type": "Legend",
"Name": "Top Silk Screen" "Name": "Top Silk Screen"
}, },
{ {
"Type": "SolderPaste", "Type": "SolderPaste",
"Name": "Top Solder Paste" "Name": "Top Solder Paste"
}, },
{ {
"Type": "SolderMask", "Type": "SolderMask",
"Thickness": 0.01, "Thickness": 0.01,
"Name": "Top Solder Mask" "Name": "Top Solder Mask"
}, },
{ {
"Type": "Copper", "Type": "Copper",
"Thickness": 0.035, "Thickness": 0.035,
"Name": "F.Cu" "Name": "F.Cu"
}, },
{ {
"Type": "Dielectric", "Type": "Dielectric",
"Thickness": 0.1, "Thickness": 0.1,
"Material": "FR4", "Material": "FR4",
"Name": "F.Cu/In1.Cu", "Name": "F.Cu/In1.Cu",
"Notes": "Type: dielectric layer 1 (from F.Cu to In1.Cu)" "Notes": "Type: dielectric layer 1 (from F.Cu to In1.Cu)"
}, },
{ {
"Type": "Copper", "Type": "Copper",
"Thickness": 0.035, "Thickness": 0.035,
"Name": "In1.Cu" "Name": "In1.Cu"
}, },
{ {
"Type": "Dielectric", "Type": "Dielectric",
"Thickness": 1.24, "Thickness": 1.24,
"Material": "FR4", "Material": "FR4",
"Name": "In1.Cu/In2.Cu", "Name": "In1.Cu/In2.Cu",
"Notes": "Type: dielectric layer 2 (from In1.Cu to In2.Cu)" "Notes": "Type: dielectric layer 2 (from In1.Cu to In2.Cu)"
}, },
{ {
"Type": "Copper", "Type": "Copper",
"Thickness": 0.035, "Thickness": 0.035,
"Name": "In2.Cu" "Name": "In2.Cu"
}, },
{ {
"Type": "Dielectric", "Type": "Dielectric",
"Thickness": 0.1, "Thickness": 0.1,
"Material": "FR4", "Material": "FR4",
"Name": "In2.Cu/B.Cu", "Name": "In2.Cu/B.Cu",
"Notes": "Type: dielectric layer 3 (from In2.Cu to B.Cu)" "Notes": "Type: dielectric layer 3 (from In2.Cu to B.Cu)"
}, },
{ {
"Type": "Copper", "Type": "Copper",
"Thickness": 0.035, "Thickness": 0.035,
"Name": "B.Cu" "Name": "B.Cu"
}, },
{ {
"Type": "SolderMask", "Type": "SolderMask",
"Thickness": 0.01, "Thickness": 0.01,
"Name": "Bottom Solder Mask" "Name": "Bottom Solder Mask"
}, },
{ {
"Type": "SolderPaste", "Type": "SolderPaste",
"Name": "Bottom Solder Paste" "Name": "Bottom Solder Paste"
}, },
{ {
"Type": "Legend", "Type": "Legend",
"Name": "Bottom Silk Screen" "Name": "Bottom Silk Screen"
} }
] ]
} }

View File

@ -1,6 +1,6 @@
1538906 1538906
Message from SamacSys: Message from SamacSys:
To use this model save to your preferred location and then open within the ECAD Part Wizard tool. To use this model save to your preferred location and then open within the ECAD Part Wizard tool.
If you do not yet have a copy of the ECAD Part Wizard tool then please refer to the Instructions provided with this model. If you do not yet have a copy of the ECAD Part Wizard tool then please refer to the Instructions provided with this model.
Source=ms Source=ms
1538906/1031803/2.50/20/0/Connector 1538906/1031803/2.50/20/0/Connector

View File

@ -1,6 +1,6 @@
1538906 1538906
Message from SamacSys: Message from SamacSys:
To use this model save to your preferred location and then open within the ECAD Part Wizard tool. To use this model save to your preferred location and then open within the ECAD Part Wizard tool.
If you do not yet have a copy of the ECAD Part Wizard tool then please refer to the Instructions provided with this model. If you do not yet have a copy of the ECAD Part Wizard tool then please refer to the Instructions provided with this model.
Source=ms Source=ms
1538906/1031803/2.50/20/0/Connector 1538906/1031803/2.50/20/0/Connector

View File

@ -1,9 +1,9 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>Altium Library Loader</title> <title>Altium Library Loader</title>
</head> </head>
<body style="font-family:verdana"> <body style="font-family:verdana">
<p>To convert the SamacSys ECAD Model file (.epw) to Altium Designer format please install the <a href="https://www.samacsys.com/altium-designer-library-instructions/">Altium Library Loader</a></p> <p>To convert the SamacSys ECAD Model file (.epw) to Altium Designer format please install the <a href="https://www.samacsys.com/altium-designer-library-instructions/">Altium Library Loader</a></p>
</body> </body>
</html> </html>

View File

@ -1,290 +1,290 @@
(CADSTARSCM (CADSTARSCM
(HEADER (HEADER
(FORMAT SYMBOL 2 16) (FORMAT SYMBOL 2 16)
(JOBFILE "") (JOBFILE "")
(JOBTITLE "SamacSys ECAD Model") (JOBTITLE "SamacSys ECAD Model")
(GENERATOR "1538906/1031803/2.50/20/0/Connector") (GENERATOR "1538906/1031803/2.50/20/0/Connector")
(RESOLUTION(METRIC HUNDREDTH MICRON)) (RESOLUTION(METRIC HUNDREDTH MICRON))
(TIMESTAMP 2023 12 09 02 00 29) (TIMESTAMP 2023 12 09 02 00 29)
) )
(ASSIGNMENTS (ASSIGNMENTS
(CODEDEFS (CODEDEFS
(LINECODE LC1 "Line 10" 25400 (LINECODE LC1 "Line 10" 25400
(STYLE SOLID) (STYLE SOLID)
) )
(TEXTCODE TC0 "(Pin Name/Number)" 15240 152400 152400) (TEXTCODE TC0 "(Pin Name/Number)" 15240 152400 152400)
(TEXTCODE TC5 "Text Size 60/43/6" 15240 152400 109220) (TEXTCODE TC5 "Text Size 60/43/6" 15240 152400 109220)
(TEXTCODE TC8 "Symbol Name" 10000 200000 0 (TEXTCODE TC8 "Symbol Name" 10000 200000 0
(FONT "Arial" 400 0) (FONT "Arial" 400 0)
) )
(TERMINALCODE TC0 "Terminal" (TERMINALCODE TC0 "Terminal"
(CROSS 127000 0) (CROSS 127000 0)
) )
(ATTRNAME AT0 "pcb_zone" (ATTRNAME AT0 "pcb_zone"
(ATTROWNER ALL_ITEMS) (ATTROWNER ALL_ITEMS)
) )
(ATTRNAME AT1 "tolerance" (ATTRNAME AT1 "tolerance"
(ATTROWNER ALL_ITEMS) (ATTROWNER ALL_ITEMS)
) )
(ATTRNAME AT2 "voltage" (ATTRNAME AT2 "voltage"
(ATTROWNER ALL_ITEMS) (ATTROWNER ALL_ITEMS)
) )
(ATTRNAME AT3 "wattage" (ATTRNAME AT3 "wattage"
(ATTROWNER ALL_ITEMS) (ATTROWNER ALL_ITEMS)
) )
(ATTRNAME AT4 "Value" (ATTRNAME AT4 "Value"
(ATTROWNER ALL_ITEMS) (ATTROWNER ALL_ITEMS)
) )
(ATTRNAME AT5 "sim_model" (ATTRNAME AT5 "sim_model"
(ATTROWNER ALL_ITEMS) (ATTROWNER ALL_ITEMS)
) )
(ATTRNAME AT6 "Description" (ATTRNAME AT6 "Description"
(ATTROWNER SYMBOL) (ATTROWNER SYMBOL)
) )
) )
(GRIDS (GRIDS
(WORKINGGRID (WORKINGGRID
(STEPGRID "" 50800 50800) (STEPGRID "" 50800 50800)
) )
(SCREENGRID (SCREENGRID
(STEPGRID "(Screen Grid)" 254000 254000) (STEPGRID "(Screen Grid)" 254000 254000)
) )
) )
(SETTINGS (SETTINGS
(UNITS THOU) (UNITS THOU)
(UNITSPRECISION 1) (UNITSPRECISION 1)
(INTERLINEGAP 0) (INTERLINEGAP 0)
(BARLINEGAP 0) (BARLINEGAP 0)
(ALLOWBARTEXT) (ALLOWBARTEXT)
(DESIGNORIGIN (PT 0 0)) (DESIGNORIGIN (PT 0 0))
(DESIGNAREA (PT 0 0) (PT 100000000 100000000)) (DESIGNAREA (PT 0 0) (PT 100000000 100000000))
(DESIGNLIMIT (PT 100000000 100000000)) (DESIGNLIMIT (PT 100000000 100000000))
(ANGULARPRECISION 1) (ANGULARPRECISION 1)
) )
) )
(DEFAULTS (DEFAULTS
(DFLTSHAPETYPE OUTLINE) (DFLTSHAPETYPE OUTLINE)
(OUTLDFLTS LC1 (OUTLDFLTS LC1
(CLEAR) (CLEAR)
) )
(TEXTDFLTS TC5) (TEXTDFLTS TC5)
(ORIGINDFLTS TC8) (ORIGINDFLTS TC8)
(ATTRDFLTS TC8) (ATTRDFLTS TC8)
(PINNOOFFSET 50800) (PINNOOFFSET 50800)
(PINNOANGLE 0) (PINNOANGLE 0)
) )
(LIBRARY (LIBRARY
(SYMDEF L0 "53309-2070" "" (PT 6858000 5334000) (SYMDEF L0 "53309-2070" "" (PT 6858000 5334000)
(VERSION 1) (VERSION 1)
(FIGURE FIG0 LC1 NO_SHEET (FIGURE FIG0 LC1 NO_SHEET
(OPENSHAPE (PT 5080000 7874000) (PT 6350000 7874000) (PT 6350000 5080000) (PT 5080000 5080000) (PT 5080000 7874000)) (OPENSHAPE (PT 5080000 7874000) (PT 6350000 7874000) (PT 6350000 5080000) (PT 5080000 5080000) (PT 5080000 7874000))
) )
(FIGURE FIG1 LC1 NO_SHEET (FIGURE FIG1 LC1 NO_SHEET
(OPENSHAPE (PT 6858000 5334000) (PT 6350000 5334000)) (OPENSHAPE (PT 6858000 5334000) (PT 6350000 5334000))
) )
(FIGURE FIG2 LC1 NO_SHEET (FIGURE FIG2 LC1 NO_SHEET
(OPENSHAPE (PT 4572000 5334000) (PT 5080000 5334000)) (OPENSHAPE (PT 4572000 5334000) (PT 5080000 5334000))
) )
(FIGURE FIG3 LC1 NO_SHEET (FIGURE FIG3 LC1 NO_SHEET
(OPENSHAPE (PT 6858000 5588000) (PT 6350000 5588000)) (OPENSHAPE (PT 6858000 5588000) (PT 6350000 5588000))
) )
(FIGURE FIG4 LC1 NO_SHEET (FIGURE FIG4 LC1 NO_SHEET
(OPENSHAPE (PT 4572000 5588000) (PT 5080000 5588000)) (OPENSHAPE (PT 4572000 5588000) (PT 5080000 5588000))
) )
(FIGURE FIG5 LC1 NO_SHEET (FIGURE FIG5 LC1 NO_SHEET
(OPENSHAPE (PT 6858000 5842000) (PT 6350000 5842000)) (OPENSHAPE (PT 6858000 5842000) (PT 6350000 5842000))
) )
(FIGURE FIG6 LC1 NO_SHEET (FIGURE FIG6 LC1 NO_SHEET
(OPENSHAPE (PT 4572000 5842000) (PT 5080000 5842000)) (OPENSHAPE (PT 4572000 5842000) (PT 5080000 5842000))
) )
(FIGURE FIG7 LC1 NO_SHEET (FIGURE FIG7 LC1 NO_SHEET
(OPENSHAPE (PT 6858000 6096000) (PT 6350000 6096000)) (OPENSHAPE (PT 6858000 6096000) (PT 6350000 6096000))
) )
(FIGURE FIG8 LC1 NO_SHEET (FIGURE FIG8 LC1 NO_SHEET
(OPENSHAPE (PT 4572000 6096000) (PT 5080000 6096000)) (OPENSHAPE (PT 4572000 6096000) (PT 5080000 6096000))
) )
(FIGURE FIG9 LC1 NO_SHEET (FIGURE FIG9 LC1 NO_SHEET
(OPENSHAPE (PT 6858000 6350000) (PT 6350000 6350000)) (OPENSHAPE (PT 6858000 6350000) (PT 6350000 6350000))
) )
(FIGURE FIG10 LC1 NO_SHEET (FIGURE FIG10 LC1 NO_SHEET
(OPENSHAPE (PT 4572000 6350000) (PT 5080000 6350000)) (OPENSHAPE (PT 4572000 6350000) (PT 5080000 6350000))
) )
(FIGURE FIG11 LC1 NO_SHEET (FIGURE FIG11 LC1 NO_SHEET
(OPENSHAPE (PT 6858000 6604000) (PT 6350000 6604000)) (OPENSHAPE (PT 6858000 6604000) (PT 6350000 6604000))
) )
(FIGURE FIG12 LC1 NO_SHEET (FIGURE FIG12 LC1 NO_SHEET
(OPENSHAPE (PT 4572000 6604000) (PT 5080000 6604000)) (OPENSHAPE (PT 4572000 6604000) (PT 5080000 6604000))
) )
(FIGURE FIG13 LC1 NO_SHEET (FIGURE FIG13 LC1 NO_SHEET
(OPENSHAPE (PT 6858000 6858000) (PT 6350000 6858000)) (OPENSHAPE (PT 6858000 6858000) (PT 6350000 6858000))
) )
(FIGURE FIG14 LC1 NO_SHEET (FIGURE FIG14 LC1 NO_SHEET
(OPENSHAPE (PT 4572000 6858000) (PT 5080000 6858000)) (OPENSHAPE (PT 4572000 6858000) (PT 5080000 6858000))
) )
(FIGURE FIG15 LC1 NO_SHEET (FIGURE FIG15 LC1 NO_SHEET
(OPENSHAPE (PT 6858000 7112000) (PT 6350000 7112000)) (OPENSHAPE (PT 6858000 7112000) (PT 6350000 7112000))
) )
(FIGURE FIG16 LC1 NO_SHEET (FIGURE FIG16 LC1 NO_SHEET
(OPENSHAPE (PT 4572000 7112000) (PT 5080000 7112000)) (OPENSHAPE (PT 4572000 7112000) (PT 5080000 7112000))
) )
(FIGURE FIG17 LC1 NO_SHEET (FIGURE FIG17 LC1 NO_SHEET
(OPENSHAPE (PT 6858000 7366000) (PT 6350000 7366000)) (OPENSHAPE (PT 6858000 7366000) (PT 6350000 7366000))
) )
(FIGURE FIG18 LC1 NO_SHEET (FIGURE FIG18 LC1 NO_SHEET
(OPENSHAPE (PT 4572000 7366000) (PT 5080000 7366000)) (OPENSHAPE (PT 4572000 7366000) (PT 5080000 7366000))
) )
(FIGURE FIG19 LC1 NO_SHEET (FIGURE FIG19 LC1 NO_SHEET
(OPENSHAPE (PT 6858000 7620000) (PT 6350000 7620000)) (OPENSHAPE (PT 6858000 7620000) (PT 6350000 7620000))
) )
(FIGURE FIG20 LC1 NO_SHEET (FIGURE FIG20 LC1 NO_SHEET
(OPENSHAPE (PT 4572000 7620000) (PT 5080000 7620000)) (OPENSHAPE (PT 4572000 7620000) (PT 5080000 7620000))
) )
(TERMINAL 1 TC0 (PT 6858000 5334000)) (TERMINAL 1 TC0 (PT 6858000 5334000))
(TERMINAL 2 TC0 (PT 4572000 5334000)) (TERMINAL 2 TC0 (PT 4572000 5334000))
(TERMINAL 3 TC0 (PT 6858000 5588000)) (TERMINAL 3 TC0 (PT 6858000 5588000))
(TERMINAL 4 TC0 (PT 4572000 5588000)) (TERMINAL 4 TC0 (PT 4572000 5588000))
(TERMINAL 5 TC0 (PT 6858000 5842000)) (TERMINAL 5 TC0 (PT 6858000 5842000))
(TERMINAL 6 TC0 (PT 4572000 5842000)) (TERMINAL 6 TC0 (PT 4572000 5842000))
(TERMINAL 7 TC0 (PT 6858000 6096000)) (TERMINAL 7 TC0 (PT 6858000 6096000))
(TERMINAL 8 TC0 (PT 4572000 6096000)) (TERMINAL 8 TC0 (PT 4572000 6096000))
(TERMINAL 9 TC0 (PT 6858000 6350000)) (TERMINAL 9 TC0 (PT 6858000 6350000))
(TERMINAL 10 TC0 (PT 4572000 6350000)) (TERMINAL 10 TC0 (PT 4572000 6350000))
(TERMINAL 11 TC0 (PT 6858000 6604000)) (TERMINAL 11 TC0 (PT 6858000 6604000))
(TERMINAL 12 TC0 (PT 4572000 6604000)) (TERMINAL 12 TC0 (PT 4572000 6604000))
(TERMINAL 13 TC0 (PT 6858000 6858000)) (TERMINAL 13 TC0 (PT 6858000 6858000))
(TERMINAL 14 TC0 (PT 4572000 6858000)) (TERMINAL 14 TC0 (PT 4572000 6858000))
(TERMINAL 15 TC0 (PT 6858000 7112000)) (TERMINAL 15 TC0 (PT 6858000 7112000))
(TERMINAL 16 TC0 (PT 4572000 7112000)) (TERMINAL 16 TC0 (PT 4572000 7112000))
(TERMINAL 17 TC0 (PT 6858000 7366000)) (TERMINAL 17 TC0 (PT 6858000 7366000))
(TERMINAL 18 TC0 (PT 4572000 7366000)) (TERMINAL 18 TC0 (PT 4572000 7366000))
(TERMINAL 19 TC0 (PT 6858000 7620000)) (TERMINAL 19 TC0 (PT 6858000 7620000))
(TERMINAL 20 TC0 (PT 4572000 7620000)) (TERMINAL 20 TC0 (PT 4572000 7620000))
(TEXTLOC SYMBOL_NAME TC8 (PT 6477000 8382000) (TEXTLOC SYMBOL_NAME TC8 (PT 6477000 8382000)
(ALIGN CENTERLEFT) (ALIGN CENTERLEFT)
) )
(TEXTLOC PART_NAME TC8 (PT 6477000 8128000) (TEXTLOC PART_NAME TC8 (PT 6477000 8128000)
(ALIGN CENTERLEFT) (ALIGN CENTERLEFT)
) )
(PINNUMNAMELOC 1 TC8 (PT 6502400 5334000) (PINNUMNAMELOC 1 TC8 (PT 6502400 5334000)
(ALIGN BOTTOMLEFT) (ALIGN BOTTOMLEFT)
) )
(PINNUMNAMELOC 2 TC8 (PT 4927600 5334000) (PINNUMNAMELOC 2 TC8 (PT 4927600 5334000)
(ALIGN BOTTOMRIGHT) (ALIGN BOTTOMRIGHT)
) )
(PINNUMNAMELOC 3 TC8 (PT 6502400 5588000) (PINNUMNAMELOC 3 TC8 (PT 6502400 5588000)
(ALIGN BOTTOMLEFT) (ALIGN BOTTOMLEFT)
) )
(PINNUMNAMELOC 4 TC8 (PT 4927600 5588000) (PINNUMNAMELOC 4 TC8 (PT 4927600 5588000)
(ALIGN BOTTOMRIGHT) (ALIGN BOTTOMRIGHT)
) )
(PINNUMNAMELOC 5 TC8 (PT 6502400 5842000) (PINNUMNAMELOC 5 TC8 (PT 6502400 5842000)
(ALIGN BOTTOMLEFT) (ALIGN BOTTOMLEFT)
) )
(PINNUMNAMELOC 6 TC8 (PT 4927600 5842000) (PINNUMNAMELOC 6 TC8 (PT 4927600 5842000)
(ALIGN BOTTOMRIGHT) (ALIGN BOTTOMRIGHT)
) )
(PINNUMNAMELOC 7 TC8 (PT 6502400 6096000) (PINNUMNAMELOC 7 TC8 (PT 6502400 6096000)
(ALIGN BOTTOMLEFT) (ALIGN BOTTOMLEFT)
) )
(PINNUMNAMELOC 8 TC8 (PT 4927600 6096000) (PINNUMNAMELOC 8 TC8 (PT 4927600 6096000)
(ALIGN BOTTOMRIGHT) (ALIGN BOTTOMRIGHT)
) )
(PINNUMNAMELOC 9 TC8 (PT 6502400 6350000) (PINNUMNAMELOC 9 TC8 (PT 6502400 6350000)
(ALIGN BOTTOMLEFT) (ALIGN BOTTOMLEFT)
) )
(PINNUMNAMELOC 10 TC8 (PT 4927600 6350000) (PINNUMNAMELOC 10 TC8 (PT 4927600 6350000)
(ALIGN BOTTOMRIGHT) (ALIGN BOTTOMRIGHT)
) )
(PINNUMNAMELOC 11 TC8 (PT 6502400 6604000) (PINNUMNAMELOC 11 TC8 (PT 6502400 6604000)
(ALIGN BOTTOMLEFT) (ALIGN BOTTOMLEFT)
) )
(PINNUMNAMELOC 12 TC8 (PT 4927600 6604000) (PINNUMNAMELOC 12 TC8 (PT 4927600 6604000)
(ALIGN BOTTOMRIGHT) (ALIGN BOTTOMRIGHT)
) )
(PINNUMNAMELOC 13 TC8 (PT 6502400 6858000) (PINNUMNAMELOC 13 TC8 (PT 6502400 6858000)
(ALIGN BOTTOMLEFT) (ALIGN BOTTOMLEFT)
) )
(PINNUMNAMELOC 14 TC8 (PT 4927600 6858000) (PINNUMNAMELOC 14 TC8 (PT 4927600 6858000)
(ALIGN BOTTOMRIGHT) (ALIGN BOTTOMRIGHT)
) )
(PINNUMNAMELOC 15 TC8 (PT 6502400 7112000) (PINNUMNAMELOC 15 TC8 (PT 6502400 7112000)
(ALIGN BOTTOMLEFT) (ALIGN BOTTOMLEFT)
) )
(PINNUMNAMELOC 16 TC8 (PT 4927600 7112000) (PINNUMNAMELOC 16 TC8 (PT 4927600 7112000)
(ALIGN BOTTOMRIGHT) (ALIGN BOTTOMRIGHT)
) )
(PINNUMNAMELOC 17 TC8 (PT 6502400 7366000) (PINNUMNAMELOC 17 TC8 (PT 6502400 7366000)
(ALIGN BOTTOMLEFT) (ALIGN BOTTOMLEFT)
) )
(PINNUMNAMELOC 18 TC8 (PT 4927600 7366000) (PINNUMNAMELOC 18 TC8 (PT 4927600 7366000)
(ALIGN BOTTOMRIGHT) (ALIGN BOTTOMRIGHT)
) )
(PINNUMNAMELOC 19 TC8 (PT 6502400 7620000) (PINNUMNAMELOC 19 TC8 (PT 6502400 7620000)
(ALIGN BOTTOMLEFT) (ALIGN BOTTOMLEFT)
) )
(PINNUMNAMELOC 20 TC8 (PT 4927600 7620000) (PINNUMNAMELOC 20 TC8 (PT 4927600 7620000)
(ALIGN BOTTOMRIGHT) (ALIGN BOTTOMRIGHT)
) )
(PINLABELLOC 1 TC8 (PT 6273800 5334000) (PINLABELLOC 1 TC8 (PT 6273800 5334000)
(ALIGN CENTERRIGHT) (ALIGN CENTERRIGHT)
) )
(PINLABELLOC 2 TC8 (PT 5156200 5334000) (PINLABELLOC 2 TC8 (PT 5156200 5334000)
(ALIGN CENTERLEFT) (ALIGN CENTERLEFT)
) )
(PINLABELLOC 3 TC8 (PT 6273800 5588000) (PINLABELLOC 3 TC8 (PT 6273800 5588000)
(ALIGN CENTERRIGHT) (ALIGN CENTERRIGHT)
) )
(PINLABELLOC 4 TC8 (PT 5156200 5588000) (PINLABELLOC 4 TC8 (PT 5156200 5588000)
(ALIGN CENTERLEFT) (ALIGN CENTERLEFT)
) )
(PINLABELLOC 5 TC8 (PT 6273800 5842000) (PINLABELLOC 5 TC8 (PT 6273800 5842000)
(ALIGN CENTERRIGHT) (ALIGN CENTERRIGHT)
) )
(PINLABELLOC 6 TC8 (PT 5156200 5842000) (PINLABELLOC 6 TC8 (PT 5156200 5842000)
(ALIGN CENTERLEFT) (ALIGN CENTERLEFT)
) )
(PINLABELLOC 7 TC8 (PT 6273800 6096000) (PINLABELLOC 7 TC8 (PT 6273800 6096000)
(ALIGN CENTERRIGHT) (ALIGN CENTERRIGHT)
) )
(PINLABELLOC 8 TC8 (PT 5156200 6096000) (PINLABELLOC 8 TC8 (PT 5156200 6096000)
(ALIGN CENTERLEFT) (ALIGN CENTERLEFT)
) )
(PINLABELLOC 9 TC8 (PT 6273800 6350000) (PINLABELLOC 9 TC8 (PT 6273800 6350000)
(ALIGN CENTERRIGHT) (ALIGN CENTERRIGHT)
) )
(PINLABELLOC 10 TC8 (PT 5156200 6350000) (PINLABELLOC 10 TC8 (PT 5156200 6350000)
(ALIGN CENTERLEFT) (ALIGN CENTERLEFT)
) )
(PINLABELLOC 11 TC8 (PT 6273800 6604000) (PINLABELLOC 11 TC8 (PT 6273800 6604000)
(ALIGN CENTERRIGHT) (ALIGN CENTERRIGHT)
) )
(PINLABELLOC 12 TC8 (PT 5156200 6604000) (PINLABELLOC 12 TC8 (PT 5156200 6604000)
(ALIGN CENTERLEFT) (ALIGN CENTERLEFT)
) )
(PINLABELLOC 13 TC8 (PT 6273800 6858000) (PINLABELLOC 13 TC8 (PT 6273800 6858000)
(ALIGN CENTERRIGHT) (ALIGN CENTERRIGHT)
) )
(PINLABELLOC 14 TC8 (PT 5156200 6858000) (PINLABELLOC 14 TC8 (PT 5156200 6858000)
(ALIGN CENTERLEFT) (ALIGN CENTERLEFT)
) )
(PINLABELLOC 15 TC8 (PT 6273800 7112000) (PINLABELLOC 15 TC8 (PT 6273800 7112000)
(ALIGN CENTERRIGHT) (ALIGN CENTERRIGHT)
) )
(PINLABELLOC 16 TC8 (PT 5156200 7112000) (PINLABELLOC 16 TC8 (PT 5156200 7112000)
(ALIGN CENTERLEFT) (ALIGN CENTERLEFT)
) )
(PINLABELLOC 17 TC8 (PT 6273800 7366000) (PINLABELLOC 17 TC8 (PT 6273800 7366000)
(ALIGN CENTERRIGHT) (ALIGN CENTERRIGHT)
) )
(PINLABELLOC 18 TC8 (PT 5156200 7366000) (PINLABELLOC 18 TC8 (PT 5156200 7366000)
(ALIGN CENTERLEFT) (ALIGN CENTERLEFT)
) )
(PINLABELLOC 19 TC8 (PT 6273800 7620000) (PINLABELLOC 19 TC8 (PT 6273800 7620000)
(ALIGN CENTERRIGHT) (ALIGN CENTERRIGHT)
) )
(PINLABELLOC 20 TC8 (PT 5156200 7620000) (PINLABELLOC 20 TC8 (PT 5156200 7620000)
(ALIGN CENTERLEFT) (ALIGN CENTERLEFT)
) )
) )
) )
) )

View File

@ -1,16 +1,16 @@
.53309-2070 :1 ;Board to Board & Mezzanine Connectors 0.8 BtB Wafer Assy R RA 20Ckt EmbsTp Pkg .53309-2070 :1 ;Board to Board & Mezzanine Connectors 0.8 BtB Wafer Assy R RA 20Ckt EmbsTp Pkg
"533092070" "533092070"
*STM J *STM J
*NGS *NGS
*PLB 1="1" 2="2" 3="3" 4="4" 5="5" 6="6" 7="7" 8="8" 9="9" 10="10" 11="11" 12="12" 13="13" 14="14" 15="15" 16="16" 17="17" 18="18" 19="19" 20="20" *PLB 1="1" 2="2" 3="3" 4="4" 5="5" 6="6" 7="7" 8="8" 9="9" 10="10" 11="11" 12="12" 13="13" 14="14" 15="15" 16="16" 17="17" 18="18" 19="19" 20="20"
*MXP 20 *MXP 20
*DFN 53309-2070 *DFN 53309-2070
~!Mouser Part Number (538-53309-2070) ~!Mouser Part Number (538-53309-2070)
~!Link Mouser Price/Stock (https://www.mouser.co.uk/ProductDetail/Molex/53309-2070?qs=9BfFgGvh7CfO11BRQ4L7fQ%3D%3D) ~!Link Mouser Price/Stock (https://www.mouser.co.uk/ProductDetail/Molex/53309-2070?qs=9BfFgGvh7CfO11BRQ4L7fQ%3D%3D)
~!Manufacturer_Name (Molex) ~!Manufacturer_Name (Molex)
~!Manufacturer_Part_Number (53309-2070) ~!Manufacturer_Part_Number (53309-2070)
~!Link Datasheet (https://componentsearchengine.com/Datasheets/1/53309-2070.pdf) ~!Link Datasheet (https://componentsearchengine.com/Datasheets/1/53309-2070.pdf)
~!Height (4.9mm) ~!Height (4.9mm)
~!3D_Model (53309-2070) ~!3D_Model (53309-2070)
"53309-2070" "53309-2070"
1.1!U 2.1!U 3.1!U 4.1!U 5.1!U 6.1!U 7.1!U 8.1!U 9.1!U 10.1!U 11.1!U 12.1!U 13.1!U 14.1!U 15.1!U 16.1!U 17.1!U 18.1!U 19.1!U 20.1!U 1.1!U 2.1!U 3.1!U 4.1!U 5.1!U 6.1!U 7.1!U 8.1!U 9.1!U 10.1!U 11.1!U 12.1!U 13.1!U 14.1!U 15.1!U 16.1!U 17.1!U 18.1!U 19.1!U 20.1!U

View File

@ -1,271 +1,271 @@
(CADSTARPCB (CADSTARPCB
(HEADER (HEADER
(FORMAT LIBRARY 2 18) (FORMAT LIBRARY 2 18)
(JOBFILE "") (JOBFILE "")
(JOBTITLE "") (JOBTITLE "")
(GENERATOR "") (GENERATOR "")
(RESOLUTION (RESOLUTION
(METRIC HUNDREDTH MICRON) (METRIC HUNDREDTH MICRON)
) )
(TIMESTAMP 2023 12 09 02 00 29) (TIMESTAMP 2023 12 09 02 00 29)
) )
(ASSIGNMENTS (ASSIGNMENTS
(LAYERDEFS (LAYERDEFS
(LAYERSTACK LAY7 LAY9 LAY12 LAY14 LAY18 LAY10 LAY16 LAY6 LAY8 LAY17 (LAYERSTACK LAY7 LAY9 LAY12 LAY14 LAY18 LAY10 LAY16 LAY6 LAY8 LAY17
LAY11 LAY19 LAY15 LAY13 LAY11 LAY19 LAY15 LAY13
) )
(LAYER LAY0 "(All Layers)" (LAYER LAY0 "(All Layers)"
(ALLLAYER) (ALLLAYER)
) )
(LAYER LAY1 "(All Electrical Layers)" (LAYER LAY1 "(All Electrical Layers)"
(ALLELEC) (ALLELEC)
) )
(LAYER LAY2 "(All Documentation Layers)" (LAYER LAY2 "(All Documentation Layers)"
(ALLDOC) (ALLDOC)
) )
(LAYER LAY3 "(Undefined)" (LAYER LAY3 "(Undefined)"
(NOLAYER) (NOLAYER)
) )
(LAYER LAY4 "(Component Copper)" (LAYER LAY4 "(Component Copper)"
(ASSCOMPCOPP) (ASSCOMPCOPP)
) )
(LAYER LAY5 "(Jumper)" (LAYER LAY5 "(Jumper)"
(JUMPERLAYER) (JUMPERLAYER)
) )
(LAYER LAY6 "Top Elec" (LAYER LAY6 "Top Elec"
(ELEC 1 (ELEC 1
(BIAS UNBIASED) (BIAS UNBIASED)
(LAYERHEIGHT 0) (LAYERHEIGHT 0)
) )
) )
(LAYER LAY7 "Construction" (LAYER LAY7 "Construction"
(DOC) (DOC)
) )
(LAYER LAY8 "Bottom Elec" (LAYER LAY8 "Bottom Elec"
(ELEC 2 (ELEC 2
(BIAS UNBIASED) (BIAS UNBIASED)
(LAYERHEIGHT 0) (LAYERHEIGHT 0)
) )
) )
(LAYER LAY9 "Drill Drawing" (LAYER LAY9 "Drill Drawing"
(DOC) (DOC)
) )
(LAYER LAY10 "Top silk" (LAYER LAY10 "Top silk"
(NONELEC 1) (NONELEC 1)
(LASUBTYP LAYERSUBTYPE_SILKSCREEN) (LASUBTYP LAYERSUBTYPE_SILKSCREEN)
) )
(LAYER LAY11 "Bottom silk" (LAYER LAY11 "Bottom silk"
(NONELEC 2) (NONELEC 2)
(LASUBTYP LAYERSUBTYPE_SILKSCREEN) (LASUBTYP LAYERSUBTYPE_SILKSCREEN)
) )
(LAYER LAY12 "Top Placement" (LAYER LAY12 "Top Placement"
(NONELEC 1) (NONELEC 1)
(LASUBTYP LAYERSUBTYPE_PLACEMENT) (LASUBTYP LAYERSUBTYPE_PLACEMENT)
) )
(LAYER LAY13 "Bottom Placement" (LAYER LAY13 "Bottom Placement"
(NONELEC 2) (NONELEC 2)
(LASUBTYP LAYERSUBTYPE_PLACEMENT) (LASUBTYP LAYERSUBTYPE_PLACEMENT)
) )
(LAYER LAY14 "Top Assembly" (LAYER LAY14 "Top Assembly"
(NONELEC 1) (NONELEC 1)
(LASUBTYP LAYERSUBTYPE_ASSEMBLY) (LASUBTYP LAYERSUBTYPE_ASSEMBLY)
) )
(LAYER LAY15 "Bottom Assembly" (LAYER LAY15 "Bottom Assembly"
(NONELEC 2) (NONELEC 2)
(LASUBTYP LAYERSUBTYPE_ASSEMBLY) (LASUBTYP LAYERSUBTYPE_ASSEMBLY)
) )
(LAYER LAY16 "Top Solder Resist" (LAYER LAY16 "Top Solder Resist"
(NONELEC 1) (NONELEC 1)
(LASUBTYP LAYERSUBTYPE_SOLDERRESIST) (LASUBTYP LAYERSUBTYPE_SOLDERRESIST)
) )
(LAYER LAY17 "Bottom Solder Resist" (LAYER LAY17 "Bottom Solder Resist"
(NONELEC 2) (NONELEC 2)
(LASUBTYP LAYERSUBTYPE_SOLDERRESIST) (LASUBTYP LAYERSUBTYPE_SOLDERRESIST)
) )
(LAYER LAY18 "Top Paste" (LAYER LAY18 "Top Paste"
(NONELEC 1) (NONELEC 1)
(LASUBTYP LAYERSUBTYPE_PASTE) (LASUBTYP LAYERSUBTYPE_PASTE)
) )
(LAYER LAY19 "Bottom Paste" (LAYER LAY19 "Bottom Paste"
(NONELEC 2) (NONELEC 2)
(LASUBTYP LAYERSUBTYPE_PASTE) (LASUBTYP LAYERSUBTYPE_PASTE)
) )
) )
(CODEDEFS (CODEDEFS
(LINECODE LC11 "Silkscreen Outline 1" 2540 (LINECODE LC11 "Silkscreen Outline 1" 2540
(STYLE SOLID) (STYLE SOLID)
) )
(LINECODE LC14 "Assembly Outline 1" 2540 (LINECODE LC14 "Assembly Outline 1" 2540
(STYLE SOLID) (STYLE SOLID)
) )
(LINECODE LC15 "Placement Outline 1" 2540 (LINECODE LC15 "Placement Outline 1" 2540
(STYLE SOLID) (STYLE SOLID)
) )
(TEXTCODE TC10 "Component Name" 3000 60000 40000) (TEXTCODE TC10 "Component Name" 3000 60000 40000)
(SPACINGCODE P_P 100000) (SPACINGCODE P_P 100000)
(SPACINGCODE P_C 100000) (SPACINGCODE P_C 100000)
(SPACINGCODE C_C 100000) (SPACINGCODE C_C 100000)
(SPACINGCODE H_H 100000) (SPACINGCODE H_H 100000)
(PADCODE PC0 "r130_55" (PADCODE PC0 "r130_55"
(RECTANGLE 55000 37500 37500) (RECTANGLE 55000 37500 37500)
) )
(PADCODE PC1 "r140_55" (PADCODE PC1 "r140_55"
(RECTANGLE 55000 42500 42500) (RECTANGLE 55000 42500 42500)
) )
(ATTRNAME AT0 "Component Category" (ATTRNAME AT0 "Component Category"
(ATTROWNER COMPONENT) (ATTROWNER COMPONENT)
) )
(ATTRNAME AT1 "assembly_name" (ATTRNAME AT1 "assembly_name"
(ATTROWNER COMPONENT) (ATTROWNER COMPONENT)
) )
(ATTRNAME AT2 "Value" (ATTRNAME AT2 "Value"
(ATTROWNER COMPONENT) (ATTROWNER COMPONENT)
) )
(ATTRNAME AT3 "thm_power_diss" (ATTRNAME AT3 "thm_power_diss"
(ATTROWNER COMPONENT) (ATTROWNER COMPONENT)
) )
(ATTRNAME AT4 "placement" (ATTRNAME AT4 "placement"
(ATTROWNER COMPONENT) (ATTROWNER COMPONENT)
) )
(ATTRNAME AT5 "silkscrn_name" (ATTRNAME AT5 "silkscrn_name"
(ATTROWNER COMPONENT) (ATTROWNER COMPONENT)
) )
(ATTRNAME AT6 "Manufacturers Part Number" (ATTRNAME AT6 "Manufacturers Part Number"
(ATTROWNER COMPONENT) (ATTROWNER COMPONENT)
) )
(ATTRNAME AT7 "Height" (ATTRNAME AT7 "Height"
(ATTROWNER SYMDEF) (ATTROWNER SYMDEF)
) )
(ATTRNAME AT8 "Drawing_Name" (ATTRNAME AT8 "Drawing_Name"
(ATTROWNER DOCSYMBOL) (ATTROWNER DOCSYMBOL)
) )
(ATTRNAME AT9 "Client" (ATTRNAME AT9 "Client"
(ATTROWNER DOCSYMBOL) (ATTROWNER DOCSYMBOL)
) )
(ATTRNAME AT10 "RefDes" (ATTRNAME AT10 "RefDes"
(ATTROWNER COMPONENT) (ATTROWNER COMPONENT)
) )
) )
(TECHNOLOGY (TECHNOLOGY
(UNITS MM) (UNITS MM)
(UNITSPRECISION 2) (UNITSPRECISION 2)
(INTERLINEGAP 20) (INTERLINEGAP 20)
(BARLINEGAP 20) (BARLINEGAP 20)
(ALLOWBARTEXT) (ALLOWBARTEXT)
(ANGULARPRECISION 1) (ANGULARPRECISION 1)
(MAXPHYSLAYER 2) (MAXPHYSLAYER 2)
(DESIGNORIGIN (PT 0 0)) (DESIGNORIGIN (PT 0 0))
(DESIGNAREA (PT 0 0) (PT 100000000 100000000)) (DESIGNAREA (PT 0 0) (PT 100000000 100000000))
(PINNOOFFSET 50800) (PINNOOFFSET 50800)
(PINNOANGLE 0) (PINNOANGLE 0)
(DESIGNLIMIT (PT 100000000 100000000)) (DESIGNLIMIT (PT 100000000 100000000))
) )
) )
(LIBRARY (LIBRARY
(HIERARCHY (HIERARCHY
(ROOTFOLDER F0 "root" (ROOTFOLDER F0 "root"
(SYMDEFLIST L0) (SYMDEFLIST L0)
) )
) )
(SYMDEF L0 "533092070" "" (PT 50000000 50000000) (SYMDEF L0 "533092070" "" (PT 50000000 50000000)
(VERSION 1) (VERSION 1)
(FIGURE FIG0 LC14 LAY14 (FIGURE FIG0 LC14 LAY14
(OUTLINE (PT 49510000 50210000) (PT 50490000 50210000) (PT 50490000 49790000) (PT 49510000 49790000) (PT 49510000 50210000)) (OUTLINE (PT 49510000 50210000) (PT 50490000 50210000) (PT 50490000 49790000) (PT 49510000 49790000) (PT 49510000 50210000))
) )
(FIGURE FIG1 LC15 LAY12 (FIGURE FIG1 LC15 LAY12
(OUTLINE (PT 49410000 50392500) (PT 50590000 50392500) (PT 50590000 49602500) (PT 49410000 49602500) (PT 49410000 50392500)) (OUTLINE (PT 49410000 50392500) (PT 50590000 50392500) (PT 50590000 49602500) (PT 49410000 49602500) (PT 49410000 50392500))
) )
(FIGURE FIG2 LC11 LAY10 (FIGURE FIG2 LC11 LAY10
(OPENSHAPE (PT 50420000 50210000) (PT 50480000 50210000)) (OPENSHAPE (PT 50420000 50210000) (PT 50480000 50210000))
) )
(FIGURE FIG3 LC11 LAY10 (FIGURE FIG3 LC11 LAY10
(OPENSHAPE (PT 50480000 50210000) (PT 50490000 50210000)) (OPENSHAPE (PT 50480000 50210000) (PT 50490000 50210000))
) )
(FIGURE FIG4 LC11 LAY10 (FIGURE FIG4 LC11 LAY10
(OPENSHAPE (PT 50490000 50210000) (PT 50490000 49790000)) (OPENSHAPE (PT 50490000 50210000) (PT 50490000 49790000))
) )
(FIGURE FIG5 LC11 LAY10 (FIGURE FIG5 LC11 LAY10
(OPENSHAPE (PT 50490000 49790000) (PT 50420000 49790000)) (OPENSHAPE (PT 50490000 49790000) (PT 50420000 49790000))
) )
(FIGURE FIG6 LC11 LAY10 (FIGURE FIG6 LC11 LAY10
(OPENSHAPE (PT 49580000 50210000) (PT 49520000 50210000)) (OPENSHAPE (PT 49580000 50210000) (PT 49520000 50210000))
) )
(FIGURE FIG7 LC11 LAY10 (FIGURE FIG7 LC11 LAY10
(OPENSHAPE (PT 49520000 50210000) (PT 49510000 50210000)) (OPENSHAPE (PT 49520000 50210000) (PT 49510000 50210000))
) )
(FIGURE FIG8 LC11 LAY10 (FIGURE FIG8 LC11 LAY10
(OPENSHAPE (PT 49510000 50210000) (PT 49510000 49790000)) (OPENSHAPE (PT 49510000 50210000) (PT 49510000 49790000))
) )
(FIGURE FIG9 LC11 LAY10 (FIGURE FIG9 LC11 LAY10
(OPENSHAPE (PT 49510000 49790000) (PT 49580000 49790000)) (OPENSHAPE (PT 49510000 49790000) (PT 49580000 49790000))
) )
(FIGURE FIG10 LC11 LAY10 (FIGURE FIG10 LC11 LAY10
(OUTLINE (PT 50380000 50340000) (PT 50380000 50340000) (PT 50360000 50340000) (PT 50360000 50340000) (PT 50380000 50340000)) (OUTLINE (PT 50380000 50340000) (PT 50380000 50340000) (PT 50360000 50340000) (PT 50360000 50340000) (PT 50380000 50340000))
) )
(PAD 1 (PT 50360000 50227500) PC0 TOP (ORIENT 90000) (PAD 1 (PT 50360000 50227500) PC0 TOP (ORIENT 90000)
(FIRSTPAD) (FIRSTPAD)
(PADIDENTIFIER "1") (PADIDENTIFIER "1")
) )
(PAD 2 (PT 50360000 49772500) PC1 TOP (ORIENT 90000) (PAD 2 (PT 50360000 49772500) PC1 TOP (ORIENT 90000)
(PADIDENTIFIER "2") (PADIDENTIFIER "2")
) )
(PAD 3 (PT 50280000 50227500) PC0 TOP (ORIENT 90000) (PAD 3 (PT 50280000 50227500) PC0 TOP (ORIENT 90000)
(PADIDENTIFIER "3") (PADIDENTIFIER "3")
) )
(PAD 4 (PT 50280000 49772500) PC1 TOP (ORIENT 90000) (PAD 4 (PT 50280000 49772500) PC1 TOP (ORIENT 90000)
(PADIDENTIFIER "4") (PADIDENTIFIER "4")
) )
(PAD 5 (PT 50200000 50227500) PC0 TOP (ORIENT 90000) (PAD 5 (PT 50200000 50227500) PC0 TOP (ORIENT 90000)
(PADIDENTIFIER "5") (PADIDENTIFIER "5")
) )
(PAD 6 (PT 50200000 49772500) PC1 TOP (ORIENT 90000) (PAD 6 (PT 50200000 49772500) PC1 TOP (ORIENT 90000)
(PADIDENTIFIER "6") (PADIDENTIFIER "6")
) )
(PAD 7 (PT 50120000 50227500) PC0 TOP (ORIENT 90000) (PAD 7 (PT 50120000 50227500) PC0 TOP (ORIENT 90000)
(PADIDENTIFIER "7") (PADIDENTIFIER "7")
) )
(PAD 8 (PT 50120000 49772500) PC1 TOP (ORIENT 90000) (PAD 8 (PT 50120000 49772500) PC1 TOP (ORIENT 90000)
(PADIDENTIFIER "8") (PADIDENTIFIER "8")
) )
(PAD 9 (PT 50040000 50227500) PC0 TOP (ORIENT 90000) (PAD 9 (PT 50040000 50227500) PC0 TOP (ORIENT 90000)
(PADIDENTIFIER "9") (PADIDENTIFIER "9")
) )
(PAD 10 (PT 50040000 49772500) PC1 TOP (ORIENT 90000) (PAD 10 (PT 50040000 49772500) PC1 TOP (ORIENT 90000)
(PADIDENTIFIER "10") (PADIDENTIFIER "10")
) )
(PAD 11 (PT 49960000 50227500) PC0 TOP (ORIENT 90000) (PAD 11 (PT 49960000 50227500) PC0 TOP (ORIENT 90000)
(PADIDENTIFIER "11") (PADIDENTIFIER "11")
) )
(PAD 12 (PT 49960000 49772500) PC1 TOP (ORIENT 90000) (PAD 12 (PT 49960000 49772500) PC1 TOP (ORIENT 90000)
(PADIDENTIFIER "12") (PADIDENTIFIER "12")
) )
(PAD 13 (PT 49880000 50227500) PC0 TOP (ORIENT 90000) (PAD 13 (PT 49880000 50227500) PC0 TOP (ORIENT 90000)
(PADIDENTIFIER "13") (PADIDENTIFIER "13")
) )
(PAD 14 (PT 49880000 49772500) PC1 TOP (ORIENT 90000) (PAD 14 (PT 49880000 49772500) PC1 TOP (ORIENT 90000)
(PADIDENTIFIER "14") (PADIDENTIFIER "14")
) )
(PAD 15 (PT 49800000 50227500) PC0 TOP (ORIENT 90000) (PAD 15 (PT 49800000 50227500) PC0 TOP (ORIENT 90000)
(PADIDENTIFIER "15") (PADIDENTIFIER "15")
) )
(PAD 16 (PT 49800000 49772500) PC1 TOP (ORIENT 90000) (PAD 16 (PT 49800000 49772500) PC1 TOP (ORIENT 90000)
(PADIDENTIFIER "16") (PADIDENTIFIER "16")
) )
(PAD 17 (PT 49720000 50227500) PC0 TOP (ORIENT 90000) (PAD 17 (PT 49720000 50227500) PC0 TOP (ORIENT 90000)
(PADIDENTIFIER "17") (PADIDENTIFIER "17")
) )
(PAD 18 (PT 49720000 49772500) PC1 TOP (ORIENT 90000) (PAD 18 (PT 49720000 49772500) PC1 TOP (ORIENT 90000)
(PADIDENTIFIER "18") (PADIDENTIFIER "18")
) )
(PAD 19 (PT 49640000 50227500) PC0 TOP (ORIENT 90000) (PAD 19 (PT 49640000 50227500) PC0 TOP (ORIENT 90000)
(PADIDENTIFIER "19") (PADIDENTIFIER "19")
) )
(PAD 20 (PT 49640000 49772500) PC1 TOP (ORIENT 90000) (PAD 20 (PT 49640000 49772500) PC1 TOP (ORIENT 90000)
(PADIDENTIFIER "20") (PADIDENTIFIER "20")
) )
(TEXTLOC COMP_NAME TC10 LAY10 (PT 50000000 49997500) (TEXTLOC COMP_NAME TC10 LAY10 (PT 50000000 49997500)
(ALIGN CENTERCENTER) (ALIGN CENTERCENTER)
) )
) )
) )
) )

View File

@ -1,39 +1,39 @@
(part "53309-2070" (part "53309-2070"
(packageRef "533092070") (packageRef "533092070")
(interface (interface
(port "1" (symbPinId 1) (portName "1") (portType INOUT)) (port "1" (symbPinId 1) (portName "1") (portType INOUT))
(port "2" (symbPinId 2) (portName "2") (portType INOUT)) (port "2" (symbPinId 2) (portName "2") (portType INOUT))
(port "3" (symbPinId 3) (portName "3") (portType INOUT)) (port "3" (symbPinId 3) (portName "3") (portType INOUT))
(port "4" (symbPinId 4) (portName "4") (portType INOUT)) (port "4" (symbPinId 4) (portName "4") (portType INOUT))
(port "5" (symbPinId 5) (portName "5") (portType INOUT)) (port "5" (symbPinId 5) (portName "5") (portType INOUT))
(port "6" (symbPinId 6) (portName "6") (portType INOUT)) (port "6" (symbPinId 6) (portName "6") (portType INOUT))
(port "7" (symbPinId 7) (portName "7") (portType INOUT)) (port "7" (symbPinId 7) (portName "7") (portType INOUT))
(port "8" (symbPinId 8) (portName "8") (portType INOUT)) (port "8" (symbPinId 8) (portName "8") (portType INOUT))
(port "9" (symbPinId 9) (portName "9") (portType INOUT)) (port "9" (symbPinId 9) (portName "9") (portType INOUT))
(port "10" (symbPinId 10) (portName "10") (portType INOUT)) (port "10" (symbPinId 10) (portName "10") (portType INOUT))
(port "11" (symbPinId 11) (portName "11") (portType INOUT)) (port "11" (symbPinId 11) (portName "11") (portType INOUT))
(port "12" (symbPinId 12) (portName "12") (portType INOUT)) (port "12" (symbPinId 12) (portName "12") (portType INOUT))
(port "13" (symbPinId 13) (portName "13") (portType INOUT)) (port "13" (symbPinId 13) (portName "13") (portType INOUT))
(port "14" (symbPinId 14) (portName "14") (portType INOUT)) (port "14" (symbPinId 14) (portName "14") (portType INOUT))
(port "15" (symbPinId 15) (portName "15") (portType INOUT)) (port "15" (symbPinId 15) (portName "15") (portType INOUT))
(port "16" (symbPinId 16) (portName "16") (portType INOUT)) (port "16" (symbPinId 16) (portName "16") (portType INOUT))
(port "17" (symbPinId 17) (portName "17") (portType INOUT)) (port "17" (symbPinId 17) (portName "17") (portType INOUT))
(port "18" (symbPinId 18) (portName "18") (portType INOUT)) (port "18" (symbPinId 18) (portName "18") (portType INOUT))
(port "19" (symbPinId 19) (portName "19") (portType INOUT)) (port "19" (symbPinId 19) (portName "19") (portType INOUT))
(port "20" (symbPinId 20) (portName "20") (portType INOUT)) (port "20" (symbPinId 20) (portName "20") (portType INOUT))
) )
(partClass UNDEF) (partClass UNDEF)
(useInSchema Y) (useInSchema Y)
(useInLayout Y) (useInLayout Y)
(inPartsList Y) (inPartsList Y)
(partType NORMAL) (partType NORMAL)
(placeRestriction FREE) (placeRestriction FREE)
(property "compKind" "181") (property "compKind" "181")
(property "Mouser_Part_Number" "538-53309-2070") (property "Mouser_Part_Number" "538-53309-2070")
(property "Mouser_Price/Stock" "https://www.mouser.co.uk/ProductDetail/Molex/53309-2070?qs=9BfFgGvh7CfO11BRQ4L7fQ%3D%3D") (property "Mouser_Price/Stock" "https://www.mouser.co.uk/ProductDetail/Molex/53309-2070?qs=9BfFgGvh7CfO11BRQ4L7fQ%3D%3D")
(property "Manufacturer_Name" "Molex") (property "Manufacturer_Name" "Molex")
(property "Manufacturer_Part_Number" "53309-2070") (property "Manufacturer_Part_Number" "53309-2070")
(property "Description" "Board to Board & Mezzanine Connectors 0.8 BtB Wafer Assy R RA 20Ckt EmbsTp Pkg") (property "Description" "Board to Board & Mezzanine Connectors 0.8 BtB Wafer Assy R RA 20Ckt EmbsTp Pkg")
(property "Datasheet_Link" "https://componentsearchengine.com/Datasheets/1/53309-2070.pdf") (property "Datasheet_Link" "https://componentsearchengine.com/Datasheets/1/53309-2070.pdf")
(property "symbolName1" "53309-2070") (property "symbolName1" "53309-2070")
) )

View File

@ -1,304 +1,304 @@
LIB 53309-2070 LIB 53309-2070
ZONE 1 2 1 50.000 50.000 0.000 0.000 0 A 1 ZONE 1 2 1 50.000 50.000 0.000 0.000 0 A 1
GRID 1 1 1 1 1 1 1 4 GRID 1 1 1 1 1 1 1 4
SHT 1 1 1 0 20 18 22 SHT 1 1 1 0 20 18 22
PROP 0 componentType 1 PROP 0 componentType 1
parts parts
ENDPROP ENDPROP
PROP 0 componentKind 1 PROP 0 componentKind 1
181 181
ENDPROP ENDPROP
PROP 0 partName 1 PROP 0 partName 1
53309-2070 53309-2070
ENDPROP ENDPROP
VIEW 1 1 0 -1 -1 15 6 0 1.000 3 reference VIEW 1 1 0 -1 -1 15 6 0 1.000 3 reference
VIEW 1 1 0 -1 -1 15 4 0 1.000 3 partName VIEW 1 1 0 -1 -1 15 4 0 1.000 3 partName
ENDSHT ENDSHT
LINE 1 -1 -1 -1 0 0 0 LINE 1 -1 -1 -1 0 0 0
POINT - 4 2 POINT - 4 2
POINT - 14 2 POINT - 14 2
POINT - 14 -20 POINT - 14 -20
POINT - 4 -20 POINT - 4 -20
POINT - 4 2 POINT - 4 2
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 18 -18 POINT - 18 -18
POINT - 14 -18 POINT - 14 -18
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 0 -18 POINT - 0 -18
POINT - 4 -18 POINT - 4 -18
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 18 -16 POINT - 18 -16
POINT - 14 -16 POINT - 14 -16
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 0 -16 POINT - 0 -16
POINT - 4 -16 POINT - 4 -16
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 18 -14 POINT - 18 -14
POINT - 14 -14 POINT - 14 -14
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 0 -14 POINT - 0 -14
POINT - 4 -14 POINT - 4 -14
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 18 -12 POINT - 18 -12
POINT - 14 -12 POINT - 14 -12
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 0 -12 POINT - 0 -12
POINT - 4 -12 POINT - 4 -12
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 18 -10 POINT - 18 -10
POINT - 14 -10 POINT - 14 -10
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 0 -10 POINT - 0 -10
POINT - 4 -10 POINT - 4 -10
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 18 -8 POINT - 18 -8
POINT - 14 -8 POINT - 14 -8
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 0 -8 POINT - 0 -8
POINT - 4 -8 POINT - 4 -8
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 18 -6 POINT - 18 -6
POINT - 14 -6 POINT - 14 -6
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 0 -6 POINT - 0 -6
POINT - 4 -6 POINT - 4 -6
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 18 -4 POINT - 18 -4
POINT - 14 -4 POINT - 14 -4
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 0 -4 POINT - 0 -4
POINT - 4 -4 POINT - 4 -4
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 18 -2 POINT - 18 -2
POINT - 14 -2 POINT - 14 -2
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 0 -2 POINT - 0 -2
POINT - 4 -2 POINT - 4 -2
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 18 0 POINT - 18 0
POINT - 14 0 POINT - 14 0
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 0 0 POINT - 0 0
POINT - 4 0 POINT - 4 0
ENDLIN ENDLIN
PIN 1 1 18 -18 PIN 1 1 18 -18
PROP 0 pinLabel 1 PROP 0 pinLabel 1
1 1
ENDPROP ENDPROP
PROP 0 pinNumber 1 PROP 0 pinNumber 1
1 1
ENDPROP ENDPROP
VIEW 1 1 0 -1 -1 15.2 -17.6 0 1.000 0 pinNumber VIEW 1 1 0 -1 -1 15.2 -17.6 0 1.000 0 pinNumber
VIEW 2 1 0 -1 -1 13.4 -18 0 1.000 5 pinLabel VIEW 2 1 0 -1 -1 13.4 -18 0 1.000 5 pinLabel
ENDPIN ENDPIN
PIN 2 1 0 -18 PIN 2 1 0 -18
PROP 0 pinLabel 1 PROP 0 pinLabel 1
2 2
ENDPROP ENDPROP
PROP 0 pinNumber 1 PROP 0 pinNumber 1
2 2
ENDPROP ENDPROP
VIEW 1 1 0 -1 -1 2.8 -17.6 0 1.000 2 pinNumber VIEW 1 1 0 -1 -1 2.8 -17.6 0 1.000 2 pinNumber
VIEW 2 1 0 -1 -1 4.6 -18 0 1.000 3 pinLabel VIEW 2 1 0 -1 -1 4.6 -18 0 1.000 3 pinLabel
ENDPIN ENDPIN
PIN 3 1 18 -16 PIN 3 1 18 -16
PROP 0 pinLabel 1 PROP 0 pinLabel 1
3 3
ENDPROP ENDPROP
PROP 0 pinNumber 1 PROP 0 pinNumber 1
3 3
ENDPROP ENDPROP
VIEW 1 1 0 -1 -1 15.2 -15.6 0 1.000 0 pinNumber VIEW 1 1 0 -1 -1 15.2 -15.6 0 1.000 0 pinNumber
VIEW 2 1 0 -1 -1 13.4 -16 0 1.000 5 pinLabel VIEW 2 1 0 -1 -1 13.4 -16 0 1.000 5 pinLabel
ENDPIN ENDPIN
PIN 4 1 0 -16 PIN 4 1 0 -16
PROP 0 pinLabel 1 PROP 0 pinLabel 1
4 4
ENDPROP ENDPROP
PROP 0 pinNumber 1 PROP 0 pinNumber 1
4 4
ENDPROP ENDPROP
VIEW 1 1 0 -1 -1 2.8 -15.6 0 1.000 2 pinNumber VIEW 1 1 0 -1 -1 2.8 -15.6 0 1.000 2 pinNumber
VIEW 2 1 0 -1 -1 4.6 -16 0 1.000 3 pinLabel VIEW 2 1 0 -1 -1 4.6 -16 0 1.000 3 pinLabel
ENDPIN ENDPIN
PIN 5 1 18 -14 PIN 5 1 18 -14
PROP 0 pinLabel 1 PROP 0 pinLabel 1
5 5
ENDPROP ENDPROP
PROP 0 pinNumber 1 PROP 0 pinNumber 1
5 5
ENDPROP ENDPROP
VIEW 1 1 0 -1 -1 15.2 -13.6 0 1.000 0 pinNumber VIEW 1 1 0 -1 -1 15.2 -13.6 0 1.000 0 pinNumber
VIEW 2 1 0 -1 -1 13.4 -14 0 1.000 5 pinLabel VIEW 2 1 0 -1 -1 13.4 -14 0 1.000 5 pinLabel
ENDPIN ENDPIN
PIN 6 1 0 -14 PIN 6 1 0 -14
PROP 0 pinLabel 1 PROP 0 pinLabel 1
6 6
ENDPROP ENDPROP
PROP 0 pinNumber 1 PROP 0 pinNumber 1
6 6
ENDPROP ENDPROP
VIEW 1 1 0 -1 -1 2.8 -13.6 0 1.000 2 pinNumber VIEW 1 1 0 -1 -1 2.8 -13.6 0 1.000 2 pinNumber
VIEW 2 1 0 -1 -1 4.6 -14 0 1.000 3 pinLabel VIEW 2 1 0 -1 -1 4.6 -14 0 1.000 3 pinLabel
ENDPIN ENDPIN
PIN 7 1 18 -12 PIN 7 1 18 -12
PROP 0 pinLabel 1 PROP 0 pinLabel 1
7 7
ENDPROP ENDPROP
PROP 0 pinNumber 1 PROP 0 pinNumber 1
7 7
ENDPROP ENDPROP
VIEW 1 1 0 -1 -1 15.2 -11.6 0 1.000 0 pinNumber VIEW 1 1 0 -1 -1 15.2 -11.6 0 1.000 0 pinNumber
VIEW 2 1 0 -1 -1 13.4 -12 0 1.000 5 pinLabel VIEW 2 1 0 -1 -1 13.4 -12 0 1.000 5 pinLabel
ENDPIN ENDPIN
PIN 8 1 0 -12 PIN 8 1 0 -12
PROP 0 pinLabel 1 PROP 0 pinLabel 1
8 8
ENDPROP ENDPROP
PROP 0 pinNumber 1 PROP 0 pinNumber 1
8 8
ENDPROP ENDPROP
VIEW 1 1 0 -1 -1 2.8 -11.6 0 1.000 2 pinNumber VIEW 1 1 0 -1 -1 2.8 -11.6 0 1.000 2 pinNumber
VIEW 2 1 0 -1 -1 4.6 -12 0 1.000 3 pinLabel VIEW 2 1 0 -1 -1 4.6 -12 0 1.000 3 pinLabel
ENDPIN ENDPIN
PIN 9 1 18 -10 PIN 9 1 18 -10
PROP 0 pinLabel 1 PROP 0 pinLabel 1
9 9
ENDPROP ENDPROP
PROP 0 pinNumber 1 PROP 0 pinNumber 1
9 9
ENDPROP ENDPROP
VIEW 1 1 0 -1 -1 15.2 -9.6 0 1.000 0 pinNumber VIEW 1 1 0 -1 -1 15.2 -9.6 0 1.000 0 pinNumber
VIEW 2 1 0 -1 -1 13.4 -10 0 1.000 5 pinLabel VIEW 2 1 0 -1 -1 13.4 -10 0 1.000 5 pinLabel
ENDPIN ENDPIN
PIN 10 1 0 -10 PIN 10 1 0 -10
PROP 0 pinLabel 1 PROP 0 pinLabel 1
10 10
ENDPROP ENDPROP
PROP 0 pinNumber 1 PROP 0 pinNumber 1
10 10
ENDPROP ENDPROP
VIEW 1 1 0 -1 -1 2.8 -9.6 0 1.000 2 pinNumber VIEW 1 1 0 -1 -1 2.8 -9.6 0 1.000 2 pinNumber
VIEW 2 1 0 -1 -1 4.6 -10 0 1.000 3 pinLabel VIEW 2 1 0 -1 -1 4.6 -10 0 1.000 3 pinLabel
ENDPIN ENDPIN
PIN 11 1 18 -8 PIN 11 1 18 -8
PROP 0 pinLabel 1 PROP 0 pinLabel 1
11 11
ENDPROP ENDPROP
PROP 0 pinNumber 1 PROP 0 pinNumber 1
11 11
ENDPROP ENDPROP
VIEW 1 1 0 -1 -1 15.2 -7.6 0 1.000 0 pinNumber VIEW 1 1 0 -1 -1 15.2 -7.6 0 1.000 0 pinNumber
VIEW 2 1 0 -1 -1 13.4 -8 0 1.000 5 pinLabel VIEW 2 1 0 -1 -1 13.4 -8 0 1.000 5 pinLabel
ENDPIN ENDPIN
PIN 12 1 0 -8 PIN 12 1 0 -8
PROP 0 pinLabel 1 PROP 0 pinLabel 1
12 12
ENDPROP ENDPROP
PROP 0 pinNumber 1 PROP 0 pinNumber 1
12 12
ENDPROP ENDPROP
VIEW 1 1 0 -1 -1 2.8 -7.6 0 1.000 2 pinNumber VIEW 1 1 0 -1 -1 2.8 -7.6 0 1.000 2 pinNumber
VIEW 2 1 0 -1 -1 4.6 -8 0 1.000 3 pinLabel VIEW 2 1 0 -1 -1 4.6 -8 0 1.000 3 pinLabel
ENDPIN ENDPIN
PIN 13 1 18 -6 PIN 13 1 18 -6
PROP 0 pinLabel 1 PROP 0 pinLabel 1
13 13
ENDPROP ENDPROP
PROP 0 pinNumber 1 PROP 0 pinNumber 1
13 13
ENDPROP ENDPROP
VIEW 1 1 0 -1 -1 15.2 -5.6 0 1.000 0 pinNumber VIEW 1 1 0 -1 -1 15.2 -5.6 0 1.000 0 pinNumber
VIEW 2 1 0 -1 -1 13.4 -6 0 1.000 5 pinLabel VIEW 2 1 0 -1 -1 13.4 -6 0 1.000 5 pinLabel
ENDPIN ENDPIN
PIN 14 1 0 -6 PIN 14 1 0 -6
PROP 0 pinLabel 1 PROP 0 pinLabel 1
14 14
ENDPROP ENDPROP
PROP 0 pinNumber 1 PROP 0 pinNumber 1
14 14
ENDPROP ENDPROP
VIEW 1 1 0 -1 -1 2.8 -5.6 0 1.000 2 pinNumber VIEW 1 1 0 -1 -1 2.8 -5.6 0 1.000 2 pinNumber
VIEW 2 1 0 -1 -1 4.6 -6 0 1.000 3 pinLabel VIEW 2 1 0 -1 -1 4.6 -6 0 1.000 3 pinLabel
ENDPIN ENDPIN
PIN 15 1 18 -4 PIN 15 1 18 -4
PROP 0 pinLabel 1 PROP 0 pinLabel 1
15 15
ENDPROP ENDPROP
PROP 0 pinNumber 1 PROP 0 pinNumber 1
15 15
ENDPROP ENDPROP
VIEW 1 1 0 -1 -1 15.2 -3.6 0 1.000 0 pinNumber VIEW 1 1 0 -1 -1 15.2 -3.6 0 1.000 0 pinNumber
VIEW 2 1 0 -1 -1 13.4 -4 0 1.000 5 pinLabel VIEW 2 1 0 -1 -1 13.4 -4 0 1.000 5 pinLabel
ENDPIN ENDPIN
PIN 16 1 0 -4 PIN 16 1 0 -4
PROP 0 pinLabel 1 PROP 0 pinLabel 1
16 16
ENDPROP ENDPROP
PROP 0 pinNumber 1 PROP 0 pinNumber 1
16 16
ENDPROP ENDPROP
VIEW 1 1 0 -1 -1 2.8 -3.6 0 1.000 2 pinNumber VIEW 1 1 0 -1 -1 2.8 -3.6 0 1.000 2 pinNumber
VIEW 2 1 0 -1 -1 4.6 -4 0 1.000 3 pinLabel VIEW 2 1 0 -1 -1 4.6 -4 0 1.000 3 pinLabel
ENDPIN ENDPIN
PIN 17 1 18 -2 PIN 17 1 18 -2
PROP 0 pinLabel 1 PROP 0 pinLabel 1
17 17
ENDPROP ENDPROP
PROP 0 pinNumber 1 PROP 0 pinNumber 1
17 17
ENDPROP ENDPROP
VIEW 1 1 0 -1 -1 15.2 -1.6 0 1.000 0 pinNumber VIEW 1 1 0 -1 -1 15.2 -1.6 0 1.000 0 pinNumber
VIEW 2 1 0 -1 -1 13.4 -2 0 1.000 5 pinLabel VIEW 2 1 0 -1 -1 13.4 -2 0 1.000 5 pinLabel
ENDPIN ENDPIN
PIN 18 1 0 -2 PIN 18 1 0 -2
PROP 0 pinLabel 1 PROP 0 pinLabel 1
18 18
ENDPROP ENDPROP
PROP 0 pinNumber 1 PROP 0 pinNumber 1
18 18
ENDPROP ENDPROP
VIEW 1 1 0 -1 -1 2.8 -1.6 0 1.000 2 pinNumber VIEW 1 1 0 -1 -1 2.8 -1.6 0 1.000 2 pinNumber
VIEW 2 1 0 -1 -1 4.6 -2 0 1.000 3 pinLabel VIEW 2 1 0 -1 -1 4.6 -2 0 1.000 3 pinLabel
ENDPIN ENDPIN
PIN 19 1 18 0 PIN 19 1 18 0
PROP 0 pinLabel 1 PROP 0 pinLabel 1
19 19
ENDPROP ENDPROP
PROP 0 pinNumber 1 PROP 0 pinNumber 1
19 19
ENDPROP ENDPROP
VIEW 1 1 0 -1 -1 15.2 0.4 0 1.000 0 pinNumber VIEW 1 1 0 -1 -1 15.2 0.4 0 1.000 0 pinNumber
VIEW 2 1 0 -1 -1 13.4 0 0 1.000 5 pinLabel VIEW 2 1 0 -1 -1 13.4 0 0 1.000 5 pinLabel
ENDPIN ENDPIN
PIN 20 1 0 0 PIN 20 1 0 0
PROP 0 pinLabel 1 PROP 0 pinLabel 1
20 20
ENDPROP ENDPROP
PROP 0 pinNumber 1 PROP 0 pinNumber 1
20 20
ENDPROP ENDPROP
VIEW 1 1 0 -1 -1 2.8 0.4 0 1.000 2 pinNumber VIEW 1 1 0 -1 -1 2.8 0.4 0 1.000 2 pinNumber
VIEW 2 1 0 -1 -1 4.6 0 0 1.000 3 pinLabel VIEW 2 1 0 -1 -1 4.6 0 0 1.000 3 pinLabel
ENDPIN ENDPIN
ENDLIB ENDLIB

View File

@ -1,10 +1,10 @@
(unit MM) (unit MM)
(package "533092070" (package "533092070"
(type UNDEF) (type UNDEF)
(uver 2) (uver 2)
(mountForm default (mountForm default
(footprintRef "533092070") (footprintRef "533092070")
(spec "default") (spec "default")
) )
) )

View File

@ -1,39 +1,39 @@
(part "53309-2070" (part "53309-2070"
(packageRef "533092070") (packageRef "533092070")
(interface (interface
(port "1" (symbPinId 1) (portName "1") (portType INOUT)) (port "1" (symbPinId 1) (portName "1") (portType INOUT))
(port "2" (symbPinId 2) (portName "2") (portType INOUT)) (port "2" (symbPinId 2) (portName "2") (portType INOUT))
(port "3" (symbPinId 3) (portName "3") (portType INOUT)) (port "3" (symbPinId 3) (portName "3") (portType INOUT))
(port "4" (symbPinId 4) (portName "4") (portType INOUT)) (port "4" (symbPinId 4) (portName "4") (portType INOUT))
(port "5" (symbPinId 5) (portName "5") (portType INOUT)) (port "5" (symbPinId 5) (portName "5") (portType INOUT))
(port "6" (symbPinId 6) (portName "6") (portType INOUT)) (port "6" (symbPinId 6) (portName "6") (portType INOUT))
(port "7" (symbPinId 7) (portName "7") (portType INOUT)) (port "7" (symbPinId 7) (portName "7") (portType INOUT))
(port "8" (symbPinId 8) (portName "8") (portType INOUT)) (port "8" (symbPinId 8) (portName "8") (portType INOUT))
(port "9" (symbPinId 9) (portName "9") (portType INOUT)) (port "9" (symbPinId 9) (portName "9") (portType INOUT))
(port "10" (symbPinId 10) (portName "10") (portType INOUT)) (port "10" (symbPinId 10) (portName "10") (portType INOUT))
(port "11" (symbPinId 11) (portName "11") (portType INOUT)) (port "11" (symbPinId 11) (portName "11") (portType INOUT))
(port "12" (symbPinId 12) (portName "12") (portType INOUT)) (port "12" (symbPinId 12) (portName "12") (portType INOUT))
(port "13" (symbPinId 13) (portName "13") (portType INOUT)) (port "13" (symbPinId 13) (portName "13") (portType INOUT))
(port "14" (symbPinId 14) (portName "14") (portType INOUT)) (port "14" (symbPinId 14) (portName "14") (portType INOUT))
(port "15" (symbPinId 15) (portName "15") (portType INOUT)) (port "15" (symbPinId 15) (portName "15") (portType INOUT))
(port "16" (symbPinId 16) (portName "16") (portType INOUT)) (port "16" (symbPinId 16) (portName "16") (portType INOUT))
(port "17" (symbPinId 17) (portName "17") (portType INOUT)) (port "17" (symbPinId 17) (portName "17") (portType INOUT))
(port "18" (symbPinId 18) (portName "18") (portType INOUT)) (port "18" (symbPinId 18) (portName "18") (portType INOUT))
(port "19" (symbPinId 19) (portName "19") (portType INOUT)) (port "19" (symbPinId 19) (portName "19") (portType INOUT))
(port "20" (symbPinId 20) (portName "20") (portType INOUT)) (port "20" (symbPinId 20) (portName "20") (portType INOUT))
) )
(partClass UNDEF) (partClass UNDEF)
(useInSchema Y) (useInSchema Y)
(useInLayout Y) (useInLayout Y)
(inPartsList Y) (inPartsList Y)
(partType NORMAL) (partType NORMAL)
(placeRestriction FREE) (placeRestriction FREE)
(property "compKind" "181") (property "compKind" "181")
(property "Mouser_Part_Number" "538-53309-2070") (property "Mouser_Part_Number" "538-53309-2070")
(property "Mouser_Price/Stock" "https://www.mouser.co.uk/ProductDetail/Molex/53309-2070?qs=9BfFgGvh7CfO11BRQ4L7fQ%3D%3D") (property "Mouser_Price/Stock" "https://www.mouser.co.uk/ProductDetail/Molex/53309-2070?qs=9BfFgGvh7CfO11BRQ4L7fQ%3D%3D")
(property "Manufacturer_Name" "Molex") (property "Manufacturer_Name" "Molex")
(property "Manufacturer_Part_Number" "53309-2070") (property "Manufacturer_Part_Number" "53309-2070")
(property "Description" "Board to Board & Mezzanine Connectors 0.8 BtB Wafer Assy R RA 20Ckt EmbsTp Pkg") (property "Description" "Board to Board & Mezzanine Connectors 0.8 BtB Wafer Assy R RA 20Ckt EmbsTp Pkg")
(property "Datasheet_Link" "https://componentsearchengine.com/Datasheets/1/53309-2070.pdf") (property "Datasheet_Link" "https://componentsearchengine.com/Datasheets/1/53309-2070.pdf")
(property "symbolName1" "53309-2070") (property "symbolName1" "53309-2070")
) )

View File

@ -1,304 +1,304 @@
LIB 53309-2070 LIB 53309-2070
ZONE 1 2 1 50.000 50.000 0.000 0.000 0 A 1 ZONE 1 2 1 50.000 50.000 0.000 0.000 0 A 1
GRID 1 1 1 1 1 1 1 4 GRID 1 1 1 1 1 1 1 4
SHT 1 1 1 0 20 18 22 SHT 1 1 1 0 20 18 22
PROP 0 componentType 1 PROP 0 componentType 1
parts parts
ENDPROP ENDPROP
PROP 0 componentKind 1 PROP 0 componentKind 1
181 181
ENDPROP ENDPROP
PROP 0 partName 1 PROP 0 partName 1
53309-2070 53309-2070
ENDPROP ENDPROP
VIEW 1 1 0 -1 -1 15 6 0 1.000 3 reference VIEW 1 1 0 -1 -1 15 6 0 1.000 3 reference
VIEW 1 1 0 -1 -1 15 4 0 1.000 3 partName VIEW 1 1 0 -1 -1 15 4 0 1.000 3 partName
ENDSHT ENDSHT
LINE 1 -1 -1 -1 0 0 0 LINE 1 -1 -1 -1 0 0 0
POINT - 4 2 POINT - 4 2
POINT - 14 2 POINT - 14 2
POINT - 14 -20 POINT - 14 -20
POINT - 4 -20 POINT - 4 -20
POINT - 4 2 POINT - 4 2
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 18 -18 POINT - 18 -18
POINT - 14 -18 POINT - 14 -18
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 0 -18 POINT - 0 -18
POINT - 4 -18 POINT - 4 -18
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 18 -16 POINT - 18 -16
POINT - 14 -16 POINT - 14 -16
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 0 -16 POINT - 0 -16
POINT - 4 -16 POINT - 4 -16
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 18 -14 POINT - 18 -14
POINT - 14 -14 POINT - 14 -14
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 0 -14 POINT - 0 -14
POINT - 4 -14 POINT - 4 -14
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 18 -12 POINT - 18 -12
POINT - 14 -12 POINT - 14 -12
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 0 -12 POINT - 0 -12
POINT - 4 -12 POINT - 4 -12
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 18 -10 POINT - 18 -10
POINT - 14 -10 POINT - 14 -10
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 0 -10 POINT - 0 -10
POINT - 4 -10 POINT - 4 -10
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 18 -8 POINT - 18 -8
POINT - 14 -8 POINT - 14 -8
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 0 -8 POINT - 0 -8
POINT - 4 -8 POINT - 4 -8
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 18 -6 POINT - 18 -6
POINT - 14 -6 POINT - 14 -6
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 0 -6 POINT - 0 -6
POINT - 4 -6 POINT - 4 -6
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 18 -4 POINT - 18 -4
POINT - 14 -4 POINT - 14 -4
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 0 -4 POINT - 0 -4
POINT - 4 -4 POINT - 4 -4
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 18 -2 POINT - 18 -2
POINT - 14 -2 POINT - 14 -2
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 0 -2 POINT - 0 -2
POINT - 4 -2 POINT - 4 -2
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 18 0 POINT - 18 0
POINT - 14 0 POINT - 14 0
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 0 0 POINT - 0 0
POINT - 4 0 POINT - 4 0
ENDLIN ENDLIN
PIN 1 1 18 -18 PIN 1 1 18 -18
PROP 0 pinLabel 1 PROP 0 pinLabel 1
1 1
ENDPROP ENDPROP
PROP 0 pinNumber 1 PROP 0 pinNumber 1
1 1
ENDPROP ENDPROP
VIEW 1 1 0 -1 -1 15.2 -17.6 0 1.000 0 pinNumber VIEW 1 1 0 -1 -1 15.2 -17.6 0 1.000 0 pinNumber
VIEW 2 1 0 -1 -1 13.4 -18 0 1.000 5 pinLabel VIEW 2 1 0 -1 -1 13.4 -18 0 1.000 5 pinLabel
ENDPIN ENDPIN
PIN 2 1 0 -18 PIN 2 1 0 -18
PROP 0 pinLabel 1 PROP 0 pinLabel 1
2 2
ENDPROP ENDPROP
PROP 0 pinNumber 1 PROP 0 pinNumber 1
2 2
ENDPROP ENDPROP
VIEW 1 1 0 -1 -1 2.8 -17.6 0 1.000 2 pinNumber VIEW 1 1 0 -1 -1 2.8 -17.6 0 1.000 2 pinNumber
VIEW 2 1 0 -1 -1 4.6 -18 0 1.000 3 pinLabel VIEW 2 1 0 -1 -1 4.6 -18 0 1.000 3 pinLabel
ENDPIN ENDPIN
PIN 3 1 18 -16 PIN 3 1 18 -16
PROP 0 pinLabel 1 PROP 0 pinLabel 1
3 3
ENDPROP ENDPROP
PROP 0 pinNumber 1 PROP 0 pinNumber 1
3 3
ENDPROP ENDPROP
VIEW 1 1 0 -1 -1 15.2 -15.6 0 1.000 0 pinNumber VIEW 1 1 0 -1 -1 15.2 -15.6 0 1.000 0 pinNumber
VIEW 2 1 0 -1 -1 13.4 -16 0 1.000 5 pinLabel VIEW 2 1 0 -1 -1 13.4 -16 0 1.000 5 pinLabel
ENDPIN ENDPIN
PIN 4 1 0 -16 PIN 4 1 0 -16
PROP 0 pinLabel 1 PROP 0 pinLabel 1
4 4
ENDPROP ENDPROP
PROP 0 pinNumber 1 PROP 0 pinNumber 1
4 4
ENDPROP ENDPROP
VIEW 1 1 0 -1 -1 2.8 -15.6 0 1.000 2 pinNumber VIEW 1 1 0 -1 -1 2.8 -15.6 0 1.000 2 pinNumber
VIEW 2 1 0 -1 -1 4.6 -16 0 1.000 3 pinLabel VIEW 2 1 0 -1 -1 4.6 -16 0 1.000 3 pinLabel
ENDPIN ENDPIN
PIN 5 1 18 -14 PIN 5 1 18 -14
PROP 0 pinLabel 1 PROP 0 pinLabel 1
5 5
ENDPROP ENDPROP
PROP 0 pinNumber 1 PROP 0 pinNumber 1
5 5
ENDPROP ENDPROP
VIEW 1 1 0 -1 -1 15.2 -13.6 0 1.000 0 pinNumber VIEW 1 1 0 -1 -1 15.2 -13.6 0 1.000 0 pinNumber
VIEW 2 1 0 -1 -1 13.4 -14 0 1.000 5 pinLabel VIEW 2 1 0 -1 -1 13.4 -14 0 1.000 5 pinLabel
ENDPIN ENDPIN
PIN 6 1 0 -14 PIN 6 1 0 -14
PROP 0 pinLabel 1 PROP 0 pinLabel 1
6 6
ENDPROP ENDPROP
PROP 0 pinNumber 1 PROP 0 pinNumber 1
6 6
ENDPROP ENDPROP
VIEW 1 1 0 -1 -1 2.8 -13.6 0 1.000 2 pinNumber VIEW 1 1 0 -1 -1 2.8 -13.6 0 1.000 2 pinNumber
VIEW 2 1 0 -1 -1 4.6 -14 0 1.000 3 pinLabel VIEW 2 1 0 -1 -1 4.6 -14 0 1.000 3 pinLabel
ENDPIN ENDPIN
PIN 7 1 18 -12 PIN 7 1 18 -12
PROP 0 pinLabel 1 PROP 0 pinLabel 1
7 7
ENDPROP ENDPROP
PROP 0 pinNumber 1 PROP 0 pinNumber 1
7 7
ENDPROP ENDPROP
VIEW 1 1 0 -1 -1 15.2 -11.6 0 1.000 0 pinNumber VIEW 1 1 0 -1 -1 15.2 -11.6 0 1.000 0 pinNumber
VIEW 2 1 0 -1 -1 13.4 -12 0 1.000 5 pinLabel VIEW 2 1 0 -1 -1 13.4 -12 0 1.000 5 pinLabel
ENDPIN ENDPIN
PIN 8 1 0 -12 PIN 8 1 0 -12
PROP 0 pinLabel 1 PROP 0 pinLabel 1
8 8
ENDPROP ENDPROP
PROP 0 pinNumber 1 PROP 0 pinNumber 1
8 8
ENDPROP ENDPROP
VIEW 1 1 0 -1 -1 2.8 -11.6 0 1.000 2 pinNumber VIEW 1 1 0 -1 -1 2.8 -11.6 0 1.000 2 pinNumber
VIEW 2 1 0 -1 -1 4.6 -12 0 1.000 3 pinLabel VIEW 2 1 0 -1 -1 4.6 -12 0 1.000 3 pinLabel
ENDPIN ENDPIN
PIN 9 1 18 -10 PIN 9 1 18 -10
PROP 0 pinLabel 1 PROP 0 pinLabel 1
9 9
ENDPROP ENDPROP
PROP 0 pinNumber 1 PROP 0 pinNumber 1
9 9
ENDPROP ENDPROP
VIEW 1 1 0 -1 -1 15.2 -9.6 0 1.000 0 pinNumber VIEW 1 1 0 -1 -1 15.2 -9.6 0 1.000 0 pinNumber
VIEW 2 1 0 -1 -1 13.4 -10 0 1.000 5 pinLabel VIEW 2 1 0 -1 -1 13.4 -10 0 1.000 5 pinLabel
ENDPIN ENDPIN
PIN 10 1 0 -10 PIN 10 1 0 -10
PROP 0 pinLabel 1 PROP 0 pinLabel 1
10 10
ENDPROP ENDPROP
PROP 0 pinNumber 1 PROP 0 pinNumber 1
10 10
ENDPROP ENDPROP
VIEW 1 1 0 -1 -1 2.8 -9.6 0 1.000 2 pinNumber VIEW 1 1 0 -1 -1 2.8 -9.6 0 1.000 2 pinNumber
VIEW 2 1 0 -1 -1 4.6 -10 0 1.000 3 pinLabel VIEW 2 1 0 -1 -1 4.6 -10 0 1.000 3 pinLabel
ENDPIN ENDPIN
PIN 11 1 18 -8 PIN 11 1 18 -8
PROP 0 pinLabel 1 PROP 0 pinLabel 1
11 11
ENDPROP ENDPROP
PROP 0 pinNumber 1 PROP 0 pinNumber 1
11 11
ENDPROP ENDPROP
VIEW 1 1 0 -1 -1 15.2 -7.6 0 1.000 0 pinNumber VIEW 1 1 0 -1 -1 15.2 -7.6 0 1.000 0 pinNumber
VIEW 2 1 0 -1 -1 13.4 -8 0 1.000 5 pinLabel VIEW 2 1 0 -1 -1 13.4 -8 0 1.000 5 pinLabel
ENDPIN ENDPIN
PIN 12 1 0 -8 PIN 12 1 0 -8
PROP 0 pinLabel 1 PROP 0 pinLabel 1
12 12
ENDPROP ENDPROP
PROP 0 pinNumber 1 PROP 0 pinNumber 1
12 12
ENDPROP ENDPROP
VIEW 1 1 0 -1 -1 2.8 -7.6 0 1.000 2 pinNumber VIEW 1 1 0 -1 -1 2.8 -7.6 0 1.000 2 pinNumber
VIEW 2 1 0 -1 -1 4.6 -8 0 1.000 3 pinLabel VIEW 2 1 0 -1 -1 4.6 -8 0 1.000 3 pinLabel
ENDPIN ENDPIN
PIN 13 1 18 -6 PIN 13 1 18 -6
PROP 0 pinLabel 1 PROP 0 pinLabel 1
13 13
ENDPROP ENDPROP
PROP 0 pinNumber 1 PROP 0 pinNumber 1
13 13
ENDPROP ENDPROP
VIEW 1 1 0 -1 -1 15.2 -5.6 0 1.000 0 pinNumber VIEW 1 1 0 -1 -1 15.2 -5.6 0 1.000 0 pinNumber
VIEW 2 1 0 -1 -1 13.4 -6 0 1.000 5 pinLabel VIEW 2 1 0 -1 -1 13.4 -6 0 1.000 5 pinLabel
ENDPIN ENDPIN
PIN 14 1 0 -6 PIN 14 1 0 -6
PROP 0 pinLabel 1 PROP 0 pinLabel 1
14 14
ENDPROP ENDPROP
PROP 0 pinNumber 1 PROP 0 pinNumber 1
14 14
ENDPROP ENDPROP
VIEW 1 1 0 -1 -1 2.8 -5.6 0 1.000 2 pinNumber VIEW 1 1 0 -1 -1 2.8 -5.6 0 1.000 2 pinNumber
VIEW 2 1 0 -1 -1 4.6 -6 0 1.000 3 pinLabel VIEW 2 1 0 -1 -1 4.6 -6 0 1.000 3 pinLabel
ENDPIN ENDPIN
PIN 15 1 18 -4 PIN 15 1 18 -4
PROP 0 pinLabel 1 PROP 0 pinLabel 1
15 15
ENDPROP ENDPROP
PROP 0 pinNumber 1 PROP 0 pinNumber 1
15 15
ENDPROP ENDPROP
VIEW 1 1 0 -1 -1 15.2 -3.6 0 1.000 0 pinNumber VIEW 1 1 0 -1 -1 15.2 -3.6 0 1.000 0 pinNumber
VIEW 2 1 0 -1 -1 13.4 -4 0 1.000 5 pinLabel VIEW 2 1 0 -1 -1 13.4 -4 0 1.000 5 pinLabel
ENDPIN ENDPIN
PIN 16 1 0 -4 PIN 16 1 0 -4
PROP 0 pinLabel 1 PROP 0 pinLabel 1
16 16
ENDPROP ENDPROP
PROP 0 pinNumber 1 PROP 0 pinNumber 1
16 16
ENDPROP ENDPROP
VIEW 1 1 0 -1 -1 2.8 -3.6 0 1.000 2 pinNumber VIEW 1 1 0 -1 -1 2.8 -3.6 0 1.000 2 pinNumber
VIEW 2 1 0 -1 -1 4.6 -4 0 1.000 3 pinLabel VIEW 2 1 0 -1 -1 4.6 -4 0 1.000 3 pinLabel
ENDPIN ENDPIN
PIN 17 1 18 -2 PIN 17 1 18 -2
PROP 0 pinLabel 1 PROP 0 pinLabel 1
17 17
ENDPROP ENDPROP
PROP 0 pinNumber 1 PROP 0 pinNumber 1
17 17
ENDPROP ENDPROP
VIEW 1 1 0 -1 -1 15.2 -1.6 0 1.000 0 pinNumber VIEW 1 1 0 -1 -1 15.2 -1.6 0 1.000 0 pinNumber
VIEW 2 1 0 -1 -1 13.4 -2 0 1.000 5 pinLabel VIEW 2 1 0 -1 -1 13.4 -2 0 1.000 5 pinLabel
ENDPIN ENDPIN
PIN 18 1 0 -2 PIN 18 1 0 -2
PROP 0 pinLabel 1 PROP 0 pinLabel 1
18 18
ENDPROP ENDPROP
PROP 0 pinNumber 1 PROP 0 pinNumber 1
18 18
ENDPROP ENDPROP
VIEW 1 1 0 -1 -1 2.8 -1.6 0 1.000 2 pinNumber VIEW 1 1 0 -1 -1 2.8 -1.6 0 1.000 2 pinNumber
VIEW 2 1 0 -1 -1 4.6 -2 0 1.000 3 pinLabel VIEW 2 1 0 -1 -1 4.6 -2 0 1.000 3 pinLabel
ENDPIN ENDPIN
PIN 19 1 18 0 PIN 19 1 18 0
PROP 0 pinLabel 1 PROP 0 pinLabel 1
19 19
ENDPROP ENDPROP
PROP 0 pinNumber 1 PROP 0 pinNumber 1
19 19
ENDPROP ENDPROP
VIEW 1 1 0 -1 -1 15.2 0.4 0 1.000 0 pinNumber VIEW 1 1 0 -1 -1 15.2 0.4 0 1.000 0 pinNumber
VIEW 2 1 0 -1 -1 13.4 0 0 1.000 5 pinLabel VIEW 2 1 0 -1 -1 13.4 0 0 1.000 5 pinLabel
ENDPIN ENDPIN
PIN 20 1 0 0 PIN 20 1 0 0
PROP 0 pinLabel 1 PROP 0 pinLabel 1
20 20
ENDPROP ENDPROP
PROP 0 pinNumber 1 PROP 0 pinNumber 1
20 20
ENDPROP ENDPROP
VIEW 1 1 0 -1 -1 2.8 0.4 0 1.000 2 pinNumber VIEW 1 1 0 -1 -1 2.8 0.4 0 1.000 2 pinNumber
VIEW 2 1 0 -1 -1 4.6 0 0 1.000 3 pinLabel VIEW 2 1 0 -1 -1 4.6 0 0 1.000 3 pinLabel
ENDPIN ENDPIN
ENDLIB ENDLIB

View File

@ -1,10 +1,10 @@
(unit MM) (unit MM)
(package "533092070" (package "533092070"
(type UNDEF) (type UNDEF)
(uver 2) (uver 2)
(mountForm default (mountForm default
(footprintRef "533092070") (footprintRef "533092070")
(spec "default") (spec "default")
) )
) )

View File

@ -1,187 +1,187 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!--/1538906/1031803/2.50/20/0/Connector/--> <!--/1538906/1031803/2.50/20/0/Connector/-->
<!DOCTYPE curve SYSTEM "eagle.dtd"> <!DOCTYPE curve SYSTEM "eagle.dtd">
<eagle version="7.7.0"> <eagle version="7.7.0">
<drawing> <drawing>
<settings> <settings>
<setting alwaysvectorfont="no"/> <setting alwaysvectorfont="no"/>
<setting verticaltext="up"/> <setting verticaltext="up"/>
</settings> </settings>
<grid distance="0.1" unitdist="inch" unit="inch" style="lines" multiple="1" display="no" altdistance="0.01" altunitdist="inch" altunit="inch"/> <grid distance="0.1" unitdist="inch" unit="inch" style="lines" multiple="1" display="no" altdistance="0.01" altunitdist="inch" altunit="inch"/>
<layers> <layers>
<layer number="1" name="Top" color="4" fill="1" visible="yes" active="yes"/> <layer number="1" name="Top" color="4" fill="1" visible="yes" active="yes"/>
<layer number="16" name="Bottom" color="1" fill="1" visible="yes" active="yes"/> <layer number="16" name="Bottom" color="1" fill="1" visible="yes" active="yes"/>
<layer number="17" name="Pads" color="2" fill="1" visible="yes" active="yes"/> <layer number="17" name="Pads" color="2" fill="1" visible="yes" active="yes"/>
<layer number="18" name="Vias" color="2" fill="1" visible="yes" active="yes"/> <layer number="18" name="Vias" color="2" fill="1" visible="yes" active="yes"/>
<layer number="19" name="Unrouted" color="6" fill="1" visible="yes" active="yes"/> <layer number="19" name="Unrouted" color="6" fill="1" visible="yes" active="yes"/>
<layer number="20" name="Dimension" color="15" fill="1" visible="yes" active="yes"/> <layer number="20" name="Dimension" color="15" fill="1" visible="yes" active="yes"/>
<layer number="21" name="tPlace" color="7" fill="1" visible="yes" active="yes"/> <layer number="21" name="tPlace" color="7" fill="1" visible="yes" active="yes"/>
<layer number="22" name="bPlace" color="7" fill="1" visible="yes" active="yes"/> <layer number="22" name="bPlace" color="7" fill="1" visible="yes" active="yes"/>
<layer number="23" name="tOrigins" color="15" fill="1" visible="yes" active="yes"/> <layer number="23" name="tOrigins" color="15" fill="1" visible="yes" active="yes"/>
<layer number="24" name="bOrigins" color="15" fill="1" visible="yes" active="yes"/> <layer number="24" name="bOrigins" color="15" fill="1" visible="yes" active="yes"/>
<layer number="25" name="tNames" color="7" fill="1" visible="yes" active="yes"/> <layer number="25" name="tNames" color="7" fill="1" visible="yes" active="yes"/>
<layer number="26" name="bNames" color="7" fill="1" visible="yes" active="yes"/> <layer number="26" name="bNames" color="7" fill="1" visible="yes" active="yes"/>
<layer number="27" name="tValues" color="7" fill="1" visible="yes" active="yes"/> <layer number="27" name="tValues" color="7" fill="1" visible="yes" active="yes"/>
<layer number="28" name="bValues" color="7" fill="1" visible="yes" active="yes"/> <layer number="28" name="bValues" color="7" fill="1" visible="yes" active="yes"/>
<layer number="29" name="tStop" color="7" fill="3" visible="no" active="yes"/> <layer number="29" name="tStop" color="7" fill="3" visible="no" active="yes"/>
<layer number="30" name="bStop" color="7" fill="6" visible="no" active="yes"/> <layer number="30" name="bStop" color="7" fill="6" visible="no" active="yes"/>
<layer number="31" name="tCream" color="7" fill="4" visible="no" active="yes"/> <layer number="31" name="tCream" color="7" fill="4" visible="no" active="yes"/>
<layer number="32" name="bCream" color="7" fill="5" visible="no" active="yes"/> <layer number="32" name="bCream" color="7" fill="5" visible="no" active="yes"/>
<layer number="33" name="tFinish" color="6" fill="3" visible="no" active="yes"/> <layer number="33" name="tFinish" color="6" fill="3" visible="no" active="yes"/>
<layer number="34" name="bFinish" color="6" fill="6" visible="no" active="yes"/> <layer number="34" name="bFinish" color="6" fill="6" visible="no" active="yes"/>
<layer number="35" name="tGlue" color="7" fill="4" visible="no" active="yes"/> <layer number="35" name="tGlue" color="7" fill="4" visible="no" active="yes"/>
<layer number="36" name="bGlue" color="7" fill="5" visible="no" active="yes"/> <layer number="36" name="bGlue" color="7" fill="5" visible="no" active="yes"/>
<layer number="37" name="tTest" color="7" fill="1" visible="no" active="yes"/> <layer number="37" name="tTest" color="7" fill="1" visible="no" active="yes"/>
<layer number="38" name="bTest" color="7" fill="1" visible="no" active="yes"/> <layer number="38" name="bTest" color="7" fill="1" visible="no" active="yes"/>
<layer number="39" name="tKeepout" color="4" fill="11" visible="yes" active="yes"/> <layer number="39" name="tKeepout" color="4" fill="11" visible="yes" active="yes"/>
<layer number="40" name="bKeepout" color="1" fill="11" visible="yes" active="yes"/> <layer number="40" name="bKeepout" color="1" fill="11" visible="yes" active="yes"/>
<layer number="41" name="tRestrict" color="4" fill="10" visible="yes" active="yes"/> <layer number="41" name="tRestrict" color="4" fill="10" visible="yes" active="yes"/>
<layer number="42" name="bRestrict" color="1" fill="10" visible="yes" active="yes"/> <layer number="42" name="bRestrict" color="1" fill="10" visible="yes" active="yes"/>
<layer number="43" name="vRestrict" color="2" fill="10" visible="yes" active="yes"/> <layer number="43" name="vRestrict" color="2" fill="10" visible="yes" active="yes"/>
<layer number="44" name="Drills" color="7" fill="1" visible="no" active="yes"/> <layer number="44" name="Drills" color="7" fill="1" visible="no" active="yes"/>
<layer number="45" name="Holes" color="7" fill="1" visible="no" active="yes"/> <layer number="45" name="Holes" color="7" fill="1" visible="no" active="yes"/>
<layer number="46" name="Milling" color="3" fill="1" visible="no" active="yes"/> <layer number="46" name="Milling" color="3" fill="1" visible="no" active="yes"/>
<layer number="47" name="Measures" color="7" fill="1" visible="no" active="yes"/> <layer number="47" name="Measures" color="7" fill="1" visible="no" active="yes"/>
<layer number="48" name="Document" color="7" fill="1" visible="yes" active="yes"/> <layer number="48" name="Document" color="7" fill="1" visible="yes" active="yes"/>
<layer number="49" name="Reference" color="7" fill="1" visible="yes" active="yes"/> <layer number="49" name="Reference" color="7" fill="1" visible="yes" active="yes"/>
<layer number="51" name="tDocu" color="7" fill="1" visible="yes" active="yes"/> <layer number="51" name="tDocu" color="7" fill="1" visible="yes" active="yes"/>
<layer number="52" name="bDocu" color="7" fill="1" visible="yes" active="yes"/> <layer number="52" name="bDocu" color="7" fill="1" visible="yes" active="yes"/>
<layer number="90" name="Modules" color="5" fill="1" visible="yes" active="yes"/> <layer number="90" name="Modules" color="5" fill="1" visible="yes" active="yes"/>
<layer number="91" name="Nets" color="2" fill="1" visible="yes" active="yes"/> <layer number="91" name="Nets" color="2" fill="1" visible="yes" active="yes"/>
<layer number="92" name="Busses" color="1" fill="1" visible="yes" active="yes"/> <layer number="92" name="Busses" color="1" fill="1" visible="yes" active="yes"/>
<layer number="93" name="Pins" color="2" fill="1" visible="no" active="yes"/> <layer number="93" name="Pins" color="2" fill="1" visible="no" active="yes"/>
<layer number="94" name="Symbols" color="4" fill="1" visible="yes" active="yes"/> <layer number="94" name="Symbols" color="4" fill="1" visible="yes" active="yes"/>
<layer number="95" name="Names" color="7" fill="1" visible="yes" active="yes"/> <layer number="95" name="Names" color="7" fill="1" visible="yes" active="yes"/>
<layer number="96" name="Values" color="7" fill="1" visible="yes" active="yes"/> <layer number="96" name="Values" color="7" fill="1" visible="yes" active="yes"/>
<layer number="97" name="Info" color="7" fill="1" visible="yes" active="yes"/> <layer number="97" name="Info" color="7" fill="1" visible="yes" active="yes"/>
<layer number="98" name="Guide" color="6" fill="1" visible="yes" active="yes"/> <layer number="98" name="Guide" color="6" fill="1" visible="yes" active="yes"/>
</layers> </layers>
<library> <library>
<description>&lt;Board to Board &amp; Mezzanine Connectors 0.8 BtB Wafer Assy R RA 20Ckt EmbsTp Pkg&lt;/b&gt;&lt;p&gt; <description>&lt;Board to Board &amp; Mezzanine Connectors 0.8 BtB Wafer Assy R RA 20Ckt EmbsTp Pkg&lt;/b&gt;&lt;p&gt;
&lt;author&gt;Created by SamacSys&lt;/author&gt;</description> &lt;author&gt;Created by SamacSys&lt;/author&gt;</description>
<packages> <packages>
<package name="533092070"> <package name="533092070">
<description>&lt;b&gt;53309-2070-1&lt;/b&gt;&lt;br&gt; <description>&lt;b&gt;53309-2070-1&lt;/b&gt;&lt;br&gt;
</description> </description>
<smd name="1" x="3.600" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/> <smd name="1" x="3.600" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/>
<smd name="2" x="3.600" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/> <smd name="2" x="3.600" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/>
<smd name="3" x="2.800" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/> <smd name="3" x="2.800" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/>
<smd name="4" x="2.800" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/> <smd name="4" x="2.800" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/>
<smd name="5" x="2.000" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/> <smd name="5" x="2.000" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/>
<smd name="6" x="2.000" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/> <smd name="6" x="2.000" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/>
<smd name="7" x="1.200" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/> <smd name="7" x="1.200" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/>
<smd name="8" x="1.200" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/> <smd name="8" x="1.200" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/>
<smd name="9" x="0.400" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/> <smd name="9" x="0.400" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/>
<smd name="10" x="0.400" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/> <smd name="10" x="0.400" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/>
<smd name="11" x="-0.400" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/> <smd name="11" x="-0.400" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/>
<smd name="12" x="-0.400" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/> <smd name="12" x="-0.400" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/>
<smd name="13" x="-1.200" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/> <smd name="13" x="-1.200" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/>
<smd name="14" x="-1.200" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/> <smd name="14" x="-1.200" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/>
<smd name="15" x="-2.000" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/> <smd name="15" x="-2.000" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/>
<smd name="16" x="-2.000" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/> <smd name="16" x="-2.000" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/>
<smd name="17" x="-2.800" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/> <smd name="17" x="-2.800" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/>
<smd name="18" x="-2.800" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/> <smd name="18" x="-2.800" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/>
<smd name="19" x="-3.600" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/> <smd name="19" x="-3.600" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/>
<smd name="20" x="-3.600" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/> <smd name="20" x="-3.600" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/>
<text x="0.000" y="-0.025" align="center" size="1.27" layer="25" rot="R0" >&gt;NAME</text> <text x="0.000" y="-0.025" align="center" size="1.27" layer="25" rot="R0" >&gt;NAME</text>
<text x="0.000" y="-0.025" align="center" size="1.27" layer="27" rot="R0" >&gt;VALUE</text> <text x="0.000" y="-0.025" align="center" size="1.27" layer="27" rot="R0" >&gt;VALUE</text>
<wire x1="-4.9" y1="2.1" x2="4.9" y2="2.1" width="0.2" layer="51"/> <wire x1="-4.9" y1="2.1" x2="4.9" y2="2.1" width="0.2" layer="51"/>
<wire x1="4.9" y1="2.1" x2="4.9" y2="-2.1" width="0.2" layer="51"/> <wire x1="4.9" y1="2.1" x2="4.9" y2="-2.1" width="0.2" layer="51"/>
<wire x1="4.9" y1="-2.1" x2="-4.9" y2="-2.1" width="0.2" layer="51"/> <wire x1="4.9" y1="-2.1" x2="-4.9" y2="-2.1" width="0.2" layer="51"/>
<wire x1="-4.9" y1="-2.1" x2="-4.9" y2="2.1" width="0.2" layer="51"/> <wire x1="-4.9" y1="-2.1" x2="-4.9" y2="2.1" width="0.2" layer="51"/>
<wire x1="-5.9" y1="3.925" x2="5.9" y2="3.925" width="0.1" layer="51"/> <wire x1="-5.9" y1="3.925" x2="5.9" y2="3.925" width="0.1" layer="51"/>
<wire x1="5.9" y1="3.925" x2="5.9" y2="-3.975" width="0.1" layer="51"/> <wire x1="5.9" y1="3.925" x2="5.9" y2="-3.975" width="0.1" layer="51"/>
<wire x1="5.9" y1="-3.975" x2="-5.9" y2="-3.975" width="0.1" layer="51"/> <wire x1="5.9" y1="-3.975" x2="-5.9" y2="-3.975" width="0.1" layer="51"/>
<wire x1="-5.9" y1="-3.975" x2="-5.9" y2="3.925" width="0.1" layer="51"/> <wire x1="-5.9" y1="-3.975" x2="-5.9" y2="3.925" width="0.1" layer="51"/>
<wire x1="4.2" y1="2.1" x2="4.8" y2="2.1" width="0.1" layer="21"/> <wire x1="4.2" y1="2.1" x2="4.8" y2="2.1" width="0.1" layer="21"/>
<wire x1="4.8" y1="2.1" x2="4.9" y2="2.1" width="0.1" layer="21"/> <wire x1="4.8" y1="2.1" x2="4.9" y2="2.1" width="0.1" layer="21"/>
<wire x1="4.9" y1="2.1" x2="4.9" y2="-2.1" width="0.1" layer="21"/> <wire x1="4.9" y1="2.1" x2="4.9" y2="-2.1" width="0.1" layer="21"/>
<wire x1="4.9" y1="-2.1" x2="4.2" y2="-2.1" width="0.1" layer="21"/> <wire x1="4.9" y1="-2.1" x2="4.2" y2="-2.1" width="0.1" layer="21"/>
<wire x1="-4.2" y1="2.1" x2="-4.8" y2="2.1" width="0.1" layer="21"/> <wire x1="-4.2" y1="2.1" x2="-4.8" y2="2.1" width="0.1" layer="21"/>
<wire x1="-4.8" y1="2.1" x2="-4.9" y2="2.1" width="0.1" layer="21"/> <wire x1="-4.8" y1="2.1" x2="-4.9" y2="2.1" width="0.1" layer="21"/>
<wire x1="-4.9" y1="2.1" x2="-4.9" y2="-2.1" width="0.1" layer="21"/> <wire x1="-4.9" y1="2.1" x2="-4.9" y2="-2.1" width="0.1" layer="21"/>
<wire x1="-4.9" y1="-2.1" x2="-4.2" y2="-2.1" width="0.1" layer="21"/> <wire x1="-4.9" y1="-2.1" x2="-4.2" y2="-2.1" width="0.1" layer="21"/>
<wire x1="3.8" y1="3.4" x2="3.8" y2="3.4" width="0.2" layer="21"/> <wire x1="3.8" y1="3.4" x2="3.8" y2="3.4" width="0.2" layer="21"/>
<wire x1="3.800" y1="3.400" x2="3.600" y2="3.400" width="0.2" layer="21" curve="180.0"/> <wire x1="3.800" y1="3.400" x2="3.600" y2="3.400" width="0.2" layer="21" curve="180.0"/>
<wire x1="3.6" y1="3.4" x2="3.6" y2="3.4" width="0.2" layer="21"/> <wire x1="3.6" y1="3.4" x2="3.6" y2="3.4" width="0.2" layer="21"/>
<wire x1="3.600" y1="3.400" x2="3.800" y2="3.400" width="0.2" layer="21" curve="180.0"/> <wire x1="3.600" y1="3.400" x2="3.800" y2="3.400" width="0.2" layer="21" curve="180.0"/>
</package> </package>
</packages> </packages>
<symbols> <symbols>
<symbol name="53309-2070"> <symbol name="53309-2070">
<wire x1="5.08" y1="2.54" x2="17.78" y2="2.54" width="0.254" layer="94"/> <wire x1="5.08" y1="2.54" x2="17.78" y2="2.54" width="0.254" layer="94"/>
<wire x1="17.78" y1="-25.4" x2="17.78" y2="2.54" width="0.254" layer="94"/> <wire x1="17.78" y1="-25.4" x2="17.78" y2="2.54" width="0.254" layer="94"/>
<wire x1="17.78" y1="-25.4" x2="5.08" y2="-25.4" width="0.254" layer="94"/> <wire x1="17.78" y1="-25.4" x2="5.08" y2="-25.4" width="0.254" layer="94"/>
<wire x1="5.08" y1="2.54" x2="5.08" y2="-25.4" width="0.254" layer="94"/> <wire x1="5.08" y1="2.54" x2="5.08" y2="-25.4" width="0.254" layer="94"/>
<text x="19.05" y="7.62" align="center-left" size="1.778" layer="95">&gt;NAME</text> <text x="19.05" y="7.62" align="center-left" size="1.778" layer="95">&gt;NAME</text>
<text x="19.05" y="5.08" align="center-left" size="1.778" layer="96">&gt;VALUE</text> <text x="19.05" y="5.08" align="center-left" size="1.778" layer="96">&gt;VALUE</text>
<pin name="1" x="22.86" y="-22.86" length="middle" direction="io" rot="R180"/> <pin name="1" x="22.86" y="-22.86" length="middle" direction="io" rot="R180"/>
<pin name="2" x="0" y="-22.86" length="middle" direction="io" rot="R0"/> <pin name="2" x="0" y="-22.86" length="middle" direction="io" rot="R0"/>
<pin name="3" x="22.86" y="-20.32" length="middle" direction="io" rot="R180"/> <pin name="3" x="22.86" y="-20.32" length="middle" direction="io" rot="R180"/>
<pin name="4" x="0" y="-20.32" length="middle" direction="io" rot="R0"/> <pin name="4" x="0" y="-20.32" length="middle" direction="io" rot="R0"/>
<pin name="5" x="22.86" y="-17.78" length="middle" direction="io" rot="R180"/> <pin name="5" x="22.86" y="-17.78" length="middle" direction="io" rot="R180"/>
<pin name="6" x="0" y="-17.78" length="middle" direction="io" rot="R0"/> <pin name="6" x="0" y="-17.78" length="middle" direction="io" rot="R0"/>
<pin name="7" x="22.86" y="-15.24" length="middle" direction="io" rot="R180"/> <pin name="7" x="22.86" y="-15.24" length="middle" direction="io" rot="R180"/>
<pin name="8" x="0" y="-15.24" length="middle" direction="io" rot="R0"/> <pin name="8" x="0" y="-15.24" length="middle" direction="io" rot="R0"/>
<pin name="9" x="22.86" y="-12.7" length="middle" direction="io" rot="R180"/> <pin name="9" x="22.86" y="-12.7" length="middle" direction="io" rot="R180"/>
<pin name="10" x="0" y="-12.7" length="middle" direction="io" rot="R0"/> <pin name="10" x="0" y="-12.7" length="middle" direction="io" rot="R0"/>
<pin name="11" x="22.86" y="-10.16" length="middle" direction="io" rot="R180"/> <pin name="11" x="22.86" y="-10.16" length="middle" direction="io" rot="R180"/>
<pin name="12" x="0" y="-10.16" length="middle" direction="io" rot="R0"/> <pin name="12" x="0" y="-10.16" length="middle" direction="io" rot="R0"/>
<pin name="13" x="22.86" y="-7.62" length="middle" direction="io" rot="R180"/> <pin name="13" x="22.86" y="-7.62" length="middle" direction="io" rot="R180"/>
<pin name="14" x="0" y="-7.62" length="middle" direction="io" rot="R0"/> <pin name="14" x="0" y="-7.62" length="middle" direction="io" rot="R0"/>
<pin name="15" x="22.86" y="-5.08" length="middle" direction="io" rot="R180"/> <pin name="15" x="22.86" y="-5.08" length="middle" direction="io" rot="R180"/>
<pin name="16" x="0" y="-5.08" length="middle" direction="io" rot="R0"/> <pin name="16" x="0" y="-5.08" length="middle" direction="io" rot="R0"/>
<pin name="17" x="22.86" y="-2.54" length="middle" direction="io" rot="R180"/> <pin name="17" x="22.86" y="-2.54" length="middle" direction="io" rot="R180"/>
<pin name="18" x="0" y="-2.54" length="middle" direction="io" rot="R0"/> <pin name="18" x="0" y="-2.54" length="middle" direction="io" rot="R0"/>
<pin name="19" x="22.86" y="0" length="middle" direction="io" rot="R180"/> <pin name="19" x="22.86" y="0" length="middle" direction="io" rot="R180"/>
<pin name="20" x="0" y="0" length="middle" direction="io" rot="R0"/> <pin name="20" x="0" y="0" length="middle" direction="io" rot="R0"/>
</symbol> </symbol>
</symbols> </symbols>
<devicesets> <devicesets>
<deviceset name="53309-2070" prefix="J"> <deviceset name="53309-2070" prefix="J">
<description>&lt;b&gt;Board to Board &amp; Mezzanine Connectors 0.8 BtB Wafer Assy R RA 20Ckt EmbsTp Pkg&lt;/b&gt;&lt;p&gt; <description>&lt;b&gt;Board to Board &amp; Mezzanine Connectors 0.8 BtB Wafer Assy R RA 20Ckt EmbsTp Pkg&lt;/b&gt;&lt;p&gt;
Source: &lt;a href="https://componentsearchengine.com/Datasheets/1/53309-2070.pdf"&gt; Datasheet &lt;/a&gt;</description> Source: &lt;a href="https://componentsearchengine.com/Datasheets/1/53309-2070.pdf"&gt; Datasheet &lt;/a&gt;</description>
<gates> <gates>
<gate name="G$1" symbol="53309-2070" x="0" y="0"/> <gate name="G$1" symbol="53309-2070" x="0" y="0"/>
</gates> </gates>
<devices> <devices>
<device name="" package="533092070"> <device name="" package="533092070">
<connects> <connects>
<connect gate="G$1" pin="1" pad="1"/> <connect gate="G$1" pin="1" pad="1"/>
<connect gate="G$1" pin="2" pad="2"/> <connect gate="G$1" pin="2" pad="2"/>
<connect gate="G$1" pin="3" pad="3"/> <connect gate="G$1" pin="3" pad="3"/>
<connect gate="G$1" pin="4" pad="4"/> <connect gate="G$1" pin="4" pad="4"/>
<connect gate="G$1" pin="5" pad="5"/> <connect gate="G$1" pin="5" pad="5"/>
<connect gate="G$1" pin="6" pad="6"/> <connect gate="G$1" pin="6" pad="6"/>
<connect gate="G$1" pin="7" pad="7"/> <connect gate="G$1" pin="7" pad="7"/>
<connect gate="G$1" pin="8" pad="8"/> <connect gate="G$1" pin="8" pad="8"/>
<connect gate="G$1" pin="9" pad="9"/> <connect gate="G$1" pin="9" pad="9"/>
<connect gate="G$1" pin="10" pad="10"/> <connect gate="G$1" pin="10" pad="10"/>
<connect gate="G$1" pin="11" pad="11"/> <connect gate="G$1" pin="11" pad="11"/>
<connect gate="G$1" pin="12" pad="12"/> <connect gate="G$1" pin="12" pad="12"/>
<connect gate="G$1" pin="13" pad="13"/> <connect gate="G$1" pin="13" pad="13"/>
<connect gate="G$1" pin="14" pad="14"/> <connect gate="G$1" pin="14" pad="14"/>
<connect gate="G$1" pin="15" pad="15"/> <connect gate="G$1" pin="15" pad="15"/>
<connect gate="G$1" pin="16" pad="16"/> <connect gate="G$1" pin="16" pad="16"/>
<connect gate="G$1" pin="17" pad="17"/> <connect gate="G$1" pin="17" pad="17"/>
<connect gate="G$1" pin="18" pad="18"/> <connect gate="G$1" pin="18" pad="18"/>
<connect gate="G$1" pin="19" pad="19"/> <connect gate="G$1" pin="19" pad="19"/>
<connect gate="G$1" pin="20" pad="20"/> <connect gate="G$1" pin="20" pad="20"/>
</connects> </connects>
<technologies> <technologies>
<technology name=""> <technology name="">
<attribute name="Mouser_Part_Number" value="538-53309-2070" constant="no"/> <attribute name="Mouser_Part_Number" value="538-53309-2070" constant="no"/>
<attribute name="Mouser_Price-Stock" value="https://www.mouser.co.uk/ProductDetail/Molex/53309-2070?qs=9BfFgGvh7CfO11BRQ4L7fQ%3D%3D" constant="no"/> <attribute name="Mouser_Price-Stock" value="https://www.mouser.co.uk/ProductDetail/Molex/53309-2070?qs=9BfFgGvh7CfO11BRQ4L7fQ%3D%3D" constant="no"/>
<attribute name="Manufacturer_Name" value="Molex" constant="no"/> <attribute name="Manufacturer_Name" value="Molex" constant="no"/>
<attribute name="Manufacturer_Part_Number" value="53309-2070" constant="no"/> <attribute name="Manufacturer_Part_Number" value="53309-2070" constant="no"/>
<attribute name="Description" value="Board to Board &amp; Mezzanine Connectors 0.8 BtB Wafer Assy R RA 20Ckt EmbsTp Pkg" constant="no"/> <attribute name="Description" value="Board to Board &amp; Mezzanine Connectors 0.8 BtB Wafer Assy R RA 20Ckt EmbsTp Pkg" constant="no"/>
<attribute name="Height" value="4.9mm" constant="no"/> <attribute name="Height" value="4.9mm" constant="no"/>
</technology> </technology>
</technologies> </technologies>
</device> </device>
</devices> </devices>
</deviceset> </deviceset>
</devicesets> </devicesets>
</library> </library>
</drawing> </drawing>
</eagle> </eagle>

View File

@ -1,134 +1,134 @@
FILE_TYPE=LIBRARY_PARTS; FILE_TYPE=LIBRARY_PARTS;
PRIMITIVE '53309_2070','53309_2070_Other'; PRIMITIVE '53309_2070','53309_2070_Other';
PIN PIN
'1': '1':
PIN_NUMBER='(1)'; PIN_NUMBER='(1)';
NO_LOAD_CHECK=BOTH; NO_LOAD_CHECK=BOTH;
NO_IO_CHECK=BOTH; NO_IO_CHECK=BOTH;
ALLOW_CONNECT=TRUE; ALLOW_CONNECT=TRUE;
PINUSE='UNSPEC'; PINUSE='UNSPEC';
'2': '2':
PIN_NUMBER='(2)'; PIN_NUMBER='(2)';
NO_LOAD_CHECK=BOTH; NO_LOAD_CHECK=BOTH;
NO_IO_CHECK=BOTH; NO_IO_CHECK=BOTH;
ALLOW_CONNECT=TRUE; ALLOW_CONNECT=TRUE;
PINUSE='UNSPEC'; PINUSE='UNSPEC';
'3': '3':
PIN_NUMBER='(3)'; PIN_NUMBER='(3)';
NO_LOAD_CHECK=BOTH; NO_LOAD_CHECK=BOTH;
NO_IO_CHECK=BOTH; NO_IO_CHECK=BOTH;
ALLOW_CONNECT=TRUE; ALLOW_CONNECT=TRUE;
PINUSE='UNSPEC'; PINUSE='UNSPEC';
'4': '4':
PIN_NUMBER='(4)'; PIN_NUMBER='(4)';
NO_LOAD_CHECK=BOTH; NO_LOAD_CHECK=BOTH;
NO_IO_CHECK=BOTH; NO_IO_CHECK=BOTH;
ALLOW_CONNECT=TRUE; ALLOW_CONNECT=TRUE;
PINUSE='UNSPEC'; PINUSE='UNSPEC';
'5': '5':
PIN_NUMBER='(5)'; PIN_NUMBER='(5)';
NO_LOAD_CHECK=BOTH; NO_LOAD_CHECK=BOTH;
NO_IO_CHECK=BOTH; NO_IO_CHECK=BOTH;
ALLOW_CONNECT=TRUE; ALLOW_CONNECT=TRUE;
PINUSE='UNSPEC'; PINUSE='UNSPEC';
'6': '6':
PIN_NUMBER='(6)'; PIN_NUMBER='(6)';
NO_LOAD_CHECK=BOTH; NO_LOAD_CHECK=BOTH;
NO_IO_CHECK=BOTH; NO_IO_CHECK=BOTH;
ALLOW_CONNECT=TRUE; ALLOW_CONNECT=TRUE;
PINUSE='UNSPEC'; PINUSE='UNSPEC';
'7': '7':
PIN_NUMBER='(7)'; PIN_NUMBER='(7)';
NO_LOAD_CHECK=BOTH; NO_LOAD_CHECK=BOTH;
NO_IO_CHECK=BOTH; NO_IO_CHECK=BOTH;
ALLOW_CONNECT=TRUE; ALLOW_CONNECT=TRUE;
PINUSE='UNSPEC'; PINUSE='UNSPEC';
'8': '8':
PIN_NUMBER='(8)'; PIN_NUMBER='(8)';
NO_LOAD_CHECK=BOTH; NO_LOAD_CHECK=BOTH;
NO_IO_CHECK=BOTH; NO_IO_CHECK=BOTH;
ALLOW_CONNECT=TRUE; ALLOW_CONNECT=TRUE;
PINUSE='UNSPEC'; PINUSE='UNSPEC';
'9': '9':
PIN_NUMBER='(9)'; PIN_NUMBER='(9)';
NO_LOAD_CHECK=BOTH; NO_LOAD_CHECK=BOTH;
NO_IO_CHECK=BOTH; NO_IO_CHECK=BOTH;
ALLOW_CONNECT=TRUE; ALLOW_CONNECT=TRUE;
PINUSE='UNSPEC'; PINUSE='UNSPEC';
'10': '10':
PIN_NUMBER='(10)'; PIN_NUMBER='(10)';
NO_LOAD_CHECK=BOTH; NO_LOAD_CHECK=BOTH;
NO_IO_CHECK=BOTH; NO_IO_CHECK=BOTH;
ALLOW_CONNECT=TRUE; ALLOW_CONNECT=TRUE;
PINUSE='UNSPEC'; PINUSE='UNSPEC';
'11': '11':
PIN_NUMBER='(11)'; PIN_NUMBER='(11)';
NO_LOAD_CHECK=BOTH; NO_LOAD_CHECK=BOTH;
NO_IO_CHECK=BOTH; NO_IO_CHECK=BOTH;
ALLOW_CONNECT=TRUE; ALLOW_CONNECT=TRUE;
PINUSE='UNSPEC'; PINUSE='UNSPEC';
'12': '12':
PIN_NUMBER='(12)'; PIN_NUMBER='(12)';
NO_LOAD_CHECK=BOTH; NO_LOAD_CHECK=BOTH;
NO_IO_CHECK=BOTH; NO_IO_CHECK=BOTH;
ALLOW_CONNECT=TRUE; ALLOW_CONNECT=TRUE;
PINUSE='UNSPEC'; PINUSE='UNSPEC';
'13': '13':
PIN_NUMBER='(13)'; PIN_NUMBER='(13)';
NO_LOAD_CHECK=BOTH; NO_LOAD_CHECK=BOTH;
NO_IO_CHECK=BOTH; NO_IO_CHECK=BOTH;
ALLOW_CONNECT=TRUE; ALLOW_CONNECT=TRUE;
PINUSE='UNSPEC'; PINUSE='UNSPEC';
'14': '14':
PIN_NUMBER='(14)'; PIN_NUMBER='(14)';
NO_LOAD_CHECK=BOTH; NO_LOAD_CHECK=BOTH;
NO_IO_CHECK=BOTH; NO_IO_CHECK=BOTH;
ALLOW_CONNECT=TRUE; ALLOW_CONNECT=TRUE;
PINUSE='UNSPEC'; PINUSE='UNSPEC';
'15': '15':
PIN_NUMBER='(15)'; PIN_NUMBER='(15)';
NO_LOAD_CHECK=BOTH; NO_LOAD_CHECK=BOTH;
NO_IO_CHECK=BOTH; NO_IO_CHECK=BOTH;
ALLOW_CONNECT=TRUE; ALLOW_CONNECT=TRUE;
PINUSE='UNSPEC'; PINUSE='UNSPEC';
'16': '16':
PIN_NUMBER='(16)'; PIN_NUMBER='(16)';
NO_LOAD_CHECK=BOTH; NO_LOAD_CHECK=BOTH;
NO_IO_CHECK=BOTH; NO_IO_CHECK=BOTH;
ALLOW_CONNECT=TRUE; ALLOW_CONNECT=TRUE;
PINUSE='UNSPEC'; PINUSE='UNSPEC';
'17': '17':
PIN_NUMBER='(17)'; PIN_NUMBER='(17)';
NO_LOAD_CHECK=BOTH; NO_LOAD_CHECK=BOTH;
NO_IO_CHECK=BOTH; NO_IO_CHECK=BOTH;
ALLOW_CONNECT=TRUE; ALLOW_CONNECT=TRUE;
PINUSE='UNSPEC'; PINUSE='UNSPEC';
'18': '18':
PIN_NUMBER='(18)'; PIN_NUMBER='(18)';
NO_LOAD_CHECK=BOTH; NO_LOAD_CHECK=BOTH;
NO_IO_CHECK=BOTH; NO_IO_CHECK=BOTH;
ALLOW_CONNECT=TRUE; ALLOW_CONNECT=TRUE;
PINUSE='UNSPEC'; PINUSE='UNSPEC';
'19': '19':
PIN_NUMBER='(19)'; PIN_NUMBER='(19)';
NO_LOAD_CHECK=BOTH; NO_LOAD_CHECK=BOTH;
NO_IO_CHECK=BOTH; NO_IO_CHECK=BOTH;
ALLOW_CONNECT=TRUE; ALLOW_CONNECT=TRUE;
PINUSE='UNSPEC'; PINUSE='UNSPEC';
'20': '20':
PIN_NUMBER='(20)'; PIN_NUMBER='(20)';
NO_LOAD_CHECK=BOTH; NO_LOAD_CHECK=BOTH;
NO_IO_CHECK=BOTH; NO_IO_CHECK=BOTH;
ALLOW_CONNECT=TRUE; ALLOW_CONNECT=TRUE;
PINUSE='UNSPEC'; PINUSE='UNSPEC';
END_PIN; END_PIN;
BODY BODY
PART_NAME='53309_2070'; PART_NAME='53309_2070';
PHYS_DES_PREFIX='J'; PHYS_DES_PREFIX='J';
NO_LOAD_CHECK='TRUE'; NO_LOAD_CHECK='TRUE';
PIN_COUNT='20'; PIN_COUNT='20';
BODY_NAME='53309_2070'; BODY_NAME='53309_2070';
JEDEC_TYPE='533092070'; JEDEC_TYPE='533092070';
END_BODY; END_BODY;
END_PRIMITIVE; END_PRIMITIVE;
END. END.

View File

@ -1,11 +1,11 @@
FILE_TYPE = MULTI_PHYS_TABLE; FILE_TYPE = MULTI_PHYS_TABLE;
PART '53309_2070' PART '53309_2070'
CLASS = IO CLASS = IO
{========================================================================================} {========================================================================================}
:"MANUFACTURER_NAME", "MANUFACTURER_PART_NUMBER"= "PART_NUMBER", "JEDEC_TYPE", "PACK_TYPE", "MOUSER_PART_NUMBER", "MOUSER_PRICE/STOCK", "DESCRIPTION", "DATASHEET", "HEIGHT"; :"MANUFACTURER_NAME", "MANUFACTURER_PART_NUMBER"= "PART_NUMBER", "JEDEC_TYPE", "PACK_TYPE", "MOUSER_PART_NUMBER", "MOUSER_PRICE/STOCK", "DESCRIPTION", "DATASHEET", "HEIGHT";
{========================================================================================} {========================================================================================}
"Molex", "53309-2070" (!) = "", "533092070", "Other", "538-53309-2070", "https://www.mouser.co.uk/ProductDetail/Molex/53309-2070?qs=9BfFgGvh7CfO11BRQ4L7fQ%3D%3D", "Board to Board & Mezzanine Connectors 0.8 BtB Wafer Assy R RA 20Ckt EmbsTp Pkg", "https://componentsearchengine.com/Datasheets/1/53309-2070.pdf", "4.9 mm" "Molex", "53309-2070" (!) = "", "533092070", "Other", "538-53309-2070", "https://www.mouser.co.uk/ProductDetail/Molex/53309-2070?qs=9BfFgGvh7CfO11BRQ4L7fQ%3D%3D", "Board to Board & Mezzanine Connectors 0.8 BtB Wafer Assy R RA 20Ckt EmbsTp Pkg", "https://componentsearchengine.com/Datasheets/1/53309-2070.pdf", "4.9 mm"
END_PART END_PART
END. END.

View File

@ -1,67 +1,67 @@
C 900 -900 "1" 900 -900 0 0 60 0 R C 900 -900 "1" 900 -900 0 0 60 0 R
X "PIN_TEXT" "1" 670 -930 0 0.00 60 0 0 2 0 0 1 0 74 X "PIN_TEXT" "1" 670 -930 0 0.00 60 0 0 2 0 0 1 0 74
L 700 -900 900 -900 -1 0 L 700 -900 900 -900 -1 0
C 0 -900 "2" 0 -900 0 0 60 0 L C 0 -900 "2" 0 -900 0 0 60 0 L
X "PIN_TEXT" "2" 230 -930 0 0.00 60 0 0 0 0 0 1 0 74 X "PIN_TEXT" "2" 230 -930 0 0.00 60 0 0 0 0 0 1 0 74
L 200 -900 0 -900 -1 0 L 200 -900 0 -900 -1 0
C 900 -800 "3" 900 -800 0 0 60 0 R C 900 -800 "3" 900 -800 0 0 60 0 R
X "PIN_TEXT" "3" 670 -830 0 0.00 60 0 0 2 0 0 1 0 74 X "PIN_TEXT" "3" 670 -830 0 0.00 60 0 0 2 0 0 1 0 74
L 700 -800 900 -800 -1 0 L 700 -800 900 -800 -1 0
C 0 -800 "4" 0 -800 0 0 60 0 L C 0 -800 "4" 0 -800 0 0 60 0 L
X "PIN_TEXT" "4" 230 -830 0 0.00 60 0 0 0 0 0 1 0 74 X "PIN_TEXT" "4" 230 -830 0 0.00 60 0 0 0 0 0 1 0 74
L 200 -800 0 -800 -1 0 L 200 -800 0 -800 -1 0
C 900 -700 "5" 900 -700 0 0 60 0 R C 900 -700 "5" 900 -700 0 0 60 0 R
X "PIN_TEXT" "5" 670 -730 0 0.00 60 0 0 2 0 0 1 0 74 X "PIN_TEXT" "5" 670 -730 0 0.00 60 0 0 2 0 0 1 0 74
L 700 -700 900 -700 -1 0 L 700 -700 900 -700 -1 0
C 0 -700 "6" 0 -700 0 0 60 0 L C 0 -700 "6" 0 -700 0 0 60 0 L
X "PIN_TEXT" "6" 230 -730 0 0.00 60 0 0 0 0 0 1 0 74 X "PIN_TEXT" "6" 230 -730 0 0.00 60 0 0 0 0 0 1 0 74
L 200 -700 0 -700 -1 0 L 200 -700 0 -700 -1 0
C 900 -600 "7" 900 -600 0 0 60 0 R C 900 -600 "7" 900 -600 0 0 60 0 R
X "PIN_TEXT" "7" 670 -630 0 0.00 60 0 0 2 0 0 1 0 74 X "PIN_TEXT" "7" 670 -630 0 0.00 60 0 0 2 0 0 1 0 74
L 700 -600 900 -600 -1 0 L 700 -600 900 -600 -1 0
C 0 -600 "8" 0 -600 0 0 60 0 L C 0 -600 "8" 0 -600 0 0 60 0 L
X "PIN_TEXT" "8" 230 -630 0 0.00 60 0 0 0 0 0 1 0 74 X "PIN_TEXT" "8" 230 -630 0 0.00 60 0 0 0 0 0 1 0 74
L 200 -600 0 -600 -1 0 L 200 -600 0 -600 -1 0
C 900 -500 "9" 900 -500 0 0 60 0 R C 900 -500 "9" 900 -500 0 0 60 0 R
X "PIN_TEXT" "9" 670 -530 0 0.00 60 0 0 2 0 0 1 0 74 X "PIN_TEXT" "9" 670 -530 0 0.00 60 0 0 2 0 0 1 0 74
L 700 -500 900 -500 -1 0 L 700 -500 900 -500 -1 0
C 0 -500 "10" 0 -500 0 0 60 0 L C 0 -500 "10" 0 -500 0 0 60 0 L
X "PIN_TEXT" "10" 230 -530 0 0.00 60 0 0 0 0 0 1 0 74 X "PIN_TEXT" "10" 230 -530 0 0.00 60 0 0 0 0 0 1 0 74
L 200 -500 0 -500 -1 0 L 200 -500 0 -500 -1 0
C 900 -400 "11" 900 -400 0 0 60 0 R C 900 -400 "11" 900 -400 0 0 60 0 R
X "PIN_TEXT" "11" 670 -430 0 0.00 60 0 0 2 0 0 1 0 74 X "PIN_TEXT" "11" 670 -430 0 0.00 60 0 0 2 0 0 1 0 74
L 700 -400 900 -400 -1 0 L 700 -400 900 -400 -1 0
C 0 -400 "12" 0 -400 0 0 60 0 L C 0 -400 "12" 0 -400 0 0 60 0 L
X "PIN_TEXT" "12" 230 -430 0 0.00 60 0 0 0 0 0 1 0 74 X "PIN_TEXT" "12" 230 -430 0 0.00 60 0 0 0 0 0 1 0 74
L 200 -400 0 -400 -1 0 L 200 -400 0 -400 -1 0
C 900 -300 "13" 900 -300 0 0 60 0 R C 900 -300 "13" 900 -300 0 0 60 0 R
X "PIN_TEXT" "13" 670 -330 0 0.00 60 0 0 2 0 0 1 0 74 X "PIN_TEXT" "13" 670 -330 0 0.00 60 0 0 2 0 0 1 0 74
L 700 -300 900 -300 -1 0 L 700 -300 900 -300 -1 0
C 0 -300 "14" 0 -300 0 0 60 0 L C 0 -300 "14" 0 -300 0 0 60 0 L
X "PIN_TEXT" "14" 230 -330 0 0.00 60 0 0 0 0 0 1 0 74 X "PIN_TEXT" "14" 230 -330 0 0.00 60 0 0 0 0 0 1 0 74
L 200 -300 0 -300 -1 0 L 200 -300 0 -300 -1 0
C 900 -200 "15" 900 -200 0 0 60 0 R C 900 -200 "15" 900 -200 0 0 60 0 R
X "PIN_TEXT" "15" 670 -230 0 0.00 60 0 0 2 0 0 1 0 74 X "PIN_TEXT" "15" 670 -230 0 0.00 60 0 0 2 0 0 1 0 74
L 700 -200 900 -200 -1 0 L 700 -200 900 -200 -1 0
C 0 -200 "16" 0 -200 0 0 60 0 L C 0 -200 "16" 0 -200 0 0 60 0 L
X "PIN_TEXT" "16" 230 -230 0 0.00 60 0 0 0 0 0 1 0 74 X "PIN_TEXT" "16" 230 -230 0 0.00 60 0 0 0 0 0 1 0 74
L 200 -200 0 -200 -1 0 L 200 -200 0 -200 -1 0
C 900 -100 "17" 900 -100 0 0 60 0 R C 900 -100 "17" 900 -100 0 0 60 0 R
X "PIN_TEXT" "17" 670 -130 0 0.00 60 0 0 2 0 0 1 0 74 X "PIN_TEXT" "17" 670 -130 0 0.00 60 0 0 2 0 0 1 0 74
L 700 -100 900 -100 -1 0 L 700 -100 900 -100 -1 0
C 0 -100 "18" 0 -100 0 0 60 0 L C 0 -100 "18" 0 -100 0 0 60 0 L
X "PIN_TEXT" "18" 230 -130 0 0.00 60 0 0 0 0 0 1 0 74 X "PIN_TEXT" "18" 230 -130 0 0.00 60 0 0 0 0 0 1 0 74
L 200 -100 0 -100 -1 0 L 200 -100 0 -100 -1 0
C 900 0 "19" 900 0 0 0 60 0 R C 900 0 "19" 900 0 0 0 60 0 R
X "PIN_TEXT" "19" 670 -30 0 0.00 60 0 0 2 0 0 1 0 74 X "PIN_TEXT" "19" 670 -30 0 0.00 60 0 0 2 0 0 1 0 74
L 700 0 900 0 -1 0 L 700 0 900 0 -1 0
C 0 0 "20" 0 0 0 0 60 0 L C 0 0 "20" 0 0 0 0 60 0 L
X "PIN_TEXT" "20" 230 -30 0 0.00 60 0 0 0 0 0 1 0 74 X "PIN_TEXT" "20" 230 -30 0 0.00 60 0 0 0 0 0 1 0 74
L 200 0 0 0 -1 0 L 200 0 0 0 -1 0
L 200 100 700 100 -1 0 L 200 100 700 100 -1 0
L 700 -1000 700 100 -1 0 L 700 -1000 700 100 -1 0
L 700 -1000 200 -1000 -1 0 L 700 -1000 200 -1000 -1 0
L 200 100 200 -1000 -1 0 L 200 100 200 -1000 -1 0
P "$LOCATION" "?" 750 270 0 0 60 0 0 0 0 0 1 0 32 P "$LOCATION" "?" 750 270 0 0 60 0 0 0 0 0 1 0 32
P "PACK_TYPE" "?" 0 -50 0 0 100 0 0 1 0 0 0 0 32 P "PACK_TYPE" "?" 0 -50 0 0 100 0 0 1 0 0 0 0 32

View File

@ -1,221 +1,221 @@
SamacSys ECAD Model SamacSys ECAD Model
1538906/1031803/2.50/20/0/Connector 1538906/1031803/2.50/20/0/Connector
DESIGNSPARK_INTERMEDIATE_ASCII DESIGNSPARK_INTERMEDIATE_ASCII
(asciiHeader (asciiHeader
(fileUnits MM) (fileUnits MM)
) )
(library Library_1 (library Library_1
(padStyleDef "r130_55" (padStyleDef "r130_55"
(holeDiam 0) (holeDiam 0)
(padShape (layerNumRef 1) (padShapeType Rect) (shapeWidth 0.550) (shapeHeight 1.300)) (padShape (layerNumRef 1) (padShapeType Rect) (shapeWidth 0.550) (shapeHeight 1.300))
(padShape (layerNumRef 16) (padShapeType Ellipse) (shapeWidth 0) (shapeHeight 0)) (padShape (layerNumRef 16) (padShapeType Ellipse) (shapeWidth 0) (shapeHeight 0))
) )
(padStyleDef "r140_55" (padStyleDef "r140_55"
(holeDiam 0) (holeDiam 0)
(padShape (layerNumRef 1) (padShapeType Rect) (shapeWidth 0.550) (shapeHeight 1.400)) (padShape (layerNumRef 1) (padShapeType Rect) (shapeWidth 0.550) (shapeHeight 1.400))
(padShape (layerNumRef 16) (padShapeType Ellipse) (shapeWidth 0) (shapeHeight 0)) (padShape (layerNumRef 16) (padShapeType Ellipse) (shapeWidth 0) (shapeHeight 0))
) )
(textStyleDef "Default" (textStyleDef "Default"
(font (font
(fontType Stroke) (fontType Stroke)
(fontFace "Helvetica") (fontFace "Helvetica")
(fontHeight 50 mils) (fontHeight 50 mils)
(strokeWidth 5 mils) (strokeWidth 5 mils)
) )
) )
(patternDef "533092070" (originalName "533092070") (patternDef "533092070" (originalName "533092070")
(multiLayer (multiLayer
(pad (padNum 1) (padStyleRef r130_55) (pt 3.600, 2.275) (rotation 0)) (pad (padNum 1) (padStyleRef r130_55) (pt 3.600, 2.275) (rotation 0))
(pad (padNum 2) (padStyleRef r140_55) (pt 3.600, -2.275) (rotation 0)) (pad (padNum 2) (padStyleRef r140_55) (pt 3.600, -2.275) (rotation 0))
(pad (padNum 3) (padStyleRef r130_55) (pt 2.800, 2.275) (rotation 0)) (pad (padNum 3) (padStyleRef r130_55) (pt 2.800, 2.275) (rotation 0))
(pad (padNum 4) (padStyleRef r140_55) (pt 2.800, -2.275) (rotation 0)) (pad (padNum 4) (padStyleRef r140_55) (pt 2.800, -2.275) (rotation 0))
(pad (padNum 5) (padStyleRef r130_55) (pt 2.000, 2.275) (rotation 0)) (pad (padNum 5) (padStyleRef r130_55) (pt 2.000, 2.275) (rotation 0))
(pad (padNum 6) (padStyleRef r140_55) (pt 2.000, -2.275) (rotation 0)) (pad (padNum 6) (padStyleRef r140_55) (pt 2.000, -2.275) (rotation 0))
(pad (padNum 7) (padStyleRef r130_55) (pt 1.200, 2.275) (rotation 0)) (pad (padNum 7) (padStyleRef r130_55) (pt 1.200, 2.275) (rotation 0))
(pad (padNum 8) (padStyleRef r140_55) (pt 1.200, -2.275) (rotation 0)) (pad (padNum 8) (padStyleRef r140_55) (pt 1.200, -2.275) (rotation 0))
(pad (padNum 9) (padStyleRef r130_55) (pt 0.400, 2.275) (rotation 0)) (pad (padNum 9) (padStyleRef r130_55) (pt 0.400, 2.275) (rotation 0))
(pad (padNum 10) (padStyleRef r140_55) (pt 0.400, -2.275) (rotation 0)) (pad (padNum 10) (padStyleRef r140_55) (pt 0.400, -2.275) (rotation 0))
(pad (padNum 11) (padStyleRef r130_55) (pt -0.400, 2.275) (rotation 0)) (pad (padNum 11) (padStyleRef r130_55) (pt -0.400, 2.275) (rotation 0))
(pad (padNum 12) (padStyleRef r140_55) (pt -0.400, -2.275) (rotation 0)) (pad (padNum 12) (padStyleRef r140_55) (pt -0.400, -2.275) (rotation 0))
(pad (padNum 13) (padStyleRef r130_55) (pt -1.200, 2.275) (rotation 0)) (pad (padNum 13) (padStyleRef r130_55) (pt -1.200, 2.275) (rotation 0))
(pad (padNum 14) (padStyleRef r140_55) (pt -1.200, -2.275) (rotation 0)) (pad (padNum 14) (padStyleRef r140_55) (pt -1.200, -2.275) (rotation 0))
(pad (padNum 15) (padStyleRef r130_55) (pt -2.000, 2.275) (rotation 0)) (pad (padNum 15) (padStyleRef r130_55) (pt -2.000, 2.275) (rotation 0))
(pad (padNum 16) (padStyleRef r140_55) (pt -2.000, -2.275) (rotation 0)) (pad (padNum 16) (padStyleRef r140_55) (pt -2.000, -2.275) (rotation 0))
(pad (padNum 17) (padStyleRef r130_55) (pt -2.800, 2.275) (rotation 0)) (pad (padNum 17) (padStyleRef r130_55) (pt -2.800, 2.275) (rotation 0))
(pad (padNum 18) (padStyleRef r140_55) (pt -2.800, -2.275) (rotation 0)) (pad (padNum 18) (padStyleRef r140_55) (pt -2.800, -2.275) (rotation 0))
(pad (padNum 19) (padStyleRef r130_55) (pt -3.600, 2.275) (rotation 0)) (pad (padNum 19) (padStyleRef r130_55) (pt -3.600, 2.275) (rotation 0))
(pad (padNum 20) (padStyleRef r140_55) (pt -3.600, -2.275) (rotation 0)) (pad (padNum 20) (padStyleRef r140_55) (pt -3.600, -2.275) (rotation 0))
) )
(layerContents (layerNumRef 18) (layerContents (layerNumRef 18)
(attr "RefDes" "RefDes" (pt 0.000, -0.025) (textStyleRef "Default") (isVisible True)) (attr "RefDes" "RefDes" (pt 0.000, -0.025) (textStyleRef "Default") (isVisible True))
) )
(layerContents (layerNumRef 28) (layerContents (layerNumRef 28)
(line (pt -4.9 2.1) (pt 4.9 2.1) (width 0.2)) (line (pt -4.9 2.1) (pt 4.9 2.1) (width 0.2))
) )
(layerContents (layerNumRef 28) (layerContents (layerNumRef 28)
(line (pt 4.9 2.1) (pt 4.9 -2.1) (width 0.2)) (line (pt 4.9 2.1) (pt 4.9 -2.1) (width 0.2))
) )
(layerContents (layerNumRef 28) (layerContents (layerNumRef 28)
(line (pt 4.9 -2.1) (pt -4.9 -2.1) (width 0.2)) (line (pt 4.9 -2.1) (pt -4.9 -2.1) (width 0.2))
) )
(layerContents (layerNumRef 28) (layerContents (layerNumRef 28)
(line (pt -4.9 -2.1) (pt -4.9 2.1) (width 0.2)) (line (pt -4.9 -2.1) (pt -4.9 2.1) (width 0.2))
) )
(layerContents (layerNumRef 30) (layerContents (layerNumRef 30)
(line (pt -5.9 3.925) (pt 5.9 3.925) (width 0.1)) (line (pt -5.9 3.925) (pt 5.9 3.925) (width 0.1))
) )
(layerContents (layerNumRef 30) (layerContents (layerNumRef 30)
(line (pt 5.9 3.925) (pt 5.9 -3.975) (width 0.1)) (line (pt 5.9 3.925) (pt 5.9 -3.975) (width 0.1))
) )
(layerContents (layerNumRef 30) (layerContents (layerNumRef 30)
(line (pt 5.9 -3.975) (pt -5.9 -3.975) (width 0.1)) (line (pt 5.9 -3.975) (pt -5.9 -3.975) (width 0.1))
) )
(layerContents (layerNumRef 30) (layerContents (layerNumRef 30)
(line (pt -5.9 -3.975) (pt -5.9 3.925) (width 0.1)) (line (pt -5.9 -3.975) (pt -5.9 3.925) (width 0.1))
) )
(layerContents (layerNumRef 18) (layerContents (layerNumRef 18)
(line (pt 4.2 2.1) (pt 4.8 2.1) (width 0.1)) (line (pt 4.2 2.1) (pt 4.8 2.1) (width 0.1))
) )
(layerContents (layerNumRef 18) (layerContents (layerNumRef 18)
(line (pt 4.8 2.1) (pt 4.9 2.1) (width 0.1)) (line (pt 4.8 2.1) (pt 4.9 2.1) (width 0.1))
) )
(layerContents (layerNumRef 18) (layerContents (layerNumRef 18)
(line (pt 4.9 2.1) (pt 4.9 -2.1) (width 0.1)) (line (pt 4.9 2.1) (pt 4.9 -2.1) (width 0.1))
) )
(layerContents (layerNumRef 18) (layerContents (layerNumRef 18)
(line (pt 4.9 -2.1) (pt 4.2 -2.1) (width 0.1)) (line (pt 4.9 -2.1) (pt 4.2 -2.1) (width 0.1))
) )
(layerContents (layerNumRef 18) (layerContents (layerNumRef 18)
(line (pt -4.2 2.1) (pt -4.8 2.1) (width 0.1)) (line (pt -4.2 2.1) (pt -4.8 2.1) (width 0.1))
) )
(layerContents (layerNumRef 18) (layerContents (layerNumRef 18)
(line (pt -4.8 2.1) (pt -4.9 2.1) (width 0.1)) (line (pt -4.8 2.1) (pt -4.9 2.1) (width 0.1))
) )
(layerContents (layerNumRef 18) (layerContents (layerNumRef 18)
(line (pt -4.9 2.1) (pt -4.9 -2.1) (width 0.1)) (line (pt -4.9 2.1) (pt -4.9 -2.1) (width 0.1))
) )
(layerContents (layerNumRef 18) (layerContents (layerNumRef 18)
(line (pt -4.9 -2.1) (pt -4.2 -2.1) (width 0.1)) (line (pt -4.9 -2.1) (pt -4.2 -2.1) (width 0.1))
) )
(layerContents (layerNumRef 18) (layerContents (layerNumRef 18)
(line (pt 3.8 3.4) (pt 3.8 3.4) (width 0.2)) (line (pt 3.8 3.4) (pt 3.8 3.4) (width 0.2))
) )
(layerContents (layerNumRef 18) (layerContents (layerNumRef 18)
(arc (pt 3.7, 3.4) (radius 0.1) (startAngle .0) (sweepAngle 180.0) (width 0.2)) (arc (pt 3.7, 3.4) (radius 0.1) (startAngle .0) (sweepAngle 180.0) (width 0.2))
) )
(layerContents (layerNumRef 18) (layerContents (layerNumRef 18)
(line (pt 3.6 3.4) (pt 3.6 3.4) (width 0.2)) (line (pt 3.6 3.4) (pt 3.6 3.4) (width 0.2))
) )
(layerContents (layerNumRef 18) (layerContents (layerNumRef 18)
(arc (pt 3.7, 3.4) (radius 0.1) (startAngle 180.0) (sweepAngle 180.0) (width 0.2)) (arc (pt 3.7, 3.4) (radius 0.1) (startAngle 180.0) (sweepAngle 180.0) (width 0.2))
) )
) )
(symbolDef "53309-2070" (originalName "53309-2070") (symbolDef "53309-2070" (originalName "53309-2070")
(pin (pinNum 1) (pt 900 mils -900 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -925 mils) (rotation 0]) (justify "Right") (textStyleRef "Default")) (pin (pinNum 1) (pt 900 mils -900 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -925 mils) (rotation 0]) (justify "Right") (textStyleRef "Default"))
)) ))
(pin (pinNum 2) (pt 0 mils -900 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -925 mils) (rotation 0]) (justify "Left") (textStyleRef "Default")) (pin (pinNum 2) (pt 0 mils -900 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -925 mils) (rotation 0]) (justify "Left") (textStyleRef "Default"))
)) ))
(pin (pinNum 3) (pt 900 mils -800 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -825 mils) (rotation 0]) (justify "Right") (textStyleRef "Default")) (pin (pinNum 3) (pt 900 mils -800 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -825 mils) (rotation 0]) (justify "Right") (textStyleRef "Default"))
)) ))
(pin (pinNum 4) (pt 0 mils -800 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -825 mils) (rotation 0]) (justify "Left") (textStyleRef "Default")) (pin (pinNum 4) (pt 0 mils -800 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -825 mils) (rotation 0]) (justify "Left") (textStyleRef "Default"))
)) ))
(pin (pinNum 5) (pt 900 mils -700 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -725 mils) (rotation 0]) (justify "Right") (textStyleRef "Default")) (pin (pinNum 5) (pt 900 mils -700 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -725 mils) (rotation 0]) (justify "Right") (textStyleRef "Default"))
)) ))
(pin (pinNum 6) (pt 0 mils -700 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -725 mils) (rotation 0]) (justify "Left") (textStyleRef "Default")) (pin (pinNum 6) (pt 0 mils -700 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -725 mils) (rotation 0]) (justify "Left") (textStyleRef "Default"))
)) ))
(pin (pinNum 7) (pt 900 mils -600 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -625 mils) (rotation 0]) (justify "Right") (textStyleRef "Default")) (pin (pinNum 7) (pt 900 mils -600 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -625 mils) (rotation 0]) (justify "Right") (textStyleRef "Default"))
)) ))
(pin (pinNum 8) (pt 0 mils -600 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -625 mils) (rotation 0]) (justify "Left") (textStyleRef "Default")) (pin (pinNum 8) (pt 0 mils -600 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -625 mils) (rotation 0]) (justify "Left") (textStyleRef "Default"))
)) ))
(pin (pinNum 9) (pt 900 mils -500 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -525 mils) (rotation 0]) (justify "Right") (textStyleRef "Default")) (pin (pinNum 9) (pt 900 mils -500 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -525 mils) (rotation 0]) (justify "Right") (textStyleRef "Default"))
)) ))
(pin (pinNum 10) (pt 0 mils -500 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -525 mils) (rotation 0]) (justify "Left") (textStyleRef "Default")) (pin (pinNum 10) (pt 0 mils -500 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -525 mils) (rotation 0]) (justify "Left") (textStyleRef "Default"))
)) ))
(pin (pinNum 11) (pt 900 mils -400 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -425 mils) (rotation 0]) (justify "Right") (textStyleRef "Default")) (pin (pinNum 11) (pt 900 mils -400 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -425 mils) (rotation 0]) (justify "Right") (textStyleRef "Default"))
)) ))
(pin (pinNum 12) (pt 0 mils -400 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -425 mils) (rotation 0]) (justify "Left") (textStyleRef "Default")) (pin (pinNum 12) (pt 0 mils -400 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -425 mils) (rotation 0]) (justify "Left") (textStyleRef "Default"))
)) ))
(pin (pinNum 13) (pt 900 mils -300 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -325 mils) (rotation 0]) (justify "Right") (textStyleRef "Default")) (pin (pinNum 13) (pt 900 mils -300 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -325 mils) (rotation 0]) (justify "Right") (textStyleRef "Default"))
)) ))
(pin (pinNum 14) (pt 0 mils -300 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -325 mils) (rotation 0]) (justify "Left") (textStyleRef "Default")) (pin (pinNum 14) (pt 0 mils -300 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -325 mils) (rotation 0]) (justify "Left") (textStyleRef "Default"))
)) ))
(pin (pinNum 15) (pt 900 mils -200 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -225 mils) (rotation 0]) (justify "Right") (textStyleRef "Default")) (pin (pinNum 15) (pt 900 mils -200 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -225 mils) (rotation 0]) (justify "Right") (textStyleRef "Default"))
)) ))
(pin (pinNum 16) (pt 0 mils -200 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -225 mils) (rotation 0]) (justify "Left") (textStyleRef "Default")) (pin (pinNum 16) (pt 0 mils -200 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -225 mils) (rotation 0]) (justify "Left") (textStyleRef "Default"))
)) ))
(pin (pinNum 17) (pt 900 mils -100 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -125 mils) (rotation 0]) (justify "Right") (textStyleRef "Default")) (pin (pinNum 17) (pt 900 mils -100 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -125 mils) (rotation 0]) (justify "Right") (textStyleRef "Default"))
)) ))
(pin (pinNum 18) (pt 0 mils -100 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -125 mils) (rotation 0]) (justify "Left") (textStyleRef "Default")) (pin (pinNum 18) (pt 0 mils -100 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -125 mils) (rotation 0]) (justify "Left") (textStyleRef "Default"))
)) ))
(pin (pinNum 19) (pt 900 mils 0 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -25 mils) (rotation 0]) (justify "Right") (textStyleRef "Default")) (pin (pinNum 19) (pt 900 mils 0 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -25 mils) (rotation 0]) (justify "Right") (textStyleRef "Default"))
)) ))
(pin (pinNum 20) (pt 0 mils 0 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -25 mils) (rotation 0]) (justify "Left") (textStyleRef "Default")) (pin (pinNum 20) (pt 0 mils 0 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -25 mils) (rotation 0]) (justify "Left") (textStyleRef "Default"))
)) ))
(line (pt 200 mils 100 mils) (pt 700 mils 100 mils) (width 6 mils)) (line (pt 200 mils 100 mils) (pt 700 mils 100 mils) (width 6 mils))
(line (pt 700 mils 100 mils) (pt 700 mils -1000 mils) (width 6 mils)) (line (pt 700 mils 100 mils) (pt 700 mils -1000 mils) (width 6 mils))
(line (pt 700 mils -1000 mils) (pt 200 mils -1000 mils) (width 6 mils)) (line (pt 700 mils -1000 mils) (pt 200 mils -1000 mils) (width 6 mils))
(line (pt 200 mils -1000 mils) (pt 200 mils 100 mils) (width 6 mils)) (line (pt 200 mils -1000 mils) (pt 200 mils 100 mils) (width 6 mils))
(attr "RefDes" "RefDes" (pt 750 mils 300 mils) (justify Left) (isVisible True) (textStyleRef "Default")) (attr "RefDes" "RefDes" (pt 750 mils 300 mils) (justify Left) (isVisible True) (textStyleRef "Default"))
) )
(compDef "53309-2070" (originalName "53309-2070") (compHeader (numPins 20) (numParts 1) (refDesPrefix J) (compDef "53309-2070" (originalName "53309-2070") (compHeader (numPins 20) (numParts 1) (refDesPrefix J)
) )
(compPin "1" (pinName "1") (partNum 1) (symPinNum 1) (gateEq 0) (pinEq 0) (pinType Bidirectional)) (compPin "1" (pinName "1") (partNum 1) (symPinNum 1) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "2" (pinName "2") (partNum 1) (symPinNum 2) (gateEq 0) (pinEq 0) (pinType Bidirectional)) (compPin "2" (pinName "2") (partNum 1) (symPinNum 2) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "3" (pinName "3") (partNum 1) (symPinNum 3) (gateEq 0) (pinEq 0) (pinType Bidirectional)) (compPin "3" (pinName "3") (partNum 1) (symPinNum 3) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "4" (pinName "4") (partNum 1) (symPinNum 4) (gateEq 0) (pinEq 0) (pinType Bidirectional)) (compPin "4" (pinName "4") (partNum 1) (symPinNum 4) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "5" (pinName "5") (partNum 1) (symPinNum 5) (gateEq 0) (pinEq 0) (pinType Bidirectional)) (compPin "5" (pinName "5") (partNum 1) (symPinNum 5) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "6" (pinName "6") (partNum 1) (symPinNum 6) (gateEq 0) (pinEq 0) (pinType Bidirectional)) (compPin "6" (pinName "6") (partNum 1) (symPinNum 6) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "7" (pinName "7") (partNum 1) (symPinNum 7) (gateEq 0) (pinEq 0) (pinType Bidirectional)) (compPin "7" (pinName "7") (partNum 1) (symPinNum 7) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "8" (pinName "8") (partNum 1) (symPinNum 8) (gateEq 0) (pinEq 0) (pinType Bidirectional)) (compPin "8" (pinName "8") (partNum 1) (symPinNum 8) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "9" (pinName "9") (partNum 1) (symPinNum 9) (gateEq 0) (pinEq 0) (pinType Bidirectional)) (compPin "9" (pinName "9") (partNum 1) (symPinNum 9) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "10" (pinName "10") (partNum 1) (symPinNum 10) (gateEq 0) (pinEq 0) (pinType Bidirectional)) (compPin "10" (pinName "10") (partNum 1) (symPinNum 10) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "11" (pinName "11") (partNum 1) (symPinNum 11) (gateEq 0) (pinEq 0) (pinType Bidirectional)) (compPin "11" (pinName "11") (partNum 1) (symPinNum 11) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "12" (pinName "12") (partNum 1) (symPinNum 12) (gateEq 0) (pinEq 0) (pinType Bidirectional)) (compPin "12" (pinName "12") (partNum 1) (symPinNum 12) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "13" (pinName "13") (partNum 1) (symPinNum 13) (gateEq 0) (pinEq 0) (pinType Bidirectional)) (compPin "13" (pinName "13") (partNum 1) (symPinNum 13) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "14" (pinName "14") (partNum 1) (symPinNum 14) (gateEq 0) (pinEq 0) (pinType Bidirectional)) (compPin "14" (pinName "14") (partNum 1) (symPinNum 14) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "15" (pinName "15") (partNum 1) (symPinNum 15) (gateEq 0) (pinEq 0) (pinType Bidirectional)) (compPin "15" (pinName "15") (partNum 1) (symPinNum 15) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "16" (pinName "16") (partNum 1) (symPinNum 16) (gateEq 0) (pinEq 0) (pinType Bidirectional)) (compPin "16" (pinName "16") (partNum 1) (symPinNum 16) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "17" (pinName "17") (partNum 1) (symPinNum 17) (gateEq 0) (pinEq 0) (pinType Bidirectional)) (compPin "17" (pinName "17") (partNum 1) (symPinNum 17) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "18" (pinName "18") (partNum 1) (symPinNum 18) (gateEq 0) (pinEq 0) (pinType Bidirectional)) (compPin "18" (pinName "18") (partNum 1) (symPinNum 18) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "19" (pinName "19") (partNum 1) (symPinNum 19) (gateEq 0) (pinEq 0) (pinType Bidirectional)) (compPin "19" (pinName "19") (partNum 1) (symPinNum 19) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "20" (pinName "20") (partNum 1) (symPinNum 20) (gateEq 0) (pinEq 0) (pinType Bidirectional)) (compPin "20" (pinName "20") (partNum 1) (symPinNum 20) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(attachedSymbol (partNum 1) (altType Normal) (symbolName "53309-2070")) (attachedSymbol (partNum 1) (altType Normal) (symbolName "53309-2070"))
(attachedPattern (patternNum 1) (patternName "533092070") (attachedPattern (patternNum 1) (patternName "533092070")
(numPads 20) (numPads 20)
(padPinMap (padPinMap
(padNum 1) (compPinRef "1") (padNum 1) (compPinRef "1")
(padNum 2) (compPinRef "2") (padNum 2) (compPinRef "2")
(padNum 3) (compPinRef "3") (padNum 3) (compPinRef "3")
(padNum 4) (compPinRef "4") (padNum 4) (compPinRef "4")
(padNum 5) (compPinRef "5") (padNum 5) (compPinRef "5")
(padNum 6) (compPinRef "6") (padNum 6) (compPinRef "6")
(padNum 7) (compPinRef "7") (padNum 7) (compPinRef "7")
(padNum 8) (compPinRef "8") (padNum 8) (compPinRef "8")
(padNum 9) (compPinRef "9") (padNum 9) (compPinRef "9")
(padNum 10) (compPinRef "10") (padNum 10) (compPinRef "10")
(padNum 11) (compPinRef "11") (padNum 11) (compPinRef "11")
(padNum 12) (compPinRef "12") (padNum 12) (compPinRef "12")
(padNum 13) (compPinRef "13") (padNum 13) (compPinRef "13")
(padNum 14) (compPinRef "14") (padNum 14) (compPinRef "14")
(padNum 15) (compPinRef "15") (padNum 15) (compPinRef "15")
(padNum 16) (compPinRef "16") (padNum 16) (compPinRef "16")
(padNum 17) (compPinRef "17") (padNum 17) (compPinRef "17")
(padNum 18) (compPinRef "18") (padNum 18) (compPinRef "18")
(padNum 19) (compPinRef "19") (padNum 19) (compPinRef "19")
(padNum 20) (compPinRef "20") (padNum 20) (compPinRef "20")
) )
) )
(attr "Mouser Part Number" "538-53309-2070") (attr "Mouser Part Number" "538-53309-2070")
(attr "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Molex/53309-2070?qs=9BfFgGvh7CfO11BRQ4L7fQ%3D%3D") (attr "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Molex/53309-2070?qs=9BfFgGvh7CfO11BRQ4L7fQ%3D%3D")
(attr "Manufacturer_Name" "Molex") (attr "Manufacturer_Name" "Molex")
(attr "Manufacturer_Part_Number" "53309-2070") (attr "Manufacturer_Part_Number" "53309-2070")
(attr "Description" "Board to Board & Mezzanine Connectors 0.8 BtB Wafer Assy R RA 20Ckt EmbsTp Pkg") (attr "Description" "Board to Board & Mezzanine Connectors 0.8 BtB Wafer Assy R RA 20Ckt EmbsTp Pkg")
(attr "Datasheet Link" "https://componentsearchengine.com/Datasheets/1/53309-2070.pdf") (attr "Datasheet Link" "https://componentsearchengine.com/Datasheets/1/53309-2070.pdf")
(attr "Height" "4.9 mm") (attr "Height" "4.9 mm")
) )
) )

View File

@ -1,221 +1,221 @@
SamacSys ECAD Model SamacSys ECAD Model
1538906/1031803/2.50/20/0/Connector 1538906/1031803/2.50/20/0/Connector
DESIGNSPARK_INTERMEDIATE_ASCII DESIGNSPARK_INTERMEDIATE_ASCII
(asciiHeader (asciiHeader
(fileUnits MM) (fileUnits MM)
) )
(library Library_1 (library Library_1
(padStyleDef "r130_55" (padStyleDef "r130_55"
(holeDiam 0) (holeDiam 0)
(padShape (layerNumRef 1) (padShapeType Rect) (shapeWidth 0.550) (shapeHeight 1.300)) (padShape (layerNumRef 1) (padShapeType Rect) (shapeWidth 0.550) (shapeHeight 1.300))
(padShape (layerNumRef 16) (padShapeType Ellipse) (shapeWidth 0) (shapeHeight 0)) (padShape (layerNumRef 16) (padShapeType Ellipse) (shapeWidth 0) (shapeHeight 0))
) )
(padStyleDef "r140_55" (padStyleDef "r140_55"
(holeDiam 0) (holeDiam 0)
(padShape (layerNumRef 1) (padShapeType Rect) (shapeWidth 0.550) (shapeHeight 1.400)) (padShape (layerNumRef 1) (padShapeType Rect) (shapeWidth 0.550) (shapeHeight 1.400))
(padShape (layerNumRef 16) (padShapeType Ellipse) (shapeWidth 0) (shapeHeight 0)) (padShape (layerNumRef 16) (padShapeType Ellipse) (shapeWidth 0) (shapeHeight 0))
) )
(textStyleDef "Default" (textStyleDef "Default"
(font (font
(fontType Stroke) (fontType Stroke)
(fontFace "Helvetica") (fontFace "Helvetica")
(fontHeight 50 mils) (fontHeight 50 mils)
(strokeWidth 5 mils) (strokeWidth 5 mils)
) )
) )
(patternDef "533092070" (originalName "533092070") (patternDef "533092070" (originalName "533092070")
(multiLayer (multiLayer
(pad (padNum 1) (padStyleRef r130_55) (pt 3.600, 2.275) (rotation 0)) (pad (padNum 1) (padStyleRef r130_55) (pt 3.600, 2.275) (rotation 0))
(pad (padNum 2) (padStyleRef r140_55) (pt 3.600, -2.275) (rotation 0)) (pad (padNum 2) (padStyleRef r140_55) (pt 3.600, -2.275) (rotation 0))
(pad (padNum 3) (padStyleRef r130_55) (pt 2.800, 2.275) (rotation 0)) (pad (padNum 3) (padStyleRef r130_55) (pt 2.800, 2.275) (rotation 0))
(pad (padNum 4) (padStyleRef r140_55) (pt 2.800, -2.275) (rotation 0)) (pad (padNum 4) (padStyleRef r140_55) (pt 2.800, -2.275) (rotation 0))
(pad (padNum 5) (padStyleRef r130_55) (pt 2.000, 2.275) (rotation 0)) (pad (padNum 5) (padStyleRef r130_55) (pt 2.000, 2.275) (rotation 0))
(pad (padNum 6) (padStyleRef r140_55) (pt 2.000, -2.275) (rotation 0)) (pad (padNum 6) (padStyleRef r140_55) (pt 2.000, -2.275) (rotation 0))
(pad (padNum 7) (padStyleRef r130_55) (pt 1.200, 2.275) (rotation 0)) (pad (padNum 7) (padStyleRef r130_55) (pt 1.200, 2.275) (rotation 0))
(pad (padNum 8) (padStyleRef r140_55) (pt 1.200, -2.275) (rotation 0)) (pad (padNum 8) (padStyleRef r140_55) (pt 1.200, -2.275) (rotation 0))
(pad (padNum 9) (padStyleRef r130_55) (pt 0.400, 2.275) (rotation 0)) (pad (padNum 9) (padStyleRef r130_55) (pt 0.400, 2.275) (rotation 0))
(pad (padNum 10) (padStyleRef r140_55) (pt 0.400, -2.275) (rotation 0)) (pad (padNum 10) (padStyleRef r140_55) (pt 0.400, -2.275) (rotation 0))
(pad (padNum 11) (padStyleRef r130_55) (pt -0.400, 2.275) (rotation 0)) (pad (padNum 11) (padStyleRef r130_55) (pt -0.400, 2.275) (rotation 0))
(pad (padNum 12) (padStyleRef r140_55) (pt -0.400, -2.275) (rotation 0)) (pad (padNum 12) (padStyleRef r140_55) (pt -0.400, -2.275) (rotation 0))
(pad (padNum 13) (padStyleRef r130_55) (pt -1.200, 2.275) (rotation 0)) (pad (padNum 13) (padStyleRef r130_55) (pt -1.200, 2.275) (rotation 0))
(pad (padNum 14) (padStyleRef r140_55) (pt -1.200, -2.275) (rotation 0)) (pad (padNum 14) (padStyleRef r140_55) (pt -1.200, -2.275) (rotation 0))
(pad (padNum 15) (padStyleRef r130_55) (pt -2.000, 2.275) (rotation 0)) (pad (padNum 15) (padStyleRef r130_55) (pt -2.000, 2.275) (rotation 0))
(pad (padNum 16) (padStyleRef r140_55) (pt -2.000, -2.275) (rotation 0)) (pad (padNum 16) (padStyleRef r140_55) (pt -2.000, -2.275) (rotation 0))
(pad (padNum 17) (padStyleRef r130_55) (pt -2.800, 2.275) (rotation 0)) (pad (padNum 17) (padStyleRef r130_55) (pt -2.800, 2.275) (rotation 0))
(pad (padNum 18) (padStyleRef r140_55) (pt -2.800, -2.275) (rotation 0)) (pad (padNum 18) (padStyleRef r140_55) (pt -2.800, -2.275) (rotation 0))
(pad (padNum 19) (padStyleRef r130_55) (pt -3.600, 2.275) (rotation 0)) (pad (padNum 19) (padStyleRef r130_55) (pt -3.600, 2.275) (rotation 0))
(pad (padNum 20) (padStyleRef r140_55) (pt -3.600, -2.275) (rotation 0)) (pad (padNum 20) (padStyleRef r140_55) (pt -3.600, -2.275) (rotation 0))
) )
(layerContents (layerNumRef 18) (layerContents (layerNumRef 18)
(attr "RefDes" "RefDes" (pt 0.000, -0.025) (textStyleRef "Default") (isVisible True)) (attr "RefDes" "RefDes" (pt 0.000, -0.025) (textStyleRef "Default") (isVisible True))
) )
(layerContents (layerNumRef 28) (layerContents (layerNumRef 28)
(line (pt -4.9 2.1) (pt 4.9 2.1) (width 0.2)) (line (pt -4.9 2.1) (pt 4.9 2.1) (width 0.2))
) )
(layerContents (layerNumRef 28) (layerContents (layerNumRef 28)
(line (pt 4.9 2.1) (pt 4.9 -2.1) (width 0.2)) (line (pt 4.9 2.1) (pt 4.9 -2.1) (width 0.2))
) )
(layerContents (layerNumRef 28) (layerContents (layerNumRef 28)
(line (pt 4.9 -2.1) (pt -4.9 -2.1) (width 0.2)) (line (pt 4.9 -2.1) (pt -4.9 -2.1) (width 0.2))
) )
(layerContents (layerNumRef 28) (layerContents (layerNumRef 28)
(line (pt -4.9 -2.1) (pt -4.9 2.1) (width 0.2)) (line (pt -4.9 -2.1) (pt -4.9 2.1) (width 0.2))
) )
(layerContents (layerNumRef 30) (layerContents (layerNumRef 30)
(line (pt -5.9 3.925) (pt 5.9 3.925) (width 0.1)) (line (pt -5.9 3.925) (pt 5.9 3.925) (width 0.1))
) )
(layerContents (layerNumRef 30) (layerContents (layerNumRef 30)
(line (pt 5.9 3.925) (pt 5.9 -3.975) (width 0.1)) (line (pt 5.9 3.925) (pt 5.9 -3.975) (width 0.1))
) )
(layerContents (layerNumRef 30) (layerContents (layerNumRef 30)
(line (pt 5.9 -3.975) (pt -5.9 -3.975) (width 0.1)) (line (pt 5.9 -3.975) (pt -5.9 -3.975) (width 0.1))
) )
(layerContents (layerNumRef 30) (layerContents (layerNumRef 30)
(line (pt -5.9 -3.975) (pt -5.9 3.925) (width 0.1)) (line (pt -5.9 -3.975) (pt -5.9 3.925) (width 0.1))
) )
(layerContents (layerNumRef 18) (layerContents (layerNumRef 18)
(line (pt 4.2 2.1) (pt 4.8 2.1) (width 0.1)) (line (pt 4.2 2.1) (pt 4.8 2.1) (width 0.1))
) )
(layerContents (layerNumRef 18) (layerContents (layerNumRef 18)
(line (pt 4.8 2.1) (pt 4.9 2.1) (width 0.1)) (line (pt 4.8 2.1) (pt 4.9 2.1) (width 0.1))
) )
(layerContents (layerNumRef 18) (layerContents (layerNumRef 18)
(line (pt 4.9 2.1) (pt 4.9 -2.1) (width 0.1)) (line (pt 4.9 2.1) (pt 4.9 -2.1) (width 0.1))
) )
(layerContents (layerNumRef 18) (layerContents (layerNumRef 18)
(line (pt 4.9 -2.1) (pt 4.2 -2.1) (width 0.1)) (line (pt 4.9 -2.1) (pt 4.2 -2.1) (width 0.1))
) )
(layerContents (layerNumRef 18) (layerContents (layerNumRef 18)
(line (pt -4.2 2.1) (pt -4.8 2.1) (width 0.1)) (line (pt -4.2 2.1) (pt -4.8 2.1) (width 0.1))
) )
(layerContents (layerNumRef 18) (layerContents (layerNumRef 18)
(line (pt -4.8 2.1) (pt -4.9 2.1) (width 0.1)) (line (pt -4.8 2.1) (pt -4.9 2.1) (width 0.1))
) )
(layerContents (layerNumRef 18) (layerContents (layerNumRef 18)
(line (pt -4.9 2.1) (pt -4.9 -2.1) (width 0.1)) (line (pt -4.9 2.1) (pt -4.9 -2.1) (width 0.1))
) )
(layerContents (layerNumRef 18) (layerContents (layerNumRef 18)
(line (pt -4.9 -2.1) (pt -4.2 -2.1) (width 0.1)) (line (pt -4.9 -2.1) (pt -4.2 -2.1) (width 0.1))
) )
(layerContents (layerNumRef 18) (layerContents (layerNumRef 18)
(line (pt 3.8 3.4) (pt 3.8 3.4) (width 0.2)) (line (pt 3.8 3.4) (pt 3.8 3.4) (width 0.2))
) )
(layerContents (layerNumRef 18) (layerContents (layerNumRef 18)
(arc (pt 3.7, 3.4) (radius 0.1) (startAngle .0) (sweepAngle 180.0) (width 0.2)) (arc (pt 3.7, 3.4) (radius 0.1) (startAngle .0) (sweepAngle 180.0) (width 0.2))
) )
(layerContents (layerNumRef 18) (layerContents (layerNumRef 18)
(line (pt 3.6 3.4) (pt 3.6 3.4) (width 0.2)) (line (pt 3.6 3.4) (pt 3.6 3.4) (width 0.2))
) )
(layerContents (layerNumRef 18) (layerContents (layerNumRef 18)
(arc (pt 3.7, 3.4) (radius 0.1) (startAngle 180.0) (sweepAngle 180.0) (width 0.2)) (arc (pt 3.7, 3.4) (radius 0.1) (startAngle 180.0) (sweepAngle 180.0) (width 0.2))
) )
) )
(symbolDef "53309-2070" (originalName "53309-2070") (symbolDef "53309-2070" (originalName "53309-2070")
(pin (pinNum 1) (pt 900 mils -900 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -925 mils) (rotation 0]) (justify "Right") (textStyleRef "Default")) (pin (pinNum 1) (pt 900 mils -900 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -925 mils) (rotation 0]) (justify "Right") (textStyleRef "Default"))
)) ))
(pin (pinNum 2) (pt 0 mils -900 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -925 mils) (rotation 0]) (justify "Left") (textStyleRef "Default")) (pin (pinNum 2) (pt 0 mils -900 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -925 mils) (rotation 0]) (justify "Left") (textStyleRef "Default"))
)) ))
(pin (pinNum 3) (pt 900 mils -800 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -825 mils) (rotation 0]) (justify "Right") (textStyleRef "Default")) (pin (pinNum 3) (pt 900 mils -800 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -825 mils) (rotation 0]) (justify "Right") (textStyleRef "Default"))
)) ))
(pin (pinNum 4) (pt 0 mils -800 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -825 mils) (rotation 0]) (justify "Left") (textStyleRef "Default")) (pin (pinNum 4) (pt 0 mils -800 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -825 mils) (rotation 0]) (justify "Left") (textStyleRef "Default"))
)) ))
(pin (pinNum 5) (pt 900 mils -700 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -725 mils) (rotation 0]) (justify "Right") (textStyleRef "Default")) (pin (pinNum 5) (pt 900 mils -700 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -725 mils) (rotation 0]) (justify "Right") (textStyleRef "Default"))
)) ))
(pin (pinNum 6) (pt 0 mils -700 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -725 mils) (rotation 0]) (justify "Left") (textStyleRef "Default")) (pin (pinNum 6) (pt 0 mils -700 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -725 mils) (rotation 0]) (justify "Left") (textStyleRef "Default"))
)) ))
(pin (pinNum 7) (pt 900 mils -600 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -625 mils) (rotation 0]) (justify "Right") (textStyleRef "Default")) (pin (pinNum 7) (pt 900 mils -600 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -625 mils) (rotation 0]) (justify "Right") (textStyleRef "Default"))
)) ))
(pin (pinNum 8) (pt 0 mils -600 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -625 mils) (rotation 0]) (justify "Left") (textStyleRef "Default")) (pin (pinNum 8) (pt 0 mils -600 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -625 mils) (rotation 0]) (justify "Left") (textStyleRef "Default"))
)) ))
(pin (pinNum 9) (pt 900 mils -500 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -525 mils) (rotation 0]) (justify "Right") (textStyleRef "Default")) (pin (pinNum 9) (pt 900 mils -500 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -525 mils) (rotation 0]) (justify "Right") (textStyleRef "Default"))
)) ))
(pin (pinNum 10) (pt 0 mils -500 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -525 mils) (rotation 0]) (justify "Left") (textStyleRef "Default")) (pin (pinNum 10) (pt 0 mils -500 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -525 mils) (rotation 0]) (justify "Left") (textStyleRef "Default"))
)) ))
(pin (pinNum 11) (pt 900 mils -400 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -425 mils) (rotation 0]) (justify "Right") (textStyleRef "Default")) (pin (pinNum 11) (pt 900 mils -400 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -425 mils) (rotation 0]) (justify "Right") (textStyleRef "Default"))
)) ))
(pin (pinNum 12) (pt 0 mils -400 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -425 mils) (rotation 0]) (justify "Left") (textStyleRef "Default")) (pin (pinNum 12) (pt 0 mils -400 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -425 mils) (rotation 0]) (justify "Left") (textStyleRef "Default"))
)) ))
(pin (pinNum 13) (pt 900 mils -300 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -325 mils) (rotation 0]) (justify "Right") (textStyleRef "Default")) (pin (pinNum 13) (pt 900 mils -300 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -325 mils) (rotation 0]) (justify "Right") (textStyleRef "Default"))
)) ))
(pin (pinNum 14) (pt 0 mils -300 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -325 mils) (rotation 0]) (justify "Left") (textStyleRef "Default")) (pin (pinNum 14) (pt 0 mils -300 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -325 mils) (rotation 0]) (justify "Left") (textStyleRef "Default"))
)) ))
(pin (pinNum 15) (pt 900 mils -200 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -225 mils) (rotation 0]) (justify "Right") (textStyleRef "Default")) (pin (pinNum 15) (pt 900 mils -200 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -225 mils) (rotation 0]) (justify "Right") (textStyleRef "Default"))
)) ))
(pin (pinNum 16) (pt 0 mils -200 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -225 mils) (rotation 0]) (justify "Left") (textStyleRef "Default")) (pin (pinNum 16) (pt 0 mils -200 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -225 mils) (rotation 0]) (justify "Left") (textStyleRef "Default"))
)) ))
(pin (pinNum 17) (pt 900 mils -100 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -125 mils) (rotation 0]) (justify "Right") (textStyleRef "Default")) (pin (pinNum 17) (pt 900 mils -100 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -125 mils) (rotation 0]) (justify "Right") (textStyleRef "Default"))
)) ))
(pin (pinNum 18) (pt 0 mils -100 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -125 mils) (rotation 0]) (justify "Left") (textStyleRef "Default")) (pin (pinNum 18) (pt 0 mils -100 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -125 mils) (rotation 0]) (justify "Left") (textStyleRef "Default"))
)) ))
(pin (pinNum 19) (pt 900 mils 0 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -25 mils) (rotation 0]) (justify "Right") (textStyleRef "Default")) (pin (pinNum 19) (pt 900 mils 0 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -25 mils) (rotation 0]) (justify "Right") (textStyleRef "Default"))
)) ))
(pin (pinNum 20) (pt 0 mils 0 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -25 mils) (rotation 0]) (justify "Left") (textStyleRef "Default")) (pin (pinNum 20) (pt 0 mils 0 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -25 mils) (rotation 0]) (justify "Left") (textStyleRef "Default"))
)) ))
(line (pt 200 mils 100 mils) (pt 700 mils 100 mils) (width 6 mils)) (line (pt 200 mils 100 mils) (pt 700 mils 100 mils) (width 6 mils))
(line (pt 700 mils 100 mils) (pt 700 mils -1000 mils) (width 6 mils)) (line (pt 700 mils 100 mils) (pt 700 mils -1000 mils) (width 6 mils))
(line (pt 700 mils -1000 mils) (pt 200 mils -1000 mils) (width 6 mils)) (line (pt 700 mils -1000 mils) (pt 200 mils -1000 mils) (width 6 mils))
(line (pt 200 mils -1000 mils) (pt 200 mils 100 mils) (width 6 mils)) (line (pt 200 mils -1000 mils) (pt 200 mils 100 mils) (width 6 mils))
(attr "RefDes" "RefDes" (pt 750 mils 300 mils) (justify Left) (isVisible True) (textStyleRef "Default")) (attr "RefDes" "RefDes" (pt 750 mils 300 mils) (justify Left) (isVisible True) (textStyleRef "Default"))
) )
(compDef "53309-2070" (originalName "53309-2070") (compHeader (numPins 20) (numParts 1) (refDesPrefix J) (compDef "53309-2070" (originalName "53309-2070") (compHeader (numPins 20) (numParts 1) (refDesPrefix J)
) )
(compPin "1" (pinName "1") (partNum 1) (symPinNum 1) (gateEq 0) (pinEq 0) (pinType Bidirectional)) (compPin "1" (pinName "1") (partNum 1) (symPinNum 1) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "2" (pinName "2") (partNum 1) (symPinNum 2) (gateEq 0) (pinEq 0) (pinType Bidirectional)) (compPin "2" (pinName "2") (partNum 1) (symPinNum 2) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "3" (pinName "3") (partNum 1) (symPinNum 3) (gateEq 0) (pinEq 0) (pinType Bidirectional)) (compPin "3" (pinName "3") (partNum 1) (symPinNum 3) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "4" (pinName "4") (partNum 1) (symPinNum 4) (gateEq 0) (pinEq 0) (pinType Bidirectional)) (compPin "4" (pinName "4") (partNum 1) (symPinNum 4) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "5" (pinName "5") (partNum 1) (symPinNum 5) (gateEq 0) (pinEq 0) (pinType Bidirectional)) (compPin "5" (pinName "5") (partNum 1) (symPinNum 5) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "6" (pinName "6") (partNum 1) (symPinNum 6) (gateEq 0) (pinEq 0) (pinType Bidirectional)) (compPin "6" (pinName "6") (partNum 1) (symPinNum 6) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "7" (pinName "7") (partNum 1) (symPinNum 7) (gateEq 0) (pinEq 0) (pinType Bidirectional)) (compPin "7" (pinName "7") (partNum 1) (symPinNum 7) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "8" (pinName "8") (partNum 1) (symPinNum 8) (gateEq 0) (pinEq 0) (pinType Bidirectional)) (compPin "8" (pinName "8") (partNum 1) (symPinNum 8) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "9" (pinName "9") (partNum 1) (symPinNum 9) (gateEq 0) (pinEq 0) (pinType Bidirectional)) (compPin "9" (pinName "9") (partNum 1) (symPinNum 9) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "10" (pinName "10") (partNum 1) (symPinNum 10) (gateEq 0) (pinEq 0) (pinType Bidirectional)) (compPin "10" (pinName "10") (partNum 1) (symPinNum 10) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "11" (pinName "11") (partNum 1) (symPinNum 11) (gateEq 0) (pinEq 0) (pinType Bidirectional)) (compPin "11" (pinName "11") (partNum 1) (symPinNum 11) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "12" (pinName "12") (partNum 1) (symPinNum 12) (gateEq 0) (pinEq 0) (pinType Bidirectional)) (compPin "12" (pinName "12") (partNum 1) (symPinNum 12) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "13" (pinName "13") (partNum 1) (symPinNum 13) (gateEq 0) (pinEq 0) (pinType Bidirectional)) (compPin "13" (pinName "13") (partNum 1) (symPinNum 13) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "14" (pinName "14") (partNum 1) (symPinNum 14) (gateEq 0) (pinEq 0) (pinType Bidirectional)) (compPin "14" (pinName "14") (partNum 1) (symPinNum 14) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "15" (pinName "15") (partNum 1) (symPinNum 15) (gateEq 0) (pinEq 0) (pinType Bidirectional)) (compPin "15" (pinName "15") (partNum 1) (symPinNum 15) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "16" (pinName "16") (partNum 1) (symPinNum 16) (gateEq 0) (pinEq 0) (pinType Bidirectional)) (compPin "16" (pinName "16") (partNum 1) (symPinNum 16) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "17" (pinName "17") (partNum 1) (symPinNum 17) (gateEq 0) (pinEq 0) (pinType Bidirectional)) (compPin "17" (pinName "17") (partNum 1) (symPinNum 17) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "18" (pinName "18") (partNum 1) (symPinNum 18) (gateEq 0) (pinEq 0) (pinType Bidirectional)) (compPin "18" (pinName "18") (partNum 1) (symPinNum 18) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "19" (pinName "19") (partNum 1) (symPinNum 19) (gateEq 0) (pinEq 0) (pinType Bidirectional)) (compPin "19" (pinName "19") (partNum 1) (symPinNum 19) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "20" (pinName "20") (partNum 1) (symPinNum 20) (gateEq 0) (pinEq 0) (pinType Bidirectional)) (compPin "20" (pinName "20") (partNum 1) (symPinNum 20) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(attachedSymbol (partNum 1) (altType Normal) (symbolName "53309-2070")) (attachedSymbol (partNum 1) (altType Normal) (symbolName "53309-2070"))
(attachedPattern (patternNum 1) (patternName "533092070") (attachedPattern (patternNum 1) (patternName "533092070")
(numPads 20) (numPads 20)
(padPinMap (padPinMap
(padNum 1) (compPinRef "1") (padNum 1) (compPinRef "1")
(padNum 2) (compPinRef "2") (padNum 2) (compPinRef "2")
(padNum 3) (compPinRef "3") (padNum 3) (compPinRef "3")
(padNum 4) (compPinRef "4") (padNum 4) (compPinRef "4")
(padNum 5) (compPinRef "5") (padNum 5) (compPinRef "5")
(padNum 6) (compPinRef "6") (padNum 6) (compPinRef "6")
(padNum 7) (compPinRef "7") (padNum 7) (compPinRef "7")
(padNum 8) (compPinRef "8") (padNum 8) (compPinRef "8")
(padNum 9) (compPinRef "9") (padNum 9) (compPinRef "9")
(padNum 10) (compPinRef "10") (padNum 10) (compPinRef "10")
(padNum 11) (compPinRef "11") (padNum 11) (compPinRef "11")
(padNum 12) (compPinRef "12") (padNum 12) (compPinRef "12")
(padNum 13) (compPinRef "13") (padNum 13) (compPinRef "13")
(padNum 14) (compPinRef "14") (padNum 14) (compPinRef "14")
(padNum 15) (compPinRef "15") (padNum 15) (compPinRef "15")
(padNum 16) (compPinRef "16") (padNum 16) (compPinRef "16")
(padNum 17) (compPinRef "17") (padNum 17) (compPinRef "17")
(padNum 18) (compPinRef "18") (padNum 18) (compPinRef "18")
(padNum 19) (compPinRef "19") (padNum 19) (compPinRef "19")
(padNum 20) (compPinRef "20") (padNum 20) (compPinRef "20")
) )
) )
(attr "Mouser Part Number" "538-53309-2070") (attr "Mouser Part Number" "538-53309-2070")
(attr "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Molex/53309-2070?qs=9BfFgGvh7CfO11BRQ4L7fQ%3D%3D") (attr "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Molex/53309-2070?qs=9BfFgGvh7CfO11BRQ4L7fQ%3D%3D")
(attr "Manufacturer_Name" "Molex") (attr "Manufacturer_Name" "Molex")
(attr "Manufacturer_Part_Number" "53309-2070") (attr "Manufacturer_Part_Number" "53309-2070")
(attr "Description" "Board to Board & Mezzanine Connectors 0.8 BtB Wafer Assy R RA 20Ckt EmbsTp Pkg") (attr "Description" "Board to Board & Mezzanine Connectors 0.8 BtB Wafer Assy R RA 20Ckt EmbsTp Pkg")
(attr "Datasheet Link" "https://componentsearchengine.com/Datasheets/1/53309-2070.pdf") (attr "Datasheet Link" "https://componentsearchengine.com/Datasheets/1/53309-2070.pdf")
(attr "Height" "4.9 mm") (attr "Height" "4.9 mm")
) )
) )

View File

@ -1,12 +1,12 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>DesignSpark PCB</title> <title>DesignSpark PCB</title>
</head> </head>
<body style="font-family:verdana"> <body style="font-family:verdana">
<p>Please first install the Library Loader application from: <a href="http://componentsearchengine.com/pcb-libraries.php">http://componentsearchengine.com/pcb-libraries.php</a></p> <p>Please first install the Library Loader application from: <a href="http://componentsearchengine.com/pcb-libraries.php">http://componentsearchengine.com/pcb-libraries.php</a></p>
<p>If Library Loader is already installed please make sure it's running by launching it from the desktop shortcut.</p> <p>If Library Loader is already installed please make sure it's running by launching it from the desktop shortcut.</p>
<p>For help loading the SamacSys libraries into DesignSpark PCB please Click Here: <a href="https://www.samacsys.com/dspcb/">https://www.samacsys.com/dspcb/</a></p><br> <p>For help loading the SamacSys libraries into DesignSpark PCB please Click Here: <a href="https://www.samacsys.com/dspcb/">https://www.samacsys.com/dspcb/</a></p><br>
<p>Alternatively, if you wish to manually import the DesignSpark PCB libraries please refer to <a href="https://www.samacsys.com/designspark-pcb-dsl-import/">https://www.samacsys.com/designspark-pcb-dsl-import/</a></p> <p>Alternatively, if you wish to manually import the DesignSpark PCB libraries please refer to <a href="https://www.samacsys.com/designspark-pcb-dsl-import/">https://www.samacsys.com/designspark-pcb-dsl-import/</a></p>
</body> </body>
</html> </html>

View File

@ -1,187 +1,187 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!--/1538906/1031803/2.50/20/0/Connector/--> <!--/1538906/1031803/2.50/20/0/Connector/-->
<!DOCTYPE curve SYSTEM "eagle.dtd"> <!DOCTYPE curve SYSTEM "eagle.dtd">
<eagle version="7.7.0"> <eagle version="7.7.0">
<drawing> <drawing>
<settings> <settings>
<setting alwaysvectorfont="no"/> <setting alwaysvectorfont="no"/>
<setting verticaltext="up"/> <setting verticaltext="up"/>
</settings> </settings>
<grid distance="0.1" unitdist="inch" unit="inch" style="lines" multiple="1" display="no" altdistance="0.01" altunitdist="inch" altunit="inch"/> <grid distance="0.1" unitdist="inch" unit="inch" style="lines" multiple="1" display="no" altdistance="0.01" altunitdist="inch" altunit="inch"/>
<layers> <layers>
<layer number="1" name="Top" color="4" fill="1" visible="yes" active="yes"/> <layer number="1" name="Top" color="4" fill="1" visible="yes" active="yes"/>
<layer number="16" name="Bottom" color="1" fill="1" visible="yes" active="yes"/> <layer number="16" name="Bottom" color="1" fill="1" visible="yes" active="yes"/>
<layer number="17" name="Pads" color="2" fill="1" visible="yes" active="yes"/> <layer number="17" name="Pads" color="2" fill="1" visible="yes" active="yes"/>
<layer number="18" name="Vias" color="2" fill="1" visible="yes" active="yes"/> <layer number="18" name="Vias" color="2" fill="1" visible="yes" active="yes"/>
<layer number="19" name="Unrouted" color="6" fill="1" visible="yes" active="yes"/> <layer number="19" name="Unrouted" color="6" fill="1" visible="yes" active="yes"/>
<layer number="20" name="Dimension" color="15" fill="1" visible="yes" active="yes"/> <layer number="20" name="Dimension" color="15" fill="1" visible="yes" active="yes"/>
<layer number="21" name="tPlace" color="7" fill="1" visible="yes" active="yes"/> <layer number="21" name="tPlace" color="7" fill="1" visible="yes" active="yes"/>
<layer number="22" name="bPlace" color="7" fill="1" visible="yes" active="yes"/> <layer number="22" name="bPlace" color="7" fill="1" visible="yes" active="yes"/>
<layer number="23" name="tOrigins" color="15" fill="1" visible="yes" active="yes"/> <layer number="23" name="tOrigins" color="15" fill="1" visible="yes" active="yes"/>
<layer number="24" name="bOrigins" color="15" fill="1" visible="yes" active="yes"/> <layer number="24" name="bOrigins" color="15" fill="1" visible="yes" active="yes"/>
<layer number="25" name="tNames" color="7" fill="1" visible="yes" active="yes"/> <layer number="25" name="tNames" color="7" fill="1" visible="yes" active="yes"/>
<layer number="26" name="bNames" color="7" fill="1" visible="yes" active="yes"/> <layer number="26" name="bNames" color="7" fill="1" visible="yes" active="yes"/>
<layer number="27" name="tValues" color="7" fill="1" visible="yes" active="yes"/> <layer number="27" name="tValues" color="7" fill="1" visible="yes" active="yes"/>
<layer number="28" name="bValues" color="7" fill="1" visible="yes" active="yes"/> <layer number="28" name="bValues" color="7" fill="1" visible="yes" active="yes"/>
<layer number="29" name="tStop" color="7" fill="3" visible="no" active="yes"/> <layer number="29" name="tStop" color="7" fill="3" visible="no" active="yes"/>
<layer number="30" name="bStop" color="7" fill="6" visible="no" active="yes"/> <layer number="30" name="bStop" color="7" fill="6" visible="no" active="yes"/>
<layer number="31" name="tCream" color="7" fill="4" visible="no" active="yes"/> <layer number="31" name="tCream" color="7" fill="4" visible="no" active="yes"/>
<layer number="32" name="bCream" color="7" fill="5" visible="no" active="yes"/> <layer number="32" name="bCream" color="7" fill="5" visible="no" active="yes"/>
<layer number="33" name="tFinish" color="6" fill="3" visible="no" active="yes"/> <layer number="33" name="tFinish" color="6" fill="3" visible="no" active="yes"/>
<layer number="34" name="bFinish" color="6" fill="6" visible="no" active="yes"/> <layer number="34" name="bFinish" color="6" fill="6" visible="no" active="yes"/>
<layer number="35" name="tGlue" color="7" fill="4" visible="no" active="yes"/> <layer number="35" name="tGlue" color="7" fill="4" visible="no" active="yes"/>
<layer number="36" name="bGlue" color="7" fill="5" visible="no" active="yes"/> <layer number="36" name="bGlue" color="7" fill="5" visible="no" active="yes"/>
<layer number="37" name="tTest" color="7" fill="1" visible="no" active="yes"/> <layer number="37" name="tTest" color="7" fill="1" visible="no" active="yes"/>
<layer number="38" name="bTest" color="7" fill="1" visible="no" active="yes"/> <layer number="38" name="bTest" color="7" fill="1" visible="no" active="yes"/>
<layer number="39" name="tKeepout" color="4" fill="11" visible="yes" active="yes"/> <layer number="39" name="tKeepout" color="4" fill="11" visible="yes" active="yes"/>
<layer number="40" name="bKeepout" color="1" fill="11" visible="yes" active="yes"/> <layer number="40" name="bKeepout" color="1" fill="11" visible="yes" active="yes"/>
<layer number="41" name="tRestrict" color="4" fill="10" visible="yes" active="yes"/> <layer number="41" name="tRestrict" color="4" fill="10" visible="yes" active="yes"/>
<layer number="42" name="bRestrict" color="1" fill="10" visible="yes" active="yes"/> <layer number="42" name="bRestrict" color="1" fill="10" visible="yes" active="yes"/>
<layer number="43" name="vRestrict" color="2" fill="10" visible="yes" active="yes"/> <layer number="43" name="vRestrict" color="2" fill="10" visible="yes" active="yes"/>
<layer number="44" name="Drills" color="7" fill="1" visible="no" active="yes"/> <layer number="44" name="Drills" color="7" fill="1" visible="no" active="yes"/>
<layer number="45" name="Holes" color="7" fill="1" visible="no" active="yes"/> <layer number="45" name="Holes" color="7" fill="1" visible="no" active="yes"/>
<layer number="46" name="Milling" color="3" fill="1" visible="no" active="yes"/> <layer number="46" name="Milling" color="3" fill="1" visible="no" active="yes"/>
<layer number="47" name="Measures" color="7" fill="1" visible="no" active="yes"/> <layer number="47" name="Measures" color="7" fill="1" visible="no" active="yes"/>
<layer number="48" name="Document" color="7" fill="1" visible="yes" active="yes"/> <layer number="48" name="Document" color="7" fill="1" visible="yes" active="yes"/>
<layer number="49" name="Reference" color="7" fill="1" visible="yes" active="yes"/> <layer number="49" name="Reference" color="7" fill="1" visible="yes" active="yes"/>
<layer number="51" name="tDocu" color="7" fill="1" visible="yes" active="yes"/> <layer number="51" name="tDocu" color="7" fill="1" visible="yes" active="yes"/>
<layer number="52" name="bDocu" color="7" fill="1" visible="yes" active="yes"/> <layer number="52" name="bDocu" color="7" fill="1" visible="yes" active="yes"/>
<layer number="90" name="Modules" color="5" fill="1" visible="yes" active="yes"/> <layer number="90" name="Modules" color="5" fill="1" visible="yes" active="yes"/>
<layer number="91" name="Nets" color="2" fill="1" visible="yes" active="yes"/> <layer number="91" name="Nets" color="2" fill="1" visible="yes" active="yes"/>
<layer number="92" name="Busses" color="1" fill="1" visible="yes" active="yes"/> <layer number="92" name="Busses" color="1" fill="1" visible="yes" active="yes"/>
<layer number="93" name="Pins" color="2" fill="1" visible="no" active="yes"/> <layer number="93" name="Pins" color="2" fill="1" visible="no" active="yes"/>
<layer number="94" name="Symbols" color="4" fill="1" visible="yes" active="yes"/> <layer number="94" name="Symbols" color="4" fill="1" visible="yes" active="yes"/>
<layer number="95" name="Names" color="7" fill="1" visible="yes" active="yes"/> <layer number="95" name="Names" color="7" fill="1" visible="yes" active="yes"/>
<layer number="96" name="Values" color="7" fill="1" visible="yes" active="yes"/> <layer number="96" name="Values" color="7" fill="1" visible="yes" active="yes"/>
<layer number="97" name="Info" color="7" fill="1" visible="yes" active="yes"/> <layer number="97" name="Info" color="7" fill="1" visible="yes" active="yes"/>
<layer number="98" name="Guide" color="6" fill="1" visible="yes" active="yes"/> <layer number="98" name="Guide" color="6" fill="1" visible="yes" active="yes"/>
</layers> </layers>
<library> <library>
<description>&lt;Board to Board &amp; Mezzanine Connectors 0.8 BtB Wafer Assy R RA 20Ckt EmbsTp Pkg&lt;/b&gt;&lt;p&gt; <description>&lt;Board to Board &amp; Mezzanine Connectors 0.8 BtB Wafer Assy R RA 20Ckt EmbsTp Pkg&lt;/b&gt;&lt;p&gt;
&lt;author&gt;Created by SamacSys&lt;/author&gt;</description> &lt;author&gt;Created by SamacSys&lt;/author&gt;</description>
<packages> <packages>
<package name="533092070"> <package name="533092070">
<description>&lt;b&gt;53309-2070-1&lt;/b&gt;&lt;br&gt; <description>&lt;b&gt;53309-2070-1&lt;/b&gt;&lt;br&gt;
</description> </description>
<smd name="1" x="3.600" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/> <smd name="1" x="3.600" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/>
<smd name="2" x="3.600" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/> <smd name="2" x="3.600" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/>
<smd name="3" x="2.800" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/> <smd name="3" x="2.800" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/>
<smd name="4" x="2.800" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/> <smd name="4" x="2.800" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/>
<smd name="5" x="2.000" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/> <smd name="5" x="2.000" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/>
<smd name="6" x="2.000" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/> <smd name="6" x="2.000" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/>
<smd name="7" x="1.200" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/> <smd name="7" x="1.200" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/>
<smd name="8" x="1.200" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/> <smd name="8" x="1.200" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/>
<smd name="9" x="0.400" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/> <smd name="9" x="0.400" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/>
<smd name="10" x="0.400" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/> <smd name="10" x="0.400" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/>
<smd name="11" x="-0.400" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/> <smd name="11" x="-0.400" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/>
<smd name="12" x="-0.400" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/> <smd name="12" x="-0.400" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/>
<smd name="13" x="-1.200" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/> <smd name="13" x="-1.200" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/>
<smd name="14" x="-1.200" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/> <smd name="14" x="-1.200" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/>
<smd name="15" x="-2.000" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/> <smd name="15" x="-2.000" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/>
<smd name="16" x="-2.000" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/> <smd name="16" x="-2.000" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/>
<smd name="17" x="-2.800" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/> <smd name="17" x="-2.800" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/>
<smd name="18" x="-2.800" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/> <smd name="18" x="-2.800" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/>
<smd name="19" x="-3.600" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/> <smd name="19" x="-3.600" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/>
<smd name="20" x="-3.600" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/> <smd name="20" x="-3.600" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/>
<text x="0.000" y="-0.025" align="center" size="1.27" layer="25" rot="R0" >&gt;NAME</text> <text x="0.000" y="-0.025" align="center" size="1.27" layer="25" rot="R0" >&gt;NAME</text>
<text x="0.000" y="-0.025" align="center" size="1.27" layer="27" rot="R0" >&gt;VALUE</text> <text x="0.000" y="-0.025" align="center" size="1.27" layer="27" rot="R0" >&gt;VALUE</text>
<wire x1="-4.9" y1="2.1" x2="4.9" y2="2.1" width="0.2" layer="51"/> <wire x1="-4.9" y1="2.1" x2="4.9" y2="2.1" width="0.2" layer="51"/>
<wire x1="4.9" y1="2.1" x2="4.9" y2="-2.1" width="0.2" layer="51"/> <wire x1="4.9" y1="2.1" x2="4.9" y2="-2.1" width="0.2" layer="51"/>
<wire x1="4.9" y1="-2.1" x2="-4.9" y2="-2.1" width="0.2" layer="51"/> <wire x1="4.9" y1="-2.1" x2="-4.9" y2="-2.1" width="0.2" layer="51"/>
<wire x1="-4.9" y1="-2.1" x2="-4.9" y2="2.1" width="0.2" layer="51"/> <wire x1="-4.9" y1="-2.1" x2="-4.9" y2="2.1" width="0.2" layer="51"/>
<wire x1="-5.9" y1="3.925" x2="5.9" y2="3.925" width="0.1" layer="51"/> <wire x1="-5.9" y1="3.925" x2="5.9" y2="3.925" width="0.1" layer="51"/>
<wire x1="5.9" y1="3.925" x2="5.9" y2="-3.975" width="0.1" layer="51"/> <wire x1="5.9" y1="3.925" x2="5.9" y2="-3.975" width="0.1" layer="51"/>
<wire x1="5.9" y1="-3.975" x2="-5.9" y2="-3.975" width="0.1" layer="51"/> <wire x1="5.9" y1="-3.975" x2="-5.9" y2="-3.975" width="0.1" layer="51"/>
<wire x1="-5.9" y1="-3.975" x2="-5.9" y2="3.925" width="0.1" layer="51"/> <wire x1="-5.9" y1="-3.975" x2="-5.9" y2="3.925" width="0.1" layer="51"/>
<wire x1="4.2" y1="2.1" x2="4.8" y2="2.1" width="0.1" layer="21"/> <wire x1="4.2" y1="2.1" x2="4.8" y2="2.1" width="0.1" layer="21"/>
<wire x1="4.8" y1="2.1" x2="4.9" y2="2.1" width="0.1" layer="21"/> <wire x1="4.8" y1="2.1" x2="4.9" y2="2.1" width="0.1" layer="21"/>
<wire x1="4.9" y1="2.1" x2="4.9" y2="-2.1" width="0.1" layer="21"/> <wire x1="4.9" y1="2.1" x2="4.9" y2="-2.1" width="0.1" layer="21"/>
<wire x1="4.9" y1="-2.1" x2="4.2" y2="-2.1" width="0.1" layer="21"/> <wire x1="4.9" y1="-2.1" x2="4.2" y2="-2.1" width="0.1" layer="21"/>
<wire x1="-4.2" y1="2.1" x2="-4.8" y2="2.1" width="0.1" layer="21"/> <wire x1="-4.2" y1="2.1" x2="-4.8" y2="2.1" width="0.1" layer="21"/>
<wire x1="-4.8" y1="2.1" x2="-4.9" y2="2.1" width="0.1" layer="21"/> <wire x1="-4.8" y1="2.1" x2="-4.9" y2="2.1" width="0.1" layer="21"/>
<wire x1="-4.9" y1="2.1" x2="-4.9" y2="-2.1" width="0.1" layer="21"/> <wire x1="-4.9" y1="2.1" x2="-4.9" y2="-2.1" width="0.1" layer="21"/>
<wire x1="-4.9" y1="-2.1" x2="-4.2" y2="-2.1" width="0.1" layer="21"/> <wire x1="-4.9" y1="-2.1" x2="-4.2" y2="-2.1" width="0.1" layer="21"/>
<wire x1="3.8" y1="3.4" x2="3.8" y2="3.4" width="0.2" layer="21"/> <wire x1="3.8" y1="3.4" x2="3.8" y2="3.4" width="0.2" layer="21"/>
<wire x1="3.800" y1="3.400" x2="3.600" y2="3.400" width="0.2" layer="21" curve="180.0"/> <wire x1="3.800" y1="3.400" x2="3.600" y2="3.400" width="0.2" layer="21" curve="180.0"/>
<wire x1="3.6" y1="3.4" x2="3.6" y2="3.4" width="0.2" layer="21"/> <wire x1="3.6" y1="3.4" x2="3.6" y2="3.4" width="0.2" layer="21"/>
<wire x1="3.600" y1="3.400" x2="3.800" y2="3.400" width="0.2" layer="21" curve="180.0"/> <wire x1="3.600" y1="3.400" x2="3.800" y2="3.400" width="0.2" layer="21" curve="180.0"/>
</package> </package>
</packages> </packages>
<symbols> <symbols>
<symbol name="53309-2070"> <symbol name="53309-2070">
<wire x1="5.08" y1="2.54" x2="17.78" y2="2.54" width="0.254" layer="94"/> <wire x1="5.08" y1="2.54" x2="17.78" y2="2.54" width="0.254" layer="94"/>
<wire x1="17.78" y1="-25.4" x2="17.78" y2="2.54" width="0.254" layer="94"/> <wire x1="17.78" y1="-25.4" x2="17.78" y2="2.54" width="0.254" layer="94"/>
<wire x1="17.78" y1="-25.4" x2="5.08" y2="-25.4" width="0.254" layer="94"/> <wire x1="17.78" y1="-25.4" x2="5.08" y2="-25.4" width="0.254" layer="94"/>
<wire x1="5.08" y1="2.54" x2="5.08" y2="-25.4" width="0.254" layer="94"/> <wire x1="5.08" y1="2.54" x2="5.08" y2="-25.4" width="0.254" layer="94"/>
<text x="19.05" y="7.62" align="center-left" size="1.778" layer="95">&gt;NAME</text> <text x="19.05" y="7.62" align="center-left" size="1.778" layer="95">&gt;NAME</text>
<text x="19.05" y="5.08" align="center-left" size="1.778" layer="96">&gt;VALUE</text> <text x="19.05" y="5.08" align="center-left" size="1.778" layer="96">&gt;VALUE</text>
<pin name="1" x="22.86" y="-22.86" length="middle" direction="io" rot="R180"/> <pin name="1" x="22.86" y="-22.86" length="middle" direction="io" rot="R180"/>
<pin name="2" x="0" y="-22.86" length="middle" direction="io" rot="R0"/> <pin name="2" x="0" y="-22.86" length="middle" direction="io" rot="R0"/>
<pin name="3" x="22.86" y="-20.32" length="middle" direction="io" rot="R180"/> <pin name="3" x="22.86" y="-20.32" length="middle" direction="io" rot="R180"/>
<pin name="4" x="0" y="-20.32" length="middle" direction="io" rot="R0"/> <pin name="4" x="0" y="-20.32" length="middle" direction="io" rot="R0"/>
<pin name="5" x="22.86" y="-17.78" length="middle" direction="io" rot="R180"/> <pin name="5" x="22.86" y="-17.78" length="middle" direction="io" rot="R180"/>
<pin name="6" x="0" y="-17.78" length="middle" direction="io" rot="R0"/> <pin name="6" x="0" y="-17.78" length="middle" direction="io" rot="R0"/>
<pin name="7" x="22.86" y="-15.24" length="middle" direction="io" rot="R180"/> <pin name="7" x="22.86" y="-15.24" length="middle" direction="io" rot="R180"/>
<pin name="8" x="0" y="-15.24" length="middle" direction="io" rot="R0"/> <pin name="8" x="0" y="-15.24" length="middle" direction="io" rot="R0"/>
<pin name="9" x="22.86" y="-12.7" length="middle" direction="io" rot="R180"/> <pin name="9" x="22.86" y="-12.7" length="middle" direction="io" rot="R180"/>
<pin name="10" x="0" y="-12.7" length="middle" direction="io" rot="R0"/> <pin name="10" x="0" y="-12.7" length="middle" direction="io" rot="R0"/>
<pin name="11" x="22.86" y="-10.16" length="middle" direction="io" rot="R180"/> <pin name="11" x="22.86" y="-10.16" length="middle" direction="io" rot="R180"/>
<pin name="12" x="0" y="-10.16" length="middle" direction="io" rot="R0"/> <pin name="12" x="0" y="-10.16" length="middle" direction="io" rot="R0"/>
<pin name="13" x="22.86" y="-7.62" length="middle" direction="io" rot="R180"/> <pin name="13" x="22.86" y="-7.62" length="middle" direction="io" rot="R180"/>
<pin name="14" x="0" y="-7.62" length="middle" direction="io" rot="R0"/> <pin name="14" x="0" y="-7.62" length="middle" direction="io" rot="R0"/>
<pin name="15" x="22.86" y="-5.08" length="middle" direction="io" rot="R180"/> <pin name="15" x="22.86" y="-5.08" length="middle" direction="io" rot="R180"/>
<pin name="16" x="0" y="-5.08" length="middle" direction="io" rot="R0"/> <pin name="16" x="0" y="-5.08" length="middle" direction="io" rot="R0"/>
<pin name="17" x="22.86" y="-2.54" length="middle" direction="io" rot="R180"/> <pin name="17" x="22.86" y="-2.54" length="middle" direction="io" rot="R180"/>
<pin name="18" x="0" y="-2.54" length="middle" direction="io" rot="R0"/> <pin name="18" x="0" y="-2.54" length="middle" direction="io" rot="R0"/>
<pin name="19" x="22.86" y="0" length="middle" direction="io" rot="R180"/> <pin name="19" x="22.86" y="0" length="middle" direction="io" rot="R180"/>
<pin name="20" x="0" y="0" length="middle" direction="io" rot="R0"/> <pin name="20" x="0" y="0" length="middle" direction="io" rot="R0"/>
</symbol> </symbol>
</symbols> </symbols>
<devicesets> <devicesets>
<deviceset name="53309-2070" prefix="J"> <deviceset name="53309-2070" prefix="J">
<description>&lt;b&gt;Board to Board &amp; Mezzanine Connectors 0.8 BtB Wafer Assy R RA 20Ckt EmbsTp Pkg&lt;/b&gt;&lt;p&gt; <description>&lt;b&gt;Board to Board &amp; Mezzanine Connectors 0.8 BtB Wafer Assy R RA 20Ckt EmbsTp Pkg&lt;/b&gt;&lt;p&gt;
Source: &lt;a href="https://componentsearchengine.com/Datasheets/1/53309-2070.pdf"&gt; Datasheet &lt;/a&gt;</description> Source: &lt;a href="https://componentsearchengine.com/Datasheets/1/53309-2070.pdf"&gt; Datasheet &lt;/a&gt;</description>
<gates> <gates>
<gate name="G$1" symbol="53309-2070" x="0" y="0"/> <gate name="G$1" symbol="53309-2070" x="0" y="0"/>
</gates> </gates>
<devices> <devices>
<device name="" package="533092070"> <device name="" package="533092070">
<connects> <connects>
<connect gate="G$1" pin="1" pad="1"/> <connect gate="G$1" pin="1" pad="1"/>
<connect gate="G$1" pin="2" pad="2"/> <connect gate="G$1" pin="2" pad="2"/>
<connect gate="G$1" pin="3" pad="3"/> <connect gate="G$1" pin="3" pad="3"/>
<connect gate="G$1" pin="4" pad="4"/> <connect gate="G$1" pin="4" pad="4"/>
<connect gate="G$1" pin="5" pad="5"/> <connect gate="G$1" pin="5" pad="5"/>
<connect gate="G$1" pin="6" pad="6"/> <connect gate="G$1" pin="6" pad="6"/>
<connect gate="G$1" pin="7" pad="7"/> <connect gate="G$1" pin="7" pad="7"/>
<connect gate="G$1" pin="8" pad="8"/> <connect gate="G$1" pin="8" pad="8"/>
<connect gate="G$1" pin="9" pad="9"/> <connect gate="G$1" pin="9" pad="9"/>
<connect gate="G$1" pin="10" pad="10"/> <connect gate="G$1" pin="10" pad="10"/>
<connect gate="G$1" pin="11" pad="11"/> <connect gate="G$1" pin="11" pad="11"/>
<connect gate="G$1" pin="12" pad="12"/> <connect gate="G$1" pin="12" pad="12"/>
<connect gate="G$1" pin="13" pad="13"/> <connect gate="G$1" pin="13" pad="13"/>
<connect gate="G$1" pin="14" pad="14"/> <connect gate="G$1" pin="14" pad="14"/>
<connect gate="G$1" pin="15" pad="15"/> <connect gate="G$1" pin="15" pad="15"/>
<connect gate="G$1" pin="16" pad="16"/> <connect gate="G$1" pin="16" pad="16"/>
<connect gate="G$1" pin="17" pad="17"/> <connect gate="G$1" pin="17" pad="17"/>
<connect gate="G$1" pin="18" pad="18"/> <connect gate="G$1" pin="18" pad="18"/>
<connect gate="G$1" pin="19" pad="19"/> <connect gate="G$1" pin="19" pad="19"/>
<connect gate="G$1" pin="20" pad="20"/> <connect gate="G$1" pin="20" pad="20"/>
</connects> </connects>
<technologies> <technologies>
<technology name=""> <technology name="">
<attribute name="Mouser_Part_Number" value="538-53309-2070" constant="no"/> <attribute name="Mouser_Part_Number" value="538-53309-2070" constant="no"/>
<attribute name="Mouser_Price-Stock" value="https://www.mouser.co.uk/ProductDetail/Molex/53309-2070?qs=9BfFgGvh7CfO11BRQ4L7fQ%3D%3D" constant="no"/> <attribute name="Mouser_Price-Stock" value="https://www.mouser.co.uk/ProductDetail/Molex/53309-2070?qs=9BfFgGvh7CfO11BRQ4L7fQ%3D%3D" constant="no"/>
<attribute name="Manufacturer_Name" value="Molex" constant="no"/> <attribute name="Manufacturer_Name" value="Molex" constant="no"/>
<attribute name="Manufacturer_Part_Number" value="53309-2070" constant="no"/> <attribute name="Manufacturer_Part_Number" value="53309-2070" constant="no"/>
<attribute name="Description" value="Board to Board &amp; Mezzanine Connectors 0.8 BtB Wafer Assy R RA 20Ckt EmbsTp Pkg" constant="no"/> <attribute name="Description" value="Board to Board &amp; Mezzanine Connectors 0.8 BtB Wafer Assy R RA 20Ckt EmbsTp Pkg" constant="no"/>
<attribute name="Height" value="4.9mm" constant="no"/> <attribute name="Height" value="4.9mm" constant="no"/>
</technology> </technology>
</technologies> </technologies>
</device> </device>
</devices> </devices>
</deviceset> </deviceset>
</devicesets> </devicesets>
</library> </library>
</drawing> </drawing>
</eagle> </eagle>

View File

@ -1,35 +1,35 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>Instructions for schematic symbols and footprints</title> <title>Instructions for schematic symbols and footprints</title>
</head> </head>
<body style="font-family:verdana"> <body style="font-family:verdana">
<p><a href="https://www.autodesk.com/products/eagle/overview"><img alt="EAGLE Logo" src="https://eagle.componentsearchengine.com/graphics/BrandBar/13.png" style="max-height: 60px;" /></a></p> <p><a href="https://www.autodesk.com/products/eagle/overview"><img alt="EAGLE Logo" src="https://eagle.componentsearchengine.com/graphics/BrandBar/13.png" style="max-height: 60px;" /></a></p>
<h2>How to use the Schematic Symbols and PCB Footprints:</h2> <h2>How to use the Schematic Symbols and PCB Footprints:</h2>
<p><span style="color:#FF0000;"><strong>First Time:</strong></span></p> <p><span style="color:#FF0000;"><strong>First Time:</strong></span></p>
<p>The PCB Part Libraries require <strong>FREE</strong> software to convert them into EAGLE Format.</p> <p>The PCB Part Libraries require <strong>FREE</strong> software to convert them into EAGLE Format.</p>
<p>To get started please visit - <a href="https://eagle.componentsearchengine.com/pcb-libraries.php">EAGLE.componentsearchengine.com/pcb-libraries.php</a></p> <p>To get started please visit - <a href="https://eagle.componentsearchengine.com/pcb-libraries.php">EAGLE.componentsearchengine.com/pcb-libraries.php</a></p>
<p><span style="color:#FF0000;"><strong>Subsequent Times:</strong></span></p> <p><span style="color:#FF0000;"><strong>Subsequent Times:</strong></span></p>
<p>Make sure &#39;Library Loader&#39; is running on your PC.&nbsp;</p> <p>Make sure &#39;Library Loader&#39; is running on your PC.&nbsp;</p>
<p><img alt="" src="http://componentsearchengine.com/ExtRef/SystemTray.png" style="width: 101px; height: 100px;" /></p> <p><img alt="" src="http://componentsearchengine.com/ExtRef/SystemTray.png" style="width: 101px; height: 100px;" /></p>
<p>If not launch it from the desktop shortcut:&nbsp;<img alt="" src="https://componentsearchengine.com//ExtRef/LibraryLoader.png" style="width: 20px; height: 20px;" /></p> <p>If not launch it from the desktop shortcut:&nbsp;<img alt="" src="https://componentsearchengine.com//ExtRef/LibraryLoader.png" style="width: 20px; height: 20px;" /></p>
<p>After downloading the Schematic Symbol &amp;&nbsp;PCB Footprint zip, check in your ECAD tool. The libraries will have been loaded automatically.</p> <p>After downloading the Schematic Symbol &amp;&nbsp;PCB Footprint zip, check in your ECAD tool. The libraries will have been loaded automatically.</p>
<p>For further help please visit - <a href="http://www.samacsys.com/eagle/">www.samacsys.com/eagle/</a></p> <p>For further help please visit - <a href="http://www.samacsys.com/eagle/">www.samacsys.com/eagle/</a></p>
<p>------------------------------------------------------------------------------------------------------------------------------------------------</p> <p>------------------------------------------------------------------------------------------------------------------------------------------------</p>
<p>Alternatively, please try out our new <a href="https://componentsearchengine.com/ga/downloads.php">EAGLE Plugin</a></p> <p>Alternatively, please try out our new <a href="https://componentsearchengine.com/ga/downloads.php">EAGLE Plugin</a></p>
<p><img alt="EAGLE Logo" src="http://www.samacsys.com/wp-content/uploads/2016/08/ULP.png" style="max-height: 60px;" /></a></p> <p><img alt="EAGLE Logo" src="http://www.samacsys.com/wp-content/uploads/2016/08/ULP.png" style="max-height: 60px;" /></a></p>
<p>For help installing and using the EAGLE Plugin please visit - <a href="http://www.samacsys.com/eagle-library/">www.samacsys.com/eagle-library/</a></p> <p>For help installing and using the EAGLE Plugin please visit - <a href="http://www.samacsys.com/eagle-library/">www.samacsys.com/eagle-library/</a></p>
</body> </body>
</html> </html>

View File

@ -1,221 +1,221 @@
SamacSys ECAD Model SamacSys ECAD Model
1538906/1031803/2.50/20/0/Connector 1538906/1031803/2.50/20/0/Connector
DESIGNSPARK_INTERMEDIATE_ASCII DESIGNSPARK_INTERMEDIATE_ASCII
(asciiHeader (asciiHeader
(fileUnits MM) (fileUnits MM)
) )
(library Library_1 (library Library_1
(padStyleDef "r130_55" (padStyleDef "r130_55"
(holeDiam 0) (holeDiam 0)
(padShape (layerNumRef 1) (padShapeType Rect) (shapeWidth 0.550) (shapeHeight 1.300)) (padShape (layerNumRef 1) (padShapeType Rect) (shapeWidth 0.550) (shapeHeight 1.300))
(padShape (layerNumRef 16) (padShapeType Ellipse) (shapeWidth 0) (shapeHeight 0)) (padShape (layerNumRef 16) (padShapeType Ellipse) (shapeWidth 0) (shapeHeight 0))
) )
(padStyleDef "r140_55" (padStyleDef "r140_55"
(holeDiam 0) (holeDiam 0)
(padShape (layerNumRef 1) (padShapeType Rect) (shapeWidth 0.550) (shapeHeight 1.400)) (padShape (layerNumRef 1) (padShapeType Rect) (shapeWidth 0.550) (shapeHeight 1.400))
(padShape (layerNumRef 16) (padShapeType Ellipse) (shapeWidth 0) (shapeHeight 0)) (padShape (layerNumRef 16) (padShapeType Ellipse) (shapeWidth 0) (shapeHeight 0))
) )
(textStyleDef "Default" (textStyleDef "Default"
(font (font
(fontType Stroke) (fontType Stroke)
(fontFace "Helvetica") (fontFace "Helvetica")
(fontHeight 50 mils) (fontHeight 50 mils)
(strokeWidth 5 mils) (strokeWidth 5 mils)
) )
) )
(patternDef "533092070" (originalName "533092070") (patternDef "533092070" (originalName "533092070")
(multiLayer (multiLayer
(pad (padNum 1) (padStyleRef r130_55) (pt 3.600, 2.275) (rotation 0)) (pad (padNum 1) (padStyleRef r130_55) (pt 3.600, 2.275) (rotation 0))
(pad (padNum 2) (padStyleRef r140_55) (pt 3.600, -2.275) (rotation 0)) (pad (padNum 2) (padStyleRef r140_55) (pt 3.600, -2.275) (rotation 0))
(pad (padNum 3) (padStyleRef r130_55) (pt 2.800, 2.275) (rotation 0)) (pad (padNum 3) (padStyleRef r130_55) (pt 2.800, 2.275) (rotation 0))
(pad (padNum 4) (padStyleRef r140_55) (pt 2.800, -2.275) (rotation 0)) (pad (padNum 4) (padStyleRef r140_55) (pt 2.800, -2.275) (rotation 0))
(pad (padNum 5) (padStyleRef r130_55) (pt 2.000, 2.275) (rotation 0)) (pad (padNum 5) (padStyleRef r130_55) (pt 2.000, 2.275) (rotation 0))
(pad (padNum 6) (padStyleRef r140_55) (pt 2.000, -2.275) (rotation 0)) (pad (padNum 6) (padStyleRef r140_55) (pt 2.000, -2.275) (rotation 0))
(pad (padNum 7) (padStyleRef r130_55) (pt 1.200, 2.275) (rotation 0)) (pad (padNum 7) (padStyleRef r130_55) (pt 1.200, 2.275) (rotation 0))
(pad (padNum 8) (padStyleRef r140_55) (pt 1.200, -2.275) (rotation 0)) (pad (padNum 8) (padStyleRef r140_55) (pt 1.200, -2.275) (rotation 0))
(pad (padNum 9) (padStyleRef r130_55) (pt 0.400, 2.275) (rotation 0)) (pad (padNum 9) (padStyleRef r130_55) (pt 0.400, 2.275) (rotation 0))
(pad (padNum 10) (padStyleRef r140_55) (pt 0.400, -2.275) (rotation 0)) (pad (padNum 10) (padStyleRef r140_55) (pt 0.400, -2.275) (rotation 0))
(pad (padNum 11) (padStyleRef r130_55) (pt -0.400, 2.275) (rotation 0)) (pad (padNum 11) (padStyleRef r130_55) (pt -0.400, 2.275) (rotation 0))
(pad (padNum 12) (padStyleRef r140_55) (pt -0.400, -2.275) (rotation 0)) (pad (padNum 12) (padStyleRef r140_55) (pt -0.400, -2.275) (rotation 0))
(pad (padNum 13) (padStyleRef r130_55) (pt -1.200, 2.275) (rotation 0)) (pad (padNum 13) (padStyleRef r130_55) (pt -1.200, 2.275) (rotation 0))
(pad (padNum 14) (padStyleRef r140_55) (pt -1.200, -2.275) (rotation 0)) (pad (padNum 14) (padStyleRef r140_55) (pt -1.200, -2.275) (rotation 0))
(pad (padNum 15) (padStyleRef r130_55) (pt -2.000, 2.275) (rotation 0)) (pad (padNum 15) (padStyleRef r130_55) (pt -2.000, 2.275) (rotation 0))
(pad (padNum 16) (padStyleRef r140_55) (pt -2.000, -2.275) (rotation 0)) (pad (padNum 16) (padStyleRef r140_55) (pt -2.000, -2.275) (rotation 0))
(pad (padNum 17) (padStyleRef r130_55) (pt -2.800, 2.275) (rotation 0)) (pad (padNum 17) (padStyleRef r130_55) (pt -2.800, 2.275) (rotation 0))
(pad (padNum 18) (padStyleRef r140_55) (pt -2.800, -2.275) (rotation 0)) (pad (padNum 18) (padStyleRef r140_55) (pt -2.800, -2.275) (rotation 0))
(pad (padNum 19) (padStyleRef r130_55) (pt -3.600, 2.275) (rotation 0)) (pad (padNum 19) (padStyleRef r130_55) (pt -3.600, 2.275) (rotation 0))
(pad (padNum 20) (padStyleRef r140_55) (pt -3.600, -2.275) (rotation 0)) (pad (padNum 20) (padStyleRef r140_55) (pt -3.600, -2.275) (rotation 0))
) )
(layerContents (layerNumRef 18) (layerContents (layerNumRef 18)
(attr "RefDes" "RefDes" (pt 0.000, -0.025) (textStyleRef "Default") (isVisible True)) (attr "RefDes" "RefDes" (pt 0.000, -0.025) (textStyleRef "Default") (isVisible True))
) )
(layerContents (layerNumRef 28) (layerContents (layerNumRef 28)
(line (pt -4.9 2.1) (pt 4.9 2.1) (width 0.2)) (line (pt -4.9 2.1) (pt 4.9 2.1) (width 0.2))
) )
(layerContents (layerNumRef 28) (layerContents (layerNumRef 28)
(line (pt 4.9 2.1) (pt 4.9 -2.1) (width 0.2)) (line (pt 4.9 2.1) (pt 4.9 -2.1) (width 0.2))
) )
(layerContents (layerNumRef 28) (layerContents (layerNumRef 28)
(line (pt 4.9 -2.1) (pt -4.9 -2.1) (width 0.2)) (line (pt 4.9 -2.1) (pt -4.9 -2.1) (width 0.2))
) )
(layerContents (layerNumRef 28) (layerContents (layerNumRef 28)
(line (pt -4.9 -2.1) (pt -4.9 2.1) (width 0.2)) (line (pt -4.9 -2.1) (pt -4.9 2.1) (width 0.2))
) )
(layerContents (layerNumRef 30) (layerContents (layerNumRef 30)
(line (pt -5.9 3.925) (pt 5.9 3.925) (width 0.1)) (line (pt -5.9 3.925) (pt 5.9 3.925) (width 0.1))
) )
(layerContents (layerNumRef 30) (layerContents (layerNumRef 30)
(line (pt 5.9 3.925) (pt 5.9 -3.975) (width 0.1)) (line (pt 5.9 3.925) (pt 5.9 -3.975) (width 0.1))
) )
(layerContents (layerNumRef 30) (layerContents (layerNumRef 30)
(line (pt 5.9 -3.975) (pt -5.9 -3.975) (width 0.1)) (line (pt 5.9 -3.975) (pt -5.9 -3.975) (width 0.1))
) )
(layerContents (layerNumRef 30) (layerContents (layerNumRef 30)
(line (pt -5.9 -3.975) (pt -5.9 3.925) (width 0.1)) (line (pt -5.9 -3.975) (pt -5.9 3.925) (width 0.1))
) )
(layerContents (layerNumRef 18) (layerContents (layerNumRef 18)
(line (pt 4.2 2.1) (pt 4.8 2.1) (width 0.1)) (line (pt 4.2 2.1) (pt 4.8 2.1) (width 0.1))
) )
(layerContents (layerNumRef 18) (layerContents (layerNumRef 18)
(line (pt 4.8 2.1) (pt 4.9 2.1) (width 0.1)) (line (pt 4.8 2.1) (pt 4.9 2.1) (width 0.1))
) )
(layerContents (layerNumRef 18) (layerContents (layerNumRef 18)
(line (pt 4.9 2.1) (pt 4.9 -2.1) (width 0.1)) (line (pt 4.9 2.1) (pt 4.9 -2.1) (width 0.1))
) )
(layerContents (layerNumRef 18) (layerContents (layerNumRef 18)
(line (pt 4.9 -2.1) (pt 4.2 -2.1) (width 0.1)) (line (pt 4.9 -2.1) (pt 4.2 -2.1) (width 0.1))
) )
(layerContents (layerNumRef 18) (layerContents (layerNumRef 18)
(line (pt -4.2 2.1) (pt -4.8 2.1) (width 0.1)) (line (pt -4.2 2.1) (pt -4.8 2.1) (width 0.1))
) )
(layerContents (layerNumRef 18) (layerContents (layerNumRef 18)
(line (pt -4.8 2.1) (pt -4.9 2.1) (width 0.1)) (line (pt -4.8 2.1) (pt -4.9 2.1) (width 0.1))
) )
(layerContents (layerNumRef 18) (layerContents (layerNumRef 18)
(line (pt -4.9 2.1) (pt -4.9 -2.1) (width 0.1)) (line (pt -4.9 2.1) (pt -4.9 -2.1) (width 0.1))
) )
(layerContents (layerNumRef 18) (layerContents (layerNumRef 18)
(line (pt -4.9 -2.1) (pt -4.2 -2.1) (width 0.1)) (line (pt -4.9 -2.1) (pt -4.2 -2.1) (width 0.1))
) )
(layerContents (layerNumRef 18) (layerContents (layerNumRef 18)
(line (pt 3.8 3.4) (pt 3.8 3.4) (width 0.2)) (line (pt 3.8 3.4) (pt 3.8 3.4) (width 0.2))
) )
(layerContents (layerNumRef 18) (layerContents (layerNumRef 18)
(arc (pt 3.7, 3.4) (radius 0.1) (startAngle .0) (sweepAngle 180.0) (width 0.2)) (arc (pt 3.7, 3.4) (radius 0.1) (startAngle .0) (sweepAngle 180.0) (width 0.2))
) )
(layerContents (layerNumRef 18) (layerContents (layerNumRef 18)
(line (pt 3.6 3.4) (pt 3.6 3.4) (width 0.2)) (line (pt 3.6 3.4) (pt 3.6 3.4) (width 0.2))
) )
(layerContents (layerNumRef 18) (layerContents (layerNumRef 18)
(arc (pt 3.7, 3.4) (radius 0.1) (startAngle 180.0) (sweepAngle 180.0) (width 0.2)) (arc (pt 3.7, 3.4) (radius 0.1) (startAngle 180.0) (sweepAngle 180.0) (width 0.2))
) )
) )
(symbolDef "53309-2070" (originalName "53309-2070") (symbolDef "53309-2070" (originalName "53309-2070")
(pin (pinNum 1) (pt 900 mils -900 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -925 mils) (rotation 0]) (justify "Right") (textStyleRef "Default")) (pin (pinNum 1) (pt 900 mils -900 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -925 mils) (rotation 0]) (justify "Right") (textStyleRef "Default"))
)) ))
(pin (pinNum 2) (pt 0 mils -900 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -925 mils) (rotation 0]) (justify "Left") (textStyleRef "Default")) (pin (pinNum 2) (pt 0 mils -900 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -925 mils) (rotation 0]) (justify "Left") (textStyleRef "Default"))
)) ))
(pin (pinNum 3) (pt 900 mils -800 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -825 mils) (rotation 0]) (justify "Right") (textStyleRef "Default")) (pin (pinNum 3) (pt 900 mils -800 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -825 mils) (rotation 0]) (justify "Right") (textStyleRef "Default"))
)) ))
(pin (pinNum 4) (pt 0 mils -800 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -825 mils) (rotation 0]) (justify "Left") (textStyleRef "Default")) (pin (pinNum 4) (pt 0 mils -800 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -825 mils) (rotation 0]) (justify "Left") (textStyleRef "Default"))
)) ))
(pin (pinNum 5) (pt 900 mils -700 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -725 mils) (rotation 0]) (justify "Right") (textStyleRef "Default")) (pin (pinNum 5) (pt 900 mils -700 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -725 mils) (rotation 0]) (justify "Right") (textStyleRef "Default"))
)) ))
(pin (pinNum 6) (pt 0 mils -700 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -725 mils) (rotation 0]) (justify "Left") (textStyleRef "Default")) (pin (pinNum 6) (pt 0 mils -700 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -725 mils) (rotation 0]) (justify "Left") (textStyleRef "Default"))
)) ))
(pin (pinNum 7) (pt 900 mils -600 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -625 mils) (rotation 0]) (justify "Right") (textStyleRef "Default")) (pin (pinNum 7) (pt 900 mils -600 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -625 mils) (rotation 0]) (justify "Right") (textStyleRef "Default"))
)) ))
(pin (pinNum 8) (pt 0 mils -600 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -625 mils) (rotation 0]) (justify "Left") (textStyleRef "Default")) (pin (pinNum 8) (pt 0 mils -600 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -625 mils) (rotation 0]) (justify "Left") (textStyleRef "Default"))
)) ))
(pin (pinNum 9) (pt 900 mils -500 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -525 mils) (rotation 0]) (justify "Right") (textStyleRef "Default")) (pin (pinNum 9) (pt 900 mils -500 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -525 mils) (rotation 0]) (justify "Right") (textStyleRef "Default"))
)) ))
(pin (pinNum 10) (pt 0 mils -500 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -525 mils) (rotation 0]) (justify "Left") (textStyleRef "Default")) (pin (pinNum 10) (pt 0 mils -500 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -525 mils) (rotation 0]) (justify "Left") (textStyleRef "Default"))
)) ))
(pin (pinNum 11) (pt 900 mils -400 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -425 mils) (rotation 0]) (justify "Right") (textStyleRef "Default")) (pin (pinNum 11) (pt 900 mils -400 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -425 mils) (rotation 0]) (justify "Right") (textStyleRef "Default"))
)) ))
(pin (pinNum 12) (pt 0 mils -400 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -425 mils) (rotation 0]) (justify "Left") (textStyleRef "Default")) (pin (pinNum 12) (pt 0 mils -400 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -425 mils) (rotation 0]) (justify "Left") (textStyleRef "Default"))
)) ))
(pin (pinNum 13) (pt 900 mils -300 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -325 mils) (rotation 0]) (justify "Right") (textStyleRef "Default")) (pin (pinNum 13) (pt 900 mils -300 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -325 mils) (rotation 0]) (justify "Right") (textStyleRef "Default"))
)) ))
(pin (pinNum 14) (pt 0 mils -300 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -325 mils) (rotation 0]) (justify "Left") (textStyleRef "Default")) (pin (pinNum 14) (pt 0 mils -300 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -325 mils) (rotation 0]) (justify "Left") (textStyleRef "Default"))
)) ))
(pin (pinNum 15) (pt 900 mils -200 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -225 mils) (rotation 0]) (justify "Right") (textStyleRef "Default")) (pin (pinNum 15) (pt 900 mils -200 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -225 mils) (rotation 0]) (justify "Right") (textStyleRef "Default"))
)) ))
(pin (pinNum 16) (pt 0 mils -200 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -225 mils) (rotation 0]) (justify "Left") (textStyleRef "Default")) (pin (pinNum 16) (pt 0 mils -200 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -225 mils) (rotation 0]) (justify "Left") (textStyleRef "Default"))
)) ))
(pin (pinNum 17) (pt 900 mils -100 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -125 mils) (rotation 0]) (justify "Right") (textStyleRef "Default")) (pin (pinNum 17) (pt 900 mils -100 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -125 mils) (rotation 0]) (justify "Right") (textStyleRef "Default"))
)) ))
(pin (pinNum 18) (pt 0 mils -100 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -125 mils) (rotation 0]) (justify "Left") (textStyleRef "Default")) (pin (pinNum 18) (pt 0 mils -100 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -125 mils) (rotation 0]) (justify "Left") (textStyleRef "Default"))
)) ))
(pin (pinNum 19) (pt 900 mils 0 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -25 mils) (rotation 0]) (justify "Right") (textStyleRef "Default")) (pin (pinNum 19) (pt 900 mils 0 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -25 mils) (rotation 0]) (justify "Right") (textStyleRef "Default"))
)) ))
(pin (pinNum 20) (pt 0 mils 0 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -25 mils) (rotation 0]) (justify "Left") (textStyleRef "Default")) (pin (pinNum 20) (pt 0 mils 0 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -25 mils) (rotation 0]) (justify "Left") (textStyleRef "Default"))
)) ))
(line (pt 200 mils 100 mils) (pt 700 mils 100 mils) (width 6 mils)) (line (pt 200 mils 100 mils) (pt 700 mils 100 mils) (width 6 mils))
(line (pt 700 mils 100 mils) (pt 700 mils -1000 mils) (width 6 mils)) (line (pt 700 mils 100 mils) (pt 700 mils -1000 mils) (width 6 mils))
(line (pt 700 mils -1000 mils) (pt 200 mils -1000 mils) (width 6 mils)) (line (pt 700 mils -1000 mils) (pt 200 mils -1000 mils) (width 6 mils))
(line (pt 200 mils -1000 mils) (pt 200 mils 100 mils) (width 6 mils)) (line (pt 200 mils -1000 mils) (pt 200 mils 100 mils) (width 6 mils))
(attr "RefDes" "RefDes" (pt 750 mils 300 mils) (justify Left) (isVisible True) (textStyleRef "Default")) (attr "RefDes" "RefDes" (pt 750 mils 300 mils) (justify Left) (isVisible True) (textStyleRef "Default"))
) )
(compDef "53309-2070" (originalName "53309-2070") (compHeader (numPins 20) (numParts 1) (refDesPrefix J) (compDef "53309-2070" (originalName "53309-2070") (compHeader (numPins 20) (numParts 1) (refDesPrefix J)
) )
(compPin "1" (pinName "1") (partNum 1) (symPinNum 1) (gateEq 0) (pinEq 0) (pinType Bidirectional)) (compPin "1" (pinName "1") (partNum 1) (symPinNum 1) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "2" (pinName "2") (partNum 1) (symPinNum 2) (gateEq 0) (pinEq 0) (pinType Bidirectional)) (compPin "2" (pinName "2") (partNum 1) (symPinNum 2) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "3" (pinName "3") (partNum 1) (symPinNum 3) (gateEq 0) (pinEq 0) (pinType Bidirectional)) (compPin "3" (pinName "3") (partNum 1) (symPinNum 3) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "4" (pinName "4") (partNum 1) (symPinNum 4) (gateEq 0) (pinEq 0) (pinType Bidirectional)) (compPin "4" (pinName "4") (partNum 1) (symPinNum 4) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "5" (pinName "5") (partNum 1) (symPinNum 5) (gateEq 0) (pinEq 0) (pinType Bidirectional)) (compPin "5" (pinName "5") (partNum 1) (symPinNum 5) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "6" (pinName "6") (partNum 1) (symPinNum 6) (gateEq 0) (pinEq 0) (pinType Bidirectional)) (compPin "6" (pinName "6") (partNum 1) (symPinNum 6) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "7" (pinName "7") (partNum 1) (symPinNum 7) (gateEq 0) (pinEq 0) (pinType Bidirectional)) (compPin "7" (pinName "7") (partNum 1) (symPinNum 7) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "8" (pinName "8") (partNum 1) (symPinNum 8) (gateEq 0) (pinEq 0) (pinType Bidirectional)) (compPin "8" (pinName "8") (partNum 1) (symPinNum 8) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "9" (pinName "9") (partNum 1) (symPinNum 9) (gateEq 0) (pinEq 0) (pinType Bidirectional)) (compPin "9" (pinName "9") (partNum 1) (symPinNum 9) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "10" (pinName "10") (partNum 1) (symPinNum 10) (gateEq 0) (pinEq 0) (pinType Bidirectional)) (compPin "10" (pinName "10") (partNum 1) (symPinNum 10) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "11" (pinName "11") (partNum 1) (symPinNum 11) (gateEq 0) (pinEq 0) (pinType Bidirectional)) (compPin "11" (pinName "11") (partNum 1) (symPinNum 11) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "12" (pinName "12") (partNum 1) (symPinNum 12) (gateEq 0) (pinEq 0) (pinType Bidirectional)) (compPin "12" (pinName "12") (partNum 1) (symPinNum 12) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "13" (pinName "13") (partNum 1) (symPinNum 13) (gateEq 0) (pinEq 0) (pinType Bidirectional)) (compPin "13" (pinName "13") (partNum 1) (symPinNum 13) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "14" (pinName "14") (partNum 1) (symPinNum 14) (gateEq 0) (pinEq 0) (pinType Bidirectional)) (compPin "14" (pinName "14") (partNum 1) (symPinNum 14) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "15" (pinName "15") (partNum 1) (symPinNum 15) (gateEq 0) (pinEq 0) (pinType Bidirectional)) (compPin "15" (pinName "15") (partNum 1) (symPinNum 15) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "16" (pinName "16") (partNum 1) (symPinNum 16) (gateEq 0) (pinEq 0) (pinType Bidirectional)) (compPin "16" (pinName "16") (partNum 1) (symPinNum 16) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "17" (pinName "17") (partNum 1) (symPinNum 17) (gateEq 0) (pinEq 0) (pinType Bidirectional)) (compPin "17" (pinName "17") (partNum 1) (symPinNum 17) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "18" (pinName "18") (partNum 1) (symPinNum 18) (gateEq 0) (pinEq 0) (pinType Bidirectional)) (compPin "18" (pinName "18") (partNum 1) (symPinNum 18) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "19" (pinName "19") (partNum 1) (symPinNum 19) (gateEq 0) (pinEq 0) (pinType Bidirectional)) (compPin "19" (pinName "19") (partNum 1) (symPinNum 19) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "20" (pinName "20") (partNum 1) (symPinNum 20) (gateEq 0) (pinEq 0) (pinType Bidirectional)) (compPin "20" (pinName "20") (partNum 1) (symPinNum 20) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(attachedSymbol (partNum 1) (altType Normal) (symbolName "53309-2070")) (attachedSymbol (partNum 1) (altType Normal) (symbolName "53309-2070"))
(attachedPattern (patternNum 1) (patternName "533092070") (attachedPattern (patternNum 1) (patternName "533092070")
(numPads 20) (numPads 20)
(padPinMap (padPinMap
(padNum 1) (compPinRef "1") (padNum 1) (compPinRef "1")
(padNum 2) (compPinRef "2") (padNum 2) (compPinRef "2")
(padNum 3) (compPinRef "3") (padNum 3) (compPinRef "3")
(padNum 4) (compPinRef "4") (padNum 4) (compPinRef "4")
(padNum 5) (compPinRef "5") (padNum 5) (compPinRef "5")
(padNum 6) (compPinRef "6") (padNum 6) (compPinRef "6")
(padNum 7) (compPinRef "7") (padNum 7) (compPinRef "7")
(padNum 8) (compPinRef "8") (padNum 8) (compPinRef "8")
(padNum 9) (compPinRef "9") (padNum 9) (compPinRef "9")
(padNum 10) (compPinRef "10") (padNum 10) (compPinRef "10")
(padNum 11) (compPinRef "11") (padNum 11) (compPinRef "11")
(padNum 12) (compPinRef "12") (padNum 12) (compPinRef "12")
(padNum 13) (compPinRef "13") (padNum 13) (compPinRef "13")
(padNum 14) (compPinRef "14") (padNum 14) (compPinRef "14")
(padNum 15) (compPinRef "15") (padNum 15) (compPinRef "15")
(padNum 16) (compPinRef "16") (padNum 16) (compPinRef "16")
(padNum 17) (compPinRef "17") (padNum 17) (compPinRef "17")
(padNum 18) (compPinRef "18") (padNum 18) (compPinRef "18")
(padNum 19) (compPinRef "19") (padNum 19) (compPinRef "19")
(padNum 20) (compPinRef "20") (padNum 20) (compPinRef "20")
) )
) )
(attr "Mouser Part Number" "538-53309-2070") (attr "Mouser Part Number" "538-53309-2070")
(attr "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Molex/53309-2070?qs=9BfFgGvh7CfO11BRQ4L7fQ%3D%3D") (attr "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Molex/53309-2070?qs=9BfFgGvh7CfO11BRQ4L7fQ%3D%3D")
(attr "Manufacturer_Name" "Molex") (attr "Manufacturer_Name" "Molex")
(attr "Manufacturer_Part_Number" "53309-2070") (attr "Manufacturer_Part_Number" "53309-2070")
(attr "Description" "Board to Board & Mezzanine Connectors 0.8 BtB Wafer Assy R RA 20Ckt EmbsTp Pkg") (attr "Description" "Board to Board & Mezzanine Connectors 0.8 BtB Wafer Assy R RA 20Ckt EmbsTp Pkg")
(attr "Datasheet Link" "https://componentsearchengine.com/Datasheets/1/53309-2070.pdf") (attr "Datasheet Link" "https://componentsearchengine.com/Datasheets/1/53309-2070.pdf")
(attr "Height" "4.9 mm") (attr "Height" "4.9 mm")
) )
) )

View File

@ -1,187 +1,187 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!--/1538906/1031803/2.50/20/0/Connector/--> <!--/1538906/1031803/2.50/20/0/Connector/-->
<!DOCTYPE curve SYSTEM "eagle.dtd"> <!DOCTYPE curve SYSTEM "eagle.dtd">
<eagle version="7.7.0"> <eagle version="7.7.0">
<drawing> <drawing>
<settings> <settings>
<setting alwaysvectorfont="no"/> <setting alwaysvectorfont="no"/>
<setting verticaltext="up"/> <setting verticaltext="up"/>
</settings> </settings>
<grid distance="0.1" unitdist="inch" unit="inch" style="lines" multiple="1" display="no" altdistance="0.01" altunitdist="inch" altunit="inch"/> <grid distance="0.1" unitdist="inch" unit="inch" style="lines" multiple="1" display="no" altdistance="0.01" altunitdist="inch" altunit="inch"/>
<layers> <layers>
<layer number="1" name="Top" color="4" fill="1" visible="yes" active="yes"/> <layer number="1" name="Top" color="4" fill="1" visible="yes" active="yes"/>
<layer number="16" name="Bottom" color="1" fill="1" visible="yes" active="yes"/> <layer number="16" name="Bottom" color="1" fill="1" visible="yes" active="yes"/>
<layer number="17" name="Pads" color="2" fill="1" visible="yes" active="yes"/> <layer number="17" name="Pads" color="2" fill="1" visible="yes" active="yes"/>
<layer number="18" name="Vias" color="2" fill="1" visible="yes" active="yes"/> <layer number="18" name="Vias" color="2" fill="1" visible="yes" active="yes"/>
<layer number="19" name="Unrouted" color="6" fill="1" visible="yes" active="yes"/> <layer number="19" name="Unrouted" color="6" fill="1" visible="yes" active="yes"/>
<layer number="20" name="Dimension" color="15" fill="1" visible="yes" active="yes"/> <layer number="20" name="Dimension" color="15" fill="1" visible="yes" active="yes"/>
<layer number="21" name="tPlace" color="7" fill="1" visible="yes" active="yes"/> <layer number="21" name="tPlace" color="7" fill="1" visible="yes" active="yes"/>
<layer number="22" name="bPlace" color="7" fill="1" visible="yes" active="yes"/> <layer number="22" name="bPlace" color="7" fill="1" visible="yes" active="yes"/>
<layer number="23" name="tOrigins" color="15" fill="1" visible="yes" active="yes"/> <layer number="23" name="tOrigins" color="15" fill="1" visible="yes" active="yes"/>
<layer number="24" name="bOrigins" color="15" fill="1" visible="yes" active="yes"/> <layer number="24" name="bOrigins" color="15" fill="1" visible="yes" active="yes"/>
<layer number="25" name="tNames" color="7" fill="1" visible="yes" active="yes"/> <layer number="25" name="tNames" color="7" fill="1" visible="yes" active="yes"/>
<layer number="26" name="bNames" color="7" fill="1" visible="yes" active="yes"/> <layer number="26" name="bNames" color="7" fill="1" visible="yes" active="yes"/>
<layer number="27" name="tValues" color="7" fill="1" visible="yes" active="yes"/> <layer number="27" name="tValues" color="7" fill="1" visible="yes" active="yes"/>
<layer number="28" name="bValues" color="7" fill="1" visible="yes" active="yes"/> <layer number="28" name="bValues" color="7" fill="1" visible="yes" active="yes"/>
<layer number="29" name="tStop" color="7" fill="3" visible="no" active="yes"/> <layer number="29" name="tStop" color="7" fill="3" visible="no" active="yes"/>
<layer number="30" name="bStop" color="7" fill="6" visible="no" active="yes"/> <layer number="30" name="bStop" color="7" fill="6" visible="no" active="yes"/>
<layer number="31" name="tCream" color="7" fill="4" visible="no" active="yes"/> <layer number="31" name="tCream" color="7" fill="4" visible="no" active="yes"/>
<layer number="32" name="bCream" color="7" fill="5" visible="no" active="yes"/> <layer number="32" name="bCream" color="7" fill="5" visible="no" active="yes"/>
<layer number="33" name="tFinish" color="6" fill="3" visible="no" active="yes"/> <layer number="33" name="tFinish" color="6" fill="3" visible="no" active="yes"/>
<layer number="34" name="bFinish" color="6" fill="6" visible="no" active="yes"/> <layer number="34" name="bFinish" color="6" fill="6" visible="no" active="yes"/>
<layer number="35" name="tGlue" color="7" fill="4" visible="no" active="yes"/> <layer number="35" name="tGlue" color="7" fill="4" visible="no" active="yes"/>
<layer number="36" name="bGlue" color="7" fill="5" visible="no" active="yes"/> <layer number="36" name="bGlue" color="7" fill="5" visible="no" active="yes"/>
<layer number="37" name="tTest" color="7" fill="1" visible="no" active="yes"/> <layer number="37" name="tTest" color="7" fill="1" visible="no" active="yes"/>
<layer number="38" name="bTest" color="7" fill="1" visible="no" active="yes"/> <layer number="38" name="bTest" color="7" fill="1" visible="no" active="yes"/>
<layer number="39" name="tKeepout" color="4" fill="11" visible="yes" active="yes"/> <layer number="39" name="tKeepout" color="4" fill="11" visible="yes" active="yes"/>
<layer number="40" name="bKeepout" color="1" fill="11" visible="yes" active="yes"/> <layer number="40" name="bKeepout" color="1" fill="11" visible="yes" active="yes"/>
<layer number="41" name="tRestrict" color="4" fill="10" visible="yes" active="yes"/> <layer number="41" name="tRestrict" color="4" fill="10" visible="yes" active="yes"/>
<layer number="42" name="bRestrict" color="1" fill="10" visible="yes" active="yes"/> <layer number="42" name="bRestrict" color="1" fill="10" visible="yes" active="yes"/>
<layer number="43" name="vRestrict" color="2" fill="10" visible="yes" active="yes"/> <layer number="43" name="vRestrict" color="2" fill="10" visible="yes" active="yes"/>
<layer number="44" name="Drills" color="7" fill="1" visible="no" active="yes"/> <layer number="44" name="Drills" color="7" fill="1" visible="no" active="yes"/>
<layer number="45" name="Holes" color="7" fill="1" visible="no" active="yes"/> <layer number="45" name="Holes" color="7" fill="1" visible="no" active="yes"/>
<layer number="46" name="Milling" color="3" fill="1" visible="no" active="yes"/> <layer number="46" name="Milling" color="3" fill="1" visible="no" active="yes"/>
<layer number="47" name="Measures" color="7" fill="1" visible="no" active="yes"/> <layer number="47" name="Measures" color="7" fill="1" visible="no" active="yes"/>
<layer number="48" name="Document" color="7" fill="1" visible="yes" active="yes"/> <layer number="48" name="Document" color="7" fill="1" visible="yes" active="yes"/>
<layer number="49" name="Reference" color="7" fill="1" visible="yes" active="yes"/> <layer number="49" name="Reference" color="7" fill="1" visible="yes" active="yes"/>
<layer number="51" name="tDocu" color="7" fill="1" visible="yes" active="yes"/> <layer number="51" name="tDocu" color="7" fill="1" visible="yes" active="yes"/>
<layer number="52" name="bDocu" color="7" fill="1" visible="yes" active="yes"/> <layer number="52" name="bDocu" color="7" fill="1" visible="yes" active="yes"/>
<layer number="90" name="Modules" color="5" fill="1" visible="yes" active="yes"/> <layer number="90" name="Modules" color="5" fill="1" visible="yes" active="yes"/>
<layer number="91" name="Nets" color="2" fill="1" visible="yes" active="yes"/> <layer number="91" name="Nets" color="2" fill="1" visible="yes" active="yes"/>
<layer number="92" name="Busses" color="1" fill="1" visible="yes" active="yes"/> <layer number="92" name="Busses" color="1" fill="1" visible="yes" active="yes"/>
<layer number="93" name="Pins" color="2" fill="1" visible="no" active="yes"/> <layer number="93" name="Pins" color="2" fill="1" visible="no" active="yes"/>
<layer number="94" name="Symbols" color="4" fill="1" visible="yes" active="yes"/> <layer number="94" name="Symbols" color="4" fill="1" visible="yes" active="yes"/>
<layer number="95" name="Names" color="7" fill="1" visible="yes" active="yes"/> <layer number="95" name="Names" color="7" fill="1" visible="yes" active="yes"/>
<layer number="96" name="Values" color="7" fill="1" visible="yes" active="yes"/> <layer number="96" name="Values" color="7" fill="1" visible="yes" active="yes"/>
<layer number="97" name="Info" color="7" fill="1" visible="yes" active="yes"/> <layer number="97" name="Info" color="7" fill="1" visible="yes" active="yes"/>
<layer number="98" name="Guide" color="6" fill="1" visible="yes" active="yes"/> <layer number="98" name="Guide" color="6" fill="1" visible="yes" active="yes"/>
</layers> </layers>
<library> <library>
<description>&lt;Board to Board &amp; Mezzanine Connectors 0.8 BtB Wafer Assy R RA 20Ckt EmbsTp Pkg&lt;/b&gt;&lt;p&gt; <description>&lt;Board to Board &amp; Mezzanine Connectors 0.8 BtB Wafer Assy R RA 20Ckt EmbsTp Pkg&lt;/b&gt;&lt;p&gt;
&lt;author&gt;Created by SamacSys&lt;/author&gt;</description> &lt;author&gt;Created by SamacSys&lt;/author&gt;</description>
<packages> <packages>
<package name="533092070"> <package name="533092070">
<description>&lt;b&gt;53309-2070-1&lt;/b&gt;&lt;br&gt; <description>&lt;b&gt;53309-2070-1&lt;/b&gt;&lt;br&gt;
</description> </description>
<smd name="1" x="3.600" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/> <smd name="1" x="3.600" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/>
<smd name="2" x="3.600" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/> <smd name="2" x="3.600" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/>
<smd name="3" x="2.800" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/> <smd name="3" x="2.800" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/>
<smd name="4" x="2.800" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/> <smd name="4" x="2.800" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/>
<smd name="5" x="2.000" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/> <smd name="5" x="2.000" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/>
<smd name="6" x="2.000" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/> <smd name="6" x="2.000" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/>
<smd name="7" x="1.200" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/> <smd name="7" x="1.200" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/>
<smd name="8" x="1.200" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/> <smd name="8" x="1.200" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/>
<smd name="9" x="0.400" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/> <smd name="9" x="0.400" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/>
<smd name="10" x="0.400" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/> <smd name="10" x="0.400" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/>
<smd name="11" x="-0.400" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/> <smd name="11" x="-0.400" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/>
<smd name="12" x="-0.400" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/> <smd name="12" x="-0.400" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/>
<smd name="13" x="-1.200" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/> <smd name="13" x="-1.200" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/>
<smd name="14" x="-1.200" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/> <smd name="14" x="-1.200" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/>
<smd name="15" x="-2.000" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/> <smd name="15" x="-2.000" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/>
<smd name="16" x="-2.000" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/> <smd name="16" x="-2.000" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/>
<smd name="17" x="-2.800" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/> <smd name="17" x="-2.800" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/>
<smd name="18" x="-2.800" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/> <smd name="18" x="-2.800" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/>
<smd name="19" x="-3.600" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/> <smd name="19" x="-3.600" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/>
<smd name="20" x="-3.600" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/> <smd name="20" x="-3.600" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/>
<text x="0.000" y="-0.025" align="center" size="1.27" layer="25" rot="R0" >&gt;NAME</text> <text x="0.000" y="-0.025" align="center" size="1.27" layer="25" rot="R0" >&gt;NAME</text>
<text x="0.000" y="-0.025" align="center" size="1.27" layer="27" rot="R0" >&gt;VALUE</text> <text x="0.000" y="-0.025" align="center" size="1.27" layer="27" rot="R0" >&gt;VALUE</text>
<wire x1="-4.9" y1="2.1" x2="4.9" y2="2.1" width="0.2" layer="51"/> <wire x1="-4.9" y1="2.1" x2="4.9" y2="2.1" width="0.2" layer="51"/>
<wire x1="4.9" y1="2.1" x2="4.9" y2="-2.1" width="0.2" layer="51"/> <wire x1="4.9" y1="2.1" x2="4.9" y2="-2.1" width="0.2" layer="51"/>
<wire x1="4.9" y1="-2.1" x2="-4.9" y2="-2.1" width="0.2" layer="51"/> <wire x1="4.9" y1="-2.1" x2="-4.9" y2="-2.1" width="0.2" layer="51"/>
<wire x1="-4.9" y1="-2.1" x2="-4.9" y2="2.1" width="0.2" layer="51"/> <wire x1="-4.9" y1="-2.1" x2="-4.9" y2="2.1" width="0.2" layer="51"/>
<wire x1="-5.9" y1="3.925" x2="5.9" y2="3.925" width="0.1" layer="51"/> <wire x1="-5.9" y1="3.925" x2="5.9" y2="3.925" width="0.1" layer="51"/>
<wire x1="5.9" y1="3.925" x2="5.9" y2="-3.975" width="0.1" layer="51"/> <wire x1="5.9" y1="3.925" x2="5.9" y2="-3.975" width="0.1" layer="51"/>
<wire x1="5.9" y1="-3.975" x2="-5.9" y2="-3.975" width="0.1" layer="51"/> <wire x1="5.9" y1="-3.975" x2="-5.9" y2="-3.975" width="0.1" layer="51"/>
<wire x1="-5.9" y1="-3.975" x2="-5.9" y2="3.925" width="0.1" layer="51"/> <wire x1="-5.9" y1="-3.975" x2="-5.9" y2="3.925" width="0.1" layer="51"/>
<wire x1="4.2" y1="2.1" x2="4.8" y2="2.1" width="0.1" layer="21"/> <wire x1="4.2" y1="2.1" x2="4.8" y2="2.1" width="0.1" layer="21"/>
<wire x1="4.8" y1="2.1" x2="4.9" y2="2.1" width="0.1" layer="21"/> <wire x1="4.8" y1="2.1" x2="4.9" y2="2.1" width="0.1" layer="21"/>
<wire x1="4.9" y1="2.1" x2="4.9" y2="-2.1" width="0.1" layer="21"/> <wire x1="4.9" y1="2.1" x2="4.9" y2="-2.1" width="0.1" layer="21"/>
<wire x1="4.9" y1="-2.1" x2="4.2" y2="-2.1" width="0.1" layer="21"/> <wire x1="4.9" y1="-2.1" x2="4.2" y2="-2.1" width="0.1" layer="21"/>
<wire x1="-4.2" y1="2.1" x2="-4.8" y2="2.1" width="0.1" layer="21"/> <wire x1="-4.2" y1="2.1" x2="-4.8" y2="2.1" width="0.1" layer="21"/>
<wire x1="-4.8" y1="2.1" x2="-4.9" y2="2.1" width="0.1" layer="21"/> <wire x1="-4.8" y1="2.1" x2="-4.9" y2="2.1" width="0.1" layer="21"/>
<wire x1="-4.9" y1="2.1" x2="-4.9" y2="-2.1" width="0.1" layer="21"/> <wire x1="-4.9" y1="2.1" x2="-4.9" y2="-2.1" width="0.1" layer="21"/>
<wire x1="-4.9" y1="-2.1" x2="-4.2" y2="-2.1" width="0.1" layer="21"/> <wire x1="-4.9" y1="-2.1" x2="-4.2" y2="-2.1" width="0.1" layer="21"/>
<wire x1="3.8" y1="3.4" x2="3.8" y2="3.4" width="0.2" layer="21"/> <wire x1="3.8" y1="3.4" x2="3.8" y2="3.4" width="0.2" layer="21"/>
<wire x1="3.800" y1="3.400" x2="3.600" y2="3.400" width="0.2" layer="21" curve="180.0"/> <wire x1="3.800" y1="3.400" x2="3.600" y2="3.400" width="0.2" layer="21" curve="180.0"/>
<wire x1="3.6" y1="3.4" x2="3.6" y2="3.4" width="0.2" layer="21"/> <wire x1="3.6" y1="3.4" x2="3.6" y2="3.4" width="0.2" layer="21"/>
<wire x1="3.600" y1="3.400" x2="3.800" y2="3.400" width="0.2" layer="21" curve="180.0"/> <wire x1="3.600" y1="3.400" x2="3.800" y2="3.400" width="0.2" layer="21" curve="180.0"/>
</package> </package>
</packages> </packages>
<symbols> <symbols>
<symbol name="53309-2070"> <symbol name="53309-2070">
<wire x1="5.08" y1="2.54" x2="17.78" y2="2.54" width="0.254" layer="94"/> <wire x1="5.08" y1="2.54" x2="17.78" y2="2.54" width="0.254" layer="94"/>
<wire x1="17.78" y1="-25.4" x2="17.78" y2="2.54" width="0.254" layer="94"/> <wire x1="17.78" y1="-25.4" x2="17.78" y2="2.54" width="0.254" layer="94"/>
<wire x1="17.78" y1="-25.4" x2="5.08" y2="-25.4" width="0.254" layer="94"/> <wire x1="17.78" y1="-25.4" x2="5.08" y2="-25.4" width="0.254" layer="94"/>
<wire x1="5.08" y1="2.54" x2="5.08" y2="-25.4" width="0.254" layer="94"/> <wire x1="5.08" y1="2.54" x2="5.08" y2="-25.4" width="0.254" layer="94"/>
<text x="19.05" y="7.62" align="center-left" size="1.778" layer="95">&gt;NAME</text> <text x="19.05" y="7.62" align="center-left" size="1.778" layer="95">&gt;NAME</text>
<text x="19.05" y="5.08" align="center-left" size="1.778" layer="96">&gt;VALUE</text> <text x="19.05" y="5.08" align="center-left" size="1.778" layer="96">&gt;VALUE</text>
<pin name="1" x="22.86" y="-22.86" length="middle" direction="io" rot="R180"/> <pin name="1" x="22.86" y="-22.86" length="middle" direction="io" rot="R180"/>
<pin name="2" x="0" y="-22.86" length="middle" direction="io" rot="R0"/> <pin name="2" x="0" y="-22.86" length="middle" direction="io" rot="R0"/>
<pin name="3" x="22.86" y="-20.32" length="middle" direction="io" rot="R180"/> <pin name="3" x="22.86" y="-20.32" length="middle" direction="io" rot="R180"/>
<pin name="4" x="0" y="-20.32" length="middle" direction="io" rot="R0"/> <pin name="4" x="0" y="-20.32" length="middle" direction="io" rot="R0"/>
<pin name="5" x="22.86" y="-17.78" length="middle" direction="io" rot="R180"/> <pin name="5" x="22.86" y="-17.78" length="middle" direction="io" rot="R180"/>
<pin name="6" x="0" y="-17.78" length="middle" direction="io" rot="R0"/> <pin name="6" x="0" y="-17.78" length="middle" direction="io" rot="R0"/>
<pin name="7" x="22.86" y="-15.24" length="middle" direction="io" rot="R180"/> <pin name="7" x="22.86" y="-15.24" length="middle" direction="io" rot="R180"/>
<pin name="8" x="0" y="-15.24" length="middle" direction="io" rot="R0"/> <pin name="8" x="0" y="-15.24" length="middle" direction="io" rot="R0"/>
<pin name="9" x="22.86" y="-12.7" length="middle" direction="io" rot="R180"/> <pin name="9" x="22.86" y="-12.7" length="middle" direction="io" rot="R180"/>
<pin name="10" x="0" y="-12.7" length="middle" direction="io" rot="R0"/> <pin name="10" x="0" y="-12.7" length="middle" direction="io" rot="R0"/>
<pin name="11" x="22.86" y="-10.16" length="middle" direction="io" rot="R180"/> <pin name="11" x="22.86" y="-10.16" length="middle" direction="io" rot="R180"/>
<pin name="12" x="0" y="-10.16" length="middle" direction="io" rot="R0"/> <pin name="12" x="0" y="-10.16" length="middle" direction="io" rot="R0"/>
<pin name="13" x="22.86" y="-7.62" length="middle" direction="io" rot="R180"/> <pin name="13" x="22.86" y="-7.62" length="middle" direction="io" rot="R180"/>
<pin name="14" x="0" y="-7.62" length="middle" direction="io" rot="R0"/> <pin name="14" x="0" y="-7.62" length="middle" direction="io" rot="R0"/>
<pin name="15" x="22.86" y="-5.08" length="middle" direction="io" rot="R180"/> <pin name="15" x="22.86" y="-5.08" length="middle" direction="io" rot="R180"/>
<pin name="16" x="0" y="-5.08" length="middle" direction="io" rot="R0"/> <pin name="16" x="0" y="-5.08" length="middle" direction="io" rot="R0"/>
<pin name="17" x="22.86" y="-2.54" length="middle" direction="io" rot="R180"/> <pin name="17" x="22.86" y="-2.54" length="middle" direction="io" rot="R180"/>
<pin name="18" x="0" y="-2.54" length="middle" direction="io" rot="R0"/> <pin name="18" x="0" y="-2.54" length="middle" direction="io" rot="R0"/>
<pin name="19" x="22.86" y="0" length="middle" direction="io" rot="R180"/> <pin name="19" x="22.86" y="0" length="middle" direction="io" rot="R180"/>
<pin name="20" x="0" y="0" length="middle" direction="io" rot="R0"/> <pin name="20" x="0" y="0" length="middle" direction="io" rot="R0"/>
</symbol> </symbol>
</symbols> </symbols>
<devicesets> <devicesets>
<deviceset name="53309-2070" prefix="J"> <deviceset name="53309-2070" prefix="J">
<description>&lt;b&gt;Board to Board &amp; Mezzanine Connectors 0.8 BtB Wafer Assy R RA 20Ckt EmbsTp Pkg&lt;/b&gt;&lt;p&gt; <description>&lt;b&gt;Board to Board &amp; Mezzanine Connectors 0.8 BtB Wafer Assy R RA 20Ckt EmbsTp Pkg&lt;/b&gt;&lt;p&gt;
Source: &lt;a href="https://componentsearchengine.com/Datasheets/1/53309-2070.pdf"&gt; Datasheet &lt;/a&gt;</description> Source: &lt;a href="https://componentsearchengine.com/Datasheets/1/53309-2070.pdf"&gt; Datasheet &lt;/a&gt;</description>
<gates> <gates>
<gate name="G$1" symbol="53309-2070" x="0" y="0"/> <gate name="G$1" symbol="53309-2070" x="0" y="0"/>
</gates> </gates>
<devices> <devices>
<device name="" package="533092070"> <device name="" package="533092070">
<connects> <connects>
<connect gate="G$1" pin="1" pad="1"/> <connect gate="G$1" pin="1" pad="1"/>
<connect gate="G$1" pin="2" pad="2"/> <connect gate="G$1" pin="2" pad="2"/>
<connect gate="G$1" pin="3" pad="3"/> <connect gate="G$1" pin="3" pad="3"/>
<connect gate="G$1" pin="4" pad="4"/> <connect gate="G$1" pin="4" pad="4"/>
<connect gate="G$1" pin="5" pad="5"/> <connect gate="G$1" pin="5" pad="5"/>
<connect gate="G$1" pin="6" pad="6"/> <connect gate="G$1" pin="6" pad="6"/>
<connect gate="G$1" pin="7" pad="7"/> <connect gate="G$1" pin="7" pad="7"/>
<connect gate="G$1" pin="8" pad="8"/> <connect gate="G$1" pin="8" pad="8"/>
<connect gate="G$1" pin="9" pad="9"/> <connect gate="G$1" pin="9" pad="9"/>
<connect gate="G$1" pin="10" pad="10"/> <connect gate="G$1" pin="10" pad="10"/>
<connect gate="G$1" pin="11" pad="11"/> <connect gate="G$1" pin="11" pad="11"/>
<connect gate="G$1" pin="12" pad="12"/> <connect gate="G$1" pin="12" pad="12"/>
<connect gate="G$1" pin="13" pad="13"/> <connect gate="G$1" pin="13" pad="13"/>
<connect gate="G$1" pin="14" pad="14"/> <connect gate="G$1" pin="14" pad="14"/>
<connect gate="G$1" pin="15" pad="15"/> <connect gate="G$1" pin="15" pad="15"/>
<connect gate="G$1" pin="16" pad="16"/> <connect gate="G$1" pin="16" pad="16"/>
<connect gate="G$1" pin="17" pad="17"/> <connect gate="G$1" pin="17" pad="17"/>
<connect gate="G$1" pin="18" pad="18"/> <connect gate="G$1" pin="18" pad="18"/>
<connect gate="G$1" pin="19" pad="19"/> <connect gate="G$1" pin="19" pad="19"/>
<connect gate="G$1" pin="20" pad="20"/> <connect gate="G$1" pin="20" pad="20"/>
</connects> </connects>
<technologies> <technologies>
<technology name=""> <technology name="">
<attribute name="Mouser_Part_Number" value="538-53309-2070" constant="no"/> <attribute name="Mouser_Part_Number" value="538-53309-2070" constant="no"/>
<attribute name="Mouser_Price-Stock" value="https://www.mouser.co.uk/ProductDetail/Molex/53309-2070?qs=9BfFgGvh7CfO11BRQ4L7fQ%3D%3D" constant="no"/> <attribute name="Mouser_Price-Stock" value="https://www.mouser.co.uk/ProductDetail/Molex/53309-2070?qs=9BfFgGvh7CfO11BRQ4L7fQ%3D%3D" constant="no"/>
<attribute name="Manufacturer_Name" value="Molex" constant="no"/> <attribute name="Manufacturer_Name" value="Molex" constant="no"/>
<attribute name="Manufacturer_Part_Number" value="53309-2070" constant="no"/> <attribute name="Manufacturer_Part_Number" value="53309-2070" constant="no"/>
<attribute name="Description" value="Board to Board &amp; Mezzanine Connectors 0.8 BtB Wafer Assy R RA 20Ckt EmbsTp Pkg" constant="no"/> <attribute name="Description" value="Board to Board &amp; Mezzanine Connectors 0.8 BtB Wafer Assy R RA 20Ckt EmbsTp Pkg" constant="no"/>
<attribute name="Height" value="4.9mm" constant="no"/> <attribute name="Height" value="4.9mm" constant="no"/>
</technology> </technology>
</technologies> </technologies>
</device> </device>
</devices> </devices>
</deviceset> </deviceset>
</devicesets> </devicesets>
</library> </library>
</drawing> </drawing>
</eagle> </eagle>

View File

@ -1,11 +1,11 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>Eagle</title> <title>Eagle</title>
</head> </head>
<body style="font-family:verdana"> <body style="font-family:verdana">
<p>Please first install the Library Loader application from: <a href="http://componentsearchengine.com/pcb-libraries.php">http://componentsearchengine.com/pcb-libraries.php</a></p> <p>Please first install the Library Loader application from: <a href="http://componentsearchengine.com/pcb-libraries.php">http://componentsearchengine.com/pcb-libraries.php</a></p>
<p>If Library Loader is already installed please make sure it's running by launching it from the desktop shortcut.</p> <p>If Library Loader is already installed please make sure it's running by launching it from the desktop shortcut.</p>
<p>For help loading the SamacSys libraries into EasyEDA please Click Here: <a href="http://www.samacsys.com/easyeda-instructions/">http://www.samacsys.com/easyeda-instructions/</a></p> <p>For help loading the SamacSys libraries into EasyEDA please Click Here: <a href="http://www.samacsys.com/easyeda-instructions/">http://www.samacsys.com/easyeda-instructions/</a></p>
</body> </body>
</html> </html>

View File

@ -1,292 +1,292 @@
(EDIF (EDIF
(rename &53309_2070 "53309_2070") (rename &53309_2070 "53309_2070")
(EDIFVersion 2 0 0) (EDIFVersion 2 0 0)
(EDIFLevel 0) (EDIFLevel 0)
(keywordMap (keywordLevel 0)) (keywordMap (keywordLevel 0))
(status (status
(written (written
(timestamp 2023 12 09 02 00 29) (timestamp 2023 12 09 02 00 29)
(dataOrigin "1538906/1031803/2.50/20/0/Connector") (dataOrigin "1538906/1031803/2.50/20/0/Connector")
(program "SamacSys ECAD Model 53309_2070" (program "SamacSys ECAD Model 53309_2070"
(version "1.3")))) (version "1.3"))))
(library (library
(rename &53309_2070 "53309_2070") (rename &53309_2070 "53309_2070")
(EDIFLevel 0) (EDIFLevel 0)
(technology (technology
(numberDefinition (scale 1 (e 254 -6) (unit DISTANCE))) (numberDefinition (scale 1 (e 254 -6) (unit DISTANCE)))
(userData GRIDRESOLUTION (integer 50 50)) (userData GRIDRESOLUTION (integer 50 50))
(figureGroup DEFAULT (pathWidth 10) (textHeight 100)) (figureGroup DEFAULT (pathWidth 10) (textHeight 100))
(figureGroup PROPERTY (pathWidth 10) (textHeight 90)) (figureGroup PROPERTY (pathWidth 10) (textHeight 90))
(figureGroup PINNUMBER (pathWidth 10) (textHeight 90)) (figureGroup PINNUMBER (pathWidth 10) (textHeight 90))
(figureGroup PINNAME (pathWidth 10) (textHeight 90)) (figureGroup PINNAME (pathWidth 10) (textHeight 90))
(figureGroup COMMENT (pathWidth 10) (textHeight 90)) (figureGroup COMMENT (pathWidth 10) (textHeight 90))
(figureGroup PIN (pathWidth 10) (textHeight 90)) (figureGroup PIN (pathWidth 10) (textHeight 90))
(figureGroup GRAPHIC (pathWidth 10) (textHeight 100)) (figureGroup GRAPHIC (pathWidth 10) (textHeight 100))
) )
(cell (cell
(rename &53309_2070 "53309_2070") (rename &53309_2070 "53309_2070")
(cellType GENERIC) (cellType GENERIC)
(view (view
(rename NORMAL "Normal") (rename NORMAL "Normal")
(viewType SCHEMATIC) (viewType SCHEMATIC)
(interface (interface
(designator "J") (designator "J")
(property (rename PACKAGENAME "PackageName") (string "53309_2070")) (property (rename PACKAGENAME "PackageName") (string "53309_2070"))
(property (rename ISHETEROGENEOUS "IsHeterogeneous") (string "False")) (property (rename ISHETEROGENEOUS "IsHeterogeneous") (string "False"))
(property (rename DEVICESINVIEW "DevicesInView") (string "1")) (property (rename DEVICESINVIEW "DevicesInView") (string "1"))
(property (rename DEVICESINPACKAGE "DevicesInPackage") (string "1")) (property (rename DEVICESINPACKAGE "DevicesInPackage") (string "1"))
(property (rename DEVICEDESIGNATOR "DeviceDesignator") (string "A")) (property (rename DEVICEDESIGNATOR "DeviceDesignator") (string "A"))
(property (rename DEVICENUMBERING "DeviceNumbering") (string "Alpha")) (property (rename DEVICENUMBERING "DeviceNumbering") (string "Alpha"))
(property (rename PCB_32_FOOTPRINT "PCB Footprint") (string "533092070")) (property (rename PCB_32_FOOTPRINT "PCB Footprint") (string "533092070"))
(property (rename &Mouser_Part_Number "Mouser Part Number") (string "538-53309-2070")) (property (rename &Mouser_Part_Number "Mouser Part Number") (string "538-53309-2070"))
(property (rename &Mouser_Price_Stock "Mouser Price/Stock") (string "https://www.mouser.co.uk/ProductDetail/Molex/53309-2070?qs=9BfFgGvh7CfO11BRQ4L7fQ%3D%3D")) (property (rename &Mouser_Price_Stock "Mouser Price/Stock") (string "https://www.mouser.co.uk/ProductDetail/Molex/53309-2070?qs=9BfFgGvh7CfO11BRQ4L7fQ%3D%3D"))
(property (rename &Manufacturer_Name "Manufacturer_Name") (string "Molex")) (property (rename &Manufacturer_Name "Manufacturer_Name") (string "Molex"))
(property (rename &Manufacturer_Part_Number "Manufacturer_Part_Number") (string "53309-2070")) (property (rename &Manufacturer_Part_Number "Manufacturer_Part_Number") (string "53309-2070"))
(property (rename &Description "Description") (string "Board to Board & Mezzanine Connectors 0.8 BtB Wafer Assy R RA 20Ckt EmbsTp Pkg")) (property (rename &Description "Description") (string "Board to Board & Mezzanine Connectors 0.8 BtB Wafer Assy R RA 20Ckt EmbsTp Pkg"))
(property (rename &Datasheet_Link "Datasheet Link") (string "https://componentsearchengine.com/Datasheets/1/53309-2070.pdf")) (property (rename &Datasheet_Link "Datasheet Link") (string "https://componentsearchengine.com/Datasheets/1/53309-2070.pdf"))
(property (rename &Height "Height") (string "4.9 mm")) (property (rename &Height "Height") (string "4.9 mm"))
(property (rename &_60__32_VALUE_32__62_ "Value") (string "53309_2070")) (property (rename &_60__32_VALUE_32__62_ "Value") (string "53309_2070"))
(property (rename VALUE "Value") (string "Value")) (property (rename VALUE "Value") (string "Value"))
(port (port
(rename &1 "1") (rename &1 "1")
(designator "1") (designator "1")
(property (rename ORDER "Order") (string "0") (owner "OrCAD")) (property (rename ORDER "Order") (string "0") (owner "OrCAD"))
) )
(port (port
(rename &2 "2") (rename &2 "2")
(designator "2") (designator "2")
(property (rename ORDER "Order") (string "1") (owner "OrCAD")) (property (rename ORDER "Order") (string "1") (owner "OrCAD"))
) )
(port (port
(rename &3 "3") (rename &3 "3")
(designator "3") (designator "3")
(property (rename ORDER "Order") (string "2") (owner "OrCAD")) (property (rename ORDER "Order") (string "2") (owner "OrCAD"))
) )
(port (port
(rename &4 "4") (rename &4 "4")
(designator "4") (designator "4")
(property (rename ORDER "Order") (string "3") (owner "OrCAD")) (property (rename ORDER "Order") (string "3") (owner "OrCAD"))
) )
(port (port
(rename &5 "5") (rename &5 "5")
(designator "5") (designator "5")
(property (rename ORDER "Order") (string "4") (owner "OrCAD")) (property (rename ORDER "Order") (string "4") (owner "OrCAD"))
) )
(port (port
(rename &6 "6") (rename &6 "6")
(designator "6") (designator "6")
(property (rename ORDER "Order") (string "5") (owner "OrCAD")) (property (rename ORDER "Order") (string "5") (owner "OrCAD"))
) )
(port (port
(rename &7 "7") (rename &7 "7")
(designator "7") (designator "7")
(property (rename ORDER "Order") (string "6") (owner "OrCAD")) (property (rename ORDER "Order") (string "6") (owner "OrCAD"))
) )
(port (port
(rename &8 "8") (rename &8 "8")
(designator "8") (designator "8")
(property (rename ORDER "Order") (string "7") (owner "OrCAD")) (property (rename ORDER "Order") (string "7") (owner "OrCAD"))
) )
(port (port
(rename &9 "9") (rename &9 "9")
(designator "9") (designator "9")
(property (rename ORDER "Order") (string "8") (owner "OrCAD")) (property (rename ORDER "Order") (string "8") (owner "OrCAD"))
) )
(port (port
(rename &10 "10") (rename &10 "10")
(designator "10") (designator "10")
(property (rename ORDER "Order") (string "9") (owner "OrCAD")) (property (rename ORDER "Order") (string "9") (owner "OrCAD"))
) )
(port (port
(rename &11 "11") (rename &11 "11")
(designator "11") (designator "11")
(property (rename ORDER "Order") (string "10") (owner "OrCAD")) (property (rename ORDER "Order") (string "10") (owner "OrCAD"))
) )
(port (port
(rename &12 "12") (rename &12 "12")
(designator "12") (designator "12")
(property (rename ORDER "Order") (string "11") (owner "OrCAD")) (property (rename ORDER "Order") (string "11") (owner "OrCAD"))
) )
(port (port
(rename &13 "13") (rename &13 "13")
(designator "13") (designator "13")
(property (rename ORDER "Order") (string "12") (owner "OrCAD")) (property (rename ORDER "Order") (string "12") (owner "OrCAD"))
) )
(port (port
(rename &14 "14") (rename &14 "14")
(designator "14") (designator "14")
(property (rename ORDER "Order") (string "13") (owner "OrCAD")) (property (rename ORDER "Order") (string "13") (owner "OrCAD"))
) )
(port (port
(rename &15 "15") (rename &15 "15")
(designator "15") (designator "15")
(property (rename ORDER "Order") (string "14") (owner "OrCAD")) (property (rename ORDER "Order") (string "14") (owner "OrCAD"))
) )
(port (port
(rename &16 "16") (rename &16 "16")
(designator "16") (designator "16")
(property (rename ORDER "Order") (string "15") (owner "OrCAD")) (property (rename ORDER "Order") (string "15") (owner "OrCAD"))
) )
(port (port
(rename &17 "17") (rename &17 "17")
(designator "17") (designator "17")
(property (rename ORDER "Order") (string "16") (owner "OrCAD")) (property (rename ORDER "Order") (string "16") (owner "OrCAD"))
) )
(port (port
(rename &18 "18") (rename &18 "18")
(designator "18") (designator "18")
(property (rename ORDER "Order") (string "17") (owner "OrCAD")) (property (rename ORDER "Order") (string "17") (owner "OrCAD"))
) )
(port (port
(rename &19 "19") (rename &19 "19")
(designator "19") (designator "19")
(property (rename ORDER "Order") (string "18") (owner "OrCAD")) (property (rename ORDER "Order") (string "18") (owner "OrCAD"))
) )
(port (port
(rename &20 "20") (rename &20 "20")
(designator "20") (designator "20")
(property (rename ORDER "Order") (string "19") (owner "OrCAD")) (property (rename ORDER "Order") (string "19") (owner "OrCAD"))
) )
(symbol (symbol
(portImplementation (portImplementation
(name &1 (display PINNAME)) (name &1 (display PINNAME))
(keywordDisplay DESIGNATOR (display PINNUMBER)) (keywordDisplay DESIGNATOR (display PINNUMBER))
(figure PIN (path (pointList (pt 500 -1000) (pt 700 -1000)))) (figure PIN (path (pointList (pt 500 -1000) (pt 700 -1000))))
(connectLocation (figure GRAPHIC (dot (pt 700 -1000)))) (connectLocation (figure GRAPHIC (dot (pt 700 -1000))))
) )
(portImplementation (portImplementation
(name &2 (display PINNAME)) (name &2 (display PINNAME))
(keywordDisplay DESIGNATOR (display PINNUMBER)) (keywordDisplay DESIGNATOR (display PINNUMBER))
(figure PIN (path (pointList (pt -200 -1000) (pt 0 -1000)))) (figure PIN (path (pointList (pt -200 -1000) (pt 0 -1000))))
(connectLocation (figure GRAPHIC (dot (pt -200 -1000)))) (connectLocation (figure GRAPHIC (dot (pt -200 -1000))))
) )
(portImplementation (portImplementation
(name &3 (display PINNAME)) (name &3 (display PINNAME))
(keywordDisplay DESIGNATOR (display PINNUMBER)) (keywordDisplay DESIGNATOR (display PINNUMBER))
(figure PIN (path (pointList (pt 500 -900) (pt 700 -900)))) (figure PIN (path (pointList (pt 500 -900) (pt 700 -900))))
(connectLocation (figure GRAPHIC (dot (pt 700 -900)))) (connectLocation (figure GRAPHIC (dot (pt 700 -900))))
) )
(portImplementation (portImplementation
(name &4 (display PINNAME)) (name &4 (display PINNAME))
(keywordDisplay DESIGNATOR (display PINNUMBER)) (keywordDisplay DESIGNATOR (display PINNUMBER))
(figure PIN (path (pointList (pt -200 -900) (pt 0 -900)))) (figure PIN (path (pointList (pt -200 -900) (pt 0 -900))))
(connectLocation (figure GRAPHIC (dot (pt -200 -900)))) (connectLocation (figure GRAPHIC (dot (pt -200 -900))))
) )
(portImplementation (portImplementation
(name &5 (display PINNAME)) (name &5 (display PINNAME))
(keywordDisplay DESIGNATOR (display PINNUMBER)) (keywordDisplay DESIGNATOR (display PINNUMBER))
(figure PIN (path (pointList (pt 500 -800) (pt 700 -800)))) (figure PIN (path (pointList (pt 500 -800) (pt 700 -800))))
(connectLocation (figure GRAPHIC (dot (pt 700 -800)))) (connectLocation (figure GRAPHIC (dot (pt 700 -800))))
) )
(portImplementation (portImplementation
(name &6 (display PINNAME)) (name &6 (display PINNAME))
(keywordDisplay DESIGNATOR (display PINNUMBER)) (keywordDisplay DESIGNATOR (display PINNUMBER))
(figure PIN (path (pointList (pt -200 -800) (pt 0 -800)))) (figure PIN (path (pointList (pt -200 -800) (pt 0 -800))))
(connectLocation (figure GRAPHIC (dot (pt -200 -800)))) (connectLocation (figure GRAPHIC (dot (pt -200 -800))))
) )
(portImplementation (portImplementation
(name &7 (display PINNAME)) (name &7 (display PINNAME))
(keywordDisplay DESIGNATOR (display PINNUMBER)) (keywordDisplay DESIGNATOR (display PINNUMBER))
(figure PIN (path (pointList (pt 500 -700) (pt 700 -700)))) (figure PIN (path (pointList (pt 500 -700) (pt 700 -700))))
(connectLocation (figure GRAPHIC (dot (pt 700 -700)))) (connectLocation (figure GRAPHIC (dot (pt 700 -700))))
) )
(portImplementation (portImplementation
(name &8 (display PINNAME)) (name &8 (display PINNAME))
(keywordDisplay DESIGNATOR (display PINNUMBER)) (keywordDisplay DESIGNATOR (display PINNUMBER))
(figure PIN (path (pointList (pt -200 -700) (pt 0 -700)))) (figure PIN (path (pointList (pt -200 -700) (pt 0 -700))))
(connectLocation (figure GRAPHIC (dot (pt -200 -700)))) (connectLocation (figure GRAPHIC (dot (pt -200 -700))))
) )
(portImplementation (portImplementation
(name &9 (display PINNAME)) (name &9 (display PINNAME))
(keywordDisplay DESIGNATOR (display PINNUMBER)) (keywordDisplay DESIGNATOR (display PINNUMBER))
(figure PIN (path (pointList (pt 500 -600) (pt 700 -600)))) (figure PIN (path (pointList (pt 500 -600) (pt 700 -600))))
(connectLocation (figure GRAPHIC (dot (pt 700 -600)))) (connectLocation (figure GRAPHIC (dot (pt 700 -600))))
) )
(portImplementation (portImplementation
(name &10 (display PINNAME)) (name &10 (display PINNAME))
(keywordDisplay DESIGNATOR (display PINNUMBER)) (keywordDisplay DESIGNATOR (display PINNUMBER))
(figure PIN (path (pointList (pt -200 -600) (pt 0 -600)))) (figure PIN (path (pointList (pt -200 -600) (pt 0 -600))))
(connectLocation (figure GRAPHIC (dot (pt -200 -600)))) (connectLocation (figure GRAPHIC (dot (pt -200 -600))))
) )
(portImplementation (portImplementation
(name &11 (display PINNAME)) (name &11 (display PINNAME))
(keywordDisplay DESIGNATOR (display PINNUMBER)) (keywordDisplay DESIGNATOR (display PINNUMBER))
(figure PIN (path (pointList (pt 500 -500) (pt 700 -500)))) (figure PIN (path (pointList (pt 500 -500) (pt 700 -500))))
(connectLocation (figure GRAPHIC (dot (pt 700 -500)))) (connectLocation (figure GRAPHIC (dot (pt 700 -500))))
) )
(portImplementation (portImplementation
(name &12 (display PINNAME)) (name &12 (display PINNAME))
(keywordDisplay DESIGNATOR (display PINNUMBER)) (keywordDisplay DESIGNATOR (display PINNUMBER))
(figure PIN (path (pointList (pt -200 -500) (pt 0 -500)))) (figure PIN (path (pointList (pt -200 -500) (pt 0 -500))))
(connectLocation (figure GRAPHIC (dot (pt -200 -500)))) (connectLocation (figure GRAPHIC (dot (pt -200 -500))))
) )
(portImplementation (portImplementation
(name &13 (display PINNAME)) (name &13 (display PINNAME))
(keywordDisplay DESIGNATOR (display PINNUMBER)) (keywordDisplay DESIGNATOR (display PINNUMBER))
(figure PIN (path (pointList (pt 500 -400) (pt 700 -400)))) (figure PIN (path (pointList (pt 500 -400) (pt 700 -400))))
(connectLocation (figure GRAPHIC (dot (pt 700 -400)))) (connectLocation (figure GRAPHIC (dot (pt 700 -400))))
) )
(portImplementation (portImplementation
(name &14 (display PINNAME)) (name &14 (display PINNAME))
(keywordDisplay DESIGNATOR (display PINNUMBER)) (keywordDisplay DESIGNATOR (display PINNUMBER))
(figure PIN (path (pointList (pt -200 -400) (pt 0 -400)))) (figure PIN (path (pointList (pt -200 -400) (pt 0 -400))))
(connectLocation (figure GRAPHIC (dot (pt -200 -400)))) (connectLocation (figure GRAPHIC (dot (pt -200 -400))))
) )
(portImplementation (portImplementation
(name &15 (display PINNAME)) (name &15 (display PINNAME))
(keywordDisplay DESIGNATOR (display PINNUMBER)) (keywordDisplay DESIGNATOR (display PINNUMBER))
(figure PIN (path (pointList (pt 500 -300) (pt 700 -300)))) (figure PIN (path (pointList (pt 500 -300) (pt 700 -300))))
(connectLocation (figure GRAPHIC (dot (pt 700 -300)))) (connectLocation (figure GRAPHIC (dot (pt 700 -300))))
) )
(portImplementation (portImplementation
(name &16 (display PINNAME)) (name &16 (display PINNAME))
(keywordDisplay DESIGNATOR (display PINNUMBER)) (keywordDisplay DESIGNATOR (display PINNUMBER))
(figure PIN (path (pointList (pt -200 -300) (pt 0 -300)))) (figure PIN (path (pointList (pt -200 -300) (pt 0 -300))))
(connectLocation (figure GRAPHIC (dot (pt -200 -300)))) (connectLocation (figure GRAPHIC (dot (pt -200 -300))))
) )
(portImplementation (portImplementation
(name &17 (display PINNAME)) (name &17 (display PINNAME))
(keywordDisplay DESIGNATOR (display PINNUMBER)) (keywordDisplay DESIGNATOR (display PINNUMBER))
(figure PIN (path (pointList (pt 500 -200) (pt 700 -200)))) (figure PIN (path (pointList (pt 500 -200) (pt 700 -200))))
(connectLocation (figure GRAPHIC (dot (pt 700 -200)))) (connectLocation (figure GRAPHIC (dot (pt 700 -200))))
) )
(portImplementation (portImplementation
(name &18 (display PINNAME)) (name &18 (display PINNAME))
(keywordDisplay DESIGNATOR (display PINNUMBER)) (keywordDisplay DESIGNATOR (display PINNUMBER))
(figure PIN (path (pointList (pt -200 -200) (pt 0 -200)))) (figure PIN (path (pointList (pt -200 -200) (pt 0 -200))))
(connectLocation (figure GRAPHIC (dot (pt -200 -200)))) (connectLocation (figure GRAPHIC (dot (pt -200 -200))))
) )
(portImplementation (portImplementation
(name &19 (display PINNAME)) (name &19 (display PINNAME))
(keywordDisplay DESIGNATOR (display PINNUMBER)) (keywordDisplay DESIGNATOR (display PINNUMBER))
(figure PIN (path (pointList (pt 500 -100) (pt 700 -100)))) (figure PIN (path (pointList (pt 500 -100) (pt 700 -100))))
(connectLocation (figure GRAPHIC (dot (pt 700 -100)))) (connectLocation (figure GRAPHIC (dot (pt 700 -100))))
) )
(portImplementation (portImplementation
(name &20 (display PINNAME)) (name &20 (display PINNAME))
(keywordDisplay DESIGNATOR (display PINNUMBER)) (keywordDisplay DESIGNATOR (display PINNUMBER))
(figure PIN (path (pointList (pt -200 -100) (pt 0 -100)))) (figure PIN (path (pointList (pt -200 -100) (pt 0 -100))))
(connectLocation (figure GRAPHIC (dot (pt -200 -100)))) (connectLocation (figure GRAPHIC (dot (pt -200 -100))))
) )
(figure GRAPHIC (figure GRAPHIC
(figureGroupOverride GRAPHIC (figureGroupOverride GRAPHIC
(pathWidth 10)) (pathWidth 10))
(path (path
(pointList (pointList
(pt 0 0) (pt 0 0)
(pt 500 0) (pt 500 0)
(pt 500 -1100) (pt 500 -1100)
(pt 0 -1100) (pt 0 -1100)
(pt 0 0) (pt 0 0)
) )
) )
) )
(keywordDisplay DESIGNATOR (display PROPERTY (justify LOWERLEFT) (orientation R0) (origin (pt 550 130)))) (keywordDisplay DESIGNATOR (display PROPERTY (justify LOWERLEFT) (orientation R0) (origin (pt 550 130))))
(propertyDisplay &_60__32_VALUE_32__62_ (display PROPERTY (justify LOWERLEFT) (orientation R0) (origin (pt 550 30)))) (propertyDisplay &_60__32_VALUE_32__62_ (display PROPERTY (justify LOWERLEFT) (orientation R0) (origin (pt 550 30))))
) )
) )
) )
) )
) )
) )

View File

@ -1,3 +1,3 @@
pad_designer -s "padstack1.scr" pad_designer -s "padstack1.scr"
pad_designer -s "padstack2.scr" pad_designer -s "padstack2.scr"
allegro -s "footprint.scr" allegro -s "footprint.scr"

View File

@ -1,35 +1,35 @@
;>------- Configuration parameters: -------< ;>------- Configuration parameters: -------<
;>------Check EDIF2CAP.PDF for details ----< ;>------Check EDIF2CAP.PDF for details ----<
[OrCAD Writer] [OrCAD Writer]
SuppressWarnings = 0 SuppressWarnings = 0
ConvertOnlyLibs = 0 ConvertOnlyLibs = 0
UnitMeasurement = default UnitMeasurement = default
PinToPin = 0 PinToPin = 0
Grid = 0 Grid = 0
EnableOffgridObjects = 0 EnableOffgridObjects = 0
GenerateIniFile = 1 GenerateIniFile = 1
OrcadConventions = 1 OrcadConventions = 1
UseDesignatorsForPackaging = 1 UseDesignatorsForPackaging = 1
DesignatorsEndOnLetters = 0 DesignatorsEndOnLetters = 0
DesignatorsSameInHierarchy = 1 DesignatorsSameInHierarchy = 1
GeneratePinNumbers = 0 GeneratePinNumbers = 0
GeneratePortSymbols = 1 GeneratePortSymbols = 1
GenerateOffPageConnectors = 0 GenerateOffPageConnectors = 0
GenerationVisible = 1 GenerationVisible = 1
CaptureLibsWithUserPackages = "" CaptureLibsWithUserPackages = ""
SystemNetNamePrefix = "" SystemNetNamePrefix = ""
BackgroundTextScale = 0.8 BackgroundTextScale = 0.8
DefaultNetNameScale = 0.3 DefaultNetNameScale = 0.3
StandardPageSize = 0 StandardPageSize = 0
EliminatePageText = 0 EliminatePageText = 0
SmashTitleBlock = 0 SmashTitleBlock = 0
PinDisplayStyle = orcad PinDisplayStyle = orcad
TopView = "" TopView = ""
ComponentsMode = 0 ComponentsMode = 0
ReplacePartWithNoPinsWithTitleBlock = 0 ReplacePartWithNoPinsWithTitleBlock = 0
ChangeBusBaseThatEndsOnDigit = 0 ChangeBusBaseThatEndsOnDigit = 0
ProcessBackAnnotation = 1 ProcessBackAnnotation = 1
[Mapper] [Mapper]

View File

@ -1,20 +1,20 @@
setwindow Form.padedit setwindow Form.padedit
######################## New PadStack ######################### ######################## New PadStack #########################
pse_new pse_new
fillin "r130_55.pad" fillin "r130_55.pad"
FORM padedit units Millimeter FORM padedit units Millimeter
FORM padedit layers FORM padedit layers
FORM padedit grid row 1 FORM padedit grid row 1
FORM padedit geometry Rectangle FORM padedit geometry Rectangle
FORM padedit width 0.550 FORM padedit width 0.550
FORM padedit height 1.300 FORM padedit height 1.300
FORM padedit x_offset 0 FORM padedit x_offset 0
FORM padedit y_offset 0 FORM padedit y_offset 0
FORM padedit geometry_th Null FORM padedit geometry_th Null
FORM padedit geometry_ant Null FORM padedit geometry_ant Null
FORM padedit single YES FORM padedit single YES
FORM padedit plating Non-Plated FORM padedit plating Non-Plated
pse_save_as pse_save_as
fillin "r130_55.Pad" fillin "r130_55.Pad"

View File

@ -1,20 +1,20 @@
setwindow Form.padedit setwindow Form.padedit
######################## New PadStack ######################### ######################## New PadStack #########################
pse_new pse_new
fillin "r140_55.pad" fillin "r140_55.pad"
FORM padedit units Millimeter FORM padedit units Millimeter
FORM padedit layers FORM padedit layers
FORM padedit grid row 1 FORM padedit grid row 1
FORM padedit geometry Rectangle FORM padedit geometry Rectangle
FORM padedit width 0.550 FORM padedit width 0.550
FORM padedit height 1.400 FORM padedit height 1.400
FORM padedit x_offset 0 FORM padedit x_offset 0
FORM padedit y_offset 0 FORM padedit y_offset 0
FORM padedit geometry_th Null FORM padedit geometry_th Null
FORM padedit geometry_ant Null FORM padedit geometry_ant Null
FORM padedit single YES FORM padedit single YES
FORM padedit plating Non-Plated FORM padedit plating Non-Plated
pse_save_as pse_save_as
fillin "r140_55.Pad" fillin "r140_55.Pad"

View File

@ -1,106 +1,106 @@
!PADS-POWERPCB-V9.5-METRIC! DESIGN DATABASE ASCII FILE 1.0 !PADS-POWERPCB-V9.5-METRIC! DESIGN DATABASE ASCII FILE 1.0
*PARTDECAL* ITEMS *PARTDECAL* ITEMS
533092070 M 0 0 5 20 11 0 2 533092070 M 0 0 5 20 11 0 2
CLOSED 5 0.2 0 27 CLOSED 5 0.2 0 27
-4.900 2.100 -4.900 2.100
4.900 2.100 4.900 2.100
4.900 -2.100 4.900 -2.100
-4.900 -2.100 -4.900 -2.100
-4.900 2.100 -4.900 2.100
CLOSED 5 0.1 0 20 CLOSED 5 0.1 0 20
-5.900 3.925 -5.900 3.925
5.900 3.925 5.900 3.925
5.900 -3.975 5.900 -3.975
-5.900 -3.975 -5.900 -3.975
-5.900 3.925 -5.900 3.925
OPEN 5 0.1 0 26 OPEN 5 0.1 0 26
4.200 2.100 4.200 2.100
4.800 2.100 4.800 2.100
4.900 2.100 4.900 2.100
4.900 -2.100 4.900 -2.100
4.200 -2.100 4.200 -2.100
OPEN 5 0.1 0 26 OPEN 5 0.1 0 26
-4.200 2.100 -4.200 2.100
-4.800 2.100 -4.800 2.100
-4.900 2.100 -4.900 2.100
-4.900 -2.100 -4.900 -2.100
-4.200 -2.100 -4.200 -2.100
CLOSED 5 0.2 0 26 CLOSED 5 0.2 0 26
3.800 3.400 3.800 3.400
3.800 3.400 0 1800 3.600 3.300 3.800 3.500 3.800 3.400 0 1800 3.600 3.300 3.800 3.500
3.600 3.400 3.600 3.400
3.600 3.400 1800 1800 3.600 3.300 3.800 3.500 3.600 3.400 1800 1800 3.600 3.300 3.800 3.500
3.800 3.400 3.800 3.400
VALUE 0.000 -0.025 0 1 1.27 0.127 N LEFT DOWN VALUE 0.000 -0.025 0 1 1.27 0.127 N LEFT DOWN
Regular <Romansim Stroke Font> Regular <Romansim Stroke Font>
Ref.Des. Ref.Des.
VALUE 0.000 -0.025 0 1 1.27 0.127 N LEFT UP VALUE 0.000 -0.025 0 1 1.27 0.127 N LEFT UP
Regular <Romansim Stroke Font> Regular <Romansim Stroke Font>
Part Type Part Type
T3.600 2.275 3.600 2.275 1 T3.600 2.275 3.600 2.275 1
T3.600 -2.275 3.600 -2.275 2 T3.600 -2.275 3.600 -2.275 2
T2.800 2.275 2.800 2.275 3 T2.800 2.275 2.800 2.275 3
T2.800 -2.275 2.800 -2.275 4 T2.800 -2.275 2.800 -2.275 4
T2.000 2.275 2.000 2.275 5 T2.000 2.275 2.000 2.275 5
T2.000 -2.275 2.000 -2.275 6 T2.000 -2.275 2.000 -2.275 6
T1.200 2.275 1.200 2.275 7 T1.200 2.275 1.200 2.275 7
T1.200 -2.275 1.200 -2.275 8 T1.200 -2.275 1.200 -2.275 8
T0.400 2.275 0.400 2.275 9 T0.400 2.275 0.400 2.275 9
T0.400 -2.275 0.400 -2.275 10 T0.400 -2.275 0.400 -2.275 10
T-0.400 2.275 -0.400 2.275 11 T-0.400 2.275 -0.400 2.275 11
T-0.400 -2.275 -0.400 -2.275 12 T-0.400 -2.275 -0.400 -2.275 12
T-1.200 2.275 -1.200 2.275 13 T-1.200 2.275 -1.200 2.275 13
T-1.200 -2.275 -1.200 -2.275 14 T-1.200 -2.275 -1.200 -2.275 14
T-2.000 2.275 -2.000 2.275 15 T-2.000 2.275 -2.000 2.275 15
T-2.000 -2.275 -2.000 -2.275 16 T-2.000 -2.275 -2.000 -2.275 16
T-2.800 2.275 -2.800 2.275 17 T-2.800 2.275 -2.800 2.275 17
T-2.800 -2.275 -2.800 -2.275 18 T-2.800 -2.275 -2.800 -2.275 18
T-3.600 2.275 -3.600 2.275 19 T-3.600 2.275 -3.600 2.275 19
T-3.600 -2.275 -3.600 -2.275 20 T-3.600 -2.275 -3.600 -2.275 20
PAD 0 3 PAD 0 3
-2 0.550 RF 90.000 1.300 0.000 0 0 N -2 0.550 RF 90.000 1.300 0.000 0 0 N
-1 0 R -1 0 R
0 0 R 0 0 R
PAD 2 3 PAD 2 3
-2 0.550 RF 90.000 1.400 0.000 0 0 N -2 0.550 RF 90.000 1.400 0.000 0 0 N
-1 0 R -1 0 R
0 0 R 0 0 R
PAD 4 3 PAD 4 3
-2 0.550 RF 90.000 1.400 0.000 0 0 N -2 0.550 RF 90.000 1.400 0.000 0 0 N
-1 0 R -1 0 R
0 0 R 0 0 R
PAD 6 3 PAD 6 3
-2 0.550 RF 90.000 1.400 0.000 0 0 N -2 0.550 RF 90.000 1.400 0.000 0 0 N
-1 0 R -1 0 R
0 0 R 0 0 R
PAD 8 3 PAD 8 3
-2 0.550 RF 90.000 1.400 0.000 0 0 N -2 0.550 RF 90.000 1.400 0.000 0 0 N
-1 0 R -1 0 R
0 0 R 0 0 R
PAD 10 3 PAD 10 3
-2 0.550 RF 90.000 1.400 0.000 0 0 N -2 0.550 RF 90.000 1.400 0.000 0 0 N
-1 0 R -1 0 R
0 0 R 0 0 R
PAD 12 3 PAD 12 3
-2 0.550 RF 90.000 1.400 0.000 0 0 N -2 0.550 RF 90.000 1.400 0.000 0 0 N
-1 0 R -1 0 R
0 0 R 0 0 R
PAD 14 3 PAD 14 3
-2 0.550 RF 90.000 1.400 0.000 0 0 N -2 0.550 RF 90.000 1.400 0.000 0 0 N
-1 0 R -1 0 R
0 0 R 0 0 R
PAD 16 3 PAD 16 3
-2 0.550 RF 90.000 1.400 0.000 0 0 N -2 0.550 RF 90.000 1.400 0.000 0 0 N
-1 0 R -1 0 R
0 0 R 0 0 R
PAD 18 3 PAD 18 3
-2 0.550 RF 90.000 1.400 0.000 0 0 N -2 0.550 RF 90.000 1.400 0.000 0 0 N
-1 0 R -1 0 R
0 0 R 0 0 R
PAD 20 3 PAD 20 3
-2 0.550 RF 90.000 1.400 0.000 0 0 N -2 0.550 RF 90.000 1.400 0.000 0 0 N
-1 0 R -1 0 R
0 0 R 0 0 R
*END* OF ASCII OUTPUT FILE *END* OF ASCII OUTPUT FILE

View File

@ -1,63 +1,63 @@
*PADS-LIBRARY-SCH-DECALS-V9* *PADS-LIBRARY-SCH-DECALS-V9*
53309-2070 0 0 100 10 100 10 4 1 0 20 0 53309-2070 0 0 100 10 100 10 4 1 0 20 0
TIMESTAMP 2023.12.09.02.00.29 TIMESTAMP 2023.12.09.02.00.29
"Default Font" "Default Font"
"Default Font" "Default Font"
750 300 0 8 100 10 750 300 0 8 100 10
REF-DES REF-DES
750 200 0 8 100 10 750 200 0 8 100 10
PART-TYPE PART-TYPE
750 -1100 0 8 100 10 750 -1100 0 8 100 10
* *
750 -1200 0 8 100 10 750 -1200 0 8 100 10
* *
CLOSED 5 10 0 -1 CLOSED 5 10 0 -1
200 100 200 100
700 100 700 100
700 -1000 700 -1000
200 -1000 200 -1000
200 100 200 100
T900 -900 0 2 140 20 0 2 230 0 0 16 PIN T900 -900 0 2 140 20 0 2 230 0 0 16 PIN
P-520 0 0 2 -80 0 0 2 0 P-520 0 0 2 -80 0 0 2 0
T0 -900 0 0 140 20 0 2 230 0 0 16 PIN T0 -900 0 0 140 20 0 2 230 0 0 16 PIN
P-520 0 0 2 -80 0 0 2 0 P-520 0 0 2 -80 0 0 2 0
T900 -800 0 2 140 20 0 2 230 0 0 16 PIN T900 -800 0 2 140 20 0 2 230 0 0 16 PIN
P-520 0 0 2 -80 0 0 2 0 P-520 0 0 2 -80 0 0 2 0
T0 -800 0 0 140 20 0 2 230 0 0 16 PIN T0 -800 0 0 140 20 0 2 230 0 0 16 PIN
P-520 0 0 2 -80 0 0 2 0 P-520 0 0 2 -80 0 0 2 0
T900 -700 0 2 140 20 0 2 230 0 0 16 PIN T900 -700 0 2 140 20 0 2 230 0 0 16 PIN
P-520 0 0 2 -80 0 0 2 0 P-520 0 0 2 -80 0 0 2 0
T0 -700 0 0 140 20 0 2 230 0 0 16 PIN T0 -700 0 0 140 20 0 2 230 0 0 16 PIN
P-520 0 0 2 -80 0 0 2 0 P-520 0 0 2 -80 0 0 2 0
T900 -600 0 2 140 20 0 2 230 0 0 16 PIN T900 -600 0 2 140 20 0 2 230 0 0 16 PIN
P-520 0 0 2 -80 0 0 2 0 P-520 0 0 2 -80 0 0 2 0
T0 -600 0 0 140 20 0 2 230 0 0 16 PIN T0 -600 0 0 140 20 0 2 230 0 0 16 PIN
P-520 0 0 2 -80 0 0 2 0 P-520 0 0 2 -80 0 0 2 0
T900 -500 0 2 140 20 0 2 230 0 0 16 PIN T900 -500 0 2 140 20 0 2 230 0 0 16 PIN
P-520 0 0 2 -80 0 0 2 0 P-520 0 0 2 -80 0 0 2 0
T0 -500 0 0 140 20 0 2 230 0 0 16 PIN T0 -500 0 0 140 20 0 2 230 0 0 16 PIN
P-520 0 0 2 -80 0 0 2 0 P-520 0 0 2 -80 0 0 2 0
T900 -400 0 2 140 20 0 2 230 0 0 16 PIN T900 -400 0 2 140 20 0 2 230 0 0 16 PIN
P-520 0 0 2 -80 0 0 2 0 P-520 0 0 2 -80 0 0 2 0
T0 -400 0 0 140 20 0 2 230 0 0 16 PIN T0 -400 0 0 140 20 0 2 230 0 0 16 PIN
P-520 0 0 2 -80 0 0 2 0 P-520 0 0 2 -80 0 0 2 0
T900 -300 0 2 140 20 0 2 230 0 0 16 PIN T900 -300 0 2 140 20 0 2 230 0 0 16 PIN
P-520 0 0 2 -80 0 0 2 0 P-520 0 0 2 -80 0 0 2 0
T0 -300 0 0 140 20 0 2 230 0 0 16 PIN T0 -300 0 0 140 20 0 2 230 0 0 16 PIN
P-520 0 0 2 -80 0 0 2 0 P-520 0 0 2 -80 0 0 2 0
T900 -200 0 2 140 20 0 2 230 0 0 16 PIN T900 -200 0 2 140 20 0 2 230 0 0 16 PIN
P-520 0 0 2 -80 0 0 2 0 P-520 0 0 2 -80 0 0 2 0
T0 -200 0 0 140 20 0 2 230 0 0 16 PIN T0 -200 0 0 140 20 0 2 230 0 0 16 PIN
P-520 0 0 2 -80 0 0 2 0 P-520 0 0 2 -80 0 0 2 0
T900 -100 0 2 140 20 0 2 230 0 0 16 PIN T900 -100 0 2 140 20 0 2 230 0 0 16 PIN
P-520 0 0 2 -80 0 0 2 0 P-520 0 0 2 -80 0 0 2 0
T0 -100 0 0 140 20 0 2 230 0 0 16 PIN T0 -100 0 0 140 20 0 2 230 0 0 16 PIN
P-520 0 0 2 -80 0 0 2 0 P-520 0 0 2 -80 0 0 2 0
T900 0 0 2 140 20 0 2 230 0 0 16 PIN T900 0 0 2 140 20 0 2 230 0 0 16 PIN
P-520 0 0 2 -80 0 0 2 0 P-520 0 0 2 -80 0 0 2 0
T0 0 0 0 140 20 0 2 230 0 0 16 PIN T0 0 0 0 140 20 0 2 230 0 0 16 PIN
P-520 0 0 2 -80 0 0 2 0 P-520 0 0 2 -80 0 0 2 0
*END* *END*
*REMARK* SamacSys ECAD Model *REMARK* SamacSys ECAD Model

View File

@ -1,37 +1,37 @@
*PADS-LIBRARY-PART-TYPES-V9* *PADS-LIBRARY-PART-TYPES-V9*
53309-2070 533092070 I CON 7 1 0 0 0 53309-2070 533092070 I CON 7 1 0 0 0
TIMESTAMP 2023.12.09.02.00.29 TIMESTAMP 2023.12.09.02.00.29
"Mouser Part Number" 538-53309-2070 "Mouser Part Number" 538-53309-2070
"Mouser Price/Stock" https://www.mouser.co.uk/ProductDetail/Molex/53309-2070?qs=9BfFgGvh7CfO11BRQ4L7fQ%3D%3D "Mouser Price/Stock" https://www.mouser.co.uk/ProductDetail/Molex/53309-2070?qs=9BfFgGvh7CfO11BRQ4L7fQ%3D%3D
"Manufacturer_Name" Molex "Manufacturer_Name" Molex
"Manufacturer_Part_Number" 53309-2070 "Manufacturer_Part_Number" 53309-2070
"Description" Board to Board & Mezzanine Connectors 0.8 BtB Wafer Assy R RA 20Ckt EmbsTp Pkg "Description" Board to Board & Mezzanine Connectors 0.8 BtB Wafer Assy R RA 20Ckt EmbsTp Pkg
"Datasheet Link" https://componentsearchengine.com/Datasheets/1/53309-2070.pdf "Datasheet Link" https://componentsearchengine.com/Datasheets/1/53309-2070.pdf
"Geometry.Height" 4.9mm "Geometry.Height" 4.9mm
GATE 1 20 0 GATE 1 20 0
53309-2070 53309-2070
1 0 U 1 1 0 U 1
2 0 U 2 2 0 U 2
3 0 U 3 3 0 U 3
4 0 U 4 4 0 U 4
5 0 U 5 5 0 U 5
6 0 U 6 6 0 U 6
7 0 U 7 7 0 U 7
8 0 U 8 8 0 U 8
9 0 U 9 9 0 U 9
10 0 U 10 10 0 U 10
11 0 U 11 11 0 U 11
12 0 U 12 12 0 U 12
13 0 U 13 13 0 U 13
14 0 U 14 14 0 U 14
15 0 U 15 15 0 U 15
16 0 U 16 16 0 U 16
17 0 U 17 17 0 U 17
18 0 U 18 18 0 U 18
19 0 U 19 19 0 U 19
20 0 U 20 20 0 U 20
*END* *END*
*REMARK* SamacSys ECAD Model *REMARK* SamacSys ECAD Model
1538906/1031803/2.50/20/0/Connector 1538906/1031803/2.50/20/0/Connector

View File

@ -1,5 +1,5 @@
*PADS-LIBRARY-PCB-DECALS-V9* *PADS-LIBRARY-PCB-DECALS-V9*
533092070 M 0 0 0 2 5 0 20 11 0 533092070 M 0 0 0 2 5 0 20 11 0
TIMESTAMP 2021.00.27.17.16.43 TIMESTAMP 2021.00.27.17.16.43
0.000 -0.025 0 0 1.27 0.127 1 0 34 "Regular " 0.000 -0.025 0 0 1.27 0.127 1 0 34 "Regular "
@ -100,7 +100,7 @@ PAD 20 3 N 0
-2 0.550 RF 0.000 90.000 1.400 0.000 -2 0.550 RF 0.000 90.000 1.400 0.000
-1 0 R -1 0 R
0 0 R 0 0 R
*END* *END*
*REMARK* AP *REMARK* AP
53309-2070.stp/90/0/0/0/0/2.380000114440918 53309-2070.stp/90/0/0/0/0/2.380000114440918

View File

@ -1,262 +1,262 @@
;Proteus Design Interchange Format ;Proteus Design Interchange Format
(PDIF (PDIF
(vendor "SamacSys Limited") (vendor "SamacSys Limited")
(version 1 0) (version 1 0)
(library (library
(part "53309-2070" (part "53309-2070"
(description "Board to Board & Mezzanine Connectors 0.8 BtB Wafer Assy R RA 20Ckt EmbsTp Pkg") (description "Board to Board & Mezzanine Connectors 0.8 BtB Wafer Assy R RA 20Ckt EmbsTp Pkg")
(family "CON") (family "CON")
(package "533092070") (package "533092070")
(attribute "Datasheet Link" "https://componentsearchengine.com/Datasheets/1/53309-2070.pdf") (attribute "Datasheet Link" "https://componentsearchengine.com/Datasheets/1/53309-2070.pdf")
(attribute "Geometry.Height" "4.9mm") (attribute "Geometry.Height" "4.9mm")
(attribute "Mouser Part Number" "538-53309-2070") (attribute "Mouser Part Number" "538-53309-2070")
(attribute "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Molex/53309-2070?qs=9BfFgGvh7CfO11BRQ4L7fQ%3D%3D") (attribute "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Molex/53309-2070?qs=9BfFgGvh7CfO11BRQ4L7fQ%3D%3D")
(attribute "Manufacturer_Name" "Molex") (attribute "Manufacturer_Name" "Molex")
(attribute "Manufacturer_Part_Number" "53309-2070") (attribute "Manufacturer_Part_Number" "53309-2070")
(gate (gate
(symbol "53309-2070") (symbol "53309-2070")
(pin "1" 1 PS) (pin "1" 1 PS)
(pin "2" 2 PS) (pin "2" 2 PS)
(pin "3" 3 PS) (pin "3" 3 PS)
(pin "4" 4 PS) (pin "4" 4 PS)
(pin "5" 5 PS) (pin "5" 5 PS)
(pin "6" 6 PS) (pin "6" 6 PS)
(pin "7" 7 PS) (pin "7" 7 PS)
(pin "8" 8 PS) (pin "8" 8 PS)
(pin "9" 9 PS) (pin "9" 9 PS)
(pin "10" 10 PS) (pin "10" 10 PS)
(pin "11" 11 PS) (pin "11" 11 PS)
(pin "12" 12 PS) (pin "12" 12 PS)
(pin "13" 13 PS) (pin "13" 13 PS)
(pin "14" 14 PS) (pin "14" 14 PS)
(pin "15" 15 PS) (pin "15" 15 PS)
(pin "16" 16 PS) (pin "16" 16 PS)
(pin "17" 17 PS) (pin "17" 17 PS)
(pin "18" 18 PS) (pin "18" 18 PS)
(pin "19" 19 PS) (pin "19" 19 PS)
(pin "20" 20 PS) (pin "20" 20 PS)
) )
) )
(symbol "53309-2070" (symbol "53309-2070"
(units THOU) (units THOU)
(origin (pt 0 0)) (origin (pt 0 0))
(graphic (graphic
(stroke 10) (stroke 10)
(path (pt 200 100) (pt 700 100) (pt 700 -1000) (pt 200 -1000) (pt 200 100) (closed)) (path (pt 200 100) (pt 700 100) (pt 700 -1000) (pt 200 -1000) (pt 200 100) (closed))
) )
(terminal (terminal
(body (symbol "PIN") (pt 900 -900) (rot 0) (mir X) (visible true)) (body (symbol "PIN") (pt 900 -900) (rot 0) (mir X) (visible true))
(name (pt 230 0) (rot 0) (just MIDDLE LEFT) (visible true)) (name (pt 230 0) (rot 0) (just MIDDLE LEFT) (visible true))
(number (pt 140 20) (rot 0) (just BOTTOM RIGHT) (visible true))) (number (pt 140 20) (rot 0) (just BOTTOM RIGHT) (visible true)))
(terminal (terminal
(body (symbol "PIN") (pt 0 -900) (rot 0) (mir 0) (visible true)) (body (symbol "PIN") (pt 0 -900) (rot 0) (mir 0) (visible true))
(name (pt 230 0) (rot 0) (just MIDDLE LEFT) (visible true)) (name (pt 230 0) (rot 0) (just MIDDLE LEFT) (visible true))
(number (pt 140 20) (rot 0) (just BOTTOM RIGHT) (visible true))) (number (pt 140 20) (rot 0) (just BOTTOM RIGHT) (visible true)))
(terminal (terminal
(body (symbol "PIN") (pt 900 -800) (rot 0) (mir X) (visible true)) (body (symbol "PIN") (pt 900 -800) (rot 0) (mir X) (visible true))
(name (pt 230 0) (rot 0) (just MIDDLE LEFT) (visible true)) (name (pt 230 0) (rot 0) (just MIDDLE LEFT) (visible true))
(number (pt 140 20) (rot 0) (just BOTTOM RIGHT) (visible true))) (number (pt 140 20) (rot 0) (just BOTTOM RIGHT) (visible true)))
(terminal (terminal
(body (symbol "PIN") (pt 0 -800) (rot 0) (mir 0) (visible true)) (body (symbol "PIN") (pt 0 -800) (rot 0) (mir 0) (visible true))
(name (pt 230 0) (rot 0) (just MIDDLE LEFT) (visible true)) (name (pt 230 0) (rot 0) (just MIDDLE LEFT) (visible true))
(number (pt 140 20) (rot 0) (just BOTTOM RIGHT) (visible true))) (number (pt 140 20) (rot 0) (just BOTTOM RIGHT) (visible true)))
(terminal (terminal
(body (symbol "PIN") (pt 900 -700) (rot 0) (mir X) (visible true)) (body (symbol "PIN") (pt 900 -700) (rot 0) (mir X) (visible true))
(name (pt 230 0) (rot 0) (just MIDDLE LEFT) (visible true)) (name (pt 230 0) (rot 0) (just MIDDLE LEFT) (visible true))
(number (pt 140 20) (rot 0) (just BOTTOM RIGHT) (visible true))) (number (pt 140 20) (rot 0) (just BOTTOM RIGHT) (visible true)))
(terminal (terminal
(body (symbol "PIN") (pt 0 -700) (rot 0) (mir 0) (visible true)) (body (symbol "PIN") (pt 0 -700) (rot 0) (mir 0) (visible true))
(name (pt 230 0) (rot 0) (just MIDDLE LEFT) (visible true)) (name (pt 230 0) (rot 0) (just MIDDLE LEFT) (visible true))
(number (pt 140 20) (rot 0) (just BOTTOM RIGHT) (visible true))) (number (pt 140 20) (rot 0) (just BOTTOM RIGHT) (visible true)))
(terminal (terminal
(body (symbol "PIN") (pt 900 -600) (rot 0) (mir X) (visible true)) (body (symbol "PIN") (pt 900 -600) (rot 0) (mir X) (visible true))
(name (pt 230 0) (rot 0) (just MIDDLE LEFT) (visible true)) (name (pt 230 0) (rot 0) (just MIDDLE LEFT) (visible true))
(number (pt 140 20) (rot 0) (just BOTTOM RIGHT) (visible true))) (number (pt 140 20) (rot 0) (just BOTTOM RIGHT) (visible true)))
(terminal (terminal
(body (symbol "PIN") (pt 0 -600) (rot 0) (mir 0) (visible true)) (body (symbol "PIN") (pt 0 -600) (rot 0) (mir 0) (visible true))
(name (pt 230 0) (rot 0) (just MIDDLE LEFT) (visible true)) (name (pt 230 0) (rot 0) (just MIDDLE LEFT) (visible true))
(number (pt 140 20) (rot 0) (just BOTTOM RIGHT) (visible true))) (number (pt 140 20) (rot 0) (just BOTTOM RIGHT) (visible true)))
(terminal (terminal
(body (symbol "PIN") (pt 900 -500) (rot 0) (mir X) (visible true)) (body (symbol "PIN") (pt 900 -500) (rot 0) (mir X) (visible true))
(name (pt 230 0) (rot 0) (just MIDDLE LEFT) (visible true)) (name (pt 230 0) (rot 0) (just MIDDLE LEFT) (visible true))
(number (pt 140 20) (rot 0) (just BOTTOM RIGHT) (visible true))) (number (pt 140 20) (rot 0) (just BOTTOM RIGHT) (visible true)))
(terminal (terminal
(body (symbol "PIN") (pt 0 -500) (rot 0) (mir 0) (visible true)) (body (symbol "PIN") (pt 0 -500) (rot 0) (mir 0) (visible true))
(name (pt 230 0) (rot 0) (just MIDDLE LEFT) (visible true)) (name (pt 230 0) (rot 0) (just MIDDLE LEFT) (visible true))
(number (pt 140 20) (rot 0) (just BOTTOM RIGHT) (visible true))) (number (pt 140 20) (rot 0) (just BOTTOM RIGHT) (visible true)))
(terminal (terminal
(body (symbol "PIN") (pt 900 -400) (rot 0) (mir X) (visible true)) (body (symbol "PIN") (pt 900 -400) (rot 0) (mir X) (visible true))
(name (pt 230 0) (rot 0) (just MIDDLE LEFT) (visible true)) (name (pt 230 0) (rot 0) (just MIDDLE LEFT) (visible true))
(number (pt 140 20) (rot 0) (just BOTTOM RIGHT) (visible true))) (number (pt 140 20) (rot 0) (just BOTTOM RIGHT) (visible true)))
(terminal (terminal
(body (symbol "PIN") (pt 0 -400) (rot 0) (mir 0) (visible true)) (body (symbol "PIN") (pt 0 -400) (rot 0) (mir 0) (visible true))
(name (pt 230 0) (rot 0) (just MIDDLE LEFT) (visible true)) (name (pt 230 0) (rot 0) (just MIDDLE LEFT) (visible true))
(number (pt 140 20) (rot 0) (just BOTTOM RIGHT) (visible true))) (number (pt 140 20) (rot 0) (just BOTTOM RIGHT) (visible true)))
(terminal (terminal
(body (symbol "PIN") (pt 900 -300) (rot 0) (mir X) (visible true)) (body (symbol "PIN") (pt 900 -300) (rot 0) (mir X) (visible true))
(name (pt 230 0) (rot 0) (just MIDDLE LEFT) (visible true)) (name (pt 230 0) (rot 0) (just MIDDLE LEFT) (visible true))
(number (pt 140 20) (rot 0) (just BOTTOM RIGHT) (visible true))) (number (pt 140 20) (rot 0) (just BOTTOM RIGHT) (visible true)))
(terminal (terminal
(body (symbol "PIN") (pt 0 -300) (rot 0) (mir 0) (visible true)) (body (symbol "PIN") (pt 0 -300) (rot 0) (mir 0) (visible true))
(name (pt 230 0) (rot 0) (just MIDDLE LEFT) (visible true)) (name (pt 230 0) (rot 0) (just MIDDLE LEFT) (visible true))
(number (pt 140 20) (rot 0) (just BOTTOM RIGHT) (visible true))) (number (pt 140 20) (rot 0) (just BOTTOM RIGHT) (visible true)))
(terminal (terminal
(body (symbol "PIN") (pt 900 -200) (rot 0) (mir X) (visible true)) (body (symbol "PIN") (pt 900 -200) (rot 0) (mir X) (visible true))
(name (pt 230 0) (rot 0) (just MIDDLE LEFT) (visible true)) (name (pt 230 0) (rot 0) (just MIDDLE LEFT) (visible true))
(number (pt 140 20) (rot 0) (just BOTTOM RIGHT) (visible true))) (number (pt 140 20) (rot 0) (just BOTTOM RIGHT) (visible true)))
(terminal (terminal
(body (symbol "PIN") (pt 0 -200) (rot 0) (mir 0) (visible true)) (body (symbol "PIN") (pt 0 -200) (rot 0) (mir 0) (visible true))
(name (pt 230 0) (rot 0) (just MIDDLE LEFT) (visible true)) (name (pt 230 0) (rot 0) (just MIDDLE LEFT) (visible true))
(number (pt 140 20) (rot 0) (just BOTTOM RIGHT) (visible true))) (number (pt 140 20) (rot 0) (just BOTTOM RIGHT) (visible true)))
(terminal (terminal
(body (symbol "PIN") (pt 900 -100) (rot 0) (mir X) (visible true)) (body (symbol "PIN") (pt 900 -100) (rot 0) (mir X) (visible true))
(name (pt 230 0) (rot 0) (just MIDDLE LEFT) (visible true)) (name (pt 230 0) (rot 0) (just MIDDLE LEFT) (visible true))
(number (pt 140 20) (rot 0) (just BOTTOM RIGHT) (visible true))) (number (pt 140 20) (rot 0) (just BOTTOM RIGHT) (visible true)))
(terminal (terminal
(body (symbol "PIN") (pt 0 -100) (rot 0) (mir 0) (visible true)) (body (symbol "PIN") (pt 0 -100) (rot 0) (mir 0) (visible true))
(name (pt 230 0) (rot 0) (just MIDDLE LEFT) (visible true)) (name (pt 230 0) (rot 0) (just MIDDLE LEFT) (visible true))
(number (pt 140 20) (rot 0) (just BOTTOM RIGHT) (visible true))) (number (pt 140 20) (rot 0) (just BOTTOM RIGHT) (visible true)))
(terminal (terminal
(body (symbol "PIN") (pt 900 0) (rot 0) (mir X) (visible true)) (body (symbol "PIN") (pt 900 0) (rot 0) (mir X) (visible true))
(name (pt 230 0) (rot 0) (just MIDDLE LEFT) (visible true)) (name (pt 230 0) (rot 0) (just MIDDLE LEFT) (visible true))
(number (pt 140 20) (rot 0) (just BOTTOM RIGHT) (visible true))) (number (pt 140 20) (rot 0) (just BOTTOM RIGHT) (visible true)))
(terminal (terminal
(body (symbol "PIN") (pt 0 0) (rot 0) (mir 0) (visible true)) (body (symbol "PIN") (pt 0 0) (rot 0) (mir 0) (visible true))
(name (pt 230 0) (rot 0) (just MIDDLE LEFT) (visible true)) (name (pt 230 0) (rot 0) (just MIDDLE LEFT) (visible true))
(number (pt 140 20) (rot 0) (just BOTTOM RIGHT) (visible true))) (number (pt 140 20) (rot 0) (just BOTTOM RIGHT) (visible true)))
) )
(symbol "PIN" (symbol "PIN"
(units THOU) (units THOU)
(origin (pt 0 0)) (origin (pt 0 0))
(graphic (graphic
(stroke 10) (stroke 10)
(path (pt 0 0) (pt 200 0)))) (path (pt 0 0) (pt 200 0))))
(symbol "PINSHORT" (symbol "PINSHORT"
(units THOU) (units THOU)
(origin (pt 0 0)) (origin (pt 0 0))
(graphic (graphic
(stroke 10) (stroke 10)
(path (pt 0 0) (pt 100 0)))) (path (pt 0 0) (pt 100 0))))
(package "533092070" (package "533092070"
(units MM) (units MM)
(layer TASM (layer TASM
(graphic (graphic
(stroke 0.2) (stroke 0.2)
(path (path
(closed true) (closed true)
(pt -4.9 2.1) (pt -4.9 2.1)
(pt 4.9 2.1) (pt 4.9 2.1)
(pt 4.9 -2.1) (pt 4.9 -2.1)
(pt -4.9 -2.1) (pt -4.9 -2.1)
(pt -4.9 2.1)))) (pt -4.9 2.1))))
(layer OCCA (layer OCCA
(graphic (graphic
(stroke 0.1) (stroke 0.1)
(path (path
(closed true) (closed true)
(pt -5.9 3.925) (pt -5.9 3.925)
(pt 5.9 3.925) (pt 5.9 3.925)
(pt 5.9 -3.975) (pt 5.9 -3.975)
(pt -5.9 -3.975) (pt -5.9 -3.975)
(pt -5.9 3.925)))) (pt -5.9 3.925))))
(layer TSLK (layer TSLK
(graphic (graphic
(stroke 0.1) (stroke 0.1)
(path (path
(closed false) (closed false)
(pt 4.2 2.1) (pt 4.2 2.1)
(pt 4.8 2.1) (pt 4.8 2.1)
(pt 4.9 2.1) (pt 4.9 2.1)
(pt 4.9 -2.1) (pt 4.9 -2.1)
(pt 4.2 -2.1)))) (pt 4.2 -2.1))))
(layer TSLK (layer TSLK
(graphic (graphic
(stroke 0.1) (stroke 0.1)
(path (path
(closed false) (closed false)
(pt -4.2 2.1) (pt -4.2 2.1)
(pt -4.8 2.1) (pt -4.8 2.1)
(pt -4.9 2.1) (pt -4.9 2.1)
(pt -4.9 -2.1) (pt -4.9 -2.1)
(pt -4.2 -2.1)))) (pt -4.2 -2.1))))
(layer TSLK (layer TSLK
(graphic (graphic
(stroke 0.2) (stroke 0.2)
(path (path
(closed true) (closed true)
(pt 3.8 3.4) (pt 3.8 3.4)
(arc (pt 3.800 3.400) (pt 3.600 3.300) (pt 3.800 3.500) (start 180.0) (sweep .0)) (arc (pt 3.800 3.400) (pt 3.600 3.300) (pt 3.800 3.500) (start 180.0) (sweep .0))
(pt 3.6 3.4) (pt 3.6 3.4)
(arc (pt 3.600 3.400) (pt 3.600 3.300) (pt 3.800 3.500) (start 180.0) (sweep 180.0)) (arc (pt 3.600 3.400) (pt 3.600 3.300) (pt 3.800 3.500) (start 180.0) (sweep 180.0))
(pt 3.8 3.4)))) (pt 3.8 3.4))))
(leg 1 (pt 3.600 2.275) (padstack 0)) (leg 1 (pt 3.600 2.275) (padstack 0))
(leg 2 (pt 3.600 -2.275) (padstack 2)) (leg 2 (pt 3.600 -2.275) (padstack 2))
(leg 3 (pt 2.800 2.275) (padstack 0)) (leg 3 (pt 2.800 2.275) (padstack 0))
(leg 4 (pt 2.800 -2.275) (padstack 4)) (leg 4 (pt 2.800 -2.275) (padstack 4))
(leg 5 (pt 2.000 2.275) (padstack 0)) (leg 5 (pt 2.000 2.275) (padstack 0))
(leg 6 (pt 2.000 -2.275) (padstack 6)) (leg 6 (pt 2.000 -2.275) (padstack 6))
(leg 7 (pt 1.200 2.275) (padstack 0)) (leg 7 (pt 1.200 2.275) (padstack 0))
(leg 8 (pt 1.200 -2.275) (padstack 8)) (leg 8 (pt 1.200 -2.275) (padstack 8))
(leg 9 (pt 0.400 2.275) (padstack 0)) (leg 9 (pt 0.400 2.275) (padstack 0))
(leg 10 (pt 0.400 -2.275) (padstack 10)) (leg 10 (pt 0.400 -2.275) (padstack 10))
(leg 11 (pt -0.400 2.275) (padstack 0)) (leg 11 (pt -0.400 2.275) (padstack 0))
(leg 12 (pt -0.400 -2.275) (padstack 12)) (leg 12 (pt -0.400 -2.275) (padstack 12))
(leg 13 (pt -1.200 2.275) (padstack 0)) (leg 13 (pt -1.200 2.275) (padstack 0))
(leg 14 (pt -1.200 -2.275) (padstack 14)) (leg 14 (pt -1.200 -2.275) (padstack 14))
(leg 15 (pt -2.000 2.275) (padstack 0)) (leg 15 (pt -2.000 2.275) (padstack 0))
(leg 16 (pt -2.000 -2.275) (padstack 16)) (leg 16 (pt -2.000 -2.275) (padstack 16))
(leg 17 (pt -2.800 2.275) (padstack 0)) (leg 17 (pt -2.800 2.275) (padstack 0))
(leg 18 (pt -2.800 -2.275) (padstack 18)) (leg 18 (pt -2.800 -2.275) (padstack 18))
(leg 19 (pt -3.600 2.275) (padstack 0)) (leg 19 (pt -3.600 2.275) (padstack 0))
(leg 20 (pt -3.600 -2.275) (padstack 20)) (leg 20 (pt -3.600 -2.275) (padstack 20))
(padstack 0 (padstack 0
(plated false) (plated false)
(pad (layer TCOP) (rectf 0.550 1.300 0 0 90.000)) (pad (layer TCOP) (rectf 0.550 1.300 0 0 90.000))
) )
(padstack 2 (padstack 2
(plated false) (plated false)
(pad (layer TCOP) (rectf 0.550 1.400 0 0 90.000)) (pad (layer TCOP) (rectf 0.550 1.400 0 0 90.000))
) )
(padstack 4 (padstack 4
(plated false) (plated false)
(pad (layer TCOP) (rectf 0.550 1.400 0 0 90.000)) (pad (layer TCOP) (rectf 0.550 1.400 0 0 90.000))
) )
(padstack 6 (padstack 6
(plated false) (plated false)
(pad (layer TCOP) (rectf 0.550 1.400 0 0 90.000)) (pad (layer TCOP) (rectf 0.550 1.400 0 0 90.000))
) )
(padstack 8 (padstack 8
(plated false) (plated false)
(pad (layer TCOP) (rectf 0.550 1.400 0 0 90.000)) (pad (layer TCOP) (rectf 0.550 1.400 0 0 90.000))
) )
(padstack 10 (padstack 10
(plated false) (plated false)
(pad (layer TCOP) (rectf 0.550 1.400 0 0 90.000)) (pad (layer TCOP) (rectf 0.550 1.400 0 0 90.000))
) )
(padstack 12 (padstack 12
(plated false) (plated false)
(pad (layer TCOP) (rectf 0.550 1.400 0 0 90.000)) (pad (layer TCOP) (rectf 0.550 1.400 0 0 90.000))
) )
(padstack 14 (padstack 14
(plated false) (plated false)
(pad (layer TCOP) (rectf 0.550 1.400 0 0 90.000)) (pad (layer TCOP) (rectf 0.550 1.400 0 0 90.000))
) )
(padstack 16 (padstack 16
(plated false) (plated false)
(pad (layer TCOP) (rectf 0.550 1.400 0 0 90.000)) (pad (layer TCOP) (rectf 0.550 1.400 0 0 90.000))
) )
(padstack 18 (padstack 18
(plated false) (plated false)
(pad (layer TCOP) (rectf 0.550 1.400 0 0 90.000)) (pad (layer TCOP) (rectf 0.550 1.400 0 0 90.000))
) )
(padstack 20 (padstack 20
(plated false) (plated false)
(pad (layer TCOP) (rectf 0.550 1.400 0 0 90.000)) (pad (layer TCOP) (rectf 0.550 1.400 0 0 90.000))
) )
(model "53309-2070.stp" (model "53309-2070.stp"
(euler 90 0 0) (euler 90 0 0)
(offset 0 0 2.380000114440918) (offset 0 0 2.380000114440918)
) )
) )
) )
) )

View File

@ -1,16 +1,16 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>SamacSys support for Proteus 8.8 or earlier</title> <title>SamacSys support for Proteus 8.8 or earlier</title>
</head> </head>
<body style="font-family:verdana"> <body style="font-family:verdana">
<p>Supporting Proteus 8.8 or earlier was done by including the Mentor Graphics PADS library files in the Proteus folder, with instructions on how to import them. <p>Supporting Proteus 8.8 or earlier was done by including the Mentor Graphics PADS library files in the Proteus folder, with instructions on how to import them.
<br><br> <br><br>
Unfortunately Mentor Graphics have stopped us from promoting their files for use in other design tools, now we can only include the PADS files in the "PADS" folder from our website. Unfortunately Mentor Graphics have stopped us from promoting their files for use in other design tools, now we can only include the PADS files in the "PADS" folder from our website.
<br><br> <br><br>
Sorry for the inconvenience, but please note that we are working with Labcenter Electronics to bring you a new integrated experience in Proteus 8.9. Sorry for the inconvenience, but please note that we are working with Labcenter Electronics to bring you a new integrated experience in Proteus 8.9.
<br><br> <br><br>
Best Regards<br> Best Regards<br>
The SamacSys Team</p> The SamacSys Team</p>
</body> </body>
</html> </html>

View File

@ -1,14 +1,14 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>SamacSys support for Proteus 8.9 or later</title> <title>SamacSys support for Proteus 8.9 or later</title>
</head> </head>
<body style="font-family:verdana"> <body style="font-family:verdana">
<p>Supporting Proteus 8.9 and beyond <p>Supporting Proteus 8.9 and beyond
<br><br> <br><br>
We are working with Labcenter Electronics to bring you a new integrated experience in Proteus 8.9. This version is currently in BETA and we will inform you upon its release. We are working with Labcenter Electronics to bring you a new integrated experience in Proteus 8.9. This version is currently in BETA and we will inform you upon its release.
<br><br> <br><br>
Best Regards<br> Best Regards<br>
The SamacSys Team</p> The SamacSys Team</p>
</body> </body>
</html> </html>

View File

@ -1,223 +1,223 @@
PULSONIX_LIBRARY_ASCII "SamacSys ECAD Model" PULSONIX_LIBRARY_ASCII "SamacSys ECAD Model"
//1538906/1031803/2.50/20/0/Connector //1538906/1031803/2.50/20/0/Connector
(asciiHeader (asciiHeader
(fileUnits MM) (fileUnits MM)
) )
(library Library_1 (library Library_1
(padStyleDef "r130_55" (padStyleDef "r130_55"
(holeDiam 0) (holeDiam 0)
(padShape (layerNumRef 1) (padShapeType Rect) (shapeWidth 0.550) (shapeHeight 1.300)) (padShape (layerNumRef 1) (padShapeType Rect) (shapeWidth 0.550) (shapeHeight 1.300))
(padShape (layerNumRef 16) (padShapeType Ellipse) (shapeWidth 0) (shapeHeight 0)) (padShape (layerNumRef 16) (padShapeType Ellipse) (shapeWidth 0) (shapeHeight 0))
) )
(padStyleDef "r140_55" (padStyleDef "r140_55"
(holeDiam 0) (holeDiam 0)
(padShape (layerNumRef 1) (padShapeType Rect) (shapeWidth 0.550) (shapeHeight 1.400)) (padShape (layerNumRef 1) (padShapeType Rect) (shapeWidth 0.550) (shapeHeight 1.400))
(padShape (layerNumRef 16) (padShapeType Ellipse) (shapeWidth 0) (shapeHeight 0)) (padShape (layerNumRef 16) (padShapeType Ellipse) (shapeWidth 0) (shapeHeight 0))
) )
(textStyleDef "Normal" (textStyleDef "Normal"
(font (font
(fontType Stroke) (fontType Stroke)
(fontFace "Helvetica") (fontFace "Helvetica")
(fontHeight 1.27) (fontHeight 1.27)
(strokeWidth 0.127) (strokeWidth 0.127)
) )
) )
(patternDef "533092070" (originalName "533092070") (patternDef "533092070" (originalName "533092070")
(multiLayer (multiLayer
(pad (padNum 1) (padStyleRef r130_55) (pt 3.600, 2.275) (rotation 0)) (pad (padNum 1) (padStyleRef r130_55) (pt 3.600, 2.275) (rotation 0))
(pad (padNum 2) (padStyleRef r140_55) (pt 3.600, -2.275) (rotation 0)) (pad (padNum 2) (padStyleRef r140_55) (pt 3.600, -2.275) (rotation 0))
(pad (padNum 3) (padStyleRef r130_55) (pt 2.800, 2.275) (rotation 0)) (pad (padNum 3) (padStyleRef r130_55) (pt 2.800, 2.275) (rotation 0))
(pad (padNum 4) (padStyleRef r140_55) (pt 2.800, -2.275) (rotation 0)) (pad (padNum 4) (padStyleRef r140_55) (pt 2.800, -2.275) (rotation 0))
(pad (padNum 5) (padStyleRef r130_55) (pt 2.000, 2.275) (rotation 0)) (pad (padNum 5) (padStyleRef r130_55) (pt 2.000, 2.275) (rotation 0))
(pad (padNum 6) (padStyleRef r140_55) (pt 2.000, -2.275) (rotation 0)) (pad (padNum 6) (padStyleRef r140_55) (pt 2.000, -2.275) (rotation 0))
(pad (padNum 7) (padStyleRef r130_55) (pt 1.200, 2.275) (rotation 0)) (pad (padNum 7) (padStyleRef r130_55) (pt 1.200, 2.275) (rotation 0))
(pad (padNum 8) (padStyleRef r140_55) (pt 1.200, -2.275) (rotation 0)) (pad (padNum 8) (padStyleRef r140_55) (pt 1.200, -2.275) (rotation 0))
(pad (padNum 9) (padStyleRef r130_55) (pt 0.400, 2.275) (rotation 0)) (pad (padNum 9) (padStyleRef r130_55) (pt 0.400, 2.275) (rotation 0))
(pad (padNum 10) (padStyleRef r140_55) (pt 0.400, -2.275) (rotation 0)) (pad (padNum 10) (padStyleRef r140_55) (pt 0.400, -2.275) (rotation 0))
(pad (padNum 11) (padStyleRef r130_55) (pt -0.400, 2.275) (rotation 0)) (pad (padNum 11) (padStyleRef r130_55) (pt -0.400, 2.275) (rotation 0))
(pad (padNum 12) (padStyleRef r140_55) (pt -0.400, -2.275) (rotation 0)) (pad (padNum 12) (padStyleRef r140_55) (pt -0.400, -2.275) (rotation 0))
(pad (padNum 13) (padStyleRef r130_55) (pt -1.200, 2.275) (rotation 0)) (pad (padNum 13) (padStyleRef r130_55) (pt -1.200, 2.275) (rotation 0))
(pad (padNum 14) (padStyleRef r140_55) (pt -1.200, -2.275) (rotation 0)) (pad (padNum 14) (padStyleRef r140_55) (pt -1.200, -2.275) (rotation 0))
(pad (padNum 15) (padStyleRef r130_55) (pt -2.000, 2.275) (rotation 0)) (pad (padNum 15) (padStyleRef r130_55) (pt -2.000, 2.275) (rotation 0))
(pad (padNum 16) (padStyleRef r140_55) (pt -2.000, -2.275) (rotation 0)) (pad (padNum 16) (padStyleRef r140_55) (pt -2.000, -2.275) (rotation 0))
(pad (padNum 17) (padStyleRef r130_55) (pt -2.800, 2.275) (rotation 0)) (pad (padNum 17) (padStyleRef r130_55) (pt -2.800, 2.275) (rotation 0))
(pad (padNum 18) (padStyleRef r140_55) (pt -2.800, -2.275) (rotation 0)) (pad (padNum 18) (padStyleRef r140_55) (pt -2.800, -2.275) (rotation 0))
(pad (padNum 19) (padStyleRef r130_55) (pt -3.600, 2.275) (rotation 0)) (pad (padNum 19) (padStyleRef r130_55) (pt -3.600, 2.275) (rotation 0))
(pad (padNum 20) (padStyleRef r140_55) (pt -3.600, -2.275) (rotation 0)) (pad (padNum 20) (padStyleRef r140_55) (pt -3.600, -2.275) (rotation 0))
) )
(layerContents (layerNumRef 18) (layerContents (layerNumRef 18)
(attr "RefDes" "RefDes" (pt 0.000, -0.025) (textStyleRef "Normal") (isVisible True)) (attr "RefDes" "RefDes" (pt 0.000, -0.025) (textStyleRef "Normal") (isVisible True))
) )
(layerContents (layerNumRef 28) (layerContents (layerNumRef 28)
(line (pt -4.9 2.1) (pt 4.9 2.1) (width 0.025)) (line (pt -4.9 2.1) (pt 4.9 2.1) (width 0.025))
) )
(layerContents (layerNumRef 28) (layerContents (layerNumRef 28)
(line (pt 4.9 2.1) (pt 4.9 -2.1) (width 0.025)) (line (pt 4.9 2.1) (pt 4.9 -2.1) (width 0.025))
) )
(layerContents (layerNumRef 28) (layerContents (layerNumRef 28)
(line (pt 4.9 -2.1) (pt -4.9 -2.1) (width 0.025)) (line (pt 4.9 -2.1) (pt -4.9 -2.1) (width 0.025))
) )
(layerContents (layerNumRef 28) (layerContents (layerNumRef 28)
(line (pt -4.9 -2.1) (pt -4.9 2.1) (width 0.025)) (line (pt -4.9 -2.1) (pt -4.9 2.1) (width 0.025))
) )
(layerContents (layerNumRef Courtyard_Top) (layerContents (layerNumRef Courtyard_Top)
(line (pt -5.9 3.925) (pt 5.9 3.925) (width 0.1)) (line (pt -5.9 3.925) (pt 5.9 3.925) (width 0.1))
) )
(layerContents (layerNumRef Courtyard_Top) (layerContents (layerNumRef Courtyard_Top)
(line (pt 5.9 3.925) (pt 5.9 -3.975) (width 0.1)) (line (pt 5.9 3.925) (pt 5.9 -3.975) (width 0.1))
) )
(layerContents (layerNumRef Courtyard_Top) (layerContents (layerNumRef Courtyard_Top)
(line (pt 5.9 -3.975) (pt -5.9 -3.975) (width 0.1)) (line (pt 5.9 -3.975) (pt -5.9 -3.975) (width 0.1))
) )
(layerContents (layerNumRef Courtyard_Top) (layerContents (layerNumRef Courtyard_Top)
(line (pt -5.9 -3.975) (pt -5.9 3.925) (width 0.1)) (line (pt -5.9 -3.975) (pt -5.9 3.925) (width 0.1))
) )
(layerContents (layerNumRef 18) (layerContents (layerNumRef 18)
(line (pt 4.2 2.1) (pt 4.8 2.1) (width 0.1)) (line (pt 4.2 2.1) (pt 4.8 2.1) (width 0.1))
) )
(layerContents (layerNumRef 18) (layerContents (layerNumRef 18)
(line (pt 4.8 2.1) (pt 4.9 2.1) (width 0.1)) (line (pt 4.8 2.1) (pt 4.9 2.1) (width 0.1))
) )
(layerContents (layerNumRef 18) (layerContents (layerNumRef 18)
(line (pt 4.9 2.1) (pt 4.9 -2.1) (width 0.1)) (line (pt 4.9 2.1) (pt 4.9 -2.1) (width 0.1))
) )
(layerContents (layerNumRef 18) (layerContents (layerNumRef 18)
(line (pt 4.9 -2.1) (pt 4.2 -2.1) (width 0.1)) (line (pt 4.9 -2.1) (pt 4.2 -2.1) (width 0.1))
) )
(layerContents (layerNumRef 18) (layerContents (layerNumRef 18)
(line (pt -4.2 2.1) (pt -4.8 2.1) (width 0.1)) (line (pt -4.2 2.1) (pt -4.8 2.1) (width 0.1))
) )
(layerContents (layerNumRef 18) (layerContents (layerNumRef 18)
(line (pt -4.8 2.1) (pt -4.9 2.1) (width 0.1)) (line (pt -4.8 2.1) (pt -4.9 2.1) (width 0.1))
) )
(layerContents (layerNumRef 18) (layerContents (layerNumRef 18)
(line (pt -4.9 2.1) (pt -4.9 -2.1) (width 0.1)) (line (pt -4.9 2.1) (pt -4.9 -2.1) (width 0.1))
) )
(layerContents (layerNumRef 18) (layerContents (layerNumRef 18)
(line (pt -4.9 -2.1) (pt -4.2 -2.1) (width 0.1)) (line (pt -4.9 -2.1) (pt -4.2 -2.1) (width 0.1))
) )
(layerContents (layerNumRef 18) (layerContents (layerNumRef 18)
(line (pt 3.8 3.4) (pt 3.8 3.4) (width 0.2)) (line (pt 3.8 3.4) (pt 3.8 3.4) (width 0.2))
) )
(layerContents (layerNumRef 18) (layerContents (layerNumRef 18)
(arc (pt 3.7, 3.4) (radius 0.1) (startAngle .0) (sweepAngle 180.0) (width 0.2)) (arc (pt 3.7, 3.4) (radius 0.1) (startAngle .0) (sweepAngle 180.0) (width 0.2))
) )
(layerContents (layerNumRef 18) (layerContents (layerNumRef 18)
(line (pt 3.6 3.4) (pt 3.6 3.4) (width 0.2)) (line (pt 3.6 3.4) (pt 3.6 3.4) (width 0.2))
) )
(layerContents (layerNumRef 18) (layerContents (layerNumRef 18)
(arc (pt 3.7, 3.4) (radius 0.1) (startAngle 180.0) (sweepAngle 180.0) (width 0.2)) (arc (pt 3.7, 3.4) (radius 0.1) (startAngle 180.0) (sweepAngle 180.0) (width 0.2))
) )
) )
(symbolDef "53309-2070" (originalName "53309-2070") (symbolDef "53309-2070" (originalName "53309-2070")
(pin (pinNum 1) (pt 900 mils -900 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -925 mils) (rotation 0]) (justify "Right") (textStyleRef "Normal")) (pin (pinNum 1) (pt 900 mils -900 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -925 mils) (rotation 0]) (justify "Right") (textStyleRef "Normal"))
)) ))
(pin (pinNum 2) (pt 0 mils -900 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -925 mils) (rotation 0]) (justify "Left") (textStyleRef "Normal")) (pin (pinNum 2) (pt 0 mils -900 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -925 mils) (rotation 0]) (justify "Left") (textStyleRef "Normal"))
)) ))
(pin (pinNum 3) (pt 900 mils -800 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -825 mils) (rotation 0]) (justify "Right") (textStyleRef "Normal")) (pin (pinNum 3) (pt 900 mils -800 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -825 mils) (rotation 0]) (justify "Right") (textStyleRef "Normal"))
)) ))
(pin (pinNum 4) (pt 0 mils -800 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -825 mils) (rotation 0]) (justify "Left") (textStyleRef "Normal")) (pin (pinNum 4) (pt 0 mils -800 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -825 mils) (rotation 0]) (justify "Left") (textStyleRef "Normal"))
)) ))
(pin (pinNum 5) (pt 900 mils -700 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -725 mils) (rotation 0]) (justify "Right") (textStyleRef "Normal")) (pin (pinNum 5) (pt 900 mils -700 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -725 mils) (rotation 0]) (justify "Right") (textStyleRef "Normal"))
)) ))
(pin (pinNum 6) (pt 0 mils -700 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -725 mils) (rotation 0]) (justify "Left") (textStyleRef "Normal")) (pin (pinNum 6) (pt 0 mils -700 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -725 mils) (rotation 0]) (justify "Left") (textStyleRef "Normal"))
)) ))
(pin (pinNum 7) (pt 900 mils -600 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -625 mils) (rotation 0]) (justify "Right") (textStyleRef "Normal")) (pin (pinNum 7) (pt 900 mils -600 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -625 mils) (rotation 0]) (justify "Right") (textStyleRef "Normal"))
)) ))
(pin (pinNum 8) (pt 0 mils -600 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -625 mils) (rotation 0]) (justify "Left") (textStyleRef "Normal")) (pin (pinNum 8) (pt 0 mils -600 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -625 mils) (rotation 0]) (justify "Left") (textStyleRef "Normal"))
)) ))
(pin (pinNum 9) (pt 900 mils -500 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -525 mils) (rotation 0]) (justify "Right") (textStyleRef "Normal")) (pin (pinNum 9) (pt 900 mils -500 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -525 mils) (rotation 0]) (justify "Right") (textStyleRef "Normal"))
)) ))
(pin (pinNum 10) (pt 0 mils -500 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -525 mils) (rotation 0]) (justify "Left") (textStyleRef "Normal")) (pin (pinNum 10) (pt 0 mils -500 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -525 mils) (rotation 0]) (justify "Left") (textStyleRef "Normal"))
)) ))
(pin (pinNum 11) (pt 900 mils -400 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -425 mils) (rotation 0]) (justify "Right") (textStyleRef "Normal")) (pin (pinNum 11) (pt 900 mils -400 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -425 mils) (rotation 0]) (justify "Right") (textStyleRef "Normal"))
)) ))
(pin (pinNum 12) (pt 0 mils -400 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -425 mils) (rotation 0]) (justify "Left") (textStyleRef "Normal")) (pin (pinNum 12) (pt 0 mils -400 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -425 mils) (rotation 0]) (justify "Left") (textStyleRef "Normal"))
)) ))
(pin (pinNum 13) (pt 900 mils -300 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -325 mils) (rotation 0]) (justify "Right") (textStyleRef "Normal")) (pin (pinNum 13) (pt 900 mils -300 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -325 mils) (rotation 0]) (justify "Right") (textStyleRef "Normal"))
)) ))
(pin (pinNum 14) (pt 0 mils -300 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -325 mils) (rotation 0]) (justify "Left") (textStyleRef "Normal")) (pin (pinNum 14) (pt 0 mils -300 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -325 mils) (rotation 0]) (justify "Left") (textStyleRef "Normal"))
)) ))
(pin (pinNum 15) (pt 900 mils -200 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -225 mils) (rotation 0]) (justify "Right") (textStyleRef "Normal")) (pin (pinNum 15) (pt 900 mils -200 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -225 mils) (rotation 0]) (justify "Right") (textStyleRef "Normal"))
)) ))
(pin (pinNum 16) (pt 0 mils -200 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -225 mils) (rotation 0]) (justify "Left") (textStyleRef "Normal")) (pin (pinNum 16) (pt 0 mils -200 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -225 mils) (rotation 0]) (justify "Left") (textStyleRef "Normal"))
)) ))
(pin (pinNum 17) (pt 900 mils -100 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -125 mils) (rotation 0]) (justify "Right") (textStyleRef "Normal")) (pin (pinNum 17) (pt 900 mils -100 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -125 mils) (rotation 0]) (justify "Right") (textStyleRef "Normal"))
)) ))
(pin (pinNum 18) (pt 0 mils -100 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -125 mils) (rotation 0]) (justify "Left") (textStyleRef "Normal")) (pin (pinNum 18) (pt 0 mils -100 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -125 mils) (rotation 0]) (justify "Left") (textStyleRef "Normal"))
)) ))
(pin (pinNum 19) (pt 900 mils 0 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -25 mils) (rotation 0]) (justify "Right") (textStyleRef "Normal")) (pin (pinNum 19) (pt 900 mils 0 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 670 mils -25 mils) (rotation 0]) (justify "Right") (textStyleRef "Normal"))
)) ))
(pin (pinNum 20) (pt 0 mils 0 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -25 mils) (rotation 0]) (justify "Left") (textStyleRef "Normal")) (pin (pinNum 20) (pt 0 mils 0 mils) (rotation 0) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 230 mils -25 mils) (rotation 0]) (justify "Left") (textStyleRef "Normal"))
)) ))
(line (pt 200 mils 100 mils) (pt 700 mils 100 mils) (width 6 mils)) (line (pt 200 mils 100 mils) (pt 700 mils 100 mils) (width 6 mils))
(line (pt 700 mils 100 mils) (pt 700 mils -1000 mils) (width 6 mils)) (line (pt 700 mils 100 mils) (pt 700 mils -1000 mils) (width 6 mils))
(line (pt 700 mils -1000 mils) (pt 200 mils -1000 mils) (width 6 mils)) (line (pt 700 mils -1000 mils) (pt 200 mils -1000 mils) (width 6 mils))
(line (pt 200 mils -1000 mils) (pt 200 mils 100 mils) (width 6 mils)) (line (pt 200 mils -1000 mils) (pt 200 mils 100 mils) (width 6 mils))
(attr "RefDes" "RefDes" (pt 750 mils 300 mils) (justify Left) (isVisible True) (textStyleRef "Normal")) (attr "RefDes" "RefDes" (pt 750 mils 300 mils) (justify Left) (isVisible True) (textStyleRef "Normal"))
(attr "Type" "Type" (pt 750 mils 200 mils) (justify Left) (isVisible True) (textStyleRef "Normal")) (attr "Type" "Type" (pt 750 mils 200 mils) (justify Left) (isVisible True) (textStyleRef "Normal"))
) )
(compDef "53309-2070" (originalName "53309-2070") (compHeader (numPins 20) (numParts 1) (refDesPrefix J) (compDef "53309-2070" (originalName "53309-2070") (compHeader (numPins 20) (numParts 1) (refDesPrefix J)
) )
(compPin "1" (pinName "1") (partNum 1) (symPinNum 1) (gateEq 0) (pinEq 0) (pinType Unknown)) (compPin "1" (pinName "1") (partNum 1) (symPinNum 1) (gateEq 0) (pinEq 0) (pinType Unknown))
(compPin "2" (pinName "2") (partNum 1) (symPinNum 2) (gateEq 0) (pinEq 0) (pinType Unknown)) (compPin "2" (pinName "2") (partNum 1) (symPinNum 2) (gateEq 0) (pinEq 0) (pinType Unknown))
(compPin "3" (pinName "3") (partNum 1) (symPinNum 3) (gateEq 0) (pinEq 0) (pinType Unknown)) (compPin "3" (pinName "3") (partNum 1) (symPinNum 3) (gateEq 0) (pinEq 0) (pinType Unknown))
(compPin "4" (pinName "4") (partNum 1) (symPinNum 4) (gateEq 0) (pinEq 0) (pinType Unknown)) (compPin "4" (pinName "4") (partNum 1) (symPinNum 4) (gateEq 0) (pinEq 0) (pinType Unknown))
(compPin "5" (pinName "5") (partNum 1) (symPinNum 5) (gateEq 0) (pinEq 0) (pinType Unknown)) (compPin "5" (pinName "5") (partNum 1) (symPinNum 5) (gateEq 0) (pinEq 0) (pinType Unknown))
(compPin "6" (pinName "6") (partNum 1) (symPinNum 6) (gateEq 0) (pinEq 0) (pinType Unknown)) (compPin "6" (pinName "6") (partNum 1) (symPinNum 6) (gateEq 0) (pinEq 0) (pinType Unknown))
(compPin "7" (pinName "7") (partNum 1) (symPinNum 7) (gateEq 0) (pinEq 0) (pinType Unknown)) (compPin "7" (pinName "7") (partNum 1) (symPinNum 7) (gateEq 0) (pinEq 0) (pinType Unknown))
(compPin "8" (pinName "8") (partNum 1) (symPinNum 8) (gateEq 0) (pinEq 0) (pinType Unknown)) (compPin "8" (pinName "8") (partNum 1) (symPinNum 8) (gateEq 0) (pinEq 0) (pinType Unknown))
(compPin "9" (pinName "9") (partNum 1) (symPinNum 9) (gateEq 0) (pinEq 0) (pinType Unknown)) (compPin "9" (pinName "9") (partNum 1) (symPinNum 9) (gateEq 0) (pinEq 0) (pinType Unknown))
(compPin "10" (pinName "10") (partNum 1) (symPinNum 10) (gateEq 0) (pinEq 0) (pinType Unknown)) (compPin "10" (pinName "10") (partNum 1) (symPinNum 10) (gateEq 0) (pinEq 0) (pinType Unknown))
(compPin "11" (pinName "11") (partNum 1) (symPinNum 11) (gateEq 0) (pinEq 0) (pinType Unknown)) (compPin "11" (pinName "11") (partNum 1) (symPinNum 11) (gateEq 0) (pinEq 0) (pinType Unknown))
(compPin "12" (pinName "12") (partNum 1) (symPinNum 12) (gateEq 0) (pinEq 0) (pinType Unknown)) (compPin "12" (pinName "12") (partNum 1) (symPinNum 12) (gateEq 0) (pinEq 0) (pinType Unknown))
(compPin "13" (pinName "13") (partNum 1) (symPinNum 13) (gateEq 0) (pinEq 0) (pinType Unknown)) (compPin "13" (pinName "13") (partNum 1) (symPinNum 13) (gateEq 0) (pinEq 0) (pinType Unknown))
(compPin "14" (pinName "14") (partNum 1) (symPinNum 14) (gateEq 0) (pinEq 0) (pinType Unknown)) (compPin "14" (pinName "14") (partNum 1) (symPinNum 14) (gateEq 0) (pinEq 0) (pinType Unknown))
(compPin "15" (pinName "15") (partNum 1) (symPinNum 15) (gateEq 0) (pinEq 0) (pinType Unknown)) (compPin "15" (pinName "15") (partNum 1) (symPinNum 15) (gateEq 0) (pinEq 0) (pinType Unknown))
(compPin "16" (pinName "16") (partNum 1) (symPinNum 16) (gateEq 0) (pinEq 0) (pinType Unknown)) (compPin "16" (pinName "16") (partNum 1) (symPinNum 16) (gateEq 0) (pinEq 0) (pinType Unknown))
(compPin "17" (pinName "17") (partNum 1) (symPinNum 17) (gateEq 0) (pinEq 0) (pinType Unknown)) (compPin "17" (pinName "17") (partNum 1) (symPinNum 17) (gateEq 0) (pinEq 0) (pinType Unknown))
(compPin "18" (pinName "18") (partNum 1) (symPinNum 18) (gateEq 0) (pinEq 0) (pinType Unknown)) (compPin "18" (pinName "18") (partNum 1) (symPinNum 18) (gateEq 0) (pinEq 0) (pinType Unknown))
(compPin "19" (pinName "19") (partNum 1) (symPinNum 19) (gateEq 0) (pinEq 0) (pinType Unknown)) (compPin "19" (pinName "19") (partNum 1) (symPinNum 19) (gateEq 0) (pinEq 0) (pinType Unknown))
(compPin "20" (pinName "20") (partNum 1) (symPinNum 20) (gateEq 0) (pinEq 0) (pinType Unknown)) (compPin "20" (pinName "20") (partNum 1) (symPinNum 20) (gateEq 0) (pinEq 0) (pinType Unknown))
(attachedSymbol (partNum 1) (altType Normal) (symbolName "53309-2070")) (attachedSymbol (partNum 1) (altType Normal) (symbolName "53309-2070"))
(attachedPattern (patternNum 1) (patternName "533092070") (attachedPattern (patternNum 1) (patternName "533092070")
(numPads 20) (numPads 20)
(padPinMap (padPinMap
(padNum 1) (compPinRef "1") (padNum 1) (compPinRef "1")
(padNum 2) (compPinRef "2") (padNum 2) (compPinRef "2")
(padNum 3) (compPinRef "3") (padNum 3) (compPinRef "3")
(padNum 4) (compPinRef "4") (padNum 4) (compPinRef "4")
(padNum 5) (compPinRef "5") (padNum 5) (compPinRef "5")
(padNum 6) (compPinRef "6") (padNum 6) (compPinRef "6")
(padNum 7) (compPinRef "7") (padNum 7) (compPinRef "7")
(padNum 8) (compPinRef "8") (padNum 8) (compPinRef "8")
(padNum 9) (compPinRef "9") (padNum 9) (compPinRef "9")
(padNum 10) (compPinRef "10") (padNum 10) (compPinRef "10")
(padNum 11) (compPinRef "11") (padNum 11) (compPinRef "11")
(padNum 12) (compPinRef "12") (padNum 12) (compPinRef "12")
(padNum 13) (compPinRef "13") (padNum 13) (compPinRef "13")
(padNum 14) (compPinRef "14") (padNum 14) (compPinRef "14")
(padNum 15) (compPinRef "15") (padNum 15) (compPinRef "15")
(padNum 16) (compPinRef "16") (padNum 16) (compPinRef "16")
(padNum 17) (compPinRef "17") (padNum 17) (compPinRef "17")
(padNum 18) (compPinRef "18") (padNum 18) (compPinRef "18")
(padNum 19) (compPinRef "19") (padNum 19) (compPinRef "19")
(padNum 20) (compPinRef "20") (padNum 20) (compPinRef "20")
) )
) )
(attr "Mouser Part Number" "538-53309-2070") (attr "Mouser Part Number" "538-53309-2070")
(attr "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Molex/53309-2070?qs=9BfFgGvh7CfO11BRQ4L7fQ%3D%3D") (attr "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Molex/53309-2070?qs=9BfFgGvh7CfO11BRQ4L7fQ%3D%3D")
(attr "Manufacturer_Name" "Molex") (attr "Manufacturer_Name" "Molex")
(attr "Manufacturer_Part_Number" "53309-2070") (attr "Manufacturer_Part_Number" "53309-2070")
(attr "Description" "Board to Board & Mezzanine Connectors 0.8 BtB Wafer Assy R RA 20Ckt EmbsTp Pkg") (attr "Description" "Board to Board & Mezzanine Connectors 0.8 BtB Wafer Assy R RA 20Ckt EmbsTp Pkg")
(attr "<Hyperlink>" "https://componentsearchengine.com/Datasheets/1/53309-2070.pdf") (attr "<Hyperlink>" "https://componentsearchengine.com/Datasheets/1/53309-2070.pdf")
(attr "<Component Height>" "4.9") (attr "<Component Height>" "4.9")
(attr "<STEP Filename>" "53309-2070.stp") (attr "<STEP Filename>" "53309-2070.stp")
(attr "<STEP Offsets>" "X=0;Y=0;Z=2.38") (attr "<STEP Offsets>" "X=0;Y=0;Z=2.38")
(attr "<STEP Rotation>" "X=90;Y=0;Z=0") (attr "<STEP Rotation>" "X=90;Y=0;Z=0")
) )
) )

View File

@ -1,196 +1,196 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!--/1538906/1031803/2.50/20/0/Connector/--> <!--/1538906/1031803/2.50/20/0/Connector/-->
<quadcept_library> <quadcept_library>
<setting unit="mil" /> <setting unit="mil" />
<textstyle name="Default" height="47.244094488189" strokewidth="7.8740157480315" charwidth="47.244094488189" /> <textstyle name="Default" height="47.244094488189" strokewidth="7.8740157480315" charwidth="47.244094488189" />
<textstyle name="Dimension" height="19.6850393700787" strokewidth="0" charwidth="19.6850393700787" /> <textstyle name="Dimension" height="19.6850393700787" strokewidth="0" charwidth="19.6850393700787" />
<textstyle name="H127W0635TH00762" height="50" strokewidth="3" charwidth="25" /> <textstyle name="H127W0635TH00762" height="50" strokewidth="3" charwidth="25" />
<textstyle name="H15W15TH02" height="59.0551181102362" strokewidth="7.8740157480315" charwidth="59.0551181102362" /> <textstyle name="H15W15TH02" height="59.0551181102362" strokewidth="7.8740157480315" charwidth="59.0551181102362" />
<padstyle name="r130_55" surface="True" plated="False" isvia="False" nopaste="False" nomask="True" complex="False" holesize="0"> <padstyle name="r130_55" surface="True" plated="False" isvia="False" nopaste="False" nomask="True" complex="False" holesize="0">
<padshape layer="TOP" shape="rectangle" width="21.653543307086" height="51.181102362204" /> <padshape layer="TOP" shape="rectangle" width="21.653543307086" height="51.181102362204" />
<padshape layer="TOP_SOLDER_MASK" shape="rectangle" width="29.527559055118" height="59.055118110235" /> <padshape layer="TOP_SOLDER_MASK" shape="rectangle" width="29.527559055118" height="59.055118110235" />
<padshape layer="TOP_SOLDER_PASTE" shape="rectangle" width="21.653543307086" height="51.181102362204" /> <padshape layer="TOP_SOLDER_PASTE" shape="rectangle" width="21.653543307086" height="51.181102362204" />
</padstyle> </padstyle>
<padstyle name="r140_55" surface="True" plated="False" isvia="False" nopaste="False" nomask="True" complex="False" holesize="0"> <padstyle name="r140_55" surface="True" plated="False" isvia="False" nopaste="False" nomask="True" complex="False" holesize="0">
<padshape layer="TOP" shape="rectangle" width="21.653543307086" height="55.11811023622" /> <padshape layer="TOP" shape="rectangle" width="21.653543307086" height="55.11811023622" />
<padshape layer="TOP_SOLDER_MASK" shape="rectangle" width="29.527559055118" height="62.992125984251" /> <padshape layer="TOP_SOLDER_MASK" shape="rectangle" width="29.527559055118" height="62.992125984251" />
<padshape layer="TOP_SOLDER_PASTE" shape="rectangle" width="21.653543307086" height="55.11811023622" /> <padshape layer="TOP_SOLDER_PASTE" shape="rectangle" width="21.653543307086" height="55.11811023622" />
</padstyle> </padstyle>
<footprint name="533092070" originx="0" originy="0" pickpointx="0" pickpointy="0"> <footprint name="533092070" originx="0" originy="0" pickpointx="0" pickpointy="0">
<pcbpin number="1" name="1" style="r130_55" originx="141.73228346457" originy="89.566929133857" rotation="0" /> <pcbpin number="1" name="1" style="r130_55" originx="141.73228346457" originy="89.566929133857" rotation="0" />
<pcbpin number="2" name="2" style="r140_55" originx="141.73228346457" originy="-89.566929133857" rotation="0" /> <pcbpin number="2" name="2" style="r140_55" originx="141.73228346457" originy="-89.566929133857" rotation="0" />
<pcbpin number="3" name="3" style="r130_55" originx="110.23622047244" originy="89.566929133857" rotation="0" /> <pcbpin number="3" name="3" style="r130_55" originx="110.23622047244" originy="89.566929133857" rotation="0" />
<pcbpin number="4" name="4" style="r140_55" originx="110.23622047244" originy="-89.566929133857" rotation="0" /> <pcbpin number="4" name="4" style="r140_55" originx="110.23622047244" originy="-89.566929133857" rotation="0" />
<pcbpin number="5" name="5" style="r130_55" originx="78.740157480314" originy="89.566929133857" rotation="0" /> <pcbpin number="5" name="5" style="r130_55" originx="78.740157480314" originy="89.566929133857" rotation="0" />
<pcbpin number="6" name="6" style="r140_55" originx="78.740157480314" originy="-89.566929133857" rotation="0" /> <pcbpin number="6" name="6" style="r140_55" originx="78.740157480314" originy="-89.566929133857" rotation="0" />
<pcbpin number="7" name="7" style="r130_55" originx="47.244094488188" originy="89.566929133857" rotation="0" /> <pcbpin number="7" name="7" style="r130_55" originx="47.244094488188" originy="89.566929133857" rotation="0" />
<pcbpin number="8" name="8" style="r140_55" originx="47.244094488188" originy="-89.566929133857" rotation="0" /> <pcbpin number="8" name="8" style="r140_55" originx="47.244094488188" originy="-89.566929133857" rotation="0" />
<pcbpin number="9" name="9" style="r130_55" originx="15.748031496063" originy="89.566929133857" rotation="0" /> <pcbpin number="9" name="9" style="r130_55" originx="15.748031496063" originy="89.566929133857" rotation="0" />
<pcbpin number="10" name="10" style="r140_55" originx="15.748031496063" originy="-89.566929133857" rotation="0" /> <pcbpin number="10" name="10" style="r140_55" originx="15.748031496063" originy="-89.566929133857" rotation="0" />
<pcbpin number="11" name="11" style="r130_55" originx="-15.748031496063" originy="89.566929133857" rotation="0" /> <pcbpin number="11" name="11" style="r130_55" originx="-15.748031496063" originy="89.566929133857" rotation="0" />
<pcbpin number="12" name="12" style="r140_55" originx="-15.748031496063" originy="-89.566929133857" rotation="0" /> <pcbpin number="12" name="12" style="r140_55" originx="-15.748031496063" originy="-89.566929133857" rotation="0" />
<pcbpin number="13" name="13" style="r130_55" originx="-47.244094488188" originy="89.566929133857" rotation="0" /> <pcbpin number="13" name="13" style="r130_55" originx="-47.244094488188" originy="89.566929133857" rotation="0" />
<pcbpin number="14" name="14" style="r140_55" originx="-47.244094488188" originy="-89.566929133857" rotation="0" /> <pcbpin number="14" name="14" style="r140_55" originx="-47.244094488188" originy="-89.566929133857" rotation="0" />
<pcbpin number="15" name="15" style="r130_55" originx="-78.740157480314" originy="89.566929133857" rotation="0" /> <pcbpin number="15" name="15" style="r130_55" originx="-78.740157480314" originy="89.566929133857" rotation="0" />
<pcbpin number="16" name="16" style="r140_55" originx="-78.740157480314" originy="-89.566929133857" rotation="0" /> <pcbpin number="16" name="16" style="r140_55" originx="-78.740157480314" originy="-89.566929133857" rotation="0" />
<pcbpin number="17" name="17" style="r130_55" originx="-110.23622047244" originy="89.566929133857" rotation="0" /> <pcbpin number="17" name="17" style="r130_55" originx="-110.23622047244" originy="89.566929133857" rotation="0" />
<pcbpin number="18" name="18" style="r140_55" originx="-110.23622047244" originy="-89.566929133857" rotation="0" /> <pcbpin number="18" name="18" style="r140_55" originx="-110.23622047244" originy="-89.566929133857" rotation="0" />
<pcbpin number="19" name="19" style="r130_55" originx="-141.73228346457" originy="89.566929133857" rotation="0" /> <pcbpin number="19" name="19" style="r130_55" originx="-141.73228346457" originy="89.566929133857" rotation="0" />
<pcbpin number="20" name="20" style="r140_55" originx="-141.73228346457" originy="-89.566929133857" rotation="0" /> <pcbpin number="20" name="20" style="r140_55" originx="-141.73228346457" originy="-89.566929133857" rotation="0" />
<line layer="TOP_ASSEMBLY" originx="-192.91338582677" originy="82.67716535433" endx="192.91338582677" endy="82.67716535433" width="7.8740157480314" /> <line layer="TOP_ASSEMBLY" originx="-192.91338582677" originy="82.67716535433" endx="192.91338582677" endy="82.67716535433" width="7.8740157480314" />
<line layer="TOP_ASSEMBLY" originx="192.91338582677" originy="82.67716535433" endx="192.91338582677" endy="-82.67716535433" width="7.8740157480314" /> <line layer="TOP_ASSEMBLY" originx="192.91338582677" originy="82.67716535433" endx="192.91338582677" endy="-82.67716535433" width="7.8740157480314" />
<line layer="TOP_ASSEMBLY" originx="192.91338582677" originy="-82.67716535433" endx="-192.91338582677" endy="-82.67716535433" width="7.8740157480314" /> <line layer="TOP_ASSEMBLY" originx="192.91338582677" originy="-82.67716535433" endx="-192.91338582677" endy="-82.67716535433" width="7.8740157480314" />
<line layer="TOP_ASSEMBLY" originx="-192.91338582677" originy="-82.67716535433" endx="-192.91338582677" endy="82.67716535433" width="7.8740157480314" /> <line layer="TOP_ASSEMBLY" originx="-192.91338582677" originy="-82.67716535433" endx="-192.91338582677" endy="82.67716535433" width="7.8740157480314" />
<line layer="TOP_PLACE_BOUND" originx="-232.28346456693" originy="154.52755905512" endx="232.28346456693" endy="154.52755905512" width="3.9370078740157" /> <line layer="TOP_PLACE_BOUND" originx="-232.28346456693" originy="154.52755905512" endx="232.28346456693" endy="154.52755905512" width="3.9370078740157" />
<line layer="TOP_PLACE_BOUND" originx="232.28346456693" originy="154.52755905512" endx="232.28346456693" endy="-156.49606299212" width="3.9370078740157" /> <line layer="TOP_PLACE_BOUND" originx="232.28346456693" originy="154.52755905512" endx="232.28346456693" endy="-156.49606299212" width="3.9370078740157" />
<line layer="TOP_PLACE_BOUND" originx="232.28346456693" originy="-156.49606299212" endx="-232.28346456693" endy="-156.49606299212" width="3.9370078740157" /> <line layer="TOP_PLACE_BOUND" originx="232.28346456693" originy="-156.49606299212" endx="-232.28346456693" endy="-156.49606299212" width="3.9370078740157" />
<line layer="TOP_PLACE_BOUND" originx="-232.28346456693" originy="-156.49606299212" endx="-232.28346456693" endy="154.52755905512" width="3.9370078740157" /> <line layer="TOP_PLACE_BOUND" originx="-232.28346456693" originy="-156.49606299212" endx="-232.28346456693" endy="154.52755905512" width="3.9370078740157" />
<line layer="TOP_SILKSCREEN" originx="165.35433070866" originy="82.67716535433" endx="188.97637795275" endy="82.67716535433" width="3.9370078740157" /> <line layer="TOP_SILKSCREEN" originx="165.35433070866" originy="82.67716535433" endx="188.97637795275" endy="82.67716535433" width="3.9370078740157" />
<line layer="TOP_SILKSCREEN" originx="188.97637795275" originy="82.67716535433" endx="192.91338582677" endy="82.67716535433" width="3.9370078740157" /> <line layer="TOP_SILKSCREEN" originx="188.97637795275" originy="82.67716535433" endx="192.91338582677" endy="82.67716535433" width="3.9370078740157" />
<line layer="TOP_SILKSCREEN" originx="192.91338582677" originy="82.67716535433" endx="192.91338582677" endy="-82.67716535433" width="3.9370078740157" /> <line layer="TOP_SILKSCREEN" originx="192.91338582677" originy="82.67716535433" endx="192.91338582677" endy="-82.67716535433" width="3.9370078740157" />
<line layer="TOP_SILKSCREEN" originx="192.91338582677" originy="-82.67716535433" endx="165.35433070866" endy="-82.67716535433" width="3.9370078740157" /> <line layer="TOP_SILKSCREEN" originx="192.91338582677" originy="-82.67716535433" endx="165.35433070866" endy="-82.67716535433" width="3.9370078740157" />
<line layer="TOP_SILKSCREEN" originx="-165.35433070866" originy="82.67716535433" endx="-188.97637795275" endy="82.67716535433" width="3.9370078740157" /> <line layer="TOP_SILKSCREEN" originx="-165.35433070866" originy="82.67716535433" endx="-188.97637795275" endy="82.67716535433" width="3.9370078740157" />
<line layer="TOP_SILKSCREEN" originx="-188.97637795275" originy="82.67716535433" endx="-192.91338582677" endy="82.67716535433" width="3.9370078740157" /> <line layer="TOP_SILKSCREEN" originx="-188.97637795275" originy="82.67716535433" endx="-192.91338582677" endy="82.67716535433" width="3.9370078740157" />
<line layer="TOP_SILKSCREEN" originx="-192.91338582677" originy="82.67716535433" endx="-192.91338582677" endy="-82.67716535433" width="3.9370078740157" /> <line layer="TOP_SILKSCREEN" originx="-192.91338582677" originy="82.67716535433" endx="-192.91338582677" endy="-82.67716535433" width="3.9370078740157" />
<line layer="TOP_SILKSCREEN" originx="-192.91338582677" originy="-82.67716535433" endx="-165.35433070866" endy="-82.67716535433" width="3.9370078740157" /> <line layer="TOP_SILKSCREEN" originx="-192.91338582677" originy="-82.67716535433" endx="-165.35433070866" endy="-82.67716535433" width="3.9370078740157" />
<line layer="TOP_SILKSCREEN" originx="149.6062992126" originy="133.85826771653" endx="149.6062992126" endy="133.85826771653" width="7.8740157480314" /> <line layer="TOP_SILKSCREEN" originx="149.6062992126" originy="133.85826771653" endx="149.6062992126" endy="133.85826771653" width="7.8740157480314" />
<arc layer="TOP_SILKSCREEN" originx="145.66929133858" originy="133.85826771653" startangle=".0" sweepangle="180.0" radius="3.9370078740157" width="7.8740157480314" /> <arc layer="TOP_SILKSCREEN" originx="145.66929133858" originy="133.85826771653" startangle=".0" sweepangle="180.0" radius="3.9370078740157" width="7.8740157480314" />
<line layer="TOP_SILKSCREEN" originx="141.73228346457" originy="133.85826771653" endx="141.73228346457" endy="133.85826771653" width="7.8740157480314" /> <line layer="TOP_SILKSCREEN" originx="141.73228346457" originy="133.85826771653" endx="141.73228346457" endy="133.85826771653" width="7.8740157480314" />
<arc layer="TOP_SILKSCREEN" originx="145.66929133858" originy="133.85826771653" startangle="180.0" sweepangle="180.0" radius="3.9370078740157" width="7.8740157480314" /> <arc layer="TOP_SILKSCREEN" originx="145.66929133858" originy="133.85826771653" startangle="180.0" sweepangle="180.0" radius="3.9370078740157" width="7.8740157480314" />
</footprint> </footprint>
<symbol name="53309-2070" originx="0" originy="0"> <symbol name="53309-2070" originx="0" originy="0">
<line originx="200" originy="100" endx="700" endy="100" width="0" /> <line originx="200" originy="100" endx="700" endy="100" width="0" />
<line originx="700" originy="-1000" endx="700" endy="100" width="0" /> <line originx="700" originy="-1000" endx="700" endy="100" width="0" />
<line originx="700" originy="-1000" endx="200" endy="-1000" width="0" /> <line originx="700" originy="-1000" endx="200" endy="-1000" width="0" />
<line originx="200" originy="100" endx="200" endy="-1000" width="0" /> <line originx="200" originy="100" endx="200" endy="-1000" width="0" />
<sympin number="1" originx="700" originy="-900" rotation="0" length="100" width="7.8740157480315" flipped="False"> <sympin number="1" originx="700" originy="-900" rotation="0" length="100" width="7.8740157480315" flipped="False">
<text name="pinname" originx="670" originy="-900" style="Default" rotation="0" justify="right" flipped="False" hidden="False" data="1" /> <text name="pinname" originx="670" originy="-900" style="Default" rotation="0" justify="right" flipped="False" hidden="False" data="1" />
<text name="pindes" originx="760" originy="-880" style="Default" rotation="0" justify="lowerleft" flipped="False" hidden="False" data="1" /> <text name="pindes" originx="760" originy="-880" style="Default" rotation="0" justify="lowerleft" flipped="False" hidden="False" data="1" />
</sympin> </sympin>
<sympin number="2" originx="200" originy="-900" rotation="180" length="100" width="7.8740157480315" flipped="False"> <sympin number="2" originx="200" originy="-900" rotation="180" length="100" width="7.8740157480315" flipped="False">
<text name="pinname" originx="230" originy="-900" style="Default" rotation="0" justify="left" flipped="False" hidden="False" data="2" /> <text name="pinname" originx="230" originy="-900" style="Default" rotation="0" justify="left" flipped="False" hidden="False" data="2" />
<text name="pindes" originx="140" originy="-880" style="Default" rotation="0" justify="lowerright" flipped="False" hidden="False" data="2" /> <text name="pindes" originx="140" originy="-880" style="Default" rotation="0" justify="lowerright" flipped="False" hidden="False" data="2" />
</sympin> </sympin>
<sympin number="3" originx="700" originy="-800" rotation="0" length="100" width="7.8740157480315" flipped="False"> <sympin number="3" originx="700" originy="-800" rotation="0" length="100" width="7.8740157480315" flipped="False">
<text name="pinname" originx="670" originy="-800" style="Default" rotation="0" justify="right" flipped="False" hidden="False" data="3" /> <text name="pinname" originx="670" originy="-800" style="Default" rotation="0" justify="right" flipped="False" hidden="False" data="3" />
<text name="pindes" originx="760" originy="-780" style="Default" rotation="0" justify="lowerleft" flipped="False" hidden="False" data="3" /> <text name="pindes" originx="760" originy="-780" style="Default" rotation="0" justify="lowerleft" flipped="False" hidden="False" data="3" />
</sympin> </sympin>
<sympin number="4" originx="200" originy="-800" rotation="180" length="100" width="7.8740157480315" flipped="False"> <sympin number="4" originx="200" originy="-800" rotation="180" length="100" width="7.8740157480315" flipped="False">
<text name="pinname" originx="230" originy="-800" style="Default" rotation="0" justify="left" flipped="False" hidden="False" data="4" /> <text name="pinname" originx="230" originy="-800" style="Default" rotation="0" justify="left" flipped="False" hidden="False" data="4" />
<text name="pindes" originx="140" originy="-780" style="Default" rotation="0" justify="lowerright" flipped="False" hidden="False" data="4" /> <text name="pindes" originx="140" originy="-780" style="Default" rotation="0" justify="lowerright" flipped="False" hidden="False" data="4" />
</sympin> </sympin>
<sympin number="5" originx="700" originy="-700" rotation="0" length="100" width="7.8740157480315" flipped="False"> <sympin number="5" originx="700" originy="-700" rotation="0" length="100" width="7.8740157480315" flipped="False">
<text name="pinname" originx="670" originy="-700" style="Default" rotation="0" justify="right" flipped="False" hidden="False" data="5" /> <text name="pinname" originx="670" originy="-700" style="Default" rotation="0" justify="right" flipped="False" hidden="False" data="5" />
<text name="pindes" originx="760" originy="-680" style="Default" rotation="0" justify="lowerleft" flipped="False" hidden="False" data="5" /> <text name="pindes" originx="760" originy="-680" style="Default" rotation="0" justify="lowerleft" flipped="False" hidden="False" data="5" />
</sympin> </sympin>
<sympin number="6" originx="200" originy="-700" rotation="180" length="100" width="7.8740157480315" flipped="False"> <sympin number="6" originx="200" originy="-700" rotation="180" length="100" width="7.8740157480315" flipped="False">
<text name="pinname" originx="230" originy="-700" style="Default" rotation="0" justify="left" flipped="False" hidden="False" data="6" /> <text name="pinname" originx="230" originy="-700" style="Default" rotation="0" justify="left" flipped="False" hidden="False" data="6" />
<text name="pindes" originx="140" originy="-680" style="Default" rotation="0" justify="lowerright" flipped="False" hidden="False" data="6" /> <text name="pindes" originx="140" originy="-680" style="Default" rotation="0" justify="lowerright" flipped="False" hidden="False" data="6" />
</sympin> </sympin>
<sympin number="7" originx="700" originy="-600" rotation="0" length="100" width="7.8740157480315" flipped="False"> <sympin number="7" originx="700" originy="-600" rotation="0" length="100" width="7.8740157480315" flipped="False">
<text name="pinname" originx="670" originy="-600" style="Default" rotation="0" justify="right" flipped="False" hidden="False" data="7" /> <text name="pinname" originx="670" originy="-600" style="Default" rotation="0" justify="right" flipped="False" hidden="False" data="7" />
<text name="pindes" originx="760" originy="-580" style="Default" rotation="0" justify="lowerleft" flipped="False" hidden="False" data="7" /> <text name="pindes" originx="760" originy="-580" style="Default" rotation="0" justify="lowerleft" flipped="False" hidden="False" data="7" />
</sympin> </sympin>
<sympin number="8" originx="200" originy="-600" rotation="180" length="100" width="7.8740157480315" flipped="False"> <sympin number="8" originx="200" originy="-600" rotation="180" length="100" width="7.8740157480315" flipped="False">
<text name="pinname" originx="230" originy="-600" style="Default" rotation="0" justify="left" flipped="False" hidden="False" data="8" /> <text name="pinname" originx="230" originy="-600" style="Default" rotation="0" justify="left" flipped="False" hidden="False" data="8" />
<text name="pindes" originx="140" originy="-580" style="Default" rotation="0" justify="lowerright" flipped="False" hidden="False" data="8" /> <text name="pindes" originx="140" originy="-580" style="Default" rotation="0" justify="lowerright" flipped="False" hidden="False" data="8" />
</sympin> </sympin>
<sympin number="9" originx="700" originy="-500" rotation="0" length="100" width="7.8740157480315" flipped="False"> <sympin number="9" originx="700" originy="-500" rotation="0" length="100" width="7.8740157480315" flipped="False">
<text name="pinname" originx="670" originy="-500" style="Default" rotation="0" justify="right" flipped="False" hidden="False" data="9" /> <text name="pinname" originx="670" originy="-500" style="Default" rotation="0" justify="right" flipped="False" hidden="False" data="9" />
<text name="pindes" originx="760" originy="-480" style="Default" rotation="0" justify="lowerleft" flipped="False" hidden="False" data="9" /> <text name="pindes" originx="760" originy="-480" style="Default" rotation="0" justify="lowerleft" flipped="False" hidden="False" data="9" />
</sympin> </sympin>
<sympin number="10" originx="200" originy="-500" rotation="180" length="100" width="7.8740157480315" flipped="False"> <sympin number="10" originx="200" originy="-500" rotation="180" length="100" width="7.8740157480315" flipped="False">
<text name="pinname" originx="230" originy="-500" style="Default" rotation="0" justify="left" flipped="False" hidden="False" data="10" /> <text name="pinname" originx="230" originy="-500" style="Default" rotation="0" justify="left" flipped="False" hidden="False" data="10" />
<text name="pindes" originx="140" originy="-480" style="Default" rotation="0" justify="lowerright" flipped="False" hidden="False" data="10" /> <text name="pindes" originx="140" originy="-480" style="Default" rotation="0" justify="lowerright" flipped="False" hidden="False" data="10" />
</sympin> </sympin>
<sympin number="11" originx="700" originy="-400" rotation="0" length="100" width="7.8740157480315" flipped="False"> <sympin number="11" originx="700" originy="-400" rotation="0" length="100" width="7.8740157480315" flipped="False">
<text name="pinname" originx="670" originy="-400" style="Default" rotation="0" justify="right" flipped="False" hidden="False" data="11" /> <text name="pinname" originx="670" originy="-400" style="Default" rotation="0" justify="right" flipped="False" hidden="False" data="11" />
<text name="pindes" originx="760" originy="-380" style="Default" rotation="0" justify="lowerleft" flipped="False" hidden="False" data="11" /> <text name="pindes" originx="760" originy="-380" style="Default" rotation="0" justify="lowerleft" flipped="False" hidden="False" data="11" />
</sympin> </sympin>
<sympin number="12" originx="200" originy="-400" rotation="180" length="100" width="7.8740157480315" flipped="False"> <sympin number="12" originx="200" originy="-400" rotation="180" length="100" width="7.8740157480315" flipped="False">
<text name="pinname" originx="230" originy="-400" style="Default" rotation="0" justify="left" flipped="False" hidden="False" data="12" /> <text name="pinname" originx="230" originy="-400" style="Default" rotation="0" justify="left" flipped="False" hidden="False" data="12" />
<text name="pindes" originx="140" originy="-380" style="Default" rotation="0" justify="lowerright" flipped="False" hidden="False" data="12" /> <text name="pindes" originx="140" originy="-380" style="Default" rotation="0" justify="lowerright" flipped="False" hidden="False" data="12" />
</sympin> </sympin>
<sympin number="13" originx="700" originy="-300" rotation="0" length="100" width="7.8740157480315" flipped="False"> <sympin number="13" originx="700" originy="-300" rotation="0" length="100" width="7.8740157480315" flipped="False">
<text name="pinname" originx="670" originy="-300" style="Default" rotation="0" justify="right" flipped="False" hidden="False" data="13" /> <text name="pinname" originx="670" originy="-300" style="Default" rotation="0" justify="right" flipped="False" hidden="False" data="13" />
<text name="pindes" originx="760" originy="-280" style="Default" rotation="0" justify="lowerleft" flipped="False" hidden="False" data="13" /> <text name="pindes" originx="760" originy="-280" style="Default" rotation="0" justify="lowerleft" flipped="False" hidden="False" data="13" />
</sympin> </sympin>
<sympin number="14" originx="200" originy="-300" rotation="180" length="100" width="7.8740157480315" flipped="False"> <sympin number="14" originx="200" originy="-300" rotation="180" length="100" width="7.8740157480315" flipped="False">
<text name="pinname" originx="230" originy="-300" style="Default" rotation="0" justify="left" flipped="False" hidden="False" data="14" /> <text name="pinname" originx="230" originy="-300" style="Default" rotation="0" justify="left" flipped="False" hidden="False" data="14" />
<text name="pindes" originx="140" originy="-280" style="Default" rotation="0" justify="lowerright" flipped="False" hidden="False" data="14" /> <text name="pindes" originx="140" originy="-280" style="Default" rotation="0" justify="lowerright" flipped="False" hidden="False" data="14" />
</sympin> </sympin>
<sympin number="15" originx="700" originy="-200" rotation="0" length="100" width="7.8740157480315" flipped="False"> <sympin number="15" originx="700" originy="-200" rotation="0" length="100" width="7.8740157480315" flipped="False">
<text name="pinname" originx="670" originy="-200" style="Default" rotation="0" justify="right" flipped="False" hidden="False" data="15" /> <text name="pinname" originx="670" originy="-200" style="Default" rotation="0" justify="right" flipped="False" hidden="False" data="15" />
<text name="pindes" originx="760" originy="-180" style="Default" rotation="0" justify="lowerleft" flipped="False" hidden="False" data="15" /> <text name="pindes" originx="760" originy="-180" style="Default" rotation="0" justify="lowerleft" flipped="False" hidden="False" data="15" />
</sympin> </sympin>
<sympin number="16" originx="200" originy="-200" rotation="180" length="100" width="7.8740157480315" flipped="False"> <sympin number="16" originx="200" originy="-200" rotation="180" length="100" width="7.8740157480315" flipped="False">
<text name="pinname" originx="230" originy="-200" style="Default" rotation="0" justify="left" flipped="False" hidden="False" data="16" /> <text name="pinname" originx="230" originy="-200" style="Default" rotation="0" justify="left" flipped="False" hidden="False" data="16" />
<text name="pindes" originx="140" originy="-180" style="Default" rotation="0" justify="lowerright" flipped="False" hidden="False" data="16" /> <text name="pindes" originx="140" originy="-180" style="Default" rotation="0" justify="lowerright" flipped="False" hidden="False" data="16" />
</sympin> </sympin>
<sympin number="17" originx="700" originy="-100" rotation="0" length="100" width="7.8740157480315" flipped="False"> <sympin number="17" originx="700" originy="-100" rotation="0" length="100" width="7.8740157480315" flipped="False">
<text name="pinname" originx="670" originy="-100" style="Default" rotation="0" justify="right" flipped="False" hidden="False" data="17" /> <text name="pinname" originx="670" originy="-100" style="Default" rotation="0" justify="right" flipped="False" hidden="False" data="17" />
<text name="pindes" originx="760" originy="-80" style="Default" rotation="0" justify="lowerleft" flipped="False" hidden="False" data="17" /> <text name="pindes" originx="760" originy="-80" style="Default" rotation="0" justify="lowerleft" flipped="False" hidden="False" data="17" />
</sympin> </sympin>
<sympin number="18" originx="200" originy="-100" rotation="180" length="100" width="7.8740157480315" flipped="False"> <sympin number="18" originx="200" originy="-100" rotation="180" length="100" width="7.8740157480315" flipped="False">
<text name="pinname" originx="230" originy="-100" style="Default" rotation="0" justify="left" flipped="False" hidden="False" data="18" /> <text name="pinname" originx="230" originy="-100" style="Default" rotation="0" justify="left" flipped="False" hidden="False" data="18" />
<text name="pindes" originx="140" originy="-80" style="Default" rotation="0" justify="lowerright" flipped="False" hidden="False" data="18" /> <text name="pindes" originx="140" originy="-80" style="Default" rotation="0" justify="lowerright" flipped="False" hidden="False" data="18" />
</sympin> </sympin>
<sympin number="19" originx="700" originy="0" rotation="0" length="100" width="7.8740157480315" flipped="False"> <sympin number="19" originx="700" originy="0" rotation="0" length="100" width="7.8740157480315" flipped="False">
<text name="pinname" originx="670" originy="0" style="Default" rotation="0" justify="right" flipped="False" hidden="False" data="19" /> <text name="pinname" originx="670" originy="0" style="Default" rotation="0" justify="right" flipped="False" hidden="False" data="19" />
<text name="pindes" originx="760" originy="20" style="Default" rotation="0" justify="lowerleft" flipped="False" hidden="False" data="19" /> <text name="pindes" originx="760" originy="20" style="Default" rotation="0" justify="lowerleft" flipped="False" hidden="False" data="19" />
</sympin> </sympin>
<sympin number="20" originx="200" originy="0" rotation="180" length="100" width="7.8740157480315" flipped="False"> <sympin number="20" originx="200" originy="0" rotation="180" length="100" width="7.8740157480315" flipped="False">
<text name="pinname" originx="230" originy="0" style="Default" rotation="0" justify="left" flipped="False" hidden="False" data="20" /> <text name="pinname" originx="230" originy="0" style="Default" rotation="0" justify="left" flipped="False" hidden="False" data="20" />
<text name="pindes" originx="140" originy="20" style="Default" rotation="0" justify="lowerright" flipped="False" hidden="False" data="20" /> <text name="pindes" originx="140" originy="20" style="Default" rotation="0" justify="lowerright" flipped="False" hidden="False" data="20" />
</sympin> </sympin>
</symbol> </symbol>
<component name="53309-2070" designatorprefix="J" height="192.91338582677" footprint="533092070"> <component name="53309-2070" designatorprefix="J" height="192.91338582677" footprint="533092070">
<comppin designator="1" sympin="1" pinswap="0" gateswap="0" gate="1" group="1" side="" type="Any" name="1" /> <comppin designator="1" sympin="1" pinswap="0" gateswap="0" gate="1" group="1" side="" type="Any" name="1" />
<comppin designator="2" sympin="2" pinswap="0" gateswap="0" gate="1" group="1" side="" type="Any" name="2" /> <comppin designator="2" sympin="2" pinswap="0" gateswap="0" gate="1" group="1" side="" type="Any" name="2" />
<comppin designator="3" sympin="3" pinswap="0" gateswap="0" gate="1" group="1" side="" type="Any" name="3" /> <comppin designator="3" sympin="3" pinswap="0" gateswap="0" gate="1" group="1" side="" type="Any" name="3" />
<comppin designator="4" sympin="4" pinswap="0" gateswap="0" gate="1" group="1" side="" type="Any" name="4" /> <comppin designator="4" sympin="4" pinswap="0" gateswap="0" gate="1" group="1" side="" type="Any" name="4" />
<comppin designator="5" sympin="5" pinswap="0" gateswap="0" gate="1" group="1" side="" type="Any" name="5" /> <comppin designator="5" sympin="5" pinswap="0" gateswap="0" gate="1" group="1" side="" type="Any" name="5" />
<comppin designator="6" sympin="6" pinswap="0" gateswap="0" gate="1" group="1" side="" type="Any" name="6" /> <comppin designator="6" sympin="6" pinswap="0" gateswap="0" gate="1" group="1" side="" type="Any" name="6" />
<comppin designator="7" sympin="7" pinswap="0" gateswap="0" gate="1" group="1" side="" type="Any" name="7" /> <comppin designator="7" sympin="7" pinswap="0" gateswap="0" gate="1" group="1" side="" type="Any" name="7" />
<comppin designator="8" sympin="8" pinswap="0" gateswap="0" gate="1" group="1" side="" type="Any" name="8" /> <comppin designator="8" sympin="8" pinswap="0" gateswap="0" gate="1" group="1" side="" type="Any" name="8" />
<comppin designator="9" sympin="9" pinswap="0" gateswap="0" gate="1" group="1" side="" type="Any" name="9" /> <comppin designator="9" sympin="9" pinswap="0" gateswap="0" gate="1" group="1" side="" type="Any" name="9" />
<comppin designator="10" sympin="10" pinswap="0" gateswap="0" gate="1" group="1" side="" type="Any" name="10" /> <comppin designator="10" sympin="10" pinswap="0" gateswap="0" gate="1" group="1" side="" type="Any" name="10" />
<comppin designator="11" sympin="11" pinswap="0" gateswap="0" gate="1" group="1" side="" type="Any" name="11" /> <comppin designator="11" sympin="11" pinswap="0" gateswap="0" gate="1" group="1" side="" type="Any" name="11" />
<comppin designator="12" sympin="12" pinswap="0" gateswap="0" gate="1" group="1" side="" type="Any" name="12" /> <comppin designator="12" sympin="12" pinswap="0" gateswap="0" gate="1" group="1" side="" type="Any" name="12" />
<comppin designator="13" sympin="13" pinswap="0" gateswap="0" gate="1" group="1" side="" type="Any" name="13" /> <comppin designator="13" sympin="13" pinswap="0" gateswap="0" gate="1" group="1" side="" type="Any" name="13" />
<comppin designator="14" sympin="14" pinswap="0" gateswap="0" gate="1" group="1" side="" type="Any" name="14" /> <comppin designator="14" sympin="14" pinswap="0" gateswap="0" gate="1" group="1" side="" type="Any" name="14" />
<comppin designator="15" sympin="15" pinswap="0" gateswap="0" gate="1" group="1" side="" type="Any" name="15" /> <comppin designator="15" sympin="15" pinswap="0" gateswap="0" gate="1" group="1" side="" type="Any" name="15" />
<comppin designator="16" sympin="16" pinswap="0" gateswap="0" gate="1" group="1" side="" type="Any" name="16" /> <comppin designator="16" sympin="16" pinswap="0" gateswap="0" gate="1" group="1" side="" type="Any" name="16" />
<comppin designator="17" sympin="17" pinswap="0" gateswap="0" gate="1" group="1" side="" type="Any" name="17" /> <comppin designator="17" sympin="17" pinswap="0" gateswap="0" gate="1" group="1" side="" type="Any" name="17" />
<comppin designator="18" sympin="18" pinswap="0" gateswap="0" gate="1" group="1" side="" type="Any" name="18" /> <comppin designator="18" sympin="18" pinswap="0" gateswap="0" gate="1" group="1" side="" type="Any" name="18" />
<comppin designator="19" sympin="19" pinswap="0" gateswap="0" gate="1" group="1" side="" type="Any" name="19" /> <comppin designator="19" sympin="19" pinswap="0" gateswap="0" gate="1" group="1" side="" type="Any" name="19" />
<comppin designator="20" sympin="20" pinswap="0" gateswap="0" gate="1" group="1" side="" type="Any" name="20" /> <comppin designator="20" sympin="20" pinswap="0" gateswap="0" gate="1" group="1" side="" type="Any" name="20" />
<attached_symbol gate="1" name="53309-2070" /> <attached_symbol gate="1" name="53309-2070" />
<pinmap designator="1" footprintpin="1" /> <pinmap designator="1" footprintpin="1" />
<pinmap designator="2" footprintpin="2" /> <pinmap designator="2" footprintpin="2" />
<pinmap designator="3" footprintpin="3" /> <pinmap designator="3" footprintpin="3" />
<pinmap designator="4" footprintpin="4" /> <pinmap designator="4" footprintpin="4" />
<pinmap designator="5" footprintpin="5" /> <pinmap designator="5" footprintpin="5" />
<pinmap designator="6" footprintpin="6" /> <pinmap designator="6" footprintpin="6" />
<pinmap designator="7" footprintpin="7" /> <pinmap designator="7" footprintpin="7" />
<pinmap designator="8" footprintpin="8" /> <pinmap designator="8" footprintpin="8" />
<pinmap designator="9" footprintpin="9" /> <pinmap designator="9" footprintpin="9" />
<pinmap designator="10" footprintpin="10" /> <pinmap designator="10" footprintpin="10" />
<pinmap designator="11" footprintpin="11" /> <pinmap designator="11" footprintpin="11" />
<pinmap designator="12" footprintpin="12" /> <pinmap designator="12" footprintpin="12" />
<pinmap designator="13" footprintpin="13" /> <pinmap designator="13" footprintpin="13" />
<pinmap designator="14" footprintpin="14" /> <pinmap designator="14" footprintpin="14" />
<pinmap designator="15" footprintpin="15" /> <pinmap designator="15" footprintpin="15" />
<pinmap designator="16" footprintpin="16" /> <pinmap designator="16" footprintpin="16" />
<pinmap designator="17" footprintpin="17" /> <pinmap designator="17" footprintpin="17" />
<pinmap designator="18" footprintpin="18" /> <pinmap designator="18" footprintpin="18" />
<pinmap designator="19" footprintpin="19" /> <pinmap designator="19" footprintpin="19" />
<pinmap designator="20" footprintpin="20" /> <pinmap designator="20" footprintpin="20" />
<text name="Datasheet" originx="0" originy="0" style="Default" rotation="0" justify="" flipped="False" hidden="True" data="https://componentsearchengine.com/Datasheets/1/53309-2070.pdf" /> <text name="Datasheet" originx="0" originy="0" style="Default" rotation="0" justify="" flipped="False" hidden="True" data="https://componentsearchengine.com/Datasheets/1/53309-2070.pdf" />
<text name="Description" originx="0" originy="0" style="Default" rotation="0" justify="" flipped="False" hidden="True" data="Board to Board &amp; Mezzanine Connectors 0.8 BtB Wafer Assy R RA 20Ckt EmbsTp Pkg" /> <text name="Description" originx="0" originy="0" style="Default" rotation="0" justify="" flipped="False" hidden="True" data="Board to Board &amp; Mezzanine Connectors 0.8 BtB Wafer Assy R RA 20Ckt EmbsTp Pkg" />
<text name="Mouser Part Number" originx="0" originy="0" style="Default" rotation="0" justify="" flipped="False" hidden="True" data="538-53309-2070" /> <text name="Mouser Part Number" originx="0" originy="0" style="Default" rotation="0" justify="" flipped="False" hidden="True" data="538-53309-2070" />
<text name="Mouser Price/Stock" originx="0" originy="0" style="Default" rotation="0" justify="" flipped="False" hidden="True" data="https://www.mouser.co.uk/ProductDetail/Molex/53309-2070?qs=9BfFgGvh7CfO11BRQ4L7fQ%3D%3D" /> <text name="Mouser Price/Stock" originx="0" originy="0" style="Default" rotation="0" justify="" flipped="False" hidden="True" data="https://www.mouser.co.uk/ProductDetail/Molex/53309-2070?qs=9BfFgGvh7CfO11BRQ4L7fQ%3D%3D" />
<text name="Manufacturer_Name" originx="0" originy="0" style="Default" rotation="0" justify="" flipped="False" hidden="True" data="Molex" /> <text name="Manufacturer_Name" originx="0" originy="0" style="Default" rotation="0" justify="" flipped="False" hidden="True" data="Molex" />
<text name="Manufacturer_Part_Number" originx="750" originy="200" style="Default" rotation="0" justify="left" flipped="False" hidden="False" data="53309-2070" /> <text name="Manufacturer_Part_Number" originx="750" originy="200" style="Default" rotation="0" justify="left" flipped="False" hidden="False" data="53309-2070" />
</component> </component>
</quadcept_library> </quadcept_library>

View File

@ -1,187 +1,187 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!--/1538906/1031803/2.50/20/0/Connector/--> <!--/1538906/1031803/2.50/20/0/Connector/-->
<!DOCTYPE curve SYSTEM "eagle.dtd"> <!DOCTYPE curve SYSTEM "eagle.dtd">
<eagle version="7.7.0"> <eagle version="7.7.0">
<drawing> <drawing>
<settings> <settings>
<setting alwaysvectorfont="no"/> <setting alwaysvectorfont="no"/>
<setting verticaltext="up"/> <setting verticaltext="up"/>
</settings> </settings>
<grid distance="0.1" unitdist="inch" unit="inch" style="lines" multiple="1" display="no" altdistance="0.01" altunitdist="inch" altunit="inch"/> <grid distance="0.1" unitdist="inch" unit="inch" style="lines" multiple="1" display="no" altdistance="0.01" altunitdist="inch" altunit="inch"/>
<layers> <layers>
<layer number="1" name="Top" color="4" fill="1" visible="yes" active="yes"/> <layer number="1" name="Top" color="4" fill="1" visible="yes" active="yes"/>
<layer number="16" name="Bottom" color="1" fill="1" visible="yes" active="yes"/> <layer number="16" name="Bottom" color="1" fill="1" visible="yes" active="yes"/>
<layer number="17" name="Pads" color="2" fill="1" visible="yes" active="yes"/> <layer number="17" name="Pads" color="2" fill="1" visible="yes" active="yes"/>
<layer number="18" name="Vias" color="2" fill="1" visible="yes" active="yes"/> <layer number="18" name="Vias" color="2" fill="1" visible="yes" active="yes"/>
<layer number="19" name="Unrouted" color="6" fill="1" visible="yes" active="yes"/> <layer number="19" name="Unrouted" color="6" fill="1" visible="yes" active="yes"/>
<layer number="20" name="Dimension" color="15" fill="1" visible="yes" active="yes"/> <layer number="20" name="Dimension" color="15" fill="1" visible="yes" active="yes"/>
<layer number="21" name="tPlace" color="7" fill="1" visible="yes" active="yes"/> <layer number="21" name="tPlace" color="7" fill="1" visible="yes" active="yes"/>
<layer number="22" name="bPlace" color="7" fill="1" visible="yes" active="yes"/> <layer number="22" name="bPlace" color="7" fill="1" visible="yes" active="yes"/>
<layer number="23" name="tOrigins" color="15" fill="1" visible="yes" active="yes"/> <layer number="23" name="tOrigins" color="15" fill="1" visible="yes" active="yes"/>
<layer number="24" name="bOrigins" color="15" fill="1" visible="yes" active="yes"/> <layer number="24" name="bOrigins" color="15" fill="1" visible="yes" active="yes"/>
<layer number="25" name="tNames" color="7" fill="1" visible="yes" active="yes"/> <layer number="25" name="tNames" color="7" fill="1" visible="yes" active="yes"/>
<layer number="26" name="bNames" color="7" fill="1" visible="yes" active="yes"/> <layer number="26" name="bNames" color="7" fill="1" visible="yes" active="yes"/>
<layer number="27" name="tValues" color="7" fill="1" visible="yes" active="yes"/> <layer number="27" name="tValues" color="7" fill="1" visible="yes" active="yes"/>
<layer number="28" name="bValues" color="7" fill="1" visible="yes" active="yes"/> <layer number="28" name="bValues" color="7" fill="1" visible="yes" active="yes"/>
<layer number="29" name="tStop" color="7" fill="3" visible="no" active="yes"/> <layer number="29" name="tStop" color="7" fill="3" visible="no" active="yes"/>
<layer number="30" name="bStop" color="7" fill="6" visible="no" active="yes"/> <layer number="30" name="bStop" color="7" fill="6" visible="no" active="yes"/>
<layer number="31" name="tCream" color="7" fill="4" visible="no" active="yes"/> <layer number="31" name="tCream" color="7" fill="4" visible="no" active="yes"/>
<layer number="32" name="bCream" color="7" fill="5" visible="no" active="yes"/> <layer number="32" name="bCream" color="7" fill="5" visible="no" active="yes"/>
<layer number="33" name="tFinish" color="6" fill="3" visible="no" active="yes"/> <layer number="33" name="tFinish" color="6" fill="3" visible="no" active="yes"/>
<layer number="34" name="bFinish" color="6" fill="6" visible="no" active="yes"/> <layer number="34" name="bFinish" color="6" fill="6" visible="no" active="yes"/>
<layer number="35" name="tGlue" color="7" fill="4" visible="no" active="yes"/> <layer number="35" name="tGlue" color="7" fill="4" visible="no" active="yes"/>
<layer number="36" name="bGlue" color="7" fill="5" visible="no" active="yes"/> <layer number="36" name="bGlue" color="7" fill="5" visible="no" active="yes"/>
<layer number="37" name="tTest" color="7" fill="1" visible="no" active="yes"/> <layer number="37" name="tTest" color="7" fill="1" visible="no" active="yes"/>
<layer number="38" name="bTest" color="7" fill="1" visible="no" active="yes"/> <layer number="38" name="bTest" color="7" fill="1" visible="no" active="yes"/>
<layer number="39" name="tKeepout" color="4" fill="11" visible="yes" active="yes"/> <layer number="39" name="tKeepout" color="4" fill="11" visible="yes" active="yes"/>
<layer number="40" name="bKeepout" color="1" fill="11" visible="yes" active="yes"/> <layer number="40" name="bKeepout" color="1" fill="11" visible="yes" active="yes"/>
<layer number="41" name="tRestrict" color="4" fill="10" visible="yes" active="yes"/> <layer number="41" name="tRestrict" color="4" fill="10" visible="yes" active="yes"/>
<layer number="42" name="bRestrict" color="1" fill="10" visible="yes" active="yes"/> <layer number="42" name="bRestrict" color="1" fill="10" visible="yes" active="yes"/>
<layer number="43" name="vRestrict" color="2" fill="10" visible="yes" active="yes"/> <layer number="43" name="vRestrict" color="2" fill="10" visible="yes" active="yes"/>
<layer number="44" name="Drills" color="7" fill="1" visible="no" active="yes"/> <layer number="44" name="Drills" color="7" fill="1" visible="no" active="yes"/>
<layer number="45" name="Holes" color="7" fill="1" visible="no" active="yes"/> <layer number="45" name="Holes" color="7" fill="1" visible="no" active="yes"/>
<layer number="46" name="Milling" color="3" fill="1" visible="no" active="yes"/> <layer number="46" name="Milling" color="3" fill="1" visible="no" active="yes"/>
<layer number="47" name="Measures" color="7" fill="1" visible="no" active="yes"/> <layer number="47" name="Measures" color="7" fill="1" visible="no" active="yes"/>
<layer number="48" name="Document" color="7" fill="1" visible="yes" active="yes"/> <layer number="48" name="Document" color="7" fill="1" visible="yes" active="yes"/>
<layer number="49" name="Reference" color="7" fill="1" visible="yes" active="yes"/> <layer number="49" name="Reference" color="7" fill="1" visible="yes" active="yes"/>
<layer number="51" name="tDocu" color="7" fill="1" visible="yes" active="yes"/> <layer number="51" name="tDocu" color="7" fill="1" visible="yes" active="yes"/>
<layer number="52" name="bDocu" color="7" fill="1" visible="yes" active="yes"/> <layer number="52" name="bDocu" color="7" fill="1" visible="yes" active="yes"/>
<layer number="90" name="Modules" color="5" fill="1" visible="yes" active="yes"/> <layer number="90" name="Modules" color="5" fill="1" visible="yes" active="yes"/>
<layer number="91" name="Nets" color="2" fill="1" visible="yes" active="yes"/> <layer number="91" name="Nets" color="2" fill="1" visible="yes" active="yes"/>
<layer number="92" name="Busses" color="1" fill="1" visible="yes" active="yes"/> <layer number="92" name="Busses" color="1" fill="1" visible="yes" active="yes"/>
<layer number="93" name="Pins" color="2" fill="1" visible="no" active="yes"/> <layer number="93" name="Pins" color="2" fill="1" visible="no" active="yes"/>
<layer number="94" name="Symbols" color="4" fill="1" visible="yes" active="yes"/> <layer number="94" name="Symbols" color="4" fill="1" visible="yes" active="yes"/>
<layer number="95" name="Names" color="7" fill="1" visible="yes" active="yes"/> <layer number="95" name="Names" color="7" fill="1" visible="yes" active="yes"/>
<layer number="96" name="Values" color="7" fill="1" visible="yes" active="yes"/> <layer number="96" name="Values" color="7" fill="1" visible="yes" active="yes"/>
<layer number="97" name="Info" color="7" fill="1" visible="yes" active="yes"/> <layer number="97" name="Info" color="7" fill="1" visible="yes" active="yes"/>
<layer number="98" name="Guide" color="6" fill="1" visible="yes" active="yes"/> <layer number="98" name="Guide" color="6" fill="1" visible="yes" active="yes"/>
</layers> </layers>
<library> <library>
<description>&lt;Board to Board &amp; Mezzanine Connectors 0.8 BtB Wafer Assy R RA 20Ckt EmbsTp Pkg&lt;/b&gt;&lt;p&gt; <description>&lt;Board to Board &amp; Mezzanine Connectors 0.8 BtB Wafer Assy R RA 20Ckt EmbsTp Pkg&lt;/b&gt;&lt;p&gt;
&lt;author&gt;Created by SamacSys&lt;/author&gt;</description> &lt;author&gt;Created by SamacSys&lt;/author&gt;</description>
<packages> <packages>
<package name="533092070"> <package name="533092070">
<description>&lt;b&gt;53309-2070-1&lt;/b&gt;&lt;br&gt; <description>&lt;b&gt;53309-2070-1&lt;/b&gt;&lt;br&gt;
</description> </description>
<smd name="1" x="3.600" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/> <smd name="1" x="3.600" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/>
<smd name="2" x="3.600" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/> <smd name="2" x="3.600" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/>
<smd name="3" x="2.800" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/> <smd name="3" x="2.800" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/>
<smd name="4" x="2.800" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/> <smd name="4" x="2.800" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/>
<smd name="5" x="2.000" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/> <smd name="5" x="2.000" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/>
<smd name="6" x="2.000" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/> <smd name="6" x="2.000" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/>
<smd name="7" x="1.200" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/> <smd name="7" x="1.200" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/>
<smd name="8" x="1.200" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/> <smd name="8" x="1.200" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/>
<smd name="9" x="0.400" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/> <smd name="9" x="0.400" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/>
<smd name="10" x="0.400" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/> <smd name="10" x="0.400" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/>
<smd name="11" x="-0.400" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/> <smd name="11" x="-0.400" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/>
<smd name="12" x="-0.400" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/> <smd name="12" x="-0.400" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/>
<smd name="13" x="-1.200" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/> <smd name="13" x="-1.200" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/>
<smd name="14" x="-1.200" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/> <smd name="14" x="-1.200" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/>
<smd name="15" x="-2.000" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/> <smd name="15" x="-2.000" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/>
<smd name="16" x="-2.000" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/> <smd name="16" x="-2.000" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/>
<smd name="17" x="-2.800" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/> <smd name="17" x="-2.800" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/>
<smd name="18" x="-2.800" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/> <smd name="18" x="-2.800" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/>
<smd name="19" x="-3.600" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/> <smd name="19" x="-3.600" y="2.275" dx="1.300" dy="0.550" layer="1" rot="R90"/>
<smd name="20" x="-3.600" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/> <smd name="20" x="-3.600" y="-2.275" dx="1.400" dy="0.550" layer="1" rot="R90"/>
<text x="0.000" y="-0.025" align="center" size="1.27" layer="25" rot="R0" >&gt;NAME</text> <text x="0.000" y="-0.025" align="center" size="1.27" layer="25" rot="R0" >&gt;NAME</text>
<text x="0.000" y="-0.025" align="center" size="1.27" layer="27" rot="R0" >&gt;VALUE</text> <text x="0.000" y="-0.025" align="center" size="1.27" layer="27" rot="R0" >&gt;VALUE</text>
<wire x1="-4.9" y1="2.1" x2="4.9" y2="2.1" width="0.2" layer="51"/> <wire x1="-4.9" y1="2.1" x2="4.9" y2="2.1" width="0.2" layer="51"/>
<wire x1="4.9" y1="2.1" x2="4.9" y2="-2.1" width="0.2" layer="51"/> <wire x1="4.9" y1="2.1" x2="4.9" y2="-2.1" width="0.2" layer="51"/>
<wire x1="4.9" y1="-2.1" x2="-4.9" y2="-2.1" width="0.2" layer="51"/> <wire x1="4.9" y1="-2.1" x2="-4.9" y2="-2.1" width="0.2" layer="51"/>
<wire x1="-4.9" y1="-2.1" x2="-4.9" y2="2.1" width="0.2" layer="51"/> <wire x1="-4.9" y1="-2.1" x2="-4.9" y2="2.1" width="0.2" layer="51"/>
<wire x1="-5.9" y1="3.925" x2="5.9" y2="3.925" width="0.1" layer="51"/> <wire x1="-5.9" y1="3.925" x2="5.9" y2="3.925" width="0.1" layer="51"/>
<wire x1="5.9" y1="3.925" x2="5.9" y2="-3.975" width="0.1" layer="51"/> <wire x1="5.9" y1="3.925" x2="5.9" y2="-3.975" width="0.1" layer="51"/>
<wire x1="5.9" y1="-3.975" x2="-5.9" y2="-3.975" width="0.1" layer="51"/> <wire x1="5.9" y1="-3.975" x2="-5.9" y2="-3.975" width="0.1" layer="51"/>
<wire x1="-5.9" y1="-3.975" x2="-5.9" y2="3.925" width="0.1" layer="51"/> <wire x1="-5.9" y1="-3.975" x2="-5.9" y2="3.925" width="0.1" layer="51"/>
<wire x1="4.2" y1="2.1" x2="4.8" y2="2.1" width="0.1" layer="21"/> <wire x1="4.2" y1="2.1" x2="4.8" y2="2.1" width="0.1" layer="21"/>
<wire x1="4.8" y1="2.1" x2="4.9" y2="2.1" width="0.1" layer="21"/> <wire x1="4.8" y1="2.1" x2="4.9" y2="2.1" width="0.1" layer="21"/>
<wire x1="4.9" y1="2.1" x2="4.9" y2="-2.1" width="0.1" layer="21"/> <wire x1="4.9" y1="2.1" x2="4.9" y2="-2.1" width="0.1" layer="21"/>
<wire x1="4.9" y1="-2.1" x2="4.2" y2="-2.1" width="0.1" layer="21"/> <wire x1="4.9" y1="-2.1" x2="4.2" y2="-2.1" width="0.1" layer="21"/>
<wire x1="-4.2" y1="2.1" x2="-4.8" y2="2.1" width="0.1" layer="21"/> <wire x1="-4.2" y1="2.1" x2="-4.8" y2="2.1" width="0.1" layer="21"/>
<wire x1="-4.8" y1="2.1" x2="-4.9" y2="2.1" width="0.1" layer="21"/> <wire x1="-4.8" y1="2.1" x2="-4.9" y2="2.1" width="0.1" layer="21"/>
<wire x1="-4.9" y1="2.1" x2="-4.9" y2="-2.1" width="0.1" layer="21"/> <wire x1="-4.9" y1="2.1" x2="-4.9" y2="-2.1" width="0.1" layer="21"/>
<wire x1="-4.9" y1="-2.1" x2="-4.2" y2="-2.1" width="0.1" layer="21"/> <wire x1="-4.9" y1="-2.1" x2="-4.2" y2="-2.1" width="0.1" layer="21"/>
<wire x1="3.8" y1="3.4" x2="3.8" y2="3.4" width="0.2" layer="21"/> <wire x1="3.8" y1="3.4" x2="3.8" y2="3.4" width="0.2" layer="21"/>
<wire x1="3.800" y1="3.400" x2="3.600" y2="3.400" width="0.2" layer="21" curve="180.0"/> <wire x1="3.800" y1="3.400" x2="3.600" y2="3.400" width="0.2" layer="21" curve="180.0"/>
<wire x1="3.6" y1="3.4" x2="3.6" y2="3.4" width="0.2" layer="21"/> <wire x1="3.6" y1="3.4" x2="3.6" y2="3.4" width="0.2" layer="21"/>
<wire x1="3.600" y1="3.400" x2="3.800" y2="3.400" width="0.2" layer="21" curve="180.0"/> <wire x1="3.600" y1="3.400" x2="3.800" y2="3.400" width="0.2" layer="21" curve="180.0"/>
</package> </package>
</packages> </packages>
<symbols> <symbols>
<symbol name="53309-2070"> <symbol name="53309-2070">
<wire x1="5.08" y1="2.54" x2="17.78" y2="2.54" width="0.254" layer="94"/> <wire x1="5.08" y1="2.54" x2="17.78" y2="2.54" width="0.254" layer="94"/>
<wire x1="17.78" y1="-25.4" x2="17.78" y2="2.54" width="0.254" layer="94"/> <wire x1="17.78" y1="-25.4" x2="17.78" y2="2.54" width="0.254" layer="94"/>
<wire x1="17.78" y1="-25.4" x2="5.08" y2="-25.4" width="0.254" layer="94"/> <wire x1="17.78" y1="-25.4" x2="5.08" y2="-25.4" width="0.254" layer="94"/>
<wire x1="5.08" y1="2.54" x2="5.08" y2="-25.4" width="0.254" layer="94"/> <wire x1="5.08" y1="2.54" x2="5.08" y2="-25.4" width="0.254" layer="94"/>
<text x="19.05" y="7.62" align="center-left" size="1.778" layer="95">&gt;NAME</text> <text x="19.05" y="7.62" align="center-left" size="1.778" layer="95">&gt;NAME</text>
<text x="19.05" y="5.08" align="center-left" size="1.778" layer="96">&gt;VALUE</text> <text x="19.05" y="5.08" align="center-left" size="1.778" layer="96">&gt;VALUE</text>
<pin name="1" x="22.86" y="-22.86" length="middle" direction="io" rot="R180"/> <pin name="1" x="22.86" y="-22.86" length="middle" direction="io" rot="R180"/>
<pin name="2" x="0" y="-22.86" length="middle" direction="io" rot="R0"/> <pin name="2" x="0" y="-22.86" length="middle" direction="io" rot="R0"/>
<pin name="3" x="22.86" y="-20.32" length="middle" direction="io" rot="R180"/> <pin name="3" x="22.86" y="-20.32" length="middle" direction="io" rot="R180"/>
<pin name="4" x="0" y="-20.32" length="middle" direction="io" rot="R0"/> <pin name="4" x="0" y="-20.32" length="middle" direction="io" rot="R0"/>
<pin name="5" x="22.86" y="-17.78" length="middle" direction="io" rot="R180"/> <pin name="5" x="22.86" y="-17.78" length="middle" direction="io" rot="R180"/>
<pin name="6" x="0" y="-17.78" length="middle" direction="io" rot="R0"/> <pin name="6" x="0" y="-17.78" length="middle" direction="io" rot="R0"/>
<pin name="7" x="22.86" y="-15.24" length="middle" direction="io" rot="R180"/> <pin name="7" x="22.86" y="-15.24" length="middle" direction="io" rot="R180"/>
<pin name="8" x="0" y="-15.24" length="middle" direction="io" rot="R0"/> <pin name="8" x="0" y="-15.24" length="middle" direction="io" rot="R0"/>
<pin name="9" x="22.86" y="-12.7" length="middle" direction="io" rot="R180"/> <pin name="9" x="22.86" y="-12.7" length="middle" direction="io" rot="R180"/>
<pin name="10" x="0" y="-12.7" length="middle" direction="io" rot="R0"/> <pin name="10" x="0" y="-12.7" length="middle" direction="io" rot="R0"/>
<pin name="11" x="22.86" y="-10.16" length="middle" direction="io" rot="R180"/> <pin name="11" x="22.86" y="-10.16" length="middle" direction="io" rot="R180"/>
<pin name="12" x="0" y="-10.16" length="middle" direction="io" rot="R0"/> <pin name="12" x="0" y="-10.16" length="middle" direction="io" rot="R0"/>
<pin name="13" x="22.86" y="-7.62" length="middle" direction="io" rot="R180"/> <pin name="13" x="22.86" y="-7.62" length="middle" direction="io" rot="R180"/>
<pin name="14" x="0" y="-7.62" length="middle" direction="io" rot="R0"/> <pin name="14" x="0" y="-7.62" length="middle" direction="io" rot="R0"/>
<pin name="15" x="22.86" y="-5.08" length="middle" direction="io" rot="R180"/> <pin name="15" x="22.86" y="-5.08" length="middle" direction="io" rot="R180"/>
<pin name="16" x="0" y="-5.08" length="middle" direction="io" rot="R0"/> <pin name="16" x="0" y="-5.08" length="middle" direction="io" rot="R0"/>
<pin name="17" x="22.86" y="-2.54" length="middle" direction="io" rot="R180"/> <pin name="17" x="22.86" y="-2.54" length="middle" direction="io" rot="R180"/>
<pin name="18" x="0" y="-2.54" length="middle" direction="io" rot="R0"/> <pin name="18" x="0" y="-2.54" length="middle" direction="io" rot="R0"/>
<pin name="19" x="22.86" y="0" length="middle" direction="io" rot="R180"/> <pin name="19" x="22.86" y="0" length="middle" direction="io" rot="R180"/>
<pin name="20" x="0" y="0" length="middle" direction="io" rot="R0"/> <pin name="20" x="0" y="0" length="middle" direction="io" rot="R0"/>
</symbol> </symbol>
</symbols> </symbols>
<devicesets> <devicesets>
<deviceset name="53309-2070" prefix="J"> <deviceset name="53309-2070" prefix="J">
<description>&lt;b&gt;Board to Board &amp; Mezzanine Connectors 0.8 BtB Wafer Assy R RA 20Ckt EmbsTp Pkg&lt;/b&gt;&lt;p&gt; <description>&lt;b&gt;Board to Board &amp; Mezzanine Connectors 0.8 BtB Wafer Assy R RA 20Ckt EmbsTp Pkg&lt;/b&gt;&lt;p&gt;
Source: &lt;a href="https://componentsearchengine.com/Datasheets/1/53309-2070.pdf"&gt; Datasheet &lt;/a&gt;</description> Source: &lt;a href="https://componentsearchengine.com/Datasheets/1/53309-2070.pdf"&gt; Datasheet &lt;/a&gt;</description>
<gates> <gates>
<gate name="G$1" symbol="53309-2070" x="0" y="0"/> <gate name="G$1" symbol="53309-2070" x="0" y="0"/>
</gates> </gates>
<devices> <devices>
<device name="" package="533092070"> <device name="" package="533092070">
<connects> <connects>
<connect gate="G$1" pin="1" pad="1"/> <connect gate="G$1" pin="1" pad="1"/>
<connect gate="G$1" pin="2" pad="2"/> <connect gate="G$1" pin="2" pad="2"/>
<connect gate="G$1" pin="3" pad="3"/> <connect gate="G$1" pin="3" pad="3"/>
<connect gate="G$1" pin="4" pad="4"/> <connect gate="G$1" pin="4" pad="4"/>
<connect gate="G$1" pin="5" pad="5"/> <connect gate="G$1" pin="5" pad="5"/>
<connect gate="G$1" pin="6" pad="6"/> <connect gate="G$1" pin="6" pad="6"/>
<connect gate="G$1" pin="7" pad="7"/> <connect gate="G$1" pin="7" pad="7"/>
<connect gate="G$1" pin="8" pad="8"/> <connect gate="G$1" pin="8" pad="8"/>
<connect gate="G$1" pin="9" pad="9"/> <connect gate="G$1" pin="9" pad="9"/>
<connect gate="G$1" pin="10" pad="10"/> <connect gate="G$1" pin="10" pad="10"/>
<connect gate="G$1" pin="11" pad="11"/> <connect gate="G$1" pin="11" pad="11"/>
<connect gate="G$1" pin="12" pad="12"/> <connect gate="G$1" pin="12" pad="12"/>
<connect gate="G$1" pin="13" pad="13"/> <connect gate="G$1" pin="13" pad="13"/>
<connect gate="G$1" pin="14" pad="14"/> <connect gate="G$1" pin="14" pad="14"/>
<connect gate="G$1" pin="15" pad="15"/> <connect gate="G$1" pin="15" pad="15"/>
<connect gate="G$1" pin="16" pad="16"/> <connect gate="G$1" pin="16" pad="16"/>
<connect gate="G$1" pin="17" pad="17"/> <connect gate="G$1" pin="17" pad="17"/>
<connect gate="G$1" pin="18" pad="18"/> <connect gate="G$1" pin="18" pad="18"/>
<connect gate="G$1" pin="19" pad="19"/> <connect gate="G$1" pin="19" pad="19"/>
<connect gate="G$1" pin="20" pad="20"/> <connect gate="G$1" pin="20" pad="20"/>
</connects> </connects>
<technologies> <technologies>
<technology name=""> <technology name="">
<attribute name="Mouser_Part_Number" value="538-53309-2070" constant="no"/> <attribute name="Mouser_Part_Number" value="538-53309-2070" constant="no"/>
<attribute name="Mouser_Price-Stock" value="https://www.mouser.co.uk/ProductDetail/Molex/53309-2070?qs=9BfFgGvh7CfO11BRQ4L7fQ%3D%3D" constant="no"/> <attribute name="Mouser_Price-Stock" value="https://www.mouser.co.uk/ProductDetail/Molex/53309-2070?qs=9BfFgGvh7CfO11BRQ4L7fQ%3D%3D" constant="no"/>
<attribute name="Manufacturer_Name" value="Molex" constant="no"/> <attribute name="Manufacturer_Name" value="Molex" constant="no"/>
<attribute name="Manufacturer_Part_Number" value="53309-2070" constant="no"/> <attribute name="Manufacturer_Part_Number" value="53309-2070" constant="no"/>
<attribute name="Description" value="Board to Board &amp; Mezzanine Connectors 0.8 BtB Wafer Assy R RA 20Ckt EmbsTp Pkg" constant="no"/> <attribute name="Description" value="Board to Board &amp; Mezzanine Connectors 0.8 BtB Wafer Assy R RA 20Ckt EmbsTp Pkg" constant="no"/>
<attribute name="Height" value="4.9mm" constant="no"/> <attribute name="Height" value="4.9mm" constant="no"/>
</technology> </technology>
</technologies> </technologies>
</device> </device>
</devices> </devices>
</deviceset> </deviceset>
</devicesets> </devicesets>
</library> </library>
</drawing> </drawing>
</eagle> </eagle>

View File

@ -1,95 +1,95 @@
COMPONENT NAME=53309-2070 VALUE=53309-2070 PREFIX=J SYMBOLS=1 PACKAGE=38 PROPERTIES=9 COMPONENT NAME=53309-2070 VALUE=53309-2070 PREFIX=J SYMBOLS=1 PACKAGE=38 PROPERTIES=9
Mouser Part Number=538-53309-2070 Mouser Part Number=538-53309-2070
Mouser Price/Stock=https://www.mouser.co.uk/ProductDetail/Molex/53309-2070?qs=9BfFgGvh7CfO11BRQ4L7fQ%3D%3D Mouser Price/Stock=https://www.mouser.co.uk/ProductDetail/Molex/53309-2070?qs=9BfFgGvh7CfO11BRQ4L7fQ%3D%3D
MANUFACTURER=Molex MANUFACTURER=Molex
COMPONENT_NAME=53309-2070 COMPONENT_NAME=53309-2070
3D_MODEL=90,0,0,0,0,2.380000114440918 3D_MODEL=90,0,0,0,0,2.380000114440918
COMPONENT_TYPE_ID= COMPONENT_TYPE_ID=
DATASHEET=https://componentsearchengine.com/Datasheets/1/53309-2070.pdf DATASHEET=https://componentsearchengine.com/Datasheets/1/53309-2070.pdf
COMPONENT_HEIGHT=4900000 COMPONENT_HEIGHT=4900000
SamacSys_ECAD_Model=1538906/1031803/2.50/20/0/Connector SamacSys_ECAD_Model=1538906/1031803/2.50/20/0/Connector
PACKAGE NAME=533092070 X1=0 Y1=0 LAYER=4 PACKAGE NAME=533092070 X1=0 Y1=0 LAYER=4
LINE X1=-5900000 Y1=3925000 X2=5900000 Y2=3925000 WIDTH=100000 LAYER=4 PROPERTIES=0 DASHED=1 LINE X1=-5900000 Y1=3925000 X2=5900000 Y2=3925000 WIDTH=100000 LAYER=4 PROPERTIES=0 DASHED=1
LINE X1=5900000 Y1=3925000 X2=5900000 Y2=-3975000 WIDTH=100000 LAYER=4 PROPERTIES=0 DASHED=1 LINE X1=5900000 Y1=3925000 X2=5900000 Y2=-3975000 WIDTH=100000 LAYER=4 PROPERTIES=0 DASHED=1
LINE X1=5900000 Y1=-3975000 X2=-5900000 Y2=-3975000 WIDTH=100000 LAYER=4 PROPERTIES=0 DASHED=1 LINE X1=5900000 Y1=-3975000 X2=-5900000 Y2=-3975000 WIDTH=100000 LAYER=4 PROPERTIES=0 DASHED=1
LINE X1=-5900000 Y1=-3975000 X2=-5900000 Y2=3925000 WIDTH=100000 LAYER=4 PROPERTIES=0 DASHED=1 LINE X1=-5900000 Y1=-3975000 X2=-5900000 Y2=3925000 WIDTH=100000 LAYER=4 PROPERTIES=0 DASHED=1
LINE X1=4200000 Y1=2100000 X2=4800000 Y2=2100000 WIDTH=100000 LAYER=4 PROPERTIES=0 DASHED=0 LINE X1=4200000 Y1=2100000 X2=4800000 Y2=2100000 WIDTH=100000 LAYER=4 PROPERTIES=0 DASHED=0
LINE X1=4800000 Y1=2100000 X2=4900000 Y2=2100000 WIDTH=100000 LAYER=4 PROPERTIES=0 DASHED=0 LINE X1=4800000 Y1=2100000 X2=4900000 Y2=2100000 WIDTH=100000 LAYER=4 PROPERTIES=0 DASHED=0
LINE X1=4900000 Y1=2100000 X2=4900000 Y2=-2100000 WIDTH=100000 LAYER=4 PROPERTIES=0 DASHED=0 LINE X1=4900000 Y1=2100000 X2=4900000 Y2=-2100000 WIDTH=100000 LAYER=4 PROPERTIES=0 DASHED=0
LINE X1=4900000 Y1=-2100000 X2=4200000 Y2=-2100000 WIDTH=100000 LAYER=4 PROPERTIES=0 DASHED=0 LINE X1=4900000 Y1=-2100000 X2=4200000 Y2=-2100000 WIDTH=100000 LAYER=4 PROPERTIES=0 DASHED=0
LINE X1=-4200000 Y1=2100000 X2=-4800000 Y2=2100000 WIDTH=100000 LAYER=4 PROPERTIES=0 DASHED=0 LINE X1=-4200000 Y1=2100000 X2=-4800000 Y2=2100000 WIDTH=100000 LAYER=4 PROPERTIES=0 DASHED=0
LINE X1=-4800000 Y1=2100000 X2=-4900000 Y2=2100000 WIDTH=100000 LAYER=4 PROPERTIES=0 DASHED=0 LINE X1=-4800000 Y1=2100000 X2=-4900000 Y2=2100000 WIDTH=100000 LAYER=4 PROPERTIES=0 DASHED=0
LINE X1=-4900000 Y1=2100000 X2=-4900000 Y2=-2100000 WIDTH=100000 LAYER=4 PROPERTIES=0 DASHED=0 LINE X1=-4900000 Y1=2100000 X2=-4900000 Y2=-2100000 WIDTH=100000 LAYER=4 PROPERTIES=0 DASHED=0
LINE X1=-4900000 Y1=-2100000 X2=-4200000 Y2=-2100000 WIDTH=100000 LAYER=4 PROPERTIES=0 DASHED=0 LINE X1=-4900000 Y1=-2100000 X2=-4200000 Y2=-2100000 WIDTH=100000 LAYER=4 PROPERTIES=0 DASHED=0
LINE X1=3800000 Y1=3400000 X2=3800000 Y2=3400000 WIDTH=200000 LAYER=4 PROPERTIES=0 DASHED=0 LINE X1=3800000 Y1=3400000 X2=3800000 Y2=3400000 WIDTH=200000 LAYER=4 PROPERTIES=0 DASHED=0
ARC XM=3700000 YM=3400000 X1=3800000 Y1=3400000 X2=3600000 Y2=3400000 RADIUS=100000 WIDTH=200000 START=-0 END=-180 LAYER=4 DASHED=0 ARC XM=3700000 YM=3400000 X1=3800000 Y1=3400000 X2=3600000 Y2=3400000 RADIUS=100000 WIDTH=200000 START=-0 END=-180 LAYER=4 DASHED=0
LINE X1=3600000 Y1=3400000 X2=3600000 Y2=3400000 WIDTH=200000 LAYER=4 PROPERTIES=0 DASHED=0 LINE X1=3600000 Y1=3400000 X2=3600000 Y2=3400000 WIDTH=200000 LAYER=4 PROPERTIES=0 DASHED=0
ARC XM=3700000 YM=3400000 X1=3600000 Y1=3400000 X2=3800000 Y2=3400000 RADIUS=100000 WIDTH=200000 START=-180 END=-360 LAYER=4 DASHED=0 ARC XM=3700000 YM=3400000 X1=3600000 Y1=3400000 X2=3800000 Y2=3400000 RADIUS=100000 WIDTH=200000 START=-180 END=-360 LAYER=4 DASHED=0
PAD XM=3600000 YM=2275000 WIDTH=550000 HEIGHT=1300000 LAYER=2 PINNUMBER=1 FORM=2 ROTATION=0 DRILL=0 PADNAME=1 PAD XM=3600000 YM=2275000 WIDTH=550000 HEIGHT=1300000 LAYER=2 PINNUMBER=1 FORM=2 ROTATION=0 DRILL=0 PADNAME=1
PAD XM=3600000 YM=-2275000 WIDTH=550000 HEIGHT=1400000 LAYER=2 PINNUMBER=2 FORM=2 ROTATION=0 DRILL=0 PADNAME=2 PAD XM=3600000 YM=-2275000 WIDTH=550000 HEIGHT=1400000 LAYER=2 PINNUMBER=2 FORM=2 ROTATION=0 DRILL=0 PADNAME=2
PAD XM=2800000 YM=2275000 WIDTH=550000 HEIGHT=1300000 LAYER=2 PINNUMBER=3 FORM=2 ROTATION=0 DRILL=0 PADNAME=3 PAD XM=2800000 YM=2275000 WIDTH=550000 HEIGHT=1300000 LAYER=2 PINNUMBER=3 FORM=2 ROTATION=0 DRILL=0 PADNAME=3
PAD XM=2800000 YM=-2275000 WIDTH=550000 HEIGHT=1400000 LAYER=2 PINNUMBER=4 FORM=2 ROTATION=0 DRILL=0 PADNAME=4 PAD XM=2800000 YM=-2275000 WIDTH=550000 HEIGHT=1400000 LAYER=2 PINNUMBER=4 FORM=2 ROTATION=0 DRILL=0 PADNAME=4
PAD XM=2000000 YM=2275000 WIDTH=550000 HEIGHT=1300000 LAYER=2 PINNUMBER=5 FORM=2 ROTATION=0 DRILL=0 PADNAME=5 PAD XM=2000000 YM=2275000 WIDTH=550000 HEIGHT=1300000 LAYER=2 PINNUMBER=5 FORM=2 ROTATION=0 DRILL=0 PADNAME=5
PAD XM=2000000 YM=-2275000 WIDTH=550000 HEIGHT=1400000 LAYER=2 PINNUMBER=6 FORM=2 ROTATION=0 DRILL=0 PADNAME=6 PAD XM=2000000 YM=-2275000 WIDTH=550000 HEIGHT=1400000 LAYER=2 PINNUMBER=6 FORM=2 ROTATION=0 DRILL=0 PADNAME=6
PAD XM=1200000 YM=2275000 WIDTH=550000 HEIGHT=1300000 LAYER=2 PINNUMBER=7 FORM=2 ROTATION=0 DRILL=0 PADNAME=7 PAD XM=1200000 YM=2275000 WIDTH=550000 HEIGHT=1300000 LAYER=2 PINNUMBER=7 FORM=2 ROTATION=0 DRILL=0 PADNAME=7
PAD XM=1200000 YM=-2275000 WIDTH=550000 HEIGHT=1400000 LAYER=2 PINNUMBER=8 FORM=2 ROTATION=0 DRILL=0 PADNAME=8 PAD XM=1200000 YM=-2275000 WIDTH=550000 HEIGHT=1400000 LAYER=2 PINNUMBER=8 FORM=2 ROTATION=0 DRILL=0 PADNAME=8
PAD XM=400000 YM=2275000 WIDTH=550000 HEIGHT=1300000 LAYER=2 PINNUMBER=9 FORM=2 ROTATION=0 DRILL=0 PADNAME=9 PAD XM=400000 YM=2275000 WIDTH=550000 HEIGHT=1300000 LAYER=2 PINNUMBER=9 FORM=2 ROTATION=0 DRILL=0 PADNAME=9
PAD XM=400000 YM=-2275000 WIDTH=550000 HEIGHT=1400000 LAYER=2 PINNUMBER=10 FORM=2 ROTATION=0 DRILL=0 PADNAME=10 PAD XM=400000 YM=-2275000 WIDTH=550000 HEIGHT=1400000 LAYER=2 PINNUMBER=10 FORM=2 ROTATION=0 DRILL=0 PADNAME=10
PAD XM=-400000 YM=2275000 WIDTH=550000 HEIGHT=1300000 LAYER=2 PINNUMBER=11 FORM=2 ROTATION=0 DRILL=0 PADNAME=11 PAD XM=-400000 YM=2275000 WIDTH=550000 HEIGHT=1300000 LAYER=2 PINNUMBER=11 FORM=2 ROTATION=0 DRILL=0 PADNAME=11
PAD XM=-400000 YM=-2275000 WIDTH=550000 HEIGHT=1400000 LAYER=2 PINNUMBER=12 FORM=2 ROTATION=0 DRILL=0 PADNAME=12 PAD XM=-400000 YM=-2275000 WIDTH=550000 HEIGHT=1400000 LAYER=2 PINNUMBER=12 FORM=2 ROTATION=0 DRILL=0 PADNAME=12
PAD XM=-1200000 YM=2275000 WIDTH=550000 HEIGHT=1300000 LAYER=2 PINNUMBER=13 FORM=2 ROTATION=0 DRILL=0 PADNAME=13 PAD XM=-1200000 YM=2275000 WIDTH=550000 HEIGHT=1300000 LAYER=2 PINNUMBER=13 FORM=2 ROTATION=0 DRILL=0 PADNAME=13
PAD XM=-1200000 YM=-2275000 WIDTH=550000 HEIGHT=1400000 LAYER=2 PINNUMBER=14 FORM=2 ROTATION=0 DRILL=0 PADNAME=14 PAD XM=-1200000 YM=-2275000 WIDTH=550000 HEIGHT=1400000 LAYER=2 PINNUMBER=14 FORM=2 ROTATION=0 DRILL=0 PADNAME=14
PAD XM=-2000000 YM=2275000 WIDTH=550000 HEIGHT=1300000 LAYER=2 PINNUMBER=15 FORM=2 ROTATION=0 DRILL=0 PADNAME=15 PAD XM=-2000000 YM=2275000 WIDTH=550000 HEIGHT=1300000 LAYER=2 PINNUMBER=15 FORM=2 ROTATION=0 DRILL=0 PADNAME=15
PAD XM=-2000000 YM=-2275000 WIDTH=550000 HEIGHT=1400000 LAYER=2 PINNUMBER=16 FORM=2 ROTATION=0 DRILL=0 PADNAME=16 PAD XM=-2000000 YM=-2275000 WIDTH=550000 HEIGHT=1400000 LAYER=2 PINNUMBER=16 FORM=2 ROTATION=0 DRILL=0 PADNAME=16
PAD XM=-2800000 YM=2275000 WIDTH=550000 HEIGHT=1300000 LAYER=2 PINNUMBER=17 FORM=2 ROTATION=0 DRILL=0 PADNAME=17 PAD XM=-2800000 YM=2275000 WIDTH=550000 HEIGHT=1300000 LAYER=2 PINNUMBER=17 FORM=2 ROTATION=0 DRILL=0 PADNAME=17
PAD XM=-2800000 YM=-2275000 WIDTH=550000 HEIGHT=1400000 LAYER=2 PINNUMBER=18 FORM=2 ROTATION=0 DRILL=0 PADNAME=18 PAD XM=-2800000 YM=-2275000 WIDTH=550000 HEIGHT=1400000 LAYER=2 PINNUMBER=18 FORM=2 ROTATION=0 DRILL=0 PADNAME=18
PAD XM=-3600000 YM=2275000 WIDTH=550000 HEIGHT=1300000 LAYER=2 PINNUMBER=19 FORM=2 ROTATION=0 DRILL=0 PADNAME=19 PAD XM=-3600000 YM=2275000 WIDTH=550000 HEIGHT=1300000 LAYER=2 PINNUMBER=19 FORM=2 ROTATION=0 DRILL=0 PADNAME=19
PAD XM=-3600000 YM=-2275000 WIDTH=550000 HEIGHT=1400000 LAYER=2 PINNUMBER=20 FORM=2 ROTATION=0 DRILL=0 PADNAME=20 PAD XM=-3600000 YM=-2275000 WIDTH=550000 HEIGHT=1400000 LAYER=2 PINNUMBER=20 FORM=2 ROTATION=0 DRILL=0 PADNAME=20
TEXT CONTENT=0 X1=0 Y1=-25000 WIDTH=1500000 HEIGHT=1500000 FONT=DIN-ISO-ANSI LAYER=4 WEIGHT=10 FUNCTION=1 TEXT CONTENT=0 X1=0 Y1=-25000 WIDTH=1500000 HEIGHT=1500000 FONT=DIN-ISO-ANSI LAYER=4 WEIGHT=10 FUNCTION=1
SYMBOL X1=0 Y1=0 LAYER=101 SUFFIX= NUMBER=1 ELEMENTS=46 SYMBOL X1=0 Y1=0 LAYER=101 SUFFIX= NUMBER=1 ELEMENTS=46
LINE X1=5080000 Y1=2540000 X2=17780000 Y2=2540000 WIDTH=254000 LAYER=101 PROPERTIES=0 LINE X1=5080000 Y1=2540000 X2=17780000 Y2=2540000 WIDTH=254000 LAYER=101 PROPERTIES=0
LINE X1=17780000 Y1=2540000 X2=17780000 Y2=-25400000 WIDTH=254000 LAYER=101 PROPERTIES=0 LINE X1=17780000 Y1=2540000 X2=17780000 Y2=-25400000 WIDTH=254000 LAYER=101 PROPERTIES=0
LINE X1=17780000 Y1=-25400000 X2=5080000 Y2=-25400000 WIDTH=254000 LAYER=101 PROPERTIES=0 LINE X1=17780000 Y1=-25400000 X2=5080000 Y2=-25400000 WIDTH=254000 LAYER=101 PROPERTIES=0
LINE X1=5080000 Y1=-25400000 X2=5080000 Y2=2540000 WIDTH=254000 LAYER=101 PROPERTIES=0 LINE X1=5080000 Y1=-25400000 X2=5080000 Y2=2540000 WIDTH=254000 LAYER=101 PROPERTIES=0
PIN X1=22860000 Y1=-22860000 PINNUMBER=1 PINNAME=YES SHOWNUMBER=YES LENGTH=5080000 WIDTH=254000 ROTATION=180.0000 LAYER=101 FUNCTION=6 PIN X1=22860000 Y1=-22860000 PINNUMBER=1 PINNAME=YES SHOWNUMBER=YES LENGTH=5080000 WIDTH=254000 ROTATION=180.0000 LAYER=101 FUNCTION=6
TEXT CONTENT=1 X1=17018000 Y1=-23610000 WIDTH=800000 HEIGHT=1500000 RIGHT=YES FONT=ARIAL ROTATION=0 LAYER=101 WEIGHT=10 FUNCTION=5 TEXT CONTENT=1 X1=17018000 Y1=-23610000 WIDTH=800000 HEIGHT=1500000 RIGHT=YES FONT=ARIAL ROTATION=0 LAYER=101 WEIGHT=10 FUNCTION=5
PIN X1=0 Y1=-22860000 PINNUMBER=2 PINNAME=YES SHOWNUMBER=YES LENGTH=5080000 WIDTH=254000 ROTATION=0.0000 LAYER=101 FUNCTION=6 PIN X1=0 Y1=-22860000 PINNUMBER=2 PINNAME=YES SHOWNUMBER=YES LENGTH=5080000 WIDTH=254000 ROTATION=0.0000 LAYER=101 FUNCTION=6
TEXT CONTENT=2 X1=5842000 Y1=-23610000 WIDTH=800000 HEIGHT=1500000 RIGHT=NO FONT=ARIAL ROTATION=0 LAYER=101 WEIGHT=10 FUNCTION=5 TEXT CONTENT=2 X1=5842000 Y1=-23610000 WIDTH=800000 HEIGHT=1500000 RIGHT=NO FONT=ARIAL ROTATION=0 LAYER=101 WEIGHT=10 FUNCTION=5
PIN X1=22860000 Y1=-20320000 PINNUMBER=3 PINNAME=YES SHOWNUMBER=YES LENGTH=5080000 WIDTH=254000 ROTATION=180.0000 LAYER=101 FUNCTION=6 PIN X1=22860000 Y1=-20320000 PINNUMBER=3 PINNAME=YES SHOWNUMBER=YES LENGTH=5080000 WIDTH=254000 ROTATION=180.0000 LAYER=101 FUNCTION=6
TEXT CONTENT=3 X1=17018000 Y1=-21070000 WIDTH=800000 HEIGHT=1500000 RIGHT=YES FONT=ARIAL ROTATION=0 LAYER=101 WEIGHT=10 FUNCTION=5 TEXT CONTENT=3 X1=17018000 Y1=-21070000 WIDTH=800000 HEIGHT=1500000 RIGHT=YES FONT=ARIAL ROTATION=0 LAYER=101 WEIGHT=10 FUNCTION=5
PIN X1=0 Y1=-20320000 PINNUMBER=4 PINNAME=YES SHOWNUMBER=YES LENGTH=5080000 WIDTH=254000 ROTATION=0.0000 LAYER=101 FUNCTION=6 PIN X1=0 Y1=-20320000 PINNUMBER=4 PINNAME=YES SHOWNUMBER=YES LENGTH=5080000 WIDTH=254000 ROTATION=0.0000 LAYER=101 FUNCTION=6
TEXT CONTENT=4 X1=5842000 Y1=-21070000 WIDTH=800000 HEIGHT=1500000 RIGHT=NO FONT=ARIAL ROTATION=0 LAYER=101 WEIGHT=10 FUNCTION=5 TEXT CONTENT=4 X1=5842000 Y1=-21070000 WIDTH=800000 HEIGHT=1500000 RIGHT=NO FONT=ARIAL ROTATION=0 LAYER=101 WEIGHT=10 FUNCTION=5
PIN X1=22860000 Y1=-17780000 PINNUMBER=5 PINNAME=YES SHOWNUMBER=YES LENGTH=5080000 WIDTH=254000 ROTATION=180.0000 LAYER=101 FUNCTION=6 PIN X1=22860000 Y1=-17780000 PINNUMBER=5 PINNAME=YES SHOWNUMBER=YES LENGTH=5080000 WIDTH=254000 ROTATION=180.0000 LAYER=101 FUNCTION=6
TEXT CONTENT=5 X1=17018000 Y1=-18530000 WIDTH=800000 HEIGHT=1500000 RIGHT=YES FONT=ARIAL ROTATION=0 LAYER=101 WEIGHT=10 FUNCTION=5 TEXT CONTENT=5 X1=17018000 Y1=-18530000 WIDTH=800000 HEIGHT=1500000 RIGHT=YES FONT=ARIAL ROTATION=0 LAYER=101 WEIGHT=10 FUNCTION=5
PIN X1=0 Y1=-17780000 PINNUMBER=6 PINNAME=YES SHOWNUMBER=YES LENGTH=5080000 WIDTH=254000 ROTATION=0.0000 LAYER=101 FUNCTION=6 PIN X1=0 Y1=-17780000 PINNUMBER=6 PINNAME=YES SHOWNUMBER=YES LENGTH=5080000 WIDTH=254000 ROTATION=0.0000 LAYER=101 FUNCTION=6
TEXT CONTENT=6 X1=5842000 Y1=-18530000 WIDTH=800000 HEIGHT=1500000 RIGHT=NO FONT=ARIAL ROTATION=0 LAYER=101 WEIGHT=10 FUNCTION=5 TEXT CONTENT=6 X1=5842000 Y1=-18530000 WIDTH=800000 HEIGHT=1500000 RIGHT=NO FONT=ARIAL ROTATION=0 LAYER=101 WEIGHT=10 FUNCTION=5
PIN X1=22860000 Y1=-15240000 PINNUMBER=7 PINNAME=YES SHOWNUMBER=YES LENGTH=5080000 WIDTH=254000 ROTATION=180.0000 LAYER=101 FUNCTION=6 PIN X1=22860000 Y1=-15240000 PINNUMBER=7 PINNAME=YES SHOWNUMBER=YES LENGTH=5080000 WIDTH=254000 ROTATION=180.0000 LAYER=101 FUNCTION=6
TEXT CONTENT=7 X1=17018000 Y1=-15990000 WIDTH=800000 HEIGHT=1500000 RIGHT=YES FONT=ARIAL ROTATION=0 LAYER=101 WEIGHT=10 FUNCTION=5 TEXT CONTENT=7 X1=17018000 Y1=-15990000 WIDTH=800000 HEIGHT=1500000 RIGHT=YES FONT=ARIAL ROTATION=0 LAYER=101 WEIGHT=10 FUNCTION=5
PIN X1=0 Y1=-15240000 PINNUMBER=8 PINNAME=YES SHOWNUMBER=YES LENGTH=5080000 WIDTH=254000 ROTATION=0.0000 LAYER=101 FUNCTION=6 PIN X1=0 Y1=-15240000 PINNUMBER=8 PINNAME=YES SHOWNUMBER=YES LENGTH=5080000 WIDTH=254000 ROTATION=0.0000 LAYER=101 FUNCTION=6
TEXT CONTENT=8 X1=5842000 Y1=-15990000 WIDTH=800000 HEIGHT=1500000 RIGHT=NO FONT=ARIAL ROTATION=0 LAYER=101 WEIGHT=10 FUNCTION=5 TEXT CONTENT=8 X1=5842000 Y1=-15990000 WIDTH=800000 HEIGHT=1500000 RIGHT=NO FONT=ARIAL ROTATION=0 LAYER=101 WEIGHT=10 FUNCTION=5
PIN X1=22860000 Y1=-12700000 PINNUMBER=9 PINNAME=YES SHOWNUMBER=YES LENGTH=5080000 WIDTH=254000 ROTATION=180.0000 LAYER=101 FUNCTION=6 PIN X1=22860000 Y1=-12700000 PINNUMBER=9 PINNAME=YES SHOWNUMBER=YES LENGTH=5080000 WIDTH=254000 ROTATION=180.0000 LAYER=101 FUNCTION=6
TEXT CONTENT=9 X1=17018000 Y1=-13450000 WIDTH=800000 HEIGHT=1500000 RIGHT=YES FONT=ARIAL ROTATION=0 LAYER=101 WEIGHT=10 FUNCTION=5 TEXT CONTENT=9 X1=17018000 Y1=-13450000 WIDTH=800000 HEIGHT=1500000 RIGHT=YES FONT=ARIAL ROTATION=0 LAYER=101 WEIGHT=10 FUNCTION=5
PIN X1=0 Y1=-12700000 PINNUMBER=10 PINNAME=YES SHOWNUMBER=YES LENGTH=5080000 WIDTH=254000 ROTATION=0.0000 LAYER=101 FUNCTION=6 PIN X1=0 Y1=-12700000 PINNUMBER=10 PINNAME=YES SHOWNUMBER=YES LENGTH=5080000 WIDTH=254000 ROTATION=0.0000 LAYER=101 FUNCTION=6
TEXT CONTENT=10 X1=5842000 Y1=-13450000 WIDTH=800000 HEIGHT=1500000 RIGHT=NO FONT=ARIAL ROTATION=0 LAYER=101 WEIGHT=10 FUNCTION=5 TEXT CONTENT=10 X1=5842000 Y1=-13450000 WIDTH=800000 HEIGHT=1500000 RIGHT=NO FONT=ARIAL ROTATION=0 LAYER=101 WEIGHT=10 FUNCTION=5
PIN X1=22860000 Y1=-10160000 PINNUMBER=11 PINNAME=YES SHOWNUMBER=YES LENGTH=5080000 WIDTH=254000 ROTATION=180.0000 LAYER=101 FUNCTION=6 PIN X1=22860000 Y1=-10160000 PINNUMBER=11 PINNAME=YES SHOWNUMBER=YES LENGTH=5080000 WIDTH=254000 ROTATION=180.0000 LAYER=101 FUNCTION=6
TEXT CONTENT=11 X1=17018000 Y1=-10910000 WIDTH=800000 HEIGHT=1500000 RIGHT=YES FONT=ARIAL ROTATION=0 LAYER=101 WEIGHT=10 FUNCTION=5 TEXT CONTENT=11 X1=17018000 Y1=-10910000 WIDTH=800000 HEIGHT=1500000 RIGHT=YES FONT=ARIAL ROTATION=0 LAYER=101 WEIGHT=10 FUNCTION=5
PIN X1=0 Y1=-10160000 PINNUMBER=12 PINNAME=YES SHOWNUMBER=YES LENGTH=5080000 WIDTH=254000 ROTATION=0.0000 LAYER=101 FUNCTION=6 PIN X1=0 Y1=-10160000 PINNUMBER=12 PINNAME=YES SHOWNUMBER=YES LENGTH=5080000 WIDTH=254000 ROTATION=0.0000 LAYER=101 FUNCTION=6
TEXT CONTENT=12 X1=5842000 Y1=-10910000 WIDTH=800000 HEIGHT=1500000 RIGHT=NO FONT=ARIAL ROTATION=0 LAYER=101 WEIGHT=10 FUNCTION=5 TEXT CONTENT=12 X1=5842000 Y1=-10910000 WIDTH=800000 HEIGHT=1500000 RIGHT=NO FONT=ARIAL ROTATION=0 LAYER=101 WEIGHT=10 FUNCTION=5
PIN X1=22860000 Y1=-7620000 PINNUMBER=13 PINNAME=YES SHOWNUMBER=YES LENGTH=5080000 WIDTH=254000 ROTATION=180.0000 LAYER=101 FUNCTION=6 PIN X1=22860000 Y1=-7620000 PINNUMBER=13 PINNAME=YES SHOWNUMBER=YES LENGTH=5080000 WIDTH=254000 ROTATION=180.0000 LAYER=101 FUNCTION=6
TEXT CONTENT=13 X1=17018000 Y1=-8370000 WIDTH=800000 HEIGHT=1500000 RIGHT=YES FONT=ARIAL ROTATION=0 LAYER=101 WEIGHT=10 FUNCTION=5 TEXT CONTENT=13 X1=17018000 Y1=-8370000 WIDTH=800000 HEIGHT=1500000 RIGHT=YES FONT=ARIAL ROTATION=0 LAYER=101 WEIGHT=10 FUNCTION=5
PIN X1=0 Y1=-7620000 PINNUMBER=14 PINNAME=YES SHOWNUMBER=YES LENGTH=5080000 WIDTH=254000 ROTATION=0.0000 LAYER=101 FUNCTION=6 PIN X1=0 Y1=-7620000 PINNUMBER=14 PINNAME=YES SHOWNUMBER=YES LENGTH=5080000 WIDTH=254000 ROTATION=0.0000 LAYER=101 FUNCTION=6
TEXT CONTENT=14 X1=5842000 Y1=-8370000 WIDTH=800000 HEIGHT=1500000 RIGHT=NO FONT=ARIAL ROTATION=0 LAYER=101 WEIGHT=10 FUNCTION=5 TEXT CONTENT=14 X1=5842000 Y1=-8370000 WIDTH=800000 HEIGHT=1500000 RIGHT=NO FONT=ARIAL ROTATION=0 LAYER=101 WEIGHT=10 FUNCTION=5
PIN X1=22860000 Y1=-5080000 PINNUMBER=15 PINNAME=YES SHOWNUMBER=YES LENGTH=5080000 WIDTH=254000 ROTATION=180.0000 LAYER=101 FUNCTION=6 PIN X1=22860000 Y1=-5080000 PINNUMBER=15 PINNAME=YES SHOWNUMBER=YES LENGTH=5080000 WIDTH=254000 ROTATION=180.0000 LAYER=101 FUNCTION=6
TEXT CONTENT=15 X1=17018000 Y1=-5830000 WIDTH=800000 HEIGHT=1500000 RIGHT=YES FONT=ARIAL ROTATION=0 LAYER=101 WEIGHT=10 FUNCTION=5 TEXT CONTENT=15 X1=17018000 Y1=-5830000 WIDTH=800000 HEIGHT=1500000 RIGHT=YES FONT=ARIAL ROTATION=0 LAYER=101 WEIGHT=10 FUNCTION=5
PIN X1=0 Y1=-5080000 PINNUMBER=16 PINNAME=YES SHOWNUMBER=YES LENGTH=5080000 WIDTH=254000 ROTATION=0.0000 LAYER=101 FUNCTION=6 PIN X1=0 Y1=-5080000 PINNUMBER=16 PINNAME=YES SHOWNUMBER=YES LENGTH=5080000 WIDTH=254000 ROTATION=0.0000 LAYER=101 FUNCTION=6
TEXT CONTENT=16 X1=5842000 Y1=-5830000 WIDTH=800000 HEIGHT=1500000 RIGHT=NO FONT=ARIAL ROTATION=0 LAYER=101 WEIGHT=10 FUNCTION=5 TEXT CONTENT=16 X1=5842000 Y1=-5830000 WIDTH=800000 HEIGHT=1500000 RIGHT=NO FONT=ARIAL ROTATION=0 LAYER=101 WEIGHT=10 FUNCTION=5
PIN X1=22860000 Y1=-2540000 PINNUMBER=17 PINNAME=YES SHOWNUMBER=YES LENGTH=5080000 WIDTH=254000 ROTATION=180.0000 LAYER=101 FUNCTION=6 PIN X1=22860000 Y1=-2540000 PINNUMBER=17 PINNAME=YES SHOWNUMBER=YES LENGTH=5080000 WIDTH=254000 ROTATION=180.0000 LAYER=101 FUNCTION=6
TEXT CONTENT=17 X1=17018000 Y1=-3290000 WIDTH=800000 HEIGHT=1500000 RIGHT=YES FONT=ARIAL ROTATION=0 LAYER=101 WEIGHT=10 FUNCTION=5 TEXT CONTENT=17 X1=17018000 Y1=-3290000 WIDTH=800000 HEIGHT=1500000 RIGHT=YES FONT=ARIAL ROTATION=0 LAYER=101 WEIGHT=10 FUNCTION=5
PIN X1=0 Y1=-2540000 PINNUMBER=18 PINNAME=YES SHOWNUMBER=YES LENGTH=5080000 WIDTH=254000 ROTATION=0.0000 LAYER=101 FUNCTION=6 PIN X1=0 Y1=-2540000 PINNUMBER=18 PINNAME=YES SHOWNUMBER=YES LENGTH=5080000 WIDTH=254000 ROTATION=0.0000 LAYER=101 FUNCTION=6
TEXT CONTENT=18 X1=5842000 Y1=-3290000 WIDTH=800000 HEIGHT=1500000 RIGHT=NO FONT=ARIAL ROTATION=0 LAYER=101 WEIGHT=10 FUNCTION=5 TEXT CONTENT=18 X1=5842000 Y1=-3290000 WIDTH=800000 HEIGHT=1500000 RIGHT=NO FONT=ARIAL ROTATION=0 LAYER=101 WEIGHT=10 FUNCTION=5
PIN X1=22860000 Y1=0 PINNUMBER=19 PINNAME=YES SHOWNUMBER=YES LENGTH=5080000 WIDTH=254000 ROTATION=180.0000 LAYER=101 FUNCTION=6 PIN X1=22860000 Y1=0 PINNUMBER=19 PINNAME=YES SHOWNUMBER=YES LENGTH=5080000 WIDTH=254000 ROTATION=180.0000 LAYER=101 FUNCTION=6
TEXT CONTENT=19 X1=17018000 Y1=-750000 WIDTH=800000 HEIGHT=1500000 RIGHT=YES FONT=ARIAL ROTATION=0 LAYER=101 WEIGHT=10 FUNCTION=5 TEXT CONTENT=19 X1=17018000 Y1=-750000 WIDTH=800000 HEIGHT=1500000 RIGHT=YES FONT=ARIAL ROTATION=0 LAYER=101 WEIGHT=10 FUNCTION=5
PIN X1=0 Y1=0 PINNUMBER=20 PINNAME=YES SHOWNUMBER=YES LENGTH=5080000 WIDTH=254000 ROTATION=0.0000 LAYER=101 FUNCTION=6 PIN X1=0 Y1=0 PINNUMBER=20 PINNAME=YES SHOWNUMBER=YES LENGTH=5080000 WIDTH=254000 ROTATION=0.0000 LAYER=101 FUNCTION=6
TEXT CONTENT=20 X1=5842000 Y1=-750000 WIDTH=800000 HEIGHT=1500000 RIGHT=NO FONT=ARIAL ROTATION=0 LAYER=101 WEIGHT=10 FUNCTION=5 TEXT CONTENT=20 X1=5842000 Y1=-750000 WIDTH=800000 HEIGHT=1500000 RIGHT=NO FONT=ARIAL ROTATION=0 LAYER=101 WEIGHT=10 FUNCTION=5
TEXT CONTENT=J# X1=19050000 Y1=6620000 WIDTH=1000000 HEIGHT=2000000 FONT=ARIAL LAYER=101 WEIGHT=13 FUNCTION=3 TEXT CONTENT=J# X1=19050000 Y1=6620000 WIDTH=1000000 HEIGHT=2000000 FONT=ARIAL LAYER=101 WEIGHT=13 FUNCTION=3
TEXT CONTENT=53309-2070 X1=19050000 Y1=4080000 WIDTH=1000000 HEIGHT=2000000 FONT=ARIAL LAYER=101 WEIGHT=13 FUNCTION=2 GERMAN=53309-2070 ENGLISH=53309-2070 FRENCH=53309-2070 TEXT CONTENT=53309-2070 X1=19050000 Y1=4080000 WIDTH=1000000 HEIGHT=2000000 FONT=ARIAL LAYER=101 WEIGHT=13 FUNCTION=2 GERMAN=53309-2070 ENGLISH=53309-2070 FRENCH=53309-2070

View File

@ -1,98 +1,98 @@
V 54 V 54
K 1 K 1
D 0 -2286000 2286000 0 D 0 -2286000 2286000 0
Y 1 Y 1
U 1905000 762000 254000 0 2 3 REFDES=J? U 1905000 762000 254000 0 2 3 REFDES=J?
U 1905000 508000 254000 0 2 3 DEVICE=53309-2070 U 1905000 508000 254000 0 2 3 DEVICE=53309-2070
U 1905000 254000 254000 0 2 0 PKG_TYPE=533092070 U 1905000 254000 254000 0 2 0 PKG_TYPE=533092070
U 1905000 0 254000 0 2 0 Description=Board to Board & Mezzanine Connectors 0.8 BtB Wafer Assy R RA 20Ckt EmbsTp Pkg U 1905000 0 254000 0 2 0 Description=Board to Board & Mezzanine Connectors 0.8 BtB Wafer Assy R RA 20Ckt EmbsTp Pkg
U 1905000 -254000 254000 0 2 0 Datasheet Link=https://componentsearchengine.com/Datasheets/1/53309-2070.pdf U 1905000 -254000 254000 0 2 0 Datasheet Link=https://componentsearchengine.com/Datasheets/1/53309-2070.pdf
U 1905000 -508000 254000 0 2 0 Height=4.9 U 1905000 -508000 254000 0 2 0 Height=4.9
U 1905000 -762000 254000 0 2 0 Mouser Part Number=538-53309-2070 U 1905000 -762000 254000 0 2 0 Mouser Part Number=538-53309-2070
U 1905000 -1016000 254000 0 2 0 Mouser Price/Stock=https://www.mouser.co.uk/ProductDetail/Molex/53309-2070?qs=9BfFgGvh7CfO11BRQ4L7fQ%3D%3D U 1905000 -1016000 254000 0 2 0 Mouser Price/Stock=https://www.mouser.co.uk/ProductDetail/Molex/53309-2070?qs=9BfFgGvh7CfO11BRQ4L7fQ%3D%3D
U 1905000 -1270000 254000 0 2 0 Manufacturer_Name=Molex U 1905000 -1270000 254000 0 2 0 Manufacturer_Name=Molex
U 1905000 -1524000 254000 0 2 0 Manufacturer_Part_Number=53309-2070 U 1905000 -1524000 254000 0 2 0 Manufacturer_Part_Number=53309-2070
U 0 0 254000 0 1 0 FORWARD_PCB=1 U 0 0 254000 0 1 0 FORWARD_PCB=1
l 5 508000 254000 1778000 254000 1778000 -2540000 508000 -2540000 508000 254000 l 5 508000 254000 1778000 254000 1778000 -2540000 508000 -2540000 508000 254000
|GRPHSTL -1 -1 -1 1 |GRPHSTL -1 -1 -1 1
P 1 2286000 -2286000 1778000 -2286000 0 3 0 P 1 2286000 -2286000 1778000 -2286000 0 3 0
L 1701800 -2286000 228600 0 8 0 1 0 1 L 1701800 -2286000 228600 0 8 0 1 0 1
A 1930400 -2235200 203200 0 3 3 #=1 A 1930400 -2235200 203200 0 3 3 #=1
A 0 0 9 0 3 0 PINTYPE=BI A 0 0 9 0 3 0 PINTYPE=BI
P 2 0 -2286000 508000 -2286000 0 2 0 P 2 0 -2286000 508000 -2286000 0 2 0
L 584200 -2286000 228600 0 2 0 1 0 2 L 584200 -2286000 228600 0 2 0 1 0 2
A 355600 -2235200 203200 0 9 3 #=2 A 355600 -2235200 203200 0 9 3 #=2
A 0 0 9 0 3 0 PINTYPE=BI A 0 0 9 0 3 0 PINTYPE=BI
P 3 2286000 -2032000 1778000 -2032000 0 3 0 P 3 2286000 -2032000 1778000 -2032000 0 3 0
L 1701800 -2032000 228600 0 8 0 1 0 3 L 1701800 -2032000 228600 0 8 0 1 0 3
A 1930400 -1981200 203200 0 3 3 #=3 A 1930400 -1981200 203200 0 3 3 #=3
A 0 0 9 0 3 0 PINTYPE=BI A 0 0 9 0 3 0 PINTYPE=BI
P 4 0 -2032000 508000 -2032000 0 2 0 P 4 0 -2032000 508000 -2032000 0 2 0
L 584200 -2032000 228600 0 2 0 1 0 4 L 584200 -2032000 228600 0 2 0 1 0 4
A 355600 -1981200 203200 0 9 3 #=4 A 355600 -1981200 203200 0 9 3 #=4
A 0 0 9 0 3 0 PINTYPE=BI A 0 0 9 0 3 0 PINTYPE=BI
P 5 2286000 -1778000 1778000 -1778000 0 3 0 P 5 2286000 -1778000 1778000 -1778000 0 3 0
L 1701800 -1778000 228600 0 8 0 1 0 5 L 1701800 -1778000 228600 0 8 0 1 0 5
A 1930400 -1727200 203200 0 3 3 #=5 A 1930400 -1727200 203200 0 3 3 #=5
A 0 0 9 0 3 0 PINTYPE=BI A 0 0 9 0 3 0 PINTYPE=BI
P 6 0 -1778000 508000 -1778000 0 2 0 P 6 0 -1778000 508000 -1778000 0 2 0
L 584200 -1778000 228600 0 2 0 1 0 6 L 584200 -1778000 228600 0 2 0 1 0 6
A 355600 -1727200 203200 0 9 3 #=6 A 355600 -1727200 203200 0 9 3 #=6
A 0 0 9 0 3 0 PINTYPE=BI A 0 0 9 0 3 0 PINTYPE=BI
P 7 2286000 -1524000 1778000 -1524000 0 3 0 P 7 2286000 -1524000 1778000 -1524000 0 3 0
L 1701800 -1524000 228600 0 8 0 1 0 7 L 1701800 -1524000 228600 0 8 0 1 0 7
A 1930400 -1473200 203200 0 3 3 #=7 A 1930400 -1473200 203200 0 3 3 #=7
A 0 0 9 0 3 0 PINTYPE=BI A 0 0 9 0 3 0 PINTYPE=BI
P 8 0 -1524000 508000 -1524000 0 2 0 P 8 0 -1524000 508000 -1524000 0 2 0
L 584200 -1524000 228600 0 2 0 1 0 8 L 584200 -1524000 228600 0 2 0 1 0 8
A 355600 -1473200 203200 0 9 3 #=8 A 355600 -1473200 203200 0 9 3 #=8
A 0 0 9 0 3 0 PINTYPE=BI A 0 0 9 0 3 0 PINTYPE=BI
P 9 2286000 -1270000 1778000 -1270000 0 3 0 P 9 2286000 -1270000 1778000 -1270000 0 3 0
L 1701800 -1270000 228600 0 8 0 1 0 9 L 1701800 -1270000 228600 0 8 0 1 0 9
A 1930400 -1219200 203200 0 3 3 #=9 A 1930400 -1219200 203200 0 3 3 #=9
A 0 0 9 0 3 0 PINTYPE=BI A 0 0 9 0 3 0 PINTYPE=BI
P 10 0 -1270000 508000 -1270000 0 2 0 P 10 0 -1270000 508000 -1270000 0 2 0
L 584200 -1270000 228600 0 2 0 1 0 10 L 584200 -1270000 228600 0 2 0 1 0 10
A 355600 -1219200 203200 0 9 3 #=10 A 355600 -1219200 203200 0 9 3 #=10
A 0 0 9 0 3 0 PINTYPE=BI A 0 0 9 0 3 0 PINTYPE=BI
P 11 2286000 -1016000 1778000 -1016000 0 3 0 P 11 2286000 -1016000 1778000 -1016000 0 3 0
L 1701800 -1016000 228600 0 8 0 1 0 11 L 1701800 -1016000 228600 0 8 0 1 0 11
A 1930400 -965200 203200 0 3 3 #=11 A 1930400 -965200 203200 0 3 3 #=11
A 0 0 9 0 3 0 PINTYPE=BI A 0 0 9 0 3 0 PINTYPE=BI
P 12 0 -1016000 508000 -1016000 0 2 0 P 12 0 -1016000 508000 -1016000 0 2 0
L 584200 -1016000 228600 0 2 0 1 0 12 L 584200 -1016000 228600 0 2 0 1 0 12
A 355600 -965200 203200 0 9 3 #=12 A 355600 -965200 203200 0 9 3 #=12
A 0 0 9 0 3 0 PINTYPE=BI A 0 0 9 0 3 0 PINTYPE=BI
P 13 2286000 -762000 1778000 -762000 0 3 0 P 13 2286000 -762000 1778000 -762000 0 3 0
L 1701800 -762000 228600 0 8 0 1 0 13 L 1701800 -762000 228600 0 8 0 1 0 13
A 1930400 -711200 203200 0 3 3 #=13 A 1930400 -711200 203200 0 3 3 #=13
A 0 0 9 0 3 0 PINTYPE=BI A 0 0 9 0 3 0 PINTYPE=BI
P 14 0 -762000 508000 -762000 0 2 0 P 14 0 -762000 508000 -762000 0 2 0
L 584200 -762000 228600 0 2 0 1 0 14 L 584200 -762000 228600 0 2 0 1 0 14
A 355600 -711200 203200 0 9 3 #=14 A 355600 -711200 203200 0 9 3 #=14
A 0 0 9 0 3 0 PINTYPE=BI A 0 0 9 0 3 0 PINTYPE=BI
P 15 2286000 -508000 1778000 -508000 0 3 0 P 15 2286000 -508000 1778000 -508000 0 3 0
L 1701800 -508000 228600 0 8 0 1 0 15 L 1701800 -508000 228600 0 8 0 1 0 15
A 1930400 -457200 203200 0 3 3 #=15 A 1930400 -457200 203200 0 3 3 #=15
A 0 0 9 0 3 0 PINTYPE=BI A 0 0 9 0 3 0 PINTYPE=BI
P 16 0 -508000 508000 -508000 0 2 0 P 16 0 -508000 508000 -508000 0 2 0
L 584200 -508000 228600 0 2 0 1 0 16 L 584200 -508000 228600 0 2 0 1 0 16
A 355600 -457200 203200 0 9 3 #=16 A 355600 -457200 203200 0 9 3 #=16
A 0 0 9 0 3 0 PINTYPE=BI A 0 0 9 0 3 0 PINTYPE=BI
P 17 2286000 -254000 1778000 -254000 0 3 0 P 17 2286000 -254000 1778000 -254000 0 3 0
L 1701800 -254000 228600 0 8 0 1 0 17 L 1701800 -254000 228600 0 8 0 1 0 17
A 1930400 -203200 203200 0 3 3 #=17 A 1930400 -203200 203200 0 3 3 #=17
A 0 0 9 0 3 0 PINTYPE=BI A 0 0 9 0 3 0 PINTYPE=BI
P 18 0 -254000 508000 -254000 0 2 0 P 18 0 -254000 508000 -254000 0 2 0
L 584200 -254000 228600 0 2 0 1 0 18 L 584200 -254000 228600 0 2 0 1 0 18
A 355600 -203200 203200 0 9 3 #=18 A 355600 -203200 203200 0 9 3 #=18
A 0 0 9 0 3 0 PINTYPE=BI A 0 0 9 0 3 0 PINTYPE=BI
P 19 2286000 0 1778000 0 0 3 0 P 19 2286000 0 1778000 0 0 3 0
L 1701800 0 228600 0 8 0 1 0 19 L 1701800 0 228600 0 8 0 1 0 19
A 1930400 50800 203200 0 3 3 #=19 A 1930400 50800 203200 0 3 3 #=19
A 0 0 9 0 3 0 PINTYPE=BI A 0 0 9 0 3 0 PINTYPE=BI
P 20 0 0 508000 0 0 2 0 P 20 0 0 508000 0 0 2 0
L 584200 0 228600 0 2 0 1 0 20 L 584200 0 228600 0 2 0 1 0 20
A 355600 50800 203200 0 9 3 #=20 A 355600 50800 203200 0 9 3 #=20
A 0 0 9 0 3 0 PINTYPE=BI A 0 0 9 0 3 0 PINTYPE=BI
E E

View File

@ -1,138 +1,138 @@
(Japanese_coding: sjis) (Japanese_coding: sjis)
(function "ECS_1538906" (function "ECS_1538906"
(uver 1) (uver 1)
(cuser "SamacSys") (cuser "SamacSys")
(uuser "SamacSys") (uuser "SamacSys")
(ctime 2021-01-27-17:16:47) (ctime 2021-01-27-17:16:47)
(utime 2023-06-22-10:55:39) (utime 2023-06-22-10:55:39)
(interface (interface
(port "1" (symbPinId 1) (portType INOUT)) (port "1" (symbPinId 1) (portType INOUT))
(port "2" (symbPinId 2) (portType INOUT)) (port "2" (symbPinId 2) (portType INOUT))
(port "3" (symbPinId 3) (portType INOUT)) (port "3" (symbPinId 3) (portType INOUT))
(port "4" (symbPinId 4) (portType INOUT)) (port "4" (symbPinId 4) (portType INOUT))
(port "5" (symbPinId 5) (portType INOUT)) (port "5" (symbPinId 5) (portType INOUT))
(port "6" (symbPinId 6) (portType INOUT)) (port "6" (symbPinId 6) (portType INOUT))
(port "7" (symbPinId 7) (portType INOUT)) (port "7" (symbPinId 7) (portType INOUT))
(port "8" (symbPinId 8) (portType INOUT)) (port "8" (symbPinId 8) (portType INOUT))
(port "9" (symbPinId 9) (portType INOUT)) (port "9" (symbPinId 9) (portType INOUT))
(port "10" (symbPinId 10) (portType INOUT)) (port "10" (symbPinId 10) (portType INOUT))
(port "11" (symbPinId 11) (portType INOUT)) (port "11" (symbPinId 11) (portType INOUT))
(port "12" (symbPinId 12) (portType INOUT)) (port "12" (symbPinId 12) (portType INOUT))
(port "13" (symbPinId 13) (portType INOUT)) (port "13" (symbPinId 13) (portType INOUT))
(port "14" (symbPinId 14) (portType INOUT)) (port "14" (symbPinId 14) (portType INOUT))
(port "15" (symbPinId 15) (portType INOUT)) (port "15" (symbPinId 15) (portType INOUT))
(port "16" (symbPinId 16) (portType INOUT)) (port "16" (symbPinId 16) (portType INOUT))
(port "17" (symbPinId 17) (portType INOUT)) (port "17" (symbPinId 17) (portType INOUT))
(port "18" (symbPinId 18) (portType INOUT)) (port "18" (symbPinId 18) (portType INOUT))
(port "19" (symbPinId 19) (portType INOUT)) (port "19" (symbPinId 19) (portType INOUT))
(port "20" (symbPinId 20) (portType INOUT)) (port "20" (symbPinId 20) (portType INOUT))
) )
(property "symbolName" "53309-2070") (property "symbolName" "53309-2070")
) )
(pinAssign "ECS_1538906" (pinAssign "ECS_1538906"
(uver 1) (uver 1)
(cuser "SamacSys") (cuser "SamacSys")
(uuser "SamacSys") (uuser "SamacSys")
(ctime 2021-01-27-17:16:47) (ctime 2021-01-27-17:16:47)
(utime 2023-06-22-10:55:39) (utime 2023-06-22-10:55:39)
(interface (interface
(port "1" (symbPinId 1) (portName "1") (portType INOUT)) (port "1" (symbPinId 1) (portName "1") (portType INOUT))
(port "2" (symbPinId 2) (portName "2") (portType INOUT)) (port "2" (symbPinId 2) (portName "2") (portType INOUT))
(port "3" (symbPinId 3) (portName "3") (portType INOUT)) (port "3" (symbPinId 3) (portName "3") (portType INOUT))
(port "4" (symbPinId 4) (portName "4") (portType INOUT)) (port "4" (symbPinId 4) (portName "4") (portType INOUT))
(port "5" (symbPinId 5) (portName "5") (portType INOUT)) (port "5" (symbPinId 5) (portName "5") (portType INOUT))
(port "6" (symbPinId 6) (portName "6") (portType INOUT)) (port "6" (symbPinId 6) (portName "6") (portType INOUT))
(port "7" (symbPinId 7) (portName "7") (portType INOUT)) (port "7" (symbPinId 7) (portName "7") (portType INOUT))
(port "8" (symbPinId 8) (portName "8") (portType INOUT)) (port "8" (symbPinId 8) (portName "8") (portType INOUT))
(port "9" (symbPinId 9) (portName "9") (portType INOUT)) (port "9" (symbPinId 9) (portName "9") (portType INOUT))
(port "10" (symbPinId 10) (portName "10") (portType INOUT)) (port "10" (symbPinId 10) (portName "10") (portType INOUT))
(port "11" (symbPinId 11) (portName "11") (portType INOUT)) (port "11" (symbPinId 11) (portName "11") (portType INOUT))
(port "12" (symbPinId 12) (portName "12") (portType INOUT)) (port "12" (symbPinId 12) (portName "12") (portType INOUT))
(port "13" (symbPinId 13) (portName "13") (portType INOUT)) (port "13" (symbPinId 13) (portName "13") (portType INOUT))
(port "14" (symbPinId 14) (portName "14") (portType INOUT)) (port "14" (symbPinId 14) (portName "14") (portType INOUT))
(port "15" (symbPinId 15) (portName "15") (portType INOUT)) (port "15" (symbPinId 15) (portName "15") (portType INOUT))
(port "16" (symbPinId 16) (portName "16") (portType INOUT)) (port "16" (symbPinId 16) (portName "16") (portType INOUT))
(port "17" (symbPinId 17) (portName "17") (portType INOUT)) (port "17" (symbPinId 17) (portName "17") (portType INOUT))
(port "18" (symbPinId 18) (portName "18") (portType INOUT)) (port "18" (symbPinId 18) (portName "18") (portType INOUT))
(port "19" (symbPinId 19) (portName "19") (portType INOUT)) (port "19" (symbPinId 19) (portName "19") (portType INOUT))
(port "20" (symbPinId 20) (portName "20") (portType INOUT)) (port "20" (symbPinId 20) (portName "20") (portType INOUT))
) )
(internal (internal
(funcInst (functionRef "ECS_1538906") (funcInst (functionRef "ECS_1538906")
(port "1" (match "1")) (port "1" (match "1"))
(port "2" (match "2")) (port "2" (match "2"))
(port "3" (match "3")) (port "3" (match "3"))
(port "4" (match "4")) (port "4" (match "4"))
(port "5" (match "5")) (port "5" (match "5"))
(port "6" (match "6")) (port "6" (match "6"))
(port "7" (match "7")) (port "7" (match "7"))
(port "8" (match "8")) (port "8" (match "8"))
(port "9" (match "9")) (port "9" (match "9"))
(port "10" (match "10")) (port "10" (match "10"))
(port "11" (match "11")) (port "11" (match "11"))
(port "12" (match "12")) (port "12" (match "12"))
(port "13" (match "13")) (port "13" (match "13"))
(port "14" (match "14")) (port "14" (match "14"))
(port "15" (match "15")) (port "15" (match "15"))
(port "16" (match "16")) (port "16" (match "16"))
(port "17" (match "17")) (port "17" (match "17"))
(port "18" (match "18")) (port "18" (match "18"))
(port "19" (match "19")) (port "19" (match "19"))
(port "20" (match "20")) (port "20" (match "20"))
) )
) )
(property "usePowerBox" "No") (property "usePowerBox" "No")
(property "symbolName" "53309-2070") (property "symbolName" "53309-2070")
) )
(part "53309-2070" (part "53309-2070"
(uver 1) (uver 1)
(cuser "SamacSys") (cuser "SamacSys")
(uuser "SamacSys") (uuser "SamacSys")
(ctime 2021-01-27-17:16:47) (ctime 2021-01-27-17:16:47)
(utime 2023-06-22-10:55:39) (utime 2023-06-22-10:55:39)
(packageRef "53309-2070") (packageRef "53309-2070")
(pinAssignRef "ECS_1538906") (pinAssignRef "ECS_1538906")
(interface (interface
(port "1" (symbPinId 1) (portName "1") (portType INOUT)) (port "1" (symbPinId 1) (portName "1") (portType INOUT))
(port "2" (symbPinId 2) (portName "2") (portType INOUT)) (port "2" (symbPinId 2) (portName "2") (portType INOUT))
(port "3" (symbPinId 3) (portName "3") (portType INOUT)) (port "3" (symbPinId 3) (portName "3") (portType INOUT))
(port "4" (symbPinId 4) (portName "4") (portType INOUT)) (port "4" (symbPinId 4) (portName "4") (portType INOUT))
(port "5" (symbPinId 5) (portName "5") (portType INOUT)) (port "5" (symbPinId 5) (portName "5") (portType INOUT))
(port "6" (symbPinId 6) (portName "6") (portType INOUT)) (port "6" (symbPinId 6) (portName "6") (portType INOUT))
(port "7" (symbPinId 7) (portName "7") (portType INOUT)) (port "7" (symbPinId 7) (portName "7") (portType INOUT))
(port "8" (symbPinId 8) (portName "8") (portType INOUT)) (port "8" (symbPinId 8) (portName "8") (portType INOUT))
(port "9" (symbPinId 9) (portName "9") (portType INOUT)) (port "9" (symbPinId 9) (portName "9") (portType INOUT))
(port "10" (symbPinId 10) (portName "10") (portType INOUT)) (port "10" (symbPinId 10) (portName "10") (portType INOUT))
(port "11" (symbPinId 11) (portName "11") (portType INOUT)) (port "11" (symbPinId 11) (portName "11") (portType INOUT))
(port "12" (symbPinId 12) (portName "12") (portType INOUT)) (port "12" (symbPinId 12) (portName "12") (portType INOUT))
(port "13" (symbPinId 13) (portName "13") (portType INOUT)) (port "13" (symbPinId 13) (portName "13") (portType INOUT))
(port "14" (symbPinId 14) (portName "14") (portType INOUT)) (port "14" (symbPinId 14) (portName "14") (portType INOUT))
(port "15" (symbPinId 15) (portName "15") (portType INOUT)) (port "15" (symbPinId 15) (portName "15") (portType INOUT))
(port "16" (symbPinId 16) (portName "16") (portType INOUT)) (port "16" (symbPinId 16) (portName "16") (portType INOUT))
(port "17" (symbPinId 17) (portName "17") (portType INOUT)) (port "17" (symbPinId 17) (portName "17") (portType INOUT))
(port "18" (symbPinId 18) (portName "18") (portType INOUT)) (port "18" (symbPinId 18) (portName "18") (portType INOUT))
(port "19" (symbPinId 19) (portName "19") (portType INOUT)) (port "19" (symbPinId 19) (portName "19") (portType INOUT))
(port "20" (symbPinId 20) (portName "20") (portType INOUT)) (port "20" (symbPinId 20) (portName "20") (portType INOUT))
) )
(partClass UNDEF) (partClass UNDEF)
(useInSchema Y) (useInSchema Y)
(useInLayout Y) (useInLayout Y)
(inPartsList Y) (inPartsList Y)
(partType NORMAL) (partType NORMAL)
(placeRestriction FREE) (placeRestriction FREE)
(property "enetNonSeries" "YES") (property "enetNonSeries" "YES")
(property "refDesPrefix" "J") (property "refDesPrefix" "J")
(property "description" "Board to Board & Mezzanine Connectors 0.8 BtB Wafer Assy R RA 20Ckt EmbsTp Pkg") (property "description" "Board to Board & Mezzanine Connectors 0.8 BtB Wafer Assy R RA 20Ckt EmbsTp Pkg")
(property "Mouser_Part_Number" "538-53309-2070") (property "Mouser_Part_Number" "538-53309-2070")
(property "Mouser_Price/Stock" "https://www.mouser.co.uk/ProductDetail/Molex/53309-2070?qs=9BfFgGvh7CfO11BRQ4L7fQ%3D%3D") (property "Mouser_Price/Stock" "https://www.mouser.co.uk/ProductDetail/Molex/53309-2070?qs=9BfFgGvh7CfO11BRQ4L7fQ%3D%3D")
(property "Manufacturer_Name" "Molex") (property "Manufacturer_Name" "Molex")
(property "Manufacturer_Part_Number" "53309-2070") (property "Manufacturer_Part_Number" "53309-2070")
(property "Datasheet_Link" "https://componentsearchengine.com/Datasheets/1/53309-2070.pdf") (property "Datasheet_Link" "https://componentsearchengine.com/Datasheets/1/53309-2070.pdf")
(property "compAreaTopHeight" 4.9) (property "compAreaTopHeight" 4.9)
) )

View File

@ -1,187 +1,187 @@
LIB 53309-2070 LIB 53309-2070
ZONE 1 0 -1 50.000 50.000 0.000 0.000 0 A 1 ZONE 1 0 -1 50.000 50.000 0.000 0.000 0 A 1
GRID 1 1 -1 -1 1.000 1.000 5 5 GRID 1 1 -1 -1 1.000 1.000 5 5
SHT 1 1 -251658241 0.000 20.000 18.000 22.000 SHT 1 1 -251658241 0.000 20.000 18.000 22.000
PROP 0 updateUser 1 PROP 0 updateUser 1
SamacSys SamacSys
ENDPROP ENDPROP
PROP 0 updateDate 1 PROP 0 updateDate 1
2023.06.22 2023.06.22
ENDPROP ENDPROP
PROP 0 updateTime 1 PROP 0 updateTime 1
10:55:39 10:55:39
ENDPROP ENDPROP
PROP 0 componentType 1 PROP 0 componentType 1
parts parts
ENDPROP ENDPROP
VIEW 1 1 0 -1 -1 15.000 6.000 0 1.000 3 reference VIEW 1 1 0 -1 -1 15.000 6.000 0 1.000 3 reference
VIEW 1 1 0 -1 -1 15.000 4.000 0 1.000 3 partName VIEW 1 1 0 -1 -1 15.000 4.000 0 1.000 3 partName
ENDSHT ENDSHT
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 4.000 2.000 POINT - 4.000 2.000
POINT - 14.000 2.000 POINT - 14.000 2.000
POINT - 14.000 -20.000 POINT - 14.000 -20.000
POINT - 4.000 -20.000 POINT - 4.000 -20.000
POINT - 4.000 2.000 POINT - 4.000 2.000
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 18.000 -18.000 POINT - 18.000 -18.000
POINT - 14.000 -18.000 POINT - 14.000 -18.000
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 0.000 -18.000 POINT - 0.000 -18.000
POINT - 4.000 -18.000 POINT - 4.000 -18.000
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 18.000 -16.000 POINT - 18.000 -16.000
POINT - 14.000 -16.000 POINT - 14.000 -16.000
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 0.000 -16.000 POINT - 0.000 -16.000
POINT - 4.000 -16.000 POINT - 4.000 -16.000
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 18.000 -14.000 POINT - 18.000 -14.000
POINT - 14.000 -14.000 POINT - 14.000 -14.000
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 0.000 -14.000 POINT - 0.000 -14.000
POINT - 4.000 -14.000 POINT - 4.000 -14.000
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 18.000 -12.000 POINT - 18.000 -12.000
POINT - 14.000 -12.000 POINT - 14.000 -12.000
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 0.000 -12.000 POINT - 0.000 -12.000
POINT - 4.000 -12.000 POINT - 4.000 -12.000
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 18.000 -10.000 POINT - 18.000 -10.000
POINT - 14.000 -10.000 POINT - 14.000 -10.000
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 0.000 -10.000 POINT - 0.000 -10.000
POINT - 4.000 -10.000 POINT - 4.000 -10.000
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 18.000 -8.000 POINT - 18.000 -8.000
POINT - 14.000 -8.000 POINT - 14.000 -8.000
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 0.000 -8.000 POINT - 0.000 -8.000
POINT - 4.000 -8.000 POINT - 4.000 -8.000
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 18.000 -6.000 POINT - 18.000 -6.000
POINT - 14.000 -6.000 POINT - 14.000 -6.000
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 0.000 -6.000 POINT - 0.000 -6.000
POINT - 4.000 -6.000 POINT - 4.000 -6.000
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 18.000 -4.000 POINT - 18.000 -4.000
POINT - 14.000 -4.000 POINT - 14.000 -4.000
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 0.000 -4.000 POINT - 0.000 -4.000
POINT - 4.000 -4.000 POINT - 4.000 -4.000
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 18.000 -2.000 POINT - 18.000 -2.000
POINT - 14.000 -2.000 POINT - 14.000 -2.000
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 0.000 -2.000 POINT - 0.000 -2.000
POINT - 4.000 -2.000 POINT - 4.000 -2.000
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 18.000 0.000 POINT - 18.000 0.000
POINT - 14.000 0.000 POINT - 14.000 0.000
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 0.000 0.000 POINT - 0.000 0.000
POINT - 4.000 0.000 POINT - 4.000 0.000
ENDLIN ENDLIN
PIN 1 1 18.000 -18.000 PIN 1 1 18.000 -18.000
VIEW 1 1 0 -1 -1 15.2 -17.6 0 1.000 0 pinNumber VIEW 1 1 0 -1 -1 15.2 -17.6 0 1.000 0 pinNumber
VIEW 2 1 0 -1 -1 13.4 -18 0 1.000 5 pinLabel VIEW 2 1 0 -1 -1 13.4 -18 0 1.000 5 pinLabel
ENDPIN ENDPIN
PIN 2 1 0.000 -18.000 PIN 2 1 0.000 -18.000
VIEW 1 1 0 -1 -1 2.8 -17.6 0 1.000 2 pinNumber VIEW 1 1 0 -1 -1 2.8 -17.6 0 1.000 2 pinNumber
VIEW 2 1 0 -1 -1 4.6 -18 0 1.000 3 pinLabel VIEW 2 1 0 -1 -1 4.6 -18 0 1.000 3 pinLabel
ENDPIN ENDPIN
PIN 3 1 18.000 -16.000 PIN 3 1 18.000 -16.000
VIEW 1 1 0 -1 -1 15.2 -15.6 0 1.000 0 pinNumber VIEW 1 1 0 -1 -1 15.2 -15.6 0 1.000 0 pinNumber
VIEW 2 1 0 -1 -1 13.4 -16 0 1.000 5 pinLabel VIEW 2 1 0 -1 -1 13.4 -16 0 1.000 5 pinLabel
ENDPIN ENDPIN
PIN 4 1 0.000 -16.000 PIN 4 1 0.000 -16.000
VIEW 1 1 0 -1 -1 2.8 -15.6 0 1.000 2 pinNumber VIEW 1 1 0 -1 -1 2.8 -15.6 0 1.000 2 pinNumber
VIEW 2 1 0 -1 -1 4.6 -16 0 1.000 3 pinLabel VIEW 2 1 0 -1 -1 4.6 -16 0 1.000 3 pinLabel
ENDPIN ENDPIN
PIN 5 1 18.000 -14.000 PIN 5 1 18.000 -14.000
VIEW 1 1 0 -1 -1 15.2 -13.6 0 1.000 0 pinNumber VIEW 1 1 0 -1 -1 15.2 -13.6 0 1.000 0 pinNumber
VIEW 2 1 0 -1 -1 13.4 -14 0 1.000 5 pinLabel VIEW 2 1 0 -1 -1 13.4 -14 0 1.000 5 pinLabel
ENDPIN ENDPIN
PIN 6 1 0.000 -14.000 PIN 6 1 0.000 -14.000
VIEW 1 1 0 -1 -1 2.8 -13.6 0 1.000 2 pinNumber VIEW 1 1 0 -1 -1 2.8 -13.6 0 1.000 2 pinNumber
VIEW 2 1 0 -1 -1 4.6 -14 0 1.000 3 pinLabel VIEW 2 1 0 -1 -1 4.6 -14 0 1.000 3 pinLabel
ENDPIN ENDPIN
PIN 7 1 18.000 -12.000 PIN 7 1 18.000 -12.000
VIEW 1 1 0 -1 -1 15.2 -11.6 0 1.000 0 pinNumber VIEW 1 1 0 -1 -1 15.2 -11.6 0 1.000 0 pinNumber
VIEW 2 1 0 -1 -1 13.4 -12 0 1.000 5 pinLabel VIEW 2 1 0 -1 -1 13.4 -12 0 1.000 5 pinLabel
ENDPIN ENDPIN
PIN 8 1 0.000 -12.000 PIN 8 1 0.000 -12.000
VIEW 1 1 0 -1 -1 2.8 -11.6 0 1.000 2 pinNumber VIEW 1 1 0 -1 -1 2.8 -11.6 0 1.000 2 pinNumber
VIEW 2 1 0 -1 -1 4.6 -12 0 1.000 3 pinLabel VIEW 2 1 0 -1 -1 4.6 -12 0 1.000 3 pinLabel
ENDPIN ENDPIN
PIN 9 1 18.000 -10.000 PIN 9 1 18.000 -10.000
VIEW 1 1 0 -1 -1 15.2 -9.6 0 1.000 0 pinNumber VIEW 1 1 0 -1 -1 15.2 -9.6 0 1.000 0 pinNumber
VIEW 2 1 0 -1 -1 13.4 -10 0 1.000 5 pinLabel VIEW 2 1 0 -1 -1 13.4 -10 0 1.000 5 pinLabel
ENDPIN ENDPIN
PIN 10 1 0.000 -10.000 PIN 10 1 0.000 -10.000
VIEW 1 1 0 -1 -1 2.8 -9.6 0 1.000 2 pinNumber VIEW 1 1 0 -1 -1 2.8 -9.6 0 1.000 2 pinNumber
VIEW 2 1 0 -1 -1 4.6 -10 0 1.000 3 pinLabel VIEW 2 1 0 -1 -1 4.6 -10 0 1.000 3 pinLabel
ENDPIN ENDPIN
PIN 11 1 18.000 -8.000 PIN 11 1 18.000 -8.000
VIEW 1 1 0 -1 -1 15.2 -7.6 0 1.000 0 pinNumber VIEW 1 1 0 -1 -1 15.2 -7.6 0 1.000 0 pinNumber
VIEW 2 1 0 -1 -1 13.4 -8 0 1.000 5 pinLabel VIEW 2 1 0 -1 -1 13.4 -8 0 1.000 5 pinLabel
ENDPIN ENDPIN
PIN 12 1 0.000 -8.000 PIN 12 1 0.000 -8.000
VIEW 1 1 0 -1 -1 2.8 -7.6 0 1.000 2 pinNumber VIEW 1 1 0 -1 -1 2.8 -7.6 0 1.000 2 pinNumber
VIEW 2 1 0 -1 -1 4.6 -8 0 1.000 3 pinLabel VIEW 2 1 0 -1 -1 4.6 -8 0 1.000 3 pinLabel
ENDPIN ENDPIN
PIN 13 1 18.000 -6.000 PIN 13 1 18.000 -6.000
VIEW 1 1 0 -1 -1 15.2 -5.6 0 1.000 0 pinNumber VIEW 1 1 0 -1 -1 15.2 -5.6 0 1.000 0 pinNumber
VIEW 2 1 0 -1 -1 13.4 -6 0 1.000 5 pinLabel VIEW 2 1 0 -1 -1 13.4 -6 0 1.000 5 pinLabel
ENDPIN ENDPIN
PIN 14 1 0.000 -6.000 PIN 14 1 0.000 -6.000
VIEW 1 1 0 -1 -1 2.8 -5.6 0 1.000 2 pinNumber VIEW 1 1 0 -1 -1 2.8 -5.6 0 1.000 2 pinNumber
VIEW 2 1 0 -1 -1 4.6 -6 0 1.000 3 pinLabel VIEW 2 1 0 -1 -1 4.6 -6 0 1.000 3 pinLabel
ENDPIN ENDPIN
PIN 15 1 18.000 -4.000 PIN 15 1 18.000 -4.000
VIEW 1 1 0 -1 -1 15.2 -3.6 0 1.000 0 pinNumber VIEW 1 1 0 -1 -1 15.2 -3.6 0 1.000 0 pinNumber
VIEW 2 1 0 -1 -1 13.4 -4 0 1.000 5 pinLabel VIEW 2 1 0 -1 -1 13.4 -4 0 1.000 5 pinLabel
ENDPIN ENDPIN
PIN 16 1 0.000 -4.000 PIN 16 1 0.000 -4.000
VIEW 1 1 0 -1 -1 2.8 -3.6 0 1.000 2 pinNumber VIEW 1 1 0 -1 -1 2.8 -3.6 0 1.000 2 pinNumber
VIEW 2 1 0 -1 -1 4.6 -4 0 1.000 3 pinLabel VIEW 2 1 0 -1 -1 4.6 -4 0 1.000 3 pinLabel
ENDPIN ENDPIN
PIN 17 1 18.000 -2.000 PIN 17 1 18.000 -2.000
VIEW 1 1 0 -1 -1 15.2 -1.6 0 1.000 0 pinNumber VIEW 1 1 0 -1 -1 15.2 -1.6 0 1.000 0 pinNumber
VIEW 2 1 0 -1 -1 13.4 -2 0 1.000 5 pinLabel VIEW 2 1 0 -1 -1 13.4 -2 0 1.000 5 pinLabel
ENDPIN ENDPIN
PIN 18 1 0.000 -2.000 PIN 18 1 0.000 -2.000
VIEW 1 1 0 -1 -1 2.8 -1.6 0 1.000 2 pinNumber VIEW 1 1 0 -1 -1 2.8 -1.6 0 1.000 2 pinNumber
VIEW 2 1 0 -1 -1 4.6 -2 0 1.000 3 pinLabel VIEW 2 1 0 -1 -1 4.6 -2 0 1.000 3 pinLabel
ENDPIN ENDPIN
PIN 19 1 18.000 0.000 PIN 19 1 18.000 0.000
VIEW 1 1 0 -1 -1 15.2 0.4 0 1.000 0 pinNumber VIEW 1 1 0 -1 -1 15.2 0.4 0 1.000 0 pinNumber
VIEW 2 1 0 -1 -1 13.4 0 0 1.000 5 pinLabel VIEW 2 1 0 -1 -1 13.4 0 0 1.000 5 pinLabel
ENDPIN ENDPIN
PIN 20 1 0.000 0.000 PIN 20 1 0.000 0.000
VIEW 1 1 0 -1 -1 2.8 0.4 0 1.000 2 pinNumber VIEW 1 1 0 -1 -1 2.8 0.4 0 1.000 2 pinNumber
VIEW 2 1 0 -1 -1 4.6 0 0 1.000 3 pinLabel VIEW 2 1 0 -1 -1 4.6 0 0 1.000 3 pinLabel
ENDPIN ENDPIN
ENDLIB ENDLIB

View File

@ -1,13 +1,13 @@
(unit MM) (unit MM)
(package "53309-2070" (package "53309-2070"
(type UNDEF) (type UNDEF)
(uver 2) (uver 2)
(cuser "SamacSys") (cuser "SamacSys")
(uuser "SamacSys") (uuser "SamacSys")
(utime 2021-01-27-17:16:47) (utime 2021-01-27-17:16:47)
(mountForm default (mountForm default
(footprintRef "533092070") (footprintRef "533092070")
(spec "System") (spec "System")
) )
) )

View File

@ -1,9 +1,9 @@
Manufacturer=Molex Manufacturer=Molex
PartNumber=53309-2070 PartNumber=53309-2070
PartCategory=Connector PartCategory=Connector
PackageCategory=Other PackageCategory=Other
PinCount=20 PinCount=20
Version=1.3 Version=1.3
Released=2021-01-27 17:16:47 Released=2021-01-27 17:16:47
Downloaded=2023-12-09 02:00:29 Downloaded=2023-12-09 02:00:29
3D=Y 3D=Y

View File

@ -1,98 +1,98 @@
V 54 V 54
K 1 K 1
D 0 -2286000 2286000 0 D 0 -2286000 2286000 0
Y 1 Y 1
U 1905000 762000 254000 0 2 3 REFDES=J? U 1905000 762000 254000 0 2 3 REFDES=J?
U 1905000 508000 254000 0 2 3 DEVICE=53309-2070 U 1905000 508000 254000 0 2 3 DEVICE=53309-2070
U 1905000 254000 254000 0 2 0 PKG_TYPE=533092070 U 1905000 254000 254000 0 2 0 PKG_TYPE=533092070
U 1905000 0 254000 0 2 0 Description=Board to Board & Mezzanine Connectors 0.8 BtB Wafer Assy R RA 20Ckt EmbsTp Pkg U 1905000 0 254000 0 2 0 Description=Board to Board & Mezzanine Connectors 0.8 BtB Wafer Assy R RA 20Ckt EmbsTp Pkg
U 1905000 -254000 254000 0 2 0 Datasheet Link=https://componentsearchengine.com/Datasheets/1/53309-2070.pdf U 1905000 -254000 254000 0 2 0 Datasheet Link=https://componentsearchengine.com/Datasheets/1/53309-2070.pdf
U 1905000 -508000 254000 0 2 0 Height=4.9 U 1905000 -508000 254000 0 2 0 Height=4.9
U 1905000 -762000 254000 0 2 0 Mouser Part Number=538-53309-2070 U 1905000 -762000 254000 0 2 0 Mouser Part Number=538-53309-2070
U 1905000 -1016000 254000 0 2 0 Mouser Price/Stock=https://www.mouser.co.uk/ProductDetail/Molex/53309-2070?qs=9BfFgGvh7CfO11BRQ4L7fQ%3D%3D U 1905000 -1016000 254000 0 2 0 Mouser Price/Stock=https://www.mouser.co.uk/ProductDetail/Molex/53309-2070?qs=9BfFgGvh7CfO11BRQ4L7fQ%3D%3D
U 1905000 -1270000 254000 0 2 0 Manufacturer_Name=Molex U 1905000 -1270000 254000 0 2 0 Manufacturer_Name=Molex
U 1905000 -1524000 254000 0 2 0 Manufacturer_Part_Number=53309-2070 U 1905000 -1524000 254000 0 2 0 Manufacturer_Part_Number=53309-2070
U 0 0 254000 0 1 0 FORWARD_PCB=1 U 0 0 254000 0 1 0 FORWARD_PCB=1
l 5 508000 254000 1778000 254000 1778000 -2540000 508000 -2540000 508000 254000 l 5 508000 254000 1778000 254000 1778000 -2540000 508000 -2540000 508000 254000
|GRPHSTL -1 -1 -1 1 |GRPHSTL -1 -1 -1 1
P 1 2286000 -2286000 1778000 -2286000 0 3 0 P 1 2286000 -2286000 1778000 -2286000 0 3 0
L 1701800 -2286000 228600 0 8 0 1 0 1 L 1701800 -2286000 228600 0 8 0 1 0 1
A 1930400 -2235200 203200 0 3 3 #=1 A 1930400 -2235200 203200 0 3 3 #=1
A 0 0 9 0 3 0 PINTYPE=BI A 0 0 9 0 3 0 PINTYPE=BI
P 2 0 -2286000 508000 -2286000 0 2 0 P 2 0 -2286000 508000 -2286000 0 2 0
L 584200 -2286000 228600 0 2 0 1 0 2 L 584200 -2286000 228600 0 2 0 1 0 2
A 355600 -2235200 203200 0 9 3 #=2 A 355600 -2235200 203200 0 9 3 #=2
A 0 0 9 0 3 0 PINTYPE=BI A 0 0 9 0 3 0 PINTYPE=BI
P 3 2286000 -2032000 1778000 -2032000 0 3 0 P 3 2286000 -2032000 1778000 -2032000 0 3 0
L 1701800 -2032000 228600 0 8 0 1 0 3 L 1701800 -2032000 228600 0 8 0 1 0 3
A 1930400 -1981200 203200 0 3 3 #=3 A 1930400 -1981200 203200 0 3 3 #=3
A 0 0 9 0 3 0 PINTYPE=BI A 0 0 9 0 3 0 PINTYPE=BI
P 4 0 -2032000 508000 -2032000 0 2 0 P 4 0 -2032000 508000 -2032000 0 2 0
L 584200 -2032000 228600 0 2 0 1 0 4 L 584200 -2032000 228600 0 2 0 1 0 4
A 355600 -1981200 203200 0 9 3 #=4 A 355600 -1981200 203200 0 9 3 #=4
A 0 0 9 0 3 0 PINTYPE=BI A 0 0 9 0 3 0 PINTYPE=BI
P 5 2286000 -1778000 1778000 -1778000 0 3 0 P 5 2286000 -1778000 1778000 -1778000 0 3 0
L 1701800 -1778000 228600 0 8 0 1 0 5 L 1701800 -1778000 228600 0 8 0 1 0 5
A 1930400 -1727200 203200 0 3 3 #=5 A 1930400 -1727200 203200 0 3 3 #=5
A 0 0 9 0 3 0 PINTYPE=BI A 0 0 9 0 3 0 PINTYPE=BI
P 6 0 -1778000 508000 -1778000 0 2 0 P 6 0 -1778000 508000 -1778000 0 2 0
L 584200 -1778000 228600 0 2 0 1 0 6 L 584200 -1778000 228600 0 2 0 1 0 6
A 355600 -1727200 203200 0 9 3 #=6 A 355600 -1727200 203200 0 9 3 #=6
A 0 0 9 0 3 0 PINTYPE=BI A 0 0 9 0 3 0 PINTYPE=BI
P 7 2286000 -1524000 1778000 -1524000 0 3 0 P 7 2286000 -1524000 1778000 -1524000 0 3 0
L 1701800 -1524000 228600 0 8 0 1 0 7 L 1701800 -1524000 228600 0 8 0 1 0 7
A 1930400 -1473200 203200 0 3 3 #=7 A 1930400 -1473200 203200 0 3 3 #=7
A 0 0 9 0 3 0 PINTYPE=BI A 0 0 9 0 3 0 PINTYPE=BI
P 8 0 -1524000 508000 -1524000 0 2 0 P 8 0 -1524000 508000 -1524000 0 2 0
L 584200 -1524000 228600 0 2 0 1 0 8 L 584200 -1524000 228600 0 2 0 1 0 8
A 355600 -1473200 203200 0 9 3 #=8 A 355600 -1473200 203200 0 9 3 #=8
A 0 0 9 0 3 0 PINTYPE=BI A 0 0 9 0 3 0 PINTYPE=BI
P 9 2286000 -1270000 1778000 -1270000 0 3 0 P 9 2286000 -1270000 1778000 -1270000 0 3 0
L 1701800 -1270000 228600 0 8 0 1 0 9 L 1701800 -1270000 228600 0 8 0 1 0 9
A 1930400 -1219200 203200 0 3 3 #=9 A 1930400 -1219200 203200 0 3 3 #=9
A 0 0 9 0 3 0 PINTYPE=BI A 0 0 9 0 3 0 PINTYPE=BI
P 10 0 -1270000 508000 -1270000 0 2 0 P 10 0 -1270000 508000 -1270000 0 2 0
L 584200 -1270000 228600 0 2 0 1 0 10 L 584200 -1270000 228600 0 2 0 1 0 10
A 355600 -1219200 203200 0 9 3 #=10 A 355600 -1219200 203200 0 9 3 #=10
A 0 0 9 0 3 0 PINTYPE=BI A 0 0 9 0 3 0 PINTYPE=BI
P 11 2286000 -1016000 1778000 -1016000 0 3 0 P 11 2286000 -1016000 1778000 -1016000 0 3 0
L 1701800 -1016000 228600 0 8 0 1 0 11 L 1701800 -1016000 228600 0 8 0 1 0 11
A 1930400 -965200 203200 0 3 3 #=11 A 1930400 -965200 203200 0 3 3 #=11
A 0 0 9 0 3 0 PINTYPE=BI A 0 0 9 0 3 0 PINTYPE=BI
P 12 0 -1016000 508000 -1016000 0 2 0 P 12 0 -1016000 508000 -1016000 0 2 0
L 584200 -1016000 228600 0 2 0 1 0 12 L 584200 -1016000 228600 0 2 0 1 0 12
A 355600 -965200 203200 0 9 3 #=12 A 355600 -965200 203200 0 9 3 #=12
A 0 0 9 0 3 0 PINTYPE=BI A 0 0 9 0 3 0 PINTYPE=BI
P 13 2286000 -762000 1778000 -762000 0 3 0 P 13 2286000 -762000 1778000 -762000 0 3 0
L 1701800 -762000 228600 0 8 0 1 0 13 L 1701800 -762000 228600 0 8 0 1 0 13
A 1930400 -711200 203200 0 3 3 #=13 A 1930400 -711200 203200 0 3 3 #=13
A 0 0 9 0 3 0 PINTYPE=BI A 0 0 9 0 3 0 PINTYPE=BI
P 14 0 -762000 508000 -762000 0 2 0 P 14 0 -762000 508000 -762000 0 2 0
L 584200 -762000 228600 0 2 0 1 0 14 L 584200 -762000 228600 0 2 0 1 0 14
A 355600 -711200 203200 0 9 3 #=14 A 355600 -711200 203200 0 9 3 #=14
A 0 0 9 0 3 0 PINTYPE=BI A 0 0 9 0 3 0 PINTYPE=BI
P 15 2286000 -508000 1778000 -508000 0 3 0 P 15 2286000 -508000 1778000 -508000 0 3 0
L 1701800 -508000 228600 0 8 0 1 0 15 L 1701800 -508000 228600 0 8 0 1 0 15
A 1930400 -457200 203200 0 3 3 #=15 A 1930400 -457200 203200 0 3 3 #=15
A 0 0 9 0 3 0 PINTYPE=BI A 0 0 9 0 3 0 PINTYPE=BI
P 16 0 -508000 508000 -508000 0 2 0 P 16 0 -508000 508000 -508000 0 2 0
L 584200 -508000 228600 0 2 0 1 0 16 L 584200 -508000 228600 0 2 0 1 0 16
A 355600 -457200 203200 0 9 3 #=16 A 355600 -457200 203200 0 9 3 #=16
A 0 0 9 0 3 0 PINTYPE=BI A 0 0 9 0 3 0 PINTYPE=BI
P 17 2286000 -254000 1778000 -254000 0 3 0 P 17 2286000 -254000 1778000 -254000 0 3 0
L 1701800 -254000 228600 0 8 0 1 0 17 L 1701800 -254000 228600 0 8 0 1 0 17
A 1930400 -203200 203200 0 3 3 #=17 A 1930400 -203200 203200 0 3 3 #=17
A 0 0 9 0 3 0 PINTYPE=BI A 0 0 9 0 3 0 PINTYPE=BI
P 18 0 -254000 508000 -254000 0 2 0 P 18 0 -254000 508000 -254000 0 2 0
L 584200 -254000 228600 0 2 0 1 0 18 L 584200 -254000 228600 0 2 0 1 0 18
A 355600 -203200 203200 0 9 3 #=18 A 355600 -203200 203200 0 9 3 #=18
A 0 0 9 0 3 0 PINTYPE=BI A 0 0 9 0 3 0 PINTYPE=BI
P 19 2286000 0 1778000 0 0 3 0 P 19 2286000 0 1778000 0 0 3 0
L 1701800 0 228600 0 8 0 1 0 19 L 1701800 0 228600 0 8 0 1 0 19
A 1930400 50800 203200 0 3 3 #=19 A 1930400 50800 203200 0 3 3 #=19
A 0 0 9 0 3 0 PINTYPE=BI A 0 0 9 0 3 0 PINTYPE=BI
P 20 0 0 508000 0 0 2 0 P 20 0 0 508000 0 0 2 0
L 584200 0 228600 0 2 0 1 0 20 L 584200 0 228600 0 2 0 1 0 20
A 355600 50800 203200 0 9 3 #=20 A 355600 50800 203200 0 9 3 #=20
A 0 0 9 0 3 0 PINTYPE=BI A 0 0 9 0 3 0 PINTYPE=BI
E E

View File

@ -1,2 +1,2 @@
Warning - User contributed part! Warning - User contributed part!
Please take extra care when checking. Please take extra care when checking.

View File

@ -1,9 +1,9 @@
EESchema-DOCLIB Version 2.0 EESchema-DOCLIB Version 2.0
# #
$CMP 53309-2070 $CMP 53309-2070
D Board to Board & Mezzanine Connectors 0.8 BtB Wafer Assy R RA 20Ckt EmbsTp Pkg D Board to Board & Mezzanine Connectors 0.8 BtB Wafer Assy R RA 20Ckt EmbsTp Pkg
K K
F https://componentsearchengine.com/Datasheets/1/53309-2070.pdf F https://componentsearchengine.com/Datasheets/1/53309-2070.pdf
$ENDCMP $ENDCMP
# #
#End Doc Library #End Doc Library

View File

@ -1,120 +1,120 @@
(kicad_symbol_lib (version 20211014) (generator SamacSys_ECAD_Model) (kicad_symbol_lib (version 20211014) (generator SamacSys_ECAD_Model)
(symbol "53309-2070" (in_bom yes) (on_board yes) (symbol "53309-2070" (in_bom yes) (on_board yes)
(property "Reference" "J" (at 19.05 7.62 0) (property "Reference" "J" (at 19.05 7.62 0)
(effects (font (size 1.27 1.27)) (justify left top)) (effects (font (size 1.27 1.27)) (justify left top))
) )
(property "Value" "53309-2070" (at 19.05 5.08 0) (property "Value" "53309-2070" (at 19.05 5.08 0)
(effects (font (size 1.27 1.27)) (justify left top)) (effects (font (size 1.27 1.27)) (justify left top))
) )
(property "Footprint" "533092070" (at 19.05 -94.92 0) (property "Footprint" "533092070" (at 19.05 -94.92 0)
(effects (font (size 1.27 1.27)) (justify left top) hide) (effects (font (size 1.27 1.27)) (justify left top) hide)
) )
(property "Datasheet" "https://componentsearchengine.com/Datasheets/1/53309-2070.pdf" (at 19.05 -194.92 0) (property "Datasheet" "https://componentsearchengine.com/Datasheets/1/53309-2070.pdf" (at 19.05 -194.92 0)
(effects (font (size 1.27 1.27)) (justify left top) hide) (effects (font (size 1.27 1.27)) (justify left top) hide)
) )
(property "ki_description" "Board to Board & Mezzanine Connectors 0.8 BtB Wafer Assy R RA 20Ckt EmbsTp Pkg" (at 19.05 -294.92 0) (property "ki_description" "Board to Board & Mezzanine Connectors 0.8 BtB Wafer Assy R RA 20Ckt EmbsTp Pkg" (at 19.05 -294.92 0)
(effects (font (size 1.27 1.27)) (justify left top) hide) (effects (font (size 1.27 1.27)) (justify left top) hide)
) )
(property "Height" "4.9" (at 19.05 -394.92 0) (property "Height" "4.9" (at 19.05 -394.92 0)
(effects (font (size 1.27 1.27)) (justify left top) hide) (effects (font (size 1.27 1.27)) (justify left top) hide)
) )
(property "Mouser Part Number" "538-53309-2070" (at 19.05 -494.92 0) (property "Mouser Part Number" "538-53309-2070" (at 19.05 -494.92 0)
(effects (font (size 1.27 1.27)) (justify left top) hide) (effects (font (size 1.27 1.27)) (justify left top) hide)
) )
(property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Molex/53309-2070?qs=9BfFgGvh7CfO11BRQ4L7fQ%3D%3D" (at 19.05 -594.92 0) (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Molex/53309-2070?qs=9BfFgGvh7CfO11BRQ4L7fQ%3D%3D" (at 19.05 -594.92 0)
(effects (font (size 1.27 1.27)) (justify left top) hide) (effects (font (size 1.27 1.27)) (justify left top) hide)
) )
(property "Manufacturer_Name" "Molex" (at 19.05 -694.92 0) (property "Manufacturer_Name" "Molex" (at 19.05 -694.92 0)
(effects (font (size 1.27 1.27)) (justify left top) hide) (effects (font (size 1.27 1.27)) (justify left top) hide)
) )
(property "Manufacturer_Part_Number" "53309-2070" (at 19.05 -794.92 0) (property "Manufacturer_Part_Number" "53309-2070" (at 19.05 -794.92 0)
(effects (font (size 1.27 1.27)) (justify left top) hide) (effects (font (size 1.27 1.27)) (justify left top) hide)
) )
(rectangle (rectangle
(start 5.08 2.54) (start 5.08 2.54)
(end 17.78 -25.4) (end 17.78 -25.4)
(stroke (width 0.254) (type default)) (stroke (width 0.254) (type default))
(fill (type background)) (fill (type background))
) )
(pin passive line (at 22.86 -22.86 180) (length 5.08) (pin passive line (at 22.86 -22.86 180) (length 5.08)
(name "1" (effects (font (size 1.27 1.27)))) (name "1" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27)))) (number "1" (effects (font (size 1.27 1.27))))
) )
(pin passive line (at 0 -22.86 0) (length 5.08) (pin passive line (at 0 -22.86 0) (length 5.08)
(name "2" (effects (font (size 1.27 1.27)))) (name "2" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27)))) (number "2" (effects (font (size 1.27 1.27))))
) )
(pin passive line (at 22.86 -20.32 180) (length 5.08) (pin passive line (at 22.86 -20.32 180) (length 5.08)
(name "3" (effects (font (size 1.27 1.27)))) (name "3" (effects (font (size 1.27 1.27))))
(number "3" (effects (font (size 1.27 1.27)))) (number "3" (effects (font (size 1.27 1.27))))
) )
(pin passive line (at 0 -20.32 0) (length 5.08) (pin passive line (at 0 -20.32 0) (length 5.08)
(name "4" (effects (font (size 1.27 1.27)))) (name "4" (effects (font (size 1.27 1.27))))
(number "4" (effects (font (size 1.27 1.27)))) (number "4" (effects (font (size 1.27 1.27))))
) )
(pin passive line (at 22.86 -17.78 180) (length 5.08) (pin passive line (at 22.86 -17.78 180) (length 5.08)
(name "5" (effects (font (size 1.27 1.27)))) (name "5" (effects (font (size 1.27 1.27))))
(number "5" (effects (font (size 1.27 1.27)))) (number "5" (effects (font (size 1.27 1.27))))
) )
(pin passive line (at 0 -17.78 0) (length 5.08) (pin passive line (at 0 -17.78 0) (length 5.08)
(name "6" (effects (font (size 1.27 1.27)))) (name "6" (effects (font (size 1.27 1.27))))
(number "6" (effects (font (size 1.27 1.27)))) (number "6" (effects (font (size 1.27 1.27))))
) )
(pin passive line (at 22.86 -15.24 180) (length 5.08) (pin passive line (at 22.86 -15.24 180) (length 5.08)
(name "7" (effects (font (size 1.27 1.27)))) (name "7" (effects (font (size 1.27 1.27))))
(number "7" (effects (font (size 1.27 1.27)))) (number "7" (effects (font (size 1.27 1.27))))
) )
(pin passive line (at 0 -15.24 0) (length 5.08) (pin passive line (at 0 -15.24 0) (length 5.08)
(name "8" (effects (font (size 1.27 1.27)))) (name "8" (effects (font (size 1.27 1.27))))
(number "8" (effects (font (size 1.27 1.27)))) (number "8" (effects (font (size 1.27 1.27))))
) )
(pin passive line (at 22.86 -12.7 180) (length 5.08) (pin passive line (at 22.86 -12.7 180) (length 5.08)
(name "9" (effects (font (size 1.27 1.27)))) (name "9" (effects (font (size 1.27 1.27))))
(number "9" (effects (font (size 1.27 1.27)))) (number "9" (effects (font (size 1.27 1.27))))
) )
(pin passive line (at 0 -12.7 0) (length 5.08) (pin passive line (at 0 -12.7 0) (length 5.08)
(name "10" (effects (font (size 1.27 1.27)))) (name "10" (effects (font (size 1.27 1.27))))
(number "10" (effects (font (size 1.27 1.27)))) (number "10" (effects (font (size 1.27 1.27))))
) )
(pin passive line (at 22.86 -10.16 180) (length 5.08) (pin passive line (at 22.86 -10.16 180) (length 5.08)
(name "11" (effects (font (size 1.27 1.27)))) (name "11" (effects (font (size 1.27 1.27))))
(number "11" (effects (font (size 1.27 1.27)))) (number "11" (effects (font (size 1.27 1.27))))
) )
(pin passive line (at 0 -10.16 0) (length 5.08) (pin passive line (at 0 -10.16 0) (length 5.08)
(name "12" (effects (font (size 1.27 1.27)))) (name "12" (effects (font (size 1.27 1.27))))
(number "12" (effects (font (size 1.27 1.27)))) (number "12" (effects (font (size 1.27 1.27))))
) )
(pin passive line (at 22.86 -7.62 180) (length 5.08) (pin passive line (at 22.86 -7.62 180) (length 5.08)
(name "13" (effects (font (size 1.27 1.27)))) (name "13" (effects (font (size 1.27 1.27))))
(number "13" (effects (font (size 1.27 1.27)))) (number "13" (effects (font (size 1.27 1.27))))
) )
(pin passive line (at 0 -7.62 0) (length 5.08) (pin passive line (at 0 -7.62 0) (length 5.08)
(name "14" (effects (font (size 1.27 1.27)))) (name "14" (effects (font (size 1.27 1.27))))
(number "14" (effects (font (size 1.27 1.27)))) (number "14" (effects (font (size 1.27 1.27))))
) )
(pin passive line (at 22.86 -5.08 180) (length 5.08) (pin passive line (at 22.86 -5.08 180) (length 5.08)
(name "15" (effects (font (size 1.27 1.27)))) (name "15" (effects (font (size 1.27 1.27))))
(number "15" (effects (font (size 1.27 1.27)))) (number "15" (effects (font (size 1.27 1.27))))
) )
(pin passive line (at 0 -5.08 0) (length 5.08) (pin passive line (at 0 -5.08 0) (length 5.08)
(name "16" (effects (font (size 1.27 1.27)))) (name "16" (effects (font (size 1.27 1.27))))
(number "16" (effects (font (size 1.27 1.27)))) (number "16" (effects (font (size 1.27 1.27))))
) )
(pin passive line (at 22.86 -2.54 180) (length 5.08) (pin passive line (at 22.86 -2.54 180) (length 5.08)
(name "17" (effects (font (size 1.27 1.27)))) (name "17" (effects (font (size 1.27 1.27))))
(number "17" (effects (font (size 1.27 1.27)))) (number "17" (effects (font (size 1.27 1.27))))
) )
(pin passive line (at 0 -2.54 0) (length 5.08) (pin passive line (at 0 -2.54 0) (length 5.08)
(name "18" (effects (font (size 1.27 1.27)))) (name "18" (effects (font (size 1.27 1.27))))
(number "18" (effects (font (size 1.27 1.27)))) (number "18" (effects (font (size 1.27 1.27))))
) )
(pin passive line (at 22.86 0 180) (length 5.08) (pin passive line (at 22.86 0 180) (length 5.08)
(name "19" (effects (font (size 1.27 1.27)))) (name "19" (effects (font (size 1.27 1.27))))
(number "19" (effects (font (size 1.27 1.27)))) (number "19" (effects (font (size 1.27 1.27))))
) )
(pin passive line (at 0 0 0) (length 5.08) (pin passive line (at 0 0 0) (length 5.08)
(name "20" (effects (font (size 1.27 1.27)))) (name "20" (effects (font (size 1.27 1.27))))
(number "20" (effects (font (size 1.27 1.27)))) (number "20" (effects (font (size 1.27 1.27))))
) )
) )
) )

View File

@ -1,41 +1,41 @@
EESchema-LIBRARY Version 2.3 EESchema-LIBRARY Version 2.3
#encoding utf-8 #encoding utf-8
#SamacSys ECAD Model 53309-2070 #SamacSys ECAD Model 53309-2070
#/1538906/1031803/2.50/20/0/Connector #/1538906/1031803/2.50/20/0/Connector
DEF 53309-2070 J 0 30 Y Y 1 F N DEF 53309-2070 J 0 30 Y Y 1 F N
F0 "J" 750 300 50 H V L CNN F0 "J" 750 300 50 H V L CNN
F1 "53309-2070" 750 200 50 H V L CNN F1 "53309-2070" 750 200 50 H V L CNN
F2 "533092070" 750 100 50 H I L CNN F2 "533092070" 750 100 50 H I L CNN
F3 "https://componentsearchengine.com/Datasheets/1/53309-2070.pdf" 750 0 50 H I L CNN F3 "https://componentsearchengine.com/Datasheets/1/53309-2070.pdf" 750 0 50 H I L CNN
F4 "Board to Board & Mezzanine Connectors 0.8 BtB Wafer Assy R RA 20Ckt EmbsTp Pkg" 750 -100 50 H I L CNN "Description" F4 "Board to Board & Mezzanine Connectors 0.8 BtB Wafer Assy R RA 20Ckt EmbsTp Pkg" 750 -100 50 H I L CNN "Description"
F5 "4.9" 750 -200 50 H I L CNN "Height" F5 "4.9" 750 -200 50 H I L CNN "Height"
F6 "538-53309-2070" 750 -300 50 H I L CNN "Mouser Part Number" F6 "538-53309-2070" 750 -300 50 H I L CNN "Mouser Part Number"
F7 "https://www.mouser.co.uk/ProductDetail/Molex/53309-2070?qs=9BfFgGvh7CfO11BRQ4L7fQ%3D%3D" 750 -400 50 H I L CNN "Mouser Price/Stock" F7 "https://www.mouser.co.uk/ProductDetail/Molex/53309-2070?qs=9BfFgGvh7CfO11BRQ4L7fQ%3D%3D" 750 -400 50 H I L CNN "Mouser Price/Stock"
F8 "Molex" 750 -500 50 H I L CNN "Manufacturer_Name" F8 "Molex" 750 -500 50 H I L CNN "Manufacturer_Name"
F9 "53309-2070" 750 -600 50 H I L CNN "Manufacturer_Part_Number" F9 "53309-2070" 750 -600 50 H I L CNN "Manufacturer_Part_Number"
DRAW DRAW
X 1 1 900 -900 200 L 50 50 0 0 P X 1 1 900 -900 200 L 50 50 0 0 P
X 2 2 0 -900 200 R 50 50 0 0 P X 2 2 0 -900 200 R 50 50 0 0 P
X 3 3 900 -800 200 L 50 50 0 0 P X 3 3 900 -800 200 L 50 50 0 0 P
X 4 4 0 -800 200 R 50 50 0 0 P X 4 4 0 -800 200 R 50 50 0 0 P
X 5 5 900 -700 200 L 50 50 0 0 P X 5 5 900 -700 200 L 50 50 0 0 P
X 6 6 0 -700 200 R 50 50 0 0 P X 6 6 0 -700 200 R 50 50 0 0 P
X 7 7 900 -600 200 L 50 50 0 0 P X 7 7 900 -600 200 L 50 50 0 0 P
X 8 8 0 -600 200 R 50 50 0 0 P X 8 8 0 -600 200 R 50 50 0 0 P
X 9 9 900 -500 200 L 50 50 0 0 P X 9 9 900 -500 200 L 50 50 0 0 P
X 10 10 0 -500 200 R 50 50 0 0 P X 10 10 0 -500 200 R 50 50 0 0 P
X 11 11 900 -400 200 L 50 50 0 0 P X 11 11 900 -400 200 L 50 50 0 0 P
X 12 12 0 -400 200 R 50 50 0 0 P X 12 12 0 -400 200 R 50 50 0 0 P
X 13 13 900 -300 200 L 50 50 0 0 P X 13 13 900 -300 200 L 50 50 0 0 P
X 14 14 0 -300 200 R 50 50 0 0 P X 14 14 0 -300 200 R 50 50 0 0 P
X 15 15 900 -200 200 L 50 50 0 0 P X 15 15 900 -200 200 L 50 50 0 0 P
X 16 16 0 -200 200 R 50 50 0 0 P X 16 16 0 -200 200 R 50 50 0 0 P
X 17 17 900 -100 200 L 50 50 0 0 P X 17 17 900 -100 200 L 50 50 0 0 P
X 18 18 0 -100 200 R 50 50 0 0 P X 18 18 0 -100 200 R 50 50 0 0 P
X 19 19 900 0 200 L 50 50 0 0 P X 19 19 900 0 200 L 50 50 0 0 P
X 20 20 0 0 200 R 50 50 0 0 P X 20 20 0 0 200 R 50 50 0 0 P
P 5 0 1 6 200 100 700 100 700 -1000 200 -1000 200 100 N P 5 0 1 6 200 100 700 100 700 -1000 200 -1000 200 100 N
ENDDRAW ENDDRAW
ENDDEF ENDDEF
# #
#End Library #End Library

View File

@ -1,159 +1,159 @@
PCBNEW-LibModule-V1 2023-12-09 02:00:29 PCBNEW-LibModule-V1 2023-12-09 02:00:29
# encoding utf-8 # encoding utf-8
Units mm Units mm
$INDEX $INDEX
533092070 533092070
$EndINDEX $EndINDEX
$MODULE 533092070 $MODULE 533092070
Po 0 0 0 15 6573ca3d 00000000 ~~ Po 0 0 0 15 6573ca3d 00000000 ~~
Li 533092070 Li 533092070
Cd 53309-2070-1 Cd 53309-2070-1
Kw Connector Kw Connector
Sc 0 Sc 0
At SMD At SMD
AR AR
Op 0 0 0 Op 0 0 0
T0 0.000 0.025 1.27 1.27 0 0.254 N V 21 N "J**" T0 0.000 0.025 1.27 1.27 0 0.254 N V 21 N "J**"
T1 0.000 0.025 1.27 1.27 0 0.254 N I 21 N "533092070" T1 0.000 0.025 1.27 1.27 0 0.254 N I 21 N "533092070"
DS -4.9 -2.1 4.9 -2.1 0.2 24 DS -4.9 -2.1 4.9 -2.1 0.2 24
DS 4.9 -2.1 4.9 2.1 0.2 24 DS 4.9 -2.1 4.9 2.1 0.2 24
DS 4.9 2.1 -4.9 2.1 0.2 24 DS 4.9 2.1 -4.9 2.1 0.2 24
DS -4.9 2.1 -4.9 -2.1 0.2 24 DS -4.9 2.1 -4.9 -2.1 0.2 24
DS -5.9 -3.925 5.9 -3.925 0.1 24 DS -5.9 -3.925 5.9 -3.925 0.1 24
DS 5.9 -3.925 5.9 3.975 0.1 24 DS 5.9 -3.925 5.9 3.975 0.1 24
DS 5.9 3.975 -5.9 3.975 0.1 24 DS 5.9 3.975 -5.9 3.975 0.1 24
DS -5.9 3.975 -5.9 -3.925 0.1 24 DS -5.9 3.975 -5.9 -3.925 0.1 24
DS 4.2 -2.1 4.8 -2.1 0.1 21 DS 4.2 -2.1 4.8 -2.1 0.1 21
DS 4.8 -2.1 4.9 -2.1 0.1 21 DS 4.8 -2.1 4.9 -2.1 0.1 21
DS 4.9 -2.1 4.9 2.1 0.1 21 DS 4.9 -2.1 4.9 2.1 0.1 21
DS 4.9 2.1 4.2 2.1 0.1 21 DS 4.9 2.1 4.2 2.1 0.1 21
DS -4.2 -2.1 -4.8 -2.1 0.1 21 DS -4.2 -2.1 -4.8 -2.1 0.1 21
DS -4.8 -2.1 -4.9 -2.1 0.1 21 DS -4.8 -2.1 -4.9 -2.1 0.1 21
DS -4.9 -2.1 -4.9 2.1 0.1 21 DS -4.9 -2.1 -4.9 2.1 0.1 21
DS -4.9 2.1 -4.2 2.1 0.1 21 DS -4.9 2.1 -4.2 2.1 0.1 21
DS 3.8 -3.4 3.8 -3.4 0.2 21 DS 3.8 -3.4 3.8 -3.4 0.2 21
DS 3.6 -3.4 3.6 -3.4 0.2 21 DS 3.6 -3.4 3.6 -3.4 0.2 21
DA 3.7 -3.4 3.800 -3.4 -1800 0.2 21 DA 3.7 -3.4 3.800 -3.4 -1800 0.2 21
DA 3.7 -3.4 3.600 -3.4 -1800 0.2 21 DA 3.7 -3.4 3.600 -3.4 -1800 0.2 21
$PAD $PAD
Po 3.600 -2.275 Po 3.600 -2.275
Sh "1" R 0.550 1.300 0 0 0 Sh "1" R 0.550 1.300 0 0 0
At SMD N 00888000 At SMD N 00888000
Ne 0 "" Ne 0 ""
$EndPAD $EndPAD
$PAD $PAD
Po 3.600 2.275 Po 3.600 2.275
Sh "2" R 0.550 1.400 0 0 0 Sh "2" R 0.550 1.400 0 0 0
At SMD N 00888000 At SMD N 00888000
Ne 0 "" Ne 0 ""
$EndPAD $EndPAD
$PAD $PAD
Po 2.800 -2.275 Po 2.800 -2.275
Sh "3" R 0.550 1.300 0 0 0 Sh "3" R 0.550 1.300 0 0 0
At SMD N 00888000 At SMD N 00888000
Ne 0 "" Ne 0 ""
$EndPAD $EndPAD
$PAD $PAD
Po 2.800 2.275 Po 2.800 2.275
Sh "4" R 0.550 1.400 0 0 0 Sh "4" R 0.550 1.400 0 0 0
At SMD N 00888000 At SMD N 00888000
Ne 0 "" Ne 0 ""
$EndPAD $EndPAD
$PAD $PAD
Po 2.000 -2.275 Po 2.000 -2.275
Sh "5" R 0.550 1.300 0 0 0 Sh "5" R 0.550 1.300 0 0 0
At SMD N 00888000 At SMD N 00888000
Ne 0 "" Ne 0 ""
$EndPAD $EndPAD
$PAD $PAD
Po 2.000 2.275 Po 2.000 2.275
Sh "6" R 0.550 1.400 0 0 0 Sh "6" R 0.550 1.400 0 0 0
At SMD N 00888000 At SMD N 00888000
Ne 0 "" Ne 0 ""
$EndPAD $EndPAD
$PAD $PAD
Po 1.200 -2.275 Po 1.200 -2.275
Sh "7" R 0.550 1.300 0 0 0 Sh "7" R 0.550 1.300 0 0 0
At SMD N 00888000 At SMD N 00888000
Ne 0 "" Ne 0 ""
$EndPAD $EndPAD
$PAD $PAD
Po 1.200 2.275 Po 1.200 2.275
Sh "8" R 0.550 1.400 0 0 0 Sh "8" R 0.550 1.400 0 0 0
At SMD N 00888000 At SMD N 00888000
Ne 0 "" Ne 0 ""
$EndPAD $EndPAD
$PAD $PAD
Po 0.400 -2.275 Po 0.400 -2.275
Sh "9" R 0.550 1.300 0 0 0 Sh "9" R 0.550 1.300 0 0 0
At SMD N 00888000 At SMD N 00888000
Ne 0 "" Ne 0 ""
$EndPAD $EndPAD
$PAD $PAD
Po 0.400 2.275 Po 0.400 2.275
Sh "10" R 0.550 1.400 0 0 0 Sh "10" R 0.550 1.400 0 0 0
At SMD N 00888000 At SMD N 00888000
Ne 0 "" Ne 0 ""
$EndPAD $EndPAD
$PAD $PAD
Po -0.400 -2.275 Po -0.400 -2.275
Sh "11" R 0.550 1.300 0 0 0 Sh "11" R 0.550 1.300 0 0 0
At SMD N 00888000 At SMD N 00888000
Ne 0 "" Ne 0 ""
$EndPAD $EndPAD
$PAD $PAD
Po -0.400 2.275 Po -0.400 2.275
Sh "12" R 0.550 1.400 0 0 0 Sh "12" R 0.550 1.400 0 0 0
At SMD N 00888000 At SMD N 00888000
Ne 0 "" Ne 0 ""
$EndPAD $EndPAD
$PAD $PAD
Po -1.200 -2.275 Po -1.200 -2.275
Sh "13" R 0.550 1.300 0 0 0 Sh "13" R 0.550 1.300 0 0 0
At SMD N 00888000 At SMD N 00888000
Ne 0 "" Ne 0 ""
$EndPAD $EndPAD
$PAD $PAD
Po -1.200 2.275 Po -1.200 2.275
Sh "14" R 0.550 1.400 0 0 0 Sh "14" R 0.550 1.400 0 0 0
At SMD N 00888000 At SMD N 00888000
Ne 0 "" Ne 0 ""
$EndPAD $EndPAD
$PAD $PAD
Po -2.000 -2.275 Po -2.000 -2.275
Sh "15" R 0.550 1.300 0 0 0 Sh "15" R 0.550 1.300 0 0 0
At SMD N 00888000 At SMD N 00888000
Ne 0 "" Ne 0 ""
$EndPAD $EndPAD
$PAD $PAD
Po -2.000 2.275 Po -2.000 2.275
Sh "16" R 0.550 1.400 0 0 0 Sh "16" R 0.550 1.400 0 0 0
At SMD N 00888000 At SMD N 00888000
Ne 0 "" Ne 0 ""
$EndPAD $EndPAD
$PAD $PAD
Po -2.800 -2.275 Po -2.800 -2.275
Sh "17" R 0.550 1.300 0 0 0 Sh "17" R 0.550 1.300 0 0 0
At SMD N 00888000 At SMD N 00888000
Ne 0 "" Ne 0 ""
$EndPAD $EndPAD
$PAD $PAD
Po -2.800 2.275 Po -2.800 2.275
Sh "18" R 0.550 1.400 0 0 0 Sh "18" R 0.550 1.400 0 0 0
At SMD N 00888000 At SMD N 00888000
Ne 0 "" Ne 0 ""
$EndPAD $EndPAD
$PAD $PAD
Po -3.600 -2.275 Po -3.600 -2.275
Sh "19" R 0.550 1.300 0 0 0 Sh "19" R 0.550 1.300 0 0 0
At SMD N 00888000 At SMD N 00888000
Ne 0 "" Ne 0 ""
$EndPAD $EndPAD
$PAD $PAD
Po -3.600 2.275 Po -3.600 2.275
Sh "20" R 0.550 1.400 0 0 0 Sh "20" R 0.550 1.400 0 0 0
At SMD N 00888000 At SMD N 00888000
Ne 0 "" Ne 0 ""
$EndPAD $EndPAD
$EndMODULE 533092070 $EndMODULE 533092070
$EndLIBRARY $EndLIBRARY

View File

@ -1,3 +1,3 @@
1. There are no restrictions on the circuit board designs you make with our library components. 1. There are no restrictions on the circuit board designs you make with our library components.
2. You do not need to credit SamacSys in any way after using our Libraries. 2. You do not need to credit SamacSys in any way after using our Libraries.
3. You will not distribute our models in any form useable as a PCB Library Component - except within your own company. 3. You will not distribute our models in any form useable as a PCB Library Component - except within your own company.

View File

@ -1,9 +1,9 @@
EESchema-DOCLIB Version 2.0 EESchema-DOCLIB Version 2.0
# #
$CMP TMP1075DSGR $CMP TMP1075DSGR
D High-accuracy upgrade to industry standard LM75 / TMP75 I2C temperature sensor D High-accuracy upgrade to industry standard LM75 / TMP75 I2C temperature sensor
K K
F http://www.ti.com/lit/ds/symlink/tmp1075.pdf F http://www.ti.com/lit/ds/symlink/tmp1075.pdf
$ENDCMP $ENDCMP
# #
#End Doc Library #End Doc Library

View File

@ -1,76 +1,76 @@
(kicad_symbol_lib (version 20211014) (generator SamacSys_ECAD_Model) (kicad_symbol_lib (version 20211014) (generator SamacSys_ECAD_Model)
(symbol "TMP1075DSGR" (in_bom yes) (on_board yes) (symbol "TMP1075DSGR" (in_bom yes) (on_board yes)
(property "Reference" "IC" (at 26.67 7.62 0) (property "Reference" "IC" (at 26.67 7.62 0)
(effects (font (size 1.27 1.27)) (justify left top)) (effects (font (size 1.27 1.27)) (justify left top))
) )
(property "Value" "TMP1075DSGR" (at 26.67 5.08 0) (property "Value" "TMP1075DSGR" (at 26.67 5.08 0)
(effects (font (size 1.27 1.27)) (justify left top)) (effects (font (size 1.27 1.27)) (justify left top))
) )
(property "Footprint" "SON50P200X200X80-9N" (at 26.67 -94.92 0) (property "Footprint" "SON50P200X200X80-9N" (at 26.67 -94.92 0)
(effects (font (size 1.27 1.27)) (justify left top) hide) (effects (font (size 1.27 1.27)) (justify left top) hide)
) )
(property "Datasheet" "http://www.ti.com/lit/ds/symlink/tmp1075.pdf" (at 26.67 -194.92 0) (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tmp1075.pdf" (at 26.67 -194.92 0)
(effects (font (size 1.27 1.27)) (justify left top) hide) (effects (font (size 1.27 1.27)) (justify left top) hide)
) )
(property "ki_description" "High-accuracy upgrade to industry standard LM75 / TMP75 I2C temperature sensor" (at 26.67 -294.92 0) (property "ki_description" "High-accuracy upgrade to industry standard LM75 / TMP75 I2C temperature sensor" (at 26.67 -294.92 0)
(effects (font (size 1.27 1.27)) (justify left top) hide) (effects (font (size 1.27 1.27)) (justify left top) hide)
) )
(property "Height" "0.8" (at 26.67 -394.92 0) (property "Height" "0.8" (at 26.67 -394.92 0)
(effects (font (size 1.27 1.27)) (justify left top) hide) (effects (font (size 1.27 1.27)) (justify left top) hide)
) )
(property "Mouser Part Number" "595-TMP1075DSGR" (at 26.67 -494.92 0) (property "Mouser Part Number" "595-TMP1075DSGR" (at 26.67 -494.92 0)
(effects (font (size 1.27 1.27)) (justify left top) hide) (effects (font (size 1.27 1.27)) (justify left top) hide)
) )
(property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Texas-Instruments/TMP1075DSGR?qs=gZXFycFWdAOidBdJW42bRw%3D%3D" (at 26.67 -594.92 0) (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Texas-Instruments/TMP1075DSGR?qs=gZXFycFWdAOidBdJW42bRw%3D%3D" (at 26.67 -594.92 0)
(effects (font (size 1.27 1.27)) (justify left top) hide) (effects (font (size 1.27 1.27)) (justify left top) hide)
) )
(property "Manufacturer_Name" "Texas Instruments" (at 26.67 -694.92 0) (property "Manufacturer_Name" "Texas Instruments" (at 26.67 -694.92 0)
(effects (font (size 1.27 1.27)) (justify left top) hide) (effects (font (size 1.27 1.27)) (justify left top) hide)
) )
(property "Manufacturer_Part_Number" "TMP1075DSGR" (at 26.67 -794.92 0) (property "Manufacturer_Part_Number" "TMP1075DSGR" (at 26.67 -794.92 0)
(effects (font (size 1.27 1.27)) (justify left top) hide) (effects (font (size 1.27 1.27)) (justify left top) hide)
) )
(rectangle (rectangle
(start 5.08 2.54) (start 5.08 2.54)
(end 25.4 -15.24) (end 25.4 -15.24)
(stroke (width 0.254) (type default)) (stroke (width 0.254) (type default))
(fill (type background)) (fill (type background))
) )
(pin passive line (at 0 0 0) (length 5.08) (pin passive line (at 0 0 0) (length 5.08)
(name "SDA" (effects (font (size 1.27 1.27)))) (name "SDA" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27)))) (number "1" (effects (font (size 1.27 1.27))))
) )
(pin passive line (at 0 -2.54 0) (length 5.08) (pin passive line (at 0 -2.54 0) (length 5.08)
(name "SCL" (effects (font (size 1.27 1.27)))) (name "SCL" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27)))) (number "2" (effects (font (size 1.27 1.27))))
) )
(pin passive line (at 0 -5.08 0) (length 5.08) (pin passive line (at 0 -5.08 0) (length 5.08)
(name "ALERT" (effects (font (size 1.27 1.27)))) (name "ALERT" (effects (font (size 1.27 1.27))))
(number "3" (effects (font (size 1.27 1.27)))) (number "3" (effects (font (size 1.27 1.27))))
) )
(pin passive line (at 0 -7.62 0) (length 5.08) (pin passive line (at 0 -7.62 0) (length 5.08)
(name "GND" (effects (font (size 1.27 1.27)))) (name "GND" (effects (font (size 1.27 1.27))))
(number "4" (effects (font (size 1.27 1.27)))) (number "4" (effects (font (size 1.27 1.27))))
) )
(pin passive line (at 15.24 -20.32 90) (length 5.08) (pin passive line (at 15.24 -20.32 90) (length 5.08)
(name "EP" (effects (font (size 1.27 1.27)))) (name "EP" (effects (font (size 1.27 1.27))))
(number "9" (effects (font (size 1.27 1.27)))) (number "9" (effects (font (size 1.27 1.27))))
) )
(pin passive line (at 30.48 0 180) (length 5.08) (pin passive line (at 30.48 0 180) (length 5.08)
(name "V+" (effects (font (size 1.27 1.27)))) (name "V+" (effects (font (size 1.27 1.27))))
(number "8" (effects (font (size 1.27 1.27)))) (number "8" (effects (font (size 1.27 1.27))))
) )
(pin passive line (at 30.48 -2.54 180) (length 5.08) (pin passive line (at 30.48 -2.54 180) (length 5.08)
(name "A0" (effects (font (size 1.27 1.27)))) (name "A0" (effects (font (size 1.27 1.27))))
(number "7" (effects (font (size 1.27 1.27)))) (number "7" (effects (font (size 1.27 1.27))))
) )
(pin passive line (at 30.48 -5.08 180) (length 5.08) (pin passive line (at 30.48 -5.08 180) (length 5.08)
(name "A1" (effects (font (size 1.27 1.27)))) (name "A1" (effects (font (size 1.27 1.27))))
(number "6" (effects (font (size 1.27 1.27)))) (number "6" (effects (font (size 1.27 1.27))))
) )
(pin passive line (at 30.48 -7.62 180) (length 5.08) (pin passive line (at 30.48 -7.62 180) (length 5.08)
(name "A2" (effects (font (size 1.27 1.27)))) (name "A2" (effects (font (size 1.27 1.27))))
(number "5" (effects (font (size 1.27 1.27)))) (number "5" (effects (font (size 1.27 1.27))))
) )
) )
) )

View File

@ -1,30 +1,30 @@
EESchema-LIBRARY Version 2.3 EESchema-LIBRARY Version 2.3
#encoding utf-8 #encoding utf-8
#SamacSys ECAD Model TMP1075DSGR #SamacSys ECAD Model TMP1075DSGR
#/1831897/1031803/2.50/9/3/Integrated Circuit #/1831897/1031803/2.50/9/3/Integrated Circuit
DEF TMP1075DSGR IC 0 30 Y Y 1 F N DEF TMP1075DSGR IC 0 30 Y Y 1 F N
F0 "IC" 1050 300 50 H V L CNN F0 "IC" 1050 300 50 H V L CNN
F1 "TMP1075DSGR" 1050 200 50 H V L CNN F1 "TMP1075DSGR" 1050 200 50 H V L CNN
F2 "SON50P200X200X80-9N" 1050 100 50 H I L CNN F2 "SON50P200X200X80-9N" 1050 100 50 H I L CNN
F3 "http://www.ti.com/lit/ds/symlink/tmp1075.pdf" 1050 0 50 H I L CNN F3 "http://www.ti.com/lit/ds/symlink/tmp1075.pdf" 1050 0 50 H I L CNN
F4 "High-accuracy upgrade to industry standard LM75 / TMP75 I2C temperature sensor" 1050 -100 50 H I L CNN "Description" F4 "High-accuracy upgrade to industry standard LM75 / TMP75 I2C temperature sensor" 1050 -100 50 H I L CNN "Description"
F5 "0.8" 1050 -200 50 H I L CNN "Height" F5 "0.8" 1050 -200 50 H I L CNN "Height"
F6 "595-TMP1075DSGR" 1050 -300 50 H I L CNN "Mouser Part Number" F6 "595-TMP1075DSGR" 1050 -300 50 H I L CNN "Mouser Part Number"
F7 "https://www.mouser.co.uk/ProductDetail/Texas-Instruments/TMP1075DSGR?qs=gZXFycFWdAOidBdJW42bRw%3D%3D" 1050 -400 50 H I L CNN "Mouser Price/Stock" F7 "https://www.mouser.co.uk/ProductDetail/Texas-Instruments/TMP1075DSGR?qs=gZXFycFWdAOidBdJW42bRw%3D%3D" 1050 -400 50 H I L CNN "Mouser Price/Stock"
F8 "Texas Instruments" 1050 -500 50 H I L CNN "Manufacturer_Name" F8 "Texas Instruments" 1050 -500 50 H I L CNN "Manufacturer_Name"
F9 "TMP1075DSGR" 1050 -600 50 H I L CNN "Manufacturer_Part_Number" F9 "TMP1075DSGR" 1050 -600 50 H I L CNN "Manufacturer_Part_Number"
DRAW DRAW
X SDA 1 0 0 200 R 50 50 0 0 P X SDA 1 0 0 200 R 50 50 0 0 P
X SCL 2 0 -100 200 R 50 50 0 0 P X SCL 2 0 -100 200 R 50 50 0 0 P
X ALERT 3 0 -200 200 R 50 50 0 0 P X ALERT 3 0 -200 200 R 50 50 0 0 P
X GND 4 0 -300 200 R 50 50 0 0 P X GND 4 0 -300 200 R 50 50 0 0 P
X EP 9 600 -800 200 U 50 50 0 0 P X EP 9 600 -800 200 U 50 50 0 0 P
X V+ 8 1200 0 200 L 50 50 0 0 P X V+ 8 1200 0 200 L 50 50 0 0 P
X A0 7 1200 -100 200 L 50 50 0 0 P X A0 7 1200 -100 200 L 50 50 0 0 P
X A1 6 1200 -200 200 L 50 50 0 0 P X A1 6 1200 -200 200 L 50 50 0 0 P
X A2 5 1200 -300 200 L 50 50 0 0 P X A2 5 1200 -300 200 L 50 50 0 0 P
P 5 0 1 6 200 100 1000 100 1000 -600 200 -600 200 100 N P 5 0 1 6 200 100 1000 100 1000 -600 200 -600 200 100 N
ENDDRAW ENDDRAW
ENDDEF ENDDEF
# #
#End Library #End Library

View File

@ -1,83 +1,83 @@
PCBNEW-LibModule-V1 2023-11-16 18:51:11 PCBNEW-LibModule-V1 2023-11-16 18:51:11
# encoding utf-8 # encoding utf-8
Units mm Units mm
$INDEX $INDEX
SON50P200X200X80-9N SON50P200X200X80-9N
$EndINDEX $EndINDEX
$MODULE SON50P200X200X80-9N $MODULE SON50P200X200X80-9N
Po 0 0 0 15 6556649f 00000000 ~~ Po 0 0 0 15 6556649f 00000000 ~~
Li SON50P200X200X80-9N Li SON50P200X200X80-9N
Cd WSON-8- Cd WSON-8-
Kw Integrated Circuit Kw Integrated Circuit
Sc 0 Sc 0
At SMD At SMD
AR AR
Op 0 0 0 Op 0 0 0
T0 0 0 1.27 1.27 0 0.254 N V 21 N "IC**" T0 0 0 1.27 1.27 0 0.254 N V 21 N "IC**"
T1 0 0 1.27 1.27 0 0.254 N I 21 N "SON50P200X200X80-9N" T1 0 0 1.27 1.27 0 0.254 N I 21 N "SON50P200X200X80-9N"
DS -1.625 -1.3 1.625 -1.3 0.05 24 DS -1.625 -1.3 1.625 -1.3 0.05 24
DS 1.625 -1.3 1.625 1.3 0.05 24 DS 1.625 -1.3 1.625 1.3 0.05 24
DS 1.625 1.3 -1.625 1.3 0.05 24 DS 1.625 1.3 -1.625 1.3 0.05 24
DS -1.625 1.3 -1.625 -1.3 0.05 24 DS -1.625 1.3 -1.625 -1.3 0.05 24
DS -1 -1 1 -1 0.1 24 DS -1 -1 1 -1 0.1 24
DS 1 -1 1 1 0.1 24 DS 1 -1 1 1 0.1 24
DS 1 1 -1 1 0.1 24 DS 1 1 -1 1 0.1 24
DS -1 1 -1 -1 0.1 24 DS -1 1 -1 -1 0.1 24
DS -1 -0.5 -0.5 -1 0.1 24 DS -1 -0.5 -0.5 -1 0.1 24
DC -1.4 -1.4 -1.275 -1.4 0.254 21 DC -1.4 -1.4 -1.275 -1.4 0.254 21
$PAD $PAD
Po -1.05 -0.75 Po -1.05 -0.75
Sh "1" R 0.3 0.7 0 0 900 Sh "1" R 0.3 0.7 0 0 900
At SMD N 00888000 At SMD N 00888000
Ne 0 "" Ne 0 ""
$EndPAD $EndPAD
$PAD $PAD
Po -1.05 -0.25 Po -1.05 -0.25
Sh "2" R 0.3 0.7 0 0 900 Sh "2" R 0.3 0.7 0 0 900
At SMD N 00888000 At SMD N 00888000
Ne 0 "" Ne 0 ""
$EndPAD $EndPAD
$PAD $PAD
Po -1.05 0.25 Po -1.05 0.25
Sh "3" R 0.3 0.7 0 0 900 Sh "3" R 0.3 0.7 0 0 900
At SMD N 00888000 At SMD N 00888000
Ne 0 "" Ne 0 ""
$EndPAD $EndPAD
$PAD $PAD
Po -1.05 0.75 Po -1.05 0.75
Sh "4" R 0.3 0.7 0 0 900 Sh "4" R 0.3 0.7 0 0 900
At SMD N 00888000 At SMD N 00888000
Ne 0 "" Ne 0 ""
$EndPAD $EndPAD
$PAD $PAD
Po 1.05 0.75 Po 1.05 0.75
Sh "5" R 0.3 0.7 0 0 900 Sh "5" R 0.3 0.7 0 0 900
At SMD N 00888000 At SMD N 00888000
Ne 0 "" Ne 0 ""
$EndPAD $EndPAD
$PAD $PAD
Po 1.05 0.25 Po 1.05 0.25
Sh "6" R 0.3 0.7 0 0 900 Sh "6" R 0.3 0.7 0 0 900
At SMD N 00888000 At SMD N 00888000
Ne 0 "" Ne 0 ""
$EndPAD $EndPAD
$PAD $PAD
Po 1.05 -0.25 Po 1.05 -0.25
Sh "7" R 0.3 0.7 0 0 900 Sh "7" R 0.3 0.7 0 0 900
At SMD N 00888000 At SMD N 00888000
Ne 0 "" Ne 0 ""
$EndPAD $EndPAD
$PAD $PAD
Po 1.05 -0.75 Po 1.05 -0.75
Sh "8" R 0.3 0.7 0 0 900 Sh "8" R 0.3 0.7 0 0 900
At SMD N 00888000 At SMD N 00888000
Ne 0 "" Ne 0 ""
$EndPAD $EndPAD
$PAD $PAD
Po 0 0 Po 0 0
Sh "9" R 1 1.7 0 0 0 Sh "9" R 1 1.7 0 0 0
At SMD N 00888000 At SMD N 00888000
Ne 0 "" Ne 0 ""
$EndPAD $EndPAD
$EndMODULE SON50P200X200X80-9N $EndMODULE SON50P200X200X80-9N
$EndLIBRARY $EndLIBRARY

View File

@ -1,9 +1,9 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>Altium Library Loader</title> <title>Altium Library Loader</title>
</head> </head>
<body style="font-family:verdana"> <body style="font-family:verdana">
<p>To convert the SamacSys ECAD Model file (.epw) to Altium Designer format please install the <a href="https://www.samacsys.com/altium-designer-library-instructions/">Altium Library Loader</a></p> <p>To convert the SamacSys ECAD Model file (.epw) to Altium Designer format please install the <a href="https://www.samacsys.com/altium-designer-library-instructions/">Altium Library Loader</a></p>
</body> </body>
</html> </html>

View File

@ -1,6 +1,6 @@
1831897 1831897
Message from SamacSys: Message from SamacSys:
To use this model save to your preferred location and then open within the ECAD Part Wizard tool. To use this model save to your preferred location and then open within the ECAD Part Wizard tool.
If you do not yet have a copy of the ECAD Part Wizard tool then please refer to the Instructions provided with this model. If you do not yet have a copy of the ECAD Part Wizard tool then please refer to the Instructions provided with this model.
Source=ms Source=ms
1831897/1031803/2.50/9/3/Integrated Circuit 1831897/1031803/2.50/9/3/Integrated Circuit

View File

@ -1,220 +1,220 @@
(CADSTARPCB (CADSTARPCB
(HEADER (HEADER
(FORMAT LIBRARY 2 18) (FORMAT LIBRARY 2 18)
(JOBFILE "") (JOBFILE "")
(JOBTITLE "") (JOBTITLE "")
(GENERATOR "") (GENERATOR "")
(RESOLUTION (RESOLUTION
(METRIC HUNDREDTH MICRON) (METRIC HUNDREDTH MICRON)
) )
(TIMESTAMP 2023 11 16 18 51 11) (TIMESTAMP 2023 11 16 18 51 11)
) )
(ASSIGNMENTS (ASSIGNMENTS
(LAYERDEFS (LAYERDEFS
(LAYERSTACK LAY7 LAY9 LAY12 LAY14 LAY18 LAY10 LAY16 LAY6 LAY8 LAY17 (LAYERSTACK LAY7 LAY9 LAY12 LAY14 LAY18 LAY10 LAY16 LAY6 LAY8 LAY17
LAY11 LAY19 LAY15 LAY13 LAY11 LAY19 LAY15 LAY13
) )
(LAYER LAY0 "(All Layers)" (LAYER LAY0 "(All Layers)"
(ALLLAYER) (ALLLAYER)
) )
(LAYER LAY1 "(All Electrical Layers)" (LAYER LAY1 "(All Electrical Layers)"
(ALLELEC) (ALLELEC)
) )
(LAYER LAY2 "(All Documentation Layers)" (LAYER LAY2 "(All Documentation Layers)"
(ALLDOC) (ALLDOC)
) )
(LAYER LAY3 "(Undefined)" (LAYER LAY3 "(Undefined)"
(NOLAYER) (NOLAYER)
) )
(LAYER LAY4 "(Component Copper)" (LAYER LAY4 "(Component Copper)"
(ASSCOMPCOPP) (ASSCOMPCOPP)
) )
(LAYER LAY5 "(Jumper)" (LAYER LAY5 "(Jumper)"
(JUMPERLAYER) (JUMPERLAYER)
) )
(LAYER LAY6 "Top Elec" (LAYER LAY6 "Top Elec"
(ELEC 1 (ELEC 1
(BIAS UNBIASED) (BIAS UNBIASED)
(LAYERHEIGHT 0) (LAYERHEIGHT 0)
) )
) )
(LAYER LAY7 "Construction" (LAYER LAY7 "Construction"
(DOC) (DOC)
) )
(LAYER LAY8 "Bottom Elec" (LAYER LAY8 "Bottom Elec"
(ELEC 2 (ELEC 2
(BIAS UNBIASED) (BIAS UNBIASED)
(LAYERHEIGHT 0) (LAYERHEIGHT 0)
) )
) )
(LAYER LAY9 "Drill Drawing" (LAYER LAY9 "Drill Drawing"
(DOC) (DOC)
) )
(LAYER LAY10 "Top silk" (LAYER LAY10 "Top silk"
(NONELEC 1) (NONELEC 1)
(LASUBTYP LAYERSUBTYPE_SILKSCREEN) (LASUBTYP LAYERSUBTYPE_SILKSCREEN)
) )
(LAYER LAY11 "Bottom silk" (LAYER LAY11 "Bottom silk"
(NONELEC 2) (NONELEC 2)
(LASUBTYP LAYERSUBTYPE_SILKSCREEN) (LASUBTYP LAYERSUBTYPE_SILKSCREEN)
) )
(LAYER LAY12 "Top Placement" (LAYER LAY12 "Top Placement"
(NONELEC 1) (NONELEC 1)
(LASUBTYP LAYERSUBTYPE_PLACEMENT) (LASUBTYP LAYERSUBTYPE_PLACEMENT)
) )
(LAYER LAY13 "Bottom Placement" (LAYER LAY13 "Bottom Placement"
(NONELEC 2) (NONELEC 2)
(LASUBTYP LAYERSUBTYPE_PLACEMENT) (LASUBTYP LAYERSUBTYPE_PLACEMENT)
) )
(LAYER LAY14 "Top Assembly" (LAYER LAY14 "Top Assembly"
(NONELEC 1) (NONELEC 1)
(LASUBTYP LAYERSUBTYPE_ASSEMBLY) (LASUBTYP LAYERSUBTYPE_ASSEMBLY)
) )
(LAYER LAY15 "Bottom Assembly" (LAYER LAY15 "Bottom Assembly"
(NONELEC 2) (NONELEC 2)
(LASUBTYP LAYERSUBTYPE_ASSEMBLY) (LASUBTYP LAYERSUBTYPE_ASSEMBLY)
) )
(LAYER LAY16 "Top Solder Resist" (LAYER LAY16 "Top Solder Resist"
(NONELEC 1) (NONELEC 1)
(LASUBTYP LAYERSUBTYPE_SOLDERRESIST) (LASUBTYP LAYERSUBTYPE_SOLDERRESIST)
) )
(LAYER LAY17 "Bottom Solder Resist" (LAYER LAY17 "Bottom Solder Resist"
(NONELEC 2) (NONELEC 2)
(LASUBTYP LAYERSUBTYPE_SOLDERRESIST) (LASUBTYP LAYERSUBTYPE_SOLDERRESIST)
) )
(LAYER LAY18 "Top Paste" (LAYER LAY18 "Top Paste"
(NONELEC 1) (NONELEC 1)
(LASUBTYP LAYERSUBTYPE_PASTE) (LASUBTYP LAYERSUBTYPE_PASTE)
) )
(LAYER LAY19 "Bottom Paste" (LAYER LAY19 "Bottom Paste"
(NONELEC 2) (NONELEC 2)
(LASUBTYP LAYERSUBTYPE_PASTE) (LASUBTYP LAYERSUBTYPE_PASTE)
) )
) )
(CODEDEFS (CODEDEFS
(LINECODE LC11 "Silkscreen Outline 1" 2540 (LINECODE LC11 "Silkscreen Outline 1" 2540
(STYLE SOLID) (STYLE SOLID)
) )
(LINECODE LC14 "Assembly Outline 1" 2540 (LINECODE LC14 "Assembly Outline 1" 2540
(STYLE SOLID) (STYLE SOLID)
) )
(LINECODE LC15 "Placement Outline 1" 2540 (LINECODE LC15 "Placement Outline 1" 2540
(STYLE SOLID) (STYLE SOLID)
) )
(TEXTCODE TC10 "Component Name" 3000 60000 40000) (TEXTCODE TC10 "Component Name" 3000 60000 40000)
(SPACINGCODE P_P 100000) (SPACINGCODE P_P 100000)
(SPACINGCODE P_C 100000) (SPACINGCODE P_C 100000)
(SPACINGCODE C_C 100000) (SPACINGCODE C_C 100000)
(SPACINGCODE H_H 100000) (SPACINGCODE H_H 100000)
(PADCODE PC0 "r70_30" (PADCODE PC0 "r70_30"
(RECTANGLE 30000 20000 20000) (RECTANGLE 30000 20000 20000)
) )
(PADCODE PC1 "r170_100" (PADCODE PC1 "r170_100"
(RECTANGLE 100000 35000 35000) (RECTANGLE 100000 35000 35000)
) )
(ATTRNAME AT0 "Component Category" (ATTRNAME AT0 "Component Category"
(ATTROWNER COMPONENT) (ATTROWNER COMPONENT)
) )
(ATTRNAME AT1 "assembly_name" (ATTRNAME AT1 "assembly_name"
(ATTROWNER COMPONENT) (ATTROWNER COMPONENT)
) )
(ATTRNAME AT2 "Value" (ATTRNAME AT2 "Value"
(ATTROWNER COMPONENT) (ATTROWNER COMPONENT)
) )
(ATTRNAME AT3 "thm_power_diss" (ATTRNAME AT3 "thm_power_diss"
(ATTROWNER COMPONENT) (ATTROWNER COMPONENT)
) )
(ATTRNAME AT4 "placement" (ATTRNAME AT4 "placement"
(ATTROWNER COMPONENT) (ATTROWNER COMPONENT)
) )
(ATTRNAME AT5 "silkscrn_name" (ATTRNAME AT5 "silkscrn_name"
(ATTROWNER COMPONENT) (ATTROWNER COMPONENT)
) )
(ATTRNAME AT6 "Manufacturers Part Number" (ATTRNAME AT6 "Manufacturers Part Number"
(ATTROWNER COMPONENT) (ATTROWNER COMPONENT)
) )
(ATTRNAME AT7 "Height" (ATTRNAME AT7 "Height"
(ATTROWNER SYMDEF) (ATTROWNER SYMDEF)
) )
(ATTRNAME AT8 "Drawing_Name" (ATTRNAME AT8 "Drawing_Name"
(ATTROWNER DOCSYMBOL) (ATTROWNER DOCSYMBOL)
) )
(ATTRNAME AT9 "Client" (ATTRNAME AT9 "Client"
(ATTROWNER DOCSYMBOL) (ATTROWNER DOCSYMBOL)
) )
(ATTRNAME AT10 "RefDes" (ATTRNAME AT10 "RefDes"
(ATTROWNER COMPONENT) (ATTROWNER COMPONENT)
) )
) )
(TECHNOLOGY (TECHNOLOGY
(UNITS MM) (UNITS MM)
(UNITSPRECISION 2) (UNITSPRECISION 2)
(INTERLINEGAP 20) (INTERLINEGAP 20)
(BARLINEGAP 20) (BARLINEGAP 20)
(ALLOWBARTEXT) (ALLOWBARTEXT)
(ANGULARPRECISION 1) (ANGULARPRECISION 1)
(MAXPHYSLAYER 2) (MAXPHYSLAYER 2)
(DESIGNORIGIN (PT 0 0)) (DESIGNORIGIN (PT 0 0))
(DESIGNAREA (PT 0 0) (PT 100000000 100000000)) (DESIGNAREA (PT 0 0) (PT 100000000 100000000))
(PINNOOFFSET 50800) (PINNOOFFSET 50800)
(PINNOANGLE 0) (PINNOANGLE 0)
(DESIGNLIMIT (PT 100000000 100000000)) (DESIGNLIMIT (PT 100000000 100000000))
) )
) )
(LIBRARY (LIBRARY
(HIERARCHY (HIERARCHY
(ROOTFOLDER F0 "root" (ROOTFOLDER F0 "root"
(SYMDEFLIST L0) (SYMDEFLIST L0)
) )
) )
(SYMDEF L0 "SON50P200X200X80-9N" "" (PT 50000000 50000000) (SYMDEF L0 "SON50P200X200X80-9N" "" (PT 50000000 50000000)
(VERSION 1) (VERSION 1)
(FIGURE FIG0 LC15 LAY12 (FIGURE FIG0 LC15 LAY12
(OUTLINE (PT 49837500 50130000) (PT 50162500 50130000) (PT 50162500 49870000) (PT 49837500 49870000) (PT 49837500 50130000)) (OUTLINE (PT 49837500 50130000) (PT 50162500 50130000) (PT 50162500 49870000) (PT 49837500 49870000) (PT 49837500 50130000))
) )
(FIGURE FIG1 LC14 LAY14 (FIGURE FIG1 LC14 LAY14
(OUTLINE (PT 49900000 50100000) (PT 50100000 50100000) (PT 50100000 49900000) (PT 49900000 49900000) (PT 49900000 50100000)) (OUTLINE (PT 49900000 50100000) (PT 50100000 50100000) (PT 50100000 49900000) (PT 49900000 49900000) (PT 49900000 50100000))
) )
(FIGURE FIG2 LC14 LAY14 (FIGURE FIG2 LC14 LAY14
(OPENSHAPE (PT 49900000 50050000) (PT 49950000 50100000)) (OPENSHAPE (PT 49900000 50050000) (PT 49950000 50100000))
) )
(FIGURE FIG3 LC11 LAY10 (FIGURE FIG3 LC11 LAY10
(SOLID (PT 49885000 50127500) (SOLID (PT 49885000 50127500)
(CWSEMI (PT 49885000 50152500)) (CWSEMI (PT 49885000 50152500))
(CWSEMI (PT 49885000 50127500)) (CWSEMI (PT 49885000 50127500))
) )
) )
(PAD 1 (PT 49895000 50075000) PC0 TOP (PAD 1 (PT 49895000 50075000) PC0 TOP
(FIRSTPAD) (FIRSTPAD)
(PADIDENTIFIER "1") (PADIDENTIFIER "1")
) )
(PAD 2 (PT 49895000 50025000) PC0 TOP (PAD 2 (PT 49895000 50025000) PC0 TOP
(PADIDENTIFIER "2") (PADIDENTIFIER "2")
) )
(PAD 3 (PT 49895000 49975000) PC0 TOP (PAD 3 (PT 49895000 49975000) PC0 TOP
(PADIDENTIFIER "3") (PADIDENTIFIER "3")
) )
(PAD 4 (PT 49895000 49925000) PC0 TOP (PAD 4 (PT 49895000 49925000) PC0 TOP
(PADIDENTIFIER "4") (PADIDENTIFIER "4")
) )
(PAD 5 (PT 50105000 49925000) PC0 TOP (PAD 5 (PT 50105000 49925000) PC0 TOP
(PADIDENTIFIER "5") (PADIDENTIFIER "5")
) )
(PAD 6 (PT 50105000 49975000) PC0 TOP (PAD 6 (PT 50105000 49975000) PC0 TOP
(PADIDENTIFIER "6") (PADIDENTIFIER "6")
) )
(PAD 7 (PT 50105000 50025000) PC0 TOP (PAD 7 (PT 50105000 50025000) PC0 TOP
(PADIDENTIFIER "7") (PADIDENTIFIER "7")
) )
(PAD 8 (PT 50105000 50075000) PC0 TOP (PAD 8 (PT 50105000 50075000) PC0 TOP
(PADIDENTIFIER "8") (PADIDENTIFIER "8")
) )
(PAD 9 (PT 50000000 50000000) PC1 TOP (ORIENT 90000) (PAD 9 (PT 50000000 50000000) PC1 TOP (ORIENT 90000)
(PADIDENTIFIER "9") (PADIDENTIFIER "9")
) )
(TEXTLOC COMP_NAME TC10 LAY10 (PT 50000000 50000000) (TEXTLOC COMP_NAME TC10 LAY10 (PT 50000000 50000000)
(ALIGN CENTERCENTER) (ALIGN CENTERCENTER)
) )
) )
) )
) )

View File

@ -1,182 +1,182 @@
(CADSTARSCM (CADSTARSCM
(HEADER (HEADER
(FORMAT SYMBOL 2 16) (FORMAT SYMBOL 2 16)
(JOBFILE "") (JOBFILE "")
(JOBTITLE "SamacSys ECAD Model") (JOBTITLE "SamacSys ECAD Model")
(GENERATOR "1831897/1031803/2.50/9/3/Integrated Circuit") (GENERATOR "1831897/1031803/2.50/9/3/Integrated Circuit")
(RESOLUTION(METRIC HUNDREDTH MICRON)) (RESOLUTION(METRIC HUNDREDTH MICRON))
(TIMESTAMP 2023 11 16 18 51 11) (TIMESTAMP 2023 11 16 18 51 11)
) )
(ASSIGNMENTS (ASSIGNMENTS
(CODEDEFS (CODEDEFS
(LINECODE LC1 "Line 10" 25400 (LINECODE LC1 "Line 10" 25400
(STYLE SOLID) (STYLE SOLID)
) )
(TEXTCODE TC0 "(Pin Name/Number)" 15240 152400 152400) (TEXTCODE TC0 "(Pin Name/Number)" 15240 152400 152400)
(TEXTCODE TC5 "Text Size 60/43/6" 15240 152400 109220) (TEXTCODE TC5 "Text Size 60/43/6" 15240 152400 109220)
(TEXTCODE TC8 "Symbol Name" 10000 200000 0 (TEXTCODE TC8 "Symbol Name" 10000 200000 0
(FONT "Arial" 400 0) (FONT "Arial" 400 0)
) )
(TERMINALCODE TC0 "Terminal" (TERMINALCODE TC0 "Terminal"
(CROSS 127000 0) (CROSS 127000 0)
) )
(ATTRNAME AT0 "pcb_zone" (ATTRNAME AT0 "pcb_zone"
(ATTROWNER ALL_ITEMS) (ATTROWNER ALL_ITEMS)
) )
(ATTRNAME AT1 "tolerance" (ATTRNAME AT1 "tolerance"
(ATTROWNER ALL_ITEMS) (ATTROWNER ALL_ITEMS)
) )
(ATTRNAME AT2 "voltage" (ATTRNAME AT2 "voltage"
(ATTROWNER ALL_ITEMS) (ATTROWNER ALL_ITEMS)
) )
(ATTRNAME AT3 "wattage" (ATTRNAME AT3 "wattage"
(ATTROWNER ALL_ITEMS) (ATTROWNER ALL_ITEMS)
) )
(ATTRNAME AT4 "Value" (ATTRNAME AT4 "Value"
(ATTROWNER ALL_ITEMS) (ATTROWNER ALL_ITEMS)
) )
(ATTRNAME AT5 "sim_model" (ATTRNAME AT5 "sim_model"
(ATTROWNER ALL_ITEMS) (ATTROWNER ALL_ITEMS)
) )
(ATTRNAME AT6 "Description" (ATTRNAME AT6 "Description"
(ATTROWNER SYMBOL) (ATTROWNER SYMBOL)
) )
) )
(GRIDS (GRIDS
(WORKINGGRID (WORKINGGRID
(STEPGRID "" 50800 50800) (STEPGRID "" 50800 50800)
) )
(SCREENGRID (SCREENGRID
(STEPGRID "(Screen Grid)" 254000 254000) (STEPGRID "(Screen Grid)" 254000 254000)
) )
) )
(SETTINGS (SETTINGS
(UNITS THOU) (UNITS THOU)
(UNITSPRECISION 1) (UNITSPRECISION 1)
(INTERLINEGAP 0) (INTERLINEGAP 0)
(BARLINEGAP 0) (BARLINEGAP 0)
(ALLOWBARTEXT) (ALLOWBARTEXT)
(DESIGNORIGIN (PT 0 0)) (DESIGNORIGIN (PT 0 0))
(DESIGNAREA (PT 0 0) (PT 100000000 100000000)) (DESIGNAREA (PT 0 0) (PT 100000000 100000000))
(DESIGNLIMIT (PT 100000000 100000000)) (DESIGNLIMIT (PT 100000000 100000000))
(ANGULARPRECISION 1) (ANGULARPRECISION 1)
) )
) )
(DEFAULTS (DEFAULTS
(DFLTSHAPETYPE OUTLINE) (DFLTSHAPETYPE OUTLINE)
(OUTLDFLTS LC1 (OUTLDFLTS LC1
(CLEAR) (CLEAR)
) )
(TEXTDFLTS TC5) (TEXTDFLTS TC5)
(ORIGINDFLTS TC8) (ORIGINDFLTS TC8)
(ATTRDFLTS TC8) (ATTRDFLTS TC8)
(PINNOOFFSET 50800) (PINNOOFFSET 50800)
(PINNOANGLE 0) (PINNOANGLE 0)
) )
(LIBRARY (LIBRARY
(SYMDEF L0 "TMP1075DSGR" "" (PT 4572000 6604000) (SYMDEF L0 "TMP1075DSGR" "" (PT 4572000 6604000)
(VERSION 1) (VERSION 1)
(FIGURE FIG0 LC1 NO_SHEET (FIGURE FIG0 LC1 NO_SHEET
(OPENSHAPE (PT 5080000 6858000) (PT 7112000 6858000) (PT 7112000 5080000) (PT 5080000 5080000) (PT 5080000 6858000)) (OPENSHAPE (PT 5080000 6858000) (PT 7112000 6858000) (PT 7112000 5080000) (PT 5080000 5080000) (PT 5080000 6858000))
) )
(FIGURE FIG1 LC1 NO_SHEET (FIGURE FIG1 LC1 NO_SHEET
(OPENSHAPE (PT 4572000 6604000) (PT 5080000 6604000)) (OPENSHAPE (PT 4572000 6604000) (PT 5080000 6604000))
) )
(FIGURE FIG2 LC1 NO_SHEET (FIGURE FIG2 LC1 NO_SHEET
(OPENSHAPE (PT 4572000 6350000) (PT 5080000 6350000)) (OPENSHAPE (PT 4572000 6350000) (PT 5080000 6350000))
) )
(FIGURE FIG3 LC1 NO_SHEET (FIGURE FIG3 LC1 NO_SHEET
(OPENSHAPE (PT 4572000 6096000) (PT 5080000 6096000)) (OPENSHAPE (PT 4572000 6096000) (PT 5080000 6096000))
) )
(FIGURE FIG4 LC1 NO_SHEET (FIGURE FIG4 LC1 NO_SHEET
(OPENSHAPE (PT 4572000 5842000) (PT 5080000 5842000)) (OPENSHAPE (PT 4572000 5842000) (PT 5080000 5842000))
) )
(FIGURE FIG5 LC1 NO_SHEET (FIGURE FIG5 LC1 NO_SHEET
(OPENSHAPE (PT 6096000 4572000) (PT 6096000 5080000)) (OPENSHAPE (PT 6096000 4572000) (PT 6096000 5080000))
) )
(FIGURE FIG6 LC1 NO_SHEET (FIGURE FIG6 LC1 NO_SHEET
(OPENSHAPE (PT 7620000 6604000) (PT 7112000 6604000)) (OPENSHAPE (PT 7620000 6604000) (PT 7112000 6604000))
) )
(FIGURE FIG7 LC1 NO_SHEET (FIGURE FIG7 LC1 NO_SHEET
(OPENSHAPE (PT 7620000 6350000) (PT 7112000 6350000)) (OPENSHAPE (PT 7620000 6350000) (PT 7112000 6350000))
) )
(FIGURE FIG8 LC1 NO_SHEET (FIGURE FIG8 LC1 NO_SHEET
(OPENSHAPE (PT 7620000 6096000) (PT 7112000 6096000)) (OPENSHAPE (PT 7620000 6096000) (PT 7112000 6096000))
) )
(FIGURE FIG9 LC1 NO_SHEET (FIGURE FIG9 LC1 NO_SHEET
(OPENSHAPE (PT 7620000 5842000) (PT 7112000 5842000)) (OPENSHAPE (PT 7620000 5842000) (PT 7112000 5842000))
) )
(TERMINAL 1 TC0 (PT 4572000 6604000)) (TERMINAL 1 TC0 (PT 4572000 6604000))
(TERMINAL 2 TC0 (PT 4572000 6350000)) (TERMINAL 2 TC0 (PT 4572000 6350000))
(TERMINAL 3 TC0 (PT 4572000 6096000)) (TERMINAL 3 TC0 (PT 4572000 6096000))
(TERMINAL 4 TC0 (PT 4572000 5842000)) (TERMINAL 4 TC0 (PT 4572000 5842000))
(TERMINAL 5 TC0 (PT 6096000 4572000)) (TERMINAL 5 TC0 (PT 6096000 4572000))
(TERMINAL 6 TC0 (PT 7620000 6604000)) (TERMINAL 6 TC0 (PT 7620000 6604000))
(TERMINAL 7 TC0 (PT 7620000 6350000)) (TERMINAL 7 TC0 (PT 7620000 6350000))
(TERMINAL 8 TC0 (PT 7620000 6096000)) (TERMINAL 8 TC0 (PT 7620000 6096000))
(TERMINAL 9 TC0 (PT 7620000 5842000)) (TERMINAL 9 TC0 (PT 7620000 5842000))
(TEXTLOC SYMBOL_NAME TC8 (PT 7239000 7366000) (TEXTLOC SYMBOL_NAME TC8 (PT 7239000 7366000)
(ALIGN CENTERLEFT) (ALIGN CENTERLEFT)
) )
(TEXTLOC PART_NAME TC8 (PT 7239000 7112000) (TEXTLOC PART_NAME TC8 (PT 7239000 7112000)
(ALIGN CENTERLEFT) (ALIGN CENTERLEFT)
) )
(PINNUMNAMELOC 1 TC8 (PT 4927600 6604000) (PINNUMNAMELOC 1 TC8 (PT 4927600 6604000)
(ALIGN BOTTOMRIGHT) (ALIGN BOTTOMRIGHT)
) )
(PINNUMNAMELOC 2 TC8 (PT 4927600 6350000) (PINNUMNAMELOC 2 TC8 (PT 4927600 6350000)
(ALIGN BOTTOMRIGHT) (ALIGN BOTTOMRIGHT)
) )
(PINNUMNAMELOC 3 TC8 (PT 4927600 6096000) (PINNUMNAMELOC 3 TC8 (PT 4927600 6096000)
(ALIGN BOTTOMRIGHT) (ALIGN BOTTOMRIGHT)
) )
(PINNUMNAMELOC 4 TC8 (PT 4927600 5842000) (PINNUMNAMELOC 4 TC8 (PT 4927600 5842000)
(ALIGN BOTTOMRIGHT) (ALIGN BOTTOMRIGHT)
) )
(PINNUMNAMELOC 5 TC8 (PT 6096000 4927600) (PINNUMNAMELOC 5 TC8 (PT 6096000 4927600)
(ORIENT 90000) (ORIENT 90000)
(ALIGN BOTTOMRIGHT) (ALIGN BOTTOMRIGHT)
) )
(PINNUMNAMELOC 6 TC8 (PT 7264400 6604000) (PINNUMNAMELOC 6 TC8 (PT 7264400 6604000)
(ALIGN BOTTOMLEFT) (ALIGN BOTTOMLEFT)
) )
(PINNUMNAMELOC 7 TC8 (PT 7264400 6350000) (PINNUMNAMELOC 7 TC8 (PT 7264400 6350000)
(ALIGN BOTTOMLEFT) (ALIGN BOTTOMLEFT)
) )
(PINNUMNAMELOC 8 TC8 (PT 7264400 6096000) (PINNUMNAMELOC 8 TC8 (PT 7264400 6096000)
(ALIGN BOTTOMLEFT) (ALIGN BOTTOMLEFT)
) )
(PINNUMNAMELOC 9 TC8 (PT 7264400 5842000) (PINNUMNAMELOC 9 TC8 (PT 7264400 5842000)
(ALIGN BOTTOMLEFT) (ALIGN BOTTOMLEFT)
) )
(PINLABELLOC 1 TC8 (PT 5156200 6604000) (PINLABELLOC 1 TC8 (PT 5156200 6604000)
(ALIGN CENTERLEFT) (ALIGN CENTERLEFT)
) )
(PINLABELLOC 2 TC8 (PT 5156200 6350000) (PINLABELLOC 2 TC8 (PT 5156200 6350000)
(ALIGN CENTERLEFT) (ALIGN CENTERLEFT)
) )
(PINLABELLOC 3 TC8 (PT 5156200 6096000) (PINLABELLOC 3 TC8 (PT 5156200 6096000)
(ALIGN CENTERLEFT) (ALIGN CENTERLEFT)
) )
(PINLABELLOC 4 TC8 (PT 5156200 5842000) (PINLABELLOC 4 TC8 (PT 5156200 5842000)
(ALIGN CENTERLEFT) (ALIGN CENTERLEFT)
) )
(PINLABELLOC 5 TC8 (PT 6096000 5156200) (PINLABELLOC 5 TC8 (PT 6096000 5156200)
(ORIENT 90000) (ORIENT 90000)
(ALIGN CENTERLEFT) (ALIGN CENTERLEFT)
) )
(PINLABELLOC 6 TC8 (PT 7035800 6604000) (PINLABELLOC 6 TC8 (PT 7035800 6604000)
(ALIGN CENTERRIGHT) (ALIGN CENTERRIGHT)
) )
(PINLABELLOC 7 TC8 (PT 7035800 6350000) (PINLABELLOC 7 TC8 (PT 7035800 6350000)
(ALIGN CENTERRIGHT) (ALIGN CENTERRIGHT)
) )
(PINLABELLOC 8 TC8 (PT 7035800 6096000) (PINLABELLOC 8 TC8 (PT 7035800 6096000)
(ALIGN CENTERRIGHT) (ALIGN CENTERRIGHT)
) )
(PINLABELLOC 9 TC8 (PT 7035800 5842000) (PINLABELLOC 9 TC8 (PT 7035800 5842000)
(ALIGN CENTERRIGHT) (ALIGN CENTERRIGHT)
) )
) )
) )
) )

View File

@ -1,16 +1,16 @@
.TMP1075DSGR :1 ;High-accuracy upgrade to industry standard LM75 / TMP75 I2C temperature sensor .TMP1075DSGR :1 ;High-accuracy upgrade to industry standard LM75 / TMP75 I2C temperature sensor
SON50P200X200X80-9N SON50P200X200X80-9N
*STM IC *STM IC
*NGS *NGS
*PLB 1="SDA" 2="SCL" 3="ALERT" 4="GND" 5="A2" 6="A1" 7="A0" 8="V+" 9="EP" *PLB 1="SDA" 2="SCL" 3="ALERT" 4="GND" 5="A2" 6="A1" 7="A0" 8="V+" 9="EP"
*MXP 9 *MXP 9
*DFN TMP1075DSGR *DFN TMP1075DSGR
~!Mouser Part Number (595-TMP1075DSGR) ~!Mouser Part Number (595-TMP1075DSGR)
~!Link Mouser Price/Stock (https://www.mouser.co.uk/ProductDetail/Texas-Instruments/TMP1075DSGR?qs=gZXFycFWdAOidBdJW42bRw%3D%3D) ~!Link Mouser Price/Stock (https://www.mouser.co.uk/ProductDetail/Texas-Instruments/TMP1075DSGR?qs=gZXFycFWdAOidBdJW42bRw%3D%3D)
~!Manufacturer_Name (Texas Instruments) ~!Manufacturer_Name (Texas Instruments)
~!Manufacturer_Part_Number (TMP1075DSGR) ~!Manufacturer_Part_Number (TMP1075DSGR)
~!Link Datasheet (http://www.ti.com/lit/ds/symlink/tmp1075.pdf) ~!Link Datasheet (http://www.ti.com/lit/ds/symlink/tmp1075.pdf)
~!Height (0.8mm) ~!Height (0.8mm)
~!3D_Model (TMP1075DSGR) ~!3D_Model (TMP1075DSGR)
TMP1075DSGR TMP1075DSGR
1.1!U 2.1!U 3.1!U 4.1!U 9.1!U 8.1!U 7.1!U 6.1!U 5.1!U 1.1!U 2.1!U 3.1!U 4.1!U 9.1!U 8.1!U 7.1!U 6.1!U 5.1!U

View File

@ -1,357 +1,357 @@
(ftf (ftf
(header (header
(version 2.0) (version 2.0)
(unit DBUNIT) (unit DBUNIT)
) )
(TechnologyContainer (TechnologyContainer
(technology SamacSys_Footprint (technology SamacSys_Footprint
(footprintLayer (footprintLayer
(layer Top (type Conductive)) (layer Top (type Conductive))
(layer Inner (type Conductive)) (layer Inner (type Conductive))
(layer Bottom (type Conductive)) (layer Bottom (type Conductive))
(layer Silk-Top (type Symbolmark)) (layer Silk-Top (type Symbolmark))
(layer Silk-Bottom (type Symbolmark)) (layer Silk-Bottom (type Symbolmark))
(layer Resist-Top (type Solderresist)) (layer Resist-Top (type Solderresist))
(layer Resist-Bottom (type Solderresist)) (layer Resist-Bottom (type Solderresist))
(layer MetalMask-Top (type Metalmask)) (layer MetalMask-Top (type Metalmask))
(layer MetalMask-Bottom (type Metalmask)) (layer MetalMask-Bottom (type Metalmask))
(layer CompArea-Top (type Comparea)) (layer CompArea-Top (type Comparea))
(layer CompArea-Bottom (type Comparea)) (layer CompArea-Bottom (type Comparea))
(layer Assembly-Top (type Undefined)) (layer Assembly-Top (type Undefined))
(layer Assembly-Bottom (type Undefined)) (layer Assembly-Bottom (type Undefined))
(layer Hole (type Hole)) (layer Hole (type Hole))
) )
) )
) )
(footprintContainer (footprintContainer
(commonParameters (commonParameters
(dimensionParameters (dimensionParameters
(arrowLength 100000) (arrowLength 100000)
(arrowAngle 15.000000) (arrowAngle 15.000000)
(dotDiameter 100000) (dotDiameter 100000)
(textFrameOffset 100000) (textFrameOffset 100000)
(arrowOffset 100000) (arrowOffset 100000)
(dimAssistOffset 100000) (dimAssistOffset 100000)
(dimLineWidth 10000) (dimLineWidth 10000)
(drawTextFrame NO) (drawTextFrame NO)
(textFrameRange ALL) (textFrameRange ALL)
(textClip NO) (textClip NO)
(standard JIS) (standard JIS)
) )
) )
(padstackGroups (padstackGroups
(padstackGroup default) (padstackGroup default)
) )
(pads (pads
(pad r70_30 (pad r70_30
(photo FLASH) (photo FLASH)
(panelUse NO) (panelUse NO)
(geometry (geometry
(rectangle (rectangle
(pt 0 0) (pt 0 0)
(width 30000) (width 30000)
(height 70000) (height 70000)
(rAngle 0.000000) (rAngle 0.000000)
(outlineWidth 0) (outlineWidth 0)
(fillWidth 0) (fillWidth 0)
(fillAngle 0.000000) (fillAngle 0.000000)
) )
) )
) )
(pad r170_100 (pad r170_100
(photo FLASH) (photo FLASH)
(panelUse NO) (panelUse NO)
(geometry (geometry
(rectangle (rectangle
(pt 0 0) (pt 0 0)
(width 100000) (width 100000)
(height 170000) (height 170000)
(rAngle 0.000000) (rAngle 0.000000)
(outlineWidth 0) (outlineWidth 0)
(fillWidth 0) (fillWidth 0)
(fillAngle 0.000000) (fillAngle 0.000000)
) )
) )
) )
); End of pads ); End of pads
(padstacks (padstacks
(padstack r70_30 (padstack r70_30
(type NONPLATED) (type NONPLATED)
(throughMode NONTHROUGH) (throughMode NONTHROUGH)
(panelUse NO) (panelUse NO)
(padSet (footLayer Top) (padSet (footLayer Top)
(connect (pad r70_30)) (connect (pad r70_30))
(noconnect (pad r70_30)) (noconnect (pad r70_30))
) )
(padSet (footLayer Resist-Top) (padSet (footLayer Resist-Top)
(connect (pad r70_30)) (connect (pad r70_30))
(noconnect (pad r70_30)) (noconnect (pad r70_30))
) )
(padSet (footLayer MetalMask-Top) (padSet (footLayer MetalMask-Top)
(connect (pad r70_30)) (connect (pad r70_30))
(noconnect (pad r70_30)) (noconnect (pad r70_30))
) )
) )
(padstack r170_100 (padstack r170_100
(type NONPLATED) (type NONPLATED)
(throughMode NONTHROUGH) (throughMode NONTHROUGH)
(panelUse NO) (panelUse NO)
(padSet (footLayer Top) (padSet (footLayer Top)
(connect (pad r170_100)) (connect (pad r170_100))
(noconnect (pad r170_100)) (noconnect (pad r170_100))
) )
(padSet (footLayer Resist-Top) (padSet (footLayer Resist-Top)
(connect (pad r170_100)) (connect (pad r170_100))
(noconnect (pad r170_100)) (noconnect (pad r170_100))
) )
(padSet (footLayer MetalMask-Top) (padSet (footLayer MetalMask-Top)
(connect (pad r170_100)) (connect (pad r170_100))
(noconnect (pad r170_100)) (noconnect (pad r170_100))
) )
) )
); End of padstacks ); End of padstacks
(footprints (footprints
(footprint "SON50P200X200X80-9N" (footprint "SON50P200X200X80-9N"
(polarity YES) (polarity YES)
(panelUse NO) (panelUse NO)
(heelprint (heelprint
(layout (layout
(layer (footLayer CompArea-Top) (layer (footLayer CompArea-Top)
(area (area
(geometry (geometry
(surface (surface
(outlineWidth 0) (outlineWidth 0)
(fillWidth 0) (fillWidth 0)
(fillAngle 0.000000) (fillAngle 0.000000)
(vertex (vertex
(pt 162500 130000) (pt 162500 130000)
(pt 162500 -130000) (pt 162500 -130000)
(pt -162500 -130000) (pt -162500 -130000)
(pt -162500 130000) (pt -162500 130000)
) )
) )
) )
) )
) )
(layer (footLayer Assembly-Top) (layer (footLayer Assembly-Top)
(line (line
(geometry (geometry
(line (line
(vertex (vertex
(pt -100000 100000 (pt -100000 100000
(width 10000) (width 10000)
) )
(pt 100000 100000 (pt 100000 100000
(width 10000) (width 10000)
) )
) )
) )
) )
) )
) )
(layer (footLayer Assembly-Top) (layer (footLayer Assembly-Top)
(line (line
(geometry (geometry
(line (line
(vertex (vertex
(pt 100000 100000 (pt 100000 100000
(width 10000) (width 10000)
) )
(pt 100000 -100000 (pt 100000 -100000
(width 10000) (width 10000)
) )
) )
) )
) )
) )
) )
(layer (footLayer Assembly-Top) (layer (footLayer Assembly-Top)
(line (line
(geometry (geometry
(line (line
(vertex (vertex
(pt 100000 -100000 (pt 100000 -100000
(width 10000) (width 10000)
) )
(pt -100000 -100000 (pt -100000 -100000
(width 10000) (width 10000)
) )
) )
) )
) )
) )
) )
(layer (footLayer Assembly-Top) (layer (footLayer Assembly-Top)
(line (line
(geometry (geometry
(line (line
(vertex (vertex
(pt -100000 -100000 (pt -100000 -100000
(width 10000) (width 10000)
) )
(pt -100000 100000 (pt -100000 100000
(width 10000) (width 10000)
) )
) )
) )
) )
) )
) )
(layer (footLayer Assembly-Top) (layer (footLayer Assembly-Top)
(line (line
(geometry (geometry
(line (line
(vertex (vertex
(pt -100000 50000 (pt -100000 50000
(width 10000) (width 10000)
) )
(pt -50000 100000 (pt -50000 100000
(width 10000) (width 10000)
) )
) )
) )
) )
) )
) )
(layer (footLayer Silk-Top) (layer (footLayer Silk-Top)
(line (line
(geometry (geometry
(line (line
(vertex (vertex
(arc CW (arc CW
(r 12500) (r 12500)
(begin (begin
(pt -140000 152500 (pt -140000 152500
(width 25000) (width 25000)
) )
) )
(center 0 0) (center 0 0)
(end (end
(pt -140000 152500 (pt -140000 152500
(width 25000) (width 25000)
) )
) )
) )
) )
) )
) )
) )
) )
); End of layout ); End of layout
); End of heelprint ); End of heelprint
(toeprint (toeprint
(pin 1 (pin 1
(pt -105000 75000) (pt -105000 75000)
(layout (layout
(layer (FPADSTACK) (layer (FPADSTACK)
(fpadstack (fpadstack
(pt -105000 75000) (pt -105000 75000)
(angle 90) (angle 90)
(padstackGroup default (padstack r70_30)) (padstackGroup default (padstack r70_30))
) )
) )
) )
) )
(pin 2 (pin 2
(pt -105000 25000) (pt -105000 25000)
(layout (layout
(layer (FPADSTACK) (layer (FPADSTACK)
(fpadstack (fpadstack
(pt -105000 25000) (pt -105000 25000)
(angle 90) (angle 90)
(padstackGroup default (padstack r70_30)) (padstackGroup default (padstack r70_30))
) )
) )
) )
) )
(pin 3 (pin 3
(pt -105000 -25000) (pt -105000 -25000)
(layout (layout
(layer (FPADSTACK) (layer (FPADSTACK)
(fpadstack (fpadstack
(pt -105000 -25000) (pt -105000 -25000)
(angle 90) (angle 90)
(padstackGroup default (padstack r70_30)) (padstackGroup default (padstack r70_30))
) )
) )
) )
) )
(pin 4 (pin 4
(pt -105000 -75000) (pt -105000 -75000)
(layout (layout
(layer (FPADSTACK) (layer (FPADSTACK)
(fpadstack (fpadstack
(pt -105000 -75000) (pt -105000 -75000)
(angle 90) (angle 90)
(padstackGroup default (padstack r70_30)) (padstackGroup default (padstack r70_30))
) )
) )
) )
) )
(pin 5 (pin 5
(pt 105000 -75000) (pt 105000 -75000)
(layout (layout
(layer (FPADSTACK) (layer (FPADSTACK)
(fpadstack (fpadstack
(pt 105000 -75000) (pt 105000 -75000)
(angle 90) (angle 90)
(padstackGroup default (padstack r70_30)) (padstackGroup default (padstack r70_30))
) )
) )
) )
) )
(pin 6 (pin 6
(pt 105000 -25000) (pt 105000 -25000)
(layout (layout
(layer (FPADSTACK) (layer (FPADSTACK)
(fpadstack (fpadstack
(pt 105000 -25000) (pt 105000 -25000)
(angle 90) (angle 90)
(padstackGroup default (padstack r70_30)) (padstackGroup default (padstack r70_30))
) )
) )
) )
) )
(pin 7 (pin 7
(pt 105000 25000) (pt 105000 25000)
(layout (layout
(layer (FPADSTACK) (layer (FPADSTACK)
(fpadstack (fpadstack
(pt 105000 25000) (pt 105000 25000)
(angle 90) (angle 90)
(padstackGroup default (padstack r70_30)) (padstackGroup default (padstack r70_30))
) )
) )
) )
) )
(pin 8 (pin 8
(pt 105000 75000) (pt 105000 75000)
(layout (layout
(layer (FPADSTACK) (layer (FPADSTACK)
(fpadstack (fpadstack
(pt 105000 75000) (pt 105000 75000)
(angle 90) (angle 90)
(padstackGroup default (padstack r70_30)) (padstackGroup default (padstack r70_30))
) )
) )
) )
) )
(pin 9 (pin 9
(pt 0 0) (pt 0 0)
(layout (layout
(layer (FPADSTACK) (layer (FPADSTACK)
(fpadstack (fpadstack
(pt 0 0) (pt 0 0)
(angle 0) (angle 0)
(padstackGroup default (padstack r170_100)) (padstackGroup default (padstack r170_100))
) )
) )
) )
) )
); End of toeprint ); End of toeprint
(propertyS accurateShape TMP1075DSGR.stp) (propertyS accurateShape TMP1075DSGR.stp)
); End of footprint ); End of footprint
); End of footprints ); End of footprints
); End of footprintContainer ); End of footprintContainer
); End of ftf ); End of ftf

View File

@ -1,10 +1,10 @@
(unit MM) (unit MM)
(package "SON50P200X200X80-9N" (package "SON50P200X200X80-9N"
(type UNDEF) (type UNDEF)
(uver 2) (uver 2)
(mountForm default (mountForm default
(footprintRef "SON50P200X200X80-9N") (footprintRef "SON50P200X200X80-9N")
(spec "default") (spec "default")
) )
) )

View File

@ -1,28 +1,28 @@
(part "TMP1075DSGR" (part "TMP1075DSGR"
(packageRef "SON50P200X200X80-9N") (packageRef "SON50P200X200X80-9N")
(interface (interface
(port "1" (symbPinId 1) (portName "SDA") (portType INOUT)) (port "1" (symbPinId 1) (portName "SDA") (portType INOUT))
(port "2" (symbPinId 2) (portName "SCL") (portType INOUT)) (port "2" (symbPinId 2) (portName "SCL") (portType INOUT))
(port "3" (symbPinId 3) (portName "ALERT") (portType INOUT)) (port "3" (symbPinId 3) (portName "ALERT") (portType INOUT))
(port "4" (symbPinId 4) (portName "GND") (portType INOUT)) (port "4" (symbPinId 4) (portName "GND") (portType INOUT))
(port "5" (symbPinId 5) (portName "A2") (portType INOUT)) (port "5" (symbPinId 5) (portName "A2") (portType INOUT))
(port "6" (symbPinId 6) (portName "A1") (portType INOUT)) (port "6" (symbPinId 6) (portName "A1") (portType INOUT))
(port "7" (symbPinId 7) (portName "A0") (portType INOUT)) (port "7" (symbPinId 7) (portName "A0") (portType INOUT))
(port "8" (symbPinId 8) (portName "V+") (portType INOUT)) (port "8" (symbPinId 8) (portName "V+") (portType INOUT))
(port "9" (symbPinId 9) (portName "EP") (portType INOUT)) (port "9" (symbPinId 9) (portName "EP") (portType INOUT))
) )
(partClass UNDEF) (partClass UNDEF)
(useInSchema Y) (useInSchema Y)
(useInLayout Y) (useInLayout Y)
(inPartsList Y) (inPartsList Y)
(partType NORMAL) (partType NORMAL)
(placeRestriction FREE) (placeRestriction FREE)
(property "compKind" "101") (property "compKind" "101")
(property "Mouser_Part_Number" "595-TMP1075DSGR") (property "Mouser_Part_Number" "595-TMP1075DSGR")
(property "Mouser_Price/Stock" "https://www.mouser.co.uk/ProductDetail/Texas-Instruments/TMP1075DSGR?qs=gZXFycFWdAOidBdJW42bRw%3D%3D") (property "Mouser_Price/Stock" "https://www.mouser.co.uk/ProductDetail/Texas-Instruments/TMP1075DSGR?qs=gZXFycFWdAOidBdJW42bRw%3D%3D")
(property "Manufacturer_Name" "Texas Instruments") (property "Manufacturer_Name" "Texas Instruments")
(property "Manufacturer_Part_Number" "TMP1075DSGR") (property "Manufacturer_Part_Number" "TMP1075DSGR")
(property "Description" "High-accuracy upgrade to industry standard LM75 / TMP75 I2C temperature sensor") (property "Description" "High-accuracy upgrade to industry standard LM75 / TMP75 I2C temperature sensor")
(property "Datasheet_Link" "http://www.ti.com/lit/ds/symlink/tmp1075.pdf") (property "Datasheet_Link" "http://www.ti.com/lit/ds/symlink/tmp1075.pdf")
(property "symbolName1" "TMP1075DSGR") (property "symbolName1" "TMP1075DSGR")
) )

View File

@ -1,150 +1,150 @@
LIB TMP1075DSGR LIB TMP1075DSGR
ZONE 1 2 1 50.000 50.000 0.000 0.000 0 A 1 ZONE 1 2 1 50.000 50.000 0.000 0.000 0 A 1
GRID 1 1 1 1 1 1 1 4 GRID 1 1 1 1 1 1 1 4
SHT 1 1 1 0 16 24 18 SHT 1 1 1 0 16 24 18
PROP 0 componentType 1 PROP 0 componentType 1
parts parts
ENDPROP ENDPROP
PROP 0 componentKind 1 PROP 0 componentKind 1
101 101
ENDPROP ENDPROP
PROP 0 partName 1 PROP 0 partName 1
TMP1075DSGR TMP1075DSGR
ENDPROP ENDPROP
VIEW 1 1 0 -1 -1 21 6 0 1.000 3 reference VIEW 1 1 0 -1 -1 21 6 0 1.000 3 reference
VIEW 1 1 0 -1 -1 21 4 0 1.000 3 partName VIEW 1 1 0 -1 -1 21 4 0 1.000 3 partName
ENDSHT ENDSHT
LINE 1 -1 -1 -1 0 0 0 LINE 1 -1 -1 -1 0 0 0
POINT - 4 2 POINT - 4 2
POINT - 20 2 POINT - 20 2
POINT - 20 -12 POINT - 20 -12
POINT - 4 -12 POINT - 4 -12
POINT - 4 2 POINT - 4 2
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 0 0 POINT - 0 0
POINT - 4 0 POINT - 4 0
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 0 -2 POINT - 0 -2
POINT - 4 -2 POINT - 4 -2
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 0 -4 POINT - 0 -4
POINT - 4 -4 POINT - 4 -4
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 0 -6 POINT - 0 -6
POINT - 4 -6 POINT - 4 -6
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 12 -16 POINT - 12 -16
POINT - 12 -12 POINT - 12 -12
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 24 0 POINT - 24 0
POINT - 20 0 POINT - 20 0
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 24 -2 POINT - 24 -2
POINT - 20 -2 POINT - 20 -2
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 24 -4 POINT - 24 -4
POINT - 20 -4 POINT - 20 -4
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 24 -6 POINT - 24 -6
POINT - 20 -6 POINT - 20 -6
ENDLIN ENDLIN
PIN 1 1 0 0 PIN 1 1 0 0
PROP 0 pinLabel 1 PROP 0 pinLabel 1
SDA SDA
ENDPROP ENDPROP
PROP 0 pinNumber 1 PROP 0 pinNumber 1
1 1
ENDPROP ENDPROP
VIEW 1 1 0 -1 -1 2.8 0.4 0 1.000 2 pinNumber VIEW 1 1 0 -1 -1 2.8 0.4 0 1.000 2 pinNumber
VIEW 2 1 0 -1 -1 4.6 0 0 1.000 3 pinLabel VIEW 2 1 0 -1 -1 4.6 0 0 1.000 3 pinLabel
ENDPIN ENDPIN
PIN 2 1 0 -2 PIN 2 1 0 -2
PROP 0 pinLabel 1 PROP 0 pinLabel 1
SCL SCL
ENDPROP ENDPROP
PROP 0 pinNumber 1 PROP 0 pinNumber 1
2 2
ENDPROP ENDPROP
VIEW 1 1 0 -1 -1 2.8 -1.6 0 1.000 2 pinNumber VIEW 1 1 0 -1 -1 2.8 -1.6 0 1.000 2 pinNumber
VIEW 2 1 0 -1 -1 4.6 -2 0 1.000 3 pinLabel VIEW 2 1 0 -1 -1 4.6 -2 0 1.000 3 pinLabel
ENDPIN ENDPIN
PIN 3 1 0 -4 PIN 3 1 0 -4
PROP 0 pinLabel 1 PROP 0 pinLabel 1
ALERT ALERT
ENDPROP ENDPROP
PROP 0 pinNumber 1 PROP 0 pinNumber 1
3 3
ENDPROP ENDPROP
VIEW 1 1 0 -1 -1 2.8 -3.6 0 1.000 2 pinNumber VIEW 1 1 0 -1 -1 2.8 -3.6 0 1.000 2 pinNumber
VIEW 2 1 0 -1 -1 4.6 -4 0 1.000 3 pinLabel VIEW 2 1 0 -1 -1 4.6 -4 0 1.000 3 pinLabel
ENDPIN ENDPIN
PIN 4 1 0 -6 PIN 4 1 0 -6
PROP 0 pinLabel 1 PROP 0 pinLabel 1
GND GND
ENDPROP ENDPROP
PROP 0 pinNumber 1 PROP 0 pinNumber 1
4 4
ENDPROP ENDPROP
VIEW 1 1 0 -1 -1 2.8 -5.6 0 1.000 2 pinNumber VIEW 1 1 0 -1 -1 2.8 -5.6 0 1.000 2 pinNumber
VIEW 2 1 0 -1 -1 4.6 -6 0 1.000 3 pinLabel VIEW 2 1 0 -1 -1 4.6 -6 0 1.000 3 pinLabel
ENDPIN ENDPIN
PIN 5 1 12 -16 PIN 5 1 12 -16
PROP 0 pinLabel 1 PROP 0 pinLabel 1
EP EP
ENDPROP ENDPROP
PROP 0 pinNumber 1 PROP 0 pinNumber 1
9 9
ENDPROP ENDPROP
VIEW 1 1 0 -1 -1 11.6 -13.2 90 1.000 2 pinNumber VIEW 1 1 0 -1 -1 11.6 -13.2 90 1.000 2 pinNumber
VIEW 2 1 0 -1 -1 12 -11.4 90 1.000 3 pinLabel VIEW 2 1 0 -1 -1 12 -11.4 90 1.000 3 pinLabel
ENDPIN ENDPIN
PIN 6 1 24 0 PIN 6 1 24 0
PROP 0 pinLabel 1 PROP 0 pinLabel 1
V+ V+
ENDPROP ENDPROP
PROP 0 pinNumber 1 PROP 0 pinNumber 1
8 8
ENDPROP ENDPROP
VIEW 1 1 0 -1 -1 21.2 0.4 0 1.000 0 pinNumber VIEW 1 1 0 -1 -1 21.2 0.4 0 1.000 0 pinNumber
VIEW 2 1 0 -1 -1 19.4 0 0 1.000 5 pinLabel VIEW 2 1 0 -1 -1 19.4 0 0 1.000 5 pinLabel
ENDPIN ENDPIN
PIN 7 1 24 -2 PIN 7 1 24 -2
PROP 0 pinLabel 1 PROP 0 pinLabel 1
A0 A0
ENDPROP ENDPROP
PROP 0 pinNumber 1 PROP 0 pinNumber 1
7 7
ENDPROP ENDPROP
VIEW 1 1 0 -1 -1 21.2 -1.6 0 1.000 0 pinNumber VIEW 1 1 0 -1 -1 21.2 -1.6 0 1.000 0 pinNumber
VIEW 2 1 0 -1 -1 19.4 -2 0 1.000 5 pinLabel VIEW 2 1 0 -1 -1 19.4 -2 0 1.000 5 pinLabel
ENDPIN ENDPIN
PIN 8 1 24 -4 PIN 8 1 24 -4
PROP 0 pinLabel 1 PROP 0 pinLabel 1
A1 A1
ENDPROP ENDPROP
PROP 0 pinNumber 1 PROP 0 pinNumber 1
6 6
ENDPROP ENDPROP
VIEW 1 1 0 -1 -1 21.2 -3.6 0 1.000 0 pinNumber VIEW 1 1 0 -1 -1 21.2 -3.6 0 1.000 0 pinNumber
VIEW 2 1 0 -1 -1 19.4 -4 0 1.000 5 pinLabel VIEW 2 1 0 -1 -1 19.4 -4 0 1.000 5 pinLabel
ENDPIN ENDPIN
PIN 9 1 24 -6 PIN 9 1 24 -6
PROP 0 pinLabel 1 PROP 0 pinLabel 1
A2 A2
ENDPROP ENDPROP
PROP 0 pinNumber 1 PROP 0 pinNumber 1
5 5
ENDPROP ENDPROP
VIEW 1 1 0 -1 -1 21.2 -5.6 0 1.000 0 pinNumber VIEW 1 1 0 -1 -1 21.2 -5.6 0 1.000 0 pinNumber
VIEW 2 1 0 -1 -1 19.4 -6 0 1.000 5 pinLabel VIEW 2 1 0 -1 -1 19.4 -6 0 1.000 5 pinLabel
ENDPIN ENDPIN
ENDLIB ENDLIB

View File

@ -1,357 +1,357 @@
(ftf (ftf
(header (header
(version 2.0) (version 2.0)
(unit DBUNIT) (unit DBUNIT)
) )
(TechnologyContainer (TechnologyContainer
(technology SamacSys_Footprint (technology SamacSys_Footprint
(footprintLayer (footprintLayer
(layer Top (type Conductive)) (layer Top (type Conductive))
(layer Inner (type Conductive)) (layer Inner (type Conductive))
(layer Bottom (type Conductive)) (layer Bottom (type Conductive))
(layer Silk-Top (type Symbolmark)) (layer Silk-Top (type Symbolmark))
(layer Silk-Bottom (type Symbolmark)) (layer Silk-Bottom (type Symbolmark))
(layer Resist-Top (type Solderresist)) (layer Resist-Top (type Solderresist))
(layer Resist-Bottom (type Solderresist)) (layer Resist-Bottom (type Solderresist))
(layer MetalMask-Top (type Metalmask)) (layer MetalMask-Top (type Metalmask))
(layer MetalMask-Bottom (type Metalmask)) (layer MetalMask-Bottom (type Metalmask))
(layer CompArea-Top (type Comparea)) (layer CompArea-Top (type Comparea))
(layer CompArea-Bottom (type Comparea)) (layer CompArea-Bottom (type Comparea))
(layer Assembly-Top (type Undefined)) (layer Assembly-Top (type Undefined))
(layer Assembly-Bottom (type Undefined)) (layer Assembly-Bottom (type Undefined))
(layer Hole (type Hole)) (layer Hole (type Hole))
) )
) )
) )
(footprintContainer (footprintContainer
(commonParameters (commonParameters
(dimensionParameters (dimensionParameters
(arrowLength 100000) (arrowLength 100000)
(arrowAngle 15.000000) (arrowAngle 15.000000)
(dotDiameter 100000) (dotDiameter 100000)
(textFrameOffset 100000) (textFrameOffset 100000)
(arrowOffset 100000) (arrowOffset 100000)
(dimAssistOffset 100000) (dimAssistOffset 100000)
(dimLineWidth 10000) (dimLineWidth 10000)
(drawTextFrame NO) (drawTextFrame NO)
(textFrameRange ALL) (textFrameRange ALL)
(textClip NO) (textClip NO)
(standard JIS) (standard JIS)
) )
) )
(padstackGroups (padstackGroups
(padstackGroup default) (padstackGroup default)
) )
(pads (pads
(pad r70_30 (pad r70_30
(photo FLASH) (photo FLASH)
(panelUse NO) (panelUse NO)
(geometry (geometry
(rectangle (rectangle
(pt 0 0) (pt 0 0)
(width 30000) (width 30000)
(height 70000) (height 70000)
(rAngle 0.000000) (rAngle 0.000000)
(outlineWidth 0) (outlineWidth 0)
(fillWidth 0) (fillWidth 0)
(fillAngle 0.000000) (fillAngle 0.000000)
) )
) )
) )
(pad r170_100 (pad r170_100
(photo FLASH) (photo FLASH)
(panelUse NO) (panelUse NO)
(geometry (geometry
(rectangle (rectangle
(pt 0 0) (pt 0 0)
(width 100000) (width 100000)
(height 170000) (height 170000)
(rAngle 0.000000) (rAngle 0.000000)
(outlineWidth 0) (outlineWidth 0)
(fillWidth 0) (fillWidth 0)
(fillAngle 0.000000) (fillAngle 0.000000)
) )
) )
) )
); End of pads ); End of pads
(padstacks (padstacks
(padstack r70_30 (padstack r70_30
(type NONPLATED) (type NONPLATED)
(throughMode NONTHROUGH) (throughMode NONTHROUGH)
(panelUse NO) (panelUse NO)
(padSet (footLayer Top) (padSet (footLayer Top)
(connect (pad r70_30)) (connect (pad r70_30))
(noconnect (pad r70_30)) (noconnect (pad r70_30))
) )
(padSet (footLayer Resist-Top) (padSet (footLayer Resist-Top)
(connect (pad r70_30)) (connect (pad r70_30))
(noconnect (pad r70_30)) (noconnect (pad r70_30))
) )
(padSet (footLayer MetalMask-Top) (padSet (footLayer MetalMask-Top)
(connect (pad r70_30)) (connect (pad r70_30))
(noconnect (pad r70_30)) (noconnect (pad r70_30))
) )
) )
(padstack r170_100 (padstack r170_100
(type NONPLATED) (type NONPLATED)
(throughMode NONTHROUGH) (throughMode NONTHROUGH)
(panelUse NO) (panelUse NO)
(padSet (footLayer Top) (padSet (footLayer Top)
(connect (pad r170_100)) (connect (pad r170_100))
(noconnect (pad r170_100)) (noconnect (pad r170_100))
) )
(padSet (footLayer Resist-Top) (padSet (footLayer Resist-Top)
(connect (pad r170_100)) (connect (pad r170_100))
(noconnect (pad r170_100)) (noconnect (pad r170_100))
) )
(padSet (footLayer MetalMask-Top) (padSet (footLayer MetalMask-Top)
(connect (pad r170_100)) (connect (pad r170_100))
(noconnect (pad r170_100)) (noconnect (pad r170_100))
) )
) )
); End of padstacks ); End of padstacks
(footprints (footprints
(footprint "SON50P200X200X80-9N" (footprint "SON50P200X200X80-9N"
(polarity YES) (polarity YES)
(panelUse NO) (panelUse NO)
(heelprint (heelprint
(layout (layout
(layer (footLayer CompArea-Top) (layer (footLayer CompArea-Top)
(area (area
(geometry (geometry
(surface (surface
(outlineWidth 0) (outlineWidth 0)
(fillWidth 0) (fillWidth 0)
(fillAngle 0.000000) (fillAngle 0.000000)
(vertex (vertex
(pt 162500 130000) (pt 162500 130000)
(pt 162500 -130000) (pt 162500 -130000)
(pt -162500 -130000) (pt -162500 -130000)
(pt -162500 130000) (pt -162500 130000)
) )
) )
) )
) )
) )
(layer (footLayer Assembly-Top) (layer (footLayer Assembly-Top)
(line (line
(geometry (geometry
(line (line
(vertex (vertex
(pt -100000 100000 (pt -100000 100000
(width 10000) (width 10000)
) )
(pt 100000 100000 (pt 100000 100000
(width 10000) (width 10000)
) )
) )
) )
) )
) )
) )
(layer (footLayer Assembly-Top) (layer (footLayer Assembly-Top)
(line (line
(geometry (geometry
(line (line
(vertex (vertex
(pt 100000 100000 (pt 100000 100000
(width 10000) (width 10000)
) )
(pt 100000 -100000 (pt 100000 -100000
(width 10000) (width 10000)
) )
) )
) )
) )
) )
) )
(layer (footLayer Assembly-Top) (layer (footLayer Assembly-Top)
(line (line
(geometry (geometry
(line (line
(vertex (vertex
(pt 100000 -100000 (pt 100000 -100000
(width 10000) (width 10000)
) )
(pt -100000 -100000 (pt -100000 -100000
(width 10000) (width 10000)
) )
) )
) )
) )
) )
) )
(layer (footLayer Assembly-Top) (layer (footLayer Assembly-Top)
(line (line
(geometry (geometry
(line (line
(vertex (vertex
(pt -100000 -100000 (pt -100000 -100000
(width 10000) (width 10000)
) )
(pt -100000 100000 (pt -100000 100000
(width 10000) (width 10000)
) )
) )
) )
) )
) )
) )
(layer (footLayer Assembly-Top) (layer (footLayer Assembly-Top)
(line (line
(geometry (geometry
(line (line
(vertex (vertex
(pt -100000 50000 (pt -100000 50000
(width 10000) (width 10000)
) )
(pt -50000 100000 (pt -50000 100000
(width 10000) (width 10000)
) )
) )
) )
) )
) )
) )
(layer (footLayer Silk-Top) (layer (footLayer Silk-Top)
(line (line
(geometry (geometry
(line (line
(vertex (vertex
(arc CW (arc CW
(r 12500) (r 12500)
(begin (begin
(pt -140000 152500 (pt -140000 152500
(width 25000) (width 25000)
) )
) )
(center 0 0) (center 0 0)
(end (end
(pt -140000 152500 (pt -140000 152500
(width 25000) (width 25000)
) )
) )
) )
) )
) )
) )
) )
) )
); End of layout ); End of layout
); End of heelprint ); End of heelprint
(toeprint (toeprint
(pin 1 (pin 1
(pt -105000 75000) (pt -105000 75000)
(layout (layout
(layer (FPADSTACK) (layer (FPADSTACK)
(fpadstack (fpadstack
(pt -105000 75000) (pt -105000 75000)
(angle 90) (angle 90)
(padstackGroup default (padstack r70_30)) (padstackGroup default (padstack r70_30))
) )
) )
) )
) )
(pin 2 (pin 2
(pt -105000 25000) (pt -105000 25000)
(layout (layout
(layer (FPADSTACK) (layer (FPADSTACK)
(fpadstack (fpadstack
(pt -105000 25000) (pt -105000 25000)
(angle 90) (angle 90)
(padstackGroup default (padstack r70_30)) (padstackGroup default (padstack r70_30))
) )
) )
) )
) )
(pin 3 (pin 3
(pt -105000 -25000) (pt -105000 -25000)
(layout (layout
(layer (FPADSTACK) (layer (FPADSTACK)
(fpadstack (fpadstack
(pt -105000 -25000) (pt -105000 -25000)
(angle 90) (angle 90)
(padstackGroup default (padstack r70_30)) (padstackGroup default (padstack r70_30))
) )
) )
) )
) )
(pin 4 (pin 4
(pt -105000 -75000) (pt -105000 -75000)
(layout (layout
(layer (FPADSTACK) (layer (FPADSTACK)
(fpadstack (fpadstack
(pt -105000 -75000) (pt -105000 -75000)
(angle 90) (angle 90)
(padstackGroup default (padstack r70_30)) (padstackGroup default (padstack r70_30))
) )
) )
) )
) )
(pin 5 (pin 5
(pt 105000 -75000) (pt 105000 -75000)
(layout (layout
(layer (FPADSTACK) (layer (FPADSTACK)
(fpadstack (fpadstack
(pt 105000 -75000) (pt 105000 -75000)
(angle 90) (angle 90)
(padstackGroup default (padstack r70_30)) (padstackGroup default (padstack r70_30))
) )
) )
) )
) )
(pin 6 (pin 6
(pt 105000 -25000) (pt 105000 -25000)
(layout (layout
(layer (FPADSTACK) (layer (FPADSTACK)
(fpadstack (fpadstack
(pt 105000 -25000) (pt 105000 -25000)
(angle 90) (angle 90)
(padstackGroup default (padstack r70_30)) (padstackGroup default (padstack r70_30))
) )
) )
) )
) )
(pin 7 (pin 7
(pt 105000 25000) (pt 105000 25000)
(layout (layout
(layer (FPADSTACK) (layer (FPADSTACK)
(fpadstack (fpadstack
(pt 105000 25000) (pt 105000 25000)
(angle 90) (angle 90)
(padstackGroup default (padstack r70_30)) (padstackGroup default (padstack r70_30))
) )
) )
) )
) )
(pin 8 (pin 8
(pt 105000 75000) (pt 105000 75000)
(layout (layout
(layer (FPADSTACK) (layer (FPADSTACK)
(fpadstack (fpadstack
(pt 105000 75000) (pt 105000 75000)
(angle 90) (angle 90)
(padstackGroup default (padstack r70_30)) (padstackGroup default (padstack r70_30))
) )
) )
) )
) )
(pin 9 (pin 9
(pt 0 0) (pt 0 0)
(layout (layout
(layer (FPADSTACK) (layer (FPADSTACK)
(fpadstack (fpadstack
(pt 0 0) (pt 0 0)
(angle 0) (angle 0)
(padstackGroup default (padstack r170_100)) (padstackGroup default (padstack r170_100))
) )
) )
) )
) )
); End of toeprint ); End of toeprint
(propertyS accurateShape TMP1075DSGR.stp) (propertyS accurateShape TMP1075DSGR.stp)
); End of footprint ); End of footprint
); End of footprints ); End of footprints
); End of footprintContainer ); End of footprintContainer
); End of ftf ); End of ftf

View File

@ -1,10 +1,10 @@
(unit MM) (unit MM)
(package "SON50P200X200X80-9N" (package "SON50P200X200X80-9N"
(type UNDEF) (type UNDEF)
(uver 2) (uver 2)
(mountForm default (mountForm default
(footprintRef "SON50P200X200X80-9N") (footprintRef "SON50P200X200X80-9N")
(spec "default") (spec "default")
) )
) )

View File

@ -1,28 +1,28 @@
(part "TMP1075DSGR" (part "TMP1075DSGR"
(packageRef "SON50P200X200X80-9N") (packageRef "SON50P200X200X80-9N")
(interface (interface
(port "1" (symbPinId 1) (portName "SDA") (portType INOUT)) (port "1" (symbPinId 1) (portName "SDA") (portType INOUT))
(port "2" (symbPinId 2) (portName "SCL") (portType INOUT)) (port "2" (symbPinId 2) (portName "SCL") (portType INOUT))
(port "3" (symbPinId 3) (portName "ALERT") (portType INOUT)) (port "3" (symbPinId 3) (portName "ALERT") (portType INOUT))
(port "4" (symbPinId 4) (portName "GND") (portType INOUT)) (port "4" (symbPinId 4) (portName "GND") (portType INOUT))
(port "5" (symbPinId 5) (portName "A2") (portType INOUT)) (port "5" (symbPinId 5) (portName "A2") (portType INOUT))
(port "6" (symbPinId 6) (portName "A1") (portType INOUT)) (port "6" (symbPinId 6) (portName "A1") (portType INOUT))
(port "7" (symbPinId 7) (portName "A0") (portType INOUT)) (port "7" (symbPinId 7) (portName "A0") (portType INOUT))
(port "8" (symbPinId 8) (portName "V+") (portType INOUT)) (port "8" (symbPinId 8) (portName "V+") (portType INOUT))
(port "9" (symbPinId 9) (portName "EP") (portType INOUT)) (port "9" (symbPinId 9) (portName "EP") (portType INOUT))
) )
(partClass UNDEF) (partClass UNDEF)
(useInSchema Y) (useInSchema Y)
(useInLayout Y) (useInLayout Y)
(inPartsList Y) (inPartsList Y)
(partType NORMAL) (partType NORMAL)
(placeRestriction FREE) (placeRestriction FREE)
(property "compKind" "101") (property "compKind" "101")
(property "Mouser_Part_Number" "595-TMP1075DSGR") (property "Mouser_Part_Number" "595-TMP1075DSGR")
(property "Mouser_Price/Stock" "https://www.mouser.co.uk/ProductDetail/Texas-Instruments/TMP1075DSGR?qs=gZXFycFWdAOidBdJW42bRw%3D%3D") (property "Mouser_Price/Stock" "https://www.mouser.co.uk/ProductDetail/Texas-Instruments/TMP1075DSGR?qs=gZXFycFWdAOidBdJW42bRw%3D%3D")
(property "Manufacturer_Name" "Texas Instruments") (property "Manufacturer_Name" "Texas Instruments")
(property "Manufacturer_Part_Number" "TMP1075DSGR") (property "Manufacturer_Part_Number" "TMP1075DSGR")
(property "Description" "High-accuracy upgrade to industry standard LM75 / TMP75 I2C temperature sensor") (property "Description" "High-accuracy upgrade to industry standard LM75 / TMP75 I2C temperature sensor")
(property "Datasheet_Link" "http://www.ti.com/lit/ds/symlink/tmp1075.pdf") (property "Datasheet_Link" "http://www.ti.com/lit/ds/symlink/tmp1075.pdf")
(property "symbolName1" "TMP1075DSGR") (property "symbolName1" "TMP1075DSGR")
) )

View File

@ -1,150 +1,150 @@
LIB TMP1075DSGR LIB TMP1075DSGR
ZONE 1 2 1 50.000 50.000 0.000 0.000 0 A 1 ZONE 1 2 1 50.000 50.000 0.000 0.000 0 A 1
GRID 1 1 1 1 1 1 1 4 GRID 1 1 1 1 1 1 1 4
SHT 1 1 1 0 16 24 18 SHT 1 1 1 0 16 24 18
PROP 0 componentType 1 PROP 0 componentType 1
parts parts
ENDPROP ENDPROP
PROP 0 componentKind 1 PROP 0 componentKind 1
101 101
ENDPROP ENDPROP
PROP 0 partName 1 PROP 0 partName 1
TMP1075DSGR TMP1075DSGR
ENDPROP ENDPROP
VIEW 1 1 0 -1 -1 21 6 0 1.000 3 reference VIEW 1 1 0 -1 -1 21 6 0 1.000 3 reference
VIEW 1 1 0 -1 -1 21 4 0 1.000 3 partName VIEW 1 1 0 -1 -1 21 4 0 1.000 3 partName
ENDSHT ENDSHT
LINE 1 -1 -1 -1 0 0 0 LINE 1 -1 -1 -1 0 0 0
POINT - 4 2 POINT - 4 2
POINT - 20 2 POINT - 20 2
POINT - 20 -12 POINT - 20 -12
POINT - 4 -12 POINT - 4 -12
POINT - 4 2 POINT - 4 2
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 0 0 POINT - 0 0
POINT - 4 0 POINT - 4 0
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 0 -2 POINT - 0 -2
POINT - 4 -2 POINT - 4 -2
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 0 -4 POINT - 0 -4
POINT - 4 -4 POINT - 4 -4
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 0 -6 POINT - 0 -6
POINT - 4 -6 POINT - 4 -6
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 12 -16 POINT - 12 -16
POINT - 12 -12 POINT - 12 -12
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 24 0 POINT - 24 0
POINT - 20 0 POINT - 20 0
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 24 -2 POINT - 24 -2
POINT - 20 -2 POINT - 20 -2
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 24 -4 POINT - 24 -4
POINT - 20 -4 POINT - 20 -4
ENDLIN ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1 LINE 1 -1 -1 -1 -1 -1 -1
POINT - 24 -6 POINT - 24 -6
POINT - 20 -6 POINT - 20 -6
ENDLIN ENDLIN
PIN 1 1 0 0 PIN 1 1 0 0
PROP 0 pinLabel 1 PROP 0 pinLabel 1
SDA SDA
ENDPROP ENDPROP
PROP 0 pinNumber 1 PROP 0 pinNumber 1
1 1
ENDPROP ENDPROP
VIEW 1 1 0 -1 -1 2.8 0.4 0 1.000 2 pinNumber VIEW 1 1 0 -1 -1 2.8 0.4 0 1.000 2 pinNumber
VIEW 2 1 0 -1 -1 4.6 0 0 1.000 3 pinLabel VIEW 2 1 0 -1 -1 4.6 0 0 1.000 3 pinLabel
ENDPIN ENDPIN
PIN 2 1 0 -2 PIN 2 1 0 -2
PROP 0 pinLabel 1 PROP 0 pinLabel 1
SCL SCL
ENDPROP ENDPROP
PROP 0 pinNumber 1 PROP 0 pinNumber 1
2 2
ENDPROP ENDPROP
VIEW 1 1 0 -1 -1 2.8 -1.6 0 1.000 2 pinNumber VIEW 1 1 0 -1 -1 2.8 -1.6 0 1.000 2 pinNumber
VIEW 2 1 0 -1 -1 4.6 -2 0 1.000 3 pinLabel VIEW 2 1 0 -1 -1 4.6 -2 0 1.000 3 pinLabel
ENDPIN ENDPIN
PIN 3 1 0 -4 PIN 3 1 0 -4
PROP 0 pinLabel 1 PROP 0 pinLabel 1
ALERT ALERT
ENDPROP ENDPROP
PROP 0 pinNumber 1 PROP 0 pinNumber 1
3 3
ENDPROP ENDPROP
VIEW 1 1 0 -1 -1 2.8 -3.6 0 1.000 2 pinNumber VIEW 1 1 0 -1 -1 2.8 -3.6 0 1.000 2 pinNumber
VIEW 2 1 0 -1 -1 4.6 -4 0 1.000 3 pinLabel VIEW 2 1 0 -1 -1 4.6 -4 0 1.000 3 pinLabel
ENDPIN ENDPIN
PIN 4 1 0 -6 PIN 4 1 0 -6
PROP 0 pinLabel 1 PROP 0 pinLabel 1
GND GND
ENDPROP ENDPROP
PROP 0 pinNumber 1 PROP 0 pinNumber 1
4 4
ENDPROP ENDPROP
VIEW 1 1 0 -1 -1 2.8 -5.6 0 1.000 2 pinNumber VIEW 1 1 0 -1 -1 2.8 -5.6 0 1.000 2 pinNumber
VIEW 2 1 0 -1 -1 4.6 -6 0 1.000 3 pinLabel VIEW 2 1 0 -1 -1 4.6 -6 0 1.000 3 pinLabel
ENDPIN ENDPIN
PIN 5 1 12 -16 PIN 5 1 12 -16
PROP 0 pinLabel 1 PROP 0 pinLabel 1
EP EP
ENDPROP ENDPROP
PROP 0 pinNumber 1 PROP 0 pinNumber 1
9 9
ENDPROP ENDPROP
VIEW 1 1 0 -1 -1 11.6 -13.2 90 1.000 2 pinNumber VIEW 1 1 0 -1 -1 11.6 -13.2 90 1.000 2 pinNumber
VIEW 2 1 0 -1 -1 12 -11.4 90 1.000 3 pinLabel VIEW 2 1 0 -1 -1 12 -11.4 90 1.000 3 pinLabel
ENDPIN ENDPIN
PIN 6 1 24 0 PIN 6 1 24 0
PROP 0 pinLabel 1 PROP 0 pinLabel 1
V+ V+
ENDPROP ENDPROP
PROP 0 pinNumber 1 PROP 0 pinNumber 1
8 8
ENDPROP ENDPROP
VIEW 1 1 0 -1 -1 21.2 0.4 0 1.000 0 pinNumber VIEW 1 1 0 -1 -1 21.2 0.4 0 1.000 0 pinNumber
VIEW 2 1 0 -1 -1 19.4 0 0 1.000 5 pinLabel VIEW 2 1 0 -1 -1 19.4 0 0 1.000 5 pinLabel
ENDPIN ENDPIN
PIN 7 1 24 -2 PIN 7 1 24 -2
PROP 0 pinLabel 1 PROP 0 pinLabel 1
A0 A0
ENDPROP ENDPROP
PROP 0 pinNumber 1 PROP 0 pinNumber 1
7 7
ENDPROP ENDPROP
VIEW 1 1 0 -1 -1 21.2 -1.6 0 1.000 0 pinNumber VIEW 1 1 0 -1 -1 21.2 -1.6 0 1.000 0 pinNumber
VIEW 2 1 0 -1 -1 19.4 -2 0 1.000 5 pinLabel VIEW 2 1 0 -1 -1 19.4 -2 0 1.000 5 pinLabel
ENDPIN ENDPIN
PIN 8 1 24 -4 PIN 8 1 24 -4
PROP 0 pinLabel 1 PROP 0 pinLabel 1
A1 A1
ENDPROP ENDPROP
PROP 0 pinNumber 1 PROP 0 pinNumber 1
6 6
ENDPROP ENDPROP
VIEW 1 1 0 -1 -1 21.2 -3.6 0 1.000 0 pinNumber VIEW 1 1 0 -1 -1 21.2 -3.6 0 1.000 0 pinNumber
VIEW 2 1 0 -1 -1 19.4 -4 0 1.000 5 pinLabel VIEW 2 1 0 -1 -1 19.4 -4 0 1.000 5 pinLabel
ENDPIN ENDPIN
PIN 9 1 24 -6 PIN 9 1 24 -6
PROP 0 pinLabel 1 PROP 0 pinLabel 1
A2 A2
ENDPROP ENDPROP
PROP 0 pinNumber 1 PROP 0 pinNumber 1
5 5
ENDPROP ENDPROP
VIEW 1 1 0 -1 -1 21.2 -5.6 0 1.000 0 pinNumber VIEW 1 1 0 -1 -1 21.2 -5.6 0 1.000 0 pinNumber
VIEW 2 1 0 -1 -1 19.4 -6 0 1.000 5 pinLabel VIEW 2 1 0 -1 -1 19.4 -6 0 1.000 5 pinLabel
ENDPIN ENDPIN
ENDLIB ENDLIB

Some files were not shown because too many files have changed in this diff Show More