From a884e46558c50c5a8c28e47272d73049469d014e Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Mon, 31 Oct 2022 13:10:07 -0600 Subject: [PATCH] draft of new set of cables --- docs/harness-v2/harness-controller-az.yml | 42 +++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 docs/harness-v2/harness-controller-az.yml diff --git a/docs/harness-v2/harness-controller-az.yml b/docs/harness-v2/harness-controller-az.yml new file mode 100644 index 0000000..fa36e16 --- /dev/null +++ b/docs/harness-v2/harness-controller-az.yml @@ -0,0 +1,42 @@ +# harness-controller-az.yml +# CC by SA 4.0 International +# or GPLv3. +# (C) 2022 Jeff Moe + +metadata: + title: 'Azimuth Controller Harness' + description: 'Diagram of the azimuth controller harness.' + notes: 'The azimuth 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_AZ: + pinlabels: ['CW', 'CCW', 'GND', 'POS', 'REF', 'BRK', '[blank]', '[blank]'] + bgcolor: BG + notes: "Green Heron RT-21 Az/El\nRotator Controller.\nAzimuth." + CONNECTOR_QD_M_AZ: + subtype: male + pincount: 4 + bgcolor: 'GYBU' + notes: "Quick disconnect.\nBlack waterproof housing.\nBlue Tape Label.\nThree male, one female." +cables: + CABLE_QD_M_AZ: + wirecount: 4 + colors: [WH, YE, BN, GN] + bgcolor: 'WH' + notes: "Hardwired to quick disconnect.\nNo jacket." +# Pin 1 white: female top left. Pin 2 yellow: top right. Pin 3 brown: bottom left. Pin 4 green: bottom right.' +connections: +# AZ Harness Connected to Controller + - + - CONNECTOR_CONTROLLER_AZ: [2,1,3,4] + - CABLE_QD_M_AZ: [1,2,3,4] + - CONNECTOR_QD_M_AZ: [1,2,3,4] +