1
0
Fork 0

Elevation Rotator Harness wireviz

main
Jeff Moe 2022-10-06 18:32:42 -06:00
parent a80149a17f
commit c3a7141ea5
1 changed files with 19 additions and 19 deletions

View File

@ -1,12 +1,12 @@
# harness-rotator-az.yml
# harness-rotator-el.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.'
title: 'Elevation Rotator Harness'
description: 'Diagram of the elevation rotator harness.'
notes: 'The elevation 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'
@ -17,22 +17,22 @@ options:
fontname: 'Arial'
mini_bom_mode: True
connectors:
CONNECTOR_BLOCK_ROT_AZ:
CONNECTOR_BLOCK_ROT_EL:
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_AZ:
subtype: female
CONNECTOR_QD_M_EL:
subtype: male
pincount: 4
bgcolor: 'GYYE'
notes: "Black waterproof housing.\nYellow Tape Label.\nThree female, one male.\nQuick disconnect."
bgcolor: 'GYBN'
notes: "Black waterproof housing.\nBrown Tape Label.\nThree male, one female.\nQuick disconnect."
cables:
CABLE_MOTOR_AZ:
CABLE_MOTOR_EL:
wirecount: 4
colors: [BK, GY, BN, GNYE]
colors: [BG, VTGY, BN, GNYE]
notes: "This is connected internally\nfrom motor to block.\nWhite jacket."
bgcolor: 'WH'
CABLE_QD_F_AZ:
CABLE_QD_M_EL:
wirecount: 4
colors: [WH, YE, BN, GN]
bgcolor: 'WH'
@ -40,14 +40,14 @@ cables:
# 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
# EL Harness Connected to Rotator
-
- CABLE_MOTOR_AZ: [1,2,3,4]
- CONNECTOR_BLOCK_ROT_AZ: [1,2,3,4]
- CABLE_MOTOR_EL: [1,2,3,4]
- CONNECTOR_BLOCK_ROT_EL: [1,2,3,4]
-
- CONNECTOR_BLOCK_ROT_AZ: [1,2,3,4]
- CABLE_QD_F_AZ: [1,2,3,4]
- CONNECTOR_BLOCK_ROT_EL: [1,2,3,4]
- CABLE_QD_M_EL: [1,2,3,4]
-
- CABLE_QD_F_AZ: [1,2,3,4]
- CONNECTOR_QD_F_AZ: [1,2,3,4]
- CABLE_QD_M_EL: [1,2,3,4]
- CONNECTOR_QD_M_EL: [1,2,3,4]