summaryrefslogtreecommitdiff
path: root/wireviz/Choppy_IB_PPS_J1.html
blob: e9660cccd8c65df26537965dcec77991bb86ed32 (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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
<!DOCTYPE html>
<html lang="en"><head>
 <meta charset="UTF-8">
 <meta name="generator" content="WireViz 0.3.2 - https://github.com/formatc1702/WireViz">
 <title>Choppy_IB_PPS_J1</title>
</head><body style="font-family:arial;background-color:#FFFFFF">
<h1>Choppy_IB_PPS_J1</h1>
<h2>Diagram</h2>
<!-- XML and DOCTYPE declarations from SVG file removed -->
<!-- Generated by graphviz version 12.0.0 (20240704.0754)
 -->
<!-- Pages: 1 -->
<svg width="2371pt" height="1600pt"
 viewBox="0.00 0.00 2370.50 1600.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 1596)">
<polygon fill="#ffffff" stroke="none" points="-4,4 -4,-1596 2366.5,-1596 2366.5,4 -4,4"/>
<!-- PPS J1 -->
<g id="node1" class="node">
<title>PPS J1</title>
<polygon fill="#ffffff" stroke="black" points="436,-1139 0,-1139 0,0 436,0 436,-1139"/>
<polygon fill="none" stroke="black" points="0,-1114.5 0,-1139 436,-1139 436,-1114.5 0,-1114.5"/>
<text text-anchor="start" x="193.62" y="-1121.7" font-family="arial" font-size="14.00">PPS J1</text>
<polygon fill="none" stroke="black" points="0,-1090 0,-1114.5 436,-1114.5 436,-1090 0,-1090"/>
<text text-anchor="start" x="198.12" y="-1097.2" font-family="arial" font-size="14.00">28&#45;pin</text>
<polygon fill="none" stroke="black" points="0,-1066 0,-1090 292.5,-1090 292.5,-1066 0,-1066"/>
<text text-anchor="start" x="92.62" y="-1072.7" font-family="arial" font-size="14.00">BATT_DIST_EN</text>
<polygon fill="none" stroke="black" points="292.5,-1066 292.5,-1090 436,-1090 436,-1066 292.5,-1066"/>
<text text-anchor="start" x="360.12" y="-1072.7" font-family="arial" font-size="14.00">1</text>
<polygon fill="none" stroke="black" points="0,-1042 0,-1066 292.5,-1066 292.5,-1042 0,-1042"/>
<text text-anchor="start" x="126" y="-1048.7" font-family="arial" font-size="14.00">RSVD</text>
<polygon fill="none" stroke="black" points="292.5,-1042 292.5,-1066 436,-1066 436,-1042 292.5,-1042"/>
<text text-anchor="start" x="360.12" y="-1048.7" font-family="arial" font-size="14.00">2</text>
<polygon fill="none" stroke="black" points="0,-1018 0,-1042 292.5,-1042 292.5,-1018 0,-1018"/>
<text text-anchor="start" x="63.75" y="-1024.7" font-family="arial" font-size="14.00">MAIN_BATT_START_EN</text>
<polygon fill="none" stroke="black" points="292.5,-1018 292.5,-1042 436,-1042 436,-1018 292.5,-1018"/>
<text text-anchor="start" x="360.12" y="-1024.7" font-family="arial" font-size="14.00">3</text>
<polygon fill="none" stroke="black" points="0,-994 0,-1018 292.5,-1018 292.5,-994 0,-994"/>
<text text-anchor="start" x="126" y="-1000.7" font-family="arial" font-size="14.00">RSVD</text>
<polygon fill="none" stroke="black" points="292.5,-994 292.5,-1018 436,-1018 436,-994 292.5,-994"/>
<text text-anchor="start" x="360.12" y="-1000.7" font-family="arial" font-size="14.00">4</text>
<polygon fill="none" stroke="black" points="0,-970 0,-994 292.5,-994 292.5,-970 0,-970"/>
<text text-anchor="start" x="126" y="-976.7" font-family="arial" font-size="14.00">RSVD</text>
<polygon fill="none" stroke="black" points="292.5,-970 292.5,-994 436,-994 436,-970 292.5,-970"/>
<text text-anchor="start" x="360.12" y="-976.7" font-family="arial" font-size="14.00">5</text>
<polygon fill="none" stroke="black" points="0,-946 0,-970 292.5,-970 292.5,-946 0,-946"/>
<text text-anchor="start" x="69.38" y="-952.7" font-family="arial" font-size="14.00">MASTER_ALTERNATE</text>
<polygon fill="none" stroke="black" points="292.5,-946 292.5,-970 436,-970 436,-946 292.5,-946"/>
<text text-anchor="start" x="360.12" y="-952.7" font-family="arial" font-size="14.00">6</text>
<polygon fill="none" stroke="black" points="0,-922 0,-946 292.5,-946 292.5,-922 0,-922"/>
<text text-anchor="start" x="116.25" y="-928.7" font-family="arial" font-size="14.00">MASTER</text>
<polygon fill="none" stroke="black" points="292.5,-922 292.5,-946 436,-946 436,-922 292.5,-922"/>
<text text-anchor="start" x="360.12" y="-928.7" font-family="arial" font-size="14.00">7</text>
<polygon fill="none" stroke="black" points="0,-898 0,-922 292.5,-922 292.5,-898 0,-898"/>
<text text-anchor="start" x="97.88" y="-904.7" font-family="arial" font-size="14.00">ALT_DIST_EN</text>
<polygon fill="none" stroke="black" points="292.5,-898 292.5,-922 436,-922 436,-898 292.5,-898"/>
<text text-anchor="start" x="360.12" y="-904.7" font-family="arial" font-size="14.00">8</text>
<polygon fill="none" stroke="black" points="0,-874 0,-898 292.5,-898 292.5,-874 0,-874"/>
<text text-anchor="start" x="84.38" y="-880.7" font-family="arial" font-size="14.00">BATT_CURRENT+</text>
<polygon fill="none" stroke="black" points="292.5,-874 292.5,-898 436,-898 436,-874 292.5,-874"/>
<text text-anchor="start" x="360.12" y="-880.7" font-family="arial" font-size="14.00">9</text>
<polygon fill="none" stroke="black" points="0,-850 0,-874 292.5,-874 292.5,-850 0,-850"/>
<text text-anchor="start" x="81.38" y="-856.7" font-family="arial" font-size="14.00">STARTER_ACTIVE</text>
<polygon fill="none" stroke="black" points="292.5,-850 292.5,-874 436,-874 436,-850 292.5,-850"/>
<text text-anchor="start" x="356" y="-856.7" font-family="arial" font-size="14.00">10</text>
<polygon fill="none" stroke="black" points="0,-826 0,-850 292.5,-850 292.5,-826 0,-826"/>
<text text-anchor="start" x="126" y="-832.7" font-family="arial" font-size="14.00">RSVD</text>
<polygon fill="none" stroke="black" points="292.5,-826 292.5,-850 436,-850 436,-826 292.5,-826"/>
<text text-anchor="start" x="356" y="-832.7" font-family="arial" font-size="14.00">11</text>
<polygon fill="none" stroke="black" points="0,-802 0,-826 292.5,-826 292.5,-802 0,-802"/>
<text text-anchor="start" x="126" y="-808.7" font-family="arial" font-size="14.00">RSVD</text>
<polygon fill="none" stroke="black" points="292.5,-802 292.5,-826 436,-826 436,-802 292.5,-802"/>
<text text-anchor="start" x="356" y="-808.7" font-family="arial" font-size="14.00">12</text>
<polygon fill="none" stroke="black" points="0,-778 0,-802 292.5,-802 292.5,-778 0,-778"/>
<text text-anchor="start" x="84.75" y="-784.7" font-family="arial" font-size="14.00">ALT_DIST_FAULT</text>
<polygon fill="none" stroke="black" points="292.5,-778 292.5,-802 436,-802 436,-778 292.5,-778"/>
<text text-anchor="start" x="356" y="-784.7" font-family="arial" font-size="14.00">13</text>
<polygon fill="none" stroke="black" points="0,-754 0,-778 292.5,-778 292.5,-754 0,-754"/>
<text text-anchor="start" x="79.5" y="-760.7" font-family="arial" font-size="14.00">BATT_DIST_FAULT</text>
<polygon fill="none" stroke="black" points="292.5,-754 292.5,-778 436,-778 436,-754 292.5,-754"/>
<text text-anchor="start" x="356" y="-760.7" font-family="arial" font-size="14.00">14</text>
<polygon fill="none" stroke="black" points="0,-730 0,-754 292.5,-754 292.5,-730 0,-730"/>
<text text-anchor="start" x="126" y="-736.7" font-family="arial" font-size="14.00">RSVD</text>
<polygon fill="none" stroke="black" points="292.5,-730 292.5,-754 436,-754 436,-730 292.5,-730"/>
<text text-anchor="start" x="356" y="-736.7" font-family="arial" font-size="14.00">15</text>
<polygon fill="none" stroke="black" points="0,-706 0,-730 292.5,-730 292.5,-706 0,-706"/>
<text text-anchor="start" x="126" y="-712.7" font-family="arial" font-size="14.00">RSVD</text>
<polygon fill="none" stroke="black" points="292.5,-706 292.5,-730 436,-730 436,-706 292.5,-706"/>
<text text-anchor="start" x="356" y="-712.7" font-family="arial" font-size="14.00">16</text>
<polygon fill="none" stroke="black" points="0,-682 0,-706 292.5,-706 292.5,-682 0,-682"/>
<text text-anchor="start" x="126" y="-688.7" font-family="arial" font-size="14.00">RSVD</text>
<polygon fill="none" stroke="black" points="292.5,-682 292.5,-706 436,-706 436,-682 292.5,-682"/>
<text text-anchor="start" x="356" y="-688.7" font-family="arial" font-size="14.00">17</text>
<polygon fill="none" stroke="black" points="0,-658 0,-682 292.5,-682 292.5,-658 0,-658"/>
<text text-anchor="start" x="91.5" y="-664.7" font-family="arial" font-size="14.00">ALT_CURRENT&#45;</text>
<polygon fill="none" stroke="black" points="292.5,-658 292.5,-682 436,-682 436,-658 292.5,-658"/>
<text text-anchor="start" x="356" y="-664.7" font-family="arial" font-size="14.00">18</text>
<polygon fill="none" stroke="black" points="0,-634 0,-658 292.5,-658 292.5,-634 0,-634"/>
<text text-anchor="start" x="89.62" y="-640.7" font-family="arial" font-size="14.00">ALT_CURRENT+</text>
<polygon fill="none" stroke="black" points="292.5,-634 292.5,-658 436,-658 436,-634 292.5,-634"/>
<text text-anchor="start" x="356" y="-640.7" font-family="arial" font-size="14.00">19</text>
<polygon fill="none" stroke="black" points="0,-610 0,-634 292.5,-634 292.5,-610 0,-610"/>
<text text-anchor="start" x="91.5" y="-616.7" font-family="arial" font-size="14.00">BATT_CURENT&#45;</text>
<polygon fill="none" stroke="black" points="292.5,-610 292.5,-634 436,-634 436,-610 292.5,-610"/>
<text text-anchor="start" x="356" y="-616.7" font-family="arial" font-size="14.00">20</text>
<polygon fill="none" stroke="black" points="0,-586 0,-610 292.5,-610 292.5,-586 0,-586"/>
<text text-anchor="start" x="126" y="-592.7" font-family="arial" font-size="14.00">RSVD</text>
<polygon fill="none" stroke="black" points="292.5,-586 292.5,-610 436,-610 436,-586 292.5,-586"/>
<text text-anchor="start" x="356" y="-592.7" font-family="arial" font-size="14.00">21</text>
<polygon fill="none" stroke="black" points="0,-562 0,-586 292.5,-586 292.5,-562 0,-562"/>
<text text-anchor="start" x="126" y="-568.7" font-family="arial" font-size="14.00">RSVD</text>
<polygon fill="none" stroke="black" points="292.5,-562 292.5,-586 436,-586 436,-562 292.5,-562"/>
<text text-anchor="start" x="356" y="-568.7" font-family="arial" font-size="14.00">22</text>
<polygon fill="none" stroke="black" points="0,-538 0,-562 292.5,-562 292.5,-538 0,-538"/>
<text text-anchor="start" x="126" y="-544.7" font-family="arial" font-size="14.00">RSVD</text>
<polygon fill="none" stroke="black" points="292.5,-538 292.5,-562 436,-562 436,-538 292.5,-538"/>
<text text-anchor="start" x="356" y="-544.7" font-family="arial" font-size="14.00">23</text>
<polygon fill="none" stroke="black" points="0,-514 0,-538 292.5,-538 292.5,-514 0,-514"/>
<text text-anchor="start" x="126" y="-520.7" font-family="arial" font-size="14.00">RSVD</text>
<polygon fill="none" stroke="black" points="292.5,-514 292.5,-538 436,-538 436,-514 292.5,-514"/>
<text text-anchor="start" x="356" y="-520.7" font-family="arial" font-size="14.00">24</text>
<polygon fill="none" stroke="black" points="0,-490 0,-514 292.5,-514 292.5,-490 0,-490"/>
<text text-anchor="start" x="126" y="-496.7" font-family="arial" font-size="14.00">RSVD</text>
<polygon fill="none" stroke="black" points="292.5,-490 292.5,-514 436,-514 436,-490 292.5,-490"/>
<text text-anchor="start" x="356" y="-496.7" font-family="arial" font-size="14.00">25</text>
<polygon fill="none" stroke="black" points="0,-466 0,-490 292.5,-490 292.5,-466 0,-466"/>
<text text-anchor="start" x="130.5" y="-472.7" font-family="arial" font-size="14.00">GND</text>
<polygon fill="none" stroke="black" points="292.5,-466 292.5,-490 436,-490 436,-466 292.5,-466"/>
<text text-anchor="start" x="356" y="-472.7" font-family="arial" font-size="14.00">26</text>
<polygon fill="none" stroke="black" points="0,-442 0,-466 292.5,-466 292.5,-442 0,-442"/>
<text text-anchor="start" x="130.5" y="-448.7" font-family="arial" font-size="14.00">GND</text>
<polygon fill="none" stroke="black" points="292.5,-442 292.5,-466 436,-466 436,-442 292.5,-442"/>
<text text-anchor="start" x="356" y="-448.7" font-family="arial" font-size="14.00">27</text>
<polygon fill="none" stroke="black" points="0,-418 0,-442 292.5,-442 292.5,-418 0,-418"/>
<text text-anchor="start" x="126" y="-424.7" font-family="arial" font-size="14.00">RSVD</text>
<polygon fill="none" stroke="black" points="292.5,-418 292.5,-442 436,-442 436,-418 292.5,-418"/>
<text text-anchor="start" x="356" y="-424.7" font-family="arial" font-size="14.00">28</text>
<polyline fill="none" stroke="black" points="436,-49 436,-418 0,-418 0,-49"/>
<image xlink:href="images\PPS_J1.png" width="428px" height="361px" preserveAspectRatio="xMinYMin meet" x="4" y="-414"/>
<polyline fill="none" stroke="black" points="0,-49 0,-24.5 436,-24.5 436,-49"/>
<text text-anchor="start" x="140.75" y="-31.7" font-family="arial" font-size="14.00">Connector TE 206039&#45;1</text>
<polygon fill="none" stroke="black" points="0,0 0,-24.5 436,-24.5 436,0 0,0"/>
<text text-anchor="start" x="191.38" y="-7.2" font-family="arial" font-size="14.00">PPS_J1</text>
</g>
<!-- W1 -->
<g id="node14" class="node">
<title>W1</title>
<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="948,-670 609,-670 609,-551 948,-551 948,-670"/>
<polygon fill="none" stroke="black" points="609,-645.5 609,-670 948,-670 948,-645.5 609,-645.5"/>
<text text-anchor="start" x="767.25" y="-652.7" font-family="arial" font-size="14.00">W1</text>
<polygon fill="none" stroke="black" points="609,-621 609,-645.5 758.25,-645.5 758.25,-621 609,-621"/>
<text text-anchor="start" x="676.12" y="-628.2" font-family="arial" font-size="14.00">1x</text>
<polygon fill="none" stroke="black" points="758.25,-621 758.25,-645.5 948,-645.5 948,-621 758.25,-621"/>
<text text-anchor="start" x="825.38" y="-628.2" font-family="arial" font-size="14.00">20 AWG</text>
<text text-anchor="start" x="712.12" y="-605.7" font-family="arial" font-size="14.00"> </text>
<text text-anchor="start" x="610.88" y="-585.7" font-family="arial" font-size="14.00">PPS J1:14:BATT_DIST_FAULT</text>
<text text-anchor="start" x="820.62" y="-585.7" font-family="arial" font-size="14.00"> &#160;&#160;&#160;&#160;RD &#160;&#160;&#160;</text>
<text text-anchor="start" x="878.75" y="-585.7" font-family="arial" font-size="14.00">10Ohm1:1</text>
<polygon fill="#000000" stroke="none" points="609,-579 609,-581 948,-581 948,-579 609,-579"/>
<polygon fill="#ff0000" stroke="none" points="609,-577 609,-579 948,-579 948,-577 609,-577"/>
<polygon fill="#ff0000" stroke="none" points="609,-575 609,-577 948,-577 948,-575 609,-575"/>
<polygon fill="#ff0000" stroke="none" points="609,-573 609,-575 948,-575 948,-573 609,-573"/>
<polygon fill="#000000" stroke="none" points="609,-571 609,-573 948,-573 948,-571 609,-571"/>
<text text-anchor="start" x="712.12" y="-555.7" font-family="arial" font-size="14.00"> </text>
</g>
<!-- PPS J1&#45;&#45;W1 -->
<g id="edge1" class="edge">
<title>PPS J1:e&#45;&#45;W1:w</title>
<path fill="none" stroke="#000000" stroke-width="2" d="M436,-762C546.07,-767.13 490.26,-577.13 608,-572"/>
<path fill="none" stroke="#ff0000" stroke-width="2" d="M436,-764C547.99,-766.56 492.17,-576.56 608,-574"/>
<path fill="none" stroke="#ff0000" stroke-width="2" d="M436,-766C549.91,-766 494.09,-576 608,-576"/>
<path fill="none" stroke="#ff0000" stroke-width="2" d="M436,-768C551.83,-765.44 496.01,-575.44 608,-578"/>
<path fill="none" stroke="#000000" stroke-width="2" d="M436,-770C553.74,-764.87 497.93,-574.87 608,-580"/>
</g>
<!-- W2 -->
<g id="node15" class="node">
<title>W2</title>
<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="942.5,-813 614.5,-813 614.5,-694 942.5,-694 942.5,-813"/>
<polygon fill="none" stroke="black" points="614.5,-788.5 614.5,-813 942.5,-813 942.5,-788.5 614.5,-788.5"/>
<text text-anchor="start" x="767.25" y="-795.7" font-family="arial" font-size="14.00">W2</text>
<polygon fill="none" stroke="black" points="614.5,-764 614.5,-788.5 758.25,-788.5 758.25,-764 614.5,-764"/>
<text text-anchor="start" x="678.88" y="-771.2" font-family="arial" font-size="14.00">1x</text>
<polygon fill="none" stroke="black" points="758.25,-764 758.25,-788.5 942.5,-788.5 942.5,-764 758.25,-764"/>
<text text-anchor="start" x="822.62" y="-771.2" font-family="arial" font-size="14.00">20 AWG</text>
<text text-anchor="start" x="712.12" y="-748.7" font-family="arial" font-size="14.00"> </text>
<text text-anchor="start" x="616.12" y="-728.7" font-family="arial" font-size="14.00">PPS J1:13:ALT_DIST_FAULT</text>
<text text-anchor="start" x="815.12" y="-728.7" font-family="arial" font-size="14.00"> &#160;&#160;&#160;&#160;RD &#160;&#160;&#160;</text>
<text text-anchor="start" x="873.25" y="-728.7" font-family="arial" font-size="14.00">10Ohm2:1</text>
<polygon fill="#000000" stroke="none" points="614.5,-722 614.5,-724 942.5,-724 942.5,-722 614.5,-722"/>
<polygon fill="#ff0000" stroke="none" points="614.5,-720 614.5,-722 942.5,-722 942.5,-720 614.5,-720"/>
<polygon fill="#ff0000" stroke="none" points="614.5,-718 614.5,-720 942.5,-720 942.5,-718 614.5,-718"/>
<polygon fill="#ff0000" stroke="none" points="614.5,-716 614.5,-718 942.5,-718 942.5,-716 614.5,-716"/>
<polygon fill="#000000" stroke="none" points="614.5,-714 614.5,-716 942.5,-716 942.5,-714 614.5,-714"/>
<text text-anchor="start" x="712.12" y="-698.7" font-family="arial" font-size="14.00"> </text>
</g>
<!-- PPS J1&#45;&#45;W2 -->
<g id="edge3" class="edge">
<title>PPS J1:e&#45;&#45;W2:w</title>
<path fill="none" stroke="#000000" stroke-width="2" d="M436,-786C516.99,-789.58 524.56,-718.58 613.5,-715"/>
<path fill="none" stroke="#ff0000" stroke-width="2" d="M436,-788C518.98,-789.79 526.55,-718.79 613.5,-717"/>
<path fill="none" stroke="#ff0000" stroke-width="2" d="M436,-790C520.97,-790 528.53,-719 613.5,-719"/>
<path fill="none" stroke="#ff0000" stroke-width="2" d="M436,-792C522.95,-790.21 530.52,-719.21 613.5,-721"/>
<path fill="none" stroke="#000000" stroke-width="2" d="M436,-794C524.94,-790.42 532.51,-719.42 613.5,-723"/>
</g>
<!-- W3 -->
<g id="node16" class="node">
<title>W3</title>
<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="946,-956 611,-956 611,-837 946,-837 946,-956"/>
<polygon fill="none" stroke="black" points="611,-931.5 611,-956 946,-956 946,-931.5 611,-931.5"/>
<text text-anchor="start" x="767.25" y="-938.7" font-family="arial" font-size="14.00">W3</text>
<polygon fill="none" stroke="black" points="611,-907 611,-931.5 758.25,-931.5 758.25,-907 611,-907"/>
<text text-anchor="start" x="677.12" y="-914.2" font-family="arial" font-size="14.00">1x</text>
<polygon fill="none" stroke="black" points="758.25,-907 758.25,-931.5 946,-931.5 946,-907 758.25,-907"/>
<text text-anchor="start" x="824.38" y="-914.2" font-family="arial" font-size="14.00">20 AWG</text>
<text text-anchor="start" x="712.12" y="-891.7" font-family="arial" font-size="14.00"> </text>
<text text-anchor="start" x="612.75" y="-871.7" font-family="arial" font-size="14.00">PPS J1:10:STARTER_ACTIVE</text>
<text text-anchor="start" x="818.62" y="-871.7" font-family="arial" font-size="14.00"> &#160;&#160;&#160;&#160;RD &#160;&#160;&#160;</text>
<text text-anchor="start" x="876.75" y="-871.7" font-family="arial" font-size="14.00">10Ohm3:1</text>
<polygon fill="#000000" stroke="none" points="611,-865 611,-867 946,-867 946,-865 611,-865"/>
<polygon fill="#ff0000" stroke="none" points="611,-863 611,-865 946,-865 946,-863 611,-863"/>
<polygon fill="#ff0000" stroke="none" points="611,-861 611,-863 946,-863 946,-861 611,-861"/>
<polygon fill="#ff0000" stroke="none" points="611,-859 611,-861 946,-861 946,-859 611,-859"/>
<polygon fill="#000000" stroke="none" points="611,-857 611,-859 946,-859 946,-857 611,-857"/>
<text text-anchor="start" x="712.12" y="-841.7" font-family="arial" font-size="14.00"> </text>
</g>
<!-- PPS J1&#45;&#45;W3 -->
<g id="edge5" class="edge">
<title>PPS J1:e&#45;&#45;W3:w</title>
<path fill="none" stroke="#000000" stroke-width="2" d="M436,-858C513.33,-858 532.67,-858 610,-858"/>
<path fill="none" stroke="#ff0000" stroke-width="2" d="M436,-860C513.33,-860 532.67,-860 610,-860"/>
<path fill="none" stroke="#ff0000" stroke-width="2" d="M436,-862C513.33,-862 532.67,-862 610,-862"/>
<path fill="none" stroke="#ff0000" stroke-width="2" d="M436,-864C513.33,-864 532.67,-864 610,-864"/>
<path fill="none" stroke="#000000" stroke-width="2" d="M436,-866C513.33,-866 532.67,-866 610,-866"/>
</g>
<!-- W12 -->
<g id="node20" class="node">
<title>W12</title>
<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="863,-527 694,-527 694,-378 863,-378 863,-527"/>
<polygon fill="none" stroke="black" points="694,-502.5 694,-527 863,-527 863,-502.5 694,-502.5"/>
<text text-anchor="start" x="763.12" y="-509.7" font-family="arial" font-size="14.00">W12</text>
<polygon fill="none" stroke="black" points="694,-478 694,-502.5 729.33,-502.5 729.33,-478 694,-478"/>
<text text-anchor="start" x="704.17" y="-485.2" font-family="arial" font-size="14.00">2x</text>
<polygon fill="none" stroke="black" points="729.33,-478 729.33,-502.5 805.17,-502.5 805.17,-478 729.33,-478"/>
<text text-anchor="start" x="739.5" y="-485.2" font-family="arial" font-size="14.00">14 AWG</text>
<polygon fill="none" stroke="black" points="805.17,-478 805.17,-502.5 863,-502.5 863,-478 805.17,-478"/>
<text text-anchor="start" x="815.33" y="-485.2" font-family="arial" font-size="14.00">31.0 &quot;</text>
<text text-anchor="start" x="746.12" y="-462.7" font-family="arial" font-size="14.00"> </text>
<text text-anchor="start" x="695.88" y="-442.7" font-family="arial" font-size="14.00">PPS J1:26:GND</text>
<text text-anchor="start" x="803.88" y="-442.7" font-family="arial" font-size="14.00"> &#160;&#160;&#160;&#160;BK &#160;&#160;&#160;</text>
<polygon fill="#000000" stroke="none" points="694,-436 694,-438 863,-438 863,-436 694,-436"/>
<polygon fill="#000000" stroke="none" points="694,-434 694,-436 863,-436 863,-434 694,-434"/>
<polygon fill="#000000" stroke="none" points="694,-432 694,-434 863,-434 863,-432 694,-432"/>
<polygon fill="#000000" stroke="none" points="694,-430 694,-432 863,-432 863,-430 694,-430"/>
<polygon fill="#000000" stroke="none" points="694,-428 694,-430 863,-430 863,-428 694,-428"/>
<text text-anchor="start" x="695.88" y="-412.7" font-family="arial" font-size="14.00">PPS J1:27:GND</text>
<text text-anchor="start" x="803.88" y="-412.7" font-family="arial" font-size="14.00"> &#160;&#160;&#160;&#160;BK &#160;&#160;&#160;</text>
<polygon fill="#000000" stroke="none" points="694,-406 694,-408 863,-408 863,-406 694,-406"/>
<polygon fill="#000000" stroke="none" points="694,-404 694,-406 863,-406 863,-404 694,-404"/>
<polygon fill="#000000" stroke="none" points="694,-402 694,-404 863,-404 863,-402 694,-402"/>
<polygon fill="#000000" stroke="none" points="694,-400 694,-402 863,-402 863,-400 694,-400"/>
<polygon fill="#000000" stroke="none" points="694,-398 694,-400 863,-400 863,-398 694,-398"/>
<text text-anchor="start" x="746.12" y="-382.7" font-family="arial" font-size="14.00"> </text>
</g>
<!-- PPS J1&#45;&#45;W12 -->
<g id="edge13" class="edge">
<title>PPS J1:e&#45;&#45;W12:w</title>
<path fill="none" stroke="#000000" stroke-width="2" d="M436,-474C548.47,-476.05 573.55,-431.05 693,-429"/>
<path fill="none" stroke="#000000" stroke-width="2" d="M436,-476C550.21,-477.03 575.29,-432.03 693,-431"/>
<path fill="none" stroke="#000000" stroke-width="2" d="M436,-478C551.96,-478 577.04,-433 693,-433"/>
<path fill="none" stroke="#000000" stroke-width="2" d="M436,-480C553.71,-478.97 578.79,-433.97 693,-435"/>
<path fill="none" stroke="#000000" stroke-width="2" d="M436,-482C555.45,-479.95 580.53,-434.95 693,-437"/>
</g>
<!-- PPS J1&#45;&#45;W12 -->
<g id="edge15" class="edge">
<title>PPS J1:e&#45;&#45;W12:w</title>
<path fill="none" stroke="#000000" stroke-width="2" d="M436,-450C548.83,-452.29 572.93,-401.29 693,-399"/>
<path fill="none" stroke="#000000" stroke-width="2" d="M436,-452C550.64,-453.15 574.74,-402.15 693,-401"/>
<path fill="none" stroke="#000000" stroke-width="2" d="M436,-454C552.45,-454 576.55,-403 693,-403"/>
<path fill="none" stroke="#000000" stroke-width="2" d="M436,-456C554.26,-454.85 578.36,-403.85 693,-405"/>
<path fill="none" stroke="#000000" stroke-width="2" d="M436,-458C556.07,-455.71 580.17,-404.71 693,-407"/>
</g>
<!-- W4 -->
<g id="node21" class="node">
<title>W4</title>
<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="896.5,-1272 660.5,-1272 660.5,-1123 896.5,-1123 896.5,-1272"/>
<polygon fill="none" stroke="black" points="660.5,-1247.5 660.5,-1272 896.5,-1272 896.5,-1247.5 660.5,-1247.5"/>
<text text-anchor="start" x="767.25" y="-1254.7" font-family="arial" font-size="14.00">W4</text>
<polygon fill="none" stroke="black" points="660.5,-1223 660.5,-1247.5 718.17,-1247.5 718.17,-1223 660.5,-1223"/>
<text text-anchor="start" x="681.83" y="-1230.2" font-family="arial" font-size="14.00">2x</text>
<polygon fill="none" stroke="black" points="718.17,-1223 718.17,-1247.5 816.33,-1247.5 816.33,-1223 718.17,-1223"/>
<text text-anchor="start" x="739.5" y="-1230.2" font-family="arial" font-size="14.00">22 AWG</text>
<polygon fill="none" stroke="black" points="816.33,-1223 816.33,-1247.5 896.5,-1247.5 896.5,-1223 816.33,-1223"/>
<text text-anchor="start" x="837.67" y="-1230.2" font-family="arial" font-size="14.00">31.0 &quot;</text>
<text text-anchor="start" x="746.12" y="-1207.7" font-family="arial" font-size="14.00"> </text>
<text text-anchor="start" x="662.12" y="-1187.7" font-family="arial" font-size="14.00">PPS J1:1:BATT_DIST_EN</text>
<text text-anchor="start" x="837.38" y="-1187.7" font-family="arial" font-size="14.00"> &#160;&#160;&#160;&#160;BK &#160;&#160;&#160;</text>
<polygon fill="#000000" stroke="none" points="660.5,-1181 660.5,-1183 896.5,-1183 896.5,-1181 660.5,-1181"/>
<polygon fill="#000000" stroke="none" points="660.5,-1179 660.5,-1181 896.5,-1181 896.5,-1179 660.5,-1179"/>
<polygon fill="#000000" stroke="none" points="660.5,-1177 660.5,-1179 896.5,-1179 896.5,-1177 660.5,-1177"/>
<polygon fill="#000000" stroke="none" points="660.5,-1175 660.5,-1177 896.5,-1177 896.5,-1175 660.5,-1175"/>
<polygon fill="#000000" stroke="none" points="660.5,-1173 660.5,-1175 896.5,-1175 896.5,-1173 660.5,-1173"/>
<text text-anchor="start" x="667.38" y="-1157.7" font-family="arial" font-size="14.00">PPS J1:8:ALT_DIST_EN</text>
<text text-anchor="start" x="837.38" y="-1157.7" font-family="arial" font-size="14.00"> &#160;&#160;&#160;&#160;BK &#160;&#160;&#160;</text>
<polygon fill="#000000" stroke="none" points="660.5,-1151 660.5,-1153 896.5,-1153 896.5,-1151 660.5,-1151"/>
<polygon fill="#000000" stroke="none" points="660.5,-1149 660.5,-1151 896.5,-1151 896.5,-1149 660.5,-1149"/>
<polygon fill="#000000" stroke="none" points="660.5,-1147 660.5,-1149 896.5,-1149 896.5,-1147 660.5,-1147"/>
<polygon fill="#000000" stroke="none" points="660.5,-1145 660.5,-1147 896.5,-1147 896.5,-1145 660.5,-1145"/>
<polygon fill="#000000" stroke="none" points="660.5,-1143 660.5,-1145 896.5,-1145 896.5,-1143 660.5,-1143"/>
<text text-anchor="start" x="746.12" y="-1127.7" font-family="arial" font-size="14.00"> </text>
</g>
<!-- PPS J1&#45;&#45;W4 -->
<g id="edge17" class="edge">
<title>PPS J1:e&#45;&#45;W4:w</title>
<path fill="none" stroke="#000000" stroke-width="2" d="M436,-1074C548.82,-1077.77 554.67,-1177.77 659.5,-1174"/>
<path fill="none" stroke="#000000" stroke-width="2" d="M436,-1076C546.82,-1077.88 552.67,-1177.88 659.5,-1176"/>
<path fill="none" stroke="#000000" stroke-width="2" d="M436,-1078C544.82,-1078 550.68,-1178 659.5,-1178"/>
<path fill="none" stroke="#000000" stroke-width="2" d="M436,-1080C542.83,-1078.12 548.68,-1178.12 659.5,-1180"/>
<path fill="none" stroke="#000000" stroke-width="2" d="M436,-1082C540.83,-1078.23 546.68,-1178.23 659.5,-1182"/>
</g>
<!-- PPS J1&#45;&#45;W4 -->
<g id="edge18" class="edge">
<title>PPS J1:e&#45;&#45;W4:w</title>
<path fill="none" stroke="#000000" stroke-width="2" d="M436,-906C549.8,-911.45 498.86,-1042.85 582.55,-1108.42 612.94,-1133.57 623.58,-1145.31 659.5,-1144"/>
<path fill="none" stroke="#000000" stroke-width="2" d="M436,-908C547.94,-910.72 497,-1042.13 581.27,-1109.96 611.46,-1134.92 622.1,-1146.66 659.5,-1146"/>
<path fill="none" stroke="#000000" stroke-width="2" d="M436,-910C546.07,-910 495.13,-1041.4 580,-1111.5 609.98,-1136.26 620.62,-1148 659.5,-1148"/>
<path fill="none" stroke="#000000" stroke-width="2" d="M436,-912C544.21,-909.28 493.27,-1040.68 578.73,-1113.04 608.49,-1137.6 619.14,-1149.34 659.5,-1150"/>
<path fill="none" stroke="#000000" stroke-width="2" d="M436,-914C542.34,-908.55 491.4,-1039.96 577.45,-1114.58 607.01,-1138.95 617.66,-1150.69 659.5,-1152"/>
</g>
<!-- W5 -->
<g id="node22" class="node">
<title>W5</title>
<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="977,-1530 580,-1530 580,-1411 977,-1411 977,-1530"/>
<polygon fill="none" stroke="black" points="580,-1505.5 580,-1530 977,-1530 977,-1505.5 580,-1505.5"/>
<text text-anchor="start" x="767.25" y="-1512.7" font-family="arial" font-size="14.00">W5</text>
<polygon fill="none" stroke="black" points="580,-1481 580,-1505.5 686.08,-1505.5 686.08,-1481 580,-1481"/>
<text text-anchor="start" x="625.54" y="-1488.2" font-family="arial" font-size="14.00">1x</text>
<polygon fill="none" stroke="black" points="686.08,-1481 686.08,-1505.5 832.67,-1505.5 832.67,-1481 686.08,-1481"/>
<text text-anchor="start" x="731.62" y="-1488.2" font-family="arial" font-size="14.00">22 AWG</text>
<polygon fill="none" stroke="black" points="832.67,-1481 832.67,-1505.5 977,-1505.5 977,-1481 832.67,-1481"/>
<text text-anchor="start" x="878.21" y="-1488.2" font-family="arial" font-size="14.00">1.0 TBD</text>
<text text-anchor="start" x="694.62" y="-1465.7" font-family="arial" font-size="14.00"> </text>
<text text-anchor="start" x="581.75" y="-1445.7" font-family="arial" font-size="14.00">PPS J1:3:MAIN_BATT_START_EN</text>
<text text-anchor="start" x="814.62" y="-1445.7" font-family="arial" font-size="14.00"> &#160;&#160;&#160;&#160;WH &#160;&#160;&#160;</text>
<text text-anchor="start" x="876" y="-1445.7" font-family="arial" font-size="14.00">Starter Switch:1</text>
<polygon fill="#000000" stroke="none" points="580,-1439 580,-1441 977,-1441 977,-1439 580,-1439"/>
<polygon fill="#ffffff" stroke="none" points="580,-1437 580,-1439 977,-1439 977,-1437 580,-1437"/>
<polygon fill="#ffffff" stroke="none" points="580,-1435 580,-1437 977,-1437 977,-1435 580,-1435"/>
<polygon fill="#ffffff" stroke="none" points="580,-1433 580,-1435 977,-1435 977,-1433 580,-1433"/>
<polygon fill="#000000" stroke="none" points="580,-1431 580,-1433 977,-1433 977,-1431 580,-1431"/>
<text text-anchor="start" x="694.62" y="-1415.7" font-family="arial" font-size="14.00"> </text>
</g>
<!-- PPS J1&#45;&#45;W5 -->
<g id="edge21" class="edge">
<title>PPS J1:e&#45;&#45;W5:w</title>
<path fill="none" stroke="#000000" stroke-width="2" d="M436,-1026C630.91,-1032.03 391.99,-1438.03 580,-1432"/>
<path fill="none" stroke="#ffffff" stroke-width="2" d="M436,-1028C629.18,-1031.01 390.27,-1437.01 580,-1434"/>
<path fill="none" stroke="#ffffff" stroke-width="2" d="M436,-1030C627.46,-1030 388.54,-1436 580,-1436"/>
<path fill="none" stroke="#ffffff" stroke-width="2" d="M436,-1032C625.73,-1028.99 386.82,-1434.99 580,-1438"/>
<path fill="none" stroke="#000000" stroke-width="2" d="M436,-1034C624.01,-1027.97 385.09,-1433.97 580,-1440"/>
</g>
<!-- W7 -->
<g id="node24" class="node">
<title>W7</title>
<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="924.5,-1099 632.5,-1099 632.5,-980 924.5,-980 924.5,-1099"/>
<polygon fill="none" stroke="black" points="632.5,-1074.5 632.5,-1099 924.5,-1099 924.5,-1074.5 632.5,-1074.5"/>
<text text-anchor="start" x="767.25" y="-1081.7" font-family="arial" font-size="14.00">W7</text>
<polygon fill="none" stroke="black" points="632.5,-1050 632.5,-1074.5 703.58,-1074.5 703.58,-1050 632.5,-1050"/>
<text text-anchor="start" x="660.54" y="-1057.2" font-family="arial" font-size="14.00">1x</text>
<polygon fill="none" stroke="black" points="703.58,-1050 703.58,-1074.5 815.17,-1074.5 815.17,-1050 703.58,-1050"/>
<text text-anchor="start" x="731.62" y="-1057.2" font-family="arial" font-size="14.00">22 AWG</text>
<polygon fill="none" stroke="black" points="815.17,-1050 815.17,-1074.5 924.5,-1074.5 924.5,-1050 815.17,-1050"/>
<text text-anchor="start" x="843.21" y="-1057.2" font-family="arial" font-size="14.00">1.0 TBD</text>
<text text-anchor="start" x="694.62" y="-1034.7" font-family="arial" font-size="14.00"> </text>
<text text-anchor="start" x="634.25" y="-1014.7" font-family="arial" font-size="14.00">PPS J1:7:MASTER</text>
<text text-anchor="start" x="762.12" y="-1014.7" font-family="arial" font-size="14.00"> &#160;&#160;&#160;&#160;WH &#160;&#160;&#160;</text>
<text text-anchor="start" x="823.12" y="-1014.7" font-family="arial" font-size="14.00">Master Switch:1</text>
<polygon fill="#000000" stroke="none" points="632.5,-1008 632.5,-1010 924.5,-1010 924.5,-1008 632.5,-1008"/>
<polygon fill="#ffffff" stroke="none" points="632.5,-1006 632.5,-1008 924.5,-1008 924.5,-1006 632.5,-1006"/>
<polygon fill="#ffffff" stroke="none" points="632.5,-1004 632.5,-1006 924.5,-1006 924.5,-1004 632.5,-1004"/>
<polygon fill="#ffffff" stroke="none" points="632.5,-1002 632.5,-1004 924.5,-1004 924.5,-1002 632.5,-1002"/>
<polygon fill="#000000" stroke="none" points="632.5,-1000 632.5,-1002 924.5,-1002 924.5,-1000 632.5,-1000"/>
<text text-anchor="start" x="694.62" y="-984.7" font-family="arial" font-size="14.00"> </text>
</g>
<!-- PPS J1&#45;&#45;W7 -->
<g id="edge25" class="edge">
<title>PPS J1:e&#45;&#45;W7:w</title>
<path fill="none" stroke="#000000" stroke-width="2" d="M436,-930C532.4,-933.41 543.01,-1004.41 631.5,-1001"/>
<path fill="none" stroke="#ffffff" stroke-width="2" d="M436,-932C530.42,-933.7 541.04,-1004.7 631.5,-1003"/>
<path fill="none" stroke="#ffffff" stroke-width="2" d="M436,-934C528.44,-934 539.06,-1005 631.5,-1005"/>
<path fill="none" stroke="#ffffff" stroke-width="2" d="M436,-936C526.46,-934.3 537.08,-1005.3 631.5,-1007"/>
<path fill="none" stroke="#000000" stroke-width="2" d="M436,-938C524.49,-934.59 535.1,-1005.59 631.5,-1009"/>
</g>
<!-- VP&#45;X -->
<g id="node2" class="node">
<title>VP&#45;X</title>
<polygon fill="#ffffff" stroke="black" points="2362.5,-1588 1832.5,-1588 1832.5,-935 2362.5,-935 2362.5,-1588"/>
<polygon fill="none" stroke="black" points="1832.5,-1563.5 1832.5,-1588 2362.5,-1588 2362.5,-1563.5 1832.5,-1563.5"/>
<text text-anchor="start" x="2080.62" y="-1570.7" font-family="arial" font-size="14.00">VP&#45;X</text>
<polygon fill="none" stroke="black" points="1832.5,-1539 1832.5,-1563.5 2170.25,-1563.5 2170.25,-1539 1832.5,-1539"/>
<text text-anchor="start" x="1908.75" y="-1546.2" font-family="arial" font-size="14.00">Connector Molex 194180013</text>
<polygon fill="none" stroke="black" points="2170.25,-1539 2170.25,-1563.5 2362.5,-1563.5 2362.5,-1539 2170.25,-1539"/>
<text text-anchor="start" x="2246.5" y="-1546.2" font-family="arial" font-size="14.00">10&#45;pin</text>
<polygon fill="none" stroke="black" points="1832.5,-1515 1832.5,-1539 2084.5,-1539 2084.5,-1515 1832.5,-1515"/>
<text text-anchor="start" x="1954.38" y="-1521.7" font-family="arial" font-size="14.00">1</text>
<polygon fill="none" stroke="black" points="2084.5,-1515 2084.5,-1539 2362.5,-1539 2362.5,-1515 2084.5,-1515"/>
<text text-anchor="start" x="2202.5" y="-1521.7" font-family="arial" font-size="14.00">Starter</text>
<polygon fill="none" stroke="black" points="1832.5,-1491 1832.5,-1515 2084.5,-1515 2084.5,-1491 1832.5,-1491"/>
<text text-anchor="start" x="1954.38" y="-1497.7" font-family="arial" font-size="14.00">2</text>
<polygon fill="none" stroke="black" points="2084.5,-1491 2084.5,-1515 2362.5,-1515 2362.5,-1491 2084.5,-1491"/>
<text text-anchor="start" x="2214.5" y="-1497.7" font-family="arial" font-size="14.00">5A</text>
<polygon fill="none" stroke="black" points="1832.5,-1467 1832.5,-1491 2084.5,-1491 2084.5,-1467 1832.5,-1467"/>
<text text-anchor="start" x="1954.38" y="-1473.7" font-family="arial" font-size="14.00">3</text>
<polygon fill="none" stroke="black" points="2084.5,-1467 2084.5,-1491 2362.5,-1491 2362.5,-1467 2084.5,-1467"/>
<text text-anchor="start" x="2210.38" y="-1473.7" font-family="arial" font-size="14.00">10A</text>
<polygon fill="none" stroke="black" points="1832.5,-1443 1832.5,-1467 2084.5,-1467 2084.5,-1443 1832.5,-1443"/>
<text text-anchor="start" x="1954.38" y="-1449.7" font-family="arial" font-size="14.00">4</text>
<polygon fill="none" stroke="black" points="2084.5,-1443 2084.5,-1467 2362.5,-1467 2362.5,-1443 2084.5,-1443"/>
<text text-anchor="start" x="2214.5" y="-1449.7" font-family="arial" font-size="14.00">5A</text>
<polygon fill="none" stroke="black" points="1832.5,-1419 1832.5,-1443 2084.5,-1443 2084.5,-1419 1832.5,-1419"/>
<text text-anchor="start" x="1954.38" y="-1425.7" font-family="arial" font-size="14.00">5</text>
<polygon fill="none" stroke="black" points="2084.5,-1419 2084.5,-1443 2362.5,-1443 2362.5,-1419 2084.5,-1419"/>
<text text-anchor="start" x="2210.38" y="-1425.7" font-family="arial" font-size="14.00">10A</text>
<polygon fill="none" stroke="black" points="1832.5,-1395 1832.5,-1419 2084.5,-1419 2084.5,-1395 1832.5,-1395"/>
<text text-anchor="start" x="1954.38" y="-1401.7" font-family="arial" font-size="14.00">6</text>
<polygon fill="none" stroke="black" points="2084.5,-1395 2084.5,-1419 2362.5,-1419 2362.5,-1395 2084.5,-1395"/>
<text text-anchor="start" x="2210.38" y="-1401.7" font-family="arial" font-size="14.00">15A</text>
<polygon fill="none" stroke="black" points="1832.5,-1371 1832.5,-1395 2084.5,-1395 2084.5,-1371 1832.5,-1371"/>
<text text-anchor="start" x="1954.38" y="-1377.7" font-family="arial" font-size="14.00">7</text>
<polygon fill="none" stroke="black" points="2084.5,-1371 2084.5,-1395 2362.5,-1395 2362.5,-1371 2084.5,-1371"/>
<text text-anchor="start" x="2214.5" y="-1377.7" font-family="arial" font-size="14.00">5A</text>
<polygon fill="none" stroke="black" points="1832.5,-1347 1832.5,-1371 2084.5,-1371 2084.5,-1347 1832.5,-1347"/>
<text text-anchor="start" x="1954.38" y="-1353.7" font-family="arial" font-size="14.00">8</text>
<polygon fill="none" stroke="black" points="2084.5,-1347 2084.5,-1371 2362.5,-1371 2362.5,-1347 2084.5,-1347"/>
<text text-anchor="start" x="2214.5" y="-1353.7" font-family="arial" font-size="14.00">5A</text>
<polygon fill="none" stroke="black" points="1832.5,-1323 1832.5,-1347 2084.5,-1347 2084.5,-1323 1832.5,-1323"/>
<text text-anchor="start" x="1954.38" y="-1329.7" font-family="arial" font-size="14.00">9</text>
<polygon fill="none" stroke="black" points="2084.5,-1323 2084.5,-1347 2362.5,-1347 2362.5,-1323 2084.5,-1323"/>
<text text-anchor="start" x="2207.75" y="-1329.7" font-family="arial" font-size="14.00">GND</text>
<polygon fill="none" stroke="black" points="1832.5,-1299 1832.5,-1323 2084.5,-1323 2084.5,-1299 1832.5,-1299"/>
<text text-anchor="start" x="1950.25" y="-1305.7" font-family="arial" font-size="14.00">10</text>
<polygon fill="none" stroke="black" points="2084.5,-1299 2084.5,-1323 2362.5,-1323 2362.5,-1299 2084.5,-1299"/>
<text text-anchor="start" x="2214.5" y="-1305.7" font-family="arial" font-size="14.00">5A</text>
<polygon fill="none" stroke="black" points="1832.5,-935 1832.5,-1299 2362.5,-1299 2362.5,-935 1832.5,-935"/>
<image xlink:href="images\J10.png" width="522px" height="356px" preserveAspectRatio="xMinYMin meet" x="1836.5" y="-1295"/>
</g>
<!-- Starter Switch -->
<g id="node3" class="node">
<title>Starter Switch</title>
<polygon fill="#ffffff" stroke="black" points="1246.25,-1526 1151.25,-1526 1151.25,-1429 1246.25,-1429 1246.25,-1526"/>
<polygon fill="none" stroke="black" points="1151.25,-1501.5 1151.25,-1526 1246.25,-1526 1246.25,-1501.5 1151.25,-1501.5"/>
<text text-anchor="start" x="1155.25" y="-1508.7" font-family="arial" font-size="14.00">Starter Switch</text>
<polygon fill="none" stroke="black" points="1151.25,-1477 1151.25,-1501.5 1201.75,-1501.5 1201.75,-1477 1151.25,-1477"/>
<text text-anchor="start" x="1157.75" y="-1484.2" font-family="arial" font-size="14.00">Temp</text>
<polygon fill="none" stroke="black" points="1201.75,-1477 1201.75,-1501.5 1246.25,-1501.5 1246.25,-1477 1201.75,-1477"/>
<text text-anchor="start" x="1208.25" y="-1484.2" font-family="arial" font-size="14.00">2&#45;pin</text>
<polygon fill="none" stroke="black" points="1151.25,-1453 1151.25,-1477 1198.75,-1477 1198.75,-1453 1151.25,-1453"/>
<text text-anchor="start" x="1170.88" y="-1459.7" font-family="arial" font-size="14.00">1</text>
<polygon fill="none" stroke="black" points="1198.75,-1453 1198.75,-1477 1246.25,-1477 1246.25,-1453 1198.75,-1453"/>
<text text-anchor="start" x="1218.38" y="-1459.7" font-family="arial" font-size="14.00">1</text>
<polygon fill="none" stroke="black" points="1151.25,-1429 1151.25,-1453 1198.75,-1453 1198.75,-1429 1151.25,-1429"/>
<text text-anchor="start" x="1170.88" y="-1435.7" font-family="arial" font-size="14.00">2</text>
<polygon fill="none" stroke="black" points="1198.75,-1429 1198.75,-1453 1246.25,-1453 1246.25,-1429 1198.75,-1429"/>
<text text-anchor="start" x="1218.38" y="-1435.7" font-family="arial" font-size="14.00">2</text>
</g>
<!-- W6 -->
<g id="node23" class="node">
<title>W6</title>
<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1684,-1592 1425,-1592 1425,-1473 1684,-1473 1684,-1592"/>
<polygon fill="none" stroke="black" points="1425,-1567.5 1425,-1592 1684,-1592 1684,-1567.5 1425,-1567.5"/>
<text text-anchor="start" x="1543.25" y="-1574.7" font-family="arial" font-size="14.00">W6</text>
<polygon fill="none" stroke="black" points="1425,-1543 1425,-1567.5 1490.33,-1567.5 1490.33,-1543 1425,-1543"/>
<text text-anchor="start" x="1450.17" y="-1550.2" font-family="arial" font-size="14.00">1x</text>
<polygon fill="none" stroke="black" points="1490.33,-1543 1490.33,-1567.5 1596.17,-1567.5 1596.17,-1543 1490.33,-1543"/>
<text text-anchor="start" x="1515.5" y="-1550.2" font-family="arial" font-size="14.00">22 AWG</text>
<polygon fill="none" stroke="black" points="1596.17,-1543 1596.17,-1567.5 1684,-1567.5 1684,-1543 1596.17,-1543"/>
<text text-anchor="start" x="1621.33" y="-1550.2" font-family="arial" font-size="14.00">26.5 &quot;</text>
<text text-anchor="start" x="1474.62" y="-1527.7" font-family="arial" font-size="14.00"> </text>
<text text-anchor="start" x="1427" y="-1507.7" font-family="arial" font-size="14.00">Starter Switch:2</text>
<text text-anchor="start" x="1529.62" y="-1507.7" font-family="arial" font-size="14.00"> &#160;&#160;&#160;&#160;WH &#160;&#160;&#160;</text>
<text text-anchor="start" x="1590.75" y="-1507.7" font-family="arial" font-size="14.00">VP&#45;X:1:Starter</text>
<polygon fill="#000000" stroke="none" points="1425,-1501 1425,-1503 1684,-1503 1684,-1501 1425,-1501"/>
<polygon fill="#ffffff" stroke="none" points="1425,-1499 1425,-1501 1684,-1501 1684,-1499 1425,-1499"/>
<polygon fill="#ffffff" stroke="none" points="1425,-1497 1425,-1499 1684,-1499 1684,-1497 1425,-1497"/>
<polygon fill="#ffffff" stroke="none" points="1425,-1495 1425,-1497 1684,-1497 1684,-1495 1425,-1495"/>
<polygon fill="#000000" stroke="none" points="1425,-1493 1425,-1495 1684,-1495 1684,-1493 1425,-1493"/>
<text text-anchor="start" x="1474.62" y="-1477.7" font-family="arial" font-size="14.00"> </text>
</g>
<!-- Starter Switch&#45;&#45;W6 -->
<g id="edge23" class="edge">
<title>Starter Switch:e&#45;&#45;W6:w</title>
<path fill="none" stroke="#000000" stroke-width="2" d="M1247.25,-1437C1333.71,-1440.2 1345.38,-1497.2 1424,-1494"/>
<path fill="none" stroke="#ffffff" stroke-width="2" d="M1247.25,-1439C1331.75,-1440.6 1343.42,-1497.6 1424,-1496"/>
<path fill="none" stroke="#ffffff" stroke-width="2" d="M1247.25,-1441C1329.79,-1441 1341.46,-1498 1424,-1498"/>
<path fill="none" stroke="#ffffff" stroke-width="2" d="M1247.25,-1443C1327.83,-1441.4 1339.5,-1498.4 1424,-1500"/>
<path fill="none" stroke="#000000" stroke-width="2" d="M1247.25,-1445C1325.87,-1441.8 1337.54,-1498.8 1424,-1502"/>
</g>
<!-- Master Switch -->
<g id="node4" class="node">
<title>Master Switch</title>
<polygon fill="#ffffff" stroke="black" points="1246.62,-1066 1150.88,-1066 1150.88,-969 1246.62,-969 1246.62,-1066"/>
<polygon fill="none" stroke="black" points="1150.88,-1041.5 1150.88,-1066 1246.62,-1066 1246.62,-1041.5 1150.88,-1041.5"/>
<text text-anchor="start" x="1154.88" y="-1048.7" font-family="arial" font-size="14.00">Master Switch</text>
<polygon fill="none" stroke="black" points="1150.88,-1017 1150.88,-1041.5 1201.75,-1041.5 1201.75,-1017 1150.88,-1017"/>
<text text-anchor="start" x="1157.56" y="-1024.2" font-family="arial" font-size="14.00">Temp</text>
<polygon fill="none" stroke="black" points="1201.75,-1017 1201.75,-1041.5 1246.62,-1041.5 1246.62,-1017 1201.75,-1017"/>
<text text-anchor="start" x="1208.44" y="-1024.2" font-family="arial" font-size="14.00">2&#45;pin</text>
<polygon fill="none" stroke="black" points="1150.88,-993 1150.88,-1017 1198.75,-1017 1198.75,-993 1150.88,-993"/>
<text text-anchor="start" x="1170.69" y="-999.7" font-family="arial" font-size="14.00">1</text>
<polygon fill="none" stroke="black" points="1198.75,-993 1198.75,-1017 1246.62,-1017 1246.62,-993 1198.75,-993"/>
<text text-anchor="start" x="1218.56" y="-999.7" font-family="arial" font-size="14.00">1</text>
<polygon fill="none" stroke="black" points="1150.88,-969 1150.88,-993 1198.75,-993 1198.75,-969 1150.88,-969"/>
<text text-anchor="start" x="1170.69" y="-975.7" font-family="arial" font-size="14.00">2</text>
<polygon fill="none" stroke="black" points="1198.75,-969 1198.75,-993 1246.62,-993 1246.62,-969 1198.75,-969"/>
<text text-anchor="start" x="1218.56" y="-975.7" font-family="arial" font-size="14.00">2</text>
</g>
<!-- W8 -->
<g id="node25" class="node">
<title>W8</title>
<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1638.5,-1075 1470.5,-1075 1470.5,-956 1638.5,-956 1638.5,-1075"/>
<polygon fill="none" stroke="black" points="1470.5,-1050.5 1470.5,-1075 1638.5,-1075 1638.5,-1050.5 1470.5,-1050.5"/>
<text text-anchor="start" x="1543.25" y="-1057.7" font-family="arial" font-size="14.00">W8</text>
<polygon fill="none" stroke="black" points="1470.5,-1026 1470.5,-1050.5 1500.25,-1050.5 1500.25,-1026 1470.5,-1026"/>
<text text-anchor="start" x="1477.88" y="-1033.2" font-family="arial" font-size="14.00">1x</text>
<polygon fill="none" stroke="black" points="1500.25,-1026 1500.25,-1050.5 1570.5,-1050.5 1570.5,-1026 1500.25,-1026"/>
<text text-anchor="start" x="1507.62" y="-1033.2" font-family="arial" font-size="14.00">22 AWG</text>
<polygon fill="none" stroke="black" points="1570.5,-1026 1570.5,-1050.5 1638.5,-1050.5 1638.5,-1026 1570.5,-1026"/>
<text text-anchor="start" x="1577.88" y="-1033.2" font-family="arial" font-size="14.00">1.0 TBD</text>
<text text-anchor="start" x="1520.12" y="-1010.7" font-family="arial" font-size="14.00"> </text>
<text text-anchor="start" x="1472.12" y="-990.7" font-family="arial" font-size="14.00">Master Switch:2</text>
<text text-anchor="start" x="1575.12" y="-990.7" font-family="arial" font-size="14.00"> &#160;&#160;&#160;&#160;WH &#160;&#160;&#160;</text>
<polygon fill="#000000" stroke="none" points="1470.5,-984 1470.5,-986 1638.5,-986 1638.5,-984 1470.5,-984"/>
<polygon fill="#ffffff" stroke="none" points="1470.5,-982 1470.5,-984 1638.5,-984 1638.5,-982 1470.5,-982"/>
<polygon fill="#ffffff" stroke="none" points="1470.5,-980 1470.5,-982 1638.5,-982 1638.5,-980 1470.5,-980"/>
<polygon fill="#ffffff" stroke="none" points="1470.5,-978 1470.5,-980 1638.5,-980 1638.5,-978 1470.5,-978"/>
<polygon fill="#000000" stroke="none" points="1470.5,-976 1470.5,-978 1638.5,-978 1638.5,-976 1470.5,-976"/>
<text text-anchor="start" x="1520.12" y="-960.7" font-family="arial" font-size="14.00"> </text>
</g>
<!-- Master Switch&#45;&#45;W8 -->
<g id="edge27" class="edge">
<title>Master Switch:e&#45;&#45;W8:w</title>
<path fill="none" stroke="#000000" stroke-width="2" d="M1247.62,-977C1346.24,-977 1370.89,-977 1469.5,-977"/>
<path fill="none" stroke="#ffffff" stroke-width="2" d="M1247.62,-979C1346.24,-979 1370.89,-979 1469.5,-979"/>
<path fill="none" stroke="#ffffff" stroke-width="2" d="M1247.62,-981C1346.24,-981 1370.89,-981 1469.5,-981"/>
<path fill="none" stroke="#ffffff" stroke-width="2" d="M1247.62,-983C1346.24,-983 1370.89,-983 1469.5,-983"/>
<path fill="none" stroke="#000000" stroke-width="2" d="M1247.62,-985C1346.24,-985 1370.89,-985 1469.5,-985"/>
</g>
<!-- CEX -->
<g id="node5" class="node">
<title>CEX</title>
<polygon fill="#ffffff" stroke="black" points="2180.5,-780 2014.5,-780 2014.5,-659 2180.5,-659 2180.5,-780"/>
<polygon fill="none" stroke="black" points="2014.5,-755.5 2014.5,-780 2180.5,-780 2180.5,-755.5 2014.5,-755.5"/>
<text text-anchor="start" x="2082.5" y="-762.7" font-family="arial" font-size="14.00">CEX</text>
<polygon fill="none" stroke="black" points="2014.5,-731 2014.5,-755.5 2141,-755.5 2141,-731 2014.5,-731"/>
<text text-anchor="start" x="2018.5" y="-738.2" font-family="arial" font-size="14.00">FMW.LM.368.XLC</text>
<polygon fill="none" stroke="black" points="2141,-731 2141,-755.5 2180.5,-755.5 2180.5,-731 2141,-731"/>
<text text-anchor="start" x="2145" y="-738.2" font-family="arial" font-size="14.00">3&#45;pin</text>
<polygon fill="none" stroke="black" points="2014.5,-707 2014.5,-731 2076.5,-731 2076.5,-707 2014.5,-707"/>
<text text-anchor="start" x="2037.25" y="-713.7" font-family="arial" font-size="14.00">48</text>
<polygon fill="none" stroke="black" points="2076.5,-707 2076.5,-731 2180.5,-731 2180.5,-707 2076.5,-707"/>
<text text-anchor="start" x="2103.38" y="-713.7" font-family="arial" font-size="14.00">AIN12V</text>
<polygon fill="none" stroke="black" points="2014.5,-683 2014.5,-707 2076.5,-707 2076.5,-683 2014.5,-683"/>
<text text-anchor="start" x="2037.25" y="-689.7" font-family="arial" font-size="14.00">49</text>
<polygon fill="none" stroke="black" points="2076.5,-683 2076.5,-707 2180.5,-707 2180.5,-683 2076.5,-683"/>
<text text-anchor="start" x="2099.25" y="-689.7" font-family="arial" font-size="14.00">AIN32V1</text>
<polygon fill="none" stroke="black" points="2014.5,-659 2014.5,-683 2076.5,-683 2076.5,-659 2014.5,-659"/>
<text text-anchor="start" x="2037.25" y="-665.7" font-family="arial" font-size="14.00">50</text>
<polygon fill="none" stroke="black" points="2076.5,-659 2076.5,-683 2180.5,-683 2180.5,-659 2076.5,-659"/>
<text text-anchor="start" x="2099.25" y="-665.7" font-family="arial" font-size="14.00">AIN32V2</text>
</g>
<!-- 10Ohm1 -->
<g id="node6" class="node">
<title>10Ohm1</title>
<polygon fill="#ffffff" stroke="black" points="1276.5,-625 1121,-625 1121,-528 1276.5,-528 1276.5,-625"/>
<polygon fill="none" stroke="black" points="1121,-600.5 1121,-625 1276.5,-625 1276.5,-600.5 1121,-600.5"/>
<text text-anchor="start" x="1171" y="-607.7" font-family="arial" font-size="14.00">10Ohm1</text>
<polygon fill="none" stroke="black" points="1121,-576 1121,-600.5 1237,-600.5 1237,-576 1121,-576"/>
<text text-anchor="start" x="1125" y="-583.2" font-family="arial" font-size="14.00">10 Ohm Resistor</text>
<polygon fill="none" stroke="black" points="1237,-576 1237,-600.5 1276.5,-600.5 1276.5,-576 1237,-576"/>
<text text-anchor="start" x="1241" y="-583.2" font-family="arial" font-size="14.00">2&#45;pin</text>
<polygon fill="none" stroke="black" points="1121,-552 1121,-576 1198.75,-576 1198.75,-552 1121,-552"/>
<text text-anchor="start" x="1155.75" y="-558.7" font-family="arial" font-size="14.00">1</text>
<polygon fill="none" stroke="black" points="1198.75,-552 1198.75,-576 1276.5,-576 1276.5,-552 1198.75,-552"/>
<text text-anchor="start" x="1233.5" y="-558.7" font-family="arial" font-size="14.00">1</text>
<polygon fill="none" stroke="black" points="1121,-528 1121,-552 1198.75,-552 1198.75,-528 1121,-528"/>
<text text-anchor="start" x="1155.75" y="-534.7" font-family="arial" font-size="14.00">2</text>
<polygon fill="none" stroke="black" points="1198.75,-528 1198.75,-552 1276.5,-552 1276.5,-528 1198.75,-528"/>
<text text-anchor="start" x="1233.5" y="-534.7" font-family="arial" font-size="14.00">2</text>
</g>
<!-- W9 -->
<g id="node17" class="node">
<title>W9</title>
<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1686,-622 1423,-622 1423,-503 1686,-503 1686,-622"/>
<polygon fill="none" stroke="black" points="1423,-597.5 1423,-622 1686,-622 1686,-597.5 1423,-597.5"/>
<text text-anchor="start" x="1543.25" y="-604.7" font-family="arial" font-size="14.00">W9</text>
<polygon fill="none" stroke="black" points="1423,-573 1423,-597.5 1489.67,-597.5 1489.67,-573 1423,-573"/>
<text text-anchor="start" x="1448.83" y="-580.2" font-family="arial" font-size="14.00">1x</text>
<polygon fill="none" stroke="black" points="1489.67,-573 1489.67,-597.5 1596.83,-597.5 1596.83,-573 1489.67,-573"/>
<text text-anchor="start" x="1515.5" y="-580.2" font-family="arial" font-size="14.00">20 AWG</text>
<polygon fill="none" stroke="black" points="1596.83,-573 1596.83,-597.5 1686,-597.5 1686,-573 1596.83,-573"/>
<text text-anchor="start" x="1622.67" y="-580.2" font-family="arial" font-size="14.00">81.5 &quot;</text>
<text text-anchor="start" x="1456.62" y="-557.7" font-family="arial" font-size="14.00"> </text>
<text text-anchor="start" x="1424.75" y="-537.7" font-family="arial" font-size="14.00">10Ohm1:2</text>
<text text-anchor="start" x="1495.62" y="-537.7" font-family="arial" font-size="14.00"> &#160;&#160;&#160;&#160;PKBN &#160;&#160;&#160;</text>
<text text-anchor="start" x="1571.75" y="-537.7" font-family="arial" font-size="14.00">CEX:50:AIN32V2</text>
<polygon fill="#000000" stroke="none" points="1423,-531 1423,-533 1686,-533 1686,-531 1423,-531"/>
<polygon fill="#ff66cc" stroke="none" points="1423,-529 1423,-531 1686,-531 1686,-529 1423,-529"/>
<polygon fill="#895956" stroke="none" points="1423,-527 1423,-529 1686,-529 1686,-527 1423,-527"/>
<polygon fill="#ff66cc" stroke="none" points="1423,-525 1423,-527 1686,-527 1686,-525 1423,-525"/>
<polygon fill="#000000" stroke="none" points="1423,-523 1423,-525 1686,-525 1686,-523 1423,-523"/>
<text text-anchor="start" x="1456.62" y="-507.7" font-family="arial" font-size="14.00"> </text>
</g>
<!-- 10Ohm1&#45;&#45;W9 -->
<g id="edge7" class="edge">
<title>10Ohm1:e&#45;&#45;W9:w</title>
<path fill="none" stroke="#000000" stroke-width="2" d="M1276.5,-536C1338.96,-536.82 1354.69,-524.82 1422,-524"/>
<path fill="none" stroke="#ff66cc" stroke-width="2" d="M1276.5,-538C1340.17,-538.41 1355.9,-526.41 1422,-526"/>
<path fill="none" stroke="#895956" stroke-width="2" d="M1276.5,-540C1341.39,-540 1357.11,-528 1422,-528"/>
<path fill="none" stroke="#ff66cc" stroke-width="2" d="M1276.5,-542C1342.6,-541.59 1358.33,-529.59 1422,-530"/>
<path fill="none" stroke="#000000" stroke-width="2" d="M1276.5,-544C1343.81,-543.18 1359.54,-531.18 1422,-532"/>
</g>
<!-- 10Ohm2 -->
<g id="node7" class="node">
<title>10Ohm2</title>
<polygon fill="#ffffff" stroke="black" points="1276.5,-780 1121,-780 1121,-683 1276.5,-683 1276.5,-780"/>
<polygon fill="none" stroke="black" points="1121,-755.5 1121,-780 1276.5,-780 1276.5,-755.5 1121,-755.5"/>
<text text-anchor="start" x="1171" y="-762.7" font-family="arial" font-size="14.00">10Ohm2</text>
<polygon fill="none" stroke="black" points="1121,-731 1121,-755.5 1237,-755.5 1237,-731 1121,-731"/>
<text text-anchor="start" x="1125" y="-738.2" font-family="arial" font-size="14.00">10 Ohm Resistor</text>
<polygon fill="none" stroke="black" points="1237,-731 1237,-755.5 1276.5,-755.5 1276.5,-731 1237,-731"/>
<text text-anchor="start" x="1241" y="-738.2" font-family="arial" font-size="14.00">2&#45;pin</text>
<polygon fill="none" stroke="black" points="1121,-707 1121,-731 1198.75,-731 1198.75,-707 1121,-707"/>
<text text-anchor="start" x="1155.75" y="-713.7" font-family="arial" font-size="14.00">1</text>
<polygon fill="none" stroke="black" points="1198.75,-707 1198.75,-731 1276.5,-731 1276.5,-707 1198.75,-707"/>
<text text-anchor="start" x="1233.5" y="-713.7" font-family="arial" font-size="14.00">1</text>
<polygon fill="none" stroke="black" points="1121,-683 1121,-707 1198.75,-707 1198.75,-683 1121,-683"/>
<text text-anchor="start" x="1155.75" y="-689.7" font-family="arial" font-size="14.00">2</text>
<polygon fill="none" stroke="black" points="1198.75,-683 1198.75,-707 1276.5,-707 1276.5,-683 1198.75,-683"/>
<text text-anchor="start" x="1233.5" y="-689.7" font-family="arial" font-size="14.00">2</text>
</g>
<!-- W10 -->
<g id="node18" class="node">
<title>W10</title>
<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1688.5,-789.25 1420.5,-789.25 1420.5,-645.75 1688.5,-645.75 1688.5,-789.25"/>
<polygon fill="none" stroke="black" points="1420.5,-764.75 1420.5,-789.25 1688.5,-789.25 1688.5,-764.75 1420.5,-764.75"/>
<text text-anchor="start" x="1539.12" y="-771.95" font-family="arial" font-size="14.00">W10</text>
<polygon fill="none" stroke="black" points="1420.5,-740.25 1420.5,-764.75 1488.83,-764.75 1488.83,-740.25 1420.5,-740.25"/>
<text text-anchor="start" x="1447.17" y="-747.45" font-family="arial" font-size="14.00">1x</text>
<polygon fill="none" stroke="black" points="1488.83,-740.25 1488.83,-764.75 1597.67,-764.75 1597.67,-740.25 1488.83,-740.25"/>
<text text-anchor="start" x="1515.5" y="-747.45" font-family="arial" font-size="14.00">20 AWG</text>
<polygon fill="none" stroke="black" points="1597.67,-740.25 1597.67,-764.75 1688.5,-764.75 1688.5,-740.25 1597.67,-740.25"/>
<text text-anchor="start" x="1624.33" y="-747.45" font-family="arial" font-size="14.00">81.5 &quot;</text>
<text text-anchor="start" x="1454.12" y="-724.95" font-family="arial" font-size="14.00"> </text>
<text text-anchor="start" x="1422.25" y="-704.95" font-family="arial" font-size="14.00">10Ohm2:2</text>
<text text-anchor="start" x="1493.38" y="-704.95" font-family="arial" font-size="14.00"> &#160;&#160;&#160;&#160;WHPK &#160;&#160;&#160;</text>
<text text-anchor="start" x="1574.25" y="-704.95" font-family="arial" font-size="14.00">CEX:49:AIN32V1</text>
<polygon fill="#000000" stroke="none" points="1420.5,-698.25 1420.5,-700.25 1688.5,-700.25 1688.5,-698.25 1420.5,-698.25"/>
<polygon fill="#ffffff" stroke="none" points="1420.5,-696.25 1420.5,-698.25 1688.5,-698.25 1688.5,-696.25 1420.5,-696.25"/>
<polygon fill="#ff66cc" stroke="none" points="1420.5,-694.25 1420.5,-696.25 1688.5,-696.25 1688.5,-694.25 1420.5,-694.25"/>
<polygon fill="#ffffff" stroke="none" points="1420.5,-692.25 1420.5,-694.25 1688.5,-694.25 1688.5,-692.25 1420.5,-692.25"/>
<polygon fill="#000000" stroke="none" points="1420.5,-690.25 1420.5,-692.25 1688.5,-692.25 1688.5,-690.25 1420.5,-690.25"/>
<text text-anchor="start" x="1454.12" y="-674.95" font-family="arial" font-size="14.00"> </text>
<polygon fill="none" stroke="black" points="1420.5,-645.75 1420.5,-670.25 1688.5,-670.25 1688.5,-645.75 1420.5,-645.75"/>
<text text-anchor="start" x="1484.38" y="-652.95" font-family="arial" font-size="14.00">Length is CEX to PPS</text>
</g>
<!-- 10Ohm2&#45;&#45;W10 -->
<g id="edge9" class="edge">
<title>10Ohm2:e&#45;&#45;W10:w</title>
<path fill="none" stroke="#000000" stroke-width="2" d="M1276.5,-691C1340.56,-691 1356.56,-691.25 1420.5,-691.25"/>
<path fill="none" stroke="#ffffff" stroke-width="2" d="M1276.5,-693C1340.53,-693 1356.53,-693.25 1420.5,-693.25"/>
<path fill="none" stroke="#ff66cc" stroke-width="2" d="M1276.5,-695C1340.5,-695 1356.5,-695.25 1420.5,-695.25"/>
<path fill="none" stroke="#ffffff" stroke-width="2" d="M1276.5,-697C1340.47,-697 1356.47,-697.25 1420.5,-697.25"/>
<path fill="none" stroke="#000000" stroke-width="2" d="M1276.5,-699C1340.44,-699 1356.44,-699.25 1420.5,-699.25"/>
</g>
<!-- 10Ohm3 -->
<g id="node8" class="node">
<title>10Ohm3</title>
<polygon fill="#ffffff" stroke="black" points="1276.5,-923 1121,-923 1121,-826 1276.5,-826 1276.5,-923"/>
<polygon fill="none" stroke="black" points="1121,-898.5 1121,-923 1276.5,-923 1276.5,-898.5 1121,-898.5"/>
<text text-anchor="start" x="1171" y="-905.7" font-family="arial" font-size="14.00">10Ohm3</text>
<polygon fill="none" stroke="black" points="1121,-874 1121,-898.5 1237,-898.5 1237,-874 1121,-874"/>
<text text-anchor="start" x="1125" y="-881.2" font-family="arial" font-size="14.00">10 Ohm Resistor</text>
<polygon fill="none" stroke="black" points="1237,-874 1237,-898.5 1276.5,-898.5 1276.5,-874 1237,-874"/>
<text text-anchor="start" x="1241" y="-881.2" font-family="arial" font-size="14.00">2&#45;pin</text>
<polygon fill="none" stroke="black" points="1121,-850 1121,-874 1198.75,-874 1198.75,-850 1121,-850"/>
<text text-anchor="start" x="1155.75" y="-856.7" font-family="arial" font-size="14.00">1</text>
<polygon fill="none" stroke="black" points="1198.75,-850 1198.75,-874 1276.5,-874 1276.5,-850 1198.75,-850"/>
<text text-anchor="start" x="1233.5" y="-856.7" font-family="arial" font-size="14.00">1</text>
<polygon fill="none" stroke="black" points="1121,-826 1121,-850 1198.75,-850 1198.75,-826 1121,-826"/>
<text text-anchor="start" x="1155.75" y="-832.7" font-family="arial" font-size="14.00">2</text>
<polygon fill="none" stroke="black" points="1198.75,-826 1198.75,-850 1276.5,-850 1276.5,-826 1198.75,-826"/>
<text text-anchor="start" x="1233.5" y="-832.7" font-family="arial" font-size="14.00">2</text>
</g>
<!-- W11 -->
<g id="node19" class="node">
<title>W11</title>
<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1682.5,-932 1426.5,-932 1426.5,-813 1682.5,-813 1682.5,-932"/>
<polygon fill="none" stroke="black" points="1426.5,-907.5 1426.5,-932 1682.5,-932 1682.5,-907.5 1426.5,-907.5"/>
<text text-anchor="start" x="1539.12" y="-914.7" font-family="arial" font-size="14.00">W11</text>
<polygon fill="none" stroke="black" points="1426.5,-883 1426.5,-907.5 1490.83,-907.5 1490.83,-883 1426.5,-883"/>
<text text-anchor="start" x="1451.17" y="-890.2" font-family="arial" font-size="14.00">1x</text>
<polygon fill="none" stroke="black" points="1490.83,-883 1490.83,-907.5 1595.67,-907.5 1595.67,-883 1490.83,-883"/>
<text text-anchor="start" x="1515.5" y="-890.2" font-family="arial" font-size="14.00">20 AWG</text>
<polygon fill="none" stroke="black" points="1595.67,-883 1595.67,-907.5 1682.5,-907.5 1682.5,-883 1595.67,-883"/>
<text text-anchor="start" x="1620.33" y="-890.2" font-family="arial" font-size="14.00">81.5 &quot;</text>
<text text-anchor="start" x="1460.12" y="-867.7" font-family="arial" font-size="14.00"> </text>
<text text-anchor="start" x="1428.25" y="-847.7" font-family="arial" font-size="14.00">10Ohm3:2</text>
<text text-anchor="start" x="1499.25" y="-847.7" font-family="arial" font-size="14.00"> &#160;&#160;&#160;&#160;GYBN &#160;&#160;&#160;</text>
<text text-anchor="start" x="1576.38" y="-847.7" font-family="arial" font-size="14.00">CEX:48:AIN12V</text>
<polygon fill="#000000" stroke="none" points="1426.5,-841 1426.5,-843 1682.5,-843 1682.5,-841 1426.5,-841"/>
<polygon fill="#999999" stroke="none" points="1426.5,-839 1426.5,-841 1682.5,-841 1682.5,-839 1426.5,-839"/>
<polygon fill="#895956" stroke="none" points="1426.5,-837 1426.5,-839 1682.5,-839 1682.5,-837 1426.5,-837"/>
<polygon fill="#999999" stroke="none" points="1426.5,-835 1426.5,-837 1682.5,-837 1682.5,-835 1426.5,-835"/>
<polygon fill="#000000" stroke="none" points="1426.5,-833 1426.5,-835 1682.5,-835 1682.5,-833 1426.5,-833"/>
<text text-anchor="start" x="1460.12" y="-817.7" font-family="arial" font-size="14.00"> </text>
</g>
<!-- 10Ohm3&#45;&#45;W11 -->
<g id="edge11" class="edge">
<title>10Ohm3:e&#45;&#45;W11:w</title>
<path fill="none" stroke="#000000" stroke-width="2" d="M1276.5,-834C1342.72,-834 1359.28,-834 1425.5,-834"/>
<path fill="none" stroke="#999999" stroke-width="2" d="M1276.5,-836C1342.72,-836 1359.28,-836 1425.5,-836"/>
<path fill="none" stroke="#895956" stroke-width="2" d="M1276.5,-838C1342.72,-838 1359.28,-838 1425.5,-838"/>
<path fill="none" stroke="#999999" stroke-width="2" d="M1276.5,-840C1342.72,-840 1359.28,-840 1425.5,-840"/>
<path fill="none" stroke="#000000" stroke-width="2" d="M1276.5,-842C1342.72,-842 1359.28,-842 1425.5,-842"/>
</g>
<!-- _GND_1 -->
<g id="node9" class="node">
<title>_GND_1</title>
<polygon fill="#ffffff" stroke="black" points="1218.5,-1199.75 1179,-1199.75 1179,-1175.25 1218.5,-1175.25 1218.5,-1199.75"/>
<polygon fill="none" stroke="black" points="1179,-1175.25 1179,-1199.75 1218.5,-1199.75 1218.5,-1175.25 1179,-1175.25"/>
<text text-anchor="start" x="1183" y="-1182.45" font-family="arial" font-size="14.00">GND</text>
</g>
<!-- _GND_2 -->
<g id="node10" class="node">
<title>_GND_2</title>
<polygon fill="#ffffff" stroke="black" points="1218.5,-1150.75 1179,-1150.75 1179,-1126.25 1218.5,-1126.25 1218.5,-1150.75"/>
<polygon fill="none" stroke="black" points="1179,-1126.25 1179,-1150.75 1218.5,-1150.75 1218.5,-1126.25 1179,-1126.25"/>
<text text-anchor="start" x="1183" y="-1133.45" font-family="arial" font-size="14.00">GND</text>
</g>
<!-- _GND_3 -->
<g id="node11" class="node">
<title>_GND_3</title>
<polygon fill="#ffffff" stroke="black" points="2117.25,-910.75 2077.75,-910.75 2077.75,-886.25 2117.25,-886.25 2117.25,-910.75"/>
<polygon fill="none" stroke="black" points="2077.75,-886.25 2077.75,-910.75 2117.25,-910.75 2117.25,-886.25 2077.75,-886.25"/>
<text text-anchor="start" x="2081.75" y="-893.45" font-family="arial" font-size="14.00">GND</text>
</g>
<!-- _GND_4 -->
<g id="node12" class="node">
<title>_GND_4</title>
<polygon fill="#ffffff" stroke="black" points="1218.5,-455.75 1179,-455.75 1179,-431.25 1218.5,-431.25 1218.5,-455.75"/>
<polygon fill="none" stroke="black" points="1179,-431.25 1179,-455.75 1218.5,-455.75 1218.5,-431.25 1179,-431.25"/>
<text text-anchor="start" x="1183" y="-438.45" font-family="arial" font-size="14.00">GND</text>
</g>
<!-- _GND_5 -->
<g id="node13" class="node">
<title>_GND_5</title>
<polygon fill="#ffffff" stroke="black" points="1218.5,-406.75 1179,-406.75 1179,-382.25 1218.5,-382.25 1218.5,-406.75"/>
<polygon fill="none" stroke="black" points="1179,-382.25 1179,-406.75 1218.5,-406.75 1218.5,-382.25 1179,-382.25"/>
<text text-anchor="start" x="1183" y="-389.45" font-family="arial" font-size="14.00">GND</text>
</g>
<!-- W1&#45;&#45;10Ohm1 -->
<g id="edge2" class="edge">
<title>W1:e&#45;&#45;10Ohm1:w</title>
<path fill="none" stroke="#000000" stroke-width="2" d="M949,-572C1023.47,-572.63 1042.21,-560.63 1121,-560"/>
<path fill="none" stroke="#ff0000" stroke-width="2" d="M949,-574C1024.55,-574.32 1043.29,-562.32 1121,-562"/>
<path fill="none" stroke="#ff0000" stroke-width="2" d="M949,-576C1025.63,-576 1044.37,-564 1121,-564"/>
<path fill="none" stroke="#ff0000" stroke-width="2" d="M949,-578C1026.71,-577.68 1045.45,-565.68 1121,-566"/>
<path fill="none" stroke="#000000" stroke-width="2" d="M949,-580C1027.79,-579.37 1046.53,-567.37 1121,-568"/>
</g>
<!-- W2&#45;&#45;10Ohm2 -->
<g id="edge4" class="edge">
<title>W2:e&#45;&#45;10Ohm2:w</title>
<path fill="none" stroke="#000000" stroke-width="2" d="M943.5,-715C1022.39,-715 1042.11,-715 1121,-715"/>
<path fill="none" stroke="#ff0000" stroke-width="2" d="M943.5,-717C1022.39,-717 1042.11,-717 1121,-717"/>
<path fill="none" stroke="#ff0000" stroke-width="2" d="M943.5,-719C1022.39,-719 1042.11,-719 1121,-719"/>
<path fill="none" stroke="#ff0000" stroke-width="2" d="M943.5,-721C1022.39,-721 1042.11,-721 1121,-721"/>
<path fill="none" stroke="#000000" stroke-width="2" d="M943.5,-723C1022.39,-723 1042.11,-723 1121,-723"/>
</g>
<!-- W3&#45;&#45;10Ohm3 -->
<g id="edge6" class="edge">
<title>W3:e&#45;&#45;10Ohm3:w</title>
<path fill="none" stroke="#000000" stroke-width="2" d="M947,-858C1024.33,-858 1043.67,-858 1121,-858"/>
<path fill="none" stroke="#ff0000" stroke-width="2" d="M947,-860C1024.33,-860 1043.67,-860 1121,-860"/>
<path fill="none" stroke="#ff0000" stroke-width="2" d="M947,-862C1024.33,-862 1043.67,-862 1121,-862"/>
<path fill="none" stroke="#ff0000" stroke-width="2" d="M947,-864C1024.33,-864 1043.67,-864 1121,-864"/>
<path fill="none" stroke="#000000" stroke-width="2" d="M947,-866C1024.33,-866 1043.67,-866 1121,-866"/>
</g>
<!-- W9&#45;&#45;CEX -->
<g id="edge8" class="edge">
<title>W9:e&#45;&#45;CEX:w</title>
<path fill="none" stroke="#000000" stroke-width="2" d="M1687,-524C1849.41,-527.73 1859.07,-670.73 2013.5,-667"/>
<path fill="none" stroke="#ff66cc" stroke-width="2" d="M1687,-526C1847.41,-527.87 1857.08,-670.87 2013.5,-669"/>
<path fill="none" stroke="#895956" stroke-width="2" d="M1687,-528C1845.42,-528 1855.08,-671 2013.5,-671"/>
<path fill="none" stroke="#ff66cc" stroke-width="2" d="M1687,-530C1843.42,-528.13 1853.09,-671.13 2013.5,-673"/>
<path fill="none" stroke="#000000" stroke-width="2" d="M1687,-532C1841.43,-528.27 1851.09,-671.27 2013.5,-675"/>
</g>
<!-- W10&#45;&#45;CEX -->
<g id="edge10" class="edge">
<title>W10:e&#45;&#45;CEX:w</title>
<path fill="none" stroke="#000000" stroke-width="2" d="M1688.5,-691.25C1832.92,-691.25 1869.03,-691 2013.5,-691"/>
<path fill="none" stroke="#ffffff" stroke-width="2" d="M1688.5,-693.25C1832.93,-693.25 1869.04,-693 2013.5,-693"/>
<path fill="none" stroke="#ff66cc" stroke-width="2" d="M1688.5,-695.25C1832.94,-695.25 1869.06,-695 2013.5,-695"/>
<path fill="none" stroke="#ffffff" stroke-width="2" d="M1688.5,-697.25C1832.96,-697.25 1869.07,-697 2013.5,-697"/>
<path fill="none" stroke="#000000" stroke-width="2" d="M1688.5,-699.25C1832.97,-699.25 1869.08,-699 2013.5,-699"/>
</g>
<!-- W11&#45;&#45;CEX -->
<g id="edge12" class="edge">
<title>W11:e&#45;&#45;CEX:w</title>
<path fill="none" stroke="#000000" stroke-width="2" d="M1683.5,-834C1835.46,-837.4 1853.63,-718.4 2013.5,-715"/>
<path fill="none" stroke="#999999" stroke-width="2" d="M1683.5,-836C1837.43,-837.7 1855.61,-718.7 2013.5,-717"/>
<path fill="none" stroke="#895956" stroke-width="2" d="M1683.5,-838C1839.41,-838 1857.59,-719 2013.5,-719"/>
<path fill="none" stroke="#999999" stroke-width="2" d="M1683.5,-840C1841.39,-838.3 1859.57,-719.3 2013.5,-721"/>
<path fill="none" stroke="#000000" stroke-width="2" d="M1683.5,-842C1843.37,-838.6 1861.54,-719.6 2013.5,-723"/>
</g>
<!-- W12&#45;&#45;_GND_4 -->
<g id="edge14" class="edge">
<title>W12:e&#45;&#45;_GND_4:w</title>
<path fill="none" stroke="#000000" stroke-width="2" d="M864,-429C1004.79,-429.17 1039.52,-439.67 1178,-439.5"/>
<path fill="none" stroke="#000000" stroke-width="2" d="M864,-431C1004.21,-431.09 1038.95,-441.59 1178,-441.5"/>
<path fill="none" stroke="#000000" stroke-width="2" d="M864,-433C1003.63,-433 1038.37,-443.5 1178,-443.5"/>
<path fill="none" stroke="#000000" stroke-width="2" d="M864,-435C1003.05,-434.91 1037.79,-445.41 1178,-445.5"/>
<path fill="none" stroke="#000000" stroke-width="2" d="M864,-437C1002.48,-436.83 1037.21,-447.33 1178,-447.5"/>
</g>
<!-- W12&#45;&#45;_GND_5 -->
<g id="edge16" class="edge">
<title>W12:e&#45;&#45;_GND_5:w</title>
<path fill="none" stroke="#000000" stroke-width="2" d="M864,-399C1002.66,-399.11 1037.44,-390.61 1178,-390.5"/>
<path fill="none" stroke="#000000" stroke-width="2" d="M864,-401C1003.13,-401.06 1037.92,-392.56 1178,-392.5"/>
<path fill="none" stroke="#000000" stroke-width="2" d="M864,-403C1003.61,-403 1038.39,-394.5 1178,-394.5"/>
<path fill="none" stroke="#000000" stroke-width="2" d="M864,-405C1004.08,-404.94 1038.87,-396.44 1178,-396.5"/>
<path fill="none" stroke="#000000" stroke-width="2" d="M864,-407C1004.56,-406.89 1039.34,-398.39 1178,-398.5"/>
</g>
<!-- W4&#45;&#45;_GND_1 -->
<g id="edge19" class="edge">
<title>W4:e&#45;&#45;_GND_1:w</title>
<path fill="none" stroke="#000000" stroke-width="2" d="M897.5,-1174C1023.41,-1174.18 1054.43,-1183.68 1178,-1183.5"/>
<path fill="none" stroke="#000000" stroke-width="2" d="M897.5,-1176C1022.82,-1176.09 1053.85,-1185.59 1178,-1185.5"/>
<path fill="none" stroke="#000000" stroke-width="2" d="M897.5,-1178C1022.24,-1178 1053.26,-1187.5 1178,-1187.5"/>
<path fill="none" stroke="#000000" stroke-width="2" d="M897.5,-1180C1021.65,-1179.91 1052.68,-1189.41 1178,-1189.5"/>
<path fill="none" stroke="#000000" stroke-width="2" d="M897.5,-1182C1021.07,-1181.82 1052.09,-1191.32 1178,-1191.5"/>
</g>
<!-- W4&#45;&#45;_GND_2 -->
<g id="edge20" class="edge">
<title>W4:e&#45;&#45;_GND_2:w</title>
<path fill="none" stroke="#000000" stroke-width="2" d="M897.5,-1144C1021.07,-1144.18 1052.09,-1134.68 1178,-1134.5"/>
<path fill="none" stroke="#000000" stroke-width="2" d="M897.5,-1146C1021.65,-1146.09 1052.68,-1136.59 1178,-1136.5"/>
<path fill="none" stroke="#000000" stroke-width="2" d="M897.5,-1148C1022.24,-1148 1053.26,-1138.5 1178,-1138.5"/>
<path fill="none" stroke="#000000" stroke-width="2" d="M897.5,-1150C1022.82,-1149.91 1053.85,-1140.41 1178,-1140.5"/>
<path fill="none" stroke="#000000" stroke-width="2" d="M897.5,-1152C1023.41,-1151.82 1054.43,-1142.32 1178,-1142.5"/>
</g>
<!-- W5&#45;&#45;Starter Switch -->
<g id="edge22" class="edge">
<title>W5:e&#45;&#45;Starter Switch:w</title>
<path fill="none" stroke="#000000" stroke-width="2" d="M977,-1432C1058.52,-1433.97 1075.62,-1462.97 1150.25,-1461"/>
<path fill="none" stroke="#ffffff" stroke-width="2" d="M977,-1434C1056.79,-1434.98 1073.9,-1463.98 1150.25,-1463"/>
<path fill="none" stroke="#ffffff" stroke-width="2" d="M977,-1436C1055.07,-1436 1072.18,-1465 1150.25,-1465"/>
<path fill="none" stroke="#ffffff" stroke-width="2" d="M977,-1438C1053.35,-1437.02 1070.46,-1466.02 1150.25,-1467"/>
<path fill="none" stroke="#000000" stroke-width="2" d="M977,-1440C1051.63,-1438.03 1068.73,-1467.03 1150.25,-1469"/>
</g>
<!-- W6&#45;&#45;VP&#45;X -->
<g id="edge24" class="edge">
<title>W6:e&#45;&#45;VP&#45;X:w</title>
<path fill="none" stroke="#000000" stroke-width="2" d="M1685,-1494C1755.42,-1496.27 1769.3,-1525.27 1832.5,-1523"/>
<path fill="none" stroke="#ffffff" stroke-width="2" d="M1685,-1496C1753.61,-1497.14 1767.49,-1526.14 1832.5,-1525"/>
<path fill="none" stroke="#ffffff" stroke-width="2" d="M1685,-1498C1751.81,-1498 1765.69,-1527 1832.5,-1527"/>
<path fill="none" stroke="#ffffff" stroke-width="2" d="M1685,-1500C1750.01,-1498.86 1763.89,-1527.86 1832.5,-1529"/>
<path fill="none" stroke="#000000" stroke-width="2" d="M1685,-1502C1748.2,-1499.73 1762.08,-1528.73 1832.5,-1531"/>
</g>
<!-- W7&#45;&#45;Master Switch -->
<g id="edge26" class="edge">
<title>W7:e&#45;&#45;Master Switch:w</title>
<path fill="none" stroke="#000000" stroke-width="2" d="M925.5,-1001C1025.22,-1001 1050.15,-1001 1149.88,-1001"/>
<path fill="none" stroke="#ffffff" stroke-width="2" d="M925.5,-1003C1025.22,-1003 1050.15,-1003 1149.88,-1003"/>
<path fill="none" stroke="#ffffff" stroke-width="2" d="M925.5,-1005C1025.22,-1005 1050.15,-1005 1149.88,-1005"/>
<path fill="none" stroke="#ffffff" stroke-width="2" d="M925.5,-1007C1025.22,-1007 1050.15,-1007 1149.88,-1007"/>
<path fill="none" stroke="#000000" stroke-width="2" d="M925.5,-1009C1025.22,-1009 1050.15,-1009 1149.88,-1009"/>
</g>
<!-- W8&#45;&#45;_GND_3 -->
<g id="edge28" class="edge">
<title>W8:e&#45;&#45;_GND_3:w</title>
<path fill="none" stroke="#000000" stroke-width="2" d="M1639.5,-977C1725.28,-979.54 1740.98,-939.45 1831.72,-919.58 1939.01,-898.31 1967.09,-894.54 2076.75,-894.5"/>
<path fill="none" stroke="#ffffff" stroke-width="2" d="M1639.5,-979C1727.14,-980.27 1742.84,-940.18 1832.11,-921.54 1939.27,-900.29 1967.36,-896.52 2076.75,-896.5"/>
<path fill="none" stroke="#ffffff" stroke-width="2" d="M1639.5,-981C1729,-981 1744.71,-940.91 1832.5,-923.5 1939.54,-902.27 1967.63,-898.5 2076.75,-898.5"/>
<path fill="none" stroke="#ffffff" stroke-width="2" d="M1639.5,-983C1730.87,-981.73 1746.57,-941.64 1832.89,-925.46 1939.8,-904.25 1967.89,-900.48 2076.75,-900.5"/>
<path fill="none" stroke="#000000" stroke-width="2" d="M1639.5,-985C1732.73,-982.46 1748.43,-942.37 1833.28,-927.42 1940.07,-906.24 1968.16,-902.46 2076.75,-902.5"/>
</g>
</g>
</svg>
<h2>Bill of Materials</h2>
<table style="border:1px solid #000000; font-size: 14pt; border-spacing: 0px">
 <tr>
  <th style="text-align:left; border:1px solid #000000; padding: 8px">Id</th>
  <th style="text-align:left; border:1px solid #000000; padding: 8px">Description</th>
  <th style="text-align:left; border:1px solid #000000; padding: 8px">Qty</th>
  <th style="text-align:left; border:1px solid #000000; padding: 8px">Unit</th>
  <th style="text-align:left; border:1px solid #000000; padding: 8px">Designators</th>
 </tr>
 <tr>
  <td style="border:1px solid #000000; padding: 4px">1</td>
  <td style="border:1px solid #000000; padding: 4px">Connector, 10 Ohm Resistor, 2 pins</td>
  <td style="border:1px solid #000000; padding: 4px; text-align:right">3</td>
  <td style="border:1px solid #000000; padding: 4px"></td>
  <td style="border:1px solid #000000; padding: 4px">10Ohm1, 10Ohm2, 10Ohm3</td>
 </tr>
 <tr>
  <td style="border:1px solid #000000; padding: 4px">2</td>
  <td style="border:1px solid #000000; padding: 4px">Connector, 28 pins</td>
  <td style="border:1px solid #000000; padding: 4px; text-align:right">1</td>
  <td style="border:1px solid #000000; padding: 4px"></td>
  <td style="border:1px solid #000000; padding: 4px">PPS J1</td>
 </tr>
 <tr>
  <td style="border:1px solid #000000; padding: 4px">3</td>
  <td style="border:1px solid #000000; padding: 4px">Connector, Connector Molex 194180013, 10 pins</td>
  <td style="border:1px solid #000000; padding: 4px; text-align:right">1</td>
  <td style="border:1px solid #000000; padding: 4px"></td>
  <td style="border:1px solid #000000; padding: 4px">VP-X</td>
 </tr>
 <tr>
  <td style="border:1px solid #000000; padding: 4px">4</td>
  <td style="border:1px solid #000000; padding: 4px">Connector, FMW.LM.368.XLC, 3 pins</td>
  <td style="border:1px solid #000000; padding: 4px; text-align:right">1</td>
  <td style="border:1px solid #000000; padding: 4px"></td>
  <td style="border:1px solid #000000; padding: 4px">CEX</td>
 </tr>
 <tr>
  <td style="border:1px solid #000000; padding: 4px">5</td>
  <td style="border:1px solid #000000; padding: 4px">Connector, GND</td>
  <td style="border:1px solid #000000; padding: 4px; text-align:right">5</td>
  <td style="border:1px solid #000000; padding: 4px"></td>
  <td style="border:1px solid #000000; padding: 4px"></td>
 </tr>
 <tr>
  <td style="border:1px solid #000000; padding: 4px">6</td>
  <td style="border:1px solid #000000; padding: 4px">Connector, Temp, 2 pins</td>
  <td style="border:1px solid #000000; padding: 4px; text-align:right">2</td>
  <td style="border:1px solid #000000; padding: 4px"></td>
  <td style="border:1px solid #000000; padding: 4px">Master Switch, Starter Switch</td>
 </tr>
 <tr>
  <td style="border:1px solid #000000; padding: 4px">7</td>
  <td style="border:1px solid #000000; padding: 4px">Wire, 14 AWG, BK</td>
  <td style="border:1px solid #000000; padding: 4px; text-align:right">62.0</td>
  <td style="border:1px solid #000000; padding: 4px">"</td>
  <td style="border:1px solid #000000; padding: 4px">W12</td>
 </tr>
 <tr>
  <td style="border:1px solid #000000; padding: 4px">8</td>
  <td style="border:1px solid #000000; padding: 4px">Wire, 20 AWG, GYBN</td>
  <td style="border:1px solid #000000; padding: 4px; text-align:right">81.5</td>
  <td style="border:1px solid #000000; padding: 4px">"</td>
  <td style="border:1px solid #000000; padding: 4px">W11</td>
 </tr>
 <tr>
  <td style="border:1px solid #000000; padding: 4px">9</td>
  <td style="border:1px solid #000000; padding: 4px">Wire, 20 AWG, PKBN</td>
  <td style="border:1px solid #000000; padding: 4px; text-align:right">81.5</td>
  <td style="border:1px solid #000000; padding: 4px">"</td>
  <td style="border:1px solid #000000; padding: 4px">W9</td>
 </tr>
 <tr>
  <td style="border:1px solid #000000; padding: 4px">10</td>
  <td style="border:1px solid #000000; padding: 4px">Wire, 20 AWG, RD</td>
  <td style="border:1px solid #000000; padding: 4px; text-align:right">0</td>
  <td style="border:1px solid #000000; padding: 4px">m</td>
  <td style="border:1px solid #000000; padding: 4px">W1, W2, W3</td>
 </tr>
 <tr>
  <td style="border:1px solid #000000; padding: 4px">11</td>
  <td style="border:1px solid #000000; padding: 4px">Wire, 20 AWG, WHPK</td>
  <td style="border:1px solid #000000; padding: 4px; text-align:right">81.5</td>
  <td style="border:1px solid #000000; padding: 4px">"</td>
  <td style="border:1px solid #000000; padding: 4px">W10</td>
 </tr>
 <tr>
  <td style="border:1px solid #000000; padding: 4px">12</td>
  <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, BK</td>
  <td style="border:1px solid #000000; padding: 4px; text-align:right">62.0</td>
  <td style="border:1px solid #000000; padding: 4px">"</td>
  <td style="border:1px solid #000000; padding: 4px">W4</td>
 </tr>
 <tr>
  <td style="border:1px solid #000000; padding: 4px">13</td>
  <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, WH</td>
  <td style="border:1px solid #000000; padding: 4px; text-align:right">26.5</td>
  <td style="border:1px solid #000000; padding: 4px">"</td>
  <td style="border:1px solid #000000; padding: 4px">W6</td>
 </tr>
 <tr>
  <td style="border:1px solid #000000; padding: 4px">14</td>
  <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, WH</td>
  <td style="border:1px solid #000000; padding: 4px; text-align:right">3.0</td>
  <td style="border:1px solid #000000; padding: 4px">TBD</td>
  <td style="border:1px solid #000000; padding: 4px">W5, W7, W8</td>
 </tr>
</table>
</body></html>