diff options
author | Joshua Drake <joshua.ellis.drake@okstate.edu> | 2024-10-31 18:02:09 -0500 |
---|---|---|
committer | Joshua Drake <joshua.ellis.drake@okstate.edu> | 2024-10-31 18:02:09 -0500 |
commit | 7c068fa8e7cdf6507566bb8f40c3d163a8822e39 (patch) | |
tree | 59aa22431a900d673ddf47a9e373fd991d3e20af /wireviz/Choppy_IB_VPX_J10.yml | |
parent | d26282ce348f70542344a331643bd15ac46740ce (diff) |
Finished basic functionality of script, needs to be able to handle ranges of pins.
Diffstat (limited to 'wireviz/Choppy_IB_VPX_J10.yml')
-rw-r--r-- | wireviz/Choppy_IB_VPX_J10.yml | 179 |
1 files changed, 179 insertions, 0 deletions
diff --git a/wireviz/Choppy_IB_VPX_J10.yml b/wireviz/Choppy_IB_VPX_J10.yml new file mode 100644 index 0000000..703aa31 --- /dev/null +++ b/wireviz/Choppy_IB_VPX_J10.yml @@ -0,0 +1,179 @@ +templates: # defining templates to be used later on + - &VPX_j10 + pinlabels: [Starter,5A,10A,5A,10A,15A,5A,5A,GND,5A,] + type: Connector Molex 194180013 + image: + src: images\J10.png + - &BEC + pinlabels: [V_IN,12 V,GND,GND] + - &wire + category: bundle + - &ServoP + pinlabels: [V+,V+,GND,GND] + type: Amphenol C091-11H004-000-2 + pins: [1,2,3,4] + image: + src: images\A2Power.png + + + + +connectors: + VPX J10: + <<: *VPX_j10 # copying items from the template + notes: VPX J10 + # 12V BEC: + # <<: *BEC + PPS J1: + pinlabels: [Main Bat Starter] + pins: [3] + Mag: + type: Mag + pinlabels: [TX, RX, GND, V+] + pins: [2, 3, 5, 9] + Radar: + type: DTM04-4P + notes: Mates with DTM06-4S + pinlabels: [GND, CAN_L, CAN_H, V+] + pins: [1,2,3,4] + image: + src: images\DTM04-4P.png + Radio: + type: temp + pinlabels: [Tx,Rx,GND,V+] + Swash1: + <<: *ServoP + Starter Switch: + type: Temp + pins: [1,2] + Servo: + <<: *ServoP + GND: &GND + style: simple + autogenerate: true + type: Battery GND + Negative Bus Bar: + pins: [1,2,3,4] + type: Pike Industries Busbar + + + +cables: + W1: + <<: *wire + length: 21 " + gauge: 18 AWG + colors: [RD] + W2: + <<: *wire + length: 1 TBD + gauge: 22 AWG + colors: [WH] + W3: + <<: *wire + length: 1 TBD + gauge: 14 AWG + colors: [RD] + W4: + <<: *wire + length: 90 " + gauge: 14 AWG + colors: [RD] + W5: + <<: *wire + length: 1 TBD + gauge: 2 AWG + colors: [WH] + W6: + <<: *wire + length: 90 " + gauge: 14 AWG + colors: [RD] + W7: + <<: *wire + length: 34.5 " + gauge: 14 AWG + colors: [RD] + W8: + <<: *wire + length: 43.5 " + gauge: 14 AWG + colors: [BK] + W9: + <<: *wire + length: 36 Inches + gauge: 14 AWG + colors: [BK] + W10: + <<: *wire + length: 1 TBD + gauge: 14 AWG + colors: [BK] + W11: + <<: *wire + length: 36 Inches + gauge: 14 AWG + colors: [BK] + W12: + <<: *wire + length: 18 " + gauge: 14 AWG + colors: [BK] + W13: + <<: *wire + length: 37.5 " + gauge: 14 AWG + colors: [BK] +connections: + - + - VPX J10: [10] + - W1: [1] + - Mag: [9] + - + - VPX J10: [7] + - W7: [1] + - Radar: [4] + - + - VPX J10: [4] + - W3: [1] + - Radio: [4] + - + - VPX J10: [GND] + - W13: [1] + - [GND] + - + - VPX J10: [6] + - W4: [1] + - Swash1: [1] + - + - VPX J10: [1] + - W2: [1] + - Starter Switch: [1] + - + - Starter Switch: [2] + - W5: [1] + - PPS J1: [3] + - + - VPX J10: [3] + - W6: [1] + - Servo: [1] + - + - Mag: [GND] + - W8: [1] + - [GND] + - + - Servo: [3] + - W9: [1] + - Negative Bus Bar: [2] + - + - Radio: [GND] + - W10: [1] + - [GND] + - + - Swash1: [3] + - W11: [1] + - Negative Bus Bar: [2] + - + - Radar: [GND] + - W12: [1] + - [GND]
\ No newline at end of file |