1
0
Fork 0

harness-controller-el

main
Jeff Moe 2022-11-03 13:51:32 -06:00
parent 1d16689316
commit 59ed71582f
1 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,42 @@
# 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: 'GYYE'
notes: "Quick disconnect.\nBlack waterproof housing.\nYellow Tape Label.\nThree female, one male."
cables:
CABLE_QD_F_EL:
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:
# EL Harness Connected to Controller
-
- CONNECTOR_CONTROLLER_EL: [2,1,3,4]
- CABLE_QD_F_EL: [1,2,3,4]
- CONNECTOR_QD_F_EL: [1,2,3,4]