First Kicad commit

This commit is contained in:
Johnny Hsu 2024-12-19 23:39:45 +01:00
parent 5700010c2b
commit f82ed807ed
199 changed files with 191702 additions and 14232 deletions

1
.gitignore vendored
View File

@ -17,6 +17,7 @@ _autosave-*
*-save.pro
*-save.kicad_pcb
fp-info-cache
fp-lib-table
# Netlist files (exported from Eeschema)
*.net

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "Hardware/Lib/KiCAD_Libraries"]
path = Hardware/Lib/KiCAD_Libraries
url = ssh://git@git.fasttube.de:313/FaSTTUBe/KiCAD_Libraries.git

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

16115
Hardware/FT25_BSPD.kicad_pcb Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,597 @@
{
"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": 0.762,
"height": 1.524,
"width": 1.524
},
"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.5
}
},
"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": "ignore",
"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": "warning",
"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": "warning",
"silk_over_copper": "warning",
"silk_overlap": "warning",
"skew_out_of_range": "error",
"solder_mask_bridge": "error",
"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
],
"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": "warning",
"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_BSPD.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.2,
"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": "",
"pos_files": "",
"specctra_dsn": "",
"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": "",
"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": [
[
"3b078104-7e9e-4a52-8931-d75a9f32a55c",
"Root"
]
],
"text_variables": {}
}

15110
Hardware/FT25_BSPD.kicad_sch Normal file

File diff suppressed because it is too large Load Diff

@ -0,0 +1 @@
Subproject commit 0ff0eb678cbd0ee0675e1028264d6827a8c5a22e

View File

@ -0,0 +1,6 @@
909731
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
909731/1031803/2.50/3/4/Power Supply

View File

@ -0,0 +1,871 @@
ISO-10303-21;
HEADER;
FILE_DESCRIPTION(('FreeCAD Model'),'2;1');
FILE_NAME('/var/www/3D/0T/909731.1.2.stp','2020-04-09T15:12:36',(
'Author'),(''),'Open CASCADE STEP processor 6.9','FreeCAD','Unknown'
);
FILE_SCHEMA(('AUTOMOTIVE_DESIGN { 1 0 10303 214 1 1 1 1 }'));
ENDSEC;
DATA;
#1 = APPLICATION_PROTOCOL_DEFINITION('international standard',
'automotive_design',2000,#2);
#2 = APPLICATION_CONTEXT(
'core data for automotive mechanical design processes');
#3 = SHAPE_DEFINITION_REPRESENTATION(#4,#10);
#4 = PRODUCT_DEFINITION_SHAPE('','',#5);
#5 = PRODUCT_DEFINITION('design','',#6,#9);
#6 = PRODUCT_DEFINITION_FORMATION('','',#7);
#7 = PRODUCT('ASSEMBLY','ASSEMBLY','',(#8));
#8 = PRODUCT_CONTEXT('',#2,'mechanical');
#9 = PRODUCT_DEFINITION_CONTEXT('part definition',#2,'design');
#10 = SHAPE_REPRESENTATION('',(#11,#15,#19,#23,#27),#31);
#11 = AXIS2_PLACEMENT_3D('',#12,#13,#14);
#12 = CARTESIAN_POINT('',(0.,0.,0.));
#13 = DIRECTION('',(0.,0.,1.));
#14 = DIRECTION('',(1.,0.,-0.));
#15 = AXIS2_PLACEMENT_3D('',#16,#17,#18);
#16 = CARTESIAN_POINT('',(0.,0.,0.1));
#17 = DIRECTION('',(0.,0.,1.));
#18 = DIRECTION('',(1.,0.,0.));
#19 = AXIS2_PLACEMENT_3D('',#20,#21,#22);
#20 = CARTESIAN_POINT('',(0.,0.,0.));
#21 = DIRECTION('',(0.,0.,1.));
#22 = DIRECTION('',(1.,0.,0.));
#23 = AXIS2_PLACEMENT_3D('',#24,#25,#26);
#24 = CARTESIAN_POINT('',(0.,0.,0.));
#25 = DIRECTION('',(0.,0.,1.));
#26 = DIRECTION('',(1.,0.,0.));
#27 = AXIS2_PLACEMENT_3D('',#28,#29,#30);
#28 = CARTESIAN_POINT('',(0.,0.,0.));
#29 = DIRECTION('',(0.,0.,1.));
#30 = DIRECTION('',(1.,0.,0.));
#31 = ( GEOMETRIC_REPRESENTATION_CONTEXT(3)
GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT((#35)) GLOBAL_UNIT_ASSIGNED_CONTEXT(
(#32,#33,#34)) REPRESENTATION_CONTEXT('Context #1',
'3D Context with UNIT and UNCERTAINTY') );
#32 = ( LENGTH_UNIT() NAMED_UNIT(*) SI_UNIT(.MILLI.,.METRE.) );
#33 = ( NAMED_UNIT(*) PLANE_ANGLE_UNIT() SI_UNIT($,.RADIAN.) );
#34 = ( NAMED_UNIT(*) SI_UNIT($,.STERADIAN.) SOLID_ANGLE_UNIT() );
#35 = UNCERTAINTY_MEASURE_WITH_UNIT(LENGTH_MEASURE(1.E-07),#32,
'distance_accuracy_value','confusion accuracy');
#36 = PRODUCT_RELATED_PRODUCT_CATEGORY('part',$,(#7));
#37 = ADVANCED_BREP_SHAPE_REPRESENTATION('',(#11,#38),#368);
#38 = MANIFOLD_SOLID_BREP('',#39);
#39 = CLOSED_SHELL('',(#40,#160,#236,#307,#354,#361));
#40 = ADVANCED_FACE('',(#41),#55,.T.);
#41 = FACE_BOUND('',#42,.T.);
#42 = EDGE_LOOP('',(#43,#78,#106,#134));
#43 = ORIENTED_EDGE('',*,*,#44,.T.);
#44 = EDGE_CURVE('',#45,#47,#49,.T.);
#45 = VERTEX_POINT('',#46);
#46 = CARTESIAN_POINT('',(-5.8,3.925,0.));
#47 = VERTEX_POINT('',#48);
#48 = CARTESIAN_POINT('',(-5.8,3.925,10.));
#49 = SURFACE_CURVE('',#50,(#54,#66),.PCURVE_S1.);
#50 = LINE('',#51,#52);
#51 = CARTESIAN_POINT('',(-5.8,3.925,0.));
#52 = VECTOR('',#53,1.);
#53 = DIRECTION('',(0.,0.,1.));
#54 = PCURVE('',#55,#60);
#55 = PLANE('',#56);
#56 = AXIS2_PLACEMENT_3D('',#57,#58,#59);
#57 = CARTESIAN_POINT('',(-5.8,3.925,0.));
#58 = DIRECTION('',(0.,1.,0.));
#59 = DIRECTION('',(1.,0.,0.));
#60 = DEFINITIONAL_REPRESENTATION('',(#61),#65);
#61 = LINE('',#62,#63);
#62 = CARTESIAN_POINT('',(0.,0.));
#63 = VECTOR('',#64,1.);
#64 = DIRECTION('',(0.,-1.));
#65 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
) );
#66 = PCURVE('',#67,#72);
#67 = PLANE('',#68);
#68 = AXIS2_PLACEMENT_3D('',#69,#70,#71);
#69 = CARTESIAN_POINT('',(-5.8,-4.575,0.));
#70 = DIRECTION('',(-1.,0.,0.));
#71 = DIRECTION('',(0.,1.,0.));
#72 = DEFINITIONAL_REPRESENTATION('',(#73),#77);
#73 = LINE('',#74,#75);
#74 = CARTESIAN_POINT('',(8.5,0.));
#75 = VECTOR('',#76,1.);
#76 = DIRECTION('',(0.,-1.));
#77 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
) );
#78 = ORIENTED_EDGE('',*,*,#79,.T.);
#79 = EDGE_CURVE('',#47,#80,#82,.T.);
#80 = VERTEX_POINT('',#81);
#81 = CARTESIAN_POINT('',(5.8,3.925,10.));
#82 = SURFACE_CURVE('',#83,(#87,#94),.PCURVE_S1.);
#83 = LINE('',#84,#85);
#84 = CARTESIAN_POINT('',(-5.8,3.925,10.));
#85 = VECTOR('',#86,1.);
#86 = DIRECTION('',(1.,0.,0.));
#87 = PCURVE('',#55,#88);
#88 = DEFINITIONAL_REPRESENTATION('',(#89),#93);
#89 = LINE('',#90,#91);
#90 = CARTESIAN_POINT('',(0.,-10.));
#91 = VECTOR('',#92,1.);
#92 = DIRECTION('',(1.,0.));
#93 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
) );
#94 = PCURVE('',#95,#100);
#95 = PLANE('',#96);
#96 = AXIS2_PLACEMENT_3D('',#97,#98,#99);
#97 = CARTESIAN_POINT('',(0.,-0.325,10.));
#98 = DIRECTION('',(-0.,-0.,-1.));
#99 = DIRECTION('',(-1.,0.,0.));
#100 = DEFINITIONAL_REPRESENTATION('',(#101),#105);
#101 = LINE('',#102,#103);
#102 = CARTESIAN_POINT('',(5.8,4.25));
#103 = VECTOR('',#104,1.);
#104 = DIRECTION('',(-1.,0.));
#105 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
) );
#106 = ORIENTED_EDGE('',*,*,#107,.F.);
#107 = EDGE_CURVE('',#108,#80,#110,.T.);
#108 = VERTEX_POINT('',#109);
#109 = CARTESIAN_POINT('',(5.8,3.925,0.));
#110 = SURFACE_CURVE('',#111,(#115,#122),.PCURVE_S1.);
#111 = LINE('',#112,#113);
#112 = CARTESIAN_POINT('',(5.8,3.925,0.));
#113 = VECTOR('',#114,1.);
#114 = DIRECTION('',(0.,0.,1.));
#115 = PCURVE('',#55,#116);
#116 = DEFINITIONAL_REPRESENTATION('',(#117),#121);
#117 = LINE('',#118,#119);
#118 = CARTESIAN_POINT('',(11.6,0.));
#119 = VECTOR('',#120,1.);
#120 = DIRECTION('',(0.,-1.));
#121 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
) );
#122 = PCURVE('',#123,#128);
#123 = PLANE('',#124);
#124 = AXIS2_PLACEMENT_3D('',#125,#126,#127);
#125 = CARTESIAN_POINT('',(5.8,3.925,0.));
#126 = DIRECTION('',(1.,0.,-0.));
#127 = DIRECTION('',(0.,-1.,0.));
#128 = DEFINITIONAL_REPRESENTATION('',(#129),#133);
#129 = LINE('',#130,#131);
#130 = CARTESIAN_POINT('',(0.,0.));
#131 = VECTOR('',#132,1.);
#132 = DIRECTION('',(0.,-1.));
#133 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
) );
#134 = ORIENTED_EDGE('',*,*,#135,.F.);
#135 = EDGE_CURVE('',#45,#108,#136,.T.);
#136 = SURFACE_CURVE('',#137,(#141,#148),.PCURVE_S1.);
#137 = LINE('',#138,#139);
#138 = CARTESIAN_POINT('',(-5.8,3.925,0.));
#139 = VECTOR('',#140,1.);
#140 = DIRECTION('',(1.,0.,0.));
#141 = PCURVE('',#55,#142);
#142 = DEFINITIONAL_REPRESENTATION('',(#143),#147);
#143 = LINE('',#144,#145);
#144 = CARTESIAN_POINT('',(0.,0.));
#145 = VECTOR('',#146,1.);
#146 = DIRECTION('',(1.,0.));
#147 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
) );
#148 = PCURVE('',#149,#154);
#149 = PLANE('',#150);
#150 = AXIS2_PLACEMENT_3D('',#151,#152,#153);
#151 = CARTESIAN_POINT('',(0.,-0.325,-2.775557561563E-17));
#152 = DIRECTION('',(-0.,-0.,-1.));
#153 = DIRECTION('',(-1.,0.,0.));
#154 = DEFINITIONAL_REPRESENTATION('',(#155),#159);
#155 = LINE('',#156,#157);
#156 = CARTESIAN_POINT('',(5.8,4.25));
#157 = VECTOR('',#158,1.);
#158 = DIRECTION('',(-1.,0.));
#159 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
) );
#160 = ADVANCED_FACE('',(#161),#123,.T.);
#161 = FACE_BOUND('',#162,.T.);
#162 = EDGE_LOOP('',(#163,#164,#187,#215));
#163 = ORIENTED_EDGE('',*,*,#107,.T.);
#164 = ORIENTED_EDGE('',*,*,#165,.T.);
#165 = EDGE_CURVE('',#80,#166,#168,.T.);
#166 = VERTEX_POINT('',#167);
#167 = CARTESIAN_POINT('',(5.8,-4.575,10.));
#168 = SURFACE_CURVE('',#169,(#173,#180),.PCURVE_S1.);
#169 = LINE('',#170,#171);
#170 = CARTESIAN_POINT('',(5.8,3.925,10.));
#171 = VECTOR('',#172,1.);
#172 = DIRECTION('',(0.,-1.,0.));
#173 = PCURVE('',#123,#174);
#174 = DEFINITIONAL_REPRESENTATION('',(#175),#179);
#175 = LINE('',#176,#177);
#176 = CARTESIAN_POINT('',(0.,-10.));
#177 = VECTOR('',#178,1.);
#178 = DIRECTION('',(1.,0.));
#179 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
) );
#180 = PCURVE('',#95,#181);
#181 = DEFINITIONAL_REPRESENTATION('',(#182),#186);
#182 = LINE('',#183,#184);
#183 = CARTESIAN_POINT('',(-5.8,4.25));
#184 = VECTOR('',#185,1.);
#185 = DIRECTION('',(0.,-1.));
#186 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
) );
#187 = ORIENTED_EDGE('',*,*,#188,.F.);
#188 = EDGE_CURVE('',#189,#166,#191,.T.);
#189 = VERTEX_POINT('',#190);
#190 = CARTESIAN_POINT('',(5.8,-4.575,0.));
#191 = SURFACE_CURVE('',#192,(#196,#203),.PCURVE_S1.);
#192 = LINE('',#193,#194);
#193 = CARTESIAN_POINT('',(5.8,-4.575,0.));
#194 = VECTOR('',#195,1.);
#195 = DIRECTION('',(0.,0.,1.));
#196 = PCURVE('',#123,#197);
#197 = DEFINITIONAL_REPRESENTATION('',(#198),#202);
#198 = LINE('',#199,#200);
#199 = CARTESIAN_POINT('',(8.5,0.));
#200 = VECTOR('',#201,1.);
#201 = DIRECTION('',(0.,-1.));
#202 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
) );
#203 = PCURVE('',#204,#209);
#204 = PLANE('',#205);
#205 = AXIS2_PLACEMENT_3D('',#206,#207,#208);
#206 = CARTESIAN_POINT('',(5.8,-4.575,0.));
#207 = DIRECTION('',(0.,-1.,0.));
#208 = DIRECTION('',(-1.,0.,0.));
#209 = DEFINITIONAL_REPRESENTATION('',(#210),#214);
#210 = LINE('',#211,#212);
#211 = CARTESIAN_POINT('',(0.,-0.));
#212 = VECTOR('',#213,1.);
#213 = DIRECTION('',(0.,-1.));
#214 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
) );
#215 = ORIENTED_EDGE('',*,*,#216,.F.);
#216 = EDGE_CURVE('',#108,#189,#217,.T.);
#217 = SURFACE_CURVE('',#218,(#222,#229),.PCURVE_S1.);
#218 = LINE('',#219,#220);
#219 = CARTESIAN_POINT('',(5.8,3.925,0.));
#220 = VECTOR('',#221,1.);
#221 = DIRECTION('',(0.,-1.,0.));
#222 = PCURVE('',#123,#223);
#223 = DEFINITIONAL_REPRESENTATION('',(#224),#228);
#224 = LINE('',#225,#226);
#225 = CARTESIAN_POINT('',(0.,0.));
#226 = VECTOR('',#227,1.);
#227 = DIRECTION('',(1.,0.));
#228 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
) );
#229 = PCURVE('',#149,#230);
#230 = DEFINITIONAL_REPRESENTATION('',(#231),#235);
#231 = LINE('',#232,#233);
#232 = CARTESIAN_POINT('',(-5.8,4.25));
#233 = VECTOR('',#234,1.);
#234 = DIRECTION('',(0.,-1.));
#235 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
) );
#236 = ADVANCED_FACE('',(#237),#204,.T.);
#237 = FACE_BOUND('',#238,.T.);
#238 = EDGE_LOOP('',(#239,#240,#263,#286));
#239 = ORIENTED_EDGE('',*,*,#188,.T.);
#240 = ORIENTED_EDGE('',*,*,#241,.T.);
#241 = EDGE_CURVE('',#166,#242,#244,.T.);
#242 = VERTEX_POINT('',#243);
#243 = CARTESIAN_POINT('',(-5.8,-4.575,10.));
#244 = SURFACE_CURVE('',#245,(#249,#256),.PCURVE_S1.);
#245 = LINE('',#246,#247);
#246 = CARTESIAN_POINT('',(5.8,-4.575,10.));
#247 = VECTOR('',#248,1.);
#248 = DIRECTION('',(-1.,0.,0.));
#249 = PCURVE('',#204,#250);
#250 = DEFINITIONAL_REPRESENTATION('',(#251),#255);
#251 = LINE('',#252,#253);
#252 = CARTESIAN_POINT('',(0.,-10.));
#253 = VECTOR('',#254,1.);
#254 = DIRECTION('',(1.,0.));
#255 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
) );
#256 = PCURVE('',#95,#257);
#257 = DEFINITIONAL_REPRESENTATION('',(#258),#262);
#258 = LINE('',#259,#260);
#259 = CARTESIAN_POINT('',(-5.8,-4.25));
#260 = VECTOR('',#261,1.);
#261 = DIRECTION('',(1.,0.));
#262 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
) );
#263 = ORIENTED_EDGE('',*,*,#264,.F.);
#264 = EDGE_CURVE('',#265,#242,#267,.T.);
#265 = VERTEX_POINT('',#266);
#266 = CARTESIAN_POINT('',(-5.8,-4.575,0.));
#267 = SURFACE_CURVE('',#268,(#272,#279),.PCURVE_S1.);
#268 = LINE('',#269,#270);
#269 = CARTESIAN_POINT('',(-5.8,-4.575,0.));
#270 = VECTOR('',#271,1.);
#271 = DIRECTION('',(0.,0.,1.));
#272 = PCURVE('',#204,#273);
#273 = DEFINITIONAL_REPRESENTATION('',(#274),#278);
#274 = LINE('',#275,#276);
#275 = CARTESIAN_POINT('',(11.6,0.));
#276 = VECTOR('',#277,1.);
#277 = DIRECTION('',(0.,-1.));
#278 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
) );
#279 = PCURVE('',#67,#280);
#280 = DEFINITIONAL_REPRESENTATION('',(#281),#285);
#281 = LINE('',#282,#283);
#282 = CARTESIAN_POINT('',(0.,0.));
#283 = VECTOR('',#284,1.);
#284 = DIRECTION('',(0.,-1.));
#285 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
) );
#286 = ORIENTED_EDGE('',*,*,#287,.F.);
#287 = EDGE_CURVE('',#189,#265,#288,.T.);
#288 = SURFACE_CURVE('',#289,(#293,#300),.PCURVE_S1.);
#289 = LINE('',#290,#291);
#290 = CARTESIAN_POINT('',(5.8,-4.575,0.));
#291 = VECTOR('',#292,1.);
#292 = DIRECTION('',(-1.,0.,0.));
#293 = PCURVE('',#204,#294);
#294 = DEFINITIONAL_REPRESENTATION('',(#295),#299);
#295 = LINE('',#296,#297);
#296 = CARTESIAN_POINT('',(0.,-0.));
#297 = VECTOR('',#298,1.);
#298 = DIRECTION('',(1.,0.));
#299 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
) );
#300 = PCURVE('',#149,#301);
#301 = DEFINITIONAL_REPRESENTATION('',(#302),#306);
#302 = LINE('',#303,#304);
#303 = CARTESIAN_POINT('',(-5.8,-4.25));
#304 = VECTOR('',#305,1.);
#305 = DIRECTION('',(1.,0.));
#306 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
) );
#307 = ADVANCED_FACE('',(#308),#67,.T.);
#308 = FACE_BOUND('',#309,.T.);
#309 = EDGE_LOOP('',(#310,#311,#332,#333));
#310 = ORIENTED_EDGE('',*,*,#264,.T.);
#311 = ORIENTED_EDGE('',*,*,#312,.T.);
#312 = EDGE_CURVE('',#242,#47,#313,.T.);
#313 = SURFACE_CURVE('',#314,(#318,#325),.PCURVE_S1.);
#314 = LINE('',#315,#316);
#315 = CARTESIAN_POINT('',(-5.8,-4.575,10.));
#316 = VECTOR('',#317,1.);
#317 = DIRECTION('',(0.,1.,0.));
#318 = PCURVE('',#67,#319);
#319 = DEFINITIONAL_REPRESENTATION('',(#320),#324);
#320 = LINE('',#321,#322);
#321 = CARTESIAN_POINT('',(0.,-10.));
#322 = VECTOR('',#323,1.);
#323 = DIRECTION('',(1.,0.));
#324 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
) );
#325 = PCURVE('',#95,#326);
#326 = DEFINITIONAL_REPRESENTATION('',(#327),#331);
#327 = LINE('',#328,#329);
#328 = CARTESIAN_POINT('',(5.8,-4.25));
#329 = VECTOR('',#330,1.);
#330 = DIRECTION('',(0.,1.));
#331 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
) );
#332 = ORIENTED_EDGE('',*,*,#44,.F.);
#333 = ORIENTED_EDGE('',*,*,#334,.F.);
#334 = EDGE_CURVE('',#265,#45,#335,.T.);
#335 = SURFACE_CURVE('',#336,(#340,#347),.PCURVE_S1.);
#336 = LINE('',#337,#338);
#337 = CARTESIAN_POINT('',(-5.8,-4.575,0.));
#338 = VECTOR('',#339,1.);
#339 = DIRECTION('',(0.,1.,0.));
#340 = PCURVE('',#67,#341);
#341 = DEFINITIONAL_REPRESENTATION('',(#342),#346);
#342 = LINE('',#343,#344);
#343 = CARTESIAN_POINT('',(0.,0.));
#344 = VECTOR('',#345,1.);
#345 = DIRECTION('',(1.,0.));
#346 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
) );
#347 = PCURVE('',#149,#348);
#348 = DEFINITIONAL_REPRESENTATION('',(#349),#353);
#349 = LINE('',#350,#351);
#350 = CARTESIAN_POINT('',(5.8,-4.25));
#351 = VECTOR('',#352,1.);
#352 = DIRECTION('',(0.,1.));
#353 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
) );
#354 = ADVANCED_FACE('',(#355),#149,.T.);
#355 = FACE_BOUND('',#356,.T.);
#356 = EDGE_LOOP('',(#357,#358,#359,#360));
#357 = ORIENTED_EDGE('',*,*,#135,.T.);
#358 = ORIENTED_EDGE('',*,*,#216,.T.);
#359 = ORIENTED_EDGE('',*,*,#287,.T.);
#360 = ORIENTED_EDGE('',*,*,#334,.T.);
#361 = ADVANCED_FACE('',(#362),#95,.F.);
#362 = FACE_BOUND('',#363,.F.);
#363 = EDGE_LOOP('',(#364,#365,#366,#367));
#364 = ORIENTED_EDGE('',*,*,#79,.T.);
#365 = ORIENTED_EDGE('',*,*,#165,.T.);
#366 = ORIENTED_EDGE('',*,*,#241,.T.);
#367 = ORIENTED_EDGE('',*,*,#312,.T.);
#368 = ( GEOMETRIC_REPRESENTATION_CONTEXT(3)
GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT((#372)) GLOBAL_UNIT_ASSIGNED_CONTEXT
((#369,#370,#371)) REPRESENTATION_CONTEXT('Context #1',
'3D Context with UNIT and UNCERTAINTY') );
#369 = ( LENGTH_UNIT() NAMED_UNIT(*) SI_UNIT(.MILLI.,.METRE.) );
#370 = ( NAMED_UNIT(*) PLANE_ANGLE_UNIT() SI_UNIT($,.RADIAN.) );
#371 = ( NAMED_UNIT(*) SI_UNIT($,.STERADIAN.) SOLID_ANGLE_UNIT() );
#372 = UNCERTAINTY_MEASURE_WITH_UNIT(LENGTH_MEASURE(1.E-07),#369,
'distance_accuracy_value','confusion accuracy');
#373 = SHAPE_DEFINITION_REPRESENTATION(#374,#37);
#374 = PRODUCT_DEFINITION_SHAPE('','',#375);
#375 = PRODUCT_DEFINITION('design','',#376,#379);
#376 = PRODUCT_DEFINITION_FORMATION('','',#377);
#377 = PRODUCT('Body','Body','',(#378));
#378 = PRODUCT_CONTEXT('',#2,'mechanical');
#379 = PRODUCT_DEFINITION_CONTEXT('part definition',#2,'design');
#380 = CONTEXT_DEPENDENT_SHAPE_REPRESENTATION(#381,#383);
#381 = ( REPRESENTATION_RELATIONSHIP('','',#37,#10)
REPRESENTATION_RELATIONSHIP_WITH_TRANSFORMATION(#382)
SHAPE_REPRESENTATION_RELATIONSHIP() );
#382 = ITEM_DEFINED_TRANSFORMATION('','',#11,#15);
#383 = PRODUCT_DEFINITION_SHAPE('Placement','Placement of an item',#384
);
#384 = NEXT_ASSEMBLY_USAGE_OCCURRENCE('1','=>[0:1:1:2]','',#5,#375,$);
#385 = PRODUCT_RELATED_PRODUCT_CATEGORY('part',$,(#377));
#386 = SHAPE_REPRESENTATION('',(#11,#387,#485,#583),#681);
#387 = MANIFOLD_SOLID_BREP('',#388);
#388 = CLOSED_SHELL('',(#389,#477,#481));
#389 = ADVANCED_FACE('',(#390),#403,.T.);
#390 = FACE_BOUND('',#391,.T.);
#391 = EDGE_LOOP('',(#392,#426,#449,#476));
#392 = ORIENTED_EDGE('',*,*,#393,.F.);
#393 = EDGE_CURVE('',#394,#394,#396,.T.);
#394 = VERTEX_POINT('',#395);
#395 = CARTESIAN_POINT('',(-2.14,1.925,1.E-01));
#396 = SURFACE_CURVE('',#397,(#402,#414),.PCURVE_S1.);
#397 = CIRCLE('',#398,0.4);
#398 = AXIS2_PLACEMENT_3D('',#399,#400,#401);
#399 = CARTESIAN_POINT('',(-2.54,1.925,1.E-01));
#400 = DIRECTION('',(0.,0.,1.));
#401 = DIRECTION('',(1.,0.,0.));
#402 = PCURVE('',#403,#408);
#403 = CYLINDRICAL_SURFACE('',#404,0.4);
#404 = AXIS2_PLACEMENT_3D('',#405,#406,#407);
#405 = CARTESIAN_POINT('',(-2.54,1.925,-5.));
#406 = DIRECTION('',(0.,0.,1.));
#407 = DIRECTION('',(1.,0.,0.));
#408 = DEFINITIONAL_REPRESENTATION('',(#409),#413);
#409 = LINE('',#410,#411);
#410 = CARTESIAN_POINT('',(0.,5.1));
#411 = VECTOR('',#412,1.);
#412 = DIRECTION('',(1.,0.));
#413 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
) );
#414 = PCURVE('',#415,#420);
#415 = PLANE('',#416);
#416 = AXIS2_PLACEMENT_3D('',#417,#418,#419);
#417 = CARTESIAN_POINT('',(-2.54,1.925,1.E-01));
#418 = DIRECTION('',(0.,0.,1.));
#419 = DIRECTION('',(1.,0.,0.));
#420 = DEFINITIONAL_REPRESENTATION('',(#421),#425);
#421 = CIRCLE('',#422,0.4);
#422 = AXIS2_PLACEMENT_2D('',#423,#424);
#423 = CARTESIAN_POINT('',(0.,0.));
#424 = DIRECTION('',(1.,0.));
#425 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
) );
#426 = ORIENTED_EDGE('',*,*,#427,.F.);
#427 = EDGE_CURVE('',#428,#394,#430,.T.);
#428 = VERTEX_POINT('',#429);
#429 = CARTESIAN_POINT('',(-2.14,1.925,-5.));
#430 = SEAM_CURVE('',#431,(#435,#442),.PCURVE_S1.);
#431 = LINE('',#432,#433);
#432 = CARTESIAN_POINT('',(-2.14,1.925,-5.));
#433 = VECTOR('',#434,1.);
#434 = DIRECTION('',(0.,0.,1.));
#435 = PCURVE('',#403,#436);
#436 = DEFINITIONAL_REPRESENTATION('',(#437),#441);
#437 = LINE('',#438,#439);
#438 = CARTESIAN_POINT('',(6.28318530718,-0.));
#439 = VECTOR('',#440,1.);
#440 = DIRECTION('',(0.,1.));
#441 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
) );
#442 = PCURVE('',#403,#443);
#443 = DEFINITIONAL_REPRESENTATION('',(#444),#448);
#444 = LINE('',#445,#446);
#445 = CARTESIAN_POINT('',(0.,-0.));
#446 = VECTOR('',#447,1.);
#447 = DIRECTION('',(0.,1.));
#448 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
) );
#449 = ORIENTED_EDGE('',*,*,#450,.T.);
#450 = EDGE_CURVE('',#428,#428,#451,.T.);
#451 = SURFACE_CURVE('',#452,(#457,#464),.PCURVE_S1.);
#452 = CIRCLE('',#453,0.4);
#453 = AXIS2_PLACEMENT_3D('',#454,#455,#456);
#454 = CARTESIAN_POINT('',(-2.54,1.925,-5.));
#455 = DIRECTION('',(0.,0.,1.));
#456 = DIRECTION('',(1.,0.,0.));
#457 = PCURVE('',#403,#458);
#458 = DEFINITIONAL_REPRESENTATION('',(#459),#463);
#459 = LINE('',#460,#461);
#460 = CARTESIAN_POINT('',(0.,0.));
#461 = VECTOR('',#462,1.);
#462 = DIRECTION('',(1.,0.));
#463 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
) );
#464 = PCURVE('',#465,#470);
#465 = PLANE('',#466);
#466 = AXIS2_PLACEMENT_3D('',#467,#468,#469);
#467 = CARTESIAN_POINT('',(-2.54,1.925,-5.));
#468 = DIRECTION('',(0.,0.,1.));
#469 = DIRECTION('',(1.,0.,0.));
#470 = DEFINITIONAL_REPRESENTATION('',(#471),#475);
#471 = CIRCLE('',#472,0.4);
#472 = AXIS2_PLACEMENT_2D('',#473,#474);
#473 = CARTESIAN_POINT('',(0.,0.));
#474 = DIRECTION('',(1.,0.));
#475 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
) );
#476 = ORIENTED_EDGE('',*,*,#427,.T.);
#477 = ADVANCED_FACE('',(#478),#415,.T.);
#478 = FACE_BOUND('',#479,.T.);
#479 = EDGE_LOOP('',(#480));
#480 = ORIENTED_EDGE('',*,*,#393,.T.);
#481 = ADVANCED_FACE('',(#482),#465,.F.);
#482 = FACE_BOUND('',#483,.T.);
#483 = EDGE_LOOP('',(#484));
#484 = ORIENTED_EDGE('',*,*,#450,.F.);
#485 = MANIFOLD_SOLID_BREP('',#486);
#486 = CLOSED_SHELL('',(#487,#575,#579));
#487 = ADVANCED_FACE('',(#488),#501,.T.);
#488 = FACE_BOUND('',#489,.T.);
#489 = EDGE_LOOP('',(#490,#524,#547,#574));
#490 = ORIENTED_EDGE('',*,*,#491,.F.);
#491 = EDGE_CURVE('',#492,#492,#494,.T.);
#492 = VERTEX_POINT('',#493);
#493 = CARTESIAN_POINT('',(0.4,1.925,1.E-01));
#494 = SURFACE_CURVE('',#495,(#500,#512),.PCURVE_S1.);
#495 = CIRCLE('',#496,0.4);
#496 = AXIS2_PLACEMENT_3D('',#497,#498,#499);
#497 = CARTESIAN_POINT('',(0.,1.925,1.E-01));
#498 = DIRECTION('',(0.,0.,1.));
#499 = DIRECTION('',(1.,0.,0.));
#500 = PCURVE('',#501,#506);
#501 = CYLINDRICAL_SURFACE('',#502,0.4);
#502 = AXIS2_PLACEMENT_3D('',#503,#504,#505);
#503 = CARTESIAN_POINT('',(0.,1.925,-5.));
#504 = DIRECTION('',(0.,0.,1.));
#505 = DIRECTION('',(1.,0.,0.));
#506 = DEFINITIONAL_REPRESENTATION('',(#507),#511);
#507 = LINE('',#508,#509);
#508 = CARTESIAN_POINT('',(0.,5.1));
#509 = VECTOR('',#510,1.);
#510 = DIRECTION('',(1.,0.));
#511 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
) );
#512 = PCURVE('',#513,#518);
#513 = PLANE('',#514);
#514 = AXIS2_PLACEMENT_3D('',#515,#516,#517);
#515 = CARTESIAN_POINT('',(0.,1.925,1.E-01));
#516 = DIRECTION('',(0.,0.,1.));
#517 = DIRECTION('',(1.,0.,0.));
#518 = DEFINITIONAL_REPRESENTATION('',(#519),#523);
#519 = CIRCLE('',#520,0.4);
#520 = AXIS2_PLACEMENT_2D('',#521,#522);
#521 = CARTESIAN_POINT('',(0.,0.));
#522 = DIRECTION('',(1.,0.));
#523 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
) );
#524 = ORIENTED_EDGE('',*,*,#525,.F.);
#525 = EDGE_CURVE('',#526,#492,#528,.T.);
#526 = VERTEX_POINT('',#527);
#527 = CARTESIAN_POINT('',(0.4,1.925,-5.));
#528 = SEAM_CURVE('',#529,(#533,#540),.PCURVE_S1.);
#529 = LINE('',#530,#531);
#530 = CARTESIAN_POINT('',(0.4,1.925,-5.));
#531 = VECTOR('',#532,1.);
#532 = DIRECTION('',(0.,0.,1.));
#533 = PCURVE('',#501,#534);
#534 = DEFINITIONAL_REPRESENTATION('',(#535),#539);
#535 = LINE('',#536,#537);
#536 = CARTESIAN_POINT('',(6.28318530718,-0.));
#537 = VECTOR('',#538,1.);
#538 = DIRECTION('',(0.,1.));
#539 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
) );
#540 = PCURVE('',#501,#541);
#541 = DEFINITIONAL_REPRESENTATION('',(#542),#546);
#542 = LINE('',#543,#544);
#543 = CARTESIAN_POINT('',(0.,-0.));
#544 = VECTOR('',#545,1.);
#545 = DIRECTION('',(0.,1.));
#546 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
) );
#547 = ORIENTED_EDGE('',*,*,#548,.T.);
#548 = EDGE_CURVE('',#526,#526,#549,.T.);
#549 = SURFACE_CURVE('',#550,(#555,#562),.PCURVE_S1.);
#550 = CIRCLE('',#551,0.4);
#551 = AXIS2_PLACEMENT_3D('',#552,#553,#554);
#552 = CARTESIAN_POINT('',(0.,1.925,-5.));
#553 = DIRECTION('',(0.,0.,1.));
#554 = DIRECTION('',(1.,0.,0.));
#555 = PCURVE('',#501,#556);
#556 = DEFINITIONAL_REPRESENTATION('',(#557),#561);
#557 = LINE('',#558,#559);
#558 = CARTESIAN_POINT('',(0.,0.));
#559 = VECTOR('',#560,1.);
#560 = DIRECTION('',(1.,0.));
#561 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
) );
#562 = PCURVE('',#563,#568);
#563 = PLANE('',#564);
#564 = AXIS2_PLACEMENT_3D('',#565,#566,#567);
#565 = CARTESIAN_POINT('',(0.,1.925,-5.));
#566 = DIRECTION('',(0.,0.,1.));
#567 = DIRECTION('',(1.,0.,0.));
#568 = DEFINITIONAL_REPRESENTATION('',(#569),#573);
#569 = CIRCLE('',#570,0.4);
#570 = AXIS2_PLACEMENT_2D('',#571,#572);
#571 = CARTESIAN_POINT('',(0.,0.));
#572 = DIRECTION('',(1.,0.));
#573 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
) );
#574 = ORIENTED_EDGE('',*,*,#525,.T.);
#575 = ADVANCED_FACE('',(#576),#513,.T.);
#576 = FACE_BOUND('',#577,.T.);
#577 = EDGE_LOOP('',(#578));
#578 = ORIENTED_EDGE('',*,*,#491,.T.);
#579 = ADVANCED_FACE('',(#580),#563,.F.);
#580 = FACE_BOUND('',#581,.T.);
#581 = EDGE_LOOP('',(#582));
#582 = ORIENTED_EDGE('',*,*,#548,.F.);
#583 = MANIFOLD_SOLID_BREP('',#584);
#584 = CLOSED_SHELL('',(#585,#673,#677));
#585 = ADVANCED_FACE('',(#586),#599,.T.);
#586 = FACE_BOUND('',#587,.T.);
#587 = EDGE_LOOP('',(#588,#622,#645,#672));
#588 = ORIENTED_EDGE('',*,*,#589,.F.);
#589 = EDGE_CURVE('',#590,#590,#592,.T.);
#590 = VERTEX_POINT('',#591);
#591 = CARTESIAN_POINT('',(2.94,1.925,1.E-01));
#592 = SURFACE_CURVE('',#593,(#598,#610),.PCURVE_S1.);
#593 = CIRCLE('',#594,0.4);
#594 = AXIS2_PLACEMENT_3D('',#595,#596,#597);
#595 = CARTESIAN_POINT('',(2.54,1.925,1.E-01));
#596 = DIRECTION('',(0.,0.,1.));
#597 = DIRECTION('',(1.,0.,0.));
#598 = PCURVE('',#599,#604);
#599 = CYLINDRICAL_SURFACE('',#600,0.4);
#600 = AXIS2_PLACEMENT_3D('',#601,#602,#603);
#601 = CARTESIAN_POINT('',(2.54,1.925,-5.));
#602 = DIRECTION('',(0.,0.,1.));
#603 = DIRECTION('',(1.,0.,0.));
#604 = DEFINITIONAL_REPRESENTATION('',(#605),#609);
#605 = LINE('',#606,#607);
#606 = CARTESIAN_POINT('',(0.,5.1));
#607 = VECTOR('',#608,1.);
#608 = DIRECTION('',(1.,0.));
#609 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
) );
#610 = PCURVE('',#611,#616);
#611 = PLANE('',#612);
#612 = AXIS2_PLACEMENT_3D('',#613,#614,#615);
#613 = CARTESIAN_POINT('',(2.54,1.925,1.E-01));
#614 = DIRECTION('',(0.,0.,1.));
#615 = DIRECTION('',(1.,0.,0.));
#616 = DEFINITIONAL_REPRESENTATION('',(#617),#621);
#617 = CIRCLE('',#618,0.4);
#618 = AXIS2_PLACEMENT_2D('',#619,#620);
#619 = CARTESIAN_POINT('',(0.,0.));
#620 = DIRECTION('',(1.,0.));
#621 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
) );
#622 = ORIENTED_EDGE('',*,*,#623,.F.);
#623 = EDGE_CURVE('',#624,#590,#626,.T.);
#624 = VERTEX_POINT('',#625);
#625 = CARTESIAN_POINT('',(2.94,1.925,-5.));
#626 = SEAM_CURVE('',#627,(#631,#638),.PCURVE_S1.);
#627 = LINE('',#628,#629);
#628 = CARTESIAN_POINT('',(2.94,1.925,-5.));
#629 = VECTOR('',#630,1.);
#630 = DIRECTION('',(0.,0.,1.));
#631 = PCURVE('',#599,#632);
#632 = DEFINITIONAL_REPRESENTATION('',(#633),#637);
#633 = LINE('',#634,#635);
#634 = CARTESIAN_POINT('',(6.28318530718,-0.));
#635 = VECTOR('',#636,1.);
#636 = DIRECTION('',(0.,1.));
#637 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
) );
#638 = PCURVE('',#599,#639);
#639 = DEFINITIONAL_REPRESENTATION('',(#640),#644);
#640 = LINE('',#641,#642);
#641 = CARTESIAN_POINT('',(0.,-0.));
#642 = VECTOR('',#643,1.);
#643 = DIRECTION('',(0.,1.));
#644 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
) );
#645 = ORIENTED_EDGE('',*,*,#646,.T.);
#646 = EDGE_CURVE('',#624,#624,#647,.T.);
#647 = SURFACE_CURVE('',#648,(#653,#660),.PCURVE_S1.);
#648 = CIRCLE('',#649,0.4);
#649 = AXIS2_PLACEMENT_3D('',#650,#651,#652);
#650 = CARTESIAN_POINT('',(2.54,1.925,-5.));
#651 = DIRECTION('',(0.,0.,1.));
#652 = DIRECTION('',(1.,0.,0.));
#653 = PCURVE('',#599,#654);
#654 = DEFINITIONAL_REPRESENTATION('',(#655),#659);
#655 = LINE('',#656,#657);
#656 = CARTESIAN_POINT('',(0.,0.));
#657 = VECTOR('',#658,1.);
#658 = DIRECTION('',(1.,0.));
#659 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
) );
#660 = PCURVE('',#661,#666);
#661 = PLANE('',#662);
#662 = AXIS2_PLACEMENT_3D('',#663,#664,#665);
#663 = CARTESIAN_POINT('',(2.54,1.925,-5.));
#664 = DIRECTION('',(0.,0.,1.));
#665 = DIRECTION('',(1.,0.,0.));
#666 = DEFINITIONAL_REPRESENTATION('',(#667),#671);
#667 = CIRCLE('',#668,0.4);
#668 = AXIS2_PLACEMENT_2D('',#669,#670);
#669 = CARTESIAN_POINT('',(0.,0.));
#670 = DIRECTION('',(1.,0.));
#671 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
) );
#672 = ORIENTED_EDGE('',*,*,#623,.T.);
#673 = ADVANCED_FACE('',(#674),#611,.T.);
#674 = FACE_BOUND('',#675,.T.);
#675 = EDGE_LOOP('',(#676));
#676 = ORIENTED_EDGE('',*,*,#589,.T.);
#677 = ADVANCED_FACE('',(#678),#661,.F.);
#678 = FACE_BOUND('',#679,.T.);
#679 = EDGE_LOOP('',(#680));
#680 = ORIENTED_EDGE('',*,*,#646,.F.);
#681 = ( GEOMETRIC_REPRESENTATION_CONTEXT(3)
GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT((#685)) GLOBAL_UNIT_ASSIGNED_CONTEXT
((#682,#683,#684)) REPRESENTATION_CONTEXT('Context #1',
'3D Context with UNIT and UNCERTAINTY') );
#682 = ( LENGTH_UNIT() NAMED_UNIT(*) SI_UNIT(.MILLI.,.METRE.) );
#683 = ( NAMED_UNIT(*) PLANE_ANGLE_UNIT() SI_UNIT($,.RADIAN.) );
#684 = ( NAMED_UNIT(*) SI_UNIT($,.STERADIAN.) SOLID_ANGLE_UNIT() );
#685 = UNCERTAINTY_MEASURE_WITH_UNIT(LENGTH_MEASURE(1.E-07),#682,
'distance_accuracy_value','confusion accuracy');
#686 = SHAPE_DEFINITION_REPRESENTATION(#687,#386);
#687 = PRODUCT_DEFINITION_SHAPE('','',#688);
#688 = PRODUCT_DEFINITION('design','',#689,#692);
#689 = PRODUCT_DEFINITION_FORMATION('','',#690);
#690 = PRODUCT('Leads','Leads','',(#691));
#691 = PRODUCT_CONTEXT('',#2,'mechanical');
#692 = PRODUCT_DEFINITION_CONTEXT('part definition',#2,'design');
#693 = CONTEXT_DEPENDENT_SHAPE_REPRESENTATION(#694,#696);
#694 = ( REPRESENTATION_RELATIONSHIP('','',#386,#10)
REPRESENTATION_RELATIONSHIP_WITH_TRANSFORMATION(#695)
SHAPE_REPRESENTATION_RELATIONSHIP() );
#695 = ITEM_DEFINED_TRANSFORMATION('','',#11,#19);
#696 = PRODUCT_DEFINITION_SHAPE('Placement','Placement of an item',#697
);
#697 = NEXT_ASSEMBLY_USAGE_OCCURRENCE('2','=>[0:1:1:5]','',#5,#688,$);
#698 = PRODUCT_RELATED_PRODUCT_CATEGORY('part',$,(#690));
#699 = CONTEXT_DEPENDENT_SHAPE_REPRESENTATION(#700,#702);
#700 = ( REPRESENTATION_RELATIONSHIP('','',#386,#10)
REPRESENTATION_RELATIONSHIP_WITH_TRANSFORMATION(#701)
SHAPE_REPRESENTATION_RELATIONSHIP() );
#701 = ITEM_DEFINED_TRANSFORMATION('','',#11,#23);
#702 = PRODUCT_DEFINITION_SHAPE('Placement','Placement of an item',#703
);
#703 = NEXT_ASSEMBLY_USAGE_OCCURRENCE('3','','',#5,#688,$);
#704 = CONTEXT_DEPENDENT_SHAPE_REPRESENTATION(#705,#707);
#705 = ( REPRESENTATION_RELATIONSHIP('','',#386,#10)
REPRESENTATION_RELATIONSHIP_WITH_TRANSFORMATION(#706)
SHAPE_REPRESENTATION_RELATIONSHIP() );
#706 = ITEM_DEFINED_TRANSFORMATION('','',#11,#27);
#707 = PRODUCT_DEFINITION_SHAPE('Placement','Placement of an item',#708
);
#708 = NEXT_ASSEMBLY_USAGE_OCCURRENCE('4','','',#5,#688,$);
#709 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION('',(#710)
,#368);
#710 = STYLED_ITEM('color',(#711),#38);
#711 = PRESENTATION_STYLE_ASSIGNMENT((#712,#718));
#712 = SURFACE_STYLE_USAGE(.BOTH.,#713);
#713 = SURFACE_SIDE_STYLE('',(#714));
#714 = SURFACE_STYLE_FILL_AREA(#715);
#715 = FILL_AREA_STYLE('',(#716));
#716 = FILL_AREA_STYLE_COLOUR('',#717);
#717 = COLOUR_RGB('',0.300000011921,0.300000011921,0.300000011921);
#718 = CURVE_STYLE('',#719,POSITIVE_LENGTH_MEASURE(0.1),#717);
#719 = DRAUGHTING_PRE_DEFINED_CURVE_FONT('continuous');
#720 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION('',(#721,
#731,#740),#681);
#721 = STYLED_ITEM('color',(#722),#387);
#722 = PRESENTATION_STYLE_ASSIGNMENT((#723,#729));
#723 = SURFACE_STYLE_USAGE(.BOTH.,#724);
#724 = SURFACE_SIDE_STYLE('',(#725));
#725 = SURFACE_STYLE_FILL_AREA(#726);
#726 = FILL_AREA_STYLE('',(#727));
#727 = FILL_AREA_STYLE_COLOUR('',#728);
#728 = COLOUR_RGB('',0.73400002718,0.773000001907,0.79699999094);
#729 = CURVE_STYLE('',#730,POSITIVE_LENGTH_MEASURE(0.1),#728);
#730 = DRAUGHTING_PRE_DEFINED_CURVE_FONT('continuous');
#731 = STYLED_ITEM('color',(#732),#485);
#732 = PRESENTATION_STYLE_ASSIGNMENT((#733,#738));
#733 = SURFACE_STYLE_USAGE(.BOTH.,#734);
#734 = SURFACE_SIDE_STYLE('',(#735));
#735 = SURFACE_STYLE_FILL_AREA(#736);
#736 = FILL_AREA_STYLE('',(#737));
#737 = FILL_AREA_STYLE_COLOUR('',#728);
#738 = CURVE_STYLE('',#739,POSITIVE_LENGTH_MEASURE(0.1),#728);
#739 = DRAUGHTING_PRE_DEFINED_CURVE_FONT('continuous');
#740 = STYLED_ITEM('color',(#741),#583);
#741 = PRESENTATION_STYLE_ASSIGNMENT((#742,#747));
#742 = SURFACE_STYLE_USAGE(.BOTH.,#743);
#743 = SURFACE_SIDE_STYLE('',(#744));
#744 = SURFACE_STYLE_FILL_AREA(#745);
#745 = FILL_AREA_STYLE('',(#746));
#746 = FILL_AREA_STYLE_COLOUR('',#728);
#747 = CURVE_STYLE('',#748,POSITIVE_LENGTH_MEASURE(0.1),#728);
#748 = DRAUGHTING_PRE_DEFINED_CURVE_FONT('continuous');
ENDSEC;
END-ISO-10303-21;

View File

@ -0,0 +1,6 @@
909731
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
909731/1031803/2.50/3/4/Power Supply

View File

@ -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>

View File

@ -0,0 +1,210 @@
(CADSTARPCB
(HEADER
(FORMAT LIBRARY 2 18)
(JOBFILE "")
(JOBTITLE "")
(GENERATOR "")
(RESOLUTION
(METRIC HUNDREDTH MICRON)
)
(TIMESTAMP 2024 12 19 18 39 08)
)
(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 "c150_h100"
(ROUND 150000)
(DRILL 100000)
)
(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 "173010542" "" (PT 50000000 50000000)
(VERSION 1)
(FIGURE FIG0 LC14 LAY14
(OUTLINE (PT 49420000 50392500) (PT 50580000 50392500) (PT 50580000 49542500) (PT 49420000 49542500) (PT 49420000 50392500))
)
(FIGURE FIG1 LC11 LAY10
(OUTLINE (PT 49420000 50392500) (PT 50580000 50392500) (PT 50580000 49542500) (PT 49420000 49542500) (PT 49420000 50392500))
)
(FIGURE FIG2 LC15 LAY12
(OUTLINE (PT 49320000 50557500) (PT 50680000 50557500) (PT 50680000 49442500) (PT 49320000 49442500) (PT 49320000 50557500))
)
(FIGURE FIG3 LC11 LAY10
(OPENSHAPE (PT 49740000 50447500) (PT 49740000 50447500))
)
(FIGURE FIG4 LC11 LAY10
(OPENSHAPE (PT 49760000 50447500)
(ACWARC (PT 49750000 50447500) (PT 49740000 50447500))
)
)
(FIGURE FIG5 LC11 LAY10
(OPENSHAPE (PT 49760000 50447500) (PT 49760000 50447500))
)
(FIGURE FIG6 LC11 LAY10
(OPENSHAPE (PT 49740000 50447500)
(ACWARC (PT 49750000 50447500) (PT 49760000 50447500))
)
)
(PAD 1 (PT 49746000 50192500) PC0 THRU
(FIRSTPAD)
(PADIDENTIFIER "1")
)
(PAD 2 (PT 50000000 50192500) PC0 THRU
(PADIDENTIFIER "2")
)
(PAD 3 (PT 50254000 50192500) PC0 THRU
(PADIDENTIFIER "3")
)
(TEXTLOC COMP_NAME TC10 LAY10 (PT 50000000 50000000)
(ALIGN CENTERCENTER)
)
)
)
)

View File

@ -0,0 +1,120 @@
(CADSTARSCM
(HEADER
(FORMAT SYMBOL 2 16)
(JOBFILE "")
(JOBTITLE "SamacSys ECAD Model")
(GENERATOR "909731/1031803/2.50/3/4/Power Supply")
(RESOLUTION(METRIC HUNDREDTH MICRON))
(TIMESTAMP 2024 12 19 18 39 08)
)
(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 "173010542" "" (PT 4572000 5842000)
(VERSION 1)
(FIGURE FIG0 LC1 NO_SHEET
(OPENSHAPE (PT 5080000 6096000) (PT 6350000 6096000) (PT 6350000 5080000) (PT 5080000 5080000) (PT 5080000 6096000))
)
(FIGURE FIG1 LC1 NO_SHEET
(OPENSHAPE (PT 4572000 5842000) (PT 5080000 5842000))
)
(FIGURE FIG2 LC1 NO_SHEET
(OPENSHAPE (PT 4572000 5588000) (PT 5080000 5588000))
)
(FIGURE FIG3 LC1 NO_SHEET
(OPENSHAPE (PT 4572000 5334000) (PT 5080000 5334000))
)
(TERMINAL 1 TC0 (PT 4572000 5842000))
(TERMINAL 2 TC0 (PT 4572000 5588000))
(TERMINAL 3 TC0 (PT 4572000 5334000))
(TEXTLOC SYMBOL_NAME TC8 (PT 6477000 6604000)
(ALIGN CENTERLEFT)
)
(TEXTLOC PART_NAME TC8 (PT 6477000 6350000)
(ALIGN CENTERLEFT)
)
(PINNUMNAMELOC 1 TC8 (PT 4927600 5842000)
(ALIGN BOTTOMRIGHT)
)
(PINNUMNAMELOC 2 TC8 (PT 4927600 5588000)
(ALIGN BOTTOMRIGHT)
)
(PINNUMNAMELOC 3 TC8 (PT 4927600 5334000)
(ALIGN BOTTOMRIGHT)
)
(PINLABELLOC 1 TC8 (PT 5156200 5842000)
(ALIGN CENTERLEFT)
)
(PINLABELLOC 2 TC8 (PT 5156200 5588000)
(ALIGN CENTERLEFT)
)
(PINLABELLOC 3 TC8 (PT 5156200 5334000)
(ALIGN CENTERLEFT)
)
)
)
)

View File

@ -0,0 +1,22 @@
(part "173010542"
(packageRef "173010542")
(interface
(port "1" (symbPinId 1) (portName "VIN") (portType INOUT))
(port "2" (symbPinId 2) (portName "GND") (portType INOUT))
(port "3" (symbPinId 3) (portName "VOUT") (portType INOUT))
)
(partClass UNDEF)
(useInSchema Y)
(useInLayout Y)
(inPartsList Y)
(partType NORMAL)
(placeRestriction FREE)
(property "compKind" "221")
(property "Mouser_Part_Number" "710-173010542")
(property "Mouser_Price/Stock" "https://www.mouser.co.uk/ProductDetail/Wurth-Elektronik/173010542?qs=MoCBKJu1Jj32dQ2aNC%252BPxA%3D%3D")
(property "Manufacturer_Name" "Wurth Elektronik")
(property "Manufacturer_Part_Number" "173010542")
(property "Description" "Non-Isolated DC/DC Converters FDSM 1A 8-42V Input SIP-3 5V Output")
(property "Datasheet_Link" "https://katalog.we-online.com/pm/datasheet/173010542.pdf")
(property "symbolName1" "173010542")
)

View File

@ -0,0 +1,351 @@
(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 c150
(photo FLASH)
(panelUse NO)
(geometry
(circle 75000
(pt 0 0)
)
)
)
); End of pads
(padstacks
(padstack c150h100
(type PLATED)
(throughMode THROUGH)
(panelUse NO)
(Hole (footLayer Hole)
(geometry
(circle 50000
(pt 0 0)
)
)
)
(padSet (footLayer Top)
(connect (pad c150))
(noconnect (pad c150))
)
(padSet (footLayer Resist-Top)
(connect (pad c150))
(noconnect (pad c150))
)
(padSet (footLayer Resist-Bottom)
(connect (pad c150))
(noconnect (pad c150))
)
(padSet (footLayer Inner)
(clearance (pad c150))
(connect (pad c150))
(noconnect (pad c150))
)
(padSet (footLayer Bottom)
(connect (pad c150))
(noconnect (pad c150))
)
)
); End of padstacks
(footprints
(footprint "173010542"
(polarity YES)
(panelUse NO)
(heelprint
(layout
(layer (footLayer Assembly-Top)
(line
(geometry
(line
(vertex
(pt -580000 392500
(width 20000)
)
(pt 580000 392500
(width 20000)
)
)
)
)
)
)
(layer (footLayer Assembly-Top)
(line
(geometry
(line
(vertex
(pt 580000 392500
(width 20000)
)
(pt 580000 -457500
(width 20000)
)
)
)
)
)
)
(layer (footLayer Assembly-Top)
(line
(geometry
(line
(vertex
(pt 580000 -457500
(width 20000)
)
(pt -580000 -457500
(width 20000)
)
)
)
)
)
)
(layer (footLayer Assembly-Top)
(line
(geometry
(line
(vertex
(pt -580000 -457500
(width 20000)
)
(pt -580000 392500
(width 20000)
)
)
)
)
)
)
(layer (footLayer Silk-Top)
(line
(geometry
(line
(vertex
(pt -580000 392500
(width 10000)
)
(pt 580000 392500
(width 10000)
)
)
)
)
)
)
(layer (footLayer Silk-Top)
(line
(geometry
(line
(vertex
(pt 580000 392500
(width 10000)
)
(pt 580000 -457500
(width 10000)
)
)
)
)
)
)
(layer (footLayer Silk-Top)
(line
(geometry
(line
(vertex
(pt 580000 -457500
(width 10000)
)
(pt -580000 -457500
(width 10000)
)
)
)
)
)
)
(layer (footLayer Silk-Top)
(line
(geometry
(line
(vertex
(pt -580000 -457500
(width 10000)
)
(pt -580000 392500
(width 10000)
)
)
)
)
)
)
(layer (footLayer CompArea-Top)
(area
(geometry
(surface
(outlineWidth 0)
(fillWidth 0)
(fillAngle 0.000000)
(vertex
(pt 680000 557500)
(pt 680000 -557500)
(pt -680000 -557500)
(pt -680000 557500)
)
)
)
)
)
(layer (footLayer Silk-Top)
(line
(geometry
(line
(vertex
(pt -260000 447500
(width 20000)
)
(pt -260000 447500
(width 20000)
)
)
)
)
)
)
(layer (footLayer Silk-Top)
(line
(geometry
(line
(vertex
(arc CW
(r 10000)
(begin
(pt -260000 447500
(width 20000)
)
)
(center 1073741824 0)
(end
(pt -240000 447500
(width 20000)
)
)
)
)
)
)
)
)
(layer (footLayer Silk-Top)
(line
(geometry
(line
(vertex
(arc CW
(r 10000)
(begin
(pt -240000 447500
(width 20000)
)
)
(center -1073741824 0)
(end
(pt -260000 447500
(width 20000)
)
)
)
)
)
)
)
)
); End of layout
); End of heelprint
(toeprint
(pin 1
(pt -254000 192500)
(layout
(layer (FPADSTACK)
(fpadstack
(pt -254000 192500)
(angle 90)
(padstackGroup default (padstack c150h100))
)
)
)
)
(pin 2
(pt 0 192500)
(layout
(layer (FPADSTACK)
(fpadstack
(pt 0 192500)
(angle 90)
(padstackGroup default (padstack c150h100))
)
)
)
)
(pin 3
(pt 254000 192500)
(layout
(layer (FPADSTACK)
(fpadstack
(pt 254000 192500)
(angle 90)
(padstackGroup default (padstack c150h100))
)
)
)
)
); End of toeprint
(propertyS accurateShape 173010542.stp)
); End of footprint
); End of footprints
); End of footprintContainer
); End of ftf

View File

@ -0,0 +1,66 @@
LIB 173010542
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 6 14 8
PROP 0 componentType 1
parts
ENDPROP
PROP 0 componentKind 1
221
ENDPROP
PROP 0 partName 1
173010542
ENDPROP
VIEW 1 1 0 -1 -1 15 6 0 1.000 3 reference
VIEW 1 1 0 -1 -1 15 4 0 1.000 3 partName
ENDSHT
LINE 1 -1 -1 -1 0 0 0
POINT - 4 2
POINT - 14 2
POINT - 14 -6
POINT - 4 -6
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
PIN 1 1 0 0
PROP 0 pinLabel 1
VIN
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
GND
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
VOUT
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
ENDLIB

View File

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

View File

@ -0,0 +1,22 @@
(part "173010542"
(packageRef "173010542")
(interface
(port "1" (symbPinId 1) (portName "VIN") (portType INOUT))
(port "2" (symbPinId 2) (portName "GND") (portType INOUT))
(port "3" (symbPinId 3) (portName "VOUT") (portType INOUT))
)
(partClass UNDEF)
(useInSchema Y)
(useInLayout Y)
(inPartsList Y)
(partType NORMAL)
(placeRestriction FREE)
(property "compKind" "221")
(property "Mouser_Part_Number" "710-173010542")
(property "Mouser_Price/Stock" "https://www.mouser.co.uk/ProductDetail/Wurth-Elektronik/173010542?qs=MoCBKJu1Jj32dQ2aNC%252BPxA%3D%3D")
(property "Manufacturer_Name" "Wurth Elektronik")
(property "Manufacturer_Part_Number" "173010542")
(property "Description" "Non-Isolated DC/DC Converters FDSM 1A 8-42V Input SIP-3 5V Output")
(property "Datasheet_Link" "https://katalog.we-online.com/pm/datasheet/173010542.pdf")
(property "symbolName1" "173010542")
)

View File

@ -0,0 +1,351 @@
(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 c150
(photo FLASH)
(panelUse NO)
(geometry
(circle 75000
(pt 0 0)
)
)
)
); End of pads
(padstacks
(padstack c150h100
(type PLATED)
(throughMode THROUGH)
(panelUse NO)
(Hole (footLayer Hole)
(geometry
(circle 50000
(pt 0 0)
)
)
)
(padSet (footLayer Top)
(connect (pad c150))
(noconnect (pad c150))
)
(padSet (footLayer Resist-Top)
(connect (pad c150))
(noconnect (pad c150))
)
(padSet (footLayer Resist-Bottom)
(connect (pad c150))
(noconnect (pad c150))
)
(padSet (footLayer Inner)
(clearance (pad c150))
(connect (pad c150))
(noconnect (pad c150))
)
(padSet (footLayer Bottom)
(connect (pad c150))
(noconnect (pad c150))
)
)
); End of padstacks
(footprints
(footprint "173010542"
(polarity YES)
(panelUse NO)
(heelprint
(layout
(layer (footLayer Assembly-Top)
(line
(geometry
(line
(vertex
(pt -580000 392500
(width 20000)
)
(pt 580000 392500
(width 20000)
)
)
)
)
)
)
(layer (footLayer Assembly-Top)
(line
(geometry
(line
(vertex
(pt 580000 392500
(width 20000)
)
(pt 580000 -457500
(width 20000)
)
)
)
)
)
)
(layer (footLayer Assembly-Top)
(line
(geometry
(line
(vertex
(pt 580000 -457500
(width 20000)
)
(pt -580000 -457500
(width 20000)
)
)
)
)
)
)
(layer (footLayer Assembly-Top)
(line
(geometry
(line
(vertex
(pt -580000 -457500
(width 20000)
)
(pt -580000 392500
(width 20000)
)
)
)
)
)
)
(layer (footLayer Silk-Top)
(line
(geometry
(line
(vertex
(pt -580000 392500
(width 10000)
)
(pt 580000 392500
(width 10000)
)
)
)
)
)
)
(layer (footLayer Silk-Top)
(line
(geometry
(line
(vertex
(pt 580000 392500
(width 10000)
)
(pt 580000 -457500
(width 10000)
)
)
)
)
)
)
(layer (footLayer Silk-Top)
(line
(geometry
(line
(vertex
(pt 580000 -457500
(width 10000)
)
(pt -580000 -457500
(width 10000)
)
)
)
)
)
)
(layer (footLayer Silk-Top)
(line
(geometry
(line
(vertex
(pt -580000 -457500
(width 10000)
)
(pt -580000 392500
(width 10000)
)
)
)
)
)
)
(layer (footLayer CompArea-Top)
(area
(geometry
(surface
(outlineWidth 0)
(fillWidth 0)
(fillAngle 0.000000)
(vertex
(pt 680000 557500)
(pt 680000 -557500)
(pt -680000 -557500)
(pt -680000 557500)
)
)
)
)
)
(layer (footLayer Silk-Top)
(line
(geometry
(line
(vertex
(pt -260000 447500
(width 20000)
)
(pt -260000 447500
(width 20000)
)
)
)
)
)
)
(layer (footLayer Silk-Top)
(line
(geometry
(line
(vertex
(arc CW
(r 10000)
(begin
(pt -260000 447500
(width 20000)
)
)
(center 1073741824 0)
(end
(pt -240000 447500
(width 20000)
)
)
)
)
)
)
)
)
(layer (footLayer Silk-Top)
(line
(geometry
(line
(vertex
(arc CW
(r 10000)
(begin
(pt -240000 447500
(width 20000)
)
)
(center -1073741824 0)
(end
(pt -260000 447500
(width 20000)
)
)
)
)
)
)
)
)
); End of layout
); End of heelprint
(toeprint
(pin 1
(pt -254000 192500)
(layout
(layer (FPADSTACK)
(fpadstack
(pt -254000 192500)
(angle 90)
(padstackGroup default (padstack c150h100))
)
)
)
)
(pin 2
(pt 0 192500)
(layout
(layer (FPADSTACK)
(fpadstack
(pt 0 192500)
(angle 90)
(padstackGroup default (padstack c150h100))
)
)
)
)
(pin 3
(pt 254000 192500)
(layout
(layer (FPADSTACK)
(fpadstack
(pt 254000 192500)
(angle 90)
(padstackGroup default (padstack c150h100))
)
)
)
)
); End of toeprint
(propertyS accurateShape 173010542.stp)
); End of footprint
); End of footprints
); End of footprintContainer
); End of ftf

View File

@ -0,0 +1,66 @@
LIB 173010542
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 6 14 8
PROP 0 componentType 1
parts
ENDPROP
PROP 0 componentKind 1
221
ENDPROP
PROP 0 partName 1
173010542
ENDPROP
VIEW 1 1 0 -1 -1 15 6 0 1.000 3 reference
VIEW 1 1 0 -1 -1 15 4 0 1.000 3 partName
ENDSHT
LINE 1 -1 -1 -1 0 0 0
POINT - 4 2
POINT - 14 2
POINT - 14 -6
POINT - 4 -6
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
PIN 1 1 0 0
PROP 0 pinLabel 1
VIN
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
GND
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
VOUT
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
ENDLIB

View File

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

View File

@ -0,0 +1,132 @@
<?xml version="1.0" encoding="utf-8"?>
<!--/909731/1031803/2.50/3/4/Power Supply/-->
<!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>&lt;Non-Isolated DC/DC Converters FDSM 1A 8-42V Input SIP-3 5V Output&lt;/b&gt;&lt;p&gt;
&lt;author&gt;Created by SamacSys&lt;/author&gt;</description>
<packages>
<package name="173010542">
<description>&lt;b&gt;173010542&lt;/b&gt;&lt;br&gt;
</description>
<pad name="1" x="-2.540" y="1.925" drill="1" diameter="1.500"/>
<pad name="2" x="0.000" y="1.925" drill="1" diameter="1.500"/>
<pad name="3" x="2.540" y="1.925" drill="1" diameter="1.500"/>
<text x="0.000" y="0.000" align="center" size="1.27" layer="25" rot="R0" >&gt;NAME</text>
<text x="0.000" y="0.000" align="center" size="1.27" layer="27" rot="R0" >&gt;VALUE</text>
<wire x1="-5.8" y1="3.925" x2="5.8" y2="3.925" width="0.2" layer="51"/>
<wire x1="5.8" y1="3.925" x2="5.8" y2="-4.575" width="0.2" layer="51"/>
<wire x1="5.8" y1="-4.575" x2="-5.8" y2="-4.575" width="0.2" layer="51"/>
<wire x1="-5.8" y1="-4.575" x2="-5.8" y2="3.925" width="0.2" layer="51"/>
<wire x1="-5.8" y1="3.925" x2="5.8" y2="3.925" width="0.1" layer="21"/>
<wire x1="5.8" y1="3.925" x2="5.8" y2="-4.575" width="0.1" layer="21"/>
<wire x1="5.8" y1="-4.575" x2="-5.8" y2="-4.575" width="0.1" layer="21"/>
<wire x1="-5.8" y1="-4.575" x2="-5.8" y2="3.925" width="0.1" layer="21"/>
<wire x1="-6.8" y1="5.575" x2="6.8" y2="5.575" width="0.1" layer="51"/>
<wire x1="6.8" y1="5.575" x2="6.8" y2="-5.575" width="0.1" layer="51"/>
<wire x1="6.8" y1="-5.575" x2="-6.8" y2="-5.575" width="0.1" layer="51"/>
<wire x1="-6.8" y1="-5.575" x2="-6.8" y2="5.575" width="0.1" layer="51"/>
<wire x1="-2.6" y1="4.475" x2="-2.6" y2="4.475" width="0.2" layer="21"/>
<wire x1="-2.600" y1="4.475" x2="-2.400" y2="4.475" width="0.2" layer="21" curve="-180.0"/>
<wire x1="-2.4" y1="4.475" x2="-2.4" y2="4.475" width="0.2" layer="21"/>
<wire x1="-2.400" y1="4.475" x2="-2.600" y2="4.475" width="0.2" layer="21" curve="-180.0"/>
</package>
</packages>
<symbols>
<symbol name="173010542">
<wire x1="5.08" y1="2.54" x2="17.78" y2="2.54" width="0.254" layer="94"/>
<wire x1="17.78" y1="-7.62" x2="17.78" y2="2.54" width="0.254" layer="94"/>
<wire x1="17.78" y1="-7.62" x2="5.08" y2="-7.62" width="0.254" layer="94"/>
<wire x1="5.08" y1="2.54" x2="5.08" y2="-7.62" width="0.254" layer="94"/>
<text x="19.05" y="7.62" align="center-left" size="1.778" layer="95">&gt;NAME</text>
<text x="19.05" y="5.08" align="center-left" size="1.778" layer="96">&gt;VALUE</text>
<pin name="VIN" x="0" y="0" length="middle" direction="io" rot="R0"/>
<pin name="GND" x="0" y="-2.54" length="middle" direction="io" rot="R0"/>
<pin name="VOUT" x="0" y="-5.08" length="middle" direction="io" rot="R0"/>
</symbol>
</symbols>
<devicesets>
<deviceset name="173010542" prefix="PS">
<description>&lt;b&gt;Non-Isolated DC/DC Converters FDSM 1A 8-42V Input SIP-3 5V Output&lt;/b&gt;&lt;p&gt;
Source: &lt;a href="https://katalog.we-online.com/pm/datasheet/173010542.pdf"&gt; Datasheet &lt;/a&gt;</description>
<gates>
<gate name="G$1" symbol="173010542" x="0" y="0"/>
</gates>
<devices>
<device name="" package="173010542">
<connects>
<connect gate="G$1" pin="VIN" pad="1"/>
<connect gate="G$1" pin="GND" pad="2"/>
<connect gate="G$1" pin="VOUT" pad="3"/>
</connects>
<technologies>
<technology name="">
<attribute name="Mouser_Part_Number" value="710-173010542" constant="no"/>
<attribute name="Mouser_Price-Stock" value="https://www.mouser.co.uk/ProductDetail/Wurth-Elektronik/173010542?qs=MoCBKJu1Jj32dQ2aNC%252BPxA%3D%3D" constant="no"/>
<attribute name="Manufacturer_Name" value="Wurth Elektronik" constant="no"/>
<attribute name="Manufacturer_Part_Number" value="173010542" constant="no"/>
<attribute name="Description" value="Non-Isolated DC/DC Converters FDSM 1A 8-42V Input SIP-3 5V Output" constant="no"/>
<attribute name="Height" value="10mm" constant="no"/>
</technology>
</technologies>
</device>
</devices>
</deviceset>
</devicesets>
</library>
</drawing>
</eagle>

View File

@ -0,0 +1,32 @@
FILE_TYPE=LIBRARY_PARTS;
PRIMITIVE '173010542','173010542_Other';
PIN
'VIN':
PIN_NUMBER='(1)';
NO_LOAD_CHECK=BOTH;
NO_IO_CHECK=BOTH;
ALLOW_CONNECT=TRUE;
PINUSE='UNSPEC';
'GND':
PIN_NUMBER='(2)';
NO_LOAD_CHECK=BOTH;
NO_IO_CHECK=BOTH;
ALLOW_CONNECT=TRUE;
PINUSE='UNSPEC';
'VOUT':
PIN_NUMBER='(3)';
NO_LOAD_CHECK=BOTH;
NO_IO_CHECK=BOTH;
ALLOW_CONNECT=TRUE;
PINUSE='UNSPEC';
END_PIN;
BODY
PART_NAME='173010542';
PHYS_DES_PREFIX='PS';
NO_LOAD_CHECK='TRUE';
PIN_COUNT='3';
BODY_NAME='173010542';
JEDEC_TYPE='173010542';
END_BODY;
END_PRIMITIVE;
END.

View File

@ -0,0 +1,11 @@
FILE_TYPE = MULTI_PHYS_TABLE;
PART '173010542'
CLASS = DISCRETE
{========================================================================================}
:"MANUFACTURER_NAME", "MANUFACTURER_PART_NUMBER"= "PART_NUMBER", "JEDEC_TYPE", "PACK_TYPE", "MOUSER_PART_NUMBER", "MOUSER_PRICE/STOCK", "DESCRIPTION", "DATASHEET", "HEIGHT";
{========================================================================================}
"Wurth Elektronik", "173010542" (!) = "", "173010542", "Other", "710-173010542", "https://www.mouser.co.uk/ProductDetail/Wurth-Elektronik/173010542?qs=MoCBKJu1Jj32dQ2aNC%252BPxA%3D%3D", "Non-Isolated DC/DC Converters FDSM 1A 8-42V Input SIP-3 5V Output", "https://katalog.we-online.com/pm/datasheet/173010542.pdf", "10 mm"
END_PART
END.

View File

@ -0,0 +1,16 @@
C 0 0 "VIN" 0 0 0 0 60 0 L
X "PIN_TEXT" "VIN" 230 -30 0 0.00 60 0 0 0 0 0 1 0 74
L 200 0 0 0 -1 0
C 0 -100 "GND" 0 -100 0 0 60 0 L
X "PIN_TEXT" "GND" 230 -130 0 0.00 60 0 0 0 0 0 1 0 74
L 200 -100 0 -100 -1 0
C 0 -200 "VOUT" 0 -200 0 0 60 0 L
X "PIN_TEXT" "VOUT" 230 -230 0 0.00 60 0 0 0 0 0 1 0 74
L 200 -200 0 -200 -1 0
L 200 100 700 100 -1 0
L 700 -300 700 100 -1 0
L 700 -300 200 -300 -1 0
L 200 100 200 -300 -1 0
P "$LOCATION" "?" 750 270 0 0 60 0 0 0 0 0 1 0 32
P "PACK_TYPE" "?" 0 -50 0 0 100 0 0 1 0 0 0 0 32

View File

@ -0,0 +1,119 @@
SamacSys ECAD Model
909731/1031803/2.50/3/4/Power Supply
DESIGNSPARK_INTERMEDIATE_ASCII
(asciiHeader
(fileUnits MM)
)
(library Library_1
(padStyleDef "c150_h100"
(holeDiam 1)
(padShape (layerNumRef 1) (padShapeType Ellipse) (shapeWidth 1.500) (shapeHeight 1.500))
(padShape (layerNumRef 16) (padShapeType Ellipse) (shapeWidth 1.500) (shapeHeight 1.500))
)
(textStyleDef "Default"
(font
(fontType Stroke)
(fontFace "Helvetica")
(fontHeight 50 mils)
(strokeWidth 5 mils)
)
)
(patternDef "173010542" (originalName "173010542")
(multiLayer
(pad (padNum 1) (padStyleRef c150_h100) (pt -2.540, 1.925) (rotation 90))
(pad (padNum 2) (padStyleRef c150_h100) (pt 0.000, 1.925) (rotation 90))
(pad (padNum 3) (padStyleRef c150_h100) (pt 2.540, 1.925) (rotation 90))
)
(layerContents (layerNumRef 18)
(attr "RefDes" "RefDes" (pt 0.000, 0.000) (textStyleRef "Default") (isVisible True))
)
(layerContents (layerNumRef 28)
(line (pt -5.8 3.925) (pt 5.8 3.925) (width 0.2))
)
(layerContents (layerNumRef 28)
(line (pt 5.8 3.925) (pt 5.8 -4.575) (width 0.2))
)
(layerContents (layerNumRef 28)
(line (pt 5.8 -4.575) (pt -5.8 -4.575) (width 0.2))
)
(layerContents (layerNumRef 28)
(line (pt -5.8 -4.575) (pt -5.8 3.925) (width 0.2))
)
(layerContents (layerNumRef 18)
(line (pt -5.8 3.925) (pt 5.8 3.925) (width 0.1))
)
(layerContents (layerNumRef 18)
(line (pt 5.8 3.925) (pt 5.8 -4.575) (width 0.1))
)
(layerContents (layerNumRef 18)
(line (pt 5.8 -4.575) (pt -5.8 -4.575) (width 0.1))
)
(layerContents (layerNumRef 18)
(line (pt -5.8 -4.575) (pt -5.8 3.925) (width 0.1))
)
(layerContents (layerNumRef 30)
(line (pt -6.8 5.575) (pt 6.8 5.575) (width 0.1))
)
(layerContents (layerNumRef 30)
(line (pt 6.8 5.575) (pt 6.8 -5.575) (width 0.1))
)
(layerContents (layerNumRef 30)
(line (pt 6.8 -5.575) (pt -6.8 -5.575) (width 0.1))
)
(layerContents (layerNumRef 30)
(line (pt -6.8 -5.575) (pt -6.8 5.575) (width 0.1))
)
(layerContents (layerNumRef 18)
(line (pt -2.6 4.475) (pt -2.6 4.475) (width 0.2))
)
(layerContents (layerNumRef 18)
(arc (pt -2.5, 4.475) (radius 0.1) (startAngle 180.0) (sweepAngle -180.0) (width 0.2))
)
(layerContents (layerNumRef 18)
(line (pt -2.4 4.475) (pt -2.4 4.475) (width 0.2))
)
(layerContents (layerNumRef 18)
(arc (pt -2.5, 4.475) (radius 0.1) (startAngle .0) (sweepAngle -180.0) (width 0.2))
)
)
(symbolDef "173010542" (originalName "173010542")
(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"))
))
(line (pt 200 mils 100 mils) (pt 700 mils 100 mils) (width 6 mils))
(line (pt 700 mils 100 mils) (pt 700 mils -300 mils) (width 6 mils))
(line (pt 700 mils -300 mils) (pt 200 mils -300 mils) (width 6 mils))
(line (pt 200 mils -300 mils) (pt 200 mils 100 mils) (width 6 mils))
(attr "RefDes" "RefDes" (pt 750 mils 300 mils) (justify Left) (isVisible True) (textStyleRef "Default"))
)
(compDef "173010542" (originalName "173010542") (compHeader (numPins 3) (numParts 1) (refDesPrefix PS)
)
(compPin "1" (pinName "VIN") (partNum 1) (symPinNum 1) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "2" (pinName "GND") (partNum 1) (symPinNum 2) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "3" (pinName "VOUT") (partNum 1) (symPinNum 3) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(attachedSymbol (partNum 1) (altType Normal) (symbolName "173010542"))
(attachedPattern (patternNum 1) (patternName "173010542")
(numPads 3)
(padPinMap
(padNum 1) (compPinRef "1")
(padNum 2) (compPinRef "2")
(padNum 3) (compPinRef "3")
)
)
(attr "Mouser Part Number" "710-173010542")
(attr "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Wurth-Elektronik/173010542?qs=MoCBKJu1Jj32dQ2aNC%252BPxA%3D%3D")
(attr "Manufacturer_Name" "Wurth Elektronik")
(attr "Manufacturer_Part_Number" "173010542")
(attr "Description" "Non-Isolated DC/DC Converters FDSM 1A 8-42V Input SIP-3 5V Output")
(attr "Datasheet Link" "https://katalog.we-online.com/pm/datasheet/173010542.pdf")
(attr "Height" "10 mm")
)
)

View File

@ -0,0 +1,119 @@
SamacSys ECAD Model
909731/1031803/2.50/3/4/Power Supply
DESIGNSPARK_INTERMEDIATE_ASCII
(asciiHeader
(fileUnits MM)
)
(library Library_1
(padStyleDef "c150_h100"
(holeDiam 1)
(padShape (layerNumRef 1) (padShapeType Ellipse) (shapeWidth 1.500) (shapeHeight 1.500))
(padShape (layerNumRef 16) (padShapeType Ellipse) (shapeWidth 1.500) (shapeHeight 1.500))
)
(textStyleDef "Default"
(font
(fontType Stroke)
(fontFace "Helvetica")
(fontHeight 50 mils)
(strokeWidth 5 mils)
)
)
(patternDef "173010542" (originalName "173010542")
(multiLayer
(pad (padNum 1) (padStyleRef c150_h100) (pt -2.540, 1.925) (rotation 90))
(pad (padNum 2) (padStyleRef c150_h100) (pt 0.000, 1.925) (rotation 90))
(pad (padNum 3) (padStyleRef c150_h100) (pt 2.540, 1.925) (rotation 90))
)
(layerContents (layerNumRef 18)
(attr "RefDes" "RefDes" (pt 0.000, 0.000) (textStyleRef "Default") (isVisible True))
)
(layerContents (layerNumRef 28)
(line (pt -5.8 3.925) (pt 5.8 3.925) (width 0.2))
)
(layerContents (layerNumRef 28)
(line (pt 5.8 3.925) (pt 5.8 -4.575) (width 0.2))
)
(layerContents (layerNumRef 28)
(line (pt 5.8 -4.575) (pt -5.8 -4.575) (width 0.2))
)
(layerContents (layerNumRef 28)
(line (pt -5.8 -4.575) (pt -5.8 3.925) (width 0.2))
)
(layerContents (layerNumRef 18)
(line (pt -5.8 3.925) (pt 5.8 3.925) (width 0.1))
)
(layerContents (layerNumRef 18)
(line (pt 5.8 3.925) (pt 5.8 -4.575) (width 0.1))
)
(layerContents (layerNumRef 18)
(line (pt 5.8 -4.575) (pt -5.8 -4.575) (width 0.1))
)
(layerContents (layerNumRef 18)
(line (pt -5.8 -4.575) (pt -5.8 3.925) (width 0.1))
)
(layerContents (layerNumRef 30)
(line (pt -6.8 5.575) (pt 6.8 5.575) (width 0.1))
)
(layerContents (layerNumRef 30)
(line (pt 6.8 5.575) (pt 6.8 -5.575) (width 0.1))
)
(layerContents (layerNumRef 30)
(line (pt 6.8 -5.575) (pt -6.8 -5.575) (width 0.1))
)
(layerContents (layerNumRef 30)
(line (pt -6.8 -5.575) (pt -6.8 5.575) (width 0.1))
)
(layerContents (layerNumRef 18)
(line (pt -2.6 4.475) (pt -2.6 4.475) (width 0.2))
)
(layerContents (layerNumRef 18)
(arc (pt -2.5, 4.475) (radius 0.1) (startAngle 180.0) (sweepAngle -180.0) (width 0.2))
)
(layerContents (layerNumRef 18)
(line (pt -2.4 4.475) (pt -2.4 4.475) (width 0.2))
)
(layerContents (layerNumRef 18)
(arc (pt -2.5, 4.475) (radius 0.1) (startAngle .0) (sweepAngle -180.0) (width 0.2))
)
)
(symbolDef "173010542" (originalName "173010542")
(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"))
))
(line (pt 200 mils 100 mils) (pt 700 mils 100 mils) (width 6 mils))
(line (pt 700 mils 100 mils) (pt 700 mils -300 mils) (width 6 mils))
(line (pt 700 mils -300 mils) (pt 200 mils -300 mils) (width 6 mils))
(line (pt 200 mils -300 mils) (pt 200 mils 100 mils) (width 6 mils))
(attr "RefDes" "RefDes" (pt 750 mils 300 mils) (justify Left) (isVisible True) (textStyleRef "Default"))
)
(compDef "173010542" (originalName "173010542") (compHeader (numPins 3) (numParts 1) (refDesPrefix PS)
)
(compPin "1" (pinName "VIN") (partNum 1) (symPinNum 1) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "2" (pinName "GND") (partNum 1) (symPinNum 2) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "3" (pinName "VOUT") (partNum 1) (symPinNum 3) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(attachedSymbol (partNum 1) (altType Normal) (symbolName "173010542"))
(attachedPattern (patternNum 1) (patternName "173010542")
(numPads 3)
(padPinMap
(padNum 1) (compPinRef "1")
(padNum 2) (compPinRef "2")
(padNum 3) (compPinRef "3")
)
)
(attr "Mouser Part Number" "710-173010542")
(attr "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Wurth-Elektronik/173010542?qs=MoCBKJu1Jj32dQ2aNC%252BPxA%3D%3D")
(attr "Manufacturer_Name" "Wurth Elektronik")
(attr "Manufacturer_Part_Number" "173010542")
(attr "Description" "Non-Isolated DC/DC Converters FDSM 1A 8-42V Input SIP-3 5V Output")
(attr "Datasheet Link" "https://katalog.we-online.com/pm/datasheet/173010542.pdf")
(attr "Height" "10 mm")
)
)

View File

@ -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>

View File

@ -0,0 +1,395 @@
(Source "DipTrace-ElementLibrary")
(Library
(Name "173010542")
(Hint "173010542")
(Subfolders
)
(Categories 0
)
(Components
(Component
(Part "173010542" "PS"
(Enabled "Y")
(PartType 0)
(PartName "173010542")
(ShowNumbers 1)
(Type 0)
(Number1 0)
(Number2 0)
(Width 60.96)
(Height 91.44)
(Value "")
(LockProperties "N")
(OriginX 0)
(OriginY 0)
(Datasheet "https://katalog.we-online.com/pm/datasheet/173010542.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 -0
(Enabled "Y")
(Locked "N")
(ModelSig "")
(Type 0)
(Orientation 0)
(Number 1)
(Length 15.24)
(Name "VIN")
(StringNumber "1")
(ShowName "Y")
(PinNumXShift 0)
(PinNumYShift 0)
(PinNamexShift 0)
(PinNameYShift 0)
(ElectricType 0)
(NameFontSize 5)
(NameFontWidth -2)
(NameFontScale 1)
(SignalDelay 0)
)
(Pin 1 15.24 7.62
(Enabled "Y")
(Locked "N")
(ModelSig "")
(Type 0)
(Orientation 0)
(Number 2)
(Length 15.24)
(Name "GND")
(StringNumber "2")
(ShowName "Y")
(PinNumXShift 0)
(PinNumYShift 0)
(PinNamexShift 0)
(PinNameYShift 0)
(ElectricType 0)
(NameFontSize 5)
(NameFontWidth -2)
(NameFontScale 1)
(SignalDelay 0)
)
(Pin 2 15.24 15.24
(Enabled "Y")
(Locked "N")
(ModelSig "")
(Type 0)
(Orientation 0)
(Number 3)
(Length 15.24)
(Name "VOUT")
(StringNumber "3")
(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 53.34 -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 53.34 22.86)
(pt 53.34 -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 53.34 22.86)
(pt 15.24 22.86)
)
)
(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 22.86)
)
)
)
(UserFields
(UserField "Mouser Part Number" "710-173010542" 0)
(UserField "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Wurth-Elektronik/173010542?qs=MoCBKJu1Jj32dQ2aNC%252BPxA%3D%3D" 0)
(UserField "Manufacturer_Name" "Wurth Elektronik" 0)
(UserField "Manufacturer_Part_Number" "173010542" 0)
(UserField "Height" "10 mm" 0)
(UserField "Description" "Non-Isolated DC/DC Converters FDSM 1A 8-42V Input SIP-3 5V Output" 0)
)
)
(Pattern "173010542"
(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 34.8)
(Height 27.465)
(PadWidth 4.5)
(PadHeight 4.5)
(PadShape 0)
(PadHole 3)
(PadHoleH 0)
(PadHoleType 0)
(SurfacePad "N")
(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" "" -7.62 -5.775
(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.5)
(PadHeight 4.5)
(PadHole 3)
(PadHoleH 0)
(PadHoleType 0)
(SurfacePad "N")
(PadShape 0)
(Standard "N")
(Point
)
)
(Pad 2 "2" "" 0 -5.775
(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.5)
(PadHeight 4.5)
(PadHole 3)
(PadHoleH 0)
(PadHoleType 0)
(SurfacePad "N")
(PadShape 0)
(Standard "N")
(Point
)
)
(Pad 3 "3" "" 7.62 -5.775
(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.5)
(PadHeight 4.5)
(PadHole 3)
(PadHoleH 0)
(PadHoleType 0)
(SurfacePad "N")
(PadShape 0)
(Standard "N")
(Point
)
)
(Pad 4 "" "" 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.6 0)
(Point
(pt -0.5 -0.429)
(pt 0.5 -0.429)
)
(Shape 8 "N" 1 0 0 0 0 0 0 "" "Tahoma" "Y" 4 1 -2 0 0.6 0)
(Point
(pt 0.5 -0.429)
(pt 0.5 0.5)
)
(Shape 8 "N" 1 0 0 0 0 0 0 "" "Tahoma" "Y" 4 1 -2 0 0.6 0)
(Point
(pt 0.5 0.5)
(pt -0.5 0.5)
)
(Shape 8 "N" 1 0 0 0 0 0 0 "" "Tahoma" "Y" 4 1 -2 0 0.6 0)
(Point
(pt -0.5 0.5)
(pt -0.5 -0.429)
)
(Shape 8 "N" 0 0 0 0 0 0 0 "" "Tahoma" "Y" 4 1 -2 0 0.3 0)
(Point
(pt -0.5 -0.429)
(pt 0.5 -0.429)
)
(Shape 8 "N" 0 0 0 0 0 0 0 "" "Tahoma" "Y" 4 1 -2 0 0.3 0)
(Point
(pt 0.5 -0.429)
(pt 0.5 0.5)
)
(Shape 8 "N" 0 0 0 0 0 0 0 "" "Tahoma" "Y" 4 1 -2 0 0.3 0)
(Point
(pt 0.5 0.5)
(pt -0.5 0.5)
)
(Shape 8 "N" 0 0 0 0 0 0 0 "" "Tahoma" "Y" 4 1 -2 0 0.3 0)
(Point
(pt -0.5 0.5)
(pt -0.5 -0.429)
)
(Shape 8 "N" 0 0 0 0 0 0 0 "" "Tahoma" "Y" 4 1 -2 0 0.6 0)
(Point
(pt -0.224 -0.489)
(pt -0.224 -0.489)
)
(Shape 6 "N" 0 -0.207 -0.489 -0.216 -0.5 -0.224 -0.489 "" "Tahoma" "Y" 4 1 -2 0 0.6 0)
(Shape 8 "N" 0 0 0 0 0 0 0 "" "Tahoma" "Y" 4 1 -2 0 0.6 0)
(Point
(pt -0.207 -0.489)
(pt -0.207 -0.489)
)
(Shape 6 "N" 0 -0.224 -0.489 -0.216 -0.478 -0.207 -0.489 "" "Tahoma" "Y" 4 1 -2 0 0.6 0)
(Shape 0 "N" 0 0 0 0 0 0 0 "" "" "N" 0 0 0 0 0 0)
)
(Model3D
(Model3DFile "173010542.stp")
(pt 0 0 0 0 0 0 1 1 1 "N" "N" 0)
)
)
)
)
)
()

View File

@ -0,0 +1,132 @@
<?xml version="1.0" encoding="utf-8"?>
<!--/909731/1031803/2.50/3/4/Power Supply/-->
<!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>&lt;Non-Isolated DC/DC Converters FDSM 1A 8-42V Input SIP-3 5V Output&lt;/b&gt;&lt;p&gt;
&lt;author&gt;Created by SamacSys&lt;/author&gt;</description>
<packages>
<package name="173010542">
<description>&lt;b&gt;173010542&lt;/b&gt;&lt;br&gt;
</description>
<pad name="1" x="-2.540" y="1.925" drill="1" diameter="1.500"/>
<pad name="2" x="0.000" y="1.925" drill="1" diameter="1.500"/>
<pad name="3" x="2.540" y="1.925" drill="1" diameter="1.500"/>
<text x="0.000" y="0.000" align="center" size="1.27" layer="25" rot="R0" >&gt;NAME</text>
<text x="0.000" y="0.000" align="center" size="1.27" layer="27" rot="R0" >&gt;VALUE</text>
<wire x1="-5.8" y1="3.925" x2="5.8" y2="3.925" width="0.2" layer="51"/>
<wire x1="5.8" y1="3.925" x2="5.8" y2="-4.575" width="0.2" layer="51"/>
<wire x1="5.8" y1="-4.575" x2="-5.8" y2="-4.575" width="0.2" layer="51"/>
<wire x1="-5.8" y1="-4.575" x2="-5.8" y2="3.925" width="0.2" layer="51"/>
<wire x1="-5.8" y1="3.925" x2="5.8" y2="3.925" width="0.1" layer="21"/>
<wire x1="5.8" y1="3.925" x2="5.8" y2="-4.575" width="0.1" layer="21"/>
<wire x1="5.8" y1="-4.575" x2="-5.8" y2="-4.575" width="0.1" layer="21"/>
<wire x1="-5.8" y1="-4.575" x2="-5.8" y2="3.925" width="0.1" layer="21"/>
<wire x1="-6.8" y1="5.575" x2="6.8" y2="5.575" width="0.1" layer="51"/>
<wire x1="6.8" y1="5.575" x2="6.8" y2="-5.575" width="0.1" layer="51"/>
<wire x1="6.8" y1="-5.575" x2="-6.8" y2="-5.575" width="0.1" layer="51"/>
<wire x1="-6.8" y1="-5.575" x2="-6.8" y2="5.575" width="0.1" layer="51"/>
<wire x1="-2.6" y1="4.475" x2="-2.6" y2="4.475" width="0.2" layer="21"/>
<wire x1="-2.600" y1="4.475" x2="-2.400" y2="4.475" width="0.2" layer="21" curve="-180.0"/>
<wire x1="-2.4" y1="4.475" x2="-2.4" y2="4.475" width="0.2" layer="21"/>
<wire x1="-2.400" y1="4.475" x2="-2.600" y2="4.475" width="0.2" layer="21" curve="-180.0"/>
</package>
</packages>
<symbols>
<symbol name="173010542">
<wire x1="5.08" y1="2.54" x2="17.78" y2="2.54" width="0.254" layer="94"/>
<wire x1="17.78" y1="-7.62" x2="17.78" y2="2.54" width="0.254" layer="94"/>
<wire x1="17.78" y1="-7.62" x2="5.08" y2="-7.62" width="0.254" layer="94"/>
<wire x1="5.08" y1="2.54" x2="5.08" y2="-7.62" width="0.254" layer="94"/>
<text x="19.05" y="7.62" align="center-left" size="1.778" layer="95">&gt;NAME</text>
<text x="19.05" y="5.08" align="center-left" size="1.778" layer="96">&gt;VALUE</text>
<pin name="VIN" x="0" y="0" length="middle" direction="io" rot="R0"/>
<pin name="GND" x="0" y="-2.54" length="middle" direction="io" rot="R0"/>
<pin name="VOUT" x="0" y="-5.08" length="middle" direction="io" rot="R0"/>
</symbol>
</symbols>
<devicesets>
<deviceset name="173010542" prefix="PS">
<description>&lt;b&gt;Non-Isolated DC/DC Converters FDSM 1A 8-42V Input SIP-3 5V Output&lt;/b&gt;&lt;p&gt;
Source: &lt;a href="https://katalog.we-online.com/pm/datasheet/173010542.pdf"&gt; Datasheet &lt;/a&gt;</description>
<gates>
<gate name="G$1" symbol="173010542" x="0" y="0"/>
</gates>
<devices>
<device name="" package="173010542">
<connects>
<connect gate="G$1" pin="VIN" pad="1"/>
<connect gate="G$1" pin="GND" pad="2"/>
<connect gate="G$1" pin="VOUT" pad="3"/>
</connects>
<technologies>
<technology name="">
<attribute name="Mouser_Part_Number" value="710-173010542" constant="no"/>
<attribute name="Mouser_Price-Stock" value="https://www.mouser.co.uk/ProductDetail/Wurth-Elektronik/173010542?qs=MoCBKJu1Jj32dQ2aNC%252BPxA%3D%3D" constant="no"/>
<attribute name="Manufacturer_Name" value="Wurth Elektronik" constant="no"/>
<attribute name="Manufacturer_Part_Number" value="173010542" constant="no"/>
<attribute name="Description" value="Non-Isolated DC/DC Converters FDSM 1A 8-42V Input SIP-3 5V Output" constant="no"/>
<attribute name="Height" value="10mm" constant="no"/>
</technology>
</technologies>
</device>
</devices>
</deviceset>
</devicesets>
</library>
</drawing>
</eagle>

View File

@ -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 &#39;Library Loader&#39; is running on your PC.&nbsp;</p>
<p><img alt="" src="http://componentsearchengine.com/ExtRef/SystemTray.png" style="width: 101px; height: 100px;" /></p>
<p>If not launch it from the desktop shortcut:&nbsp;<img alt="" src="https://componentsearchengine.com//ExtRef/LibraryLoader.png" style="width: 20px; height: 20px;" /></p>
<p>After downloading the Schematic Symbol &amp;&nbsp;PCB Footprint zip, check in your ECAD tool. The libraries will have been loaded automatically.</p>
<p>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>

View File

@ -0,0 +1,119 @@
SamacSys ECAD Model
909731/1031803/2.50/3/4/Power Supply
DESIGNSPARK_INTERMEDIATE_ASCII
(asciiHeader
(fileUnits MM)
)
(library Library_1
(padStyleDef "c150_h100"
(holeDiam 1)
(padShape (layerNumRef 1) (padShapeType Ellipse) (shapeWidth 1.500) (shapeHeight 1.500))
(padShape (layerNumRef 16) (padShapeType Ellipse) (shapeWidth 1.500) (shapeHeight 1.500))
)
(textStyleDef "Default"
(font
(fontType Stroke)
(fontFace "Helvetica")
(fontHeight 50 mils)
(strokeWidth 5 mils)
)
)
(patternDef "173010542" (originalName "173010542")
(multiLayer
(pad (padNum 1) (padStyleRef c150_h100) (pt -2.540, 1.925) (rotation 90))
(pad (padNum 2) (padStyleRef c150_h100) (pt 0.000, 1.925) (rotation 90))
(pad (padNum 3) (padStyleRef c150_h100) (pt 2.540, 1.925) (rotation 90))
)
(layerContents (layerNumRef 18)
(attr "RefDes" "RefDes" (pt 0.000, 0.000) (textStyleRef "Default") (isVisible True))
)
(layerContents (layerNumRef 28)
(line (pt -5.8 3.925) (pt 5.8 3.925) (width 0.2))
)
(layerContents (layerNumRef 28)
(line (pt 5.8 3.925) (pt 5.8 -4.575) (width 0.2))
)
(layerContents (layerNumRef 28)
(line (pt 5.8 -4.575) (pt -5.8 -4.575) (width 0.2))
)
(layerContents (layerNumRef 28)
(line (pt -5.8 -4.575) (pt -5.8 3.925) (width 0.2))
)
(layerContents (layerNumRef 18)
(line (pt -5.8 3.925) (pt 5.8 3.925) (width 0.1))
)
(layerContents (layerNumRef 18)
(line (pt 5.8 3.925) (pt 5.8 -4.575) (width 0.1))
)
(layerContents (layerNumRef 18)
(line (pt 5.8 -4.575) (pt -5.8 -4.575) (width 0.1))
)
(layerContents (layerNumRef 18)
(line (pt -5.8 -4.575) (pt -5.8 3.925) (width 0.1))
)
(layerContents (layerNumRef 30)
(line (pt -6.8 5.575) (pt 6.8 5.575) (width 0.1))
)
(layerContents (layerNumRef 30)
(line (pt 6.8 5.575) (pt 6.8 -5.575) (width 0.1))
)
(layerContents (layerNumRef 30)
(line (pt 6.8 -5.575) (pt -6.8 -5.575) (width 0.1))
)
(layerContents (layerNumRef 30)
(line (pt -6.8 -5.575) (pt -6.8 5.575) (width 0.1))
)
(layerContents (layerNumRef 18)
(line (pt -2.6 4.475) (pt -2.6 4.475) (width 0.2))
)
(layerContents (layerNumRef 18)
(arc (pt -2.5, 4.475) (radius 0.1) (startAngle 180.0) (sweepAngle -180.0) (width 0.2))
)
(layerContents (layerNumRef 18)
(line (pt -2.4 4.475) (pt -2.4 4.475) (width 0.2))
)
(layerContents (layerNumRef 18)
(arc (pt -2.5, 4.475) (radius 0.1) (startAngle .0) (sweepAngle -180.0) (width 0.2))
)
)
(symbolDef "173010542" (originalName "173010542")
(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"))
))
(line (pt 200 mils 100 mils) (pt 700 mils 100 mils) (width 6 mils))
(line (pt 700 mils 100 mils) (pt 700 mils -300 mils) (width 6 mils))
(line (pt 700 mils -300 mils) (pt 200 mils -300 mils) (width 6 mils))
(line (pt 200 mils -300 mils) (pt 200 mils 100 mils) (width 6 mils))
(attr "RefDes" "RefDes" (pt 750 mils 300 mils) (justify Left) (isVisible True) (textStyleRef "Default"))
)
(compDef "173010542" (originalName "173010542") (compHeader (numPins 3) (numParts 1) (refDesPrefix PS)
)
(compPin "1" (pinName "VIN") (partNum 1) (symPinNum 1) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "2" (pinName "GND") (partNum 1) (symPinNum 2) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "3" (pinName "VOUT") (partNum 1) (symPinNum 3) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(attachedSymbol (partNum 1) (altType Normal) (symbolName "173010542"))
(attachedPattern (patternNum 1) (patternName "173010542")
(numPads 3)
(padPinMap
(padNum 1) (compPinRef "1")
(padNum 2) (compPinRef "2")
(padNum 3) (compPinRef "3")
)
)
(attr "Mouser Part Number" "710-173010542")
(attr "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Wurth-Elektronik/173010542?qs=MoCBKJu1Jj32dQ2aNC%252BPxA%3D%3D")
(attr "Manufacturer_Name" "Wurth Elektronik")
(attr "Manufacturer_Part_Number" "173010542")
(attr "Description" "Non-Isolated DC/DC Converters FDSM 1A 8-42V Input SIP-3 5V Output")
(attr "Datasheet Link" "https://katalog.we-online.com/pm/datasheet/173010542.pdf")
(attr "Height" "10 mm")
)
)

View File

@ -0,0 +1,132 @@
<?xml version="1.0" encoding="utf-8"?>
<!--/909731/1031803/2.50/3/4/Power Supply/-->
<!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>&lt;Non-Isolated DC/DC Converters FDSM 1A 8-42V Input SIP-3 5V Output&lt;/b&gt;&lt;p&gt;
&lt;author&gt;Created by SamacSys&lt;/author&gt;</description>
<packages>
<package name="173010542">
<description>&lt;b&gt;173010542&lt;/b&gt;&lt;br&gt;
</description>
<pad name="1" x="-2.540" y="1.925" drill="1" diameter="1.500"/>
<pad name="2" x="0.000" y="1.925" drill="1" diameter="1.500"/>
<pad name="3" x="2.540" y="1.925" drill="1" diameter="1.500"/>
<text x="0.000" y="0.000" align="center" size="1.27" layer="25" rot="R0" >&gt;NAME</text>
<text x="0.000" y="0.000" align="center" size="1.27" layer="27" rot="R0" >&gt;VALUE</text>
<wire x1="-5.8" y1="3.925" x2="5.8" y2="3.925" width="0.2" layer="51"/>
<wire x1="5.8" y1="3.925" x2="5.8" y2="-4.575" width="0.2" layer="51"/>
<wire x1="5.8" y1="-4.575" x2="-5.8" y2="-4.575" width="0.2" layer="51"/>
<wire x1="-5.8" y1="-4.575" x2="-5.8" y2="3.925" width="0.2" layer="51"/>
<wire x1="-5.8" y1="3.925" x2="5.8" y2="3.925" width="0.1" layer="21"/>
<wire x1="5.8" y1="3.925" x2="5.8" y2="-4.575" width="0.1" layer="21"/>
<wire x1="5.8" y1="-4.575" x2="-5.8" y2="-4.575" width="0.1" layer="21"/>
<wire x1="-5.8" y1="-4.575" x2="-5.8" y2="3.925" width="0.1" layer="21"/>
<wire x1="-6.8" y1="5.575" x2="6.8" y2="5.575" width="0.1" layer="51"/>
<wire x1="6.8" y1="5.575" x2="6.8" y2="-5.575" width="0.1" layer="51"/>
<wire x1="6.8" y1="-5.575" x2="-6.8" y2="-5.575" width="0.1" layer="51"/>
<wire x1="-6.8" y1="-5.575" x2="-6.8" y2="5.575" width="0.1" layer="51"/>
<wire x1="-2.6" y1="4.475" x2="-2.6" y2="4.475" width="0.2" layer="21"/>
<wire x1="-2.600" y1="4.475" x2="-2.400" y2="4.475" width="0.2" layer="21" curve="-180.0"/>
<wire x1="-2.4" y1="4.475" x2="-2.4" y2="4.475" width="0.2" layer="21"/>
<wire x1="-2.400" y1="4.475" x2="-2.600" y2="4.475" width="0.2" layer="21" curve="-180.0"/>
</package>
</packages>
<symbols>
<symbol name="173010542">
<wire x1="5.08" y1="2.54" x2="17.78" y2="2.54" width="0.254" layer="94"/>
<wire x1="17.78" y1="-7.62" x2="17.78" y2="2.54" width="0.254" layer="94"/>
<wire x1="17.78" y1="-7.62" x2="5.08" y2="-7.62" width="0.254" layer="94"/>
<wire x1="5.08" y1="2.54" x2="5.08" y2="-7.62" width="0.254" layer="94"/>
<text x="19.05" y="7.62" align="center-left" size="1.778" layer="95">&gt;NAME</text>
<text x="19.05" y="5.08" align="center-left" size="1.778" layer="96">&gt;VALUE</text>
<pin name="VIN" x="0" y="0" length="middle" direction="io" rot="R0"/>
<pin name="GND" x="0" y="-2.54" length="middle" direction="io" rot="R0"/>
<pin name="VOUT" x="0" y="-5.08" length="middle" direction="io" rot="R0"/>
</symbol>
</symbols>
<devicesets>
<deviceset name="173010542" prefix="PS">
<description>&lt;b&gt;Non-Isolated DC/DC Converters FDSM 1A 8-42V Input SIP-3 5V Output&lt;/b&gt;&lt;p&gt;
Source: &lt;a href="https://katalog.we-online.com/pm/datasheet/173010542.pdf"&gt; Datasheet &lt;/a&gt;</description>
<gates>
<gate name="G$1" symbol="173010542" x="0" y="0"/>
</gates>
<devices>
<device name="" package="173010542">
<connects>
<connect gate="G$1" pin="VIN" pad="1"/>
<connect gate="G$1" pin="GND" pad="2"/>
<connect gate="G$1" pin="VOUT" pad="3"/>
</connects>
<technologies>
<technology name="">
<attribute name="Mouser_Part_Number" value="710-173010542" constant="no"/>
<attribute name="Mouser_Price-Stock" value="https://www.mouser.co.uk/ProductDetail/Wurth-Elektronik/173010542?qs=MoCBKJu1Jj32dQ2aNC%252BPxA%3D%3D" constant="no"/>
<attribute name="Manufacturer_Name" value="Wurth Elektronik" constant="no"/>
<attribute name="Manufacturer_Part_Number" value="173010542" constant="no"/>
<attribute name="Description" value="Non-Isolated DC/DC Converters FDSM 1A 8-42V Input SIP-3 5V Output" constant="no"/>
<attribute name="Height" value="10mm" constant="no"/>
</technology>
</technologies>
</device>
</devices>
</deviceset>
</devicesets>
</library>
</drawing>
</eagle>

View File

@ -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>

View File

@ -0,0 +1,9 @@
EESchema-DOCLIB Version 2.0
#
$CMP 173010542
D Non-Isolated DC/DC Converters FDSM 1A 8-42V Input SIP-3 5V Output
K
F https://katalog.we-online.com/pm/datasheet/173010542.pdf
$ENDCMP
#
#End Doc Library

View File

@ -0,0 +1,52 @@
(kicad_symbol_lib (version 20211014) (generator SamacSys_ECAD_Model)
(symbol "173010542" (in_bom yes) (on_board yes)
(property "Reference" "PS" (at 19.05 7.62 0)
(effects (font (size 1.27 1.27)) (justify left top))
)
(property "Value" "173010542" (at 19.05 5.08 0)
(effects (font (size 1.27 1.27)) (justify left top))
)
(property "Footprint" "173010542" (at 19.05 -94.92 0)
(effects (font (size 1.27 1.27)) (justify left top) hide)
)
(property "Datasheet" "https://katalog.we-online.com/pm/datasheet/173010542.pdf" (at 19.05 -194.92 0)
(effects (font (size 1.27 1.27)) (justify left top) hide)
)
(property "ki_description" "Non-Isolated DC/DC Converters FDSM 1A 8-42V Input SIP-3 5V Output" (at 19.05 -294.92 0)
(effects (font (size 1.27 1.27)) (justify left top) hide)
)
(property "Height" "10" (at 19.05 -394.92 0)
(effects (font (size 1.27 1.27)) (justify left top) hide)
)
(property "Mouser Part Number" "710-173010542" (at 19.05 -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/173010542?qs=MoCBKJu1Jj32dQ2aNC%252BPxA%3D%3D" (at 19.05 -594.92 0)
(effects (font (size 1.27 1.27)) (justify left top) hide)
)
(property "Manufacturer_Name" "Wurth Elektronik" (at 19.05 -694.92 0)
(effects (font (size 1.27 1.27)) (justify left top) hide)
)
(property "Manufacturer_Part_Number" "173010542" (at 19.05 -794.92 0)
(effects (font (size 1.27 1.27)) (justify left top) hide)
)
(rectangle
(start 5.08 2.54)
(end 17.78 -7.62)
(stroke (width 0.254) (type default))
(fill (type background))
)
(pin passive line (at 0 0 0) (length 5.08)
(name "VIN" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 0 -2.54 0) (length 5.08)
(name "GND" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 0 -5.08 0) (length 5.08)
(name "VOUT" (effects (font (size 1.27 1.27))))
(number "3" (effects (font (size 1.27 1.27))))
)
)
)

View File

@ -0,0 +1,105 @@
(EDIF
(rename &173010542 "173010542")
(EDIFVersion 2 0 0)
(EDIFLevel 0)
(keywordMap (keywordLevel 0))
(status
(written
(timestamp 2024 12 19 18 39 08)
(dataOrigin "909731/1031803/2.50/3/4/Power Supply")
(program "SamacSys ECAD Model 173010542"
(version "1.2"))))
(library
(rename &173010542 "173010542")
(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 &173010542 "173010542")
(cellType GENERIC)
(view
(rename NORMAL "Normal")
(viewType SCHEMATIC)
(interface
(designator "PS")
(property (rename PACKAGENAME "PackageName") (string "173010542"))
(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 "173010542"))
(property (rename &Mouser_Part_Number "Mouser Part Number") (string "710-173010542"))
(property (rename &Mouser_Price_Stock "Mouser Price/Stock") (string "https://www.mouser.co.uk/ProductDetail/Wurth-Elektronik/173010542?qs=MoCBKJu1Jj32dQ2aNC%252BPxA%3D%3D"))
(property (rename &Manufacturer_Name "Manufacturer_Name") (string "Wurth Elektronik"))
(property (rename &Manufacturer_Part_Number "Manufacturer_Part_Number") (string "173010542"))
(property (rename &Description "Description") (string "Non-Isolated DC/DC Converters FDSM 1A 8-42V Input SIP-3 5V Output"))
(property (rename &Datasheet_Link "Datasheet Link") (string "https://katalog.we-online.com/pm/datasheet/173010542.pdf"))
(property (rename &Height "Height") (string "10 mm"))
(property (rename &_60__32_VALUE_32__62_ "Value") (string "173010542"))
(property (rename VALUE "Value") (string "Value"))
(port
(rename &VIN "VIN")
(designator "1")
(property (rename ORDER "Order") (string "0") (owner "OrCAD"))
)
(port
(rename &GND "GND")
(designator "2")
(property (rename ORDER "Order") (string "1") (owner "OrCAD"))
)
(port
(rename &VOUT "VOUT")
(designator "3")
(property (rename ORDER "Order") (string "2") (owner "OrCAD"))
)
(symbol
(portImplementation
(name &VIN (display PINNAME))
(keywordDisplay DESIGNATOR (display PINNUMBER))
(figure PIN (path (pointList (pt -200 -100) (pt 0 -100))))
(connectLocation (figure GRAPHIC (dot (pt -200 -100))))
)
(portImplementation
(name &GND (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 &VOUT (display PINNAME))
(keywordDisplay DESIGNATOR (display PINNUMBER))
(figure PIN (path (pointList (pt -200 -300) (pt 0 -300))))
(connectLocation (figure GRAPHIC (dot (pt -200 -300))))
)
(figure GRAPHIC
(figureGroupOverride GRAPHIC
(pathWidth 10))
(path
(pointList
(pt 0 0)
(pt 500 0)
(pt 500 -400)
(pt 0 -400)
(pt 0 0)
)
)
)
(keywordDisplay DESIGNATOR (display PROPERTY (justify LOWERLEFT) (orientation R0) (origin (pt 550 130))))
(propertyDisplay &_60__32_VALUE_32__62_ (display PROPERTY (justify LOWERLEFT) (orientation R0) (origin (pt 550 30))))
)
)
)
)
)
)

View File

@ -0,0 +1,2 @@
pad_designer -s "padstack1.scr"
allegro -s "footprint.scr"

View File

@ -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]

View File

@ -0,0 +1,362 @@
# **************************New Pattern starts here************************
Version 14#
setwindow pcb
new
newdrawfillin "173010542.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 0
Add Pin
setwindow Form.mini
FORM mini pad_name c150_h100
setwindow Form.mini
FORM mini next_pin_number 1
setwindow pcb
pick 0 0
done
Add Pin
setwindow Form.mini
FORM mini offsetx 0.00
FORM mini offsety 0.00
FORM mini rotate_pin 0
Add Pin
setwindow Form.mini
FORM mini pad_name c150_h100
setwindow Form.mini
FORM mini next_pin_number 2
setwindow pcb
pick 2.54 0
done
Add Pin
setwindow Form.mini
FORM mini offsetx 0.00
FORM mini offsety 0.00
FORM mini rotate_pin 0
Add Pin
setwindow Form.mini
FORM mini pad_name c150_h100
setwindow Form.mini
FORM mini next_pin_number 3
setwindow pcb
pick 5.08 0
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 PS*
done
Add rarc
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.04 2.55
pick 0.14 2.55
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.2
FORM mini lock_direction Off
setwindow pcb
pick 0.04 2.55
pick 0.14 2.55
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.2
FORM mini lock_direction Off
setwindow pcb
pick -3.26 2
pick 8.34 2
done
Add Line
setwindow FORM.mini
FORM mini class PACKAGE GEOMETRY
FORM mini subclass ASSEMBLY_TOP
setwindow FORM.mini
FORM mini line_width 0.2
FORM mini lock_direction Off
setwindow pcb
pick 8.34 2
pick 8.34 -6.5
done
Add Line
setwindow FORM.mini
FORM mini class PACKAGE GEOMETRY
FORM mini subclass ASSEMBLY_TOP
setwindow FORM.mini
FORM mini line_width 0.2
FORM mini lock_direction Off
setwindow pcb
pick 8.34 -6.5
pick -3.26 -6.5
done
Add Line
setwindow FORM.mini
FORM mini class PACKAGE GEOMETRY
FORM mini subclass ASSEMBLY_TOP
setwindow FORM.mini
FORM mini line_width 0.2
FORM mini lock_direction Off
setwindow pcb
pick -3.26 -6.5
pick -3.26 2
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 -3.26 2
pick 8.34 2
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 8.34 2
pick 8.34 -6.5
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 8.34 -6.5
pick -3.26 -6.5
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 -3.26 -6.5
pick -3.26 2
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 -4.26 3.65
pick 9.34 3.65
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 9.34 3.65
pick 9.34 -7.5
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 9.34 -7.5
pick -4.26 -7.5
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 -4.26 -7.5
pick -4.26 3.65
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.06 2.55
pick -0.06 2.55
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.14 2.55
pick 0.14 2.55
done
Create Symbol
fillin "173010542"
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 "173010542"
setwindow pcb
#exit

View File

@ -0,0 +1,45 @@
setwindow Form.padedit
######################## New PadStack #########################
pse_new
fillin "c150_h100.pad"
FORM padedit units Millimeter
FORM padedit layers
FORM padedit grid row 1
FORM padedit geometry Circle
FORM padedit width 1.500
FORM padedit height 1.500
FORM padedit x_offset 0
FORM padedit y_offset 0
FORM padedit geometry_th Null
FORM padedit geometry_ant Null
FORM padedit grid row 2
FORM padedit geometry Circle
FORM padedit width 1.500
FORM padedit height 1.500
FORM padedit x_offset 0
FORM padedit y_offset 0
FORM padedit geometry_th Null
FORM padedit geometry_ant Null
FORM padedit grid row 3
FORM padedit geometry Circle
FORM padedit width 1.500
FORM padedit height 1.500
FORM padedit x_offset 0
FORM padedit y_offset 0
FORM padedit geometry_th Null
FORM padedit geometry_ant Null
FORM padedit parameters
FORM padedit through_hole YES
FORM padedit hole_size_y 1
FORM padedit hole_size_x 1
FORM padedit drill_fig Cross
FORM padedit characters A
FORM padedit drill_width 1.27
FORM padedit drill_height 1.27
FORM padedit plating Plated
pse_save_as
fillin "c150_h100.Pad"

View File

@ -0,0 +1,43 @@
!PADS-POWERPCB-V9.5-METRIC! DESIGN DATABASE ASCII FILE 1.0
*PARTDECAL* ITEMS
173010542 M 0 0 4 3 1 0 2
CLOSED 5 0.2 0 27
-5.800 3.925
5.800 3.925
5.800 -4.575
-5.800 -4.575
-5.800 3.925
CLOSED 5 0.1 0 26
-5.800 3.925
5.800 3.925
5.800 -4.575
-5.800 -4.575
-5.800 3.925
CLOSED 5 0.1 0 20
-6.800 5.575
6.800 5.575
6.800 -5.575
-6.800 -5.575
-6.800 5.575
OPEN 5 0.2 0 26
-2.600 4.475
-2.600 4.475 1800 -1800 -2.600 4.375 -2.400 4.575
-2.400 4.475
-2.400 4.475 0 -1800 -2.600 4.375 -2.400 4.575
-2.600 4.475
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-2.540 1.925 -2.540 1.925 1
T0.000 1.925 0.000 1.925 2
T2.540 1.925 2.540 1.925 3
PAD 0 3
-2 1.500 R 1
-1 1.500 R
0 1.500 R
*END* OF ASCII OUTPUT FILE

View File

@ -0,0 +1,29 @@
*PADS-LIBRARY-SCH-DECALS-V9*
173010542 0 0 100 10 100 10 4 1 0 3 0
TIMESTAMP 2024.12.19.18.39.08
"Default Font"
"Default Font"
750 300 0 8 100 10
REF-DES
750 200 0 8 100 10
PART-TYPE
750 -400 0 8 100 10
*
750 -500 0 8 100 10
*
CLOSED 5 10 0 -1
200 100
700 100
700 -300
200 -300
200 100
T0 0 0 0 140 20 0 2 230 0 0 16 PIN
P-520 0 0 2 -80 0 0 2 0
T0 -100 0 0 140 20 0 2 230 0 0 16 PIN
P-520 0 0 2 -80 0 0 2 0
T0 -200 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

View File

@ -0,0 +1,20 @@
*PADS-LIBRARY-PART-TYPES-V9*
173010542 173010542 I ANA 7 1 0 0 0
TIMESTAMP 2024.12.19.18.39.08
"Mouser Part Number" 710-173010542
"Mouser Price/Stock" https://www.mouser.co.uk/ProductDetail/Wurth-Elektronik/173010542?qs=MoCBKJu1Jj32dQ2aNC%252BPxA%3D%3D
"Manufacturer_Name" Wurth Elektronik
"Manufacturer_Part_Number" 173010542
"Description" Non-Isolated DC/DC Converters FDSM 1A 8-42V Input SIP-3 5V Output
"Datasheet Link" https://katalog.we-online.com/pm/datasheet/173010542.pdf
"Geometry.Height" 10mm
GATE 1 3 0
173010542
1 0 U VIN
2 0 U GND
3 0 U VOUT
*END*
*REMARK* SamacSys ECAD Model
909731/1031803/2.50/3/4/Power Supply

View File

@ -0,0 +1,113 @@
;Proteus Design Interchange Format
(PDIF
(vendor "SamacSys Limited")
(version 1 0)
(library
(part "173010542"
(description "Non-Isolated DC/DC Converters FDSM 1A 8-42V Input SIP-3 5V Output")
(family "ANA")
(package "173010542")
(attribute "Datasheet Link" "https://katalog.we-online.com/pm/datasheet/173010542.pdf")
(attribute "Geometry.Height" "10mm")
(attribute "Mouser Part Number" "710-173010542")
(attribute "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Wurth-Elektronik/173010542?qs=MoCBKJu1Jj32dQ2aNC%252BPxA%3D%3D")
(attribute "Manufacturer_Name" "Wurth Elektronik")
(attribute "Manufacturer_Part_Number" "173010542")
(gate
(symbol "173010542")
(pin "VIN" 1 PS)
(pin "GND" 2 PS)
(pin "VOUT" 3 PS)
)
)
(symbol "173010542"
(units THOU)
(origin (pt 0 0))
(graphic
(stroke 10)
(path (pt 200 100) (pt 700 100) (pt 700 -300) (pt 200 -300) (pt 200 100) (closed))
)
(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)))
(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 0 -200) (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 "173010542"
(units MM)
(layer TASM
(graphic
(stroke 0.2)
(path
(closed true)
(pt -5.8 3.925)
(pt 5.8 3.925)
(pt 5.8 -4.575)
(pt -5.8 -4.575)
(pt -5.8 3.925))))
(layer TSLK
(graphic
(stroke 0.1)
(path
(closed true)
(pt -5.8 3.925)
(pt 5.8 3.925)
(pt 5.8 -4.575)
(pt -5.8 -4.575)
(pt -5.8 3.925))))
(layer OCCA
(graphic
(stroke 0.1)
(path
(closed true)
(pt -6.8 5.575)
(pt 6.8 5.575)
(pt 6.8 -5.575)
(pt -6.8 -5.575)
(pt -6.8 5.575))))
(layer TSLK
(graphic
(stroke 0.2)
(path
(closed false)
(pt -2.6 4.475)
(arc (pt -2.600 4.475) (pt -2.600 4.375) (pt -2.400 4.575) (start -180.0) (sweep 180.0))
(pt -2.4 4.475)
(arc (pt -2.400 4.475) (pt -2.600 4.375) (pt -2.400 4.575) (start -180.0) (sweep .0))
(pt -2.6 4.475))))
(leg 1 (pt -2.540 1.925) (padstack 0))
(leg 2 (pt 0.000 1.925) (padstack 0))
(leg 3 (pt 2.540 1.925) (padstack 0))
(padstack 0
(hole 1)
(plated true)
(pad (layer TCOP) (round 1.500))
(pad (layer INNER) (round 1.500))
(pad (layer BCOP) (round 1.500))
)
(model "173010542.stp"
(euler 0 0 0)
(offset 0 0 0)
)
)
)
)

View File

@ -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>

View File

@ -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>

View File

@ -0,0 +1,121 @@
PULSONIX_LIBRARY_ASCII "SamacSys ECAD Model"
//909731/1031803/2.50/3/4/Power Supply
(asciiHeader
(fileUnits MM)
)
(library Library_1
(padStyleDef "c150_h100"
(holeDiam 1)
(padShape (layerNumRef 1) (padShapeType Ellipse) (shapeWidth 1.500) (shapeHeight 1.500))
(padShape (layerNumRef 16) (padShapeType Ellipse) (shapeWidth 1.500) (shapeHeight 1.500))
)
(textStyleDef "Normal"
(font
(fontType Stroke)
(fontFace "Helvetica")
(fontHeight 1.27)
(strokeWidth 0.127)
)
)
(patternDef "173010542" (originalName "173010542")
(multiLayer
(pad (padNum 1) (padStyleRef c150_h100) (pt -2.540, 1.925) (rotation 90))
(pad (padNum 2) (padStyleRef c150_h100) (pt 0.000, 1.925) (rotation 90))
(pad (padNum 3) (padStyleRef c150_h100) (pt 2.540, 1.925) (rotation 90))
)
(layerContents (layerNumRef 18)
(attr "RefDes" "RefDes" (pt 0.000, 0.000) (textStyleRef "Normal") (isVisible True))
)
(layerContents (layerNumRef 28)
(line (pt -5.8 3.925) (pt 5.8 3.925) (width 0.025))
)
(layerContents (layerNumRef 28)
(line (pt 5.8 3.925) (pt 5.8 -4.575) (width 0.025))
)
(layerContents (layerNumRef 28)
(line (pt 5.8 -4.575) (pt -5.8 -4.575) (width 0.025))
)
(layerContents (layerNumRef 28)
(line (pt -5.8 -4.575) (pt -5.8 3.925) (width 0.025))
)
(layerContents (layerNumRef 18)
(line (pt -5.8 3.925) (pt 5.8 3.925) (width 0.1))
)
(layerContents (layerNumRef 18)
(line (pt 5.8 3.925) (pt 5.8 -4.575) (width 0.1))
)
(layerContents (layerNumRef 18)
(line (pt 5.8 -4.575) (pt -5.8 -4.575) (width 0.1))
)
(layerContents (layerNumRef 18)
(line (pt -5.8 -4.575) (pt -5.8 3.925) (width 0.1))
)
(layerContents (layerNumRef Courtyard_Top)
(line (pt -6.8 5.575) (pt 6.8 5.575) (width 0.1))
)
(layerContents (layerNumRef Courtyard_Top)
(line (pt 6.8 5.575) (pt 6.8 -5.575) (width 0.1))
)
(layerContents (layerNumRef Courtyard_Top)
(line (pt 6.8 -5.575) (pt -6.8 -5.575) (width 0.1))
)
(layerContents (layerNumRef Courtyard_Top)
(line (pt -6.8 -5.575) (pt -6.8 5.575) (width 0.1))
)
(layerContents (layerNumRef 18)
(line (pt -2.6 4.475) (pt -2.6 4.475) (width 0.2))
)
(layerContents (layerNumRef 18)
(arc (pt -2.5, 4.475) (radius 0.1) (startAngle 180.0) (sweepAngle -180.0) (width 0.2))
)
(layerContents (layerNumRef 18)
(line (pt -2.4 4.475) (pt -2.4 4.475) (width 0.2))
)
(layerContents (layerNumRef 18)
(arc (pt -2.5, 4.475) (radius 0.1) (startAngle .0) (sweepAngle -180.0) (width 0.2))
)
)
(symbolDef "173010542" (originalName "173010542")
(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 "Normal"))
))
(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 "Normal"))
))
(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 "Normal"))
))
(line (pt 200 mils 100 mils) (pt 700 mils 100 mils) (width 6 mils))
(line (pt 700 mils 100 mils) (pt 700 mils -300 mils) (width 6 mils))
(line (pt 700 mils -300 mils) (pt 200 mils -300 mils) (width 6 mils))
(line (pt 200 mils -300 mils) (pt 200 mils 100 mils) (width 6 mils))
(attr "RefDes" "RefDes" (pt 750 mils 300 mils) (justify Left) (isVisible True) (textStyleRef "Normal"))
(attr "Type" "Type" (pt 750 mils 200 mils) (justify Left) (isVisible True) (textStyleRef "Normal"))
)
(compDef "173010542" (originalName "173010542") (compHeader (numPins 3) (numParts 1) (refDesPrefix PS)
)
(compPin "1" (pinName "VIN") (partNum 1) (symPinNum 1) (gateEq 0) (pinEq 0) (pinType Unknown))
(compPin "2" (pinName "GND") (partNum 1) (symPinNum 2) (gateEq 0) (pinEq 0) (pinType Unknown))
(compPin "3" (pinName "VOUT") (partNum 1) (symPinNum 3) (gateEq 0) (pinEq 0) (pinType Unknown))
(attachedSymbol (partNum 1) (altType Normal) (symbolName "173010542"))
(attachedPattern (patternNum 1) (patternName "173010542")
(numPads 3)
(padPinMap
(padNum 1) (compPinRef "1")
(padNum 2) (compPinRef "2")
(padNum 3) (compPinRef "3")
)
)
(attr "Mouser Part Number" "710-173010542")
(attr "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Wurth-Elektronik/173010542?qs=MoCBKJu1Jj32dQ2aNC%252BPxA%3D%3D")
(attr "Manufacturer_Name" "Wurth Elektronik")
(attr "Manufacturer_Part_Number" "173010542")
(attr "Description" "Non-Isolated DC/DC Converters FDSM 1A 8-42V Input SIP-3 5V Output")
(attr "<Hyperlink>" "https://katalog.we-online.com/pm/datasheet/173010542.pdf")
(attr "<Component Height>" "10")
(attr "<STEP Filename>" "173010542.stp")
(attr "<STEP Offsets>" "X=0;Y=0;Z=0")
(attr "<STEP Rotation>" "X=0;Y=0;Z=0")
)
)

View File

@ -0,0 +1,132 @@
<?xml version="1.0" encoding="utf-8"?>
<!--/909731/1031803/2.50/3/4/Power Supply/-->
<!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>&lt;Non-Isolated DC/DC Converters FDSM 1A 8-42V Input SIP-3 5V Output&lt;/b&gt;&lt;p&gt;
&lt;author&gt;Created by SamacSys&lt;/author&gt;</description>
<packages>
<package name="173010542">
<description>&lt;b&gt;173010542&lt;/b&gt;&lt;br&gt;
</description>
<pad name="1" x="-2.540" y="1.925" drill="1" diameter="1.500"/>
<pad name="2" x="0.000" y="1.925" drill="1" diameter="1.500"/>
<pad name="3" x="2.540" y="1.925" drill="1" diameter="1.500"/>
<text x="0.000" y="0.000" align="center" size="1.27" layer="25" rot="R0" >&gt;NAME</text>
<text x="0.000" y="0.000" align="center" size="1.27" layer="27" rot="R0" >&gt;VALUE</text>
<wire x1="-5.8" y1="3.925" x2="5.8" y2="3.925" width="0.2" layer="51"/>
<wire x1="5.8" y1="3.925" x2="5.8" y2="-4.575" width="0.2" layer="51"/>
<wire x1="5.8" y1="-4.575" x2="-5.8" y2="-4.575" width="0.2" layer="51"/>
<wire x1="-5.8" y1="-4.575" x2="-5.8" y2="3.925" width="0.2" layer="51"/>
<wire x1="-5.8" y1="3.925" x2="5.8" y2="3.925" width="0.1" layer="21"/>
<wire x1="5.8" y1="3.925" x2="5.8" y2="-4.575" width="0.1" layer="21"/>
<wire x1="5.8" y1="-4.575" x2="-5.8" y2="-4.575" width="0.1" layer="21"/>
<wire x1="-5.8" y1="-4.575" x2="-5.8" y2="3.925" width="0.1" layer="21"/>
<wire x1="-6.8" y1="5.575" x2="6.8" y2="5.575" width="0.1" layer="51"/>
<wire x1="6.8" y1="5.575" x2="6.8" y2="-5.575" width="0.1" layer="51"/>
<wire x1="6.8" y1="-5.575" x2="-6.8" y2="-5.575" width="0.1" layer="51"/>
<wire x1="-6.8" y1="-5.575" x2="-6.8" y2="5.575" width="0.1" layer="51"/>
<wire x1="-2.6" y1="4.475" x2="-2.6" y2="4.475" width="0.2" layer="21"/>
<wire x1="-2.600" y1="4.475" x2="-2.400" y2="4.475" width="0.2" layer="21" curve="-180.0"/>
<wire x1="-2.4" y1="4.475" x2="-2.4" y2="4.475" width="0.2" layer="21"/>
<wire x1="-2.400" y1="4.475" x2="-2.600" y2="4.475" width="0.2" layer="21" curve="-180.0"/>
</package>
</packages>
<symbols>
<symbol name="173010542">
<wire x1="5.08" y1="2.54" x2="17.78" y2="2.54" width="0.254" layer="94"/>
<wire x1="17.78" y1="-7.62" x2="17.78" y2="2.54" width="0.254" layer="94"/>
<wire x1="17.78" y1="-7.62" x2="5.08" y2="-7.62" width="0.254" layer="94"/>
<wire x1="5.08" y1="2.54" x2="5.08" y2="-7.62" width="0.254" layer="94"/>
<text x="19.05" y="7.62" align="center-left" size="1.778" layer="95">&gt;NAME</text>
<text x="19.05" y="5.08" align="center-left" size="1.778" layer="96">&gt;VALUE</text>
<pin name="VIN" x="0" y="0" length="middle" direction="io" rot="R0"/>
<pin name="GND" x="0" y="-2.54" length="middle" direction="io" rot="R0"/>
<pin name="VOUT" x="0" y="-5.08" length="middle" direction="io" rot="R0"/>
</symbol>
</symbols>
<devicesets>
<deviceset name="173010542" prefix="PS">
<description>&lt;b&gt;Non-Isolated DC/DC Converters FDSM 1A 8-42V Input SIP-3 5V Output&lt;/b&gt;&lt;p&gt;
Source: &lt;a href="https://katalog.we-online.com/pm/datasheet/173010542.pdf"&gt; Datasheet &lt;/a&gt;</description>
<gates>
<gate name="G$1" symbol="173010542" x="0" y="0"/>
</gates>
<devices>
<device name="" package="173010542">
<connects>
<connect gate="G$1" pin="VIN" pad="1"/>
<connect gate="G$1" pin="GND" pad="2"/>
<connect gate="G$1" pin="VOUT" pad="3"/>
</connects>
<technologies>
<technology name="">
<attribute name="Mouser_Part_Number" value="710-173010542" constant="no"/>
<attribute name="Mouser_Price-Stock" value="https://www.mouser.co.uk/ProductDetail/Wurth-Elektronik/173010542?qs=MoCBKJu1Jj32dQ2aNC%252BPxA%3D%3D" constant="no"/>
<attribute name="Manufacturer_Name" value="Wurth Elektronik" constant="no"/>
<attribute name="Manufacturer_Part_Number" value="173010542" constant="no"/>
<attribute name="Description" value="Non-Isolated DC/DC Converters FDSM 1A 8-42V Input SIP-3 5V Output" constant="no"/>
<attribute name="Height" value="10mm" constant="no"/>
</technology>
</technologies>
</device>
</devices>
</deviceset>
</devicesets>
</library>
</drawing>
</eagle>

View File

@ -0,0 +1,40 @@
COMPONENT NAME=173010542 VALUE=173010542 PREFIX=PS SYMBOLS=1 PACKAGE=17 PROPERTIES=9
Mouser Part Number=710-173010542
Mouser Price/Stock=https://www.mouser.co.uk/ProductDetail/Wurth-Elektronik/173010542?qs=MoCBKJu1Jj32dQ2aNC%252BPxA%3D%3D
MANUFACTURER=Wurth Elektronik
COMPONENT_NAME=173010542
3D_MODEL=0,0,0,0,0,0
COMPONENT_TYPE_ID=
DATASHEET=https://katalog.we-online.com/pm/datasheet/173010542.pdf
COMPONENT_HEIGHT=10000000
SamacSys_ECAD_Model=909731/1031803/2.50/3/4/Power Supply
PACKAGE NAME=173010542 X1=0 Y1=0 LAYER=4
LINE X1=-5800000 Y1=3925000 X2=5800000 Y2=3925000 WIDTH=100000 LAYER=4 PROPERTIES=0 DASHED=0
LINE X1=5800000 Y1=3925000 X2=5800000 Y2=-4575000 WIDTH=100000 LAYER=4 PROPERTIES=0 DASHED=0
LINE X1=5800000 Y1=-4575000 X2=-5800000 Y2=-4575000 WIDTH=100000 LAYER=4 PROPERTIES=0 DASHED=0
LINE X1=-5800000 Y1=-4575000 X2=-5800000 Y2=3925000 WIDTH=100000 LAYER=4 PROPERTIES=0 DASHED=0
LINE X1=-6800000 Y1=5575000 X2=6800000 Y2=5575000 WIDTH=100000 LAYER=4 PROPERTIES=0 DASHED=1
LINE X1=6800000 Y1=5575000 X2=6800000 Y2=-5575000 WIDTH=100000 LAYER=4 PROPERTIES=0 DASHED=1
LINE X1=6800000 Y1=-5575000 X2=-6800000 Y2=-5575000 WIDTH=100000 LAYER=4 PROPERTIES=0 DASHED=1
LINE X1=-6800000 Y1=-5575000 X2=-6800000 Y2=5575000 WIDTH=100000 LAYER=4 PROPERTIES=0 DASHED=1
LINE X1=-2600000 Y1=4475000 X2=-2600000 Y2=4475000 WIDTH=200000 LAYER=4 PROPERTIES=0 DASHED=0
ARC XM=-2500000 YM=4475000 X1=-2600000 Y1=4475000 X2=-2400000 Y2=4475000 RADIUS=100000 WIDTH=200000 START=-180 END=-0 LAYER=4 DASHED=0
LINE X1=-2400000 Y1=4475000 X2=-2400000 Y2=4475000 WIDTH=200000 LAYER=4 PROPERTIES=0 DASHED=0
ARC XM=-2500000 YM=4475000 X1=-2400000 Y1=4475000 X2=-2600000 Y2=4475000 RADIUS=100000 WIDTH=200000 START=-0 END=180 LAYER=4 DASHED=0
PAD XM=-2540000 YM=1925000 WIDTH=1500000 HEIGHT=1500000 LAYER=100 PINNUMBER=1 FORM=0 ROTATION=90 DRILL=1000000 PADNAME=1
PAD XM=0 YM=1925000 WIDTH=1500000 HEIGHT=1500000 LAYER=100 PINNUMBER=2 FORM=0 ROTATION=90 DRILL=1000000 PADNAME=2
PAD XM=2540000 YM=1925000 WIDTH=1500000 HEIGHT=1500000 LAYER=100 PINNUMBER=3 FORM=0 ROTATION=90 DRILL=1000000 PADNAME=3
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=12
LINE X1=5080000 Y1=2540000 X2=17780000 Y2=2540000 WIDTH=254000 LAYER=101 PROPERTIES=0
LINE X1=17780000 Y1=2540000 X2=17780000 Y2=-7620000 WIDTH=254000 LAYER=101 PROPERTIES=0
LINE X1=17780000 Y1=-7620000 X2=5080000 Y2=-7620000 WIDTH=254000 LAYER=101 PROPERTIES=0
LINE X1=5080000 Y1=-7620000 X2=5080000 Y2=2540000 WIDTH=254000 LAYER=101 PROPERTIES=0
PIN X1=0 Y1=0 PINNUMBER=1 PINNAME=YES SHOWNUMBER=YES LENGTH=5080000 WIDTH=254000 ROTATION=0.0000 LAYER=101 FUNCTION=6
TEXT CONTENT=VIN X1=5842000 Y1=-750000 WIDTH=800000 HEIGHT=1500000 RIGHT=NO FONT=ARIAL ROTATION=0 LAYER=101 WEIGHT=10 FUNCTION=5
PIN X1=0 Y1=-2540000 PINNUMBER=2 PINNAME=YES SHOWNUMBER=YES LENGTH=5080000 WIDTH=254000 ROTATION=0.0000 LAYER=101 FUNCTION=6
TEXT CONTENT=GND X1=5842000 Y1=-3290000 WIDTH=800000 HEIGHT=1500000 RIGHT=NO FONT=ARIAL ROTATION=0 LAYER=101 WEIGHT=10 FUNCTION=5
PIN X1=0 Y1=-5080000 PINNUMBER=3 PINNAME=YES SHOWNUMBER=YES LENGTH=5080000 WIDTH=254000 ROTATION=0.0000 LAYER=101 FUNCTION=6
TEXT CONTENT=VOUT X1=5842000 Y1=-5830000 WIDTH=800000 HEIGHT=1500000 RIGHT=NO FONT=ARIAL ROTATION=0 LAYER=101 WEIGHT=10 FUNCTION=5
TEXT CONTENT=PS# X1=19050000 Y1=6620000 WIDTH=1000000 HEIGHT=2000000 FONT=ARIAL LAYER=101 WEIGHT=13 FUNCTION=3
TEXT CONTENT=173010542 X1=19050000 Y1=4080000 WIDTH=1000000 HEIGHT=2000000 FONT=ARIAL LAYER=101 WEIGHT=13 FUNCTION=2 GERMAN=173010542 ENGLISH=173010542 FRENCH=173010542

View File

@ -0,0 +1,30 @@
V 54
K 1
D 0 -508000 0 0
Y 1
U 1905000 762000 254000 0 2 3 REFDES=PS?
U 1905000 508000 254000 0 2 3 DEVICE=173010542
U 1905000 254000 254000 0 2 0 PKG_TYPE=173010542
U 1905000 0 254000 0 2 0 Description=Non-Isolated DC/DC Converters FDSM 1A 8-42V Input SIP-3 5V Output
U 1905000 -254000 254000 0 2 0 Datasheet Link=https://katalog.we-online.com/pm/datasheet/173010542.pdf
U 1905000 -508000 254000 0 2 0 Height=10
U 1905000 -762000 254000 0 2 0 Mouser Part Number=710-173010542
U 1905000 -1016000 254000 0 2 0 Mouser Price/Stock=https://www.mouser.co.uk/ProductDetail/Wurth-Elektronik/173010542?qs=MoCBKJu1Jj32dQ2aNC%252BPxA%3D%3D
U 1905000 -1270000 254000 0 2 0 Manufacturer_Name=Wurth Elektronik
U 1905000 -1524000 254000 0 2 0 Manufacturer_Part_Number=173010542
U 0 0 254000 0 1 0 FORWARD_PCB=1
l 5 508000 254000 1778000 254000 1778000 -762000 508000 -762000 508000 254000
|GRPHSTL -1 -1 -1 1
P 1 0 0 508000 0 0 2 0
L 584200 0 228600 0 2 0 1 0 VIN
A 355600 50800 203200 0 9 3 #=1
A 0 0 9 0 3 0 PINTYPE=BI
P 2 0 -254000 508000 -254000 0 2 0
L 584200 -254000 228600 0 2 0 1 0 GND
A 355600 -203200 203200 0 9 3 #=2
A 0 0 9 0 3 0 PINTYPE=BI
P 3 0 -508000 508000 -508000 0 2 0
L 584200 -508000 228600 0 2 0 1 0 VOUT
A 355600 -457200 203200 0 9 3 #=3
A 0 0 9 0 3 0 PINTYPE=BI
E

Binary file not shown.

View File

@ -0,0 +1,375 @@
(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 c150
(cuser "SamacSys")
(uuser "SamacSys")
(ctime 2017-06-16-12:00:00)
(utime 2017-06-16-12:00:00)
(photo FLASH)
(panelUse NO)
(propertyI padShape 2)
(propertyI diameter 150000)
(propertyI originXOffset 0)
(propertyI originYOffset 0)
)
); End of pads
(padstacks
(padstack c150h100
(cuser "SamacSys")
(uuser "SamacSys")
(ctime 2017-06-16-12:00:00)
(utime 2017-06-16-12:00:00)
(type PLATED)
(throughMode THROUGH)
(panelUse NO)
(Hole (footLayer Hole)
(geometry
(circle 50000
(pt 0 0)
)
)
)
(padSet (footLayer Resist-Top)
(connect (pad c150))
)
(padSet (footLayer Resist-Bottom)
(connect (pad c150))
)
(padSet (footLayer Top)
(connect (pad c150))
(noconnect (pad c150))
)
(padSet (footLayer Inner)
(clearance (pad c150))
(connect (pad c150))
(noconnect (pad c150))
)
(padSet (footLayer Bottom)
(connect (pad c150))
(noconnect (pad c150))
)
)
); End of padstacks
(footprints
(footprint "173010542"
(polarity YES)
(cuser "SamacSys")
(uuser "SamacSys")
(utime 2018-06-21-15:22:42)
(panelUse NO)
(heelprint
(layout
(layer (footLayer Top_Assembly)
(line
(geometry
(line
(vertex
(pt -580000 392500
(width 20000)
)
(pt 580000 392500
(width 20000)
)
)
)
)
)
)
(layer (footLayer Top_Assembly)
(line
(geometry
(line
(vertex
(pt 580000 392500
(width 20000)
)
(pt 580000 -457500
(width 20000)
)
)
)
)
)
)
(layer (footLayer Top_Assembly)
(line
(geometry
(line
(vertex
(pt 580000 -457500
(width 20000)
)
(pt -580000 -457500
(width 20000)
)
)
)
)
)
)
(layer (footLayer Top_Assembly)
(line
(geometry
(line
(vertex
(pt -580000 -457500
(width 20000)
)
(pt -580000 392500
(width 20000)
)
)
)
)
)
)
(layer (footLayer Silk-Top)
(line
(geometry
(line
(vertex
(pt -580000 392500
(width 10000)
)
(pt 580000 392500
(width 10000)
)
)
)
)
)
)
(layer (footLayer Silk-Top)
(line
(geometry
(line
(vertex
(pt 580000 392500
(width 10000)
)
(pt 580000 -457500
(width 10000)
)
)
)
)
)
)
(layer (footLayer Silk-Top)
(line
(geometry
(line
(vertex
(pt 580000 -457500
(width 10000)
)
(pt -580000 -457500
(width 10000)
)
)
)
)
)
)
(layer (footLayer Silk-Top)
(line
(geometry
(line
(vertex
(pt -580000 -457500
(width 10000)
)
(pt -580000 392500
(width 10000)
)
)
)
)
)
)
(layer (footLayer CompArea-Top)
(area
(geometry
(surface
(outlineWidth 0)
(fillWidth 0)
(fillAngle 0.000000)
(vertex
(pt 680000 557500)
(pt 680000 -557500)
(pt -680000 -557500)
(pt -680000 557500)
)
)
)
)
)
(layer (footLayer Silk-Top)
(line
(geometry
(line
(vertex
(pt -260000 447500
(width 20000)
)
(pt -260000 447500
(width 20000)
)
)
)
)
)
)
(layer (footLayer Silk-Top)
(line
(geometry
(line
(vertex
(arc CW
(r 10000)
(begin
(pt -260000 447500
(width 20000)
)
)
(center 1073741824 0)
(end
(pt -240000 447500
(width 20000)
)
)
)
)
)
)
)
)
(layer (footLayer Silk-Top)
(line
(geometry
(line
(vertex
(pt -240000 447500
(width 20000)
)
(pt -240000 447500
(width 20000)
)
)
)
)
)
)
(layer (footLayer Silk-Top)
(line
(geometry
(line
(vertex
(arc CW
(r 10000)
(begin
(pt -240000 447500
(width 20000)
)
)
(center -1073741824 0)
(end
(pt -260000 447500
(width 20000)
)
)
)
)
)
)
)
)
); End of layout
); End of heelprint
(toeprint
(pin 1
(pt -254000 192500)
(layout
(layer (FPADSTACK)
(fpadstack
(pt -254000 192500)
(angle 90)
(padstackGroup default (padstack c150h100))
)
)
)
)
(pin 2
(pt 0 192500)
(layout
(layer (FPADSTACK)
(fpadstack
(pt 0 192500)
(angle 90)
(padstackGroup default (padstack c150h100))
)
)
)
)
(pin 3
(pt 254000 192500)
(layout
(layer (FPADSTACK)
(fpadstack
(pt 254000 192500)
(angle 90)
(padstackGroup default (padstack c150h100))
)
)
)
)
); End of toeprint
(propertyS accurateShape 173010542.stp)
); End of footprint
); End of footprints
); End of footprintContainer
); End of ftf

View File

@ -0,0 +1,13 @@
(unit MM)
(package "173010542"
(type UNDEF)
(uver 2)
(cuser "SamacSys")
(uuser "SamacSys")
(utime 2018-06-21-15:22:42)
(mountForm default
(footprintRef "173010542")
(spec "System")
)
)

View File

@ -0,0 +1,70 @@
(Japanese_coding: sjis)
(function "ECS_909731"
(uver 1)
(cuser "SamacSys")
(uuser "SamacSys")
(ctime 2018-06-21-15:22:42)
(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))
)
(property "symbolName" "173010542")
)
(pinAssign "ECS_909731"
(uver 1)
(cuser "SamacSys")
(uuser "SamacSys")
(ctime 2018-06-21-15:22:42)
(utime 2023-03-07-16:10:32)
(interface
(port "1" (symbPinId 1) (portName "VIN") (portType INOUT))
(port "2" (symbPinId 2) (portName "GND") (portType INOUT))
(port "3" (symbPinId 3) (portName "VOUT") (portType INOUT))
)
(internal
(funcInst (functionRef "ECS_909731")
(port "1" (match "1"))
(port "2" (match "2"))
(port "3" (match "3"))
)
)
(property "usePowerBox" "No")
(property "symbolName" "173010542")
)
(part "173010542"
(uver 1)
(cuser "SamacSys")
(uuser "SamacSys")
(ctime 2018-06-21-15:22:42)
(utime 2023-03-07-16:10:32)
(packageRef "173010542")
(pinAssignRef "ECS_909731")
(interface
(port "1" (symbPinId 1) (portName "VIN") (portType INOUT))
(port "2" (symbPinId 2) (portName "GND") (portType INOUT))
(port "3" (symbPinId 3) (portName "VOUT") (portType INOUT))
)
(partClass UNDEF)
(useInSchema Y)
(useInLayout Y)
(inPartsList Y)
(partType NORMAL)
(placeRestriction FREE)
(property "enetNonSeries" "YES")
(property "refDesPrefix" "PS")
(property "description" "Non-Isolated DC/DC Converters FDSM 1A 8-42V Input SIP-3 5V Output")
(property "Mouser_Part_Number" "710-173010542")
(property "Mouser_Price/Stock" "https://www.mouser.co.uk/ProductDetail/Wurth-Elektronik/173010542?qs=MoCBKJu1Jj32dQ2aNC%252BPxA%3D%3D")
(property "Manufacturer_Name" "Wurth Elektronik")
(property "Manufacturer_Part_Number" "173010542")
(property "Datasheet_Link" "https://katalog.we-online.com/pm/datasheet/173010542.pdf")
(property "compAreaTopHeight" 10)
)

View File

@ -0,0 +1,51 @@
LIB 173010542
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 6.000 14.000 8.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 15.000 6.000 0 1.000 3 reference
VIEW 1 1 0 -1 -1 15.000 4.000 0 1.000 3 partName
ENDSHT
LINE 1 -1 -1 -1 -1 -1 -1
POINT - 4.000 2.000
POINT - 14.000 2.000
POINT - 14.000 -6.000
POINT - 4.000 -6.000
POINT - 4.000 2.000
ENDLIN
LINE 1 -1 -1 -1 -1 -1 -1
POINT - 0.000 0.000
POINT - 4.000 0.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 - 0.000 -4.000
POINT - 4.000 -4.000
ENDLIN
PIN 1 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
PIN 2 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 3 1 0.000 -4.000
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
ENDLIB

View File

@ -0,0 +1,9 @@
Manufacturer=Würth Elektronik
PartNumber=173010542
PartCategory=Power Supply
PackageCategory=Other
PinCount=3
Version=1.2
Released=2018-06-21 15:22:42
Downloaded=2024-12-19 18:39:08
3D=Y

View File

@ -0,0 +1,30 @@
V 54
K 1
D 0 -508000 0 0
Y 1
U 1905000 762000 254000 0 2 3 REFDES=PS?
U 1905000 508000 254000 0 2 3 DEVICE=173010542
U 1905000 254000 254000 0 2 0 PKG_TYPE=173010542
U 1905000 0 254000 0 2 0 Description=Non-Isolated DC/DC Converters FDSM 1A 8-42V Input SIP-3 5V Output
U 1905000 -254000 254000 0 2 0 Datasheet Link=https://katalog.we-online.com/pm/datasheet/173010542.pdf
U 1905000 -508000 254000 0 2 0 Height=10
U 1905000 -762000 254000 0 2 0 Mouser Part Number=710-173010542
U 1905000 -1016000 254000 0 2 0 Mouser Price/Stock=https://www.mouser.co.uk/ProductDetail/Wurth-Elektronik/173010542?qs=MoCBKJu1Jj32dQ2aNC%252BPxA%3D%3D
U 1905000 -1270000 254000 0 2 0 Manufacturer_Name=Wurth Elektronik
U 1905000 -1524000 254000 0 2 0 Manufacturer_Part_Number=173010542
U 0 0 254000 0 1 0 FORWARD_PCB=1
l 5 508000 254000 1778000 254000 1778000 -762000 508000 -762000 508000 254000
|GRPHSTL -1 -1 -1 1
P 1 0 0 508000 0 0 2 0
L 584200 0 228600 0 2 0 1 0 VIN
A 355600 50800 203200 0 9 3 #=1
A 0 0 9 0 3 0 PINTYPE=BI
P 2 0 -254000 508000 -254000 0 2 0
L 584200 -254000 228600 0 2 0 1 0 GND
A 355600 -203200 203200 0 9 3 #=2
A 0 0 9 0 3 0 PINTYPE=BI
P 3 0 -508000 508000 -508000 0 2 0
L 584200 -508000 228600 0 2 0 1 0 VOUT
A 355600 -457200 203200 0 9 3 #=3
A 0 0 9 0 3 0 PINTYPE=BI
E

View File

@ -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.

View File

@ -0,0 +1,6 @@
760783
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=bourns
760783/1031803/2.50/3/4/Variable Resistor

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,6 @@
760783
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=bourns
760783/1031803/2.50/3/4/Variable Resistor

View File

@ -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>

View File

@ -0,0 +1,120 @@
(CADSTARSCM
(HEADER
(FORMAT SYMBOL 2 16)
(JOBFILE "")
(JOBTITLE "SamacSys ECAD Model")
(GENERATOR "760783/1031803/2.50/3/4/Variable Resistor")
(RESOLUTION(METRIC HUNDREDTH MICRON))
(TIMESTAMP 2024 12 19 21 22 55)
)
(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 "3386F-1-105LF" "" (PT 4572000 5334000)
(VERSION 1)
(FIGURE FIG0 LC1 NO_SHEET
(OPENSHAPE (PT 5080000 5842000) (PT 6858000 5842000) (PT 6858000 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 7366000 5588000) (PT 6858000 5588000))
)
(FIGURE FIG3 LC1 NO_SHEET
(OPENSHAPE (PT 4572000 5588000) (PT 5080000 5588000))
)
(TERMINAL 1 TC0 (PT 4572000 5334000))
(TERMINAL 2 TC0 (PT 7366000 5588000))
(TERMINAL 3 TC0 (PT 4572000 5588000))
(TEXTLOC SYMBOL_NAME TC8 (PT 6985000 6350000)
(ALIGN CENTERLEFT)
)
(TEXTLOC PART_NAME TC8 (PT 6985000 6096000)
(ALIGN CENTERLEFT)
)
(PINNUMNAMELOC 1 TC8 (PT 4927600 5334000)
(ALIGN BOTTOMRIGHT)
)
(PINNUMNAMELOC 2 TC8 (PT 7010400 5588000)
(ALIGN BOTTOMLEFT)
)
(PINNUMNAMELOC 3 TC8 (PT 4927600 5588000)
(ALIGN BOTTOMRIGHT)
)
(PINLABELLOC 1 TC8 (PT 5156200 5334000)
(ALIGN CENTERLEFT)
)
(PINLABELLOC 2 TC8 (PT 6781800 5588000)
(ALIGN CENTERRIGHT)
)
(PINLABELLOC 3 TC8 (PT 5156200 5588000)
(ALIGN CENTERLEFT)
)
)
)
)

View File

@ -0,0 +1,197 @@
(CADSTARPCB
(HEADER
(FORMAT LIBRARY 2 18)
(JOBFILE "")
(JOBTITLE "")
(GENERATOR "")
(RESOLUTION
(METRIC HUNDREDTH MICRON)
)
(TIMESTAMP 2024 12 19 21 22 55)
)
(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 "c130.3_h76"
(ROUND 130300)
(DRILL 76000)
)
(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 "3386F1153" "" (PT 50000000 50000000)
(VERSION 1)
(FIGURE FIG0 LC14 LAY14
(OUTLINE (PT 49269500 49789000) (PT 50222500 49789000) (PT 50222500 50742000) (PT 49269500 50742000) (PT 49269500 49789000))
)
(FIGURE FIG1 LC11 LAY10
(OUTLINE (PT 49269500 49789000) (PT 50222500 49789000) (PT 50222500 50742000) (PT 49269500 50742000) (PT 49269500 49789000))
)
(FIGURE FIG2 LC15 LAY12
(OUTLINE (PT 49169500 49689000) (PT 50380000 49689000) (PT 50380000 50842000) (PT 49169500 50842000) (PT 49169500 49689000))
)
(FIGURE FIG3 LC11 LAY10
(OUTLINE (PT 50270000 49990000) (PT 50270000 49990000) (PT 50270000 50010000) (PT 50270000 50010000) (PT 50270000 49990000))
)
(PAD 1 (PT 50000000 50000000) PC0 THRU
(FIRSTPAD)
(PADIDENTIFIER "1")
)
(PAD 2 (PT 49746000 50508000) PC0 THRU
(PADIDENTIFIER "2")
)
(PAD 3 (PT 49492000 50000000) PC0 THRU
(PADIDENTIFIER "3")
)
(TEXTLOC COMP_NAME TC10 LAY10 (PT 49774700 50265500)
(ALIGN CENTERCENTER)
)
)
)
)

View File

@ -0,0 +1,24 @@
(part "3386F-1-105LF"
(packageRef "3386F1153")
(interface
(port "1" (symbPinId 1) (portName "CCW") (portType INOUT))
(port "2" (symbPinId 2) (portName "WIPER") (portType INOUT))
(port "3" (symbPinId 3) (portName "CW") (portType INOUT))
)
(partClass UNDEF)
(useInSchema Y)
(useInLayout Y)
(inPartsList Y)
(partType NORMAL)
(placeRestriction FREE)
(property "compKind" "221")
(property "Manufacturer_Name" "Bourns")
(property "Manufacturer_Part_Number" "3386F-1-105LF")
(property "Mouser_Part_Number" "652-3386F-1-105LF")
(property "Mouser_Price/Stock" "https://www.mouser.co.uk/ProductDetail/Bourns/3386F-1-105LF?qs=nE0RJHjSZ6W2MHhpfLC%252BRw%3D%3D")
(property "Arrow_Part_Number" "3386F-1-105LF")
(property "Arrow_Price/Stock" "https://www.arrow.com/en/products/3386f-1-105lf/bourns?region=nac")
(property "Description" "1M Through Hole Trimmer Resistor 0.5W Top Adjust Bourns 3386 Series")
(property "Datasheet_Link" "https://www.bourns.com/pdfs/3386.pdf")
(property "symbolName1" "3386F-1-105LF")
)

View File

@ -0,0 +1,66 @@
LIB 3386F-1-105LF
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 22 6
PROP 0 componentType 1
parts
ENDPROP
PROP 0 componentKind 1
221
ENDPROP
PROP 0 partName 1
3386F-1-105LF
ENDPROP
VIEW 1 1 0 -1 -1 19 6 0 1.000 3 reference
VIEW 1 1 0 -1 -1 19 4 0 1.000 3 partName
ENDSHT
LINE 1 -1 -1 -1 0 0 0
POINT - 4 2
POINT - 18 2
POINT - 18 -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 - 22 0
POINT - 18 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
CCW
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 22 0
PROP 0 pinLabel 1
WIPER
ENDPROP
PROP 0 pinNumber 1
2
ENDPROP
VIEW 1 1 0 -1 -1 19.2 0.4 0 1.000 0 pinNumber
VIEW 2 1 0 -1 -1 17.4 0 0 1.000 5 pinLabel
ENDPIN
PIN 3 1 0 0
PROP 0 pinLabel 1
CW
ENDPROP
PROP 0 pinNumber 1
3
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

View File

@ -0,0 +1,351 @@
(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 c130.3
(photo FLASH)
(panelUse NO)
(geometry
(circle 65150
(pt 0 0)
)
)
)
); End of pads
(padstacks
(padstack c130.3h76
(type PLATED)
(throughMode THROUGH)
(panelUse NO)
(Hole (footLayer Hole)
(geometry
(circle 38000
(pt 0 0)
)
)
)
(padSet (footLayer Top)
(connect (pad c130.3))
(noconnect (pad c130.3))
)
(padSet (footLayer Resist-Top)
(connect (pad c130.3))
(noconnect (pad c130.3))
)
(padSet (footLayer Resist-Bottom)
(connect (pad c130.3))
(noconnect (pad c130.3))
)
(padSet (footLayer Inner)
(clearance (pad c130.3))
(connect (pad c130.3))
(noconnect (pad c130.3))
)
(padSet (footLayer Bottom)
(connect (pad c130.3))
(noconnect (pad c130.3))
)
)
); End of padstacks
(footprints
(footprint "3386F1153"
(polarity YES)
(panelUse NO)
(heelprint
(layout
(layer (footLayer Assembly-Top)
(line
(geometry
(line
(vertex
(pt -730500 -211000
(width 20000)
)
(pt 222500 -211000
(width 20000)
)
)
)
)
)
)
(layer (footLayer Assembly-Top)
(line
(geometry
(line
(vertex
(pt 222500 -211000
(width 20000)
)
(pt 222500 742000
(width 20000)
)
)
)
)
)
)
(layer (footLayer Assembly-Top)
(line
(geometry
(line
(vertex
(pt 222500 742000
(width 20000)
)
(pt -730500 742000
(width 20000)
)
)
)
)
)
)
(layer (footLayer Assembly-Top)
(line
(geometry
(line
(vertex
(pt -730500 742000
(width 20000)
)
(pt -730500 -211000
(width 20000)
)
)
)
)
)
)
(layer (footLayer Silk-Top)
(line
(geometry
(line
(vertex
(pt -730500 -211000
(width 10000)
)
(pt 222500 -211000
(width 10000)
)
)
)
)
)
)
(layer (footLayer Silk-Top)
(line
(geometry
(line
(vertex
(pt 222500 -211000
(width 10000)
)
(pt 222500 742000
(width 10000)
)
)
)
)
)
)
(layer (footLayer Silk-Top)
(line
(geometry
(line
(vertex
(pt 222500 742000
(width 10000)
)
(pt -730500 742000
(width 10000)
)
)
)
)
)
)
(layer (footLayer Silk-Top)
(line
(geometry
(line
(vertex
(pt -730500 742000
(width 10000)
)
(pt -730500 -211000
(width 10000)
)
)
)
)
)
)
(layer (footLayer CompArea-Top)
(area
(geometry
(surface
(outlineWidth 0)
(fillWidth 0)
(fillAngle 0.000000)
(vertex
(pt 380000 -311000)
(pt 380000 842000)
(pt -830500 842000)
(pt -830500 -311000)
)
)
)
)
)
(layer (footLayer Silk-Top)
(line
(geometry
(line
(vertex
(pt 270000 -10000
(width 20000)
)
(pt 270000 -10000
(width 20000)
)
)
)
)
)
)
(layer (footLayer Silk-Top)
(line
(geometry
(line
(vertex
(arc CW
(r -10000)
(begin
(pt 270000 -10000
(width 20000)
)
)
(center 2147483648 -1073741824)
(end
(pt 270000 10000
(width 20000)
)
)
)
)
)
)
)
)
(layer (footLayer Silk-Top)
(line
(geometry
(line
(vertex
(arc CW
(r -10000)
(begin
(pt 270000 10000
(width 20000)
)
)
(center 2147483648 1073741824)
(end
(pt 270000 -10000
(width 20000)
)
)
)
)
)
)
)
)
); End of layout
); End of heelprint
(toeprint
(pin 1
(pt 0 0)
(layout
(layer (FPADSTACK)
(fpadstack
(pt 0 0)
(angle 90)
(padstackGroup default (padstack c130.3h76))
)
)
)
)
(pin 2
(pt -254000 508000)
(layout
(layer (FPADSTACK)
(fpadstack
(pt -254000 508000)
(angle 90)
(padstackGroup default (padstack c130.3h76))
)
)
)
)
(pin 3
(pt -508000 0)
(layout
(layer (FPADSTACK)
(fpadstack
(pt -508000 0)
(angle 90)
(padstackGroup default (padstack c130.3h76))
)
)
)
)
); End of toeprint
(propertyS accurateShape 3386F-1-105LF.stp)
); End of footprint
); End of footprints
); End of footprintContainer
); End of ftf

View File

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

View File

@ -0,0 +1,24 @@
(part "3386F-1-105LF"
(packageRef "3386F1153")
(interface
(port "1" (symbPinId 1) (portName "CCW") (portType INOUT))
(port "2" (symbPinId 2) (portName "WIPER") (portType INOUT))
(port "3" (symbPinId 3) (portName "CW") (portType INOUT))
)
(partClass UNDEF)
(useInSchema Y)
(useInLayout Y)
(inPartsList Y)
(partType NORMAL)
(placeRestriction FREE)
(property "compKind" "221")
(property "Manufacturer_Name" "Bourns")
(property "Manufacturer_Part_Number" "3386F-1-105LF")
(property "Mouser_Part_Number" "652-3386F-1-105LF")
(property "Mouser_Price/Stock" "https://www.mouser.co.uk/ProductDetail/Bourns/3386F-1-105LF?qs=nE0RJHjSZ6W2MHhpfLC%252BRw%3D%3D")
(property "Arrow_Part_Number" "3386F-1-105LF")
(property "Arrow_Price/Stock" "https://www.arrow.com/en/products/3386f-1-105lf/bourns?region=nac")
(property "Description" "1M Through Hole Trimmer Resistor 0.5W Top Adjust Bourns 3386 Series")
(property "Datasheet_Link" "https://www.bourns.com/pdfs/3386.pdf")
(property "symbolName1" "3386F-1-105LF")
)

View File

@ -0,0 +1,66 @@
LIB 3386F-1-105LF
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 22 6
PROP 0 componentType 1
parts
ENDPROP
PROP 0 componentKind 1
221
ENDPROP
PROP 0 partName 1
3386F-1-105LF
ENDPROP
VIEW 1 1 0 -1 -1 19 6 0 1.000 3 reference
VIEW 1 1 0 -1 -1 19 4 0 1.000 3 partName
ENDSHT
LINE 1 -1 -1 -1 0 0 0
POINT - 4 2
POINT - 18 2
POINT - 18 -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 - 22 0
POINT - 18 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
CCW
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 22 0
PROP 0 pinLabel 1
WIPER
ENDPROP
PROP 0 pinNumber 1
2
ENDPROP
VIEW 1 1 0 -1 -1 19.2 0.4 0 1.000 0 pinNumber
VIEW 2 1 0 -1 -1 17.4 0 0 1.000 5 pinLabel
ENDPIN
PIN 3 1 0 0
PROP 0 pinLabel 1
CW
ENDPROP
PROP 0 pinNumber 1
3
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

View File

@ -0,0 +1,351 @@
(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 c130.3
(photo FLASH)
(panelUse NO)
(geometry
(circle 65150
(pt 0 0)
)
)
)
); End of pads
(padstacks
(padstack c130.3h76
(type PLATED)
(throughMode THROUGH)
(panelUse NO)
(Hole (footLayer Hole)
(geometry
(circle 38000
(pt 0 0)
)
)
)
(padSet (footLayer Top)
(connect (pad c130.3))
(noconnect (pad c130.3))
)
(padSet (footLayer Resist-Top)
(connect (pad c130.3))
(noconnect (pad c130.3))
)
(padSet (footLayer Resist-Bottom)
(connect (pad c130.3))
(noconnect (pad c130.3))
)
(padSet (footLayer Inner)
(clearance (pad c130.3))
(connect (pad c130.3))
(noconnect (pad c130.3))
)
(padSet (footLayer Bottom)
(connect (pad c130.3))
(noconnect (pad c130.3))
)
)
); End of padstacks
(footprints
(footprint "3386F1153"
(polarity YES)
(panelUse NO)
(heelprint
(layout
(layer (footLayer Assembly-Top)
(line
(geometry
(line
(vertex
(pt -730500 -211000
(width 20000)
)
(pt 222500 -211000
(width 20000)
)
)
)
)
)
)
(layer (footLayer Assembly-Top)
(line
(geometry
(line
(vertex
(pt 222500 -211000
(width 20000)
)
(pt 222500 742000
(width 20000)
)
)
)
)
)
)
(layer (footLayer Assembly-Top)
(line
(geometry
(line
(vertex
(pt 222500 742000
(width 20000)
)
(pt -730500 742000
(width 20000)
)
)
)
)
)
)
(layer (footLayer Assembly-Top)
(line
(geometry
(line
(vertex
(pt -730500 742000
(width 20000)
)
(pt -730500 -211000
(width 20000)
)
)
)
)
)
)
(layer (footLayer Silk-Top)
(line
(geometry
(line
(vertex
(pt -730500 -211000
(width 10000)
)
(pt 222500 -211000
(width 10000)
)
)
)
)
)
)
(layer (footLayer Silk-Top)
(line
(geometry
(line
(vertex
(pt 222500 -211000
(width 10000)
)
(pt 222500 742000
(width 10000)
)
)
)
)
)
)
(layer (footLayer Silk-Top)
(line
(geometry
(line
(vertex
(pt 222500 742000
(width 10000)
)
(pt -730500 742000
(width 10000)
)
)
)
)
)
)
(layer (footLayer Silk-Top)
(line
(geometry
(line
(vertex
(pt -730500 742000
(width 10000)
)
(pt -730500 -211000
(width 10000)
)
)
)
)
)
)
(layer (footLayer CompArea-Top)
(area
(geometry
(surface
(outlineWidth 0)
(fillWidth 0)
(fillAngle 0.000000)
(vertex
(pt 380000 -311000)
(pt 380000 842000)
(pt -830500 842000)
(pt -830500 -311000)
)
)
)
)
)
(layer (footLayer Silk-Top)
(line
(geometry
(line
(vertex
(pt 270000 -10000
(width 20000)
)
(pt 270000 -10000
(width 20000)
)
)
)
)
)
)
(layer (footLayer Silk-Top)
(line
(geometry
(line
(vertex
(arc CW
(r -10000)
(begin
(pt 270000 -10000
(width 20000)
)
)
(center 2147483648 -1073741824)
(end
(pt 270000 10000
(width 20000)
)
)
)
)
)
)
)
)
(layer (footLayer Silk-Top)
(line
(geometry
(line
(vertex
(arc CW
(r -10000)
(begin
(pt 270000 10000
(width 20000)
)
)
(center 2147483648 1073741824)
(end
(pt 270000 -10000
(width 20000)
)
)
)
)
)
)
)
)
); End of layout
); End of heelprint
(toeprint
(pin 1
(pt 0 0)
(layout
(layer (FPADSTACK)
(fpadstack
(pt 0 0)
(angle 90)
(padstackGroup default (padstack c130.3h76))
)
)
)
)
(pin 2
(pt -254000 508000)
(layout
(layer (FPADSTACK)
(fpadstack
(pt -254000 508000)
(angle 90)
(padstackGroup default (padstack c130.3h76))
)
)
)
)
(pin 3
(pt -508000 0)
(layout
(layer (FPADSTACK)
(fpadstack
(pt -508000 0)
(angle 90)
(padstackGroup default (padstack c130.3h76))
)
)
)
)
); End of toeprint
(propertyS accurateShape 3386F-1-105LF.stp)
); End of footprint
); End of footprints
); End of footprintContainer
); End of ftf

View File

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

View File

@ -0,0 +1,134 @@
<?xml version="1.0" encoding="utf-8"?>
<!--/760783/1031803/2.50/3/4/Variable Resistor/-->
<!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>&lt;1M Through Hole Trimmer Resistor 0.5W Top Adjust Bourns 3386 Series&lt;/b&gt;&lt;p&gt;
&lt;author&gt;Created by SamacSys&lt;/author&gt;</description>
<packages>
<package name="3386F1153">
<description>&lt;b&gt;3386F-1-153-1&lt;/b&gt;&lt;br&gt;
</description>
<pad name="1" x="0.000" y="0.000" drill="0.76" diameter="1.303"/>
<pad name="2" x="-2.540" y="5.080" drill="0.76" diameter="1.303"/>
<pad name="3" x="-5.080" y="0.000" drill="0.76" diameter="1.303"/>
<text x="-2.253" y="2.655" align="center" size="1.27" layer="25" rot="R0" >&gt;NAME</text>
<text x="-2.253" y="2.655" align="center" size="1.27" layer="27" rot="R0" >&gt;VALUE</text>
<wire x1="-7.305" y1="-2.11" x2="2.225" y2="-2.11" width="0.2" layer="51"/>
<wire x1="2.225" y1="-2.11" x2="2.225" y2="7.42" width="0.2" layer="51"/>
<wire x1="2.225" y1="7.42" x2="-7.305" y2="7.42" width="0.2" layer="51"/>
<wire x1="-7.305" y1="7.42" x2="-7.305" y2="-2.11" width="0.2" layer="51"/>
<wire x1="-7.305" y1="-2.11" x2="2.225" y2="-2.11" width="0.1" layer="21"/>
<wire x1="2.225" y1="-2.11" x2="2.225" y2="7.42" width="0.1" layer="21"/>
<wire x1="2.225" y1="7.42" x2="-7.305" y2="7.42" width="0.1" layer="21"/>
<wire x1="-7.305" y1="7.42" x2="-7.305" y2="-2.11" width="0.1" layer="21"/>
<wire x1="-8.305" y1="-3.11" x2="3.8" y2="-3.11" width="0.1" layer="51"/>
<wire x1="3.8" y1="-3.11" x2="3.8" y2="8.42" width="0.1" layer="51"/>
<wire x1="3.8" y1="8.42" x2="-8.305" y2="8.42" width="0.1" layer="51"/>
<wire x1="-8.305" y1="8.42" x2="-8.305" y2="-3.11" width="0.1" layer="51"/>
<wire x1="2.7" y1="-0.1" x2="2.7" y2="-0.1" width="0.2" layer="21"/>
<wire x1="2.700" y1="-0.100" x2="2.700" y2="0.100" width="0.2" layer="21" curve="-180.0"/>
<wire x1="2.7" y1="0.1" x2="2.7" y2="0.1" width="0.2" layer="21"/>
<wire x1="2.700" y1="0.100" x2="2.700" y2="-0.100" width="0.2" layer="21" curve="-180.0"/>
</package>
</packages>
<symbols>
<symbol name="3386F-1-105LF">
<wire x1="5.08" y1="2.54" x2="22.86" y2="2.54" width="0.254" layer="94"/>
<wire x1="22.86" y1="-5.08" x2="22.86" y2="2.54" width="0.254" layer="94"/>
<wire x1="22.86" 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="24.13" y="7.62" align="center-left" size="1.778" layer="95">&gt;NAME</text>
<text x="24.13" y="5.08" align="center-left" size="1.778" layer="96">&gt;VALUE</text>
<pin name="CCW" x="0" y="-2.54" length="middle" direction="io" rot="R0"/>
<pin name="WIPER" x="27.94" y="0" length="middle" direction="io" rot="R180"/>
<pin name="CW" x="0" y="0" length="middle" direction="io" rot="R0"/>
</symbol>
</symbols>
<devicesets>
<deviceset name="3386F-1-105LF" prefix="VR">
<description>&lt;b&gt;1M Through Hole Trimmer Resistor 0.5W Top Adjust Bourns 3386 Series&lt;/b&gt;&lt;p&gt;
Source: &lt;a href="https://www.bourns.com/pdfs/3386.pdf"&gt; Datasheet &lt;/a&gt;</description>
<gates>
<gate name="G$1" symbol="3386F-1-105LF" x="0" y="0"/>
</gates>
<devices>
<device name="" package="3386F1153">
<connects>
<connect gate="G$1" pin="CCW" pad="1"/>
<connect gate="G$1" pin="WIPER" pad="2"/>
<connect gate="G$1" pin="CW" pad="3"/>
</connects>
<technologies>
<technology name="">
<attribute name="Manufacturer_Name" value="Bourns" constant="no"/>
<attribute name="Manufacturer_Part_Number" value="3386F-1-105LF" constant="no"/>
<attribute name="Mouser_Part_Number" value="652-3386F-1-105LF" constant="no"/>
<attribute name="Mouser_Price-Stock" value="https://www.mouser.co.uk/ProductDetail/Bourns/3386F-1-105LF?qs=nE0RJHjSZ6W2MHhpfLC%252BRw%3D%3D" constant="no"/>
<attribute name="Arrow_Part_Number" value="3386F-1-105LF" constant="no"/>
<attribute name="Arrow_Price-Stock" value="https://www.arrow.com/en/products/3386f-1-105lf/bourns?region=nac" constant="no"/>
<attribute name="Description" value="1M Through Hole Trimmer Resistor 0.5W Top Adjust Bourns 3386 Series" constant="no"/>
<attribute name="Height" value="4.83mm" constant="no"/>
</technology>
</technologies>
</device>
</devices>
</deviceset>
</devicesets>
</library>
</drawing>
</eagle>

View File

@ -0,0 +1,32 @@
FILE_TYPE=LIBRARY_PARTS;
PRIMITIVE '3386F_1_105LF','3386F_1_105LF_Other';
PIN
'CCW':
PIN_NUMBER='(1)';
NO_LOAD_CHECK=BOTH;
NO_IO_CHECK=BOTH;
ALLOW_CONNECT=TRUE;
PINUSE='UNSPEC';
'WIPER':
PIN_NUMBER='(2)';
NO_LOAD_CHECK=BOTH;
NO_IO_CHECK=BOTH;
ALLOW_CONNECT=TRUE;
PINUSE='UNSPEC';
'CW':
PIN_NUMBER='(3)';
NO_LOAD_CHECK=BOTH;
NO_IO_CHECK=BOTH;
ALLOW_CONNECT=TRUE;
PINUSE='UNSPEC';
END_PIN;
BODY
PART_NAME='3386F_1_105LF';
PHYS_DES_PREFIX='VR';
NO_LOAD_CHECK='TRUE';
PIN_COUNT='3';
BODY_NAME='3386F_1_105LF';
JEDEC_TYPE='3386F1153';
END_BODY;
END_PRIMITIVE;
END.

View File

@ -0,0 +1,11 @@
FILE_TYPE = MULTI_PHYS_TABLE;
PART '3386F_1_105LF'
CLASS = DISCRETE
{========================================================================================}
:"MANUFACTURER_NAME", "MANUFACTURER_PART_NUMBER"= "PART_NUMBER", "JEDEC_TYPE", "PACK_TYPE", "MOUSER_PART_NUMBER", "MOUSER_PRICE/STOCK", "ARROW_PART_NUMBER", "ARROW_PRICE/STOCK", "DESCRIPTION", "DATASHEET", "HEIGHT";
{========================================================================================}
"Bourns", "3386F-1-105LF" (!) = "", "3386F1153", "Other", "652-3386F-1-105LF", "https://www.mouser.co.uk/ProductDetail/Bourns/3386F-1-105LF?qs=nE0RJHjSZ6W2MHhpfLC%252BRw%3D%3D", "3386F-1-105LF", "https://www.arrow.com/en/products/3386f-1-105lf/bourns?region=nac", "1M Through Hole Trimmer Resistor 0.5W Top Adjust Bourns 3386 Series", "https://www.bourns.com/pdfs/3386.pdf", "4.83 mm"
END_PART
END.

View File

@ -0,0 +1,16 @@
C 0 -100 "CCW" 0 -100 0 0 60 0 L
X "PIN_TEXT" "CCW" 230 -130 0 0.00 60 0 0 0 0 0 1 0 74
L 200 -100 0 -100 -1 0
C 1100 0 "WIPER" 1100 0 0 0 60 0 R
X "PIN_TEXT" "WIPER" 870 -30 0 0.00 60 0 0 2 0 0 1 0 74
L 900 0 1100 0 -1 0
C 0 0 "CW" 0 0 0 0 60 0 L
X "PIN_TEXT" "CW" 230 -30 0 0.00 60 0 0 0 0 0 1 0 74
L 200 0 0 0 -1 0
L 200 100 900 100 -1 0
L 900 -200 900 100 -1 0
L 900 -200 200 -200 -1 0
L 200 100 200 -200 -1 0
P "$LOCATION" "?" 950 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

View File

@ -0,0 +1,121 @@
SamacSys ECAD Model
760783/1031803/2.50/3/4/Variable Resistor
DESIGNSPARK_INTERMEDIATE_ASCII
(asciiHeader
(fileUnits MM)
)
(library Library_1
(padStyleDef "c130.3_h76"
(holeDiam 0.76)
(padShape (layerNumRef 1) (padShapeType Ellipse) (shapeWidth 1.303) (shapeHeight 1.303))
(padShape (layerNumRef 16) (padShapeType Ellipse) (shapeWidth 1.303) (shapeHeight 1.303))
)
(textStyleDef "Default"
(font
(fontType Stroke)
(fontFace "Helvetica")
(fontHeight 50 mils)
(strokeWidth 5 mils)
)
)
(patternDef "3386F1153" (originalName "3386F1153")
(multiLayer
(pad (padNum 1) (padStyleRef c130.3_h76) (pt 0.000, 0.000) (rotation 90))
(pad (padNum 2) (padStyleRef c130.3_h76) (pt -2.540, 5.080) (rotation 90))
(pad (padNum 3) (padStyleRef c130.3_h76) (pt -5.080, 0.000) (rotation 90))
)
(layerContents (layerNumRef 18)
(attr "RefDes" "RefDes" (pt -2.253, 2.655) (textStyleRef "Default") (isVisible True))
)
(layerContents (layerNumRef 28)
(line (pt -7.305 -2.11) (pt 2.225 -2.11) (width 0.2))
)
(layerContents (layerNumRef 28)
(line (pt 2.225 -2.11) (pt 2.225 7.42) (width 0.2))
)
(layerContents (layerNumRef 28)
(line (pt 2.225 7.42) (pt -7.305 7.42) (width 0.2))
)
(layerContents (layerNumRef 28)
(line (pt -7.305 7.42) (pt -7.305 -2.11) (width 0.2))
)
(layerContents (layerNumRef 18)
(line (pt -7.305 -2.11) (pt 2.225 -2.11) (width 0.1))
)
(layerContents (layerNumRef 18)
(line (pt 2.225 -2.11) (pt 2.225 7.42) (width 0.1))
)
(layerContents (layerNumRef 18)
(line (pt 2.225 7.42) (pt -7.305 7.42) (width 0.1))
)
(layerContents (layerNumRef 18)
(line (pt -7.305 7.42) (pt -7.305 -2.11) (width 0.1))
)
(layerContents (layerNumRef 30)
(line (pt -8.305 -3.11) (pt 3.8 -3.11) (width 0.1))
)
(layerContents (layerNumRef 30)
(line (pt 3.8 -3.11) (pt 3.8 8.42) (width 0.1))
)
(layerContents (layerNumRef 30)
(line (pt 3.8 8.42) (pt -8.305 8.42) (width 0.1))
)
(layerContents (layerNumRef 30)
(line (pt -8.305 8.42) (pt -8.305 -3.11) (width 0.1))
)
(layerContents (layerNumRef 18)
(line (pt 2.7 -0.1) (pt 2.7 -0.1) (width 0.2))
)
(layerContents (layerNumRef 18)
(arc (pt 2.7, 0) (radius 0.1) (startAngle 270) (sweepAngle -180.0) (width 0.2))
)
(layerContents (layerNumRef 18)
(line (pt 2.7 0.1) (pt 2.7 0.1) (width 0.2))
)
(layerContents (layerNumRef 18)
(arc (pt 2.7, 0) (radius 0.1) (startAngle 90.0) (sweepAngle -180.0) (width 0.2))
)
)
(symbolDef "3386F-1-105LF" (originalName "3386F-1-105LF")
(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 1100 mils 0 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 870 mils -25 mils) (rotation 0]) (justify "Right") (textStyleRef "Default"))
))
(pin (pinNum 3) (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 900 mils 100 mils) (width 6 mils))
(line (pt 900 mils 100 mils) (pt 900 mils -200 mils) (width 6 mils))
(line (pt 900 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 950 mils 300 mils) (justify Left) (isVisible True) (textStyleRef "Default"))
)
(compDef "3386F-1-105LF" (originalName "3386F-1-105LF") (compHeader (numPins 3) (numParts 1) (refDesPrefix VR)
)
(compPin "1" (pinName "CCW") (partNum 1) (symPinNum 1) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "2" (pinName "WIPER") (partNum 1) (symPinNum 2) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "3" (pinName "CW") (partNum 1) (symPinNum 3) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(attachedSymbol (partNum 1) (altType Normal) (symbolName "3386F-1-105LF"))
(attachedPattern (patternNum 1) (patternName "3386F1153")
(numPads 3)
(padPinMap
(padNum 1) (compPinRef "1")
(padNum 2) (compPinRef "2")
(padNum 3) (compPinRef "3")
)
)
(attr "Manufacturer_Name" "Bourns")
(attr "Manufacturer_Part_Number" "3386F-1-105LF")
(attr "Mouser Part Number" "652-3386F-1-105LF")
(attr "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Bourns/3386F-1-105LF?qs=nE0RJHjSZ6W2MHhpfLC%252BRw%3D%3D")
(attr "Arrow Part Number" "3386F-1-105LF")
(attr "Arrow Price/Stock" "https://www.arrow.com/en/products/3386f-1-105lf/bourns?region=nac")
(attr "Description" "1M Through Hole Trimmer Resistor 0.5W Top Adjust Bourns 3386 Series")
(attr "Datasheet Link" "https://www.bourns.com/pdfs/3386.pdf")
(attr "Height" "4.83 mm")
)
)

View File

@ -0,0 +1,121 @@
SamacSys ECAD Model
760783/1031803/2.50/3/4/Variable Resistor
DESIGNSPARK_INTERMEDIATE_ASCII
(asciiHeader
(fileUnits MM)
)
(library Library_1
(padStyleDef "c130.3_h76"
(holeDiam 0.76)
(padShape (layerNumRef 1) (padShapeType Ellipse) (shapeWidth 1.303) (shapeHeight 1.303))
(padShape (layerNumRef 16) (padShapeType Ellipse) (shapeWidth 1.303) (shapeHeight 1.303))
)
(textStyleDef "Default"
(font
(fontType Stroke)
(fontFace "Helvetica")
(fontHeight 50 mils)
(strokeWidth 5 mils)
)
)
(patternDef "3386F1153" (originalName "3386F1153")
(multiLayer
(pad (padNum 1) (padStyleRef c130.3_h76) (pt 0.000, 0.000) (rotation 90))
(pad (padNum 2) (padStyleRef c130.3_h76) (pt -2.540, 5.080) (rotation 90))
(pad (padNum 3) (padStyleRef c130.3_h76) (pt -5.080, 0.000) (rotation 90))
)
(layerContents (layerNumRef 18)
(attr "RefDes" "RefDes" (pt -2.253, 2.655) (textStyleRef "Default") (isVisible True))
)
(layerContents (layerNumRef 28)
(line (pt -7.305 -2.11) (pt 2.225 -2.11) (width 0.2))
)
(layerContents (layerNumRef 28)
(line (pt 2.225 -2.11) (pt 2.225 7.42) (width 0.2))
)
(layerContents (layerNumRef 28)
(line (pt 2.225 7.42) (pt -7.305 7.42) (width 0.2))
)
(layerContents (layerNumRef 28)
(line (pt -7.305 7.42) (pt -7.305 -2.11) (width 0.2))
)
(layerContents (layerNumRef 18)
(line (pt -7.305 -2.11) (pt 2.225 -2.11) (width 0.1))
)
(layerContents (layerNumRef 18)
(line (pt 2.225 -2.11) (pt 2.225 7.42) (width 0.1))
)
(layerContents (layerNumRef 18)
(line (pt 2.225 7.42) (pt -7.305 7.42) (width 0.1))
)
(layerContents (layerNumRef 18)
(line (pt -7.305 7.42) (pt -7.305 -2.11) (width 0.1))
)
(layerContents (layerNumRef 30)
(line (pt -8.305 -3.11) (pt 3.8 -3.11) (width 0.1))
)
(layerContents (layerNumRef 30)
(line (pt 3.8 -3.11) (pt 3.8 8.42) (width 0.1))
)
(layerContents (layerNumRef 30)
(line (pt 3.8 8.42) (pt -8.305 8.42) (width 0.1))
)
(layerContents (layerNumRef 30)
(line (pt -8.305 8.42) (pt -8.305 -3.11) (width 0.1))
)
(layerContents (layerNumRef 18)
(line (pt 2.7 -0.1) (pt 2.7 -0.1) (width 0.2))
)
(layerContents (layerNumRef 18)
(arc (pt 2.7, 0) (radius 0.1) (startAngle 270) (sweepAngle -180.0) (width 0.2))
)
(layerContents (layerNumRef 18)
(line (pt 2.7 0.1) (pt 2.7 0.1) (width 0.2))
)
(layerContents (layerNumRef 18)
(arc (pt 2.7, 0) (radius 0.1) (startAngle 90.0) (sweepAngle -180.0) (width 0.2))
)
)
(symbolDef "3386F-1-105LF" (originalName "3386F-1-105LF")
(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 1100 mils 0 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 870 mils -25 mils) (rotation 0]) (justify "Right") (textStyleRef "Default"))
))
(pin (pinNum 3) (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 900 mils 100 mils) (width 6 mils))
(line (pt 900 mils 100 mils) (pt 900 mils -200 mils) (width 6 mils))
(line (pt 900 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 950 mils 300 mils) (justify Left) (isVisible True) (textStyleRef "Default"))
)
(compDef "3386F-1-105LF" (originalName "3386F-1-105LF") (compHeader (numPins 3) (numParts 1) (refDesPrefix VR)
)
(compPin "1" (pinName "CCW") (partNum 1) (symPinNum 1) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "2" (pinName "WIPER") (partNum 1) (symPinNum 2) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "3" (pinName "CW") (partNum 1) (symPinNum 3) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(attachedSymbol (partNum 1) (altType Normal) (symbolName "3386F-1-105LF"))
(attachedPattern (patternNum 1) (patternName "3386F1153")
(numPads 3)
(padPinMap
(padNum 1) (compPinRef "1")
(padNum 2) (compPinRef "2")
(padNum 3) (compPinRef "3")
)
)
(attr "Manufacturer_Name" "Bourns")
(attr "Manufacturer_Part_Number" "3386F-1-105LF")
(attr "Mouser Part Number" "652-3386F-1-105LF")
(attr "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Bourns/3386F-1-105LF?qs=nE0RJHjSZ6W2MHhpfLC%252BRw%3D%3D")
(attr "Arrow Part Number" "3386F-1-105LF")
(attr "Arrow Price/Stock" "https://www.arrow.com/en/products/3386f-1-105lf/bourns?region=nac")
(attr "Description" "1M Through Hole Trimmer Resistor 0.5W Top Adjust Bourns 3386 Series")
(attr "Datasheet Link" "https://www.bourns.com/pdfs/3386.pdf")
(attr "Height" "4.83 mm")
)
)

View File

@ -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>

View File

@ -0,0 +1,397 @@
(Source "DipTrace-ElementLibrary")
(Library
(Name "3386F-1-105LF")
(Hint "3386F-1-105LF")
(Subfolders
)
(Categories 0
)
(Components
(Component
(Part "3386F-1-105LF" "VR"
(Enabled "Y")
(PartType 0)
(PartName "3386F-1-105LF")
(ShowNumbers 1)
(Type 0)
(Number1 0)
(Number2 0)
(Width 60.96)
(Height 91.44)
(Value "")
(LockProperties "N")
(OriginX 0)
(OriginY 0)
(Datasheet "https://www.bourns.com/pdfs/3386.pdf")
(ModelType 0)
(ModelString "")
(ModelBody
)
(Manufacturer "Bourns")
(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 "CCW")
(StringNumber "1")
(ShowName "Y")
(PinNumXShift 0)
(PinNumYShift 0)
(PinNamexShift 0)
(PinNameYShift 0)
(ElectricType 0)
(NameFontSize 5)
(NameFontWidth -2)
(NameFontScale 1)
(SignalDelay 0)
)
(Pin 1 68.58 -0
(Enabled "Y")
(Locked "N")
(ModelSig "")
(Type 0)
(Orientation 2)
(Number 2)
(Length 15.24)
(Name "WIPER")
(StringNumber "2")
(ShowName "Y")
(PinNumXShift 0)
(PinNumYShift 0)
(PinNamexShift 0)
(PinNameYShift 0)
(ElectricType 0)
(NameFontSize 5)
(NameFontWidth -2)
(NameFontScale 1)
(SignalDelay 0)
)
(Pin 2 15.24 -0
(Enabled "Y")
(Locked "N")
(ModelSig "")
(Type 0)
(Orientation 0)
(Number 3)
(Length 15.24)
(Name "CW")
(StringNumber "3")
(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 68.58 -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 68.58 15.24)
(pt 68.58 -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 68.58 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 "Manufacturer_Name" "Bourns" 0)
(UserField "Manufacturer_Part_Number" "3386F-1-105LF" 0)
(UserField "Mouser Part Number" "652-3386F-1-105LF" 0)
(UserField "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Bourns/3386F-1-105LF?qs=nE0RJHjSZ6W2MHhpfLC%252BRw%3D%3D" 0)
(UserField "Arrow Part Number" "3386F-1-105LF" 0)
(UserField "Arrow Price/Stock" "https://www.arrow.com/en/products/3386f-1-105lf/bourns?region=nac" 0)
(UserField "Height" "4.83 mm" 0)
(UserField "Description" "1M Through Hole Trimmer Resistor 0.5W Top Adjust Bourns 3386 Series" 0)
)
)
(Pattern "3386F1153"
(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 30.015)
(Height 28.59)
(PadWidth 3.909)
(PadHeight 3.909)
(PadShape 0)
(PadHole 2.28)
(PadHoleH 0)
(PadHoleType 0)
(SurfacePad "N")
(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" "" 0 -0
(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 3.909)
(PadHeight 3.909)
(PadHole 2.28)
(PadHoleH 0)
(PadHoleType 0)
(SurfacePad "N")
(PadShape 0)
(Standard "N")
(Point
)
)
(Pad 2 "2" "" -7.62 -15.24
(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 3.909)
(PadHeight 3.909)
(PadHole 2.28)
(PadHoleH 0)
(PadHoleType 0)
(SurfacePad "N")
(PadShape 0)
(Standard "N")
(Point
)
)
(Pad 3 "3" "" -15.24 -0
(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 3.909)
(PadHeight 3.909)
(PadHole 2.28)
(PadHoleH 0)
(PadHoleType 0)
(SurfacePad "N")
(PadShape 0)
(Standard "N")
(Point
)
)
(Pad 4 "" "" 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.6 0)
(Point
(pt -0.73 0.221)
(pt 0.222 0.221)
)
(Shape 8 "N" 1 0 0 0 0 0 0 "" "Tahoma" "Y" 4 1 -2 0 0.6 0)
(Point
(pt 0.222 0.221)
(pt 0.222 -0.779)
)
(Shape 8 "N" 1 0 0 0 0 0 0 "" "Tahoma" "Y" 4 1 -2 0 0.6 0)
(Point
(pt 0.222 -0.779)
(pt -0.73 -0.779)
)
(Shape 8 "N" 1 0 0 0 0 0 0 "" "Tahoma" "Y" 4 1 -2 0 0.6 0)
(Point
(pt -0.73 -0.779)
(pt -0.73 0.221)
)
(Shape 8 "N" 0 0 0 0 0 0 0 "" "Tahoma" "Y" 4 1 -2 0 0.3 0)
(Point
(pt -0.73 0.221)
(pt 0.222 0.221)
)
(Shape 8 "N" 0 0 0 0 0 0 0 "" "Tahoma" "Y" 4 1 -2 0 0.3 0)
(Point
(pt 0.222 0.221)
(pt 0.222 -0.779)
)
(Shape 8 "N" 0 0 0 0 0 0 0 "" "Tahoma" "Y" 4 1 -2 0 0.3 0)
(Point
(pt 0.222 -0.779)
(pt -0.73 -0.779)
)
(Shape 8 "N" 0 0 0 0 0 0 0 "" "Tahoma" "Y" 4 1 -2 0 0.3 0)
(Point
(pt -0.73 -0.779)
(pt -0.73 0.221)
)
(Shape 8 "N" 0 0 0 0 0 0 0 "" "Tahoma" "Y" 4 1 -2 0 0.6 0)
(Point
(pt 0.27 0.01)
(pt 0.27 0.01)
)
(Shape 6 "N" 0 0.27 -0.01 0.23 0 0.27 0.01 "" "Tahoma" "Y" 4 1 -2 0 0.6 0)
(Shape 8 "N" 0 0 0 0 0 0 0 "" "Tahoma" "Y" 4 1 -2 0 0.6 0)
(Point
(pt 0.27 -0.01)
(pt 0.27 -0.01)
)
(Shape 6 "N" 0 0.27 0.01 0.27 0 0.27 -0.01 "" "Tahoma" "Y" 4 1 -2 0 0.6 0)
(Shape 0 "N" 0 0 0 0 0 0 0 "" "" "N" 0 0 0 0 0 0)
)
(Model3D
(Model3DFile "3386F-1-105LF.stp")
(pt 0 0 180 -2.3399999141693115 2.7100000381469727 0 1 1 1 "N" "N" 0)
)
)
)
)
)
()

View File

@ -0,0 +1,134 @@
<?xml version="1.0" encoding="utf-8"?>
<!--/760783/1031803/2.50/3/4/Variable Resistor/-->
<!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>&lt;1M Through Hole Trimmer Resistor 0.5W Top Adjust Bourns 3386 Series&lt;/b&gt;&lt;p&gt;
&lt;author&gt;Created by SamacSys&lt;/author&gt;</description>
<packages>
<package name="3386F1153">
<description>&lt;b&gt;3386F-1-153-1&lt;/b&gt;&lt;br&gt;
</description>
<pad name="1" x="0.000" y="0.000" drill="0.76" diameter="1.303"/>
<pad name="2" x="-2.540" y="5.080" drill="0.76" diameter="1.303"/>
<pad name="3" x="-5.080" y="0.000" drill="0.76" diameter="1.303"/>
<text x="-2.253" y="2.655" align="center" size="1.27" layer="25" rot="R0" >&gt;NAME</text>
<text x="-2.253" y="2.655" align="center" size="1.27" layer="27" rot="R0" >&gt;VALUE</text>
<wire x1="-7.305" y1="-2.11" x2="2.225" y2="-2.11" width="0.2" layer="51"/>
<wire x1="2.225" y1="-2.11" x2="2.225" y2="7.42" width="0.2" layer="51"/>
<wire x1="2.225" y1="7.42" x2="-7.305" y2="7.42" width="0.2" layer="51"/>
<wire x1="-7.305" y1="7.42" x2="-7.305" y2="-2.11" width="0.2" layer="51"/>
<wire x1="-7.305" y1="-2.11" x2="2.225" y2="-2.11" width="0.1" layer="21"/>
<wire x1="2.225" y1="-2.11" x2="2.225" y2="7.42" width="0.1" layer="21"/>
<wire x1="2.225" y1="7.42" x2="-7.305" y2="7.42" width="0.1" layer="21"/>
<wire x1="-7.305" y1="7.42" x2="-7.305" y2="-2.11" width="0.1" layer="21"/>
<wire x1="-8.305" y1="-3.11" x2="3.8" y2="-3.11" width="0.1" layer="51"/>
<wire x1="3.8" y1="-3.11" x2="3.8" y2="8.42" width="0.1" layer="51"/>
<wire x1="3.8" y1="8.42" x2="-8.305" y2="8.42" width="0.1" layer="51"/>
<wire x1="-8.305" y1="8.42" x2="-8.305" y2="-3.11" width="0.1" layer="51"/>
<wire x1="2.7" y1="-0.1" x2="2.7" y2="-0.1" width="0.2" layer="21"/>
<wire x1="2.700" y1="-0.100" x2="2.700" y2="0.100" width="0.2" layer="21" curve="-180.0"/>
<wire x1="2.7" y1="0.1" x2="2.7" y2="0.1" width="0.2" layer="21"/>
<wire x1="2.700" y1="0.100" x2="2.700" y2="-0.100" width="0.2" layer="21" curve="-180.0"/>
</package>
</packages>
<symbols>
<symbol name="3386F-1-105LF">
<wire x1="5.08" y1="2.54" x2="22.86" y2="2.54" width="0.254" layer="94"/>
<wire x1="22.86" y1="-5.08" x2="22.86" y2="2.54" width="0.254" layer="94"/>
<wire x1="22.86" 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="24.13" y="7.62" align="center-left" size="1.778" layer="95">&gt;NAME</text>
<text x="24.13" y="5.08" align="center-left" size="1.778" layer="96">&gt;VALUE</text>
<pin name="CCW" x="0" y="-2.54" length="middle" direction="io" rot="R0"/>
<pin name="WIPER" x="27.94" y="0" length="middle" direction="io" rot="R180"/>
<pin name="CW" x="0" y="0" length="middle" direction="io" rot="R0"/>
</symbol>
</symbols>
<devicesets>
<deviceset name="3386F-1-105LF" prefix="VR">
<description>&lt;b&gt;1M Through Hole Trimmer Resistor 0.5W Top Adjust Bourns 3386 Series&lt;/b&gt;&lt;p&gt;
Source: &lt;a href="https://www.bourns.com/pdfs/3386.pdf"&gt; Datasheet &lt;/a&gt;</description>
<gates>
<gate name="G$1" symbol="3386F-1-105LF" x="0" y="0"/>
</gates>
<devices>
<device name="" package="3386F1153">
<connects>
<connect gate="G$1" pin="CCW" pad="1"/>
<connect gate="G$1" pin="WIPER" pad="2"/>
<connect gate="G$1" pin="CW" pad="3"/>
</connects>
<technologies>
<technology name="">
<attribute name="Manufacturer_Name" value="Bourns" constant="no"/>
<attribute name="Manufacturer_Part_Number" value="3386F-1-105LF" constant="no"/>
<attribute name="Mouser_Part_Number" value="652-3386F-1-105LF" constant="no"/>
<attribute name="Mouser_Price-Stock" value="https://www.mouser.co.uk/ProductDetail/Bourns/3386F-1-105LF?qs=nE0RJHjSZ6W2MHhpfLC%252BRw%3D%3D" constant="no"/>
<attribute name="Arrow_Part_Number" value="3386F-1-105LF" constant="no"/>
<attribute name="Arrow_Price-Stock" value="https://www.arrow.com/en/products/3386f-1-105lf/bourns?region=nac" constant="no"/>
<attribute name="Description" value="1M Through Hole Trimmer Resistor 0.5W Top Adjust Bourns 3386 Series" constant="no"/>
<attribute name="Height" value="4.83mm" constant="no"/>
</technology>
</technologies>
</device>
</devices>
</deviceset>
</devicesets>
</library>
</drawing>
</eagle>

View File

@ -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 &#39;Library Loader&#39; is running on your PC.&nbsp;</p>
<p><img alt="" src="http://componentsearchengine.com/ExtRef/SystemTray.png" style="width: 101px; height: 100px;" /></p>
<p>If not launch it from the desktop shortcut:&nbsp;<img alt="" src="https://componentsearchengine.com//ExtRef/LibraryLoader.png" style="width: 20px; height: 20px;" /></p>
<p>After downloading the Schematic Symbol &amp;&nbsp;PCB Footprint zip, check in your ECAD tool. The libraries will have been loaded automatically.</p>
<p>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>

View File

@ -0,0 +1,121 @@
SamacSys ECAD Model
760783/1031803/2.50/3/4/Variable Resistor
DESIGNSPARK_INTERMEDIATE_ASCII
(asciiHeader
(fileUnits MM)
)
(library Library_1
(padStyleDef "c130.3_h76"
(holeDiam 0.76)
(padShape (layerNumRef 1) (padShapeType Ellipse) (shapeWidth 1.303) (shapeHeight 1.303))
(padShape (layerNumRef 16) (padShapeType Ellipse) (shapeWidth 1.303) (shapeHeight 1.303))
)
(textStyleDef "Default"
(font
(fontType Stroke)
(fontFace "Helvetica")
(fontHeight 50 mils)
(strokeWidth 5 mils)
)
)
(patternDef "3386F1153" (originalName "3386F1153")
(multiLayer
(pad (padNum 1) (padStyleRef c130.3_h76) (pt 0.000, 0.000) (rotation 90))
(pad (padNum 2) (padStyleRef c130.3_h76) (pt -2.540, 5.080) (rotation 90))
(pad (padNum 3) (padStyleRef c130.3_h76) (pt -5.080, 0.000) (rotation 90))
)
(layerContents (layerNumRef 18)
(attr "RefDes" "RefDes" (pt -2.253, 2.655) (textStyleRef "Default") (isVisible True))
)
(layerContents (layerNumRef 28)
(line (pt -7.305 -2.11) (pt 2.225 -2.11) (width 0.2))
)
(layerContents (layerNumRef 28)
(line (pt 2.225 -2.11) (pt 2.225 7.42) (width 0.2))
)
(layerContents (layerNumRef 28)
(line (pt 2.225 7.42) (pt -7.305 7.42) (width 0.2))
)
(layerContents (layerNumRef 28)
(line (pt -7.305 7.42) (pt -7.305 -2.11) (width 0.2))
)
(layerContents (layerNumRef 18)
(line (pt -7.305 -2.11) (pt 2.225 -2.11) (width 0.1))
)
(layerContents (layerNumRef 18)
(line (pt 2.225 -2.11) (pt 2.225 7.42) (width 0.1))
)
(layerContents (layerNumRef 18)
(line (pt 2.225 7.42) (pt -7.305 7.42) (width 0.1))
)
(layerContents (layerNumRef 18)
(line (pt -7.305 7.42) (pt -7.305 -2.11) (width 0.1))
)
(layerContents (layerNumRef 30)
(line (pt -8.305 -3.11) (pt 3.8 -3.11) (width 0.1))
)
(layerContents (layerNumRef 30)
(line (pt 3.8 -3.11) (pt 3.8 8.42) (width 0.1))
)
(layerContents (layerNumRef 30)
(line (pt 3.8 8.42) (pt -8.305 8.42) (width 0.1))
)
(layerContents (layerNumRef 30)
(line (pt -8.305 8.42) (pt -8.305 -3.11) (width 0.1))
)
(layerContents (layerNumRef 18)
(line (pt 2.7 -0.1) (pt 2.7 -0.1) (width 0.2))
)
(layerContents (layerNumRef 18)
(arc (pt 2.7, 0) (radius 0.1) (startAngle 270) (sweepAngle -180.0) (width 0.2))
)
(layerContents (layerNumRef 18)
(line (pt 2.7 0.1) (pt 2.7 0.1) (width 0.2))
)
(layerContents (layerNumRef 18)
(arc (pt 2.7, 0) (radius 0.1) (startAngle 90.0) (sweepAngle -180.0) (width 0.2))
)
)
(symbolDef "3386F-1-105LF" (originalName "3386F-1-105LF")
(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 1100 mils 0 mils) (rotation 180) (pinLength 200 mils) (pinDisplay (dispPinName true)) (pinName (text (pt 870 mils -25 mils) (rotation 0]) (justify "Right") (textStyleRef "Default"))
))
(pin (pinNum 3) (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 900 mils 100 mils) (width 6 mils))
(line (pt 900 mils 100 mils) (pt 900 mils -200 mils) (width 6 mils))
(line (pt 900 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 950 mils 300 mils) (justify Left) (isVisible True) (textStyleRef "Default"))
)
(compDef "3386F-1-105LF" (originalName "3386F-1-105LF") (compHeader (numPins 3) (numParts 1) (refDesPrefix VR)
)
(compPin "1" (pinName "CCW") (partNum 1) (symPinNum 1) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "2" (pinName "WIPER") (partNum 1) (symPinNum 2) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(compPin "3" (pinName "CW") (partNum 1) (symPinNum 3) (gateEq 0) (pinEq 0) (pinType Bidirectional))
(attachedSymbol (partNum 1) (altType Normal) (symbolName "3386F-1-105LF"))
(attachedPattern (patternNum 1) (patternName "3386F1153")
(numPads 3)
(padPinMap
(padNum 1) (compPinRef "1")
(padNum 2) (compPinRef "2")
(padNum 3) (compPinRef "3")
)
)
(attr "Manufacturer_Name" "Bourns")
(attr "Manufacturer_Part_Number" "3386F-1-105LF")
(attr "Mouser Part Number" "652-3386F-1-105LF")
(attr "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Bourns/3386F-1-105LF?qs=nE0RJHjSZ6W2MHhpfLC%252BRw%3D%3D")
(attr "Arrow Part Number" "3386F-1-105LF")
(attr "Arrow Price/Stock" "https://www.arrow.com/en/products/3386f-1-105lf/bourns?region=nac")
(attr "Description" "1M Through Hole Trimmer Resistor 0.5W Top Adjust Bourns 3386 Series")
(attr "Datasheet Link" "https://www.bourns.com/pdfs/3386.pdf")
(attr "Height" "4.83 mm")
)
)

View File

@ -0,0 +1,134 @@
<?xml version="1.0" encoding="utf-8"?>
<!--/760783/1031803/2.50/3/4/Variable Resistor/-->
<!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>&lt;1M Through Hole Trimmer Resistor 0.5W Top Adjust Bourns 3386 Series&lt;/b&gt;&lt;p&gt;
&lt;author&gt;Created by SamacSys&lt;/author&gt;</description>
<packages>
<package name="3386F1153">
<description>&lt;b&gt;3386F-1-153-1&lt;/b&gt;&lt;br&gt;
</description>
<pad name="1" x="0.000" y="0.000" drill="0.76" diameter="1.303"/>
<pad name="2" x="-2.540" y="5.080" drill="0.76" diameter="1.303"/>
<pad name="3" x="-5.080" y="0.000" drill="0.76" diameter="1.303"/>
<text x="-2.253" y="2.655" align="center" size="1.27" layer="25" rot="R0" >&gt;NAME</text>
<text x="-2.253" y="2.655" align="center" size="1.27" layer="27" rot="R0" >&gt;VALUE</text>
<wire x1="-7.305" y1="-2.11" x2="2.225" y2="-2.11" width="0.2" layer="51"/>
<wire x1="2.225" y1="-2.11" x2="2.225" y2="7.42" width="0.2" layer="51"/>
<wire x1="2.225" y1="7.42" x2="-7.305" y2="7.42" width="0.2" layer="51"/>
<wire x1="-7.305" y1="7.42" x2="-7.305" y2="-2.11" width="0.2" layer="51"/>
<wire x1="-7.305" y1="-2.11" x2="2.225" y2="-2.11" width="0.1" layer="21"/>
<wire x1="2.225" y1="-2.11" x2="2.225" y2="7.42" width="0.1" layer="21"/>
<wire x1="2.225" y1="7.42" x2="-7.305" y2="7.42" width="0.1" layer="21"/>
<wire x1="-7.305" y1="7.42" x2="-7.305" y2="-2.11" width="0.1" layer="21"/>
<wire x1="-8.305" y1="-3.11" x2="3.8" y2="-3.11" width="0.1" layer="51"/>
<wire x1="3.8" y1="-3.11" x2="3.8" y2="8.42" width="0.1" layer="51"/>
<wire x1="3.8" y1="8.42" x2="-8.305" y2="8.42" width="0.1" layer="51"/>
<wire x1="-8.305" y1="8.42" x2="-8.305" y2="-3.11" width="0.1" layer="51"/>
<wire x1="2.7" y1="-0.1" x2="2.7" y2="-0.1" width="0.2" layer="21"/>
<wire x1="2.700" y1="-0.100" x2="2.700" y2="0.100" width="0.2" layer="21" curve="-180.0"/>
<wire x1="2.7" y1="0.1" x2="2.7" y2="0.1" width="0.2" layer="21"/>
<wire x1="2.700" y1="0.100" x2="2.700" y2="-0.100" width="0.2" layer="21" curve="-180.0"/>
</package>
</packages>
<symbols>
<symbol name="3386F-1-105LF">
<wire x1="5.08" y1="2.54" x2="22.86" y2="2.54" width="0.254" layer="94"/>
<wire x1="22.86" y1="-5.08" x2="22.86" y2="2.54" width="0.254" layer="94"/>
<wire x1="22.86" 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="24.13" y="7.62" align="center-left" size="1.778" layer="95">&gt;NAME</text>
<text x="24.13" y="5.08" align="center-left" size="1.778" layer="96">&gt;VALUE</text>
<pin name="CCW" x="0" y="-2.54" length="middle" direction="io" rot="R0"/>
<pin name="WIPER" x="27.94" y="0" length="middle" direction="io" rot="R180"/>
<pin name="CW" x="0" y="0" length="middle" direction="io" rot="R0"/>
</symbol>
</symbols>
<devicesets>
<deviceset name="3386F-1-105LF" prefix="VR">
<description>&lt;b&gt;1M Through Hole Trimmer Resistor 0.5W Top Adjust Bourns 3386 Series&lt;/b&gt;&lt;p&gt;
Source: &lt;a href="https://www.bourns.com/pdfs/3386.pdf"&gt; Datasheet &lt;/a&gt;</description>
<gates>
<gate name="G$1" symbol="3386F-1-105LF" x="0" y="0"/>
</gates>
<devices>
<device name="" package="3386F1153">
<connects>
<connect gate="G$1" pin="CCW" pad="1"/>
<connect gate="G$1" pin="WIPER" pad="2"/>
<connect gate="G$1" pin="CW" pad="3"/>
</connects>
<technologies>
<technology name="">
<attribute name="Manufacturer_Name" value="Bourns" constant="no"/>
<attribute name="Manufacturer_Part_Number" value="3386F-1-105LF" constant="no"/>
<attribute name="Mouser_Part_Number" value="652-3386F-1-105LF" constant="no"/>
<attribute name="Mouser_Price-Stock" value="https://www.mouser.co.uk/ProductDetail/Bourns/3386F-1-105LF?qs=nE0RJHjSZ6W2MHhpfLC%252BRw%3D%3D" constant="no"/>
<attribute name="Arrow_Part_Number" value="3386F-1-105LF" constant="no"/>
<attribute name="Arrow_Price-Stock" value="https://www.arrow.com/en/products/3386f-1-105lf/bourns?region=nac" constant="no"/>
<attribute name="Description" value="1M Through Hole Trimmer Resistor 0.5W Top Adjust Bourns 3386 Series" constant="no"/>
<attribute name="Height" value="4.83mm" constant="no"/>
</technology>
</technologies>
</device>
</devices>
</deviceset>
</devicesets>
</library>
</drawing>
</eagle>

View File

@ -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>

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