diff --git a/README.md b/README.md index 3a12abb..8bda7b4 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,9 @@ See `docs/harness-v2` for wire harness diagram source for a new version, current ![Diagram of the elevation main harness.](img/2-harness-main-el.png) *Diagram of the elevation main harness.* +![Diagram of the azimuth rotator harness.](img/2-harness-rotator-az.png) +*Diagram of the azimuth rotator harness.* + # Cable Harnesses See `docs/harness` for wire harness diagram source. diff --git a/docs/harness-v2/harness-rotator-az.yml b/docs/harness-v2/harness-rotator-az.yml new file mode 100644 index 0000000..4d14a8e --- /dev/null +++ b/docs/harness-v2/harness-rotator-az.yml @@ -0,0 +1,44 @@ +# harness-rotator-az.yml +# CC by SA 4.0 International +# or GPLv3. +# (C) 2022 Jeff Moe + +metadata: + title: 'Azimuth Rotator Harness' + description: 'Diagram of the azimuth rotator harness.' + notes: 'The azimuth rotator harness gets connected to the screw terminals inside the rotator, mounting on the rotator plate with waterproof glands.' +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_BLOCK_ROT_AZ: + pincount: 4 + bgcolor: GY # Should be BK, but can't change font color XXX ? + notes: "Black block.\nPre-wired motor (left) side.\nFlat head screw terminals." + CONNECTOR_QD_F_ROT_AZ: + subtype: female + pincount: 4 + bgcolor: 'GYGN' + notes: "Quick disconnect.\nBlack waterproof housing.\nYellow Tape Label.\nThree female, one male." +cables: + CABLE_QD_F_ROT_AZ: + wirecount: 4 + colors: [WH, YE, BN, GN] + bgcolor: 'WH' + notes: "Hardwired to quick disconnect.\nNo jacket." +# Pin 1 white: Male top left. Pin 2 yellow: bottom left. Pin 3 brown: top right. Pin 4 green: bottom right.' + +connections: +# AZ Harness Connected to Rotator + - + - CONNECTOR_QD_F_ROT_AZ: [1,2,3,4] + - CABLE_QD_F_ROT_AZ: [1,2,3,4] + - + - CABLE_QD_F_ROT_AZ: [1,2,3,4] + - CONNECTOR_BLOCK_ROT_AZ: [1,2,3,4] diff --git a/img/2-harness-rotator-az.png b/img/2-harness-rotator-az.png new file mode 100644 index 0000000..e48158f Binary files /dev/null and b/img/2-harness-rotator-az.png differ