# harness-rotator-el.yml # CC by SA 4.0 International # or GPLv3. # (C) 2022 Jeff Moe metadata: title: 'Elevation Rotator Harness' description: 'Diagram of the elevation rotator harness.' notes: 'The elevation rotator harness gets connected...' 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_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_ROT_EL: subtype: male pincount: 4 bgcolor: 'GYBN' notes: "Quick disconnect.\nBlack waterproof housing.\nYellow Tape Label.\nThree male, one female." cables: CABLE_MOTOR_EL: wirecount: 4 colors: [BG, VTGY, BN, YEGN] notes: "This is connected internally\nfrom motor to block.\nWhite jacket." bgcolor: 'WH' CABLE_QD_F_ROT_EL: 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: # EL Harness Connected to Rotator - - CONNECTOR_QD_F_ROT_EL: [1,2,3,4] - CABLE_QD_F_ROT_EL: [1,2,3,4] - - CABLE_QD_F_ROT_EL: [1,2,3,4] - CONNECTOR_BLOCK_ROT_EL: [1,2,3,4] - - CONNECTOR_BLOCK_ROT_EL: [1,2,3,4] - CABLE_MOTOR_EL: [1,2,3,4]