summaryrefslogtreecommitdiff
path: root/wireviz/Choppy_IB_VPX_J12.yml
blob: e9901cc561475f705fa2e556ab21f102e6105242 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
templates: # defining templates to be used later on
  - &VPX_j12
    pinlabels: [10A,15A,10A,GND,FLAP 10A,FLAP 10A,10A,5A,EFIS_POWER,3A,PRIMARY ALTERNATOR,15A]
    type: Connector Molex 19418-0027
    image:
      src: images\J12.png
  - &ServoP
    pinlabels: [V+,V+,GND,GND]
    type: Amphenol C091-11H004-000-2
    pins: [1,2,3,4]
    image:
      src: images\A2Power.png
  - &wire
    category: bundle
    gauge: 18 AWG




connectors:
  VPX J12:
    <<: *VPX_j12 # copying items from the template
    notes: VPX J12
  Swash2:
    <<: *ServoP
  Swash3:
    <<: *ServoP
  Yaw:
    <<: *ServoP
  1X:
    type: HEW.LM.368.XLNP
    pinlabels: [GND,GND,VCC,VCC]
    pins: [65,66,67,68]   
  CEX:
    type: HEW.LM.368.XLNP
    pinlabels: [VCC,VCC,GND,GND]
    pins: [1,2,3,4]  
  Altinator :
    type: Temp
    pinlabels: [Field, B-Lead, GND]
    pins: [1,2,3]  
  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: 90 Inches
    gauge: 14 AWG
    colors: [RD]
  W2:
    <<: *wire
    length: 90 Inches
    gauge: 14 AWG
    colors: [RD]
  W3:
    <<: *wire
    length: 207.5 "
    gauge: 14 AWG
    colors: [RD]
  W4:
    <<: *wire
    length: 87.5 "
    gauge: 20 AWG
    colors: [RD]
  W5:
    <<: *wire
    length: 93.5 "
    gauge: 20 AWG
    colors: [RD]
  W6:
    <<: *wire
    length: 67.5 "
    colors: [BK]
  W7:
   <<: *wire
   length: 36 Inches
   gauge: 14 AWG
   colors: [BK]
  W8:
   <<: *wire
   length: 36 Inches
   gauge: 14 AWG
   colors: [BK]
  W9:
   <<: *wire
   length: 170 Inches
   gauge: 14 AWG
   colors: [BK]
  W10:
   <<: *wire
   length: 46 Inches
   gauge: 20 AWG
   colors: [BK, BK]
  W11:
   <<: *wire
   length: 34 Inches
   gauge: 20 AWG
   colors: [BK, BK]
  W12:
    <<: *wire
    length: 37.5 "
    gauge: 14 AWG
    colors: [BK]


connections:
  -
    - VPX J12: [2]
    - W1: [1]
    - Swash2: [1] 
  -
    - VPX J12: [12]
    - W2: [1]
    - Swash3: [1] 
  -
    - VPX J12: [3]
    - W3: [1]
    - Yaw: [1] 
  -
    - VPX J12: [9]
    - W4: [1]
    - 1X: [68] 
  -
    - VPX J12: [9]
    - W5: [1]
    - CEX: [1] 
  -
    - VPX J12: [11]
    - W6: [1]
    - Altinator: [1] 
  -
    - Swash2: [3]
    - W7: [1]
    - Negative Bus Bar: [2]
  -
    - Swash3: [3]
    - W8: [1]
    - Negative Bus Bar: [3]
  -
    - Yaw: [3]
    - W9: [1]
    - Negative Bus Bar: [2]
  -
    - 1X: [65,66]
    - W10: [1-2]
    - Negative Bus Bar: [4,4]
  -
    - CEX: [3,4]
    - W11: [1-2]
    - Negative Bus Bar: [3,3]
  -
    - VPX J12: [4]
    - W12: [1]
    - [GND]