From e1fbc99e0fb8544ac8980b4c6dfaf218e247518d Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Thu, 6 Oct 2022 19:00:04 -0600 Subject: [PATCH] Elevation Controller Harness --- docs/harness/harness-controller-el.yml | 56 ++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 docs/harness/harness-controller-el.yml diff --git a/docs/harness/harness-controller-el.yml b/docs/harness/harness-controller-el.yml new file mode 100644 index 0000000..4af07e7 --- /dev/null +++ b/docs/harness/harness-controller-el.yml @@ -0,0 +1,56 @@ +# harness-controller-el.yml +# CC by SA 4.0 International +# or GPLv3. +# (C) 2022 Jeff Moe + +metadata: + title: 'Elevation Controller Harness' + description: 'Diagram of the elevation controller harness.' + notes: 'The elevation controller harness gets connected to the screw terminals on the controller. The two water proof housings plug into each other.' +options: + bgcolor: 'IV' + bgcolor_node: 'WH' + bgcolor_connector: 'WH' + bgcolor_cable: 'GY' + bgcolor_bundle: 'WH' + color_mode: 'FULL' + fontname: 'Arial' + mini_bom_mode: True +connectors: + CONNECTOR_CONTROLLER_EL: + pinlabels: ['CW', 'CCW', 'GND', 'POS', 'REF', 'BRK', '[blank]', '[blank]'] + bgcolor: BG + notes: "Green Heron RT-21 Az/El\nRotator Controller.\nElevation." + CONNECTOR_QD_F_EL: + subtype: female + pincount: 4 + bgcolor: 'GYOG' + notes: "Quick disconnect.\nBlack waterproof housing.\nOrange Tape Label.\nThree female, one male." + CONNECTOR_FERRULE: + type: Crimp ferrule + autogenerate: true + style: simple +cables: + CABLE_MAIN_EL: + color_code: DIN + wirecount: 5 + colors: [WH, BK, LB, OG, SR] + notes: "Main cable.\nBlack jacket.\n(2) 12 AWG \n(2) 20 AWG (?XXX)" + bgcolor: GY # Should be BK, but can't change font color XXX ? + CABLE_QD_F_EL: + wirecount: 4 + colors: [WH, YE, BN, GN] + bgcolor: 'WH' + notes: "Hardwired to quick disconnect.\nNo jacket." + +connections: +# EL Harness Connected to Controller + - + - CONNECTOR_QD_F_EL: [1,2,3,4] + - CABLE_QD_F_EL: [1,2,3,4] + - CONNECTOR_FERRULE + - CABLE_MAIN_EL: [1,2,3,4] + - + - CABLE_MAIN_EL: [1,2,3,4] + - CONNECTOR_CONTROLLER_EL: [2,1,3,4] +