commit db9c92cf527c4586476d404bb12a7ad1b7374edf Author: cinnaboot Date: Tue Jul 23 19:16:31 2024 -0400 Initial commit new file: .gitignore new file: NOTES new file: main-board/main-board.kicad_pcb new file: main-board/main-board.kicad_pro new file: main-board/main-board.kicad_sch new file: old_schematics/LCD.pdf new file: old_schematics/layout.pdf diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..83cd13f --- /dev/null +++ b/.gitignore @@ -0,0 +1,30 @@ +# For PCBs designed using KiCad: https://www.kicad.org/ +# Format documentation: https://kicad.org/help/file-formats/ + +# Temporary files +*.000 +*.bak +*.bck +*.kicad_pcb-bak +*.kicad_sch-bak +*-backups +*.kicad_prl +*.sch-bak +*~ +_autosave-* +*.tmp +*-save.pro +*-save.kicad_pcb +fp-info-cache + +# Netlist files (exported from Eeschema) +*.net + +# Autorouter files (exported from Pcbnew) +*.dsn +*.ses + +# Exported BOM files +*.xml +*.csv + diff --git a/NOTES b/NOTES new file mode 100644 index 0000000..e45487a --- /dev/null +++ b/NOTES @@ -0,0 +1,34 @@ + +limits: + output voltage: 2V (minimum of lm723) - 28V (max of lm358) + output current: 3A parallel, 1.5A series (max of transformer) + + +new features: + - working current limit :P + - calculate actual filtering cap value for some value of ripple at 3A + - I=CdV/dt, C=Idt/dV, dt=8.33ms (one half of 1/60 because full wave), + for 3Vpp ripple at 3A, 3*0.00833/3 = 8,330uF, (2x 50V 4700uF in parallel) + for 1Vpp ripple at 3A, 3*0.00833/1 = 24,990uF :o + - calculate worst case power dissapation value for pass transistor + - at 100C case temp, 3055 can safely dissipate about 60W + 15V-2V = 13V*3A = 39W (with relay switching xformer leads at 15V) + should probably still add better heatsink with fan + - use keyed cable connectors + - high side current meausurement resistor + - need to use differential amplifier with good CMRR + - SCR overvoltage protection + + - relays: + - on/off switch disables outputs + - switchable output + - voltage range switches transformer configuration + - 2-15V parallel output, 3A + - 15-28V series output, 1.5A + - may need to also switch off output when changing the voltage to + prevent inductive spikes from switching the xformer going to + the output + + - kicad: + - virtual symbols for off-board components (ac side protection/switch) + ^ https://forum.kicad.info/t/off-board-components-in-kicad-5/22286 diff --git a/main-board/main-board.kicad_pcb b/main-board/main-board.kicad_pcb new file mode 100644 index 0000000..ef218ba --- /dev/null +++ b/main-board/main-board.kicad_pcb @@ -0,0 +1,2 @@ +(kicad_pcb (version 20240108) (generator "pcbnew") (generator_version "8.0") +) \ No newline at end of file diff --git a/main-board/main-board.kicad_pro b/main-board/main-board.kicad_pro new file mode 100644 index 0000000..d69e47a --- /dev/null +++ b/main-board/main-board.kicad_pro @@ -0,0 +1,608 @@ +{ + "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": [], + "drc_exclusions": [], + "meta": { + "version": 2 + }, + "rule_severities": { + "annular_width": "error", + "clearance": "error", + "connection_width": "warning", + "copper_edge_clearance": "error", + "copper_sliver": "warning", + "courtyards_overlap": "error", + "diff_pair_gap_out_of_range": "error", + "diff_pair_uncoupled_length_too_long": "error", + "drill_out_of_range": "error", + "duplicate_footprints": "warning", + "extra_footprint": "warning", + "footprint": "error", + "footprint_symbol_mismatch": "warning", + "footprint_type_mismatch": "ignore", + "hole_clearance": "error", + "hole_near_hole": "error", + "holes_co_located": "warning", + "invalid_outline": "error", + "isolated_copper": "warning", + "item_on_disabled_layer": "error", + "items_not_allowed": "error", + "length_out_of_range": "error", + "lib_footprint_issues": "warning", + "lib_footprint_mismatch": "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": 2, + "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": [], + "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": [], + "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": "main-board.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 + }, + { + "group_by": false, + "label": "#", + "name": "${ITEM_NUMBER}", + "show": false + }, + { + "group_by": false, + "label": "Sim.Device", + "name": "Sim.Device", + "show": false + }, + { + "group_by": false, + "label": "Sim.Pins", + "name": "Sim.Pins", + "show": false + }, + { + "group_by": false, + "label": "Description", + "name": "Description", + "show": false + } + ], + "filter_string": "", + "group_symbols": true, + "name": "", + "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": [ + [ + "7122ce47-00e7-46b2-9552-183197531465", + "Root" + ] + ], + "text_variables": {} +} diff --git a/main-board/main-board.kicad_sch b/main-board/main-board.kicad_sch new file mode 100644 index 0000000..6d3856a --- /dev/null +++ b/main-board/main-board.kicad_sch @@ -0,0 +1,11163 @@ +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.0") + (uuid "7122ce47-00e7-46b2-9552-183197531465") + (paper "A4") + (lib_symbols + (symbol "Amplifier_Operational:LM324" + (pin_names + (offset 0.127) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "LM324" + (at 0 -5.08 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at -1.27 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm2902-n.pdf" + (at 1.27 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Low-Power, Quad-Operational Amplifiers, DIP-14/SOIC-14/SSOP-14" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_locked" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "quad opamp" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "SOIC*3.9x8.7mm*P1.27mm* DIP*W7.62mm* TSSOP*4.4x5mm*P0.65mm* SSOP*5.3x6.2mm*P0.65mm* MSOP*3x3mm*P0.5mm*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "LM324_1_1" + (polyline + (pts + (xy -5.08 5.08) (xy 5.08 0) (xy -5.08 -5.08) (xy -5.08 5.08) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin output line + (at 7.62 0 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 -2.54 0) + (length 2.54) + (name "-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 2.54 0) + (length 2.54) + (name "+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "LM324_2_1" + (polyline + (pts + (xy -5.08 5.08) (xy 5.08 0) (xy -5.08 -5.08) (xy -5.08 5.08) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin input line + (at -7.62 2.54 0) + (length 2.54) + (name "+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 -2.54 0) + (length 2.54) + (name "-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 7.62 0 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "LM324_3_1" + (polyline + (pts + (xy -5.08 5.08) (xy 5.08 0) (xy -5.08 -5.08) (xy -5.08 5.08) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin input line + (at -7.62 2.54 0) + (length 2.54) + (name "+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 7.62 0 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 -2.54 0) + (length 2.54) + (name "-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "LM324_4_1" + (polyline + (pts + (xy -5.08 5.08) (xy 5.08 0) (xy -5.08 -5.08) (xy -5.08 5.08) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin input line + (at -7.62 2.54 0) + (length 2.54) + (name "+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 -2.54 0) + (length 2.54) + (name "-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 7.62 0 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "LM324_5_1" + (pin power_in line + (at -2.54 -7.62 90) + (length 3.81) + (name "V-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -2.54 7.62 270) + (length 3.81) + (name "V+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Connector:Conn_01x02_Pin" + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at 0 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Conn_01x02_Pin" + (at 0 -5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x02, script generated" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_locked" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "connector" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Connector*:*_1x??_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Conn_01x02_Pin_1_1" + (polyline + (pts + (xy 1.27 -2.54) (xy 0.8636 -2.54) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 0) (xy 0.8636 0) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 0.8636 -2.413) + (end 0 -2.667) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.8636 0.127) + (end 0 -0.127) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (pin passive line + (at 5.08 0 180) + (length 3.81) + (name "Pin_1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 -2.54 180) + (length 3.81) + (name "Pin_2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Connector:Conn_01x03_Pin" + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Conn_01x03_Pin" + (at 0 -5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x03, script generated" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_locked" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "connector" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Connector*:*_1x??_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Conn_01x03_Pin_1_1" + (polyline + (pts + (xy 1.27 -2.54) (xy 0.8636 -2.54) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 0) (xy 0.8636 0) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 2.54) (xy 0.8636 2.54) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 0.8636 -2.413) + (end 0 -2.667) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.8636 0.127) + (end 0 -0.127) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.8636 2.667) + (end 0 2.413) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (pin passive line + (at 5.08 2.54 180) + (length 3.81) + (name "Pin_1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 0 180) + (length 3.81) + (name "Pin_2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 -2.54 180) + (length 3.81) + (name "Pin_3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:C" + (pin_numbers hide) + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "C" + (at 0.635 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "C" + (at 0.635 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0.9652 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "cap capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "C_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "C_0_1" + (polyline + (pts + (xy -2.032 -0.762) (xy 2.032 -0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.032 0.762) (xy 2.032 0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "C_1_1" + (pin passive line + (at 0 3.81 270) + (length 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -3.81 90) + (length 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:C_Polarized" + (pin_numbers hide) + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "C" + (at 0.635 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "C_Polarized" + (at 0.635 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0.9652 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Polarized capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "cap capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "CP_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "C_Polarized_0_1" + (rectangle + (start -2.286 0.508) + (end 2.286 1.016) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.778 2.286) (xy -0.762 2.286) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 2.794) (xy -1.27 1.778) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 2.286 -0.508) + (end -2.286 -1.016) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + ) + (symbol "C_Polarized_1_1" + (pin passive line + (at 0 3.81 270) + (length 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -3.81 90) + (length 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:D" + (pin_numbers hide) + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "D" + (at 0 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "D" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Diode" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "D" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "diode" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "TO-???* *_Diode_* *SingleDiode* D_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "D_0_1" + (polyline + (pts + (xy -1.27 1.27) (xy -1.27 -1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 0) (xy -1.27 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 1.27) (xy 1.27 -1.27) (xy -1.27 0) (xy 1.27 1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "D_1_1" + (pin passive line + (at -3.81 0 0) + (length 2.54) + (name "K" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 3.81 0 180) + (length 2.54) + (name "A" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:Fuse" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "F" + (at 2.032 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Fuse" + (at -1.905 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at -1.778 0 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Fuse" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "fuse" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "*Fuse*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Fuse_0_1" + (rectangle + (start -0.762 -2.54) + (end 0.762 2.54) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 2.54) (xy 0 -2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "Fuse_1_1" + (pin passive line + (at 0 3.81 270) + (length 1.27) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -3.81 90) + (length 1.27) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:Q_SCR_AGK" + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "D" + (at 1.905 0.635 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Q_SCR_AGK" + (at 1.905 -1.27 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Silicon controlled rectifier, anode/gate/cathode" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "SCR thyristor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Q_SCR_AGK_0_1" + (polyline + (pts + (xy -1.27 -2.54) (xy -0.635 -1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 -1.27) (xy 1.27 -1.27) + ) + (stroke + (width 0.2032) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 -2.54) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 1.27) (xy 1.27 1.27) (xy 0 -1.27) (xy -1.27 1.27) + ) + (stroke + (width 0.2032) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "Q_SCR_AGK_1_1" + (pin passive line + (at 0 3.81 270) + (length 2.54) + (name "A" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -3.81 -2.54 0) + (length 2.54) + (name "G" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -3.81 90) + (length 2.54) + (name "K" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:R" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "R" + (at 2.032 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "R" + (at 0 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at -1.778 0 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "R res resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "R_0_1" + (rectangle + (start -1.016 -2.54) + (end 1.016 2.54) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "R_1_1" + (pin passive line + (at 0 3.81 270) + (length 1.27) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -3.81 90) + (length 1.27) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:R_Potentiometer_Trim" + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "RV" + (at -4.445 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "R_Potentiometer_Trim" + (at -2.54 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Trim-potentiometer" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "resistor variable trimpot trimmer" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Potentiometer*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "R_Potentiometer_Trim_0_1" + (polyline + (pts + (xy 1.524 0.762) (xy 1.524 -0.762) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.54 0) (xy 1.524 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 1.016 2.54) + (end -1.016 -2.54) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "R_Potentiometer_Trim_1_1" + (pin passive line + (at 0 3.81 270) + (length 1.27) + (name "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 3.81 0 180) + (length 1.27) + (name "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -3.81 90) + (length 1.27) + (name "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:Transformer_1P_2S" + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "T" + (at 0 12.7 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Transformer_1P_2S" + (at 0 -12.7 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Transformer, single primary, dual secondary" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "transformer coil magnet" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Transformer_1P_2S_0_1" + (arc + (start -2.54 -5.0546) + (mid -1.6599 -4.6901) + (end -1.27 -3.81) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start -2.54 -2.5146) + (mid -1.6599 -2.1501) + (end -1.27 -1.27) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start -2.54 0.0254) + (mid -1.6599 0.3899) + (end -1.27 1.27) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start -2.54 2.5654) + (mid -1.6599 2.9299) + (end -1.27 3.81) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start -1.27 -3.81) + (mid -1.642 -2.912) + (end -2.54 -2.54) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start -1.27 -1.27) + (mid -1.642 -0.372) + (end -2.54 0) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start -1.27 1.27) + (mid -1.642 2.168) + (end -2.54 2.54) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start -1.27 3.81) + (mid -1.642 4.708) + (end -2.54 5.08) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -0.508 -10.16) (xy -0.508 10.16) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.508 10.16) (xy 0.508 -10.16) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 1.2954 -8.89) + (mid 1.6599 -9.7701) + (end 2.54 -10.1346) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 1.2954 -6.35) + (mid 1.6599 -7.2301) + (end 2.54 -7.5946) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 1.2954 -3.81) + (mid 1.6599 -4.6901) + (end 2.54 -5.0546) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 1.2954 3.81) + (mid 1.6599 2.9299) + (end 2.54 2.5654) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 1.2954 6.35) + (mid 1.6599 5.4699) + (end 2.54 5.1054) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 1.2954 8.89) + (mid 1.6599 8.0099) + (end 2.54 7.6454) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 2.54 -7.62) + (mid 1.642 -7.992) + (end 1.2954 -8.89) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 2.54 -5.08) + (mid 1.642 -5.452) + (end 1.2954 -6.35) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 2.54 -2.54) + (mid 1.642 -2.912) + (end 1.2954 -3.81) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 2.54 5.08) + (mid 1.642 4.708) + (end 1.2954 3.81) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 2.54 7.62) + (mid 1.642 7.248) + (end 1.2954 6.35) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 2.54 10.16) + (mid 1.642 9.788) + (end 1.2954 8.89) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "Transformer_1P_2S_1_1" + (pin passive line + (at -10.16 5.08 0) + (length 7.62) + (name "AA" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -10.16 -5.08 0) + (length 7.62) + (name "AB" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 10.16 10.16 180) + (length 7.62) + (name "SA" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 10.16 2.54 180) + (length 7.62) + (name "SB" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 10.16 -2.54 180) + (length 7.62) + (name "SC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 10.16 -10.16 180) + (length 7.62) + (name "SD" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Diode_Bridge:KBU6M" + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "D" + (at 2.54 6.985 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "KBU6M" + (at 2.54 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Diode_THT:Diode_Bridge_Vishay_KBU" + (at 3.81 3.175 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "http://www.vishay.com/docs/88656/kbu6.pdf" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Single-Phase Bridge Rectifier, 700V Vrms, 6.0A If, KBU package" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "rectifier acdc" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Diode*Bridge*Vishay*KBU*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "KBU6M_0_1" + (polyline + (pts + (xy -2.54 3.81) (xy -1.27 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 -2.54) (xy -2.54 -3.81) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.54 -1.27) (xy 3.81 -2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.54 1.27) (xy 3.81 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -3.81 2.54) (xy -2.54 1.27) (xy -1.905 3.175) (xy -3.81 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.54 -1.27) (xy -3.81 -2.54) (xy -1.905 -3.175) (xy -2.54 -1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 2.54) (xy 2.54 3.81) (xy 3.175 1.905) (xy 1.27 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 3.175 -1.905) (xy 1.27 -2.54) (xy 2.54 -3.81) (xy 3.175 -1.905) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -5.08 0) (xy 0 -5.08) (xy 5.08 0) (xy 0 5.08) (xy -5.08 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "KBU6M_1_1" + (pin passive line + (at 7.62 0 180) + (length 2.54) + (name "+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -7.62 90) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 7.62 270) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -7.62 0 0) + (length 2.54) + (name "-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Filter:1FP42-3R" + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "FL" + (at 0 7.62 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1FP42-3R" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Filter:Filter_FILTERCON_1FPxx" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://filtercon.com.pl/wp-content/uploads/2019/07/Karta-katalogowa-FP-12-1.pdf" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "3A, 250VAC, 50/60Hz line filter" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "EMI" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Filter*FILTERCON*1FPxx*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "1FP42-3R_1_1" + (rectangle + (start -10.16 3.81) + (end 10.16 -3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (rectangle + (start -4.826 -0.254) + (end -2.794 -0.508) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -4.826 0.254) + (end -2.794 0.508) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (arc + (start -0.762 -2.54) + (mid -1.143 -2.1606) + (end -1.524 -2.54) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start -0.762 2.54) + (mid -1.143 2.9194) + (end -1.524 2.54) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 -2.54) + (mid -0.381 -2.1606) + (end -0.762 -2.54) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -6.858 -1.27) (xy -6.858 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -6.858 -1.27) (xy -5.842 -1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -6.858 1.27) (xy -5.842 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -6.35 -1.27) (xy -6.35 -2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -6.35 1.27) (xy -6.35 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -5.842 -1.27) (xy -5.842 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -3.81 -0.508) (xy -3.81 -2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -3.81 0.508) (xy -3.81 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.524 -2.54) (xy -7.62 -2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.524 2.54) (xy -7.62 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.524 -2.54) (xy 7.112 -2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 3.81 -0.508) (xy 3.81 -2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 3.81 0.508) (xy 3.81 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 7.112 2.54) (xy 1.524 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 0 0) + (radius 1.8034) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 2.54) + (mid -0.381 2.9194) + (end -0.762 2.54) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0.762 -2.54) + (mid 0.381 -2.1606) + (end 0 -2.54) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0.762 2.54) + (mid 0.381 2.9194) + (end 0 2.54) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 1.524 -2.54) + (mid 1.143 -2.1606) + (end 0.762 -2.54) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 1.524 2.54) + (mid 1.143 2.9194) + (end 0.762 2.54) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 2.794 -0.254) + (end 4.826 -0.508) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 2.794 0.254) + (end 4.826 0.508) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (pin passive line + (at -12.7 2.54 0) + (length 2.54) + (name "P" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 12.7 2.54 180) + (length 2.54) + (name "P'" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -12.7 -2.54 0) + (length 2.54) + (name "N" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 12.7 -2.54 180) + (length 2.54) + (name "N'" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Reference_Voltage:LM385Z-1.2" + (pin_names + (offset 0.0254) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at 0 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LM385Z-1.2" + (at 0 -3.175 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" + (at 0 -5.08 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.onsemi.com/pub_link/Collateral/LM285-D.PDF" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (hide yes) + ) + ) + (property "Description" "1.235V Micropower Voltage Reference Diodes, TO-92" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "diode device voltage reference" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "TO?92*Inline*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "LM385Z-1.2_0_1" + (polyline + (pts + (xy -1.27 0) (xy 0 0) (xy 1.27 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 -1.27) (xy 0.635 0) (xy -1.27 1.27) (xy -1.27 -1.27) + ) + (stroke + (width 0.2032) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 -1.27) (xy 0.635 -1.27) (xy 0.635 1.27) (xy 1.27 1.27) + ) + (stroke + (width 0.2032) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "LM385Z-1.2_1_1" + (pin passive line + (at 3.81 0 180) + (length 2.54) + (name "K" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -3.81 0 0) + (length 2.54) + (name "A" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Regulator_Linear:LM723_DIP14" + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at 0.635 10.795 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "LM723_DIP14" + (at 0.635 8.89 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_DIP:DIP-14_W7.62mm" + (at 0.635 -8.89 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm723.pdf" + (at -2.54 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Linear Regulator (adjustable), DIP-14" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "POWER REGUL" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "DIP*W7.62mm*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "LM723_DIP14_0_1" + (rectangle + (start -10.16 -7.62) + (end 7.62 7.62) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + ) + (symbol "LM723_DIP14_1_1" + (pin no_connect line + (at -10.16 -5.08 0) + (length 2.54) hide + (name "NC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_out line + (at 10.16 0 180) + (length 2.54) + (name "Vout" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 10.16 270) + (length 2.54) + (name "VC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -2.54 10.16 270) + (length 2.54) + (name "V+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 10.16 -5.08 180) + (length 2.54) + (name "FC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin no_connect line + (at -2.54 -7.62 90) + (length 2.54) hide + (name "NC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 10.16 5.08 180) + (length 2.54) + (name "ILIM" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 10.16 2.54 180) + (length 2.54) + (name "CSEN" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -12.7 2.54 0) + (length 2.54) + (name "-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -12.7 0 0) + (length 2.54) + (name "+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_out line + (at -12.7 5.08 0) + (length 2.54) + (name "VREF" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 -10.16 90) + (length 2.54) + (name "V-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin no_connect line + (at -10.16 -2.54 0) + (length 2.54) hide + (name "NC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 10.16 -2.54 180) + (length 2.54) + (name "VZ" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Switch:SW_DPST" + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "SW" + (at 0 6.35 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "SW_DPST" + (at 0 -5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Double Pole Single Throw (DPST) Switch" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "switch dual double-pole single-throw OFF-ON" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "SW_DPST_0_0" + (circle + (center -2.032 -2.54) + (radius 0.508) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center -2.032 2.54) + (radius 0.508) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.524 -2.286) (xy 1.27 -1.016) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.524 2.794) (xy 1.27 4.064) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 -1.27) (xy 0 -0.635) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 0) (xy 0 0.635) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 1.27) (xy 0 1.905) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 2.54) (xy 0 3.175) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 2.032 -2.54) + (radius 0.508) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 2.032 2.54) + (radius 0.508) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "SW_DPST_1_1" + (rectangle + (start -3.175 4.445) + (end 3.175 -3.81) + (stroke + (width 0) + (type default) + ) + (fill + (type background) + ) + ) + (pin passive line + (at -5.08 -2.54 0) + (length 2.54) + (name "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 -2.54 180) + (length 2.54) + (name "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 2.54 0) + (length 2.54) + (name "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 2.54 180) + (length 2.54) + (name "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Transistor_BJT:2N3904" + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "Q" + (at 5.08 1.905 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "2N3904" + (at 5.08 0 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" + (at 5.08 -1.905 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "https://www.onsemi.com/pub/Collateral/2N3903-D.PDF" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, TO-92" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "NPN Transistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "TO?92*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "2N3904_0_1" + (polyline + (pts + (xy 0.635 0.635) (xy 2.54 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.635 -0.635) (xy 2.54 -2.54) (xy 2.54 -2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.635 1.905) (xy 0.635 -1.905) (xy 0.635 -1.905) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 -1.778) (xy 1.778 -1.27) (xy 2.286 -2.286) (xy 1.27 -1.778) (xy 1.27 -1.778) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center 1.27 0) + (radius 2.8194) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "2N3904_1_1" + (pin passive line + (at 2.54 -5.08 90) + (length 2.54) + (name "E" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 0 0) + (length 5.715) + (name "B" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 2.54 5.08 270) + (length 2.54) + (name "C" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:Earth_Protective" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -10.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "Earth_Protective" + (at 0 -7.62 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"Earth_Protective\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "global ground gnd clean" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Earth_Protective_0_1" + (circle + (center 0 -3.81) + (radius 2.54) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -0.635 -4.445) (xy 0.635 -4.445) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -0.127 -5.08) (xy 0.127 -5.08) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 -3.81) (xy 0 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 -3.81) (xy -1.27 -3.81) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "Earth_Protective_1_1" + (pin power_in line + (at 0 0 270) + (length 0) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:GND" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -6.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "global power" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "GND_0_1" + (polyline + (pts + (xy 0 0) (xy 0 -1.27) (xy 1.27 -1.27) (xy 0 -2.54) (xy -1.27 -1.27) (xy 0 -1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "GND_1_1" + (pin power_in line + (at 0 0 270) + (length 0) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:PWR_FLAG" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#FLG" + (at 0 1.905 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 0 3.81 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "flag power" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "PWR_FLAG_0_0" + (pin power_out line + (at 0 0 90) + (length 0) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "PWR_FLAG_0_1" + (polyline + (pts + (xy 0 0) (xy 0 1.27) (xy -1.016 1.905) (xy 0 2.54) (xy 1.016 1.905) (xy 0 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + ) + ) + (junction + (at 213.36 114.3) + (diameter 0) + (color 0 0 0 0) + (uuid "014d9389-8f69-423a-8255-1c7f26c8fa6f") + ) + (junction + (at 229.87 148.59) + (diameter 0) + (color 0 0 0 0) + (uuid "0db02730-8a19-4ce2-bb87-d2f19b46038b") + ) + (junction + (at 68.58 64.77) + (diameter 0) + (color 0 0 0 0) + (uuid "13196de1-98ab-4d57-8387-3d220359b389") + ) + (junction + (at 109.22 29.21) + (diameter 0) + (color 0 0 0 0) + (uuid "1984dbaa-8429-424d-b5d8-74b418ba5868") + ) + (junction + (at 195.58 95.25) + (diameter 0) + (color 0 0 0 0) + (uuid "24dc5764-bd6f-45ec-b931-ab778dc9671d") + ) + (junction + (at 22.86 119.38) + (diameter 0) + (color 0 0 0 0) + (uuid "24e725e8-20d4-4737-bff5-878820664e93") + ) + (junction + (at 87.63 104.14) + (diameter 0) + (color 0 0 0 0) + (uuid "2af46f6b-f485-44fb-824e-8af1603adeb0") + ) + (junction + (at 82.55 91.44) + (diameter 0) + (color 0 0 0 0) + (uuid "311a3a4d-da4b-4803-9560-d1f21b371140") + ) + (junction + (at 115.57 104.14) + (diameter 0) + (color 0 0 0 0) + (uuid "3e1ae465-166a-438a-aa6c-73b26773c07e") + ) + (junction + (at 149.86 148.59) + (diameter 0) + (color 0 0 0 0) + (uuid "47b1aaa2-a983-4e1f-bd65-47169a1368cf") + ) + (junction + (at 93.98 129.54) + (diameter 0) + (color 0 0 0 0) + (uuid "4d91679b-50bb-450c-a287-a19670b2ef86") + ) + (junction + (at 43.18 100.33) + (diameter 0) + (color 0 0 0 0) + (uuid "4f939b85-121d-4e7c-b4c0-7fce0310e8a0") + ) + (junction + (at 82.55 148.59) + (diameter 0) + (color 0 0 0 0) + (uuid "509b9bc5-601c-4f68-89a9-05c80fd2729c") + ) + (junction + (at 154.94 64.77) + (diameter 0) + (color 0 0 0 0) + (uuid "53d2555f-a61b-4eb7-ad97-cce47399197d") + ) + (junction + (at 248.92 64.77) + (diameter 0) + (color 0 0 0 0) + (uuid "58081b7e-f63b-4fb5-8cc3-8a89619b161a") + ) + (junction + (at 36.83 148.59) + (diameter 0) + (color 0 0 0 0) + (uuid "5a4838cd-6316-482f-b11a-402184748b95") + ) + (junction + (at 237.49 64.77) + (diameter 0) + (color 0 0 0 0) + (uuid "6048399d-584b-4fc7-8932-64c06ae7d816") + ) + (junction + (at 68.58 91.44) + (diameter 0) + (color 0 0 0 0) + (uuid "61ea929c-20da-44f5-920a-620a19551a4f") + ) + (junction + (at 66.04 148.59) + (diameter 0) + (color 0 0 0 0) + (uuid "61f97ee9-478a-4f06-a001-610be97395d1") + ) + (junction + (at 39.37 77.47) + (diameter 0) + (color 0 0 0 0) + (uuid "758dcf59-035b-469b-bb30-048490b0e994") + ) + (junction + (at 171.45 148.59) + (diameter 0) + (color 0 0 0 0) + (uuid "79351b8f-71af-467d-8bdd-b6aa6163377a") + ) + (junction + (at 95.25 64.77) + (diameter 0) + (color 0 0 0 0) + (uuid "7f36457f-13d1-401e-896e-6b8e60179936") + ) + (junction + (at 237.49 148.59) + (diameter 0) + (color 0 0 0 0) + (uuid "829e7be2-ce06-4820-9f56-2f9f200ef805") + ) + (junction + (at 17.78 91.44) + (diameter 0) + (color 0 0 0 0) + (uuid "83f0a4ea-9e08-4caf-a758-7cd1caeb0015") + ) + (junction + (at 76.2 148.59) + (diameter 0) + (color 0 0 0 0) + (uuid "8583be03-aa31-4734-b59c-96e043113ec2") + ) + (junction + (at 22.86 105.41) + (diameter 0) + (color 0 0 0 0) + (uuid "99e9442d-e78a-4b02-9f7b-184a26ad3bf2") + ) + (junction + (at 237.49 99.06) + (diameter 0) + (color 0 0 0 0) + (uuid "9d63aee0-014b-4244-bafd-34c898e58276") + ) + (junction + (at 17.78 148.59) + (diameter 0) + (color 0 0 0 0) + (uuid "9fe83e78-f589-451e-964c-dca457231b8f") + ) + (junction + (at 111.76 36.83) + (diameter 0) + (color 0 0 0 0) + (uuid "b0a9233e-ceb4-4373-b37e-b0a0c728bfee") + ) + (junction + (at 160.02 148.59) + (diameter 0) + (color 0 0 0 0) + (uuid "b6fdd259-37ab-4952-96ad-9ac99d718f8a") + ) + (junction + (at 82.55 64.77) + (diameter 0) + (color 0 0 0 0) + (uuid "b8b5fe7a-a02c-43aa-b4c0-c7dc4d1e5888") + ) + (junction + (at 209.55 64.77) + (diameter 0) + (color 0 0 0 0) + (uuid "bc5d7c6a-27e1-43f7-ab96-a8b10cd06059") + ) + (junction + (at 93.98 104.14) + (diameter 0) + (color 0 0 0 0) + (uuid "d4339230-300a-4c0f-8d88-957cc7ec6b33") + ) + (junction + (at 248.92 148.59) + (diameter 0) + (color 0 0 0 0) + (uuid "e0e51b57-9610-4431-82f4-6aa7bfbdaef5") + ) + (junction + (at 195.58 64.77) + (diameter 0) + (color 0 0 0 0) + (uuid "e3f8d4db-c7d8-410d-8216-b8efadd6ffc9") + ) + (junction + (at 229.87 127) + (diameter 0) + (color 0 0 0 0) + (uuid "e45742cc-8f21-45c6-abdf-fb5ef8244ae2") + ) + (junction + (at 22.86 148.59) + (diameter 0) + (color 0 0 0 0) + (uuid "e6b7c97e-eb01-4eac-ab70-73b7ad61d615") + ) + (junction + (at 124.46 99.06) + (diameter 0) + (color 0 0 0 0) + (uuid "e85ebf68-8090-45db-8473-bf9eed0c7204") + ) + (junction + (at 59.69 77.47) + (diameter 0) + (color 0 0 0 0) + (uuid "ea498860-2ca0-4435-a780-36285705c0f6") + ) + (junction + (at 171.45 104.14) + (diameter 0) + (color 0 0 0 0) + (uuid "ea618052-cb2e-43af-9f40-55a89473f8a7") + ) + (junction + (at 62.23 116.84) + (diameter 0) + (color 0 0 0 0) + (uuid "f2682d35-44de-4811-8dd2-1b4154003aa7") + ) + (junction + (at 154.94 85.09) + (diameter 0) + (color 0 0 0 0) + (uuid "f3346cde-6128-4c10-bbf5-a4c78f634fc8") + ) + (junction + (at 213.36 127) + (diameter 0) + (color 0 0 0 0) + (uuid "f38e96cb-c40f-45f5-8bc0-9ef11653ddc2") + ) + (junction + (at 217.17 64.77) + (diameter 0) + (color 0 0 0 0) + (uuid "f4996a91-c240-494d-b807-02f37c338e55") + ) + (junction + (at 198.12 148.59) + (diameter 0) + (color 0 0 0 0) + (uuid "f50cfc5f-0b35-4778-90df-f62c31d2ddd5") + ) + (junction + (at 87.63 129.54) + (diameter 0) + (color 0 0 0 0) + (uuid "f8ce6f59-1953-4577-b49d-94d003470545") + ) + (junction + (at 171.45 109.22) + (diameter 0) + (color 0 0 0 0) + (uuid "ff86c2cc-cfc5-490a-8c00-be6a1c34aab2") + ) + (wire + (pts + (xy 198.12 99.06) (xy 198.12 95.25) + ) + (stroke + (width 0) + (type default) + ) + (uuid "005f531d-99a9-4be0-8b47-3ac5b550ceb5") + ) + (wire + (pts + (xy 209.55 76.2) (xy 213.36 76.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "00d37968-cb70-4397-b70b-5525a55e3906") + ) + (wire + (pts + (xy 87.63 129.54) (xy 93.98 129.54) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0111c779-ecad-4dfb-877d-1dc065b779aa") + ) + (wire + (pts + (xy 55.88 77.47) (xy 59.69 77.47) + ) + (stroke + (width 0) + (type default) + ) + (uuid "027217d6-058c-4320-a80b-d33208259ac7") + ) + (wire + (pts + (xy 106.68 36.83) (xy 111.76 36.83) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0346f130-884f-4ace-93c2-a2701a0f1b1e") + ) + (wire + (pts + (xy 58.42 116.84) (xy 62.23 116.84) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0676ee57-0949-4d53-bcf3-2fb999169afa") + ) + (wire + (pts + (xy 109.22 29.21) (xy 115.57 29.21) + ) + (stroke + (width 0) + (type default) + ) + (uuid "077ba9e9-cba6-46a2-9cad-f2bf2ad46d9d") + ) + (wire + (pts + (xy 182.88 127) (xy 213.36 127) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0799d14d-63f0-4c12-bb47-ebc2f393406f") + ) + (wire + (pts + (xy 30.48 134.62) (xy 30.48 138.43) + ) + (stroke + (width 0) + (type default) + ) + (uuid "092d01f7-07df-4dea-a96b-4351badc7ae5") + ) + (wire + (pts + (xy 36.83 138.43) (xy 36.83 148.59) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0a032b54-f7f9-4322-b1a2-07b734789e4e") + ) + (wire + (pts + (xy 68.58 91.44) (xy 68.58 82.55) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0b031333-5640-4dc7-b07d-563250a5e7da") + ) + (wire + (pts + (xy 62.23 116.84) (xy 71.12 116.84) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0ba588e5-cde5-4cc9-9732-a6fc219d4c3b") + ) + (wire + (pts + (xy 22.86 105.41) (xy 30.48 105.41) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0dd2cc08-fa4e-4b9d-b71c-412cb26b4d47") + ) + (wire + (pts + (xy 248.92 148.59) (xy 237.49 148.59) + ) + (stroke + (width 0) + (type default) + ) + (uuid "100d644f-9d15-4a6e-b2ad-c74fe7adb246") + ) + (wire + (pts + (xy 17.78 148.59) (xy 22.86 148.59) + ) + (stroke + (width 0) + (type default) + ) + (uuid "116ee3ad-080b-47de-9e60-2f38b14fbd89") + ) + (wire + (pts + (xy 187.96 85.09) (xy 213.36 85.09) + ) + (stroke + (width 0) + (type default) + ) + (uuid "11d99b72-c837-4c2b-bc79-35ec1d34b6b7") + ) + (wire + (pts + (xy 118.11 105.41) (xy 118.11 99.06) + ) + (stroke + (width 0) + (type default) + ) + (uuid "11f5e84d-9e30-4494-8607-47eea816b19d") + ) + (wire + (pts + (xy 68.58 74.93) (xy 68.58 64.77) + ) + (stroke + (width 0) + (type default) + ) + (uuid "168c882a-e9bb-46fd-82ed-11f222fb8381") + ) + (wire + (pts + (xy 149.86 114.3) (xy 149.86 148.59) + ) + (stroke + (width 0) + (type default) + ) + (uuid "16c1cf30-7afb-4c3f-87a1-e837c4143cec") + ) + (wire + (pts + (xy 48.26 85.09) (xy 48.26 87.63) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1aeaa1dd-7744-4ecf-9152-ce85da0d5225") + ) + (wire + (pts + (xy 111.76 31.75) (xy 115.57 31.75) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1deb4fec-f07b-43c8-a187-6e7ffd9a5d2a") + ) + (wire + (pts + (xy 154.94 85.09) (xy 180.34 85.09) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2032a227-7665-4273-8480-c457a37b7978") + ) + (wire + (pts + (xy 237.49 64.77) (xy 248.92 64.77) + ) + (stroke + (width 0) + (type default) + ) + (uuid "22316848-264f-43a0-a0aa-6cac2717ec99") + ) + (wire + (pts + (xy 62.23 116.84) (xy 62.23 100.33) + ) + (stroke + (width 0) + (type default) + ) + (uuid "225b2544-51d3-4cca-b379-e506ba4bfac7") + ) + (wire + (pts + (xy 213.36 85.09) (xy 213.36 114.3) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2312768b-27d4-47ef-8617-14a28b680397") + ) + (wire + (pts + (xy 111.76 36.83) (xy 111.76 49.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "23bc9280-ab59-47eb-9b4d-bab4dd64858a") + ) + (wire + (pts + (xy 95.25 86.36) (xy 95.25 91.44) + ) + (stroke + (width 0) + (type default) + ) + (uuid "253c9959-fb1f-4db1-9fc4-6f2f8f108817") + ) + (wire + (pts + (xy 229.87 127) (xy 229.87 130.81) + ) + (stroke + (width 0) + (type default) + ) + (uuid "29e385e9-6c96-40bb-85a3-931e6376a344") + ) + (wire + (pts + (xy 209.55 64.77) (xy 217.17 64.77) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2a33cc99-8e1e-487e-9844-ff400df41142") + ) + (wire + (pts + (xy 175.26 114.3) (xy 175.26 109.22) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2da6bfb4-108d-4ac2-8d99-14ef73ea8408") + ) + (wire + (pts + (xy 58.42 39.37) (xy 72.39 39.37) + ) + (stroke + (width 0) + (type default) + ) + (uuid "32c5367c-0aea-4504-a8b3-58e288aeec10") + ) + (wire + (pts + (xy 93.98 129.54) (xy 100.33 129.54) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3306696d-6d9e-4d0e-975f-637d1222bd83") + ) + (wire + (pts + (xy 69.85 34.29) (xy 72.39 34.29) + ) + (stroke + (width 0) + (type default) + ) + (uuid "337425fd-d22e-4e40-a70a-bfe55142b06d") + ) + (wire + (pts + (xy 93.98 119.38) (xy 93.98 129.54) + ) + (stroke + (width 0) + (type default) + ) + (uuid "341749ef-1a0a-40a3-b0fb-1d219c04bb46") + ) + (wire + (pts + (xy 218.44 109.22) (xy 218.44 83.82) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3617ecb6-446f-44ef-ba4e-219380623a39") + ) + (wire + (pts + (xy 213.36 116.84) (xy 213.36 114.3) + ) + (stroke + (width 0) + (type default) + ) + (uuid "36826650-fe4c-4564-9d9d-57c639e64f4e") + ) + (wire + (pts + (xy 30.48 129.54) (xy 30.48 132.08) + ) + (stroke + (width 0) + (type default) + ) + (uuid "36eac71c-95a4-4e41-bba4-26591639f343") + ) + (wire + (pts + (xy 106.68 41.91) (xy 109.22 41.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "37d748f2-d5cb-4f42-af28-08de4528aa75") + ) + (wire + (pts + (xy 62.23 100.33) (xy 55.88 100.33) + ) + (stroke + (width 0) + (type default) + ) + (uuid "38b1e1e7-7722-410c-b106-66d2844ade9e") + ) + (wire + (pts + (xy 39.37 77.47) (xy 17.78 77.47) + ) + (stroke + (width 0) + (type default) + ) + (uuid "38b6b211-fac8-47b4-ba84-1dfaaf36c8a5") + ) + (wire + (pts + (xy 269.24 67.31) (xy 269.24 148.59) + ) + (stroke + (width 0) + (type default) + ) + (uuid "38c090ea-d400-4bf0-887e-3416a1490a41") + ) + (wire + (pts + (xy 160.02 104.14) (xy 160.02 118.11) + ) + (stroke + (width 0) + (type default) + ) + (uuid "39a7217c-1d96-409d-8f43-a42b9a62dc74") + ) + (wire + (pts + (xy 30.48 39.37) (xy 33.02 39.37) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3a63c4ce-97a8-40ed-90c4-326ad786ebe7") + ) + (wire + (pts + (xy 160.02 104.14) (xy 171.45 104.14) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3cf670f4-2395-48a4-81c3-aa6f208b8eb0") + ) + (wire + (pts + (xy 78.74 116.84) (xy 83.82 116.84) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3eb7f528-d58c-49cf-9903-cfbd9d2ea884") + ) + (wire + (pts + (xy 93.98 114.3) (xy 93.98 104.14) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3f12fba8-7d11-4fb1-a9d5-a968d7a4dda1") + ) + (wire + (pts + (xy 17.78 148.59) (xy 17.78 156.21) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3f703d40-bd53-47ec-b29e-294558c8cdec") + ) + (wire + (pts + (xy 124.46 99.06) (xy 124.46 101.6) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4074de61-cf79-4a9c-a0de-45fa3b66d56b") + ) + (wire + (pts + (xy 217.17 64.77) (xy 224.79 64.77) + ) + (stroke + (width 0) + (type default) + ) + (uuid "40f6e203-ef05-4a5d-a544-387ab2599f0a") + ) + (wire + (pts + (xy 82.55 74.93) (xy 82.55 64.77) + ) + (stroke + (width 0) + (type default) + ) + (uuid "41a3c8c6-2cff-4973-bcec-b54a37a553cb") + ) + (wire + (pts + (xy 213.36 114.3) (xy 208.28 114.3) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4326d598-9ba8-4c6a-a58c-21d7ba26afae") + ) + (wire + (pts + (xy 48.26 87.63) (xy 34.29 87.63) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4475bf2c-ad6d-4c5a-99ed-b782b3bfa472") + ) + (wire + (pts + (xy 95.25 64.77) (xy 154.94 64.77) + ) + (stroke + (width 0) + (type default) + ) + (uuid "449a18f9-1faf-4668-b781-fc84aa2aa3c6") + ) + (wire + (pts + (xy 227.33 64.77) (xy 227.33 76.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "462fbdb5-9af7-4f4c-b0f9-59f2c5c23ad9") + ) + (wire + (pts + (xy 248.92 64.77) (xy 274.32 64.77) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4b9c1542-511d-40f4-868a-3c9edd4ce657") + ) + (wire + (pts + (xy 82.55 34.29) (xy 86.36 34.29) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4e7e37b7-57ef-4cfb-ad00-c08e6afb3cce") + ) + (wire + (pts + (xy 83.82 39.37) (xy 83.82 44.45) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4f58af08-8cb7-4562-90ac-d694f6376751") + ) + (wire + (pts + (xy 77.47 104.14) (xy 66.04 104.14) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4f7b595e-a996-4467-a0fe-9f4602f4aedf") + ) + (wire + (pts + (xy 34.29 100.33) (xy 34.29 101.6) + ) + (stroke + (width 0) + (type default) + ) + (uuid "522ba531-2aeb-4f2f-a1d6-2094f0dc4d5f") + ) + (wire + (pts + (xy 115.57 104.14) (xy 107.95 104.14) + ) + (stroke + (width 0) + (type default) + ) + (uuid "53997cf7-4100-4c64-9574-6c6f4dafbe9e") + ) + (wire + (pts + (xy 140.97 78.74) (xy 143.51 78.74) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5457e9a9-0f40-477e-8ef2-d12ac91d8483") + ) + (wire + (pts + (xy 248.92 100.33) (xy 248.92 64.77) + ) + (stroke + (width 0) + (type default) + ) + (uuid "58764bb1-2816-4b60-887c-26f01a8a7bf7") + ) + (wire + (pts + (xy 213.36 127) (xy 229.87 127) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5ae43122-0136-4f0c-8665-a39b3ae24115") + ) + (wire + (pts + (xy 111.76 116.84) (xy 115.57 116.84) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5c715539-8861-4f08-805c-848d48e5d8ee") + ) + (wire + (pts + (xy 237.49 121.92) (xy 237.49 148.59) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5c840c5a-ce53-4821-8d07-21bd48c4e7b0") + ) + (wire + (pts + (xy 237.49 53.34) (xy 237.49 64.77) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5ce29d8d-a916-48a0-8477-791d1461e2aa") + ) + (wire + (pts + (xy 248.92 148.59) (xy 269.24 148.59) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5daa5802-05c9-40b0-8609-ba7165a0e9c1") + ) + (wire + (pts + (xy 198.12 148.59) (xy 171.45 148.59) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5f7d8500-fc91-4036-938f-b9e2c7ca547f") + ) + (wire + (pts + (xy 175.26 109.22) (xy 171.45 109.22) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6075ddb3-23c5-416c-bda4-c8c12b4fd641") + ) + (wire + (pts + (xy 229.87 64.77) (xy 237.49 64.77) + ) + (stroke + (width 0) + (type default) + ) + (uuid "60d676aa-1478-4dde-878f-ffd59742c078") + ) + (wire + (pts + (xy 25.4 34.29) (xy 33.02 34.29) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6787f634-be59-4b8d-bb36-1c74141df9be") + ) + (wire + (pts + (xy 118.11 99.06) (xy 124.46 99.06) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6838b97e-0b41-42e1-a583-7e3cec932e24") + ) + (wire + (pts + (xy 30.48 138.43) (xy 36.83 138.43) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6975e180-bc6e-4a65-9ada-64b3ff86db13") + ) + (wire + (pts + (xy 171.45 104.14) (xy 171.45 109.22) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6a0f6e44-d81e-478a-a4b2-fd01b419c3ef") + ) + (wire + (pts + (xy 66.04 104.14) (xy 66.04 148.59) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6a28cb82-b189-49c7-b675-937debd5f964") + ) + (wire + (pts + (xy 82.55 91.44) (xy 68.58 91.44) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6a47c03f-c673-4922-b04f-3d5f5851989b") + ) + (wire + (pts + (xy 83.82 44.45) (xy 86.36 44.45) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6c4aa9a6-362b-4a21-a6e5-d162307e5e23") + ) + (wire + (pts + (xy 22.86 148.59) (xy 36.83 148.59) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6c839b4a-5f5e-466b-b193-c69b6e7b5d37") + ) + (wire + (pts + (xy 82.55 64.77) (xy 68.58 64.77) + ) + (stroke + (width 0) + (type default) + ) + (uuid "704b10ad-f834-41ee-9f9f-6f81d73094f6") + ) + (wire + (pts + (xy 231.14 53.34) (xy 237.49 53.34) + ) + (stroke + (width 0) + (type default) + ) + (uuid "70eaccd4-362b-455e-8ce8-c89f1513d59c") + ) + (wire + (pts + (xy 195.58 95.25) (xy 195.58 64.77) + ) + (stroke + (width 0) + (type default) + ) + (uuid "729cfedf-9f61-4538-8b15-222d18c85581") + ) + (wire + (pts + (xy 30.48 105.41) (xy 30.48 121.92) + ) + (stroke + (width 0) + (type default) + ) + (uuid "73244bc6-cf63-45e0-b0c7-7e8017cd4631") + ) + (wire + (pts + (xy 27.94 39.37) (xy 27.94 44.45) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7566d31a-5a3f-44be-8849-eba37bec642a") + ) + (wire + (pts + (xy 22.86 104.14) (xy 22.86 105.41) + ) + (stroke + (width 0) + (type default) + ) + (uuid "76b0fac3-e3a6-4e5f-a25f-0edc8a991dec") + ) + (wire + (pts + (xy 229.87 121.92) (xy 229.87 127) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7705ca74-10cf-4ddb-ab99-624c63735fb4") + ) + (wire + (pts + (xy 154.94 64.77) (xy 195.58 64.77) + ) + (stroke + (width 0) + (type default) + ) + (uuid "785da363-c197-460d-8d42-08da5bbbdefd") + ) + (wire + (pts + (xy 143.51 78.74) (xy 143.51 81.28) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7922f906-c55b-4939-9848-4b17a18fa537") + ) + (wire + (pts + (xy 171.45 128.27) (xy 175.26 128.27) + ) + (stroke + (width 0) + (type default) + ) + (uuid "795780ed-b109-498f-ad34-abcc52113020") + ) + (wire + (pts + (xy 160.02 125.73) (xy 160.02 148.59) + ) + (stroke + (width 0) + (type default) + ) + (uuid "79b0f0f1-a709-43b7-aca3-8492b6865db6") + ) + (wire + (pts + (xy 22.86 119.38) (xy 43.18 119.38) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7b5c55fe-756b-418c-a28b-6619830dbf59") + ) + (wire + (pts + (xy 124.46 128.27) (xy 124.46 134.62) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7f80f863-a689-4eb4-b89d-008163147b30") + ) + (wire + (pts + (xy 154.94 114.3) (xy 149.86 114.3) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7fb8a0a1-4b4c-45dd-a45a-b6ec41be3267") + ) + (wire + (pts + (xy 109.22 41.91) (xy 109.22 29.21) + ) + (stroke + (width 0) + (type default) + ) + (uuid "81e1b9d1-2232-4d3e-b2b9-5aa30d8bdcf8") + ) + (wire + (pts + (xy 237.49 99.06) (xy 237.49 64.77) + ) + (stroke + (width 0) + (type default) + ) + (uuid "83a0ba00-e4f3-45b2-9bf1-4ec6f6c8d3f4") + ) + (wire + (pts + (xy 208.28 109.22) (xy 218.44 109.22) + ) + (stroke + (width 0) + (type default) + ) + (uuid "84078f83-03f2-4f65-b3fb-291d40e8aa74") + ) + (wire + (pts + (xy 143.51 88.9) (xy 143.51 92.71) + ) + (stroke + (width 0) + (type default) + ) + (uuid "84b88a79-80c4-4e57-844d-bbdc1b9cd601") + ) + (wire + (pts + (xy 74.93 148.59) (xy 76.2 148.59) + ) + (stroke + (width 0) + (type default) + ) + (uuid "84cc26b3-7eaf-4f8a-965a-186846bc627f") + ) + (wire + (pts + (xy 229.87 114.3) (xy 229.87 99.06) + ) + (stroke + (width 0) + (type default) + ) + (uuid "875b4a31-0b73-4564-b08c-b39fe22cf619") + ) + (wire + (pts + (xy 87.63 120.65) (xy 87.63 129.54) + ) + (stroke + (width 0) + (type default) + ) + (uuid "88ddc759-c455-477a-b8c7-d4307c710996") + ) + (wire + (pts + (xy 143.51 92.71) (xy 147.32 92.71) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8aec16e8-f52d-4e79-9a03-f5e9acdbeb4e") + ) + (wire + (pts + (xy 124.46 125.73) (xy 138.43 125.73) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8c030dc7-e958-4dd6-868f-d7c0b7f230ba") + ) + (wire + (pts + (xy 25.4 36.83) (xy 30.48 36.83) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8e716bf2-ae71-416d-9699-2a8f1b10928c") + ) + (wire + (pts + (xy 171.45 109.22) (xy 171.45 110.49) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8ea81fa4-61e6-4ddd-9b53-a480b141ce6d") + ) + (wire + (pts + (xy 213.36 124.46) (xy 213.36 127) + ) + (stroke + (width 0) + (type default) + ) + (uuid "92d9bac8-b8b1-440a-a33a-4a2ce1e3bec4") + ) + (wire + (pts + (xy 154.94 82.55) (xy 154.94 85.09) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9381aaa2-40c4-4c27-a246-ace0b5d12e93") + ) + (wire + (pts + (xy 209.55 64.77) (xy 209.55 66.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "97e9e9ea-0e17-41a6-aadf-ae730eec215f") + ) + (wire + (pts + (xy 115.57 96.52) (xy 104.14 96.52) + ) + (stroke + (width 0) + (type default) + ) + (uuid "981a8e65-5d1c-452c-aa4e-868fb89b8ec9") + ) + (wire + (pts + (xy 17.78 91.44) (xy 68.58 91.44) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9b53215f-a783-4a90-a515-f35a6b396ef0") + ) + (wire + (pts + (xy 104.14 74.93) (xy 104.14 96.52) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9cce3851-b8e2-48cb-b5e9-d92ae8807795") + ) + (wire + (pts + (xy 149.86 148.59) (xy 160.02 148.59) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a05bea8f-7e5e-46b1-873f-067dcde52300") + ) + (wire + (pts + (xy 120.65 105.41) (xy 118.11 105.41) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a141ca45-e896-4ea7-9f24-27625bb09d89") + ) + (wire + (pts + (xy 185.42 106.68) (xy 182.88 106.68) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a33f711e-aaee-48be-8122-0f256cb36193") + ) + (wire + (pts + (xy 95.25 71.12) (xy 95.25 64.77) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a3c0f547-a602-43ce-a4aa-2bb78c7b820d") + ) + (wire + (pts + (xy 40.64 77.47) (xy 39.37 77.47) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a3e3a96c-37d7-46eb-a26f-7eb7dd6da682") + ) + (wire + (pts + (xy 96.52 114.3) (xy 93.98 114.3) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a7757e87-09d1-44bd-80a6-408d341eb504") + ) + (wire + (pts + (xy 115.57 104.14) (xy 115.57 96.52) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a7da6adc-c419-43c1-acd2-6222534349eb") + ) + (wire + (pts + (xy 116.84 81.28) (xy 125.73 81.28) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a82c2e28-0b2b-4a30-88ab-d275c6975aba") + ) + (wire + (pts + (xy 82.55 82.55) (xy 82.55 91.44) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a9e9ce06-4a5f-4e6d-979a-a6ebd816a1aa") + ) + (wire + (pts + (xy 93.98 104.14) (xy 100.33 104.14) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ae703a07-947b-4792-a54c-75c4d64227ce") + ) + (wire + (pts + (xy 121.92 88.9) (xy 138.43 88.9) + ) + (stroke + (width 0) + (type default) + ) + (uuid "aeaccd4e-b3ee-4e25-961b-222d1f894130") + ) + (wire + (pts + (xy 34.29 100.33) (xy 43.18 100.33) + ) + (stroke + (width 0) + (type default) + ) + (uuid "aebc0ff7-1344-49ae-9c06-b5e2f63e2b2c") + ) + (wire + (pts + (xy 229.87 138.43) (xy 229.87 148.59) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b04de4de-0b46-4587-aa77-d79c8faf2a55") + ) + (wire + (pts + (xy 30.48 36.83) (xy 30.48 39.37) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b125f448-2fe3-4e58-b49d-f9db70dcc28b") + ) + (wire + (pts + (xy 223.52 76.2) (xy 227.33 76.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b1d5570d-25ea-4aa8-9ae5-bf3e3fed9d7f") + ) + (wire + (pts + (xy 274.32 67.31) (xy 269.24 67.31) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b4c5224d-0ae8-4f49-8a62-3a0810c6f0f4") + ) + (wire + (pts + (xy 34.29 109.22) (xy 34.29 111.76) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b8c43c6d-e092-46e7-983a-7b4aa4195ec4") + ) + (wire + (pts + (xy 107.95 129.54) (xy 115.57 129.54) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b93acf22-d1cf-45bb-8422-2cdffc25b012") + ) + (wire + (pts + (xy 124.46 109.22) (xy 124.46 123.19) + ) + (stroke + (width 0) + (type default) + ) + (uuid "bad97cd4-922e-4bff-88aa-1e49c912d2f3") + ) + (wire + (pts + (xy 171.45 143.51) (xy 171.45 148.59) + ) + (stroke + (width 0) + (type default) + ) + (uuid "bc941c0a-3cd4-4ba6-aeb4-ec2458300118") + ) + (wire + (pts + (xy 22.86 105.41) (xy 22.86 106.68) + ) + (stroke + (width 0) + (type default) + ) + (uuid "bce0788a-b4ba-4ed7-b4b2-9c82246e8f89") + ) + (wire + (pts + (xy 209.55 73.66) (xy 209.55 76.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "bcef2980-bb58-471b-acdc-0da1bcfaa534") + ) + (wire + (pts + (xy 160.02 148.59) (xy 171.45 148.59) + ) + (stroke + (width 0) + (type default) + ) + (uuid "bec9b633-8299-42cc-9347-03d23b4e7b6a") + ) + (wire + (pts + (xy 248.92 107.95) (xy 248.92 148.59) + ) + (stroke + (width 0) + (type default) + ) + (uuid "bfa6987c-5848-473a-83e3-3ea5ee77483c") + ) + (wire + (pts + (xy 106.68 49.53) (xy 111.76 49.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c1481035-cd7c-4f58-a942-a21a895fd15c") + ) + (wire + (pts + (xy 154.94 74.93) (xy 154.94 80.01) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c19d584b-8839-43b7-adf1-c92da1ee0922") + ) + (wire + (pts + (xy 95.25 64.77) (xy 82.55 64.77) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c25cb5f8-97e6-42d5-8784-2e238a398d6a") + ) + (wire + (pts + (xy 198.12 119.38) (xy 198.12 148.59) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c3af4dc9-b1f3-4853-8b5d-853a4fd063a6") + ) + (wire + (pts + (xy 76.2 129.54) (xy 76.2 148.59) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c474b30d-974d-47df-8dc0-fb65495d4d31") + ) + (wire + (pts + (xy 198.12 95.25) (xy 195.58 95.25) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c63d0e20-897f-4ddb-ac8b-dc8f1253c7c5") + ) + (wire + (pts + (xy 22.86 114.3) (xy 22.86 119.38) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c671b008-6592-428c-af89-d33ddf1abe1e") + ) + (wire + (pts + (xy 237.49 148.59) (xy 229.87 148.59) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c749efb0-d53c-4b3f-9d99-d2d442bc54cc") + ) + (wire + (pts + (xy 87.63 104.14) (xy 87.63 113.03) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c821e1fe-4086-4d48-9e62-210d2a177d8e") + ) + (wire + (pts + (xy 95.25 91.44) (xy 82.55 91.44) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c8525c81-6814-43da-a354-2875ac16d537") + ) + (wire + (pts + (xy 138.43 125.73) (xy 138.43 88.9) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ca3009ec-0b58-4984-a67f-7a893beeefaf") + ) + (wire + (pts + (xy 154.94 97.79) (xy 154.94 114.3) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ca730d51-45e8-45d6-90c6-298080e07991") + ) + (wire + (pts + (xy 27.94 64.77) (xy 48.26 64.77) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cadf9048-f5b8-4827-a7b7-c7c554a0f8cc") + ) + (wire + (pts + (xy 182.88 106.68) (xy 182.88 127) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cb187f20-2376-44b8-b065-118660e106a5") + ) + (wire + (pts + (xy 113.03 85.09) (xy 113.03 90.17) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cb526845-3048-46d2-92db-bbae0e041901") + ) + (wire + (pts + (xy 82.55 148.59) (xy 149.86 148.59) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cc09a5d3-08e2-41c4-b6b7-c61e261dc836") + ) + (wire + (pts + (xy 125.73 76.2) (xy 121.92 76.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cc14c0ef-99f4-434c-8ada-70aafa322d2a") + ) + (wire + (pts + (xy 182.88 128.27) (xy 185.42 128.27) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cd2237cc-a81a-4457-b496-e3a1479facec") + ) + (wire + (pts + (xy 237.49 99.06) (xy 237.49 114.3) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ce99fb66-cedc-442a-9092-a4df1edf6ccb") + ) + (wire + (pts + (xy 85.09 104.14) (xy 87.63 104.14) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d049c8f9-e2b7-4d44-8b3b-a0e9a0859b7b") + ) + (wire + (pts + (xy 229.87 148.59) (xy 198.12 148.59) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d0d57c48-92d3-4096-b619-bb49a648765e") + ) + (wire + (pts + (xy 22.86 119.38) (xy 22.86 137.16) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d1259b88-535a-4826-88d3-ce67d6e6d6b5") + ) + (wire + (pts + (xy 62.23 64.77) (xy 68.58 64.77) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d23ae487-64f3-4cb0-bb61-d2054c67a774") + ) + (wire + (pts + (xy 17.78 77.47) (xy 17.78 91.44) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d4308acd-f620-432a-bd89-ff23f474b1a2") + ) + (wire + (pts + (xy 87.63 104.14) (xy 93.98 104.14) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d43d2745-c230-4265-87b2-db406fe60445") + ) + (wire + (pts + (xy 185.42 104.14) (xy 171.45 104.14) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d49b192f-9862-46ec-8df4-1c9ab0c7762c") + ) + (wire + (pts + (xy 124.46 96.52) (xy 124.46 99.06) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d59dbafe-9d3f-451c-bd8d-00bf8158489c") + ) + (wire + (pts + (xy 154.94 64.77) (xy 154.94 67.31) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d7818bd7-5c5f-4fba-b3b5-f6fe6b50df54") + ) + (wire + (pts + (xy 113.03 74.93) (xy 104.14 74.93) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d9e1ee8e-5d31-4370-9839-13bc37c4cef6") + ) + (wire + (pts + (xy 62.23 77.47) (xy 62.23 64.77) + ) + (stroke + (width 0) + (type default) + ) + (uuid "dbd43edd-8bc9-4b36-81fa-cded4e8e5d77") + ) + (wire + (pts + (xy 76.2 148.59) (xy 82.55 148.59) + ) + (stroke + (width 0) + (type default) + ) + (uuid "dc2a2a43-36a8-40ab-8904-8008a5993d15") + ) + (wire + (pts + (xy 229.87 99.06) (xy 237.49 99.06) + ) + (stroke + (width 0) + (type default) + ) + (uuid "dfe8271d-e13d-4021-915d-90f76ba15165") + ) + (wire + (pts + (xy 82.55 39.37) (xy 83.82 39.37) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e119e46d-7ca5-4b1b-9447-52a599f33cd2") + ) + (wire + (pts + (xy 223.52 53.34) (xy 217.17 53.34) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e3a97f28-493c-4955-9007-7f1137f762a0") + ) + (wire + (pts + (xy 121.92 76.2) (xy 121.92 88.9) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e4fef5de-bf2a-45ae-93a7-fb4fa90b16c2") + ) + (wire + (pts + (xy 195.58 99.06) (xy 195.58 95.25) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e61fc809-4ea0-4d6c-8d51-66d5a66fa44f") + ) + (wire + (pts + (xy 58.42 34.29) (xy 62.23 34.29) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e862b53f-8bd8-4949-ab00-b2bbb19d0e53") + ) + (wire + (pts + (xy 22.86 144.78) (xy 22.86 148.59) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e9b97a25-6abe-443f-ba18-a9cc02ae042b") + ) + (wire + (pts + (xy 17.78 91.44) (xy 17.78 148.59) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ea3ab5f4-820e-4d86-9194-bc0afa52d902") + ) + (wire + (pts + (xy 106.68 29.21) (xy 109.22 29.21) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ea423b0f-0897-46fe-8786-bfb683afcffa") + ) + (wire + (pts + (xy 111.76 36.83) (xy 111.76 31.75) + ) + (stroke + (width 0) + (type default) + ) + (uuid "eb172d1a-8fc5-404b-8015-c710045c7da4") + ) + (wire + (pts + (xy 217.17 53.34) (xy 217.17 64.77) + ) + (stroke + (width 0) + (type default) + ) + (uuid "eb2925f7-fb84-4217-80f4-2d896deda6f0") + ) + (wire + (pts + (xy 154.94 85.09) (xy 154.94 87.63) + ) + (stroke + (width 0) + (type default) + ) + (uuid "eb79b5ec-c642-442d-9dab-6452c9e6c5a8") + ) + (wire + (pts + (xy 171.45 130.81) (xy 171.45 135.89) + ) + (stroke + (width 0) + (type default) + ) + (uuid "eba15b56-5487-47cb-b3a7-1a635682621d") + ) + (wire + (pts + (xy 43.18 100.33) (xy 43.18 114.3) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ecfcce64-1a23-49c7-a0b7-f61da2941509") + ) + (wire + (pts + (xy 36.83 148.59) (xy 66.04 148.59) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ee905a46-8fe4-4f45-9380-8e645102a185") + ) + (wire + (pts + (xy 48.26 64.77) (xy 48.26 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "eedf0815-9aea-43c5-8668-b96bb2658078") + ) + (wire + (pts + (xy 171.45 118.11) (xy 171.45 125.73) + ) + (stroke + (width 0) + (type default) + ) + (uuid "eefdec95-ab9f-4317-ba4d-ed0842ae5cad") + ) + (wire + (pts + (xy 85.09 129.54) (xy 87.63 129.54) + ) + (stroke + (width 0) + (type default) + ) + (uuid "efbe8417-90c5-4692-810a-658700fd204f") + ) + (wire + (pts + (xy 115.57 116.84) (xy 115.57 104.14) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f0051002-9dbf-4020-8e6f-07c1544b8411") + ) + (wire + (pts + (xy 77.47 129.54) (xy 76.2 129.54) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f0905988-3bb1-4c8b-8cd3-f05d9c456a76") + ) + (wire + (pts + (xy 25.4 39.37) (xy 27.94 39.37) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f0baa00f-9f69-4a50-9b2e-350b16fe791f") + ) + (wire + (pts + (xy 27.94 67.31) (xy 34.29 67.31) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f1598f9e-e2a6-4d88-a40d-1fead4c72c4f") + ) + (wire + (pts + (xy 115.57 129.54) (xy 115.57 134.62) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f67be436-a0eb-4d75-8818-494ea0ea7791") + ) + (wire + (pts + (xy 59.69 77.47) (xy 62.23 77.47) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f7c8c23e-f203-46d0-a5ab-dee94509f1a3") + ) + (wire + (pts + (xy 185.42 128.27) (xy 185.42 109.22) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f859b572-9223-4a51-9cdb-28e4e036bb4c") + ) + (wire + (pts + (xy 113.03 77.47) (xy 113.03 74.93) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f8cece18-c19a-4ea6-b848-ec4c3c158ca6") + ) + (wire + (pts + (xy 34.29 87.63) (xy 34.29 67.31) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f92740f5-0bcf-4d8b-b1e6-bd0751a052e3") + ) + (wire + (pts + (xy 96.52 119.38) (xy 93.98 119.38) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fa962a18-6f3a-4bf2-b8dc-4039aa5efb7e") + ) + (wire + (pts + (xy 195.58 64.77) (xy 209.55 64.77) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fdb5c419-28fb-474e-ad07-bb6fa81fed92") + ) + (wire + (pts + (xy 67.31 148.59) (xy 66.04 148.59) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fdb86a9e-d794-40fa-b2f6-e5cd8fe23969") + ) + (wire + (pts + (xy 43.18 100.33) (xy 48.26 100.33) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ff0025f1-eb93-4ced-8808-f896db3eff22") + ) + (rectangle + (start 15.24 17.78) + (end 128.27 53.34) + (stroke + (width 0) + (type dash) + ) + (fill + (type none) + ) + (uuid 8ad261d3-e902-43fe-b34f-fd6e6702a4b9) + ) + (text "* Isense scale\n trim" + (exclude_from_sim no) + (at 110.49 71.374 0) + (effects + (font + (size 1.27 1.27) + ) + ) + (uuid "5d259bd7-877e-4f4d-9902-b9f2d2cbb02a") + ) + (text "* TODO: output\n enable switch" + (exclude_from_sim no) + (at 270.764 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + ) + (uuid "7bbbf4e1-343f-47c3-9ce0-ce1582d2d911") + ) + (text "* input offset\n trim" + (exclude_from_sim no) + (at 80.264 109.728 0) + (effects + (font + (size 1.27 1.27) + ) + ) + (uuid "8abdce9f-e4b6-49ed-a3a7-2e6a60b83ed5") + ) + (text "Input Section\n(Off Board)" + (exclude_from_sim no) + (at 51.054 22.098 0) + (effects + (font + (size 1.27 1.27) + ) + ) + (uuid "9bdc5164-8c6c-4da7-9264-b40df05ac4b5") + ) + (text "* Vmax trim\n to 18V" + (exclude_from_sim no) + (at 170.688 101.346 0) + (effects + (font + (size 1.27 1.27) + ) + ) + (uuid "af442b42-0dbc-4f1a-a3b3-6f8ec29f9047") + ) + (text "* Imax trim\n to ~ 3V" + (exclude_from_sim no) + (at 131.318 111.252 0) + (effects + (font + (size 1.27 1.27) + ) + ) + (uuid "e877e323-b32b-4990-b4d9-77143190f2da") + ) + (global_label "Vunreg" + (shape input) + (at 22.86 104.14 90) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "3e2e71bf-4772-4aa0-b582-7c57023b9e3c") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 22.86 94.7444 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + ) + (global_label "Vout" + (shape input) + (at 243.84 64.77 90) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "3e6427ef-639a-429e-8fec-f49ff5c5af6c") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 243.84 57.6725 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + ) + (global_label "Vunreg" + (shape input) + (at 113.03 64.77 90) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "45fe0bd1-440a-4654-8e36-f4c4bd09ca83") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 113.03 55.3744 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + ) + (global_label "Iref" + (shape input) + (at 59.69 116.84 90) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "976d9412-7af9-4c7a-be45-6d873925e145") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 59.69 110.6495 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + ) + (global_label "Floating Ground" + (shape input) + (at 86.36 148.59 270) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "a0452b27-9414-40a1-890f-322fbbafdf18") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 86.36 166.8753 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "Iref" + (shape input) + (at 124.46 96.52 90) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "dc3799eb-f18b-4a50-aca9-407d503c8e5c") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 124.46 90.3295 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 209.55 69.85 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "0399ef1d-4e95-4413-ab55-ad498a050995") + (property "Reference" "R9" + (at 206.248 68.3006 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "2.2k" + (at 206.248 70.612 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 211.328 69.85 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 209.55 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 209.55 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3b3f9aed-34ab-4cd7-bd6d-630fe251560a") + ) + (pin "2" + (uuid "8b3008ad-fc98-4894-97f0-055ece707e9d") + ) + (instances + (project "main-board" + (path "/7122ce47-00e7-46b2-9552-183197531465" + (reference "R9") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 22.86 110.49 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "09f492be-6842-400d-b34a-0c3a32e47439") + (property "Reference" "R1" + (at 29.21 109.4486 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "470k" + (at 29.21 111.76 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 24.638 110.49 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 22.86 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 22.86 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ac5c7d98-3abc-4154-9ab6-475809ed1353") + ) + (pin "2" + (uuid "12dbb13f-1566-4961-95da-68b2bd3ec869") + ) + (instances + (project "main-board" + (path "/7122ce47-00e7-46b2-9552-183197531465" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 104.14 104.14 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "0edb228d-b8f4-42cc-9709-13b1a7625dc2") + (property "Reference" "R5" + (at 106.68 98.7806 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1k" + (at 106.68 101.092 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 104.14 105.918 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 104.14 104.14 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 104.14 104.14 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "16fc7fa6-5e47-4a3e-b5e3-f9091394746a") + ) + (pin "2" + (uuid "4fc69152-1db3-4679-bd14-e8cd25430873") + ) + (instances + (project "main-board" + (path "/7122ce47-00e7-46b2-9552-183197531465" + (reference "R5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 34.29 105.41 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "120351d6-38ab-42e5-8fde-f612ce58ea9d") + (property "Reference" "R13" + (at 41.402 103.886 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1k" + (at 41.402 106.1974 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 36.068 105.41 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 34.29 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 34.29 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2cab51f0-d49e-4caa-ac8f-8793f33d6f8d") + ) + (pin "2" + (uuid "f0c2437c-9fc5-4257-9b67-1af5b4b091aa") + ) + (instances + (project "main-board" + (path "/7122ce47-00e7-46b2-9552-183197531465" + (reference "R13") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 81.28 104.14 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "1865cfe5-05fa-42b8-8da0-582e4b6abb21") + (property "Reference" "R3" + (at 83.82 98.7806 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "100R" + (at 83.82 101.092 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 81.28 105.918 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 81.28 104.14 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 81.28 104.14 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c33da7db-336d-48da-896c-169758224d18") + ) + (pin "2" + (uuid "d297b528-c23d-4a9e-9a2b-64516792d44e") + ) + (instances + (project "main-board" + (path "/7122ce47-00e7-46b2-9552-183197531465" + (reference "R3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Potentiometer_Trim") + (at 87.63 116.84 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "1eb1a837-16d2-4723-9e93-9f463423387b") + (property "Reference" "RV1" + (at 90.17 115.5699 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "10k" + (at 90.17 118.1099 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 87.63 116.84 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 87.63 116.84 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Trim-potentiometer" + (at 87.63 116.84 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "3" + (uuid "3733689d-62b8-4a01-8aa8-2ab1ae54788a") + ) + (pin "2" + (uuid "522bf0fc-fd12-44e5-8790-c70fbdf88f82") + ) + (pin "1" + (uuid "53afa2e6-3116-49b9-9e8a-2a5567b38b8d") + ) + (instances + (project "" + (path "/7122ce47-00e7-46b2-9552-183197531465" + (reference "RV1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:LM324") + (at 50.8 116.84 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "21dc0f8e-238a-4cad-bfce-b48f066f274d") + (property "Reference" "U5" + (at 50.8 127 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LM324" + (at 50.8 124.46 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-14_W7.62mm_LongPads" + (at 49.53 119.38 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm2902-n.pdf" + (at 52.07 121.92 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Low-Power, Quad-Operational Amplifiers, DIP-14/SOIC-14/SSOP-14" + (at 50.8 116.84 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "9" + (uuid "316decaf-d447-427e-bbeb-e84b7fe526c2") + ) + (pin "14" + (uuid "115d7a02-13b4-44c7-ba0a-31fef69040bd") + ) + (pin "6" + (uuid "6940b41b-af50-48ea-bc14-9d0d29d5586d") + ) + (pin "1" + (uuid "5f5427d0-943f-49cb-a2a3-1d605c624791") + ) + (pin "12" + (uuid "f0c7d628-b978-48ac-a633-db8215d2e10a") + ) + (pin "5" + (uuid "7da0ec41-f46e-464c-9a4e-83a3e66728ad") + ) + (pin "10" + (uuid "800ecf53-70b3-44ea-a44e-a35f912b1c6a") + ) + (pin "3" + (uuid "f04b33f1-0fbb-46fc-8bcb-cc74bd7bdc65") + ) + (pin "4" + (uuid "04d8775b-94ba-4a8e-91f6-10dd5c426d43") + ) + (pin "13" + (uuid "5d6292b1-ec78-4ebe-9c6e-a8dc28dbe0df") + ) + (pin "11" + (uuid "cccde89f-7581-45a1-84de-191de3cca053") + ) + (pin "2" + (uuid "64331745-cbaf-43d1-950c-fd15f01b5ed0") + ) + (pin "7" + (uuid "021b08a6-4d1e-4ad5-a45f-d82f18044384") + ) + (pin "8" + (uuid "19ba6fd5-b918-4325-8395-a5702f90ee9d") + ) + (instances + (project "" + (path "/7122ce47-00e7-46b2-9552-183197531465" + (reference "U5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 34.29 111.76 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "269b9642-c8a9-4ddd-97eb-cdc3e08c2711") + (property "Reference" "#PWR06" + (at 34.29 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 34.29 116.84 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 34.29 111.76 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 34.29 111.76 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 34.29 111.76 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f4c94cac-903b-4785-996b-a8563af41574") + ) + (instances + (project "main-board" + (path "/7122ce47-00e7-46b2-9552-183197531465" + (reference "#PWR06") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:LM324") + (at 133.35 78.74 0) + (mirror x) + (unit 3) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "2c9fd8d6-b213-433a-9820-b83485a0433f") + (property "Reference" "U5" + (at 134.62 72.644 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LM324" + (at 134.62 70.104 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-14_W7.62mm_LongPads" + (at 132.08 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm2902-n.pdf" + (at 134.62 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Low-Power, Quad-Operational Amplifiers, DIP-14/SOIC-14/SSOP-14" + (at 133.35 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "9" + (uuid "316decaf-d447-427e-bbeb-e84b7fe526c2") + ) + (pin "14" + (uuid "115d7a02-13b4-44c7-ba0a-31fef69040bd") + ) + (pin "6" + (uuid "6940b41b-af50-48ea-bc14-9d0d29d5586d") + ) + (pin "1" + (uuid "5f5427d0-943f-49cb-a2a3-1d605c624791") + ) + (pin "12" + (uuid "f0c7d628-b978-48ac-a633-db8215d2e10a") + ) + (pin "5" + (uuid "7da0ec41-f46e-464c-9a4e-83a3e66728ad") + ) + (pin "10" + (uuid "800ecf53-70b3-44ea-a44e-a35f912b1c6a") + ) + (pin "3" + (uuid "f04b33f1-0fbb-46fc-8bcb-cc74bd7bdc65") + ) + (pin "4" + (uuid "04d8775b-94ba-4a8e-91f6-10dd5c426d43") + ) + (pin "13" + (uuid "5d6292b1-ec78-4ebe-9c6e-a8dc28dbe0df") + ) + (pin "11" + (uuid "cccde89f-7581-45a1-84de-191de3cca053") + ) + (pin "2" + (uuid "64331745-cbaf-43d1-950c-fd15f01b5ed0") + ) + (pin "7" + (uuid "021b08a6-4d1e-4ad5-a45f-d82f18044384") + ) + (pin "8" + (uuid "19ba6fd5-b918-4325-8395-a5702f90ee9d") + ) + (instances + (project "" + (path "/7122ce47-00e7-46b2-9552-183197531465" + (reference "U5") + (unit 3) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 74.93 116.84 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "355aadae-5ac0-4aaf-88b2-fdf8fd20b005") + (property "Reference" "R2" + (at 77.47 111.4806 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "100k" + (at 77.47 113.792 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 74.93 118.618 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 74.93 116.84 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 74.93 116.84 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e7afe920-08a6-4b2e-8bfc-ab89f3c58d74") + ) + (pin "2" + (uuid "bcd12820-8f36-4f1f-ac4a-082289203a44") + ) + (instances + (project "main-board" + (path "/7122ce47-00e7-46b2-9552-183197531465" + (reference "R2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Transistor_BJT:2N3904") + (at 152.4 92.71 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "3714616b-6681-4b48-8a04-910ca90ebb9b") + (property "Reference" "Q3" + (at 157.734 93.472 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "2N3904" + (at 157.734 91.1606 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" + (at 157.48 94.615 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "https://www.onsemi.com/pub/Collateral/2N3903-D.PDF" + (at 152.4 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, TO-92" + (at 152.4 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "63c7ac94-ba4b-4724-a12c-f2c601950d6f") + ) + (pin "2" + (uuid "ec1e8be8-a438-4173-a4a2-01d68fce3622") + ) + (pin "3" + (uuid "fa43e09b-cf25-419f-af3a-a16f24d6ee9e") + ) + (instances + (project "main-board" + (path "/7122ce47-00e7-46b2-9552-183197531465" + (reference "Q3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 184.15 85.09 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "3bd3c4bf-7d1d-4de6-a357-ae23d5c78ccd") + (property "Reference" "R16" + (at 186.69 79.7306 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "2k" + (at 186.69 82.042 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 184.15 86.868 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 184.15 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 184.15 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "429296c9-59d0-4b36-b8b0-cc743f713311") + ) + (pin "2" + (uuid "f258b5d4-1a40-4000-8db6-a28a0826f5a9") + ) + (instances + (project "main-board" + (path "/7122ce47-00e7-46b2-9552-183197531465" + (reference "R16") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Diode_Bridge:KBU6M") + (at 48.26 77.47 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "43d9fdaf-3d0d-4d1a-bc2c-cf4ae880c175") + (property "Reference" "D1" + (at 55.372 68.834 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "KBU6M" + (at 55.372 71.374 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Diode_THT:Diode_Bridge_Vishay_KBU" + (at 52.07 74.295 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "http://www.vishay.com/docs/88656/kbu6.pdf" + (at 48.26 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Single-Phase Bridge Rectifier, 700V Vrms, 6.0A If, KBU package" + (at 48.26 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "3" + (uuid "37245371-6a08-43bc-b3ec-c39a2665c690") + ) + (pin "1" + (uuid "7c535ba1-3dfc-498b-9d80-b714d62eb81c") + ) + (pin "2" + (uuid "12b8af86-92d5-4d28-b0f5-62a517e76413") + ) + (pin "4" + (uuid "5236ce14-4aaf-4451-819a-eb080d69c6da") + ) + (instances + (project "" + (path "/7122ce47-00e7-46b2-9552-183197531465" + (reference "D1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 113.03 90.17 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "44094582-3c05-4b8b-b53a-f15e41b22ab1") + (property "Reference" "#PWR03" + (at 113.03 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 113.03 95.25 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 113.03 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 113.03 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 113.03 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "252a5cc2-1a98-429a-8c90-50e80de779d6") + ) + (instances + (project "main-board" + (path "/7122ce47-00e7-46b2-9552-183197531465" + (reference "#PWR03") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C_Polarized") + (at 160.02 121.92 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "4b388b28-1e1a-4ac1-979a-b0d33df4a15d") + (property "Reference" "C3" + (at 152.146 120.904 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "100u" + (at 152.146 123.444 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 160.9852 125.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 160.02 121.92 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Polarized capacitor" + (at 160.02 121.92 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d8ccdf69-2f2a-4a5c-ad1c-5b4a81347b43") + ) + (pin "2" + (uuid "5ec109d4-9de8-4ee3-ba5e-a7705c6f0052") + ) + (instances + (project "main-board" + (path "/7122ce47-00e7-46b2-9552-183197531465" + (reference "C3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:Fuse") + (at 66.04 34.29 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "4bf76c54-dfe3-4805-b0bd-f78a46b84adb") + (property "Reference" "#F1" + (at 66.04 25.4 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1A slow blow" + (at 66.04 27.94 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 66.04 36.068 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 66.04 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Fuse" + (at 66.04 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b99bdd54-1846-49bd-b425-055a8458d725") + ) + (pin "2" + (uuid "c190c0ad-f3b4-4115-8ecb-82ba53eb7de9") + ) + (instances + (project "" + (path "/7122ce47-00e7-46b2-9552-183197531465" + (reference "#F1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:LM324") + (at 97.79 78.74 0) + (unit 5) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "4e0fd0ac-41a8-4dbf-b405-3ef25a76e982") + (property "Reference" "U5" + (at 96.52 77.4699 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "LM324" + (at 96.52 80.0099 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_DIP:DIP-14_W7.62mm_LongPads" + (at 96.52 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm2902-n.pdf" + (at 99.06 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Low-Power, Quad-Operational Amplifiers, DIP-14/SOIC-14/SSOP-14" + (at 97.79 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "9" + (uuid "316decaf-d447-427e-bbeb-e84b7fe526c2") + ) + (pin "14" + (uuid "115d7a02-13b4-44c7-ba0a-31fef69040bd") + ) + (pin "6" + (uuid "6940b41b-af50-48ea-bc14-9d0d29d5586d") + ) + (pin "1" + (uuid "5f5427d0-943f-49cb-a2a3-1d605c624791") + ) + (pin "12" + (uuid "f0c7d628-b978-48ac-a633-db8215d2e10a") + ) + (pin "5" + (uuid "7da0ec41-f46e-464c-9a4e-83a3e66728ad") + ) + (pin "10" + (uuid "800ecf53-70b3-44ea-a44e-a35f912b1c6a") + ) + (pin "3" + (uuid "f04b33f1-0fbb-46fc-8bcb-cc74bd7bdc65") + ) + (pin "4" + (uuid "04d8775b-94ba-4a8e-91f6-10dd5c426d43") + ) + (pin "13" + (uuid "5d6292b1-ec78-4ebe-9c6e-a8dc28dbe0df") + ) + (pin "11" + (uuid "cccde89f-7581-45a1-84de-191de3cca053") + ) + (pin "2" + (uuid "64331745-cbaf-43d1-950c-fd15f01b5ed0") + ) + (pin "7" + (uuid "021b08a6-4d1e-4ad5-a45f-d82f18044384") + ) + (pin "8" + (uuid "19ba6fd5-b918-4325-8395-a5702f90ee9d") + ) + (instances + (project "" + (path "/7122ce47-00e7-46b2-9552-183197531465" + (reference "U5") + (unit 5) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 30.48 125.73 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "525ffabb-e5f1-43b3-8176-753404259050") + (property "Reference" "R17" + (at 36.068 124.6886 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "2k" + (at 36.068 127 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 32.258 125.73 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 30.48 125.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 30.48 125.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "051b7aed-ca7f-4c80-9448-0dc5d6f7ccd2") + ) + (pin "2" + (uuid "cceab166-8aaa-4e25-9ebf-a4b8b4afc495") + ) + (instances + (project "main-board" + (path "/7122ce47-00e7-46b2-9552-183197531465" + (reference "R17") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:Conn_01x03_Pin") + (at 20.32 36.83 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "53eda223-f330-439a-ae27-5258a6348bb6") + (property "Reference" "#P1" + (at 22.86 27.94 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "115V Line Input" + (at 23.876 30.734 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 20.32 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 20.32 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x03, script generated" + (at 20.32 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ec716e1a-4555-4122-b097-3f25b4246271") + ) + (pin "2" + (uuid "84f6a3b5-704b-420c-8f46-2d18e5493819") + ) + (pin "3" + (uuid "6139bbc2-7bb3-4f3a-b226-4147ba1fbe35") + ) + (instances + (project "main-board" + (path "/7122ce47-00e7-46b2-9552-183197531465" + (reference "#P1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:Conn_01x03_Pin") + (at 166.37 128.27 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "53f6056e-b077-4511-8716-fc67b1b5dfd8") + (property "Reference" "J3" + (at 167.386 133.096 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Vadj" + (at 167.386 135.636 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 166.37 128.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 166.37 128.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x03, script generated" + (at 166.37 128.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "3" + (uuid "b308a8e5-4db1-45b0-8d7c-31af0472aac4") + ) + (pin "2" + (uuid "3a5dfaf3-ca13-4663-80a3-6baae5148610") + ) + (pin "1" + (uuid "06cf3bd0-f90a-45ed-8218-7218ea1d1322") + ) + (instances + (project "" + (path "/7122ce47-00e7-46b2-9552-183197531465" + (reference "J3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Potentiometer_Trim") + (at 113.03 81.28 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "5416b74e-b688-4c62-a2bb-39ade1fae91b") + (property "Reference" "RV2" + (at 110.49 80.0099 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "10k" + (at 110.49 82.5499 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 113.03 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 113.03 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Trim-potentiometer" + (at 113.03 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "3" + (uuid "e09643ef-da49-41fe-8319-5a1d38bce913") + ) + (pin "2" + (uuid "d6764616-09e8-43b1-a020-98e476da5034") + ) + (pin "1" + (uuid "59b90f7d-9fe5-40fa-8ff2-623b050ef80b") + ) + (instances + (project "main-board" + (path "/7122ce47-00e7-46b2-9552-183197531465" + (reference "RV2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:PWR_FLAG") + (at 82.55 148.59 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "560e577b-caa8-4997-a6ee-2a173642ae5c") + (property "Reference" "#FLG03" + (at 82.55 146.685 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 82.55 143.51 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 82.55 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 82.55 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 82.55 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e09b602f-085b-4cbc-8843-abfc917dd252") + ) + (instances + (project "main-board" + (path "/7122ce47-00e7-46b2-9552-183197531465" + (reference "#FLG03") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Transistor_BJT:2N3904") + (at 218.44 78.74 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "5e86de22-f008-4bd9-b4e8-d897dbb6e050") + (property "Reference" "Q1" + (at 229.87 84.328 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "2N3904" + (at 229.87 82.0166 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" + (at 220.345 73.66 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "https://www.onsemi.com/pub/Collateral/2N3903-D.PDF" + (at 218.44 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, TO-92" + (at 218.44 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "05ba9162-8e45-4b14-b0f9-bc37db035d90") + ) + (pin "2" + (uuid "5134b989-a1e0-4336-8ba7-57b6e38b4769") + ) + (pin "3" + (uuid "bb976de2-2b38-4f4e-a28b-2514cf6fd936") + ) + (instances + (project "main-board" + (path "/7122ce47-00e7-46b2-9552-183197531465" + (reference "Q1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:LM324") + (at 259.08 124.46 0) + (mirror x) + (unit 4) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "5f968176-83f3-41a4-8c66-bc94cfa7b6f3") + (property "Reference" "U5" + (at 259.08 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LM324" + (at 259.08 132.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-14_W7.62mm_LongPads" + (at 257.81 127 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm2902-n.pdf" + (at 260.35 129.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Low-Power, Quad-Operational Amplifiers, DIP-14/SOIC-14/SSOP-14" + (at 259.08 124.46 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "9" + (uuid "316decaf-d447-427e-bbeb-e84b7fe526c2") + ) + (pin "14" + (uuid "115d7a02-13b4-44c7-ba0a-31fef69040bd") + ) + (pin "6" + (uuid "6940b41b-af50-48ea-bc14-9d0d29d5586d") + ) + (pin "1" + (uuid "5f5427d0-943f-49cb-a2a3-1d605c624791") + ) + (pin "12" + (uuid "f0c7d628-b978-48ac-a633-db8215d2e10a") + ) + (pin "5" + (uuid "7da0ec41-f46e-464c-9a4e-83a3e66728ad") + ) + (pin "10" + (uuid "800ecf53-70b3-44ea-a44e-a35f912b1c6a") + ) + (pin "3" + (uuid "f04b33f1-0fbb-46fc-8bcb-cc74bd7bdc65") + ) + (pin "4" + (uuid "04d8775b-94ba-4a8e-91f6-10dd5c426d43") + ) + (pin "13" + (uuid "5d6292b1-ec78-4ebe-9c6e-a8dc28dbe0df") + ) + (pin "11" + (uuid "cccde89f-7581-45a1-84de-191de3cca053") + ) + (pin "2" + (uuid "64331745-cbaf-43d1-950c-fd15f01b5ed0") + ) + (pin "7" + (uuid "021b08a6-4d1e-4ad5-a45f-d82f18044384") + ) + (pin "8" + (uuid "19ba6fd5-b918-4325-8395-a5702f90ee9d") + ) + (instances + (project "" + (path "/7122ce47-00e7-46b2-9552-183197531465" + (reference "U5") + (unit 4) + ) + ) + ) + ) + (symbol + (lib_id "Device:Transformer_1P_2S") + (at 96.52 39.37 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "6fc103cb-9306-4d2f-9268-be282e21141b") + (property "Reference" "#T1" + (at 96.52 26.416 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Transformer_1P_2S" + (at 96.52 26.67 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 96.52 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 96.52 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Transformer, single primary, dual secondary" + (at 96.52 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "4" + (uuid "376340ce-095a-4f51-b860-8503df3121fa") + ) + (pin "3" + (uuid "5fe225af-8034-4271-9c17-939273b5382e") + ) + (pin "5" + (uuid "e0135d0c-818b-46bf-90d4-904d0541eeec") + ) + (pin "6" + (uuid "055fb552-7af0-4f82-8d1e-7284376d505f") + ) + (pin "2" + (uuid "fd04773d-d0a7-45f6-9103-b86bc764677b") + ) + (pin "1" + (uuid "bd11f7c5-8475-4669-88d9-020024c97922") + ) + (instances + (project "" + (path "/7122ce47-00e7-46b2-9552-183197531465" + (reference "#T1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 104.14 129.54 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "71e2677a-5ed8-4087-9944-98ceb929c0a9") + (property "Reference" "R6" + (at 106.68 124.1806 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1k" + (at 106.68 126.492 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 104.14 131.318 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 104.14 129.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 104.14 129.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1a0aa30b-cee1-4fe6-9f0b-3117567fde74") + ) + (pin "2" + (uuid "0db6be1b-e7e8-4209-8037-dbdfc397e966") + ) + (instances + (project "main-board" + (path "/7122ce47-00e7-46b2-9552-183197531465" + (reference "R6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:Conn_01x02_Pin") + (at 160.02 80.01 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "7442f7aa-5ef0-4f6d-9ae5-bacf436fa1e7") + (property "Reference" "J5" + (at 163.83 79.756 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "CC LED" + (at 164.338 82.804 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 160.02 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 160.02 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x02, script generated" + (at 160.02 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "aff4304f-2781-4ff8-a1cd-02332b9a35d7") + ) + (pin "2" + (uuid "6ad2b838-1f5c-4320-bd10-0d5dbd0e5820") + ) + (instances + (project "main-board" + (path "/7122ce47-00e7-46b2-9552-183197531465" + (reference "J5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 81.28 129.54 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "75d2b33a-bf7e-447b-a609-f616ae5069f6") + (property "Reference" "R4" + (at 83.82 124.1806 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "100R" + (at 83.82 126.492 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 81.28 131.318 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 81.28 129.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 81.28 129.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "cb0554c3-ca49-4cfb-992e-52021422c300") + ) + (pin "2" + (uuid "feb0aa64-96dd-45fa-8652-58ddda6a1b4f") + ) + (instances + (project "main-board" + (path "/7122ce47-00e7-46b2-9552-183197531465" + (reference "R4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 171.45 139.7 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "7a39d50c-15eb-4c11-b24d-59e126a4cfbc") + (property "Reference" "R7" + (at 176.276 138.6586 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "??" + (at 176.276 140.97 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 173.228 139.7 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 171.45 139.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 171.45 139.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1239a027-eb47-4862-90b1-9ffea9faf0fa") + ) + (pin "2" + (uuid "2de3080f-ec79-4f5e-abe7-a4b64e74542d") + ) + (instances + (project "main-board" + (path "/7122ce47-00e7-46b2-9552-183197531465" + (reference "R7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 17.78 156.21 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "7dce3064-b2e4-43c2-ade0-5db88fefa4fc") + (property "Reference" "#PWR02" + (at 17.78 162.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 17.78 161.29 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 17.78 156.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 17.78 156.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 17.78 156.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2e4c11cf-ce37-4b28-8c8a-44cac3be3e44") + ) + (instances + (project "" + (path "/7122ce47-00e7-46b2-9552-183197531465" + (reference "#PWR02") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C_Polarized") + (at 82.55 78.74 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "87bd371a-6ae2-421f-9e3b-49cdd0680eee") + (property "Reference" "C2" + (at 86.36 76.5809 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "4700u" + (at 86.36 79.1209 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 83.5152 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 82.55 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Polarized capacitor" + (at 82.55 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "43cf9a08-b7ad-45da-8ec5-45acf74a0459") + ) + (pin "2" + (uuid "37b1fc97-9810-4fd4-b6f1-472858245823") + ) + (instances + (project "main-board" + (path "/7122ce47-00e7-46b2-9552-183197531465" + (reference "C2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:Earth_Protective") + (at 27.94 44.45 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "8e07f75e-5e01-433b-98a9-2e0f07427d0b") + (property "Reference" "#PWR01" + (at 27.94 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "Earth_Protective" + (at 27.94 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 27.94 46.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 27.94 46.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"Earth_Protective\"" + (at 27.94 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3a046628-15bc-4b5d-9931-c2f57c001145") + ) + (instances + (project "" + (path "/7122ce47-00e7-46b2-9552-183197531465" + (reference "#PWR01") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Switch:SW_DPST") + (at 77.47 36.83 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "8f051352-0ec1-4168-b2ff-39ca82de2264") + (property "Reference" "#SW1" + (at 77.47 28.448 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "SW_DPST" + (at 77.47 30.734 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 77.47 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 77.47 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Double Pole Single Throw (DPST) Switch" + (at 77.47 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ca5f4dea-eb5b-4d20-9a1f-eb10b7bfd950") + ) + (pin "2" + (uuid "efa65b55-ba5d-4393-ae72-458fd8da8b82") + ) + (pin "4" + (uuid "abd81f95-fc99-4575-ace8-e5e344928fdd") + ) + (pin "3" + (uuid "7ea486bc-f2cb-4253-8fda-ce61c943454a") + ) + (instances + (project "" + (path "/7122ce47-00e7-46b2-9552-183197531465" + (reference "#SW1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:Conn_01x02_Pin") + (at 35.56 132.08 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "8f446808-86bd-41aa-b5c9-284c0ebf3560") + (property "Reference" "J6" + (at 39.37 131.826 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Power LED" + (at 42.672 135.128 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Connector_Molex:Molex_KK-396_5273-02A_1x02_P3.96mm_Vertical" + (at 35.56 132.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 35.56 132.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x02, script generated" + (at 35.56 132.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "dd58bf93-dc2c-40d6-8a42-d3a156dbdd38") + ) + (pin "2" + (uuid "f3b42ffa-c62e-4496-9893-49c4a5c131a9") + ) + (instances + (project "main-board" + (path "/7122ce47-00e7-46b2-9552-183197531465" + (reference "J6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:Conn_01x02_Pin") + (at 22.86 67.31 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "8f59607b-6f25-498c-96d0-d41d712aa4f0") + (property "Reference" "J1" + (at 25.654 57.912 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "15V AC Input" + (at 26.162 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Connector_Molex:Molex_KK-396_5273-02A_1x02_P3.96mm_Vertical" + (at 22.86 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 22.86 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x02, script generated" + (at 22.86 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "25f613fc-0fd0-4b5a-aaae-5b038d5669d1") + ) + (pin "2" + (uuid "ba3e4537-5618-4e8a-8e2d-15bb78634e3d") + ) + (instances + (project "main-board" + (path "/7122ce47-00e7-46b2-9552-183197531465" + (reference "J1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Filter:1FP42-3R") + (at 45.72 36.83 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "957d7547-5e0c-45c7-a75d-d3e6a4679a85") + (property "Reference" "#FL1" + (at 45.72 27.94 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3A line filter" + (at 45.72 30.48 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Filter:Filter_FILTERCON_1FPxx" + (at 45.72 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://filtercon.com.pl/wp-content/uploads/2019/07/Karta-katalogowa-FP-12-1.pdf" + (at 45.72 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "3A, 250VAC, 50/60Hz line filter" + (at 45.72 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "63139322-f990-4b06-91a9-d9353eb8d5d7") + ) + (pin "4" + (uuid "cda7f14b-92b6-41f8-9179-512b72a55bbd") + ) + (pin "1" + (uuid "459353cf-406c-4bb1-8ad8-fd7f0d814f71") + ) + (pin "3" + (uuid "e409761a-b68d-4111-9269-de7b228225b6") + ) + (instances + (project "" + (path "/7122ce47-00e7-46b2-9552-183197531465" + (reference "#FL1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Reference_Voltage:LM385Z-1.2") + (at 22.86 140.97 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "9af44bd2-f160-4837-b0ae-5d3bab440ba2") + (property "Reference" "U1" + (at 25.4 139.6999 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "LM385Z-1.2" + (at 25.4 142.2399 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" + (at 27.94 140.97 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.onsemi.com/pub_link/Collateral/LM285-D.PDF" + (at 22.86 140.97 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (hide yes) + ) + ) + (property "Description" "1.235V Micropower Voltage Reference Diodes, TO-92" + (at 22.86 140.97 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "3" + (uuid "972e6c46-f36a-4b08-bc72-0d4427e204d8") + ) + (pin "2" + (uuid "b7f66622-6380-4ace-82e5-42dbdc4b2f44") + ) + (instances + (project "" + (path "/7122ce47-00e7-46b2-9552-183197531465" + (reference "U1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:PWR_FLAG") + (at 59.69 77.47 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "a256d419-ecad-45ac-ba96-f5926e472057") + (property "Reference" "#FLG01" + (at 59.69 79.375 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 59.69 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 59.69 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 59.69 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 59.69 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d28418a5-20da-4636-a451-ce5bb70ae8f4") + ) + (instances + (project "main-board" + (path "/7122ce47-00e7-46b2-9552-183197531465" + (reference "#FLG01") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 154.94 71.12 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "a6a37a0b-eb7e-4a49-ae43-1141cb4c64ba") + (property "Reference" "R12" + (at 160.528 70.0786 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "2k" + (at 160.528 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 156.718 71.12 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 154.94 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 154.94 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1d716bab-9c30-44ab-adda-8dd97948ccd8") + ) + (pin "2" + (uuid "85836f1e-13c8-4f6f-8902-8c2c100c1202") + ) + (instances + (project "main-board" + (path "/7122ce47-00e7-46b2-9552-183197531465" + (reference "R12") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:D") + (at 237.49 118.11 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "b112c4b9-e0db-41f6-a2b9-4aaa6d89e43d") + (property "Reference" "D3" + (at 240.03 116.8399 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "D" + (at 240.03 119.3799 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 237.49 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 237.49 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Diode" + (at 237.49 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "D" + (at 237.49 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 237.49 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "6975a169-3583-4ca0-81e7-d45de49154eb") + ) + (pin "1" + (uuid "1e60d655-363a-45d4-86ed-483d06b05d27") + ) + (instances + (project "main-board" + (path "/7122ce47-00e7-46b2-9552-183197531465" + (reference "D3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Potentiometer_Trim") + (at 171.45 114.3 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "b2843e41-3bea-40ab-9aa2-2f1acde3d889") + (property "Reference" "RV3" + (at 168.91 113.0299 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "5k" + (at 168.91 115.5699 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 171.45 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 171.45 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Trim-potentiometer" + (at 171.45 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "3" + (uuid "3d3cff47-3b7e-49cf-b54c-89ea16a4118d") + ) + (pin "2" + (uuid "b31e4a56-4cc3-494d-a1ae-2ac619c1c529") + ) + (pin "1" + (uuid "cacc0615-dd91-4233-afc0-bae9740f6fa4") + ) + (instances + (project "main-board" + (path "/7122ce47-00e7-46b2-9552-183197531465" + (reference "RV3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Regulator_Linear:LM723_DIP14") + (at 198.12 109.22 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "b421b903-a6d0-4902-be42-f264b581b638") + (property "Reference" "U4" + (at 189.23 95.25 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LM723_DIP14" + (at 187.96 97.79 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-14_W7.62mm" + (at 198.755 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm723.pdf" + (at 195.58 111.76 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Linear Regulator (adjustable), DIP-14" + (at 198.12 109.22 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ad807ad0-c99f-448c-b9aa-37f452cf4f98") + ) + (pin "10" + (uuid "e9df4c0c-9cb8-466b-90e9-b4be5841d36b") + ) + (pin "11" + (uuid "ccc557cd-1693-4b36-8c67-b7cc422ed708") + ) + (pin "12" + (uuid "89c054ab-32ea-4303-b091-cb9e9db83983") + ) + (pin "13" + (uuid "f90bd484-9ecd-40b1-b975-e58ad44cedee") + ) + (pin "14" + (uuid "d886a235-631f-457e-a0bd-c8a8ce58ff6d") + ) + (pin "2" + (uuid "c38ac0d0-9acb-4cb5-a421-a882732e817c") + ) + (pin "3" + (uuid "63dc95de-f35a-41e4-a890-d3d9c1e2e038") + ) + (pin "4" + (uuid "ca6f0326-5899-40ef-af9a-c348f170b5da") + ) + (pin "5" + (uuid "9938fa8e-0ebd-4a85-9aa5-fd9a094232d4") + ) + (pin "6" + (uuid "16eef3e0-3bf9-49d7-a327-07353f82af84") + ) + (pin "7" + (uuid "71ee7799-ce6d-4ff6-897b-4ab3570db0cc") + ) + (pin "8" + (uuid "540b3d13-0522-453d-b97d-a32c1bbb5aeb") + ) + (pin "9" + (uuid "6418524f-2886-45e0-8568-d60777a82991") + ) + (instances + (project "main-board" + (path "/7122ce47-00e7-46b2-9552-183197531465" + (reference "U4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:Conn_01x03_Pin") + (at 227.33 59.69 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "b43adb38-b507-4917-b8ff-835e818f425b") + (property "Reference" "J7" + (at 221.488 55.88 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "2n3055" + (at 221.488 58.42 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 227.33 59.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 227.33 59.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x03, script generated" + (at 227.33 59.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "3" + (uuid "b1e82654-ec27-4c8d-91a5-7b54185bd640") + ) + (pin "2" + (uuid "9d45a6d7-af91-44fd-98fd-f00f8e5f0f92") + ) + (pin "1" + (uuid "bb9fbc2b-c725-4080-81d5-c59448715e8b") + ) + (instances + (project "main-board" + (path "/7122ce47-00e7-46b2-9552-183197531465" + (reference "J7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 52.07 100.33 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "b53f683d-e10f-4746-afd5-9e0a490c5a03") + (property "Reference" "R14" + (at 54.61 94.9706 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "4.7k" + (at 54.61 97.282 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 52.07 102.108 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 52.07 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 52.07 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4c6a04f9-1676-40fd-9c3f-a0a4cc3fc94f") + ) + (pin "2" + (uuid "3cd1d7a6-92d3-468e-8e11-6737f92fdf3a") + ) + (instances + (project "main-board" + (path "/7122ce47-00e7-46b2-9552-183197531465" + (reference "R14") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C_Polarized") + (at 68.58 78.74 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "b5b1de26-49dd-4406-b9d2-c3279e113c93") + (property "Reference" "C1" + (at 72.39 76.5809 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "4700u" + (at 72.39 79.1209 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 69.5452 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 68.58 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Polarized capacitor" + (at 68.58 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c78a1584-0ae6-4a46-a8cd-967afd7c3507") + ) + (pin "2" + (uuid "644131c5-bd90-41cf-8bb3-d7cd893b49f1") + ) + (instances + (project "" + (path "/7122ce47-00e7-46b2-9552-183197531465" + (reference "C1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Potentiometer_Trim") + (at 124.46 105.41 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "bba941ed-de3e-4e6a-9aa3-da8c61564408") + (property "Reference" "RV4" + (at 127 106.6801 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "??" + (at 127 104.1401 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 124.46 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 124.46 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Trim-potentiometer" + (at 124.46 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "3" + (uuid "5fbfca9e-481d-4436-ad56-effefadfaf10") + ) + (pin "2" + (uuid "ffc6b61c-4713-4f38-97e4-4d95150cf639") + ) + (pin "1" + (uuid "6d06ce40-f93b-45fd-b079-7d9c449ed0c2") + ) + (instances + (project "main-board" + (path "/7122ce47-00e7-46b2-9552-183197531465" + (reference "RV4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 124.46 134.62 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "bf3f807b-9403-4655-be51-f31410ffbfe0") + (property "Reference" "#PWR05" + (at 124.46 140.97 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 124.46 139.7 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 124.46 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 124.46 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 124.46 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b8a6dbe9-669b-43d0-8167-7262916339ff") + ) + (instances + (project "main-board" + (path "/7122ce47-00e7-46b2-9552-183197531465" + (reference "#PWR05") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 71.12 148.59 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "c0f753b5-74c2-418b-a190-55cc15778fcf") + (property "Reference" "Rsense1" + (at 71.12 142.24 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "0.1R" + (at 71.12 144.78 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 71.12 150.368 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 71.12 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 71.12 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "1de50c68-95e9-48ac-b107-16a7ef3d1e29") + ) + (pin "1" + (uuid "44a83694-93cd-48f8-b228-3b35d6bb50f7") + ) + (instances + (project "" + (path "/7122ce47-00e7-46b2-9552-183197531465" + (reference "Rsense1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 229.87 134.62 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "c24c235b-cb5f-4b24-be3f-51ef3033d7bc") + (property "Reference" "R11" + (at 226.568 133.0706 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10k" + (at 226.568 135.382 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 231.648 134.62 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 229.87 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 229.87 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0cef4d66-be60-4fdc-be31-3f2f9f389865") + ) + (pin "2" + (uuid "de7e4223-b4a0-4cf8-b168-b26c9a78bad4") + ) + (instances + (project "main-board" + (path "/7122ce47-00e7-46b2-9552-183197531465" + (reference "R11") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:Conn_01x03_Pin") + (at 119.38 125.73 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "c72d5cea-1166-4673-94c0-4bc1b057ed19") + (property "Reference" "J2" + (at 120.396 130.556 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Ilim" + (at 120.396 133.096 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 119.38 125.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 119.38 125.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x03, script generated" + (at 119.38 125.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "3" + (uuid "ee090d56-999d-40d5-b3c4-a28c7b1ed450") + ) + (pin "2" + (uuid "fd3de623-4ee7-4db5-b84c-19f26ae12966") + ) + (pin "1" + (uuid "0fd17ed7-41a1-47d1-9a78-1a881cca1051") + ) + (instances + (project "main-board" + (path "/7122ce47-00e7-46b2-9552-183197531465" + (reference "J2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 213.36 120.65 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "d2ef8c7e-e5d5-4685-a4a9-e80ae3fc7004") + (property "Reference" "C4" + (at 217.17 119.3799 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1n" + (at 217.17 121.9199 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 214.3252 124.46 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 213.36 120.65 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 213.36 120.65 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "f984249b-4f2f-47ba-9fc0-b2deebbfa479") + ) + (pin "1" + (uuid "e8cf34a2-9fd9-41b9-a313-2f215fd9158d") + ) + (instances + (project "" + (path "/7122ce47-00e7-46b2-9552-183197531465" + (reference "C4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 115.57 134.62 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "df204646-542b-4240-9a00-e2801be27dc5") + (property "Reference" "#PWR04" + (at 115.57 140.97 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 115.57 139.7 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 115.57 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 115.57 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 115.57 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c57ab994-6992-472a-8d7d-eb8d2f737fe7") + ) + (instances + (project "main-board" + (path "/7122ce47-00e7-46b2-9552-183197531465" + (reference "#PWR04") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:Q_SCR_AGK") + (at 248.92 104.14 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "e1e26679-11ae-4452-910c-4f3daade459d") + (property "Reference" "D4" + (at 251.46 102.8699 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Q_SCR_AGK" + (at 251.46 105.4099 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 248.92 104.14 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 248.92 104.14 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Silicon controlled rectifier, anode/gate/cathode" + (at 248.92 104.14 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1e85b08a-d579-420b-9449-3a4337345d06") + ) + (pin "3" + (uuid "cb3a7ce9-7919-4429-b04b-6020ea2c0f7d") + ) + (pin "2" + (uuid "c73ea28c-1022-45d1-8e32-39d3947c3bbe") + ) + (instances + (project "" + (path "/7122ce47-00e7-46b2-9552-183197531465" + (reference "D4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 179.07 128.27 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "e20e418d-79b2-443d-bd94-9a58ec569977") + (property "Reference" "R8" + (at 177.8 122.9106 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "6.8k" + (at 177.8 125.222 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 179.07 126.492 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 179.07 128.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 179.07 128.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0507b902-eac1-4df1-9166-3c05c031d124") + ) + (pin "2" + (uuid "73b90c80-1955-4c47-bcbd-c307bfaaef99") + ) + (instances + (project "main-board" + (path "/7122ce47-00e7-46b2-9552-183197531465" + (reference "R8") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:D") + (at 227.33 53.34 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "e5c5e72c-2abc-492d-8012-38168ca0d1e8") + (property "Reference" "D2" + (at 227.33 46.99 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "D" + (at 227.33 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 227.33 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 227.33 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Diode" + (at 227.33 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "D" + (at 227.33 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 227.33 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "6d7b974f-ce45-418d-901e-aeb41635e0f0") + ) + (pin "1" + (uuid "caf2a160-9f94-4381-af80-bb6ede28a1fb") + ) + (instances + (project "" + (path "/7122ce47-00e7-46b2-9552-183197531465" + (reference "D2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:Conn_01x02_Pin") + (at 120.65 29.21 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "e8871f86-c795-4930-b523-e14f9152431c") + (property "Reference" "#P2" + (at 117.9068 24.6126 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "15V AC Input" + (at 117.9068 26.924 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Connector_Phoenix_MC:PhoenixContact_MCV_1,5_2-G-3.5_1x02_P3.50mm_Vertical" + (at 120.65 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 120.65 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x02, script generated" + (at 120.65 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "81eb31db-2d59-462c-9bba-cbd1713fc75d") + ) + (pin "2" + (uuid "7a831e5c-044a-41c3-a58a-f8f19f9dbcde") + ) + (instances + (project "main-board" + (path "/7122ce47-00e7-46b2-9552-183197531465" + (reference "#P2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:PWR_FLAG") + (at 39.37 77.47 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "e9d984e5-933c-4c3e-88a0-515987cf33a8") + (property "Reference" "#FLG02" + (at 39.37 75.565 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 39.37 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 39.37 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 39.37 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 39.37 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "eaa0691b-5861-4695-bd61-77b152b4a39c") + ) + (instances + (project "main-board" + (path "/7122ce47-00e7-46b2-9552-183197531465" + (reference "#FLG02") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 229.87 118.11 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "ef87f6f1-a2fb-49e1-af50-04eced4fb963") + (property "Reference" "R10" + (at 226.568 116.5606 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "20k" + (at 226.568 118.872 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 231.648 118.11 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 229.87 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 229.87 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "50c74fcb-08d2-4925-bbe3-ebefc9a5e706") + ) + (pin "2" + (uuid "292681fc-25ae-4e1c-8fea-2f96de8493dd") + ) + (instances + (project "main-board" + (path "/7122ce47-00e7-46b2-9552-183197531465" + (reference "R10") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:LM324") + (at 104.14 116.84 0) + (mirror x) + (unit 2) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "f1f01662-dab5-4728-827f-4c6dd7f3744f") + (property "Reference" "U5" + (at 107.442 112.014 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LM324" + (at 107.442 109.474 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-14_W7.62mm_LongPads" + (at 102.87 119.38 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm2902-n.pdf" + (at 105.41 121.92 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Low-Power, Quad-Operational Amplifiers, DIP-14/SOIC-14/SSOP-14" + (at 104.14 116.84 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "9" + (uuid "316decaf-d447-427e-bbeb-e84b7fe526c2") + ) + (pin "14" + (uuid "115d7a02-13b4-44c7-ba0a-31fef69040bd") + ) + (pin "6" + (uuid "6940b41b-af50-48ea-bc14-9d0d29d5586d") + ) + (pin "1" + (uuid "5f5427d0-943f-49cb-a2a3-1d605c624791") + ) + (pin "12" + (uuid "f0c7d628-b978-48ac-a633-db8215d2e10a") + ) + (pin "5" + (uuid "7da0ec41-f46e-464c-9a4e-83a3e66728ad") + ) + (pin "10" + (uuid "800ecf53-70b3-44ea-a44e-a35f912b1c6a") + ) + (pin "3" + (uuid "f04b33f1-0fbb-46fc-8bcb-cc74bd7bdc65") + ) + (pin "4" + (uuid "04d8775b-94ba-4a8e-91f6-10dd5c426d43") + ) + (pin "13" + (uuid "5d6292b1-ec78-4ebe-9c6e-a8dc28dbe0df") + ) + (pin "11" + (uuid "cccde89f-7581-45a1-84de-191de3cca053") + ) + (pin "2" + (uuid "64331745-cbaf-43d1-950c-fd15f01b5ed0") + ) + (pin "7" + (uuid "021b08a6-4d1e-4ad5-a45f-d82f18044384") + ) + (pin "8" + (uuid "19ba6fd5-b918-4325-8395-a5702f90ee9d") + ) + (instances + (project "" + (path "/7122ce47-00e7-46b2-9552-183197531465" + (reference "U5") + (unit 2) + ) + ) + ) + ) + (symbol + (lib_id "Connector:Conn_01x02_Pin") + (at 279.4 64.77 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "f670ef21-6659-405b-9a04-57fee03a75c3") + (property "Reference" "J4" + (at 276.86 58.166 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "2.5-18V DC" + (at 277.368 61.214 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Connector_Molex:Molex_KK-396_5273-02A_1x02_P3.96mm_Vertical" + (at 279.4 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 279.4 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x02, script generated" + (at 279.4 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2e8f21a3-c375-4fbd-8cba-79f0033040f1") + ) + (pin "2" + (uuid "d341587f-8931-46df-9902-a2c205d1a7a2") + ) + (instances + (project "main-board" + (path "/7122ce47-00e7-46b2-9552-183197531465" + (reference "J4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 143.51 85.09 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "fd7825e6-5bb5-47ef-a9ef-bd7139079255") + (property "Reference" "R15" + (at 149.098 84.0486 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1k" + (at 149.098 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 145.288 85.09 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 143.51 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 143.51 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4867f9cc-26aa-4af6-b6a4-b26e01ce55d5") + ) + (pin "2" + (uuid "696dfad8-2337-4750-986a-97c256845b18") + ) + (instances + (project "main-board" + (path "/7122ce47-00e7-46b2-9552-183197531465" + (reference "R15") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) diff --git a/old_schematics/LCD.pdf b/old_schematics/LCD.pdf new file mode 100644 index 0000000..37417db Binary files /dev/null and b/old_schematics/LCD.pdf differ diff --git a/old_schematics/layout.pdf b/old_schematics/layout.pdf new file mode 100644 index 0000000..44e8cab Binary files /dev/null and b/old_schematics/layout.pdf differ