This commit is contained in:
parent
aaa053fa8b
commit
cac9fbe08f
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,606 @@
|
|||
{
|
||||
"board": {
|
||||
"3dviewports": [],
|
||||
"design_settings": {
|
||||
"defaults": {
|
||||
"apply_defaults_to_fp_fields": false,
|
||||
"apply_defaults_to_fp_shapes": false,
|
||||
"apply_defaults_to_fp_text": false,
|
||||
"board_outline_line_width": 0.05,
|
||||
"copper_line_width": 0.2,
|
||||
"copper_text_italic": false,
|
||||
"copper_text_size_h": 1.5,
|
||||
"copper_text_size_v": 1.5,
|
||||
"copper_text_thickness": 0.3,
|
||||
"copper_text_upright": false,
|
||||
"courtyard_line_width": 0.05,
|
||||
"dimension_precision": 4,
|
||||
"dimension_units": 3,
|
||||
"dimensions": {
|
||||
"arrow_length": 1270000,
|
||||
"extension_offset": 500000,
|
||||
"keep_text_aligned": true,
|
||||
"suppress_zeroes": false,
|
||||
"text_position": 0,
|
||||
"units_format": 1
|
||||
},
|
||||
"fab_line_width": 0.1,
|
||||
"fab_text_italic": false,
|
||||
"fab_text_size_h": 1.0,
|
||||
"fab_text_size_v": 1.0,
|
||||
"fab_text_thickness": 0.15,
|
||||
"fab_text_upright": false,
|
||||
"other_line_width": 0.1,
|
||||
"other_text_italic": false,
|
||||
"other_text_size_h": 1.0,
|
||||
"other_text_size_v": 1.0,
|
||||
"other_text_thickness": 0.15,
|
||||
"other_text_upright": false,
|
||||
"pads": {
|
||||
"drill": 3.2,
|
||||
"height": 3.2,
|
||||
"width": 3.2
|
||||
},
|
||||
"silk_line_width": 0.1,
|
||||
"silk_text_italic": false,
|
||||
"silk_text_size_h": 1.0,
|
||||
"silk_text_size_v": 1.0,
|
||||
"silk_text_thickness": 0.1,
|
||||
"silk_text_upright": false,
|
||||
"zones": {
|
||||
"min_clearance": 0.3
|
||||
}
|
||||
},
|
||||
"diff_pair_dimensions": [
|
||||
{
|
||||
"gap": 0.0,
|
||||
"via_gap": 0.0,
|
||||
"width": 0.0
|
||||
}
|
||||
],
|
||||
"drc_exclusions": [],
|
||||
"meta": {
|
||||
"version": 2
|
||||
},
|
||||
"rule_severities": {
|
||||
"annular_width": "error",
|
||||
"clearance": "error",
|
||||
"connection_width": "warning",
|
||||
"copper_edge_clearance": "error",
|
||||
"copper_sliver": "warning",
|
||||
"courtyards_overlap": "error",
|
||||
"diff_pair_gap_out_of_range": "error",
|
||||
"diff_pair_uncoupled_length_too_long": "error",
|
||||
"drill_out_of_range": "error",
|
||||
"duplicate_footprints": "warning",
|
||||
"extra_footprint": "warning",
|
||||
"footprint": "error",
|
||||
"footprint_symbol_mismatch": "warning",
|
||||
"footprint_type_mismatch": "ignore",
|
||||
"hole_clearance": "error",
|
||||
"hole_near_hole": "error",
|
||||
"holes_co_located": "warning",
|
||||
"invalid_outline": "error",
|
||||
"isolated_copper": "warning",
|
||||
"item_on_disabled_layer": "error",
|
||||
"items_not_allowed": "error",
|
||||
"length_out_of_range": "error",
|
||||
"lib_footprint_issues": "warning",
|
||||
"lib_footprint_mismatch": "ignore",
|
||||
"malformed_courtyard": "error",
|
||||
"microvia_drill_out_of_range": "error",
|
||||
"missing_courtyard": "ignore",
|
||||
"missing_footprint": "warning",
|
||||
"net_conflict": "warning",
|
||||
"npth_inside_courtyard": "ignore",
|
||||
"padstack": "warning",
|
||||
"pth_inside_courtyard": "ignore",
|
||||
"shorting_items": "error",
|
||||
"silk_edge_clearance": "ignore",
|
||||
"silk_over_copper": "warning",
|
||||
"silk_overlap": "warning",
|
||||
"skew_out_of_range": "error",
|
||||
"solder_mask_bridge": "ignore",
|
||||
"starved_thermal": "error",
|
||||
"text_height": "warning",
|
||||
"text_thickness": "warning",
|
||||
"through_hole_pad_without_hole": "error",
|
||||
"too_many_vias": "error",
|
||||
"track_dangling": "warning",
|
||||
"track_width": "error",
|
||||
"tracks_crossing": "error",
|
||||
"unconnected_items": "error",
|
||||
"unresolved_variable": "error",
|
||||
"via_dangling": "warning",
|
||||
"zones_intersect": "error"
|
||||
},
|
||||
"rules": {
|
||||
"max_error": 0.005,
|
||||
"min_clearance": 0.0,
|
||||
"min_connection": 0.0,
|
||||
"min_copper_edge_clearance": 0.5,
|
||||
"min_hole_clearance": 0.25,
|
||||
"min_hole_to_hole": 0.25,
|
||||
"min_microvia_diameter": 0.2,
|
||||
"min_microvia_drill": 0.1,
|
||||
"min_resolved_spokes": 1,
|
||||
"min_silk_clearance": 0.0,
|
||||
"min_text_height": 0.8,
|
||||
"min_text_thickness": 0.08,
|
||||
"min_through_hole_diameter": 0.3,
|
||||
"min_track_width": 0.0,
|
||||
"min_via_annular_width": 0.1,
|
||||
"min_via_diameter": 0.5,
|
||||
"solder_mask_to_copper_clearance": 0.0,
|
||||
"use_height_for_length_calcs": true
|
||||
},
|
||||
"teardrop_options": [
|
||||
{
|
||||
"td_onpadsmd": true,
|
||||
"td_onroundshapesonly": false,
|
||||
"td_ontrackend": false,
|
||||
"td_onviapad": true
|
||||
}
|
||||
],
|
||||
"teardrop_parameters": [
|
||||
{
|
||||
"td_allow_use_two_tracks": true,
|
||||
"td_curve_segcount": 0,
|
||||
"td_height_ratio": 1.0,
|
||||
"td_length_ratio": 0.5,
|
||||
"td_maxheight": 2.0,
|
||||
"td_maxlen": 1.0,
|
||||
"td_on_pad_in_zone": false,
|
||||
"td_target_name": "td_round_shape",
|
||||
"td_width_to_size_filter_ratio": 0.9
|
||||
},
|
||||
{
|
||||
"td_allow_use_two_tracks": true,
|
||||
"td_curve_segcount": 0,
|
||||
"td_height_ratio": 1.0,
|
||||
"td_length_ratio": 0.5,
|
||||
"td_maxheight": 2.0,
|
||||
"td_maxlen": 1.0,
|
||||
"td_on_pad_in_zone": false,
|
||||
"td_target_name": "td_rect_shape",
|
||||
"td_width_to_size_filter_ratio": 0.9
|
||||
},
|
||||
{
|
||||
"td_allow_use_two_tracks": true,
|
||||
"td_curve_segcount": 0,
|
||||
"td_height_ratio": 1.0,
|
||||
"td_length_ratio": 0.5,
|
||||
"td_maxheight": 2.0,
|
||||
"td_maxlen": 1.0,
|
||||
"td_on_pad_in_zone": false,
|
||||
"td_target_name": "td_track_end",
|
||||
"td_width_to_size_filter_ratio": 0.9
|
||||
}
|
||||
],
|
||||
"track_widths": [
|
||||
0.0,
|
||||
0.6
|
||||
],
|
||||
"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": [
|
||||
{
|
||||
"diameter": 0.0,
|
||||
"drill": 0.0
|
||||
}
|
||||
],
|
||||
"zones_allow_external_fillets": false
|
||||
},
|
||||
"ipc2581": {
|
||||
"dist": "",
|
||||
"distpn": "",
|
||||
"internal_id": "",
|
||||
"mfg": "",
|
||||
"mpn": ""
|
||||
},
|
||||
"layer_presets": [],
|
||||
"viewports": []
|
||||
},
|
||||
"boards": [],
|
||||
"cvpcb": {
|
||||
"equivalence_files": []
|
||||
},
|
||||
"erc": {
|
||||
"erc_exclusions": [],
|
||||
"meta": {
|
||||
"version": 0
|
||||
},
|
||||
"pin_map": [
|
||||
[
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
2,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
1,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
1,
|
||||
2,
|
||||
1,
|
||||
1,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
2
|
||||
],
|
||||
[
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
0,
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
2,
|
||||
1,
|
||||
2,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
2,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
2,
|
||||
0,
|
||||
0,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
2,
|
||||
1,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
2,
|
||||
0,
|
||||
0,
|
||||
2
|
||||
],
|
||||
[
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2
|
||||
]
|
||||
],
|
||||
"rule_severities": {
|
||||
"bus_definition_conflict": "error",
|
||||
"bus_entry_needed": "error",
|
||||
"bus_to_bus_conflict": "error",
|
||||
"bus_to_net_conflict": "error",
|
||||
"conflicting_netclasses": "error",
|
||||
"different_unit_footprint": "error",
|
||||
"different_unit_net": "error",
|
||||
"duplicate_reference": "error",
|
||||
"duplicate_sheet_names": "error",
|
||||
"endpoint_off_grid": "ignore",
|
||||
"extra_units": "error",
|
||||
"global_label_dangling": "warning",
|
||||
"hier_label_mismatch": "error",
|
||||
"label_dangling": "error",
|
||||
"lib_symbol_issues": "warning",
|
||||
"missing_bidi_pin": "warning",
|
||||
"missing_input_pin": "warning",
|
||||
"missing_power_pin": "error",
|
||||
"missing_unit": "warning",
|
||||
"multiple_net_names": "warning",
|
||||
"net_not_bus_member": "warning",
|
||||
"no_connect_connected": "warning",
|
||||
"no_connect_dangling": "warning",
|
||||
"pin_not_connected": "error",
|
||||
"pin_not_driven": "error",
|
||||
"pin_to_pin": "warning",
|
||||
"power_pin_not_driven": "error",
|
||||
"similar_labels": "warning",
|
||||
"simulation_model_issue": "ignore",
|
||||
"unannotated": "error",
|
||||
"unit_value_mismatch": "error",
|
||||
"unresolved_variable": "error",
|
||||
"wire_dangling": "error"
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"pinned_footprint_libs": [],
|
||||
"pinned_symbol_libs": []
|
||||
},
|
||||
"meta": {
|
||||
"filename": "FT25-SLS.kicad_pro",
|
||||
"version": 1
|
||||
},
|
||||
"net_settings": {
|
||||
"classes": [
|
||||
{
|
||||
"bus_width": 12,
|
||||
"clearance": 0.2,
|
||||
"diff_pair_gap": 0.25,
|
||||
"diff_pair_via_gap": 0.25,
|
||||
"diff_pair_width": 0.2,
|
||||
"line_style": 0,
|
||||
"microvia_diameter": 0.3,
|
||||
"microvia_drill": 0.1,
|
||||
"name": "Default",
|
||||
"pcb_color": "rgba(0, 0, 0, 0.000)",
|
||||
"schematic_color": "rgba(0, 0, 0, 0.000)",
|
||||
"track_width": 0.25,
|
||||
"via_diameter": 0.6,
|
||||
"via_drill": 0.3,
|
||||
"wire_width": 6
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"version": 3
|
||||
},
|
||||
"net_colors": null,
|
||||
"netclass_assignments": null,
|
||||
"netclass_patterns": []
|
||||
},
|
||||
"pcbnew": {
|
||||
"last_paths": {
|
||||
"gencad": "",
|
||||
"idf": "",
|
||||
"netlist": "",
|
||||
"plot": "Gerber/",
|
||||
"pos_files": "",
|
||||
"specctra_dsn": "",
|
||||
"step": "FT25-SLS.step",
|
||||
"svg": "",
|
||||
"vrml": ""
|
||||
},
|
||||
"page_layout_descr_file": ""
|
||||
},
|
||||
"schematic": {
|
||||
"annotate_start_num": 0,
|
||||
"bom_export_filename": "",
|
||||
"bom_fmt_presets": [],
|
||||
"bom_fmt_settings": {
|
||||
"field_delimiter": ",",
|
||||
"keep_line_breaks": false,
|
||||
"keep_tabs": false,
|
||||
"name": "CSV",
|
||||
"ref_delimiter": ",",
|
||||
"ref_range_delimiter": "",
|
||||
"string_delimiter": "\""
|
||||
},
|
||||
"bom_presets": [],
|
||||
"bom_settings": {
|
||||
"exclude_dnp": false,
|
||||
"fields_ordered": [
|
||||
{
|
||||
"group_by": false,
|
||||
"label": "Reference",
|
||||
"name": "Reference",
|
||||
"show": true
|
||||
},
|
||||
{
|
||||
"group_by": true,
|
||||
"label": "Value",
|
||||
"name": "Value",
|
||||
"show": true
|
||||
},
|
||||
{
|
||||
"group_by": false,
|
||||
"label": "Datasheet",
|
||||
"name": "Datasheet",
|
||||
"show": true
|
||||
},
|
||||
{
|
||||
"group_by": false,
|
||||
"label": "Footprint",
|
||||
"name": "Footprint",
|
||||
"show": true
|
||||
},
|
||||
{
|
||||
"group_by": false,
|
||||
"label": "Qty",
|
||||
"name": "${QUANTITY}",
|
||||
"show": true
|
||||
},
|
||||
{
|
||||
"group_by": true,
|
||||
"label": "DNP",
|
||||
"name": "${DNP}",
|
||||
"show": true
|
||||
}
|
||||
],
|
||||
"filter_string": "",
|
||||
"group_symbols": true,
|
||||
"name": "Grouped By Value",
|
||||
"sort_asc": true,
|
||||
"sort_field": "Reference"
|
||||
},
|
||||
"connection_grid_size": 50.0,
|
||||
"drawing": {
|
||||
"dashed_lines_dash_length_ratio": 12.0,
|
||||
"dashed_lines_gap_length_ratio": 3.0,
|
||||
"default_line_thickness": 6.0,
|
||||
"default_text_size": 50.0,
|
||||
"field_names": [],
|
||||
"intersheets_ref_own_page": false,
|
||||
"intersheets_ref_prefix": "",
|
||||
"intersheets_ref_short": false,
|
||||
"intersheets_ref_show": false,
|
||||
"intersheets_ref_suffix": "",
|
||||
"junction_size_choice": 3,
|
||||
"label_size_ratio": 0.375,
|
||||
"operating_point_overlay_i_precision": 3,
|
||||
"operating_point_overlay_i_range": "~A",
|
||||
"operating_point_overlay_v_precision": 3,
|
||||
"operating_point_overlay_v_range": "~V",
|
||||
"overbar_offset_ratio": 1.23,
|
||||
"pin_symbol_size": 25.0,
|
||||
"text_offset_ratio": 0.15
|
||||
},
|
||||
"legacy_lib_dir": "",
|
||||
"legacy_lib_list": [],
|
||||
"meta": {
|
||||
"version": 1
|
||||
},
|
||||
"net_format_name": "",
|
||||
"ngspice": {
|
||||
"fix_include_paths": true,
|
||||
"meta": {
|
||||
"version": 0
|
||||
},
|
||||
"model_mode": 4,
|
||||
"workbook_filename": ""
|
||||
},
|
||||
"page_layout_descr_file": "",
|
||||
"plot_directory": "",
|
||||
"spice_current_sheet_as_root": false,
|
||||
"spice_external_command": "spice \"%I\"",
|
||||
"spice_model_current_sheet_as_root": true,
|
||||
"spice_save_all_currents": false,
|
||||
"spice_save_all_dissipations": false,
|
||||
"spice_save_all_voltages": false,
|
||||
"subpart_first_id": 65,
|
||||
"subpart_id_separator": 0
|
||||
},
|
||||
"sheets": [
|
||||
[
|
||||
"f8b6600d-b868-4177-9a19-9d3ea5a7ab39",
|
||||
"Root"
|
||||
]
|
||||
],
|
||||
"text_variables": {}
|
||||
}
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1 @@
|
|||
Subproject commit 0ff0eb678cbd0ee0675e1028264d6827a8c5a22e
|
|
@ -0,0 +1,9 @@
|
|||
EESchema-DOCLIB Version 2.0
|
||||
#
|
||||
$CMP LDL1117S33R
|
||||
D STMICROELECTRONICS - LDL1117S33R - LDO, FIXED, 3.3V, 1.2A, SOT-223-3
|
||||
K
|
||||
F https://componentsearchengine.com/Datasheets/2/LDL1117S33R.pdf
|
||||
$ENDCMP
|
||||
#
|
||||
#End Doc Library
|
|
@ -0,0 +1,174 @@
|
|||
(kicad_symbol_lib
|
||||
(version 20231120)
|
||||
(generator "kicad_symbol_editor")
|
||||
(generator_version "8.0")
|
||||
(symbol "LDL1117S33R"
|
||||
(exclude_from_sim no)
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(property "Reference" "IC"
|
||||
(at 29.21 7.62 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify left top)
|
||||
)
|
||||
)
|
||||
(property "Value" "LDL1117S33R"
|
||||
(at 29.21 5.08 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify left top)
|
||||
)
|
||||
)
|
||||
(property "Footprint" "SOT230P700X180-4N"
|
||||
(at 29.21 -94.92 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify left top)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Datasheet" "https://componentsearchengine.com/Datasheets/2/LDL1117S33R.pdf"
|
||||
(at 29.21 -194.92 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify left top)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Description" "STMICROELECTRONICS - LDL1117S33R - LDO, FIXED, 3.3V, 1.2A, SOT-223-3"
|
||||
(at 0 0 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Height" "1.8"
|
||||
(at 29.21 -394.92 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify left top)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Mouser Part Number" "511-LDL1117S33R"
|
||||
(at 29.21 -494.92 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify left top)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/STMicroelectronics/LDL1117S33R?qs=AQlKX63v8Rt9Bf6AWSrbFg%3D%3D"
|
||||
(at 29.21 -594.92 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify left top)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Manufacturer_Name" "STMicroelectronics"
|
||||
(at 29.21 -694.92 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify left top)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Manufacturer_Part_Number" "LDL1117S33R"
|
||||
(at 29.21 -794.92 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify left top)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(symbol "LDL1117S33R_1_1"
|
||||
(rectangle
|
||||
(start 5.08 2.54)
|
||||
(end 27.94 -7.62)
|
||||
(stroke
|
||||
(width 0.254)
|
||||
(type default)
|
||||
)
|
||||
(fill
|
||||
(type background)
|
||||
)
|
||||
)
|
||||
(pin power_in line
|
||||
(at 0 0 0)
|
||||
(length 5.08)
|
||||
(name "GND"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(number "1"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin output line
|
||||
(at 0 -2.54 0)
|
||||
(length 5.08)
|
||||
(name "VOUT"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(number "2"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin input line
|
||||
(at 0 -5.08 0)
|
||||
(length 5.08)
|
||||
(name "VIN"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(number "3"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
|
@ -0,0 +1,25 @@
|
|||
EESchema-LIBRARY Version 2.3
|
||||
#encoding utf-8
|
||||
#SamacSys ECAD Model LDL1117S33R
|
||||
#/720915/1031803/2.50/4/3/Integrated Circuit
|
||||
DEF LDL1117S33R IC 0 30 Y Y 1 F N
|
||||
F0 "IC" 1150 300 50 H V L CNN
|
||||
F1 "LDL1117S33R" 1150 200 50 H V L CNN
|
||||
F2 "SOT230P700X180-4N" 1150 100 50 H I L CNN
|
||||
F3 "https://componentsearchengine.com/Datasheets/2/LDL1117S33R.pdf" 1150 0 50 H I L CNN
|
||||
F4 "STMICROELECTRONICS - LDL1117S33R - LDO, FIXED, 3.3V, 1.2A, SOT-223-3" 1150 -100 50 H I L CNN "Description"
|
||||
F5 "1.8" 1150 -200 50 H I L CNN "Height"
|
||||
F6 "511-LDL1117S33R" 1150 -300 50 H I L CNN "Mouser Part Number"
|
||||
F7 "https://www.mouser.co.uk/ProductDetail/STMicroelectronics/LDL1117S33R?qs=AQlKX63v8Rt9Bf6AWSrbFg%3D%3D" 1150 -400 50 H I L CNN "Mouser Price/Stock"
|
||||
F8 "STMicroelectronics" 1150 -500 50 H I L CNN "Manufacturer_Name"
|
||||
F9 "LDL1117S33R" 1150 -600 50 H I L CNN "Manufacturer_Part_Number"
|
||||
DRAW
|
||||
X GND 1 0 0 200 R 50 50 0 0 W
|
||||
X VOUT_1 2 0 -100 200 R 50 50 0 0 O
|
||||
X VIN 3 0 -200 200 R 50 50 0 0 I
|
||||
X VOUT_2 4 1300 0 200 L 50 50 0 0 O
|
||||
P 5 0 1 6 200 100 1100 100 1100 -300 200 -300 200 100 N
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
#End Library
|
|
@ -0,0 +1,57 @@
|
|||
PCBNEW-LibModule-V1 2023-11-04 17:56:01
|
||||
# encoding utf-8
|
||||
Units mm
|
||||
$INDEX
|
||||
SOT230P700X180-4N
|
||||
$EndINDEX
|
||||
$MODULE SOT230P700X180-4N
|
||||
Po 0 0 0 15 654685b1 00000000 ~~
|
||||
Li SOT230P700X180-4N
|
||||
Cd SOT223-3
|
||||
Kw Integrated Circuit
|
||||
Sc 0
|
||||
At SMD
|
||||
AR
|
||||
Op 0 0 0
|
||||
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 "SOT230P700X180-4N"
|
||||
DS -4.225 -3.6 4.225 -3.6 0.05 24
|
||||
DS 4.225 -3.6 4.225 3.6 0.05 24
|
||||
DS 4.225 3.6 -4.225 3.6 0.05 24
|
||||
DS -4.225 3.6 -4.225 -3.6 0.05 24
|
||||
DS -1.75 -3.25 1.75 -3.25 0.1 24
|
||||
DS 1.75 -3.25 1.75 3.25 0.1 24
|
||||
DS 1.75 3.25 -1.75 3.25 0.1 24
|
||||
DS -1.75 3.25 -1.75 -3.25 0.1 24
|
||||
DS -1.75 -0.95 0.55 -3.25 0.1 24
|
||||
DS -0.875 -3.25 0.875 -3.25 0.2 21
|
||||
DS 0.875 -3.25 0.875 3.25 0.2 21
|
||||
DS 0.875 3.25 -0.875 3.25 0.2 21
|
||||
DS -0.875 3.25 -0.875 -3.25 0.2 21
|
||||
DS -3.975 -3.125 -1.225 -3.125 0.2 21
|
||||
$PAD
|
||||
Po -2.6 -2.3
|
||||
Sh "1" R 0.95 2.75 0 0 900
|
||||
At SMD N 00888000
|
||||
Ne 0 ""
|
||||
$EndPAD
|
||||
$PAD
|
||||
Po -2.6 0
|
||||
Sh "2" R 0.95 2.75 0 0 900
|
||||
At SMD N 00888000
|
||||
Ne 0 ""
|
||||
$EndPAD
|
||||
$PAD
|
||||
Po -2.6 2.3
|
||||
Sh "3" R 0.95 2.75 0 0 900
|
||||
At SMD N 00888000
|
||||
Ne 0 ""
|
||||
$EndPAD
|
||||
$PAD
|
||||
Po 2.6 0
|
||||
Sh "4" R 2.75 3.25 0 0 0
|
||||
At SMD N 00888000
|
||||
Ne 0 ""
|
||||
$EndPAD
|
||||
$EndMODULE SOT230P700X180-4N
|
||||
$EndLIBRARY
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,6 @@
|
|||
15455426
|
||||
Message from SamacSys:
|
||||
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.
|
||||
Source=ms
|
||||
15455426/1031803/2.50/4/3/Crystal or Oscillator
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,6 @@
|
|||
15455426
|
||||
Message from SamacSys:
|
||||
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.
|
||||
Source=ms
|
||||
15455426/1031803/2.50/4/3/Crystal or Oscillator
|
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Altium Library Loader</title>
|
||||
</head>
|
||||
<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>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,202 @@
|
|||
(CADSTARPCB
|
||||
(HEADER
|
||||
(FORMAT LIBRARY 2 18)
|
||||
(JOBFILE "")
|
||||
(JOBTITLE "")
|
||||
(GENERATOR "")
|
||||
(RESOLUTION
|
||||
(METRIC HUNDREDTH MICRON)
|
||||
)
|
||||
(TIMESTAMP 2024 05 10 02 07 07)
|
||||
)
|
||||
(ASSIGNMENTS
|
||||
(LAYERDEFS
|
||||
(LAYERSTACK LAY7 LAY9 LAY12 LAY14 LAY18 LAY10 LAY16 LAY6 LAY8 LAY17
|
||||
LAY11 LAY19 LAY15 LAY13
|
||||
)
|
||||
(LAYER LAY0 "(All Layers)"
|
||||
(ALLLAYER)
|
||||
)
|
||||
(LAYER LAY1 "(All Electrical Layers)"
|
||||
(ALLELEC)
|
||||
)
|
||||
(LAYER LAY2 "(All Documentation Layers)"
|
||||
(ALLDOC)
|
||||
)
|
||||
(LAYER LAY3 "(Undefined)"
|
||||
(NOLAYER)
|
||||
)
|
||||
(LAYER LAY4 "(Component Copper)"
|
||||
(ASSCOMPCOPP)
|
||||
)
|
||||
(LAYER LAY5 "(Jumper)"
|
||||
(JUMPERLAYER)
|
||||
)
|
||||
(LAYER LAY6 "Top Elec"
|
||||
(ELEC 1
|
||||
(BIAS UNBIASED)
|
||||
(LAYERHEIGHT 0)
|
||||
)
|
||||
)
|
||||
(LAYER LAY7 "Construction"
|
||||
(DOC)
|
||||
)
|
||||
(LAYER LAY8 "Bottom Elec"
|
||||
(ELEC 2
|
||||
(BIAS UNBIASED)
|
||||
(LAYERHEIGHT 0)
|
||||
)
|
||||
)
|
||||
(LAYER LAY9 "Drill Drawing"
|
||||
(DOC)
|
||||
)
|
||||
(LAYER LAY10 "Top silk"
|
||||
(NONELEC 1)
|
||||
(LASUBTYP LAYERSUBTYPE_SILKSCREEN)
|
||||
)
|
||||
(LAYER LAY11 "Bottom silk"
|
||||
(NONELEC 2)
|
||||
(LASUBTYP LAYERSUBTYPE_SILKSCREEN)
|
||||
)
|
||||
(LAYER LAY12 "Top Placement"
|
||||
(NONELEC 1)
|
||||
(LASUBTYP LAYERSUBTYPE_PLACEMENT)
|
||||
)
|
||||
(LAYER LAY13 "Bottom Placement"
|
||||
(NONELEC 2)
|
||||
(LASUBTYP LAYERSUBTYPE_PLACEMENT)
|
||||
)
|
||||
(LAYER LAY14 "Top Assembly"
|
||||
(NONELEC 1)
|
||||
(LASUBTYP LAYERSUBTYPE_ASSEMBLY)
|
||||
)
|
||||
(LAYER LAY15 "Bottom Assembly"
|
||||
(NONELEC 2)
|
||||
(LASUBTYP LAYERSUBTYPE_ASSEMBLY)
|
||||
)
|
||||
(LAYER LAY16 "Top Solder Resist"
|
||||
(NONELEC 1)
|
||||
(LASUBTYP LAYERSUBTYPE_SOLDERRESIST)
|
||||
)
|
||||
(LAYER LAY17 "Bottom Solder Resist"
|
||||
(NONELEC 2)
|
||||
(LASUBTYP LAYERSUBTYPE_SOLDERRESIST)
|
||||
)
|
||||
(LAYER LAY18 "Top Paste"
|
||||
(NONELEC 1)
|
||||
(LASUBTYP LAYERSUBTYPE_PASTE)
|
||||
)
|
||||
(LAYER LAY19 "Bottom Paste"
|
||||
(NONELEC 2)
|
||||
(LASUBTYP LAYERSUBTYPE_PASTE)
|
||||
)
|
||||
)
|
||||
(CODEDEFS
|
||||
(LINECODE LC11 "Silkscreen Outline 1" 2540
|
||||
(STYLE SOLID)
|
||||
)
|
||||
(LINECODE LC14 "Assembly Outline 1" 2540
|
||||
(STYLE SOLID)
|
||||
)
|
||||
(LINECODE LC15 "Placement Outline 1" 2540
|
||||
(STYLE SOLID)
|
||||
)
|
||||
(TEXTCODE TC10 "Component Name" 3000 60000 40000)
|
||||
(SPACINGCODE P_P 100000)
|
||||
(SPACINGCODE P_C 100000)
|
||||
(SPACINGCODE C_C 100000)
|
||||
(SPACINGCODE H_H 100000)
|
||||
(PADCODE PC0 "r160_140"
|
||||
(RECTANGLE 140000 10000 10000)
|
||||
)
|
||||
(ATTRNAME AT0 "Component Category"
|
||||
(ATTROWNER COMPONENT)
|
||||
)
|
||||
(ATTRNAME AT1 "assembly_name"
|
||||
(ATTROWNER COMPONENT)
|
||||
)
|
||||
(ATTRNAME AT2 "Value"
|
||||
(ATTROWNER COMPONENT)
|
||||
)
|
||||
(ATTRNAME AT3 "thm_power_diss"
|
||||
(ATTROWNER COMPONENT)
|
||||
)
|
||||
(ATTRNAME AT4 "placement"
|
||||
(ATTROWNER COMPONENT)
|
||||
)
|
||||
(ATTRNAME AT5 "silkscrn_name"
|
||||
(ATTROWNER COMPONENT)
|
||||
)
|
||||
(ATTRNAME AT6 "Manufacturers Part Number"
|
||||
(ATTROWNER COMPONENT)
|
||||
)
|
||||
(ATTRNAME AT7 "Height"
|
||||
(ATTROWNER SYMDEF)
|
||||
)
|
||||
(ATTRNAME AT8 "Drawing_Name"
|
||||
(ATTROWNER DOCSYMBOL)
|
||||
)
|
||||
(ATTRNAME AT9 "Client"
|
||||
(ATTROWNER DOCSYMBOL)
|
||||
)
|
||||
(ATTRNAME AT10 "RefDes"
|
||||
(ATTROWNER COMPONENT)
|
||||
)
|
||||
)
|
||||
(TECHNOLOGY
|
||||
(UNITS MM)
|
||||
(UNITSPRECISION 2)
|
||||
(INTERLINEGAP 20)
|
||||
(BARLINEGAP 20)
|
||||
(ALLOWBARTEXT)
|
||||
(ANGULARPRECISION 1)
|
||||
(MAXPHYSLAYER 2)
|
||||
(DESIGNORIGIN (PT 0 0))
|
||||
(DESIGNAREA (PT 0 0) (PT 100000000 100000000))
|
||||
(PINNOOFFSET 50800)
|
||||
(PINNOANGLE 0)
|
||||
(DESIGNLIMIT (PT 100000000 100000000))
|
||||
)
|
||||
)
|
||||
(LIBRARY
|
||||
(HIERARCHY
|
||||
(ROOTFOLDER F0 "root"
|
||||
(SYMDEFLIST L0)
|
||||
)
|
||||
)
|
||||
(SYMDEF L0 "830059522" "" (PT 50000000 50000000)
|
||||
(VERSION 1)
|
||||
(FIGURE FIG0 LC14 LAY14
|
||||
(OUTLINE (PT 49750000 50160000) (PT 50250000 50160000) (PT 50250000 49840000) (PT 49750000 49840000) (PT 49750000 50160000))
|
||||
)
|
||||
(FIGURE FIG1 LC15 LAY12
|
||||
(OUTLINE (PT 49630000 50285000) (PT 50370000 50285000) (PT 50370000 49715000) (PT 49630000 49715000) (PT 49630000 50285000))
|
||||
)
|
||||
(FIGURE FIG2 LC11 LAY10
|
||||
(OPENSHAPE (PT 49920000 50160000) (PT 50080000 50160000))
|
||||
)
|
||||
(FIGURE FIG3 LC11 LAY10
|
||||
(OPENSHAPE (PT 49920000 49840000) (PT 50080000 49840000))
|
||||
)
|
||||
(FIGURE FIG4 LC11 LAY10
|
||||
(OUTLINE (PT 49800000 49760000) (PT 49800000 49760000) (PT 49800000 49770000) (PT 49800000 49770000) (PT 49800000 49760000))
|
||||
)
|
||||
(PAD 1 (PT 49810000 49885000) PC0 TOP
|
||||
(FIRSTPAD)
|
||||
(PADIDENTIFIER "1")
|
||||
)
|
||||
(PAD 2 (PT 50190000 49885000) PC0 TOP
|
||||
(PADIDENTIFIER "2")
|
||||
)
|
||||
(PAD 3 (PT 50190000 50115000) PC0 TOP
|
||||
(PADIDENTIFIER "3")
|
||||
)
|
||||
(PAD 4 (PT 49810000 50115000) PC0 TOP
|
||||
(PADIDENTIFIER "4")
|
||||
)
|
||||
(TEXTLOC COMP_NAME TC10 LAY10 (PT 50000000 50000000)
|
||||
(ALIGN CENTERCENTER)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
|
@ -0,0 +1,130 @@
|
|||
(CADSTARSCM
|
||||
(HEADER
|
||||
(FORMAT SYMBOL 2 16)
|
||||
(JOBFILE "")
|
||||
(JOBTITLE "SamacSys ECAD Model")
|
||||
(GENERATOR "15455426/1031803/2.50/4/3/Crystal or Oscillator")
|
||||
(RESOLUTION(METRIC HUNDREDTH MICRON))
|
||||
(TIMESTAMP 2024 05 10 02 07 07)
|
||||
)
|
||||
(ASSIGNMENTS
|
||||
(CODEDEFS
|
||||
(LINECODE LC1 "Line 10" 25400
|
||||
(STYLE SOLID)
|
||||
)
|
||||
(TEXTCODE TC0 "(Pin Name/Number)" 15240 152400 152400)
|
||||
(TEXTCODE TC5 "Text Size 60/43/6" 15240 152400 109220)
|
||||
(TEXTCODE TC8 "Symbol Name" 10000 200000 0
|
||||
(FONT "Arial" 400 0)
|
||||
)
|
||||
(TERMINALCODE TC0 "Terminal"
|
||||
(CROSS 127000 0)
|
||||
)
|
||||
(ATTRNAME AT0 "pcb_zone"
|
||||
(ATTROWNER ALL_ITEMS)
|
||||
)
|
||||
(ATTRNAME AT1 "tolerance"
|
||||
(ATTROWNER ALL_ITEMS)
|
||||
)
|
||||
(ATTRNAME AT2 "voltage"
|
||||
(ATTROWNER ALL_ITEMS)
|
||||
)
|
||||
(ATTRNAME AT3 "wattage"
|
||||
(ATTROWNER ALL_ITEMS)
|
||||
)
|
||||
(ATTRNAME AT4 "Value"
|
||||
(ATTROWNER ALL_ITEMS)
|
||||
)
|
||||
(ATTRNAME AT5 "sim_model"
|
||||
(ATTROWNER ALL_ITEMS)
|
||||
)
|
||||
(ATTRNAME AT6 "Description"
|
||||
(ATTROWNER SYMBOL)
|
||||
)
|
||||
)
|
||||
(GRIDS
|
||||
(WORKINGGRID
|
||||
(STEPGRID "" 50800 50800)
|
||||
)
|
||||
(SCREENGRID
|
||||
(STEPGRID "(Screen Grid)" 254000 254000)
|
||||
)
|
||||
)
|
||||
(SETTINGS
|
||||
(UNITS THOU)
|
||||
(UNITSPRECISION 1)
|
||||
(INTERLINEGAP 0)
|
||||
(BARLINEGAP 0)
|
||||
(ALLOWBARTEXT)
|
||||
(DESIGNORIGIN (PT 0 0))
|
||||
(DESIGNAREA (PT 0 0) (PT 100000000 100000000))
|
||||
(DESIGNLIMIT (PT 100000000 100000000))
|
||||
(ANGULARPRECISION 1)
|
||||
)
|
||||
)
|
||||
(DEFAULTS
|
||||
(DFLTSHAPETYPE OUTLINE)
|
||||
(OUTLDFLTS LC1
|
||||
(CLEAR)
|
||||
)
|
||||
(TEXTDFLTS TC5)
|
||||
(ORIGINDFLTS TC8)
|
||||
(ATTRDFLTS TC8)
|
||||
(PINNOOFFSET 50800)
|
||||
(PINNOANGLE 0)
|
||||
)
|
||||
(LIBRARY
|
||||
(SYMDEF L0 "830059522" "" (PT 4572000 5334000)
|
||||
(VERSION 1)
|
||||
(FIGURE FIG0 LC1 NO_SHEET
|
||||
(OPENSHAPE (PT 5080000 5842000) (PT 8636000 5842000) (PT 8636000 5080000) (PT 5080000 5080000) (PT 5080000 5842000))
|
||||
)
|
||||
(FIGURE FIG1 LC1 NO_SHEET
|
||||
(OPENSHAPE (PT 4572000 5334000) (PT 5080000 5334000))
|
||||
)
|
||||
(FIGURE FIG2 LC1 NO_SHEET
|
||||
(OPENSHAPE (PT 9144000 5334000) (PT 8636000 5334000))
|
||||
)
|
||||
(FIGURE FIG3 LC1 NO_SHEET
|
||||
(OPENSHAPE (PT 9144000 5588000) (PT 8636000 5588000))
|
||||
)
|
||||
(FIGURE FIG4 LC1 NO_SHEET
|
||||
(OPENSHAPE (PT 4572000 5588000) (PT 5080000 5588000))
|
||||
)
|
||||
(TERMINAL 1 TC0 (PT 4572000 5334000))
|
||||
(TERMINAL 2 TC0 (PT 9144000 5334000))
|
||||
(TERMINAL 3 TC0 (PT 9144000 5588000))
|
||||
(TERMINAL 4 TC0 (PT 4572000 5588000))
|
||||
(TEXTLOC SYMBOL_NAME TC8 (PT 8763000 6350000)
|
||||
(ALIGN CENTERLEFT)
|
||||
)
|
||||
(TEXTLOC PART_NAME TC8 (PT 8763000 6096000)
|
||||
(ALIGN CENTERLEFT)
|
||||
)
|
||||
(PINNUMNAMELOC 1 TC8 (PT 4927600 5334000)
|
||||
(ALIGN BOTTOMRIGHT)
|
||||
)
|
||||
(PINNUMNAMELOC 2 TC8 (PT 8788400 5334000)
|
||||
(ALIGN BOTTOMLEFT)
|
||||
)
|
||||
(PINNUMNAMELOC 3 TC8 (PT 8788400 5588000)
|
||||
(ALIGN BOTTOMLEFT)
|
||||
)
|
||||
(PINNUMNAMELOC 4 TC8 (PT 4927600 5588000)
|
||||
(ALIGN BOTTOMRIGHT)
|
||||
)
|
||||
(PINLABELLOC 1 TC8 (PT 5156200 5334000)
|
||||
(ALIGN CENTERLEFT)
|
||||
)
|
||||
(PINLABELLOC 2 TC8 (PT 8559800 5334000)
|
||||
(ALIGN CENTERRIGHT)
|
||||
)
|
||||
(PINLABELLOC 3 TC8 (PT 8559800 5588000)
|
||||
(ALIGN CENTERRIGHT)
|
||||
)
|
||||
(PINLABELLOC 4 TC8 (PT 5156200 5588000)
|
||||
(ALIGN CENTERLEFT)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
|
@ -0,0 +1,16 @@
|
|||
.830059522 :1 ;https://www.we-online.com/catalog/datasheet/830059522.pdf
|
||||
"830059522"
|
||||
*STM Y
|
||||
*NGS
|
||||
*PLB 1="CRYSTAL_1" 2="GND & LID_1" 3="CRYSTAL_2" 4="GND & LID_2"
|
||||
*MXP 4
|
||||
*DFN 830059522
|
||||
~!Mouser Part Number (710-830059522)
|
||||
~!Link Mouser Price/Stock (https://www.mouser.co.uk/ProductDetail/Wurth-Elektronik/830059522?qs=2WXlatMagcHZ%2FR%2Fx%2FdehOA%3D%3D)
|
||||
~!Manufacturer_Name (Wurth Elektronik)
|
||||
~!Manufacturer_Part_Number (830059522)
|
||||
~!Link Datasheet (https://www.we-online.com/catalog/datasheet/830059522.pdf)
|
||||
~!Height (1mm)
|
||||
~!3D_Model (830059522)
|
||||
"830059522"
|
||||
1.1!U 2.1!U 3.1!U 4.1!U
|
|
@ -0,0 +1,23 @@
|
|||
(part "830059522"
|
||||
(packageRef "830059522")
|
||||
(interface
|
||||
(port "1" (symbPinId 1) (portName "CRYSTAL_1") (portType INOUT))
|
||||
(port "2" (symbPinId 2) (portName "GND_&_LID_1") (portType INOUT))
|
||||
(port "3" (symbPinId 3) (portName "CRYSTAL_2") (portType INOUT))
|
||||
(port "4" (symbPinId 4) (portName "GND_&_LID_2") (portType INOUT))
|
||||
)
|
||||
(partClass UNDEF)
|
||||
(useInSchema Y)
|
||||
(useInLayout Y)
|
||||
(inPartsList Y)
|
||||
(partType NORMAL)
|
||||
(placeRestriction FREE)
|
||||
(property "compKind" "171")
|
||||
(property "Mouser_Part_Number" "710-830059522")
|
||||
(property "Mouser_Price/Stock" "https://www.mouser.co.uk/ProductDetail/Wurth-Elektronik/830059522?qs=2WXlatMagcHZ%2FR%2Fx%2FdehOA%3D%3D")
|
||||
(property "Manufacturer_Name" "Wurth Elektronik")
|
||||
(property "Manufacturer_Part_Number" "830059522")
|
||||
(property "Description" "https://www.we-online.com/catalog/datasheet/830059522.pdf")
|
||||
(property "Datasheet_Link" "https://www.we-online.com/catalog/datasheet/830059522.pdf")
|
||||
(property "symbolName1" "830059522")
|
||||
)
|
|
@ -0,0 +1,321 @@
|
|||
(ftf
|
||||
(header
|
||||
(version 2.0)
|
||||
(unit DBUNIT)
|
||||
)
|
||||
(TechnologyContainer
|
||||
(technology SamacSys_Footprint
|
||||
(footprintLayer
|
||||
(layer Top (type Conductive))
|
||||
(layer Inner (type Conductive))
|
||||
(layer Bottom (type Conductive))
|
||||
(layer Silk-Top (type Symbolmark))
|
||||
(layer Silk-Bottom (type Symbolmark))
|
||||
(layer Resist-Top (type Solderresist))
|
||||
(layer Resist-Bottom (type Solderresist))
|
||||
(layer MetalMask-Top (type Metalmask))
|
||||
(layer MetalMask-Bottom (type Metalmask))
|
||||
(layer CompArea-Top (type Comparea))
|
||||
(layer CompArea-Bottom (type Comparea))
|
||||
(layer Assembly-Top (type Undefined))
|
||||
(layer Assembly-Bottom (type Undefined))
|
||||
(layer Hole (type Hole))
|
||||
)
|
||||
)
|
||||
)
|
||||
(footprintContainer
|
||||
(commonParameters
|
||||
(dimensionParameters
|
||||
(arrowLength 100000)
|
||||
(arrowAngle 15.000000)
|
||||
(dotDiameter 100000)
|
||||
(textFrameOffset 100000)
|
||||
(arrowOffset 100000)
|
||||
(dimAssistOffset 100000)
|
||||
(dimLineWidth 10000)
|
||||
(drawTextFrame NO)
|
||||
(textFrameRange ALL)
|
||||
(textClip NO)
|
||||
(standard JIS)
|
||||
)
|
||||
)
|
||||
(padstackGroups
|
||||
(padstackGroup default)
|
||||
)
|
||||
(pads
|
||||
(pad r160_140
|
||||
(photo FLASH)
|
||||
(panelUse NO)
|
||||
(geometry
|
||||
(rectangle
|
||||
(pt 0 0)
|
||||
(width 140000)
|
||||
(height 160000)
|
||||
(rAngle 0.000000)
|
||||
(outlineWidth 0)
|
||||
(fillWidth 0)
|
||||
(fillAngle 0.000000)
|
||||
)
|
||||
)
|
||||
)
|
||||
); End of pads
|
||||
(padstacks
|
||||
(padstack r160_140
|
||||
(type NONPLATED)
|
||||
(throughMode NONTHROUGH)
|
||||
(panelUse NO)
|
||||
(padSet (footLayer Top)
|
||||
(connect (pad r160_140))
|
||||
(noconnect (pad r160_140))
|
||||
)
|
||||
(padSet (footLayer Resist-Top)
|
||||
(connect (pad r160_140))
|
||||
(noconnect (pad r160_140))
|
||||
)
|
||||
(padSet (footLayer MetalMask-Top)
|
||||
(connect (pad r160_140))
|
||||
(noconnect (pad r160_140))
|
||||
)
|
||||
)
|
||||
); End of padstacks
|
||||
(footprints
|
||||
(footprint "830059522"
|
||||
(polarity YES)
|
||||
(panelUse NO)
|
||||
(heelprint
|
||||
(layout
|
||||
(layer (footLayer Assembly-Top)
|
||||
(line
|
||||
(geometry
|
||||
(line
|
||||
(vertex
|
||||
(pt -250000 160000
|
||||
(width 10000)
|
||||
)
|
||||
(pt 250000 160000
|
||||
(width 10000)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(layer (footLayer Assembly-Top)
|
||||
(line
|
||||
(geometry
|
||||
(line
|
||||
(vertex
|
||||
(pt 250000 160000
|
||||
(width 10000)
|
||||
)
|
||||
(pt 250000 -160000
|
||||
(width 10000)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(layer (footLayer Assembly-Top)
|
||||
(line
|
||||
(geometry
|
||||
(line
|
||||
(vertex
|
||||
(pt 250000 -160000
|
||||
(width 10000)
|
||||
)
|
||||
(pt -250000 -160000
|
||||
(width 10000)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(layer (footLayer Assembly-Top)
|
||||
(line
|
||||
(geometry
|
||||
(line
|
||||
(vertex
|
||||
(pt -250000 -160000
|
||||
(width 10000)
|
||||
)
|
||||
(pt -250000 160000
|
||||
(width 10000)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(layer (footLayer CompArea-Top)
|
||||
(area
|
||||
(geometry
|
||||
(surface
|
||||
(outlineWidth 0)
|
||||
(fillWidth 0)
|
||||
(fillAngle 0.000000)
|
||||
(vertex
|
||||
(pt 370000 285000)
|
||||
(pt 370000 -285000)
|
||||
(pt -370000 -285000)
|
||||
(pt -370000 285000)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(layer (footLayer Silk-Top)
|
||||
(line
|
||||
(geometry
|
||||
(line
|
||||
(vertex
|
||||
(pt -80000 160000
|
||||
(width 20000)
|
||||
)
|
||||
(pt 80000 160000
|
||||
(width 20000)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(layer (footLayer Silk-Top)
|
||||
(line
|
||||
(geometry
|
||||
(line
|
||||
(vertex
|
||||
(pt -80000 -160000
|
||||
(width 20000)
|
||||
)
|
||||
(pt 80000 -160000
|
||||
(width 20000)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(layer (footLayer Silk-Top)
|
||||
(line
|
||||
(geometry
|
||||
(line
|
||||
(vertex
|
||||
(pt -200000 -240000
|
||||
(width 10000)
|
||||
)
|
||||
(pt -200000 -240000
|
||||
(width 10000)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(layer (footLayer Silk-Top)
|
||||
(line
|
||||
(geometry
|
||||
(line
|
||||
(vertex
|
||||
(arc CCW
|
||||
(r 5000)
|
||||
(begin
|
||||
(pt -200000 -240000
|
||||
(width 10000)
|
||||
)
|
||||
)
|
||||
(center 0 1073741824)
|
||||
(end
|
||||
(pt -200000 -230000
|
||||
(width 10000)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(layer (footLayer Silk-Top)
|
||||
(line
|
||||
(geometry
|
||||
(line
|
||||
(vertex
|
||||
(arc CCW
|
||||
(r 5000)
|
||||
(begin
|
||||
(pt -200000 -230000
|
||||
(width 10000)
|
||||
)
|
||||
)
|
||||
(center 0 -1073741824)
|
||||
(end
|
||||
(pt -200000 -240000
|
||||
(width 10000)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
); End of layout
|
||||
); End of heelprint
|
||||
(toeprint
|
||||
(pin 1
|
||||
(pt -190000 -115000)
|
||||
(layout
|
||||
(layer (FPADSTACK)
|
||||
(fpadstack
|
||||
(pt -190000 -115000)
|
||||
(angle 90)
|
||||
(padstackGroup default (padstack r160_140))
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin 2
|
||||
(pt 190000 -115000)
|
||||
(layout
|
||||
(layer (FPADSTACK)
|
||||
(fpadstack
|
||||
(pt 190000 -115000)
|
||||
(angle 90)
|
||||
(padstackGroup default (padstack r160_140))
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin 3
|
||||
(pt 190000 115000)
|
||||
(layout
|
||||
(layer (FPADSTACK)
|
||||
(fpadstack
|
||||
(pt 190000 115000)
|
||||
(angle 90)
|
||||
(padstackGroup default (padstack r160_140))
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin 4
|
||||
(pt -190000 115000)
|
||||
(layout
|
||||
(layer (FPADSTACK)
|
||||
(fpadstack
|
||||
(pt -190000 115000)
|
||||
(angle 90)
|
||||
(padstackGroup default (padstack r160_140))
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
); End of toeprint
|
||||
(propertyS accurateShape 830059522.stp)
|
||||
); End of footprint
|
||||
); End of footprints
|
||||
); End of footprintContainer
|
||||
); End of ftf
|
||||
|
|
@ -0,0 +1,80 @@
|
|||
LIB 830059522
|
||||
ZONE 1 2 1 50.000 50.000 0.000 0.000 0 A 1
|
||||
GRID 1 1 1 1 1 1 1 4
|
||||
SHT 1 1 1 0 4 36 6
|
||||
PROP 0 componentType 1
|
||||
parts
|
||||
ENDPROP
|
||||
PROP 0 componentKind 1
|
||||
171
|
||||
ENDPROP
|
||||
PROP 0 partName 1
|
||||
830059522
|
||||
ENDPROP
|
||||
VIEW 1 1 0 -1 -1 33 6 0 1.000 3 reference
|
||||
VIEW 1 1 0 -1 -1 33 4 0 1.000 3 partName
|
||||
ENDSHT
|
||||
LINE 1 -1 -1 -1 0 0 0
|
||||
POINT - 4 2
|
||||
POINT - 32 2
|
||||
POINT - 32 -4
|
||||
POINT - 4 -4
|
||||
POINT - 4 2
|
||||
ENDLIN
|
||||
LINE 1 -1 -1 -1 -1 -1 -1
|
||||
POINT - 0 -2
|
||||
POINT - 4 -2
|
||||
ENDLIN
|
||||
LINE 1 -1 -1 -1 -1 -1 -1
|
||||
POINT - 36 -2
|
||||
POINT - 32 -2
|
||||
ENDLIN
|
||||
LINE 1 -1 -1 -1 -1 -1 -1
|
||||
POINT - 36 0
|
||||
POINT - 32 0
|
||||
ENDLIN
|
||||
LINE 1 -1 -1 -1 -1 -1 -1
|
||||
POINT - 0 0
|
||||
POINT - 4 0
|
||||
ENDLIN
|
||||
PIN 1 1 0 -2
|
||||
PROP 0 pinLabel 1
|
||||
CRYSTAL_1
|
||||
ENDPROP
|
||||
PROP 0 pinNumber 1
|
||||
1
|
||||
ENDPROP
|
||||
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
|
||||
ENDPIN
|
||||
PIN 2 1 36 -2
|
||||
PROP 0 pinLabel 1
|
||||
GND_&_LID_1
|
||||
ENDPROP
|
||||
PROP 0 pinNumber 1
|
||||
2
|
||||
ENDPROP
|
||||
VIEW 1 1 0 -1 -1 33.2 -1.6 0 1.000 0 pinNumber
|
||||
VIEW 2 1 0 -1 -1 31.4 -2 0 1.000 5 pinLabel
|
||||
ENDPIN
|
||||
PIN 3 1 36 0
|
||||
PROP 0 pinLabel 1
|
||||
CRYSTAL_2
|
||||
ENDPROP
|
||||
PROP 0 pinNumber 1
|
||||
3
|
||||
ENDPROP
|
||||
VIEW 1 1 0 -1 -1 33.2 0.4 0 1.000 0 pinNumber
|
||||
VIEW 2 1 0 -1 -1 31.4 0 0 1.000 5 pinLabel
|
||||
ENDPIN
|
||||
PIN 4 1 0 0
|
||||
PROP 0 pinLabel 1
|
||||
GND_&_LID_2
|
||||
ENDPROP
|
||||
PROP 0 pinNumber 1
|
||||
4
|
||||
ENDPROP
|
||||
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
|
||||
ENDPIN
|
||||
ENDLIB
|
|
@ -0,0 +1,10 @@
|
|||
(unit MM)
|
||||
|
||||
(package "830059522"
|
||||
(type UNDEF)
|
||||
(uver 2)
|
||||
(mountForm default
|
||||
(footprintRef "830059522")
|
||||
(spec "default")
|
||||
)
|
||||
)
|
|
@ -0,0 +1,23 @@
|
|||
(part "830059522"
|
||||
(packageRef "830059522")
|
||||
(interface
|
||||
(port "1" (symbPinId 1) (portName "CRYSTAL_1") (portType INOUT))
|
||||
(port "2" (symbPinId 2) (portName "GND_&_LID_1") (portType INOUT))
|
||||
(port "3" (symbPinId 3) (portName "CRYSTAL_2") (portType INOUT))
|
||||
(port "4" (symbPinId 4) (portName "GND_&_LID_2") (portType INOUT))
|
||||
)
|
||||
(partClass UNDEF)
|
||||
(useInSchema Y)
|
||||
(useInLayout Y)
|
||||
(inPartsList Y)
|
||||
(partType NORMAL)
|
||||
(placeRestriction FREE)
|
||||
(property "compKind" "171")
|
||||
(property "Mouser_Part_Number" "710-830059522")
|
||||
(property "Mouser_Price/Stock" "https://www.mouser.co.uk/ProductDetail/Wurth-Elektronik/830059522?qs=2WXlatMagcHZ%2FR%2Fx%2FdehOA%3D%3D")
|
||||
(property "Manufacturer_Name" "Wurth Elektronik")
|
||||
(property "Manufacturer_Part_Number" "830059522")
|
||||
(property "Description" "https://www.we-online.com/catalog/datasheet/830059522.pdf")
|
||||
(property "Datasheet_Link" "https://www.we-online.com/catalog/datasheet/830059522.pdf")
|
||||
(property "symbolName1" "830059522")
|
||||
)
|
|
@ -0,0 +1,321 @@
|
|||
(ftf
|
||||
(header
|
||||
(version 2.0)
|
||||
(unit DBUNIT)
|
||||
)
|
||||
(TechnologyContainer
|
||||
(technology SamacSys_Footprint
|
||||
(footprintLayer
|
||||
(layer Top (type Conductive))
|
||||
(layer Inner (type Conductive))
|
||||
(layer Bottom (type Conductive))
|
||||
(layer Silk-Top (type Symbolmark))
|
||||
(layer Silk-Bottom (type Symbolmark))
|
||||
(layer Resist-Top (type Solderresist))
|
||||
(layer Resist-Bottom (type Solderresist))
|
||||
(layer MetalMask-Top (type Metalmask))
|
||||
(layer MetalMask-Bottom (type Metalmask))
|
||||
(layer CompArea-Top (type Comparea))
|
||||
(layer CompArea-Bottom (type Comparea))
|
||||
(layer Assembly-Top (type Undefined))
|
||||
(layer Assembly-Bottom (type Undefined))
|
||||
(layer Hole (type Hole))
|
||||
)
|
||||
)
|
||||
)
|
||||
(footprintContainer
|
||||
(commonParameters
|
||||
(dimensionParameters
|
||||
(arrowLength 100000)
|
||||
(arrowAngle 15.000000)
|
||||
(dotDiameter 100000)
|
||||
(textFrameOffset 100000)
|
||||
(arrowOffset 100000)
|
||||
(dimAssistOffset 100000)
|
||||
(dimLineWidth 10000)
|
||||
(drawTextFrame NO)
|
||||
(textFrameRange ALL)
|
||||
(textClip NO)
|
||||
(standard JIS)
|
||||
)
|
||||
)
|
||||
(padstackGroups
|
||||
(padstackGroup default)
|
||||
)
|
||||
(pads
|
||||
(pad r160_140
|
||||
(photo FLASH)
|
||||
(panelUse NO)
|
||||
(geometry
|
||||
(rectangle
|
||||
(pt 0 0)
|
||||
(width 140000)
|
||||
(height 160000)
|
||||
(rAngle 0.000000)
|
||||
(outlineWidth 0)
|
||||
(fillWidth 0)
|
||||
(fillAngle 0.000000)
|
||||
)
|
||||
)
|
||||
)
|
||||
); End of pads
|
||||
(padstacks
|
||||
(padstack r160_140
|
||||
(type NONPLATED)
|
||||
(throughMode NONTHROUGH)
|
||||
(panelUse NO)
|
||||
(padSet (footLayer Top)
|
||||
(connect (pad r160_140))
|
||||
(noconnect (pad r160_140))
|
||||
)
|
||||
(padSet (footLayer Resist-Top)
|
||||
(connect (pad r160_140))
|
||||
(noconnect (pad r160_140))
|
||||
)
|
||||
(padSet (footLayer MetalMask-Top)
|
||||
(connect (pad r160_140))
|
||||
(noconnect (pad r160_140))
|
||||
)
|
||||
)
|
||||
); End of padstacks
|
||||
(footprints
|
||||
(footprint "830059522"
|
||||
(polarity YES)
|
||||
(panelUse NO)
|
||||
(heelprint
|
||||
(layout
|
||||
(layer (footLayer Assembly-Top)
|
||||
(line
|
||||
(geometry
|
||||
(line
|
||||
(vertex
|
||||
(pt -250000 160000
|
||||
(width 10000)
|
||||
)
|
||||
(pt 250000 160000
|
||||
(width 10000)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(layer (footLayer Assembly-Top)
|
||||
(line
|
||||
(geometry
|
||||
(line
|
||||
(vertex
|
||||
(pt 250000 160000
|
||||
(width 10000)
|
||||
)
|
||||
(pt 250000 -160000
|
||||
(width 10000)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(layer (footLayer Assembly-Top)
|
||||
(line
|
||||
(geometry
|
||||
(line
|
||||
(vertex
|
||||
(pt 250000 -160000
|
||||
(width 10000)
|
||||
)
|
||||
(pt -250000 -160000
|
||||
(width 10000)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(layer (footLayer Assembly-Top)
|
||||
(line
|
||||
(geometry
|
||||
(line
|
||||
(vertex
|
||||
(pt -250000 -160000
|
||||
(width 10000)
|
||||
)
|
||||
(pt -250000 160000
|
||||
(width 10000)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(layer (footLayer CompArea-Top)
|
||||
(area
|
||||
(geometry
|
||||
(surface
|
||||
(outlineWidth 0)
|
||||
(fillWidth 0)
|
||||
(fillAngle 0.000000)
|
||||
(vertex
|
||||
(pt 370000 285000)
|
||||
(pt 370000 -285000)
|
||||
(pt -370000 -285000)
|
||||
(pt -370000 285000)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(layer (footLayer Silk-Top)
|
||||
(line
|
||||
(geometry
|
||||
(line
|
||||
(vertex
|
||||
(pt -80000 160000
|
||||
(width 20000)
|
||||
)
|
||||
(pt 80000 160000
|
||||
(width 20000)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(layer (footLayer Silk-Top)
|
||||
(line
|
||||
(geometry
|
||||
(line
|
||||
(vertex
|
||||
(pt -80000 -160000
|
||||
(width 20000)
|
||||
)
|
||||
(pt 80000 -160000
|
||||
(width 20000)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(layer (footLayer Silk-Top)
|
||||
(line
|
||||
(geometry
|
||||
(line
|
||||
(vertex
|
||||
(pt -200000 -240000
|
||||
(width 10000)
|
||||
)
|
||||
(pt -200000 -240000
|
||||
(width 10000)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(layer (footLayer Silk-Top)
|
||||
(line
|
||||
(geometry
|
||||
(line
|
||||
(vertex
|
||||
(arc CCW
|
||||
(r 5000)
|
||||
(begin
|
||||
(pt -200000 -240000
|
||||
(width 10000)
|
||||
)
|
||||
)
|
||||
(center 0 1073741824)
|
||||
(end
|
||||
(pt -200000 -230000
|
||||
(width 10000)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(layer (footLayer Silk-Top)
|
||||
(line
|
||||
(geometry
|
||||
(line
|
||||
(vertex
|
||||
(arc CCW
|
||||
(r 5000)
|
||||
(begin
|
||||
(pt -200000 -230000
|
||||
(width 10000)
|
||||
)
|
||||
)
|
||||
(center 0 -1073741824)
|
||||
(end
|
||||
(pt -200000 -240000
|
||||
(width 10000)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
); End of layout
|
||||
); End of heelprint
|
||||
(toeprint
|
||||
(pin 1
|
||||
(pt -190000 -115000)
|
||||
(layout
|
||||
(layer (FPADSTACK)
|
||||
(fpadstack
|
||||
(pt -190000 -115000)
|
||||
(angle 90)
|
||||
(padstackGroup default (padstack r160_140))
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin 2
|
||||
(pt 190000 -115000)
|
||||
(layout
|
||||
(layer (FPADSTACK)
|
||||
(fpadstack
|
||||
(pt 190000 -115000)
|
||||
(angle 90)
|
||||
(padstackGroup default (padstack r160_140))
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin 3
|
||||
(pt 190000 115000)
|
||||
(layout
|
||||
(layer (FPADSTACK)
|
||||
(fpadstack
|
||||
(pt 190000 115000)
|
||||
(angle 90)
|
||||
(padstackGroup default (padstack r160_140))
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin 4
|
||||
(pt -190000 115000)
|
||||
(layout
|
||||
(layer (FPADSTACK)
|
||||
(fpadstack
|
||||
(pt -190000 115000)
|
||||
(angle 90)
|
||||
(padstackGroup default (padstack r160_140))
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
); End of toeprint
|
||||
(propertyS accurateShape 830059522.stp)
|
||||
); End of footprint
|
||||
); End of footprints
|
||||
); End of footprintContainer
|
||||
); End of ftf
|
||||
|
|
@ -0,0 +1,80 @@
|
|||
LIB 830059522
|
||||
ZONE 1 2 1 50.000 50.000 0.000 0.000 0 A 1
|
||||
GRID 1 1 1 1 1 1 1 4
|
||||
SHT 1 1 1 0 4 36 6
|
||||
PROP 0 componentType 1
|
||||
parts
|
||||
ENDPROP
|
||||
PROP 0 componentKind 1
|
||||
171
|
||||
ENDPROP
|
||||
PROP 0 partName 1
|
||||
830059522
|
||||
ENDPROP
|
||||
VIEW 1 1 0 -1 -1 33 6 0 1.000 3 reference
|
||||
VIEW 1 1 0 -1 -1 33 4 0 1.000 3 partName
|
||||
ENDSHT
|
||||
LINE 1 -1 -1 -1 0 0 0
|
||||
POINT - 4 2
|
||||
POINT - 32 2
|
||||
POINT - 32 -4
|
||||
POINT - 4 -4
|
||||
POINT - 4 2
|
||||
ENDLIN
|
||||
LINE 1 -1 -1 -1 -1 -1 -1
|
||||
POINT - 0 -2
|
||||
POINT - 4 -2
|
||||
ENDLIN
|
||||
LINE 1 -1 -1 -1 -1 -1 -1
|
||||
POINT - 36 -2
|
||||
POINT - 32 -2
|
||||
ENDLIN
|
||||
LINE 1 -1 -1 -1 -1 -1 -1
|
||||
POINT - 36 0
|
||||
POINT - 32 0
|
||||
ENDLIN
|
||||
LINE 1 -1 -1 -1 -1 -1 -1
|
||||
POINT - 0 0
|
||||
POINT - 4 0
|
||||
ENDLIN
|
||||
PIN 1 1 0 -2
|
||||
PROP 0 pinLabel 1
|
||||
CRYSTAL_1
|
||||
ENDPROP
|
||||
PROP 0 pinNumber 1
|
||||
1
|
||||
ENDPROP
|
||||
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
|
||||
ENDPIN
|
||||
PIN 2 1 36 -2
|
||||
PROP 0 pinLabel 1
|
||||
GND_&_LID_1
|
||||
ENDPROP
|
||||
PROP 0 pinNumber 1
|
||||
2
|
||||
ENDPROP
|
||||
VIEW 1 1 0 -1 -1 33.2 -1.6 0 1.000 0 pinNumber
|
||||
VIEW 2 1 0 -1 -1 31.4 -2 0 1.000 5 pinLabel
|
||||
ENDPIN
|
||||
PIN 3 1 36 0
|
||||
PROP 0 pinLabel 1
|
||||
CRYSTAL_2
|
||||
ENDPROP
|
||||
PROP 0 pinNumber 1
|
||||
3
|
||||
ENDPROP
|
||||
VIEW 1 1 0 -1 -1 33.2 0.4 0 1.000 0 pinNumber
|
||||
VIEW 2 1 0 -1 -1 31.4 0 0 1.000 5 pinLabel
|
||||
ENDPIN
|
||||
PIN 4 1 0 0
|
||||
PROP 0 pinLabel 1
|
||||
GND_&_LID_2
|
||||
ENDPROP
|
||||
PROP 0 pinNumber 1
|
||||
4
|
||||
ENDPROP
|
||||
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
|
||||
ENDPIN
|
||||
ENDLIB
|
|
@ -0,0 +1,10 @@
|
|||
(unit MM)
|
||||
|
||||
(package "830059522"
|
||||
(type UNDEF)
|
||||
(uver 2)
|
||||
(mountForm default
|
||||
(footprintRef "830059522")
|
||||
(spec "default")
|
||||
)
|
||||
)
|
|
@ -0,0 +1,346 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
|
||||
<Lib xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="olb.xsd">
|
||||
|
||||
<Defn name="C:\TEMP\830059522.OLB"/>
|
||||
|
||||
<DefaultValues>
|
||||
<Defn/>
|
||||
<DefaultFont>
|
||||
<Defn escapement="0" height="-9" index="0" italic="0" name="Arial" orientation="0" weight="400" width="4"/>
|
||||
</DefaultFont>
|
||||
<DefaultFont>
|
||||
<Defn escapement="0" height="-9" index="1" italic="0" name="Arial" orientation="0" weight="400" width="4"/>
|
||||
</DefaultFont>
|
||||
<DefaultFont>
|
||||
<Defn escapement="0" height="-9" index="2" italic="0" name="Arial" orientation="0" weight="400" width="4"/>
|
||||
</DefaultFont>
|
||||
<DefaultFont>
|
||||
<Defn escapement="0" height="8" index="3" italic="0" name="Arial" orientation="0" weight="400" width="0"/>
|
||||
</DefaultFont>
|
||||
<DefaultFont>
|
||||
<Defn escapement="0" height="8" index="4" italic="0" name="Arial" orientation="0" weight="400" width="0"/>
|
||||
</DefaultFont>
|
||||
<DefaultFont>
|
||||
<Defn escapement="0" height="-9" index="5" italic="0" name="Arial" orientation="0" weight="400" width="4"/>
|
||||
</DefaultFont>
|
||||
<DefaultFont>
|
||||
<Defn escapement="0" height="-9" index="6" italic="0" name="Arial" orientation="0" weight="400" width="4"/>
|
||||
</DefaultFont>
|
||||
<DefaultFont>
|
||||
<Defn escapement="0" height="-9" index="7" italic="0" name="Arial" orientation="0" weight="400" width="4"/>
|
||||
</DefaultFont>
|
||||
<DefaultFont>
|
||||
<Defn escapement="0" height="-9" index="8" italic="0" name="Arial" orientation="0" weight="400" width="4"/>
|
||||
</DefaultFont>
|
||||
<DefaultFont>
|
||||
<Defn escapement="0" height="-9" index="9" italic="0" name="Arial" orientation="0" weight="400" width="4"/>
|
||||
</DefaultFont>
|
||||
<DefaultFont>
|
||||
<Defn escapement="0" height="-9" index="10" italic="0" name="Arial" orientation="0" weight="400" width="4"/>
|
||||
</DefaultFont>
|
||||
<DefaultFont>
|
||||
<Defn escapement="0" height="-9" index="11" italic="0" name="Arial" orientation="0" weight="400" width="4"/>
|
||||
</DefaultFont>
|
||||
<DefaultFont>
|
||||
<Defn escapement="0" height="-9" index="12" italic="0" name="Arial" orientation="0" weight="400" width="4"/>
|
||||
</DefaultFont>
|
||||
<DefaultFont>
|
||||
<Defn escapement="0" height="-9" index="13" italic="0" name="Courier New" orientation="0" weight="400" width="5"/>
|
||||
</DefaultFont>
|
||||
<DefaultFont>
|
||||
<Defn escapement="0" height="-9" index="14" italic="0" name="Arial" orientation="0" weight="400" width="4"/>
|
||||
</DefaultFont>
|
||||
<DefaultFont>
|
||||
<Defn escapement="0" height="-9" index="15" italic="0" name="Arial" orientation="0" weight="400" width="4"/>
|
||||
</DefaultFont>
|
||||
<DefaultFont>
|
||||
<Defn escapement="0" height="-9" index="16" italic="0" name="Arial" orientation="0" weight="400" width="4"/>
|
||||
</DefaultFont>
|
||||
<DefaultFont>
|
||||
<Defn escapement="0" height="8" index="17" italic="0" name="Arial" orientation="0" weight="400" width="0"/>
|
||||
</DefaultFont>
|
||||
<DefaultFont>
|
||||
<Defn escapement="0" height="8" index="18" italic="0" name="Arial" orientation="0" weight="400" width="0"/>
|
||||
</DefaultFont>
|
||||
<DefaultFont>
|
||||
<Defn escapement="0" height="8" index="19" italic="0" name="Arial" orientation="0" weight="400" width="0"/>
|
||||
</DefaultFont>
|
||||
<DefaultFont>
|
||||
<Defn escapement="0" height="8" index="20" italic="0" name="Arial" orientation="0" weight="400" width="0"/>
|
||||
</DefaultFont>
|
||||
<DefaultFont>
|
||||
<Defn escapement="0" height="8" index="21" italic="0" name="Arial" orientation="0" weight="400" width="0"/>
|
||||
</DefaultFont>
|
||||
<DefaultFont>
|
||||
<Defn escapement="0" height="8" index="22" italic="0" name="Arial" orientation="0" weight="400" width="0"/>
|
||||
</DefaultFont>
|
||||
<DefaultFont>
|
||||
<Defn escapement="0" height="8" index="23" italic="0" name="Arial" orientation="0" weight="400" width="0"/>
|
||||
</DefaultFont>
|
||||
<DefaultPageRec>
|
||||
<Defn ANSIGridRefs="1" BorderDisplayed="1" BorderPrinted="1" GridRefDisplayed="1" GridRefPrinted="1" HorizontalLabelCount="5" HorizontalLabelIsAscending="0" HorizontalLabelIsChar="0" HorizontalLabelWidth="100" IsMetric="0" PinToPin="100" TitleBlockDisplayed="1" TitleBlockPrinted="1" VerticalLabelCount="4" VerticalLabelIsAscending="0" VerticalLabelIsChar="1" VerticalLabelWidth="100"/>
|
||||
</DefaultPageRec>
|
||||
<DefaultPlacedInstIsPrimitive>
|
||||
<Defn val="0"/>
|
||||
</DefaultPlacedInstIsPrimitive>
|
||||
<DefaultDrawnInstIsPrimitive>
|
||||
<Defn val="0"/>
|
||||
</DefaultDrawnInstIsPrimitive>
|
||||
<DefaultPartFieldMapping>
|
||||
<Defn index="1" val="1ST PART FIELD"/>
|
||||
</DefaultPartFieldMapping>
|
||||
<DefaultPartFieldMapping>
|
||||
<Defn index="2" val="2ND PART FIELD"/>
|
||||
</DefaultPartFieldMapping>
|
||||
<DefaultPartFieldMapping>
|
||||
<Defn index="3" val="3RD PART FIELD"/>
|
||||
</DefaultPartFieldMapping>
|
||||
<DefaultPartFieldMapping>
|
||||
<Defn index="4" val="4TH PART FIELD"/>
|
||||
</DefaultPartFieldMapping>
|
||||
<DefaultPartFieldMapping>
|
||||
<Defn index="5" val="5TH PART FIELD"/>
|
||||
</DefaultPartFieldMapping>
|
||||
<DefaultPartFieldMapping>
|
||||
<Defn index="6" val="6TH PART FIELD"/>
|
||||
</DefaultPartFieldMapping>
|
||||
<DefaultPartFieldMapping>
|
||||
<Defn index="7" val="7TH PART FIELD"/>
|
||||
</DefaultPartFieldMapping>
|
||||
<DefaultPartFieldMapping>
|
||||
<Defn index="8" val="PCB Footprint"/>
|
||||
</DefaultPartFieldMapping>
|
||||
</DefaultValues>
|
||||
<Package>
|
||||
<Defn alphabeticNumbering="2" isHomogeneous="1" name="830059522" pcbFootprint="830059522" pcbLib="" refdesPrefix="Y"/>
|
||||
<LibPart>
|
||||
<Defn CellName="830059522"/>
|
||||
<NormalView>
|
||||
<Defn suffix=".Normal"/>
|
||||
<SymbolDisplayProp>
|
||||
<Defn locX="145" locY="-25" name="Part Reference" rotation="0" textJustification="1"/>
|
||||
<PropFont>
|
||||
<Defn escapement="0" height="-9" italic="0" name="Arial" orientation="0" weight="400" width="4"/>
|
||||
</PropFont>
|
||||
<PropColor>
|
||||
<Defn val="48"/>
|
||||
</PropColor>
|
||||
<PropDispType>
|
||||
<Defn ValueIfValueExist="0" val="1"/>
|
||||
</PropDispType>
|
||||
</SymbolDisplayProp>
|
||||
<SymbolDisplayProp>
|
||||
<Defn locX="145" locY="-15" name="Value" rotation="0" textJustification="1"/>
|
||||
<PropFont>
|
||||
<Defn escapement="0" height="-9" italic="0" name="Arial" orientation="0" weight="400" width="4"/>
|
||||
</PropFont>
|
||||
<PropColor>
|
||||
<Defn val="48"/>
|
||||
</PropColor>
|
||||
<PropDispType>
|
||||
<Defn ValueIfValueExist="0" val="1"/>
|
||||
</PropDispType>
|
||||
</SymbolDisplayProp>
|
||||
<SymbolUserProp>
|
||||
<Defn name="Mouser Part Number" val="710-830059522"/>
|
||||
</SymbolUserProp>
|
||||
<SymbolUserProp>
|
||||
<Defn name="Mouser Price/Stock" val="https://www.mouser.co.uk/ProductDetail/Wurth-Elektronik/830059522?qs=2WXlatMagcHZ%2FR%2Fx%2FdehOA%3D%3D"/>
|
||||
</SymbolUserProp>
|
||||
<SymbolUserProp>
|
||||
<Defn name="Manufacturer_Name" val="Wurth Elektronik"/>
|
||||
</SymbolUserProp>
|
||||
<SymbolUserProp>
|
||||
<Defn name="Manufacturer_Part_Number" val="830059522"/>
|
||||
</SymbolUserProp>
|
||||
<SymbolUserProp>
|
||||
<Defn name="Description" val="https://www.we-online.com/catalog/datasheet/830059522.pdf"/>
|
||||
</SymbolUserProp>
|
||||
<SymbolUserProp>
|
||||
<Defn name="Datasheet Link" val="https://www.we-online.com/catalog/datasheet/830059522.pdf"/>
|
||||
</SymbolUserProp>
|
||||
<SymbolUserProp>
|
||||
<Defn name="Height" val="1 mm"/>
|
||||
</SymbolUserProp>
|
||||
<SymbolColor>
|
||||
<Defn val="48"/>
|
||||
</SymbolColor>
|
||||
<SymbolBBox>
|
||||
<Defn x1="0" x2="140" y1="0" y2="30"/>
|
||||
</SymbolBBox>
|
||||
<IsPinNumbersVisible>
|
||||
<Defn val="1"/>
|
||||
</IsPinNumbersVisible>
|
||||
<IsPinNamesRotated>
|
||||
<Defn val="1"/>
|
||||
</IsPinNamesRotated>
|
||||
<IsPinNamesVisible>
|
||||
<Defn val="1"/>
|
||||
</IsPinNamesVisible>
|
||||
<ContentsLibName>
|
||||
<Defn name=""/>
|
||||
</ContentsLibName>
|
||||
<ContentsViewName>
|
||||
<Defn name=""/>
|
||||
</ContentsViewName>
|
||||
<ContentsViewType>
|
||||
<Defn type="0"/>
|
||||
</ContentsViewType>
|
||||
<PartValue>
|
||||
<Defn name="830059522"/>
|
||||
</PartValue>
|
||||
<Reference>
|
||||
<Defn name="Y"/>
|
||||
</Reference>
|
||||
<Line>
|
||||
<Defn lineStyle="0" lineWidth="0" x1="0" x2="140" y1="0" y2="0"/>
|
||||
</Line>
|
||||
<Line>
|
||||
<Defn lineStyle="0" lineWidth="0" x1="140" x2="140" y1="30" y2="0"/>
|
||||
</Line>
|
||||
<Line>
|
||||
<Defn lineStyle="0" lineWidth="0" x1="140" x2="0" y1="30" y2="30"/>
|
||||
</Line>
|
||||
<Line>
|
||||
<Defn lineStyle="0" lineWidth="0" x1="0" x2="0" y1="0" y2="30"/>
|
||||
</Line>
|
||||
<SymbolPinScalar>
|
||||
<Defn hotptX="-20" hotptY="20" name="CRYSTAL_1" position="0" startX="0" startY="20" type="4" visible="1"/>
|
||||
<IsLong>
|
||||
<Defn val="0"/>
|
||||
</IsLong>
|
||||
<IsClock>
|
||||
<Defn val="0"/>
|
||||
</IsClock>
|
||||
<IsDot>
|
||||
<Defn val="0"/>
|
||||
</IsDot>
|
||||
<IsLeftPointing>
|
||||
<Defn val="0"/>
|
||||
</IsLeftPointing>
|
||||
<IsRightPointing>
|
||||
<Defn val="0"/>
|
||||
</IsRightPointing>
|
||||
<IsNetStyle>
|
||||
<Defn val="0"/>
|
||||
</IsNetStyle>
|
||||
<IsNoConnect>
|
||||
<Defn val="0"/>
|
||||
</IsNoConnect>
|
||||
<IsGlobal>
|
||||
<Defn val="0"/>
|
||||
</IsGlobal>
|
||||
<IsNumberVisible>
|
||||
<Defn val="1"/>
|
||||
</IsNumberVisible>
|
||||
</SymbolPinScalar>
|
||||
<SymbolPinScalar>
|
||||
<Defn hotptX="160" hotptY="20" name="GND_&_LID_1" position="1" startX="140" startY="20" type="4" visible="1"/>
|
||||
<IsLong>
|
||||
<Defn val="0"/>
|
||||
</IsLong>
|
||||
<IsClock>
|
||||
<Defn val="0"/>
|
||||
</IsClock>
|
||||
<IsDot>
|
||||
<Defn val="0"/>
|
||||
</IsDot>
|
||||
<IsLeftPointing>
|
||||
<Defn val="0"/>
|
||||
</IsLeftPointing>
|
||||
<IsRightPointing>
|
||||
<Defn val="0"/>
|
||||
</IsRightPointing>
|
||||
<IsNetStyle>
|
||||
<Defn val="0"/>
|
||||
</IsNetStyle>
|
||||
<IsNoConnect>
|
||||
<Defn val="0"/>
|
||||
</IsNoConnect>
|
||||
<IsGlobal>
|
||||
<Defn val="0"/>
|
||||
</IsGlobal>
|
||||
<IsNumberVisible>
|
||||
<Defn val="1"/>
|
||||
</IsNumberVisible>
|
||||
</SymbolPinScalar>
|
||||
<SymbolPinScalar>
|
||||
<Defn hotptX="160" hotptY="10" name="CRYSTAL_2" position="2" startX="140" startY="10" type="4" visible="1"/>
|
||||
<IsLong>
|
||||
<Defn val="0"/>
|
||||
</IsLong>
|
||||
<IsClock>
|
||||
<Defn val="0"/>
|
||||
</IsClock>
|
||||
<IsDot>
|
||||
<Defn val="0"/>
|
||||
</IsDot>
|
||||
<IsLeftPointing>
|
||||
<Defn val="0"/>
|
||||
</IsLeftPointing>
|
||||
<IsRightPointing>
|
||||
<Defn val="0"/>
|
||||
</IsRightPointing>
|
||||
<IsNetStyle>
|
||||
<Defn val="0"/>
|
||||
</IsNetStyle>
|
||||
<IsNoConnect>
|
||||
<Defn val="0"/>
|
||||
</IsNoConnect>
|
||||
<IsGlobal>
|
||||
<Defn val="0"/>
|
||||
</IsGlobal>
|
||||
<IsNumberVisible>
|
||||
<Defn val="1"/>
|
||||
</IsNumberVisible>
|
||||
</SymbolPinScalar>
|
||||
<SymbolPinScalar>
|
||||
<Defn hotptX="-20" hotptY="10" name="GND_&_LID_2" position="3" startX="0" startY="10" type="4" visible="1"/>
|
||||
<IsLong>
|
||||
<Defn val="0"/>
|
||||
</IsLong>
|
||||
<IsClock>
|
||||
<Defn val="0"/>
|
||||
</IsClock>
|
||||
<IsDot>
|
||||
<Defn val="0"/>
|
||||
</IsDot>
|
||||
<IsLeftPointing>
|
||||
<Defn val="0"/>
|
||||
</IsLeftPointing>
|
||||
<IsRightPointing>
|
||||
<Defn val="0"/>
|
||||
</IsRightPointing>
|
||||
<IsNetStyle>
|
||||
<Defn val="0"/>
|
||||
</IsNetStyle>
|
||||
<IsNoConnect>
|
||||
<Defn val="0"/>
|
||||
</IsNoConnect>
|
||||
<IsGlobal>
|
||||
<Defn val="0"/>
|
||||
</IsGlobal>
|
||||
<IsNumberVisible>
|
||||
<Defn val="1"/>
|
||||
</IsNumberVisible>
|
||||
</SymbolPinScalar>
|
||||
</NormalView>
|
||||
<PhysicalPart>
|
||||
<Defn/>
|
||||
<PinNumber>
|
||||
<Defn number="1" position="0"/>
|
||||
</PinNumber>
|
||||
<PinNumber>
|
||||
<Defn number="1" position="1"/>
|
||||
</PinNumber>
|
||||
<PinNumber>
|
||||
<Defn number="3" position="2"/>
|
||||
</PinNumber>
|
||||
<PinNumber>
|
||||
<Defn number="1" position="3"/>
|
||||
</PinNumber>
|
||||
</PhysicalPart>
|
||||
</LibPart>
|
||||
</Package>
|
||||
|
||||
</Lib>
|
|
@ -0,0 +1,133 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--/15455426/1031803/2.50/4/3/Crystal or Oscillator/-->
|
||||
<!DOCTYPE curve SYSTEM "eagle.dtd">
|
||||
<eagle version="7.7.0">
|
||||
<drawing>
|
||||
<settings>
|
||||
<setting alwaysvectorfont="no"/>
|
||||
<setting verticaltext="up"/>
|
||||
</settings>
|
||||
<grid distance="0.1" unitdist="inch" unit="inch" style="lines" multiple="1" display="no" altdistance="0.01" altunitdist="inch" altunit="inch"/>
|
||||
<layers>
|
||||
<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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="97" name="Info" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="98" name="Guide" color="6" fill="1" visible="yes" active="yes"/>
|
||||
</layers>
|
||||
<library>
|
||||
<description><https://www.we-online.com/catalog/datasheet/830059522.pdf</b><p>
|
||||
<author>Created by SamacSys</author></description>
|
||||
<packages>
|
||||
<package name="830059522">
|
||||
<description><b>830059522-2</b><br>
|
||||
</description>
|
||||
<smd name="1" x="-1.900" y="-1.150" dx="1.600" dy="1.400" layer="1" rot="R0"/>
|
||||
<smd name="2" x="1.900" y="-1.150" dx="1.600" dy="1.400" layer="1" rot="R0"/>
|
||||
<smd name="3" x="1.900" y="1.150" dx="1.600" dy="1.400" layer="1" rot="R0"/>
|
||||
<smd name="4" x="-1.900" y="1.150" dx="1.600" dy="1.400" layer="1" rot="R0"/>
|
||||
<text x="-0.000" y="0.000" align="center" size="1.27" layer="25" rot="R0" >>NAME</text>
|
||||
<text x="-0.000" y="0.000" align="center" size="1.27" layer="27" rot="R0" >>VALUE</text>
|
||||
<wire x1="-2.5" y1="1.6" x2="2.5" y2="1.6" width="0.1" layer="51"/>
|
||||
<wire x1="2.5" y1="1.6" x2="2.5" y2="-1.6" width="0.1" layer="51"/>
|
||||
<wire x1="2.5" y1="-1.6" x2="-2.5" y2="-1.6" width="0.1" layer="51"/>
|
||||
<wire x1="-2.5" y1="-1.6" x2="-2.5" y2="1.6" width="0.1" layer="51"/>
|
||||
<wire x1="-3.7" y1="2.85" x2="3.7" y2="2.85" width="0.1" layer="51"/>
|
||||
<wire x1="3.7" y1="2.85" x2="3.7" y2="-2.85" width="0.1" layer="51"/>
|
||||
<wire x1="3.7" y1="-2.85" x2="-3.7" y2="-2.85" width="0.1" layer="51"/>
|
||||
<wire x1="-3.7" y1="-2.85" x2="-3.7" y2="2.85" width="0.1" layer="51"/>
|
||||
<wire x1="-0.8" y1="1.6" x2="0.8" y2="1.6" width="0.2" layer="21"/>
|
||||
<wire x1="-0.8" y1="-1.6" x2="0.8" y2="-1.6" width="0.2" layer="21"/>
|
||||
<wire x1="-2" y1="-2.4" x2="-2" y2="-2.4" width="0.1" layer="21"/>
|
||||
<wire x1="-2.000" y1="-2.400" x2="-2.000" y2="-2.300" width="0.1" layer="21" curve="180.0"/>
|
||||
<wire x1="-2" y1="-2.3" x2="-2" y2="-2.3" width="0.1" layer="21"/>
|
||||
<wire x1="-2.000" y1="-2.300" x2="-2.000" y2="-2.400" width="0.1" layer="21" curve="180.0"/>
|
||||
</package>
|
||||
</packages>
|
||||
<symbols>
|
||||
<symbol name="830059522">
|
||||
<wire x1="5.08" y1="2.54" x2="40.64" y2="2.54" width="0.254" layer="94"/>
|
||||
<wire x1="40.64" y1="-5.08" x2="40.64" y2="2.54" width="0.254" layer="94"/>
|
||||
<wire x1="40.64" y1="-5.08" x2="5.08" y2="-5.08" width="0.254" layer="94"/>
|
||||
<wire x1="5.08" y1="2.54" x2="5.08" y2="-5.08" width="0.254" layer="94"/>
|
||||
<text x="41.91" y="7.62" align="center-left" size="1.778" layer="95">>NAME</text>
|
||||
<text x="41.91" y="5.08" align="center-left" size="1.778" layer="96">>VALUE</text>
|
||||
<pin name="CRYSTAL_1" x="0" y="-2.54" length="middle" direction="io" rot="R0"/>
|
||||
<pin name="GND_&_LID_1" x="45.72" y="-2.54" length="middle" direction="io" rot="R180"/>
|
||||
<pin name="CRYSTAL_2" x="45.72" y="0" length="middle" direction="io" rot="R180"/>
|
||||
<pin name="GND_&_LID_2" x="0" y="0" length="middle" direction="io" rot="R0"/>
|
||||
</symbol>
|
||||
</symbols>
|
||||
<devicesets>
|
||||
<deviceset name="830059522" prefix="Y">
|
||||
<description><b>https://www.we-online.com/catalog/datasheet/830059522.pdf</b><p>
|
||||
Source: <a href="https://www.we-online.com/catalog/datasheet/830059522.pdf"> Datasheet </a></description>
|
||||
<gates>
|
||||
<gate name="G$1" symbol="830059522" x="0" y="0"/>
|
||||
</gates>
|
||||
<devices>
|
||||
<device name="" package="830059522">
|
||||
<connects>
|
||||
<connect gate="G$1" pin="CRYSTAL_1" pad="1"/>
|
||||
<connect gate="G$1" pin="GND_&_LID_1" pad="2"/>
|
||||
<connect gate="G$1" pin="CRYSTAL_2" pad="3"/>
|
||||
<connect gate="G$1" pin="GND_&_LID_2" pad="4"/>
|
||||
</connects>
|
||||
<technologies>
|
||||
<technology name="">
|
||||
<attribute name="Mouser_Part_Number" value="710-830059522" constant="no"/>
|
||||
<attribute name="Mouser_Price-Stock" value="https://www.mouser.co.uk/ProductDetail/Wurth-Elektronik/830059522?qs=2WXlatMagcHZ%2FR%2Fx%2FdehOA%3D%3D" constant="no"/>
|
||||
<attribute name="Manufacturer_Name" value="Wurth Elektronik" constant="no"/>
|
||||
<attribute name="Manufacturer_Part_Number" value="830059522" constant="no"/>
|
||||
<attribute name="Description" value="https://www.we-online.com/catalog/datasheet/830059522.pdf" constant="no"/>
|
||||
<attribute name="Height" value="1mm" constant="no"/>
|
||||
</technology>
|
||||
</technologies>
|
||||
</device>
|
||||
</devices>
|
||||
</deviceset>
|
||||
</devicesets>
|
||||
</library>
|
||||
</drawing>
|
||||
</eagle>
|
|
@ -0,0 +1,38 @@
|
|||
FILE_TYPE=LIBRARY_PARTS;
|
||||
PRIMITIVE '830059522','830059522_Other';
|
||||
PIN
|
||||
'CRYSTAL_1':
|
||||
PIN_NUMBER='(1)';
|
||||
NO_LOAD_CHECK=BOTH;
|
||||
NO_IO_CHECK=BOTH;
|
||||
ALLOW_CONNECT=TRUE;
|
||||
PINUSE='UNSPEC';
|
||||
'GND_&_LID_1':
|
||||
PIN_NUMBER='(2)';
|
||||
NO_LOAD_CHECK=BOTH;
|
||||
NO_IO_CHECK=BOTH;
|
||||
ALLOW_CONNECT=TRUE;
|
||||
PINUSE='UNSPEC';
|
||||
'CRYSTAL_2':
|
||||
PIN_NUMBER='(3)';
|
||||
NO_LOAD_CHECK=BOTH;
|
||||
NO_IO_CHECK=BOTH;
|
||||
ALLOW_CONNECT=TRUE;
|
||||
PINUSE='UNSPEC';
|
||||
'GND_&_LID_2':
|
||||
PIN_NUMBER='(4)';
|
||||
NO_LOAD_CHECK=BOTH;
|
||||
NO_IO_CHECK=BOTH;
|
||||
ALLOW_CONNECT=TRUE;
|
||||
PINUSE='UNSPEC';
|
||||
END_PIN;
|
||||
BODY
|
||||
PART_NAME='830059522';
|
||||
PHYS_DES_PREFIX='Y';
|
||||
NO_LOAD_CHECK='TRUE';
|
||||
PIN_COUNT='4';
|
||||
BODY_NAME='830059522';
|
||||
JEDEC_TYPE='830059522';
|
||||
END_BODY;
|
||||
END_PRIMITIVE;
|
||||
END.
|
|
@ -0,0 +1,11 @@
|
|||
FILE_TYPE = MULTI_PHYS_TABLE;
|
||||
|
||||
PART '830059522'
|
||||
CLASS = DISCRETE
|
||||
{========================================================================================}
|
||||
:"MANUFACTURER_NAME", "MANUFACTURER_PART_NUMBER"= "PART_NUMBER", "JEDEC_TYPE", "PACK_TYPE", "MOUSER_PART_NUMBER", "MOUSER_PRICE/STOCK", "DESCRIPTION", "DATASHEET", "HEIGHT";
|
||||
{========================================================================================}
|
||||
"Wurth Elektronik", "830059522" (!) = "", "830059522", "Other", "710-830059522", "https://www.mouser.co.uk/ProductDetail/Wurth-Elektronik/830059522?qs=2WXlatMagcHZ%2FR%2Fx%2FdehOA%3D%3D", "https://www.we-online.com/catalog/datasheet/830059522.pdf", "https://www.we-online.com/catalog/datasheet/830059522.pdf", "1 mm"
|
||||
END_PART
|
||||
|
||||
END.
|
|
@ -0,0 +1,19 @@
|
|||
C 0 -100 "CRYSTAL_1" 0 -100 0 0 60 0 L
|
||||
X "PIN_TEXT" "CRYSTAL_1" 230 -130 0 0.00 60 0 0 0 0 0 1 0 74
|
||||
L 200 -100 0 -100 -1 0
|
||||
C 1800 -100 "GND_&_LID_1" 1800 -100 0 0 60 0 R
|
||||
X "PIN_TEXT" "GND_&_LID_1" 1570 -130 0 0.00 60 0 0 2 0 0 1 0 74
|
||||
L 1600 -100 1800 -100 -1 0
|
||||
C 1800 0 "CRYSTAL_2" 1800 0 0 0 60 0 R
|
||||
X "PIN_TEXT" "CRYSTAL_2" 1570 -30 0 0.00 60 0 0 2 0 0 1 0 74
|
||||
L 1600 0 1800 0 -1 0
|
||||
C 0 0 "GND_&_LID_2" 0 0 0 0 60 0 L
|
||||
X "PIN_TEXT" "GND_&_LID_2" 230 -30 0 0.00 60 0 0 0 0 0 1 0 74
|
||||
L 200 0 0 0 -1 0
|
||||
L 200 100 1600 100 -1 0
|
||||
L 1600 -200 1600 100 -1 0
|
||||
L 1600 -200 200 -200 -1 0
|
||||
L 200 100 200 -200 -1 0
|
||||
P "$LOCATION" "?" 1650 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
|
||||
|
|
@ -0,0 +1,118 @@
|
|||
SamacSys ECAD Model
|
||||
15455426/1031803/2.50/4/3/Crystal or Oscillator
|
||||
|
||||
DESIGNSPARK_INTERMEDIATE_ASCII
|
||||
|
||||
(asciiHeader
|
||||
(fileUnits MM)
|
||||
)
|
||||
(library Library_1
|
||||
(padStyleDef "r160_140"
|
||||
(holeDiam 0)
|
||||
(padShape (layerNumRef 1) (padShapeType Rect) (shapeWidth 1.400) (shapeHeight 1.600))
|
||||
(padShape (layerNumRef 16) (padShapeType Ellipse) (shapeWidth 0) (shapeHeight 0))
|
||||
)
|
||||
(textStyleDef "Default"
|
||||
(font
|
||||
(fontType Stroke)
|
||||
(fontFace "Helvetica")
|
||||
(fontHeight 50 mils)
|
||||
(strokeWidth 5 mils)
|
||||
)
|
||||
)
|
||||
(patternDef "830059522" (originalName "830059522")
|
||||
(multiLayer
|
||||
(pad (padNum 1) (padStyleRef r160_140) (pt -1.900, -1.150) (rotation 90))
|
||||
(pad (padNum 2) (padStyleRef r160_140) (pt 1.900, -1.150) (rotation 90))
|
||||
(pad (padNum 3) (padStyleRef r160_140) (pt 1.900, 1.150) (rotation 90))
|
||||
(pad (padNum 4) (padStyleRef r160_140) (pt -1.900, 1.150) (rotation 90))
|
||||
)
|
||||
(layerContents (layerNumRef 18)
|
||||
(attr "RefDes" "RefDes" (pt -0.000, 0.000) (textStyleRef "Default") (isVisible True))
|
||||
)
|
||||
(layerContents (layerNumRef 28)
|
||||
(line (pt -2.5 1.6) (pt 2.5 1.6) (width 0.1))
|
||||
)
|
||||
(layerContents (layerNumRef 28)
|
||||
(line (pt 2.5 1.6) (pt 2.5 -1.6) (width 0.1))
|
||||
)
|
||||
(layerContents (layerNumRef 28)
|
||||
(line (pt 2.5 -1.6) (pt -2.5 -1.6) (width 0.1))
|
||||
)
|
||||
(layerContents (layerNumRef 28)
|
||||
(line (pt -2.5 -1.6) (pt -2.5 1.6) (width 0.1))
|
||||
)
|
||||
(layerContents (layerNumRef 30)
|
||||
(line (pt -3.7 2.85) (pt 3.7 2.85) (width 0.1))
|
||||
)
|
||||
(layerContents (layerNumRef 30)
|
||||
(line (pt 3.7 2.85) (pt 3.7 -2.85) (width 0.1))
|
||||
)
|
||||
(layerContents (layerNumRef 30)
|
||||
(line (pt 3.7 -2.85) (pt -3.7 -2.85) (width 0.1))
|
||||
)
|
||||
(layerContents (layerNumRef 30)
|
||||
(line (pt -3.7 -2.85) (pt -3.7 2.85) (width 0.1))
|
||||
)
|
||||
(layerContents (layerNumRef 18)
|
||||
(line (pt -0.8 1.6) (pt 0.8 1.6) (width 0.2))
|
||||
)
|
||||
(layerContents (layerNumRef 18)
|
||||
(line (pt -0.8 -1.6) (pt 0.8 -1.6) (width 0.2))
|
||||
)
|
||||
(layerContents (layerNumRef 18)
|
||||
(line (pt -2 -2.4) (pt -2 -2.4) (width 0.1))
|
||||
)
|
||||
(layerContents (layerNumRef 18)
|
||||
(arc (pt -2, -2.35) (radius 0.05) (startAngle 270) (sweepAngle 180.0) (width 0.1))
|
||||
)
|
||||
(layerContents (layerNumRef 18)
|
||||
(line (pt -2 -2.3) (pt -2 -2.3) (width 0.1))
|
||||
)
|
||||
(layerContents (layerNumRef 18)
|
||||
(arc (pt -2, -2.35) (radius 0.05) (startAngle 90.0) (sweepAngle 180.0) (width 0.1))
|
||||
)
|
||||
)
|
||||
(symbolDef "830059522" (originalName "830059522")
|
||||
|
||||
(pin (pinNum 1) (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 2) (pt 1800 mils -100 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 1570 mils -125 mils) (rotation 0]) (justify "Right") (textStyleRef "Default"))
|
||||
))
|
||||
(pin (pinNum 3) (pt 1800 mils 0 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 1570 mils -25 mils) (rotation 0]) (justify "Right") (textStyleRef "Default"))
|
||||
))
|
||||
(pin (pinNum 4) (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 1600 mils 100 mils) (width 6 mils))
|
||||
(line (pt 1600 mils 100 mils) (pt 1600 mils -200 mils) (width 6 mils))
|
||||
(line (pt 1600 mils -200 mils) (pt 200 mils -200 mils) (width 6 mils))
|
||||
(line (pt 200 mils -200 mils) (pt 200 mils 100 mils) (width 6 mils))
|
||||
(attr "RefDes" "RefDes" (pt 1650 mils 300 mils) (justify Left) (isVisible True) (textStyleRef "Default"))
|
||||
|
||||
)
|
||||
(compDef "830059522" (originalName "830059522") (compHeader (numPins 4) (numParts 1) (refDesPrefix Y)
|
||||
)
|
||||
(compPin "1" (pinName "CRYSTAL_1") (partNum 1) (symPinNum 1) (gateEq 0) (pinEq 0) (pinType Bidirectional))
|
||||
(compPin "2" (pinName "GND & LID_1") (partNum 1) (symPinNum 2) (gateEq 0) (pinEq 0) (pinType Bidirectional))
|
||||
(compPin "3" (pinName "CRYSTAL_2") (partNum 1) (symPinNum 3) (gateEq 0) (pinEq 0) (pinType Bidirectional))
|
||||
(compPin "4" (pinName "GND & LID_2") (partNum 1) (symPinNum 4) (gateEq 0) (pinEq 0) (pinType Bidirectional))
|
||||
(attachedSymbol (partNum 1) (altType Normal) (symbolName "830059522"))
|
||||
(attachedPattern (patternNum 1) (patternName "830059522")
|
||||
(numPads 4)
|
||||
(padPinMap
|
||||
(padNum 1) (compPinRef "1")
|
||||
(padNum 2) (compPinRef "2")
|
||||
(padNum 3) (compPinRef "3")
|
||||
(padNum 4) (compPinRef "4")
|
||||
)
|
||||
)
|
||||
(attr "Mouser Part Number" "710-830059522")
|
||||
(attr "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Wurth-Elektronik/830059522?qs=2WXlatMagcHZ%2FR%2Fx%2FdehOA%3D%3D")
|
||||
(attr "Manufacturer_Name" "Wurth Elektronik")
|
||||
(attr "Manufacturer_Part_Number" "830059522")
|
||||
(attr "Description" "https://www.we-online.com/catalog/datasheet/830059522.pdf")
|
||||
(attr "Datasheet Link" "https://www.we-online.com/catalog/datasheet/830059522.pdf")
|
||||
(attr "Height" "1 mm")
|
||||
)
|
||||
|
||||
)
|
|
@ -0,0 +1,118 @@
|
|||
SamacSys ECAD Model
|
||||
15455426/1031803/2.50/4/3/Crystal or Oscillator
|
||||
|
||||
DESIGNSPARK_INTERMEDIATE_ASCII
|
||||
|
||||
(asciiHeader
|
||||
(fileUnits MM)
|
||||
)
|
||||
(library Library_1
|
||||
(padStyleDef "r160_140"
|
||||
(holeDiam 0)
|
||||
(padShape (layerNumRef 1) (padShapeType Rect) (shapeWidth 1.400) (shapeHeight 1.600))
|
||||
(padShape (layerNumRef 16) (padShapeType Ellipse) (shapeWidth 0) (shapeHeight 0))
|
||||
)
|
||||
(textStyleDef "Default"
|
||||
(font
|
||||
(fontType Stroke)
|
||||
(fontFace "Helvetica")
|
||||
(fontHeight 50 mils)
|
||||
(strokeWidth 5 mils)
|
||||
)
|
||||
)
|
||||
(patternDef "830059522" (originalName "830059522")
|
||||
(multiLayer
|
||||
(pad (padNum 1) (padStyleRef r160_140) (pt -1.900, -1.150) (rotation 90))
|
||||
(pad (padNum 2) (padStyleRef r160_140) (pt 1.900, -1.150) (rotation 90))
|
||||
(pad (padNum 3) (padStyleRef r160_140) (pt 1.900, 1.150) (rotation 90))
|
||||
(pad (padNum 4) (padStyleRef r160_140) (pt -1.900, 1.150) (rotation 90))
|
||||
)
|
||||
(layerContents (layerNumRef 18)
|
||||
(attr "RefDes" "RefDes" (pt -0.000, 0.000) (textStyleRef "Default") (isVisible True))
|
||||
)
|
||||
(layerContents (layerNumRef 28)
|
||||
(line (pt -2.5 1.6) (pt 2.5 1.6) (width 0.1))
|
||||
)
|
||||
(layerContents (layerNumRef 28)
|
||||
(line (pt 2.5 1.6) (pt 2.5 -1.6) (width 0.1))
|
||||
)
|
||||
(layerContents (layerNumRef 28)
|
||||
(line (pt 2.5 -1.6) (pt -2.5 -1.6) (width 0.1))
|
||||
)
|
||||
(layerContents (layerNumRef 28)
|
||||
(line (pt -2.5 -1.6) (pt -2.5 1.6) (width 0.1))
|
||||
)
|
||||
(layerContents (layerNumRef 30)
|
||||
(line (pt -3.7 2.85) (pt 3.7 2.85) (width 0.1))
|
||||
)
|
||||
(layerContents (layerNumRef 30)
|
||||
(line (pt 3.7 2.85) (pt 3.7 -2.85) (width 0.1))
|
||||
)
|
||||
(layerContents (layerNumRef 30)
|
||||
(line (pt 3.7 -2.85) (pt -3.7 -2.85) (width 0.1))
|
||||
)
|
||||
(layerContents (layerNumRef 30)
|
||||
(line (pt -3.7 -2.85) (pt -3.7 2.85) (width 0.1))
|
||||
)
|
||||
(layerContents (layerNumRef 18)
|
||||
(line (pt -0.8 1.6) (pt 0.8 1.6) (width 0.2))
|
||||
)
|
||||
(layerContents (layerNumRef 18)
|
||||
(line (pt -0.8 -1.6) (pt 0.8 -1.6) (width 0.2))
|
||||
)
|
||||
(layerContents (layerNumRef 18)
|
||||
(line (pt -2 -2.4) (pt -2 -2.4) (width 0.1))
|
||||
)
|
||||
(layerContents (layerNumRef 18)
|
||||
(arc (pt -2, -2.35) (radius 0.05) (startAngle 270) (sweepAngle 180.0) (width 0.1))
|
||||
)
|
||||
(layerContents (layerNumRef 18)
|
||||
(line (pt -2 -2.3) (pt -2 -2.3) (width 0.1))
|
||||
)
|
||||
(layerContents (layerNumRef 18)
|
||||
(arc (pt -2, -2.35) (radius 0.05) (startAngle 90.0) (sweepAngle 180.0) (width 0.1))
|
||||
)
|
||||
)
|
||||
(symbolDef "830059522" (originalName "830059522")
|
||||
|
||||
(pin (pinNum 1) (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 2) (pt 1800 mils -100 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 1570 mils -125 mils) (rotation 0]) (justify "Right") (textStyleRef "Default"))
|
||||
))
|
||||
(pin (pinNum 3) (pt 1800 mils 0 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 1570 mils -25 mils) (rotation 0]) (justify "Right") (textStyleRef "Default"))
|
||||
))
|
||||
(pin (pinNum 4) (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 1600 mils 100 mils) (width 6 mils))
|
||||
(line (pt 1600 mils 100 mils) (pt 1600 mils -200 mils) (width 6 mils))
|
||||
(line (pt 1600 mils -200 mils) (pt 200 mils -200 mils) (width 6 mils))
|
||||
(line (pt 200 mils -200 mils) (pt 200 mils 100 mils) (width 6 mils))
|
||||
(attr "RefDes" "RefDes" (pt 1650 mils 300 mils) (justify Left) (isVisible True) (textStyleRef "Default"))
|
||||
|
||||
)
|
||||
(compDef "830059522" (originalName "830059522") (compHeader (numPins 4) (numParts 1) (refDesPrefix Y)
|
||||
)
|
||||
(compPin "1" (pinName "CRYSTAL_1") (partNum 1) (symPinNum 1) (gateEq 0) (pinEq 0) (pinType Bidirectional))
|
||||
(compPin "2" (pinName "GND & LID_1") (partNum 1) (symPinNum 2) (gateEq 0) (pinEq 0) (pinType Bidirectional))
|
||||
(compPin "3" (pinName "CRYSTAL_2") (partNum 1) (symPinNum 3) (gateEq 0) (pinEq 0) (pinType Bidirectional))
|
||||
(compPin "4" (pinName "GND & LID_2") (partNum 1) (symPinNum 4) (gateEq 0) (pinEq 0) (pinType Bidirectional))
|
||||
(attachedSymbol (partNum 1) (altType Normal) (symbolName "830059522"))
|
||||
(attachedPattern (patternNum 1) (patternName "830059522")
|
||||
(numPads 4)
|
||||
(padPinMap
|
||||
(padNum 1) (compPinRef "1")
|
||||
(padNum 2) (compPinRef "2")
|
||||
(padNum 3) (compPinRef "3")
|
||||
(padNum 4) (compPinRef "4")
|
||||
)
|
||||
)
|
||||
(attr "Mouser Part Number" "710-830059522")
|
||||
(attr "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Wurth-Elektronik/830059522?qs=2WXlatMagcHZ%2FR%2Fx%2FdehOA%3D%3D")
|
||||
(attr "Manufacturer_Name" "Wurth Elektronik")
|
||||
(attr "Manufacturer_Part_Number" "830059522")
|
||||
(attr "Description" "https://www.we-online.com/catalog/datasheet/830059522.pdf")
|
||||
(attr "Datasheet Link" "https://www.we-online.com/catalog/datasheet/830059522.pdf")
|
||||
(attr "Height" "1 mm")
|
||||
)
|
||||
|
||||
)
|
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>DesignSpark PCB</title>
|
||||
</head>
|
||||
<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>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>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>
|
||||
</html>
|
|
@ -0,0 +1,428 @@
|
|||
(Source "DipTrace-ElementLibrary")
|
||||
(Library
|
||||
(Name "830059522")
|
||||
(Hint "830059522")
|
||||
(Subfolders
|
||||
)
|
||||
(Categories 0
|
||||
)
|
||||
(Components
|
||||
(Component
|
||||
(Part "830059522" "Y"
|
||||
(Enabled "Y")
|
||||
(PartType 0)
|
||||
(PartName "830059522")
|
||||
(ShowNumbers 1)
|
||||
(Type 0)
|
||||
(Number1 0)
|
||||
(Number2 0)
|
||||
(Width 60.96)
|
||||
(Height 91.44)
|
||||
(Value "")
|
||||
(LockProperties "N")
|
||||
(OriginX 0)
|
||||
(OriginY 0)
|
||||
(Datasheet "https://www.we-online.com/catalog/datasheet/830059522.pdf")
|
||||
(ModelType 0)
|
||||
(ModelString "")
|
||||
(ModelBody
|
||||
)
|
||||
(Manufacturer "Wurth Elektronik")
|
||||
(CategoryName "")
|
||||
(CategoryIndex -1)
|
||||
(CategoryTypes 0
|
||||
)
|
||||
(SubfolderIndex 0)
|
||||
(Verification "N" "N" "N" "N" "N" "N" "N")
|
||||
(Pins
|
||||
(Pin 0 15.24 7.62
|
||||
(Enabled "Y")
|
||||
(Locked "N")
|
||||
(ModelSig "")
|
||||
(Type 0)
|
||||
(Orientation 0)
|
||||
(Number 1)
|
||||
(Length 15.24)
|
||||
(Name "CRYSTAL_1")
|
||||
(StringNumber "1")
|
||||
(ShowName "Y")
|
||||
(PinNumXShift 0)
|
||||
(PinNumYShift 0)
|
||||
(PinNamexShift 0)
|
||||
(PinNameYShift 0)
|
||||
(ElectricType 0)
|
||||
(NameFontSize 5)
|
||||
(NameFontWidth -2)
|
||||
(NameFontScale 1)
|
||||
(SignalDelay 0)
|
||||
)
|
||||
(Pin 1 121.92 7.62
|
||||
(Enabled "Y")
|
||||
(Locked "N")
|
||||
(ModelSig "")
|
||||
(Type 0)
|
||||
(Orientation 2)
|
||||
(Number 2)
|
||||
(Length 15.24)
|
||||
(Name "GND_&_LID_1")
|
||||
(StringNumber "2")
|
||||
(ShowName "Y")
|
||||
(PinNumXShift 0)
|
||||
(PinNumYShift 0)
|
||||
(PinNamexShift 0)
|
||||
(PinNameYShift 0)
|
||||
(ElectricType 0)
|
||||
(NameFontSize 5)
|
||||
(NameFontWidth -2)
|
||||
(NameFontScale 1)
|
||||
(SignalDelay 0)
|
||||
)
|
||||
(Pin 2 121.92 -0
|
||||
(Enabled "Y")
|
||||
(Locked "N")
|
||||
(ModelSig "")
|
||||
(Type 0)
|
||||
(Orientation 2)
|
||||
(Number 3)
|
||||
(Length 15.24)
|
||||
(Name "CRYSTAL_2")
|
||||
(StringNumber "3")
|
||||
(ShowName "Y")
|
||||
(PinNumXShift 0)
|
||||
(PinNumYShift 0)
|
||||
(PinNamexShift 0)
|
||||
(PinNameYShift 0)
|
||||
(ElectricType 0)
|
||||
(NameFontSize 5)
|
||||
(NameFontWidth -2)
|
||||
(NameFontScale 1)
|
||||
(SignalDelay 0)
|
||||
)
|
||||
(Pin 3 15.24 -0
|
||||
(Enabled "Y")
|
||||
(Locked "N")
|
||||
(ModelSig "")
|
||||
(Type 0)
|
||||
(Orientation 0)
|
||||
(Number 4)
|
||||
(Length 15.24)
|
||||
(Name "GND_&_LID_2")
|
||||
(StringNumber "4")
|
||||
(ShowName "Y")
|
||||
(PinNumXShift 0)
|
||||
(PinNumYShift 0)
|
||||
(PinNamexShift 0)
|
||||
(PinNameYShift 0)
|
||||
(ElectricType 0)
|
||||
(NameFontSize 5)
|
||||
(NameFontWidth -2)
|
||||
(NameFontScale 1)
|
||||
(SignalDelay 0)
|
||||
)
|
||||
)
|
||||
(Shapes
|
||||
(Shape 0
|
||||
(Enabled "Y")
|
||||
(Locked "N")
|
||||
(VectorFont "N")
|
||||
(FontWidth 0)
|
||||
(FontScale 0)
|
||||
(Orientation 0)
|
||||
(Type 1)
|
||||
(FontSize 0)
|
||||
(FontColor 0)
|
||||
(FontType 0)
|
||||
(FontName "")
|
||||
(Name "")
|
||||
(Width 0.762)
|
||||
(Points
|
||||
(pt 15.24 -7.62)
|
||||
(pt 121.92 -7.62)
|
||||
)
|
||||
)
|
||||
(Shape 1
|
||||
(Enabled "Y")
|
||||
(Locked "N")
|
||||
(VectorFont "N")
|
||||
(FontWidth 0)
|
||||
(FontScale 0)
|
||||
(Orientation 0)
|
||||
(Type 1)
|
||||
(FontSize 0)
|
||||
(FontColor 0)
|
||||
(FontType 0)
|
||||
(FontName "")
|
||||
(Name "")
|
||||
(Width 0.762)
|
||||
(Points
|
||||
(pt 121.92 15.24)
|
||||
(pt 121.92 -7.62)
|
||||
)
|
||||
)
|
||||
(Shape 2
|
||||
(Enabled "Y")
|
||||
(Locked "N")
|
||||
(VectorFont "N")
|
||||
(FontWidth 0)
|
||||
(FontScale 0)
|
||||
(Orientation 0)
|
||||
(Type 1)
|
||||
(FontSize 0)
|
||||
(FontColor 0)
|
||||
(FontType 0)
|
||||
(FontName "")
|
||||
(Name "")
|
||||
(Width 0.762)
|
||||
(Points
|
||||
(pt 121.92 15.24)
|
||||
(pt 15.24 15.24)
|
||||
)
|
||||
)
|
||||
(Shape 3
|
||||
(Enabled "Y")
|
||||
(Locked "N")
|
||||
(VectorFont "N")
|
||||
(FontWidth 0)
|
||||
(FontScale 0)
|
||||
(Orientation 0)
|
||||
(Type 1)
|
||||
(FontSize 0)
|
||||
(FontColor 0)
|
||||
(FontType 0)
|
||||
(FontName "")
|
||||
(Name "")
|
||||
(Width 0.762)
|
||||
(Points
|
||||
(pt 15.24 -7.62)
|
||||
(pt 15.24 15.24)
|
||||
)
|
||||
)
|
||||
)
|
||||
(UserFields
|
||||
(UserField "Mouser Part Number" "710-830059522" 0)
|
||||
(UserField "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Wurth-Elektronik/830059522?qs=2WXlatMagcHZ%2FR%2Fx%2FdehOA%3D%3D" 0)
|
||||
(UserField "Manufacturer_Name" "Wurth Elektronik" 0)
|
||||
(UserField "Manufacturer_Part_Number" "830059522" 0)
|
||||
(UserField "Height" "1 mm" 0)
|
||||
(UserField "Description" "https://www.we-online.com/catalog/datasheet/830059522.pdf" 0)
|
||||
)
|
||||
)
|
||||
(Pattern "830059522"
|
||||
(Type 0)
|
||||
(VariableParameter1 "N")
|
||||
(VariableParameter2 "N")
|
||||
(VariableParameter3 "N")
|
||||
(VariableParameter4 "N")
|
||||
(InternalConnections
|
||||
)
|
||||
(Number1 0)
|
||||
(Number2 0)
|
||||
(Spacing1 0)
|
||||
(Spacing2 0)
|
||||
(VariableParameter5 "N")
|
||||
(Spacing3 0)
|
||||
(LockProperties "N")
|
||||
(PatternOrientation 0)
|
||||
(Width 15)
|
||||
(Height 12)
|
||||
(PadWidth 4.8)
|
||||
(PadHeight 4.2)
|
||||
(PadShape 2)
|
||||
(PadHole 0)
|
||||
(PadHoleH 0)
|
||||
(PadHoleType 0)
|
||||
(SurfacePad "Y")
|
||||
(OriginX 0)
|
||||
(OriginY 0)
|
||||
(PadPoints
|
||||
)
|
||||
(Pads
|
||||
(Pad 0 "" "" 0 0
|
||||
(Number 0)
|
||||
(Inverted "N")
|
||||
(Locked "N")
|
||||
(Sided "N")
|
||||
(DisableTopMask "N" 0)
|
||||
(DisableBottomMask "N" 0)
|
||||
(DisableTopPaste "N" 0)
|
||||
(DisableBottomPaste "N" 0)
|
||||
(CustomSwell 0)
|
||||
(CustomShrink 0)
|
||||
(PadWidth 0)
|
||||
(PadHeight 0)
|
||||
(PadHole 0)
|
||||
(PadHoleH 0)
|
||||
(PadHoleType 0)
|
||||
(SurfacePad "N")
|
||||
(PadShape 0)
|
||||
(Standard "N")
|
||||
(Point
|
||||
)
|
||||
)
|
||||
(Pad 1 "1" "" -5.7 3.45
|
||||
(Number 1)
|
||||
(Inverted "N")
|
||||
(Locked "N")
|
||||
(Sided "N")
|
||||
(DisableTopMask "N" 0)
|
||||
(DisableBottomMask "N" 0)
|
||||
(DisableTopPaste "N" 0)
|
||||
(DisableBottomPaste "N" 0)
|
||||
(CustomSwell -1000)
|
||||
(CustomShrink -1000)
|
||||
(PadWidth 4.8)
|
||||
(PadHeight 4.2)
|
||||
(PadHole 0)
|
||||
(PadHoleH 0)
|
||||
(PadHoleType 0)
|
||||
(SurfacePad "Y")
|
||||
(PadShape 2)
|
||||
(Standard "N")
|
||||
(Point
|
||||
)
|
||||
)
|
||||
(Pad 2 "2" "" 5.7 3.45
|
||||
(Number 2)
|
||||
(Inverted "N")
|
||||
(Locked "N")
|
||||
(Sided "N")
|
||||
(DisableTopMask "N" 0)
|
||||
(DisableBottomMask "N" 0)
|
||||
(DisableTopPaste "N" 0)
|
||||
(DisableBottomPaste "N" 0)
|
||||
(CustomSwell -1000)
|
||||
(CustomShrink -1000)
|
||||
(PadWidth 4.8)
|
||||
(PadHeight 4.2)
|
||||
(PadHole 0)
|
||||
(PadHoleH 0)
|
||||
(PadHoleType 0)
|
||||
(SurfacePad "Y")
|
||||
(PadShape 2)
|
||||
(Standard "N")
|
||||
(Point
|
||||
)
|
||||
)
|
||||
(Pad 3 "3" "" 5.7 -3.45
|
||||
(Number 3)
|
||||
(Inverted "N")
|
||||
(Locked "N")
|
||||
(Sided "N")
|
||||
(DisableTopMask "N" 0)
|
||||
(DisableBottomMask "N" 0)
|
||||
(DisableTopPaste "N" 0)
|
||||
(DisableBottomPaste "N" 0)
|
||||
(CustomSwell -1000)
|
||||
(CustomShrink -1000)
|
||||
(PadWidth 4.8)
|
||||
(PadHeight 4.2)
|
||||
(PadHole 0)
|
||||
(PadHoleH 0)
|
||||
(PadHoleType 0)
|
||||
(SurfacePad "Y")
|
||||
(PadShape 2)
|
||||
(Standard "N")
|
||||
(Point
|
||||
)
|
||||
)
|
||||
(Pad 4 "4" "" -5.7 -3.45
|
||||
(Number 4)
|
||||
(Inverted "N")
|
||||
(Locked "N")
|
||||
(Sided "N")
|
||||
(DisableTopMask "N" 0)
|
||||
(DisableBottomMask "N" 0)
|
||||
(DisableTopPaste "N" 0)
|
||||
(DisableBottomPaste "N" 0)
|
||||
(CustomSwell -1000)
|
||||
(CustomShrink -1000)
|
||||
(PadWidth 4.8)
|
||||
(PadHeight 4.2)
|
||||
(PadHole 0)
|
||||
(PadHoleH 0)
|
||||
(PadHoleType 0)
|
||||
(SurfacePad "Y")
|
||||
(PadShape 2)
|
||||
(Standard "N")
|
||||
(Point
|
||||
)
|
||||
)
|
||||
(Pad 5 "" "" 0 0
|
||||
(Number 0)
|
||||
(Inverted "N")
|
||||
(Locked "N")
|
||||
(Sided "N")
|
||||
(DisableTopMask "N" 0)
|
||||
(DisableBottomMask "N" 0)
|
||||
(DisableTopPaste "N" 0)
|
||||
(DisableBottomPaste "N" 0)
|
||||
(CustomSwell 0)
|
||||
(CustomShrink 0)
|
||||
(PadWidth 0)
|
||||
(PadHeight 0)
|
||||
(PadHole 0)
|
||||
(PadHoleH 0)
|
||||
(PadHoleType 0)
|
||||
(SurfacePad "N")
|
||||
(PadShape 0)
|
||||
(Standard "N")
|
||||
(Point
|
||||
)
|
||||
)
|
||||
)
|
||||
(Shapes
|
||||
(Shape 0 "N" 0 0 0 0 0 0 0 "" "" "N" 0 0 0 0 0 0)
|
||||
(Shape 8 "N" 1 0 0 0 0 0 0 "" "Tahoma" "Y" 4 1 -2 0 0.3 0)
|
||||
(Point
|
||||
(pt -0.5 -0.4)
|
||||
(pt 0.5 -0.4)
|
||||
)
|
||||
(Shape 8 "N" 1 0 0 0 0 0 0 "" "Tahoma" "Y" 4 1 -2 0 0.3 0)
|
||||
(Point
|
||||
(pt 0.5 -0.4)
|
||||
(pt 0.5 0.4)
|
||||
)
|
||||
(Shape 8 "N" 1 0 0 0 0 0 0 "" "Tahoma" "Y" 4 1 -2 0 0.3 0)
|
||||
(Point
|
||||
(pt 0.5 0.4)
|
||||
(pt -0.5 0.4)
|
||||
)
|
||||
(Shape 8 "N" 1 0 0 0 0 0 0 "" "Tahoma" "Y" 4 1 -2 0 0.3 0)
|
||||
(Point
|
||||
(pt -0.5 0.4)
|
||||
(pt -0.5 -0.4)
|
||||
)
|
||||
(Shape 8 "N" 0 0 0 0 0 0 0 "" "Tahoma" "Y" 4 1 -2 0 0.6 0)
|
||||
(Point
|
||||
(pt -0.16 -0.4)
|
||||
(pt 0.16 -0.4)
|
||||
)
|
||||
(Shape 8 "N" 0 0 0 0 0 0 0 "" "Tahoma" "Y" 4 1 -2 0 0.6 0)
|
||||
(Point
|
||||
(pt -0.16 0.4)
|
||||
(pt 0.16 0.4)
|
||||
)
|
||||
(Shape 8 "N" 0 0 0 0 0 0 0 "" "Tahoma" "Y" 4 1 -2 0 0.3 0)
|
||||
(Point
|
||||
(pt -0.4 0.6)
|
||||
(pt -0.4 0.6)
|
||||
)
|
||||
(Shape 6 "N" 0 -0.4 0.6 -0.39 NAN -0.4 0.575 "" "Tahoma" "Y" 4 1 -2 0 0.3 0)
|
||||
(Shape 8 "N" 0 0 0 0 0 0 0 "" "Tahoma" "Y" 4 1 -2 0 0.3 0)
|
||||
(Point
|
||||
(pt -0.4 0.575)
|
||||
(pt -0.4 0.575)
|
||||
)
|
||||
(Shape 6 "N" 0 -0.4 0.575 -0.41 NAN -0.4 0.6 "" "Tahoma" "Y" 4 1 -2 0 0.3 0)
|
||||
(Shape 0 "N" 0 0 0 0 0 0 0 "" "" "N" 0 0 0 0 0 0)
|
||||
)
|
||||
(Model3D
|
||||
(Model3DFile "830059522.stp")
|
||||
(pt 0 0 0 0 0 0 1 1 1 "N" "N" 0)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
()
|
||||
|
|
@ -0,0 +1,133 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--/15455426/1031803/2.50/4/3/Crystal or Oscillator/-->
|
||||
<!DOCTYPE curve SYSTEM "eagle.dtd">
|
||||
<eagle version="7.7.0">
|
||||
<drawing>
|
||||
<settings>
|
||||
<setting alwaysvectorfont="no"/>
|
||||
<setting verticaltext="up"/>
|
||||
</settings>
|
||||
<grid distance="0.1" unitdist="inch" unit="inch" style="lines" multiple="1" display="no" altdistance="0.01" altunitdist="inch" altunit="inch"/>
|
||||
<layers>
|
||||
<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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="97" name="Info" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="98" name="Guide" color="6" fill="1" visible="yes" active="yes"/>
|
||||
</layers>
|
||||
<library>
|
||||
<description><https://www.we-online.com/catalog/datasheet/830059522.pdf</b><p>
|
||||
<author>Created by SamacSys</author></description>
|
||||
<packages>
|
||||
<package name="830059522">
|
||||
<description><b>830059522-2</b><br>
|
||||
</description>
|
||||
<smd name="1" x="-1.900" y="-1.150" dx="1.600" dy="1.400" layer="1" rot="R0"/>
|
||||
<smd name="2" x="1.900" y="-1.150" dx="1.600" dy="1.400" layer="1" rot="R0"/>
|
||||
<smd name="3" x="1.900" y="1.150" dx="1.600" dy="1.400" layer="1" rot="R0"/>
|
||||
<smd name="4" x="-1.900" y="1.150" dx="1.600" dy="1.400" layer="1" rot="R0"/>
|
||||
<text x="-0.000" y="0.000" align="center" size="1.27" layer="25" rot="R0" >>NAME</text>
|
||||
<text x="-0.000" y="0.000" align="center" size="1.27" layer="27" rot="R0" >>VALUE</text>
|
||||
<wire x1="-2.5" y1="1.6" x2="2.5" y2="1.6" width="0.1" layer="51"/>
|
||||
<wire x1="2.5" y1="1.6" x2="2.5" y2="-1.6" width="0.1" layer="51"/>
|
||||
<wire x1="2.5" y1="-1.6" x2="-2.5" y2="-1.6" width="0.1" layer="51"/>
|
||||
<wire x1="-2.5" y1="-1.6" x2="-2.5" y2="1.6" width="0.1" layer="51"/>
|
||||
<wire x1="-3.7" y1="2.85" x2="3.7" y2="2.85" width="0.1" layer="51"/>
|
||||
<wire x1="3.7" y1="2.85" x2="3.7" y2="-2.85" width="0.1" layer="51"/>
|
||||
<wire x1="3.7" y1="-2.85" x2="-3.7" y2="-2.85" width="0.1" layer="51"/>
|
||||
<wire x1="-3.7" y1="-2.85" x2="-3.7" y2="2.85" width="0.1" layer="51"/>
|
||||
<wire x1="-0.8" y1="1.6" x2="0.8" y2="1.6" width="0.2" layer="21"/>
|
||||
<wire x1="-0.8" y1="-1.6" x2="0.8" y2="-1.6" width="0.2" layer="21"/>
|
||||
<wire x1="-2" y1="-2.4" x2="-2" y2="-2.4" width="0.1" layer="21"/>
|
||||
<wire x1="-2.000" y1="-2.400" x2="-2.000" y2="-2.300" width="0.1" layer="21" curve="180.0"/>
|
||||
<wire x1="-2" y1="-2.3" x2="-2" y2="-2.3" width="0.1" layer="21"/>
|
||||
<wire x1="-2.000" y1="-2.300" x2="-2.000" y2="-2.400" width="0.1" layer="21" curve="180.0"/>
|
||||
</package>
|
||||
</packages>
|
||||
<symbols>
|
||||
<symbol name="830059522">
|
||||
<wire x1="5.08" y1="2.54" x2="40.64" y2="2.54" width="0.254" layer="94"/>
|
||||
<wire x1="40.64" y1="-5.08" x2="40.64" y2="2.54" width="0.254" layer="94"/>
|
||||
<wire x1="40.64" y1="-5.08" x2="5.08" y2="-5.08" width="0.254" layer="94"/>
|
||||
<wire x1="5.08" y1="2.54" x2="5.08" y2="-5.08" width="0.254" layer="94"/>
|
||||
<text x="41.91" y="7.62" align="center-left" size="1.778" layer="95">>NAME</text>
|
||||
<text x="41.91" y="5.08" align="center-left" size="1.778" layer="96">>VALUE</text>
|
||||
<pin name="CRYSTAL_1" x="0" y="-2.54" length="middle" direction="io" rot="R0"/>
|
||||
<pin name="GND_&_LID_1" x="45.72" y="-2.54" length="middle" direction="io" rot="R180"/>
|
||||
<pin name="CRYSTAL_2" x="45.72" y="0" length="middle" direction="io" rot="R180"/>
|
||||
<pin name="GND_&_LID_2" x="0" y="0" length="middle" direction="io" rot="R0"/>
|
||||
</symbol>
|
||||
</symbols>
|
||||
<devicesets>
|
||||
<deviceset name="830059522" prefix="Y">
|
||||
<description><b>https://www.we-online.com/catalog/datasheet/830059522.pdf</b><p>
|
||||
Source: <a href="https://www.we-online.com/catalog/datasheet/830059522.pdf"> Datasheet </a></description>
|
||||
<gates>
|
||||
<gate name="G$1" symbol="830059522" x="0" y="0"/>
|
||||
</gates>
|
||||
<devices>
|
||||
<device name="" package="830059522">
|
||||
<connects>
|
||||
<connect gate="G$1" pin="CRYSTAL_1" pad="1"/>
|
||||
<connect gate="G$1" pin="GND_&_LID_1" pad="2"/>
|
||||
<connect gate="G$1" pin="CRYSTAL_2" pad="3"/>
|
||||
<connect gate="G$1" pin="GND_&_LID_2" pad="4"/>
|
||||
</connects>
|
||||
<technologies>
|
||||
<technology name="">
|
||||
<attribute name="Mouser_Part_Number" value="710-830059522" constant="no"/>
|
||||
<attribute name="Mouser_Price-Stock" value="https://www.mouser.co.uk/ProductDetail/Wurth-Elektronik/830059522?qs=2WXlatMagcHZ%2FR%2Fx%2FdehOA%3D%3D" constant="no"/>
|
||||
<attribute name="Manufacturer_Name" value="Wurth Elektronik" constant="no"/>
|
||||
<attribute name="Manufacturer_Part_Number" value="830059522" constant="no"/>
|
||||
<attribute name="Description" value="https://www.we-online.com/catalog/datasheet/830059522.pdf" constant="no"/>
|
||||
<attribute name="Height" value="1mm" constant="no"/>
|
||||
</technology>
|
||||
</technologies>
|
||||
</device>
|
||||
</devices>
|
||||
</deviceset>
|
||||
</devicesets>
|
||||
</library>
|
||||
</drawing>
|
||||
</eagle>
|
|
@ -0,0 +1,35 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Instructions for schematic symbols and footprints</title>
|
||||
</head>
|
||||
<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>
|
||||
|
||||
<h2>How to use the Schematic Symbols and PCB Footprints:</h2>
|
||||
|
||||
<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>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>Make sure 'Library Loader' is running on your PC. </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: <img alt="" src="https://componentsearchengine.com//ExtRef/LibraryLoader.png" style="width: 20px; height: 20px;" /></p>
|
||||
|
||||
<p>After downloading the Schematic Symbol & 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>------------------------------------------------------------------------------------------------------------------------------------------------</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>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>
|
||||
</html>
|
|
@ -0,0 +1,118 @@
|
|||
SamacSys ECAD Model
|
||||
15455426/1031803/2.50/4/3/Crystal or Oscillator
|
||||
|
||||
DESIGNSPARK_INTERMEDIATE_ASCII
|
||||
|
||||
(asciiHeader
|
||||
(fileUnits MM)
|
||||
)
|
||||
(library Library_1
|
||||
(padStyleDef "r160_140"
|
||||
(holeDiam 0)
|
||||
(padShape (layerNumRef 1) (padShapeType Rect) (shapeWidth 1.400) (shapeHeight 1.600))
|
||||
(padShape (layerNumRef 16) (padShapeType Ellipse) (shapeWidth 0) (shapeHeight 0))
|
||||
)
|
||||
(textStyleDef "Default"
|
||||
(font
|
||||
(fontType Stroke)
|
||||
(fontFace "Helvetica")
|
||||
(fontHeight 50 mils)
|
||||
(strokeWidth 5 mils)
|
||||
)
|
||||
)
|
||||
(patternDef "830059522" (originalName "830059522")
|
||||
(multiLayer
|
||||
(pad (padNum 1) (padStyleRef r160_140) (pt -1.900, -1.150) (rotation 90))
|
||||
(pad (padNum 2) (padStyleRef r160_140) (pt 1.900, -1.150) (rotation 90))
|
||||
(pad (padNum 3) (padStyleRef r160_140) (pt 1.900, 1.150) (rotation 90))
|
||||
(pad (padNum 4) (padStyleRef r160_140) (pt -1.900, 1.150) (rotation 90))
|
||||
)
|
||||
(layerContents (layerNumRef 18)
|
||||
(attr "RefDes" "RefDes" (pt -0.000, 0.000) (textStyleRef "Default") (isVisible True))
|
||||
)
|
||||
(layerContents (layerNumRef 28)
|
||||
(line (pt -2.5 1.6) (pt 2.5 1.6) (width 0.1))
|
||||
)
|
||||
(layerContents (layerNumRef 28)
|
||||
(line (pt 2.5 1.6) (pt 2.5 -1.6) (width 0.1))
|
||||
)
|
||||
(layerContents (layerNumRef 28)
|
||||
(line (pt 2.5 -1.6) (pt -2.5 -1.6) (width 0.1))
|
||||
)
|
||||
(layerContents (layerNumRef 28)
|
||||
(line (pt -2.5 -1.6) (pt -2.5 1.6) (width 0.1))
|
||||
)
|
||||
(layerContents (layerNumRef 30)
|
||||
(line (pt -3.7 2.85) (pt 3.7 2.85) (width 0.1))
|
||||
)
|
||||
(layerContents (layerNumRef 30)
|
||||
(line (pt 3.7 2.85) (pt 3.7 -2.85) (width 0.1))
|
||||
)
|
||||
(layerContents (layerNumRef 30)
|
||||
(line (pt 3.7 -2.85) (pt -3.7 -2.85) (width 0.1))
|
||||
)
|
||||
(layerContents (layerNumRef 30)
|
||||
(line (pt -3.7 -2.85) (pt -3.7 2.85) (width 0.1))
|
||||
)
|
||||
(layerContents (layerNumRef 18)
|
||||
(line (pt -0.8 1.6) (pt 0.8 1.6) (width 0.2))
|
||||
)
|
||||
(layerContents (layerNumRef 18)
|
||||
(line (pt -0.8 -1.6) (pt 0.8 -1.6) (width 0.2))
|
||||
)
|
||||
(layerContents (layerNumRef 18)
|
||||
(line (pt -2 -2.4) (pt -2 -2.4) (width 0.1))
|
||||
)
|
||||
(layerContents (layerNumRef 18)
|
||||
(arc (pt -2, -2.35) (radius 0.05) (startAngle 270) (sweepAngle 180.0) (width 0.1))
|
||||
)
|
||||
(layerContents (layerNumRef 18)
|
||||
(line (pt -2 -2.3) (pt -2 -2.3) (width 0.1))
|
||||
)
|
||||
(layerContents (layerNumRef 18)
|
||||
(arc (pt -2, -2.35) (radius 0.05) (startAngle 90.0) (sweepAngle 180.0) (width 0.1))
|
||||
)
|
||||
)
|
||||
(symbolDef "830059522" (originalName "830059522")
|
||||
|
||||
(pin (pinNum 1) (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 2) (pt 1800 mils -100 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 1570 mils -125 mils) (rotation 0]) (justify "Right") (textStyleRef "Default"))
|
||||
))
|
||||
(pin (pinNum 3) (pt 1800 mils 0 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 1570 mils -25 mils) (rotation 0]) (justify "Right") (textStyleRef "Default"))
|
||||
))
|
||||
(pin (pinNum 4) (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 1600 mils 100 mils) (width 6 mils))
|
||||
(line (pt 1600 mils 100 mils) (pt 1600 mils -200 mils) (width 6 mils))
|
||||
(line (pt 1600 mils -200 mils) (pt 200 mils -200 mils) (width 6 mils))
|
||||
(line (pt 200 mils -200 mils) (pt 200 mils 100 mils) (width 6 mils))
|
||||
(attr "RefDes" "RefDes" (pt 1650 mils 300 mils) (justify Left) (isVisible True) (textStyleRef "Default"))
|
||||
|
||||
)
|
||||
(compDef "830059522" (originalName "830059522") (compHeader (numPins 4) (numParts 1) (refDesPrefix Y)
|
||||
)
|
||||
(compPin "1" (pinName "CRYSTAL_1") (partNum 1) (symPinNum 1) (gateEq 0) (pinEq 0) (pinType Bidirectional))
|
||||
(compPin "2" (pinName "GND & LID_1") (partNum 1) (symPinNum 2) (gateEq 0) (pinEq 0) (pinType Bidirectional))
|
||||
(compPin "3" (pinName "CRYSTAL_2") (partNum 1) (symPinNum 3) (gateEq 0) (pinEq 0) (pinType Bidirectional))
|
||||
(compPin "4" (pinName "GND & LID_2") (partNum 1) (symPinNum 4) (gateEq 0) (pinEq 0) (pinType Bidirectional))
|
||||
(attachedSymbol (partNum 1) (altType Normal) (symbolName "830059522"))
|
||||
(attachedPattern (patternNum 1) (patternName "830059522")
|
||||
(numPads 4)
|
||||
(padPinMap
|
||||
(padNum 1) (compPinRef "1")
|
||||
(padNum 2) (compPinRef "2")
|
||||
(padNum 3) (compPinRef "3")
|
||||
(padNum 4) (compPinRef "4")
|
||||
)
|
||||
)
|
||||
(attr "Mouser Part Number" "710-830059522")
|
||||
(attr "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Wurth-Elektronik/830059522?qs=2WXlatMagcHZ%2FR%2Fx%2FdehOA%3D%3D")
|
||||
(attr "Manufacturer_Name" "Wurth Elektronik")
|
||||
(attr "Manufacturer_Part_Number" "830059522")
|
||||
(attr "Description" "https://www.we-online.com/catalog/datasheet/830059522.pdf")
|
||||
(attr "Datasheet Link" "https://www.we-online.com/catalog/datasheet/830059522.pdf")
|
||||
(attr "Height" "1 mm")
|
||||
)
|
||||
|
||||
)
|
|
@ -0,0 +1,133 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--/15455426/1031803/2.50/4/3/Crystal or Oscillator/-->
|
||||
<!DOCTYPE curve SYSTEM "eagle.dtd">
|
||||
<eagle version="7.7.0">
|
||||
<drawing>
|
||||
<settings>
|
||||
<setting alwaysvectorfont="no"/>
|
||||
<setting verticaltext="up"/>
|
||||
</settings>
|
||||
<grid distance="0.1" unitdist="inch" unit="inch" style="lines" multiple="1" display="no" altdistance="0.01" altunitdist="inch" altunit="inch"/>
|
||||
<layers>
|
||||
<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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="97" name="Info" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="98" name="Guide" color="6" fill="1" visible="yes" active="yes"/>
|
||||
</layers>
|
||||
<library>
|
||||
<description><https://www.we-online.com/catalog/datasheet/830059522.pdf</b><p>
|
||||
<author>Created by SamacSys</author></description>
|
||||
<packages>
|
||||
<package name="830059522">
|
||||
<description><b>830059522-2</b><br>
|
||||
</description>
|
||||
<smd name="1" x="-1.900" y="-1.150" dx="1.600" dy="1.400" layer="1" rot="R0"/>
|
||||
<smd name="2" x="1.900" y="-1.150" dx="1.600" dy="1.400" layer="1" rot="R0"/>
|
||||
<smd name="3" x="1.900" y="1.150" dx="1.600" dy="1.400" layer="1" rot="R0"/>
|
||||
<smd name="4" x="-1.900" y="1.150" dx="1.600" dy="1.400" layer="1" rot="R0"/>
|
||||
<text x="-0.000" y="0.000" align="center" size="1.27" layer="25" rot="R0" >>NAME</text>
|
||||
<text x="-0.000" y="0.000" align="center" size="1.27" layer="27" rot="R0" >>VALUE</text>
|
||||
<wire x1="-2.5" y1="1.6" x2="2.5" y2="1.6" width="0.1" layer="51"/>
|
||||
<wire x1="2.5" y1="1.6" x2="2.5" y2="-1.6" width="0.1" layer="51"/>
|
||||
<wire x1="2.5" y1="-1.6" x2="-2.5" y2="-1.6" width="0.1" layer="51"/>
|
||||
<wire x1="-2.5" y1="-1.6" x2="-2.5" y2="1.6" width="0.1" layer="51"/>
|
||||
<wire x1="-3.7" y1="2.85" x2="3.7" y2="2.85" width="0.1" layer="51"/>
|
||||
<wire x1="3.7" y1="2.85" x2="3.7" y2="-2.85" width="0.1" layer="51"/>
|
||||
<wire x1="3.7" y1="-2.85" x2="-3.7" y2="-2.85" width="0.1" layer="51"/>
|
||||
<wire x1="-3.7" y1="-2.85" x2="-3.7" y2="2.85" width="0.1" layer="51"/>
|
||||
<wire x1="-0.8" y1="1.6" x2="0.8" y2="1.6" width="0.2" layer="21"/>
|
||||
<wire x1="-0.8" y1="-1.6" x2="0.8" y2="-1.6" width="0.2" layer="21"/>
|
||||
<wire x1="-2" y1="-2.4" x2="-2" y2="-2.4" width="0.1" layer="21"/>
|
||||
<wire x1="-2.000" y1="-2.400" x2="-2.000" y2="-2.300" width="0.1" layer="21" curve="180.0"/>
|
||||
<wire x1="-2" y1="-2.3" x2="-2" y2="-2.3" width="0.1" layer="21"/>
|
||||
<wire x1="-2.000" y1="-2.300" x2="-2.000" y2="-2.400" width="0.1" layer="21" curve="180.0"/>
|
||||
</package>
|
||||
</packages>
|
||||
<symbols>
|
||||
<symbol name="830059522">
|
||||
<wire x1="5.08" y1="2.54" x2="40.64" y2="2.54" width="0.254" layer="94"/>
|
||||
<wire x1="40.64" y1="-5.08" x2="40.64" y2="2.54" width="0.254" layer="94"/>
|
||||
<wire x1="40.64" y1="-5.08" x2="5.08" y2="-5.08" width="0.254" layer="94"/>
|
||||
<wire x1="5.08" y1="2.54" x2="5.08" y2="-5.08" width="0.254" layer="94"/>
|
||||
<text x="41.91" y="7.62" align="center-left" size="1.778" layer="95">>NAME</text>
|
||||
<text x="41.91" y="5.08" align="center-left" size="1.778" layer="96">>VALUE</text>
|
||||
<pin name="CRYSTAL_1" x="0" y="-2.54" length="middle" direction="io" rot="R0"/>
|
||||
<pin name="GND_&_LID_1" x="45.72" y="-2.54" length="middle" direction="io" rot="R180"/>
|
||||
<pin name="CRYSTAL_2" x="45.72" y="0" length="middle" direction="io" rot="R180"/>
|
||||
<pin name="GND_&_LID_2" x="0" y="0" length="middle" direction="io" rot="R0"/>
|
||||
</symbol>
|
||||
</symbols>
|
||||
<devicesets>
|
||||
<deviceset name="830059522" prefix="Y">
|
||||
<description><b>https://www.we-online.com/catalog/datasheet/830059522.pdf</b><p>
|
||||
Source: <a href="https://www.we-online.com/catalog/datasheet/830059522.pdf"> Datasheet </a></description>
|
||||
<gates>
|
||||
<gate name="G$1" symbol="830059522" x="0" y="0"/>
|
||||
</gates>
|
||||
<devices>
|
||||
<device name="" package="830059522">
|
||||
<connects>
|
||||
<connect gate="G$1" pin="CRYSTAL_1" pad="1"/>
|
||||
<connect gate="G$1" pin="GND_&_LID_1" pad="2"/>
|
||||
<connect gate="G$1" pin="CRYSTAL_2" pad="3"/>
|
||||
<connect gate="G$1" pin="GND_&_LID_2" pad="4"/>
|
||||
</connects>
|
||||
<technologies>
|
||||
<technology name="">
|
||||
<attribute name="Mouser_Part_Number" value="710-830059522" constant="no"/>
|
||||
<attribute name="Mouser_Price-Stock" value="https://www.mouser.co.uk/ProductDetail/Wurth-Elektronik/830059522?qs=2WXlatMagcHZ%2FR%2Fx%2FdehOA%3D%3D" constant="no"/>
|
||||
<attribute name="Manufacturer_Name" value="Wurth Elektronik" constant="no"/>
|
||||
<attribute name="Manufacturer_Part_Number" value="830059522" constant="no"/>
|
||||
<attribute name="Description" value="https://www.we-online.com/catalog/datasheet/830059522.pdf" constant="no"/>
|
||||
<attribute name="Height" value="1mm" constant="no"/>
|
||||
</technology>
|
||||
</technologies>
|
||||
</device>
|
||||
</devices>
|
||||
</deviceset>
|
||||
</devicesets>
|
||||
</library>
|
||||
</drawing>
|
||||
</eagle>
|
|
@ -0,0 +1,11 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Eagle</title>
|
||||
</head>
|
||||
<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>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>
|
||||
</body>
|
||||
</html>
|
Binary file not shown.
|
@ -0,0 +1,9 @@
|
|||
EESchema-DOCLIB Version 2.0
|
||||
#
|
||||
$CMP 830059522
|
||||
D https://www.we-online.com/catalog/datasheet/830059522.pdf
|
||||
K
|
||||
F https://www.we-online.com/catalog/datasheet/830059522.pdf
|
||||
$ENDCMP
|
||||
#
|
||||
#End Doc Library
|
|
@ -0,0 +1,37 @@
|
|||
(module "830059522" (layer F.Cu)
|
||||
(descr "830059522-2")
|
||||
(tags "Crystal or Oscillator")
|
||||
(attr smd)
|
||||
(fp_text reference Y** (at -0.000 -0) (layer F.SilkS)
|
||||
(effects (font (size 1.27 1.27) (thickness 0.254)))
|
||||
)
|
||||
(fp_text user %R (at -0.000 -0) (layer F.Fab)
|
||||
(effects (font (size 1.27 1.27) (thickness 0.254)))
|
||||
)
|
||||
(fp_text value "830059522" (at -0.000 -0) (layer F.SilkS) hide
|
||||
(effects (font (size 1.27 1.27) (thickness 0.254)))
|
||||
)
|
||||
(fp_line (start -2.5 -1.6) (end 2.5 -1.6) (layer F.Fab) (width 0.1))
|
||||
(fp_line (start 2.5 -1.6) (end 2.5 1.6) (layer F.Fab) (width 0.1))
|
||||
(fp_line (start 2.5 1.6) (end -2.5 1.6) (layer F.Fab) (width 0.1))
|
||||
(fp_line (start -2.5 1.6) (end -2.5 -1.6) (layer F.Fab) (width 0.1))
|
||||
(fp_line (start -3.7 -2.85) (end 3.7 -2.85) (layer F.CrtYd) (width 0.1))
|
||||
(fp_line (start 3.7 -2.85) (end 3.7 2.85) (layer F.CrtYd) (width 0.1))
|
||||
(fp_line (start 3.7 2.85) (end -3.7 2.85) (layer F.CrtYd) (width 0.1))
|
||||
(fp_line (start -3.7 2.85) (end -3.7 -2.85) (layer F.CrtYd) (width 0.1))
|
||||
(fp_line (start -0.8 -1.6) (end 0.8 -1.6) (layer F.SilkS) (width 0.2))
|
||||
(fp_line (start -0.8 1.6) (end 0.8 1.6) (layer F.SilkS) (width 0.2))
|
||||
(fp_line (start -2 2.4) (end -2 2.4) (layer F.SilkS) (width 0.1))
|
||||
(fp_line (start -2 2.3) (end -2 2.3) (layer F.SilkS) (width 0.1))
|
||||
(fp_arc (start -2 2.35) (end -2.000 2.4) (angle -180) (layer F.SilkS) (width 0.1))
|
||||
(fp_arc (start -2 2.35) (end -2.000 2.3) (angle -180) (layer F.SilkS) (width 0.1))
|
||||
(pad 1 smd rect (at -1.900 1.15 90) (size 1.400 1.600) (layers F.Cu F.Paste F.Mask))
|
||||
(pad 2 smd rect (at 1.900 1.15 90) (size 1.400 1.600) (layers F.Cu F.Paste F.Mask))
|
||||
(pad 3 smd rect (at 1.900 -1.15 90) (size 1.400 1.600) (layers F.Cu F.Paste F.Mask))
|
||||
(pad 4 smd rect (at -1.900 -1.15 90) (size 1.400 1.600) (layers F.Cu F.Paste F.Mask))
|
||||
(model 830059522.stp
|
||||
(at (xyz 0 0 0))
|
||||
(scale (xyz 1 1 1))
|
||||
(rotate (xyz 0 0 0))
|
||||
)
|
||||
)
|
|
@ -0,0 +1,56 @@
|
|||
(kicad_symbol_lib (version 20211014) (generator SamacSys_ECAD_Model)
|
||||
(symbol "830059522" (in_bom yes) (on_board yes)
|
||||
(property "Reference" "Y" (at 41.91 7.62 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left top))
|
||||
)
|
||||
(property "Value" "830059522" (at 41.91 5.08 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left top))
|
||||
)
|
||||
(property "Footprint" "830059522" (at 41.91 -94.92 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left top) hide)
|
||||
)
|
||||
(property "Datasheet" "https://www.we-online.com/catalog/datasheet/830059522.pdf" (at 41.91 -194.92 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left top) hide)
|
||||
)
|
||||
(property "ki_description" "https://www.we-online.com/catalog/datasheet/830059522.pdf" (at 41.91 -294.92 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left top) hide)
|
||||
)
|
||||
(property "Height" "1" (at 41.91 -394.92 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left top) hide)
|
||||
)
|
||||
(property "Mouser Part Number" "710-830059522" (at 41.91 -494.92 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left top) hide)
|
||||
)
|
||||
(property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Wurth-Elektronik/830059522?qs=2WXlatMagcHZ%2FR%2Fx%2FdehOA%3D%3D" (at 41.91 -594.92 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left top) hide)
|
||||
)
|
||||
(property "Manufacturer_Name" "Wurth Elektronik" (at 41.91 -694.92 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left top) hide)
|
||||
)
|
||||
(property "Manufacturer_Part_Number" "830059522" (at 41.91 -794.92 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left top) hide)
|
||||
)
|
||||
(rectangle
|
||||
(start 5.08 2.54)
|
||||
(end 40.64 -5.08)
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type background))
|
||||
)
|
||||
(pin passive line (at 0 -2.54 0) (length 5.08)
|
||||
(name "CRYSTAL_1" (effects (font (size 1.27 1.27))))
|
||||
(number "1" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 45.72 -2.54 180) (length 5.08)
|
||||
(name "GND_&_LID_1" (effects (font (size 1.27 1.27))))
|
||||
(number "2" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 45.72 0 180) (length 5.08)
|
||||
(name "CRYSTAL_2" (effects (font (size 1.27 1.27))))
|
||||
(number "3" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 0 0 0) (length 5.08)
|
||||
(name "GND_&_LID_2" (effects (font (size 1.27 1.27))))
|
||||
(number "4" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
)
|
|
@ -0,0 +1,25 @@
|
|||
EESchema-LIBRARY Version 2.3
|
||||
#encoding utf-8
|
||||
#SamacSys ECAD Model 830059522
|
||||
#/15455426/1031803/2.50/4/3/Crystal or Oscillator
|
||||
DEF 830059522 Y 0 30 Y Y 1 F N
|
||||
F0 "Y" 1650 300 50 H V L CNN
|
||||
F1 "830059522" 1650 200 50 H V L CNN
|
||||
F2 "830059522" 1650 100 50 H I L CNN
|
||||
F3 "https://www.we-online.com/catalog/datasheet/830059522.pdf" 1650 0 50 H I L CNN
|
||||
F4 "https://www.we-online.com/catalog/datasheet/830059522.pdf" 1650 -100 50 H I L CNN "Description"
|
||||
F5 "1" 1650 -200 50 H I L CNN "Height"
|
||||
F6 "710-830059522" 1650 -300 50 H I L CNN "Mouser Part Number"
|
||||
F7 "https://www.mouser.co.uk/ProductDetail/Wurth-Elektronik/830059522?qs=2WXlatMagcHZ%2FR%2Fx%2FdehOA%3D%3D" 1650 -400 50 H I L CNN "Mouser Price/Stock"
|
||||
F8 "Wurth Elektronik" 1650 -500 50 H I L CNN "Manufacturer_Name"
|
||||
F9 "830059522" 1650 -600 50 H I L CNN "Manufacturer_Part_Number"
|
||||
DRAW
|
||||
X CRYSTAL_1 1 0 -100 200 R 50 50 0 0 P
|
||||
X GND_&_LID_1 2 1800 -100 200 L 50 50 0 0 P
|
||||
X CRYSTAL_2 3 1800 0 200 L 50 50 0 0 P
|
||||
X GND_&_LID_2 4 0 0 200 R 50 50 0 0 P
|
||||
P 5 0 1 6 200 100 1600 100 1600 -200 200 -200 200 100 N
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
#End Library
|
|
@ -0,0 +1,57 @@
|
|||
PCBNEW-LibModule-V1 2024-05-10 02:07:07
|
||||
# encoding utf-8
|
||||
Units mm
|
||||
$INDEX
|
||||
830059522
|
||||
$EndINDEX
|
||||
$MODULE 830059522
|
||||
Po 0 0 0 15 663d733b 00000000 ~~
|
||||
Li 830059522
|
||||
Cd 830059522-2
|
||||
Kw Crystal or Oscillator
|
||||
Sc 0
|
||||
At SMD
|
||||
AR
|
||||
Op 0 0 0
|
||||
T0 -0.000 -0 1.27 1.27 0 0.254 N V 21 N "Y**"
|
||||
T1 -0.000 -0 1.27 1.27 0 0.254 N I 21 N "830059522"
|
||||
DS -2.5 -1.6 2.5 -1.6 0.1 24
|
||||
DS 2.5 -1.6 2.5 1.6 0.1 24
|
||||
DS 2.5 1.6 -2.5 1.6 0.1 24
|
||||
DS -2.5 1.6 -2.5 -1.6 0.1 24
|
||||
DS -3.7 -2.85 3.7 -2.85 0.1 24
|
||||
DS 3.7 -2.85 3.7 2.85 0.1 24
|
||||
DS 3.7 2.85 -3.7 2.85 0.1 24
|
||||
DS -3.7 2.85 -3.7 -2.85 0.1 24
|
||||
DS -0.8 -1.6 0.8 -1.6 0.2 21
|
||||
DS -0.8 1.6 0.8 1.6 0.2 21
|
||||
DS -2 2.4 -2 2.4 0.1 21
|
||||
DS -2 2.3 -2 2.3 0.1 21
|
||||
DA -2 2.35 -2.000 2.4 -1800 0.1 21
|
||||
DA -2 2.35 -2.000 2.3 -1800 0.1 21
|
||||
$PAD
|
||||
Po -1.900 1.15
|
||||
Sh "1" R 1.400 1.600 0 0 900
|
||||
At SMD N 00888000
|
||||
Ne 0 ""
|
||||
$EndPAD
|
||||
$PAD
|
||||
Po 1.900 1.15
|
||||
Sh "2" R 1.400 1.600 0 0 900
|
||||
At SMD N 00888000
|
||||
Ne 0 ""
|
||||
$EndPAD
|
||||
$PAD
|
||||
Po 1.900 -1.15
|
||||
Sh "3" R 1.400 1.600 0 0 900
|
||||
At SMD N 00888000
|
||||
Ne 0 ""
|
||||
$EndPAD
|
||||
$PAD
|
||||
Po -1.900 -1.15
|
||||
Sh "4" R 1.400 1.600 0 0 900
|
||||
At SMD N 00888000
|
||||
Ne 0 ""
|
||||
$EndPAD
|
||||
$EndMODULE 830059522
|
||||
$EndLIBRARY
|
|
@ -0,0 +1,116 @@
|
|||
|
||||
(EDIF
|
||||
(rename &830059522 "830059522")
|
||||
(EDIFVersion 2 0 0)
|
||||
(EDIFLevel 0)
|
||||
(keywordMap (keywordLevel 0))
|
||||
(status
|
||||
(written
|
||||
(timestamp 2024 05 10 02 07 07)
|
||||
(dataOrigin "15455426/1031803/2.50/4/3/Crystal or Oscillator")
|
||||
(program "SamacSys ECAD Model 830059522"
|
||||
(version "1.2"))))
|
||||
(library
|
||||
(rename &830059522 "830059522")
|
||||
(EDIFLevel 0)
|
||||
(technology
|
||||
(numberDefinition (scale 1 (e 254 -6) (unit DISTANCE)))
|
||||
(userData GRIDRESOLUTION (integer 50 50))
|
||||
(figureGroup DEFAULT (pathWidth 10) (textHeight 100))
|
||||
(figureGroup PROPERTY (pathWidth 10) (textHeight 90))
|
||||
(figureGroup PINNUMBER (pathWidth 10) (textHeight 90))
|
||||
(figureGroup PINNAME (pathWidth 10) (textHeight 90))
|
||||
(figureGroup COMMENT (pathWidth 10) (textHeight 90))
|
||||
(figureGroup PIN (pathWidth 10) (textHeight 90))
|
||||
(figureGroup GRAPHIC (pathWidth 10) (textHeight 100))
|
||||
)
|
||||
(cell
|
||||
(rename &830059522 "830059522")
|
||||
(cellType GENERIC)
|
||||
(view
|
||||
(rename NORMAL "Normal")
|
||||
(viewType SCHEMATIC)
|
||||
(interface
|
||||
(designator "Y")
|
||||
(property (rename PACKAGENAME "PackageName") (string "830059522"))
|
||||
(property (rename ISHETEROGENEOUS "IsHeterogeneous") (string "False"))
|
||||
(property (rename DEVICESINVIEW "DevicesInView") (string "1"))
|
||||
(property (rename DEVICESINPACKAGE "DevicesInPackage") (string "1"))
|
||||
(property (rename DEVICEDESIGNATOR "DeviceDesignator") (string "A"))
|
||||
(property (rename DEVICENUMBERING "DeviceNumbering") (string "Alpha"))
|
||||
(property (rename PCB_32_FOOTPRINT "PCB Footprint") (string "830059522"))
|
||||
(property (rename &Mouser_Part_Number "Mouser Part Number") (string "710-830059522"))
|
||||
(property (rename &Mouser_Price_Stock "Mouser Price/Stock") (string "https://www.mouser.co.uk/ProductDetail/Wurth-Elektronik/830059522?qs=2WXlatMagcHZ%2FR%2Fx%2FdehOA%3D%3D"))
|
||||
(property (rename &Manufacturer_Name "Manufacturer_Name") (string "Wurth Elektronik"))
|
||||
(property (rename &Manufacturer_Part_Number "Manufacturer_Part_Number") (string "830059522"))
|
||||
(property (rename &Description "Description") (string "https://www.we-online.com/catalog/datasheet/830059522.pdf"))
|
||||
(property (rename &Datasheet_Link "Datasheet Link") (string "https://www.we-online.com/catalog/datasheet/830059522.pdf"))
|
||||
(property (rename &Height "Height") (string "1 mm"))
|
||||
(property (rename &_60__32_VALUE_32__62_ "Value") (string "830059522"))
|
||||
(property (rename VALUE "Value") (string "Value"))
|
||||
(port
|
||||
(rename &CRYSTAL_1 "CRYSTAL_1")
|
||||
(designator "1")
|
||||
(property (rename ORDER "Order") (string "0") (owner "OrCAD"))
|
||||
)
|
||||
(port
|
||||
(rename &GND_&_LID_1 "GND_&_LID_1")
|
||||
(designator "2")
|
||||
(property (rename ORDER "Order") (string "1") (owner "OrCAD"))
|
||||
)
|
||||
(port
|
||||
(rename &CRYSTAL_2 "CRYSTAL_2")
|
||||
(designator "3")
|
||||
(property (rename ORDER "Order") (string "2") (owner "OrCAD"))
|
||||
)
|
||||
(port
|
||||
(rename &GND_&_LID_2 "GND_&_LID_2")
|
||||
(designator "4")
|
||||
(property (rename ORDER "Order") (string "3") (owner "OrCAD"))
|
||||
)
|
||||
(symbol
|
||||
(portImplementation
|
||||
(name &CRYSTAL_1 (display PINNAME))
|
||||
(keywordDisplay DESIGNATOR (display PINNUMBER))
|
||||
(figure PIN (path (pointList (pt -200 -200) (pt 0 -200))))
|
||||
(connectLocation (figure GRAPHIC (dot (pt -200 -200))))
|
||||
)
|
||||
(portImplementation
|
||||
(name &GND_&_LID_1 (display PINNAME))
|
||||
(keywordDisplay DESIGNATOR (display PINNUMBER))
|
||||
(figure PIN (path (pointList (pt 1400 -200) (pt 1600 -200))))
|
||||
(connectLocation (figure GRAPHIC (dot (pt 1600 -200))))
|
||||
)
|
||||
(portImplementation
|
||||
(name &CRYSTAL_2 (display PINNAME))
|
||||
(keywordDisplay DESIGNATOR (display PINNUMBER))
|
||||
(figure PIN (path (pointList (pt 1400 -100) (pt 1600 -100))))
|
||||
(connectLocation (figure GRAPHIC (dot (pt 1600 -100))))
|
||||
)
|
||||
(portImplementation
|
||||
(name &GND_&_LID_2 (display PINNAME))
|
||||
(keywordDisplay DESIGNATOR (display PINNUMBER))
|
||||
(figure PIN (path (pointList (pt -200 -100) (pt 0 -100))))
|
||||
(connectLocation (figure GRAPHIC (dot (pt -200 -100))))
|
||||
)
|
||||
(figure GRAPHIC
|
||||
(figureGroupOverride GRAPHIC
|
||||
(pathWidth 10))
|
||||
(path
|
||||
(pointList
|
||||
(pt 0 0)
|
||||
(pt 1400 0)
|
||||
(pt 1400 -300)
|
||||
(pt 0 -300)
|
||||
(pt 0 0)
|
||||
)
|
||||
)
|
||||
)
|
||||
(keywordDisplay DESIGNATOR (display PROPERTY (justify LOWERLEFT) (orientation R0) (origin (pt 1450 130))))
|
||||
(propertyDisplay &_60__32_VALUE_32__62_ (display PROPERTY (justify LOWERLEFT) (orientation R0) (origin (pt 1450 30))))
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
|
@ -0,0 +1,2 @@
|
|||
pad_designer -s "padstack1.scr"
|
||||
allegro -s "footprint.scr"
|
|
@ -0,0 +1,35 @@
|
|||
;>------- Configuration parameters: -------<
|
||||
;>------Check EDIF2CAP.PDF for details ----<
|
||||
|
||||
[OrCAD Writer]
|
||||
|
||||
SuppressWarnings = 0
|
||||
ConvertOnlyLibs = 0
|
||||
UnitMeasurement = default
|
||||
PinToPin = 0
|
||||
Grid = 0
|
||||
EnableOffgridObjects = 0
|
||||
GenerateIniFile = 1
|
||||
OrcadConventions = 1
|
||||
UseDesignatorsForPackaging = 1
|
||||
DesignatorsEndOnLetters = 0
|
||||
DesignatorsSameInHierarchy = 1
|
||||
GeneratePinNumbers = 0
|
||||
GeneratePortSymbols = 1
|
||||
GenerateOffPageConnectors = 0
|
||||
GenerationVisible = 1
|
||||
CaptureLibsWithUserPackages = ""
|
||||
SystemNetNamePrefix = ""
|
||||
BackgroundTextScale = 0.8
|
||||
DefaultNetNameScale = 0.3
|
||||
StandardPageSize = 0
|
||||
EliminatePageText = 0
|
||||
SmashTitleBlock = 0
|
||||
PinDisplayStyle = orcad
|
||||
TopView = ""
|
||||
ComponentsMode = 0
|
||||
ReplacePartWithNoPinsWithTitleBlock = 0
|
||||
ChangeBusBaseThatEndsOnDigit = 0
|
||||
ProcessBackAnnotation = 1
|
||||
|
||||
[Mapper]
|
|
@ -0,0 +1,353 @@
|
|||
# **************************New Pattern starts here************************
|
||||
Version 14#
|
||||
setwindow pcb
|
||||
new
|
||||
newdrawfillin "830059522.dra" "Package Symbol"
|
||||
prmed
|
||||
setwindow Form.prmedit
|
||||
FORM prmedit design
|
||||
FORM prmedit type Package
|
||||
FORM prmedit units Millimeter
|
||||
FORM prmedit size Other
|
||||
FORM prmedit accuracy 3
|
||||
FORM prmedit width 2711
|
||||
FORM prmedit height 2436
|
||||
FORM prmedit apply
|
||||
FORM prmedit x -1095.5
|
||||
FORM prmedit y -1245.5
|
||||
FORM prmedit apply
|
||||
FORM prmedit lock_mode Line
|
||||
FORM prmedit lock_direction Off
|
||||
FORM prmedit apply
|
||||
FORM prmedit done
|
||||
setwindow pcb
|
||||
Status
|
||||
setwindow Form.Status
|
||||
FORM status lock_direction Off
|
||||
FORM status lock_mode line
|
||||
FORM status symbol_mirror NO
|
||||
FORM status drawing_size
|
||||
FORM status done
|
||||
setwindow pcb
|
||||
window center; pick 0.0 0.0
|
||||
define subclass
|
||||
setwindow Form.subclass
|
||||
FORM subclass PACKAGE_GEOMETRY pick
|
||||
setwindow Form.subclass_nonetch
|
||||
FORM subclass_nonetch name ASSEMBLY_TOP
|
||||
setwindow Form.subclass
|
||||
FORM subclass PACKAGE_GEOMETRY pick
|
||||
setwindow Form.subclass_nonetch
|
||||
FORM subclass_nonetch name SILKSCREEN_TOP
|
||||
setwindow Form.subclass
|
||||
FORM subclass PIN pick
|
||||
setwindow Form.subclass_nonetch
|
||||
FORM subclass_nonetch name PASTEMASK_TOP
|
||||
setwindow Form.subclass
|
||||
FORM subclass PIN pick
|
||||
setwindow Form.subclass_nonetch
|
||||
FORM subclass_nonetch name SOLDERMASK_TOP
|
||||
setwindow Form.subclass
|
||||
FORM subclass PACKAGE_GEOMETRY pick
|
||||
setwindow Form.subclass_nonetch
|
||||
FORM subclass_nonetch name PLACE_BOUND_TOP
|
||||
setwindow Form.subclass
|
||||
FORM subclass PACKAGE_GEOMETRY pick
|
||||
setwindow Form.subclass_nonetch
|
||||
FORM subclass_nonetch name PLACE_BOUND_BOTTOM
|
||||
setwindow Form.subclass
|
||||
FORM subclass PIN pick
|
||||
setwindow Form.subclass_nonetch
|
||||
FORM subclass_nonetch name SOLDERMASK_BOTTOM
|
||||
setwindow Form.subclass
|
||||
FORM subclass PIN pick
|
||||
setwindow Form.subclass_nonetch
|
||||
FORM subclass_nonetch name PASTEMASK_BOTTOM
|
||||
setwindow Form.subclass
|
||||
FORM subclass PACKAGE_GEOMETRY pick
|
||||
setwindow Form.subclass_nonetch
|
||||
FORM subclass_nonetch name SILKSCREEN_BOTTOM
|
||||
setwindow Form.subclass
|
||||
FORM subclass PACKAGE_GEOMETRY pick
|
||||
setwindow Form.subclass_nonetch
|
||||
FORM subclass_nonetch name ASSEMBLY_BOTTOM
|
||||
setwindow Form.subclass
|
||||
FORM subclass BOARD_GEOMETRY pick
|
||||
setwindow Form.subclass_nonetch
|
||||
FORM subclass_nonetch name DIMENSION
|
||||
setwindow Form.subclass
|
||||
FORM subclass BOARD_GEOMETRY pick
|
||||
setwindow Form.subclass_nonetch
|
||||
FORM subclass_nonetch name OUTLINE
|
||||
setwindow Form.subclass
|
||||
FORM subclass PACKAGE_GEOMETRY pick
|
||||
setwindow Form.subclass_nonetch
|
||||
FORM subclass_nonetch name ASSEMBLY_TOP
|
||||
setwindow Form.subclass
|
||||
FORM subclass PACKAGE_GEOMETRY pick
|
||||
setwindow Form.subclass_nonetch
|
||||
FORM subclass_nonetch name PLACE_BOUND_TOP
|
||||
setwindow Form.subclass
|
||||
FORM subclass PACKAGE_GEOMETRY pick
|
||||
setwindow Form.subclass_nonetch
|
||||
FORM subclass_nonetch name PLACE_BOUND_BOTTOM
|
||||
setwindow Form.subclass
|
||||
FORM subclass MANUFACTURING pick
|
||||
setwindow Form.subclass_nonetch
|
||||
FORM subclass_nonetch name NO_PROBE_TOP
|
||||
setwindow Form.subclass
|
||||
FORM subclass MANUFACTURING pick
|
||||
setwindow Form.subclass_nonetch
|
||||
FORM subclass_nonetch name NO_PROBE_BOTTOM
|
||||
setwindow Form.subclass
|
||||
FORM subclass PACKAGE_GEOMETRY pick
|
||||
setwindow Form.subclass_nonetch
|
||||
FORM subclass_nonetch name CONTACT_AREA
|
||||
setwindow Form.subclass
|
||||
FORM subclass PACKAGE_GEOMETRY pick
|
||||
setwindow Form.subclass_nonetch
|
||||
FORM subclass_nonetch name CUTOUTSLOTS
|
||||
setwindow Form.subclass
|
||||
FORM subclass PACKAGE_GEOMETRY pick
|
||||
setwindow Form.subclass_nonetch
|
||||
FORM subclass_nonetch name DIEBONDPADS
|
||||
setwindow Form.subclass
|
||||
FORM subclass PACKAGE_GEOMETRY pick
|
||||
setwindow Form.subclass_nonetch
|
||||
FORM subclass_nonetch name WIREBONDS
|
||||
FORM subclass done
|
||||
Add Pin
|
||||
setwindow Form.mini
|
||||
FORM mini offsetx 0.00
|
||||
FORM mini offsety 0.00
|
||||
FORM mini rotate_pin 90
|
||||
Add Pin
|
||||
setwindow Form.mini
|
||||
FORM mini pad_name r160_140
|
||||
setwindow Form.mini
|
||||
FORM mini next_pin_number 1
|
||||
setwindow pcb
|
||||
pick -1.9 -1.15
|
||||
done
|
||||
Add Pin
|
||||
setwindow Form.mini
|
||||
FORM mini offsetx 0.00
|
||||
FORM mini offsety 0.00
|
||||
FORM mini rotate_pin 90
|
||||
Add Pin
|
||||
setwindow Form.mini
|
||||
FORM mini pad_name r160_140
|
||||
setwindow Form.mini
|
||||
FORM mini next_pin_number 2
|
||||
setwindow pcb
|
||||
pick 1.9 -1.15
|
||||
done
|
||||
Add Pin
|
||||
setwindow Form.mini
|
||||
FORM mini offsetx 0.00
|
||||
FORM mini offsety 0.00
|
||||
FORM mini rotate_pin 90
|
||||
Add Pin
|
||||
setwindow Form.mini
|
||||
FORM mini pad_name r160_140
|
||||
setwindow Form.mini
|
||||
FORM mini next_pin_number 3
|
||||
setwindow pcb
|
||||
pick 1.9 1.15
|
||||
done
|
||||
Add Pin
|
||||
setwindow Form.mini
|
||||
FORM mini offsetx 0.00
|
||||
FORM mini offsety 0.00
|
||||
FORM mini rotate_pin 90
|
||||
Add Pin
|
||||
setwindow Form.mini
|
||||
FORM mini pad_name r160_140
|
||||
setwindow Form.mini
|
||||
FORM mini next_pin_number 4
|
||||
setwindow pcb
|
||||
pick -1.9 1.15
|
||||
done
|
||||
setwindow pcb
|
||||
Label refdes
|
||||
setwindow Form.mini
|
||||
FORM mini class REF DES
|
||||
FORM mini subclass SILKSCREEN_TOP
|
||||
FORM mini text_block 3
|
||||
FORM mini text_justification Center
|
||||
FORM mini angle 0
|
||||
FORM mini mirror NO
|
||||
setwindow pcb
|
||||
pick -0.000 0.000
|
||||
Text Y*
|
||||
done
|
||||
Add rarc
|
||||
setwindow FORM.mini
|
||||
FORM mini class PACKAGE GEOMETRY
|
||||
FORM mini subclass SILKSCREEN_TOP
|
||||
setwindow FORM.mini
|
||||
FORM mini line_width 0.1
|
||||
FORM mini lock_direction Off
|
||||
setwindow pcb
|
||||
pick -2 -2.35
|
||||
pick -1.95 -2.35
|
||||
angle -180
|
||||
done
|
||||
Add rarc
|
||||
setwindow FORM.mini
|
||||
FORM mini class PACKAGE GEOMETRY
|
||||
FORM mini subclass SILKSCREEN_TOP
|
||||
setwindow FORM.mini
|
||||
FORM mini line_width 0.1
|
||||
FORM mini lock_direction Off
|
||||
setwindow pcb
|
||||
pick -2 -2.35
|
||||
pick -1.95 -2.35
|
||||
angle -180
|
||||
done
|
||||
Add Line
|
||||
setwindow FORM.mini
|
||||
FORM mini class PACKAGE GEOMETRY
|
||||
FORM mini subclass ASSEMBLY_TOP
|
||||
setwindow FORM.mini
|
||||
FORM mini line_width 0.1
|
||||
FORM mini lock_direction Off
|
||||
setwindow pcb
|
||||
pick -2.5 1.6
|
||||
pick 2.5 1.6
|
||||
done
|
||||
Add Line
|
||||
setwindow FORM.mini
|
||||
FORM mini class PACKAGE GEOMETRY
|
||||
FORM mini subclass ASSEMBLY_TOP
|
||||
setwindow FORM.mini
|
||||
FORM mini line_width 0.1
|
||||
FORM mini lock_direction Off
|
||||
setwindow pcb
|
||||
pick 2.5 1.6
|
||||
pick 2.5 -1.6
|
||||
done
|
||||
Add Line
|
||||
setwindow FORM.mini
|
||||
FORM mini class PACKAGE GEOMETRY
|
||||
FORM mini subclass ASSEMBLY_TOP
|
||||
setwindow FORM.mini
|
||||
FORM mini line_width 0.1
|
||||
FORM mini lock_direction Off
|
||||
setwindow pcb
|
||||
pick 2.5 -1.6
|
||||
pick -2.5 -1.6
|
||||
done
|
||||
Add Line
|
||||
setwindow FORM.mini
|
||||
FORM mini class PACKAGE GEOMETRY
|
||||
FORM mini subclass ASSEMBLY_TOP
|
||||
setwindow FORM.mini
|
||||
FORM mini line_width 0.1
|
||||
FORM mini lock_direction Off
|
||||
setwindow pcb
|
||||
pick -2.5 -1.6
|
||||
pick -2.5 1.6
|
||||
done
|
||||
Add Line
|
||||
setwindow FORM.mini
|
||||
FORM mini class PACKAGE GEOMETRY
|
||||
FORM mini subclass PLACE_BOUND_TOP
|
||||
setwindow FORM.mini
|
||||
FORM mini line_width 0.1
|
||||
FORM mini lock_direction Off
|
||||
setwindow pcb
|
||||
pick -3.7 2.85
|
||||
pick 3.7 2.85
|
||||
done
|
||||
Add Line
|
||||
setwindow FORM.mini
|
||||
FORM mini class PACKAGE GEOMETRY
|
||||
FORM mini subclass PLACE_BOUND_TOP
|
||||
setwindow FORM.mini
|
||||
FORM mini line_width 0.1
|
||||
FORM mini lock_direction Off
|
||||
setwindow pcb
|
||||
pick 3.7 2.85
|
||||
pick 3.7 -2.85
|
||||
done
|
||||
Add Line
|
||||
setwindow FORM.mini
|
||||
FORM mini class PACKAGE GEOMETRY
|
||||
FORM mini subclass PLACE_BOUND_TOP
|
||||
setwindow FORM.mini
|
||||
FORM mini line_width 0.1
|
||||
FORM mini lock_direction Off
|
||||
setwindow pcb
|
||||
pick 3.7 -2.85
|
||||
pick -3.7 -2.85
|
||||
done
|
||||
Add Line
|
||||
setwindow FORM.mini
|
||||
FORM mini class PACKAGE GEOMETRY
|
||||
FORM mini subclass PLACE_BOUND_TOP
|
||||
setwindow FORM.mini
|
||||
FORM mini line_width 0.1
|
||||
FORM mini lock_direction Off
|
||||
setwindow pcb
|
||||
pick -3.7 -2.85
|
||||
pick -3.7 2.85
|
||||
done
|
||||
Add Line
|
||||
setwindow FORM.mini
|
||||
FORM mini class PACKAGE GEOMETRY
|
||||
FORM mini subclass SILKSCREEN_TOP
|
||||
setwindow FORM.mini
|
||||
FORM mini line_width 0.2
|
||||
FORM mini lock_direction Off
|
||||
setwindow pcb
|
||||
pick -0.8 1.6
|
||||
pick 0.8 1.6
|
||||
done
|
||||
Add Line
|
||||
setwindow FORM.mini
|
||||
FORM mini class PACKAGE GEOMETRY
|
||||
FORM mini subclass SILKSCREEN_TOP
|
||||
setwindow FORM.mini
|
||||
FORM mini line_width 0.2
|
||||
FORM mini lock_direction Off
|
||||
setwindow pcb
|
||||
pick -0.8 -1.6
|
||||
pick 0.8 -1.6
|
||||
done
|
||||
Add Line
|
||||
setwindow FORM.mini
|
||||
FORM mini class PACKAGE GEOMETRY
|
||||
FORM mini subclass SILKSCREEN_TOP
|
||||
setwindow FORM.mini
|
||||
FORM mini line_width 0.1
|
||||
FORM mini lock_direction Off
|
||||
setwindow pcb
|
||||
pick -2 -2.4
|
||||
pick -2 -2.4
|
||||
done
|
||||
Add Line
|
||||
setwindow FORM.mini
|
||||
FORM mini class PACKAGE GEOMETRY
|
||||
FORM mini subclass SILKSCREEN_TOP
|
||||
setwindow FORM.mini
|
||||
FORM mini line_width 0.1
|
||||
FORM mini lock_direction Off
|
||||
setwindow pcb
|
||||
pick -2 -2.3
|
||||
pick -2 -2.3
|
||||
done
|
||||
Create Symbol
|
||||
fillin "830059522"
|
||||
setwindow pcb
|
||||
trapsize 503
|
||||
dbdoctor
|
||||
setwindow Form.dbdoctor_allegro
|
||||
FORM dbdoctor_allegro drc YES
|
||||
FORM dbdoctor_allegro shapes YES
|
||||
FORM dbdoctor_allegro execute
|
||||
setwindow pcb
|
||||
save_as
|
||||
fillin "830059522"
|
||||
setwindow pcb
|
||||
#exit
|
|
@ -0,0 +1,20 @@
|
|||
setwindow Form.padedit
|
||||
######################## New PadStack #########################
|
||||
pse_new
|
||||
fillin "r160_140.pad"
|
||||
FORM padedit units Millimeter
|
||||
FORM padedit layers
|
||||
|
||||
FORM padedit grid row 1
|
||||
FORM padedit geometry Rectangle
|
||||
FORM padedit width 1.400
|
||||
FORM padedit height 1.600
|
||||
FORM padedit x_offset 0
|
||||
FORM padedit y_offset 0
|
||||
FORM padedit geometry_th Null
|
||||
FORM padedit geometry_ant Null
|
||||
|
||||
FORM padedit single YES
|
||||
FORM padedit plating Non-Plated
|
||||
pse_save_as
|
||||
fillin "r160_140.Pad"
|
|
@ -0,0 +1,44 @@
|
|||
!PADS-POWERPCB-V9.5-METRIC! DESIGN DATABASE ASCII FILE 1.0
|
||||
*PARTDECAL* ITEMS
|
||||
|
||||
830059522 M 0 0 5 4 1 0 2
|
||||
CLOSED 5 0.1 0 27
|
||||
-2.500 1.600
|
||||
2.500 1.600
|
||||
2.500 -1.600
|
||||
-2.500 -1.600
|
||||
-2.500 1.600
|
||||
CLOSED 5 0.1 0 20
|
||||
-3.700 2.850
|
||||
3.700 2.850
|
||||
3.700 -2.850
|
||||
-3.700 -2.850
|
||||
-3.700 2.850
|
||||
OPEN 2 0.2 0 26
|
||||
-0.800 1.600
|
||||
0.800 1.600
|
||||
OPEN 2 0.2 0 26
|
||||
-0.800 -1.600
|
||||
0.800 -1.600
|
||||
CLOSED 5 0.1 0 26
|
||||
-2.000 -2.400
|
||||
-2.000 -2.400 -900 1800 -2.050 -2.400 -1.950 -2.300
|
||||
-2.000 -2.300
|
||||
-2.000 -2.300 900 1800 -2.050 -2.400 -1.950 -2.300
|
||||
-2.000 -2.400
|
||||
VALUE -0.000 0.000 0 1 1.27 0.127 N LEFT DOWN
|
||||
Regular <Romansim Stroke Font>
|
||||
Ref.Des.
|
||||
VALUE -0.000 0.000 0 1 1.27 0.127 N LEFT UP
|
||||
Regular <Romansim Stroke Font>
|
||||
Part Type
|
||||
T-1.900 -1.150 -1.900 -1.150 1
|
||||
T1.900 -1.150 1.900 -1.150 2
|
||||
T1.900 1.150 1.900 1.150 3
|
||||
T-1.900 1.150 -1.900 1.150 4
|
||||
PAD 0 3
|
||||
-2 1.400 RF 0.000 1.600 0.000 0 0 N
|
||||
-1 0 R
|
||||
0 0 R
|
||||
|
||||
*END* OF ASCII OUTPUT FILE
|
|
@ -0,0 +1,31 @@
|
|||
*PADS-LIBRARY-SCH-DECALS-V9*
|
||||
|
||||
830059522 0 0 100 10 100 10 4 1 0 4 0
|
||||
TIMESTAMP 2024.05.10.02.07.07
|
||||
"Default Font"
|
||||
"Default Font"
|
||||
1650 300 0 8 100 10
|
||||
REF-DES
|
||||
1650 200 0 8 100 10
|
||||
PART-TYPE
|
||||
1650 -300 0 8 100 10
|
||||
*
|
||||
1650 -400 0 8 100 10
|
||||
*
|
||||
CLOSED 5 10 0 -1
|
||||
200 100
|
||||
1600 100
|
||||
1600 -200
|
||||
200 -200
|
||||
200 100
|
||||
T0 -100 0 0 140 20 0 2 230 0 0 16 PIN
|
||||
P-520 0 0 2 -80 0 0 2 0
|
||||
T1800 -100 0 2 140 20 0 2 230 0 0 16 PIN
|
||||
P-520 0 0 2 -80 0 0 2 0
|
||||
T1800 0 0 2 140 20 0 2 230 0 0 16 PIN
|
||||
P-520 0 0 2 -80 0 0 2 0
|
||||
T0 0 0 0 140 20 0 2 230 0 0 16 PIN
|
||||
P-520 0 0 2 -80 0 0 2 0
|
||||
|
||||
*END*
|
||||
*REMARK* SamacSys ECAD Model
|
|
@ -0,0 +1,44 @@
|
|||
*PADS-LIBRARY-PCB-DECALS-V9*
|
||||
|
||||
830059522 M 0 0 0 2 5 0 4 1 0
|
||||
TIMESTAMP 2021.10.17.08.21.49
|
||||
-0.000 0.000 0 0 1.27 0.127 1 0 34 "Regular "
|
||||
REF-DES
|
||||
-0.000 0.000 0 0 1.27 0.127 1 32 35 "Regular "
|
||||
PART-TYPE
|
||||
CLOSED 5 0.1 27 -1
|
||||
-2.500 1.600
|
||||
2.500 1.600
|
||||
2.500 -1.600
|
||||
-2.500 -1.600
|
||||
-2.500 1.600
|
||||
CLOSED 5 0.1 20 -1
|
||||
-3.700 2.850
|
||||
3.700 2.850
|
||||
3.700 -2.850
|
||||
-3.700 -2.850
|
||||
-3.700 2.850
|
||||
OPEN 2 0.2 26 -1
|
||||
-0.800 1.600
|
||||
0.800 1.600
|
||||
OPEN 2 0.2 26 -1
|
||||
-0.800 -1.600
|
||||
0.800 -1.600
|
||||
CLOSED 5 0.1 26 -1
|
||||
-2.000 -2.400
|
||||
-2.000 -2.400 -900 1800 -2.050 -2.400 -1.950 -2.300
|
||||
-2.000 -2.300
|
||||
-2.000 -2.300 900 1800 -2.050 -2.400 -1.950 -2.300
|
||||
-2.000 -2.400
|
||||
T-1.900 -1.150 -1.900 -1.150 1
|
||||
T1.900 -1.150 1.900 -1.150 2
|
||||
T1.900 1.150 1.900 1.150 3
|
||||
T-1.900 1.150 -1.900 1.150 4
|
||||
PAD 0 3 N 0
|
||||
-2 1.400 RF 0.000 0.000 1.600 0.000
|
||||
-1 0 R
|
||||
0 0 R
|
||||
|
||||
*END*
|
||||
*REMARK* AP
|
||||
830059522.stp/0/0/0/0/0/0
|
|
@ -0,0 +1,21 @@
|
|||
*PADS-LIBRARY-PART-TYPES-V9*
|
||||
|
||||
830059522 830059522 I OSC 7 1 0 0 0
|
||||
TIMESTAMP 2024.05.10.02.07.07
|
||||
"Mouser Part Number" 710-830059522
|
||||
"Mouser Price/Stock" https://www.mouser.co.uk/ProductDetail/Wurth-Elektronik/830059522?qs=2WXlatMagcHZ%2FR%2Fx%2FdehOA%3D%3D
|
||||
"Manufacturer_Name" Wurth Elektronik
|
||||
"Manufacturer_Part_Number" 830059522
|
||||
"Description" https://www.we-online.com/catalog/datasheet/830059522.pdf
|
||||
"Datasheet Link" https://www.we-online.com/catalog/datasheet/830059522.pdf
|
||||
"Geometry.Height" 1mm
|
||||
GATE 1 4 0
|
||||
830059522
|
||||
1 0 U CRYSTAL_1
|
||||
2 0 U GND_&_LID_1
|
||||
3 0 U CRYSTAL_2
|
||||
4 0 U GND_&_LID_2
|
||||
|
||||
*END*
|
||||
*REMARK* SamacSys ECAD Model
|
||||
15455426/1031803/2.50/4/3/Crystal or Oscillator
|
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>SamacSys support for Proteus 8.8 or earlier</title>
|
||||
</head>
|
||||
<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.
|
||||
<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.
|
||||
<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.
|
||||
<br><br>
|
||||
Best Regards<br>
|
||||
The SamacSys Team</p>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>SamacSys support for Proteus 8.9 or later</title>
|
||||
</head>
|
||||
<body style="font-family:verdana">
|
||||
<p>Supporting Proteus 8.9 and beyond
|
||||
<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.
|
||||
<br><br>
|
||||
Best Regards<br>
|
||||
The SamacSys Team</p>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,120 @@
|
|||
;Proteus Design Interchange Format
|
||||
(PDIF
|
||||
(vendor "SamacSys Limited")
|
||||
(version 1 0)
|
||||
(library
|
||||
(part "830059522"
|
||||
(description "https://www.we-online.com/catalog/datasheet/830059522.pdf")
|
||||
(family "OSC")
|
||||
(package "830059522")
|
||||
(attribute "Datasheet Link" "https://www.we-online.com/catalog/datasheet/830059522.pdf")
|
||||
(attribute "Geometry.Height" "1mm")
|
||||
(attribute "Mouser Part Number" "710-830059522")
|
||||
(attribute "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Wurth-Elektronik/830059522?qs=2WXlatMagcHZ%2FR%2Fx%2FdehOA%3D%3D")
|
||||
(attribute "Manufacturer_Name" "Wurth Elektronik")
|
||||
(attribute "Manufacturer_Part_Number" "830059522")
|
||||
(gate
|
||||
(symbol "830059522")
|
||||
(pin "CRYSTAL_1" 1 PS)
|
||||
(pin "GND_&_LID_1" 2 PS)
|
||||
(pin "CRYSTAL_2" 3 PS)
|
||||
(pin "GND_&_LID_2" 4 PS)
|
||||
)
|
||||
)
|
||||
(symbol "830059522"
|
||||
(units THOU)
|
||||
(origin (pt 0 0))
|
||||
(graphic
|
||||
(stroke 10)
|
||||
(path (pt 200 100) (pt 1600 100) (pt 1600 -200) (pt 200 -200) (pt 200 100) (closed))
|
||||
)
|
||||
(terminal
|
||||
(body (symbol "PIN") (pt 0 -100) (rot 0) (mir 0) (visible true))
|
||||
(name (pt 230 0) (rot 0) (just MIDDLE LEFT) (visible true))
|
||||
(number (pt 140 20) (rot 0) (just BOTTOM RIGHT) (visible true)))
|
||||
(terminal
|
||||
(body (symbol "PIN") (pt 1800 -100) (rot 0) (mir X) (visible true))
|
||||
(name (pt 230 0) (rot 0) (just MIDDLE LEFT) (visible true))
|
||||
(number (pt 140 20) (rot 0) (just BOTTOM RIGHT) (visible true)))
|
||||
(terminal
|
||||
(body (symbol "PIN") (pt 1800 0) (rot 0) (mir X) (visible true))
|
||||
(name (pt 230 0) (rot 0) (just MIDDLE LEFT) (visible true))
|
||||
(number (pt 140 20) (rot 0) (just BOTTOM RIGHT) (visible true)))
|
||||
(terminal
|
||||
(body (symbol "PIN") (pt 0 0) (rot 0) (mir 0) (visible true))
|
||||
(name (pt 230 0) (rot 0) (just MIDDLE LEFT) (visible true))
|
||||
(number (pt 140 20) (rot 0) (just BOTTOM RIGHT) (visible true)))
|
||||
)
|
||||
(symbol "PIN"
|
||||
(units THOU)
|
||||
(origin (pt 0 0))
|
||||
(graphic
|
||||
(stroke 10)
|
||||
(path (pt 0 0) (pt 200 0))))
|
||||
(symbol "PINSHORT"
|
||||
(units THOU)
|
||||
(origin (pt 0 0))
|
||||
(graphic
|
||||
(stroke 10)
|
||||
(path (pt 0 0) (pt 100 0))))
|
||||
(package "830059522"
|
||||
(units MM)
|
||||
(layer TASM
|
||||
(graphic
|
||||
(stroke 0.1)
|
||||
(path
|
||||
(closed true)
|
||||
(pt -2.5 1.6)
|
||||
(pt 2.5 1.6)
|
||||
(pt 2.5 -1.6)
|
||||
(pt -2.5 -1.6)
|
||||
(pt -2.5 1.6))))
|
||||
(layer OCCA
|
||||
(graphic
|
||||
(stroke 0.1)
|
||||
(path
|
||||
(closed true)
|
||||
(pt -3.7 2.85)
|
||||
(pt 3.7 2.85)
|
||||
(pt 3.7 -2.85)
|
||||
(pt -3.7 -2.85)
|
||||
(pt -3.7 2.85))))
|
||||
(layer TSLK
|
||||
(graphic
|
||||
(stroke 0.2)
|
||||
(path
|
||||
(closed false)
|
||||
(pt -0.8 1.6)
|
||||
(pt 0.8 1.6))))
|
||||
(layer TSLK
|
||||
(graphic
|
||||
(stroke 0.2)
|
||||
(path
|
||||
(closed false)
|
||||
(pt -0.8 -1.6)
|
||||
(pt 0.8 -1.6))))
|
||||
(layer TSLK
|
||||
(graphic
|
||||
(stroke 0.1)
|
||||
(path
|
||||
(closed true)
|
||||
(pt -2 -2.4)
|
||||
(arc (pt -2.000 -2.400) (pt -2.050 -2.400) (pt -1.950 -2.300) (start 180.0) (sweep -90.0))
|
||||
(pt -2 -2.3)
|
||||
(arc (pt -2.000 -2.300) (pt -2.050 -2.400) (pt -1.950 -2.300) (start 180.0) (sweep 90.0))
|
||||
(pt -2 -2.4))))
|
||||
(leg 1 (pt -1.900 -1.150) (padstack 0))
|
||||
(leg 2 (pt 1.900 -1.150) (padstack 0))
|
||||
(leg 3 (pt 1.900 1.150) (padstack 0))
|
||||
(leg 4 (pt -1.900 1.150) (padstack 0))
|
||||
(padstack 0
|
||||
(plated false)
|
||||
(pad (layer TCOP) (rectf 1.400 1.600 0 0 0.000))
|
||||
)
|
||||
(model "830059522.stp"
|
||||
(euler 0 0 0)
|
||||
(offset 0 0 0)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
Binary file not shown.
|
@ -0,0 +1,120 @@
|
|||
PULSONIX_LIBRARY_ASCII "SamacSys ECAD Model"
|
||||
//15455426/1031803/2.50/4/3/Crystal or Oscillator
|
||||
|
||||
(asciiHeader
|
||||
(fileUnits MM)
|
||||
)
|
||||
(library Library_1
|
||||
(padStyleDef "r160_140"
|
||||
(holeDiam 0)
|
||||
(padShape (layerNumRef 1) (padShapeType Rect) (shapeWidth 1.400) (shapeHeight 1.600))
|
||||
(padShape (layerNumRef 16) (padShapeType Ellipse) (shapeWidth 0) (shapeHeight 0))
|
||||
)
|
||||
(textStyleDef "Normal"
|
||||
(font
|
||||
(fontType Stroke)
|
||||
(fontFace "Helvetica")
|
||||
(fontHeight 1.27)
|
||||
(strokeWidth 0.127)
|
||||
)
|
||||
)
|
||||
(patternDef "830059522" (originalName "830059522")
|
||||
(multiLayer
|
||||
(pad (padNum 1) (padStyleRef r160_140) (pt -1.900, -1.150) (rotation 90))
|
||||
(pad (padNum 2) (padStyleRef r160_140) (pt 1.900, -1.150) (rotation 90))
|
||||
(pad (padNum 3) (padStyleRef r160_140) (pt 1.900, 1.150) (rotation 90))
|
||||
(pad (padNum 4) (padStyleRef r160_140) (pt -1.900, 1.150) (rotation 90))
|
||||
)
|
||||
(layerContents (layerNumRef 18)
|
||||
(attr "RefDes" "RefDes" (pt -0.000, 0.000) (textStyleRef "Normal") (isVisible True))
|
||||
)
|
||||
(layerContents (layerNumRef 28)
|
||||
(line (pt -2.5 1.6) (pt 2.5 1.6) (width 0.025))
|
||||
)
|
||||
(layerContents (layerNumRef 28)
|
||||
(line (pt 2.5 1.6) (pt 2.5 -1.6) (width 0.025))
|
||||
)
|
||||
(layerContents (layerNumRef 28)
|
||||
(line (pt 2.5 -1.6) (pt -2.5 -1.6) (width 0.025))
|
||||
)
|
||||
(layerContents (layerNumRef 28)
|
||||
(line (pt -2.5 -1.6) (pt -2.5 1.6) (width 0.025))
|
||||
)
|
||||
(layerContents (layerNumRef Courtyard_Top)
|
||||
(line (pt -3.7 2.85) (pt 3.7 2.85) (width 0.1))
|
||||
)
|
||||
(layerContents (layerNumRef Courtyard_Top)
|
||||
(line (pt 3.7 2.85) (pt 3.7 -2.85) (width 0.1))
|
||||
)
|
||||
(layerContents (layerNumRef Courtyard_Top)
|
||||
(line (pt 3.7 -2.85) (pt -3.7 -2.85) (width 0.1))
|
||||
)
|
||||
(layerContents (layerNumRef Courtyard_Top)
|
||||
(line (pt -3.7 -2.85) (pt -3.7 2.85) (width 0.1))
|
||||
)
|
||||
(layerContents (layerNumRef 18)
|
||||
(line (pt -0.8 1.6) (pt 0.8 1.6) (width 0.2))
|
||||
)
|
||||
(layerContents (layerNumRef 18)
|
||||
(line (pt -0.8 -1.6) (pt 0.8 -1.6) (width 0.2))
|
||||
)
|
||||
(layerContents (layerNumRef 18)
|
||||
(line (pt -2 -2.4) (pt -2 -2.4) (width 0.1))
|
||||
)
|
||||
(layerContents (layerNumRef 18)
|
||||
(arc (pt -2, -2.35) (radius 0.05) (startAngle 270) (sweepAngle 180.0) (width 0.1))
|
||||
)
|
||||
(layerContents (layerNumRef 18)
|
||||
(line (pt -2 -2.3) (pt -2 -2.3) (width 0.1))
|
||||
)
|
||||
(layerContents (layerNumRef 18)
|
||||
(arc (pt -2, -2.35) (radius 0.05) (startAngle 90.0) (sweepAngle 180.0) (width 0.1))
|
||||
)
|
||||
)
|
||||
(symbolDef "830059522" (originalName "830059522")
|
||||
|
||||
(pin (pinNum 1) (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 2) (pt 1800 mils -100 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 1570 mils -125 mils) (rotation 0]) (justify "Right") (textStyleRef "Normal"))
|
||||
))
|
||||
(pin (pinNum 3) (pt 1800 mils 0 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 1570 mils -25 mils) (rotation 0]) (justify "Right") (textStyleRef "Normal"))
|
||||
))
|
||||
(pin (pinNum 4) (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 1600 mils 100 mils) (width 6 mils))
|
||||
(line (pt 1600 mils 100 mils) (pt 1600 mils -200 mils) (width 6 mils))
|
||||
(line (pt 1600 mils -200 mils) (pt 200 mils -200 mils) (width 6 mils))
|
||||
(line (pt 200 mils -200 mils) (pt 200 mils 100 mils) (width 6 mils))
|
||||
(attr "RefDes" "RefDes" (pt 1650 mils 300 mils) (justify Left) (isVisible True) (textStyleRef "Normal"))
|
||||
(attr "Type" "Type" (pt 1650 mils 200 mils) (justify Left) (isVisible True) (textStyleRef "Normal"))
|
||||
|
||||
)
|
||||
(compDef "830059522" (originalName "830059522") (compHeader (numPins 4) (numParts 1) (refDesPrefix Y)
|
||||
)
|
||||
(compPin "1" (pinName "CRYSTAL_1") (partNum 1) (symPinNum 1) (gateEq 0) (pinEq 0) (pinType Unknown))
|
||||
(compPin "2" (pinName "GND & LID_1") (partNum 1) (symPinNum 2) (gateEq 0) (pinEq 0) (pinType Unknown))
|
||||
(compPin "3" (pinName "CRYSTAL_2") (partNum 1) (symPinNum 3) (gateEq 0) (pinEq 0) (pinType Unknown))
|
||||
(compPin "4" (pinName "GND & LID_2") (partNum 1) (symPinNum 4) (gateEq 0) (pinEq 0) (pinType Unknown))
|
||||
(attachedSymbol (partNum 1) (altType Normal) (symbolName "830059522"))
|
||||
(attachedPattern (patternNum 1) (patternName "830059522")
|
||||
(numPads 4)
|
||||
(padPinMap
|
||||
(padNum 1) (compPinRef "1")
|
||||
(padNum 2) (compPinRef "2")
|
||||
(padNum 3) (compPinRef "3")
|
||||
(padNum 4) (compPinRef "4")
|
||||
)
|
||||
)
|
||||
(attr "Mouser Part Number" "710-830059522")
|
||||
(attr "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Wurth-Elektronik/830059522?qs=2WXlatMagcHZ%2FR%2Fx%2FdehOA%3D%3D")
|
||||
(attr "Manufacturer_Name" "Wurth Elektronik")
|
||||
(attr "Manufacturer_Part_Number" "830059522")
|
||||
(attr "Description" "https://www.we-online.com/catalog/datasheet/830059522.pdf")
|
||||
(attr "<Hyperlink>" "https://www.we-online.com/catalog/datasheet/830059522.pdf")
|
||||
(attr "<Component Height>" "1")
|
||||
(attr "<STEP Filename>" "830059522.stp")
|
||||
(attr "<STEP Offsets>" "X=0;Y=0;Z=0")
|
||||
(attr "<STEP Rotation>" "X=0;Y=0;Z=0")
|
||||
)
|
||||
|
||||
)
|
|
@ -0,0 +1,73 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--/15455426/1031803/2.50/4/3/Crystal or Oscillator/-->
|
||||
<quadcept_library>
|
||||
<setting unit="mil" />
|
||||
<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="H127W0635TH00762" height="50" strokewidth="3" charwidth="25" />
|
||||
<textstyle name="H15W15TH02" height="59.0551181102362" strokewidth="7.8740157480315" charwidth="59.0551181102362" />
|
||||
<padstyle name="r160_140" surface="True" plated="False" isvia="False" nopaste="False" nomask="True" complex="False" holesize="0">
|
||||
<padshape layer="TOP" shape="rectangle" width="55.11811023622" height="62.992125984251" />
|
||||
<padshape layer="TOP_SOLDER_MASK" shape="rectangle" width="62.992125984251" height="70.866141732283" />
|
||||
<padshape layer="TOP_SOLDER_PASTE" shape="rectangle" width="55.11811023622" height="62.992125984251" />
|
||||
</padstyle>
|
||||
<footprint name="830059522" originx="0" originy="0" pickpointx="0" pickpointy="0">
|
||||
<pcbpin number="1" name="1" style="r160_140" originx="-74.803149606298" originy="-45.275590551181" rotation="90" />
|
||||
<pcbpin number="2" name="2" style="r160_140" originx="74.803149606298" originy="-45.275590551181" rotation="90" />
|
||||
<pcbpin number="3" name="3" style="r160_140" originx="74.803149606298" originy="45.275590551181" rotation="90" />
|
||||
<pcbpin number="4" name="4" style="r160_140" originx="-74.803149606298" originy="45.275590551181" rotation="90" />
|
||||
<line layer="TOP_ASSEMBLY" originx="-98.425196850392" originy="62.992125984251" endx="98.425196850392" endy="62.992125984251" width="3.9370078740157" />
|
||||
<line layer="TOP_ASSEMBLY" originx="98.425196850392" originy="62.992125984251" endx="98.425196850392" endy="-62.992125984251" width="3.9370078740157" />
|
||||
<line layer="TOP_ASSEMBLY" originx="98.425196850392" originy="-62.992125984251" endx="-98.425196850392" endy="-62.992125984251" width="3.9370078740157" />
|
||||
<line layer="TOP_ASSEMBLY" originx="-98.425196850392" originy="-62.992125984251" endx="-98.425196850392" endy="62.992125984251" width="3.9370078740157" />
|
||||
<line layer="TOP_PLACE_BOUND" originx="-145.66929133858" originy="112.20472440945" endx="145.66929133858" endy="112.20472440945" width="3.9370078740157" />
|
||||
<line layer="TOP_PLACE_BOUND" originx="145.66929133858" originy="112.20472440945" endx="145.66929133858" endy="-112.20472440945" width="3.9370078740157" />
|
||||
<line layer="TOP_PLACE_BOUND" originx="145.66929133858" originy="-112.20472440945" endx="-145.66929133858" endy="-112.20472440945" width="3.9370078740157" />
|
||||
<line layer="TOP_PLACE_BOUND" originx="-145.66929133858" originy="-112.20472440945" endx="-145.66929133858" endy="112.20472440945" width="3.9370078740157" />
|
||||
<line layer="TOP_SILKSCREEN" originx="-31.496062992126" originy="62.992125984251" endx="31.496062992126" endy="62.992125984251" width="7.8740157480314" />
|
||||
<line layer="TOP_SILKSCREEN" originx="-31.496062992126" originy="-62.992125984251" endx="31.496062992126" endy="-62.992125984251" width="7.8740157480314" />
|
||||
<line layer="TOP_SILKSCREEN" originx="-78.740157480314" originy="-94.488188976377" endx="-78.740157480314" endy="-94.488188976377" width="3.9370078740157" />
|
||||
<arc layer="TOP_SILKSCREEN" originx="-78.740157480314" originy="-92.519685039369" startangle="-90.0" sweepangle="180.0" radius="1.9685039370079" width="3.9370078740157" />
|
||||
<line layer="TOP_SILKSCREEN" originx="-78.740157480314" originy="-90.551181102361" endx="-78.740157480314" endy="-90.551181102361" width="3.9370078740157" />
|
||||
<arc layer="TOP_SILKSCREEN" originx="-78.740157480314" originy="-92.519685039369" startangle="90.0" sweepangle="180.0" radius="1.9685039370079" width="3.9370078740157" />
|
||||
</footprint>
|
||||
<symbol name="830059522" originx="0" originy="0">
|
||||
<line originx="200" originy="100" endx="1600" endy="100" width="0" />
|
||||
<line originx="1600" originy="-200" endx="1600" endy="100" width="0" />
|
||||
<line originx="1600" originy="-200" endx="200" endy="-200" width="0" />
|
||||
<line originx="200" originy="100" endx="200" endy="-200" width="0" />
|
||||
<sympin number="1" 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="CRYSTAL_1" />
|
||||
<text name="pindes" originx="140" originy="-80" style="Default" rotation="0" justify="lowerright" flipped="False" hidden="False" data="1" />
|
||||
</sympin>
|
||||
<sympin number="2" originx="1600" originy="-100" rotation="0" length="100" width="7.8740157480315" flipped="False">
|
||||
<text name="pinname" originx="1570" originy="-100" style="Default" rotation="0" justify="right" flipped="False" hidden="False" data="GND_&_LID_1" />
|
||||
<text name="pindes" originx="1660" originy="-80" style="Default" rotation="0" justify="lowerleft" flipped="False" hidden="False" data="2" />
|
||||
</sympin>
|
||||
<sympin number="3" originx="1600" originy="0" rotation="0" length="100" width="7.8740157480315" flipped="False">
|
||||
<text name="pinname" originx="1570" originy="0" style="Default" rotation="0" justify="right" flipped="False" hidden="False" data="CRYSTAL_2" />
|
||||
<text name="pindes" originx="1660" originy="20" style="Default" rotation="0" justify="lowerleft" flipped="False" hidden="False" data="3" />
|
||||
</sympin>
|
||||
<sympin number="4" 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="GND_&_LID_2" />
|
||||
<text name="pindes" originx="140" originy="20" style="Default" rotation="0" justify="lowerright" flipped="False" hidden="False" data="4" />
|
||||
</sympin>
|
||||
</symbol>
|
||||
<component name="830059522" designatorprefix="Y" height="39.370078740157" footprint="830059522">
|
||||
<comppin designator="1" sympin="1" pinswap="0" gateswap="0" gate="1" group="1" side="" type="Any" name="CRYSTAL_1" />
|
||||
<comppin designator="2" sympin="2" pinswap="0" gateswap="0" gate="1" group="1" side="" type="Any" name="GND_&_LID_1" />
|
||||
<comppin designator="3" sympin="3" pinswap="0" gateswap="0" gate="1" group="1" side="" type="Any" name="CRYSTAL_2" />
|
||||
<comppin designator="4" sympin="4" pinswap="0" gateswap="0" gate="1" group="1" side="" type="Any" name="GND_&_LID_2" />
|
||||
<attached_symbol gate="1" name="830059522" />
|
||||
<pinmap designator="1" footprintpin="1" />
|
||||
<pinmap designator="2" footprintpin="2" />
|
||||
<pinmap designator="3" footprintpin="3" />
|
||||
<pinmap designator="4" footprintpin="4" />
|
||||
<text name="Datasheet" originx="0" originy="0" style="Default" rotation="0" justify="" flipped="False" hidden="True" data="https://www.we-online.com/catalog/datasheet/830059522.pdf" />
|
||||
<text name="Description" originx="0" originy="0" style="Default" rotation="0" justify="" flipped="False" hidden="True" data="https://www.we-online.com/catalog/datasheet/830059522.pdf" />
|
||||
<text name="Mouser Part Number" originx="0" originy="0" style="Default" rotation="0" justify="" flipped="False" hidden="True" data="710-830059522" />
|
||||
<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/Wurth-Elektronik/830059522?qs=2WXlatMagcHZ%2FR%2Fx%2FdehOA%3D%3D" />
|
||||
<text name="Manufacturer_Name" originx="0" originy="0" style="Default" rotation="0" justify="" flipped="False" hidden="True" data="Wurth Elektronik" />
|
||||
<text name="Manufacturer_Part_Number" originx="1650" originy="200" style="Default" rotation="0" justify="left" flipped="False" hidden="False" data="830059522" />
|
||||
</component>
|
||||
</quadcept_library>
|
|
@ -0,0 +1,133 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--/15455426/1031803/2.50/4/3/Crystal or Oscillator/-->
|
||||
<!DOCTYPE curve SYSTEM "eagle.dtd">
|
||||
<eagle version="7.7.0">
|
||||
<drawing>
|
||||
<settings>
|
||||
<setting alwaysvectorfont="no"/>
|
||||
<setting verticaltext="up"/>
|
||||
</settings>
|
||||
<grid distance="0.1" unitdist="inch" unit="inch" style="lines" multiple="1" display="no" altdistance="0.01" altunitdist="inch" altunit="inch"/>
|
||||
<layers>
|
||||
<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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="97" name="Info" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="98" name="Guide" color="6" fill="1" visible="yes" active="yes"/>
|
||||
</layers>
|
||||
<library>
|
||||
<description><https://www.we-online.com/catalog/datasheet/830059522.pdf</b><p>
|
||||
<author>Created by SamacSys</author></description>
|
||||
<packages>
|
||||
<package name="830059522">
|
||||
<description><b>830059522-2</b><br>
|
||||
</description>
|
||||
<smd name="1" x="-1.900" y="-1.150" dx="1.600" dy="1.400" layer="1" rot="R0"/>
|
||||
<smd name="2" x="1.900" y="-1.150" dx="1.600" dy="1.400" layer="1" rot="R0"/>
|
||||
<smd name="3" x="1.900" y="1.150" dx="1.600" dy="1.400" layer="1" rot="R0"/>
|
||||
<smd name="4" x="-1.900" y="1.150" dx="1.600" dy="1.400" layer="1" rot="R0"/>
|
||||
<text x="-0.000" y="0.000" align="center" size="1.27" layer="25" rot="R0" >>NAME</text>
|
||||
<text x="-0.000" y="0.000" align="center" size="1.27" layer="27" rot="R0" >>VALUE</text>
|
||||
<wire x1="-2.5" y1="1.6" x2="2.5" y2="1.6" width="0.1" layer="51"/>
|
||||
<wire x1="2.5" y1="1.6" x2="2.5" y2="-1.6" width="0.1" layer="51"/>
|
||||
<wire x1="2.5" y1="-1.6" x2="-2.5" y2="-1.6" width="0.1" layer="51"/>
|
||||
<wire x1="-2.5" y1="-1.6" x2="-2.5" y2="1.6" width="0.1" layer="51"/>
|
||||
<wire x1="-3.7" y1="2.85" x2="3.7" y2="2.85" width="0.1" layer="51"/>
|
||||
<wire x1="3.7" y1="2.85" x2="3.7" y2="-2.85" width="0.1" layer="51"/>
|
||||
<wire x1="3.7" y1="-2.85" x2="-3.7" y2="-2.85" width="0.1" layer="51"/>
|
||||
<wire x1="-3.7" y1="-2.85" x2="-3.7" y2="2.85" width="0.1" layer="51"/>
|
||||
<wire x1="-0.8" y1="1.6" x2="0.8" y2="1.6" width="0.2" layer="21"/>
|
||||
<wire x1="-0.8" y1="-1.6" x2="0.8" y2="-1.6" width="0.2" layer="21"/>
|
||||
<wire x1="-2" y1="-2.4" x2="-2" y2="-2.4" width="0.1" layer="21"/>
|
||||
<wire x1="-2.000" y1="-2.400" x2="-2.000" y2="-2.300" width="0.1" layer="21" curve="180.0"/>
|
||||
<wire x1="-2" y1="-2.3" x2="-2" y2="-2.3" width="0.1" layer="21"/>
|
||||
<wire x1="-2.000" y1="-2.300" x2="-2.000" y2="-2.400" width="0.1" layer="21" curve="180.0"/>
|
||||
</package>
|
||||
</packages>
|
||||
<symbols>
|
||||
<symbol name="830059522">
|
||||
<wire x1="5.08" y1="2.54" x2="40.64" y2="2.54" width="0.254" layer="94"/>
|
||||
<wire x1="40.64" y1="-5.08" x2="40.64" y2="2.54" width="0.254" layer="94"/>
|
||||
<wire x1="40.64" y1="-5.08" x2="5.08" y2="-5.08" width="0.254" layer="94"/>
|
||||
<wire x1="5.08" y1="2.54" x2="5.08" y2="-5.08" width="0.254" layer="94"/>
|
||||
<text x="41.91" y="7.62" align="center-left" size="1.778" layer="95">>NAME</text>
|
||||
<text x="41.91" y="5.08" align="center-left" size="1.778" layer="96">>VALUE</text>
|
||||
<pin name="CRYSTAL_1" x="0" y="-2.54" length="middle" direction="io" rot="R0"/>
|
||||
<pin name="GND_&_LID_1" x="45.72" y="-2.54" length="middle" direction="io" rot="R180"/>
|
||||
<pin name="CRYSTAL_2" x="45.72" y="0" length="middle" direction="io" rot="R180"/>
|
||||
<pin name="GND_&_LID_2" x="0" y="0" length="middle" direction="io" rot="R0"/>
|
||||
</symbol>
|
||||
</symbols>
|
||||
<devicesets>
|
||||
<deviceset name="830059522" prefix="Y">
|
||||
<description><b>https://www.we-online.com/catalog/datasheet/830059522.pdf</b><p>
|
||||
Source: <a href="https://www.we-online.com/catalog/datasheet/830059522.pdf"> Datasheet </a></description>
|
||||
<gates>
|
||||
<gate name="G$1" symbol="830059522" x="0" y="0"/>
|
||||
</gates>
|
||||
<devices>
|
||||
<device name="" package="830059522">
|
||||
<connects>
|
||||
<connect gate="G$1" pin="CRYSTAL_1" pad="1"/>
|
||||
<connect gate="G$1" pin="GND_&_LID_1" pad="2"/>
|
||||
<connect gate="G$1" pin="CRYSTAL_2" pad="3"/>
|
||||
<connect gate="G$1" pin="GND_&_LID_2" pad="4"/>
|
||||
</connects>
|
||||
<technologies>
|
||||
<technology name="">
|
||||
<attribute name="Mouser_Part_Number" value="710-830059522" constant="no"/>
|
||||
<attribute name="Mouser_Price-Stock" value="https://www.mouser.co.uk/ProductDetail/Wurth-Elektronik/830059522?qs=2WXlatMagcHZ%2FR%2Fx%2FdehOA%3D%3D" constant="no"/>
|
||||
<attribute name="Manufacturer_Name" value="Wurth Elektronik" constant="no"/>
|
||||
<attribute name="Manufacturer_Part_Number" value="830059522" constant="no"/>
|
||||
<attribute name="Description" value="https://www.we-online.com/catalog/datasheet/830059522.pdf" constant="no"/>
|
||||
<attribute name="Height" value="1mm" constant="no"/>
|
||||
</technology>
|
||||
</technologies>
|
||||
</device>
|
||||
</devices>
|
||||
</deviceset>
|
||||
</devicesets>
|
||||
</library>
|
||||
</drawing>
|
||||
</eagle>
|
|
@ -0,0 +1,41 @@
|
|||
COMPONENT NAME=830059522 VALUE=830059522 PREFIX=Y SYMBOLS=1 PACKAGE=16 PROPERTIES=9
|
||||
Mouser Part Number=710-830059522
|
||||
Mouser Price/Stock=https://www.mouser.co.uk/ProductDetail/Wurth-Elektronik/830059522?qs=2WXlatMagcHZ%2FR%2Fx%2FdehOA%3D%3D
|
||||
MANUFACTURER=Wurth Elektronik
|
||||
COMPONENT_NAME=830059522
|
||||
3D_MODEL=0,0,0,0,0,0
|
||||
COMPONENT_TYPE_ID=
|
||||
DATASHEET=https://www.we-online.com/catalog/datasheet/830059522.pdf
|
||||
COMPONENT_HEIGHT=1000000
|
||||
SamacSys_ECAD_Model=15455426/1031803/2.50/4/3/Crystal or Oscillator
|
||||
PACKAGE NAME=830059522 X1=0 Y1=0 LAYER=4
|
||||
LINE X1=-3700000 Y1=2850000 X2=3700000 Y2=2850000 WIDTH=100000 LAYER=4 PROPERTIES=0 DASHED=1
|
||||
LINE X1=3700000 Y1=2850000 X2=3700000 Y2=-2850000 WIDTH=100000 LAYER=4 PROPERTIES=0 DASHED=1
|
||||
LINE X1=3700000 Y1=-2850000 X2=-3700000 Y2=-2850000 WIDTH=100000 LAYER=4 PROPERTIES=0 DASHED=1
|
||||
LINE X1=-3700000 Y1=-2850000 X2=-3700000 Y2=2850000 WIDTH=100000 LAYER=4 PROPERTIES=0 DASHED=1
|
||||
LINE X1=-800000 Y1=1600000 X2=800000 Y2=1600000 WIDTH=200000 LAYER=4 PROPERTIES=0 DASHED=0
|
||||
LINE X1=-800000 Y1=-1600000 X2=800000 Y2=-1600000 WIDTH=200000 LAYER=4 PROPERTIES=0 DASHED=0
|
||||
LINE X1=-2000000 Y1=-2400000 X2=-2000000 Y2=-2400000 WIDTH=100000 LAYER=4 PROPERTIES=0 DASHED=0
|
||||
ARC XM=-2000000 YM=-2350000 X1=-2000000 Y1=-2400000 X2=-2000000 Y2=-2300000 RADIUS=50000 WIDTH=100000 START=90 END=-90 LAYER=4 DASHED=0
|
||||
LINE X1=-2000000 Y1=-2300000 X2=-2000000 Y2=-2300000 WIDTH=100000 LAYER=4 PROPERTIES=0 DASHED=0
|
||||
ARC XM=-2000000 YM=-2350000 X1=-2000000 Y1=-2300000 X2=-2000000 Y2=-2400000 RADIUS=50000 WIDTH=100000 START=-90 END=-270 LAYER=4 DASHED=0
|
||||
PAD XM=-1900000 YM=-1150000 WIDTH=1400000 HEIGHT=1600000 LAYER=2 PINNUMBER=1 FORM=2 ROTATION=90 DRILL=0 PADNAME=1
|
||||
PAD XM=1900000 YM=-1150000 WIDTH=1400000 HEIGHT=1600000 LAYER=2 PINNUMBER=2 FORM=2 ROTATION=90 DRILL=0 PADNAME=2
|
||||
PAD XM=1900000 YM=1150000 WIDTH=1400000 HEIGHT=1600000 LAYER=2 PINNUMBER=3 FORM=2 ROTATION=90 DRILL=0 PADNAME=3
|
||||
PAD XM=-1900000 YM=1150000 WIDTH=1400000 HEIGHT=1600000 LAYER=2 PINNUMBER=4 FORM=2 ROTATION=90 DRILL=0 PADNAME=4
|
||||
TEXT CONTENT=0 X1=-0 Y1=0 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=14
|
||||
LINE X1=5080000 Y1=2540000 X2=40640000 Y2=2540000 WIDTH=254000 LAYER=101 PROPERTIES=0
|
||||
LINE X1=40640000 Y1=2540000 X2=40640000 Y2=-5080000 WIDTH=254000 LAYER=101 PROPERTIES=0
|
||||
LINE X1=40640000 Y1=-5080000 X2=5080000 Y2=-5080000 WIDTH=254000 LAYER=101 PROPERTIES=0
|
||||
LINE X1=5080000 Y1=-5080000 X2=5080000 Y2=2540000 WIDTH=254000 LAYER=101 PROPERTIES=0
|
||||
PIN X1=0 Y1=-2540000 PINNUMBER=1 PINNAME=YES SHOWNUMBER=YES LENGTH=5080000 WIDTH=254000 ROTATION=0.0000 LAYER=101 FUNCTION=6
|
||||
TEXT CONTENT=CRYSTAL_1 X1=5842000 Y1=-3290000 WIDTH=800000 HEIGHT=1500000 RIGHT=NO FONT=ARIAL ROTATION=0 LAYER=101 WEIGHT=10 FUNCTION=5
|
||||
PIN X1=45720000 Y1=-2540000 PINNUMBER=2 PINNAME=YES SHOWNUMBER=YES LENGTH=5080000 WIDTH=254000 ROTATION=180.0000 LAYER=101 FUNCTION=6
|
||||
TEXT CONTENT=GND_&_LID_1 X1=39878000 Y1=-3290000 WIDTH=800000 HEIGHT=1500000 RIGHT=YES FONT=ARIAL ROTATION=0 LAYER=101 WEIGHT=10 FUNCTION=5
|
||||
PIN X1=45720000 Y1=0 PINNUMBER=3 PINNAME=YES SHOWNUMBER=YES LENGTH=5080000 WIDTH=254000 ROTATION=180.0000 LAYER=101 FUNCTION=6
|
||||
TEXT CONTENT=CRYSTAL_2 X1=39878000 Y1=-750000 WIDTH=800000 HEIGHT=1500000 RIGHT=YES FONT=ARIAL ROTATION=0 LAYER=101 WEIGHT=10 FUNCTION=5
|
||||
PIN X1=0 Y1=0 PINNUMBER=4 PINNAME=YES SHOWNUMBER=YES LENGTH=5080000 WIDTH=254000 ROTATION=0.0000 LAYER=101 FUNCTION=6
|
||||
TEXT CONTENT=GND_&_LID_2 X1=5842000 Y1=-750000 WIDTH=800000 HEIGHT=1500000 RIGHT=NO FONT=ARIAL ROTATION=0 LAYER=101 WEIGHT=10 FUNCTION=5
|
||||
TEXT CONTENT=Y# X1=41910000 Y1=6620000 WIDTH=1000000 HEIGHT=2000000 FONT=ARIAL LAYER=101 WEIGHT=13 FUNCTION=3
|
||||
TEXT CONTENT=830059522 X1=41910000 Y1=4080000 WIDTH=1000000 HEIGHT=2000000 FONT=ARIAL LAYER=101 WEIGHT=13 FUNCTION=2 GERMAN=830059522 ENGLISH=830059522 FRENCH=830059522
|
|
@ -0,0 +1,34 @@
|
|||
V 54
|
||||
K 1
|
||||
D 0 -254000 4572000 0
|
||||
Y 1
|
||||
U 4191000 762000 254000 0 2 3 REFDES=Y?
|
||||
U 4191000 508000 254000 0 2 3 DEVICE=830059522
|
||||
U 4191000 254000 254000 0 2 0 PKG_TYPE=830059522
|
||||
U 4191000 0 254000 0 2 0 Description=https://www.we-online.com/catalog/datasheet/830059522.pdf
|
||||
U 4191000 -254000 254000 0 2 0 Datasheet Link=https://www.we-online.com/catalog/datasheet/830059522.pdf
|
||||
U 4191000 -508000 254000 0 2 0 Height=1
|
||||
U 4191000 -762000 254000 0 2 0 Mouser Part Number=710-830059522
|
||||
U 4191000 -1016000 254000 0 2 0 Mouser Price/Stock=https://www.mouser.co.uk/ProductDetail/Wurth-Elektronik/830059522?qs=2WXlatMagcHZ%2FR%2Fx%2FdehOA%3D%3D
|
||||
U 4191000 -1270000 254000 0 2 0 Manufacturer_Name=Wurth Elektronik
|
||||
U 4191000 -1524000 254000 0 2 0 Manufacturer_Part_Number=830059522
|
||||
U 0 0 254000 0 1 0 FORWARD_PCB=1
|
||||
l 5 508000 254000 4064000 254000 4064000 -508000 508000 -508000 508000 254000
|
||||
|GRPHSTL -1 -1 -1 1
|
||||
P 1 0 -254000 508000 -254000 0 2 0
|
||||
L 584200 -254000 228600 0 2 0 1 0 CRYSTAL_1
|
||||
A 355600 -203200 203200 0 9 3 #=1
|
||||
A 0 0 9 0 3 0 PINTYPE=BI
|
||||
P 2 4572000 -254000 4064000 -254000 0 3 0
|
||||
L 3987800 -254000 228600 0 8 0 1 0 GND_&_LID_1
|
||||
A 4216400 -203200 203200 0 3 3 #=2
|
||||
A 0 0 9 0 3 0 PINTYPE=BI
|
||||
P 3 4572000 0 4064000 0 0 3 0
|
||||
L 3987800 0 228600 0 8 0 1 0 CRYSTAL_2
|
||||
A 4216400 50800 203200 0 3 3 #=3
|
||||
A 0 0 9 0 3 0 PINTYPE=BI
|
||||
P 4 0 0 508000 0 0 2 0
|
||||
L 584200 0 228600 0 2 0 1 0 GND_&_LID_2
|
||||
A 355600 50800 203200 0 9 3 #=4
|
||||
A 0 0 9 0 3 0 PINTYPE=BI
|
||||
E
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,341 @@
|
|||
(ftf
|
||||
(header
|
||||
(version 2.0)
|
||||
(unit DBUNIT)
|
||||
)
|
||||
(TechnologyContainer
|
||||
(technology SamacSys_Footprint
|
||||
(footprintLayer
|
||||
(layer Top (type CONDUCTIVE))
|
||||
(layer Inner (type CONDUCTIVE))
|
||||
(layer Bottom (type CONDUCTIVE))
|
||||
(layer Silk-Top (type SYMBOLMARK))
|
||||
(layer Silk-Bottom (type SYMBOLMARK))
|
||||
(layer Resist-Top (type SOLDERRESIST))
|
||||
(layer Resist-Bottom (type SOLDERRESIST))
|
||||
(layer MetalMask-Top (type METALMASK))
|
||||
(layer MetalMask-Bottom (type METALMASK))
|
||||
(layer CompArea-Top (type COMPAREA))
|
||||
(layer CompArea-Bottom (type COMPAREA))
|
||||
(layer Top_Assembly (type SYMBOLMARK))
|
||||
(layer Bottom_Assembly (type SYMBOLMARK))
|
||||
(layer Hole (type HOLE))
|
||||
)
|
||||
)
|
||||
)
|
||||
(footprintContainer
|
||||
(commonParameters
|
||||
(dimensionParameters
|
||||
(arrowLength 100000)
|
||||
(arrowAngle 15.000000)
|
||||
(dotDiameter 100000)
|
||||
(textFrameOffset 100000)
|
||||
(arrowOffset 100000)
|
||||
(dimAssistOffset 100000)
|
||||
(dimLineWidth 10000)
|
||||
(drawTextFrame NO)
|
||||
(textFrameRange ALL)
|
||||
(textClip YES)
|
||||
(standard JIS)
|
||||
)
|
||||
)
|
||||
(padstackGroups
|
||||
(padstackGroup default)
|
||||
)
|
||||
(pads
|
||||
(pad r160_140
|
||||
(cuser "SamacSys")
|
||||
(uuser "SamacSys")
|
||||
(ctime 2017-06-16-12:00:00)
|
||||
(utime 2017-06-16-12:00:00)
|
||||
(photo FLASH)
|
||||
(panelUse NO)
|
||||
(propertyI padShape 5)
|
||||
(propertyI angle 0)
|
||||
(propertyI width 140000)
|
||||
(propertyI height 160000)
|
||||
(propertyI originXOffset 0)
|
||||
(propertyI originYOffset 0)
|
||||
)
|
||||
); End of pads
|
||||
(padstacks
|
||||
(padstack r160_140
|
||||
(cuser "SamacSys")
|
||||
(uuser "SamacSys")
|
||||
(ctime 2017-06-16-12:00:00)
|
||||
(utime 2017-06-16-12:00:00)
|
||||
(type NONPLATED)
|
||||
(throughMode NONTHROUGH)
|
||||
(panelUse NO)
|
||||
(padSet (footLayer Top)
|
||||
(connect (pad r160_140))
|
||||
(noconnect (pad r160_140))
|
||||
)
|
||||
(padSet (footLayer MetalMask-Top)
|
||||
(connect (pad r160_140))
|
||||
)
|
||||
(padSet (footLayer Resist-Top)
|
||||
(connect (pad r160_140))
|
||||
)
|
||||
)
|
||||
); End of padstacks
|
||||
(footprints
|
||||
(footprint "830059522"
|
||||
(polarity YES)
|
||||
(cuser "SamacSys")
|
||||
(uuser "SamacSys")
|
||||
(utime 2021-11-17-06:50:51)
|
||||
(panelUse NO)
|
||||
(heelprint
|
||||
(layout
|
||||
(layer (footLayer Top_Assembly)
|
||||
(line
|
||||
(geometry
|
||||
(line
|
||||
(vertex
|
||||
(pt -250000 160000
|
||||
(width 10000)
|
||||
)
|
||||
(pt 250000 160000
|
||||
(width 10000)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(layer (footLayer Top_Assembly)
|
||||
(line
|
||||
(geometry
|
||||
(line
|
||||
(vertex
|
||||
(pt 250000 160000
|
||||
(width 10000)
|
||||
)
|
||||
(pt 250000 -160000
|
||||
(width 10000)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(layer (footLayer Top_Assembly)
|
||||
(line
|
||||
(geometry
|
||||
(line
|
||||
(vertex
|
||||
(pt 250000 -160000
|
||||
(width 10000)
|
||||
)
|
||||
(pt -250000 -160000
|
||||
(width 10000)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(layer (footLayer Top_Assembly)
|
||||
(line
|
||||
(geometry
|
||||
(line
|
||||
(vertex
|
||||
(pt -250000 -160000
|
||||
(width 10000)
|
||||
)
|
||||
(pt -250000 160000
|
||||
(width 10000)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(layer (footLayer CompArea-Top)
|
||||
(area
|
||||
(geometry
|
||||
(surface
|
||||
(outlineWidth 0)
|
||||
(fillWidth 0)
|
||||
(fillAngle 0.000000)
|
||||
(vertex
|
||||
(pt 370000 285000)
|
||||
(pt 370000 -285000)
|
||||
(pt -370000 -285000)
|
||||
(pt -370000 285000)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(layer (footLayer Silk-Top)
|
||||
(line
|
||||
(geometry
|
||||
(line
|
||||
(vertex
|
||||
(pt -80000 160000
|
||||
(width 20000)
|
||||
)
|
||||
(pt 80000 160000
|
||||
(width 20000)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(layer (footLayer Silk-Top)
|
||||
(line
|
||||
(geometry
|
||||
(line
|
||||
(vertex
|
||||
(pt -80000 -160000
|
||||
(width 20000)
|
||||
)
|
||||
(pt 80000 -160000
|
||||
(width 20000)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(layer (footLayer Silk-Top)
|
||||
(line
|
||||
(geometry
|
||||
(line
|
||||
(vertex
|
||||
(pt -200000 -240000
|
||||
(width 10000)
|
||||
)
|
||||
(pt -200000 -240000
|
||||
(width 10000)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(layer (footLayer Silk-Top)
|
||||
(line
|
||||
(geometry
|
||||
(line
|
||||
(vertex
|
||||
(arc CCW
|
||||
(r 5000)
|
||||
(begin
|
||||
(pt -200000 -240000
|
||||
(width 10000)
|
||||
)
|
||||
)
|
||||
(center 0 1073741824)
|
||||
(end
|
||||
(pt -200000 -230000
|
||||
(width 10000)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(layer (footLayer Silk-Top)
|
||||
(line
|
||||
(geometry
|
||||
(line
|
||||
(vertex
|
||||
(pt -200000 -230000
|
||||
(width 10000)
|
||||
)
|
||||
(pt -200000 -230000
|
||||
(width 10000)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(layer (footLayer Silk-Top)
|
||||
(line
|
||||
(geometry
|
||||
(line
|
||||
(vertex
|
||||
(arc CCW
|
||||
(r 5000)
|
||||
(begin
|
||||
(pt -200000 -230000
|
||||
(width 10000)
|
||||
)
|
||||
)
|
||||
(center 0 -1073741824)
|
||||
(end
|
||||
(pt -200000 -240000
|
||||
(width 10000)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
); End of layout
|
||||
); End of heelprint
|
||||
(toeprint
|
||||
(pin 1
|
||||
(pt -190000 -115000)
|
||||
(layout
|
||||
(layer (FPADSTACK)
|
||||
(fpadstack
|
||||
(pt -190000 -115000)
|
||||
(angle 90)
|
||||
(padstackGroup default (padstack r160_140))
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin 2
|
||||
(pt 190000 -115000)
|
||||
(layout
|
||||
(layer (FPADSTACK)
|
||||
(fpadstack
|
||||
(pt 190000 -115000)
|
||||
(angle 90)
|
||||
(padstackGroup default (padstack r160_140))
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin 3
|
||||
(pt 190000 115000)
|
||||
(layout
|
||||
(layer (FPADSTACK)
|
||||
(fpadstack
|
||||
(pt 190000 115000)
|
||||
(angle 90)
|
||||
(padstackGroup default (padstack r160_140))
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin 4
|
||||
(pt -190000 115000)
|
||||
(layout
|
||||
(layer (FPADSTACK)
|
||||
(fpadstack
|
||||
(pt -190000 115000)
|
||||
(angle 90)
|
||||
(padstackGroup default (padstack r160_140))
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
); End of toeprint
|
||||
(propertyS accurateShape 830059522.stp)
|
||||
); End of footprint
|
||||
); End of footprints
|
||||
); End of footprintContainer
|
||||
); End of ftf
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
(unit MM)
|
||||
|
||||
(package "830059522"
|
||||
(type UNDEF)
|
||||
(uver 2)
|
||||
(cuser "SamacSys")
|
||||
(uuser "SamacSys")
|
||||
(utime 2021-11-17-06:50:51)
|
||||
(mountForm default
|
||||
(footprintRef "830059522")
|
||||
(spec "System")
|
||||
)
|
||||
)
|
|
@ -0,0 +1,74 @@
|
|||
(Japanese_coding: sjis)
|
||||
(function "ECS_15455426"
|
||||
(uver 1)
|
||||
(cuser "SamacSys")
|
||||
(uuser "SamacSys")
|
||||
(ctime 2021-11-17-06:50:51)
|
||||
(utime 2023-03-07-16:10:32)
|
||||
(interface
|
||||
(port "1" (symbPinId 1) (portType INOUT))
|
||||
(port "2" (symbPinId 2) (portType INOUT))
|
||||
(port "3" (symbPinId 3) (portType INOUT))
|
||||
(port "4" (symbPinId 4) (portType INOUT))
|
||||
)
|
||||
(property "symbolName" "830059522")
|
||||
)
|
||||
|
||||
|
||||
(pinAssign "ECS_15455426"
|
||||
(uver 1)
|
||||
(cuser "SamacSys")
|
||||
(uuser "SamacSys")
|
||||
(ctime 2021-11-17-06:50:51)
|
||||
(utime 2023-03-07-16:10:32)
|
||||
(interface
|
||||
(port "1" (symbPinId 1) (portName "CRYSTAL_1") (portType INOUT))
|
||||
(port "2" (symbPinId 2) (portName "GND_&_LID_1") (portType INOUT))
|
||||
(port "3" (symbPinId 3) (portName "CRYSTAL_2") (portType INOUT))
|
||||
(port "4" (symbPinId 4) (portName "GND_&_LID_2") (portType INOUT))
|
||||
)
|
||||
(internal
|
||||
(funcInst (functionRef "ECS_15455426")
|
||||
(port "1" (match "1"))
|
||||
(port "2" (match "2"))
|
||||
(port "3" (match "3"))
|
||||
(port "4" (match "4"))
|
||||
)
|
||||
)
|
||||
(property "usePowerBox" "No")
|
||||
(property "symbolName" "830059522")
|
||||
)
|
||||
|
||||
|
||||
(part "830059522"
|
||||
(uver 1)
|
||||
(cuser "SamacSys")
|
||||
(uuser "SamacSys")
|
||||
(ctime 2021-11-17-06:50:51)
|
||||
(utime 2023-03-07-16:10:32)
|
||||
(packageRef "830059522")
|
||||
(pinAssignRef "ECS_15455426")
|
||||
(interface
|
||||
(port "1" (symbPinId 1) (portName "CRYSTAL_1") (portType INOUT))
|
||||
(port "2" (symbPinId 2) (portName "GND_&_LID_1") (portType INOUT))
|
||||
(port "3" (symbPinId 3) (portName "CRYSTAL_2") (portType INOUT))
|
||||
(port "4" (symbPinId 4) (portName "GND_&_LID_2") (portType INOUT))
|
||||
)
|
||||
(partClass UNDEF)
|
||||
(useInSchema Y)
|
||||
(useInLayout Y)
|
||||
(inPartsList Y)
|
||||
(partType NORMAL)
|
||||
(placeRestriction FREE)
|
||||
(property "enetNonSeries" "YES")
|
||||
(property "refDesPrefix" "Y")
|
||||
(property "description" "https://www.we-online.com/catalog/datasheet/830059522.pdf")
|
||||
(property "Mouser_Part_Number" "710-830059522")
|
||||
(property "Mouser_Price/Stock" "https://www.mouser.co.uk/ProductDetail/Wurth-Elektronik/830059522?qs=2WXlatMagcHZ%2FR%2Fx%2FdehOA%3D%3D")
|
||||
(property "Manufacturer_Name" "Wurth Elektronik")
|
||||
(property "Manufacturer_Part_Number" "830059522")
|
||||
(property "Datasheet_Link" "https://www.we-online.com/catalog/datasheet/830059522.pdf")
|
||||
(property "compAreaTopHeight" 1)
|
||||
)
|
||||
|
||||
|
|
@ -0,0 +1,59 @@
|
|||
LIB 830059522
|
||||
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
|
||||
SHT 1 1 -251658241 0.000 4.000 36.000 6.000
|
||||
PROP 0 updateUser 1
|
||||
SamacSys
|
||||
ENDPROP
|
||||
PROP 0 updateDate 1
|
||||
2023.03.07
|
||||
ENDPROP
|
||||
PROP 0 updateTime 1
|
||||
16:10:32
|
||||
ENDPROP
|
||||
PROP 0 componentType 1
|
||||
parts
|
||||
ENDPROP
|
||||
VIEW 1 1 0 -1 -1 33.000 6.000 0 1.000 3 reference
|
||||
VIEW 1 1 0 -1 -1 33.000 4.000 0 1.000 3 partName
|
||||
ENDSHT
|
||||
LINE 1 -1 -1 -1 -1 -1 -1
|
||||
POINT - 4.000 2.000
|
||||
POINT - 32.000 2.000
|
||||
POINT - 32.000 -4.000
|
||||
POINT - 4.000 -4.000
|
||||
POINT - 4.000 2.000
|
||||
ENDLIN
|
||||
LINE 1 -1 -1 -1 -1 -1 -1
|
||||
POINT - 0.000 -2.000
|
||||
POINT - 4.000 -2.000
|
||||
ENDLIN
|
||||
LINE 1 -1 -1 -1 -1 -1 -1
|
||||
POINT - 36.000 -2.000
|
||||
POINT - 32.000 -2.000
|
||||
ENDLIN
|
||||
LINE 1 -1 -1 -1 -1 -1 -1
|
||||
POINT - 36.000 0.000
|
||||
POINT - 32.000 0.000
|
||||
ENDLIN
|
||||
LINE 1 -1 -1 -1 -1 -1 -1
|
||||
POINT - 0.000 0.000
|
||||
POINT - 4.000 0.000
|
||||
ENDLIN
|
||||
PIN 1 1 0.000 -2.000
|
||||
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
|
||||
ENDPIN
|
||||
PIN 2 1 36.000 -2.000
|
||||
VIEW 1 1 0 -1 -1 33.2 -1.6 0 1.000 0 pinNumber
|
||||
VIEW 2 1 0 -1 -1 31.4 -2 0 1.000 5 pinLabel
|
||||
ENDPIN
|
||||
PIN 3 1 36.000 0.000
|
||||
VIEW 1 1 0 -1 -1 33.2 0.4 0 1.000 0 pinNumber
|
||||
VIEW 2 1 0 -1 -1 31.4 0 0 1.000 5 pinLabel
|
||||
ENDPIN
|
||||
PIN 4 1 0.000 0.000
|
||||
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
|
||||
ENDPIN
|
||||
ENDLIB
|
|
@ -0,0 +1,9 @@
|
|||
Manufacturer=Würth Elektronik
|
||||
PartNumber=830059522
|
||||
PartCategory=Crystal or Oscillator
|
||||
PackageCategory=Other
|
||||
PinCount=4
|
||||
Version=1.2
|
||||
Released=2021-11-17 06:50:51
|
||||
Downloaded=2024-05-10 02:07:07
|
||||
3D=Y
|
|
@ -0,0 +1,34 @@
|
|||
V 54
|
||||
K 1
|
||||
D 0 -254000 4572000 0
|
||||
Y 1
|
||||
U 4191000 762000 254000 0 2 3 REFDES=Y?
|
||||
U 4191000 508000 254000 0 2 3 DEVICE=830059522
|
||||
U 4191000 254000 254000 0 2 0 PKG_TYPE=830059522
|
||||
U 4191000 0 254000 0 2 0 Description=https://www.we-online.com/catalog/datasheet/830059522.pdf
|
||||
U 4191000 -254000 254000 0 2 0 Datasheet Link=https://www.we-online.com/catalog/datasheet/830059522.pdf
|
||||
U 4191000 -508000 254000 0 2 0 Height=1
|
||||
U 4191000 -762000 254000 0 2 0 Mouser Part Number=710-830059522
|
||||
U 4191000 -1016000 254000 0 2 0 Mouser Price/Stock=https://www.mouser.co.uk/ProductDetail/Wurth-Elektronik/830059522?qs=2WXlatMagcHZ%2FR%2Fx%2FdehOA%3D%3D
|
||||
U 4191000 -1270000 254000 0 2 0 Manufacturer_Name=Wurth Elektronik
|
||||
U 4191000 -1524000 254000 0 2 0 Manufacturer_Part_Number=830059522
|
||||
U 0 0 254000 0 1 0 FORWARD_PCB=1
|
||||
l 5 508000 254000 4064000 254000 4064000 -508000 508000 -508000 508000 254000
|
||||
|GRPHSTL -1 -1 -1 1
|
||||
P 1 0 -254000 508000 -254000 0 2 0
|
||||
L 584200 -254000 228600 0 2 0 1 0 CRYSTAL_1
|
||||
A 355600 -203200 203200 0 9 3 #=1
|
||||
A 0 0 9 0 3 0 PINTYPE=BI
|
||||
P 2 4572000 -254000 4064000 -254000 0 3 0
|
||||
L 3987800 -254000 228600 0 8 0 1 0 GND_&_LID_1
|
||||
A 4216400 -203200 203200 0 3 3 #=2
|
||||
A 0 0 9 0 3 0 PINTYPE=BI
|
||||
P 3 4572000 0 4064000 0 0 3 0
|
||||
L 3987800 0 228600 0 8 0 1 0 CRYSTAL_2
|
||||
A 4216400 50800 203200 0 3 3 #=3
|
||||
A 0 0 9 0 3 0 PINTYPE=BI
|
||||
P 4 0 0 508000 0 0 2 0
|
||||
L 584200 0 228600 0 2 0 1 0 GND_&_LID_2
|
||||
A 355600 50800 203200 0 9 3 #=4
|
||||
A 0 0 9 0 3 0 PINTYPE=BI
|
||||
E
|
|
@ -0,0 +1,3 @@
|
|||
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.
|
||||
3. You will not distribute our models in any form useable as a PCB Library Component - except within your own company.
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,6 @@
|
|||
3024
|
||||
Message from SamacSys:
|
||||
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.
|
||||
Source=ms
|
||||
3024/1031803/2.50/8/3/Integrated Circuit
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,6 @@
|
|||
3024
|
||||
Message from SamacSys:
|
||||
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.
|
||||
Source=ms
|
||||
3024/1031803/2.50/8/3/Integrated Circuit
|
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Altium Library Loader</title>
|
||||
</head>
|
||||
<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>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,170 @@
|
|||
(CADSTARSCM
|
||||
(HEADER
|
||||
(FORMAT SYMBOL 2 16)
|
||||
(JOBFILE "")
|
||||
(JOBTITLE "SamacSys ECAD Model")
|
||||
(GENERATOR "3024/1031803/2.50/8/3/Integrated Circuit")
|
||||
(RESOLUTION(METRIC HUNDREDTH MICRON))
|
||||
(TIMESTAMP 2024 05 06 17 34 10)
|
||||
)
|
||||
(ASSIGNMENTS
|
||||
(CODEDEFS
|
||||
(LINECODE LC1 "Line 10" 25400
|
||||
(STYLE SOLID)
|
||||
)
|
||||
(TEXTCODE TC0 "(Pin Name/Number)" 15240 152400 152400)
|
||||
(TEXTCODE TC5 "Text Size 60/43/6" 15240 152400 109220)
|
||||
(TEXTCODE TC8 "Symbol Name" 10000 200000 0
|
||||
(FONT "Arial" 400 0)
|
||||
)
|
||||
(TERMINALCODE TC0 "Terminal"
|
||||
(CROSS 127000 0)
|
||||
)
|
||||
(ATTRNAME AT0 "pcb_zone"
|
||||
(ATTROWNER ALL_ITEMS)
|
||||
)
|
||||
(ATTRNAME AT1 "tolerance"
|
||||
(ATTROWNER ALL_ITEMS)
|
||||
)
|
||||
(ATTRNAME AT2 "voltage"
|
||||
(ATTROWNER ALL_ITEMS)
|
||||
)
|
||||
(ATTRNAME AT3 "wattage"
|
||||
(ATTROWNER ALL_ITEMS)
|
||||
)
|
||||
(ATTRNAME AT4 "Value"
|
||||
(ATTROWNER ALL_ITEMS)
|
||||
)
|
||||
(ATTRNAME AT5 "sim_model"
|
||||
(ATTROWNER ALL_ITEMS)
|
||||
)
|
||||
(ATTRNAME AT6 "Description"
|
||||
(ATTROWNER SYMBOL)
|
||||
)
|
||||
)
|
||||
(GRIDS
|
||||
(WORKINGGRID
|
||||
(STEPGRID "" 50800 50800)
|
||||
)
|
||||
(SCREENGRID
|
||||
(STEPGRID "(Screen Grid)" 254000 254000)
|
||||
)
|
||||
)
|
||||
(SETTINGS
|
||||
(UNITS THOU)
|
||||
(UNITSPRECISION 1)
|
||||
(INTERLINEGAP 0)
|
||||
(BARLINEGAP 0)
|
||||
(ALLOWBARTEXT)
|
||||
(DESIGNORIGIN (PT 0 0))
|
||||
(DESIGNAREA (PT 0 0) (PT 100000000 100000000))
|
||||
(DESIGNLIMIT (PT 100000000 100000000))
|
||||
(ANGULARPRECISION 1)
|
||||
)
|
||||
)
|
||||
(DEFAULTS
|
||||
(DFLTSHAPETYPE OUTLINE)
|
||||
(OUTLDFLTS LC1
|
||||
(CLEAR)
|
||||
)
|
||||
(TEXTDFLTS TC5)
|
||||
(ORIGINDFLTS TC8)
|
||||
(ATTRDFLTS TC8)
|
||||
(PINNOOFFSET 50800)
|
||||
(PINNOANGLE 0)
|
||||
)
|
||||
(LIBRARY
|
||||
(SYMDEF L0 "AD623ARMZ" "" (PT 4572000 6096000)
|
||||
(VERSION 1)
|
||||
(FIGURE FIG0 LC1 NO_SHEET
|
||||
(OPENSHAPE (PT 5080000 6350000) (PT 7366000 6350000) (PT 7366000 5080000) (PT 5080000 5080000) (PT 5080000 6350000))
|
||||
)
|
||||
(FIGURE FIG1 LC1 NO_SHEET
|
||||
(OPENSHAPE (PT 4572000 6096000) (PT 5080000 6096000))
|
||||
)
|
||||
(FIGURE FIG2 LC1 NO_SHEET
|
||||
(OPENSHAPE (PT 4572000 5842000) (PT 5080000 5842000))
|
||||
)
|
||||
(FIGURE FIG3 LC1 NO_SHEET
|
||||
(OPENSHAPE (PT 4572000 5588000) (PT 5080000 5588000))
|
||||
)
|
||||
(FIGURE FIG4 LC1 NO_SHEET
|
||||
(OPENSHAPE (PT 4572000 5334000) (PT 5080000 5334000))
|
||||
)
|
||||
(FIGURE FIG5 LC1 NO_SHEET
|
||||
(OPENSHAPE (PT 7874000 6096000) (PT 7366000 6096000))
|
||||
)
|
||||
(FIGURE FIG6 LC1 NO_SHEET
|
||||
(OPENSHAPE (PT 7874000 5842000) (PT 7366000 5842000))
|
||||
)
|
||||
(FIGURE FIG7 LC1 NO_SHEET
|
||||
(OPENSHAPE (PT 7874000 5588000) (PT 7366000 5588000))
|
||||
)
|
||||
(FIGURE FIG8 LC1 NO_SHEET
|
||||
(OPENSHAPE (PT 7874000 5334000) (PT 7366000 5334000))
|
||||
)
|
||||
(TERMINAL 1 TC0 (PT 4572000 6096000))
|
||||
(TERMINAL 2 TC0 (PT 4572000 5842000))
|
||||
(TERMINAL 3 TC0 (PT 4572000 5588000))
|
||||
(TERMINAL 4 TC0 (PT 4572000 5334000))
|
||||
(TERMINAL 5 TC0 (PT 7874000 6096000))
|
||||
(TERMINAL 6 TC0 (PT 7874000 5842000))
|
||||
(TERMINAL 7 TC0 (PT 7874000 5588000))
|
||||
(TERMINAL 8 TC0 (PT 7874000 5334000))
|
||||
(TEXTLOC SYMBOL_NAME TC8 (PT 7493000 6858000)
|
||||
(ALIGN CENTERLEFT)
|
||||
)
|
||||
(TEXTLOC PART_NAME TC8 (PT 7493000 6604000)
|
||||
(ALIGN CENTERLEFT)
|
||||
)
|
||||
(PINNUMNAMELOC 1 TC8 (PT 4927600 6096000)
|
||||
(ALIGN BOTTOMRIGHT)
|
||||
)
|
||||
(PINNUMNAMELOC 2 TC8 (PT 4927600 5842000)
|
||||
(ALIGN BOTTOMRIGHT)
|
||||
)
|
||||
(PINNUMNAMELOC 3 TC8 (PT 4927600 5588000)
|
||||
(ALIGN BOTTOMRIGHT)
|
||||
)
|
||||
(PINNUMNAMELOC 4 TC8 (PT 4927600 5334000)
|
||||
(ALIGN BOTTOMRIGHT)
|
||||
)
|
||||
(PINNUMNAMELOC 5 TC8 (PT 7518400 6096000)
|
||||
(ALIGN BOTTOMLEFT)
|
||||
)
|
||||
(PINNUMNAMELOC 6 TC8 (PT 7518400 5842000)
|
||||
(ALIGN BOTTOMLEFT)
|
||||
)
|
||||
(PINNUMNAMELOC 7 TC8 (PT 7518400 5588000)
|
||||
(ALIGN BOTTOMLEFT)
|
||||
)
|
||||
(PINNUMNAMELOC 8 TC8 (PT 7518400 5334000)
|
||||
(ALIGN BOTTOMLEFT)
|
||||
)
|
||||
(PINLABELLOC 1 TC8 (PT 5156200 6096000)
|
||||
(ALIGN CENTERLEFT)
|
||||
)
|
||||
(PINLABELLOC 2 TC8 (PT 5156200 5842000)
|
||||
(ALIGN CENTERLEFT)
|
||||
)
|
||||
(PINLABELLOC 3 TC8 (PT 5156200 5588000)
|
||||
(ALIGN CENTERLEFT)
|
||||
)
|
||||
(PINLABELLOC 4 TC8 (PT 5156200 5334000)
|
||||
(ALIGN CENTERLEFT)
|
||||
)
|
||||
(PINLABELLOC 5 TC8 (PT 7289800 6096000)
|
||||
(ALIGN CENTERRIGHT)
|
||||
)
|
||||
(PINLABELLOC 6 TC8 (PT 7289800 5842000)
|
||||
(ALIGN CENTERRIGHT)
|
||||
)
|
||||
(PINLABELLOC 7 TC8 (PT 7289800 5588000)
|
||||
(ALIGN CENTERRIGHT)
|
||||
)
|
||||
(PINLABELLOC 8 TC8 (PT 7289800 5334000)
|
||||
(ALIGN CENTERRIGHT)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
|
@ -0,0 +1,16 @@
|
|||
.AD623ARMZ :1 ;AD623ARMZ, Instrumention Amplifier, 0.5mV Offset, 70dB CMRR, Rail-Rail Output, 3, 5, 9V, 8-Pin MSOP
|
||||
SOP65P490X110-8N
|
||||
*STM IC
|
||||
*NGS
|
||||
*PLB 1="-RG" 2="-IN" 3="+IN" 4="-VS" 5="REF" 6="OUTPUT" 7="+VS" 8="+RG"
|
||||
*MXP 8
|
||||
*DFN AD623ARMZ
|
||||
~!Mouser Part Number (584-AD623ARMZ)
|
||||
~!Link Mouser Price/Stock (https://www.mouser.co.uk/ProductDetail/Analog-Devices/AD623ARMZ?qs=NmRFExCfTkHh9YiJNpc9iA%3D%3D)
|
||||
~!Manufacturer_Name (Analog Devices)
|
||||
~!Manufacturer_Part_Number (AD623ARMZ)
|
||||
~!Link Datasheet (http://www.analog.com/static/imported-files/data_sheets/AD623.pdf)
|
||||
~!Height (1.1mm)
|
||||
~!3D_Model (AD623ARMZ)
|
||||
AD623ARMZ
|
||||
1.1!U 2.1!U 3.1!U 4.1!U 8.1!U 7.1!U 6.1!U 5.1!U
|
|
@ -0,0 +1,214 @@
|
|||
(CADSTARPCB
|
||||
(HEADER
|
||||
(FORMAT LIBRARY 2 18)
|
||||
(JOBFILE "")
|
||||
(JOBTITLE "")
|
||||
(GENERATOR "")
|
||||
(RESOLUTION
|
||||
(METRIC HUNDREDTH MICRON)
|
||||
)
|
||||
(TIMESTAMP 2024 05 06 17 34 10)
|
||||
)
|
||||
(ASSIGNMENTS
|
||||
(LAYERDEFS
|
||||
(LAYERSTACK LAY7 LAY9 LAY12 LAY14 LAY18 LAY10 LAY16 LAY6 LAY8 LAY17
|
||||
LAY11 LAY19 LAY15 LAY13
|
||||
)
|
||||
(LAYER LAY0 "(All Layers)"
|
||||
(ALLLAYER)
|
||||
)
|
||||
(LAYER LAY1 "(All Electrical Layers)"
|
||||
(ALLELEC)
|
||||
)
|
||||
(LAYER LAY2 "(All Documentation Layers)"
|
||||
(ALLDOC)
|
||||
)
|
||||
(LAYER LAY3 "(Undefined)"
|
||||
(NOLAYER)
|
||||
)
|
||||
(LAYER LAY4 "(Component Copper)"
|
||||
(ASSCOMPCOPP)
|
||||
)
|
||||
(LAYER LAY5 "(Jumper)"
|
||||
(JUMPERLAYER)
|
||||
)
|
||||
(LAYER LAY6 "Top Elec"
|
||||
(ELEC 1
|
||||
(BIAS UNBIASED)
|
||||
(LAYERHEIGHT 0)
|
||||
)
|
||||
)
|
||||
(LAYER LAY7 "Construction"
|
||||
(DOC)
|
||||
)
|
||||
(LAYER LAY8 "Bottom Elec"
|
||||
(ELEC 2
|
||||
(BIAS UNBIASED)
|
||||
(LAYERHEIGHT 0)
|
||||
)
|
||||
)
|
||||
(LAYER LAY9 "Drill Drawing"
|
||||
(DOC)
|
||||
)
|
||||
(LAYER LAY10 "Top silk"
|
||||
(NONELEC 1)
|
||||
(LASUBTYP LAYERSUBTYPE_SILKSCREEN)
|
||||
)
|
||||
(LAYER LAY11 "Bottom silk"
|
||||
(NONELEC 2)
|
||||
(LASUBTYP LAYERSUBTYPE_SILKSCREEN)
|
||||
)
|
||||
(LAYER LAY12 "Top Placement"
|
||||
(NONELEC 1)
|
||||
(LASUBTYP LAYERSUBTYPE_PLACEMENT)
|
||||
)
|
||||
(LAYER LAY13 "Bottom Placement"
|
||||
(NONELEC 2)
|
||||
(LASUBTYP LAYERSUBTYPE_PLACEMENT)
|
||||
)
|
||||
(LAYER LAY14 "Top Assembly"
|
||||
(NONELEC 1)
|
||||
(LASUBTYP LAYERSUBTYPE_ASSEMBLY)
|
||||
)
|
||||
(LAYER LAY15 "Bottom Assembly"
|
||||
(NONELEC 2)
|
||||
(LASUBTYP LAYERSUBTYPE_ASSEMBLY)
|
||||
)
|
||||
(LAYER LAY16 "Top Solder Resist"
|
||||
(NONELEC 1)
|
||||
(LASUBTYP LAYERSUBTYPE_SOLDERRESIST)
|
||||
)
|
||||
(LAYER LAY17 "Bottom Solder Resist"
|
||||
(NONELEC 2)
|
||||
(LASUBTYP LAYERSUBTYPE_SOLDERRESIST)
|
||||
)
|
||||
(LAYER LAY18 "Top Paste"
|
||||
(NONELEC 1)
|
||||
(LASUBTYP LAYERSUBTYPE_PASTE)
|
||||
)
|
||||
(LAYER LAY19 "Bottom Paste"
|
||||
(NONELEC 2)
|
||||
(LASUBTYP LAYERSUBTYPE_PASTE)
|
||||
)
|
||||
)
|
||||
(CODEDEFS
|
||||
(LINECODE LC11 "Silkscreen Outline 1" 2540
|
||||
(STYLE SOLID)
|
||||
)
|
||||
(LINECODE LC14 "Assembly Outline 1" 2540
|
||||
(STYLE SOLID)
|
||||
)
|
||||
(LINECODE LC15 "Placement Outline 1" 2540
|
||||
(STYLE SOLID)
|
||||
)
|
||||
(TEXTCODE TC10 "Component Name" 3000 60000 40000)
|
||||
(SPACINGCODE P_P 100000)
|
||||
(SPACINGCODE P_C 100000)
|
||||
(SPACINGCODE C_C 100000)
|
||||
(SPACINGCODE H_H 100000)
|
||||
(PADCODE PC0 "r145_45"
|
||||
(RECTANGLE 45000 50000 50000)
|
||||
)
|
||||
(ATTRNAME AT0 "Component Category"
|
||||
(ATTROWNER COMPONENT)
|
||||
)
|
||||
(ATTRNAME AT1 "assembly_name"
|
||||
(ATTROWNER COMPONENT)
|
||||
)
|
||||
(ATTRNAME AT2 "Value"
|
||||
(ATTROWNER COMPONENT)
|
||||
)
|
||||
(ATTRNAME AT3 "thm_power_diss"
|
||||
(ATTROWNER COMPONENT)
|
||||
)
|
||||
(ATTRNAME AT4 "placement"
|
||||
(ATTROWNER COMPONENT)
|
||||
)
|
||||
(ATTRNAME AT5 "silkscrn_name"
|
||||
(ATTROWNER COMPONENT)
|
||||
)
|
||||
(ATTRNAME AT6 "Manufacturers Part Number"
|
||||
(ATTROWNER COMPONENT)
|
||||
)
|
||||
(ATTRNAME AT7 "Height"
|
||||
(ATTROWNER SYMDEF)
|
||||
)
|
||||
(ATTRNAME AT8 "Drawing_Name"
|
||||
(ATTROWNER DOCSYMBOL)
|
||||
)
|
||||
(ATTRNAME AT9 "Client"
|
||||
(ATTROWNER DOCSYMBOL)
|
||||
)
|
||||
(ATTRNAME AT10 "RefDes"
|
||||
(ATTROWNER COMPONENT)
|
||||
)
|
||||
)
|
||||
(TECHNOLOGY
|
||||
(UNITS MM)
|
||||
(UNITSPRECISION 2)
|
||||
(INTERLINEGAP 20)
|
||||
(BARLINEGAP 20)
|
||||
(ALLOWBARTEXT)
|
||||
(ANGULARPRECISION 1)
|
||||
(MAXPHYSLAYER 2)
|
||||
(DESIGNORIGIN (PT 0 0))
|
||||
(DESIGNAREA (PT 0 0) (PT 100000000 100000000))
|
||||
(PINNOOFFSET 50800)
|
||||
(PINNOANGLE 0)
|
||||
(DESIGNLIMIT (PT 100000000 100000000))
|
||||
)
|
||||
)
|
||||
(LIBRARY
|
||||
(HIERARCHY
|
||||
(ROOTFOLDER F0 "root"
|
||||
(SYMDEFLIST L0)
|
||||
)
|
||||
)
|
||||
(SYMDEF L0 "SOP65P490X110-8N" "" (PT 50000000 50000000)
|
||||
(VERSION 1)
|
||||
(FIGURE FIG0 LC15 LAY12
|
||||
(OUTLINE (PT 49680000 50185000) (PT 50320000 50185000) (PT 50320000 49815000) (PT 49680000 49815000) (PT 49680000 50185000))
|
||||
)
|
||||
(FIGURE FIG1 LC14 LAY14
|
||||
(OUTLINE (PT 49850000 50150000) (PT 50150000 50150000) (PT 50150000 49850000) (PT 49850000 49850000) (PT 49850000 50150000))
|
||||
)
|
||||
(FIGURE FIG2 LC14 LAY14
|
||||
(OPENSHAPE (PT 49850000 50085000) (PT 49915000 50150000))
|
||||
)
|
||||
(FIGURE FIG3 LC11 LAY10
|
||||
(OUTLINE (PT 49885000 50150000) (PT 50115000 50150000) (PT 50115000 49850000) (PT 49885000 49850000) (PT 49885000 50150000))
|
||||
)
|
||||
(FIGURE FIG4 LC11 LAY10
|
||||
(OPENSHAPE (PT 49705000 50155000) (PT 49850000 50155000))
|
||||
)
|
||||
(PAD 1 (PT 49777500 50097500) PC0 TOP
|
||||
(FIRSTPAD)
|
||||
(PADIDENTIFIER "1")
|
||||
)
|
||||
(PAD 2 (PT 49777500 50032500) PC0 TOP
|
||||
(PADIDENTIFIER "2")
|
||||
)
|
||||
(PAD 3 (PT 49777500 49967500) PC0 TOP
|
||||
(PADIDENTIFIER "3")
|
||||
)
|
||||
(PAD 4 (PT 49777500 49902500) PC0 TOP
|
||||
(PADIDENTIFIER "4")
|
||||
)
|
||||
(PAD 5 (PT 50222500 49902500) PC0 TOP
|
||||
(PADIDENTIFIER "5")
|
||||
)
|
||||
(PAD 6 (PT 50222500 49967500) PC0 TOP
|
||||
(PADIDENTIFIER "6")
|
||||
)
|
||||
(PAD 7 (PT 50222500 50032500) PC0 TOP
|
||||
(PADIDENTIFIER "7")
|
||||
)
|
||||
(PAD 8 (PT 50222500 50097500) PC0 TOP
|
||||
(PADIDENTIFIER "8")
|
||||
)
|
||||
(TEXTLOC COMP_NAME TC10 LAY10 (PT 50000000 50000000)
|
||||
(ALIGN CENTERCENTER)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
|
@ -0,0 +1,27 @@
|
|||
(part "AD623ARMZ"
|
||||
(packageRef "SOP65P490X110-8N")
|
||||
(interface
|
||||
(port "1" (symbPinId 1) (portName "–RG") (portType INOUT))
|
||||
(port "2" (symbPinId 2) (portName "–IN") (portType INOUT))
|
||||
(port "3" (symbPinId 3) (portName "+IN") (portType INOUT))
|
||||
(port "4" (symbPinId 4) (portName "–VS") (portType INOUT))
|
||||
(port "5" (symbPinId 5) (portName "REF") (portType INOUT))
|
||||
(port "6" (symbPinId 6) (portName "OUTPUT") (portType INOUT))
|
||||
(port "7" (symbPinId 7) (portName "+VS") (portType INOUT))
|
||||
(port "8" (symbPinId 8) (portName "+RG") (portType INOUT))
|
||||
)
|
||||
(partClass UNDEF)
|
||||
(useInSchema Y)
|
||||
(useInLayout Y)
|
||||
(inPartsList Y)
|
||||
(partType NORMAL)
|
||||
(placeRestriction FREE)
|
||||
(property "compKind" "101")
|
||||
(property "Mouser_Part_Number" "584-AD623ARMZ")
|
||||
(property "Mouser_Price/Stock" "https://www.mouser.co.uk/ProductDetail/Analog-Devices/AD623ARMZ?qs=NmRFExCfTkHh9YiJNpc9iA%3D%3D")
|
||||
(property "Manufacturer_Name" "Analog Devices")
|
||||
(property "Manufacturer_Part_Number" "AD623ARMZ")
|
||||
(property "Description" "AD623ARMZ, Instrumention Amplifier, 0.5mV Offset, 70dB CMRR, Rail-Rail Output, 3, 5, 9V, 8-Pin MSOP")
|
||||
(property "Datasheet_Link" "http://www.analog.com/static/imported-files/data_sheets/AD623.pdf")
|
||||
(property "symbolName1" "AD623ARMZ")
|
||||
)
|
|
@ -0,0 +1,136 @@
|
|||
LIB AD623ARMZ
|
||||
ZONE 1 2 1 50.000 50.000 0.000 0.000 0 A 1
|
||||
GRID 1 1 1 1 1 1 1 4
|
||||
SHT 1 1 1 0 8 26 10
|
||||
PROP 0 componentType 1
|
||||
parts
|
||||
ENDPROP
|
||||
PROP 0 componentKind 1
|
||||
101
|
||||
ENDPROP
|
||||
PROP 0 partName 1
|
||||
AD623ARMZ
|
||||
ENDPROP
|
||||
VIEW 1 1 0 -1 -1 23 6 0 1.000 3 reference
|
||||
VIEW 1 1 0 -1 -1 23 4 0 1.000 3 partName
|
||||
ENDSHT
|
||||
LINE 1 -1 -1 -1 0 0 0
|
||||
POINT - 4 2
|
||||
POINT - 22 2
|
||||
POINT - 22 -8
|
||||
POINT - 4 -8
|
||||
POINT - 4 2
|
||||
ENDLIN
|
||||
LINE 1 -1 -1 -1 -1 -1 -1
|
||||
POINT - 0 0
|
||||
POINT - 4 0
|
||||
ENDLIN
|
||||
LINE 1 -1 -1 -1 -1 -1 -1
|
||||
POINT - 0 -2
|
||||
POINT - 4 -2
|
||||
ENDLIN
|
||||
LINE 1 -1 -1 -1 -1 -1 -1
|
||||
POINT - 0 -4
|
||||
POINT - 4 -4
|
||||
ENDLIN
|
||||
LINE 1 -1 -1 -1 -1 -1 -1
|
||||
POINT - 0 -6
|
||||
POINT - 4 -6
|
||||
ENDLIN
|
||||
LINE 1 -1 -1 -1 -1 -1 -1
|
||||
POINT - 26 0
|
||||
POINT - 22 0
|
||||
ENDLIN
|
||||
LINE 1 -1 -1 -1 -1 -1 -1
|
||||
POINT - 26 -2
|
||||
POINT - 22 -2
|
||||
ENDLIN
|
||||
LINE 1 -1 -1 -1 -1 -1 -1
|
||||
POINT - 26 -4
|
||||
POINT - 22 -4
|
||||
ENDLIN
|
||||
LINE 1 -1 -1 -1 -1 -1 -1
|
||||
POINT - 26 -6
|
||||
POINT - 22 -6
|
||||
ENDLIN
|
||||
PIN 1 1 0 0
|
||||
PROP 0 pinLabel 1
|
||||
-RG
|
||||
ENDPROP
|
||||
PROP 0 pinNumber 1
|
||||
1
|
||||
ENDPROP
|
||||
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
|
||||
ENDPIN
|
||||
PIN 2 1 0 -2
|
||||
PROP 0 pinLabel 1
|
||||
-IN
|
||||
ENDPROP
|
||||
PROP 0 pinNumber 1
|
||||
2
|
||||
ENDPROP
|
||||
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
|
||||
ENDPIN
|
||||
PIN 3 1 0 -4
|
||||
PROP 0 pinLabel 1
|
||||
+IN
|
||||
ENDPROP
|
||||
PROP 0 pinNumber 1
|
||||
3
|
||||
ENDPROP
|
||||
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
|
||||
ENDPIN
|
||||
PIN 4 1 0 -6
|
||||
PROP 0 pinLabel 1
|
||||
-VS
|
||||
ENDPROP
|
||||
PROP 0 pinNumber 1
|
||||
4
|
||||
ENDPROP
|
||||
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
|
||||
ENDPIN
|
||||
PIN 5 1 26 0
|
||||
PROP 0 pinLabel 1
|
||||
+RG
|
||||
ENDPROP
|
||||
PROP 0 pinNumber 1
|
||||
8
|
||||
ENDPROP
|
||||
VIEW 1 1 0 -1 -1 23.2 0.4 0 1.000 0 pinNumber
|
||||
VIEW 2 1 0 -1 -1 21.4 0 0 1.000 5 pinLabel
|
||||
ENDPIN
|
||||
PIN 6 1 26 -2
|
||||
PROP 0 pinLabel 1
|
||||
+VS
|
||||
ENDPROP
|
||||
PROP 0 pinNumber 1
|
||||
7
|
||||
ENDPROP
|
||||
VIEW 1 1 0 -1 -1 23.2 -1.6 0 1.000 0 pinNumber
|
||||
VIEW 2 1 0 -1 -1 21.4 -2 0 1.000 5 pinLabel
|
||||
ENDPIN
|
||||
PIN 7 1 26 -4
|
||||
PROP 0 pinLabel 1
|
||||
OUTPUT
|
||||
ENDPROP
|
||||
PROP 0 pinNumber 1
|
||||
6
|
||||
ENDPROP
|
||||
VIEW 1 1 0 -1 -1 23.2 -3.6 0 1.000 0 pinNumber
|
||||
VIEW 2 1 0 -1 -1 21.4 -4 0 1.000 5 pinLabel
|
||||
ENDPIN
|
||||
PIN 8 1 26 -6
|
||||
PROP 0 pinLabel 1
|
||||
REF
|
||||
ENDPROP
|
||||
PROP 0 pinNumber 1
|
||||
5
|
||||
ENDPROP
|
||||
VIEW 1 1 0 -1 -1 23.2 -5.6 0 1.000 0 pinNumber
|
||||
VIEW 2 1 0 -1 -1 21.4 -6 0 1.000 5 pinLabel
|
||||
ENDPIN
|
||||
ENDLIB
|
|
@ -0,0 +1,369 @@
|
|||
(ftf
|
||||
(header
|
||||
(version 2.0)
|
||||
(unit DBUNIT)
|
||||
)
|
||||
(TechnologyContainer
|
||||
(technology SamacSys_Footprint
|
||||
(footprintLayer
|
||||
(layer Top (type Conductive))
|
||||
(layer Inner (type Conductive))
|
||||
(layer Bottom (type Conductive))
|
||||
(layer Silk-Top (type Symbolmark))
|
||||
(layer Silk-Bottom (type Symbolmark))
|
||||
(layer Resist-Top (type Solderresist))
|
||||
(layer Resist-Bottom (type Solderresist))
|
||||
(layer MetalMask-Top (type Metalmask))
|
||||
(layer MetalMask-Bottom (type Metalmask))
|
||||
(layer CompArea-Top (type Comparea))
|
||||
(layer CompArea-Bottom (type Comparea))
|
||||
(layer Assembly-Top (type Undefined))
|
||||
(layer Assembly-Bottom (type Undefined))
|
||||
(layer Hole (type Hole))
|
||||
)
|
||||
)
|
||||
)
|
||||
(footprintContainer
|
||||
(commonParameters
|
||||
(dimensionParameters
|
||||
(arrowLength 100000)
|
||||
(arrowAngle 15.000000)
|
||||
(dotDiameter 100000)
|
||||
(textFrameOffset 100000)
|
||||
(arrowOffset 100000)
|
||||
(dimAssistOffset 100000)
|
||||
(dimLineWidth 10000)
|
||||
(drawTextFrame NO)
|
||||
(textFrameRange ALL)
|
||||
(textClip NO)
|
||||
(standard JIS)
|
||||
)
|
||||
)
|
||||
(padstackGroups
|
||||
(padstackGroup default)
|
||||
)
|
||||
(pads
|
||||
(pad r145_45
|
||||
(photo FLASH)
|
||||
(panelUse NO)
|
||||
(geometry
|
||||
(rectangle
|
||||
(pt 0 0)
|
||||
(width 45000)
|
||||
(height 145000)
|
||||
(rAngle 0.000000)
|
||||
(outlineWidth 0)
|
||||
(fillWidth 0)
|
||||
(fillAngle 0.000000)
|
||||
)
|
||||
)
|
||||
)
|
||||
); End of pads
|
||||
(padstacks
|
||||
(padstack r145_45
|
||||
(type NONPLATED)
|
||||
(throughMode NONTHROUGH)
|
||||
(panelUse NO)
|
||||
(padSet (footLayer Top)
|
||||
(connect (pad r145_45))
|
||||
(noconnect (pad r145_45))
|
||||
)
|
||||
(padSet (footLayer Resist-Top)
|
||||
(connect (pad r145_45))
|
||||
(noconnect (pad r145_45))
|
||||
)
|
||||
(padSet (footLayer MetalMask-Top)
|
||||
(connect (pad r145_45))
|
||||
(noconnect (pad r145_45))
|
||||
)
|
||||
)
|
||||
); End of padstacks
|
||||
(footprints
|
||||
(footprint "SOP65P490X110-8N"
|
||||
(polarity YES)
|
||||
(panelUse NO)
|
||||
(heelprint
|
||||
(layout
|
||||
(layer (footLayer CompArea-Top)
|
||||
(area
|
||||
(geometry
|
||||
(surface
|
||||
(outlineWidth 0)
|
||||
(fillWidth 0)
|
||||
(fillAngle 0.000000)
|
||||
(vertex
|
||||
(pt 320000 185000)
|
||||
(pt 320000 -185000)
|
||||
(pt -320000 -185000)
|
||||
(pt -320000 185000)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(layer (footLayer Assembly-Top)
|
||||
(line
|
||||
(geometry
|
||||
(line
|
||||
(vertex
|
||||
(pt -150000 150000
|
||||
(width 10000)
|
||||
)
|
||||
(pt 150000 150000
|
||||
(width 10000)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(layer (footLayer Assembly-Top)
|
||||
(line
|
||||
(geometry
|
||||
(line
|
||||
(vertex
|
||||
(pt 150000 150000
|
||||
(width 10000)
|
||||
)
|
||||
(pt 150000 -150000
|
||||
(width 10000)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(layer (footLayer Assembly-Top)
|
||||
(line
|
||||
(geometry
|
||||
(line
|
||||
(vertex
|
||||
(pt 150000 -150000
|
||||
(width 10000)
|
||||
)
|
||||
(pt -150000 -150000
|
||||
(width 10000)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(layer (footLayer Assembly-Top)
|
||||
(line
|
||||
(geometry
|
||||
(line
|
||||
(vertex
|
||||
(pt -150000 -150000
|
||||
(width 10000)
|
||||
)
|
||||
(pt -150000 150000
|
||||
(width 10000)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(layer (footLayer Assembly-Top)
|
||||
(line
|
||||
(geometry
|
||||
(line
|
||||
(vertex
|
||||
(pt -150000 85000
|
||||
(width 10000)
|
||||
)
|
||||
(pt -85000 150000
|
||||
(width 10000)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(layer (footLayer Silk-Top)
|
||||
(line
|
||||
(geometry
|
||||
(line
|
||||
(vertex
|
||||
(pt -115000 150000
|
||||
(width 20000)
|
||||
)
|
||||
(pt 115000 150000
|
||||
(width 20000)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(layer (footLayer Silk-Top)
|
||||
(line
|
||||
(geometry
|
||||
(line
|
||||
(vertex
|
||||
(pt 115000 150000
|
||||
(width 20000)
|
||||
)
|
||||
(pt 115000 -150000
|
||||
(width 20000)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(layer (footLayer Silk-Top)
|
||||
(line
|
||||
(geometry
|
||||
(line
|
||||
(vertex
|
||||
(pt 115000 -150000
|
||||
(width 20000)
|
||||
)
|
||||
(pt -115000 -150000
|
||||
(width 20000)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(layer (footLayer Silk-Top)
|
||||
(line
|
||||
(geometry
|
||||
(line
|
||||
(vertex
|
||||
(pt -115000 -150000
|
||||
(width 20000)
|
||||
)
|
||||
(pt -115000 150000
|
||||
(width 20000)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(layer (footLayer Silk-Top)
|
||||
(line
|
||||
(geometry
|
||||
(line
|
||||
(vertex
|
||||
(pt -295000 155000
|
||||
(width 20000)
|
||||
)
|
||||
(pt -150000 155000
|
||||
(width 20000)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
); End of layout
|
||||
); End of heelprint
|
||||
(toeprint
|
||||
(pin 1
|
||||
(pt -222500 97500)
|
||||
(layout
|
||||
(layer (FPADSTACK)
|
||||
(fpadstack
|
||||
(pt -222500 97500)
|
||||
(angle 90)
|
||||
(padstackGroup default (padstack r145_45))
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin 2
|
||||
(pt -222500 32500)
|
||||
(layout
|
||||
(layer (FPADSTACK)
|
||||
(fpadstack
|
||||
(pt -222500 32500)
|
||||
(angle 90)
|
||||
(padstackGroup default (padstack r145_45))
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin 3
|
||||
(pt -222500 -32500)
|
||||
(layout
|
||||
(layer (FPADSTACK)
|
||||
(fpadstack
|
||||
(pt -222500 -32500)
|
||||
(angle 90)
|
||||
(padstackGroup default (padstack r145_45))
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin 4
|
||||
(pt -222500 -97500)
|
||||
(layout
|
||||
(layer (FPADSTACK)
|
||||
(fpadstack
|
||||
(pt -222500 -97500)
|
||||
(angle 90)
|
||||
(padstackGroup default (padstack r145_45))
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin 5
|
||||
(pt 222500 -97500)
|
||||
(layout
|
||||
(layer (FPADSTACK)
|
||||
(fpadstack
|
||||
(pt 222500 -97500)
|
||||
(angle 90)
|
||||
(padstackGroup default (padstack r145_45))
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin 6
|
||||
(pt 222500 -32500)
|
||||
(layout
|
||||
(layer (FPADSTACK)
|
||||
(fpadstack
|
||||
(pt 222500 -32500)
|
||||
(angle 90)
|
||||
(padstackGroup default (padstack r145_45))
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin 7
|
||||
(pt 222500 32500)
|
||||
(layout
|
||||
(layer (FPADSTACK)
|
||||
(fpadstack
|
||||
(pt 222500 32500)
|
||||
(angle 90)
|
||||
(padstackGroup default (padstack r145_45))
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin 8
|
||||
(pt 222500 97500)
|
||||
(layout
|
||||
(layer (FPADSTACK)
|
||||
(fpadstack
|
||||
(pt 222500 97500)
|
||||
(angle 90)
|
||||
(padstackGroup default (padstack r145_45))
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
); End of toeprint
|
||||
(propertyS accurateShape AD623ARMZ.stp)
|
||||
); End of footprint
|
||||
); End of footprints
|
||||
); End of footprintContainer
|
||||
); End of ftf
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
(unit MM)
|
||||
|
||||
(package "SOP65P490X110-8N"
|
||||
(type UNDEF)
|
||||
(uver 2)
|
||||
(mountForm default
|
||||
(footprintRef "SOP65P490X110-8N")
|
||||
(spec "default")
|
||||
)
|
||||
)
|
|
@ -0,0 +1,27 @@
|
|||
(part "AD623ARMZ"
|
||||
(packageRef "SOP65P490X110-8N")
|
||||
(interface
|
||||
(port "1" (symbPinId 1) (portName "–RG") (portType INOUT))
|
||||
(port "2" (symbPinId 2) (portName "–IN") (portType INOUT))
|
||||
(port "3" (symbPinId 3) (portName "+IN") (portType INOUT))
|
||||
(port "4" (symbPinId 4) (portName "–VS") (portType INOUT))
|
||||
(port "5" (symbPinId 5) (portName "REF") (portType INOUT))
|
||||
(port "6" (symbPinId 6) (portName "OUTPUT") (portType INOUT))
|
||||
(port "7" (symbPinId 7) (portName "+VS") (portType INOUT))
|
||||
(port "8" (symbPinId 8) (portName "+RG") (portType INOUT))
|
||||
)
|
||||
(partClass UNDEF)
|
||||
(useInSchema Y)
|
||||
(useInLayout Y)
|
||||
(inPartsList Y)
|
||||
(partType NORMAL)
|
||||
(placeRestriction FREE)
|
||||
(property "compKind" "101")
|
||||
(property "Mouser_Part_Number" "584-AD623ARMZ")
|
||||
(property "Mouser_Price/Stock" "https://www.mouser.co.uk/ProductDetail/Analog-Devices/AD623ARMZ?qs=NmRFExCfTkHh9YiJNpc9iA%3D%3D")
|
||||
(property "Manufacturer_Name" "Analog Devices")
|
||||
(property "Manufacturer_Part_Number" "AD623ARMZ")
|
||||
(property "Description" "AD623ARMZ, Instrumention Amplifier, 0.5mV Offset, 70dB CMRR, Rail-Rail Output, 3, 5, 9V, 8-Pin MSOP")
|
||||
(property "Datasheet_Link" "http://www.analog.com/static/imported-files/data_sheets/AD623.pdf")
|
||||
(property "symbolName1" "AD623ARMZ")
|
||||
)
|
|
@ -0,0 +1,136 @@
|
|||
LIB AD623ARMZ
|
||||
ZONE 1 2 1 50.000 50.000 0.000 0.000 0 A 1
|
||||
GRID 1 1 1 1 1 1 1 4
|
||||
SHT 1 1 1 0 8 26 10
|
||||
PROP 0 componentType 1
|
||||
parts
|
||||
ENDPROP
|
||||
PROP 0 componentKind 1
|
||||
101
|
||||
ENDPROP
|
||||
PROP 0 partName 1
|
||||
AD623ARMZ
|
||||
ENDPROP
|
||||
VIEW 1 1 0 -1 -1 23 6 0 1.000 3 reference
|
||||
VIEW 1 1 0 -1 -1 23 4 0 1.000 3 partName
|
||||
ENDSHT
|
||||
LINE 1 -1 -1 -1 0 0 0
|
||||
POINT - 4 2
|
||||
POINT - 22 2
|
||||
POINT - 22 -8
|
||||
POINT - 4 -8
|
||||
POINT - 4 2
|
||||
ENDLIN
|
||||
LINE 1 -1 -1 -1 -1 -1 -1
|
||||
POINT - 0 0
|
||||
POINT - 4 0
|
||||
ENDLIN
|
||||
LINE 1 -1 -1 -1 -1 -1 -1
|
||||
POINT - 0 -2
|
||||
POINT - 4 -2
|
||||
ENDLIN
|
||||
LINE 1 -1 -1 -1 -1 -1 -1
|
||||
POINT - 0 -4
|
||||
POINT - 4 -4
|
||||
ENDLIN
|
||||
LINE 1 -1 -1 -1 -1 -1 -1
|
||||
POINT - 0 -6
|
||||
POINT - 4 -6
|
||||
ENDLIN
|
||||
LINE 1 -1 -1 -1 -1 -1 -1
|
||||
POINT - 26 0
|
||||
POINT - 22 0
|
||||
ENDLIN
|
||||
LINE 1 -1 -1 -1 -1 -1 -1
|
||||
POINT - 26 -2
|
||||
POINT - 22 -2
|
||||
ENDLIN
|
||||
LINE 1 -1 -1 -1 -1 -1 -1
|
||||
POINT - 26 -4
|
||||
POINT - 22 -4
|
||||
ENDLIN
|
||||
LINE 1 -1 -1 -1 -1 -1 -1
|
||||
POINT - 26 -6
|
||||
POINT - 22 -6
|
||||
ENDLIN
|
||||
PIN 1 1 0 0
|
||||
PROP 0 pinLabel 1
|
||||
-RG
|
||||
ENDPROP
|
||||
PROP 0 pinNumber 1
|
||||
1
|
||||
ENDPROP
|
||||
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
|
||||
ENDPIN
|
||||
PIN 2 1 0 -2
|
||||
PROP 0 pinLabel 1
|
||||
-IN
|
||||
ENDPROP
|
||||
PROP 0 pinNumber 1
|
||||
2
|
||||
ENDPROP
|
||||
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
|
||||
ENDPIN
|
||||
PIN 3 1 0 -4
|
||||
PROP 0 pinLabel 1
|
||||
+IN
|
||||
ENDPROP
|
||||
PROP 0 pinNumber 1
|
||||
3
|
||||
ENDPROP
|
||||
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
|
||||
ENDPIN
|
||||
PIN 4 1 0 -6
|
||||
PROP 0 pinLabel 1
|
||||
-VS
|
||||
ENDPROP
|
||||
PROP 0 pinNumber 1
|
||||
4
|
||||
ENDPROP
|
||||
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
|
||||
ENDPIN
|
||||
PIN 5 1 26 0
|
||||
PROP 0 pinLabel 1
|
||||
+RG
|
||||
ENDPROP
|
||||
PROP 0 pinNumber 1
|
||||
8
|
||||
ENDPROP
|
||||
VIEW 1 1 0 -1 -1 23.2 0.4 0 1.000 0 pinNumber
|
||||
VIEW 2 1 0 -1 -1 21.4 0 0 1.000 5 pinLabel
|
||||
ENDPIN
|
||||
PIN 6 1 26 -2
|
||||
PROP 0 pinLabel 1
|
||||
+VS
|
||||
ENDPROP
|
||||
PROP 0 pinNumber 1
|
||||
7
|
||||
ENDPROP
|
||||
VIEW 1 1 0 -1 -1 23.2 -1.6 0 1.000 0 pinNumber
|
||||
VIEW 2 1 0 -1 -1 21.4 -2 0 1.000 5 pinLabel
|
||||
ENDPIN
|
||||
PIN 7 1 26 -4
|
||||
PROP 0 pinLabel 1
|
||||
OUTPUT
|
||||
ENDPROP
|
||||
PROP 0 pinNumber 1
|
||||
6
|
||||
ENDPROP
|
||||
VIEW 1 1 0 -1 -1 23.2 -3.6 0 1.000 0 pinNumber
|
||||
VIEW 2 1 0 -1 -1 21.4 -4 0 1.000 5 pinLabel
|
||||
ENDPIN
|
||||
PIN 8 1 26 -6
|
||||
PROP 0 pinLabel 1
|
||||
REF
|
||||
ENDPROP
|
||||
PROP 0 pinNumber 1
|
||||
5
|
||||
ENDPROP
|
||||
VIEW 1 1 0 -1 -1 23.2 -5.6 0 1.000 0 pinNumber
|
||||
VIEW 2 1 0 -1 -1 21.4 -6 0 1.000 5 pinLabel
|
||||
ENDPIN
|
||||
ENDLIB
|
|
@ -0,0 +1,369 @@
|
|||
(ftf
|
||||
(header
|
||||
(version 2.0)
|
||||
(unit DBUNIT)
|
||||
)
|
||||
(TechnologyContainer
|
||||
(technology SamacSys_Footprint
|
||||
(footprintLayer
|
||||
(layer Top (type Conductive))
|
||||
(layer Inner (type Conductive))
|
||||
(layer Bottom (type Conductive))
|
||||
(layer Silk-Top (type Symbolmark))
|
||||
(layer Silk-Bottom (type Symbolmark))
|
||||
(layer Resist-Top (type Solderresist))
|
||||
(layer Resist-Bottom (type Solderresist))
|
||||
(layer MetalMask-Top (type Metalmask))
|
||||
(layer MetalMask-Bottom (type Metalmask))
|
||||
(layer CompArea-Top (type Comparea))
|
||||
(layer CompArea-Bottom (type Comparea))
|
||||
(layer Assembly-Top (type Undefined))
|
||||
(layer Assembly-Bottom (type Undefined))
|
||||
(layer Hole (type Hole))
|
||||
)
|
||||
)
|
||||
)
|
||||
(footprintContainer
|
||||
(commonParameters
|
||||
(dimensionParameters
|
||||
(arrowLength 100000)
|
||||
(arrowAngle 15.000000)
|
||||
(dotDiameter 100000)
|
||||
(textFrameOffset 100000)
|
||||
(arrowOffset 100000)
|
||||
(dimAssistOffset 100000)
|
||||
(dimLineWidth 10000)
|
||||
(drawTextFrame NO)
|
||||
(textFrameRange ALL)
|
||||
(textClip NO)
|
||||
(standard JIS)
|
||||
)
|
||||
)
|
||||
(padstackGroups
|
||||
(padstackGroup default)
|
||||
)
|
||||
(pads
|
||||
(pad r145_45
|
||||
(photo FLASH)
|
||||
(panelUse NO)
|
||||
(geometry
|
||||
(rectangle
|
||||
(pt 0 0)
|
||||
(width 45000)
|
||||
(height 145000)
|
||||
(rAngle 0.000000)
|
||||
(outlineWidth 0)
|
||||
(fillWidth 0)
|
||||
(fillAngle 0.000000)
|
||||
)
|
||||
)
|
||||
)
|
||||
); End of pads
|
||||
(padstacks
|
||||
(padstack r145_45
|
||||
(type NONPLATED)
|
||||
(throughMode NONTHROUGH)
|
||||
(panelUse NO)
|
||||
(padSet (footLayer Top)
|
||||
(connect (pad r145_45))
|
||||
(noconnect (pad r145_45))
|
||||
)
|
||||
(padSet (footLayer Resist-Top)
|
||||
(connect (pad r145_45))
|
||||
(noconnect (pad r145_45))
|
||||
)
|
||||
(padSet (footLayer MetalMask-Top)
|
||||
(connect (pad r145_45))
|
||||
(noconnect (pad r145_45))
|
||||
)
|
||||
)
|
||||
); End of padstacks
|
||||
(footprints
|
||||
(footprint "SOP65P490X110-8N"
|
||||
(polarity YES)
|
||||
(panelUse NO)
|
||||
(heelprint
|
||||
(layout
|
||||
(layer (footLayer CompArea-Top)
|
||||
(area
|
||||
(geometry
|
||||
(surface
|
||||
(outlineWidth 0)
|
||||
(fillWidth 0)
|
||||
(fillAngle 0.000000)
|
||||
(vertex
|
||||
(pt 320000 185000)
|
||||
(pt 320000 -185000)
|
||||
(pt -320000 -185000)
|
||||
(pt -320000 185000)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(layer (footLayer Assembly-Top)
|
||||
(line
|
||||
(geometry
|
||||
(line
|
||||
(vertex
|
||||
(pt -150000 150000
|
||||
(width 10000)
|
||||
)
|
||||
(pt 150000 150000
|
||||
(width 10000)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(layer (footLayer Assembly-Top)
|
||||
(line
|
||||
(geometry
|
||||
(line
|
||||
(vertex
|
||||
(pt 150000 150000
|
||||
(width 10000)
|
||||
)
|
||||
(pt 150000 -150000
|
||||
(width 10000)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(layer (footLayer Assembly-Top)
|
||||
(line
|
||||
(geometry
|
||||
(line
|
||||
(vertex
|
||||
(pt 150000 -150000
|
||||
(width 10000)
|
||||
)
|
||||
(pt -150000 -150000
|
||||
(width 10000)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(layer (footLayer Assembly-Top)
|
||||
(line
|
||||
(geometry
|
||||
(line
|
||||
(vertex
|
||||
(pt -150000 -150000
|
||||
(width 10000)
|
||||
)
|
||||
(pt -150000 150000
|
||||
(width 10000)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(layer (footLayer Assembly-Top)
|
||||
(line
|
||||
(geometry
|
||||
(line
|
||||
(vertex
|
||||
(pt -150000 85000
|
||||
(width 10000)
|
||||
)
|
||||
(pt -85000 150000
|
||||
(width 10000)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(layer (footLayer Silk-Top)
|
||||
(line
|
||||
(geometry
|
||||
(line
|
||||
(vertex
|
||||
(pt -115000 150000
|
||||
(width 20000)
|
||||
)
|
||||
(pt 115000 150000
|
||||
(width 20000)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(layer (footLayer Silk-Top)
|
||||
(line
|
||||
(geometry
|
||||
(line
|
||||
(vertex
|
||||
(pt 115000 150000
|
||||
(width 20000)
|
||||
)
|
||||
(pt 115000 -150000
|
||||
(width 20000)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(layer (footLayer Silk-Top)
|
||||
(line
|
||||
(geometry
|
||||
(line
|
||||
(vertex
|
||||
(pt 115000 -150000
|
||||
(width 20000)
|
||||
)
|
||||
(pt -115000 -150000
|
||||
(width 20000)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(layer (footLayer Silk-Top)
|
||||
(line
|
||||
(geometry
|
||||
(line
|
||||
(vertex
|
||||
(pt -115000 -150000
|
||||
(width 20000)
|
||||
)
|
||||
(pt -115000 150000
|
||||
(width 20000)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(layer (footLayer Silk-Top)
|
||||
(line
|
||||
(geometry
|
||||
(line
|
||||
(vertex
|
||||
(pt -295000 155000
|
||||
(width 20000)
|
||||
)
|
||||
(pt -150000 155000
|
||||
(width 20000)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
); End of layout
|
||||
); End of heelprint
|
||||
(toeprint
|
||||
(pin 1
|
||||
(pt -222500 97500)
|
||||
(layout
|
||||
(layer (FPADSTACK)
|
||||
(fpadstack
|
||||
(pt -222500 97500)
|
||||
(angle 90)
|
||||
(padstackGroup default (padstack r145_45))
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin 2
|
||||
(pt -222500 32500)
|
||||
(layout
|
||||
(layer (FPADSTACK)
|
||||
(fpadstack
|
||||
(pt -222500 32500)
|
||||
(angle 90)
|
||||
(padstackGroup default (padstack r145_45))
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin 3
|
||||
(pt -222500 -32500)
|
||||
(layout
|
||||
(layer (FPADSTACK)
|
||||
(fpadstack
|
||||
(pt -222500 -32500)
|
||||
(angle 90)
|
||||
(padstackGroup default (padstack r145_45))
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin 4
|
||||
(pt -222500 -97500)
|
||||
(layout
|
||||
(layer (FPADSTACK)
|
||||
(fpadstack
|
||||
(pt -222500 -97500)
|
||||
(angle 90)
|
||||
(padstackGroup default (padstack r145_45))
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin 5
|
||||
(pt 222500 -97500)
|
||||
(layout
|
||||
(layer (FPADSTACK)
|
||||
(fpadstack
|
||||
(pt 222500 -97500)
|
||||
(angle 90)
|
||||
(padstackGroup default (padstack r145_45))
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin 6
|
||||
(pt 222500 -32500)
|
||||
(layout
|
||||
(layer (FPADSTACK)
|
||||
(fpadstack
|
||||
(pt 222500 -32500)
|
||||
(angle 90)
|
||||
(padstackGroup default (padstack r145_45))
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin 7
|
||||
(pt 222500 32500)
|
||||
(layout
|
||||
(layer (FPADSTACK)
|
||||
(fpadstack
|
||||
(pt 222500 32500)
|
||||
(angle 90)
|
||||
(padstackGroup default (padstack r145_45))
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin 8
|
||||
(pt 222500 97500)
|
||||
(layout
|
||||
(layer (FPADSTACK)
|
||||
(fpadstack
|
||||
(pt 222500 97500)
|
||||
(angle 90)
|
||||
(padstackGroup default (padstack r145_45))
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
); End of toeprint
|
||||
(propertyS accurateShape AD623ARMZ.stp)
|
||||
); End of footprint
|
||||
); End of footprints
|
||||
); End of footprintContainer
|
||||
); End of ftf
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
(unit MM)
|
||||
|
||||
(package "SOP65P490X110-8N"
|
||||
(type UNDEF)
|
||||
(uver 2)
|
||||
(mountForm default
|
||||
(footprintRef "SOP65P490X110-8N")
|
||||
(spec "default")
|
||||
)
|
||||
)
|
|
@ -0,0 +1,478 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
|
||||
<Lib xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="olb.xsd">
|
||||
|
||||
<Defn name="C:\TEMP\AD623ARMZ.OLB"/>
|
||||
|
||||
<DefaultValues>
|
||||
<Defn/>
|
||||
<DefaultFont>
|
||||
<Defn escapement="0" height="-9" index="0" italic="0" name="Arial" orientation="0" weight="400" width="4"/>
|
||||
</DefaultFont>
|
||||
<DefaultFont>
|
||||
<Defn escapement="0" height="-9" index="1" italic="0" name="Arial" orientation="0" weight="400" width="4"/>
|
||||
</DefaultFont>
|
||||
<DefaultFont>
|
||||
<Defn escapement="0" height="-9" index="2" italic="0" name="Arial" orientation="0" weight="400" width="4"/>
|
||||
</DefaultFont>
|
||||
<DefaultFont>
|
||||
<Defn escapement="0" height="8" index="3" italic="0" name="Arial" orientation="0" weight="400" width="0"/>
|
||||
</DefaultFont>
|
||||
<DefaultFont>
|
||||
<Defn escapement="0" height="8" index="4" italic="0" name="Arial" orientation="0" weight="400" width="0"/>
|
||||
</DefaultFont>
|
||||
<DefaultFont>
|
||||
<Defn escapement="0" height="-9" index="5" italic="0" name="Arial" orientation="0" weight="400" width="4"/>
|
||||
</DefaultFont>
|
||||
<DefaultFont>
|
||||
<Defn escapement="0" height="-9" index="6" italic="0" name="Arial" orientation="0" weight="400" width="4"/>
|
||||
</DefaultFont>
|
||||
<DefaultFont>
|
||||
<Defn escapement="0" height="-9" index="7" italic="0" name="Arial" orientation="0" weight="400" width="4"/>
|
||||
</DefaultFont>
|
||||
<DefaultFont>
|
||||
<Defn escapement="0" height="-9" index="8" italic="0" name="Arial" orientation="0" weight="400" width="4"/>
|
||||
</DefaultFont>
|
||||
<DefaultFont>
|
||||
<Defn escapement="0" height="-9" index="9" italic="0" name="Arial" orientation="0" weight="400" width="4"/>
|
||||
</DefaultFont>
|
||||
<DefaultFont>
|
||||
<Defn escapement="0" height="-9" index="10" italic="0" name="Arial" orientation="0" weight="400" width="4"/>
|
||||
</DefaultFont>
|
||||
<DefaultFont>
|
||||
<Defn escapement="0" height="-9" index="11" italic="0" name="Arial" orientation="0" weight="400" width="4"/>
|
||||
</DefaultFont>
|
||||
<DefaultFont>
|
||||
<Defn escapement="0" height="-9" index="12" italic="0" name="Arial" orientation="0" weight="400" width="4"/>
|
||||
</DefaultFont>
|
||||
<DefaultFont>
|
||||
<Defn escapement="0" height="-9" index="13" italic="0" name="Courier New" orientation="0" weight="400" width="5"/>
|
||||
</DefaultFont>
|
||||
<DefaultFont>
|
||||
<Defn escapement="0" height="-9" index="14" italic="0" name="Arial" orientation="0" weight="400" width="4"/>
|
||||
</DefaultFont>
|
||||
<DefaultFont>
|
||||
<Defn escapement="0" height="-9" index="15" italic="0" name="Arial" orientation="0" weight="400" width="4"/>
|
||||
</DefaultFont>
|
||||
<DefaultFont>
|
||||
<Defn escapement="0" height="-9" index="16" italic="0" name="Arial" orientation="0" weight="400" width="4"/>
|
||||
</DefaultFont>
|
||||
<DefaultFont>
|
||||
<Defn escapement="0" height="8" index="17" italic="0" name="Arial" orientation="0" weight="400" width="0"/>
|
||||
</DefaultFont>
|
||||
<DefaultFont>
|
||||
<Defn escapement="0" height="8" index="18" italic="0" name="Arial" orientation="0" weight="400" width="0"/>
|
||||
</DefaultFont>
|
||||
<DefaultFont>
|
||||
<Defn escapement="0" height="8" index="19" italic="0" name="Arial" orientation="0" weight="400" width="0"/>
|
||||
</DefaultFont>
|
||||
<DefaultFont>
|
||||
<Defn escapement="0" height="8" index="20" italic="0" name="Arial" orientation="0" weight="400" width="0"/>
|
||||
</DefaultFont>
|
||||
<DefaultFont>
|
||||
<Defn escapement="0" height="8" index="21" italic="0" name="Arial" orientation="0" weight="400" width="0"/>
|
||||
</DefaultFont>
|
||||
<DefaultFont>
|
||||
<Defn escapement="0" height="8" index="22" italic="0" name="Arial" orientation="0" weight="400" width="0"/>
|
||||
</DefaultFont>
|
||||
<DefaultFont>
|
||||
<Defn escapement="0" height="8" index="23" italic="0" name="Arial" orientation="0" weight="400" width="0"/>
|
||||
</DefaultFont>
|
||||
<DefaultPageRec>
|
||||
<Defn ANSIGridRefs="1" BorderDisplayed="1" BorderPrinted="1" GridRefDisplayed="1" GridRefPrinted="1" HorizontalLabelCount="5" HorizontalLabelIsAscending="0" HorizontalLabelIsChar="0" HorizontalLabelWidth="100" IsMetric="0" PinToPin="100" TitleBlockDisplayed="1" TitleBlockPrinted="1" VerticalLabelCount="4" VerticalLabelIsAscending="0" VerticalLabelIsChar="1" VerticalLabelWidth="100"/>
|
||||
</DefaultPageRec>
|
||||
<DefaultPlacedInstIsPrimitive>
|
||||
<Defn val="0"/>
|
||||
</DefaultPlacedInstIsPrimitive>
|
||||
<DefaultDrawnInstIsPrimitive>
|
||||
<Defn val="0"/>
|
||||
</DefaultDrawnInstIsPrimitive>
|
||||
<DefaultPartFieldMapping>
|
||||
<Defn index="1" val="1ST PART FIELD"/>
|
||||
</DefaultPartFieldMapping>
|
||||
<DefaultPartFieldMapping>
|
||||
<Defn index="2" val="2ND PART FIELD"/>
|
||||
</DefaultPartFieldMapping>
|
||||
<DefaultPartFieldMapping>
|
||||
<Defn index="3" val="3RD PART FIELD"/>
|
||||
</DefaultPartFieldMapping>
|
||||
<DefaultPartFieldMapping>
|
||||
<Defn index="4" val="4TH PART FIELD"/>
|
||||
</DefaultPartFieldMapping>
|
||||
<DefaultPartFieldMapping>
|
||||
<Defn index="5" val="5TH PART FIELD"/>
|
||||
</DefaultPartFieldMapping>
|
||||
<DefaultPartFieldMapping>
|
||||
<Defn index="6" val="6TH PART FIELD"/>
|
||||
</DefaultPartFieldMapping>
|
||||
<DefaultPartFieldMapping>
|
||||
<Defn index="7" val="7TH PART FIELD"/>
|
||||
</DefaultPartFieldMapping>
|
||||
<DefaultPartFieldMapping>
|
||||
<Defn index="8" val="PCB Footprint"/>
|
||||
</DefaultPartFieldMapping>
|
||||
</DefaultValues>
|
||||
<Package>
|
||||
<Defn alphabeticNumbering="2" isHomogeneous="1" name="AD623ARMZ" pcbFootprint="SOP65P490X110-8N" pcbLib="" refdesPrefix="IC"/>
|
||||
<LibPart>
|
||||
<Defn CellName="AD623ARMZ"/>
|
||||
<NormalView>
|
||||
<Defn suffix=".Normal"/>
|
||||
<SymbolDisplayProp>
|
||||
<Defn locX="95" locY="-25" name="Part Reference" rotation="0" textJustification="1"/>
|
||||
<PropFont>
|
||||
<Defn escapement="0" height="-9" italic="0" name="Arial" orientation="0" weight="400" width="4"/>
|
||||
</PropFont>
|
||||
<PropColor>
|
||||
<Defn val="48"/>
|
||||
</PropColor>
|
||||
<PropDispType>
|
||||
<Defn ValueIfValueExist="0" val="1"/>
|
||||
</PropDispType>
|
||||
</SymbolDisplayProp>
|
||||
<SymbolDisplayProp>
|
||||
<Defn locX="95" locY="-15" name="Value" rotation="0" textJustification="1"/>
|
||||
<PropFont>
|
||||
<Defn escapement="0" height="-9" italic="0" name="Arial" orientation="0" weight="400" width="4"/>
|
||||
</PropFont>
|
||||
<PropColor>
|
||||
<Defn val="48"/>
|
||||
</PropColor>
|
||||
<PropDispType>
|
||||
<Defn ValueIfValueExist="0" val="1"/>
|
||||
</PropDispType>
|
||||
</SymbolDisplayProp>
|
||||
<SymbolUserProp>
|
||||
<Defn name="Mouser Part Number" val="584-AD623ARMZ"/>
|
||||
</SymbolUserProp>
|
||||
<SymbolUserProp>
|
||||
<Defn name="Mouser Price/Stock" val="https://www.mouser.co.uk/ProductDetail/Analog-Devices/AD623ARMZ?qs=NmRFExCfTkHh9YiJNpc9iA%3D%3D"/>
|
||||
</SymbolUserProp>
|
||||
<SymbolUserProp>
|
||||
<Defn name="Manufacturer_Name" val="Analog Devices"/>
|
||||
</SymbolUserProp>
|
||||
<SymbolUserProp>
|
||||
<Defn name="Manufacturer_Part_Number" val="AD623ARMZ"/>
|
||||
</SymbolUserProp>
|
||||
<SymbolUserProp>
|
||||
<Defn name="Description" val="AD623ARMZ, Instrumention Amplifier, 0.5mV Offset, 70dB CMRR, Rail-Rail Output, 3, 5, 9V, 8-Pin MSOP"/>
|
||||
</SymbolUserProp>
|
||||
<SymbolUserProp>
|
||||
<Defn name="Datasheet Link" val="http://www.analog.com/static/imported-files/data_sheets/AD623.pdf"/>
|
||||
</SymbolUserProp>
|
||||
<SymbolUserProp>
|
||||
<Defn name="Height" val="1.1 mm"/>
|
||||
</SymbolUserProp>
|
||||
<SymbolColor>
|
||||
<Defn val="48"/>
|
||||
</SymbolColor>
|
||||
<SymbolBBox>
|
||||
<Defn x1="0" x2="90" y1="0" y2="50"/>
|
||||
</SymbolBBox>
|
||||
<IsPinNumbersVisible>
|
||||
<Defn val="1"/>
|
||||
</IsPinNumbersVisible>
|
||||
<IsPinNamesRotated>
|
||||
<Defn val="1"/>
|
||||
</IsPinNamesRotated>
|
||||
<IsPinNamesVisible>
|
||||
<Defn val="1"/>
|
||||
</IsPinNamesVisible>
|
||||
<ContentsLibName>
|
||||
<Defn name=""/>
|
||||
</ContentsLibName>
|
||||
<ContentsViewName>
|
||||
<Defn name=""/>
|
||||
</ContentsViewName>
|
||||
<ContentsViewType>
|
||||
<Defn type="0"/>
|
||||
</ContentsViewType>
|
||||
<PartValue>
|
||||
<Defn name="AD623ARMZ"/>
|
||||
</PartValue>
|
||||
<Reference>
|
||||
<Defn name="IC"/>
|
||||
</Reference>
|
||||
<Line>
|
||||
<Defn lineStyle="0" lineWidth="0" x1="0" x2="90" y1="0" y2="0"/>
|
||||
</Line>
|
||||
<Line>
|
||||
<Defn lineStyle="0" lineWidth="0" x1="90" x2="90" y1="50" y2="0"/>
|
||||
</Line>
|
||||
<Line>
|
||||
<Defn lineStyle="0" lineWidth="0" x1="90" x2="0" y1="50" y2="50"/>
|
||||
</Line>
|
||||
<Line>
|
||||
<Defn lineStyle="0" lineWidth="0" x1="0" x2="0" y1="0" y2="50"/>
|
||||
</Line>
|
||||
<SymbolPinScalar>
|
||||
<Defn hotptX="-20" hotptY="10" name="-RG" position="0" startX="0" startY="10" type="4" visible="1"/>
|
||||
<IsLong>
|
||||
<Defn val="0"/>
|
||||
</IsLong>
|
||||
<IsClock>
|
||||
<Defn val="0"/>
|
||||
</IsClock>
|
||||
<IsDot>
|
||||
<Defn val="0"/>
|
||||
</IsDot>
|
||||
<IsLeftPointing>
|
||||
<Defn val="0"/>
|
||||
</IsLeftPointing>
|
||||
<IsRightPointing>
|
||||
<Defn val="0"/>
|
||||
</IsRightPointing>
|
||||
<IsNetStyle>
|
||||
<Defn val="0"/>
|
||||
</IsNetStyle>
|
||||
<IsNoConnect>
|
||||
<Defn val="0"/>
|
||||
</IsNoConnect>
|
||||
<IsGlobal>
|
||||
<Defn val="0"/>
|
||||
</IsGlobal>
|
||||
<IsNumberVisible>
|
||||
<Defn val="1"/>
|
||||
</IsNumberVisible>
|
||||
</SymbolPinScalar>
|
||||
<SymbolPinScalar>
|
||||
<Defn hotptX="-20" hotptY="20" name="-IN" position="1" startX="0" startY="20" type="4" visible="1"/>
|
||||
<IsLong>
|
||||
<Defn val="0"/>
|
||||
</IsLong>
|
||||
<IsClock>
|
||||
<Defn val="0"/>
|
||||
</IsClock>
|
||||
<IsDot>
|
||||
<Defn val="0"/>
|
||||
</IsDot>
|
||||
<IsLeftPointing>
|
||||
<Defn val="0"/>
|
||||
</IsLeftPointing>
|
||||
<IsRightPointing>
|
||||
<Defn val="0"/>
|
||||
</IsRightPointing>
|
||||
<IsNetStyle>
|
||||
<Defn val="0"/>
|
||||
</IsNetStyle>
|
||||
<IsNoConnect>
|
||||
<Defn val="0"/>
|
||||
</IsNoConnect>
|
||||
<IsGlobal>
|
||||
<Defn val="0"/>
|
||||
</IsGlobal>
|
||||
<IsNumberVisible>
|
||||
<Defn val="1"/>
|
||||
</IsNumberVisible>
|
||||
</SymbolPinScalar>
|
||||
<SymbolPinScalar>
|
||||
<Defn hotptX="-20" hotptY="30" name="+IN" position="2" startX="0" startY="30" type="4" visible="1"/>
|
||||
<IsLong>
|
||||
<Defn val="0"/>
|
||||
</IsLong>
|
||||
<IsClock>
|
||||
<Defn val="0"/>
|
||||
</IsClock>
|
||||
<IsDot>
|
||||
<Defn val="0"/>
|
||||
</IsDot>
|
||||
<IsLeftPointing>
|
||||
<Defn val="0"/>
|
||||
</IsLeftPointing>
|
||||
<IsRightPointing>
|
||||
<Defn val="0"/>
|
||||
</IsRightPointing>
|
||||
<IsNetStyle>
|
||||
<Defn val="0"/>
|
||||
</IsNetStyle>
|
||||
<IsNoConnect>
|
||||
<Defn val="0"/>
|
||||
</IsNoConnect>
|
||||
<IsGlobal>
|
||||
<Defn val="0"/>
|
||||
</IsGlobal>
|
||||
<IsNumberVisible>
|
||||
<Defn val="1"/>
|
||||
</IsNumberVisible>
|
||||
</SymbolPinScalar>
|
||||
<SymbolPinScalar>
|
||||
<Defn hotptX="-20" hotptY="40" name="-VS" position="3" startX="0" startY="40" type="4" visible="1"/>
|
||||
<IsLong>
|
||||
<Defn val="0"/>
|
||||
</IsLong>
|
||||
<IsClock>
|
||||
<Defn val="0"/>
|
||||
</IsClock>
|
||||
<IsDot>
|
||||
<Defn val="0"/>
|
||||
</IsDot>
|
||||
<IsLeftPointing>
|
||||
<Defn val="0"/>
|
||||
</IsLeftPointing>
|
||||
<IsRightPointing>
|
||||
<Defn val="0"/>
|
||||
</IsRightPointing>
|
||||
<IsNetStyle>
|
||||
<Defn val="0"/>
|
||||
</IsNetStyle>
|
||||
<IsNoConnect>
|
||||
<Defn val="0"/>
|
||||
</IsNoConnect>
|
||||
<IsGlobal>
|
||||
<Defn val="0"/>
|
||||
</IsGlobal>
|
||||
<IsNumberVisible>
|
||||
<Defn val="1"/>
|
||||
</IsNumberVisible>
|
||||
</SymbolPinScalar>
|
||||
<SymbolPinScalar>
|
||||
<Defn hotptX="110" hotptY="10" name="+RG" position="4" startX="90" startY="10" type="4" visible="1"/>
|
||||
<IsLong>
|
||||
<Defn val="0"/>
|
||||
</IsLong>
|
||||
<IsClock>
|
||||
<Defn val="0"/>
|
||||
</IsClock>
|
||||
<IsDot>
|
||||
<Defn val="0"/>
|
||||
</IsDot>
|
||||
<IsLeftPointing>
|
||||
<Defn val="0"/>
|
||||
</IsLeftPointing>
|
||||
<IsRightPointing>
|
||||
<Defn val="0"/>
|
||||
</IsRightPointing>
|
||||
<IsNetStyle>
|
||||
<Defn val="0"/>
|
||||
</IsNetStyle>
|
||||
<IsNoConnect>
|
||||
<Defn val="0"/>
|
||||
</IsNoConnect>
|
||||
<IsGlobal>
|
||||
<Defn val="0"/>
|
||||
</IsGlobal>
|
||||
<IsNumberVisible>
|
||||
<Defn val="1"/>
|
||||
</IsNumberVisible>
|
||||
</SymbolPinScalar>
|
||||
<SymbolPinScalar>
|
||||
<Defn hotptX="110" hotptY="20" name="+VS" position="5" startX="90" startY="20" type="4" visible="1"/>
|
||||
<IsLong>
|
||||
<Defn val="0"/>
|
||||
</IsLong>
|
||||
<IsClock>
|
||||
<Defn val="0"/>
|
||||
</IsClock>
|
||||
<IsDot>
|
||||
<Defn val="0"/>
|
||||
</IsDot>
|
||||
<IsLeftPointing>
|
||||
<Defn val="0"/>
|
||||
</IsLeftPointing>
|
||||
<IsRightPointing>
|
||||
<Defn val="0"/>
|
||||
</IsRightPointing>
|
||||
<IsNetStyle>
|
||||
<Defn val="0"/>
|
||||
</IsNetStyle>
|
||||
<IsNoConnect>
|
||||
<Defn val="0"/>
|
||||
</IsNoConnect>
|
||||
<IsGlobal>
|
||||
<Defn val="0"/>
|
||||
</IsGlobal>
|
||||
<IsNumberVisible>
|
||||
<Defn val="1"/>
|
||||
</IsNumberVisible>
|
||||
</SymbolPinScalar>
|
||||
<SymbolPinScalar>
|
||||
<Defn hotptX="110" hotptY="30" name="OUTPUT" position="6" startX="90" startY="30" type="4" visible="1"/>
|
||||
<IsLong>
|
||||
<Defn val="0"/>
|
||||
</IsLong>
|
||||
<IsClock>
|
||||
<Defn val="0"/>
|
||||
</IsClock>
|
||||
<IsDot>
|
||||
<Defn val="0"/>
|
||||
</IsDot>
|
||||
<IsLeftPointing>
|
||||
<Defn val="0"/>
|
||||
</IsLeftPointing>
|
||||
<IsRightPointing>
|
||||
<Defn val="0"/>
|
||||
</IsRightPointing>
|
||||
<IsNetStyle>
|
||||
<Defn val="0"/>
|
||||
</IsNetStyle>
|
||||
<IsNoConnect>
|
||||
<Defn val="0"/>
|
||||
</IsNoConnect>
|
||||
<IsGlobal>
|
||||
<Defn val="0"/>
|
||||
</IsGlobal>
|
||||
<IsNumberVisible>
|
||||
<Defn val="1"/>
|
||||
</IsNumberVisible>
|
||||
</SymbolPinScalar>
|
||||
<SymbolPinScalar>
|
||||
<Defn hotptX="110" hotptY="40" name="REF" position="7" startX="90" startY="40" type="4" visible="1"/>
|
||||
<IsLong>
|
||||
<Defn val="0"/>
|
||||
</IsLong>
|
||||
<IsClock>
|
||||
<Defn val="0"/>
|
||||
</IsClock>
|
||||
<IsDot>
|
||||
<Defn val="0"/>
|
||||
</IsDot>
|
||||
<IsLeftPointing>
|
||||
<Defn val="0"/>
|
||||
</IsLeftPointing>
|
||||
<IsRightPointing>
|
||||
<Defn val="0"/>
|
||||
</IsRightPointing>
|
||||
<IsNetStyle>
|
||||
<Defn val="0"/>
|
||||
</IsNetStyle>
|
||||
<IsNoConnect>
|
||||
<Defn val="0"/>
|
||||
</IsNoConnect>
|
||||
<IsGlobal>
|
||||
<Defn val="0"/>
|
||||
</IsGlobal>
|
||||
<IsNumberVisible>
|
||||
<Defn val="1"/>
|
||||
</IsNumberVisible>
|
||||
</SymbolPinScalar>
|
||||
</NormalView>
|
||||
<PhysicalPart>
|
||||
<Defn/>
|
||||
<PinNumber>
|
||||
<Defn number="1" position="0"/>
|
||||
</PinNumber>
|
||||
<PinNumber>
|
||||
<Defn number="2" position="1"/>
|
||||
</PinNumber>
|
||||
<PinNumber>
|
||||
<Defn number="3" position="2"/>
|
||||
</PinNumber>
|
||||
<PinNumber>
|
||||
<Defn number="4" position="3"/>
|
||||
</PinNumber>
|
||||
<PinNumber>
|
||||
<Defn number="8" position="4"/>
|
||||
</PinNumber>
|
||||
<PinNumber>
|
||||
<Defn number="7" position="5"/>
|
||||
</PinNumber>
|
||||
<PinNumber>
|
||||
<Defn number="6" position="6"/>
|
||||
</PinNumber>
|
||||
<PinNumber>
|
||||
<Defn number="5" position="7"/>
|
||||
</PinNumber>
|
||||
</PhysicalPart>
|
||||
</LibPart>
|
||||
</Package>
|
||||
|
||||
</Lib>
|
|
@ -0,0 +1,145 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--/3024/1031803/2.50/8/3/Integrated Circuit/-->
|
||||
<!DOCTYPE curve SYSTEM "eagle.dtd">
|
||||
<eagle version="7.7.0">
|
||||
<drawing>
|
||||
<settings>
|
||||
<setting alwaysvectorfont="no"/>
|
||||
<setting verticaltext="up"/>
|
||||
</settings>
|
||||
<grid distance="0.1" unitdist="inch" unit="inch" style="lines" multiple="1" display="no" altdistance="0.01" altunitdist="inch" altunit="inch"/>
|
||||
<layers>
|
||||
<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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="97" name="Info" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="98" name="Guide" color="6" fill="1" visible="yes" active="yes"/>
|
||||
</layers>
|
||||
<library>
|
||||
<description><AD623ARMZ, Instrumention Amplifier, 0.5mV Offset, 70dB CMRR, Rail-Rail Output, 3, 5, 9V, 8-Pin MSOP</b><p>
|
||||
<author>Created by SamacSys</author></description>
|
||||
<packages>
|
||||
<package name="SOP65P490X110-8N">
|
||||
<description><b>(RM-8)</b><br>
|
||||
</description>
|
||||
<smd name="1" x="-2.225" y="0.975" dx="1.45" dy="0.45" layer="1" rot="R0"/>
|
||||
<smd name="2" x="-2.225" y="0.325" dx="1.45" dy="0.45" layer="1" rot="R0"/>
|
||||
<smd name="3" x="-2.225" y="-0.325" dx="1.45" dy="0.45" layer="1" rot="R0"/>
|
||||
<smd name="4" x="-2.225" y="-0.975" dx="1.45" dy="0.45" layer="1" rot="R0"/>
|
||||
<smd name="5" x="2.225" y="-0.975" dx="1.45" dy="0.45" layer="1" rot="R0"/>
|
||||
<smd name="6" x="2.225" y="-0.325" dx="1.45" dy="0.45" layer="1" rot="R0"/>
|
||||
<smd name="7" x="2.225" y="0.325" dx="1.45" dy="0.45" layer="1" rot="R0"/>
|
||||
<smd name="8" x="2.225" y="0.975" dx="1.45" dy="0.45" layer="1" rot="R0"/>
|
||||
<text x="0" y="0" align="center" size="1.27" layer="25" rot="R0" >>NAME</text>
|
||||
<text x="0" y="0" align="center" size="1.27" layer="27" rot="R0" >>VALUE</text>
|
||||
<wire x1="-3.2" y1="1.85" x2="3.2" y2="1.85" width="0.05" layer="51"/>
|
||||
<wire x1="3.2" y1="1.85" x2="3.2" y2="-1.85" width="0.05" layer="51"/>
|
||||
<wire x1="3.2" y1="-1.85" x2="-3.2" y2="-1.85" width="0.05" layer="51"/>
|
||||
<wire x1="-3.2" y1="-1.85" x2="-3.2" y2="1.85" width="0.05" layer="51"/>
|
||||
<wire x1="-1.5" y1="1.5" x2="1.5" y2="1.5" width="0.1" layer="51"/>
|
||||
<wire x1="1.5" y1="1.5" x2="1.5" y2="-1.5" width="0.1" layer="51"/>
|
||||
<wire x1="1.5" y1="-1.5" x2="-1.5" y2="-1.5" width="0.1" layer="51"/>
|
||||
<wire x1="-1.5" y1="-1.5" x2="-1.5" y2="1.5" width="0.1" layer="51"/>
|
||||
<wire x1="-1.5" y1="0.85" x2="-0.85" y2="1.5" width="0.1" layer="51"/>
|
||||
<wire x1="-1.15" y1="1.5" x2="1.15" y2="1.5" width="0.2" layer="21"/>
|
||||
<wire x1="1.15" y1="1.5" x2="1.15" y2="-1.5" width="0.2" layer="21"/>
|
||||
<wire x1="1.15" y1="-1.5" x2="-1.15" y2="-1.5" width="0.2" layer="21"/>
|
||||
<wire x1="-1.15" y1="-1.5" x2="-1.15" y2="1.5" width="0.2" layer="21"/>
|
||||
<wire x1="-2.95" y1="1.55" x2="-1.5" y2="1.55" width="0.2" layer="21"/>
|
||||
</package>
|
||||
</packages>
|
||||
<symbols>
|
||||
<symbol name="AD623ARMZ">
|
||||
<wire x1="5.08" y1="2.54" x2="27.94" y2="2.54" width="0.254" layer="94"/>
|
||||
<wire x1="27.94" y1="-10.16" x2="27.94" y2="2.54" width="0.254" layer="94"/>
|
||||
<wire x1="27.94" y1="-10.16" x2="5.08" y2="-10.16" width="0.254" layer="94"/>
|
||||
<wire x1="5.08" y1="2.54" x2="5.08" y2="-10.16" width="0.254" layer="94"/>
|
||||
<text x="29.21" y="7.62" align="center-left" size="1.778" layer="95">>NAME</text>
|
||||
<text x="29.21" y="5.08" align="center-left" size="1.778" layer="96">>VALUE</text>
|
||||
<pin name="-RG" x="0" y="0" length="middle" direction="io" rot="R0"/>
|
||||
<pin name="-IN" x="0" y="-2.54" length="middle" direction="io" rot="R0"/>
|
||||
<pin name="+IN" x="0" y="-5.08" length="middle" direction="io" rot="R0"/>
|
||||
<pin name="-VS" x="0" y="-7.62" length="middle" direction="io" rot="R0"/>
|
||||
<pin name="+RG" x="33.02" y="0" length="middle" direction="io" rot="R180"/>
|
||||
<pin name="+VS" x="33.02" y="-2.54" length="middle" direction="io" rot="R180"/>
|
||||
<pin name="OUTPUT" x="33.02" y="-5.08" length="middle" direction="io" rot="R180"/>
|
||||
<pin name="REF" x="33.02" y="-7.62" length="middle" direction="io" rot="R180"/>
|
||||
</symbol>
|
||||
</symbols>
|
||||
<devicesets>
|
||||
<deviceset name="AD623ARMZ" prefix="IC">
|
||||
<description><b>AD623ARMZ, Instrumention Amplifier, 0.5mV Offset, 70dB CMRR, Rail-Rail Output, 3, 5, 9V, 8-Pin MSOP</b><p>
|
||||
Source: <a href="http://www.analog.com/static/imported-files/data_sheets/AD623.pdf"> Datasheet </a></description>
|
||||
<gates>
|
||||
<gate name="G$1" symbol="AD623ARMZ" x="0" y="0"/>
|
||||
</gates>
|
||||
<devices>
|
||||
<device name="" package="SOP65P490X110-8N">
|
||||
<connects>
|
||||
<connect gate="G$1" pin="-RG" pad="1"/>
|
||||
<connect gate="G$1" pin="-IN" pad="2"/>
|
||||
<connect gate="G$1" pin="+IN" pad="3"/>
|
||||
<connect gate="G$1" pin="-VS" pad="4"/>
|
||||
<connect gate="G$1" pin="REF" pad="5"/>
|
||||
<connect gate="G$1" pin="OUTPUT" pad="6"/>
|
||||
<connect gate="G$1" pin="+VS" pad="7"/>
|
||||
<connect gate="G$1" pin="+RG" pad="8"/>
|
||||
</connects>
|
||||
<technologies>
|
||||
<technology name="">
|
||||
<attribute name="Mouser_Part_Number" value="584-AD623ARMZ" constant="no"/>
|
||||
<attribute name="Mouser_Price-Stock" value="https://www.mouser.co.uk/ProductDetail/Analog-Devices/AD623ARMZ?qs=NmRFExCfTkHh9YiJNpc9iA%3D%3D" constant="no"/>
|
||||
<attribute name="Manufacturer_Name" value="Analog Devices" constant="no"/>
|
||||
<attribute name="Manufacturer_Part_Number" value="AD623ARMZ" constant="no"/>
|
||||
<attribute name="Description" value="AD623ARMZ, Instrumention Amplifier, 0.5mV Offset, 70dB CMRR, Rail-Rail Output, 3, 5, 9V, 8-Pin MSOP" constant="no"/>
|
||||
<attribute name="Height" value="1.1mm" constant="no"/>
|
||||
</technology>
|
||||
</technologies>
|
||||
</device>
|
||||
</devices>
|
||||
</deviceset>
|
||||
</devicesets>
|
||||
</library>
|
||||
</drawing>
|
||||
</eagle>
|
|
@ -0,0 +1,62 @@
|
|||
FILE_TYPE=LIBRARY_PARTS;
|
||||
PRIMITIVE 'AD623ARMZ','AD623ARMZ_Small Outline Packages';
|
||||
PIN
|
||||
'-RG':
|
||||
PIN_NUMBER='(1)';
|
||||
NO_LOAD_CHECK=BOTH;
|
||||
NO_IO_CHECK=BOTH;
|
||||
ALLOW_CONNECT=TRUE;
|
||||
PINUSE='UNSPEC';
|
||||
'-IN':
|
||||
PIN_NUMBER='(2)';
|
||||
NO_LOAD_CHECK=BOTH;
|
||||
NO_IO_CHECK=BOTH;
|
||||
ALLOW_CONNECT=TRUE;
|
||||
PINUSE='UNSPEC';
|
||||
'+IN':
|
||||
PIN_NUMBER='(3)';
|
||||
NO_LOAD_CHECK=BOTH;
|
||||
NO_IO_CHECK=BOTH;
|
||||
ALLOW_CONNECT=TRUE;
|
||||
PINUSE='UNSPEC';
|
||||
'-VS':
|
||||
PIN_NUMBER='(4)';
|
||||
NO_LOAD_CHECK=BOTH;
|
||||
NO_IO_CHECK=BOTH;
|
||||
ALLOW_CONNECT=TRUE;
|
||||
PINUSE='UNSPEC';
|
||||
'+RG':
|
||||
PIN_NUMBER='(8)';
|
||||
NO_LOAD_CHECK=BOTH;
|
||||
NO_IO_CHECK=BOTH;
|
||||
ALLOW_CONNECT=TRUE;
|
||||
PINUSE='UNSPEC';
|
||||
'+VS':
|
||||
PIN_NUMBER='(7)';
|
||||
NO_LOAD_CHECK=BOTH;
|
||||
NO_IO_CHECK=BOTH;
|
||||
ALLOW_CONNECT=TRUE;
|
||||
PINUSE='UNSPEC';
|
||||
'OUTPUT':
|
||||
PIN_NUMBER='(6)';
|
||||
NO_LOAD_CHECK=BOTH;
|
||||
NO_IO_CHECK=BOTH;
|
||||
ALLOW_CONNECT=TRUE;
|
||||
PINUSE='UNSPEC';
|
||||
'REF':
|
||||
PIN_NUMBER='(5)';
|
||||
NO_LOAD_CHECK=BOTH;
|
||||
NO_IO_CHECK=BOTH;
|
||||
ALLOW_CONNECT=TRUE;
|
||||
PINUSE='UNSPEC';
|
||||
END_PIN;
|
||||
BODY
|
||||
PART_NAME='AD623ARMZ';
|
||||
PHYS_DES_PREFIX='IC';
|
||||
NO_LOAD_CHECK='TRUE';
|
||||
PIN_COUNT='8';
|
||||
BODY_NAME='AD623ARMZ';
|
||||
JEDEC_TYPE='SOP65P490X110-8N';
|
||||
END_BODY;
|
||||
END_PRIMITIVE;
|
||||
END.
|
|
@ -0,0 +1,11 @@
|
|||
FILE_TYPE = MULTI_PHYS_TABLE;
|
||||
|
||||
PART 'AD623ARMZ'
|
||||
CLASS = IC
|
||||
{========================================================================================}
|
||||
:"MANUFACTURER_NAME", "MANUFACTURER_PART_NUMBER"= "PART_NUMBER", "JEDEC_TYPE", "PACK_TYPE", "MOUSER_PART_NUMBER", "MOUSER_PRICE/STOCK", "DESCRIPTION", "DATASHEET", "HEIGHT";
|
||||
{========================================================================================}
|
||||
"Analog Devices", "AD623ARMZ" (!) = "", "SOP65P490X110-8N", "Small Outline Packages", "584-AD623ARMZ", "https://www.mouser.co.uk/ProductDetail/Analog-Devices/AD623ARMZ?qs=NmRFExCfTkHh9YiJNpc9iA%3D%3D", "AD623ARMZ, Instrumention Amplifier, 0.5mV Offset, 70dB CMRR, Rail-Rail Output, 3, 5, 9V, 8-Pin MSOP", "http://www.analog.com/static/imported-files/data_sheets/AD623.pdf", "1.1 mm"
|
||||
END_PART
|
||||
|
||||
END.
|
|
@ -0,0 +1,31 @@
|
|||
C 0 0 "-RG" 0 0 0 0 60 0 L
|
||||
X "PIN_TEXT" "-RG" 230 -30 0 0.00 60 0 0 0 0 0 1 0 74
|
||||
L 200 0 0 0 -1 0
|
||||
C 0 -100 "-IN" 0 -100 0 0 60 0 L
|
||||
X "PIN_TEXT" "-IN" 230 -130 0 0.00 60 0 0 0 0 0 1 0 74
|
||||
L 200 -100 0 -100 -1 0
|
||||
C 0 -200 "+IN" 0 -200 0 0 60 0 L
|
||||
X "PIN_TEXT" "+IN" 230 -230 0 0.00 60 0 0 0 0 0 1 0 74
|
||||
L 200 -200 0 -200 -1 0
|
||||
C 0 -300 "-VS" 0 -300 0 0 60 0 L
|
||||
X "PIN_TEXT" "-VS" 230 -330 0 0.00 60 0 0 0 0 0 1 0 74
|
||||
L 200 -300 0 -300 -1 0
|
||||
C 1300 0 "+RG" 1300 0 0 0 60 0 R
|
||||
X "PIN_TEXT" "+RG" 1070 -30 0 0.00 60 0 0 2 0 0 1 0 74
|
||||
L 1100 0 1300 0 -1 0
|
||||
C 1300 -100 "+VS" 1300 -100 0 0 60 0 R
|
||||
X "PIN_TEXT" "+VS" 1070 -130 0 0.00 60 0 0 2 0 0 1 0 74
|
||||
L 1100 -100 1300 -100 -1 0
|
||||
C 1300 -200 "OUTPUT" 1300 -200 0 0 60 0 R
|
||||
X "PIN_TEXT" "OUTPUT" 1070 -230 0 0.00 60 0 0 2 0 0 1 0 74
|
||||
L 1100 -200 1300 -200 -1 0
|
||||
C 1300 -300 "REF" 1300 -300 0 0 60 0 R
|
||||
X "PIN_TEXT" "REF" 1070 -330 0 0.00 60 0 0 2 0 0 1 0 74
|
||||
L 1100 -300 1300 -300 -1 0
|
||||
L 200 100 1100 100 -1 0
|
||||
L 1100 -400 1100 100 -1 0
|
||||
L 1100 -400 200 -400 -1 0
|
||||
L 200 100 200 -400 -1 0
|
||||
P "$LOCATION" "?" 1150 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
|
||||
|
|
@ -0,0 +1,138 @@
|
|||
SamacSys ECAD Model
|
||||
3024/1031803/2.50/8/3/Integrated Circuit
|
||||
|
||||
DESIGNSPARK_INTERMEDIATE_ASCII
|
||||
|
||||
(asciiHeader
|
||||
(fileUnits MM)
|
||||
)
|
||||
(library Library_1
|
||||
(padStyleDef "r145_45"
|
||||
(holeDiam 0)
|
||||
(padShape (layerNumRef 1) (padShapeType Rect) (shapeWidth 0.45) (shapeHeight 1.45))
|
||||
(padShape (layerNumRef 16) (padShapeType Ellipse) (shapeWidth 0) (shapeHeight 0))
|
||||
)
|
||||
(textStyleDef "Default"
|
||||
(font
|
||||
(fontType Stroke)
|
||||
(fontFace "Helvetica")
|
||||
(fontHeight 50 mils)
|
||||
(strokeWidth 5 mils)
|
||||
)
|
||||
)
|
||||
(patternDef "SOP65P490X110-8N" (originalName "SOP65P490X110-8N")
|
||||
(multiLayer
|
||||
(pad (padNum 1) (padStyleRef r145_45) (pt -2.225, 0.975) (rotation 90))
|
||||
(pad (padNum 2) (padStyleRef r145_45) (pt -2.225, 0.325) (rotation 90))
|
||||
(pad (padNum 3) (padStyleRef r145_45) (pt -2.225, -0.325) (rotation 90))
|
||||
(pad (padNum 4) (padStyleRef r145_45) (pt -2.225, -0.975) (rotation 90))
|
||||
(pad (padNum 5) (padStyleRef r145_45) (pt 2.225, -0.975) (rotation 90))
|
||||
(pad (padNum 6) (padStyleRef r145_45) (pt 2.225, -0.325) (rotation 90))
|
||||
(pad (padNum 7) (padStyleRef r145_45) (pt 2.225, 0.325) (rotation 90))
|
||||
(pad (padNum 8) (padStyleRef r145_45) (pt 2.225, 0.975) (rotation 90))
|
||||
)
|
||||
(layerContents (layerNumRef 18)
|
||||
(attr "RefDes" "RefDes" (pt 0, 0) (textStyleRef "Default") (isVisible True))
|
||||
)
|
||||
(layerContents (layerNumRef 30)
|
||||
(line (pt -3.2 1.85) (pt 3.2 1.85) (width 0.05))
|
||||
)
|
||||
(layerContents (layerNumRef 30)
|
||||
(line (pt 3.2 1.85) (pt 3.2 -1.85) (width 0.05))
|
||||
)
|
||||
(layerContents (layerNumRef 30)
|
||||
(line (pt 3.2 -1.85) (pt -3.2 -1.85) (width 0.05))
|
||||
)
|
||||
(layerContents (layerNumRef 30)
|
||||
(line (pt -3.2 -1.85) (pt -3.2 1.85) (width 0.05))
|
||||
)
|
||||
(layerContents (layerNumRef 28)
|
||||
(line (pt -1.5 1.5) (pt 1.5 1.5) (width 0.1))
|
||||
)
|
||||
(layerContents (layerNumRef 28)
|
||||
(line (pt 1.5 1.5) (pt 1.5 -1.5) (width 0.1))
|
||||
)
|
||||
(layerContents (layerNumRef 28)
|
||||
(line (pt 1.5 -1.5) (pt -1.5 -1.5) (width 0.1))
|
||||
)
|
||||
(layerContents (layerNumRef 28)
|
||||
(line (pt -1.5 -1.5) (pt -1.5 1.5) (width 0.1))
|
||||
)
|
||||
(layerContents (layerNumRef 28)
|
||||
(line (pt -1.5 0.85) (pt -0.85 1.5) (width 0.1))
|
||||
)
|
||||
(layerContents (layerNumRef 18)
|
||||
(line (pt -1.15 1.5) (pt 1.15 1.5) (width 0.2))
|
||||
)
|
||||
(layerContents (layerNumRef 18)
|
||||
(line (pt 1.15 1.5) (pt 1.15 -1.5) (width 0.2))
|
||||
)
|
||||
(layerContents (layerNumRef 18)
|
||||
(line (pt 1.15 -1.5) (pt -1.15 -1.5) (width 0.2))
|
||||
)
|
||||
(layerContents (layerNumRef 18)
|
||||
(line (pt -1.15 -1.5) (pt -1.15 1.5) (width 0.2))
|
||||
)
|
||||
(layerContents (layerNumRef 18)
|
||||
(line (pt -2.95 1.55) (pt -1.5 1.55) (width 0.2))
|
||||
)
|
||||
)
|
||||
(symbolDef "AD623ARMZ" (originalName "AD623ARMZ")
|
||||
|
||||
(pin (pinNum 1) (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 2) (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 3) (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 4) (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 5) (pt 1300 mils 0 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 1070 mils -25 mils) (rotation 0]) (justify "Right") (textStyleRef "Default"))
|
||||
))
|
||||
(pin (pinNum 6) (pt 1300 mils -100 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 1070 mils -125 mils) (rotation 0]) (justify "Right") (textStyleRef "Default"))
|
||||
))
|
||||
(pin (pinNum 7) (pt 1300 mils -200 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 1070 mils -225 mils) (rotation 0]) (justify "Right") (textStyleRef "Default"))
|
||||
))
|
||||
(pin (pinNum 8) (pt 1300 mils -300 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 1070 mils -325 mils) (rotation 0]) (justify "Right") (textStyleRef "Default"))
|
||||
))
|
||||
(line (pt 200 mils 100 mils) (pt 1100 mils 100 mils) (width 6 mils))
|
||||
(line (pt 1100 mils 100 mils) (pt 1100 mils -400 mils) (width 6 mils))
|
||||
(line (pt 1100 mils -400 mils) (pt 200 mils -400 mils) (width 6 mils))
|
||||
(line (pt 200 mils -400 mils) (pt 200 mils 100 mils) (width 6 mils))
|
||||
(attr "RefDes" "RefDes" (pt 1150 mils 300 mils) (justify Left) (isVisible True) (textStyleRef "Default"))
|
||||
|
||||
)
|
||||
(compDef "AD623ARMZ" (originalName "AD623ARMZ") (compHeader (numPins 8) (numParts 1) (refDesPrefix IC)
|
||||
)
|
||||
(compPin "1" (pinName "-RG") (partNum 1) (symPinNum 1) (gateEq 0) (pinEq 0) (pinType Bidirectional))
|
||||
(compPin "2" (pinName "-IN") (partNum 1) (symPinNum 2) (gateEq 0) (pinEq 0) (pinType Bidirectional))
|
||||
(compPin "3" (pinName "+IN") (partNum 1) (symPinNum 3) (gateEq 0) (pinEq 0) (pinType Bidirectional))
|
||||
(compPin "4" (pinName "-VS") (partNum 1) (symPinNum 4) (gateEq 0) (pinEq 0) (pinType Bidirectional))
|
||||
(compPin "8" (pinName "+RG") (partNum 1) (symPinNum 5) (gateEq 0) (pinEq 0) (pinType Bidirectional))
|
||||
(compPin "7" (pinName "+VS") (partNum 1) (symPinNum 6) (gateEq 0) (pinEq 0) (pinType Bidirectional))
|
||||
(compPin "6" (pinName "OUTPUT") (partNum 1) (symPinNum 7) (gateEq 0) (pinEq 0) (pinType Bidirectional))
|
||||
(compPin "5" (pinName "REF") (partNum 1) (symPinNum 8) (gateEq 0) (pinEq 0) (pinType Bidirectional))
|
||||
(attachedSymbol (partNum 1) (altType Normal) (symbolName "AD623ARMZ"))
|
||||
(attachedPattern (patternNum 1) (patternName "SOP65P490X110-8N")
|
||||
(numPads 8)
|
||||
(padPinMap
|
||||
(padNum 1) (compPinRef "1")
|
||||
(padNum 2) (compPinRef "2")
|
||||
(padNum 3) (compPinRef "3")
|
||||
(padNum 4) (compPinRef "4")
|
||||
(padNum 5) (compPinRef "5")
|
||||
(padNum 6) (compPinRef "6")
|
||||
(padNum 7) (compPinRef "7")
|
||||
(padNum 8) (compPinRef "8")
|
||||
)
|
||||
)
|
||||
(attr "Mouser Part Number" "584-AD623ARMZ")
|
||||
(attr "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Analog-Devices/AD623ARMZ?qs=NmRFExCfTkHh9YiJNpc9iA%3D%3D")
|
||||
(attr "Manufacturer_Name" "Analog Devices")
|
||||
(attr "Manufacturer_Part_Number" "AD623ARMZ")
|
||||
(attr "Description" "AD623ARMZ, Instrumention Amplifier, 0.5mV Offset, 70dB CMRR, Rail-Rail Output, 3, 5, 9V, 8-Pin MSOP")
|
||||
(attr "Datasheet Link" "http://www.analog.com/static/imported-files/data_sheets/AD623.pdf")
|
||||
(attr "Height" "1.1 mm")
|
||||
)
|
||||
|
||||
)
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue