1
0
Fork 0

Main AZ harness

main
Jeff Moe 2022-11-03 14:12:17 -06:00
parent 59ed71582f
commit 1e13a1168e
3 changed files with 68 additions and 0 deletions

View File

@ -65,6 +65,9 @@ See `docs/harness-v2` for wire harness diagram source for a new version, current
![Diagram of the elevation controller harness.](img/2-harness-controller-el.png)
*Diagram of the elevation controller harness.*
![Diagram of the azimuth main harness.](img/2-harness-main-az.png)
*Diagram of the azimuth main harness.*
# Cable Harnesses
See `docs/harness` for wire harness diagram source.

View File

@ -0,0 +1,65 @@
# harness-main-az.yml
# CC by SA 4.0 International
# or GPLv3.
# (C) 2022 Jeff Moe
metadata:
title: 'Azimuth Main Harness'
description: 'Diagram of the azimuth main harness.'
notes: 'The azimuth main harness gets connected to...'
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_QD_MAIN_CONT_AZ:
subtype: 'male'
pincount: 4
bgcolor: 'GYBU'
# XXX check gender
notes: "Quick disconnect.\nBlack waterproof housing.\nBlue Tape Label.\nThree female, one male."
CONNECTOR_QD_MAIN_ROT_AZ:
subtype: 'male'
pincount: 4
bgcolor: 'GYGN'
# XXX check gender
notes: "Quick disconnect.\nBlack waterproof housing.\nBlue Tape Label.\nThree female, one male."
CONNECTOR_FERRULE:
type: Crimp ferrule
autogenerate: true
style: simple
cables:
CABLE_QD_MAIN_CONT_AZ:
wirecount: 4
colors: [WH, YE, BN, GN]
bgcolor: 'WH'
notes: "Hardwired to quick disconnect.\nNo jacket."
CABLE_QD_MAIN_ROT_AZ:
wirecount: 4
colors: [WH, YE, BN, GN]
bgcolor: 'WH'
notes: "Hardwired to quick disconnect.\nNo jacket."
CABLE_MAIN_AZ:
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 ?
# XXX check
# 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_QD_MAIN_CONT_AZ: [1,2,3,4]
- CABLE_QD_MAIN_CONT_AZ: [1,2,3,4]
- CONNECTOR_FERRULE
- CABLE_MAIN_AZ: [1,2,3,4]
- CONNECTOR_FERRULE
- CABLE_QD_MAIN_ROT_AZ: [1,2,3,4]
- CONNECTOR_QD_MAIN_ROT_AZ: [1,2,3,4]

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 KiB