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
|
<mxfile host="Electron" modified="2025-09-10T14:19:39.908Z" agent="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) draw.io/22.1.2 Chrome/114.0.5735.289 Electron/25.9.4 Safari/537.36" etag="njNlO4wqidEsTI7pzGNd" version="22.1.2" type="device" pages="3">
<diagram name="Off-the-shelf" id="8d0SCmPoQD2tU6Oc2aFl">
<mxGraphModel dx="1562" dy="963" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1169" pageHeight="827" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" style="locked=1;" parent="0" />
<mxCell id="glMGJ7iPOgmc-9dn2N_K-1" value="" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="320" y="160" width="530" height="340" as="geometry" />
</mxCell>
<mxCell id="glMGJ7iPOgmc-9dn2N_K-2" value="Untitled Layer" style="locked=1;" parent="0" />
<mxCell id="glMGJ7iPOgmc-9dn2N_K-7" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" parent="glMGJ7iPOgmc-9dn2N_K-2" source="glMGJ7iPOgmc-9dn2N_K-3" target="glMGJ7iPOgmc-9dn2N_K-4" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="glMGJ7iPOgmc-9dn2N_K-3" value="Tuner" style="rounded=0;whiteSpace=wrap;html=1;" parent="glMGJ7iPOgmc-9dn2N_K-2" vertex="1">
<mxGeometry x="730" y="320" width="100" height="170" as="geometry" />
</mxCell>
<mxCell id="glMGJ7iPOgmc-9dn2N_K-8" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" parent="glMGJ7iPOgmc-9dn2N_K-2" source="glMGJ7iPOgmc-9dn2N_K-4" target="glMGJ7iPOgmc-9dn2N_K-5" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="glMGJ7iPOgmc-9dn2N_K-4" value="Compressor" style="rounded=0;whiteSpace=wrap;html=1;" parent="glMGJ7iPOgmc-9dn2N_K-2" vertex="1">
<mxGeometry x="600" y="320" width="100" height="170" as="geometry" />
</mxCell>
<mxCell id="glMGJ7iPOgmc-9dn2N_K-9" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" parent="glMGJ7iPOgmc-9dn2N_K-2" source="glMGJ7iPOgmc-9dn2N_K-5" target="glMGJ7iPOgmc-9dn2N_K-6" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="glMGJ7iPOgmc-9dn2N_K-5" value="AB" style="rounded=0;whiteSpace=wrap;html=1;" parent="glMGJ7iPOgmc-9dn2N_K-2" vertex="1">
<mxGeometry x="470" y="320" width="100" height="170" as="geometry" />
</mxCell>
<mxCell id="glMGJ7iPOgmc-9dn2N_K-12" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" parent="glMGJ7iPOgmc-9dn2N_K-2" source="glMGJ7iPOgmc-9dn2N_K-6" target="glMGJ7iPOgmc-9dn2N_K-11" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="glMGJ7iPOgmc-9dn2N_K-6" value="808" style="rounded=0;whiteSpace=wrap;html=1;" parent="glMGJ7iPOgmc-9dn2N_K-2" vertex="1">
<mxGeometry x="340" y="320" width="100" height="170" as="geometry" />
</mxCell>
<mxCell id="glMGJ7iPOgmc-9dn2N_K-17" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;" parent="glMGJ7iPOgmc-9dn2N_K-2" source="glMGJ7iPOgmc-9dn2N_K-11" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="80" y="270" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="glMGJ7iPOgmc-9dn2N_K-11" value="Tonex ONE<br>Ampero" style="rounded=0;whiteSpace=wrap;html=1;" parent="glMGJ7iPOgmc-9dn2N_K-2" vertex="1">
<mxGeometry x="150" y="320" width="100" height="170" as="geometry" />
</mxCell>
<mxCell id="glMGJ7iPOgmc-9dn2N_K-14" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" parent="glMGJ7iPOgmc-9dn2N_K-2" source="glMGJ7iPOgmc-9dn2N_K-13" target="glMGJ7iPOgmc-9dn2N_K-3" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="glMGJ7iPOgmc-9dn2N_K-13" value="Crybaby" style="rounded=0;whiteSpace=wrap;html=1;" parent="glMGJ7iPOgmc-9dn2N_K-2" vertex="1">
<mxGeometry x="900" y="320" width="100" height="170" as="geometry" />
</mxCell>
<mxCell id="glMGJ7iPOgmc-9dn2N_K-16" value="" style="endArrow=classic;html=1;rounded=0;entryX=1;entryY=0.5;entryDx=0;entryDy=0;" parent="glMGJ7iPOgmc-9dn2N_K-2" target="glMGJ7iPOgmc-9dn2N_K-13" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="1070" y="520" as="sourcePoint" />
<mxPoint x="680" y="360" as="targetPoint" />
<Array as="points">
<mxPoint x="1070" y="405" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="glMGJ7iPOgmc-9dn2N_K-32" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=1;entryY=0.5;entryDx=0;entryDy=0;fillColor=#f8cecc;strokeColor=#b85450;" parent="glMGJ7iPOgmc-9dn2N_K-2" source="glMGJ7iPOgmc-9dn2N_K-18" target="glMGJ7iPOgmc-9dn2N_K-20" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="glMGJ7iPOgmc-9dn2N_K-18" value="9V supply" style="rounded=0;whiteSpace=wrap;html=1;" parent="glMGJ7iPOgmc-9dn2N_K-2" vertex="1">
<mxGeometry x="900" y="155" width="100" height="40" as="geometry" />
</mxCell>
<mxCell id="glMGJ7iPOgmc-9dn2N_K-31" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;fillColor=#f8cecc;strokeColor=#b85450;" parent="glMGJ7iPOgmc-9dn2N_K-2" source="glMGJ7iPOgmc-9dn2N_K-19" target="glMGJ7iPOgmc-9dn2N_K-28" edge="1">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="765" y="215" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="glMGJ7iPOgmc-9dn2N_K-19" value="Rocker<br>on/off/on" style="rounded=0;whiteSpace=wrap;html=1;" parent="glMGJ7iPOgmc-9dn2N_K-2" vertex="1">
<mxGeometry x="740" y="160" width="50" height="50" as="geometry" />
</mxCell>
<mxCell id="glMGJ7iPOgmc-9dn2N_K-21" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;entryX=1;entryY=0.5;entryDx=0;entryDy=0;fillColor=#f8cecc;strokeColor=#b85450;" parent="glMGJ7iPOgmc-9dn2N_K-2" source="glMGJ7iPOgmc-9dn2N_K-20" target="glMGJ7iPOgmc-9dn2N_K-19" edge="1">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="810" y="175" />
<mxPoint x="810" y="185" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="glMGJ7iPOgmc-9dn2N_K-20" value="Jack" style="rounded=0;whiteSpace=wrap;html=1;" parent="glMGJ7iPOgmc-9dn2N_K-2" vertex="1">
<mxGeometry x="820" y="160" width="30" height="30" as="geometry" />
</mxCell>
<mxCell id="glMGJ7iPOgmc-9dn2N_K-24" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;fillColor=#f8cecc;strokeColor=#b85450;" parent="glMGJ7iPOgmc-9dn2N_K-2" source="glMGJ7iPOgmc-9dn2N_K-22" target="glMGJ7iPOgmc-9dn2N_K-23" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="glMGJ7iPOgmc-9dn2N_K-22" value="Powerbank" style="rounded=0;whiteSpace=wrap;html=1;" parent="glMGJ7iPOgmc-9dn2N_K-2" vertex="1">
<mxGeometry x="520" y="160" width="85" height="50" as="geometry" />
</mxCell>
<mxCell id="glMGJ7iPOgmc-9dn2N_K-25" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;fillColor=#f8cecc;strokeColor=#b85450;" parent="glMGJ7iPOgmc-9dn2N_K-2" source="glMGJ7iPOgmc-9dn2N_K-26" target="glMGJ7iPOgmc-9dn2N_K-19" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="glMGJ7iPOgmc-9dn2N_K-23" value="myVolts" style="rounded=0;whiteSpace=wrap;html=1;" parent="glMGJ7iPOgmc-9dn2N_K-2" vertex="1">
<mxGeometry x="623" y="170" width="45" height="30" as="geometry" />
</mxCell>
<mxCell id="glMGJ7iPOgmc-9dn2N_K-27" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;fillColor=#f8cecc;strokeColor=#b85450;" parent="glMGJ7iPOgmc-9dn2N_K-2" source="glMGJ7iPOgmc-9dn2N_K-23" target="glMGJ7iPOgmc-9dn2N_K-26" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="680" y="185" as="sourcePoint" />
<mxPoint x="740" y="185" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="glMGJ7iPOgmc-9dn2N_K-26" value="Jack" style="rounded=0;whiteSpace=wrap;html=1;" parent="glMGJ7iPOgmc-9dn2N_K-2" vertex="1">
<mxGeometry x="690" y="170" width="30" height="30" as="geometry" />
</mxCell>
<mxCell id="glMGJ7iPOgmc-9dn2N_K-36" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;fillColor=#f8cecc;strokeColor=#b85450;" parent="glMGJ7iPOgmc-9dn2N_K-2" source="glMGJ7iPOgmc-9dn2N_K-37" target="glMGJ7iPOgmc-9dn2N_K-35" edge="1">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="700" y="270" />
<mxPoint x="860" y="270" />
<mxPoint x="860" y="375" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="glMGJ7iPOgmc-9dn2N_K-28" value="ZGP" style="rounded=0;whiteSpace=wrap;html=1;" parent="glMGJ7iPOgmc-9dn2N_K-2" vertex="1">
<mxGeometry x="800" y="200" width="45" height="30" as="geometry" />
</mxCell>
<mxCell id="glMGJ7iPOgmc-9dn2N_K-35" value="Male" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="glMGJ7iPOgmc-9dn2N_K-2" vertex="1">
<mxGeometry x="870" y="360" width="30" height="30" as="geometry" />
</mxCell>
<mxCell id="glMGJ7iPOgmc-9dn2N_K-44" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;fillColor=#f8cecc;strokeColor=#b85450;" parent="glMGJ7iPOgmc-9dn2N_K-2" source="glMGJ7iPOgmc-9dn2N_K-37" target="glMGJ7iPOgmc-9dn2N_K-39" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="glMGJ7iPOgmc-9dn2N_K-45" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;fillColor=#f8cecc;strokeColor=#b85450;" parent="glMGJ7iPOgmc-9dn2N_K-2" source="glMGJ7iPOgmc-9dn2N_K-37" target="glMGJ7iPOgmc-9dn2N_K-40" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="glMGJ7iPOgmc-9dn2N_K-46" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;fillColor=#f8cecc;strokeColor=#b85450;" parent="glMGJ7iPOgmc-9dn2N_K-2" source="glMGJ7iPOgmc-9dn2N_K-37" target="glMGJ7iPOgmc-9dn2N_K-41" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="glMGJ7iPOgmc-9dn2N_K-47" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;fillColor=#f8cecc;strokeColor=#b85450;" parent="glMGJ7iPOgmc-9dn2N_K-2" source="glMGJ7iPOgmc-9dn2N_K-37" target="glMGJ7iPOgmc-9dn2N_K-42" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="glMGJ7iPOgmc-9dn2N_K-48" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;fillColor=#f8cecc;strokeColor=#b85450;" parent="glMGJ7iPOgmc-9dn2N_K-2" source="glMGJ7iPOgmc-9dn2N_K-37" target="glMGJ7iPOgmc-9dn2N_K-43" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="glMGJ7iPOgmc-9dn2N_K-37" value="Daisy" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="glMGJ7iPOgmc-9dn2N_K-2" vertex="1">
<mxGeometry x="680" y="220" width="40" height="30" as="geometry" />
</mxCell>
<mxCell id="glMGJ7iPOgmc-9dn2N_K-39" value="Male" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="glMGJ7iPOgmc-9dn2N_K-2" vertex="1">
<mxGeometry x="765" y="290" width="30" height="30" as="geometry" />
</mxCell>
<mxCell id="glMGJ7iPOgmc-9dn2N_K-40" value="Male" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="glMGJ7iPOgmc-9dn2N_K-2" vertex="1">
<mxGeometry x="635" y="290" width="30" height="30" as="geometry" />
</mxCell>
<mxCell id="glMGJ7iPOgmc-9dn2N_K-41" value="Male" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="glMGJ7iPOgmc-9dn2N_K-2" vertex="1">
<mxGeometry x="505" y="290" width="30" height="30" as="geometry" />
</mxCell>
<mxCell id="glMGJ7iPOgmc-9dn2N_K-42" value="Male" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="glMGJ7iPOgmc-9dn2N_K-2" vertex="1">
<mxGeometry x="375" y="290" width="30" height="30" as="geometry" />
</mxCell>
<mxCell id="glMGJ7iPOgmc-9dn2N_K-43" value="Male" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="glMGJ7iPOgmc-9dn2N_K-2" vertex="1">
<mxGeometry x="185" y="290" width="30" height="30" as="geometry" />
</mxCell>
<mxCell id="glMGJ7iPOgmc-9dn2N_K-50" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;entryX=1;entryY=0.5;entryDx=0;entryDy=0;fillColor=#f8cecc;strokeColor=#b85450;" parent="glMGJ7iPOgmc-9dn2N_K-2" source="glMGJ7iPOgmc-9dn2N_K-49" target="glMGJ7iPOgmc-9dn2N_K-37" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="glMGJ7iPOgmc-9dn2N_K-49" value="Male" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="glMGJ7iPOgmc-9dn2N_K-2" vertex="1">
<mxGeometry x="807.5" y="230" width="30" height="30" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
<diagram name="Streamlined" id="KGWBQSubHK3O-8hXV3bQ">
<mxGraphModel dx="1562" dy="963" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1169" pageHeight="827" math="0" shadow="0">
<root>
<mxCell id="HK7WJGMZ5M4CtwTq5Ypv-0" />
<mxCell id="HK7WJGMZ5M4CtwTq5Ypv-1" style="locked=1;" parent="HK7WJGMZ5M4CtwTq5Ypv-0" />
<mxCell id="HK7WJGMZ5M4CtwTq5Ypv-2" value="" style="rounded=0;whiteSpace=wrap;html=1;" parent="HK7WJGMZ5M4CtwTq5Ypv-1" vertex="1">
<mxGeometry x="190" y="160" width="660" height="340" as="geometry" />
</mxCell>
<mxCell id="HK7WJGMZ5M4CtwTq5Ypv-3" value="Untitled Layer" style="locked=1;" parent="HK7WJGMZ5M4CtwTq5Ypv-0" />
<mxCell id="HK7WJGMZ5M4CtwTq5Ypv-4" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" source="HK7WJGMZ5M4CtwTq5Ypv-5" target="HK7WJGMZ5M4CtwTq5Ypv-7" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="HK7WJGMZ5M4CtwTq5Ypv-5" value="Tuner" style="rounded=0;whiteSpace=wrap;html=1;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" vertex="1">
<mxGeometry x="730" y="320" width="100" height="170" as="geometry" />
</mxCell>
<mxCell id="HK7WJGMZ5M4CtwTq5Ypv-6" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" source="HK7WJGMZ5M4CtwTq5Ypv-7" target="HK7WJGMZ5M4CtwTq5Ypv-9" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="HK7WJGMZ5M4CtwTq5Ypv-7" value="Compressor" style="rounded=0;whiteSpace=wrap;html=1;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" vertex="1">
<mxGeometry x="600" y="320" width="100" height="170" as="geometry" />
</mxCell>
<mxCell id="HK7WJGMZ5M4CtwTq5Ypv-8" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" source="HK7WJGMZ5M4CtwTq5Ypv-9" target="HK7WJGMZ5M4CtwTq5Ypv-11" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="HK7WJGMZ5M4CtwTq5Ypv-9" value="AB" style="rounded=0;whiteSpace=wrap;html=1;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" vertex="1">
<mxGeometry x="470" y="320" width="100" height="170" as="geometry" />
</mxCell>
<mxCell id="HK7WJGMZ5M4CtwTq5Ypv-10" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" source="HK7WJGMZ5M4CtwTq5Ypv-11" target="HK7WJGMZ5M4CtwTq5Ypv-13" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="HK7WJGMZ5M4CtwTq5Ypv-11" value="808" style="rounded=0;whiteSpace=wrap;html=1;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" vertex="1">
<mxGeometry x="340" y="320" width="100" height="170" as="geometry" />
</mxCell>
<mxCell id="HK7WJGMZ5M4CtwTq5Ypv-12" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" source="HK7WJGMZ5M4CtwTq5Ypv-13" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="80" y="230" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="HK7WJGMZ5M4CtwTq5Ypv-13" value="Tonex ONE<br>Ampero" style="rounded=0;whiteSpace=wrap;html=1;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" vertex="1">
<mxGeometry x="210" y="320" width="100" height="170" as="geometry" />
</mxCell>
<mxCell id="HK7WJGMZ5M4CtwTq5Ypv-14" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" source="HK7WJGMZ5M4CtwTq5Ypv-15" target="HK7WJGMZ5M4CtwTq5Ypv-5" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="HK7WJGMZ5M4CtwTq5Ypv-15" value="Crybaby" style="rounded=0;whiteSpace=wrap;html=1;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" vertex="1">
<mxGeometry x="900" y="320" width="100" height="170" as="geometry" />
</mxCell>
<mxCell id="HK7WJGMZ5M4CtwTq5Ypv-16" value="" style="endArrow=classic;html=1;rounded=0;entryX=1;entryY=0.5;entryDx=0;entryDy=0;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" target="HK7WJGMZ5M4CtwTq5Ypv-15" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="1070" y="520" as="sourcePoint" />
<mxPoint x="680" y="360" as="targetPoint" />
<Array as="points">
<mxPoint x="1070" y="405" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="HK7WJGMZ5M4CtwTq5Ypv-17" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=1;entryY=0.5;entryDx=0;entryDy=0;fillColor=#f8cecc;strokeColor=#b85450;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" source="HK7WJGMZ5M4CtwTq5Ypv-18" target="HK7WJGMZ5M4CtwTq5Ypv-22" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="980" y="190" as="sourcePoint" />
</mxGeometry>
</mxCell>
<mxCell id="HK7WJGMZ5M4CtwTq5Ypv-18" value="9V supply" style="rounded=0;whiteSpace=wrap;html=1;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" vertex="1">
<mxGeometry x="900" y="155" width="100" height="40" as="geometry" />
</mxCell>
<mxCell id="sCg21l0hR4fNYCWRBKNo-0" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;fillColor=#f8cecc;strokeColor=#b85450;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" source="HK7WJGMZ5M4CtwTq5Ypv-22" target="HK7WJGMZ5M4CtwTq5Ypv-37" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="HK7WJGMZ5M4CtwTq5Ypv-22" value="Jack" style="rounded=0;whiteSpace=wrap;html=1;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" vertex="1">
<mxGeometry x="820" y="160" width="30" height="30" as="geometry" />
</mxCell>
<mxCell id="HK7WJGMZ5M4CtwTq5Ypv-23" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;fillColor=#f8cecc;strokeColor=#b85450;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" source="HK7WJGMZ5M4CtwTq5Ypv-24" target="HK7WJGMZ5M4CtwTq5Ypv-26" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="C5yvzqcIGTNLDUIGQlNV-0" value="ribbon" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];fontSize=8;" parent="HK7WJGMZ5M4CtwTq5Ypv-23" vertex="1" connectable="0">
<mxGeometry x="-0.252" y="-2" relative="1" as="geometry">
<mxPoint x="-2" y="-2" as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="HK7WJGMZ5M4CtwTq5Ypv-24" value="Powerbank" style="rounded=0;whiteSpace=wrap;html=1;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" vertex="1">
<mxGeometry x="485" y="160" width="85" height="50" as="geometry" />
</mxCell>
<mxCell id="HK7WJGMZ5M4CtwTq5Ypv-26" value="myVolts" style="rounded=0;whiteSpace=wrap;html=1;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" vertex="1">
<mxGeometry x="615" y="165" width="69" height="40" as="geometry" />
</mxCell>
<mxCell id="HK7WJGMZ5M4CtwTq5Ypv-27" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;fillColor=#f8cecc;strokeColor=#b85450;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" source="HK7WJGMZ5M4CtwTq5Ypv-26" target="HK7WJGMZ5M4CtwTq5Ypv-22" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="680" y="185" as="sourcePoint" />
<mxPoint x="665.0000000000002" y="185" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="HK7WJGMZ5M4CtwTq5Ypv-29" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0;entryY=0.5;entryDx=0;entryDy=0;fillColor=#f8cecc;strokeColor=#b85450;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" source="C5yvzqcIGTNLDUIGQlNV-5" target="HK7WJGMZ5M4CtwTq5Ypv-31" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="740" y="280" as="sourcePoint" />
<Array as="points">
<mxPoint x="860" y="245" />
<mxPoint x="860" y="375" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="HK7WJGMZ5M4CtwTq5Ypv-31" value="Male" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" vertex="1">
<mxGeometry x="870" y="360" width="30" height="30" as="geometry" />
</mxCell>
<mxCell id="HK7WJGMZ5M4CtwTq5Ypv-32" value="<span style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 8px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: center; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; float: none; display: inline !important;">ZGP inline</span>" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;fillColor=#f8cecc;strokeColor=#b85450;fontSize=8;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" source="HK7WJGMZ5M4CtwTq5Ypv-37" target="HK7WJGMZ5M4CtwTq5Ypv-38" edge="1">
<mxGeometry x="0.7896" relative="1" as="geometry">
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="HK7WJGMZ5M4CtwTq5Ypv-33" value="<span style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 8px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: center; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; float: none; display: inline !important;">ZGP inline</span>" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;fillColor=#f8cecc;strokeColor=#b85450;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" source="HK7WJGMZ5M4CtwTq5Ypv-37" target="HK7WJGMZ5M4CtwTq5Ypv-39" edge="1">
<mxGeometry x="0.7646" relative="1" as="geometry">
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="HK7WJGMZ5M4CtwTq5Ypv-34" value="<span style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 8px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: center; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; float: none; display: inline !important;">ZGP inline</span>" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;fillColor=#f8cecc;strokeColor=#b85450;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" source="HK7WJGMZ5M4CtwTq5Ypv-37" target="HK7WJGMZ5M4CtwTq5Ypv-40" edge="1">
<mxGeometry x="0.8431" relative="1" as="geometry">
<mxPoint x="700" y="250" as="sourcePoint" />
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="HK7WJGMZ5M4CtwTq5Ypv-35" value="<span style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 8px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: center; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; float: none; display: inline !important;">ZGP inline</span>" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;fillColor=#f8cecc;strokeColor=#b85450;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" source="HK7WJGMZ5M4CtwTq5Ypv-37" target="HK7WJGMZ5M4CtwTq5Ypv-41" edge="1">
<mxGeometry x="0.8961" relative="1" as="geometry">
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="vvtRCa11OWQOdn5jyzR--1" value="<span style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 8px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: center; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; float: none; display: inline !important;">ZGP inline</span>" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;fillColor=#f8cecc;strokeColor=#b85450;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" source="HK7WJGMZ5M4CtwTq5Ypv-37" target="HK7WJGMZ5M4CtwTq5Ypv-42" edge="1">
<mxGeometry x="0.9223" relative="1" as="geometry">
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="HK7WJGMZ5M4CtwTq5Ypv-37" value="Daisy" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" vertex="1">
<mxGeometry x="690" y="230" width="40" height="30" as="geometry" />
</mxCell>
<mxCell id="HK7WJGMZ5M4CtwTq5Ypv-38" value="Male" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" vertex="1">
<mxGeometry x="765" y="290" width="30" height="30" as="geometry" />
</mxCell>
<mxCell id="HK7WJGMZ5M4CtwTq5Ypv-39" value="Male" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" vertex="1">
<mxGeometry x="635" y="290" width="30" height="30" as="geometry" />
</mxCell>
<mxCell id="HK7WJGMZ5M4CtwTq5Ypv-40" value="Male" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" vertex="1">
<mxGeometry x="505" y="290" width="30" height="30" as="geometry" />
</mxCell>
<mxCell id="HK7WJGMZ5M4CtwTq5Ypv-41" value="Male" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" vertex="1">
<mxGeometry x="375" y="290" width="30" height="30" as="geometry" />
</mxCell>
<mxCell id="HK7WJGMZ5M4CtwTq5Ypv-42" value="Male" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" vertex="1">
<mxGeometry x="245" y="290" width="30" height="30" as="geometry" />
</mxCell>
<mxCell id="C5yvzqcIGTNLDUIGQlNV-6" value="<font style="font-size: 8px;">ZGP inline?</font>" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0;entryY=0.5;entryDx=0;entryDy=0;fillColor=#f8cecc;strokeColor=#b85450;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" source="HK7WJGMZ5M4CtwTq5Ypv-37" target="C5yvzqcIGTNLDUIGQlNV-5" edge="1">
<mxGeometry x="0.3333" y="5" relative="1" as="geometry">
<mxPoint x="800" y="245" as="sourcePoint" />
<mxPoint x="870" y="375" as="targetPoint" />
<Array as="points">
<mxPoint x="800" y="245" />
<mxPoint x="800" y="245" />
</Array>
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="C5yvzqcIGTNLDUIGQlNV-5" value="Jack" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#f5f5f5;fontColor=#333333;strokeColor=#666666;dashed=1;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" vertex="1">
<mxGeometry x="820" y="230" width="30" height="30" as="geometry" />
</mxCell>
<mxCell id="C5yvzqcIGTNLDUIGQlNV-8" value="<span style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 8px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: center; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; float: none; display: inline !important;">ZGP inline?</span>" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;fillColor=#f8cecc;strokeColor=#b85450;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" source="HK7WJGMZ5M4CtwTq5Ypv-37" target="C5yvzqcIGTNLDUIGQlNV-7" edge="1">
<mxGeometry x="0.8824" y="-5" relative="1" as="geometry">
<mxPoint x="760" y="245" as="sourcePoint" />
<mxPoint x="200" y="290" as="targetPoint" />
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="C5yvzqcIGTNLDUIGQlNV-7" value="Jack" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#f5f5f5;fontColor=#333333;strokeColor=#666666;dashed=1;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" vertex="1">
<mxGeometry x="190" y="230" width="30" height="30" as="geometry" />
</mxCell>
<mxCell id="vvtRCa11OWQOdn5jyzR--38" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" source="vvtRCa11OWQOdn5jyzR--19" target="vvtRCa11OWQOdn5jyzR--41" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="400" y="670.2" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="vvtRCa11OWQOdn5jyzR--19" value="Centre" style="rounded=0;whiteSpace=wrap;html=1;verticalAlign=middle;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" vertex="1">
<mxGeometry x="280" y="660" width="40" height="20" as="geometry" />
</mxCell>
<mxCell id="vvtRCa11OWQOdn5jyzR--24" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;endArrow=none;endFill=0;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" source="vvtRCa11OWQOdn5jyzR--21" target="vvtRCa11OWQOdn5jyzR--22" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="vvtRCa11OWQOdn5jyzR--39" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" source="vvtRCa11OWQOdn5jyzR--21" target="vvtRCa11OWQOdn5jyzR--42" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="400" y="710.2" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="vvtRCa11OWQOdn5jyzR--21" value="Outside" style="rounded=0;whiteSpace=wrap;html=1;verticalAlign=middle;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" vertex="1">
<mxGeometry x="280" y="700" width="40" height="20" as="geometry" />
</mxCell>
<mxCell id="vvtRCa11OWQOdn5jyzR--22" value="Spare" style="rounded=0;whiteSpace=wrap;html=1;verticalAlign=middle;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" vertex="1">
<mxGeometry x="280" y="740" width="40" height="20" as="geometry" />
</mxCell>
<mxCell id="vvtRCa11OWQOdn5jyzR--23" value="Unplugged" style="text;html=1;align=left;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" vertex="1">
<mxGeometry x="280" y="610" width="80" height="30" as="geometry" />
</mxCell>
<mxCell id="vvtRCa11OWQOdn5jyzR--29" value="Plugged" style="text;html=1;align=left;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" vertex="1">
<mxGeometry x="559" y="610" width="70" height="30" as="geometry" />
</mxCell>
<mxCell id="vvtRCa11OWQOdn5jyzR--32" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" source="vvtRCa11OWQOdn5jyzR--30" target="vvtRCa11OWQOdn5jyzR--44" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="559" y="670" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="vvtRCa11OWQOdn5jyzR--30" value="GND" style="rounded=0;whiteSpace=wrap;html=1;verticalAlign=middle;fillColor=none;strokeColor=none;align=right;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" vertex="1">
<mxGeometry x="509.5" y="660" width="30" height="20" as="geometry" />
</mxCell>
<mxCell id="vvtRCa11OWQOdn5jyzR--33" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" source="vvtRCa11OWQOdn5jyzR--31" target="vvtRCa11OWQOdn5jyzR--47" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="559" y="710" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="vvtRCa11OWQOdn5jyzR--31" value="9V" style="rounded=0;whiteSpace=wrap;html=1;verticalAlign=middle;fillColor=none;strokeColor=none;align=right;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" vertex="1">
<mxGeometry x="509.5" y="700" width="30" height="20" as="geometry" />
</mxCell>
<mxCell id="vvtRCa11OWQOdn5jyzR--37" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;endArrow=none;endFill=0;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" source="vvtRCa11OWQOdn5jyzR--34" target="vvtRCa11OWQOdn5jyzR--22" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="vvtRCa11OWQOdn5jyzR--34" value="myVolts 9V" style="rounded=0;whiteSpace=wrap;html=1;verticalAlign=middle;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" vertex="1">
<mxGeometry x="355" y="820" width="50" height="30" as="geometry" />
</mxCell>
<mxCell id="vvtRCa11OWQOdn5jyzR--36" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=1;entryY=0.5;entryDx=0;entryDy=0;endArrow=none;endFill=0;jumpStyle=arc;jumpSize=6;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" source="vvtRCa11OWQOdn5jyzR--35" target="vvtRCa11OWQOdn5jyzR--19" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="vvtRCa11OWQOdn5jyzR--35" value="myVolts GND" style="rounded=0;whiteSpace=wrap;html=1;verticalAlign=middle;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" vertex="1">
<mxGeometry x="355" y="780" width="50" height="30" as="geometry" />
</mxCell>
<mxCell id="vvtRCa11OWQOdn5jyzR--41" value="GND" style="rounded=0;whiteSpace=wrap;html=1;verticalAlign=middle;fillColor=none;strokeColor=none;align=left;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" vertex="1">
<mxGeometry x="400" y="660" width="30" height="20" as="geometry" />
</mxCell>
<mxCell id="vvtRCa11OWQOdn5jyzR--42" value="9V" style="rounded=0;whiteSpace=wrap;html=1;verticalAlign=middle;fillColor=none;strokeColor=none;align=left;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" vertex="1">
<mxGeometry x="400" y="700" width="30" height="20" as="geometry" />
</mxCell>
<mxCell id="vvtRCa11OWQOdn5jyzR--43" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" source="vvtRCa11OWQOdn5jyzR--44" target="vvtRCa11OWQOdn5jyzR--53" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="679" y="670.2" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="vvtRCa11OWQOdn5jyzR--44" value="Centre" style="rounded=0;whiteSpace=wrap;html=1;verticalAlign=middle;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" vertex="1">
<mxGeometry x="559" y="660" width="40" height="20" as="geometry" />
</mxCell>
<mxCell id="vvtRCa11OWQOdn5jyzR--46" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" source="vvtRCa11OWQOdn5jyzR--47" target="vvtRCa11OWQOdn5jyzR--54" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="679" y="710.2" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="vvtRCa11OWQOdn5jyzR--47" value="Outside" style="rounded=0;whiteSpace=wrap;html=1;verticalAlign=middle;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" vertex="1">
<mxGeometry x="559" y="700" width="40" height="20" as="geometry" />
</mxCell>
<mxCell id="vvtRCa11OWQOdn5jyzR--48" value="Spare" style="rounded=0;whiteSpace=wrap;html=1;verticalAlign=middle;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" vertex="1">
<mxGeometry x="559" y="740" width="40" height="20" as="geometry" />
</mxCell>
<mxCell id="vvtRCa11OWQOdn5jyzR--49" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;endArrow=none;endFill=0;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" source="vvtRCa11OWQOdn5jyzR--50" target="vvtRCa11OWQOdn5jyzR--48" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="vvtRCa11OWQOdn5jyzR--50" value="myVolts 9V" style="rounded=0;whiteSpace=wrap;html=1;verticalAlign=middle;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" vertex="1">
<mxGeometry x="634" y="820" width="50" height="30" as="geometry" />
</mxCell>
<mxCell id="vvtRCa11OWQOdn5jyzR--51" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=1;entryY=0.5;entryDx=0;entryDy=0;endArrow=none;endFill=0;jumpStyle=arc;jumpSize=6;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" source="vvtRCa11OWQOdn5jyzR--52" target="vvtRCa11OWQOdn5jyzR--44" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="vvtRCa11OWQOdn5jyzR--52" value="myVolts GND" style="rounded=0;whiteSpace=wrap;html=1;verticalAlign=middle;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" vertex="1">
<mxGeometry x="634" y="780" width="50" height="30" as="geometry" />
</mxCell>
<mxCell id="vvtRCa11OWQOdn5jyzR--53" value="GND" style="rounded=0;whiteSpace=wrap;html=1;verticalAlign=middle;fillColor=none;strokeColor=none;align=left;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" vertex="1">
<mxGeometry x="679" y="660" width="30" height="20" as="geometry" />
</mxCell>
<mxCell id="vvtRCa11OWQOdn5jyzR--54" value="9V" style="rounded=0;whiteSpace=wrap;html=1;verticalAlign=middle;fillColor=none;strokeColor=none;align=left;" parent="HK7WJGMZ5M4CtwTq5Ypv-3" vertex="1">
<mxGeometry x="679" y="700" width="30" height="20" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
<diagram id="C_Rk_046Gr8ipD4_Oubr" name="Mechanical drawing">
<mxGraphModel dx="2731" dy="963" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1169" pageHeight="827" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="KyWeeukSC1btWjH9hE3m-13" value="Feet" style="locked=1;" parent="0" />
<mxCell id="KyWeeukSC1btWjH9hE3m-14" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#e1d5e7;strokeColor=none;" parent="KyWeeukSC1btWjH9hE3m-13" vertex="1">
<mxGeometry x="1214" y="80" width="118.11" height="398" as="geometry" />
</mxCell>
<mxCell id="KyWeeukSC1btWjH9hE3m-15" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#e1d5e7;strokeColor=none;" parent="KyWeeukSC1btWjH9hE3m-13" vertex="1">
<mxGeometry x="33" y="80" width="118.11" height="398.03069999999997" as="geometry" />
</mxCell>
<mxCell id="KyWeeukSC1btWjH9hE3m-16" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#e1d5e7;strokeColor=none;" parent="KyWeeukSC1btWjH9hE3m-13" vertex="1">
<mxGeometry x="820" y="80" width="118.11" height="398" as="geometry" />
</mxCell>
<mxCell id="CT10rOGa91gTNy2boWPN-5" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#e1d5e7;strokeColor=none;" parent="KyWeeukSC1btWjH9hE3m-13" vertex="1">
<mxGeometry x="939" y="90" width="274" height="80" as="geometry" />
</mxCell>
<mxCell id="6qjO5P2maZ8j2EizOne5-13" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#e1d5e7;strokeColor=none;" parent="KyWeeukSC1btWjH9hE3m-13" vertex="1">
<mxGeometry x="427" y="80" width="118.11" height="398" as="geometry" />
</mxCell>
<mxCell id="6qjO5P2maZ8j2EizOne5-31" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#e1d5e7;strokeColor=none;" parent="KyWeeukSC1btWjH9hE3m-13" vertex="1">
<mxGeometry x="546.11" y="90" width="272.89" height="80" as="geometry" />
</mxCell>
<mxCell id="6qjO5P2maZ8j2EizOne5-32" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#e1d5e7;strokeColor=none;" parent="KyWeeukSC1btWjH9hE3m-13" vertex="1">
<mxGeometry x="152.11" y="90" width="272.89" height="80" as="geometry" />
</mxCell>
<mxCell id="1" value="Slats" style="locked=1;" parent="0" />
<mxCell id="_3OxQXkU264Wdn82NfiO-1" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#B3B3B3;fontColor=#333333;strokeColor=none;opacity=80;" parent="1" vertex="1">
<mxGeometry x="33" y="80" width="1299.21" height="98.425" as="geometry" />
</mxCell>
<mxCell id="_3OxQXkU264Wdn82NfiO-2" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#B3B3B3;fontColor=#333333;strokeColor=none;opacity=80;" parent="1" vertex="1">
<mxGeometry x="33.0023" y="380.0021" width="1299.21" height="98.425" as="geometry" />
</mxCell>
<mxCell id="_3OxQXkU264Wdn82NfiO-3" value="Option 1" style="locked=1;" parent="0" visible="0" />
<mxCell id="_3OxQXkU264Wdn82NfiO-4" value="Battery" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=none;fillColor=#f8cecc;" parent="_3OxQXkU264Wdn82NfiO-3" vertex="1">
<mxGeometry x="887" y="185.13" width="440.94399999999996" height="188.976" as="geometry" />
</mxCell>
<mxCell id="_3OxQXkU264Wdn82NfiO-7" value="myvolts" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=none;fillColor=#d5e8d4;" parent="_3OxQXkU264Wdn82NfiO-3" vertex="1">
<mxGeometry x="987" y="185.13" width="125.984" height="39.37" as="geometry" />
</mxCell>
<mxCell id="KyWeeukSC1btWjH9hE3m-65" value="" style="group;rotation=-90;" parent="_3OxQXkU264Wdn82NfiO-3" vertex="1" connectable="0">
<mxGeometry x="489.9999999999999" y="256" width="196.85000000000014" height="47.244" as="geometry" />
</mxCell>
<mxCell id="KyWeeukSC1btWjH9hE3m-66" value="ZGP" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=none;fillColor=#dae8fc;rotation=-90;" parent="KyWeeukSC1btWjH9hE3m-65" vertex="1">
<mxGeometry width="196.85" height="47.244" as="geometry" />
</mxCell>
<mxCell id="KyWeeukSC1btWjH9hE3m-67" value="IN" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=-90;" parent="KyWeeukSC1btWjH9hE3m-65" vertex="1">
<mxGeometry x="88" y="97" width="20" height="30" as="geometry" />
</mxCell>
<mxCell id="KyWeeukSC1btWjH9hE3m-68" value="OUT" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=-90;" parent="KyWeeukSC1btWjH9hE3m-65" vertex="1">
<mxGeometry x="83" y="-75" width="30" height="30" as="geometry" />
</mxCell>
<mxCell id="KyWeeukSC1btWjH9hE3m-69" value="" style="group;rotation=-90;" parent="_3OxQXkU264Wdn82NfiO-3" vertex="1" connectable="0">
<mxGeometry x="539.9999999999999" y="256" width="196.85000000000014" height="47.244" as="geometry" />
</mxCell>
<mxCell id="KyWeeukSC1btWjH9hE3m-70" value="ZGP" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=none;fillColor=#dae8fc;rotation=-90;" parent="KyWeeukSC1btWjH9hE3m-69" vertex="1">
<mxGeometry width="196.85" height="47.244" as="geometry" />
</mxCell>
<mxCell id="KyWeeukSC1btWjH9hE3m-71" value="IN" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=-90;" parent="KyWeeukSC1btWjH9hE3m-69" vertex="1">
<mxGeometry x="88" y="97" width="20" height="30" as="geometry" />
</mxCell>
<mxCell id="KyWeeukSC1btWjH9hE3m-72" value="OUT" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=-90;" parent="KyWeeukSC1btWjH9hE3m-69" vertex="1">
<mxGeometry x="83" y="-75" width="30" height="30" as="geometry" />
</mxCell>
<mxCell id="KyWeeukSC1btWjH9hE3m-73" value="" style="group;rotation=-90;" parent="_3OxQXkU264Wdn82NfiO-3" vertex="1" connectable="0">
<mxGeometry x="589.9999999999999" y="256" width="196.85000000000014" height="47.244" as="geometry" />
</mxCell>
<mxCell id="KyWeeukSC1btWjH9hE3m-74" value="ZGP" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=none;fillColor=#dae8fc;rotation=-90;" parent="KyWeeukSC1btWjH9hE3m-73" vertex="1">
<mxGeometry width="196.85" height="47.244" as="geometry" />
</mxCell>
<mxCell id="KyWeeukSC1btWjH9hE3m-75" value="IN" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=-90;" parent="KyWeeukSC1btWjH9hE3m-73" vertex="1">
<mxGeometry x="88" y="97" width="20" height="30" as="geometry" />
</mxCell>
<mxCell id="KyWeeukSC1btWjH9hE3m-76" value="OUT" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=-90;" parent="KyWeeukSC1btWjH9hE3m-73" vertex="1">
<mxGeometry x="83" y="-75" width="30" height="30" as="geometry" />
</mxCell>
<mxCell id="KyWeeukSC1btWjH9hE3m-77" value="" style="group;rotation=-90;" parent="_3OxQXkU264Wdn82NfiO-3" vertex="1" connectable="0">
<mxGeometry x="639.9999999999999" y="256" width="196.85000000000014" height="47.244" as="geometry" />
</mxCell>
<mxCell id="KyWeeukSC1btWjH9hE3m-78" value="ZGP" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=none;fillColor=#dae8fc;rotation=-90;" parent="KyWeeukSC1btWjH9hE3m-77" vertex="1">
<mxGeometry width="196.85" height="47.244" as="geometry" />
</mxCell>
<mxCell id="KyWeeukSC1btWjH9hE3m-79" value="IN" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=-90;" parent="KyWeeukSC1btWjH9hE3m-77" vertex="1">
<mxGeometry x="88" y="97" width="20" height="30" as="geometry" />
</mxCell>
<mxCell id="KyWeeukSC1btWjH9hE3m-80" value="OUT" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=-90;" parent="KyWeeukSC1btWjH9hE3m-77" vertex="1">
<mxGeometry x="83" y="-75" width="30" height="30" as="geometry" />
</mxCell>
<mxCell id="KyWeeukSC1btWjH9hE3m-81" value="" style="group;rotation=-90;" parent="_3OxQXkU264Wdn82NfiO-3" vertex="1" connectable="0">
<mxGeometry x="689.9999999999999" y="256" width="196.85000000000014" height="47.244" as="geometry" />
</mxCell>
<mxCell id="KyWeeukSC1btWjH9hE3m-82" value="ZGP" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=none;fillColor=#dae8fc;rotation=-90;" parent="KyWeeukSC1btWjH9hE3m-81" vertex="1">
<mxGeometry width="196.85" height="47.244" as="geometry" />
</mxCell>
<mxCell id="KyWeeukSC1btWjH9hE3m-83" value="IN" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=-90;" parent="KyWeeukSC1btWjH9hE3m-81" vertex="1">
<mxGeometry x="88" y="97" width="20" height="30" as="geometry" />
</mxCell>
<mxCell id="KyWeeukSC1btWjH9hE3m-84" value="OUT" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=-90;" parent="KyWeeukSC1btWjH9hE3m-81" vertex="1">
<mxGeometry x="83" y="-75" width="30" height="30" as="geometry" />
</mxCell>
<mxCell id="usN3ZbIppjX1u17pZXSg-1" value="Electronics" style="" parent="0" />
<mxCell id="usN3ZbIppjX1u17pZXSg-2" value="Battery" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=none;fillColor=#f8cecc;" parent="usN3ZbIppjX1u17pZXSg-1" vertex="1">
<mxGeometry x="886" y="185" width="440.94399999999996" height="188.976" as="geometry" />
</mxCell>
<mxCell id="6qjO5P2maZ8j2EizOne5-49" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;" parent="usN3ZbIppjX1u17pZXSg-1" source="CT10rOGa91gTNy2boWPN-9" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="1560" y="190" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="CT10rOGa91gTNy2boWPN-9" value="ext<br>jack" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=none;fillColor=#d5e8d4;rotation=0;" parent="usN3ZbIppjX1u17pZXSg-1" vertex="1">
<mxGeometry x="1285" y="160" width="47.01" height="42.99" as="geometry" />
</mxCell>
<mxCell id="91qYYm4PbLOY6wrU8Aov-2" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=0.75;entryY=1;entryDx=0;entryDy=0;" parent="usN3ZbIppjX1u17pZXSg-1" source="usN3ZbIppjX1u17pZXSg-4" target="CT10rOGa91gTNy2boWPN-6" edge="1">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="1290" y="282" />
<mxPoint x="1290" y="285" />
<mxPoint x="1300" y="285" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="usN3ZbIppjX1u17pZXSg-4" value="myvolts" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=none;fillColor=#d5e8d4;rotation=90;" parent="usN3ZbIppjX1u17pZXSg-1" vertex="1">
<mxGeometry x="1190" y="262" width="125.984" height="39.37" as="geometry" />
</mxCell>
<mxCell id="KyWeeukSC1btWjH9hE3m-31" value="" style="group;rotation=-90;" parent="usN3ZbIppjX1u17pZXSg-1" vertex="1" connectable="0">
<mxGeometry x="483.9999999999999" y="256" width="196.85000000000014" height="47.244" as="geometry" />
</mxCell>
<mxCell id="KyWeeukSC1btWjH9hE3m-12" value="ZGP" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=none;fillColor=#dae8fc;rotation=-90;" parent="KyWeeukSC1btWjH9hE3m-31" vertex="1">
<mxGeometry width="196.85" height="47.244" as="geometry" />
</mxCell>
<mxCell id="KyWeeukSC1btWjH9hE3m-19" value="IN" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=-90;" parent="KyWeeukSC1btWjH9hE3m-31" vertex="1">
<mxGeometry x="88" y="97" width="20" height="30" as="geometry" />
</mxCell>
<mxCell id="6qjO5P2maZ8j2EizOne5-41" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;" parent="KyWeeukSC1btWjH9hE3m-31" source="KyWeeukSC1btWjH9hE3m-30" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="-363.9999999999999" y="-166" as="targetPoint" />
<Array as="points">
<mxPoint x="98" y="-116" />
<mxPoint x="-274" y="-116" />
<mxPoint x="-274" y="-196" />
<mxPoint x="-364" y="-196" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="KyWeeukSC1btWjH9hE3m-30" value="OUT" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=-90;" parent="KyWeeukSC1btWjH9hE3m-31" vertex="1">
<mxGeometry x="83" y="-75" width="30" height="30" as="geometry" />
</mxCell>
<mxCell id="KyWeeukSC1btWjH9hE3m-85" value="USB<br>ribbon" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.25;exitDx=0;exitDy=0;entryX=1;entryY=0.5;entryDx=0;entryDy=0;" parent="usN3ZbIppjX1u17pZXSg-1" source="usN3ZbIppjX1u17pZXSg-2" target="usN3ZbIppjX1u17pZXSg-4" edge="1">
<mxGeometry x="-0.1144" y="3" relative="1" as="geometry">
<mxPoint x="1270" y="330" as="targetPoint" />
<Array as="points">
<mxPoint x="1360" y="232" />
<mxPoint x="1360" y="360" />
<mxPoint x="1253" y="360" />
</Array>
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="CT10rOGa91gTNy2boWPN-11" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" parent="usN3ZbIppjX1u17pZXSg-1" source="91qYYm4PbLOY6wrU8Aov-1" target="CT10rOGa91gTNy2boWPN-9" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="91qYYm4PbLOY6wrU8Aov-1" value="input<br>jack" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=none;fillColor=#d5e8d4;rotation=0;" parent="usN3ZbIppjX1u17pZXSg-1" vertex="1">
<mxGeometry x="1285" y="106.99999999999999" width="47.01" height="42.99" as="geometry" />
</mxCell>
<mxCell id="CT10rOGa91gTNy2boWPN-7" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.25;exitY=1;exitDx=0;exitDy=0;entryX=0;entryY=0.75;entryDx=0;entryDy=0;" parent="usN3ZbIppjX1u17pZXSg-1" source="CT10rOGa91gTNy2boWPN-6" target="91qYYm4PbLOY6wrU8Aov-1" edge="1">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="1277" y="262" />
<mxPoint x="1277" y="140" />
<mxPoint x="1285" y="140" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="CT10rOGa91gTNy2boWPN-6" value="switch" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=none;fillColor=#d5e8d4;rotation=90;" parent="usN3ZbIppjX1u17pZXSg-1" vertex="1">
<mxGeometry x="1304" y="262" width="45" height="22.99" as="geometry" />
</mxCell>
<mxCell id="6qjO5P2maZ8j2EizOne5-51" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;" parent="usN3ZbIppjX1u17pZXSg-1" source="CT10rOGa91gTNy2boWPN-12" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="-140" y="140" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="CT10rOGa91gTNy2boWPN-12" value="jack" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=none;fillColor=#d5e8d4;rotation=0;" parent="usN3ZbIppjX1u17pZXSg-1" vertex="1">
<mxGeometry x="33" y="100.99999999999999" width="47.01" height="42.99" as="geometry" />
</mxCell>
<mxCell id="6qjO5P2maZ8j2EizOne5-14" value="" style="group;rotation=-90;" parent="usN3ZbIppjX1u17pZXSg-1" vertex="1" connectable="0">
<mxGeometry x="533.9999999999999" y="256" width="196.85000000000014" height="47.244" as="geometry" />
</mxCell>
<mxCell id="6qjO5P2maZ8j2EizOne5-15" value="ZGP" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=none;fillColor=#dae8fc;rotation=-90;" parent="6qjO5P2maZ8j2EizOne5-14" vertex="1">
<mxGeometry width="196.85" height="47.244" as="geometry" />
</mxCell>
<mxCell id="6qjO5P2maZ8j2EizOne5-16" value="IN" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=-90;" parent="6qjO5P2maZ8j2EizOne5-14" vertex="1">
<mxGeometry x="88" y="97" width="20" height="30" as="geometry" />
</mxCell>
<mxCell id="6qjO5P2maZ8j2EizOne5-42" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;" parent="6qjO5P2maZ8j2EizOne5-14" source="6qjO5P2maZ8j2EizOne5-17" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="-113.99999999999989" y="-206" as="targetPoint" />
<Array as="points">
<mxPoint x="98" y="-136" />
<mxPoint x="-144" y="-136" />
<mxPoint x="-144" y="-226" />
<mxPoint x="-114" y="-226" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="6qjO5P2maZ8j2EizOne5-17" value="OUT" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=-90;" parent="6qjO5P2maZ8j2EizOne5-14" vertex="1">
<mxGeometry x="83" y="-75" width="30" height="30" as="geometry" />
</mxCell>
<mxCell id="6qjO5P2maZ8j2EizOne5-18" value="" style="group;rotation=-90;" parent="usN3ZbIppjX1u17pZXSg-1" vertex="1" connectable="0">
<mxGeometry x="583.9999999999999" y="256" width="196.85000000000014" height="47.244" as="geometry" />
</mxCell>
<mxCell id="6qjO5P2maZ8j2EizOne5-19" value="ZGP" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=none;fillColor=#dae8fc;rotation=-90;" parent="6qjO5P2maZ8j2EizOne5-18" vertex="1">
<mxGeometry width="196.85" height="47.244" as="geometry" />
</mxCell>
<mxCell id="6qjO5P2maZ8j2EizOne5-20" value="IN" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=-90;" parent="6qjO5P2maZ8j2EizOne5-18" vertex="1">
<mxGeometry x="88" y="97" width="20" height="30" as="geometry" />
</mxCell>
<mxCell id="6qjO5P2maZ8j2EizOne5-43" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;" parent="6qjO5P2maZ8j2EizOne5-18" source="6qjO5P2maZ8j2EizOne5-21" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="116.00000000000011" y="-166" as="targetPoint" />
<Array as="points">
<mxPoint x="98" y="-186" />
<mxPoint x="116" y="-186" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="6qjO5P2maZ8j2EizOne5-21" value="OUT" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=-90;" parent="6qjO5P2maZ8j2EizOne5-18" vertex="1">
<mxGeometry x="83" y="-75" width="30" height="30" as="geometry" />
</mxCell>
<mxCell id="6qjO5P2maZ8j2EizOne5-22" value="" style="group;rotation=-90;" parent="usN3ZbIppjX1u17pZXSg-1" vertex="1" connectable="0">
<mxGeometry x="633.9999999999999" y="256" width="196.85000000000014" height="47.244" as="geometry" />
</mxCell>
<mxCell id="6qjO5P2maZ8j2EizOne5-23" value="ZGP" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=none;fillColor=#dae8fc;rotation=-90;" parent="6qjO5P2maZ8j2EizOne5-22" vertex="1">
<mxGeometry width="196.85" height="47.244" as="geometry" />
</mxCell>
<mxCell id="6qjO5P2maZ8j2EizOne5-24" value="IN" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=-90;" parent="6qjO5P2maZ8j2EizOne5-22" vertex="1">
<mxGeometry x="88" y="97" width="20" height="30" as="geometry" />
</mxCell>
<mxCell id="6qjO5P2maZ8j2EizOne5-44" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;" parent="6qjO5P2maZ8j2EizOne5-22" source="6qjO5P2maZ8j2EizOne5-25" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="336.0000000000001" y="-206" as="targetPoint" />
<Array as="points">
<mxPoint x="98" y="-155" />
<mxPoint x="346" y="-155" />
<mxPoint x="346" y="-226" />
<mxPoint x="336" y="-226" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="6qjO5P2maZ8j2EizOne5-25" value="OUT" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=-90;" parent="6qjO5P2maZ8j2EizOne5-22" vertex="1">
<mxGeometry x="83" y="-75" width="30" height="30" as="geometry" />
</mxCell>
<mxCell id="6qjO5P2maZ8j2EizOne5-26" value="" style="group;rotation=-90;" parent="usN3ZbIppjX1u17pZXSg-1" vertex="1" connectable="0">
<mxGeometry x="684" y="256" width="196.85000000000014" height="47.244" as="geometry" />
</mxCell>
<mxCell id="6qjO5P2maZ8j2EizOne5-27" value="ZGP" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=none;fillColor=#dae8fc;rotation=-90;" parent="6qjO5P2maZ8j2EizOne5-26" vertex="1">
<mxGeometry width="196.85" height="47.244" as="geometry" />
</mxCell>
<mxCell id="6qjO5P2maZ8j2EizOne5-28" value="IN" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=-90;" parent="6qjO5P2maZ8j2EizOne5-26" vertex="1">
<mxGeometry x="88" y="97" width="20" height="30" as="geometry" />
</mxCell>
<mxCell id="6qjO5P2maZ8j2EizOne5-45" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;" parent="6qjO5P2maZ8j2EizOne5-26" source="6qjO5P2maZ8j2EizOne5-29" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="626" y="-166" as="targetPoint" />
<Array as="points">
<mxPoint x="98" y="-140" />
<mxPoint x="496" y="-140" />
<mxPoint x="496" y="-186" />
<mxPoint x="626" y="-186" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="6qjO5P2maZ8j2EizOne5-29" value="OUT" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=-90;" parent="6qjO5P2maZ8j2EizOne5-26" vertex="1">
<mxGeometry x="83" y="-75" width="30" height="30" as="geometry" />
</mxCell>
<mxCell id="6qjO5P2maZ8j2EizOne5-36" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;" parent="usN3ZbIppjX1u17pZXSg-1" source="6qjO5P2maZ8j2EizOne5-28" target="6qjO5P2maZ8j2EizOne5-24" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="6qjO5P2maZ8j2EizOne5-37" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;" parent="usN3ZbIppjX1u17pZXSg-1" source="6qjO5P2maZ8j2EizOne5-24" target="6qjO5P2maZ8j2EizOne5-20" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="6qjO5P2maZ8j2EizOne5-38" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;" parent="usN3ZbIppjX1u17pZXSg-1" source="6qjO5P2maZ8j2EizOne5-20" target="6qjO5P2maZ8j2EizOne5-16" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="6qjO5P2maZ8j2EizOne5-39" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;" parent="usN3ZbIppjX1u17pZXSg-1" source="6qjO5P2maZ8j2EizOne5-16" target="KyWeeukSC1btWjH9hE3m-19" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="6qjO5P2maZ8j2EizOne5-40" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;jumpStyle=arc;" parent="usN3ZbIppjX1u17pZXSg-1" source="91qYYm4PbLOY6wrU8Aov-1" target="CT10rOGa91gTNy2boWPN-12" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="250" y="410" as="targetPoint" />
<Array as="points">
<mxPoint x="1230" y="129" />
<mxPoint x="1230" y="160" />
<mxPoint x="57" y="160" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="CT10rOGa91gTNy2boWPN-1" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;" parent="usN3ZbIppjX1u17pZXSg-1" source="91qYYm4PbLOY6wrU8Aov-1" target="6qjO5P2maZ8j2EizOne5-28" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="840" y="280" as="targetPoint" />
<mxPoint x="1169" y="128.5" as="sourcePoint" />
<Array as="points">
<mxPoint x="1230" y="129" />
<mxPoint x="1230" y="160" />
<mxPoint x="840" y="160" />
<mxPoint x="840" y="170" />
<mxPoint x="810" y="170" />
<mxPoint x="810" y="368" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="6qjO5P2maZ8j2EizOne5-47" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;entryX=1;entryY=0.5;entryDx=0;entryDy=0;dashed=1;" parent="usN3ZbIppjX1u17pZXSg-1" source="6qjO5P2maZ8j2EizOne5-46" target="91qYYm4PbLOY6wrU8Aov-1" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="6qjO5P2maZ8j2EizOne5-46" value="9V<br>PSU" style="rounded=0;whiteSpace=wrap;html=1;" parent="usN3ZbIppjX1u17pZXSg-1" vertex="1">
<mxGeometry x="1400" y="110.49" width="40" height="36.01" as="geometry" />
</mxCell>
<mxCell id="Q8rApSmQ5LrJ4WZaXrRz-1" value="tip<br>GND" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="usN3ZbIppjX1u17pZXSg-1">
<mxGeometry x="550" y="700" width="46" height="110" as="geometry" />
</mxCell>
<mxCell id="Q8rApSmQ5LrJ4WZaXrRz-4" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;endArrow=none;endFill=0;" edge="1" parent="usN3ZbIppjX1u17pZXSg-1" source="Q8rApSmQ5LrJ4WZaXrRz-2" target="Q8rApSmQ5LrJ4WZaXrRz-3">
<mxGeometry relative="1" as="geometry">
<mxPoint x="850" y="660" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="Q8rApSmQ5LrJ4WZaXrRz-2" value="sleeve<br>9V" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="usN3ZbIppjX1u17pZXSg-1">
<mxGeometry x="650" y="570" width="46" height="110" as="geometry" />
</mxCell>
<mxCell id="Q8rApSmQ5LrJ4WZaXrRz-3" value="" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="usN3ZbIppjX1u17pZXSg-1">
<mxGeometry x="740" y="710" width="46" height="110" as="geometry" />
</mxCell>
<mxCell id="KyWeeukSC1btWjH9hE3m-1" value="Option 3" style="locked=1;" parent="0" visible="0" />
<mxCell id="KyWeeukSC1btWjH9hE3m-45" value="" style="group" parent="KyWeeukSC1btWjH9hE3m-1" vertex="1" connectable="0">
<mxGeometry x="179.9999999999999" y="110" width="196.85000000000014" height="47.244" as="geometry" />
</mxCell>
<mxCell id="KyWeeukSC1btWjH9hE3m-46" value="ZGP" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=none;fillColor=#dae8fc;rotation=0;" parent="KyWeeukSC1btWjH9hE3m-45" vertex="1">
<mxGeometry width="196.85" height="47.244" as="geometry" />
</mxCell>
<mxCell id="KyWeeukSC1btWjH9hE3m-47" value="IN" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;" parent="KyWeeukSC1btWjH9hE3m-45" vertex="1">
<mxGeometry x="1.1368683772161603e-13" y="8.620000000000005" width="20" height="30" as="geometry" />
</mxCell>
<mxCell id="KyWeeukSC1btWjH9hE3m-48" value="OUT" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;" parent="KyWeeukSC1btWjH9hE3m-45" vertex="1">
<mxGeometry x="166.85000000000014" y="8.620000000000005" width="30" height="30" as="geometry" />
</mxCell>
<mxCell id="KyWeeukSC1btWjH9hE3m-49" value="" style="group" parent="KyWeeukSC1btWjH9hE3m-1" vertex="1" connectable="0">
<mxGeometry x="379.9999999999999" y="110" width="196.85000000000014" height="47.244" as="geometry" />
</mxCell>
<mxCell id="KyWeeukSC1btWjH9hE3m-50" value="ZGP" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=none;fillColor=#dae8fc;rotation=0;" parent="KyWeeukSC1btWjH9hE3m-49" vertex="1">
<mxGeometry width="196.85" height="47.244" as="geometry" />
</mxCell>
<mxCell id="KyWeeukSC1btWjH9hE3m-51" value="IN" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;" parent="KyWeeukSC1btWjH9hE3m-49" vertex="1">
<mxGeometry x="1.1368683772161603e-13" y="8.620000000000005" width="20" height="30" as="geometry" />
</mxCell>
<mxCell id="KyWeeukSC1btWjH9hE3m-52" value="OUT" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;" parent="KyWeeukSC1btWjH9hE3m-49" vertex="1">
<mxGeometry x="166.85000000000014" y="8.620000000000005" width="30" height="30" as="geometry" />
</mxCell>
<mxCell id="KyWeeukSC1btWjH9hE3m-53" value="" style="group" parent="KyWeeukSC1btWjH9hE3m-1" vertex="1" connectable="0">
<mxGeometry x="579.9999999999999" y="110" width="196.85000000000014" height="47.244" as="geometry" />
</mxCell>
<mxCell id="KyWeeukSC1btWjH9hE3m-54" value="ZGP" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=none;fillColor=#dae8fc;rotation=0;" parent="KyWeeukSC1btWjH9hE3m-53" vertex="1">
<mxGeometry width="196.85" height="47.244" as="geometry" />
</mxCell>
<mxCell id="KyWeeukSC1btWjH9hE3m-55" value="IN" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;" parent="KyWeeukSC1btWjH9hE3m-53" vertex="1">
<mxGeometry x="1.1368683772161603e-13" y="8.620000000000005" width="20" height="30" as="geometry" />
</mxCell>
<mxCell id="KyWeeukSC1btWjH9hE3m-56" value="OUT" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;" parent="KyWeeukSC1btWjH9hE3m-53" vertex="1">
<mxGeometry x="166.85000000000014" y="8.620000000000005" width="30" height="30" as="geometry" />
</mxCell>
<mxCell id="KyWeeukSC1btWjH9hE3m-57" value="" style="group" parent="KyWeeukSC1btWjH9hE3m-1" vertex="1" connectable="0">
<mxGeometry x="779.9999999999999" y="110" width="196.85000000000014" height="47.244" as="geometry" />
</mxCell>
<mxCell id="KyWeeukSC1btWjH9hE3m-58" value="ZGP" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=none;fillColor=#dae8fc;rotation=0;" parent="KyWeeukSC1btWjH9hE3m-57" vertex="1">
<mxGeometry width="196.85" height="47.244" as="geometry" />
</mxCell>
<mxCell id="KyWeeukSC1btWjH9hE3m-59" value="IN" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;" parent="KyWeeukSC1btWjH9hE3m-57" vertex="1">
<mxGeometry x="1.1368683772161603e-13" y="8.620000000000005" width="20" height="30" as="geometry" />
</mxCell>
<mxCell id="KyWeeukSC1btWjH9hE3m-60" value="OUT" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;" parent="KyWeeukSC1btWjH9hE3m-57" vertex="1">
<mxGeometry x="166.85000000000014" y="8.620000000000005" width="30" height="30" as="geometry" />
</mxCell>
<mxCell id="KyWeeukSC1btWjH9hE3m-61" value="" style="group" parent="KyWeeukSC1btWjH9hE3m-1" vertex="1" connectable="0">
<mxGeometry x="980.9999999999999" y="110" width="196.85000000000014" height="47.244" as="geometry" />
</mxCell>
<mxCell id="KyWeeukSC1btWjH9hE3m-62" value="ZGP" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=none;fillColor=#dae8fc;rotation=0;" parent="KyWeeukSC1btWjH9hE3m-61" vertex="1">
<mxGeometry width="196.85" height="47.244" as="geometry" />
</mxCell>
<mxCell id="KyWeeukSC1btWjH9hE3m-63" value="IN" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;" parent="KyWeeukSC1btWjH9hE3m-61" vertex="1">
<mxGeometry x="1.1368683772161603e-13" y="8.620000000000005" width="20" height="30" as="geometry" />
</mxCell>
<mxCell id="KyWeeukSC1btWjH9hE3m-64" value="OUT" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;" parent="KyWeeukSC1btWjH9hE3m-61" vertex="1">
<mxGeometry x="166.85000000000014" y="8.620000000000005" width="30" height="30" as="geometry" />
</mxCell>
<mxCell id="_3OxQXkU264Wdn82NfiO-8" value="Pedals" style="locked=1;" parent="0" />
<mxCell id="_3OxQXkU264Wdn82NfiO-9" value="Polytune" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=none;opacity=50;fillColor=#fff2cc;" parent="_3OxQXkU264Wdn82NfiO-8" vertex="1">
<mxGeometry x="1158" y="90" width="169.291" height="366.14099999999996" as="geometry" />
</mxCell>
<mxCell id="_3OxQXkU264Wdn82NfiO-10" value="Keeley" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=none;opacity=50;fillColor=#fff2cc;" parent="_3OxQXkU264Wdn82NfiO-8" vertex="1">
<mxGeometry x="848" y="52.6" width="240.15699999999998" height="440.94399999999996" as="geometry" />
</mxCell>
<mxCell id="_3OxQXkU264Wdn82NfiO-12" value="Afterburner" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=none;opacity=50;fillColor=#fff2cc;" parent="_3OxQXkU264Wdn82NfiO-8" vertex="1">
<mxGeometry x="608" y="90" width="169.291" height="366.14099999999996" as="geometry" />
</mxCell>
<mxCell id="_3OxQXkU264Wdn82NfiO-13" value="808" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=none;opacity=50;fillColor=#fff2cc;" parent="_3OxQXkU264Wdn82NfiO-8" vertex="1">
<mxGeometry x="288" y="52.6" width="240.15699999999998" height="440.94399999999996" as="geometry" />
</mxCell>
<mxCell id="z0QlpHiGZPdp9IZPXXVh-1" value="Tonex ONE" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=none;opacity=50;fillColor=#fff2cc;" parent="_3OxQXkU264Wdn82NfiO-8" vertex="1">
<mxGeometry x="40" y="90" width="169.291" height="366.14099999999996" as="geometry" />
</mxCell>
<mxCell id="6qjO5P2maZ8j2EizOne5-48" value="Crybaby" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=none;opacity=50;fillColor=#fff2cc;" parent="_3OxQXkU264Wdn82NfiO-8" vertex="1">
<mxGeometry x="1560" y="90" width="169.291" height="366.14099999999996" as="geometry" />
</mxCell>
<mxCell id="6qjO5P2maZ8j2EizOne5-50" value="Reverb" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=none;opacity=50;fillColor=#fff2cc;" parent="_3OxQXkU264Wdn82NfiO-8" vertex="1">
<mxGeometry x="-310" y="90" width="169.291" height="366.14099999999996" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>
|