diff options
97 files changed, 42983 insertions, 12 deletions
diff --git a/tableconversion.py b/tableconversion.py index 15e300f..5fc74a6 100644 --- a/tableconversion.py +++ b/tableconversion.py @@ -1,4 +1,5 @@ import yaml +import numpy import pandas as pd def parse_wireviz_yml(file_path): @@ -6,27 +7,54 @@ def parse_wireviz_yml(file_path): with open(file_path, 'r') as file: data = yaml.safe_load(file) - # Extract the wires and their terminating points - wires = data.get('wires', []) + wires = data['cables'] + connectors = data['connectors'] + connections = data['connections'] wire_info = [] + for connection in connections: + #print(connection[0]) + connectorwpin = str(connection[0]) + connector = connectorwpin[2:connectorwpin.find("':")] + connectorpins = connectorwpin[connectorwpin.find(" [")+2:connectorwpin.rfind("]}")].strip(" ").split(",") + + connectorwires = str(connection[1]) + bundle = connectorwires[2:connectorwires.find("':")] + bundlewires = connectorwires[connectorwires.find(" [")+2:connectorwires.rfind("]}")].split(",") + print(connectorpins) + if len(connection) > 2: + connector2wpin = str(connection[2]) + connector2 = connector2wpin[2:connector2wpin.find("':")] + connector2pins = connector2wpin[connector2wpin.find(" [")+2:connector2wpin.rfind("]}")].split(",") + + for x in range(0,len(connectorpins)): + print(wires[bundle]['length']) + wire_info.append({ + 'End 1': connector, + 'Pin 1': connectorpins[x], + 'Length': wires[bundle]['length'], + 'Color': wires[bundle]['colors'][x], + 'Gauge': wires[bundle]['gauge'], + 'End 2': connector2, + 'Pin 2': connector2pins[x], + }) + + + + + #print(connection[1]) + for wire in wires: - wire_name = wire.get('name') - from_point = wire.get('from') - to_point = wire.get('to') + wire_name = wire + length = wires[wire]['length'] - wire_info.append({ - 'Wire Name': wire_name, - 'From': from_point, - 'To': to_point - }) # Create a DataFrame to display the data as a table - wire_df = pd.DataFrame(wire_info, columns=['Wire Name', 'From', 'To']) + wire_df = pd.DataFrame(wire_info, columns=['End 1', 'Pin 1', 'Length', 'Color', 'Gauge', 'End 2', 'Pin 2']) return wire_df # Path to your WireViz YML file -file_path = 'your_wireviz_file.yml' +file_path = 'wireviz\Choppy_IB_1X.yml' wire_table = parse_wireviz_yml(file_path) # Display the table diff --git a/wireviz/Choppy.zip b/wireviz/Choppy.zip Binary files differnew file mode 100644 index 0000000..024aef1 --- /dev/null +++ b/wireviz/Choppy.zip diff --git a/wireviz/Choppy_ECU_12FB.bom.tsv b/wireviz/Choppy_ECU_12FB.bom.tsv new file mode 100644 index 0000000..8d06fb3 --- /dev/null +++ b/wireviz/Choppy_ECU_12FB.bom.tsv @@ -0,0 +1,23 @@ +Id Description Qty Unit Designators +1 Connector, 90980-11875, 2 pins 2 Fuel Injector 1, Fuel Injector 2 +2 Connector, Bosch 1928405138, 1 pins 1 MAF Sensor +3 Connector, D261.205.356-01, 1 pins 1 LSU +4 Connector, DT04-3P, 3 pins 1 Tachometer +5 Connector, DTM04-2P, 2 pins 1 Servo Power +6 Connector, Delphi 12162825, 5 pins 4 Coil Pack 1, Coil Pack 2, Coil Pack 3, Coil Pack 4 +7 Connector, Delphi 15336205, 7 pins 1 ECUF +8 Connector, Delphi 15336209, 7 pins 1 ECUM +9 Connector, Engine GND 6 +10 Connector, MS24658-22D, 3 pins 1 KillSwitch +11 Connector, Molex 643203311, 4 pins 1 ECU1 +12 Connector, Pike Industries Busbar, 4 pins 2 Negative Bus Bar, Positive Bus Bar +13 Connector, TE 2319023-1, 8 pins 1 Fuse Block +14 Connector, splice 1 +15 Wire, 14 AWG, BN 50.0 Inches W13 +16 Wire, 14 AWG, GN 27.0 Inches W16 +17 Wire, 14 AWG, RD 446.5 Inches W1, W14, W15, W4, W6, W8 +18 Wire, 18 AWG, BK 316.0 Inches W12, W18, W20, W22 +19 Wire, 18 AWG, BN 16.5 Inches W3 +20 Wire, 18 AWG, GN 70.0 Inches W17, W3 +21 Wire, 18 AWG, GY 32.0 Inches W10, W19 +22 Wire, 18 AWG, RD 73.0 Inches W11, W2, W21, W7 diff --git a/wireviz/Choppy_ECU_12FB.gv b/wireviz/Choppy_ECU_12FB.gv new file mode 100644 index 0000000..ab70392 --- /dev/null +++ b/wireviz/Choppy_ECU_12FB.gv @@ -0,0 +1,1830 @@ +graph { +// Graph generated by WireViz 0.3.2 +// https://github.com/formatc1702/WireViz + graph [bgcolor="#FFFFFF" fontname=arial nodesep=0.33 rankdir=LR ranksep=2] + node [fillcolor="#FFFFFF" fontname=arial height=0 margin=0 shape=none style=filled width=0] + edge [fontname=arial style=bold] + ECUM [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">ECUM</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Delphi 15336209</td> + <td balign="left">7-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td>Ignition</td> + <td port="p1r">1</td> + </tr> + <tr> + <td>GND</td> + <td port="p2r">2</td> + </tr> + <tr> + <td>Extra Out 1</td> + <td port="p3r">3</td> + </tr> + <tr> + <td>Extra Out 2</td> + <td port="p4r">4</td> + </tr> + <tr> + <td>Starter/Exciter</td> + <td port="p5r">6</td> + </tr> + <tr> + <td>12V ECU</td> + <td port="p6r">7</td> + </tr> + <tr> + <td>12V Servo</td> + <td port="p7r">8</td> + </tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left"><img scale="false" src="images\ECU3.png"/></td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">ECU 12 Pin</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + ECUF [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">ECUF</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Delphi 15336205</td> + <td balign="left">7-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td>Starter/Exciter</td> + <td port="p1r">1</td> + </tr> + <tr> + <td>Extra Out 2</td> + <td port="p2r">3</td> + </tr> + <tr> + <td>Extra Out 1</td> + <td port="p3r">4</td> + </tr> + <tr> + <td>GND</td> + <td port="p4r">5</td> + </tr> + <tr> + <td>Ignition</td> + <td port="p5r">6</td> + </tr> + <tr> + <td>12V Servo</td> + <td port="p6r">11</td> + </tr> + <tr> + <td>12V ECU</td> + <td port="p7r">12</td> + </tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left"><img scale="false" src="images\ECU4.png"/></td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">ECU 12 Pin Connector to Fusebox</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + ECU1 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">ECU1</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Molex 643203311</td> + <td balign="left">4-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">B4</td> + <td>Extra Output 1</td> + </tr> + <tr> + <td port="p2l">C4</td> + <td>Extra Output 2</td> + </tr> + <tr> + <td port="p3l">L4</td> + <td>Engine Ground</td> + </tr> + <tr> + <td port="p4l">M4</td> + <td>ECU 12V</td> + </tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left" sides="TLR"><img scale="false" src="images\ECU1.png"/></td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left" sides="BLR">Connector 643201311</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + "Coil Pack 1" [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Coil Pack 1</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Delphi 12162825</td> + <td balign="left">5-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">A</td> + <td>ECU Sig</td> + <td port="p1r">A</td> + </tr> + <tr> + <td port="p2l">B</td> + <td>Sensor Ground</td> + <td port="p2r">B</td> + </tr> + <tr> + <td port="p3l">C</td> + <td>Head Ground</td> + <td port="p3r">C</td> + </tr> + <tr> + <td port="p4l">D</td> + <td>Battery Ground</td> + <td port="p4r">D</td> + </tr> + <tr> + <td port="p5l">E</td> + <td>Switched 12V</td> + <td port="p5r">E</td> + </tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left"><img scale="false" src="images\coil.png"/></td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + "Coil Pack 2" [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Coil Pack 2</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Delphi 12162825</td> + <td balign="left">5-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">A</td> + <td>ECU Sig</td> + <td port="p1r">A</td> + </tr> + <tr> + <td port="p2l">B</td> + <td>Sensor Ground</td> + <td port="p2r">B</td> + </tr> + <tr> + <td port="p3l">C</td> + <td>Head Ground</td> + <td port="p3r">C</td> + </tr> + <tr> + <td port="p4l">D</td> + <td>Battery Ground</td> + <td port="p4r">D</td> + </tr> + <tr> + <td port="p5l">E</td> + <td>Switched 12V</td> + <td port="p5r">E</td> + </tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left"><img scale="false" src="images\coil.png"/></td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + "Coil Pack 3" [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Coil Pack 3</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Delphi 12162825</td> + <td balign="left">5-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">A</td> + <td>ECU Sig</td> + <td port="p1r">A</td> + </tr> + <tr> + <td port="p2l">B</td> + <td>Sensor Ground</td> + <td port="p2r">B</td> + </tr> + <tr> + <td port="p3l">C</td> + <td>Head Ground</td> + <td port="p3r">C</td> + </tr> + <tr> + <td port="p4l">D</td> + <td>Battery Ground</td> + <td port="p4r">D</td> + </tr> + <tr> + <td port="p5l">E</td> + <td>Switched 12V</td> + <td port="p5r">E</td> + </tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left"><img scale="false" src="images\coil.png"/></td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + "Coil Pack 4" [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Coil Pack 4</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Delphi 12162825</td> + <td balign="left">5-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">A</td> + <td>ECU Sig</td> + <td port="p1r">A</td> + </tr> + <tr> + <td port="p2l">B</td> + <td>Sensor Ground</td> + <td port="p2r">B</td> + </tr> + <tr> + <td port="p3l">C</td> + <td>Head Ground</td> + <td port="p3r">C</td> + </tr> + <tr> + <td port="p4l">D</td> + <td>Battery Ground</td> + <td port="p4r">D</td> + </tr> + <tr> + <td port="p5l">E</td> + <td>Switched 12V</td> + <td port="p5r">E</td> + </tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left"><img scale="false" src="images\coil.png"/></td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + "Fuel Injector 1" [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Fuel Injector 1</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">90980-11875</td> + <td balign="left">2-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">1</td> + <td>12V</td> + </tr> + <tr> + <td port="p2l">2</td> + <td>ECU INJ</td> + </tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left"><img scale="false" src="images\90980-11875.png"/></td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + "Fuel Injector 2" [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Fuel Injector 2</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">90980-11875</td> + <td balign="left">2-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">1</td> + <td>12V</td> + </tr> + <tr> + <td port="p2l">2</td> + <td>ECU INJ</td> + </tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left"><img scale="false" src="images\90980-11875.png"/></td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + "MAF Sensor" [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">MAF Sensor</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Bosch 1928405138</td> + <td balign="left">1-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">4</td> + <td>12V</td> + </tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left"> + <table border="0" cellspacing="0" cellborder="0"><tr> + <td width="300" height="230.76923076923077" fixedsize="true"><img scale="true" src="images\MAF.png"/></td> + </tr></table> + </td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + LSU [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">LSU</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">D261.205.356-01</td> + <td balign="left">1-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">3</td> + <td>12V</td> + </tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left"><img scale="false" src="images\LSU.png"/></td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + "Servo Power" [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Servo Power</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">DTM04-2P</td> + <td balign="left">2-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">1</td> + <td>12V</td> + <td port="p1r">1</td> + </tr> + <tr> + <td port="p2l">2</td> + <td>GND</td> + <td port="p2r">2</td> + </tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left"><img scale="false" src="images\ServoP.png"/></td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Crimp mate DTM06-2S</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + "Fuse Block" [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Fuse Block</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">TE 2319023-1</td> + <td balign="left">8-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">1</td> + <td>F1+</td> + </tr> + <tr> + <td port="p2l">2</td> + <td>F1-</td> + </tr> + <tr> + <td port="p3l">3</td> + <td>F2+</td> + </tr> + <tr> + <td port="p4l">4</td> + <td>F2-</td> + </tr> + <tr> + <td port="p5l">5</td> + <td>F3+</td> + </tr> + <tr> + <td port="p6l">6</td> + <td>F3-</td> + </tr> + <tr> + <td port="p7l">7</td> + <td>F4+</td> + </tr> + <tr> + <td port="p8l">8</td> + <td>F4-</td> + </tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left"> + <table border="0" cellspacing="0" cellborder="0"><tr> + <td width="500" height="278.5234899328859" fixedsize="true"><img scale="true" src="images\FB.png"/></td> + </tr></table> + </td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">F1 15A, F2 15A, F3 5A</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + KillSwitch [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">KillSwitch</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">MS24658-22D</td> + <td balign="left">3-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">1</td> + <td>NC</td> + <td port="p1r">1</td> + </tr> + <tr> + <td port="p2l">2</td> + <td>common</td> + <td port="p2r">2</td> + </tr> + <tr> + <td port="p3l">3</td> + <td>KS</td> + <td port="p3r">3</td> + </tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left"><img scale="false" src="images\kill.png"/></td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Ring Terminal (Inner Diameter.260")</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + Tachometer [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Tachometer</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">DT04-3P</td> + <td balign="left">3-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">A</td> + <td>12V</td> + </tr> + <tr> + <td port="p2l">B</td> + <td>GND</td> + </tr> + <tr> + <td port="p3l">C</td> + <td>Out</td> + </tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left"> + <table border="0" cellspacing="0" cellborder="0"><tr> + <td width="300" height="290.49295774647885" fixedsize="true"><img scale="true" src="images\DT04-3P.png"/></td> + </tr></table> + </td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Mates with DT06-3S</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + "Positive Bus Bar" [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Positive Bus Bar</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Pike Industries Busbar</td> + <td balign="left">4-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1r">1</td> + </tr> + <tr> + <td port="p2r">2</td> + </tr> + <tr> + <td port="p3r">3</td> + </tr> + <tr> + <td port="p4r">4</td> + </tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + "Negative Bus Bar" [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Negative Bus Bar</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Pike Industries Busbar</td> + <td balign="left">4-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">1</td> + </tr> + <tr> + <td port="p2l">2</td> + </tr> + <tr> + <td port="p3l">3</td> + </tr> + <tr> + <td port="p4l">4</td> + </tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + "_Engine GND_1" [label=< +<table border="0" cellspacing="0" cellpadding="0" bgcolor="#AAAAAA"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Engine GND</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + "_Engine GND_2" [label=< +<table border="0" cellspacing="0" cellpadding="0" bgcolor="#AAAAAA"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Engine GND</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + "_Engine GND_3" [label=< +<table border="0" cellspacing="0" cellpadding="0" bgcolor="#AAAAAA"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Engine GND</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + "_Engine GND_4" [label=< +<table border="0" cellspacing="0" cellpadding="0" bgcolor="#AAAAAA"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Engine GND</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + "_Engine GND_5" [label=< +<table border="0" cellspacing="0" cellpadding="0" bgcolor="#AAAAAA"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Engine GND</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _S_1 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">splice</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + "_Engine GND_6" [label=< +<table border="0" cellspacing="0" cellpadding="0" bgcolor="#AAAAAA"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Engine GND</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + edge [color="#000000:#ff0000:#000000"] + ECUM:p1r:e -- W1:w1:w + W1:w1:e -- "Coil Pack 1":p5l:w + edge [color="#000000:#ff0000:#000000"] + W1:w1:e -- "Coil Pack 2":p5l:w + edge [color="#000000:#ff0000:#000000"] + W1:w1:e -- "Coil Pack 3":p5l:w + edge [color="#000000:#ff0000:#000000"] + W1:w1:e -- "Coil Pack 4":p5l:w + W1 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W1</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">14 AWG</td> + <td balign="left">50.0 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>ECUM:1:Ignition</td> + <td> + RD + </td> + <td>Coil Pack 1:E:Switched 12V</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">12 Inch difference between outermost coils.</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#ff0000:#000000"] + ECUM:p6r:e -- W2:w1:w + W2:w1:e -- "Fuel Injector 2":p1l:w + edge [color="#000000:#ff0000:#000000"] + W2:w1:e -- "Fuel Injector 1":p1l:w + W2 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W2</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">18 AWG</td> + <td balign="left">40.0 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>ECUM:7:12V ECU</td> + <td> + RD + </td> + <td>Fuel Injector 2:1:12V</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#00ff00:#000000"] + ECUM:p3r:e -- W3:w1:w + W3:w1:e -- ECU1:p1l:w + edge [color="#000000:#00ff00:#000000"] + ECUM:p4r:e -- W3:w2:w + W3:w2:e -- ECU1:p2l:w + edge [color="#000000:#895956:#000000"] + ECUM:p2r:e -- W3:w3:w + W3:w3:e -- ECU1:p3l:w + edge [color="#000000:#895956:#000000"] + W3:w3:e -- _S_1:w + W3 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W3</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">3x</td> + <td balign="left">18 AWG</td> + <td balign="left">16.5 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>ECUM:3:Extra Out 1</td> + <td> + GN + </td> + <td>ECU1:B4:Extra Output 1</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>ECUM:4:Extra Out 2</td> + <td> + GN + </td> + <td>ECU1:C4:Extra Output 2</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w2" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>ECUM:2:GND</td> + <td> + BN + </td> + <td>ECU1:L4:Engine Ground</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w3" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#ff0000:#000000"] + ECUF:p7r:e -- W4:w1:w + W4:w1:e -- "Fuse Block":p2l:w + edge [color="#000000:#ff0000:#000000"] + ECUF:p5r:e -- W4:w2:w + W4:w2:e -- "Fuse Block":p4l:w + W4 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W4</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">2x</td> + <td balign="left">14 AWG</td> + <td balign="left">10.0 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>ECUF:12:12V ECU</td> + <td> + RD + </td> + <td>Fuse Block:2:F1-</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>ECUF:6:Ignition</td> + <td> + RD + </td> + <td>Fuse Block:4:F2-</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w2" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#ff0000:#000000"] + "Positive Bus Bar":p3r:e -- W6:w1:w + W6:w1:e -- "Fuse Block":p1l:w + edge [color="#000000:#ff0000:#000000"] + "Positive Bus Bar":p3r:e -- W6:w2:w + W6:w2:e -- "Fuse Block":p5l:w + W6 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W6</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">2x</td> + <td balign="left">14 AWG</td> + <td balign="left">10.0 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>Positive Bus Bar:3</td> + <td> + RD + </td> + <td>Fuse Block:1:F1+</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Positive Bus Bar:3</td> + <td> + RD + </td> + <td>Fuse Block:5:F3+</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w2" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#ff0000:#000000"] + ECUF:p6r:e -- W7:w1:w + W7:w1:e -- "Fuse Block":p6l:w + W7 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W7</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">18 AWG</td> + <td balign="left">10.0 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>ECUF:11:12V Servo</td> + <td> + RD + </td> + <td>Fuse Block:6:F3-</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#ff0000:#000000"] + "Positive Bus Bar":p4r:e -- W8:w1:w + W8:w1:e -- KillSwitch:p2l:w + W8 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W8</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">14 AWG</td> + <td balign="left">170.0 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>Positive Bus Bar:4</td> + <td> + RD + </td> + <td>KillSwitch:2:common</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#999999:#000000"] + "Coil Pack 1":p3r:e -- W10:w1:w + W10:w1:e -- "_Engine GND_1":w + edge [color="#000000:#999999:#000000"] + "Coil Pack 4":p3r:e -- W10:w2:w + W10:w2:e -- "_Engine GND_2":w + W10 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W10</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">2x</td> + <td balign="left">18 AWG</td> + <td balign="left">10.0 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>Coil Pack 1:C:Head Ground</td> + <td> + GY + </td> + <td></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#999999" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Coil Pack 4:C:Head Ground</td> + <td> + GY + </td> + <td></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w2" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#999999" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#999999:#000000"] + "Coil Pack 3":p3r:e -- W19:w1:w + W19:w1:e -- "_Engine GND_3":w + edge [color="#000000:#999999:#000000"] + "Coil Pack 2":p3r:e -- W19:w2:w + W19:w2:e -- "_Engine GND_4":w + W19 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W19</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">2x</td> + <td balign="left">18 AWG</td> + <td balign="left">6.0 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>Coil Pack 3:C:Head Ground</td> + <td> + GY + </td> + <td></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#999999" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Coil Pack 2:C:Head Ground</td> + <td> + GY + </td> + <td></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w2" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#999999" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#000000:#000000"] + "Coil Pack 1":p4r:e -- W20:w1:w + W20:w1:e -- "Negative Bus Bar":p4l:w + edge [color="#000000:#000000:#000000"] + "Coil Pack 2":p4r:e -- W20:w2:w + W20:w2:e -- "Negative Bus Bar":p4l:w + edge [color="#000000:#000000:#000000"] + "Coil Pack 3":p4r:e -- W20:w3:w + W20:w3:e -- "Negative Bus Bar":p4l:w + edge [color="#000000:#000000:#000000"] + "Coil Pack 4":p4r:e -- W20:w4:w + W20:w4:e -- "Negative Bus Bar":p4l:w + W20 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W20</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">4x</td> + <td balign="left">18 AWG</td> + <td balign="left">60.0 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>Coil Pack 1:D:Battery Ground</td> + <td> + BK + </td> + <td>Negative Bus Bar:4</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Coil Pack 2:D:Battery Ground</td> + <td> + BK + </td> + <td>Negative Bus Bar:4</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w2" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Coil Pack 3:D:Battery Ground</td> + <td> + BK + </td> + <td>Negative Bus Bar:4</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w3" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Coil Pack 4:D:Battery Ground</td> + <td> + BK + </td> + <td>Negative Bus Bar:4</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w4" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#ff0000:#000000"] + ECUM:p7r:e -- W11:w1:w + W11:w1:e -- "Servo Power":p1l:w + W11 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W11</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">18 AWG</td> + <td balign="left">2.0 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>ECUM:8:12V Servo</td> + <td> + RD + </td> + <td>Servo Power:1:12V</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Servo Wire is Long Enough</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#000000:#000000"] + "_Engine GND_5":e -- W12:w1:w + W12:w1:e -- Tachometer:p2l:w + W12 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W12</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">18 AWG</td> + <td balign="left">60.0 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td></td> + <td> + BK + </td> + <td>Tachometer:B:GND</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Distance is from ECU to engine ground.</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#895956:#000000"] + _S_1:e -- W13:w1:w + W13:w1:e -- "_Engine GND_6":w + W13 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W13</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">14 AWG</td> + <td balign="left">50.0 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td></td> + <td> + BN + </td> + <td></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Ring Terminal On Block.</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#ff0000:#000000"] + KillSwitch:p3r:e -- W14:w1:w + W14:w1:e -- "Fuse Block":p3l:w + W14 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W14</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">14 AWG</td> + <td balign="left">170.0 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>KillSwitch:3:KS</td> + <td> + RD + </td> + <td>Fuse Block:3:F2+</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#ff0000:#000000"] + ECUM:p6r:e -- W15:w1:w + W15:w1:e -- ECU1:p4l:w + W15 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W15</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">14 AWG</td> + <td balign="left">16.5 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>ECUM:7:12V ECU</td> + <td> + RD + </td> + <td>ECU1:M4:ECU 12V</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#00ff00:#000000"] + ECUF:p3r:e -- W16:w1:w + W16:w1:e -- "MAF Sensor":p1l:w + W16 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W16</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">14 AWG</td> + <td balign="left">27.0 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>ECUF:4:Extra Out 1</td> + <td> + GN + </td> + <td>MAF Sensor:4:12V</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#00ff00:#000000"] + ECUF:p2r:e -- W17:w1:w + W17:w1:e -- Tachometer:p1l:w + W17 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W17</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">18 AWG</td> + <td balign="left">37.0 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>ECUF:3:Extra Out 2</td> + <td> + GN + </td> + <td>Tachometer:A:12V</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Pre-attached wire is of sufficient length to reach ECU.</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#000000:#000000"] + ECUF:p4r:e -- W18:w1:w + W18:w1:e -- "Negative Bus Bar":p3l:w + W18 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W18</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">18 AWG</td> + <td balign="left">10.0 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>ECUF:5:GND</td> + <td> + BK + </td> + <td>Negative Bus Bar:3</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#ff0000:#000000"] + ECUM:p6r:e -- W21:w1:w + W21:w1:e -- LSU:p1l:w + W21 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W21</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">18 AWG</td> + <td balign="left">21.0 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>ECUM:7:12V ECU</td> + <td> + RD + </td> + <td>LSU:3:12V</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#000000:#000000"] + "Servo Power":p2r:e -- W22:w1:w + W22:w1:e -- "Negative Bus Bar":p2l:w + W22 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W22</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">18 AWG</td> + <td balign="left">6.0 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>Servo Power:2:GND</td> + <td> + BK + </td> + <td>Negative Bus Bar:2</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] +} diff --git a/wireviz/Choppy_ECU_12FB.html b/wireviz/Choppy_ECU_12FB.html new file mode 100644 index 0000000..a63c2c7 --- /dev/null +++ b/wireviz/Choppy_ECU_12FB.html @@ -0,0 +1,1693 @@ +<!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_ECU_12FB</title> +</head><body style="font-family:arial;background-color:#FFFFFF"> +<h1>Choppy_ECU_12FB</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="2450pt" height="5025pt" + viewBox="0.00 0.00 2450.00 5024.50" 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 5020.5)"> +<polygon fill="#ffffff" stroke="none" points="-4,4 -4,-5020.5 2446,-5020.5 2446,4 -4,4"/> +<!-- ECUM --> +<g id="node1" class="node"> +<title>ECUM</title> +<polygon fill="#ffffff" stroke="black" points="236,-1871 0,-1871 0,-1486.5 236,-1486.5 236,-1871"/> +<polygon fill="none" stroke="black" points="0,-1846.5 0,-1871 236,-1871 236,-1846.5 0,-1846.5"/> +<text text-anchor="start" x="97.38" y="-1853.7" font-family="arial" font-size="14.00">ECUM</text> +<polygon fill="none" stroke="black" points="0,-1822 0,-1846.5 157.38,-1846.5 157.38,-1822 0,-1822"/> +<text text-anchor="start" x="23.56" y="-1829.2" font-family="arial" font-size="14.00">Delphi 15336209</text> +<polygon fill="none" stroke="black" points="157.38,-1822 157.38,-1846.5 236,-1846.5 236,-1822 157.38,-1822"/> +<text text-anchor="start" x="180.94" y="-1829.2" font-family="arial" font-size="14.00">7-pin</text> +<polygon fill="none" stroke="black" points="0,-1798 0,-1822 158.5,-1822 158.5,-1798 0,-1798"/> +<text text-anchor="start" x="56.38" y="-1804.7" font-family="arial" font-size="14.00">Ignition</text> +<polygon fill="none" stroke="black" points="158.5,-1798 158.5,-1822 236,-1822 236,-1798 158.5,-1798"/> +<text text-anchor="start" x="193.12" y="-1804.7" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="0,-1774 0,-1798 158.5,-1798 158.5,-1774 0,-1774"/> +<text text-anchor="start" x="63.5" y="-1780.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="158.5,-1774 158.5,-1798 236,-1798 236,-1774 158.5,-1774"/> +<text text-anchor="start" x="193.12" y="-1780.7" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="0,-1750 0,-1774 158.5,-1774 158.5,-1750 0,-1750"/> +<text text-anchor="start" x="44" y="-1756.7" font-family="arial" font-size="14.00">Extra Out 1</text> +<polygon fill="none" stroke="black" points="158.5,-1750 158.5,-1774 236,-1774 236,-1750 158.5,-1750"/> +<text text-anchor="start" x="193.12" y="-1756.7" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="0,-1726 0,-1750 158.5,-1750 158.5,-1726 0,-1726"/> +<text text-anchor="start" x="44" y="-1732.7" font-family="arial" font-size="14.00">Extra Out 2</text> +<polygon fill="none" stroke="black" points="158.5,-1726 158.5,-1750 236,-1750 236,-1726 158.5,-1726"/> +<text text-anchor="start" x="193.12" y="-1732.7" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="0,-1702 0,-1726 158.5,-1726 158.5,-1702 0,-1702"/> +<text text-anchor="start" x="34.62" y="-1708.7" font-family="arial" font-size="14.00">Starter/Exciter</text> +<polygon fill="none" stroke="black" points="158.5,-1702 158.5,-1726 236,-1726 236,-1702 158.5,-1702"/> +<text text-anchor="start" x="193.12" y="-1708.7" font-family="arial" font-size="14.00">6</text> +<polygon fill="none" stroke="black" points="0,-1678 0,-1702 158.5,-1702 158.5,-1678 0,-1678"/> +<text text-anchor="start" x="49.25" y="-1684.7" font-family="arial" font-size="14.00">12V ECU</text> +<polygon fill="none" stroke="black" points="158.5,-1678 158.5,-1702 236,-1702 236,-1678 158.5,-1678"/> +<text text-anchor="start" x="193.12" y="-1684.7" font-family="arial" font-size="14.00">7</text> +<polygon fill="none" stroke="black" points="0,-1654 0,-1678 158.5,-1678 158.5,-1654 0,-1654"/> +<text text-anchor="start" x="45.5" y="-1660.7" font-family="arial" font-size="14.00">12V Servo</text> +<polygon fill="none" stroke="black" points="158.5,-1654 158.5,-1678 236,-1678 236,-1654 158.5,-1654"/> +<text text-anchor="start" x="193.12" y="-1660.7" font-family="arial" font-size="14.00">8</text> +<polygon fill="none" stroke="black" points="0,-1511 0,-1654 236,-1654 236,-1511 0,-1511"/> +<image xlink:href="images\ECU3.png" width="228px" height="135px" preserveAspectRatio="xMinYMin meet" x="4" y="-1650"/> +<polygon fill="none" stroke="black" points="0,-1486.5 0,-1511 236,-1511 236,-1486.5 0,-1486.5"/> +<text text-anchor="start" x="80.88" y="-1493.7" font-family="arial" font-size="14.00">ECU 12 Pin</text> +</g> +<!-- W1 --> +<g id="node25" class="node"> +<title>W1</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="727.5,-2592.5 382.5,-2592.5 382.5,-2453 727.5,-2453 727.5,-2592.5"/> +<polygon fill="none" stroke="black" points="382.5,-2568 382.5,-2592.5 727.5,-2592.5 727.5,-2568 382.5,-2568"/> +<text text-anchor="start" x="543.75" y="-2575.2" font-family="arial" font-size="14.00">W1</text> +<polygon fill="none" stroke="black" points="382.5,-2543.5 382.5,-2568 464,-2568 464,-2543.5 382.5,-2543.5"/> +<text text-anchor="start" x="415.75" y="-2550.7" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="464,-2543.5 464,-2568 586,-2568 586,-2543.5 464,-2543.5"/> +<text text-anchor="start" x="497.25" y="-2550.7" font-family="arial" font-size="14.00">14 AWG</text> +<polygon fill="none" stroke="black" points="586,-2543.5 586,-2568 727.5,-2568 727.5,-2543.5 586,-2543.5"/> +<text text-anchor="start" x="619.25" y="-2550.7" font-family="arial" font-size="14.00">50.0 Inches</text> +<text text-anchor="start" x="433.62" y="-2528.2" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="384.12" y="-2508.2" font-family="arial" font-size="14.00">ECUM:1:Ignition</text> +<text text-anchor="start" x="490.12" y="-2508.2" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="548.5" y="-2508.2" font-family="arial" font-size="14.00">Coil Pack 1:E:Switched 12V</text> +<polygon fill="#000000" stroke="none" points="382.5,-2501.5 382.5,-2503.5 727.5,-2503.5 727.5,-2501.5 382.5,-2501.5"/> +<polygon fill="#ff0000" stroke="none" points="382.5,-2499.5 382.5,-2501.5 727.5,-2501.5 727.5,-2499.5 382.5,-2499.5"/> +<polygon fill="#000000" stroke="none" points="382.5,-2497.5 382.5,-2499.5 727.5,-2499.5 727.5,-2497.5 382.5,-2497.5"/> +<text text-anchor="start" x="433.62" y="-2482.2" font-family="arial" font-size="14.00"> </text> +<polygon fill="none" stroke="black" points="382.5,-2453 382.5,-2477.5 727.5,-2477.5 727.5,-2453 382.5,-2453"/> +<text text-anchor="start" x="416.25" y="-2460.2" font-family="arial" font-size="14.00">12 Inch difference between outermost coils.</text> +</g> +<!-- ECUM--W1 --> +<g id="edge1" class="edge"> +<title>ECUM:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M236,-1808C551.27,-1811.14 69.51,-2501.64 381.5,-2498.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M236,-1810C549.63,-1810 67.87,-2500.5 381.5,-2500.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M236,-1812C547.99,-1808.86 66.23,-2499.36 381.5,-2502.5"/> +</g> +<!-- W2 --> +<g id="node26" class="node"> +<title>W2</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="712.5,-984.25 397.5,-984.25 397.5,-869.25 712.5,-869.25 712.5,-984.25"/> +<polygon fill="none" stroke="black" points="397.5,-959.75 397.5,-984.25 712.5,-984.25 712.5,-959.75 397.5,-959.75"/> +<text text-anchor="start" x="543.75" y="-966.95" font-family="arial" font-size="14.00">W2</text> +<polygon fill="none" stroke="black" points="397.5,-935.25 397.5,-959.75 469,-959.75 469,-935.25 397.5,-935.25"/> +<text text-anchor="start" x="425.75" y="-942.45" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="469,-935.25 469,-959.75 581,-959.75 581,-935.25 469,-935.25"/> +<text text-anchor="start" x="497.25" y="-942.45" font-family="arial" font-size="14.00">18 AWG</text> +<polygon fill="none" stroke="black" points="581,-935.25 581,-959.75 712.5,-959.75 712.5,-935.25 581,-935.25"/> +<text text-anchor="start" x="609.25" y="-942.45" font-family="arial" font-size="14.00">40.0 Inches</text> +<text text-anchor="start" x="456.12" y="-919.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="399.5" y="-899.95" font-family="arial" font-size="14.00">ECUM:7:12V ECU</text> +<text text-anchor="start" x="520.12" y="-899.95" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="578.12" y="-899.95" font-family="arial" font-size="14.00">Fuel Injector 2:1:12V</text> +<polygon fill="#000000" stroke="none" points="397.5,-893.25 397.5,-895.25 712.5,-895.25 712.5,-893.25 397.5,-893.25"/> +<polygon fill="#ff0000" stroke="none" points="397.5,-891.25 397.5,-893.25 712.5,-893.25 712.5,-891.25 397.5,-891.25"/> +<polygon fill="#000000" stroke="none" points="397.5,-889.25 397.5,-891.25 712.5,-891.25 712.5,-889.25 397.5,-889.25"/> +<text text-anchor="start" x="456.12" y="-873.95" font-family="arial" font-size="14.00"> </text> +</g> +<!-- ECUM--W2 --> +<g id="edge6" class="edge"> +<title>ECUM:e--W2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M236,-1688C596.03,-1691.15 33.21,-893.4 396.5,-890.25"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M236,-1690C597.66,-1690 34.84,-892.25 396.5,-892.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M236,-1692C599.29,-1688.85 36.47,-891.1 396.5,-894.25"/> +</g> +<!-- W3 --> +<g id="node27" class="node"> +<title>W3</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="730,-1950.25 380,-1950.25 380,-1783.25 730,-1783.25 730,-1950.25"/> +<polygon fill="none" stroke="black" points="380,-1925.75 380,-1950.25 730,-1950.25 730,-1925.75 380,-1925.75"/> +<text text-anchor="start" x="543.75" y="-1932.95" font-family="arial" font-size="14.00">W3</text> +<polygon fill="none" stroke="black" points="380,-1901.25 380,-1925.75 463.17,-1925.75 463.17,-1901.25 380,-1901.25"/> +<text text-anchor="start" x="414.08" y="-1908.45" font-family="arial" font-size="14.00">3x</text> +<polygon fill="none" stroke="black" points="463.17,-1901.25 463.17,-1925.75 586.83,-1925.75 586.83,-1901.25 463.17,-1901.25"/> +<text text-anchor="start" x="497.25" y="-1908.45" font-family="arial" font-size="14.00">18 AWG</text> +<polygon fill="none" stroke="black" points="586.83,-1901.25 586.83,-1925.75 730,-1925.75 730,-1901.25 586.83,-1901.25"/> +<text text-anchor="start" x="620.92" y="-1908.45" font-family="arial" font-size="14.00">16.5 Inches</text> +<text text-anchor="start" x="443.62" y="-1885.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="381.75" y="-1865.95" font-family="arial" font-size="14.00">ECUM:3:Extra Out 1</text> +<text text-anchor="start" x="512.62" y="-1865.95" font-family="arial" font-size="14.00">     GN    </text> +<text text-anchor="start" x="572.62" y="-1865.95" font-family="arial" font-size="14.00">ECU1:B4:Extra Output 1</text> +<polygon fill="#000000" stroke="none" points="380,-1859.25 380,-1861.25 730,-1861.25 730,-1859.25 380,-1859.25"/> +<polygon fill="#00ff00" stroke="none" points="380,-1857.25 380,-1859.25 730,-1859.25 730,-1857.25 380,-1857.25"/> +<polygon fill="#000000" stroke="none" points="380,-1855.25 380,-1857.25 730,-1857.25 730,-1855.25 380,-1855.25"/> +<text text-anchor="start" x="381.75" y="-1839.95" font-family="arial" font-size="14.00">ECUM:4:Extra Out 2</text> +<text text-anchor="start" x="512.62" y="-1839.95" font-family="arial" font-size="14.00">     GN    </text> +<text text-anchor="start" x="572.25" y="-1839.95" font-family="arial" font-size="14.00">ECU1:C4:Extra Output 2</text> +<polygon fill="#000000" stroke="none" points="380,-1833.25 380,-1835.25 730,-1835.25 730,-1833.25 380,-1833.25"/> +<polygon fill="#00ff00" stroke="none" points="380,-1831.25 380,-1833.25 730,-1833.25 730,-1831.25 380,-1831.25"/> +<polygon fill="#000000" stroke="none" points="380,-1829.25 380,-1831.25 730,-1831.25 730,-1829.25 380,-1829.25"/> +<text text-anchor="start" x="401.25" y="-1813.95" font-family="arial" font-size="14.00">ECUM:2:GND</text> +<text text-anchor="start" x="513.38" y="-1813.95" font-family="arial" font-size="14.00">     BN    </text> +<text text-anchor="start" x="570.75" y="-1813.95" font-family="arial" font-size="14.00">ECU1:L4:Engine Ground</text> +<polygon fill="#000000" stroke="none" points="380,-1807.25 380,-1809.25 730,-1809.25 730,-1807.25 380,-1807.25"/> +<polygon fill="#895956" stroke="none" points="380,-1805.25 380,-1807.25 730,-1807.25 730,-1805.25 380,-1805.25"/> +<polygon fill="#000000" stroke="none" points="380,-1803.25 380,-1805.25 730,-1805.25 730,-1803.25 380,-1803.25"/> +<text text-anchor="start" x="443.62" y="-1787.95" font-family="arial" font-size="14.00"> </text> +</g> +<!-- ECUM--W3 --> +<g id="edge9" class="edge"> +<title>ECUM:e--W3:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M236,-1760C314.97,-1762.21 305.01,-1858.46 380,-1856.25"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M236,-1762C312.98,-1762 303.02,-1858.25 380,-1858.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M236,-1764C310.99,-1761.79 301.03,-1858.04 380,-1860.25"/> +</g> +<!-- ECUM--W3 --> +<g id="edge11" class="edge"> +<title>ECUM:e--W3:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M236,-1736C314.48,-1738.19 305.5,-1832.44 380,-1830.25"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M236,-1738C312.49,-1738 303.51,-1832.25 380,-1832.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M236,-1740C310.5,-1737.81 301.52,-1832.06 380,-1834.25"/> +</g> +<!-- ECUM--W3 --> +<g id="edge13" class="edge"> +<title>ECUM:e--W3:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M236,-1784C302.25,-1784.82 316.99,-1805.07 380,-1804.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M236,-1786C300.63,-1786 315.37,-1806.25 380,-1806.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M236,-1788C299.01,-1787.18 313.75,-1807.43 380,-1808.25"/> +</g> +<!-- W11 --> +<g id="node35" class="node"> +<title>W11</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="711.5,-1551.5 398.5,-1551.5 398.5,-1412 711.5,-1412 711.5,-1551.5"/> +<polygon fill="none" stroke="black" points="398.5,-1527 398.5,-1551.5 711.5,-1551.5 711.5,-1527 398.5,-1527"/> +<text text-anchor="start" x="539.62" y="-1534.2" font-family="arial" font-size="14.00">W11</text> +<polygon fill="none" stroke="black" points="398.5,-1502.5 398.5,-1527 472.08,-1527 472.08,-1502.5 398.5,-1502.5"/> +<text text-anchor="start" x="427.79" y="-1509.7" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="472.08,-1502.5 472.08,-1527 586.17,-1527 586.17,-1502.5 472.08,-1502.5"/> +<text text-anchor="start" x="501.38" y="-1509.7" font-family="arial" font-size="14.00">18 AWG</text> +<polygon fill="none" stroke="black" points="586.17,-1502.5 586.17,-1527 711.5,-1527 711.5,-1502.5 586.17,-1502.5"/> +<text text-anchor="start" x="615.46" y="-1509.7" font-family="arial" font-size="14.00">2.0 Inches</text> +<text text-anchor="start" x="460.62" y="-1487.2" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="400.25" y="-1467.2" font-family="arial" font-size="14.00">ECUM:8:12V Servo</text> +<text text-anchor="start" x="528.12" y="-1467.2" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="586.12" y="-1467.2" font-family="arial" font-size="14.00">Servo Power:1:12V</text> +<polygon fill="#000000" stroke="none" points="398.5,-1460.5 398.5,-1462.5 711.5,-1462.5 711.5,-1460.5 398.5,-1460.5"/> +<polygon fill="#ff0000" stroke="none" points="398.5,-1458.5 398.5,-1460.5 711.5,-1460.5 711.5,-1458.5 398.5,-1458.5"/> +<polygon fill="#000000" stroke="none" points="398.5,-1456.5 398.5,-1458.5 711.5,-1458.5 711.5,-1456.5 398.5,-1456.5"/> +<text text-anchor="start" x="460.62" y="-1441.2" font-family="arial" font-size="14.00"> </text> +<polygon fill="none" stroke="black" points="398.5,-1412 398.5,-1436.5 711.5,-1436.5 711.5,-1412 398.5,-1412"/> +<text text-anchor="start" x="468" y="-1419.2" font-family="arial" font-size="14.00">Servo Wire is Long Enough</text> +</g> +<!-- ECUM--W11 --> +<g id="edge44" class="edge"> +<title>ECUM:e--W11:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M236,-1664C350.62,-1666.65 279.1,-1460.15 397.5,-1457.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M236,-1666C352.51,-1666 280.99,-1459.5 397.5,-1459.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M236,-1668C354.4,-1665.35 282.88,-1458.85 397.5,-1461.5"/> +</g> +<!-- W15 --> +<g id="node39" class="node"> +<title>W15</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="709,-1759.25 401,-1759.25 401,-1644.25 709,-1644.25 709,-1759.25"/> +<polygon fill="none" stroke="black" points="401,-1734.75 401,-1759.25 709,-1759.25 709,-1734.75 401,-1734.75"/> +<text text-anchor="start" x="539.62" y="-1741.95" font-family="arial" font-size="14.00">W15</text> +<polygon fill="none" stroke="black" points="401,-1710.25 401,-1734.75 470.17,-1734.75 470.17,-1710.25 401,-1710.25"/> +<text text-anchor="start" x="428.08" y="-1717.45" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="470.17,-1710.25 470.17,-1734.75 579.83,-1734.75 579.83,-1710.25 470.17,-1710.25"/> +<text text-anchor="start" x="497.25" y="-1717.45" font-family="arial" font-size="14.00">14 AWG</text> +<polygon fill="none" stroke="black" points="579.83,-1710.25 579.83,-1734.75 709,-1734.75 709,-1710.25 579.83,-1710.25"/> +<text text-anchor="start" x="606.92" y="-1717.45" font-family="arial" font-size="14.00">16.5 Inches</text> +<text text-anchor="start" x="459.62" y="-1694.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="403" y="-1674.95" font-family="arial" font-size="14.00">ECUM:7:12V ECU</text> +<text text-anchor="start" x="523.62" y="-1674.95" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="581.88" y="-1674.95" font-family="arial" font-size="14.00">ECU1:M4:ECU 12V</text> +<polygon fill="#000000" stroke="none" points="401,-1668.25 401,-1670.25 709,-1670.25 709,-1668.25 401,-1668.25"/> +<polygon fill="#ff0000" stroke="none" points="401,-1666.25 401,-1668.25 709,-1668.25 709,-1666.25 401,-1666.25"/> +<polygon fill="#000000" stroke="none" points="401,-1664.25 401,-1666.25 709,-1666.25 709,-1664.25 401,-1664.25"/> +<text text-anchor="start" x="459.62" y="-1648.95" font-family="arial" font-size="14.00"> </text> +</g> +<!-- ECUM--W15 --> +<g id="edge52" class="edge"> +<title>ECUM:e--W15:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M236,-1688C307.98,-1688.81 324.81,-1666.06 400,-1665.25"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M236,-1690C309.59,-1690 326.41,-1667.25 400,-1667.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M236,-1692C311.19,-1691.19 328.02,-1668.44 400,-1669.25"/> +</g> +<!-- W21 --> +<g id="node43" class="node"> +<title>W21</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="681,-561.25 429,-561.25 429,-446.25 681,-446.25 681,-561.25"/> +<polygon fill="none" stroke="black" points="429,-536.75 429,-561.25 681,-561.25 681,-536.75 429,-536.75"/> +<text text-anchor="start" x="539.62" y="-543.95" font-family="arial" font-size="14.00">W21</text> +<polygon fill="none" stroke="black" points="429,-512.25 429,-536.75 479.5,-536.75 479.5,-512.25 429,-512.25"/> +<text text-anchor="start" x="446.75" y="-519.45" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="479.5,-512.25 479.5,-536.75 570.5,-536.75 570.5,-512.25 479.5,-512.25"/> +<text text-anchor="start" x="497.25" y="-519.45" font-family="arial" font-size="14.00">18 AWG</text> +<polygon fill="none" stroke="black" points="570.5,-512.25 570.5,-536.75 681,-536.75 681,-512.25 570.5,-512.25"/> +<text text-anchor="start" x="588.25" y="-519.45" font-family="arial" font-size="14.00">21.0 Inches</text> +<text text-anchor="start" x="487.62" y="-496.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="431" y="-476.95" font-family="arial" font-size="14.00">ECUM:7:12V ECU</text> +<text text-anchor="start" x="551.62" y="-476.95" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="609.62" y="-476.95" font-family="arial" font-size="14.00">LSU:3:12V</text> +<polygon fill="#000000" stroke="none" points="429,-470.25 429,-472.25 681,-472.25 681,-470.25 429,-470.25"/> +<polygon fill="#ff0000" stroke="none" points="429,-468.25 429,-470.25 681,-470.25 681,-468.25 429,-468.25"/> +<polygon fill="#000000" stroke="none" points="429,-466.25 429,-468.25 681,-468.25 681,-466.25 429,-466.25"/> +<text text-anchor="start" x="487.62" y="-450.95" font-family="arial" font-size="14.00"> </text> +</g> +<!-- ECUM--W21 --> +<g id="edge60" class="edge"> +<title>ECUM:e--W21:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M236,-1688C508.69,-1690.56 151.47,-469.81 428,-467.25"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M236,-1690C510.61,-1690 153.39,-469.25 428,-469.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M236,-1692C512.53,-1689.44 155.31,-468.69 428,-471.25"/> +</g> +<!-- ECUF --> +<g id="node2" class="node"> +<title>ECUF</title> +<polygon fill="#ffffff" stroke="black" points="1188,-4445.5 961,-4445.5 961,-4064 1188,-4064 1188,-4445.5"/> +<polygon fill="none" stroke="black" points="961,-4421 961,-4445.5 1188,-4445.5 1188,-4421 961,-4421"/> +<text text-anchor="start" x="1055" y="-4428.2" font-family="arial" font-size="14.00">ECUF</text> +<polygon fill="none" stroke="black" points="961,-4396.5 961,-4421 1113.88,-4421 1113.88,-4396.5 961,-4396.5"/> +<text text-anchor="start" x="982.31" y="-4403.7" font-family="arial" font-size="14.00">Delphi 15336205</text> +<polygon fill="none" stroke="black" points="1113.88,-4396.5 1113.88,-4421 1188,-4421 1188,-4396.5 1113.88,-4396.5"/> +<text text-anchor="start" x="1135.19" y="-4403.7" font-family="arial" font-size="14.00">7-pin</text> +<polygon fill="none" stroke="black" points="961,-4372.5 961,-4396.5 1111,-4396.5 1111,-4372.5 961,-4372.5"/> +<text text-anchor="start" x="991.38" y="-4379.2" font-family="arial" font-size="14.00">Starter/Exciter</text> +<polygon fill="none" stroke="black" points="1111,-4372.5 1111,-4396.5 1188,-4396.5 1188,-4372.5 1111,-4372.5"/> +<text text-anchor="start" x="1145.38" y="-4379.2" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="961,-4348.5 961,-4372.5 1111,-4372.5 1111,-4348.5 961,-4348.5"/> +<text text-anchor="start" x="1000.75" y="-4355.2" font-family="arial" font-size="14.00">Extra Out 2</text> +<polygon fill="none" stroke="black" points="1111,-4348.5 1111,-4372.5 1188,-4372.5 1188,-4348.5 1111,-4348.5"/> +<text text-anchor="start" x="1145.38" y="-4355.2" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="961,-4324.5 961,-4348.5 1111,-4348.5 1111,-4324.5 961,-4324.5"/> +<text text-anchor="start" x="1000.75" y="-4331.2" font-family="arial" font-size="14.00">Extra Out 1</text> +<polygon fill="none" stroke="black" points="1111,-4324.5 1111,-4348.5 1188,-4348.5 1188,-4324.5 1111,-4324.5"/> +<text text-anchor="start" x="1145.38" y="-4331.2" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="961,-4300.5 961,-4324.5 1111,-4324.5 1111,-4300.5 961,-4300.5"/> +<text text-anchor="start" x="1020.25" y="-4307.2" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="1111,-4300.5 1111,-4324.5 1188,-4324.5 1188,-4300.5 1111,-4300.5"/> +<text text-anchor="start" x="1145.38" y="-4307.2" font-family="arial" font-size="14.00">5</text> +<polygon fill="none" stroke="black" points="961,-4276.5 961,-4300.5 1111,-4300.5 1111,-4276.5 961,-4276.5"/> +<text text-anchor="start" x="1013.12" y="-4283.2" font-family="arial" font-size="14.00">Ignition</text> +<polygon fill="none" stroke="black" points="1111,-4276.5 1111,-4300.5 1188,-4300.5 1188,-4276.5 1111,-4276.5"/> +<text text-anchor="start" x="1145.38" y="-4283.2" font-family="arial" font-size="14.00">6</text> +<polygon fill="none" stroke="black" points="961,-4252.5 961,-4276.5 1111,-4276.5 1111,-4252.5 961,-4252.5"/> +<text text-anchor="start" x="1002.25" y="-4259.2" font-family="arial" font-size="14.00">12V Servo</text> +<polygon fill="none" stroke="black" points="1111,-4252.5 1111,-4276.5 1188,-4276.5 1188,-4252.5 1111,-4252.5"/> +<text text-anchor="start" x="1141.25" y="-4259.2" font-family="arial" font-size="14.00">11</text> +<polygon fill="none" stroke="black" points="961,-4228.5 961,-4252.5 1111,-4252.5 1111,-4228.5 961,-4228.5"/> +<text text-anchor="start" x="1006" y="-4235.2" font-family="arial" font-size="14.00">12V ECU</text> +<polygon fill="none" stroke="black" points="1111,-4228.5 1111,-4252.5 1188,-4252.5 1188,-4228.5 1111,-4228.5"/> +<text text-anchor="start" x="1141.25" y="-4235.2" font-family="arial" font-size="14.00">12</text> +<polygon fill="none" stroke="black" points="961,-4088.5 961,-4228.5 1188,-4228.5 1188,-4088.5 961,-4088.5"/> +<image xlink:href="images\ECU4.png" width="219px" height="132px" preserveAspectRatio="xMinYMin meet" x="965" y="-4224.5"/> +<polygon fill="none" stroke="black" points="961,-4064 961,-4088.5 1188,-4088.5 1188,-4064 961,-4064"/> +<text text-anchor="start" x="965" y="-4071.2" font-family="arial" font-size="14.00">ECU 12 Pin Connector to Fusebox</text> +</g> +<!-- W4 --> +<g id="node28" class="node"> +<title>W4</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1753,-4369.25 1456,-4369.25 1456,-4228.25 1753,-4228.25 1753,-4369.25"/> +<polygon fill="none" stroke="black" points="1456,-4344.75 1456,-4369.25 1753,-4369.25 1753,-4344.75 1456,-4344.75"/> +<text text-anchor="start" x="1593.25" y="-4351.95" font-family="arial" font-size="14.00">W4</text> +<polygon fill="none" stroke="black" points="1456,-4320.25 1456,-4344.75 1521.5,-4344.75 1521.5,-4320.25 1456,-4320.25"/> +<text text-anchor="start" x="1481.25" y="-4327.45" font-family="arial" font-size="14.00">2x</text> +<polygon fill="none" stroke="black" points="1521.5,-4320.25 1521.5,-4344.75 1627.5,-4344.75 1627.5,-4320.25 1521.5,-4320.25"/> +<text text-anchor="start" x="1546.75" y="-4327.45" font-family="arial" font-size="14.00">14 AWG</text> +<polygon fill="none" stroke="black" points="1627.5,-4320.25 1627.5,-4344.75 1753,-4344.75 1753,-4320.25 1627.5,-4320.25"/> +<text text-anchor="start" x="1652.75" y="-4327.45" font-family="arial" font-size="14.00">10.0 Inches</text> +<text text-anchor="start" x="1517.62" y="-4304.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1458" y="-4284.95" font-family="arial" font-size="14.00">ECUF:12:12V ECU</text> +<text text-anchor="start" x="1584.62" y="-4284.95" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="1642.62" y="-4284.95" font-family="arial" font-size="14.00">Fuse Block:2:F1-</text> +<polygon fill="#000000" stroke="none" points="1456,-4278.25 1456,-4280.25 1753,-4280.25 1753,-4278.25 1456,-4278.25"/> +<polygon fill="#ff0000" stroke="none" points="1456,-4276.25 1456,-4278.25 1753,-4278.25 1753,-4276.25 1456,-4276.25"/> +<polygon fill="#000000" stroke="none" points="1456,-4274.25 1456,-4276.25 1753,-4276.25 1753,-4274.25 1456,-4274.25"/> +<text text-anchor="start" x="1469.25" y="-4258.95" font-family="arial" font-size="14.00">ECUF:6:Ignition</text> +<text text-anchor="start" x="1584.62" y="-4258.95" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="1642.62" y="-4258.95" font-family="arial" font-size="14.00">Fuse Block:4:F2-</text> +<polygon fill="#000000" stroke="none" points="1456,-4252.25 1456,-4254.25 1753,-4254.25 1753,-4252.25 1456,-4252.25"/> +<polygon fill="#ff0000" stroke="none" points="1456,-4250.25 1456,-4252.25 1753,-4252.25 1753,-4250.25 1456,-4250.25"/> +<polygon fill="#000000" stroke="none" points="1456,-4248.25 1456,-4250.25 1753,-4250.25 1753,-4248.25 1456,-4248.25"/> +<text text-anchor="start" x="1517.62" y="-4232.95" font-family="arial" font-size="14.00"> </text> +</g> +<!-- ECUF--W4 --> +<g id="edge16" class="edge"> +<title>ECUF:e--W4:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-4238.5C1309.95,-4239.31 1337.26,-4276.06 1455,-4275.25"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M1189,-4240.5C1308.35,-4240.5 1335.65,-4277.25 1455,-4277.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-4242.5C1306.74,-4241.69 1334.05,-4278.44 1455,-4279.25"/> +</g> +<!-- ECUF--W4 --> +<g id="edge18" class="edge"> +<title>ECUF:e--W4:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-4286.5C1306.76,-4287.32 1334.01,-4250.07 1455,-4249.25"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M1189,-4288.5C1308.38,-4288.5 1335.62,-4251.25 1455,-4251.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-4290.5C1309.99,-4289.68 1337.24,-4252.43 1455,-4253.25"/> +</g> +<!-- W7 --> +<g id="node30" class="node"> +<title>W7</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1756.5,-3926.25 1452.5,-3926.25 1452.5,-3811.25 1756.5,-3811.25 1756.5,-3926.25"/> +<polygon fill="none" stroke="black" points="1452.5,-3901.75 1452.5,-3926.25 1756.5,-3926.25 1756.5,-3901.75 1452.5,-3901.75"/> +<text text-anchor="start" x="1593.25" y="-3908.95" font-family="arial" font-size="14.00">W7</text> +<polygon fill="none" stroke="black" points="1452.5,-3877.25 1452.5,-3901.75 1520.33,-3901.75 1520.33,-3877.25 1452.5,-3877.25"/> +<text text-anchor="start" x="1478.92" y="-3884.45" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="1520.33,-3877.25 1520.33,-3901.75 1628.67,-3901.75 1628.67,-3877.25 1520.33,-3877.25"/> +<text text-anchor="start" x="1546.75" y="-3884.45" font-family="arial" font-size="14.00">18 AWG</text> +<polygon fill="none" stroke="black" points="1628.67,-3877.25 1628.67,-3901.75 1756.5,-3901.75 1756.5,-3877.25 1628.67,-3877.25"/> +<text text-anchor="start" x="1655.08" y="-3884.45" font-family="arial" font-size="14.00">10.0 Inches</text> +<text text-anchor="start" x="1517.62" y="-3861.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1454.25" y="-3841.95" font-family="arial" font-size="14.00">ECUF:11:12V Servo</text> +<text text-anchor="start" x="1588.12" y="-3841.95" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="1646.12" y="-3841.95" font-family="arial" font-size="14.00">Fuse Block:6:F3-</text> +<polygon fill="#000000" stroke="none" points="1452.5,-3835.25 1452.5,-3837.25 1756.5,-3837.25 1756.5,-3835.25 1452.5,-3835.25"/> +<polygon fill="#ff0000" stroke="none" points="1452.5,-3833.25 1452.5,-3835.25 1756.5,-3835.25 1756.5,-3833.25 1452.5,-3833.25"/> +<polygon fill="#000000" stroke="none" points="1452.5,-3831.25 1452.5,-3833.25 1756.5,-3833.25 1756.5,-3831.25 1452.5,-3831.25"/> +<text text-anchor="start" x="1517.62" y="-3815.95" font-family="arial" font-size="14.00"> </text> +</g> +<!-- ECUF--W7 --> +<g id="edge24" class="edge"> +<title>ECUF:e--W7:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-4262.5C1411.17,-4265.29 1225.66,-3835.04 1451.5,-3832.25"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M1189,-4264.5C1413,-4264.5 1227.5,-3834.25 1451.5,-3834.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-4266.5C1414.84,-4263.71 1229.33,-3833.46 1451.5,-3836.25"/> +</g> +<!-- W16 --> +<g id="node40" class="node"> +<title>W16</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1760.5,-4508.25 1448.5,-4508.25 1448.5,-4393.25 1760.5,-4393.25 1760.5,-4508.25"/> +<polygon fill="none" stroke="black" points="1448.5,-4483.75 1448.5,-4508.25 1760.5,-4508.25 1760.5,-4483.75 1448.5,-4483.75"/> +<text text-anchor="start" x="1589.12" y="-4490.95" font-family="arial" font-size="14.00">W16</text> +<polygon fill="none" stroke="black" points="1448.5,-4459.25 1448.5,-4483.75 1519,-4483.75 1519,-4459.25 1448.5,-4459.25"/> +<text text-anchor="start" x="1476.25" y="-4466.45" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="1519,-4459.25 1519,-4483.75 1630,-4483.75 1630,-4459.25 1519,-4459.25"/> +<text text-anchor="start" x="1546.75" y="-4466.45" font-family="arial" font-size="14.00">14 AWG</text> +<polygon fill="none" stroke="black" points="1630,-4459.25 1630,-4483.75 1760.5,-4483.75 1760.5,-4459.25 1630,-4459.25"/> +<text text-anchor="start" x="1657.75" y="-4466.45" font-family="arial" font-size="14.00">27.0 Inches</text> +<text text-anchor="start" x="1511.12" y="-4443.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1450.38" y="-4423.95" font-family="arial" font-size="14.00">ECUF:4:Extra Out 1</text> +<text text-anchor="start" x="1579.12" y="-4423.95" font-family="arial" font-size="14.00">     GN    </text> +<text text-anchor="start" x="1637.25" y="-4423.95" font-family="arial" font-size="14.00">MAF Sensor:4:12V</text> +<polygon fill="#000000" stroke="none" points="1448.5,-4417.25 1448.5,-4419.25 1760.5,-4419.25 1760.5,-4417.25 1448.5,-4417.25"/> +<polygon fill="#00ff00" stroke="none" points="1448.5,-4415.25 1448.5,-4417.25 1760.5,-4417.25 1760.5,-4415.25 1448.5,-4415.25"/> +<polygon fill="#000000" stroke="none" points="1448.5,-4413.25 1448.5,-4415.25 1760.5,-4415.25 1760.5,-4413.25 1448.5,-4413.25"/> +<text text-anchor="start" x="1511.12" y="-4397.95" font-family="arial" font-size="14.00"> </text> +</g> +<!-- ECUF--W16 --> +<g id="edge54" class="edge"> +<title>ECUF:e--W16:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-4334.5C1311.18,-4336.06 1329.22,-4415.81 1447.5,-4414.25"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1189,-4336.5C1309.23,-4336.5 1327.27,-4416.25 1447.5,-4416.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-4338.5C1307.28,-4336.94 1325.32,-4416.69 1447.5,-4418.25"/> +</g> +<!-- W17 --> +<g id="node41" class="node"> +<title>W17</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1776.5,-5016.5 1432.5,-5016.5 1432.5,-4877 1776.5,-4877 1776.5,-5016.5"/> +<polygon fill="none" stroke="black" points="1432.5,-4992 1432.5,-5016.5 1776.5,-5016.5 1776.5,-4992 1432.5,-4992"/> +<text text-anchor="start" x="1589.12" y="-4999.2" font-family="arial" font-size="14.00">W17</text> +<polygon fill="none" stroke="black" points="1432.5,-4967.5 1432.5,-4992 1513.67,-4992 1513.67,-4967.5 1432.5,-4967.5"/> +<text text-anchor="start" x="1465.58" y="-4974.7" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="1513.67,-4967.5 1513.67,-4992 1635.33,-4992 1635.33,-4967.5 1513.67,-4967.5"/> +<text text-anchor="start" x="1546.75" y="-4974.7" font-family="arial" font-size="14.00">18 AWG</text> +<polygon fill="none" stroke="black" points="1635.33,-4967.5 1635.33,-4992 1776.5,-4992 1776.5,-4967.5 1635.33,-4967.5"/> +<text text-anchor="start" x="1668.42" y="-4974.7" font-family="arial" font-size="14.00">37.0 Inches</text> +<text text-anchor="start" x="1500.62" y="-4952.2" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1439.88" y="-4932.2" font-family="arial" font-size="14.00">ECUF:3:Extra Out 2</text> +<text text-anchor="start" x="1579.62" y="-4932.2" font-family="arial" font-size="14.00">     GN    </text> +<text text-anchor="start" x="1649" y="-4932.2" font-family="arial" font-size="14.00">Tachometer:A:12V</text> +<polygon fill="#000000" stroke="none" points="1432.5,-4925.5 1432.5,-4927.5 1776.5,-4927.5 1776.5,-4925.5 1432.5,-4925.5"/> +<polygon fill="#00ff00" stroke="none" points="1432.5,-4923.5 1432.5,-4925.5 1776.5,-4925.5 1776.5,-4923.5 1432.5,-4923.5"/> +<polygon fill="#000000" stroke="none" points="1432.5,-4921.5 1432.5,-4923.5 1776.5,-4923.5 1776.5,-4921.5 1432.5,-4921.5"/> +<text text-anchor="start" x="1500.62" y="-4906.2" font-family="arial" font-size="14.00"> </text> +<polygon fill="none" stroke="black" points="1432.5,-4877 1432.5,-4901.5 1776.5,-4901.5 1776.5,-4877 1432.5,-4877"/> +<text text-anchor="start" x="1436.5" y="-4884.2" font-family="arial" font-size="14.00">Pre-attached wire is of sufficient length to reach ECU.</text> +</g> +<!-- ECUF--W17 --> +<g id="edge56" class="edge"> +<title>ECUF:e--W17:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-4358.5C1463.62,-4361.45 1160.41,-4925.45 1431.5,-4922.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1189,-4360.5C1461.85,-4360.5 1158.65,-4924.5 1431.5,-4924.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-4362.5C1460.09,-4359.55 1156.88,-4923.55 1431.5,-4926.5"/> +</g> +<!-- W18 --> +<g id="node42" class="node"> +<title>W18</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1740.5,-4065.25 1468.5,-4065.25 1468.5,-3950.25 1740.5,-3950.25 1740.5,-4065.25"/> +<polygon fill="none" stroke="black" points="1468.5,-4040.75 1468.5,-4065.25 1740.5,-4065.25 1740.5,-4040.75 1468.5,-4040.75"/> +<text text-anchor="start" x="1589.12" y="-4047.95" font-family="arial" font-size="14.00">W18</text> +<polygon fill="none" stroke="black" points="1468.5,-4016.25 1468.5,-4040.75 1525.67,-4040.75 1525.67,-4016.25 1468.5,-4016.25"/> +<text text-anchor="start" x="1489.58" y="-4023.45" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="1525.67,-4016.25 1525.67,-4040.75 1623.33,-4040.75 1623.33,-4016.25 1525.67,-4016.25"/> +<text text-anchor="start" x="1546.75" y="-4023.45" font-family="arial" font-size="14.00">18 AWG</text> +<polygon fill="none" stroke="black" points="1623.33,-4016.25 1623.33,-4040.75 1740.5,-4040.75 1740.5,-4016.25 1623.33,-4016.25"/> +<text text-anchor="start" x="1644.42" y="-4023.45" font-family="arial" font-size="14.00">10.0 Inches</text> +<text text-anchor="start" x="1511.62" y="-4000.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1470.38" y="-3980.95" font-family="arial" font-size="14.00">ECUF:5:GND</text> +<text text-anchor="start" x="1560.38" y="-3980.95" font-family="arial" font-size="14.00">     BK    </text> +<text text-anchor="start" x="1617.25" y="-3980.95" font-family="arial" font-size="14.00">Negative Bus Bar:3</text> +<polygon fill="#000000" stroke="none" points="1468.5,-3974.25 1468.5,-3976.25 1740.5,-3976.25 1740.5,-3974.25 1468.5,-3974.25"/> +<polygon fill="#000000" stroke="none" points="1468.5,-3972.25 1468.5,-3974.25 1740.5,-3974.25 1740.5,-3972.25 1468.5,-3972.25"/> +<polygon fill="#000000" stroke="none" points="1468.5,-3970.25 1468.5,-3972.25 1740.5,-3972.25 1740.5,-3970.25 1468.5,-3970.25"/> +<text text-anchor="start" x="1511.62" y="-3954.95" font-family="arial" font-size="14.00"> </text> +</g> +<!-- ECUF--W18 --> +<g id="edge58" class="edge"> +<title>ECUF:e--W18:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-4310.5C1382.18,-4313.13 1270.52,-3973.88 1467.5,-3971.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-4312.5C1384.08,-4312.5 1272.42,-3973.25 1467.5,-3973.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-4314.5C1385.98,-4311.87 1274.32,-3972.62 1467.5,-3975.25"/> +</g> +<!-- ECU1 --> +<g id="node3" class="node"> +<title>ECU1</title> +<polygon fill="#ffffff" stroke="black" points="1275,-1920 874,-1920 874,-1475.5 1275,-1475.5 1275,-1920"/> +<polygon fill="none" stroke="black" points="874,-1895.5 874,-1920 1275,-1920 1275,-1895.5 874,-1895.5"/> +<text text-anchor="start" x="1055.38" y="-1902.7" font-family="arial" font-size="14.00">ECU1</text> +<polygon fill="none" stroke="black" points="874,-1871 874,-1895.5 1116.5,-1895.5 1116.5,-1871 874,-1871"/> +<text text-anchor="start" x="937.5" y="-1878.2" font-family="arial" font-size="14.00">Molex 643203311</text> +<polygon fill="none" stroke="black" points="1116.5,-1871 1116.5,-1895.5 1275,-1895.5 1275,-1871 1116.5,-1871"/> +<text text-anchor="start" x="1180" y="-1878.2" font-family="arial" font-size="14.00">4-pin</text> +<polygon fill="none" stroke="black" points="874,-1847 874,-1871 1036.5,-1871 1036.5,-1847 874,-1847"/> +<text text-anchor="start" x="946.25" y="-1853.7" font-family="arial" font-size="14.00">B4</text> +<polygon fill="none" stroke="black" points="1036.5,-1847 1036.5,-1871 1275,-1871 1275,-1847 1036.5,-1847"/> +<text text-anchor="start" x="1110.75" y="-1853.7" font-family="arial" font-size="14.00">Extra Output 1</text> +<polygon fill="none" stroke="black" points="874,-1823 874,-1847 1036.5,-1847 1036.5,-1823 874,-1823"/> +<text text-anchor="start" x="945.88" y="-1829.7" font-family="arial" font-size="14.00">C4</text> +<polygon fill="none" stroke="black" points="1036.5,-1823 1036.5,-1847 1275,-1847 1275,-1823 1036.5,-1823"/> +<text text-anchor="start" x="1110.75" y="-1829.7" font-family="arial" font-size="14.00">Extra Output 2</text> +<polygon fill="none" stroke="black" points="874,-1799 874,-1823 1036.5,-1823 1036.5,-1799 874,-1799"/> +<text text-anchor="start" x="947" y="-1805.7" font-family="arial" font-size="14.00">L4</text> +<polygon fill="none" stroke="black" points="1036.5,-1799 1036.5,-1823 1275,-1823 1275,-1799 1036.5,-1799"/> +<text text-anchor="start" x="1108.12" y="-1805.7" font-family="arial" font-size="14.00">Engine Ground</text> +<polygon fill="none" stroke="black" points="874,-1775 874,-1799 1036.5,-1799 1036.5,-1775 874,-1775"/> +<text text-anchor="start" x="945.5" y="-1781.7" font-family="arial" font-size="14.00">M4</text> +<polygon fill="none" stroke="black" points="1036.5,-1775 1036.5,-1799 1275,-1799 1275,-1775 1036.5,-1775"/> +<text text-anchor="start" x="1125.75" y="-1781.7" font-family="arial" font-size="14.00">ECU 12V</text> +<polyline fill="none" stroke="black" points="1275,-1500 1275,-1775 874,-1775 874,-1500"/> +<image xlink:href="images\ECU1.png" width="393px" height="267px" preserveAspectRatio="xMinYMin meet" x="878" y="-1771"/> +<polyline fill="none" stroke="black" points="874,-1500 874,-1475.5 1275,-1475.5 1275,-1500"/> +<text text-anchor="start" x="1002.5" y="-1482.7" font-family="arial" font-size="14.00">Connector 643201311</text> +</g> +<!-- Coil Pack 1 --> +<g id="node4" class="node"> +<title>Coil Pack 1</title> +<polygon fill="#ffffff" stroke="black" points="1188,-3396.25 961,-3396.25 961,-3051.25 1188,-3051.25 1188,-3396.25"/> +<polygon fill="none" stroke="black" points="961,-3371.75 961,-3396.25 1188,-3396.25 1188,-3371.75 961,-3371.75"/> +<text text-anchor="start" x="1038.5" y="-3378.95" font-family="arial" font-size="14.00">Coil Pack 1</text> +<polygon fill="none" stroke="black" points="961,-3347.25 961,-3371.75 1113.88,-3371.75 1113.88,-3347.25 961,-3347.25"/> +<text text-anchor="start" x="982.31" y="-3354.45" font-family="arial" font-size="14.00">Delphi 12162825</text> +<polygon fill="none" stroke="black" points="1113.88,-3347.25 1113.88,-3371.75 1188,-3371.75 1188,-3347.25 1113.88,-3347.25"/> +<text text-anchor="start" x="1135.19" y="-3354.45" font-family="arial" font-size="14.00">5-pin</text> +<polygon fill="none" stroke="black" points="961,-3323.25 961,-3347.25 1008,-3347.25 1008,-3323.25 961,-3323.25"/> +<text text-anchor="start" x="979.62" y="-3329.95" font-family="arial" font-size="14.00">A</text> +<polygon fill="none" stroke="black" points="1008,-3323.25 1008,-3347.25 1141,-3347.25 1141,-3323.25 1008,-3323.25"/> +<text text-anchor="start" x="1047.12" y="-3329.95" font-family="arial" font-size="14.00">ECU Sig</text> +<polygon fill="none" stroke="black" points="1141,-3323.25 1141,-3347.25 1188,-3347.25 1188,-3323.25 1141,-3323.25"/> +<text text-anchor="start" x="1159.62" y="-3329.95" font-family="arial" font-size="14.00">A</text> +<polygon fill="none" stroke="black" points="961,-3299.25 961,-3323.25 1008,-3323.25 1008,-3299.25 961,-3299.25"/> +<text text-anchor="start" x="979.62" y="-3305.95" font-family="arial" font-size="14.00">B</text> +<polygon fill="none" stroke="black" points="1008,-3299.25 1008,-3323.25 1141,-3323.25 1141,-3299.25 1008,-3299.25"/> +<text text-anchor="start" x="1026.12" y="-3305.95" font-family="arial" font-size="14.00">Sensor Ground</text> +<polygon fill="none" stroke="black" points="1141,-3299.25 1141,-3323.25 1188,-3323.25 1188,-3299.25 1141,-3299.25"/> +<text text-anchor="start" x="1159.62" y="-3305.95" font-family="arial" font-size="14.00">B</text> +<polygon fill="none" stroke="black" points="961,-3275.25 961,-3299.25 1008,-3299.25 1008,-3275.25 961,-3275.25"/> +<text text-anchor="start" x="979.25" y="-3281.95" font-family="arial" font-size="14.00">C</text> +<polygon fill="none" stroke="black" points="1008,-3275.25 1008,-3299.25 1141,-3299.25 1141,-3275.25 1008,-3275.25"/> +<text text-anchor="start" x="1032.12" y="-3281.95" font-family="arial" font-size="14.00">Head Ground</text> +<polygon fill="none" stroke="black" points="1141,-3275.25 1141,-3299.25 1188,-3299.25 1188,-3275.25 1141,-3275.25"/> +<text text-anchor="start" x="1159.25" y="-3281.95" font-family="arial" font-size="14.00">C</text> +<polygon fill="none" stroke="black" points="961,-3251.25 961,-3275.25 1008,-3275.25 1008,-3251.25 961,-3251.25"/> +<text text-anchor="start" x="979.25" y="-3257.95" font-family="arial" font-size="14.00">D</text> +<polygon fill="none" stroke="black" points="1008,-3251.25 1008,-3275.25 1141,-3275.25 1141,-3251.25 1008,-3251.25"/> +<text text-anchor="start" x="1026.88" y="-3257.95" font-family="arial" font-size="14.00">Battery Ground</text> +<polygon fill="none" stroke="black" points="1141,-3251.25 1141,-3275.25 1188,-3275.25 1188,-3251.25 1141,-3251.25"/> +<text text-anchor="start" x="1159.25" y="-3257.95" font-family="arial" font-size="14.00">D</text> +<polygon fill="none" stroke="black" points="961,-3227.25 961,-3251.25 1008,-3251.25 1008,-3227.25 961,-3227.25"/> +<text text-anchor="start" x="979.62" y="-3233.95" font-family="arial" font-size="14.00">E</text> +<polygon fill="none" stroke="black" points="1008,-3227.25 1008,-3251.25 1141,-3251.25 1141,-3227.25 1008,-3227.25"/> +<text text-anchor="start" x="1030.62" y="-3233.95" font-family="arial" font-size="14.00">Switched 12V</text> +<polygon fill="none" stroke="black" points="1141,-3227.25 1141,-3251.25 1188,-3251.25 1188,-3227.25 1141,-3227.25"/> +<text text-anchor="start" x="1159.62" y="-3233.95" font-family="arial" font-size="14.00">E</text> +<polygon fill="none" stroke="black" points="961,-3051.25 961,-3227.25 1188,-3227.25 1188,-3051.25 961,-3051.25"/> +<image xlink:href="images\coil.png" width="219px" height="168px" preserveAspectRatio="xMinYMin meet" x="965" y="-3223.25"/> +</g> +<!-- W10 --> +<g id="node32" class="node"> +<title>W10</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1724.5,-3180.25 1484.5,-3180.25 1484.5,-3039.25 1724.5,-3039.25 1724.5,-3180.25"/> +<polygon fill="none" stroke="black" points="1484.5,-3155.75 1484.5,-3180.25 1724.5,-3180.25 1724.5,-3155.75 1484.5,-3155.75"/> +<text text-anchor="start" x="1589.12" y="-3162.95" font-family="arial" font-size="14.00">W10</text> +<polygon fill="none" stroke="black" points="1484.5,-3131.25 1484.5,-3155.75 1531,-3155.75 1531,-3131.25 1484.5,-3131.25"/> +<text text-anchor="start" x="1500.25" y="-3138.45" font-family="arial" font-size="14.00">2x</text> +<polygon fill="none" stroke="black" points="1531,-3131.25 1531,-3155.75 1618,-3155.75 1618,-3131.25 1531,-3131.25"/> +<text text-anchor="start" x="1546.75" y="-3138.45" font-family="arial" font-size="14.00">18 AWG</text> +<polygon fill="none" stroke="black" points="1618,-3131.25 1618,-3155.75 1724.5,-3155.75 1724.5,-3131.25 1618,-3131.25"/> +<text text-anchor="start" x="1633.75" y="-3138.45" font-family="arial" font-size="14.00">10.0 Inches</text> +<text text-anchor="start" x="1571.62" y="-3115.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1486.12" y="-3095.95" font-family="arial" font-size="14.00">Coil Pack 1:C:Head Ground</text> +<text text-anchor="start" x="1664.5" y="-3095.95" font-family="arial" font-size="14.00">     GY    </text> +<polygon fill="#000000" stroke="none" points="1484.5,-3089.25 1484.5,-3091.25 1724.5,-3091.25 1724.5,-3089.25 1484.5,-3089.25"/> +<polygon fill="#999999" stroke="none" points="1484.5,-3087.25 1484.5,-3089.25 1724.5,-3089.25 1724.5,-3087.25 1484.5,-3087.25"/> +<polygon fill="#000000" stroke="none" points="1484.5,-3085.25 1484.5,-3087.25 1724.5,-3087.25 1724.5,-3085.25 1484.5,-3085.25"/> +<text text-anchor="start" x="1486.12" y="-3069.95" font-family="arial" font-size="14.00">Coil Pack 4:C:Head Ground</text> +<text text-anchor="start" x="1664.5" y="-3069.95" font-family="arial" font-size="14.00">     GY    </text> +<polygon fill="#000000" stroke="none" points="1484.5,-3063.25 1484.5,-3065.25 1724.5,-3065.25 1724.5,-3063.25 1484.5,-3063.25"/> +<polygon fill="#999999" stroke="none" points="1484.5,-3061.25 1484.5,-3063.25 1724.5,-3063.25 1724.5,-3061.25 1484.5,-3061.25"/> +<polygon fill="#000000" stroke="none" points="1484.5,-3059.25 1484.5,-3061.25 1724.5,-3061.25 1724.5,-3059.25 1484.5,-3059.25"/> +<text text-anchor="start" x="1571.62" y="-3043.95" font-family="arial" font-size="14.00"> </text> +</g> +<!-- Coil Pack 1--W10 --> +<g id="edge28" class="edge"> +<title>Coil Pack 1:e--W10:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-3285.25C1344.98,-3287.46 1323.54,-3088.46 1483.5,-3086.25"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M1189,-3287.25C1346.97,-3287.25 1325.53,-3088.25 1483.5,-3088.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-3289.25C1348.96,-3287.04 1327.52,-3088.04 1483.5,-3090.25"/> +</g> +<!-- W20 --> +<g id="node34" class="node"> +<title>W20</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1790,-2920.25 1419,-2920.25 1419,-2727.25 1790,-2727.25 1790,-2920.25"/> +<polygon fill="none" stroke="black" points="1419,-2895.75 1419,-2920.25 1790,-2920.25 1790,-2895.75 1419,-2895.75"/> +<text text-anchor="start" x="1589.12" y="-2902.95" font-family="arial" font-size="14.00">W20</text> +<polygon fill="none" stroke="black" points="1419,-2871.25 1419,-2895.75 1509.17,-2895.75 1509.17,-2871.25 1419,-2871.25"/> +<text text-anchor="start" x="1456.58" y="-2878.45" font-family="arial" font-size="14.00">4x</text> +<polygon fill="none" stroke="black" points="1509.17,-2871.25 1509.17,-2895.75 1639.83,-2895.75 1639.83,-2871.25 1509.17,-2871.25"/> +<text text-anchor="start" x="1546.75" y="-2878.45" font-family="arial" font-size="14.00">18 AWG</text> +<polygon fill="none" stroke="black" points="1639.83,-2871.25 1639.83,-2895.75 1790,-2895.75 1790,-2871.25 1639.83,-2871.25"/> +<text text-anchor="start" x="1677.42" y="-2878.45" font-family="arial" font-size="14.00">60.0 Inches</text> +<text text-anchor="start" x="1511.62" y="-2855.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1420.88" y="-2835.95" font-family="arial" font-size="14.00">Coil Pack 1:D:Battery Ground</text> +<text text-anchor="start" x="1609.88" y="-2835.95" font-family="arial" font-size="14.00">     BK    </text> +<text text-anchor="start" x="1666.75" y="-2835.95" font-family="arial" font-size="14.00">Negative Bus Bar:4</text> +<polygon fill="#000000" stroke="none" points="1419,-2829.25 1419,-2831.25 1790,-2831.25 1790,-2829.25 1419,-2829.25"/> +<polygon fill="#000000" stroke="none" points="1419,-2827.25 1419,-2829.25 1790,-2829.25 1790,-2827.25 1419,-2827.25"/> +<polygon fill="#000000" stroke="none" points="1419,-2825.25 1419,-2827.25 1790,-2827.25 1790,-2825.25 1419,-2825.25"/> +<text text-anchor="start" x="1420.88" y="-2809.95" font-family="arial" font-size="14.00">Coil Pack 2:D:Battery Ground</text> +<text text-anchor="start" x="1609.88" y="-2809.95" font-family="arial" font-size="14.00">     BK    </text> +<text text-anchor="start" x="1666.75" y="-2809.95" font-family="arial" font-size="14.00">Negative Bus Bar:4</text> +<polygon fill="#000000" stroke="none" points="1419,-2803.25 1419,-2805.25 1790,-2805.25 1790,-2803.25 1419,-2803.25"/> +<polygon fill="#000000" stroke="none" points="1419,-2801.25 1419,-2803.25 1790,-2803.25 1790,-2801.25 1419,-2801.25"/> +<polygon fill="#000000" stroke="none" points="1419,-2799.25 1419,-2801.25 1790,-2801.25 1790,-2799.25 1419,-2799.25"/> +<text text-anchor="start" x="1420.88" y="-2783.95" font-family="arial" font-size="14.00">Coil Pack 3:D:Battery Ground</text> +<text text-anchor="start" x="1609.88" y="-2783.95" font-family="arial" font-size="14.00">     BK    </text> +<text text-anchor="start" x="1666.75" y="-2783.95" font-family="arial" font-size="14.00">Negative Bus Bar:4</text> +<polygon fill="#000000" stroke="none" points="1419,-2777.25 1419,-2779.25 1790,-2779.25 1790,-2777.25 1419,-2777.25"/> +<polygon fill="#000000" stroke="none" points="1419,-2775.25 1419,-2777.25 1790,-2777.25 1790,-2775.25 1419,-2775.25"/> +<polygon fill="#000000" stroke="none" points="1419,-2773.25 1419,-2775.25 1790,-2775.25 1790,-2773.25 1419,-2773.25"/> +<text text-anchor="start" x="1420.88" y="-2757.95" font-family="arial" font-size="14.00">Coil Pack 4:D:Battery Ground</text> +<text text-anchor="start" x="1609.88" y="-2757.95" font-family="arial" font-size="14.00">     BK    </text> +<text text-anchor="start" x="1666.75" y="-2757.95" font-family="arial" font-size="14.00">Negative Bus Bar:4</text> +<polygon fill="#000000" stroke="none" points="1419,-2751.25 1419,-2753.25 1790,-2753.25 1790,-2751.25 1419,-2751.25"/> +<polygon fill="#000000" stroke="none" points="1419,-2749.25 1419,-2751.25 1790,-2751.25 1790,-2749.25 1419,-2749.25"/> +<polygon fill="#000000" stroke="none" points="1419,-2747.25 1419,-2749.25 1790,-2749.25 1790,-2747.25 1419,-2747.25"/> +<text text-anchor="start" x="1511.62" y="-2731.95" font-family="arial" font-size="14.00"> </text> +</g> +<!-- Coil Pack 1--W20 --> +<g id="edge36" class="edge"> +<title>Coil Pack 1:e--W20:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-3261.25C1405.89,-3264.11 1198.5,-2829.11 1419,-2826.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-3263.25C1407.69,-3263.25 1200.31,-2828.25 1419,-2828.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-3265.25C1409.5,-3262.39 1202.11,-2827.39 1419,-2830.25"/> +</g> +<!-- Coil Pack 2 --> +<g id="node5" class="node"> +<title>Coil Pack 2</title> +<polygon fill="#ffffff" stroke="black" points="1188,-2658.25 961,-2658.25 961,-2313.25 1188,-2313.25 1188,-2658.25"/> +<polygon fill="none" stroke="black" points="961,-2633.75 961,-2658.25 1188,-2658.25 1188,-2633.75 961,-2633.75"/> +<text text-anchor="start" x="1038.5" y="-2640.95" font-family="arial" font-size="14.00">Coil Pack 2</text> +<polygon fill="none" stroke="black" points="961,-2609.25 961,-2633.75 1113.88,-2633.75 1113.88,-2609.25 961,-2609.25"/> +<text text-anchor="start" x="982.31" y="-2616.45" font-family="arial" font-size="14.00">Delphi 12162825</text> +<polygon fill="none" stroke="black" points="1113.88,-2609.25 1113.88,-2633.75 1188,-2633.75 1188,-2609.25 1113.88,-2609.25"/> +<text text-anchor="start" x="1135.19" y="-2616.45" font-family="arial" font-size="14.00">5-pin</text> +<polygon fill="none" stroke="black" points="961,-2585.25 961,-2609.25 1008,-2609.25 1008,-2585.25 961,-2585.25"/> +<text text-anchor="start" x="979.62" y="-2591.95" font-family="arial" font-size="14.00">A</text> +<polygon fill="none" stroke="black" points="1008,-2585.25 1008,-2609.25 1141,-2609.25 1141,-2585.25 1008,-2585.25"/> +<text text-anchor="start" x="1047.12" y="-2591.95" font-family="arial" font-size="14.00">ECU Sig</text> +<polygon fill="none" stroke="black" points="1141,-2585.25 1141,-2609.25 1188,-2609.25 1188,-2585.25 1141,-2585.25"/> +<text text-anchor="start" x="1159.62" y="-2591.95" font-family="arial" font-size="14.00">A</text> +<polygon fill="none" stroke="black" points="961,-2561.25 961,-2585.25 1008,-2585.25 1008,-2561.25 961,-2561.25"/> +<text text-anchor="start" x="979.62" y="-2567.95" font-family="arial" font-size="14.00">B</text> +<polygon fill="none" stroke="black" points="1008,-2561.25 1008,-2585.25 1141,-2585.25 1141,-2561.25 1008,-2561.25"/> +<text text-anchor="start" x="1026.12" y="-2567.95" font-family="arial" font-size="14.00">Sensor Ground</text> +<polygon fill="none" stroke="black" points="1141,-2561.25 1141,-2585.25 1188,-2585.25 1188,-2561.25 1141,-2561.25"/> +<text text-anchor="start" x="1159.62" y="-2567.95" font-family="arial" font-size="14.00">B</text> +<polygon fill="none" stroke="black" points="961,-2537.25 961,-2561.25 1008,-2561.25 1008,-2537.25 961,-2537.25"/> +<text text-anchor="start" x="979.25" y="-2543.95" font-family="arial" font-size="14.00">C</text> +<polygon fill="none" stroke="black" points="1008,-2537.25 1008,-2561.25 1141,-2561.25 1141,-2537.25 1008,-2537.25"/> +<text text-anchor="start" x="1032.12" y="-2543.95" font-family="arial" font-size="14.00">Head Ground</text> +<polygon fill="none" stroke="black" points="1141,-2537.25 1141,-2561.25 1188,-2561.25 1188,-2537.25 1141,-2537.25"/> +<text text-anchor="start" x="1159.25" y="-2543.95" font-family="arial" font-size="14.00">C</text> +<polygon fill="none" stroke="black" points="961,-2513.25 961,-2537.25 1008,-2537.25 1008,-2513.25 961,-2513.25"/> +<text text-anchor="start" x="979.25" y="-2519.95" font-family="arial" font-size="14.00">D</text> +<polygon fill="none" stroke="black" points="1008,-2513.25 1008,-2537.25 1141,-2537.25 1141,-2513.25 1008,-2513.25"/> +<text text-anchor="start" x="1026.88" y="-2519.95" font-family="arial" font-size="14.00">Battery Ground</text> +<polygon fill="none" stroke="black" points="1141,-2513.25 1141,-2537.25 1188,-2537.25 1188,-2513.25 1141,-2513.25"/> +<text text-anchor="start" x="1159.25" y="-2519.95" font-family="arial" font-size="14.00">D</text> +<polygon fill="none" stroke="black" points="961,-2489.25 961,-2513.25 1008,-2513.25 1008,-2489.25 961,-2489.25"/> +<text text-anchor="start" x="979.62" y="-2495.95" font-family="arial" font-size="14.00">E</text> +<polygon fill="none" stroke="black" points="1008,-2489.25 1008,-2513.25 1141,-2513.25 1141,-2489.25 1008,-2489.25"/> +<text text-anchor="start" x="1030.62" y="-2495.95" font-family="arial" font-size="14.00">Switched 12V</text> +<polygon fill="none" stroke="black" points="1141,-2489.25 1141,-2513.25 1188,-2513.25 1188,-2489.25 1141,-2489.25"/> +<text text-anchor="start" x="1159.62" y="-2495.95" font-family="arial" font-size="14.00">E</text> +<polygon fill="none" stroke="black" points="961,-2313.25 961,-2489.25 1188,-2489.25 1188,-2313.25 961,-2313.25"/> +<image xlink:href="images\coil.png" width="219px" height="168px" preserveAspectRatio="xMinYMin meet" x="965" y="-2485.25"/> +</g> +<!-- W19 --> +<g id="node33" class="node"> +<title>W19</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1724.5,-2512.25 1484.5,-2512.25 1484.5,-2371.25 1724.5,-2371.25 1724.5,-2512.25"/> +<polygon fill="none" stroke="black" points="1484.5,-2487.75 1484.5,-2512.25 1724.5,-2512.25 1724.5,-2487.75 1484.5,-2487.75"/> +<text text-anchor="start" x="1589.12" y="-2494.95" font-family="arial" font-size="14.00">W19</text> +<polygon fill="none" stroke="black" points="1484.5,-2463.25 1484.5,-2487.75 1533.75,-2487.75 1533.75,-2463.25 1484.5,-2463.25"/> +<text text-anchor="start" x="1501.62" y="-2470.45" font-family="arial" font-size="14.00">2x</text> +<polygon fill="none" stroke="black" points="1533.75,-2463.25 1533.75,-2487.75 1623.5,-2487.75 1623.5,-2463.25 1533.75,-2463.25"/> +<text text-anchor="start" x="1550.88" y="-2470.45" font-family="arial" font-size="14.00">18 AWG</text> +<polygon fill="none" stroke="black" points="1623.5,-2463.25 1623.5,-2487.75 1724.5,-2487.75 1724.5,-2463.25 1623.5,-2463.25"/> +<text text-anchor="start" x="1640.62" y="-2470.45" font-family="arial" font-size="14.00">6.0 Inches</text> +<text text-anchor="start" x="1571.62" y="-2447.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1486.12" y="-2427.95" font-family="arial" font-size="14.00">Coil Pack 3:C:Head Ground</text> +<text text-anchor="start" x="1664.5" y="-2427.95" font-family="arial" font-size="14.00">     GY    </text> +<polygon fill="#000000" stroke="none" points="1484.5,-2421.25 1484.5,-2423.25 1724.5,-2423.25 1724.5,-2421.25 1484.5,-2421.25"/> +<polygon fill="#999999" stroke="none" points="1484.5,-2419.25 1484.5,-2421.25 1724.5,-2421.25 1724.5,-2419.25 1484.5,-2419.25"/> +<polygon fill="#000000" stroke="none" points="1484.5,-2417.25 1484.5,-2419.25 1724.5,-2419.25 1724.5,-2417.25 1484.5,-2417.25"/> +<text text-anchor="start" x="1486.12" y="-2401.95" font-family="arial" font-size="14.00">Coil Pack 2:C:Head Ground</text> +<text text-anchor="start" x="1664.5" y="-2401.95" font-family="arial" font-size="14.00">     GY    </text> +<polygon fill="#000000" stroke="none" points="1484.5,-2395.25 1484.5,-2397.25 1724.5,-2397.25 1724.5,-2395.25 1484.5,-2395.25"/> +<polygon fill="#999999" stroke="none" points="1484.5,-2393.25 1484.5,-2395.25 1724.5,-2395.25 1724.5,-2393.25 1484.5,-2393.25"/> +<polygon fill="#000000" stroke="none" points="1484.5,-2391.25 1484.5,-2393.25 1724.5,-2393.25 1724.5,-2391.25 1484.5,-2391.25"/> +<text text-anchor="start" x="1571.62" y="-2375.95" font-family="arial" font-size="14.00"> </text> +</g> +<!-- Coil Pack 2--W19 --> +<g id="edge34" class="edge"> +<title>Coil Pack 2:e--W19:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-2547.25C1334.91,-2549.27 1333.59,-2394.27 1483.5,-2392.25"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M1189,-2549.25C1336.91,-2549.25 1335.59,-2394.25 1483.5,-2394.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-2551.25C1338.91,-2549.23 1337.59,-2394.23 1483.5,-2396.25"/> +</g> +<!-- Coil Pack 2--W20 --> +<g id="edge38" class="edge"> +<title>Coil Pack 2:e--W20:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-2523.25C1350.92,-2525.87 1260.88,-2802.87 1419,-2800.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-2525.25C1349.02,-2525.25 1258.98,-2802.25 1419,-2802.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-2527.25C1347.12,-2524.63 1257.08,-2801.63 1419,-2804.25"/> +</g> +<!-- Coil Pack 3 --> +<g id="node6" class="node"> +<title>Coil Pack 3</title> +<polygon fill="#ffffff" stroke="black" points="1188,-2289.25 961,-2289.25 961,-1944.25 1188,-1944.25 1188,-2289.25"/> +<polygon fill="none" stroke="black" points="961,-2264.75 961,-2289.25 1188,-2289.25 1188,-2264.75 961,-2264.75"/> +<text text-anchor="start" x="1038.5" y="-2271.95" font-family="arial" font-size="14.00">Coil Pack 3</text> +<polygon fill="none" stroke="black" points="961,-2240.25 961,-2264.75 1113.88,-2264.75 1113.88,-2240.25 961,-2240.25"/> +<text text-anchor="start" x="982.31" y="-2247.45" font-family="arial" font-size="14.00">Delphi 12162825</text> +<polygon fill="none" stroke="black" points="1113.88,-2240.25 1113.88,-2264.75 1188,-2264.75 1188,-2240.25 1113.88,-2240.25"/> +<text text-anchor="start" x="1135.19" y="-2247.45" font-family="arial" font-size="14.00">5-pin</text> +<polygon fill="none" stroke="black" points="961,-2216.25 961,-2240.25 1008,-2240.25 1008,-2216.25 961,-2216.25"/> +<text text-anchor="start" x="979.62" y="-2222.95" font-family="arial" font-size="14.00">A</text> +<polygon fill="none" stroke="black" points="1008,-2216.25 1008,-2240.25 1141,-2240.25 1141,-2216.25 1008,-2216.25"/> +<text text-anchor="start" x="1047.12" y="-2222.95" font-family="arial" font-size="14.00">ECU Sig</text> +<polygon fill="none" stroke="black" points="1141,-2216.25 1141,-2240.25 1188,-2240.25 1188,-2216.25 1141,-2216.25"/> +<text text-anchor="start" x="1159.62" y="-2222.95" font-family="arial" font-size="14.00">A</text> +<polygon fill="none" stroke="black" points="961,-2192.25 961,-2216.25 1008,-2216.25 1008,-2192.25 961,-2192.25"/> +<text text-anchor="start" x="979.62" y="-2198.95" font-family="arial" font-size="14.00">B</text> +<polygon fill="none" stroke="black" points="1008,-2192.25 1008,-2216.25 1141,-2216.25 1141,-2192.25 1008,-2192.25"/> +<text text-anchor="start" x="1026.12" y="-2198.95" font-family="arial" font-size="14.00">Sensor Ground</text> +<polygon fill="none" stroke="black" points="1141,-2192.25 1141,-2216.25 1188,-2216.25 1188,-2192.25 1141,-2192.25"/> +<text text-anchor="start" x="1159.62" y="-2198.95" font-family="arial" font-size="14.00">B</text> +<polygon fill="none" stroke="black" points="961,-2168.25 961,-2192.25 1008,-2192.25 1008,-2168.25 961,-2168.25"/> +<text text-anchor="start" x="979.25" y="-2174.95" font-family="arial" font-size="14.00">C</text> +<polygon fill="none" stroke="black" points="1008,-2168.25 1008,-2192.25 1141,-2192.25 1141,-2168.25 1008,-2168.25"/> +<text text-anchor="start" x="1032.12" y="-2174.95" font-family="arial" font-size="14.00">Head Ground</text> +<polygon fill="none" stroke="black" points="1141,-2168.25 1141,-2192.25 1188,-2192.25 1188,-2168.25 1141,-2168.25"/> +<text text-anchor="start" x="1159.25" y="-2174.95" font-family="arial" font-size="14.00">C</text> +<polygon fill="none" stroke="black" points="961,-2144.25 961,-2168.25 1008,-2168.25 1008,-2144.25 961,-2144.25"/> +<text text-anchor="start" x="979.25" y="-2150.95" font-family="arial" font-size="14.00">D</text> +<polygon fill="none" stroke="black" points="1008,-2144.25 1008,-2168.25 1141,-2168.25 1141,-2144.25 1008,-2144.25"/> +<text text-anchor="start" x="1026.88" y="-2150.95" font-family="arial" font-size="14.00">Battery Ground</text> +<polygon fill="none" stroke="black" points="1141,-2144.25 1141,-2168.25 1188,-2168.25 1188,-2144.25 1141,-2144.25"/> +<text text-anchor="start" x="1159.25" y="-2150.95" font-family="arial" font-size="14.00">D</text> +<polygon fill="none" stroke="black" points="961,-2120.25 961,-2144.25 1008,-2144.25 1008,-2120.25 961,-2120.25"/> +<text text-anchor="start" x="979.62" y="-2126.95" font-family="arial" font-size="14.00">E</text> +<polygon fill="none" stroke="black" points="1008,-2120.25 1008,-2144.25 1141,-2144.25 1141,-2120.25 1008,-2120.25"/> +<text text-anchor="start" x="1030.62" y="-2126.95" font-family="arial" font-size="14.00">Switched 12V</text> +<polygon fill="none" stroke="black" points="1141,-2120.25 1141,-2144.25 1188,-2144.25 1188,-2120.25 1141,-2120.25"/> +<text text-anchor="start" x="1159.62" y="-2126.95" font-family="arial" font-size="14.00">E</text> +<polygon fill="none" stroke="black" points="961,-1944.25 961,-2120.25 1188,-2120.25 1188,-1944.25 961,-1944.25"/> +<image xlink:href="images\coil.png" width="219px" height="168px" preserveAspectRatio="xMinYMin meet" x="965" y="-2116.25"/> +</g> +<!-- Coil Pack 3--W19 --> +<g id="edge32" class="edge"> +<title>Coil Pack 3:e--W19:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-2178.25C1359.82,-2180.6 1316.62,-2420.6 1483.5,-2418.25"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M1189,-2180.25C1357.85,-2180.25 1314.65,-2420.25 1483.5,-2420.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-2182.25C1355.88,-2179.9 1312.68,-2419.9 1483.5,-2422.25"/> +</g> +<!-- Coil Pack 3--W20 --> +<g id="edge40" class="edge"> +<title>Coil Pack 3:e--W20:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-2154.25C1484.64,-2157.25 1126.83,-2777.25 1419,-2774.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-2156.25C1482.91,-2156.25 1125.09,-2776.25 1419,-2776.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-2158.25C1481.17,-2155.25 1123.36,-2775.25 1419,-2778.25"/> +</g> +<!-- Coil Pack 4 --> +<g id="node7" class="node"> +<title>Coil Pack 4</title> +<polygon fill="#ffffff" stroke="black" points="1188,-3027.25 961,-3027.25 961,-2682.25 1188,-2682.25 1188,-3027.25"/> +<polygon fill="none" stroke="black" points="961,-3002.75 961,-3027.25 1188,-3027.25 1188,-3002.75 961,-3002.75"/> +<text text-anchor="start" x="1038.5" y="-3009.95" font-family="arial" font-size="14.00">Coil Pack 4</text> +<polygon fill="none" stroke="black" points="961,-2978.25 961,-3002.75 1113.88,-3002.75 1113.88,-2978.25 961,-2978.25"/> +<text text-anchor="start" x="982.31" y="-2985.45" font-family="arial" font-size="14.00">Delphi 12162825</text> +<polygon fill="none" stroke="black" points="1113.88,-2978.25 1113.88,-3002.75 1188,-3002.75 1188,-2978.25 1113.88,-2978.25"/> +<text text-anchor="start" x="1135.19" y="-2985.45" font-family="arial" font-size="14.00">5-pin</text> +<polygon fill="none" stroke="black" points="961,-2954.25 961,-2978.25 1008,-2978.25 1008,-2954.25 961,-2954.25"/> +<text text-anchor="start" x="979.62" y="-2960.95" font-family="arial" font-size="14.00">A</text> +<polygon fill="none" stroke="black" points="1008,-2954.25 1008,-2978.25 1141,-2978.25 1141,-2954.25 1008,-2954.25"/> +<text text-anchor="start" x="1047.12" y="-2960.95" font-family="arial" font-size="14.00">ECU Sig</text> +<polygon fill="none" stroke="black" points="1141,-2954.25 1141,-2978.25 1188,-2978.25 1188,-2954.25 1141,-2954.25"/> +<text text-anchor="start" x="1159.62" y="-2960.95" font-family="arial" font-size="14.00">A</text> +<polygon fill="none" stroke="black" points="961,-2930.25 961,-2954.25 1008,-2954.25 1008,-2930.25 961,-2930.25"/> +<text text-anchor="start" x="979.62" y="-2936.95" font-family="arial" font-size="14.00">B</text> +<polygon fill="none" stroke="black" points="1008,-2930.25 1008,-2954.25 1141,-2954.25 1141,-2930.25 1008,-2930.25"/> +<text text-anchor="start" x="1026.12" y="-2936.95" font-family="arial" font-size="14.00">Sensor Ground</text> +<polygon fill="none" stroke="black" points="1141,-2930.25 1141,-2954.25 1188,-2954.25 1188,-2930.25 1141,-2930.25"/> +<text text-anchor="start" x="1159.62" y="-2936.95" font-family="arial" font-size="14.00">B</text> +<polygon fill="none" stroke="black" points="961,-2906.25 961,-2930.25 1008,-2930.25 1008,-2906.25 961,-2906.25"/> +<text text-anchor="start" x="979.25" y="-2912.95" font-family="arial" font-size="14.00">C</text> +<polygon fill="none" stroke="black" points="1008,-2906.25 1008,-2930.25 1141,-2930.25 1141,-2906.25 1008,-2906.25"/> +<text text-anchor="start" x="1032.12" y="-2912.95" font-family="arial" font-size="14.00">Head Ground</text> +<polygon fill="none" stroke="black" points="1141,-2906.25 1141,-2930.25 1188,-2930.25 1188,-2906.25 1141,-2906.25"/> +<text text-anchor="start" x="1159.25" y="-2912.95" font-family="arial" font-size="14.00">C</text> +<polygon fill="none" stroke="black" points="961,-2882.25 961,-2906.25 1008,-2906.25 1008,-2882.25 961,-2882.25"/> +<text text-anchor="start" x="979.25" y="-2888.95" font-family="arial" font-size="14.00">D</text> +<polygon fill="none" stroke="black" points="1008,-2882.25 1008,-2906.25 1141,-2906.25 1141,-2882.25 1008,-2882.25"/> +<text text-anchor="start" x="1026.88" y="-2888.95" font-family="arial" font-size="14.00">Battery Ground</text> +<polygon fill="none" stroke="black" points="1141,-2882.25 1141,-2906.25 1188,-2906.25 1188,-2882.25 1141,-2882.25"/> +<text text-anchor="start" x="1159.25" y="-2888.95" font-family="arial" font-size="14.00">D</text> +<polygon fill="none" stroke="black" points="961,-2858.25 961,-2882.25 1008,-2882.25 1008,-2858.25 961,-2858.25"/> +<text text-anchor="start" x="979.62" y="-2864.95" font-family="arial" font-size="14.00">E</text> +<polygon fill="none" stroke="black" points="1008,-2858.25 1008,-2882.25 1141,-2882.25 1141,-2858.25 1008,-2858.25"/> +<text text-anchor="start" x="1030.62" y="-2864.95" font-family="arial" font-size="14.00">Switched 12V</text> +<polygon fill="none" stroke="black" points="1141,-2858.25 1141,-2882.25 1188,-2882.25 1188,-2858.25 1141,-2858.25"/> +<text text-anchor="start" x="1159.62" y="-2864.95" font-family="arial" font-size="14.00">E</text> +<polygon fill="none" stroke="black" points="961,-2682.25 961,-2858.25 1188,-2858.25 1188,-2682.25 961,-2682.25"/> +<image xlink:href="images\coil.png" width="219px" height="168px" preserveAspectRatio="xMinYMin meet" x="965" y="-2854.25"/> +</g> +<!-- Coil Pack 4--W10 --> +<g id="edge30" class="edge"> +<title>Coil Pack 4:e--W10:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-2916.25C1336.7,-2918.21 1339.8,-3062.21 1483.5,-3060.25"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M1189,-2918.25C1334.7,-2918.25 1337.8,-3062.25 1483.5,-3062.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-2920.25C1332.7,-2918.29 1335.8,-3062.29 1483.5,-3064.25"/> +</g> +<!-- Coil Pack 4--W20 --> +<g id="edge42" class="edge"> +<title>Coil Pack 4:e--W20:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-2892.25C1307.61,-2894.41 1296.4,-2750.41 1419,-2748.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-2894.25C1309.6,-2894.25 1298.4,-2750.25 1419,-2750.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-2896.25C1311.6,-2894.09 1300.39,-2750.09 1419,-2752.25"/> +</g> +<!-- Fuel Injector 1 --> +<g id="node8" class="node"> +<title>Fuel Injector 1</title> +<polygon fill="#ffffff" stroke="black" points="1228.5,-953.75 920.5,-953.75 920.5,-623.75 1228.5,-623.75 1228.5,-953.75"/> +<polygon fill="none" stroke="black" points="920.5,-929.25 920.5,-953.75 1228.5,-953.75 1228.5,-929.25 920.5,-929.25"/> +<text text-anchor="start" x="1029.12" y="-936.45" font-family="arial" font-size="14.00">Fuel Injector 1</text> +<polygon fill="none" stroke="black" points="920.5,-904.75 920.5,-929.25 1102.25,-929.25 1102.25,-904.75 920.5,-904.75"/> +<text text-anchor="start" x="967.88" y="-911.95" font-family="arial" font-size="14.00">90980-11875</text> +<polygon fill="none" stroke="black" points="1102.25,-904.75 1102.25,-929.25 1228.5,-929.25 1228.5,-904.75 1102.25,-904.75"/> +<text text-anchor="start" x="1149.62" y="-911.95" font-family="arial" font-size="14.00">2-pin</text> +<polygon fill="none" stroke="black" points="920.5,-880.75 920.5,-904.75 1051,-904.75 1051,-880.75 920.5,-880.75"/> +<text text-anchor="start" x="981.62" y="-887.45" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1051,-880.75 1051,-904.75 1228.5,-904.75 1228.5,-880.75 1051,-880.75"/> +<text text-anchor="start" x="1126.62" y="-887.45" font-family="arial" font-size="14.00">12V</text> +<polygon fill="none" stroke="black" points="920.5,-856.75 920.5,-880.75 1051,-880.75 1051,-856.75 920.5,-856.75"/> +<text text-anchor="start" x="981.62" y="-863.45" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1051,-856.75 1051,-880.75 1228.5,-880.75 1228.5,-856.75 1051,-856.75"/> +<text text-anchor="start" x="1112" y="-863.45" font-family="arial" font-size="14.00">ECU INJ</text> +<polygon fill="none" stroke="black" points="920.5,-623.75 920.5,-856.75 1228.5,-856.75 1228.5,-623.75 920.5,-623.75"/> +<image xlink:href="images\90980-11875.png" width="300px" height="225px" preserveAspectRatio="xMinYMin meet" x="924.5" y="-852.75"/> +</g> +<!-- Fuel Injector 2 --> +<g id="node9" class="node"> +<title>Fuel Injector 2</title> +<polygon fill="#ffffff" stroke="black" points="1228.5,-599.75 920.5,-599.75 920.5,-269.75 1228.5,-269.75 1228.5,-599.75"/> +<polygon fill="none" stroke="black" points="920.5,-575.25 920.5,-599.75 1228.5,-599.75 1228.5,-575.25 920.5,-575.25"/> +<text text-anchor="start" x="1029.12" y="-582.45" font-family="arial" font-size="14.00">Fuel Injector 2</text> +<polygon fill="none" stroke="black" points="920.5,-550.75 920.5,-575.25 1102.25,-575.25 1102.25,-550.75 920.5,-550.75"/> +<text text-anchor="start" x="967.88" y="-557.95" font-family="arial" font-size="14.00">90980-11875</text> +<polygon fill="none" stroke="black" points="1102.25,-550.75 1102.25,-575.25 1228.5,-575.25 1228.5,-550.75 1102.25,-550.75"/> +<text text-anchor="start" x="1149.62" y="-557.95" font-family="arial" font-size="14.00">2-pin</text> +<polygon fill="none" stroke="black" points="920.5,-526.75 920.5,-550.75 1051,-550.75 1051,-526.75 920.5,-526.75"/> +<text text-anchor="start" x="981.62" y="-533.45" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1051,-526.75 1051,-550.75 1228.5,-550.75 1228.5,-526.75 1051,-526.75"/> +<text text-anchor="start" x="1126.62" y="-533.45" font-family="arial" font-size="14.00">12V</text> +<polygon fill="none" stroke="black" points="920.5,-502.75 920.5,-526.75 1051,-526.75 1051,-502.75 920.5,-502.75"/> +<text text-anchor="start" x="981.62" y="-509.45" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1051,-502.75 1051,-526.75 1228.5,-526.75 1228.5,-502.75 1051,-502.75"/> +<text text-anchor="start" x="1112" y="-509.45" font-family="arial" font-size="14.00">ECU INJ</text> +<polygon fill="none" stroke="black" points="920.5,-269.75 920.5,-502.75 1228.5,-502.75 1228.5,-269.75 920.5,-269.75"/> +<image xlink:href="images\90980-11875.png" width="300px" height="225px" preserveAspectRatio="xMinYMin meet" x="924.5" y="-498.75"/> +</g> +<!-- MAF Sensor --> +<g id="node10" class="node"> +<title>MAF Sensor</title> +<polygon fill="#ffffff" stroke="black" points="2342,-4517.5 2034,-4517.5 2034,-4206 2342,-4206 2342,-4517.5"/> +<polygon fill="none" stroke="black" points="2034,-4493 2034,-4517.5 2342,-4517.5 2342,-4493 2034,-4493"/> +<text text-anchor="start" x="2148.25" y="-4500.2" font-family="arial" font-size="14.00">MAF Sensor</text> +<polygon fill="none" stroke="black" points="2034,-4468.5 2034,-4493 2235.62,-4493 2235.62,-4468.5 2034,-4468.5"/> +<text text-anchor="start" x="2071.44" y="-4475.7" font-family="arial" font-size="14.00">Bosch 1928405138</text> +<polygon fill="none" stroke="black" points="2235.62,-4468.5 2235.62,-4493 2342,-4493 2342,-4468.5 2235.62,-4468.5"/> +<text text-anchor="start" x="2273.06" y="-4475.7" font-family="arial" font-size="14.00">1-pin</text> +<polygon fill="none" stroke="black" points="2034,-4444 2034,-4468.5 2179,-4468.5 2179,-4444 2034,-4444"/> +<text text-anchor="start" x="2102.38" y="-4451.2" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="2179,-4444 2179,-4468.5 2342,-4468.5 2342,-4444 2179,-4444"/> +<text text-anchor="start" x="2247.38" y="-4451.2" font-family="arial" font-size="14.00">12V</text> +<polygon fill="none" stroke="black" points="2034,-4206 2034,-4444 2342,-4444 2342,-4206 2034,-4206"/> +<image xlink:href="images\MAF.png" width="293.8px" height="226px" preserveAspectRatio="xMinYMin meet" x="2041.1" y="-4438"/> +</g> +<!-- LSU --> +<g id="node11" class="node"> +<title>LSU</title> +<polygon fill="#ffffff" stroke="black" points="1222,-245.5 927,-245.5 927,0 1222,0 1222,-245.5"/> +<polygon fill="none" stroke="black" points="927,-221 927,-245.5 1222,-245.5 1222,-221 927,-221"/> +<text text-anchor="start" x="1060.62" y="-228.2" font-family="arial" font-size="14.00">LSU</text> +<polygon fill="none" stroke="black" points="927,-196.5 927,-221 1115.38,-221 1115.38,-196.5 927,-196.5"/> +<text text-anchor="start" x="964.56" y="-203.7" font-family="arial" font-size="14.00">D261.205.356-01</text> +<polygon fill="none" stroke="black" points="1115.38,-196.5 1115.38,-221 1222,-221 1222,-196.5 1115.38,-196.5"/> +<text text-anchor="start" x="1152.94" y="-203.7" font-family="arial" font-size="14.00">1-pin</text> +<polygon fill="none" stroke="black" points="927,-172 927,-196.5 1065.5,-196.5 1065.5,-172 927,-172"/> +<text text-anchor="start" x="992.12" y="-179.2" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="1065.5,-172 1065.5,-196.5 1222,-196.5 1222,-172 1065.5,-172"/> +<text text-anchor="start" x="1130.62" y="-179.2" font-family="arial" font-size="14.00">12V</text> +<polygon fill="none" stroke="black" points="927,0 927,-172 1222,-172 1222,0 927,0"/> +<image xlink:href="images\LSU.png" width="287px" height="164px" preserveAspectRatio="xMinYMin meet" x="931" y="-168"/> +</g> +<!-- Servo Power --> +<g id="node12" class="node"> +<title>Servo Power</title> +<polygon fill="#ffffff" stroke="black" points="1224,-1451 925,-1451 925,-1026.5 1224,-1026.5 1224,-1451"/> +<polygon fill="none" stroke="black" points="925,-1426.5 925,-1451 1224,-1451 1224,-1426.5 925,-1426.5"/> +<text text-anchor="start" x="1033.62" y="-1433.7" font-family="arial" font-size="14.00">Servo Power</text> +<polygon fill="none" stroke="black" points="925,-1402 925,-1426.5 1093.62,-1426.5 1093.62,-1402 925,-1402"/> +<text text-anchor="start" x="974.44" y="-1409.2" font-family="arial" font-size="14.00">DTM04-2P</text> +<polygon fill="none" stroke="black" points="1093.62,-1402 1093.62,-1426.5 1224,-1426.5 1224,-1402 1093.62,-1402"/> +<text text-anchor="start" x="1143.06" y="-1409.2" font-family="arial" font-size="14.00">2-pin</text> +<polygon fill="none" stroke="black" points="925,-1378 925,-1402 1017,-1402 1017,-1378 925,-1378"/> +<text text-anchor="start" x="966.88" y="-1384.7" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1017,-1378 1017,-1402 1132,-1402 1132,-1378 1017,-1378"/> +<text text-anchor="start" x="1061.38" y="-1384.7" font-family="arial" font-size="14.00">12V</text> +<polygon fill="none" stroke="black" points="1132,-1378 1132,-1402 1224,-1402 1224,-1378 1132,-1378"/> +<text text-anchor="start" x="1173.88" y="-1384.7" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="925,-1354 925,-1378 1017,-1378 1017,-1354 925,-1354"/> +<text text-anchor="start" x="966.88" y="-1360.7" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1017,-1354 1017,-1378 1132,-1378 1132,-1354 1017,-1354"/> +<text text-anchor="start" x="1058.75" y="-1360.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="1132,-1354 1132,-1378 1224,-1378 1224,-1354 1132,-1354"/> +<text text-anchor="start" x="1173.88" y="-1360.7" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="925,-1051 925,-1354 1224,-1354 1224,-1051 925,-1051"/> +<image xlink:href="images\ServoP.png" width="291px" height="295px" preserveAspectRatio="xMinYMin meet" x="929" y="-1350"/> +<polygon fill="none" stroke="black" points="925,-1026.5 925,-1051 1224,-1051 1224,-1026.5 925,-1026.5"/> +<text text-anchor="start" x="1001" y="-1033.7" font-family="arial" font-size="14.00">Crimp mate DTM06-2S</text> +</g> +<!-- W22 --> +<g id="node44" class="node"> +<title>W22</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1762,-1831.25 1447,-1831.25 1447,-1716.25 1762,-1716.25 1762,-1831.25"/> +<polygon fill="none" stroke="black" points="1447,-1806.75 1447,-1831.25 1762,-1831.25 1762,-1806.75 1447,-1806.75"/> +<text text-anchor="start" x="1589.12" y="-1813.95" font-family="arial" font-size="14.00">W22</text> +<polygon fill="none" stroke="black" points="1447,-1782.25 1447,-1806.75 1521.25,-1806.75 1521.25,-1782.25 1447,-1782.25"/> +<text text-anchor="start" x="1476.62" y="-1789.45" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="1521.25,-1782.25 1521.25,-1806.75 1636,-1806.75 1636,-1782.25 1521.25,-1782.25"/> +<text text-anchor="start" x="1550.88" y="-1789.45" font-family="arial" font-size="14.00">18 AWG</text> +<polygon fill="none" stroke="black" points="1636,-1782.25 1636,-1806.75 1762,-1806.75 1762,-1782.25 1636,-1782.25"/> +<text text-anchor="start" x="1665.62" y="-1789.45" font-family="arial" font-size="14.00">6.0 Inches</text> +<text text-anchor="start" x="1511.62" y="-1766.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1449" y="-1746.95" font-family="arial" font-size="14.00">Servo Power:2:GND</text> +<text text-anchor="start" x="1581.88" y="-1746.95" font-family="arial" font-size="14.00">     BK    </text> +<text text-anchor="start" x="1638.75" y="-1746.95" font-family="arial" font-size="14.00">Negative Bus Bar:2</text> +<polygon fill="#000000" stroke="none" points="1447,-1740.25 1447,-1742.25 1762,-1742.25 1762,-1740.25 1447,-1740.25"/> +<polygon fill="#000000" stroke="none" points="1447,-1738.25 1447,-1740.25 1762,-1740.25 1762,-1738.25 1447,-1738.25"/> +<polygon fill="#000000" stroke="none" points="1447,-1736.25 1447,-1738.25 1762,-1738.25 1762,-1736.25 1447,-1736.25"/> +<text text-anchor="start" x="1511.62" y="-1720.95" font-family="arial" font-size="14.00"> </text> +</g> +<!-- Servo Power--W22 --> +<g id="edge62" class="edge"> +<title>Servo Power:e--W22:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1225,-1364C1419.62,-1366.81 1255.04,-1740.06 1446,-1737.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1225,-1366C1417.79,-1366 1253.21,-1739.25 1446,-1739.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1225,-1368C1415.96,-1365.19 1251.38,-1738.44 1446,-1741.25"/> +</g> +<!-- Fuse Block --> +<g id="node13" class="node"> +<title>Fuse Block</title> +<polygon fill="#ffffff" stroke="black" points="2442,-4181.5 1934,-4181.5 1934,-3630 2442,-3630 2442,-4181.5"/> +<polygon fill="none" stroke="black" points="1934,-4157 1934,-4181.5 2442,-4181.5 2442,-4157 1934,-4157"/> +<text text-anchor="start" x="2152.38" y="-4164.2" font-family="arial" font-size="14.00">Fuse Block</text> +<polygon fill="none" stroke="black" points="1934,-4132.5 1934,-4157 2218.75,-4157 2218.75,-4132.5 1934,-4132.5"/> +<text text-anchor="start" x="2029.88" y="-4139.7" font-family="arial" font-size="14.00">TE 2319023-1</text> +<polygon fill="none" stroke="black" points="2218.75,-4132.5 2218.75,-4157 2442,-4157 2442,-4132.5 2218.75,-4132.5"/> +<text text-anchor="start" x="2314.62" y="-4139.7" font-family="arial" font-size="14.00">8-pin</text> +<polygon fill="none" stroke="black" points="1934,-4108.5 1934,-4132.5 2179.5,-4132.5 2179.5,-4108.5 1934,-4108.5"/> +<text text-anchor="start" x="2052.62" y="-4115.2" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="2179.5,-4108.5 2179.5,-4132.5 2442,-4132.5 2442,-4108.5 2179.5,-4108.5"/> +<text text-anchor="start" x="2298" y="-4115.2" font-family="arial" font-size="14.00">F1+</text> +<polygon fill="none" stroke="black" points="1934,-4084.5 1934,-4108.5 2179.5,-4108.5 2179.5,-4084.5 1934,-4084.5"/> +<text text-anchor="start" x="2052.62" y="-4091.2" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="2179.5,-4084.5 2179.5,-4108.5 2442,-4108.5 2442,-4084.5 2179.5,-4084.5"/> +<text text-anchor="start" x="2299.88" y="-4091.2" font-family="arial" font-size="14.00">F1-</text> +<polygon fill="none" stroke="black" points="1934,-4060.5 1934,-4084.5 2179.5,-4084.5 2179.5,-4060.5 1934,-4060.5"/> +<text text-anchor="start" x="2052.62" y="-4067.2" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="2179.5,-4060.5 2179.5,-4084.5 2442,-4084.5 2442,-4060.5 2179.5,-4060.5"/> +<text text-anchor="start" x="2298" y="-4067.2" font-family="arial" font-size="14.00">F2+</text> +<polygon fill="none" stroke="black" points="1934,-4036.5 1934,-4060.5 2179.5,-4060.5 2179.5,-4036.5 1934,-4036.5"/> +<text text-anchor="start" x="2052.62" y="-4043.2" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="2179.5,-4036.5 2179.5,-4060.5 2442,-4060.5 2442,-4036.5 2179.5,-4036.5"/> +<text text-anchor="start" x="2299.88" y="-4043.2" font-family="arial" font-size="14.00">F2-</text> +<polygon fill="none" stroke="black" points="1934,-4012.5 1934,-4036.5 2179.5,-4036.5 2179.5,-4012.5 1934,-4012.5"/> +<text text-anchor="start" x="2052.62" y="-4019.2" font-family="arial" font-size="14.00">5</text> +<polygon fill="none" stroke="black" points="2179.5,-4012.5 2179.5,-4036.5 2442,-4036.5 2442,-4012.5 2179.5,-4012.5"/> +<text text-anchor="start" x="2298" y="-4019.2" font-family="arial" font-size="14.00">F3+</text> +<polygon fill="none" stroke="black" points="1934,-3988.5 1934,-4012.5 2179.5,-4012.5 2179.5,-3988.5 1934,-3988.5"/> +<text text-anchor="start" x="2052.62" y="-3995.2" font-family="arial" font-size="14.00">6</text> +<polygon fill="none" stroke="black" points="2179.5,-3988.5 2179.5,-4012.5 2442,-4012.5 2442,-3988.5 2179.5,-3988.5"/> +<text text-anchor="start" x="2299.88" y="-3995.2" font-family="arial" font-size="14.00">F3-</text> +<polygon fill="none" stroke="black" points="1934,-3964.5 1934,-3988.5 2179.5,-3988.5 2179.5,-3964.5 1934,-3964.5"/> +<text text-anchor="start" x="2052.62" y="-3971.2" font-family="arial" font-size="14.00">7</text> +<polygon fill="none" stroke="black" points="2179.5,-3964.5 2179.5,-3988.5 2442,-3988.5 2442,-3964.5 2179.5,-3964.5"/> +<text text-anchor="start" x="2298" y="-3971.2" font-family="arial" font-size="14.00">F4+</text> +<polygon fill="none" stroke="black" points="1934,-3940.5 1934,-3964.5 2179.5,-3964.5 2179.5,-3940.5 1934,-3940.5"/> +<text text-anchor="start" x="2052.62" y="-3947.2" font-family="arial" font-size="14.00">8</text> +<polygon fill="none" stroke="black" points="2179.5,-3940.5 2179.5,-3964.5 2442,-3964.5 2442,-3940.5 2179.5,-3940.5"/> +<text text-anchor="start" x="2299.88" y="-3947.2" font-family="arial" font-size="14.00">F4-</text> +<polygon fill="none" stroke="black" points="1934,-3654.5 1934,-3940.5 2442,-3940.5 2442,-3654.5 1934,-3654.5"/> +<image xlink:href="images\FB.png" width="491.88px" height="274px" preserveAspectRatio="xMinYMin meet" x="1942.06" y="-3934.5"/> +<polygon fill="none" stroke="black" points="1934,-3630 1934,-3654.5 2442,-3654.5 2442,-3630 1934,-3630"/> +<text text-anchor="start" x="2113.75" y="-3637.2" font-family="arial" font-size="14.00">F1 15A, F2 15A, F3 5A</text> +</g> +<!-- KillSwitch --> +<g id="node14" class="node"> +<title>KillSwitch</title> +<polygon fill="#ffffff" stroke="black" points="1227,-3737 922,-3737 922,-3420.5 1227,-3420.5 1227,-3737"/> +<polygon fill="none" stroke="black" points="922,-3712.5 922,-3737 1227,-3737 1227,-3712.5 922,-3712.5"/> +<text text-anchor="start" x="1044.5" y="-3719.7" font-family="arial" font-size="14.00">KillSwitch</text> +<polygon fill="none" stroke="black" points="922,-3688 922,-3712.5 1105.62,-3712.5 1105.62,-3688 922,-3688"/> +<text text-anchor="start" x="966.94" y="-3695.2" font-family="arial" font-size="14.00">MS24658-22D</text> +<polygon fill="none" stroke="black" points="1105.62,-3688 1105.62,-3712.5 1227,-3712.5 1227,-3688 1105.62,-3688"/> +<text text-anchor="start" x="1150.56" y="-3695.2" font-family="arial" font-size="14.00">3-pin</text> +<polygon fill="none" stroke="black" points="922,-3664 922,-3688 1008,-3688 1008,-3664 922,-3664"/> +<text text-anchor="start" x="960.88" y="-3670.7" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1008,-3664 1008,-3688 1141,-3688 1141,-3664 1008,-3664"/> +<text text-anchor="start" x="1064.38" y="-3670.7" font-family="arial" font-size="14.00">NC</text> +<polygon fill="none" stroke="black" points="1141,-3664 1141,-3688 1227,-3688 1227,-3664 1141,-3664"/> +<text text-anchor="start" x="1179.88" y="-3670.7" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="922,-3640 922,-3664 1008,-3664 1008,-3640 922,-3640"/> +<text text-anchor="start" x="960.88" y="-3646.7" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1008,-3640 1008,-3664 1141,-3664 1141,-3640 1008,-3640"/> +<text text-anchor="start" x="1046.75" y="-3646.7" font-family="arial" font-size="14.00">common</text> +<polygon fill="none" stroke="black" points="1141,-3640 1141,-3664 1227,-3664 1227,-3640 1141,-3640"/> +<text text-anchor="start" x="1179.88" y="-3646.7" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="922,-3616 922,-3640 1008,-3640 1008,-3616 922,-3616"/> +<text text-anchor="start" x="960.88" y="-3622.7" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="1008,-3616 1008,-3640 1141,-3640 1141,-3616 1008,-3616"/> +<text text-anchor="start" x="1064.75" y="-3622.7" font-family="arial" font-size="14.00">KS</text> +<polygon fill="none" stroke="black" points="1141,-3616 1141,-3640 1227,-3640 1227,-3616 1141,-3616"/> +<text text-anchor="start" x="1179.88" y="-3622.7" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="922,-3445 922,-3616 1227,-3616 1227,-3445 922,-3445"/> +<image xlink:href="images\kill.png" width="297px" height="163px" preserveAspectRatio="xMinYMin meet" x="926" y="-3612"/> +<polygon fill="none" stroke="black" points="922,-3420.5 922,-3445 1227,-3445 1227,-3420.5 922,-3420.5"/> +<text text-anchor="start" x="960.5" y="-3427.7" font-family="arial" font-size="14.00">Ring Terminal (Inner Diameter.260")</text> +</g> +<!-- W14 --> +<g id="node38" class="node"> +<title>W14</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1741,-4204.25 1468,-4204.25 1468,-4089.25 1741,-4089.25 1741,-4204.25"/> +<polygon fill="none" stroke="black" points="1468,-4179.75 1468,-4204.25 1741,-4204.25 1741,-4179.75 1468,-4179.75"/> +<text text-anchor="start" x="1589.12" y="-4186.95" font-family="arial" font-size="14.00">W14</text> +<polygon fill="none" stroke="black" points="1468,-4155.25 1468,-4179.75 1522.75,-4179.75 1522.75,-4155.25 1468,-4155.25"/> +<text text-anchor="start" x="1487.88" y="-4162.45" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="1522.75,-4155.25 1522.75,-4179.75 1618,-4179.75 1618,-4155.25 1522.75,-4155.25"/> +<text text-anchor="start" x="1542.62" y="-4162.45" font-family="arial" font-size="14.00">14 AWG</text> +<polygon fill="none" stroke="black" points="1618,-4155.25 1618,-4179.75 1741,-4179.75 1741,-4155.25 1618,-4155.25"/> +<text text-anchor="start" x="1637.88" y="-4162.45" font-family="arial" font-size="14.00">170.0 Inches</text> +<text text-anchor="start" x="1515.62" y="-4139.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1469.88" y="-4119.95" font-family="arial" font-size="14.00">KillSwitch:3:KS</text> +<text text-anchor="start" x="1568.62" y="-4119.95" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="1626.75" y="-4119.95" font-family="arial" font-size="14.00">Fuse Block:3:F2+</text> +<polygon fill="#000000" stroke="none" points="1468,-4113.25 1468,-4115.25 1741,-4115.25 1741,-4113.25 1468,-4113.25"/> +<polygon fill="#ff0000" stroke="none" points="1468,-4111.25 1468,-4113.25 1741,-4113.25 1741,-4111.25 1468,-4111.25"/> +<polygon fill="#000000" stroke="none" points="1468,-4109.25 1468,-4111.25 1741,-4111.25 1741,-4109.25 1468,-4109.25"/> +<text text-anchor="start" x="1515.62" y="-4093.95" font-family="arial" font-size="14.00"> </text> +</g> +<!-- KillSwitch--W14 --> +<g id="edge50" class="edge"> +<title>KillSwitch:e--W14:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1228,-3626C1469.8,-3628.89 1228.78,-4113.14 1467,-4110.25"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M1228,-3628C1468.01,-3628 1226.99,-4112.25 1467,-4112.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1228,-3630C1466.22,-3627.11 1225.2,-4111.36 1467,-4114.25"/> +</g> +<!-- Tachometer --> +<g id="node15" class="node"> +<title>Tachometer</title> +<polygon fill="#ffffff" stroke="black" points="2342,-4985.5 2034,-4985.5 2034,-4542 2342,-4542 2342,-4985.5"/> +<polygon fill="none" stroke="black" points="2034,-4961 2034,-4985.5 2342,-4985.5 2342,-4961 2034,-4961"/> +<text text-anchor="start" x="2149.75" y="-4968.2" font-family="arial" font-size="14.00">Tachometer</text> +<polygon fill="none" stroke="black" points="2034,-4936.5 2034,-4961 2201.5,-4961 2201.5,-4936.5 2034,-4936.5"/> +<text text-anchor="start" x="2088.5" y="-4943.7" font-family="arial" font-size="14.00">DT04-3P</text> +<polygon fill="none" stroke="black" points="2201.5,-4936.5 2201.5,-4961 2342,-4961 2342,-4936.5 2201.5,-4936.5"/> +<text text-anchor="start" x="2256" y="-4943.7" font-family="arial" font-size="14.00">3-pin</text> +<polygon fill="none" stroke="black" points="2034,-4912.5 2034,-4936.5 2177.5,-4936.5 2177.5,-4912.5 2034,-4912.5"/> +<text text-anchor="start" x="2100.88" y="-4919.2" font-family="arial" font-size="14.00">A</text> +<polygon fill="none" stroke="black" points="2177.5,-4912.5 2177.5,-4936.5 2342,-4936.5 2342,-4912.5 2177.5,-4912.5"/> +<text text-anchor="start" x="2246.62" y="-4919.2" font-family="arial" font-size="14.00">12V</text> +<polygon fill="none" stroke="black" points="2034,-4888.5 2034,-4912.5 2177.5,-4912.5 2177.5,-4888.5 2034,-4888.5"/> +<text text-anchor="start" x="2100.88" y="-4895.2" font-family="arial" font-size="14.00">B</text> +<polygon fill="none" stroke="black" points="2177.5,-4888.5 2177.5,-4912.5 2342,-4912.5 2342,-4888.5 2177.5,-4888.5"/> +<text text-anchor="start" x="2244" y="-4895.2" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="2034,-4864.5 2034,-4888.5 2177.5,-4888.5 2177.5,-4864.5 2034,-4864.5"/> +<text text-anchor="start" x="2100.5" y="-4871.2" font-family="arial" font-size="14.00">C</text> +<polygon fill="none" stroke="black" points="2177.5,-4864.5 2177.5,-4888.5 2342,-4888.5 2342,-4864.5 2177.5,-4864.5"/> +<text text-anchor="start" x="2248.5" y="-4871.2" font-family="arial" font-size="14.00">Out</text> +<polygon fill="none" stroke="black" points="2034,-4566.5 2034,-4864.5 2342,-4864.5 2342,-4566.5 2034,-4566.5"/> +<image xlink:href="images\DT04-3P.png" width="295.36px" height="286px" preserveAspectRatio="xMinYMin meet" x="2040.32" y="-4858.5"/> +<polygon fill="none" stroke="black" points="2034,-4542 2034,-4566.5 2342,-4566.5 2342,-4542 2034,-4542"/> +<text text-anchor="start" x="2123.88" y="-4549.2" font-family="arial" font-size="14.00">Mates with DT06-3S</text> +</g> +<!-- Positive Bus Bar --> +<g id="node16" class="node"> +<title>Positive Bus Bar</title> +<polygon fill="#ffffff" stroke="black" points="213,-3901.25 23,-3901.25 23,-3754.25 213,-3754.25 213,-3901.25"/> +<polygon fill="none" stroke="black" points="23,-3876.75 23,-3901.25 213,-3901.25 213,-3876.75 23,-3876.75"/> +<text text-anchor="start" x="65.88" y="-3883.95" font-family="arial" font-size="14.00">Positive Bus Bar</text> +<polygon fill="none" stroke="black" points="23,-3852.25 23,-3876.75 173.5,-3876.75 173.5,-3852.25 23,-3852.25"/> +<text text-anchor="start" x="27" y="-3859.45" font-family="arial" font-size="14.00">Pike Industries Busbar</text> +<polygon fill="none" stroke="black" points="173.5,-3852.25 173.5,-3876.75 213,-3876.75 213,-3852.25 173.5,-3852.25"/> +<text text-anchor="start" x="177.5" y="-3859.45" font-family="arial" font-size="14.00">4-pin</text> +<polygon fill="none" stroke="black" points="23,-3827.75 23,-3852.25 213,-3852.25 213,-3827.75 23,-3827.75"/> +<text text-anchor="start" x="113.88" y="-3834.95" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="23,-3803.25 23,-3827.75 213,-3827.75 213,-3803.25 23,-3803.25"/> +<text text-anchor="start" x="113.88" y="-3810.45" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="23,-3778.75 23,-3803.25 213,-3803.25 213,-3778.75 23,-3778.75"/> +<text text-anchor="start" x="113.88" y="-3785.95" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="23,-3754.25 23,-3778.75 213,-3778.75 213,-3754.25 23,-3754.25"/> +<text text-anchor="start" x="113.88" y="-3761.45" font-family="arial" font-size="14.00">4</text> +</g> +<!-- W6 --> +<g id="node29" class="node"> +<title>W6</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="702,-3908.25 408,-3908.25 408,-3767.25 702,-3767.25 702,-3908.25"/> +<polygon fill="none" stroke="black" points="408,-3883.75 408,-3908.25 702,-3908.25 702,-3883.75 408,-3883.75"/> +<text text-anchor="start" x="543.75" y="-3890.95" font-family="arial" font-size="14.00">W6</text> +<polygon fill="none" stroke="black" points="408,-3859.25 408,-3883.75 472.5,-3883.75 472.5,-3859.25 408,-3859.25"/> +<text text-anchor="start" x="432.75" y="-3866.45" font-family="arial" font-size="14.00">2x</text> +<polygon fill="none" stroke="black" points="472.5,-3859.25 472.5,-3883.75 577.5,-3883.75 577.5,-3859.25 472.5,-3859.25"/> +<text text-anchor="start" x="497.25" y="-3866.45" font-family="arial" font-size="14.00">14 AWG</text> +<polygon fill="none" stroke="black" points="577.5,-3859.25 577.5,-3883.75 702,-3883.75 702,-3859.25 577.5,-3859.25"/> +<text text-anchor="start" x="602.25" y="-3866.45" font-family="arial" font-size="14.00">10.0 Inches</text> +<text text-anchor="start" x="466.12" y="-3843.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="409.88" y="-3823.95" font-family="arial" font-size="14.00">Positive Bus Bar:3</text> +<text text-anchor="start" x="529.62" y="-3823.95" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="587.75" y="-3823.95" font-family="arial" font-size="14.00">Fuse Block:1:F1+</text> +<polygon fill="#000000" stroke="none" points="408,-3817.25 408,-3819.25 702,-3819.25 702,-3817.25 408,-3817.25"/> +<polygon fill="#ff0000" stroke="none" points="408,-3815.25 408,-3817.25 702,-3817.25 702,-3815.25 408,-3815.25"/> +<polygon fill="#000000" stroke="none" points="408,-3813.25 408,-3815.25 702,-3815.25 702,-3813.25 408,-3813.25"/> +<text text-anchor="start" x="409.88" y="-3797.95" font-family="arial" font-size="14.00">Positive Bus Bar:3</text> +<text text-anchor="start" x="529.62" y="-3797.95" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="587.75" y="-3797.95" font-family="arial" font-size="14.00">Fuse Block:5:F3+</text> +<polygon fill="#000000" stroke="none" points="408,-3791.25 408,-3793.25 702,-3793.25 702,-3791.25 408,-3791.25"/> +<polygon fill="#ff0000" stroke="none" points="408,-3789.25 408,-3791.25 702,-3791.25 702,-3789.25 408,-3789.25"/> +<polygon fill="#000000" stroke="none" points="408,-3787.25 408,-3789.25 702,-3789.25 702,-3787.25 408,-3787.25"/> +<text text-anchor="start" x="466.12" y="-3771.95" font-family="arial" font-size="14.00"> </text> +</g> +<!-- Positive Bus Bar--W6 --> +<g id="edge20" class="edge"> +<title>Positive Bus Bar:e--W6:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M214,-3789C302.08,-3789.76 322.06,-3815.01 407,-3814.25"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M214,-3791C300.51,-3791 320.49,-3816.25 407,-3816.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M214,-3793C298.94,-3792.24 318.92,-3817.49 407,-3818.25"/> +</g> +<!-- Positive Bus Bar--W6 --> +<g id="edge22" class="edge"> +<title>Positive Bus Bar:e--W6:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M214,-3789C299.71,-3789 321.15,-3788.25 407,-3788.25"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M214,-3791C299.78,-3791 321.22,-3790.25 407,-3790.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M214,-3793C299.85,-3793 321.29,-3792.25 407,-3792.25"/> +</g> +<!-- W8 --> +<g id="node31" class="node"> +<title>W8</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="711.5,-3743.25 398.5,-3743.25 398.5,-3628.25 711.5,-3628.25 711.5,-3743.25"/> +<polygon fill="none" stroke="black" points="398.5,-3718.75 398.5,-3743.25 711.5,-3743.25 711.5,-3718.75 398.5,-3718.75"/> +<text text-anchor="start" x="543.75" y="-3725.95" font-family="arial" font-size="14.00">W8</text> +<polygon fill="none" stroke="black" points="398.5,-3694.25 398.5,-3718.75 466.58,-3718.75 466.58,-3694.25 398.5,-3694.25"/> +<text text-anchor="start" x="425.04" y="-3701.45" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="466.58,-3694.25 466.58,-3718.75 575.17,-3718.75 575.17,-3694.25 466.58,-3694.25"/> +<text text-anchor="start" x="493.12" y="-3701.45" font-family="arial" font-size="14.00">14 AWG</text> +<polygon fill="none" stroke="black" points="575.17,-3694.25 575.17,-3718.75 711.5,-3718.75 711.5,-3694.25 575.17,-3694.25"/> +<text text-anchor="start" x="601.71" y="-3701.45" font-family="arial" font-size="14.00">170.0 Inches</text> +<text text-anchor="start" x="456.62" y="-3678.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="400.38" y="-3658.95" font-family="arial" font-size="14.00">Positive Bus Bar:4</text> +<text text-anchor="start" x="520.12" y="-3658.95" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="578.38" y="-3658.95" font-family="arial" font-size="14.00">KillSwitch:2:common</text> +<polygon fill="#000000" stroke="none" points="398.5,-3652.25 398.5,-3654.25 711.5,-3654.25 711.5,-3652.25 398.5,-3652.25"/> +<polygon fill="#ff0000" stroke="none" points="398.5,-3650.25 398.5,-3652.25 711.5,-3652.25 711.5,-3650.25 398.5,-3650.25"/> +<polygon fill="#000000" stroke="none" points="398.5,-3648.25 398.5,-3650.25 711.5,-3650.25 711.5,-3648.25 398.5,-3648.25"/> +<text text-anchor="start" x="456.62" y="-3632.95" font-family="arial" font-size="14.00"> </text> +</g> +<!-- Positive Bus Bar--W8 --> +<g id="edge26" class="edge"> +<title>Positive Bus Bar:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M214,-3764.5C308.31,-3766.66 299.2,-3651.41 397.5,-3649.25"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M214,-3766.5C310.31,-3766.5 301.19,-3651.25 397.5,-3651.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M214,-3768.5C312.3,-3766.34 303.19,-3651.09 397.5,-3653.25"/> +</g> +<!-- Negative Bus Bar --> +<g id="node17" class="node"> +<title>Negative Bus Bar</title> +<polygon fill="#ffffff" stroke="black" points="2283,-2923.25 2093,-2923.25 2093,-2776.25 2283,-2776.25 2283,-2923.25"/> +<polygon fill="none" stroke="black" points="2093,-2898.75 2093,-2923.25 2283,-2923.25 2283,-2898.75 2093,-2898.75"/> +<text text-anchor="start" x="2133.25" y="-2905.95" font-family="arial" font-size="14.00">Negative Bus Bar</text> +<polygon fill="none" stroke="black" points="2093,-2874.25 2093,-2898.75 2243.5,-2898.75 2243.5,-2874.25 2093,-2874.25"/> +<text text-anchor="start" x="2097" y="-2881.45" font-family="arial" font-size="14.00">Pike Industries Busbar</text> +<polygon fill="none" stroke="black" points="2243.5,-2874.25 2243.5,-2898.75 2283,-2898.75 2283,-2874.25 2243.5,-2874.25"/> +<text text-anchor="start" x="2247.5" y="-2881.45" font-family="arial" font-size="14.00">4-pin</text> +<polygon fill="none" stroke="black" points="2093,-2849.75 2093,-2874.25 2283,-2874.25 2283,-2849.75 2093,-2849.75"/> +<text text-anchor="start" x="2183.88" y="-2856.95" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="2093,-2825.25 2093,-2849.75 2283,-2849.75 2283,-2825.25 2093,-2825.25"/> +<text text-anchor="start" x="2183.88" y="-2832.45" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="2093,-2800.75 2093,-2825.25 2283,-2825.25 2283,-2800.75 2093,-2800.75"/> +<text text-anchor="start" x="2183.88" y="-2807.95" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="2093,-2776.25 2093,-2800.75 2283,-2800.75 2283,-2776.25 2093,-2776.25"/> +<text text-anchor="start" x="2183.88" y="-2783.45" font-family="arial" font-size="14.00">4</text> +</g> +<!-- _Engine GND_1 --> +<g id="node18" class="node"> +<title>_Engine GND_1</title> +<polygon fill="#ffffff" stroke="black" points="2231.75,-3113 2144.25,-3113 2144.25,-3088.5 2231.75,-3088.5 2231.75,-3113"/> +<polygon fill="#aaaaaa" stroke="none" points="2144.25,-3088.5 2144.25,-3113 2231.75,-3113 2231.75,-3088.5 2144.25,-3088.5"/> +<polygon fill="none" stroke="black" points="2144.25,-3088.5 2144.25,-3113 2231.75,-3113 2231.75,-3088.5 2144.25,-3088.5"/> +<text text-anchor="start" x="2148.25" y="-3095.7" font-family="arial" font-size="14.00">Engine GND</text> +</g> +<!-- _Engine GND_2 --> +<g id="node19" class="node"> +<title>_Engine GND_2</title> +<polygon fill="#ffffff" stroke="black" points="2231.75,-3064 2144.25,-3064 2144.25,-3039.5 2231.75,-3039.5 2231.75,-3064"/> +<polygon fill="#aaaaaa" stroke="none" points="2144.25,-3039.5 2144.25,-3064 2231.75,-3064 2231.75,-3039.5 2144.25,-3039.5"/> +<polygon fill="none" stroke="black" points="2144.25,-3039.5 2144.25,-3064 2231.75,-3064 2231.75,-3039.5 2144.25,-3039.5"/> +<text text-anchor="start" x="2148.25" y="-3046.7" font-family="arial" font-size="14.00">Engine GND</text> +</g> +<!-- _Engine GND_3 --> +<g id="node20" class="node"> +<title>_Engine GND_3</title> +<polygon fill="#ffffff" stroke="black" points="2231.75,-2444 2144.25,-2444 2144.25,-2419.5 2231.75,-2419.5 2231.75,-2444"/> +<polygon fill="#aaaaaa" stroke="none" points="2144.25,-2419.5 2144.25,-2444 2231.75,-2444 2231.75,-2419.5 2144.25,-2419.5"/> +<polygon fill="none" stroke="black" points="2144.25,-2419.5 2144.25,-2444 2231.75,-2444 2231.75,-2419.5 2144.25,-2419.5"/> +<text text-anchor="start" x="2148.25" y="-2426.7" font-family="arial" font-size="14.00">Engine GND</text> +</g> +<!-- _Engine GND_4 --> +<g id="node21" class="node"> +<title>_Engine GND_4</title> +<polygon fill="#ffffff" stroke="black" points="2231.75,-2395 2144.25,-2395 2144.25,-2370.5 2231.75,-2370.5 2231.75,-2395"/> +<polygon fill="#aaaaaa" stroke="none" points="2144.25,-2370.5 2144.25,-2395 2231.75,-2395 2231.75,-2370.5 2144.25,-2370.5"/> +<polygon fill="none" stroke="black" points="2144.25,-2370.5 2144.25,-2395 2231.75,-2395 2231.75,-2370.5 2144.25,-2370.5"/> +<text text-anchor="start" x="2148.25" y="-2377.7" font-family="arial" font-size="14.00">Engine GND</text> +</g> +<!-- _Engine GND_5 --> +<g id="node22" class="node"> +<title>_Engine GND_5</title> +<polygon fill="#ffffff" stroke="black" points="1118.25,-4773 1030.75,-4773 1030.75,-4748.5 1118.25,-4748.5 1118.25,-4773"/> +<polygon fill="#aaaaaa" stroke="none" points="1030.75,-4748.5 1030.75,-4773 1118.25,-4773 1118.25,-4748.5 1030.75,-4748.5"/> +<polygon fill="none" stroke="black" points="1030.75,-4748.5 1030.75,-4773 1118.25,-4773 1118.25,-4748.5 1030.75,-4748.5"/> +<text text-anchor="start" x="1034.75" y="-4755.7" font-family="arial" font-size="14.00">Engine GND</text> +</g> +<!-- W12 --> +<g id="node36" class="node"> +<title>W12</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1733.75,-4852.5 1475.25,-4852.5 1475.25,-4713 1733.75,-4713 1733.75,-4852.5"/> +<polygon fill="none" stroke="black" points="1475.25,-4828 1475.25,-4852.5 1733.75,-4852.5 1733.75,-4828 1475.25,-4828"/> +<text text-anchor="start" x="1589.12" y="-4835.2" font-family="arial" font-size="14.00">W12</text> +<polygon fill="none" stroke="black" points="1475.25,-4803.5 1475.25,-4828 1527.92,-4828 1527.92,-4803.5 1475.25,-4803.5"/> +<text text-anchor="start" x="1494.08" y="-4810.7" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="1527.92,-4803.5 1527.92,-4828 1621.08,-4828 1621.08,-4803.5 1527.92,-4803.5"/> +<text text-anchor="start" x="1546.75" y="-4810.7" font-family="arial" font-size="14.00">18 AWG</text> +<polygon fill="none" stroke="black" points="1621.08,-4803.5 1621.08,-4828 1733.75,-4828 1733.75,-4803.5 1621.08,-4803.5"/> +<text text-anchor="start" x="1639.92" y="-4810.7" font-family="arial" font-size="14.00">60.0 Inches</text> +<text text-anchor="start" x="1487.79" y="-4788.2" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1516.88" y="-4768.2" font-family="arial" font-size="14.00">     BK    </text> +<text text-anchor="start" x="1595.71" y="-4768.2" font-family="arial" font-size="14.00">Tachometer:B:GND</text> +<polygon fill="#000000" stroke="none" points="1475.25,-4761.5 1475.25,-4763.5 1733.75,-4763.5 1733.75,-4761.5 1475.25,-4761.5"/> +<polygon fill="#000000" stroke="none" points="1475.25,-4759.5 1475.25,-4761.5 1733.75,-4761.5 1733.75,-4759.5 1475.25,-4759.5"/> +<polygon fill="#000000" stroke="none" points="1475.25,-4757.5 1475.25,-4759.5 1733.75,-4759.5 1733.75,-4757.5 1475.25,-4757.5"/> +<text text-anchor="start" x="1487.79" y="-4742.2" font-family="arial" font-size="14.00"> </text> +<polygon fill="none" stroke="black" points="1475.25,-4713 1475.25,-4737.5 1733.75,-4737.5 1733.75,-4713 1475.25,-4713"/> +<text text-anchor="start" x="1479.25" y="-4720.2" font-family="arial" font-size="14.00">Distance is from ECU to engine ground.</text> +</g> +<!-- _Engine GND_5--W12 --> +<g id="edge46" class="edge"> +<title>_Engine GND_5:e--W12:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1119.25,-4758.75C1277.02,-4758.75 1316.46,-4758.5 1474.25,-4758.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1119.25,-4760.75C1277.03,-4760.75 1316.47,-4760.5 1474.25,-4760.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1119.25,-4762.75C1277.04,-4762.75 1316.48,-4762.5 1474.25,-4762.5"/> +</g> +<!-- _S_1 --> +<g id="node23" class="node"> +<title>_S_1</title> +<polygon fill="#ffffff" stroke="black" points="1097.25,-1002 1051.75,-1002 1051.75,-977.5 1097.25,-977.5 1097.25,-1002"/> +<polygon fill="none" stroke="black" points="1051.75,-977.5 1051.75,-1002 1097.25,-1002 1097.25,-977.5 1051.75,-977.5"/> +<text text-anchor="start" x="1055.75" y="-984.7" font-family="arial" font-size="14.00">splice</text> +</g> +<!-- W13 --> +<g id="node37" class="node"> +<title>W13</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1689.25,-1081.5 1519.75,-1081.5 1519.75,-942 1689.25,-942 1689.25,-1081.5"/> +<polygon fill="none" stroke="black" points="1519.75,-1057 1519.75,-1081.5 1689.25,-1081.5 1689.25,-1057 1519.75,-1057"/> +<text text-anchor="start" x="1589.12" y="-1064.2" font-family="arial" font-size="14.00">W13</text> +<polygon fill="none" stroke="black" points="1519.75,-1032.5 1519.75,-1057 1542.75,-1057 1542.75,-1032.5 1519.75,-1032.5"/> +<text text-anchor="start" x="1523.75" y="-1039.7" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="1542.75,-1032.5 1542.75,-1057 1606.25,-1057 1606.25,-1032.5 1542.75,-1032.5"/> +<text text-anchor="start" x="1546.75" y="-1039.7" font-family="arial" font-size="14.00">14 AWG</text> +<polygon fill="none" stroke="black" points="1606.25,-1032.5 1606.25,-1057 1689.25,-1057 1689.25,-1032.5 1606.25,-1032.5"/> +<text text-anchor="start" x="1610.25" y="-1039.7" font-family="arial" font-size="14.00">50.0 Inches</text> +<text text-anchor="start" x="1538.29" y="-1017.2" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1579.38" y="-997.2" font-family="arial" font-size="14.00">     BN    </text> +<polygon fill="#000000" stroke="none" points="1519.75,-990.5 1519.75,-992.5 1689.25,-992.5 1689.25,-990.5 1519.75,-990.5"/> +<polygon fill="#895956" stroke="none" points="1519.75,-988.5 1519.75,-990.5 1689.25,-990.5 1689.25,-988.5 1519.75,-988.5"/> +<polygon fill="#000000" stroke="none" points="1519.75,-986.5 1519.75,-988.5 1689.25,-988.5 1689.25,-986.5 1519.75,-986.5"/> +<text text-anchor="start" x="1538.29" y="-971.2" font-family="arial" font-size="14.00"> </text> +<polygon fill="none" stroke="black" points="1519.75,-942 1519.75,-966.5 1689.25,-966.5 1689.25,-942 1519.75,-942"/> +<text text-anchor="start" x="1528" y="-949.2" font-family="arial" font-size="14.00">Ring Terminal On Block.</text> +</g> +<!-- _S_1--W13 --> +<g id="edge48" class="edge"> +<title>_S_1:e--W13:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1098.25,-987.75C1285.13,-987.75 1331.85,-987.5 1518.75,-987.5"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M1098.25,-989.75C1285.14,-989.75 1331.86,-989.5 1518.75,-989.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1098.25,-991.75C1285.15,-991.75 1331.87,-991.5 1518.75,-991.5"/> +</g> +<!-- _Engine GND_6 --> +<g id="node24" class="node"> +<title>_Engine GND_6</title> +<polygon fill="#ffffff" stroke="black" points="2231.75,-1002 2144.25,-1002 2144.25,-977.5 2231.75,-977.5 2231.75,-1002"/> +<polygon fill="#aaaaaa" stroke="none" points="2144.25,-977.5 2144.25,-1002 2231.75,-1002 2231.75,-977.5 2144.25,-977.5"/> +<polygon fill="none" stroke="black" points="2144.25,-977.5 2144.25,-1002 2231.75,-1002 2231.75,-977.5 2144.25,-977.5"/> +<text text-anchor="start" x="2148.25" y="-984.7" font-family="arial" font-size="14.00">Engine GND</text> +</g> +<!-- W1--Coil Pack 1 --> +<g id="edge2" class="edge"> +<title>W1:e--Coil Pack 1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M728.5,-2498.5C1074.28,-2501.55 617.62,-3240.3 960,-3237.25"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M728.5,-2500.5C1072.58,-2500.5 615.92,-3239.25 960,-3239.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M728.5,-2502.5C1070.88,-2499.45 614.22,-3238.2 960,-3241.25"/> +</g> +<!-- W1--Coil Pack 2 --> +<g id="edge3" class="edge"> +<title>W1:e--Coil Pack 2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M728.5,-2498.5C831.45,-2498.5 857.17,-2499.25 960,-2499.25"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M728.5,-2500.5C831.39,-2500.5 857.11,-2501.25 960,-2501.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M728.5,-2502.5C831.33,-2502.5 857.05,-2503.25 960,-2503.25"/> +</g> +<!-- W1--Coil Pack 3 --> +<g id="edge4" class="edge"> +<title>W1:e--Coil Pack 3:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M728.5,-2498.5C919.98,-2501.28 764.84,-2133.03 960,-2130.25"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M728.5,-2500.5C921.82,-2500.5 766.68,-2132.25 960,-2132.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M728.5,-2502.5C923.66,-2499.72 768.52,-2131.47 960,-2134.25"/> +</g> +<!-- W1--Coil Pack 4 --> +<g id="edge5" class="edge"> +<title>W1:e--Coil Pack 4:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M728.5,-2498.5C924.23,-2501.28 767.96,-2871.03 960,-2868.25"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M728.5,-2500.5C922.39,-2500.5 766.11,-2870.25 960,-2870.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M728.5,-2502.5C920.54,-2499.72 764.27,-2869.47 960,-2872.25"/> +</g> +<!-- W2--Fuel Injector 1 --> +<g id="edge8" class="edge"> +<title>W2:e--Fuel Injector 1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M713.5,-890.25C805.1,-890.25 827.99,-890.75 919.5,-890.75"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M713.5,-892.25C805.06,-892.25 827.94,-892.75 919.5,-892.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M713.5,-894.25C805.01,-894.25 827.9,-894.75 919.5,-894.75"/> +</g> +<!-- W2--Fuel Injector 2 --> +<g id="edge7" class="edge"> +<title>W2:e--Fuel Injector 2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M713.5,-890.25C893.51,-893.06 735.83,-539.56 919.5,-536.75"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M713.5,-892.25C895.34,-892.25 737.66,-538.75 919.5,-538.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M713.5,-894.25C897.17,-891.44 739.49,-537.94 919.5,-540.75"/> +</g> +<!-- W3--ECU1 --> +<g id="edge10" class="edge"> +<title>W3:e--ECU1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M730,-1856.25C794.09,-1856.25 810.09,-1857 874,-1857"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M730,-1858.25C794,-1858.25 810,-1859 874,-1859"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M730,-1860.25C793.91,-1860.25 809.91,-1861 874,-1861"/> +</g> +<!-- W3--ECU1 --> +<g id="edge12" class="edge"> +<title>W3:e--ECU1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M730,-1830.25C794.35,-1830.28 810.33,-1833.03 874,-1833"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M730,-1832.25C794.01,-1832.25 809.99,-1835 874,-1835"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M730,-1834.25C793.67,-1834.22 809.65,-1836.97 874,-1837"/> +</g> +<!-- W3--ECU1 --> +<g id="edge14" class="edge"> +<title>W3:e--ECU1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M730,-1804.25C794.61,-1804.33 810.54,-1809.08 874,-1809"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M730,-1806.25C794.03,-1806.25 809.97,-1811 874,-1811"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M730,-1808.25C793.46,-1808.17 809.39,-1812.92 874,-1813"/> +</g> +<!-- W3--_S_1 --> +<g id="edge15" class="edge"> +<title>W3:e--_S_1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M730,-1804.25C1086.04,-1807.56 614.72,-1263.85 872.61,-1013.31 932.39,-958.16 972.61,-988.15 1050.75,-987.75"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M730,-1806.25C1087.55,-1806.25 616.23,-1262.54 874,-1014.75 931.2,-959.77 971.41,-989.75 1050.75,-989.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M730,-1808.25C1089.06,-1804.94 617.75,-1261.23 875.39,-1016.19 930,-961.37 970.22,-991.35 1050.75,-991.75"/> +</g> +<!-- W4--Fuse Block --> +<g id="edge17" class="edge"> +<title>W4:e--Fuse Block:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1754,-4275.25C1865.44,-4277.75 1818.69,-4097 1934,-4094.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M1754,-4277.25C1867.37,-4277.25 1820.63,-4096.5 1934,-4096.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1754,-4279.25C1869.31,-4276.75 1822.56,-4096 1934,-4098.5"/> +</g> +<!-- W4--Fuse Block --> +<g id="edge19" class="edge"> +<title>W4:e--Fuse Block:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1754,-4249.25C1872.58,-4251.83 1811.59,-4049.08 1934,-4046.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M1754,-4251.25C1874.5,-4251.25 1813.5,-4048.5 1934,-4048.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1754,-4253.25C1876.41,-4250.67 1815.42,-4047.92 1934,-4050.5"/> +</g> +<!-- W6--Fuse Block --> +<g id="edge21" class="edge"> +<title>W6:e--Fuse Block:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M703,-3814.25C999.65,-3817.47 652.33,-4266.04 875.31,-4456.24 1182.97,-4722.59 1456.39,-4753.44 1788.85,-4519.11 1943.01,-4413.16 1743.3,-4121.63 1934,-4118.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M703,-3816.25C998.07,-3816.25 650.75,-4264.81 874,-4457.75 1182.75,-4724.58 1456.16,-4755.43 1790,-4520.75 1944.66,-4412.03 1744.95,-4120.5 1934,-4120.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M703,-3818.25C996.49,-3815.03 649.17,-4263.59 872.69,-4459.26 1182.53,-4726.56 1455.94,-4757.42 1791.15,-4522.39 1946.31,-4410.9 1746.6,-4119.37 1934,-4122.5"/> +</g> +<!-- W6--Fuse Block --> +<g id="edge23" class="edge"> +<title>W6:e--Fuse Block:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M703,-3788.25C944.23,-3788.28 1578.24,-3680.94 1790.97,-3798 1895.64,-3857.98 1817.18,-4025.35 1934,-4022.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M703,-3790.25C944.56,-3790.25 1578.57,-3682.91 1790,-3799.75 1893.83,-3857.13 1815.37,-4024.5 1934,-4024.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M703,-3792.25C944.9,-3792.22 1578.91,-3684.88 1789.03,-3801.5 1892.02,-3856.28 1813.56,-4023.65 1934,-4026.5"/> +</g> +<!-- W7--Fuse Block --> +<g id="edge25" class="edge"> +<title>W7:e--Fuse Block:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1757.5,-3832.25C1867.21,-3834.71 1828.18,-4000.96 1934,-3998.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M1757.5,-3834.25C1865.26,-3834.25 1826.24,-4000.5 1934,-4000.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1757.5,-3836.25C1863.32,-3833.79 1824.29,-4000.04 1934,-4002.5"/> +</g> +<!-- W8--KillSwitch --> +<g id="edge27" class="edge"> +<title>W8:e--KillSwitch:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M712.5,-3649.25C805.23,-3649.25 828.4,-3650 921,-3650"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M712.5,-3651.25C805.17,-3651.25 828.33,-3652 921,-3652"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M712.5,-3653.25C805.1,-3653.25 828.27,-3654 921,-3654"/> +</g> +<!-- W10--_Engine GND_1 --> +<g id="edge29" class="edge"> +<title>W10:e--_Engine GND_1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1725.5,-3086.25C1911.77,-3086.32 1958.02,-3098.82 2143.25,-3098.75"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M1725.5,-3088.25C1911.25,-3088.25 1957.5,-3100.75 2143.25,-3100.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1725.5,-3090.25C1910.73,-3090.18 1956.98,-3102.68 2143.25,-3102.75"/> +</g> +<!-- W10--_Engine GND_2 --> +<g id="edge31" class="edge"> +<title>W10:e--_Engine GND_2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1725.5,-3060.25C1910.78,-3060.3 1957.08,-3049.8 2143.25,-3049.75"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M1725.5,-3062.25C1911.23,-3062.25 1957.52,-3051.75 2143.25,-3051.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1725.5,-3064.25C1911.67,-3064.2 1957.97,-3053.7 2143.25,-3053.75"/> +</g> +<!-- W19--_Engine GND_3 --> +<g id="edge33" class="edge"> +<title>W19:e--_Engine GND_3:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1725.5,-2418.25C1911.72,-2418.31 1958,-2429.81 2143.25,-2429.75"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M1725.5,-2420.25C1911.24,-2420.25 1957.51,-2431.75 2143.25,-2431.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1725.5,-2422.25C1910.75,-2422.19 1957.03,-2433.69 2143.25,-2433.75"/> +</g> +<!-- W19--_Engine GND_4 --> +<g id="edge35" class="edge"> +<title>W19:e--_Engine GND_4:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1725.5,-2392.25C1910.75,-2392.31 1957.03,-2380.81 2143.25,-2380.75"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M1725.5,-2394.25C1911.24,-2394.25 1957.51,-2382.75 2143.25,-2382.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1725.5,-2396.25C1911.72,-2396.19 1958,-2384.69 2143.25,-2384.75"/> +</g> +<!-- W20--Negative Bus Bar --> +<g id="edge37" class="edge"> +<title>W20:e--Negative Bus Bar:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1790,-2826.25C1923.81,-2827.01 1955.05,-2787.26 2092,-2786.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1790,-2828.25C1925.38,-2828.25 1956.62,-2788.5 2092,-2788.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1790,-2830.25C1926.95,-2829.49 1958.19,-2789.74 2092,-2790.5"/> +</g> +<!-- W20--Negative Bus Bar --> +<g id="edge39" class="edge"> +<title>W20:e--Negative Bus Bar:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1790,-2800.25C1923.6,-2800.4 1956.87,-2786.65 2092,-2786.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1790,-2802.25C1924.36,-2802.25 1957.64,-2788.5 2092,-2788.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1790,-2804.25C1925.13,-2804.1 1958.4,-2790.35 2092,-2790.5"/> +</g> +<!-- W20--Negative Bus Bar --> +<g id="edge41" class="edge"> +<title>W20:e--Negative Bus Bar:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1790,-2774.25C1925.02,-2774.37 1958.36,-2786.62 2092,-2786.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1790,-2776.25C1924.33,-2776.25 1957.67,-2788.5 2092,-2788.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1790,-2778.25C1923.64,-2778.13 1956.98,-2790.38 2092,-2790.5"/> +</g> +<!-- W20--Negative Bus Bar --> +<g id="edge43" class="edge"> +<title>W20:e--Negative Bus Bar:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1790,-2748.25C1926.84,-2748.98 1958.25,-2787.23 2092,-2786.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1790,-2750.25C1925.29,-2750.25 1956.71,-2788.5 2092,-2788.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1790,-2752.25C1923.75,-2751.52 1955.16,-2789.77 2092,-2790.5"/> +</g> +<!-- W11--Servo Power --> +<g id="edge45" class="edge"> +<title>W11:e--Servo Power:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M712.5,-1457.5C809.48,-1459.12 823.09,-1389.62 924,-1388"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M712.5,-1459.5C811.45,-1459.5 825.05,-1390 924,-1390"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M712.5,-1461.5C813.41,-1459.88 827.02,-1390.38 924,-1392"/> +</g> +<!-- W12--Tachometer --> +<g id="edge47" class="edge"> +<title>W12:e--Tachometer:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1734.75,-4758.5C1883.18,-4760.42 1888.57,-4900.42 2033,-4898.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1734.75,-4760.5C1881.18,-4760.5 1886.57,-4900.5 2033,-4900.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1734.75,-4762.5C1879.18,-4760.58 1884.57,-4900.58 2033,-4902.5"/> +</g> +<!-- W13--_Engine GND_6 --> +<g id="edge49" class="edge"> +<title>W13:e--_Engine GND_6:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1690.25,-987.5C1891.59,-987.5 1941.93,-987.75 2143.25,-987.75"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M1690.25,-989.5C1891.58,-989.5 1941.92,-989.75 2143.25,-989.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1690.25,-991.5C1891.57,-991.5 1941.91,-991.75 2143.25,-991.75"/> +</g> +<!-- W14--Fuse Block --> +<g id="edge51" class="edge"> +<title>W14:e--Fuse Block:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1742,-4110.25C1827.32,-4111.44 1845.03,-4071.69 1934,-4070.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M1742,-4112.25C1829.14,-4112.25 1846.86,-4072.5 1934,-4072.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1742,-4114.25C1830.97,-4113.06 1848.68,-4073.31 1934,-4074.5"/> +</g> +<!-- W15--ECU1 --> +<g id="edge53" class="edge"> +<title>W15:e--ECU1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M710,-1665.25C802.23,-1667.52 785.73,-1787.27 874,-1785"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M710,-1667.25C800.25,-1667.25 783.75,-1787 874,-1787"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M710,-1669.25C798.27,-1666.98 781.77,-1786.73 874,-1789"/> +</g> +<!-- W16--MAF Sensor --> +<g id="edge55" class="edge"> +<title>W16:e--MAF Sensor:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1761.5,-4414.25C1885.12,-4415.12 1912.68,-4455.12 2033,-4454.25"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1761.5,-4416.25C1883.47,-4416.25 1911.03,-4456.25 2033,-4456.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1761.5,-4418.25C1881.82,-4417.38 1909.38,-4457.38 2033,-4458.25"/> +</g> +<!-- W17--Tachometer --> +<g id="edge57" class="edge"> +<title>W17:e--Tachometer:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1777.5,-4922.5C1891.06,-4922.5 1919.44,-4922.5 2033,-4922.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1777.5,-4924.5C1891.06,-4924.5 1919.44,-4924.5 2033,-4924.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1777.5,-4926.5C1891.06,-4926.5 1919.44,-4926.5 2033,-4926.5"/> +</g> +<!-- W18--Negative Bus Bar --> +<g id="edge59" class="edge"> +<title>W18:e--Negative Bus Bar:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1741.5,-3971.25C1766.3,-3972.13 1774.41,-3960.12 1788.3,-3937.7 2004.62,-3591.84 1774.81,-3407.58 1932.15,-3026.98 1977.66,-2918.52 1971.51,-2813.12 2092,-2811"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1741.5,-3973.25C1767.95,-3973.25 1776.07,-3961.24 1790,-3938.75 2005.88,-3590.28 1776.06,-3406.02 1934,-3027.75 1979.66,-2918.41 1973.51,-2813 2092,-2813"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1741.5,-3975.25C1769.61,-3974.37 1777.73,-3962.36 1791.7,-3939.8 2007.13,-3588.72 1777.31,-3404.46 1935.85,-3028.52 1981.65,-2918.29 1975.5,-2812.88 2092,-2815"/> +</g> +<!-- W21--LSU --> +<g id="edge61" class="edge"> +<title>W21:e--LSU:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M682,-467.25C846.84,-469.85 757.34,-184.85 926,-182.25"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M682,-469.25C848.75,-469.25 759.25,-184.25 926,-184.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M682,-471.25C850.66,-468.65 761.16,-183.65 926,-186.25"/> +</g> +<!-- W22--Negative Bus Bar --> +<g id="edge63" class="edge"> +<title>W22:e--Negative Bus Bar:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1763,-1737.25C1928.69,-1739.4 1885.54,-2300.18 1935.9,-2455.13 1992.46,-2631.17 1910.23,-2838.24 2092,-2835.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1763,-1739.25C1926.69,-1739.25 1883.54,-2300.03 1934,-2455.75 1990.6,-2630.43 1908.38,-2837.5 2092,-2837.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1763,-1741.25C1924.7,-1739.1 1881.55,-2299.87 1932.1,-2456.37 1988.74,-2629.7 1906.52,-2836.76 2092,-2839.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, 90980-11875, 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">Fuel Injector 1, Fuel Injector 2</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">2</td> + <td style="border:1px solid #000000; padding: 4px">Connector, Bosch 1928405138, 1 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">MAF Sensor</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">3</td> + <td style="border:1px solid #000000; padding: 4px">Connector, D261.205.356-01, 1 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">LSU</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">4</td> + <td style="border:1px solid #000000; padding: 4px">Connector, DT04-3P, 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">Tachometer</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">5</td> + <td style="border:1px solid #000000; padding: 4px">Connector, DTM04-2P, 2 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">Servo Power</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">6</td> + <td style="border:1px solid #000000; padding: 4px">Connector, Delphi 12162825, 5 pins</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">4</td> + <td style="border:1px solid #000000; padding: 4px"></td> + <td style="border:1px solid #000000; padding: 4px">Coil Pack 1, Coil Pack 2, Coil Pack 3, Coil Pack 4</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">7</td> + <td style="border:1px solid #000000; padding: 4px">Connector, Delphi 15336205, 7 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">ECUF</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">8</td> + <td style="border:1px solid #000000; padding: 4px">Connector, Delphi 15336209, 7 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">ECUM</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">9</td> + <td style="border:1px solid #000000; padding: 4px">Connector, Engine GND</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">6</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">10</td> + <td style="border:1px solid #000000; padding: 4px">Connector, MS24658-22D, 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">KillSwitch</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">11</td> + <td style="border:1px solid #000000; padding: 4px">Connector, Molex 643203311, 4 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">ECU1</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">12</td> + <td style="border:1px solid #000000; padding: 4px">Connector, Pike Industries Busbar, 4 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">Negative Bus Bar, Positive Bus Bar</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">13</td> + <td style="border:1px solid #000000; padding: 4px">Connector, TE 2319023-1, 8 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">Fuse Block</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">14</td> + <td style="border:1px solid #000000; padding: 4px">Connector, splice</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"></td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">15</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 14 AWG, BN</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">50.0</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W13</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">16</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 14 AWG, GN</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">27.0</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W16</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">17</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 14 AWG, RD</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">446.5</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W1, W14, W15, W4, W6, W8</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">18</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 18 AWG, BK</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">316.0</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W12, W18, W20, W22</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">19</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 18 AWG, BN</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">16.5</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W3</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">20</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 18 AWG, GN</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">70.0</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W17, W3</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">21</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 18 AWG, GY</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">32.0</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W10, W19</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">22</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 18 AWG, RD</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">73.0</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W11, W2, W21, W7</td> + </tr> +</table> +</body></html> diff --git a/wireviz/Choppy_ECU_12FB.png b/wireviz/Choppy_ECU_12FB.png Binary files differnew file mode 100644 index 0000000..43e73b1 --- /dev/null +++ b/wireviz/Choppy_ECU_12FB.png diff --git a/wireviz/Choppy_ECU_12FB.svg b/wireviz/Choppy_ECU_12FB.svg new file mode 100644 index 0000000..7e6cde4 --- /dev/null +++ b/wireviz/Choppy_ECU_12FB.svg @@ -0,0 +1,1522 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" + "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<!-- Generated by graphviz version 12.0.0 (20240704.0754) + --> +<!-- Pages: 1 --> +<svg width="2450pt" height="5025pt" + viewBox="0.00 0.00 2450.00 5024.50" 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 5020.5)"> +<polygon fill="#ffffff" stroke="none" points="-4,4 -4,-5020.5 2446,-5020.5 2446,4 -4,4"/> +<!-- ECUM --> +<g id="node1" class="node"> +<title>ECUM</title> +<polygon fill="#ffffff" stroke="black" points="236,-1871 0,-1871 0,-1486.5 236,-1486.5 236,-1871"/> +<polygon fill="none" stroke="black" points="0,-1846.5 0,-1871 236,-1871 236,-1846.5 0,-1846.5"/> +<text text-anchor="start" x="97.38" y="-1853.7" font-family="arial" font-size="14.00">ECUM</text> +<polygon fill="none" stroke="black" points="0,-1822 0,-1846.5 157.38,-1846.5 157.38,-1822 0,-1822"/> +<text text-anchor="start" x="23.56" y="-1829.2" font-family="arial" font-size="14.00">Delphi 15336209</text> +<polygon fill="none" stroke="black" points="157.38,-1822 157.38,-1846.5 236,-1846.5 236,-1822 157.38,-1822"/> +<text text-anchor="start" x="180.94" y="-1829.2" font-family="arial" font-size="14.00">7-pin</text> +<polygon fill="none" stroke="black" points="0,-1798 0,-1822 158.5,-1822 158.5,-1798 0,-1798"/> +<text text-anchor="start" x="56.38" y="-1804.7" font-family="arial" font-size="14.00">Ignition</text> +<polygon fill="none" stroke="black" points="158.5,-1798 158.5,-1822 236,-1822 236,-1798 158.5,-1798"/> +<text text-anchor="start" x="193.12" y="-1804.7" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="0,-1774 0,-1798 158.5,-1798 158.5,-1774 0,-1774"/> +<text text-anchor="start" x="63.5" y="-1780.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="158.5,-1774 158.5,-1798 236,-1798 236,-1774 158.5,-1774"/> +<text text-anchor="start" x="193.12" y="-1780.7" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="0,-1750 0,-1774 158.5,-1774 158.5,-1750 0,-1750"/> +<text text-anchor="start" x="44" y="-1756.7" font-family="arial" font-size="14.00">Extra Out 1</text> +<polygon fill="none" stroke="black" points="158.5,-1750 158.5,-1774 236,-1774 236,-1750 158.5,-1750"/> +<text text-anchor="start" x="193.12" y="-1756.7" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="0,-1726 0,-1750 158.5,-1750 158.5,-1726 0,-1726"/> +<text text-anchor="start" x="44" y="-1732.7" font-family="arial" font-size="14.00">Extra Out 2</text> +<polygon fill="none" stroke="black" points="158.5,-1726 158.5,-1750 236,-1750 236,-1726 158.5,-1726"/> +<text text-anchor="start" x="193.12" y="-1732.7" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="0,-1702 0,-1726 158.5,-1726 158.5,-1702 0,-1702"/> +<text text-anchor="start" x="34.62" y="-1708.7" font-family="arial" font-size="14.00">Starter/Exciter</text> +<polygon fill="none" stroke="black" points="158.5,-1702 158.5,-1726 236,-1726 236,-1702 158.5,-1702"/> +<text text-anchor="start" x="193.12" y="-1708.7" font-family="arial" font-size="14.00">6</text> +<polygon fill="none" stroke="black" points="0,-1678 0,-1702 158.5,-1702 158.5,-1678 0,-1678"/> +<text text-anchor="start" x="49.25" y="-1684.7" font-family="arial" font-size="14.00">12V ECU</text> +<polygon fill="none" stroke="black" points="158.5,-1678 158.5,-1702 236,-1702 236,-1678 158.5,-1678"/> +<text text-anchor="start" x="193.12" y="-1684.7" font-family="arial" font-size="14.00">7</text> +<polygon fill="none" stroke="black" points="0,-1654 0,-1678 158.5,-1678 158.5,-1654 0,-1654"/> +<text text-anchor="start" x="45.5" y="-1660.7" font-family="arial" font-size="14.00">12V Servo</text> +<polygon fill="none" stroke="black" points="158.5,-1654 158.5,-1678 236,-1678 236,-1654 158.5,-1654"/> +<text text-anchor="start" x="193.12" y="-1660.7" font-family="arial" font-size="14.00">8</text> +<polygon fill="none" stroke="black" points="0,-1511 0,-1654 236,-1654 236,-1511 0,-1511"/> +<image xlink:href="images\ECU3.png" width="228px" height="135px" preserveAspectRatio="xMinYMin meet" x="4" y="-1650"/> +<polygon fill="none" stroke="black" points="0,-1486.5 0,-1511 236,-1511 236,-1486.5 0,-1486.5"/> +<text text-anchor="start" x="80.88" y="-1493.7" font-family="arial" font-size="14.00">ECU 12 Pin</text> +</g> +<!-- W1 --> +<g id="node25" class="node"> +<title>W1</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="727.5,-2592.5 382.5,-2592.5 382.5,-2453 727.5,-2453 727.5,-2592.5"/> +<polygon fill="none" stroke="black" points="382.5,-2568 382.5,-2592.5 727.5,-2592.5 727.5,-2568 382.5,-2568"/> +<text text-anchor="start" x="543.75" y="-2575.2" font-family="arial" font-size="14.00">W1</text> +<polygon fill="none" stroke="black" points="382.5,-2543.5 382.5,-2568 464,-2568 464,-2543.5 382.5,-2543.5"/> +<text text-anchor="start" x="415.75" y="-2550.7" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="464,-2543.5 464,-2568 586,-2568 586,-2543.5 464,-2543.5"/> +<text text-anchor="start" x="497.25" y="-2550.7" font-family="arial" font-size="14.00">14 AWG</text> +<polygon fill="none" stroke="black" points="586,-2543.5 586,-2568 727.5,-2568 727.5,-2543.5 586,-2543.5"/> +<text text-anchor="start" x="619.25" y="-2550.7" font-family="arial" font-size="14.00">50.0 Inches</text> +<text text-anchor="start" x="433.62" y="-2528.2" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="384.12" y="-2508.2" font-family="arial" font-size="14.00">ECUM:1:Ignition</text> +<text text-anchor="start" x="490.12" y="-2508.2" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="548.5" y="-2508.2" font-family="arial" font-size="14.00">Coil Pack 1:E:Switched 12V</text> +<polygon fill="#000000" stroke="none" points="382.5,-2501.5 382.5,-2503.5 727.5,-2503.5 727.5,-2501.5 382.5,-2501.5"/> +<polygon fill="#ff0000" stroke="none" points="382.5,-2499.5 382.5,-2501.5 727.5,-2501.5 727.5,-2499.5 382.5,-2499.5"/> +<polygon fill="#000000" stroke="none" points="382.5,-2497.5 382.5,-2499.5 727.5,-2499.5 727.5,-2497.5 382.5,-2497.5"/> +<text text-anchor="start" x="433.62" y="-2482.2" font-family="arial" font-size="14.00"> </text> +<polygon fill="none" stroke="black" points="382.5,-2453 382.5,-2477.5 727.5,-2477.5 727.5,-2453 382.5,-2453"/> +<text text-anchor="start" x="416.25" y="-2460.2" font-family="arial" font-size="14.00">12 Inch difference between outermost coils.</text> +</g> +<!-- ECUM--W1 --> +<g id="edge1" class="edge"> +<title>ECUM:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M236,-1808C551.27,-1811.14 69.51,-2501.64 381.5,-2498.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M236,-1810C549.63,-1810 67.87,-2500.5 381.5,-2500.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M236,-1812C547.99,-1808.86 66.23,-2499.36 381.5,-2502.5"/> +</g> +<!-- W2 --> +<g id="node26" class="node"> +<title>W2</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="712.5,-984.25 397.5,-984.25 397.5,-869.25 712.5,-869.25 712.5,-984.25"/> +<polygon fill="none" stroke="black" points="397.5,-959.75 397.5,-984.25 712.5,-984.25 712.5,-959.75 397.5,-959.75"/> +<text text-anchor="start" x="543.75" y="-966.95" font-family="arial" font-size="14.00">W2</text> +<polygon fill="none" stroke="black" points="397.5,-935.25 397.5,-959.75 469,-959.75 469,-935.25 397.5,-935.25"/> +<text text-anchor="start" x="425.75" y="-942.45" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="469,-935.25 469,-959.75 581,-959.75 581,-935.25 469,-935.25"/> +<text text-anchor="start" x="497.25" y="-942.45" font-family="arial" font-size="14.00">18 AWG</text> +<polygon fill="none" stroke="black" points="581,-935.25 581,-959.75 712.5,-959.75 712.5,-935.25 581,-935.25"/> +<text text-anchor="start" x="609.25" y="-942.45" font-family="arial" font-size="14.00">40.0 Inches</text> +<text text-anchor="start" x="456.12" y="-919.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="399.5" y="-899.95" font-family="arial" font-size="14.00">ECUM:7:12V ECU</text> +<text text-anchor="start" x="520.12" y="-899.95" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="578.12" y="-899.95" font-family="arial" font-size="14.00">Fuel Injector 2:1:12V</text> +<polygon fill="#000000" stroke="none" points="397.5,-893.25 397.5,-895.25 712.5,-895.25 712.5,-893.25 397.5,-893.25"/> +<polygon fill="#ff0000" stroke="none" points="397.5,-891.25 397.5,-893.25 712.5,-893.25 712.5,-891.25 397.5,-891.25"/> +<polygon fill="#000000" stroke="none" points="397.5,-889.25 397.5,-891.25 712.5,-891.25 712.5,-889.25 397.5,-889.25"/> +<text text-anchor="start" x="456.12" y="-873.95" font-family="arial" font-size="14.00"> </text> +</g> +<!-- ECUM--W2 --> +<g id="edge6" class="edge"> +<title>ECUM:e--W2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M236,-1688C596.03,-1691.15 33.21,-893.4 396.5,-890.25"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M236,-1690C597.66,-1690 34.84,-892.25 396.5,-892.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M236,-1692C599.29,-1688.85 36.47,-891.1 396.5,-894.25"/> +</g> +<!-- W3 --> +<g id="node27" class="node"> +<title>W3</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="730,-1950.25 380,-1950.25 380,-1783.25 730,-1783.25 730,-1950.25"/> +<polygon fill="none" stroke="black" points="380,-1925.75 380,-1950.25 730,-1950.25 730,-1925.75 380,-1925.75"/> +<text text-anchor="start" x="543.75" y="-1932.95" font-family="arial" font-size="14.00">W3</text> +<polygon fill="none" stroke="black" points="380,-1901.25 380,-1925.75 463.17,-1925.75 463.17,-1901.25 380,-1901.25"/> +<text text-anchor="start" x="414.08" y="-1908.45" font-family="arial" font-size="14.00">3x</text> +<polygon fill="none" stroke="black" points="463.17,-1901.25 463.17,-1925.75 586.83,-1925.75 586.83,-1901.25 463.17,-1901.25"/> +<text text-anchor="start" x="497.25" y="-1908.45" font-family="arial" font-size="14.00">18 AWG</text> +<polygon fill="none" stroke="black" points="586.83,-1901.25 586.83,-1925.75 730,-1925.75 730,-1901.25 586.83,-1901.25"/> +<text text-anchor="start" x="620.92" y="-1908.45" font-family="arial" font-size="14.00">16.5 Inches</text> +<text text-anchor="start" x="443.62" y="-1885.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="381.75" y="-1865.95" font-family="arial" font-size="14.00">ECUM:3:Extra Out 1</text> +<text text-anchor="start" x="512.62" y="-1865.95" font-family="arial" font-size="14.00">     GN    </text> +<text text-anchor="start" x="572.62" y="-1865.95" font-family="arial" font-size="14.00">ECU1:B4:Extra Output 1</text> +<polygon fill="#000000" stroke="none" points="380,-1859.25 380,-1861.25 730,-1861.25 730,-1859.25 380,-1859.25"/> +<polygon fill="#00ff00" stroke="none" points="380,-1857.25 380,-1859.25 730,-1859.25 730,-1857.25 380,-1857.25"/> +<polygon fill="#000000" stroke="none" points="380,-1855.25 380,-1857.25 730,-1857.25 730,-1855.25 380,-1855.25"/> +<text text-anchor="start" x="381.75" y="-1839.95" font-family="arial" font-size="14.00">ECUM:4:Extra Out 2</text> +<text text-anchor="start" x="512.62" y="-1839.95" font-family="arial" font-size="14.00">     GN    </text> +<text text-anchor="start" x="572.25" y="-1839.95" font-family="arial" font-size="14.00">ECU1:C4:Extra Output 2</text> +<polygon fill="#000000" stroke="none" points="380,-1833.25 380,-1835.25 730,-1835.25 730,-1833.25 380,-1833.25"/> +<polygon fill="#00ff00" stroke="none" points="380,-1831.25 380,-1833.25 730,-1833.25 730,-1831.25 380,-1831.25"/> +<polygon fill="#000000" stroke="none" points="380,-1829.25 380,-1831.25 730,-1831.25 730,-1829.25 380,-1829.25"/> +<text text-anchor="start" x="401.25" y="-1813.95" font-family="arial" font-size="14.00">ECUM:2:GND</text> +<text text-anchor="start" x="513.38" y="-1813.95" font-family="arial" font-size="14.00">     BN    </text> +<text text-anchor="start" x="570.75" y="-1813.95" font-family="arial" font-size="14.00">ECU1:L4:Engine Ground</text> +<polygon fill="#000000" stroke="none" points="380,-1807.25 380,-1809.25 730,-1809.25 730,-1807.25 380,-1807.25"/> +<polygon fill="#895956" stroke="none" points="380,-1805.25 380,-1807.25 730,-1807.25 730,-1805.25 380,-1805.25"/> +<polygon fill="#000000" stroke="none" points="380,-1803.25 380,-1805.25 730,-1805.25 730,-1803.25 380,-1803.25"/> +<text text-anchor="start" x="443.62" y="-1787.95" font-family="arial" font-size="14.00"> </text> +</g> +<!-- ECUM--W3 --> +<g id="edge9" class="edge"> +<title>ECUM:e--W3:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M236,-1760C314.97,-1762.21 305.01,-1858.46 380,-1856.25"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M236,-1762C312.98,-1762 303.02,-1858.25 380,-1858.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M236,-1764C310.99,-1761.79 301.03,-1858.04 380,-1860.25"/> +</g> +<!-- ECUM--W3 --> +<g id="edge11" class="edge"> +<title>ECUM:e--W3:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M236,-1736C314.48,-1738.19 305.5,-1832.44 380,-1830.25"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M236,-1738C312.49,-1738 303.51,-1832.25 380,-1832.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M236,-1740C310.5,-1737.81 301.52,-1832.06 380,-1834.25"/> +</g> +<!-- ECUM--W3 --> +<g id="edge13" class="edge"> +<title>ECUM:e--W3:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M236,-1784C302.25,-1784.82 316.99,-1805.07 380,-1804.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M236,-1786C300.63,-1786 315.37,-1806.25 380,-1806.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M236,-1788C299.01,-1787.18 313.75,-1807.43 380,-1808.25"/> +</g> +<!-- W11 --> +<g id="node35" class="node"> +<title>W11</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="711.5,-1551.5 398.5,-1551.5 398.5,-1412 711.5,-1412 711.5,-1551.5"/> +<polygon fill="none" stroke="black" points="398.5,-1527 398.5,-1551.5 711.5,-1551.5 711.5,-1527 398.5,-1527"/> +<text text-anchor="start" x="539.62" y="-1534.2" font-family="arial" font-size="14.00">W11</text> +<polygon fill="none" stroke="black" points="398.5,-1502.5 398.5,-1527 472.08,-1527 472.08,-1502.5 398.5,-1502.5"/> +<text text-anchor="start" x="427.79" y="-1509.7" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="472.08,-1502.5 472.08,-1527 586.17,-1527 586.17,-1502.5 472.08,-1502.5"/> +<text text-anchor="start" x="501.38" y="-1509.7" font-family="arial" font-size="14.00">18 AWG</text> +<polygon fill="none" stroke="black" points="586.17,-1502.5 586.17,-1527 711.5,-1527 711.5,-1502.5 586.17,-1502.5"/> +<text text-anchor="start" x="615.46" y="-1509.7" font-family="arial" font-size="14.00">2.0 Inches</text> +<text text-anchor="start" x="460.62" y="-1487.2" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="400.25" y="-1467.2" font-family="arial" font-size="14.00">ECUM:8:12V Servo</text> +<text text-anchor="start" x="528.12" y="-1467.2" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="586.12" y="-1467.2" font-family="arial" font-size="14.00">Servo Power:1:12V</text> +<polygon fill="#000000" stroke="none" points="398.5,-1460.5 398.5,-1462.5 711.5,-1462.5 711.5,-1460.5 398.5,-1460.5"/> +<polygon fill="#ff0000" stroke="none" points="398.5,-1458.5 398.5,-1460.5 711.5,-1460.5 711.5,-1458.5 398.5,-1458.5"/> +<polygon fill="#000000" stroke="none" points="398.5,-1456.5 398.5,-1458.5 711.5,-1458.5 711.5,-1456.5 398.5,-1456.5"/> +<text text-anchor="start" x="460.62" y="-1441.2" font-family="arial" font-size="14.00"> </text> +<polygon fill="none" stroke="black" points="398.5,-1412 398.5,-1436.5 711.5,-1436.5 711.5,-1412 398.5,-1412"/> +<text text-anchor="start" x="468" y="-1419.2" font-family="arial" font-size="14.00">Servo Wire is Long Enough</text> +</g> +<!-- ECUM--W11 --> +<g id="edge44" class="edge"> +<title>ECUM:e--W11:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M236,-1664C350.62,-1666.65 279.1,-1460.15 397.5,-1457.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M236,-1666C352.51,-1666 280.99,-1459.5 397.5,-1459.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M236,-1668C354.4,-1665.35 282.88,-1458.85 397.5,-1461.5"/> +</g> +<!-- W15 --> +<g id="node39" class="node"> +<title>W15</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="709,-1759.25 401,-1759.25 401,-1644.25 709,-1644.25 709,-1759.25"/> +<polygon fill="none" stroke="black" points="401,-1734.75 401,-1759.25 709,-1759.25 709,-1734.75 401,-1734.75"/> +<text text-anchor="start" x="539.62" y="-1741.95" font-family="arial" font-size="14.00">W15</text> +<polygon fill="none" stroke="black" points="401,-1710.25 401,-1734.75 470.17,-1734.75 470.17,-1710.25 401,-1710.25"/> +<text text-anchor="start" x="428.08" y="-1717.45" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="470.17,-1710.25 470.17,-1734.75 579.83,-1734.75 579.83,-1710.25 470.17,-1710.25"/> +<text text-anchor="start" x="497.25" y="-1717.45" font-family="arial" font-size="14.00">14 AWG</text> +<polygon fill="none" stroke="black" points="579.83,-1710.25 579.83,-1734.75 709,-1734.75 709,-1710.25 579.83,-1710.25"/> +<text text-anchor="start" x="606.92" y="-1717.45" font-family="arial" font-size="14.00">16.5 Inches</text> +<text text-anchor="start" x="459.62" y="-1694.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="403" y="-1674.95" font-family="arial" font-size="14.00">ECUM:7:12V ECU</text> +<text text-anchor="start" x="523.62" y="-1674.95" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="581.88" y="-1674.95" font-family="arial" font-size="14.00">ECU1:M4:ECU 12V</text> +<polygon fill="#000000" stroke="none" points="401,-1668.25 401,-1670.25 709,-1670.25 709,-1668.25 401,-1668.25"/> +<polygon fill="#ff0000" stroke="none" points="401,-1666.25 401,-1668.25 709,-1668.25 709,-1666.25 401,-1666.25"/> +<polygon fill="#000000" stroke="none" points="401,-1664.25 401,-1666.25 709,-1666.25 709,-1664.25 401,-1664.25"/> +<text text-anchor="start" x="459.62" y="-1648.95" font-family="arial" font-size="14.00"> </text> +</g> +<!-- ECUM--W15 --> +<g id="edge52" class="edge"> +<title>ECUM:e--W15:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M236,-1688C307.98,-1688.81 324.81,-1666.06 400,-1665.25"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M236,-1690C309.59,-1690 326.41,-1667.25 400,-1667.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M236,-1692C311.19,-1691.19 328.02,-1668.44 400,-1669.25"/> +</g> +<!-- W21 --> +<g id="node43" class="node"> +<title>W21</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="681,-561.25 429,-561.25 429,-446.25 681,-446.25 681,-561.25"/> +<polygon fill="none" stroke="black" points="429,-536.75 429,-561.25 681,-561.25 681,-536.75 429,-536.75"/> +<text text-anchor="start" x="539.62" y="-543.95" font-family="arial" font-size="14.00">W21</text> +<polygon fill="none" stroke="black" points="429,-512.25 429,-536.75 479.5,-536.75 479.5,-512.25 429,-512.25"/> +<text text-anchor="start" x="446.75" y="-519.45" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="479.5,-512.25 479.5,-536.75 570.5,-536.75 570.5,-512.25 479.5,-512.25"/> +<text text-anchor="start" x="497.25" y="-519.45" font-family="arial" font-size="14.00">18 AWG</text> +<polygon fill="none" stroke="black" points="570.5,-512.25 570.5,-536.75 681,-536.75 681,-512.25 570.5,-512.25"/> +<text text-anchor="start" x="588.25" y="-519.45" font-family="arial" font-size="14.00">21.0 Inches</text> +<text text-anchor="start" x="487.62" y="-496.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="431" y="-476.95" font-family="arial" font-size="14.00">ECUM:7:12V ECU</text> +<text text-anchor="start" x="551.62" y="-476.95" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="609.62" y="-476.95" font-family="arial" font-size="14.00">LSU:3:12V</text> +<polygon fill="#000000" stroke="none" points="429,-470.25 429,-472.25 681,-472.25 681,-470.25 429,-470.25"/> +<polygon fill="#ff0000" stroke="none" points="429,-468.25 429,-470.25 681,-470.25 681,-468.25 429,-468.25"/> +<polygon fill="#000000" stroke="none" points="429,-466.25 429,-468.25 681,-468.25 681,-466.25 429,-466.25"/> +<text text-anchor="start" x="487.62" y="-450.95" font-family="arial" font-size="14.00"> </text> +</g> +<!-- ECUM--W21 --> +<g id="edge60" class="edge"> +<title>ECUM:e--W21:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M236,-1688C508.69,-1690.56 151.47,-469.81 428,-467.25"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M236,-1690C510.61,-1690 153.39,-469.25 428,-469.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M236,-1692C512.53,-1689.44 155.31,-468.69 428,-471.25"/> +</g> +<!-- ECUF --> +<g id="node2" class="node"> +<title>ECUF</title> +<polygon fill="#ffffff" stroke="black" points="1188,-4445.5 961,-4445.5 961,-4064 1188,-4064 1188,-4445.5"/> +<polygon fill="none" stroke="black" points="961,-4421 961,-4445.5 1188,-4445.5 1188,-4421 961,-4421"/> +<text text-anchor="start" x="1055" y="-4428.2" font-family="arial" font-size="14.00">ECUF</text> +<polygon fill="none" stroke="black" points="961,-4396.5 961,-4421 1113.88,-4421 1113.88,-4396.5 961,-4396.5"/> +<text text-anchor="start" x="982.31" y="-4403.7" font-family="arial" font-size="14.00">Delphi 15336205</text> +<polygon fill="none" stroke="black" points="1113.88,-4396.5 1113.88,-4421 1188,-4421 1188,-4396.5 1113.88,-4396.5"/> +<text text-anchor="start" x="1135.19" y="-4403.7" font-family="arial" font-size="14.00">7-pin</text> +<polygon fill="none" stroke="black" points="961,-4372.5 961,-4396.5 1111,-4396.5 1111,-4372.5 961,-4372.5"/> +<text text-anchor="start" x="991.38" y="-4379.2" font-family="arial" font-size="14.00">Starter/Exciter</text> +<polygon fill="none" stroke="black" points="1111,-4372.5 1111,-4396.5 1188,-4396.5 1188,-4372.5 1111,-4372.5"/> +<text text-anchor="start" x="1145.38" y="-4379.2" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="961,-4348.5 961,-4372.5 1111,-4372.5 1111,-4348.5 961,-4348.5"/> +<text text-anchor="start" x="1000.75" y="-4355.2" font-family="arial" font-size="14.00">Extra Out 2</text> +<polygon fill="none" stroke="black" points="1111,-4348.5 1111,-4372.5 1188,-4372.5 1188,-4348.5 1111,-4348.5"/> +<text text-anchor="start" x="1145.38" y="-4355.2" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="961,-4324.5 961,-4348.5 1111,-4348.5 1111,-4324.5 961,-4324.5"/> +<text text-anchor="start" x="1000.75" y="-4331.2" font-family="arial" font-size="14.00">Extra Out 1</text> +<polygon fill="none" stroke="black" points="1111,-4324.5 1111,-4348.5 1188,-4348.5 1188,-4324.5 1111,-4324.5"/> +<text text-anchor="start" x="1145.38" y="-4331.2" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="961,-4300.5 961,-4324.5 1111,-4324.5 1111,-4300.5 961,-4300.5"/> +<text text-anchor="start" x="1020.25" y="-4307.2" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="1111,-4300.5 1111,-4324.5 1188,-4324.5 1188,-4300.5 1111,-4300.5"/> +<text text-anchor="start" x="1145.38" y="-4307.2" font-family="arial" font-size="14.00">5</text> +<polygon fill="none" stroke="black" points="961,-4276.5 961,-4300.5 1111,-4300.5 1111,-4276.5 961,-4276.5"/> +<text text-anchor="start" x="1013.12" y="-4283.2" font-family="arial" font-size="14.00">Ignition</text> +<polygon fill="none" stroke="black" points="1111,-4276.5 1111,-4300.5 1188,-4300.5 1188,-4276.5 1111,-4276.5"/> +<text text-anchor="start" x="1145.38" y="-4283.2" font-family="arial" font-size="14.00">6</text> +<polygon fill="none" stroke="black" points="961,-4252.5 961,-4276.5 1111,-4276.5 1111,-4252.5 961,-4252.5"/> +<text text-anchor="start" x="1002.25" y="-4259.2" font-family="arial" font-size="14.00">12V Servo</text> +<polygon fill="none" stroke="black" points="1111,-4252.5 1111,-4276.5 1188,-4276.5 1188,-4252.5 1111,-4252.5"/> +<text text-anchor="start" x="1141.25" y="-4259.2" font-family="arial" font-size="14.00">11</text> +<polygon fill="none" stroke="black" points="961,-4228.5 961,-4252.5 1111,-4252.5 1111,-4228.5 961,-4228.5"/> +<text text-anchor="start" x="1006" y="-4235.2" font-family="arial" font-size="14.00">12V ECU</text> +<polygon fill="none" stroke="black" points="1111,-4228.5 1111,-4252.5 1188,-4252.5 1188,-4228.5 1111,-4228.5"/> +<text text-anchor="start" x="1141.25" y="-4235.2" font-family="arial" font-size="14.00">12</text> +<polygon fill="none" stroke="black" points="961,-4088.5 961,-4228.5 1188,-4228.5 1188,-4088.5 961,-4088.5"/> +<image xlink:href="images\ECU4.png" width="219px" height="132px" preserveAspectRatio="xMinYMin meet" x="965" y="-4224.5"/> +<polygon fill="none" stroke="black" points="961,-4064 961,-4088.5 1188,-4088.5 1188,-4064 961,-4064"/> +<text text-anchor="start" x="965" y="-4071.2" font-family="arial" font-size="14.00">ECU 12 Pin Connector to Fusebox</text> +</g> +<!-- W4 --> +<g id="node28" class="node"> +<title>W4</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1753,-4369.25 1456,-4369.25 1456,-4228.25 1753,-4228.25 1753,-4369.25"/> +<polygon fill="none" stroke="black" points="1456,-4344.75 1456,-4369.25 1753,-4369.25 1753,-4344.75 1456,-4344.75"/> +<text text-anchor="start" x="1593.25" y="-4351.95" font-family="arial" font-size="14.00">W4</text> +<polygon fill="none" stroke="black" points="1456,-4320.25 1456,-4344.75 1521.5,-4344.75 1521.5,-4320.25 1456,-4320.25"/> +<text text-anchor="start" x="1481.25" y="-4327.45" font-family="arial" font-size="14.00">2x</text> +<polygon fill="none" stroke="black" points="1521.5,-4320.25 1521.5,-4344.75 1627.5,-4344.75 1627.5,-4320.25 1521.5,-4320.25"/> +<text text-anchor="start" x="1546.75" y="-4327.45" font-family="arial" font-size="14.00">14 AWG</text> +<polygon fill="none" stroke="black" points="1627.5,-4320.25 1627.5,-4344.75 1753,-4344.75 1753,-4320.25 1627.5,-4320.25"/> +<text text-anchor="start" x="1652.75" y="-4327.45" font-family="arial" font-size="14.00">10.0 Inches</text> +<text text-anchor="start" x="1517.62" y="-4304.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1458" y="-4284.95" font-family="arial" font-size="14.00">ECUF:12:12V ECU</text> +<text text-anchor="start" x="1584.62" y="-4284.95" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="1642.62" y="-4284.95" font-family="arial" font-size="14.00">Fuse Block:2:F1-</text> +<polygon fill="#000000" stroke="none" points="1456,-4278.25 1456,-4280.25 1753,-4280.25 1753,-4278.25 1456,-4278.25"/> +<polygon fill="#ff0000" stroke="none" points="1456,-4276.25 1456,-4278.25 1753,-4278.25 1753,-4276.25 1456,-4276.25"/> +<polygon fill="#000000" stroke="none" points="1456,-4274.25 1456,-4276.25 1753,-4276.25 1753,-4274.25 1456,-4274.25"/> +<text text-anchor="start" x="1469.25" y="-4258.95" font-family="arial" font-size="14.00">ECUF:6:Ignition</text> +<text text-anchor="start" x="1584.62" y="-4258.95" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="1642.62" y="-4258.95" font-family="arial" font-size="14.00">Fuse Block:4:F2-</text> +<polygon fill="#000000" stroke="none" points="1456,-4252.25 1456,-4254.25 1753,-4254.25 1753,-4252.25 1456,-4252.25"/> +<polygon fill="#ff0000" stroke="none" points="1456,-4250.25 1456,-4252.25 1753,-4252.25 1753,-4250.25 1456,-4250.25"/> +<polygon fill="#000000" stroke="none" points="1456,-4248.25 1456,-4250.25 1753,-4250.25 1753,-4248.25 1456,-4248.25"/> +<text text-anchor="start" x="1517.62" y="-4232.95" font-family="arial" font-size="14.00"> </text> +</g> +<!-- ECUF--W4 --> +<g id="edge16" class="edge"> +<title>ECUF:e--W4:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-4238.5C1309.95,-4239.31 1337.26,-4276.06 1455,-4275.25"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M1189,-4240.5C1308.35,-4240.5 1335.65,-4277.25 1455,-4277.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-4242.5C1306.74,-4241.69 1334.05,-4278.44 1455,-4279.25"/> +</g> +<!-- ECUF--W4 --> +<g id="edge18" class="edge"> +<title>ECUF:e--W4:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-4286.5C1306.76,-4287.32 1334.01,-4250.07 1455,-4249.25"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M1189,-4288.5C1308.38,-4288.5 1335.62,-4251.25 1455,-4251.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-4290.5C1309.99,-4289.68 1337.24,-4252.43 1455,-4253.25"/> +</g> +<!-- W7 --> +<g id="node30" class="node"> +<title>W7</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1756.5,-3926.25 1452.5,-3926.25 1452.5,-3811.25 1756.5,-3811.25 1756.5,-3926.25"/> +<polygon fill="none" stroke="black" points="1452.5,-3901.75 1452.5,-3926.25 1756.5,-3926.25 1756.5,-3901.75 1452.5,-3901.75"/> +<text text-anchor="start" x="1593.25" y="-3908.95" font-family="arial" font-size="14.00">W7</text> +<polygon fill="none" stroke="black" points="1452.5,-3877.25 1452.5,-3901.75 1520.33,-3901.75 1520.33,-3877.25 1452.5,-3877.25"/> +<text text-anchor="start" x="1478.92" y="-3884.45" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="1520.33,-3877.25 1520.33,-3901.75 1628.67,-3901.75 1628.67,-3877.25 1520.33,-3877.25"/> +<text text-anchor="start" x="1546.75" y="-3884.45" font-family="arial" font-size="14.00">18 AWG</text> +<polygon fill="none" stroke="black" points="1628.67,-3877.25 1628.67,-3901.75 1756.5,-3901.75 1756.5,-3877.25 1628.67,-3877.25"/> +<text text-anchor="start" x="1655.08" y="-3884.45" font-family="arial" font-size="14.00">10.0 Inches</text> +<text text-anchor="start" x="1517.62" y="-3861.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1454.25" y="-3841.95" font-family="arial" font-size="14.00">ECUF:11:12V Servo</text> +<text text-anchor="start" x="1588.12" y="-3841.95" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="1646.12" y="-3841.95" font-family="arial" font-size="14.00">Fuse Block:6:F3-</text> +<polygon fill="#000000" stroke="none" points="1452.5,-3835.25 1452.5,-3837.25 1756.5,-3837.25 1756.5,-3835.25 1452.5,-3835.25"/> +<polygon fill="#ff0000" stroke="none" points="1452.5,-3833.25 1452.5,-3835.25 1756.5,-3835.25 1756.5,-3833.25 1452.5,-3833.25"/> +<polygon fill="#000000" stroke="none" points="1452.5,-3831.25 1452.5,-3833.25 1756.5,-3833.25 1756.5,-3831.25 1452.5,-3831.25"/> +<text text-anchor="start" x="1517.62" y="-3815.95" font-family="arial" font-size="14.00"> </text> +</g> +<!-- ECUF--W7 --> +<g id="edge24" class="edge"> +<title>ECUF:e--W7:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-4262.5C1411.17,-4265.29 1225.66,-3835.04 1451.5,-3832.25"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M1189,-4264.5C1413,-4264.5 1227.5,-3834.25 1451.5,-3834.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-4266.5C1414.84,-4263.71 1229.33,-3833.46 1451.5,-3836.25"/> +</g> +<!-- W16 --> +<g id="node40" class="node"> +<title>W16</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1760.5,-4508.25 1448.5,-4508.25 1448.5,-4393.25 1760.5,-4393.25 1760.5,-4508.25"/> +<polygon fill="none" stroke="black" points="1448.5,-4483.75 1448.5,-4508.25 1760.5,-4508.25 1760.5,-4483.75 1448.5,-4483.75"/> +<text text-anchor="start" x="1589.12" y="-4490.95" font-family="arial" font-size="14.00">W16</text> +<polygon fill="none" stroke="black" points="1448.5,-4459.25 1448.5,-4483.75 1519,-4483.75 1519,-4459.25 1448.5,-4459.25"/> +<text text-anchor="start" x="1476.25" y="-4466.45" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="1519,-4459.25 1519,-4483.75 1630,-4483.75 1630,-4459.25 1519,-4459.25"/> +<text text-anchor="start" x="1546.75" y="-4466.45" font-family="arial" font-size="14.00">14 AWG</text> +<polygon fill="none" stroke="black" points="1630,-4459.25 1630,-4483.75 1760.5,-4483.75 1760.5,-4459.25 1630,-4459.25"/> +<text text-anchor="start" x="1657.75" y="-4466.45" font-family="arial" font-size="14.00">27.0 Inches</text> +<text text-anchor="start" x="1511.12" y="-4443.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1450.38" y="-4423.95" font-family="arial" font-size="14.00">ECUF:4:Extra Out 1</text> +<text text-anchor="start" x="1579.12" y="-4423.95" font-family="arial" font-size="14.00">     GN    </text> +<text text-anchor="start" x="1637.25" y="-4423.95" font-family="arial" font-size="14.00">MAF Sensor:4:12V</text> +<polygon fill="#000000" stroke="none" points="1448.5,-4417.25 1448.5,-4419.25 1760.5,-4419.25 1760.5,-4417.25 1448.5,-4417.25"/> +<polygon fill="#00ff00" stroke="none" points="1448.5,-4415.25 1448.5,-4417.25 1760.5,-4417.25 1760.5,-4415.25 1448.5,-4415.25"/> +<polygon fill="#000000" stroke="none" points="1448.5,-4413.25 1448.5,-4415.25 1760.5,-4415.25 1760.5,-4413.25 1448.5,-4413.25"/> +<text text-anchor="start" x="1511.12" y="-4397.95" font-family="arial" font-size="14.00"> </text> +</g> +<!-- ECUF--W16 --> +<g id="edge54" class="edge"> +<title>ECUF:e--W16:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-4334.5C1311.18,-4336.06 1329.22,-4415.81 1447.5,-4414.25"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1189,-4336.5C1309.23,-4336.5 1327.27,-4416.25 1447.5,-4416.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-4338.5C1307.28,-4336.94 1325.32,-4416.69 1447.5,-4418.25"/> +</g> +<!-- W17 --> +<g id="node41" class="node"> +<title>W17</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1776.5,-5016.5 1432.5,-5016.5 1432.5,-4877 1776.5,-4877 1776.5,-5016.5"/> +<polygon fill="none" stroke="black" points="1432.5,-4992 1432.5,-5016.5 1776.5,-5016.5 1776.5,-4992 1432.5,-4992"/> +<text text-anchor="start" x="1589.12" y="-4999.2" font-family="arial" font-size="14.00">W17</text> +<polygon fill="none" stroke="black" points="1432.5,-4967.5 1432.5,-4992 1513.67,-4992 1513.67,-4967.5 1432.5,-4967.5"/> +<text text-anchor="start" x="1465.58" y="-4974.7" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="1513.67,-4967.5 1513.67,-4992 1635.33,-4992 1635.33,-4967.5 1513.67,-4967.5"/> +<text text-anchor="start" x="1546.75" y="-4974.7" font-family="arial" font-size="14.00">18 AWG</text> +<polygon fill="none" stroke="black" points="1635.33,-4967.5 1635.33,-4992 1776.5,-4992 1776.5,-4967.5 1635.33,-4967.5"/> +<text text-anchor="start" x="1668.42" y="-4974.7" font-family="arial" font-size="14.00">37.0 Inches</text> +<text text-anchor="start" x="1500.62" y="-4952.2" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1439.88" y="-4932.2" font-family="arial" font-size="14.00">ECUF:3:Extra Out 2</text> +<text text-anchor="start" x="1579.62" y="-4932.2" font-family="arial" font-size="14.00">     GN    </text> +<text text-anchor="start" x="1649" y="-4932.2" font-family="arial" font-size="14.00">Tachometer:A:12V</text> +<polygon fill="#000000" stroke="none" points="1432.5,-4925.5 1432.5,-4927.5 1776.5,-4927.5 1776.5,-4925.5 1432.5,-4925.5"/> +<polygon fill="#00ff00" stroke="none" points="1432.5,-4923.5 1432.5,-4925.5 1776.5,-4925.5 1776.5,-4923.5 1432.5,-4923.5"/> +<polygon fill="#000000" stroke="none" points="1432.5,-4921.5 1432.5,-4923.5 1776.5,-4923.5 1776.5,-4921.5 1432.5,-4921.5"/> +<text text-anchor="start" x="1500.62" y="-4906.2" font-family="arial" font-size="14.00"> </text> +<polygon fill="none" stroke="black" points="1432.5,-4877 1432.5,-4901.5 1776.5,-4901.5 1776.5,-4877 1432.5,-4877"/> +<text text-anchor="start" x="1436.5" y="-4884.2" font-family="arial" font-size="14.00">Pre-attached wire is of sufficient length to reach ECU.</text> +</g> +<!-- ECUF--W17 --> +<g id="edge56" class="edge"> +<title>ECUF:e--W17:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-4358.5C1463.62,-4361.45 1160.41,-4925.45 1431.5,-4922.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1189,-4360.5C1461.85,-4360.5 1158.65,-4924.5 1431.5,-4924.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-4362.5C1460.09,-4359.55 1156.88,-4923.55 1431.5,-4926.5"/> +</g> +<!-- W18 --> +<g id="node42" class="node"> +<title>W18</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1740.5,-4065.25 1468.5,-4065.25 1468.5,-3950.25 1740.5,-3950.25 1740.5,-4065.25"/> +<polygon fill="none" stroke="black" points="1468.5,-4040.75 1468.5,-4065.25 1740.5,-4065.25 1740.5,-4040.75 1468.5,-4040.75"/> +<text text-anchor="start" x="1589.12" y="-4047.95" font-family="arial" font-size="14.00">W18</text> +<polygon fill="none" stroke="black" points="1468.5,-4016.25 1468.5,-4040.75 1525.67,-4040.75 1525.67,-4016.25 1468.5,-4016.25"/> +<text text-anchor="start" x="1489.58" y="-4023.45" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="1525.67,-4016.25 1525.67,-4040.75 1623.33,-4040.75 1623.33,-4016.25 1525.67,-4016.25"/> +<text text-anchor="start" x="1546.75" y="-4023.45" font-family="arial" font-size="14.00">18 AWG</text> +<polygon fill="none" stroke="black" points="1623.33,-4016.25 1623.33,-4040.75 1740.5,-4040.75 1740.5,-4016.25 1623.33,-4016.25"/> +<text text-anchor="start" x="1644.42" y="-4023.45" font-family="arial" font-size="14.00">10.0 Inches</text> +<text text-anchor="start" x="1511.62" y="-4000.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1470.38" y="-3980.95" font-family="arial" font-size="14.00">ECUF:5:GND</text> +<text text-anchor="start" x="1560.38" y="-3980.95" font-family="arial" font-size="14.00">     BK    </text> +<text text-anchor="start" x="1617.25" y="-3980.95" font-family="arial" font-size="14.00">Negative Bus Bar:3</text> +<polygon fill="#000000" stroke="none" points="1468.5,-3974.25 1468.5,-3976.25 1740.5,-3976.25 1740.5,-3974.25 1468.5,-3974.25"/> +<polygon fill="#000000" stroke="none" points="1468.5,-3972.25 1468.5,-3974.25 1740.5,-3974.25 1740.5,-3972.25 1468.5,-3972.25"/> +<polygon fill="#000000" stroke="none" points="1468.5,-3970.25 1468.5,-3972.25 1740.5,-3972.25 1740.5,-3970.25 1468.5,-3970.25"/> +<text text-anchor="start" x="1511.62" y="-3954.95" font-family="arial" font-size="14.00"> </text> +</g> +<!-- ECUF--W18 --> +<g id="edge58" class="edge"> +<title>ECUF:e--W18:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-4310.5C1382.18,-4313.13 1270.52,-3973.88 1467.5,-3971.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-4312.5C1384.08,-4312.5 1272.42,-3973.25 1467.5,-3973.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-4314.5C1385.98,-4311.87 1274.32,-3972.62 1467.5,-3975.25"/> +</g> +<!-- ECU1 --> +<g id="node3" class="node"> +<title>ECU1</title> +<polygon fill="#ffffff" stroke="black" points="1275,-1920 874,-1920 874,-1475.5 1275,-1475.5 1275,-1920"/> +<polygon fill="none" stroke="black" points="874,-1895.5 874,-1920 1275,-1920 1275,-1895.5 874,-1895.5"/> +<text text-anchor="start" x="1055.38" y="-1902.7" font-family="arial" font-size="14.00">ECU1</text> +<polygon fill="none" stroke="black" points="874,-1871 874,-1895.5 1116.5,-1895.5 1116.5,-1871 874,-1871"/> +<text text-anchor="start" x="937.5" y="-1878.2" font-family="arial" font-size="14.00">Molex 643203311</text> +<polygon fill="none" stroke="black" points="1116.5,-1871 1116.5,-1895.5 1275,-1895.5 1275,-1871 1116.5,-1871"/> +<text text-anchor="start" x="1180" y="-1878.2" font-family="arial" font-size="14.00">4-pin</text> +<polygon fill="none" stroke="black" points="874,-1847 874,-1871 1036.5,-1871 1036.5,-1847 874,-1847"/> +<text text-anchor="start" x="946.25" y="-1853.7" font-family="arial" font-size="14.00">B4</text> +<polygon fill="none" stroke="black" points="1036.5,-1847 1036.5,-1871 1275,-1871 1275,-1847 1036.5,-1847"/> +<text text-anchor="start" x="1110.75" y="-1853.7" font-family="arial" font-size="14.00">Extra Output 1</text> +<polygon fill="none" stroke="black" points="874,-1823 874,-1847 1036.5,-1847 1036.5,-1823 874,-1823"/> +<text text-anchor="start" x="945.88" y="-1829.7" font-family="arial" font-size="14.00">C4</text> +<polygon fill="none" stroke="black" points="1036.5,-1823 1036.5,-1847 1275,-1847 1275,-1823 1036.5,-1823"/> +<text text-anchor="start" x="1110.75" y="-1829.7" font-family="arial" font-size="14.00">Extra Output 2</text> +<polygon fill="none" stroke="black" points="874,-1799 874,-1823 1036.5,-1823 1036.5,-1799 874,-1799"/> +<text text-anchor="start" x="947" y="-1805.7" font-family="arial" font-size="14.00">L4</text> +<polygon fill="none" stroke="black" points="1036.5,-1799 1036.5,-1823 1275,-1823 1275,-1799 1036.5,-1799"/> +<text text-anchor="start" x="1108.12" y="-1805.7" font-family="arial" font-size="14.00">Engine Ground</text> +<polygon fill="none" stroke="black" points="874,-1775 874,-1799 1036.5,-1799 1036.5,-1775 874,-1775"/> +<text text-anchor="start" x="945.5" y="-1781.7" font-family="arial" font-size="14.00">M4</text> +<polygon fill="none" stroke="black" points="1036.5,-1775 1036.5,-1799 1275,-1799 1275,-1775 1036.5,-1775"/> +<text text-anchor="start" x="1125.75" y="-1781.7" font-family="arial" font-size="14.00">ECU 12V</text> +<polyline fill="none" stroke="black" points="1275,-1500 1275,-1775 874,-1775 874,-1500"/> +<image xlink:href="images\ECU1.png" width="393px" height="267px" preserveAspectRatio="xMinYMin meet" x="878" y="-1771"/> +<polyline fill="none" stroke="black" points="874,-1500 874,-1475.5 1275,-1475.5 1275,-1500"/> +<text text-anchor="start" x="1002.5" y="-1482.7" font-family="arial" font-size="14.00">Connector 643201311</text> +</g> +<!-- Coil Pack 1 --> +<g id="node4" class="node"> +<title>Coil Pack 1</title> +<polygon fill="#ffffff" stroke="black" points="1188,-3396.25 961,-3396.25 961,-3051.25 1188,-3051.25 1188,-3396.25"/> +<polygon fill="none" stroke="black" points="961,-3371.75 961,-3396.25 1188,-3396.25 1188,-3371.75 961,-3371.75"/> +<text text-anchor="start" x="1038.5" y="-3378.95" font-family="arial" font-size="14.00">Coil Pack 1</text> +<polygon fill="none" stroke="black" points="961,-3347.25 961,-3371.75 1113.88,-3371.75 1113.88,-3347.25 961,-3347.25"/> +<text text-anchor="start" x="982.31" y="-3354.45" font-family="arial" font-size="14.00">Delphi 12162825</text> +<polygon fill="none" stroke="black" points="1113.88,-3347.25 1113.88,-3371.75 1188,-3371.75 1188,-3347.25 1113.88,-3347.25"/> +<text text-anchor="start" x="1135.19" y="-3354.45" font-family="arial" font-size="14.00">5-pin</text> +<polygon fill="none" stroke="black" points="961,-3323.25 961,-3347.25 1008,-3347.25 1008,-3323.25 961,-3323.25"/> +<text text-anchor="start" x="979.62" y="-3329.95" font-family="arial" font-size="14.00">A</text> +<polygon fill="none" stroke="black" points="1008,-3323.25 1008,-3347.25 1141,-3347.25 1141,-3323.25 1008,-3323.25"/> +<text text-anchor="start" x="1047.12" y="-3329.95" font-family="arial" font-size="14.00">ECU Sig</text> +<polygon fill="none" stroke="black" points="1141,-3323.25 1141,-3347.25 1188,-3347.25 1188,-3323.25 1141,-3323.25"/> +<text text-anchor="start" x="1159.62" y="-3329.95" font-family="arial" font-size="14.00">A</text> +<polygon fill="none" stroke="black" points="961,-3299.25 961,-3323.25 1008,-3323.25 1008,-3299.25 961,-3299.25"/> +<text text-anchor="start" x="979.62" y="-3305.95" font-family="arial" font-size="14.00">B</text> +<polygon fill="none" stroke="black" points="1008,-3299.25 1008,-3323.25 1141,-3323.25 1141,-3299.25 1008,-3299.25"/> +<text text-anchor="start" x="1026.12" y="-3305.95" font-family="arial" font-size="14.00">Sensor Ground</text> +<polygon fill="none" stroke="black" points="1141,-3299.25 1141,-3323.25 1188,-3323.25 1188,-3299.25 1141,-3299.25"/> +<text text-anchor="start" x="1159.62" y="-3305.95" font-family="arial" font-size="14.00">B</text> +<polygon fill="none" stroke="black" points="961,-3275.25 961,-3299.25 1008,-3299.25 1008,-3275.25 961,-3275.25"/> +<text text-anchor="start" x="979.25" y="-3281.95" font-family="arial" font-size="14.00">C</text> +<polygon fill="none" stroke="black" points="1008,-3275.25 1008,-3299.25 1141,-3299.25 1141,-3275.25 1008,-3275.25"/> +<text text-anchor="start" x="1032.12" y="-3281.95" font-family="arial" font-size="14.00">Head Ground</text> +<polygon fill="none" stroke="black" points="1141,-3275.25 1141,-3299.25 1188,-3299.25 1188,-3275.25 1141,-3275.25"/> +<text text-anchor="start" x="1159.25" y="-3281.95" font-family="arial" font-size="14.00">C</text> +<polygon fill="none" stroke="black" points="961,-3251.25 961,-3275.25 1008,-3275.25 1008,-3251.25 961,-3251.25"/> +<text text-anchor="start" x="979.25" y="-3257.95" font-family="arial" font-size="14.00">D</text> +<polygon fill="none" stroke="black" points="1008,-3251.25 1008,-3275.25 1141,-3275.25 1141,-3251.25 1008,-3251.25"/> +<text text-anchor="start" x="1026.88" y="-3257.95" font-family="arial" font-size="14.00">Battery Ground</text> +<polygon fill="none" stroke="black" points="1141,-3251.25 1141,-3275.25 1188,-3275.25 1188,-3251.25 1141,-3251.25"/> +<text text-anchor="start" x="1159.25" y="-3257.95" font-family="arial" font-size="14.00">D</text> +<polygon fill="none" stroke="black" points="961,-3227.25 961,-3251.25 1008,-3251.25 1008,-3227.25 961,-3227.25"/> +<text text-anchor="start" x="979.62" y="-3233.95" font-family="arial" font-size="14.00">E</text> +<polygon fill="none" stroke="black" points="1008,-3227.25 1008,-3251.25 1141,-3251.25 1141,-3227.25 1008,-3227.25"/> +<text text-anchor="start" x="1030.62" y="-3233.95" font-family="arial" font-size="14.00">Switched 12V</text> +<polygon fill="none" stroke="black" points="1141,-3227.25 1141,-3251.25 1188,-3251.25 1188,-3227.25 1141,-3227.25"/> +<text text-anchor="start" x="1159.62" y="-3233.95" font-family="arial" font-size="14.00">E</text> +<polygon fill="none" stroke="black" points="961,-3051.25 961,-3227.25 1188,-3227.25 1188,-3051.25 961,-3051.25"/> +<image xlink:href="images\coil.png" width="219px" height="168px" preserveAspectRatio="xMinYMin meet" x="965" y="-3223.25"/> +</g> +<!-- W10 --> +<g id="node32" class="node"> +<title>W10</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1724.5,-3180.25 1484.5,-3180.25 1484.5,-3039.25 1724.5,-3039.25 1724.5,-3180.25"/> +<polygon fill="none" stroke="black" points="1484.5,-3155.75 1484.5,-3180.25 1724.5,-3180.25 1724.5,-3155.75 1484.5,-3155.75"/> +<text text-anchor="start" x="1589.12" y="-3162.95" font-family="arial" font-size="14.00">W10</text> +<polygon fill="none" stroke="black" points="1484.5,-3131.25 1484.5,-3155.75 1531,-3155.75 1531,-3131.25 1484.5,-3131.25"/> +<text text-anchor="start" x="1500.25" y="-3138.45" font-family="arial" font-size="14.00">2x</text> +<polygon fill="none" stroke="black" points="1531,-3131.25 1531,-3155.75 1618,-3155.75 1618,-3131.25 1531,-3131.25"/> +<text text-anchor="start" x="1546.75" y="-3138.45" font-family="arial" font-size="14.00">18 AWG</text> +<polygon fill="none" stroke="black" points="1618,-3131.25 1618,-3155.75 1724.5,-3155.75 1724.5,-3131.25 1618,-3131.25"/> +<text text-anchor="start" x="1633.75" y="-3138.45" font-family="arial" font-size="14.00">10.0 Inches</text> +<text text-anchor="start" x="1571.62" y="-3115.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1486.12" y="-3095.95" font-family="arial" font-size="14.00">Coil Pack 1:C:Head Ground</text> +<text text-anchor="start" x="1664.5" y="-3095.95" font-family="arial" font-size="14.00">     GY    </text> +<polygon fill="#000000" stroke="none" points="1484.5,-3089.25 1484.5,-3091.25 1724.5,-3091.25 1724.5,-3089.25 1484.5,-3089.25"/> +<polygon fill="#999999" stroke="none" points="1484.5,-3087.25 1484.5,-3089.25 1724.5,-3089.25 1724.5,-3087.25 1484.5,-3087.25"/> +<polygon fill="#000000" stroke="none" points="1484.5,-3085.25 1484.5,-3087.25 1724.5,-3087.25 1724.5,-3085.25 1484.5,-3085.25"/> +<text text-anchor="start" x="1486.12" y="-3069.95" font-family="arial" font-size="14.00">Coil Pack 4:C:Head Ground</text> +<text text-anchor="start" x="1664.5" y="-3069.95" font-family="arial" font-size="14.00">     GY    </text> +<polygon fill="#000000" stroke="none" points="1484.5,-3063.25 1484.5,-3065.25 1724.5,-3065.25 1724.5,-3063.25 1484.5,-3063.25"/> +<polygon fill="#999999" stroke="none" points="1484.5,-3061.25 1484.5,-3063.25 1724.5,-3063.25 1724.5,-3061.25 1484.5,-3061.25"/> +<polygon fill="#000000" stroke="none" points="1484.5,-3059.25 1484.5,-3061.25 1724.5,-3061.25 1724.5,-3059.25 1484.5,-3059.25"/> +<text text-anchor="start" x="1571.62" y="-3043.95" font-family="arial" font-size="14.00"> </text> +</g> +<!-- Coil Pack 1--W10 --> +<g id="edge28" class="edge"> +<title>Coil Pack 1:e--W10:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-3285.25C1344.98,-3287.46 1323.54,-3088.46 1483.5,-3086.25"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M1189,-3287.25C1346.97,-3287.25 1325.53,-3088.25 1483.5,-3088.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-3289.25C1348.96,-3287.04 1327.52,-3088.04 1483.5,-3090.25"/> +</g> +<!-- W20 --> +<g id="node34" class="node"> +<title>W20</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1790,-2920.25 1419,-2920.25 1419,-2727.25 1790,-2727.25 1790,-2920.25"/> +<polygon fill="none" stroke="black" points="1419,-2895.75 1419,-2920.25 1790,-2920.25 1790,-2895.75 1419,-2895.75"/> +<text text-anchor="start" x="1589.12" y="-2902.95" font-family="arial" font-size="14.00">W20</text> +<polygon fill="none" stroke="black" points="1419,-2871.25 1419,-2895.75 1509.17,-2895.75 1509.17,-2871.25 1419,-2871.25"/> +<text text-anchor="start" x="1456.58" y="-2878.45" font-family="arial" font-size="14.00">4x</text> +<polygon fill="none" stroke="black" points="1509.17,-2871.25 1509.17,-2895.75 1639.83,-2895.75 1639.83,-2871.25 1509.17,-2871.25"/> +<text text-anchor="start" x="1546.75" y="-2878.45" font-family="arial" font-size="14.00">18 AWG</text> +<polygon fill="none" stroke="black" points="1639.83,-2871.25 1639.83,-2895.75 1790,-2895.75 1790,-2871.25 1639.83,-2871.25"/> +<text text-anchor="start" x="1677.42" y="-2878.45" font-family="arial" font-size="14.00">60.0 Inches</text> +<text text-anchor="start" x="1511.62" y="-2855.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1420.88" y="-2835.95" font-family="arial" font-size="14.00">Coil Pack 1:D:Battery Ground</text> +<text text-anchor="start" x="1609.88" y="-2835.95" font-family="arial" font-size="14.00">     BK    </text> +<text text-anchor="start" x="1666.75" y="-2835.95" font-family="arial" font-size="14.00">Negative Bus Bar:4</text> +<polygon fill="#000000" stroke="none" points="1419,-2829.25 1419,-2831.25 1790,-2831.25 1790,-2829.25 1419,-2829.25"/> +<polygon fill="#000000" stroke="none" points="1419,-2827.25 1419,-2829.25 1790,-2829.25 1790,-2827.25 1419,-2827.25"/> +<polygon fill="#000000" stroke="none" points="1419,-2825.25 1419,-2827.25 1790,-2827.25 1790,-2825.25 1419,-2825.25"/> +<text text-anchor="start" x="1420.88" y="-2809.95" font-family="arial" font-size="14.00">Coil Pack 2:D:Battery Ground</text> +<text text-anchor="start" x="1609.88" y="-2809.95" font-family="arial" font-size="14.00">     BK    </text> +<text text-anchor="start" x="1666.75" y="-2809.95" font-family="arial" font-size="14.00">Negative Bus Bar:4</text> +<polygon fill="#000000" stroke="none" points="1419,-2803.25 1419,-2805.25 1790,-2805.25 1790,-2803.25 1419,-2803.25"/> +<polygon fill="#000000" stroke="none" points="1419,-2801.25 1419,-2803.25 1790,-2803.25 1790,-2801.25 1419,-2801.25"/> +<polygon fill="#000000" stroke="none" points="1419,-2799.25 1419,-2801.25 1790,-2801.25 1790,-2799.25 1419,-2799.25"/> +<text text-anchor="start" x="1420.88" y="-2783.95" font-family="arial" font-size="14.00">Coil Pack 3:D:Battery Ground</text> +<text text-anchor="start" x="1609.88" y="-2783.95" font-family="arial" font-size="14.00">     BK    </text> +<text text-anchor="start" x="1666.75" y="-2783.95" font-family="arial" font-size="14.00">Negative Bus Bar:4</text> +<polygon fill="#000000" stroke="none" points="1419,-2777.25 1419,-2779.25 1790,-2779.25 1790,-2777.25 1419,-2777.25"/> +<polygon fill="#000000" stroke="none" points="1419,-2775.25 1419,-2777.25 1790,-2777.25 1790,-2775.25 1419,-2775.25"/> +<polygon fill="#000000" stroke="none" points="1419,-2773.25 1419,-2775.25 1790,-2775.25 1790,-2773.25 1419,-2773.25"/> +<text text-anchor="start" x="1420.88" y="-2757.95" font-family="arial" font-size="14.00">Coil Pack 4:D:Battery Ground</text> +<text text-anchor="start" x="1609.88" y="-2757.95" font-family="arial" font-size="14.00">     BK    </text> +<text text-anchor="start" x="1666.75" y="-2757.95" font-family="arial" font-size="14.00">Negative Bus Bar:4</text> +<polygon fill="#000000" stroke="none" points="1419,-2751.25 1419,-2753.25 1790,-2753.25 1790,-2751.25 1419,-2751.25"/> +<polygon fill="#000000" stroke="none" points="1419,-2749.25 1419,-2751.25 1790,-2751.25 1790,-2749.25 1419,-2749.25"/> +<polygon fill="#000000" stroke="none" points="1419,-2747.25 1419,-2749.25 1790,-2749.25 1790,-2747.25 1419,-2747.25"/> +<text text-anchor="start" x="1511.62" y="-2731.95" font-family="arial" font-size="14.00"> </text> +</g> +<!-- Coil Pack 1--W20 --> +<g id="edge36" class="edge"> +<title>Coil Pack 1:e--W20:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-3261.25C1405.89,-3264.11 1198.5,-2829.11 1419,-2826.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-3263.25C1407.69,-3263.25 1200.31,-2828.25 1419,-2828.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-3265.25C1409.5,-3262.39 1202.11,-2827.39 1419,-2830.25"/> +</g> +<!-- Coil Pack 2 --> +<g id="node5" class="node"> +<title>Coil Pack 2</title> +<polygon fill="#ffffff" stroke="black" points="1188,-2658.25 961,-2658.25 961,-2313.25 1188,-2313.25 1188,-2658.25"/> +<polygon fill="none" stroke="black" points="961,-2633.75 961,-2658.25 1188,-2658.25 1188,-2633.75 961,-2633.75"/> +<text text-anchor="start" x="1038.5" y="-2640.95" font-family="arial" font-size="14.00">Coil Pack 2</text> +<polygon fill="none" stroke="black" points="961,-2609.25 961,-2633.75 1113.88,-2633.75 1113.88,-2609.25 961,-2609.25"/> +<text text-anchor="start" x="982.31" y="-2616.45" font-family="arial" font-size="14.00">Delphi 12162825</text> +<polygon fill="none" stroke="black" points="1113.88,-2609.25 1113.88,-2633.75 1188,-2633.75 1188,-2609.25 1113.88,-2609.25"/> +<text text-anchor="start" x="1135.19" y="-2616.45" font-family="arial" font-size="14.00">5-pin</text> +<polygon fill="none" stroke="black" points="961,-2585.25 961,-2609.25 1008,-2609.25 1008,-2585.25 961,-2585.25"/> +<text text-anchor="start" x="979.62" y="-2591.95" font-family="arial" font-size="14.00">A</text> +<polygon fill="none" stroke="black" points="1008,-2585.25 1008,-2609.25 1141,-2609.25 1141,-2585.25 1008,-2585.25"/> +<text text-anchor="start" x="1047.12" y="-2591.95" font-family="arial" font-size="14.00">ECU Sig</text> +<polygon fill="none" stroke="black" points="1141,-2585.25 1141,-2609.25 1188,-2609.25 1188,-2585.25 1141,-2585.25"/> +<text text-anchor="start" x="1159.62" y="-2591.95" font-family="arial" font-size="14.00">A</text> +<polygon fill="none" stroke="black" points="961,-2561.25 961,-2585.25 1008,-2585.25 1008,-2561.25 961,-2561.25"/> +<text text-anchor="start" x="979.62" y="-2567.95" font-family="arial" font-size="14.00">B</text> +<polygon fill="none" stroke="black" points="1008,-2561.25 1008,-2585.25 1141,-2585.25 1141,-2561.25 1008,-2561.25"/> +<text text-anchor="start" x="1026.12" y="-2567.95" font-family="arial" font-size="14.00">Sensor Ground</text> +<polygon fill="none" stroke="black" points="1141,-2561.25 1141,-2585.25 1188,-2585.25 1188,-2561.25 1141,-2561.25"/> +<text text-anchor="start" x="1159.62" y="-2567.95" font-family="arial" font-size="14.00">B</text> +<polygon fill="none" stroke="black" points="961,-2537.25 961,-2561.25 1008,-2561.25 1008,-2537.25 961,-2537.25"/> +<text text-anchor="start" x="979.25" y="-2543.95" font-family="arial" font-size="14.00">C</text> +<polygon fill="none" stroke="black" points="1008,-2537.25 1008,-2561.25 1141,-2561.25 1141,-2537.25 1008,-2537.25"/> +<text text-anchor="start" x="1032.12" y="-2543.95" font-family="arial" font-size="14.00">Head Ground</text> +<polygon fill="none" stroke="black" points="1141,-2537.25 1141,-2561.25 1188,-2561.25 1188,-2537.25 1141,-2537.25"/> +<text text-anchor="start" x="1159.25" y="-2543.95" font-family="arial" font-size="14.00">C</text> +<polygon fill="none" stroke="black" points="961,-2513.25 961,-2537.25 1008,-2537.25 1008,-2513.25 961,-2513.25"/> +<text text-anchor="start" x="979.25" y="-2519.95" font-family="arial" font-size="14.00">D</text> +<polygon fill="none" stroke="black" points="1008,-2513.25 1008,-2537.25 1141,-2537.25 1141,-2513.25 1008,-2513.25"/> +<text text-anchor="start" x="1026.88" y="-2519.95" font-family="arial" font-size="14.00">Battery Ground</text> +<polygon fill="none" stroke="black" points="1141,-2513.25 1141,-2537.25 1188,-2537.25 1188,-2513.25 1141,-2513.25"/> +<text text-anchor="start" x="1159.25" y="-2519.95" font-family="arial" font-size="14.00">D</text> +<polygon fill="none" stroke="black" points="961,-2489.25 961,-2513.25 1008,-2513.25 1008,-2489.25 961,-2489.25"/> +<text text-anchor="start" x="979.62" y="-2495.95" font-family="arial" font-size="14.00">E</text> +<polygon fill="none" stroke="black" points="1008,-2489.25 1008,-2513.25 1141,-2513.25 1141,-2489.25 1008,-2489.25"/> +<text text-anchor="start" x="1030.62" y="-2495.95" font-family="arial" font-size="14.00">Switched 12V</text> +<polygon fill="none" stroke="black" points="1141,-2489.25 1141,-2513.25 1188,-2513.25 1188,-2489.25 1141,-2489.25"/> +<text text-anchor="start" x="1159.62" y="-2495.95" font-family="arial" font-size="14.00">E</text> +<polygon fill="none" stroke="black" points="961,-2313.25 961,-2489.25 1188,-2489.25 1188,-2313.25 961,-2313.25"/> +<image xlink:href="images\coil.png" width="219px" height="168px" preserveAspectRatio="xMinYMin meet" x="965" y="-2485.25"/> +</g> +<!-- W19 --> +<g id="node33" class="node"> +<title>W19</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1724.5,-2512.25 1484.5,-2512.25 1484.5,-2371.25 1724.5,-2371.25 1724.5,-2512.25"/> +<polygon fill="none" stroke="black" points="1484.5,-2487.75 1484.5,-2512.25 1724.5,-2512.25 1724.5,-2487.75 1484.5,-2487.75"/> +<text text-anchor="start" x="1589.12" y="-2494.95" font-family="arial" font-size="14.00">W19</text> +<polygon fill="none" stroke="black" points="1484.5,-2463.25 1484.5,-2487.75 1533.75,-2487.75 1533.75,-2463.25 1484.5,-2463.25"/> +<text text-anchor="start" x="1501.62" y="-2470.45" font-family="arial" font-size="14.00">2x</text> +<polygon fill="none" stroke="black" points="1533.75,-2463.25 1533.75,-2487.75 1623.5,-2487.75 1623.5,-2463.25 1533.75,-2463.25"/> +<text text-anchor="start" x="1550.88" y="-2470.45" font-family="arial" font-size="14.00">18 AWG</text> +<polygon fill="none" stroke="black" points="1623.5,-2463.25 1623.5,-2487.75 1724.5,-2487.75 1724.5,-2463.25 1623.5,-2463.25"/> +<text text-anchor="start" x="1640.62" y="-2470.45" font-family="arial" font-size="14.00">6.0 Inches</text> +<text text-anchor="start" x="1571.62" y="-2447.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1486.12" y="-2427.95" font-family="arial" font-size="14.00">Coil Pack 3:C:Head Ground</text> +<text text-anchor="start" x="1664.5" y="-2427.95" font-family="arial" font-size="14.00">     GY    </text> +<polygon fill="#000000" stroke="none" points="1484.5,-2421.25 1484.5,-2423.25 1724.5,-2423.25 1724.5,-2421.25 1484.5,-2421.25"/> +<polygon fill="#999999" stroke="none" points="1484.5,-2419.25 1484.5,-2421.25 1724.5,-2421.25 1724.5,-2419.25 1484.5,-2419.25"/> +<polygon fill="#000000" stroke="none" points="1484.5,-2417.25 1484.5,-2419.25 1724.5,-2419.25 1724.5,-2417.25 1484.5,-2417.25"/> +<text text-anchor="start" x="1486.12" y="-2401.95" font-family="arial" font-size="14.00">Coil Pack 2:C:Head Ground</text> +<text text-anchor="start" x="1664.5" y="-2401.95" font-family="arial" font-size="14.00">     GY    </text> +<polygon fill="#000000" stroke="none" points="1484.5,-2395.25 1484.5,-2397.25 1724.5,-2397.25 1724.5,-2395.25 1484.5,-2395.25"/> +<polygon fill="#999999" stroke="none" points="1484.5,-2393.25 1484.5,-2395.25 1724.5,-2395.25 1724.5,-2393.25 1484.5,-2393.25"/> +<polygon fill="#000000" stroke="none" points="1484.5,-2391.25 1484.5,-2393.25 1724.5,-2393.25 1724.5,-2391.25 1484.5,-2391.25"/> +<text text-anchor="start" x="1571.62" y="-2375.95" font-family="arial" font-size="14.00"> </text> +</g> +<!-- Coil Pack 2--W19 --> +<g id="edge34" class="edge"> +<title>Coil Pack 2:e--W19:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-2547.25C1334.91,-2549.27 1333.59,-2394.27 1483.5,-2392.25"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M1189,-2549.25C1336.91,-2549.25 1335.59,-2394.25 1483.5,-2394.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-2551.25C1338.91,-2549.23 1337.59,-2394.23 1483.5,-2396.25"/> +</g> +<!-- Coil Pack 2--W20 --> +<g id="edge38" class="edge"> +<title>Coil Pack 2:e--W20:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-2523.25C1350.92,-2525.87 1260.88,-2802.87 1419,-2800.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-2525.25C1349.02,-2525.25 1258.98,-2802.25 1419,-2802.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-2527.25C1347.12,-2524.63 1257.08,-2801.63 1419,-2804.25"/> +</g> +<!-- Coil Pack 3 --> +<g id="node6" class="node"> +<title>Coil Pack 3</title> +<polygon fill="#ffffff" stroke="black" points="1188,-2289.25 961,-2289.25 961,-1944.25 1188,-1944.25 1188,-2289.25"/> +<polygon fill="none" stroke="black" points="961,-2264.75 961,-2289.25 1188,-2289.25 1188,-2264.75 961,-2264.75"/> +<text text-anchor="start" x="1038.5" y="-2271.95" font-family="arial" font-size="14.00">Coil Pack 3</text> +<polygon fill="none" stroke="black" points="961,-2240.25 961,-2264.75 1113.88,-2264.75 1113.88,-2240.25 961,-2240.25"/> +<text text-anchor="start" x="982.31" y="-2247.45" font-family="arial" font-size="14.00">Delphi 12162825</text> +<polygon fill="none" stroke="black" points="1113.88,-2240.25 1113.88,-2264.75 1188,-2264.75 1188,-2240.25 1113.88,-2240.25"/> +<text text-anchor="start" x="1135.19" y="-2247.45" font-family="arial" font-size="14.00">5-pin</text> +<polygon fill="none" stroke="black" points="961,-2216.25 961,-2240.25 1008,-2240.25 1008,-2216.25 961,-2216.25"/> +<text text-anchor="start" x="979.62" y="-2222.95" font-family="arial" font-size="14.00">A</text> +<polygon fill="none" stroke="black" points="1008,-2216.25 1008,-2240.25 1141,-2240.25 1141,-2216.25 1008,-2216.25"/> +<text text-anchor="start" x="1047.12" y="-2222.95" font-family="arial" font-size="14.00">ECU Sig</text> +<polygon fill="none" stroke="black" points="1141,-2216.25 1141,-2240.25 1188,-2240.25 1188,-2216.25 1141,-2216.25"/> +<text text-anchor="start" x="1159.62" y="-2222.95" font-family="arial" font-size="14.00">A</text> +<polygon fill="none" stroke="black" points="961,-2192.25 961,-2216.25 1008,-2216.25 1008,-2192.25 961,-2192.25"/> +<text text-anchor="start" x="979.62" y="-2198.95" font-family="arial" font-size="14.00">B</text> +<polygon fill="none" stroke="black" points="1008,-2192.25 1008,-2216.25 1141,-2216.25 1141,-2192.25 1008,-2192.25"/> +<text text-anchor="start" x="1026.12" y="-2198.95" font-family="arial" font-size="14.00">Sensor Ground</text> +<polygon fill="none" stroke="black" points="1141,-2192.25 1141,-2216.25 1188,-2216.25 1188,-2192.25 1141,-2192.25"/> +<text text-anchor="start" x="1159.62" y="-2198.95" font-family="arial" font-size="14.00">B</text> +<polygon fill="none" stroke="black" points="961,-2168.25 961,-2192.25 1008,-2192.25 1008,-2168.25 961,-2168.25"/> +<text text-anchor="start" x="979.25" y="-2174.95" font-family="arial" font-size="14.00">C</text> +<polygon fill="none" stroke="black" points="1008,-2168.25 1008,-2192.25 1141,-2192.25 1141,-2168.25 1008,-2168.25"/> +<text text-anchor="start" x="1032.12" y="-2174.95" font-family="arial" font-size="14.00">Head Ground</text> +<polygon fill="none" stroke="black" points="1141,-2168.25 1141,-2192.25 1188,-2192.25 1188,-2168.25 1141,-2168.25"/> +<text text-anchor="start" x="1159.25" y="-2174.95" font-family="arial" font-size="14.00">C</text> +<polygon fill="none" stroke="black" points="961,-2144.25 961,-2168.25 1008,-2168.25 1008,-2144.25 961,-2144.25"/> +<text text-anchor="start" x="979.25" y="-2150.95" font-family="arial" font-size="14.00">D</text> +<polygon fill="none" stroke="black" points="1008,-2144.25 1008,-2168.25 1141,-2168.25 1141,-2144.25 1008,-2144.25"/> +<text text-anchor="start" x="1026.88" y="-2150.95" font-family="arial" font-size="14.00">Battery Ground</text> +<polygon fill="none" stroke="black" points="1141,-2144.25 1141,-2168.25 1188,-2168.25 1188,-2144.25 1141,-2144.25"/> +<text text-anchor="start" x="1159.25" y="-2150.95" font-family="arial" font-size="14.00">D</text> +<polygon fill="none" stroke="black" points="961,-2120.25 961,-2144.25 1008,-2144.25 1008,-2120.25 961,-2120.25"/> +<text text-anchor="start" x="979.62" y="-2126.95" font-family="arial" font-size="14.00">E</text> +<polygon fill="none" stroke="black" points="1008,-2120.25 1008,-2144.25 1141,-2144.25 1141,-2120.25 1008,-2120.25"/> +<text text-anchor="start" x="1030.62" y="-2126.95" font-family="arial" font-size="14.00">Switched 12V</text> +<polygon fill="none" stroke="black" points="1141,-2120.25 1141,-2144.25 1188,-2144.25 1188,-2120.25 1141,-2120.25"/> +<text text-anchor="start" x="1159.62" y="-2126.95" font-family="arial" font-size="14.00">E</text> +<polygon fill="none" stroke="black" points="961,-1944.25 961,-2120.25 1188,-2120.25 1188,-1944.25 961,-1944.25"/> +<image xlink:href="images\coil.png" width="219px" height="168px" preserveAspectRatio="xMinYMin meet" x="965" y="-2116.25"/> +</g> +<!-- Coil Pack 3--W19 --> +<g id="edge32" class="edge"> +<title>Coil Pack 3:e--W19:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-2178.25C1359.82,-2180.6 1316.62,-2420.6 1483.5,-2418.25"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M1189,-2180.25C1357.85,-2180.25 1314.65,-2420.25 1483.5,-2420.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-2182.25C1355.88,-2179.9 1312.68,-2419.9 1483.5,-2422.25"/> +</g> +<!-- Coil Pack 3--W20 --> +<g id="edge40" class="edge"> +<title>Coil Pack 3:e--W20:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-2154.25C1484.64,-2157.25 1126.83,-2777.25 1419,-2774.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-2156.25C1482.91,-2156.25 1125.09,-2776.25 1419,-2776.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-2158.25C1481.17,-2155.25 1123.36,-2775.25 1419,-2778.25"/> +</g> +<!-- Coil Pack 4 --> +<g id="node7" class="node"> +<title>Coil Pack 4</title> +<polygon fill="#ffffff" stroke="black" points="1188,-3027.25 961,-3027.25 961,-2682.25 1188,-2682.25 1188,-3027.25"/> +<polygon fill="none" stroke="black" points="961,-3002.75 961,-3027.25 1188,-3027.25 1188,-3002.75 961,-3002.75"/> +<text text-anchor="start" x="1038.5" y="-3009.95" font-family="arial" font-size="14.00">Coil Pack 4</text> +<polygon fill="none" stroke="black" points="961,-2978.25 961,-3002.75 1113.88,-3002.75 1113.88,-2978.25 961,-2978.25"/> +<text text-anchor="start" x="982.31" y="-2985.45" font-family="arial" font-size="14.00">Delphi 12162825</text> +<polygon fill="none" stroke="black" points="1113.88,-2978.25 1113.88,-3002.75 1188,-3002.75 1188,-2978.25 1113.88,-2978.25"/> +<text text-anchor="start" x="1135.19" y="-2985.45" font-family="arial" font-size="14.00">5-pin</text> +<polygon fill="none" stroke="black" points="961,-2954.25 961,-2978.25 1008,-2978.25 1008,-2954.25 961,-2954.25"/> +<text text-anchor="start" x="979.62" y="-2960.95" font-family="arial" font-size="14.00">A</text> +<polygon fill="none" stroke="black" points="1008,-2954.25 1008,-2978.25 1141,-2978.25 1141,-2954.25 1008,-2954.25"/> +<text text-anchor="start" x="1047.12" y="-2960.95" font-family="arial" font-size="14.00">ECU Sig</text> +<polygon fill="none" stroke="black" points="1141,-2954.25 1141,-2978.25 1188,-2978.25 1188,-2954.25 1141,-2954.25"/> +<text text-anchor="start" x="1159.62" y="-2960.95" font-family="arial" font-size="14.00">A</text> +<polygon fill="none" stroke="black" points="961,-2930.25 961,-2954.25 1008,-2954.25 1008,-2930.25 961,-2930.25"/> +<text text-anchor="start" x="979.62" y="-2936.95" font-family="arial" font-size="14.00">B</text> +<polygon fill="none" stroke="black" points="1008,-2930.25 1008,-2954.25 1141,-2954.25 1141,-2930.25 1008,-2930.25"/> +<text text-anchor="start" x="1026.12" y="-2936.95" font-family="arial" font-size="14.00">Sensor Ground</text> +<polygon fill="none" stroke="black" points="1141,-2930.25 1141,-2954.25 1188,-2954.25 1188,-2930.25 1141,-2930.25"/> +<text text-anchor="start" x="1159.62" y="-2936.95" font-family="arial" font-size="14.00">B</text> +<polygon fill="none" stroke="black" points="961,-2906.25 961,-2930.25 1008,-2930.25 1008,-2906.25 961,-2906.25"/> +<text text-anchor="start" x="979.25" y="-2912.95" font-family="arial" font-size="14.00">C</text> +<polygon fill="none" stroke="black" points="1008,-2906.25 1008,-2930.25 1141,-2930.25 1141,-2906.25 1008,-2906.25"/> +<text text-anchor="start" x="1032.12" y="-2912.95" font-family="arial" font-size="14.00">Head Ground</text> +<polygon fill="none" stroke="black" points="1141,-2906.25 1141,-2930.25 1188,-2930.25 1188,-2906.25 1141,-2906.25"/> +<text text-anchor="start" x="1159.25" y="-2912.95" font-family="arial" font-size="14.00">C</text> +<polygon fill="none" stroke="black" points="961,-2882.25 961,-2906.25 1008,-2906.25 1008,-2882.25 961,-2882.25"/> +<text text-anchor="start" x="979.25" y="-2888.95" font-family="arial" font-size="14.00">D</text> +<polygon fill="none" stroke="black" points="1008,-2882.25 1008,-2906.25 1141,-2906.25 1141,-2882.25 1008,-2882.25"/> +<text text-anchor="start" x="1026.88" y="-2888.95" font-family="arial" font-size="14.00">Battery Ground</text> +<polygon fill="none" stroke="black" points="1141,-2882.25 1141,-2906.25 1188,-2906.25 1188,-2882.25 1141,-2882.25"/> +<text text-anchor="start" x="1159.25" y="-2888.95" font-family="arial" font-size="14.00">D</text> +<polygon fill="none" stroke="black" points="961,-2858.25 961,-2882.25 1008,-2882.25 1008,-2858.25 961,-2858.25"/> +<text text-anchor="start" x="979.62" y="-2864.95" font-family="arial" font-size="14.00">E</text> +<polygon fill="none" stroke="black" points="1008,-2858.25 1008,-2882.25 1141,-2882.25 1141,-2858.25 1008,-2858.25"/> +<text text-anchor="start" x="1030.62" y="-2864.95" font-family="arial" font-size="14.00">Switched 12V</text> +<polygon fill="none" stroke="black" points="1141,-2858.25 1141,-2882.25 1188,-2882.25 1188,-2858.25 1141,-2858.25"/> +<text text-anchor="start" x="1159.62" y="-2864.95" font-family="arial" font-size="14.00">E</text> +<polygon fill="none" stroke="black" points="961,-2682.25 961,-2858.25 1188,-2858.25 1188,-2682.25 961,-2682.25"/> +<image xlink:href="images\coil.png" width="219px" height="168px" preserveAspectRatio="xMinYMin meet" x="965" y="-2854.25"/> +</g> +<!-- Coil Pack 4--W10 --> +<g id="edge30" class="edge"> +<title>Coil Pack 4:e--W10:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-2916.25C1336.7,-2918.21 1339.8,-3062.21 1483.5,-3060.25"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M1189,-2918.25C1334.7,-2918.25 1337.8,-3062.25 1483.5,-3062.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-2920.25C1332.7,-2918.29 1335.8,-3062.29 1483.5,-3064.25"/> +</g> +<!-- Coil Pack 4--W20 --> +<g id="edge42" class="edge"> +<title>Coil Pack 4:e--W20:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-2892.25C1307.61,-2894.41 1296.4,-2750.41 1419,-2748.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-2894.25C1309.6,-2894.25 1298.4,-2750.25 1419,-2750.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1189,-2896.25C1311.6,-2894.09 1300.39,-2750.09 1419,-2752.25"/> +</g> +<!-- Fuel Injector 1 --> +<g id="node8" class="node"> +<title>Fuel Injector 1</title> +<polygon fill="#ffffff" stroke="black" points="1228.5,-953.75 920.5,-953.75 920.5,-623.75 1228.5,-623.75 1228.5,-953.75"/> +<polygon fill="none" stroke="black" points="920.5,-929.25 920.5,-953.75 1228.5,-953.75 1228.5,-929.25 920.5,-929.25"/> +<text text-anchor="start" x="1029.12" y="-936.45" font-family="arial" font-size="14.00">Fuel Injector 1</text> +<polygon fill="none" stroke="black" points="920.5,-904.75 920.5,-929.25 1102.25,-929.25 1102.25,-904.75 920.5,-904.75"/> +<text text-anchor="start" x="967.88" y="-911.95" font-family="arial" font-size="14.00">90980-11875</text> +<polygon fill="none" stroke="black" points="1102.25,-904.75 1102.25,-929.25 1228.5,-929.25 1228.5,-904.75 1102.25,-904.75"/> +<text text-anchor="start" x="1149.62" y="-911.95" font-family="arial" font-size="14.00">2-pin</text> +<polygon fill="none" stroke="black" points="920.5,-880.75 920.5,-904.75 1051,-904.75 1051,-880.75 920.5,-880.75"/> +<text text-anchor="start" x="981.62" y="-887.45" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1051,-880.75 1051,-904.75 1228.5,-904.75 1228.5,-880.75 1051,-880.75"/> +<text text-anchor="start" x="1126.62" y="-887.45" font-family="arial" font-size="14.00">12V</text> +<polygon fill="none" stroke="black" points="920.5,-856.75 920.5,-880.75 1051,-880.75 1051,-856.75 920.5,-856.75"/> +<text text-anchor="start" x="981.62" y="-863.45" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1051,-856.75 1051,-880.75 1228.5,-880.75 1228.5,-856.75 1051,-856.75"/> +<text text-anchor="start" x="1112" y="-863.45" font-family="arial" font-size="14.00">ECU INJ</text> +<polygon fill="none" stroke="black" points="920.5,-623.75 920.5,-856.75 1228.5,-856.75 1228.5,-623.75 920.5,-623.75"/> +<image xlink:href="images\90980-11875.png" width="300px" height="225px" preserveAspectRatio="xMinYMin meet" x="924.5" y="-852.75"/> +</g> +<!-- Fuel Injector 2 --> +<g id="node9" class="node"> +<title>Fuel Injector 2</title> +<polygon fill="#ffffff" stroke="black" points="1228.5,-599.75 920.5,-599.75 920.5,-269.75 1228.5,-269.75 1228.5,-599.75"/> +<polygon fill="none" stroke="black" points="920.5,-575.25 920.5,-599.75 1228.5,-599.75 1228.5,-575.25 920.5,-575.25"/> +<text text-anchor="start" x="1029.12" y="-582.45" font-family="arial" font-size="14.00">Fuel Injector 2</text> +<polygon fill="none" stroke="black" points="920.5,-550.75 920.5,-575.25 1102.25,-575.25 1102.25,-550.75 920.5,-550.75"/> +<text text-anchor="start" x="967.88" y="-557.95" font-family="arial" font-size="14.00">90980-11875</text> +<polygon fill="none" stroke="black" points="1102.25,-550.75 1102.25,-575.25 1228.5,-575.25 1228.5,-550.75 1102.25,-550.75"/> +<text text-anchor="start" x="1149.62" y="-557.95" font-family="arial" font-size="14.00">2-pin</text> +<polygon fill="none" stroke="black" points="920.5,-526.75 920.5,-550.75 1051,-550.75 1051,-526.75 920.5,-526.75"/> +<text text-anchor="start" x="981.62" y="-533.45" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1051,-526.75 1051,-550.75 1228.5,-550.75 1228.5,-526.75 1051,-526.75"/> +<text text-anchor="start" x="1126.62" y="-533.45" font-family="arial" font-size="14.00">12V</text> +<polygon fill="none" stroke="black" points="920.5,-502.75 920.5,-526.75 1051,-526.75 1051,-502.75 920.5,-502.75"/> +<text text-anchor="start" x="981.62" y="-509.45" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1051,-502.75 1051,-526.75 1228.5,-526.75 1228.5,-502.75 1051,-502.75"/> +<text text-anchor="start" x="1112" y="-509.45" font-family="arial" font-size="14.00">ECU INJ</text> +<polygon fill="none" stroke="black" points="920.5,-269.75 920.5,-502.75 1228.5,-502.75 1228.5,-269.75 920.5,-269.75"/> +<image xlink:href="images\90980-11875.png" width="300px" height="225px" preserveAspectRatio="xMinYMin meet" x="924.5" y="-498.75"/> +</g> +<!-- MAF Sensor --> +<g id="node10" class="node"> +<title>MAF Sensor</title> +<polygon fill="#ffffff" stroke="black" points="2342,-4517.5 2034,-4517.5 2034,-4206 2342,-4206 2342,-4517.5"/> +<polygon fill="none" stroke="black" points="2034,-4493 2034,-4517.5 2342,-4517.5 2342,-4493 2034,-4493"/> +<text text-anchor="start" x="2148.25" y="-4500.2" font-family="arial" font-size="14.00">MAF Sensor</text> +<polygon fill="none" stroke="black" points="2034,-4468.5 2034,-4493 2235.62,-4493 2235.62,-4468.5 2034,-4468.5"/> +<text text-anchor="start" x="2071.44" y="-4475.7" font-family="arial" font-size="14.00">Bosch 1928405138</text> +<polygon fill="none" stroke="black" points="2235.62,-4468.5 2235.62,-4493 2342,-4493 2342,-4468.5 2235.62,-4468.5"/> +<text text-anchor="start" x="2273.06" y="-4475.7" font-family="arial" font-size="14.00">1-pin</text> +<polygon fill="none" stroke="black" points="2034,-4444 2034,-4468.5 2179,-4468.5 2179,-4444 2034,-4444"/> +<text text-anchor="start" x="2102.38" y="-4451.2" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="2179,-4444 2179,-4468.5 2342,-4468.5 2342,-4444 2179,-4444"/> +<text text-anchor="start" x="2247.38" y="-4451.2" font-family="arial" font-size="14.00">12V</text> +<polygon fill="none" stroke="black" points="2034,-4206 2034,-4444 2342,-4444 2342,-4206 2034,-4206"/> +<image xlink:href="images\MAF.png" width="293.8px" height="226px" preserveAspectRatio="xMinYMin meet" x="2041.1" y="-4438"/> +</g> +<!-- LSU --> +<g id="node11" class="node"> +<title>LSU</title> +<polygon fill="#ffffff" stroke="black" points="1222,-245.5 927,-245.5 927,0 1222,0 1222,-245.5"/> +<polygon fill="none" stroke="black" points="927,-221 927,-245.5 1222,-245.5 1222,-221 927,-221"/> +<text text-anchor="start" x="1060.62" y="-228.2" font-family="arial" font-size="14.00">LSU</text> +<polygon fill="none" stroke="black" points="927,-196.5 927,-221 1115.38,-221 1115.38,-196.5 927,-196.5"/> +<text text-anchor="start" x="964.56" y="-203.7" font-family="arial" font-size="14.00">D261.205.356-01</text> +<polygon fill="none" stroke="black" points="1115.38,-196.5 1115.38,-221 1222,-221 1222,-196.5 1115.38,-196.5"/> +<text text-anchor="start" x="1152.94" y="-203.7" font-family="arial" font-size="14.00">1-pin</text> +<polygon fill="none" stroke="black" points="927,-172 927,-196.5 1065.5,-196.5 1065.5,-172 927,-172"/> +<text text-anchor="start" x="992.12" y="-179.2" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="1065.5,-172 1065.5,-196.5 1222,-196.5 1222,-172 1065.5,-172"/> +<text text-anchor="start" x="1130.62" y="-179.2" font-family="arial" font-size="14.00">12V</text> +<polygon fill="none" stroke="black" points="927,0 927,-172 1222,-172 1222,0 927,0"/> +<image xlink:href="images\LSU.png" width="287px" height="164px" preserveAspectRatio="xMinYMin meet" x="931" y="-168"/> +</g> +<!-- Servo Power --> +<g id="node12" class="node"> +<title>Servo Power</title> +<polygon fill="#ffffff" stroke="black" points="1224,-1451 925,-1451 925,-1026.5 1224,-1026.5 1224,-1451"/> +<polygon fill="none" stroke="black" points="925,-1426.5 925,-1451 1224,-1451 1224,-1426.5 925,-1426.5"/> +<text text-anchor="start" x="1033.62" y="-1433.7" font-family="arial" font-size="14.00">Servo Power</text> +<polygon fill="none" stroke="black" points="925,-1402 925,-1426.5 1093.62,-1426.5 1093.62,-1402 925,-1402"/> +<text text-anchor="start" x="974.44" y="-1409.2" font-family="arial" font-size="14.00">DTM04-2P</text> +<polygon fill="none" stroke="black" points="1093.62,-1402 1093.62,-1426.5 1224,-1426.5 1224,-1402 1093.62,-1402"/> +<text text-anchor="start" x="1143.06" y="-1409.2" font-family="arial" font-size="14.00">2-pin</text> +<polygon fill="none" stroke="black" points="925,-1378 925,-1402 1017,-1402 1017,-1378 925,-1378"/> +<text text-anchor="start" x="966.88" y="-1384.7" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1017,-1378 1017,-1402 1132,-1402 1132,-1378 1017,-1378"/> +<text text-anchor="start" x="1061.38" y="-1384.7" font-family="arial" font-size="14.00">12V</text> +<polygon fill="none" stroke="black" points="1132,-1378 1132,-1402 1224,-1402 1224,-1378 1132,-1378"/> +<text text-anchor="start" x="1173.88" y="-1384.7" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="925,-1354 925,-1378 1017,-1378 1017,-1354 925,-1354"/> +<text text-anchor="start" x="966.88" y="-1360.7" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1017,-1354 1017,-1378 1132,-1378 1132,-1354 1017,-1354"/> +<text text-anchor="start" x="1058.75" y="-1360.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="1132,-1354 1132,-1378 1224,-1378 1224,-1354 1132,-1354"/> +<text text-anchor="start" x="1173.88" y="-1360.7" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="925,-1051 925,-1354 1224,-1354 1224,-1051 925,-1051"/> +<image xlink:href="images\ServoP.png" width="291px" height="295px" preserveAspectRatio="xMinYMin meet" x="929" y="-1350"/> +<polygon fill="none" stroke="black" points="925,-1026.5 925,-1051 1224,-1051 1224,-1026.5 925,-1026.5"/> +<text text-anchor="start" x="1001" y="-1033.7" font-family="arial" font-size="14.00">Crimp mate DTM06-2S</text> +</g> +<!-- W22 --> +<g id="node44" class="node"> +<title>W22</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1762,-1831.25 1447,-1831.25 1447,-1716.25 1762,-1716.25 1762,-1831.25"/> +<polygon fill="none" stroke="black" points="1447,-1806.75 1447,-1831.25 1762,-1831.25 1762,-1806.75 1447,-1806.75"/> +<text text-anchor="start" x="1589.12" y="-1813.95" font-family="arial" font-size="14.00">W22</text> +<polygon fill="none" stroke="black" points="1447,-1782.25 1447,-1806.75 1521.25,-1806.75 1521.25,-1782.25 1447,-1782.25"/> +<text text-anchor="start" x="1476.62" y="-1789.45" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="1521.25,-1782.25 1521.25,-1806.75 1636,-1806.75 1636,-1782.25 1521.25,-1782.25"/> +<text text-anchor="start" x="1550.88" y="-1789.45" font-family="arial" font-size="14.00">18 AWG</text> +<polygon fill="none" stroke="black" points="1636,-1782.25 1636,-1806.75 1762,-1806.75 1762,-1782.25 1636,-1782.25"/> +<text text-anchor="start" x="1665.62" y="-1789.45" font-family="arial" font-size="14.00">6.0 Inches</text> +<text text-anchor="start" x="1511.62" y="-1766.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1449" y="-1746.95" font-family="arial" font-size="14.00">Servo Power:2:GND</text> +<text text-anchor="start" x="1581.88" y="-1746.95" font-family="arial" font-size="14.00">     BK    </text> +<text text-anchor="start" x="1638.75" y="-1746.95" font-family="arial" font-size="14.00">Negative Bus Bar:2</text> +<polygon fill="#000000" stroke="none" points="1447,-1740.25 1447,-1742.25 1762,-1742.25 1762,-1740.25 1447,-1740.25"/> +<polygon fill="#000000" stroke="none" points="1447,-1738.25 1447,-1740.25 1762,-1740.25 1762,-1738.25 1447,-1738.25"/> +<polygon fill="#000000" stroke="none" points="1447,-1736.25 1447,-1738.25 1762,-1738.25 1762,-1736.25 1447,-1736.25"/> +<text text-anchor="start" x="1511.62" y="-1720.95" font-family="arial" font-size="14.00"> </text> +</g> +<!-- Servo Power--W22 --> +<g id="edge62" class="edge"> +<title>Servo Power:e--W22:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1225,-1364C1419.62,-1366.81 1255.04,-1740.06 1446,-1737.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1225,-1366C1417.79,-1366 1253.21,-1739.25 1446,-1739.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1225,-1368C1415.96,-1365.19 1251.38,-1738.44 1446,-1741.25"/> +</g> +<!-- Fuse Block --> +<g id="node13" class="node"> +<title>Fuse Block</title> +<polygon fill="#ffffff" stroke="black" points="2442,-4181.5 1934,-4181.5 1934,-3630 2442,-3630 2442,-4181.5"/> +<polygon fill="none" stroke="black" points="1934,-4157 1934,-4181.5 2442,-4181.5 2442,-4157 1934,-4157"/> +<text text-anchor="start" x="2152.38" y="-4164.2" font-family="arial" font-size="14.00">Fuse Block</text> +<polygon fill="none" stroke="black" points="1934,-4132.5 1934,-4157 2218.75,-4157 2218.75,-4132.5 1934,-4132.5"/> +<text text-anchor="start" x="2029.88" y="-4139.7" font-family="arial" font-size="14.00">TE 2319023-1</text> +<polygon fill="none" stroke="black" points="2218.75,-4132.5 2218.75,-4157 2442,-4157 2442,-4132.5 2218.75,-4132.5"/> +<text text-anchor="start" x="2314.62" y="-4139.7" font-family="arial" font-size="14.00">8-pin</text> +<polygon fill="none" stroke="black" points="1934,-4108.5 1934,-4132.5 2179.5,-4132.5 2179.5,-4108.5 1934,-4108.5"/> +<text text-anchor="start" x="2052.62" y="-4115.2" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="2179.5,-4108.5 2179.5,-4132.5 2442,-4132.5 2442,-4108.5 2179.5,-4108.5"/> +<text text-anchor="start" x="2298" y="-4115.2" font-family="arial" font-size="14.00">F1+</text> +<polygon fill="none" stroke="black" points="1934,-4084.5 1934,-4108.5 2179.5,-4108.5 2179.5,-4084.5 1934,-4084.5"/> +<text text-anchor="start" x="2052.62" y="-4091.2" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="2179.5,-4084.5 2179.5,-4108.5 2442,-4108.5 2442,-4084.5 2179.5,-4084.5"/> +<text text-anchor="start" x="2299.88" y="-4091.2" font-family="arial" font-size="14.00">F1-</text> +<polygon fill="none" stroke="black" points="1934,-4060.5 1934,-4084.5 2179.5,-4084.5 2179.5,-4060.5 1934,-4060.5"/> +<text text-anchor="start" x="2052.62" y="-4067.2" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="2179.5,-4060.5 2179.5,-4084.5 2442,-4084.5 2442,-4060.5 2179.5,-4060.5"/> +<text text-anchor="start" x="2298" y="-4067.2" font-family="arial" font-size="14.00">F2+</text> +<polygon fill="none" stroke="black" points="1934,-4036.5 1934,-4060.5 2179.5,-4060.5 2179.5,-4036.5 1934,-4036.5"/> +<text text-anchor="start" x="2052.62" y="-4043.2" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="2179.5,-4036.5 2179.5,-4060.5 2442,-4060.5 2442,-4036.5 2179.5,-4036.5"/> +<text text-anchor="start" x="2299.88" y="-4043.2" font-family="arial" font-size="14.00">F2-</text> +<polygon fill="none" stroke="black" points="1934,-4012.5 1934,-4036.5 2179.5,-4036.5 2179.5,-4012.5 1934,-4012.5"/> +<text text-anchor="start" x="2052.62" y="-4019.2" font-family="arial" font-size="14.00">5</text> +<polygon fill="none" stroke="black" points="2179.5,-4012.5 2179.5,-4036.5 2442,-4036.5 2442,-4012.5 2179.5,-4012.5"/> +<text text-anchor="start" x="2298" y="-4019.2" font-family="arial" font-size="14.00">F3+</text> +<polygon fill="none" stroke="black" points="1934,-3988.5 1934,-4012.5 2179.5,-4012.5 2179.5,-3988.5 1934,-3988.5"/> +<text text-anchor="start" x="2052.62" y="-3995.2" font-family="arial" font-size="14.00">6</text> +<polygon fill="none" stroke="black" points="2179.5,-3988.5 2179.5,-4012.5 2442,-4012.5 2442,-3988.5 2179.5,-3988.5"/> +<text text-anchor="start" x="2299.88" y="-3995.2" font-family="arial" font-size="14.00">F3-</text> +<polygon fill="none" stroke="black" points="1934,-3964.5 1934,-3988.5 2179.5,-3988.5 2179.5,-3964.5 1934,-3964.5"/> +<text text-anchor="start" x="2052.62" y="-3971.2" font-family="arial" font-size="14.00">7</text> +<polygon fill="none" stroke="black" points="2179.5,-3964.5 2179.5,-3988.5 2442,-3988.5 2442,-3964.5 2179.5,-3964.5"/> +<text text-anchor="start" x="2298" y="-3971.2" font-family="arial" font-size="14.00">F4+</text> +<polygon fill="none" stroke="black" points="1934,-3940.5 1934,-3964.5 2179.5,-3964.5 2179.5,-3940.5 1934,-3940.5"/> +<text text-anchor="start" x="2052.62" y="-3947.2" font-family="arial" font-size="14.00">8</text> +<polygon fill="none" stroke="black" points="2179.5,-3940.5 2179.5,-3964.5 2442,-3964.5 2442,-3940.5 2179.5,-3940.5"/> +<text text-anchor="start" x="2299.88" y="-3947.2" font-family="arial" font-size="14.00">F4-</text> +<polygon fill="none" stroke="black" points="1934,-3654.5 1934,-3940.5 2442,-3940.5 2442,-3654.5 1934,-3654.5"/> +<image xlink:href="images\FB.png" width="491.88px" height="274px" preserveAspectRatio="xMinYMin meet" x="1942.06" y="-3934.5"/> +<polygon fill="none" stroke="black" points="1934,-3630 1934,-3654.5 2442,-3654.5 2442,-3630 1934,-3630"/> +<text text-anchor="start" x="2113.75" y="-3637.2" font-family="arial" font-size="14.00">F1 15A, F2 15A, F3 5A</text> +</g> +<!-- KillSwitch --> +<g id="node14" class="node"> +<title>KillSwitch</title> +<polygon fill="#ffffff" stroke="black" points="1227,-3737 922,-3737 922,-3420.5 1227,-3420.5 1227,-3737"/> +<polygon fill="none" stroke="black" points="922,-3712.5 922,-3737 1227,-3737 1227,-3712.5 922,-3712.5"/> +<text text-anchor="start" x="1044.5" y="-3719.7" font-family="arial" font-size="14.00">KillSwitch</text> +<polygon fill="none" stroke="black" points="922,-3688 922,-3712.5 1105.62,-3712.5 1105.62,-3688 922,-3688"/> +<text text-anchor="start" x="966.94" y="-3695.2" font-family="arial" font-size="14.00">MS24658-22D</text> +<polygon fill="none" stroke="black" points="1105.62,-3688 1105.62,-3712.5 1227,-3712.5 1227,-3688 1105.62,-3688"/> +<text text-anchor="start" x="1150.56" y="-3695.2" font-family="arial" font-size="14.00">3-pin</text> +<polygon fill="none" stroke="black" points="922,-3664 922,-3688 1008,-3688 1008,-3664 922,-3664"/> +<text text-anchor="start" x="960.88" y="-3670.7" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1008,-3664 1008,-3688 1141,-3688 1141,-3664 1008,-3664"/> +<text text-anchor="start" x="1064.38" y="-3670.7" font-family="arial" font-size="14.00">NC</text> +<polygon fill="none" stroke="black" points="1141,-3664 1141,-3688 1227,-3688 1227,-3664 1141,-3664"/> +<text text-anchor="start" x="1179.88" y="-3670.7" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="922,-3640 922,-3664 1008,-3664 1008,-3640 922,-3640"/> +<text text-anchor="start" x="960.88" y="-3646.7" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1008,-3640 1008,-3664 1141,-3664 1141,-3640 1008,-3640"/> +<text text-anchor="start" x="1046.75" y="-3646.7" font-family="arial" font-size="14.00">common</text> +<polygon fill="none" stroke="black" points="1141,-3640 1141,-3664 1227,-3664 1227,-3640 1141,-3640"/> +<text text-anchor="start" x="1179.88" y="-3646.7" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="922,-3616 922,-3640 1008,-3640 1008,-3616 922,-3616"/> +<text text-anchor="start" x="960.88" y="-3622.7" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="1008,-3616 1008,-3640 1141,-3640 1141,-3616 1008,-3616"/> +<text text-anchor="start" x="1064.75" y="-3622.7" font-family="arial" font-size="14.00">KS</text> +<polygon fill="none" stroke="black" points="1141,-3616 1141,-3640 1227,-3640 1227,-3616 1141,-3616"/> +<text text-anchor="start" x="1179.88" y="-3622.7" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="922,-3445 922,-3616 1227,-3616 1227,-3445 922,-3445"/> +<image xlink:href="images\kill.png" width="297px" height="163px" preserveAspectRatio="xMinYMin meet" x="926" y="-3612"/> +<polygon fill="none" stroke="black" points="922,-3420.5 922,-3445 1227,-3445 1227,-3420.5 922,-3420.5"/> +<text text-anchor="start" x="960.5" y="-3427.7" font-family="arial" font-size="14.00">Ring Terminal (Inner Diameter.260")</text> +</g> +<!-- W14 --> +<g id="node38" class="node"> +<title>W14</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1741,-4204.25 1468,-4204.25 1468,-4089.25 1741,-4089.25 1741,-4204.25"/> +<polygon fill="none" stroke="black" points="1468,-4179.75 1468,-4204.25 1741,-4204.25 1741,-4179.75 1468,-4179.75"/> +<text text-anchor="start" x="1589.12" y="-4186.95" font-family="arial" font-size="14.00">W14</text> +<polygon fill="none" stroke="black" points="1468,-4155.25 1468,-4179.75 1522.75,-4179.75 1522.75,-4155.25 1468,-4155.25"/> +<text text-anchor="start" x="1487.88" y="-4162.45" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="1522.75,-4155.25 1522.75,-4179.75 1618,-4179.75 1618,-4155.25 1522.75,-4155.25"/> +<text text-anchor="start" x="1542.62" y="-4162.45" font-family="arial" font-size="14.00">14 AWG</text> +<polygon fill="none" stroke="black" points="1618,-4155.25 1618,-4179.75 1741,-4179.75 1741,-4155.25 1618,-4155.25"/> +<text text-anchor="start" x="1637.88" y="-4162.45" font-family="arial" font-size="14.00">170.0 Inches</text> +<text text-anchor="start" x="1515.62" y="-4139.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1469.88" y="-4119.95" font-family="arial" font-size="14.00">KillSwitch:3:KS</text> +<text text-anchor="start" x="1568.62" y="-4119.95" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="1626.75" y="-4119.95" font-family="arial" font-size="14.00">Fuse Block:3:F2+</text> +<polygon fill="#000000" stroke="none" points="1468,-4113.25 1468,-4115.25 1741,-4115.25 1741,-4113.25 1468,-4113.25"/> +<polygon fill="#ff0000" stroke="none" points="1468,-4111.25 1468,-4113.25 1741,-4113.25 1741,-4111.25 1468,-4111.25"/> +<polygon fill="#000000" stroke="none" points="1468,-4109.25 1468,-4111.25 1741,-4111.25 1741,-4109.25 1468,-4109.25"/> +<text text-anchor="start" x="1515.62" y="-4093.95" font-family="arial" font-size="14.00"> </text> +</g> +<!-- KillSwitch--W14 --> +<g id="edge50" class="edge"> +<title>KillSwitch:e--W14:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1228,-3626C1469.8,-3628.89 1228.78,-4113.14 1467,-4110.25"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M1228,-3628C1468.01,-3628 1226.99,-4112.25 1467,-4112.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1228,-3630C1466.22,-3627.11 1225.2,-4111.36 1467,-4114.25"/> +</g> +<!-- Tachometer --> +<g id="node15" class="node"> +<title>Tachometer</title> +<polygon fill="#ffffff" stroke="black" points="2342,-4985.5 2034,-4985.5 2034,-4542 2342,-4542 2342,-4985.5"/> +<polygon fill="none" stroke="black" points="2034,-4961 2034,-4985.5 2342,-4985.5 2342,-4961 2034,-4961"/> +<text text-anchor="start" x="2149.75" y="-4968.2" font-family="arial" font-size="14.00">Tachometer</text> +<polygon fill="none" stroke="black" points="2034,-4936.5 2034,-4961 2201.5,-4961 2201.5,-4936.5 2034,-4936.5"/> +<text text-anchor="start" x="2088.5" y="-4943.7" font-family="arial" font-size="14.00">DT04-3P</text> +<polygon fill="none" stroke="black" points="2201.5,-4936.5 2201.5,-4961 2342,-4961 2342,-4936.5 2201.5,-4936.5"/> +<text text-anchor="start" x="2256" y="-4943.7" font-family="arial" font-size="14.00">3-pin</text> +<polygon fill="none" stroke="black" points="2034,-4912.5 2034,-4936.5 2177.5,-4936.5 2177.5,-4912.5 2034,-4912.5"/> +<text text-anchor="start" x="2100.88" y="-4919.2" font-family="arial" font-size="14.00">A</text> +<polygon fill="none" stroke="black" points="2177.5,-4912.5 2177.5,-4936.5 2342,-4936.5 2342,-4912.5 2177.5,-4912.5"/> +<text text-anchor="start" x="2246.62" y="-4919.2" font-family="arial" font-size="14.00">12V</text> +<polygon fill="none" stroke="black" points="2034,-4888.5 2034,-4912.5 2177.5,-4912.5 2177.5,-4888.5 2034,-4888.5"/> +<text text-anchor="start" x="2100.88" y="-4895.2" font-family="arial" font-size="14.00">B</text> +<polygon fill="none" stroke="black" points="2177.5,-4888.5 2177.5,-4912.5 2342,-4912.5 2342,-4888.5 2177.5,-4888.5"/> +<text text-anchor="start" x="2244" y="-4895.2" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="2034,-4864.5 2034,-4888.5 2177.5,-4888.5 2177.5,-4864.5 2034,-4864.5"/> +<text text-anchor="start" x="2100.5" y="-4871.2" font-family="arial" font-size="14.00">C</text> +<polygon fill="none" stroke="black" points="2177.5,-4864.5 2177.5,-4888.5 2342,-4888.5 2342,-4864.5 2177.5,-4864.5"/> +<text text-anchor="start" x="2248.5" y="-4871.2" font-family="arial" font-size="14.00">Out</text> +<polygon fill="none" stroke="black" points="2034,-4566.5 2034,-4864.5 2342,-4864.5 2342,-4566.5 2034,-4566.5"/> +<image xlink:href="images\DT04-3P.png" width="295.36px" height="286px" preserveAspectRatio="xMinYMin meet" x="2040.32" y="-4858.5"/> +<polygon fill="none" stroke="black" points="2034,-4542 2034,-4566.5 2342,-4566.5 2342,-4542 2034,-4542"/> +<text text-anchor="start" x="2123.88" y="-4549.2" font-family="arial" font-size="14.00">Mates with DT06-3S</text> +</g> +<!-- Positive Bus Bar --> +<g id="node16" class="node"> +<title>Positive Bus Bar</title> +<polygon fill="#ffffff" stroke="black" points="213,-3901.25 23,-3901.25 23,-3754.25 213,-3754.25 213,-3901.25"/> +<polygon fill="none" stroke="black" points="23,-3876.75 23,-3901.25 213,-3901.25 213,-3876.75 23,-3876.75"/> +<text text-anchor="start" x="65.88" y="-3883.95" font-family="arial" font-size="14.00">Positive Bus Bar</text> +<polygon fill="none" stroke="black" points="23,-3852.25 23,-3876.75 173.5,-3876.75 173.5,-3852.25 23,-3852.25"/> +<text text-anchor="start" x="27" y="-3859.45" font-family="arial" font-size="14.00">Pike Industries Busbar</text> +<polygon fill="none" stroke="black" points="173.5,-3852.25 173.5,-3876.75 213,-3876.75 213,-3852.25 173.5,-3852.25"/> +<text text-anchor="start" x="177.5" y="-3859.45" font-family="arial" font-size="14.00">4-pin</text> +<polygon fill="none" stroke="black" points="23,-3827.75 23,-3852.25 213,-3852.25 213,-3827.75 23,-3827.75"/> +<text text-anchor="start" x="113.88" y="-3834.95" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="23,-3803.25 23,-3827.75 213,-3827.75 213,-3803.25 23,-3803.25"/> +<text text-anchor="start" x="113.88" y="-3810.45" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="23,-3778.75 23,-3803.25 213,-3803.25 213,-3778.75 23,-3778.75"/> +<text text-anchor="start" x="113.88" y="-3785.95" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="23,-3754.25 23,-3778.75 213,-3778.75 213,-3754.25 23,-3754.25"/> +<text text-anchor="start" x="113.88" y="-3761.45" font-family="arial" font-size="14.00">4</text> +</g> +<!-- W6 --> +<g id="node29" class="node"> +<title>W6</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="702,-3908.25 408,-3908.25 408,-3767.25 702,-3767.25 702,-3908.25"/> +<polygon fill="none" stroke="black" points="408,-3883.75 408,-3908.25 702,-3908.25 702,-3883.75 408,-3883.75"/> +<text text-anchor="start" x="543.75" y="-3890.95" font-family="arial" font-size="14.00">W6</text> +<polygon fill="none" stroke="black" points="408,-3859.25 408,-3883.75 472.5,-3883.75 472.5,-3859.25 408,-3859.25"/> +<text text-anchor="start" x="432.75" y="-3866.45" font-family="arial" font-size="14.00">2x</text> +<polygon fill="none" stroke="black" points="472.5,-3859.25 472.5,-3883.75 577.5,-3883.75 577.5,-3859.25 472.5,-3859.25"/> +<text text-anchor="start" x="497.25" y="-3866.45" font-family="arial" font-size="14.00">14 AWG</text> +<polygon fill="none" stroke="black" points="577.5,-3859.25 577.5,-3883.75 702,-3883.75 702,-3859.25 577.5,-3859.25"/> +<text text-anchor="start" x="602.25" y="-3866.45" font-family="arial" font-size="14.00">10.0 Inches</text> +<text text-anchor="start" x="466.12" y="-3843.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="409.88" y="-3823.95" font-family="arial" font-size="14.00">Positive Bus Bar:3</text> +<text text-anchor="start" x="529.62" y="-3823.95" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="587.75" y="-3823.95" font-family="arial" font-size="14.00">Fuse Block:1:F1+</text> +<polygon fill="#000000" stroke="none" points="408,-3817.25 408,-3819.25 702,-3819.25 702,-3817.25 408,-3817.25"/> +<polygon fill="#ff0000" stroke="none" points="408,-3815.25 408,-3817.25 702,-3817.25 702,-3815.25 408,-3815.25"/> +<polygon fill="#000000" stroke="none" points="408,-3813.25 408,-3815.25 702,-3815.25 702,-3813.25 408,-3813.25"/> +<text text-anchor="start" x="409.88" y="-3797.95" font-family="arial" font-size="14.00">Positive Bus Bar:3</text> +<text text-anchor="start" x="529.62" y="-3797.95" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="587.75" y="-3797.95" font-family="arial" font-size="14.00">Fuse Block:5:F3+</text> +<polygon fill="#000000" stroke="none" points="408,-3791.25 408,-3793.25 702,-3793.25 702,-3791.25 408,-3791.25"/> +<polygon fill="#ff0000" stroke="none" points="408,-3789.25 408,-3791.25 702,-3791.25 702,-3789.25 408,-3789.25"/> +<polygon fill="#000000" stroke="none" points="408,-3787.25 408,-3789.25 702,-3789.25 702,-3787.25 408,-3787.25"/> +<text text-anchor="start" x="466.12" y="-3771.95" font-family="arial" font-size="14.00"> </text> +</g> +<!-- Positive Bus Bar--W6 --> +<g id="edge20" class="edge"> +<title>Positive Bus Bar:e--W6:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M214,-3789C302.08,-3789.76 322.06,-3815.01 407,-3814.25"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M214,-3791C300.51,-3791 320.49,-3816.25 407,-3816.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M214,-3793C298.94,-3792.24 318.92,-3817.49 407,-3818.25"/> +</g> +<!-- Positive Bus Bar--W6 --> +<g id="edge22" class="edge"> +<title>Positive Bus Bar:e--W6:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M214,-3789C299.71,-3789 321.15,-3788.25 407,-3788.25"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M214,-3791C299.78,-3791 321.22,-3790.25 407,-3790.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M214,-3793C299.85,-3793 321.29,-3792.25 407,-3792.25"/> +</g> +<!-- W8 --> +<g id="node31" class="node"> +<title>W8</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="711.5,-3743.25 398.5,-3743.25 398.5,-3628.25 711.5,-3628.25 711.5,-3743.25"/> +<polygon fill="none" stroke="black" points="398.5,-3718.75 398.5,-3743.25 711.5,-3743.25 711.5,-3718.75 398.5,-3718.75"/> +<text text-anchor="start" x="543.75" y="-3725.95" font-family="arial" font-size="14.00">W8</text> +<polygon fill="none" stroke="black" points="398.5,-3694.25 398.5,-3718.75 466.58,-3718.75 466.58,-3694.25 398.5,-3694.25"/> +<text text-anchor="start" x="425.04" y="-3701.45" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="466.58,-3694.25 466.58,-3718.75 575.17,-3718.75 575.17,-3694.25 466.58,-3694.25"/> +<text text-anchor="start" x="493.12" y="-3701.45" font-family="arial" font-size="14.00">14 AWG</text> +<polygon fill="none" stroke="black" points="575.17,-3694.25 575.17,-3718.75 711.5,-3718.75 711.5,-3694.25 575.17,-3694.25"/> +<text text-anchor="start" x="601.71" y="-3701.45" font-family="arial" font-size="14.00">170.0 Inches</text> +<text text-anchor="start" x="456.62" y="-3678.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="400.38" y="-3658.95" font-family="arial" font-size="14.00">Positive Bus Bar:4</text> +<text text-anchor="start" x="520.12" y="-3658.95" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="578.38" y="-3658.95" font-family="arial" font-size="14.00">KillSwitch:2:common</text> +<polygon fill="#000000" stroke="none" points="398.5,-3652.25 398.5,-3654.25 711.5,-3654.25 711.5,-3652.25 398.5,-3652.25"/> +<polygon fill="#ff0000" stroke="none" points="398.5,-3650.25 398.5,-3652.25 711.5,-3652.25 711.5,-3650.25 398.5,-3650.25"/> +<polygon fill="#000000" stroke="none" points="398.5,-3648.25 398.5,-3650.25 711.5,-3650.25 711.5,-3648.25 398.5,-3648.25"/> +<text text-anchor="start" x="456.62" y="-3632.95" font-family="arial" font-size="14.00"> </text> +</g> +<!-- Positive Bus Bar--W8 --> +<g id="edge26" class="edge"> +<title>Positive Bus Bar:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M214,-3764.5C308.31,-3766.66 299.2,-3651.41 397.5,-3649.25"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M214,-3766.5C310.31,-3766.5 301.19,-3651.25 397.5,-3651.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M214,-3768.5C312.3,-3766.34 303.19,-3651.09 397.5,-3653.25"/> +</g> +<!-- Negative Bus Bar --> +<g id="node17" class="node"> +<title>Negative Bus Bar</title> +<polygon fill="#ffffff" stroke="black" points="2283,-2923.25 2093,-2923.25 2093,-2776.25 2283,-2776.25 2283,-2923.25"/> +<polygon fill="none" stroke="black" points="2093,-2898.75 2093,-2923.25 2283,-2923.25 2283,-2898.75 2093,-2898.75"/> +<text text-anchor="start" x="2133.25" y="-2905.95" font-family="arial" font-size="14.00">Negative Bus Bar</text> +<polygon fill="none" stroke="black" points="2093,-2874.25 2093,-2898.75 2243.5,-2898.75 2243.5,-2874.25 2093,-2874.25"/> +<text text-anchor="start" x="2097" y="-2881.45" font-family="arial" font-size="14.00">Pike Industries Busbar</text> +<polygon fill="none" stroke="black" points="2243.5,-2874.25 2243.5,-2898.75 2283,-2898.75 2283,-2874.25 2243.5,-2874.25"/> +<text text-anchor="start" x="2247.5" y="-2881.45" font-family="arial" font-size="14.00">4-pin</text> +<polygon fill="none" stroke="black" points="2093,-2849.75 2093,-2874.25 2283,-2874.25 2283,-2849.75 2093,-2849.75"/> +<text text-anchor="start" x="2183.88" y="-2856.95" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="2093,-2825.25 2093,-2849.75 2283,-2849.75 2283,-2825.25 2093,-2825.25"/> +<text text-anchor="start" x="2183.88" y="-2832.45" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="2093,-2800.75 2093,-2825.25 2283,-2825.25 2283,-2800.75 2093,-2800.75"/> +<text text-anchor="start" x="2183.88" y="-2807.95" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="2093,-2776.25 2093,-2800.75 2283,-2800.75 2283,-2776.25 2093,-2776.25"/> +<text text-anchor="start" x="2183.88" y="-2783.45" font-family="arial" font-size="14.00">4</text> +</g> +<!-- _Engine GND_1 --> +<g id="node18" class="node"> +<title>_Engine GND_1</title> +<polygon fill="#ffffff" stroke="black" points="2231.75,-3113 2144.25,-3113 2144.25,-3088.5 2231.75,-3088.5 2231.75,-3113"/> +<polygon fill="#aaaaaa" stroke="none" points="2144.25,-3088.5 2144.25,-3113 2231.75,-3113 2231.75,-3088.5 2144.25,-3088.5"/> +<polygon fill="none" stroke="black" points="2144.25,-3088.5 2144.25,-3113 2231.75,-3113 2231.75,-3088.5 2144.25,-3088.5"/> +<text text-anchor="start" x="2148.25" y="-3095.7" font-family="arial" font-size="14.00">Engine GND</text> +</g> +<!-- _Engine GND_2 --> +<g id="node19" class="node"> +<title>_Engine GND_2</title> +<polygon fill="#ffffff" stroke="black" points="2231.75,-3064 2144.25,-3064 2144.25,-3039.5 2231.75,-3039.5 2231.75,-3064"/> +<polygon fill="#aaaaaa" stroke="none" points="2144.25,-3039.5 2144.25,-3064 2231.75,-3064 2231.75,-3039.5 2144.25,-3039.5"/> +<polygon fill="none" stroke="black" points="2144.25,-3039.5 2144.25,-3064 2231.75,-3064 2231.75,-3039.5 2144.25,-3039.5"/> +<text text-anchor="start" x="2148.25" y="-3046.7" font-family="arial" font-size="14.00">Engine GND</text> +</g> +<!-- _Engine GND_3 --> +<g id="node20" class="node"> +<title>_Engine GND_3</title> +<polygon fill="#ffffff" stroke="black" points="2231.75,-2444 2144.25,-2444 2144.25,-2419.5 2231.75,-2419.5 2231.75,-2444"/> +<polygon fill="#aaaaaa" stroke="none" points="2144.25,-2419.5 2144.25,-2444 2231.75,-2444 2231.75,-2419.5 2144.25,-2419.5"/> +<polygon fill="none" stroke="black" points="2144.25,-2419.5 2144.25,-2444 2231.75,-2444 2231.75,-2419.5 2144.25,-2419.5"/> +<text text-anchor="start" x="2148.25" y="-2426.7" font-family="arial" font-size="14.00">Engine GND</text> +</g> +<!-- _Engine GND_4 --> +<g id="node21" class="node"> +<title>_Engine GND_4</title> +<polygon fill="#ffffff" stroke="black" points="2231.75,-2395 2144.25,-2395 2144.25,-2370.5 2231.75,-2370.5 2231.75,-2395"/> +<polygon fill="#aaaaaa" stroke="none" points="2144.25,-2370.5 2144.25,-2395 2231.75,-2395 2231.75,-2370.5 2144.25,-2370.5"/> +<polygon fill="none" stroke="black" points="2144.25,-2370.5 2144.25,-2395 2231.75,-2395 2231.75,-2370.5 2144.25,-2370.5"/> +<text text-anchor="start" x="2148.25" y="-2377.7" font-family="arial" font-size="14.00">Engine GND</text> +</g> +<!-- _Engine GND_5 --> +<g id="node22" class="node"> +<title>_Engine GND_5</title> +<polygon fill="#ffffff" stroke="black" points="1118.25,-4773 1030.75,-4773 1030.75,-4748.5 1118.25,-4748.5 1118.25,-4773"/> +<polygon fill="#aaaaaa" stroke="none" points="1030.75,-4748.5 1030.75,-4773 1118.25,-4773 1118.25,-4748.5 1030.75,-4748.5"/> +<polygon fill="none" stroke="black" points="1030.75,-4748.5 1030.75,-4773 1118.25,-4773 1118.25,-4748.5 1030.75,-4748.5"/> +<text text-anchor="start" x="1034.75" y="-4755.7" font-family="arial" font-size="14.00">Engine GND</text> +</g> +<!-- W12 --> +<g id="node36" class="node"> +<title>W12</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1733.75,-4852.5 1475.25,-4852.5 1475.25,-4713 1733.75,-4713 1733.75,-4852.5"/> +<polygon fill="none" stroke="black" points="1475.25,-4828 1475.25,-4852.5 1733.75,-4852.5 1733.75,-4828 1475.25,-4828"/> +<text text-anchor="start" x="1589.12" y="-4835.2" font-family="arial" font-size="14.00">W12</text> +<polygon fill="none" stroke="black" points="1475.25,-4803.5 1475.25,-4828 1527.92,-4828 1527.92,-4803.5 1475.25,-4803.5"/> +<text text-anchor="start" x="1494.08" y="-4810.7" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="1527.92,-4803.5 1527.92,-4828 1621.08,-4828 1621.08,-4803.5 1527.92,-4803.5"/> +<text text-anchor="start" x="1546.75" y="-4810.7" font-family="arial" font-size="14.00">18 AWG</text> +<polygon fill="none" stroke="black" points="1621.08,-4803.5 1621.08,-4828 1733.75,-4828 1733.75,-4803.5 1621.08,-4803.5"/> +<text text-anchor="start" x="1639.92" y="-4810.7" font-family="arial" font-size="14.00">60.0 Inches</text> +<text text-anchor="start" x="1487.79" y="-4788.2" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1516.88" y="-4768.2" font-family="arial" font-size="14.00">     BK    </text> +<text text-anchor="start" x="1595.71" y="-4768.2" font-family="arial" font-size="14.00">Tachometer:B:GND</text> +<polygon fill="#000000" stroke="none" points="1475.25,-4761.5 1475.25,-4763.5 1733.75,-4763.5 1733.75,-4761.5 1475.25,-4761.5"/> +<polygon fill="#000000" stroke="none" points="1475.25,-4759.5 1475.25,-4761.5 1733.75,-4761.5 1733.75,-4759.5 1475.25,-4759.5"/> +<polygon fill="#000000" stroke="none" points="1475.25,-4757.5 1475.25,-4759.5 1733.75,-4759.5 1733.75,-4757.5 1475.25,-4757.5"/> +<text text-anchor="start" x="1487.79" y="-4742.2" font-family="arial" font-size="14.00"> </text> +<polygon fill="none" stroke="black" points="1475.25,-4713 1475.25,-4737.5 1733.75,-4737.5 1733.75,-4713 1475.25,-4713"/> +<text text-anchor="start" x="1479.25" y="-4720.2" font-family="arial" font-size="14.00">Distance is from ECU to engine ground.</text> +</g> +<!-- _Engine GND_5--W12 --> +<g id="edge46" class="edge"> +<title>_Engine GND_5:e--W12:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1119.25,-4758.75C1277.02,-4758.75 1316.46,-4758.5 1474.25,-4758.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1119.25,-4760.75C1277.03,-4760.75 1316.47,-4760.5 1474.25,-4760.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1119.25,-4762.75C1277.04,-4762.75 1316.48,-4762.5 1474.25,-4762.5"/> +</g> +<!-- _S_1 --> +<g id="node23" class="node"> +<title>_S_1</title> +<polygon fill="#ffffff" stroke="black" points="1097.25,-1002 1051.75,-1002 1051.75,-977.5 1097.25,-977.5 1097.25,-1002"/> +<polygon fill="none" stroke="black" points="1051.75,-977.5 1051.75,-1002 1097.25,-1002 1097.25,-977.5 1051.75,-977.5"/> +<text text-anchor="start" x="1055.75" y="-984.7" font-family="arial" font-size="14.00">splice</text> +</g> +<!-- W13 --> +<g id="node37" class="node"> +<title>W13</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1689.25,-1081.5 1519.75,-1081.5 1519.75,-942 1689.25,-942 1689.25,-1081.5"/> +<polygon fill="none" stroke="black" points="1519.75,-1057 1519.75,-1081.5 1689.25,-1081.5 1689.25,-1057 1519.75,-1057"/> +<text text-anchor="start" x="1589.12" y="-1064.2" font-family="arial" font-size="14.00">W13</text> +<polygon fill="none" stroke="black" points="1519.75,-1032.5 1519.75,-1057 1542.75,-1057 1542.75,-1032.5 1519.75,-1032.5"/> +<text text-anchor="start" x="1523.75" y="-1039.7" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="1542.75,-1032.5 1542.75,-1057 1606.25,-1057 1606.25,-1032.5 1542.75,-1032.5"/> +<text text-anchor="start" x="1546.75" y="-1039.7" font-family="arial" font-size="14.00">14 AWG</text> +<polygon fill="none" stroke="black" points="1606.25,-1032.5 1606.25,-1057 1689.25,-1057 1689.25,-1032.5 1606.25,-1032.5"/> +<text text-anchor="start" x="1610.25" y="-1039.7" font-family="arial" font-size="14.00">50.0 Inches</text> +<text text-anchor="start" x="1538.29" y="-1017.2" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1579.38" y="-997.2" font-family="arial" font-size="14.00">     BN    </text> +<polygon fill="#000000" stroke="none" points="1519.75,-990.5 1519.75,-992.5 1689.25,-992.5 1689.25,-990.5 1519.75,-990.5"/> +<polygon fill="#895956" stroke="none" points="1519.75,-988.5 1519.75,-990.5 1689.25,-990.5 1689.25,-988.5 1519.75,-988.5"/> +<polygon fill="#000000" stroke="none" points="1519.75,-986.5 1519.75,-988.5 1689.25,-988.5 1689.25,-986.5 1519.75,-986.5"/> +<text text-anchor="start" x="1538.29" y="-971.2" font-family="arial" font-size="14.00"> </text> +<polygon fill="none" stroke="black" points="1519.75,-942 1519.75,-966.5 1689.25,-966.5 1689.25,-942 1519.75,-942"/> +<text text-anchor="start" x="1528" y="-949.2" font-family="arial" font-size="14.00">Ring Terminal On Block.</text> +</g> +<!-- _S_1--W13 --> +<g id="edge48" class="edge"> +<title>_S_1:e--W13:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1098.25,-987.75C1285.13,-987.75 1331.85,-987.5 1518.75,-987.5"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M1098.25,-989.75C1285.14,-989.75 1331.86,-989.5 1518.75,-989.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1098.25,-991.75C1285.15,-991.75 1331.87,-991.5 1518.75,-991.5"/> +</g> +<!-- _Engine GND_6 --> +<g id="node24" class="node"> +<title>_Engine GND_6</title> +<polygon fill="#ffffff" stroke="black" points="2231.75,-1002 2144.25,-1002 2144.25,-977.5 2231.75,-977.5 2231.75,-1002"/> +<polygon fill="#aaaaaa" stroke="none" points="2144.25,-977.5 2144.25,-1002 2231.75,-1002 2231.75,-977.5 2144.25,-977.5"/> +<polygon fill="none" stroke="black" points="2144.25,-977.5 2144.25,-1002 2231.75,-1002 2231.75,-977.5 2144.25,-977.5"/> +<text text-anchor="start" x="2148.25" y="-984.7" font-family="arial" font-size="14.00">Engine GND</text> +</g> +<!-- W1--Coil Pack 1 --> +<g id="edge2" class="edge"> +<title>W1:e--Coil Pack 1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M728.5,-2498.5C1074.28,-2501.55 617.62,-3240.3 960,-3237.25"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M728.5,-2500.5C1072.58,-2500.5 615.92,-3239.25 960,-3239.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M728.5,-2502.5C1070.88,-2499.45 614.22,-3238.2 960,-3241.25"/> +</g> +<!-- W1--Coil Pack 2 --> +<g id="edge3" class="edge"> +<title>W1:e--Coil Pack 2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M728.5,-2498.5C831.45,-2498.5 857.17,-2499.25 960,-2499.25"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M728.5,-2500.5C831.39,-2500.5 857.11,-2501.25 960,-2501.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M728.5,-2502.5C831.33,-2502.5 857.05,-2503.25 960,-2503.25"/> +</g> +<!-- W1--Coil Pack 3 --> +<g id="edge4" class="edge"> +<title>W1:e--Coil Pack 3:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M728.5,-2498.5C919.98,-2501.28 764.84,-2133.03 960,-2130.25"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M728.5,-2500.5C921.82,-2500.5 766.68,-2132.25 960,-2132.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M728.5,-2502.5C923.66,-2499.72 768.52,-2131.47 960,-2134.25"/> +</g> +<!-- W1--Coil Pack 4 --> +<g id="edge5" class="edge"> +<title>W1:e--Coil Pack 4:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M728.5,-2498.5C924.23,-2501.28 767.96,-2871.03 960,-2868.25"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M728.5,-2500.5C922.39,-2500.5 766.11,-2870.25 960,-2870.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M728.5,-2502.5C920.54,-2499.72 764.27,-2869.47 960,-2872.25"/> +</g> +<!-- W2--Fuel Injector 1 --> +<g id="edge8" class="edge"> +<title>W2:e--Fuel Injector 1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M713.5,-890.25C805.1,-890.25 827.99,-890.75 919.5,-890.75"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M713.5,-892.25C805.06,-892.25 827.94,-892.75 919.5,-892.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M713.5,-894.25C805.01,-894.25 827.9,-894.75 919.5,-894.75"/> +</g> +<!-- W2--Fuel Injector 2 --> +<g id="edge7" class="edge"> +<title>W2:e--Fuel Injector 2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M713.5,-890.25C893.51,-893.06 735.83,-539.56 919.5,-536.75"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M713.5,-892.25C895.34,-892.25 737.66,-538.75 919.5,-538.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M713.5,-894.25C897.17,-891.44 739.49,-537.94 919.5,-540.75"/> +</g> +<!-- W3--ECU1 --> +<g id="edge10" class="edge"> +<title>W3:e--ECU1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M730,-1856.25C794.09,-1856.25 810.09,-1857 874,-1857"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M730,-1858.25C794,-1858.25 810,-1859 874,-1859"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M730,-1860.25C793.91,-1860.25 809.91,-1861 874,-1861"/> +</g> +<!-- W3--ECU1 --> +<g id="edge12" class="edge"> +<title>W3:e--ECU1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M730,-1830.25C794.35,-1830.28 810.33,-1833.03 874,-1833"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M730,-1832.25C794.01,-1832.25 809.99,-1835 874,-1835"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M730,-1834.25C793.67,-1834.22 809.65,-1836.97 874,-1837"/> +</g> +<!-- W3--ECU1 --> +<g id="edge14" class="edge"> +<title>W3:e--ECU1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M730,-1804.25C794.61,-1804.33 810.54,-1809.08 874,-1809"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M730,-1806.25C794.03,-1806.25 809.97,-1811 874,-1811"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M730,-1808.25C793.46,-1808.17 809.39,-1812.92 874,-1813"/> +</g> +<!-- W3--_S_1 --> +<g id="edge15" class="edge"> +<title>W3:e--_S_1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M730,-1804.25C1086.04,-1807.56 614.72,-1263.85 872.61,-1013.31 932.39,-958.16 972.61,-988.15 1050.75,-987.75"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M730,-1806.25C1087.55,-1806.25 616.23,-1262.54 874,-1014.75 931.2,-959.77 971.41,-989.75 1050.75,-989.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M730,-1808.25C1089.06,-1804.94 617.75,-1261.23 875.39,-1016.19 930,-961.37 970.22,-991.35 1050.75,-991.75"/> +</g> +<!-- W4--Fuse Block --> +<g id="edge17" class="edge"> +<title>W4:e--Fuse Block:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1754,-4275.25C1865.44,-4277.75 1818.69,-4097 1934,-4094.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M1754,-4277.25C1867.37,-4277.25 1820.63,-4096.5 1934,-4096.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1754,-4279.25C1869.31,-4276.75 1822.56,-4096 1934,-4098.5"/> +</g> +<!-- W4--Fuse Block --> +<g id="edge19" class="edge"> +<title>W4:e--Fuse Block:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1754,-4249.25C1872.58,-4251.83 1811.59,-4049.08 1934,-4046.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M1754,-4251.25C1874.5,-4251.25 1813.5,-4048.5 1934,-4048.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1754,-4253.25C1876.41,-4250.67 1815.42,-4047.92 1934,-4050.5"/> +</g> +<!-- W6--Fuse Block --> +<g id="edge21" class="edge"> +<title>W6:e--Fuse Block:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M703,-3814.25C999.65,-3817.47 652.33,-4266.04 875.31,-4456.24 1182.97,-4722.59 1456.39,-4753.44 1788.85,-4519.11 1943.01,-4413.16 1743.3,-4121.63 1934,-4118.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M703,-3816.25C998.07,-3816.25 650.75,-4264.81 874,-4457.75 1182.75,-4724.58 1456.16,-4755.43 1790,-4520.75 1944.66,-4412.03 1744.95,-4120.5 1934,-4120.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M703,-3818.25C996.49,-3815.03 649.17,-4263.59 872.69,-4459.26 1182.53,-4726.56 1455.94,-4757.42 1791.15,-4522.39 1946.31,-4410.9 1746.6,-4119.37 1934,-4122.5"/> +</g> +<!-- W6--Fuse Block --> +<g id="edge23" class="edge"> +<title>W6:e--Fuse Block:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M703,-3788.25C944.23,-3788.28 1578.24,-3680.94 1790.97,-3798 1895.64,-3857.98 1817.18,-4025.35 1934,-4022.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M703,-3790.25C944.56,-3790.25 1578.57,-3682.91 1790,-3799.75 1893.83,-3857.13 1815.37,-4024.5 1934,-4024.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M703,-3792.25C944.9,-3792.22 1578.91,-3684.88 1789.03,-3801.5 1892.02,-3856.28 1813.56,-4023.65 1934,-4026.5"/> +</g> +<!-- W7--Fuse Block --> +<g id="edge25" class="edge"> +<title>W7:e--Fuse Block:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1757.5,-3832.25C1867.21,-3834.71 1828.18,-4000.96 1934,-3998.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M1757.5,-3834.25C1865.26,-3834.25 1826.24,-4000.5 1934,-4000.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1757.5,-3836.25C1863.32,-3833.79 1824.29,-4000.04 1934,-4002.5"/> +</g> +<!-- W8--KillSwitch --> +<g id="edge27" class="edge"> +<title>W8:e--KillSwitch:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M712.5,-3649.25C805.23,-3649.25 828.4,-3650 921,-3650"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M712.5,-3651.25C805.17,-3651.25 828.33,-3652 921,-3652"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M712.5,-3653.25C805.1,-3653.25 828.27,-3654 921,-3654"/> +</g> +<!-- W10--_Engine GND_1 --> +<g id="edge29" class="edge"> +<title>W10:e--_Engine GND_1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1725.5,-3086.25C1911.77,-3086.32 1958.02,-3098.82 2143.25,-3098.75"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M1725.5,-3088.25C1911.25,-3088.25 1957.5,-3100.75 2143.25,-3100.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1725.5,-3090.25C1910.73,-3090.18 1956.98,-3102.68 2143.25,-3102.75"/> +</g> +<!-- W10--_Engine GND_2 --> +<g id="edge31" class="edge"> +<title>W10:e--_Engine GND_2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1725.5,-3060.25C1910.78,-3060.3 1957.08,-3049.8 2143.25,-3049.75"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M1725.5,-3062.25C1911.23,-3062.25 1957.52,-3051.75 2143.25,-3051.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1725.5,-3064.25C1911.67,-3064.2 1957.97,-3053.7 2143.25,-3053.75"/> +</g> +<!-- W19--_Engine GND_3 --> +<g id="edge33" class="edge"> +<title>W19:e--_Engine GND_3:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1725.5,-2418.25C1911.72,-2418.31 1958,-2429.81 2143.25,-2429.75"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M1725.5,-2420.25C1911.24,-2420.25 1957.51,-2431.75 2143.25,-2431.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1725.5,-2422.25C1910.75,-2422.19 1957.03,-2433.69 2143.25,-2433.75"/> +</g> +<!-- W19--_Engine GND_4 --> +<g id="edge35" class="edge"> +<title>W19:e--_Engine GND_4:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1725.5,-2392.25C1910.75,-2392.31 1957.03,-2380.81 2143.25,-2380.75"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M1725.5,-2394.25C1911.24,-2394.25 1957.51,-2382.75 2143.25,-2382.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1725.5,-2396.25C1911.72,-2396.19 1958,-2384.69 2143.25,-2384.75"/> +</g> +<!-- W20--Negative Bus Bar --> +<g id="edge37" class="edge"> +<title>W20:e--Negative Bus Bar:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1790,-2826.25C1923.81,-2827.01 1955.05,-2787.26 2092,-2786.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1790,-2828.25C1925.38,-2828.25 1956.62,-2788.5 2092,-2788.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1790,-2830.25C1926.95,-2829.49 1958.19,-2789.74 2092,-2790.5"/> +</g> +<!-- W20--Negative Bus Bar --> +<g id="edge39" class="edge"> +<title>W20:e--Negative Bus Bar:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1790,-2800.25C1923.6,-2800.4 1956.87,-2786.65 2092,-2786.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1790,-2802.25C1924.36,-2802.25 1957.64,-2788.5 2092,-2788.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1790,-2804.25C1925.13,-2804.1 1958.4,-2790.35 2092,-2790.5"/> +</g> +<!-- W20--Negative Bus Bar --> +<g id="edge41" class="edge"> +<title>W20:e--Negative Bus Bar:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1790,-2774.25C1925.02,-2774.37 1958.36,-2786.62 2092,-2786.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1790,-2776.25C1924.33,-2776.25 1957.67,-2788.5 2092,-2788.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1790,-2778.25C1923.64,-2778.13 1956.98,-2790.38 2092,-2790.5"/> +</g> +<!-- W20--Negative Bus Bar --> +<g id="edge43" class="edge"> +<title>W20:e--Negative Bus Bar:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1790,-2748.25C1926.84,-2748.98 1958.25,-2787.23 2092,-2786.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1790,-2750.25C1925.29,-2750.25 1956.71,-2788.5 2092,-2788.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1790,-2752.25C1923.75,-2751.52 1955.16,-2789.77 2092,-2790.5"/> +</g> +<!-- W11--Servo Power --> +<g id="edge45" class="edge"> +<title>W11:e--Servo Power:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M712.5,-1457.5C809.48,-1459.12 823.09,-1389.62 924,-1388"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M712.5,-1459.5C811.45,-1459.5 825.05,-1390 924,-1390"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M712.5,-1461.5C813.41,-1459.88 827.02,-1390.38 924,-1392"/> +</g> +<!-- W12--Tachometer --> +<g id="edge47" class="edge"> +<title>W12:e--Tachometer:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1734.75,-4758.5C1883.18,-4760.42 1888.57,-4900.42 2033,-4898.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1734.75,-4760.5C1881.18,-4760.5 1886.57,-4900.5 2033,-4900.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1734.75,-4762.5C1879.18,-4760.58 1884.57,-4900.58 2033,-4902.5"/> +</g> +<!-- W13--_Engine GND_6 --> +<g id="edge49" class="edge"> +<title>W13:e--_Engine GND_6:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1690.25,-987.5C1891.59,-987.5 1941.93,-987.75 2143.25,-987.75"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M1690.25,-989.5C1891.58,-989.5 1941.92,-989.75 2143.25,-989.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1690.25,-991.5C1891.57,-991.5 1941.91,-991.75 2143.25,-991.75"/> +</g> +<!-- W14--Fuse Block --> +<g id="edge51" class="edge"> +<title>W14:e--Fuse Block:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1742,-4110.25C1827.32,-4111.44 1845.03,-4071.69 1934,-4070.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M1742,-4112.25C1829.14,-4112.25 1846.86,-4072.5 1934,-4072.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1742,-4114.25C1830.97,-4113.06 1848.68,-4073.31 1934,-4074.5"/> +</g> +<!-- W15--ECU1 --> +<g id="edge53" class="edge"> +<title>W15:e--ECU1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M710,-1665.25C802.23,-1667.52 785.73,-1787.27 874,-1785"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M710,-1667.25C800.25,-1667.25 783.75,-1787 874,-1787"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M710,-1669.25C798.27,-1666.98 781.77,-1786.73 874,-1789"/> +</g> +<!-- W16--MAF Sensor --> +<g id="edge55" class="edge"> +<title>W16:e--MAF Sensor:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1761.5,-4414.25C1885.12,-4415.12 1912.68,-4455.12 2033,-4454.25"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1761.5,-4416.25C1883.47,-4416.25 1911.03,-4456.25 2033,-4456.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1761.5,-4418.25C1881.82,-4417.38 1909.38,-4457.38 2033,-4458.25"/> +</g> +<!-- W17--Tachometer --> +<g id="edge57" class="edge"> +<title>W17:e--Tachometer:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1777.5,-4922.5C1891.06,-4922.5 1919.44,-4922.5 2033,-4922.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1777.5,-4924.5C1891.06,-4924.5 1919.44,-4924.5 2033,-4924.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1777.5,-4926.5C1891.06,-4926.5 1919.44,-4926.5 2033,-4926.5"/> +</g> +<!-- W18--Negative Bus Bar --> +<g id="edge59" class="edge"> +<title>W18:e--Negative Bus Bar:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1741.5,-3971.25C1766.3,-3972.13 1774.41,-3960.12 1788.3,-3937.7 2004.62,-3591.84 1774.81,-3407.58 1932.15,-3026.98 1977.66,-2918.52 1971.51,-2813.12 2092,-2811"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1741.5,-3973.25C1767.95,-3973.25 1776.07,-3961.24 1790,-3938.75 2005.88,-3590.28 1776.06,-3406.02 1934,-3027.75 1979.66,-2918.41 1973.51,-2813 2092,-2813"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1741.5,-3975.25C1769.61,-3974.37 1777.73,-3962.36 1791.7,-3939.8 2007.13,-3588.72 1777.31,-3404.46 1935.85,-3028.52 1981.65,-2918.29 1975.5,-2812.88 2092,-2815"/> +</g> +<!-- W21--LSU --> +<g id="edge61" class="edge"> +<title>W21:e--LSU:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M682,-467.25C846.84,-469.85 757.34,-184.85 926,-182.25"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M682,-469.25C848.75,-469.25 759.25,-184.25 926,-184.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M682,-471.25C850.66,-468.65 761.16,-183.65 926,-186.25"/> +</g> +<!-- W22--Negative Bus Bar --> +<g id="edge63" class="edge"> +<title>W22:e--Negative Bus Bar:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1763,-1737.25C1928.69,-1739.4 1885.54,-2300.18 1935.9,-2455.13 1992.46,-2631.17 1910.23,-2838.24 2092,-2835.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1763,-1739.25C1926.69,-1739.25 1883.54,-2300.03 1934,-2455.75 1990.6,-2630.43 1908.38,-2837.5 2092,-2837.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1763,-1741.25C1924.7,-1739.1 1881.55,-2299.87 1932.1,-2456.37 1988.74,-2629.7 1906.52,-2836.76 2092,-2839.5"/> +</g> +</g> +</svg> diff --git a/wireviz/Choppy_ECU_12FB.yml b/wireviz/Choppy_ECU_12FB.yml new file mode 100644 index 0000000..97d5a8e --- /dev/null +++ b/wireviz/Choppy_ECU_12FB.yml @@ -0,0 +1,403 @@ +templates: # defining templates to be used later on + - &ECU_12P + type: Delphi 15336209 + pinlabels: [Ignition,GND,Extra Out 1, Extra Out 2,Starter/Exciter,12V ECU,12V Servo] + pins: [1,2,3,4,6,7,8] + image: + src: images\ECU3.png + - &ECU_12PF + type: Delphi 15336205 + pinlabels: [Starter/Exciter, Extra Out 2, Extra Out 1, GND, Ignition,12V Servo, 12V ECU] + pins: [1,3,4,5,6,11,12] + image: + src: images\ECU4.png + + + - &logic_wire + category: bundle + gauge: 18 AWG + - &power_wire + category: bundle + gauge: 14 AWG + - &Fuel_Inj + type: 90980-11875 + pins: [1,2] + pinlabels: [12V, ECU INJ] + image: + src: images\90980-11875.png + - &Coil + type: Delphi 12162825 + pinlabels: [ECU Sig, Sensor Ground, Head Ground, Battery Ground, Switched 12V] + pins: [A,B,C,D,E] + image: + src: images\coil.png + + + + +connectors: + ECUM: + <<: *ECU_12P # copying items from the template + notes: ECU 12 Pin + ECUF: + <<: *ECU_12PF + notes: ECU 12 Pin Connector to Fusebox + ECU1: + type: Molex 643203311 + pinlabels: [Extra Output 1, Extra Output 2, Engine Ground, ECU 12V] + pins: [B4,C4,L4,M4] + image: + src: images\ECU1.png + caption: Connector 643201311 + Coil Pack 1: + <<: *Coil + Coil Pack 2: + <<: *Coil + Coil Pack 3: + <<: *Coil + Coil Pack 4: + <<: *Coil + # Throttle Servo Power: + # type: DTM04-2P + # pins: [1,2] + # pinlabels: [12V,Ground] + # notes: Male is DTM06-2S + # image: + # src: images\DTM04.png + Fuel Injector 1: + <<: *Fuel_Inj + Fuel Injector 2: + <<: *Fuel_Inj + MAF Sensor: + type: Bosch 1928405138 + pins: [4] + pinlabels: [12V] + image: + src: images\MAF.png + width: 300 + LSU: + type: D261.205.356-01 + pinlabels: [12V] + pins: [3] + image: + src: images\LSU.png + Servo Power: + type: DTM04-2P + pinlabels: [12V, GND] + pins: [1,2] + notes: Crimp mate DTM06-2S + image: + src: images\ServoP.png + Fuse Block: + type: TE 2319023-1 + pins: [1,2,3,4,5,6,7,8] + pinlabels: [F1+,F1-,F2+,F2-,F3+,F3-,F4+,F4-] + notes: F1 15A, F2 15A, F3 5A + image: + src: images\FB.png + width: 500 + KillSwitch: + type: MS24658-22D + notes: Ring Terminal (Inner Diameter.260") + pins: [1,2,3] + pinlabels: [NC,common,KS] + image: + src: images\kill.png + # Batt: + # type: 1/4" Ring Terminals + # pinlabels: [V+,GND] + # notes: 5732 Terminal Cover + Tachometer: + type: DT04-3P + notes: Mates with DT06-3S + pins: [A,B,C] + pinlabels: [12V,GND,Out] + image: + src: images\DT04-3P.png + width: 300 + Positive Bus Bar: + pins: [1,2,3,4] + type: Pike Industries Busbar + Negative Bus Bar: + pins: [1,2,3,4] + type: Pike Industries Busbar + # Engine Head: + # type: 1/4" Ring Terminal + # pins: [Head Bolt] + + + S: &splice # generic autogenerated splice + style: simple + autogenerate: true + type: splice + Engine GND: &GND + style: simple + autogenerate: true + type: Engine GND + bgcolor: SN + Battery GND: &GND1 + style: simple + autogenerate: true + type: Battery GND + + +cables: + W1: + <<: *power_wire + length: 50 Inches + colors: [RD] + notes: 12 Inch difference between outermost coils. + W2: + <<: *logic_wire + length: 40 Inches + colors: [RD] + W3: + <<: *logic_wire + length: 16.5 Inches + colors: [GN,GN,BN] + W4: + <<: *power_wire + length: 10 Inches + colors: [RD,RD] + # W5: + # <<: *power_wire + # length: 0.2 + # colors: [WHBU, WH] + W6: + <<: *power_wire + length: 10 Inches + colors: [RD,RD] + W7: + <<: *logic_wire + length: 10 Inches + colors: [RD] + # W2: + # <<: *logic_wire + # length: 0.2 + # colors: [BU] + W8: + <<: *power_wire + length: 170 Inches + colors: [RD] + # W9: + # type: Ground Strap + # gauge: 4 AWG + # length: 0.2 + # colors: [BK] + W10: + <<: *logic_wire + length: 10 Inches + colors: [GY,GY] + W19: + <<: *logic_wire + length: 6 Inches + colors: [GY,GY] + W20: + <<: *logic_wire + length: 60 Inches + colors: [BK,BK,BK,BK] + W11: + <<: *logic_wire + length: 20 Inches + notes: Servo Wire is Long Enough + colors: [RD] + W12: + <<: *logic_wire + length: 60 Inches + colors: [BK] + notes: Distance is from ECU to engine ground. + W13: + <<: *power_wire + length: 50 Inches + notes: Ring Terminal On Block. + colors: [BN] + W14: + <<: *power_wire + length: 170 Inches + colors: [RD] + W15: + <<: *power_wire + length: 16.5 Inches + colors: [RD] + W16: + <<: *power_wire + length: 27 Inches + colors: [GN] + W17: + <<: *power_wire + gauge: 18 AWG + length: 37 Inches + notes: Pre-attached wire is of sufficient length to reach ECU. + colors: [GN] + W18: + <<: *power_wire + gauge: 18 AWG + length: 10 Inches + colors: [BK] + W21: + <<: *power_wire + gauge: 18 AWG + length: 21 Inches + colors: [RD] + W22: + <<: *power_wire + gauge: 18 AWG + length: 20 Inches + colors: [BK] + + + + +connections: + - + - ECUM: [Extra Out 1] + - W3: [1] + - ECU1: [B4] + - + - ECUM: [Extra Out 2] + - W3: [2] + - ECU1: [C4] + - + - ECUM: [1] + - W1: [1] + - Coil Pack 1: [E] + - + #- ECUM: [4] + - W1: [1] + - Coil Pack 2: [E] + - + #- ECU: [4] + - W1: [1] + - Coil Pack 3: [E] + - + #- ECU: [4] + - W1: [1] + - Coil Pack 4: [E] + # - + # - ECU: [7] + # - W1: [6] + # - ECU1: [M4] + - + - ECUM: [GND] + - W3: [3] + - ECU1: [L4] + - + - ECUM: [7] + - W15: [1] + - ECU1: [M4] + #- Fuel Injector 1: [1] + # - + # - W1: [5] + # - [S] + - + - ECUM: [7] + - W2: [1] + - Fuel Injector 2: [1] + - + - W2: [1] + - Fuel Injector 1: [1] + # - + # - W2: [1] + # - ECU1: [M4] + # - + # - ECUM: [6] + # - W1: [2] + # - + # - W2: [1] + # - LSU: [3] + - + - ECUF: [4] + - W16: [1] + - MAF Sensor: [4] + - + - ECUM: [8] + - W11: [1] + - Servo Power: [1] + # - + # - ECUM: [4] + # - W7: [3] + - + - ECUF: [12, 6] + - W4: [1-2] + - Fuse Block: [F1-,F2-] + - + - ECUF: [11] + - W7: [1] + - Fuse Block: [F3-] + - + - Positive Bus Bar: [3,3] + - W6: [1,2] + - Fuse Block: [F1+,F3+] + - + - Positive Bus Bar: [4] + - W8: [1] + - KillSwitch: [2] + - + - KillSwitch: [3] + - W14: [1] + - Fuse Block: [F2+] + - + - ECUF: [Extra Out 2] + - W17: [1] + - Tachometer: [12V] + # - + # - Batt: [2] + # - W9: [1] + # - Engine Head: [Head Bolt] + - + - ECUM: [12V ECU] + - W21: [1] + - LSU: [3] + - + - ECUF: [GND] + - W18: [1] + - Negative Bus Bar: [3] + - + - Coil Pack 1: [Head Ground] + - W10: [1] + - [Engine GND] + - + - Coil Pack 4: [Head Ground] + - W10: [2] + - [Engine GND] + - + - Coil Pack 3: [Head Ground] + - W19: [1] + - [Engine GND] + - + - Coil Pack 2: [Head Ground] + - W19: [2] + - [Engine GND] + - + - Coil Pack 1: [Battery Ground] + - W20: [1] + - Negative Bus Bar: [4] + - + - Coil Pack 2: [Battery Ground] + - W20: [2] + - Negative Bus Bar: [4] + - + - Coil Pack 3: [Battery Ground] + - W20: [3] + - Negative Bus Bar: [4] + - + - Coil Pack 4: [Battery Ground] + - W20: [4] + - Negative Bus Bar: [4] + - + - Servo Power: [GND] + - W22: [1] + - Negative Bus Bar: [2] + - + - [Engine GND] + - W12: [1] + - Tachometer: [GND] + # - + # - ECUM: [1] #Arrows Don't work in this version :( + # - --> + # - ECUF: [1] + - + - W3: [3] + - [S] + - W13: [1] + - [Engine GND]
\ No newline at end of file diff --git a/wireviz/Choppy_ECU_C1.bom.tsv b/wireviz/Choppy_ECU_C1.bom.tsv new file mode 100644 index 0000000..de7ce25 --- /dev/null +++ b/wireviz/Choppy_ECU_C1.bom.tsv @@ -0,0 +1,23 @@ +Id Description Qty Unit Designators +1 Connector, 1 pins 1 shield1 +2 Connector, 90980-11875, 2 pins 2 Fuel Injector 1, Fuel Injector 2 +3 Connector, Bosch 1928405138, 5 pins 1 MAF Sensor +4 Connector, D261.205.356-01, 6 pins 1 LSU +5 Connector, DT04-3P, 3 pins 1 Tachometer +6 Connector, DT06-3S, 3 pins 1 Veronte 1X CAN Bus +7 Connector, DTM04-3P, 3 pins 1 Throttle Servo CAN +8 Connector, Delphi 12162825, 5 pins 4 Coil Pack 1, Coil Pack 2, Coil Pack 3, Coil Pack 4 +9 Connector, GND 1 +10 Connector, Molex 643201311, 48 pins 1 ECU +11 Connector, Sumitomo 6180-2181, 2 pins 1 Coolant/Crank Sensor +12 Connector, splice 3 +13 Wire, 14 AWG, GY 80.0 Inches W3, W4 +14 Wire, 18 AWG, BK 127.5 Inches W10, W11, W8, W9 +15 Wire, 18 AWG, BKWH 40.0 Inches W7 +16 Wire, 18 AWG, BN 158.5 Inches W1, W5, W8, W9 +17 Wire, 18 AWG, BU 200.0 Inches W1 +18 Wire, 18 AWG, GN 72.0 Inches W11, W5, W6 +19 Wire, 18 AWG, GY 40.0 Inches W7 +20 Wire, 18 AWG, PK 40.0 Inches W7 +21 Wire, 18 AWG, WH 21.0 Inches W5 +22 Wire, 18 AWG, YE 51.0 Inches W11, W5 diff --git a/wireviz/Choppy_ECU_C1.gv b/wireviz/Choppy_ECU_C1.gv new file mode 100644 index 0000000..b25803a --- /dev/null +++ b/wireviz/Choppy_ECU_C1.gv @@ -0,0 +1,1573 @@ +graph { +// Graph generated by WireViz 0.3.2 +// https://github.com/formatc1702/WireViz + graph [bgcolor="#FFFFFF" fontname=arial nodesep=0.33 rankdir=LR ranksep=2] + node [fillcolor="#FFFFFF" fontname=arial height=0 margin=0 shape=none style=filled width=0] + edge [fontname=arial style=bold] + ECU [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">ECU</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Molex 643201311</td> + <td balign="left">48-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td>Extra Output 5 (Fuelpump)</td> + <td port="p1r">A1</td> + </tr> + <tr> + <td>Ignition coil 1</td> + <td port="p2r">A2</td> + </tr> + <tr> + <td>Ignition coil 2</td> + <td port="p3r">A3</td> + </tr> + <tr> + <td>Tachometer</td> + <td port="p4r">A4</td> + </tr> + <tr> + <td>Extra Output 6 (Fan)</td> + <td port="p5r">B1</td> + </tr> + <tr> + <td>Ignition coil 3</td> + <td port="p6r">B2</td> + </tr> + <tr> + <td>Ignition coil 4</td> + <td port="p7r">B3</td> + </tr> + <tr> + <td>Extra Output 1</td> + <td port="p8r">B4</td> + </tr> + <tr> + <td>Extra Output 7</td> + <td port="p9r">C1</td> + </tr> + <tr> + <td>Ignition coil 5</td> + <td port="p10r">C2</td> + </tr> + <tr> + <td>Ignition coil 6</td> + <td port="p11r">C3</td> + </tr> + <tr> + <td>Extra output 2</td> + <td port="p12r">C4</td> + </tr> + <tr> + <td>Lambda 1 Heat</td> + <td port="p13r">D1</td> + </tr> + <tr> + <td>Ignition coil 7</td> + <td port="p14r">D2</td> + </tr> + <tr> + <td>Ignition coil 8</td> + <td port="p15r">D3</td> + </tr> + <tr> + <td>Extra output 3</td> + <td port="p16r">D4</td> + </tr> + <tr> + <td>CAN H</td> + <td port="p17r">E1</td> + </tr> + <tr> + <td>CAN L</td> + <td port="p18r">E2</td> + </tr> + <tr> + <td>Sheild Ground</td> + <td port="p19r">E3</td> + </tr> + <tr> + <td>Extra Output 4</td> + <td port="p20r">E4</td> + </tr> + <tr> + <td>Coolant Temperature sensor</td> + <td port="p21r">F1</td> + </tr> + <tr> + <td>Air Temperature sensor</td> + <td port="p22r">F2</td> + </tr> + <tr> + <td>Lambda 1 COM</td> + <td port="p23r">F3</td> + </tr> + <tr> + <td>Lambda 1 VS in</td> + <td port="p24r">F4</td> + </tr> + <tr> + <td>5V Sensor Supply</td> + <td port="p25r">G1</td> + </tr> + <tr> + <td>Throttle sensor</td> + <td port="p26r">G2</td> + </tr> + <tr> + <td>Lambda 1 IP</td> + <td port="p27r">G3</td> + </tr> + <tr> + <td>Lambda 1 RCAL</td> + <td port="p28r">G4</td> + </tr> + <tr> + <td>Sensor Ground</td> + <td port="p29r">H1</td> + </tr> + <tr> + <td>Home sensor Ground</td> + <td port="p30r">H2</td> + </tr> + <tr> + <td>Crank Sensor</td> + <td port="p31r">H3</td> + </tr> + <tr> + <td>Home sensor</td> + <td port="p32r">H4</td> + </tr> + <tr> + <td>Extra Temperature sensor 1</td> + <td port="p33r">J1</td> + </tr> + <tr> + <td>Extra Temperature sensor 2</td> + <td port="p34r">J2</td> + </tr> + <tr> + <td>Fuel Pressure</td> + <td port="p35r">J3</td> + </tr> + <tr> + <td>Baro</td> + <td port="p36r">J4</td> + </tr> + <tr> + <td>Injector 1</td> + <td port="p37r">K1</td> + </tr> + <tr> + <td>Injector 2</td> + <td port="p38r">K2</td> + </tr> + <tr> + <td>Digital/VR input 1</td> + <td port="p39r">K3</td> + </tr> + <tr> + <td>Rotor RPM</td> + <td port="p40r">K4</td> + </tr> + <tr> + <td>Injector 8</td> + <td port="p41r">L1</td> + </tr> + <tr> + <td>Injector 7</td> + <td port="p42r">L2</td> + </tr> + <tr> + <td>Injector 6</td> + <td port="p43r">L3</td> + </tr> + <tr> + <td>Engine Ground</td> + <td port="p44r">L4</td> + </tr> + <tr> + <td>Injector 3</td> + <td port="p45r">M1</td> + </tr> + <tr> + <td>Injector 4</td> + <td port="p46r">M2</td> + </tr> + <tr> + <td>Injector 5</td> + <td port="p47r">M3</td> + </tr> + <tr> + <td>ECU 12V</td> + <td port="p48r">M4</td> + </tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left" sides="TLR"><img scale="false" src="images\ECU1.png"/></td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left" sides="BLR">Connector 643203311</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">ECU Connector 1 (GPO Low side!)</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + "Coil Pack 1" [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Coil Pack 1</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Delphi 12162825</td> + <td balign="left">5-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">A</td> + <td>ECU Sig</td> + </tr> + <tr> + <td port="p2l">B</td> + <td>Sensor Ground</td> + </tr> + <tr> + <td port="p3l">C</td> + <td>Head Ground</td> + </tr> + <tr> + <td port="p4l">D</td> + <td>Battery Ground</td> + </tr> + <tr> + <td port="p5l">E</td> + <td>Switched 12V</td> + </tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left"><img scale="false" src="images\coil.png"/></td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + "Coil Pack 2" [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Coil Pack 2</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Delphi 12162825</td> + <td balign="left">5-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">A</td> + <td>ECU Sig</td> + </tr> + <tr> + <td port="p2l">B</td> + <td>Sensor Ground</td> + </tr> + <tr> + <td port="p3l">C</td> + <td>Head Ground</td> + </tr> + <tr> + <td port="p4l">D</td> + <td>Battery Ground</td> + </tr> + <tr> + <td port="p5l">E</td> + <td>Switched 12V</td> + </tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left"><img scale="false" src="images\coil.png"/></td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + "Coil Pack 3" [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Coil Pack 3</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Delphi 12162825</td> + <td balign="left">5-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">A</td> + <td>ECU Sig</td> + </tr> + <tr> + <td port="p2l">B</td> + <td>Sensor Ground</td> + </tr> + <tr> + <td port="p3l">C</td> + <td>Head Ground</td> + </tr> + <tr> + <td port="p4l">D</td> + <td>Battery Ground</td> + </tr> + <tr> + <td port="p5l">E</td> + <td>Switched 12V</td> + </tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left"><img scale="false" src="images\coil.png"/></td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + "Coil Pack 4" [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Coil Pack 4</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Delphi 12162825</td> + <td balign="left">5-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">A</td> + <td>ECU Sig</td> + </tr> + <tr> + <td port="p2l">B</td> + <td>Sensor Ground</td> + </tr> + <tr> + <td port="p3l">C</td> + <td>Head Ground</td> + </tr> + <tr> + <td port="p4l">D</td> + <td>Battery Ground</td> + </tr> + <tr> + <td port="p5l">E</td> + <td>Switched 12V</td> + </tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left"><img scale="false" src="images\coil.png"/></td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + LSU [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">LSU</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">D261.205.356-01</td> + <td balign="left">6-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">1</td> + <td>VBO2 VS/O2 In</td> + </tr> + <tr> + <td port="p2l">2</td> + <td>WBO2 Recal</td> + </tr> + <tr> + <td port="p3l">3</td> + <td>12V</td> + </tr> + <tr> + <td port="p4l">4</td> + <td>WBO2 HTR</td> + </tr> + <tr> + <td port="p5l">5</td> + <td>WBO2 COM</td> + </tr> + <tr> + <td port="p6l">6</td> + <td>WBO2 IP</td> + </tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left"><img scale="false" src="images\LSU.png"/></td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + "Throttle Servo CAN" [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Throttle Servo CAN</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">DTM04-3P</td> + <td balign="left">3-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">1</td> + <td>CAN+</td> + </tr> + <tr> + <td port="p2l">2</td> + <td>CAN GND</td> + </tr> + <tr> + <td port="p3l">3</td> + <td>CAN-</td> + </tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left"><img scale="false" src="images\throttleCAN.png"/></td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Replace bad connector! Mate is DTM06-3S</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + "Fuel Injector 1" [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Fuel Injector 1</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">90980-11875</td> + <td balign="left">2-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">1</td> + <td>12V</td> + </tr> + <tr> + <td port="p2l">2</td> + <td>ECU INJ</td> + </tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left"><img scale="false" src="images\90980-11875.png"/></td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + "Fuel Injector 2" [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Fuel Injector 2</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">90980-11875</td> + <td balign="left">2-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">1</td> + <td>12V</td> + </tr> + <tr> + <td port="p2l">2</td> + <td>ECU INJ</td> + </tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left"><img scale="false" src="images\90980-11875.png"/></td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + "Coolant/Crank Sensor" [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Coolant/Crank Sensor</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Sumitomo 6180-2181</td> + <td balign="left">2-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">1</td> + <td>Sensor+</td> + </tr> + <tr> + <td port="p2l">2</td> + <td>Sensor GND</td> + </tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left"><img scale="false" src="images\Sum.png"/></td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Find out if this is Crank or Coolant!!!</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + "MAF Sensor" [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">MAF Sensor</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Bosch 1928405138</td> + <td balign="left">5-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">1</td> + <td>NTC-</td> + </tr> + <tr> + <td port="p2l">2</td> + <td>GND</td> + </tr> + <tr> + <td port="p3l">3</td> + <td>NTC+</td> + </tr> + <tr> + <td port="p4l">4</td> + <td>12V</td> + </tr> + <tr> + <td port="p5l">5</td> + <td>MAF Signal</td> + </tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left"> + <table border="0" cellspacing="0" cellborder="0"><tr> + <td width="300" height="230.76923076923077" fixedsize="true"><img scale="true" src="images\MAF.png"/></td> + </tr></table> + </td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + Tachometer [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Tachometer</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">DT04-3P</td> + <td balign="left">3-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">A</td> + <td>12V</td> + </tr> + <tr> + <td port="p2l">B</td> + <td>GND</td> + </tr> + <tr> + <td port="p3l">C</td> + <td>Out</td> + </tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left"><img scale="false" src="images\DT04-3P.png"/></td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Mates with DT06-3S</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + "Veronte 1X CAN Bus" [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Veronte 1X CAN Bus</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">DT06-3S</td> + <td balign="left">3-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">A</td> + <td>CANB_P</td> + </tr> + <tr> + <td port="p2l">B</td> + <td>CANB_N</td> + </tr> + <tr> + <td port="p3l">C</td> + <td>CAN_GND</td> + </tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left"> + <table border="0" cellspacing="0" cellborder="0"><tr> + <td width="225" height="192.7668539325843" fixedsize="true"><img scale="true" src="images\DT06-3S.png"/></td> + </tr></table> + </td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + shield1 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">shield1</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">1</td> + <td>Shield</td> + <td port="p1r">1</td> + </tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _S_1 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">splice</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _S_2 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">splice</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _S_3 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">splice</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _GND_1 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">GND</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + edge [color="#000000:#0066ff:#0066ff:#0066ff:#000000"] + ECU:p2r:e -- W1:w1:w + W1:w1:e -- "Coil Pack 1":p1l:w + edge [color="#000000:#0066ff:#0066ff:#0066ff:#000000"] + ECU:p3r:e -- W1:w2:w + W1:w2:e -- "Coil Pack 2":p1l:w + edge [color="#000000:#0066ff:#0066ff:#0066ff:#000000"] + ECU:p6r:e -- W1:w3:w + W1:w3:e -- "Coil Pack 3":p1l:w + edge [color="#000000:#0066ff:#0066ff:#0066ff:#000000"] + ECU:p7r:e -- W1:w4:w + W1:w4:e -- "Coil Pack 4":p1l:w + edge [color="#000000:#895956:#895956:#895956:#000000"] + ECU:p29r:e -- W1:w5:w + edge [color="#000000:#895956:#895956:#895956:#000000"] + W1:w5:e -- "Coil Pack 1":p2l:w + edge [color="#000000:#895956:#895956:#895956:#000000"] + W1:w5:e -- "Coil Pack 2":p2l:w + edge [color="#000000:#895956:#895956:#895956:#000000"] + W1:w5:e -- "Coil Pack 3":p2l:w + edge [color="#000000:#895956:#895956:#895956:#000000"] + W1:w5:e -- "Coil Pack 4":p2l:w + W1 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W1</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">5x</td> + <td balign="left">18 AWG</td> + <td balign="left">50.0 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>ECU:A2:Ignition coil 1</td> + <td> + BU + </td> + <td>Coil Pack 1:A:ECU Sig</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#0066ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#0066ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#0066ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>ECU:A3:Ignition coil 2</td> + <td> + BU + </td> + <td>Coil Pack 2:A:ECU Sig</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w2" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#0066ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#0066ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#0066ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>ECU:B2:Ignition coil 3</td> + <td> + BU + </td> + <td>Coil Pack 3:A:ECU Sig</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w3" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#0066ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#0066ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#0066ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>ECU:B3:Ignition coil 4</td> + <td> + BU + </td> + <td>Coil Pack 4:A:ECU Sig</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w4" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#0066ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#0066ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#0066ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>ECU:H1:Sensor Ground</td> + <td> + BN + </td> + <td>Coil Pack 1:B:Sensor Ground</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w5" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#999999:#999999:#999999:#000000"] + ECU:p37r:e -- W3:w1:w + W3:w1:e -- "Fuel Injector 1":p2l:w + W3 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W3</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">14 AWG</td> + <td balign="left">40.0 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>ECU:K1:Injector 1</td> + <td> + GY + </td> + <td>Fuel Injector 1:2:ECU INJ</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#999999" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#999999" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#999999" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#999999:#999999:#999999:#000000"] + ECU:p38r:e -- W4:w1:w + W4:w1:e -- "Fuel Injector 2":p2l:w + W4 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W4</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">14 AWG</td> + <td balign="left">40.0 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>ECU:K2:Injector 2</td> + <td> + GY + </td> + <td>Fuel Injector 2:2:ECU INJ</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#999999" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#999999" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#999999" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#895956:#895956:#895956:#000000"] + ECU:p24r:e -- W5:w1:w + W5:w1:e -- LSU:p1l:w + edge [color="#000000:#00ff00:#00ff00:#00ff00:#000000"] + ECU:p28r:e -- W5:w2:w + W5:w2:e -- LSU:p2l:w + edge [color="#000000:#ffff00:#ffff00:#ffff00:#000000"] + ECU:p23r:e -- W5:w3:w + W5:w3:e -- LSU:p5l:w + edge [color="#000000:#ffffff:#ffffff:#ffffff:#000000"] + ECU:p27r:e -- W5:w4:w + W5:w4:e -- LSU:p6l:w + edge [color="#000000"] + ECU:p19r:e -- W5:ws:w + W5 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W5</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">4x</td> + <td balign="left">18 AWG</td> + <td balign="left">+ S</td> + <td balign="left">21.0 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>ECU:F4:Lambda 1 VS in</td> + <td> + BN + </td> + <td>LSU:1:VBO2 VS/O2 In</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>ECU:G4:Lambda 1 RCAL</td> + <td> + GN + </td> + <td>LSU:2:WBO2 Recal</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w2" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>ECU:F3:Lambda 1 COM</td> + <td> + YE + </td> + <td>LSU:5:WBO2 COM</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w3" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>ECU:G3:Lambda 1 IP</td> + <td> + WH + </td> + <td>LSU:6:WBO2 IP</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w4" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + <tr> + <td>ECU:E3:Sheild Ground</td> + <td>Shield</td> + <td><!-- s_out --></td> + </tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0" port="ws"></td></tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#00ff00:#00ff00:#00ff00:#000000"] + ECU:p13r:e -- W6:w1:w + W6:w1:e -- LSU:p4l:w + W6 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W6</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">18 AWG</td> + <td balign="left">21.0 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>ECU:D1:Lambda 1 Heat</td> + <td> + GN + </td> + <td>LSU:4:WBO2 HTR</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#ff66cc:#ff66cc:#ff66cc:#000000"] + ECU:p18r:e -- W7:w1:w + W7:w1:e -- "Veronte 1X CAN Bus":p2l:w + edge [color="#000000:#999999:#999999:#999999:#000000"] + ECU:p17r:e -- W7:w2:w + W7:w2:e -- "Veronte 1X CAN Bus":p1l:w + edge [color="#000000:#000000:#ffffff:#000000:#000000"] + ECU:p19r:e -- W7:w3:w + W7:w3:e -- "Veronte 1X CAN Bus":p3l:w + edge [color="#000000"] + ECU:p19r:e -- W7:ws:w + edge [color="#000000:#ff66cc:#ff66cc:#ff66cc:#000000"] + W7:w1:e -- _S_1:w + edge [color="#000000:#999999:#999999:#999999:#000000"] + W7:w2:e -- _S_2:w + edge [color="#000000:#000000:#ffffff:#000000:#000000"] + W7:w3:e -- _S_3:w + edge [color="#000000"] + W7:ws:e -- shield1:p1l:w + W7 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W7</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">3x</td> + <td balign="left">18 AWG</td> + <td balign="left">+ S</td> + <td balign="left">40.0 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>ECU:E2:CAN L</td> + <td> + PK + </td> + <td>Veronte 1X CAN Bus:B:CANB_N</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff66cc" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff66cc" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff66cc" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>ECU:E1:CAN H</td> + <td> + GY + </td> + <td>Veronte 1X CAN Bus:A:CANB_P</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w2" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#999999" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#999999" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#999999" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>ECU:E3:Sheild Ground</td> + <td> + BKWH + </td> + <td>Veronte 1X CAN Bus:C:CAN_GND</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w3" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + <tr> + <td>ECU:E3:Sheild Ground</td> + <td>Shield</td> + <td>shield1:1:Shield</td> + </tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0" port="ws"></td></tr> + <tr><td> </td></tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Twisted Pair | ECU to Veronte</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#895956:#895956:#895956:#000000"] + ECU:p29r:e -- W8:w1:w + W8:w1:e -- "Coolant/Crank Sensor":p2l:w + edge [color="#000000:#000000:#000000:#000000:#000000"] + ECU:p21r:e -- W8:w2:w + W8:w2:e -- "Coolant/Crank Sensor":p1l:w + W8 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W8</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">2x</td> + <td balign="left">18 AWG</td> + <td balign="left">33.5 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>ECU:H1:Sensor Ground</td> + <td> + BN + </td> + <td>Coolant/Crank Sensor:2:Sensor GND</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>ECU:F1:Coolant Temperature sensor</td> + <td> + BK + </td> + <td>Coolant/Crank Sensor:1:Sensor+</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w2" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#895956:#895956:#895956:#000000"] + ECU:p29r:e -- W9:w1:w + W9:w1:e -- "MAF Sensor":p1l:w + edge [color="#000000:#895956:#895956:#895956:#000000"] + ECU:p29r:e -- W9:w2:w + W9:w2:e -- "MAF Sensor":p2l:w + edge [color="#000000:#000000:#000000:#000000:#000000"] + ECU:p22r:e -- W9:w3:w + W9:w3:e -- "MAF Sensor":p3l:w + W9 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W9</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">3x</td> + <td balign="left">18 AWG</td> + <td balign="left">27.0 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>ECU:H1:Sensor Ground</td> + <td> + BN + </td> + <td>MAF Sensor:1:NTC-</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>ECU:H1:Sensor Ground</td> + <td> + BN + </td> + <td>MAF Sensor:2:GND</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w2" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>ECU:F2:Air Temperature sensor</td> + <td> + BK + </td> + <td>MAF Sensor:3:NTC+</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w3" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#000000:#000000:#000000:#000000"] + ECU:p40r:e -- W10:w1:w + W10:w1:e -- Tachometer:p3l:w + W10 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W10</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">18 AWG</td> + <td balign="left">37.0 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>ECU:K4:Rotor RPM</td> + <td> + BK + </td> + <td>Tachometer:C:Out</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Included cable is of sufficient length.</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#00ff00:#00ff00:#00ff00:#000000"] + _S_1:e -- W11:w2:w + W11:w2:e -- "Throttle Servo CAN":p3l:w + edge [color="#000000:#ffff00:#ffff00:#ffff00:#000000"] + _S_2:e -- W11:w1:w + W11:w1:e -- "Throttle Servo CAN":p1l:w + edge [color="#000000:#000000:#000000:#000000:#000000"] + _S_3:e -- W11:w3:w + W11:w3:e -- "Throttle Servo CAN":p2l:w + edge [color="#000000"] + shield1:p1r:e -- W11:ws:w + edge [color="#000000"] + W11:ws:e -- _GND_1:w + W11 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W11</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">3x</td> + <td balign="left">18 AWG</td> + <td balign="left">+ S</td> + <td balign="left">30.0 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td></td> + <td> + YE + </td> + <td>Throttle Servo CAN:1:CAN+</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td></td> + <td> + GN + </td> + <td>Throttle Servo CAN:3:CAN-</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w2" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td></td> + <td> + BK + </td> + <td>Throttle Servo CAN:2:CAN GND</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w3" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + <tr> + <td>shield1:1:Shield</td> + <td>Shield</td> + <td></td> + </tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0" port="ws"></td></tr> + <tr><td> </td></tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Twisted Pair | ECU to Servo</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] +} diff --git a/wireviz/Choppy_ECU_C1.html b/wireviz/Choppy_ECU_C1.html new file mode 100644 index 0000000..299a3f8 --- /dev/null +++ b/wireviz/Choppy_ECU_C1.html @@ -0,0 +1,1656 @@ +<!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_ECU_C1</title> +</head><body style="font-family:arial;background-color:#FFFFFF"> +<h1>Choppy_ECU_C1</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="2609pt" height="4550pt" + viewBox="0.00 0.00 2608.50 4550.25" 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 4546.25)"> +<polygon fill="#ffffff" stroke="none" points="-4,4 -4,-4546.25 2604.5,-4546.25 2604.5,4 -4,4"/> +<!-- ECU --> +<g id="node1" class="node"> +<title>ECU</title> +<polygon fill="#ffffff" stroke="black" points="401,-2981.25 0,-2981.25 0,-1456.25 401,-1456.25 401,-2981.25"/> +<polygon fill="none" stroke="black" points="0,-2956.75 0,-2981.25 401,-2981.25 401,-2956.75 0,-2956.75"/> +<text text-anchor="start" x="185.5" y="-2963.95" font-family="arial" font-size="14.00">ECU</text> +<polygon fill="none" stroke="black" points="0,-2932.25 0,-2956.75 238.38,-2956.75 238.38,-2932.25 0,-2932.25"/> +<text text-anchor="start" x="61.44" y="-2939.45" font-family="arial" font-size="14.00">Molex 643201311</text> +<polygon fill="none" stroke="black" points="238.38,-2932.25 238.38,-2956.75 401,-2956.75 401,-2932.25 238.38,-2932.25"/> +<text text-anchor="start" x="299.81" y="-2939.45" font-family="arial" font-size="14.00">48-pin</text> +<polygon fill="none" stroke="black" points="0,-2908.25 0,-2932.25 281.5,-2932.25 281.5,-2908.25 0,-2908.25"/> +<text text-anchor="start" x="57.5" y="-2914.95" font-family="arial" font-size="14.00">Extra Output 5 (Fuelpump)</text> +<polygon fill="none" stroke="black" points="281.5,-2908.25 281.5,-2932.25 401,-2932.25 401,-2908.25 281.5,-2908.25"/> +<text text-anchor="start" x="332.25" y="-2914.95" font-family="arial" font-size="14.00">A1</text> +<polygon fill="none" stroke="black" points="0,-2884.25 0,-2908.25 281.5,-2908.25 281.5,-2884.25 0,-2884.25"/> +<text text-anchor="start" x="99.12" y="-2890.95" font-family="arial" font-size="14.00">Ignition coil 1</text> +<polygon fill="none" stroke="black" points="281.5,-2884.25 281.5,-2908.25 401,-2908.25 401,-2884.25 281.5,-2884.25"/> +<text text-anchor="start" x="332.25" y="-2890.95" font-family="arial" font-size="14.00">A2</text> +<polygon fill="none" stroke="black" points="0,-2860.25 0,-2884.25 281.5,-2884.25 281.5,-2860.25 0,-2860.25"/> +<text text-anchor="start" x="99.12" y="-2866.95" font-family="arial" font-size="14.00">Ignition coil 2</text> +<polygon fill="none" stroke="black" points="281.5,-2860.25 281.5,-2884.25 401,-2884.25 401,-2860.25 281.5,-2860.25"/> +<text text-anchor="start" x="332.25" y="-2866.95" font-family="arial" font-size="14.00">A3</text> +<polygon fill="none" stroke="black" points="0,-2836.25 0,-2860.25 281.5,-2860.25 281.5,-2836.25 0,-2836.25"/> +<text text-anchor="start" x="102.5" y="-2842.95" font-family="arial" font-size="14.00">Tachometer</text> +<polygon fill="none" stroke="black" points="281.5,-2836.25 281.5,-2860.25 401,-2860.25 401,-2836.25 281.5,-2836.25"/> +<text text-anchor="start" x="332.25" y="-2842.95" font-family="arial" font-size="14.00">A4</text> +<polygon fill="none" stroke="black" points="0,-2812.25 0,-2836.25 281.5,-2836.25 281.5,-2812.25 0,-2812.25"/> +<text text-anchor="start" x="77.38" y="-2818.95" font-family="arial" font-size="14.00">Extra Output 6 (Fan)</text> +<polygon fill="none" stroke="black" points="281.5,-2812.25 281.5,-2836.25 401,-2836.25 401,-2812.25 281.5,-2812.25"/> +<text text-anchor="start" x="332.25" y="-2818.95" font-family="arial" font-size="14.00">B1</text> +<polygon fill="none" stroke="black" points="0,-2788.25 0,-2812.25 281.5,-2812.25 281.5,-2788.25 0,-2788.25"/> +<text text-anchor="start" x="99.12" y="-2794.95" font-family="arial" font-size="14.00">Ignition coil 3</text> +<polygon fill="none" stroke="black" points="281.5,-2788.25 281.5,-2812.25 401,-2812.25 401,-2788.25 281.5,-2788.25"/> +<text text-anchor="start" x="332.25" y="-2794.95" font-family="arial" font-size="14.00">B2</text> +<polygon fill="none" stroke="black" points="0,-2764.25 0,-2788.25 281.5,-2788.25 281.5,-2764.25 0,-2764.25"/> +<text text-anchor="start" x="99.12" y="-2770.95" font-family="arial" font-size="14.00">Ignition coil 4</text> +<polygon fill="none" stroke="black" points="281.5,-2764.25 281.5,-2788.25 401,-2788.25 401,-2764.25 281.5,-2764.25"/> +<text text-anchor="start" x="332.25" y="-2770.95" font-family="arial" font-size="14.00">B3</text> +<polygon fill="none" stroke="black" points="0,-2740.25 0,-2764.25 281.5,-2764.25 281.5,-2740.25 0,-2740.25"/> +<text text-anchor="start" x="95.75" y="-2746.95" font-family="arial" font-size="14.00">Extra Output 1</text> +<polygon fill="none" stroke="black" points="281.5,-2740.25 281.5,-2764.25 401,-2764.25 401,-2740.25 281.5,-2740.25"/> +<text text-anchor="start" x="332.25" y="-2746.95" font-family="arial" font-size="14.00">B4</text> +<polygon fill="none" stroke="black" points="0,-2716.25 0,-2740.25 281.5,-2740.25 281.5,-2716.25 0,-2716.25"/> +<text text-anchor="start" x="95.75" y="-2722.95" font-family="arial" font-size="14.00">Extra Output 7</text> +<polygon fill="none" stroke="black" points="281.5,-2716.25 281.5,-2740.25 401,-2740.25 401,-2716.25 281.5,-2716.25"/> +<text text-anchor="start" x="331.88" y="-2722.95" font-family="arial" font-size="14.00">C1</text> +<polygon fill="none" stroke="black" points="0,-2692.25 0,-2716.25 281.5,-2716.25 281.5,-2692.25 0,-2692.25"/> +<text text-anchor="start" x="99.12" y="-2698.95" font-family="arial" font-size="14.00">Ignition coil 5</text> +<polygon fill="none" stroke="black" points="281.5,-2692.25 281.5,-2716.25 401,-2716.25 401,-2692.25 281.5,-2692.25"/> +<text text-anchor="start" x="331.88" y="-2698.95" font-family="arial" font-size="14.00">C2</text> +<polygon fill="none" stroke="black" points="0,-2668.25 0,-2692.25 281.5,-2692.25 281.5,-2668.25 0,-2668.25"/> +<text text-anchor="start" x="99.12" y="-2674.95" font-family="arial" font-size="14.00">Ignition coil 6</text> +<polygon fill="none" stroke="black" points="281.5,-2668.25 281.5,-2692.25 401,-2692.25 401,-2668.25 281.5,-2668.25"/> +<text text-anchor="start" x="331.88" y="-2674.95" font-family="arial" font-size="14.00">C3</text> +<polygon fill="none" stroke="black" points="0,-2644.25 0,-2668.25 281.5,-2668.25 281.5,-2644.25 0,-2644.25"/> +<text text-anchor="start" x="97.25" y="-2650.95" font-family="arial" font-size="14.00">Extra output 2</text> +<polygon fill="none" stroke="black" points="281.5,-2644.25 281.5,-2668.25 401,-2668.25 401,-2644.25 281.5,-2644.25"/> +<text text-anchor="start" x="331.88" y="-2650.95" font-family="arial" font-size="14.00">C4</text> +<polygon fill="none" stroke="black" points="0,-2620.25 0,-2644.25 281.5,-2644.25 281.5,-2620.25 0,-2620.25"/> +<text text-anchor="start" x="92.38" y="-2626.95" font-family="arial" font-size="14.00">Lambda 1 Heat</text> +<polygon fill="none" stroke="black" points="281.5,-2620.25 281.5,-2644.25 401,-2644.25 401,-2620.25 281.5,-2620.25"/> +<text text-anchor="start" x="331.88" y="-2626.95" font-family="arial" font-size="14.00">D1</text> +<polygon fill="none" stroke="black" points="0,-2596.25 0,-2620.25 281.5,-2620.25 281.5,-2596.25 0,-2596.25"/> +<text text-anchor="start" x="99.12" y="-2602.95" font-family="arial" font-size="14.00">Ignition coil 7</text> +<polygon fill="none" stroke="black" points="281.5,-2596.25 281.5,-2620.25 401,-2620.25 401,-2596.25 281.5,-2596.25"/> +<text text-anchor="start" x="331.88" y="-2602.95" font-family="arial" font-size="14.00">D2</text> +<polygon fill="none" stroke="black" points="0,-2572.25 0,-2596.25 281.5,-2596.25 281.5,-2572.25 0,-2572.25"/> +<text text-anchor="start" x="99.12" y="-2578.95" font-family="arial" font-size="14.00">Ignition coil 8</text> +<polygon fill="none" stroke="black" points="281.5,-2572.25 281.5,-2596.25 401,-2596.25 401,-2572.25 281.5,-2572.25"/> +<text text-anchor="start" x="331.88" y="-2578.95" font-family="arial" font-size="14.00">D3</text> +<polygon fill="none" stroke="black" points="0,-2548.25 0,-2572.25 281.5,-2572.25 281.5,-2548.25 0,-2548.25"/> +<text text-anchor="start" x="97.25" y="-2554.95" font-family="arial" font-size="14.00">Extra output 3</text> +<polygon fill="none" stroke="black" points="281.5,-2548.25 281.5,-2572.25 401,-2572.25 401,-2548.25 281.5,-2548.25"/> +<text text-anchor="start" x="331.88" y="-2554.95" font-family="arial" font-size="14.00">D4</text> +<polygon fill="none" stroke="black" points="0,-2524.25 0,-2548.25 281.5,-2548.25 281.5,-2524.25 0,-2524.25"/> +<text text-anchor="start" x="119" y="-2530.95" font-family="arial" font-size="14.00">CAN H</text> +<polygon fill="none" stroke="black" points="281.5,-2524.25 281.5,-2548.25 401,-2548.25 401,-2524.25 281.5,-2524.25"/> +<text text-anchor="start" x="332.25" y="-2530.95" font-family="arial" font-size="14.00">E1</text> +<polygon fill="none" stroke="black" points="0,-2500.25 0,-2524.25 281.5,-2524.25 281.5,-2500.25 0,-2500.25"/> +<text text-anchor="start" x="119.75" y="-2506.95" font-family="arial" font-size="14.00">CAN L</text> +<polygon fill="none" stroke="black" points="281.5,-2500.25 281.5,-2524.25 401,-2524.25 401,-2500.25 281.5,-2500.25"/> +<text text-anchor="start" x="332.25" y="-2506.95" font-family="arial" font-size="14.00">E2</text> +<polygon fill="none" stroke="black" points="0,-2476.25 0,-2500.25 281.5,-2500.25 281.5,-2476.25 0,-2476.25"/> +<text text-anchor="start" x="95.38" y="-2482.95" font-family="arial" font-size="14.00">Sheild Ground</text> +<polygon fill="none" stroke="black" points="281.5,-2476.25 281.5,-2500.25 401,-2500.25 401,-2476.25 281.5,-2476.25"/> +<text text-anchor="start" x="332.25" y="-2482.95" font-family="arial" font-size="14.00">E3</text> +<polygon fill="none" stroke="black" points="0,-2452.25 0,-2476.25 281.5,-2476.25 281.5,-2452.25 0,-2452.25"/> +<text text-anchor="start" x="95.75" y="-2458.95" font-family="arial" font-size="14.00">Extra Output 4</text> +<polygon fill="none" stroke="black" points="281.5,-2452.25 281.5,-2476.25 401,-2476.25 401,-2452.25 281.5,-2452.25"/> +<text text-anchor="start" x="332.25" y="-2458.95" font-family="arial" font-size="14.00">E4</text> +<polygon fill="none" stroke="black" points="0,-2428.25 0,-2452.25 281.5,-2452.25 281.5,-2428.25 0,-2428.25"/> +<text text-anchor="start" x="50" y="-2434.95" font-family="arial" font-size="14.00">Coolant Temperature sensor</text> +<polygon fill="none" stroke="black" points="281.5,-2428.25 281.5,-2452.25 401,-2452.25 401,-2428.25 281.5,-2428.25"/> +<text text-anchor="start" x="332.62" y="-2434.95" font-family="arial" font-size="14.00">F1</text> +<polygon fill="none" stroke="black" points="0,-2404.25 0,-2428.25 281.5,-2428.25 281.5,-2404.25 0,-2404.25"/> +<text text-anchor="start" x="65.75" y="-2410.95" font-family="arial" font-size="14.00">Air Temperature sensor</text> +<polygon fill="none" stroke="black" points="281.5,-2404.25 281.5,-2428.25 401,-2428.25 401,-2404.25 281.5,-2404.25"/> +<text text-anchor="start" x="332.62" y="-2410.95" font-family="arial" font-size="14.00">F2</text> +<polygon fill="none" stroke="black" points="0,-2380.25 0,-2404.25 281.5,-2404.25 281.5,-2380.25 0,-2380.25"/> +<text text-anchor="start" x="90.5" y="-2386.95" font-family="arial" font-size="14.00">Lambda 1 COM</text> +<polygon fill="none" stroke="black" points="281.5,-2380.25 281.5,-2404.25 401,-2404.25 401,-2380.25 281.5,-2380.25"/> +<text text-anchor="start" x="332.62" y="-2386.95" font-family="arial" font-size="14.00">F3</text> +<polygon fill="none" stroke="black" points="0,-2356.25 0,-2380.25 281.5,-2380.25 281.5,-2356.25 0,-2356.25"/> +<text text-anchor="start" x="90.12" y="-2362.95" font-family="arial" font-size="14.00">Lambda 1 VS in</text> +<polygon fill="none" stroke="black" points="281.5,-2356.25 281.5,-2380.25 401,-2380.25 401,-2356.25 281.5,-2356.25"/> +<text text-anchor="start" x="332.62" y="-2362.95" font-family="arial" font-size="14.00">F4</text> +<polygon fill="none" stroke="black" points="0,-2332.25 0,-2356.25 281.5,-2356.25 281.5,-2332.25 0,-2332.25"/> +<text text-anchor="start" x="83.38" y="-2338.95" font-family="arial" font-size="14.00">5V Sensor Supply</text> +<polygon fill="none" stroke="black" points="281.5,-2332.25 281.5,-2356.25 401,-2356.25 401,-2332.25 281.5,-2332.25"/> +<text text-anchor="start" x="331.5" y="-2338.95" font-family="arial" font-size="14.00">G1</text> +<polygon fill="none" stroke="black" points="0,-2308.25 0,-2332.25 281.5,-2332.25 281.5,-2308.25 0,-2308.25"/> +<text text-anchor="start" x="93.12" y="-2314.95" font-family="arial" font-size="14.00">Throttle sensor</text> +<polygon fill="none" stroke="black" points="281.5,-2308.25 281.5,-2332.25 401,-2332.25 401,-2308.25 281.5,-2308.25"/> +<text text-anchor="start" x="331.5" y="-2314.95" font-family="arial" font-size="14.00">G2</text> +<polygon fill="none" stroke="black" points="0,-2284.25 0,-2308.25 281.5,-2308.25 281.5,-2284.25 0,-2284.25"/> +<text text-anchor="start" x="99.88" y="-2290.95" font-family="arial" font-size="14.00">Lambda 1 IP</text> +<polygon fill="none" stroke="black" points="281.5,-2284.25 281.5,-2308.25 401,-2308.25 401,-2284.25 281.5,-2284.25"/> +<text text-anchor="start" x="331.5" y="-2290.95" font-family="arial" font-size="14.00">G3</text> +<polygon fill="none" stroke="black" points="0,-2260.25 0,-2284.25 281.5,-2284.25 281.5,-2260.25 0,-2260.25"/> +<text text-anchor="start" x="87.5" y="-2266.95" font-family="arial" font-size="14.00">Lambda 1 RCAL</text> +<polygon fill="none" stroke="black" points="281.5,-2260.25 281.5,-2284.25 401,-2284.25 401,-2260.25 281.5,-2260.25"/> +<text text-anchor="start" x="331.5" y="-2266.95" font-family="arial" font-size="14.00">G4</text> +<polygon fill="none" stroke="black" points="0,-2236.25 0,-2260.25 281.5,-2260.25 281.5,-2236.25 0,-2236.25"/> +<text text-anchor="start" x="92.38" y="-2242.95" font-family="arial" font-size="14.00">Sensor Ground</text> +<polygon fill="none" stroke="black" points="281.5,-2236.25 281.5,-2260.25 401,-2260.25 401,-2236.25 281.5,-2236.25"/> +<text text-anchor="start" x="332.25" y="-2242.95" font-family="arial" font-size="14.00">H1</text> +<polygon fill="none" stroke="black" points="0,-2212.25 0,-2236.25 281.5,-2236.25 281.5,-2212.25 0,-2212.25"/> +<text text-anchor="start" x="72.5" y="-2218.95" font-family="arial" font-size="14.00">Home sensor Ground</text> +<polygon fill="none" stroke="black" points="281.5,-2212.25 281.5,-2236.25 401,-2236.25 401,-2212.25 281.5,-2212.25"/> +<text text-anchor="start" x="332.25" y="-2218.95" font-family="arial" font-size="14.00">H2</text> +<polygon fill="none" stroke="black" points="0,-2188.25 0,-2212.25 281.5,-2212.25 281.5,-2188.25 0,-2188.25"/> +<text text-anchor="start" x="97.62" y="-2194.95" font-family="arial" font-size="14.00">Crank Sensor</text> +<polygon fill="none" stroke="black" points="281.5,-2188.25 281.5,-2212.25 401,-2212.25 401,-2188.25 281.5,-2188.25"/> +<text text-anchor="start" x="332.25" y="-2194.95" font-family="arial" font-size="14.00">H3</text> +<polygon fill="none" stroke="black" points="0,-2164.25 0,-2188.25 281.5,-2188.25 281.5,-2164.25 0,-2164.25"/> +<text text-anchor="start" x="98" y="-2170.95" font-family="arial" font-size="14.00">Home sensor</text> +<polygon fill="none" stroke="black" points="281.5,-2164.25 281.5,-2188.25 401,-2188.25 401,-2164.25 281.5,-2164.25"/> +<text text-anchor="start" x="332.25" y="-2170.95" font-family="arial" font-size="14.00">H4</text> +<polygon fill="none" stroke="black" points="0,-2140.25 0,-2164.25 281.5,-2164.25 281.5,-2140.25 0,-2140.25"/> +<text text-anchor="start" x="52.25" y="-2146.95" font-family="arial" font-size="14.00">Extra Temperature sensor 1</text> +<polygon fill="none" stroke="black" points="281.5,-2140.25 281.5,-2164.25 401,-2164.25 401,-2140.25 281.5,-2140.25"/> +<text text-anchor="start" x="333.38" y="-2146.95" font-family="arial" font-size="14.00">J1</text> +<polygon fill="none" stroke="black" points="0,-2116.25 0,-2140.25 281.5,-2140.25 281.5,-2116.25 0,-2116.25"/> +<text text-anchor="start" x="52.25" y="-2122.95" font-family="arial" font-size="14.00">Extra Temperature sensor 2</text> +<polygon fill="none" stroke="black" points="281.5,-2116.25 281.5,-2140.25 401,-2140.25 401,-2116.25 281.5,-2116.25"/> +<text text-anchor="start" x="333.38" y="-2122.95" font-family="arial" font-size="14.00">J2</text> +<polygon fill="none" stroke="black" points="0,-2092.25 0,-2116.25 281.5,-2116.25 281.5,-2092.25 0,-2092.25"/> +<text text-anchor="start" x="96.12" y="-2098.95" font-family="arial" font-size="14.00">Fuel Pressure</text> +<polygon fill="none" stroke="black" points="281.5,-2092.25 281.5,-2116.25 401,-2116.25 401,-2092.25 281.5,-2092.25"/> +<text text-anchor="start" x="333.38" y="-2098.95" font-family="arial" font-size="14.00">J3</text> +<polygon fill="none" stroke="black" points="0,-2068.25 0,-2092.25 281.5,-2092.25 281.5,-2068.25 0,-2068.25"/> +<text text-anchor="start" x="125.75" y="-2074.95" font-family="arial" font-size="14.00">Baro</text> +<polygon fill="none" stroke="black" points="281.5,-2068.25 281.5,-2092.25 401,-2092.25 401,-2068.25 281.5,-2068.25"/> +<text text-anchor="start" x="333.38" y="-2074.95" font-family="arial" font-size="14.00">J4</text> +<polygon fill="none" stroke="black" points="0,-2044.25 0,-2068.25 281.5,-2068.25 281.5,-2044.25 0,-2044.25"/> +<text text-anchor="start" x="111.12" y="-2050.95" font-family="arial" font-size="14.00">Injector 1</text> +<polygon fill="none" stroke="black" points="281.5,-2044.25 281.5,-2068.25 401,-2068.25 401,-2044.25 281.5,-2044.25"/> +<text text-anchor="start" x="332.25" y="-2050.95" font-family="arial" font-size="14.00">K1</text> +<polygon fill="none" stroke="black" points="0,-2020.25 0,-2044.25 281.5,-2044.25 281.5,-2020.25 0,-2020.25"/> +<text text-anchor="start" x="111.12" y="-2026.95" font-family="arial" font-size="14.00">Injector 2</text> +<polygon fill="none" stroke="black" points="281.5,-2020.25 281.5,-2044.25 401,-2044.25 401,-2020.25 281.5,-2020.25"/> +<text text-anchor="start" x="332.25" y="-2026.95" font-family="arial" font-size="14.00">K2</text> +<polygon fill="none" stroke="black" points="0,-1996.25 0,-2020.25 281.5,-2020.25 281.5,-1996.25 0,-1996.25"/> +<text text-anchor="start" x="86.38" y="-2002.95" font-family="arial" font-size="14.00">Digital/VR input 1</text> +<polygon fill="none" stroke="black" points="281.5,-1996.25 281.5,-2020.25 401,-2020.25 401,-1996.25 281.5,-1996.25"/> +<text text-anchor="start" x="332.25" y="-2002.95" font-family="arial" font-size="14.00">K3</text> +<polygon fill="none" stroke="black" points="0,-1972.25 0,-1996.25 281.5,-1996.25 281.5,-1972.25 0,-1972.25"/> +<text text-anchor="start" x="105.5" y="-1978.95" font-family="arial" font-size="14.00">Rotor RPM</text> +<polygon fill="none" stroke="black" points="281.5,-1972.25 281.5,-1996.25 401,-1996.25 401,-1972.25 281.5,-1972.25"/> +<text text-anchor="start" x="332.25" y="-1978.95" font-family="arial" font-size="14.00">K4</text> +<polygon fill="none" stroke="black" points="0,-1948.25 0,-1972.25 281.5,-1972.25 281.5,-1948.25 0,-1948.25"/> +<text text-anchor="start" x="111.12" y="-1954.95" font-family="arial" font-size="14.00">Injector 8</text> +<polygon fill="none" stroke="black" points="281.5,-1948.25 281.5,-1972.25 401,-1972.25 401,-1948.25 281.5,-1948.25"/> +<text text-anchor="start" x="333" y="-1954.95" font-family="arial" font-size="14.00">L1</text> +<polygon fill="none" stroke="black" points="0,-1924.25 0,-1948.25 281.5,-1948.25 281.5,-1924.25 0,-1924.25"/> +<text text-anchor="start" x="111.12" y="-1930.95" font-family="arial" font-size="14.00">Injector 7</text> +<polygon fill="none" stroke="black" points="281.5,-1924.25 281.5,-1948.25 401,-1948.25 401,-1924.25 281.5,-1924.25"/> +<text text-anchor="start" x="333" y="-1930.95" font-family="arial" font-size="14.00">L2</text> +<polygon fill="none" stroke="black" points="0,-1900.25 0,-1924.25 281.5,-1924.25 281.5,-1900.25 0,-1900.25"/> +<text text-anchor="start" x="111.12" y="-1906.95" font-family="arial" font-size="14.00">Injector 6</text> +<polygon fill="none" stroke="black" points="281.5,-1900.25 281.5,-1924.25 401,-1924.25 401,-1900.25 281.5,-1900.25"/> +<text text-anchor="start" x="333" y="-1906.95" font-family="arial" font-size="14.00">L3</text> +<polygon fill="none" stroke="black" points="0,-1876.25 0,-1900.25 281.5,-1900.25 281.5,-1876.25 0,-1876.25"/> +<text text-anchor="start" x="93.12" y="-1882.95" font-family="arial" font-size="14.00">Engine Ground</text> +<polygon fill="none" stroke="black" points="281.5,-1876.25 281.5,-1900.25 401,-1900.25 401,-1876.25 281.5,-1876.25"/> +<text text-anchor="start" x="333" y="-1882.95" font-family="arial" font-size="14.00">L4</text> +<polygon fill="none" stroke="black" points="0,-1852.25 0,-1876.25 281.5,-1876.25 281.5,-1852.25 0,-1852.25"/> +<text text-anchor="start" x="111.12" y="-1858.95" font-family="arial" font-size="14.00">Injector 3</text> +<polygon fill="none" stroke="black" points="281.5,-1852.25 281.5,-1876.25 401,-1876.25 401,-1852.25 281.5,-1852.25"/> +<text text-anchor="start" x="331.5" y="-1858.95" font-family="arial" font-size="14.00">M1</text> +<polygon fill="none" stroke="black" points="0,-1828.25 0,-1852.25 281.5,-1852.25 281.5,-1828.25 0,-1828.25"/> +<text text-anchor="start" x="111.12" y="-1834.95" font-family="arial" font-size="14.00">Injector 4</text> +<polygon fill="none" stroke="black" points="281.5,-1828.25 281.5,-1852.25 401,-1852.25 401,-1828.25 281.5,-1828.25"/> +<text text-anchor="start" x="331.5" y="-1834.95" font-family="arial" font-size="14.00">M2</text> +<polygon fill="none" stroke="black" points="0,-1804.25 0,-1828.25 281.5,-1828.25 281.5,-1804.25 0,-1804.25"/> +<text text-anchor="start" x="111.12" y="-1810.95" font-family="arial" font-size="14.00">Injector 5</text> +<polygon fill="none" stroke="black" points="281.5,-1804.25 281.5,-1828.25 401,-1828.25 401,-1804.25 281.5,-1804.25"/> +<text text-anchor="start" x="331.5" y="-1810.95" font-family="arial" font-size="14.00">M3</text> +<polygon fill="none" stroke="black" points="0,-1780.25 0,-1804.25 281.5,-1804.25 281.5,-1780.25 0,-1780.25"/> +<text text-anchor="start" x="110.75" y="-1786.95" font-family="arial" font-size="14.00">ECU 12V</text> +<polygon fill="none" stroke="black" points="281.5,-1780.25 281.5,-1804.25 401,-1804.25 401,-1780.25 281.5,-1780.25"/> +<text text-anchor="start" x="331.5" y="-1786.95" font-family="arial" font-size="14.00">M4</text> +<polyline fill="none" stroke="black" points="401,-1505.25 401,-1780.25 0,-1780.25 0,-1505.25"/> +<image xlink:href="images\ECU1.png" width="393px" height="267px" preserveAspectRatio="xMinYMin meet" x="4" y="-1776.25"/> +<polyline fill="none" stroke="black" points="0,-1505.25 0,-1480.75 401,-1480.75 401,-1505.25"/> +<text text-anchor="start" x="128.5" y="-1487.95" font-family="arial" font-size="14.00">Connector 643203311</text> +<polygon fill="none" stroke="black" points="0,-1456.25 0,-1480.75 401,-1480.75 401,-1456.25 0,-1456.25"/> +<text text-anchor="start" x="89.5" y="-1463.45" font-family="arial" font-size="14.00">ECU Connector 1 (GPO Low side!)</text> +</g> +<!-- W1 --> +<g id="node19" class="node"> +<title>W1</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1014.5,-3564.25 611.5,-3564.25 611.5,-3325.25 1014.5,-3325.25 1014.5,-3564.25"/> +<polygon fill="none" stroke="black" points="611.5,-3539.75 611.5,-3564.25 1014.5,-3564.25 1014.5,-3539.75 611.5,-3539.75"/> +<text text-anchor="start" x="801.75" y="-3546.95" font-family="arial" font-size="14.00">W1</text> +<polygon fill="none" stroke="black" points="611.5,-3515.25 611.5,-3539.75 712.33,-3539.75 712.33,-3515.25 611.5,-3515.25"/> +<text text-anchor="start" x="654.42" y="-3522.45" font-family="arial" font-size="14.00">5x</text> +<polygon fill="none" stroke="black" points="712.33,-3515.25 712.33,-3539.75 853.67,-3539.75 853.67,-3515.25 712.33,-3515.25"/> +<text text-anchor="start" x="755.25" y="-3522.45" font-family="arial" font-size="14.00">18 AWG</text> +<polygon fill="none" stroke="black" points="853.67,-3515.25 853.67,-3539.75 1014.5,-3539.75 1014.5,-3515.25 853.67,-3515.25"/> +<text text-anchor="start" x="896.58" y="-3522.45" font-family="arial" font-size="14.00">50.0 Inches</text> +<text text-anchor="start" x="687.62" y="-3499.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="620.12" y="-3479.95" font-family="arial" font-size="14.00">ECU:A2:Ignition coil 1</text> +<text text-anchor="start" x="769.38" y="-3479.95" font-family="arial" font-size="14.00">     BU    </text> +<text text-anchor="start" x="847.5" y="-3479.95" font-family="arial" font-size="14.00">Coil Pack 1:A:ECU Sig</text> +<polygon fill="#000000" stroke="none" points="611.5,-3473.25 611.5,-3475.25 1014.5,-3475.25 1014.5,-3473.25 611.5,-3473.25"/> +<polygon fill="#0066ff" stroke="none" points="611.5,-3471.25 611.5,-3473.25 1014.5,-3473.25 1014.5,-3471.25 611.5,-3471.25"/> +<polygon fill="#0066ff" stroke="none" points="611.5,-3469.25 611.5,-3471.25 1014.5,-3471.25 1014.5,-3469.25 611.5,-3469.25"/> +<polygon fill="#0066ff" stroke="none" points="611.5,-3467.25 611.5,-3469.25 1014.5,-3469.25 1014.5,-3467.25 611.5,-3467.25"/> +<polygon fill="#000000" stroke="none" points="611.5,-3465.25 611.5,-3467.25 1014.5,-3467.25 1014.5,-3465.25 611.5,-3465.25"/> +<text text-anchor="start" x="620.12" y="-3449.95" font-family="arial" font-size="14.00">ECU:A3:Ignition coil 2</text> +<text text-anchor="start" x="769.38" y="-3449.95" font-family="arial" font-size="14.00">     BU    </text> +<text text-anchor="start" x="847.5" y="-3449.95" font-family="arial" font-size="14.00">Coil Pack 2:A:ECU Sig</text> +<polygon fill="#000000" stroke="none" points="611.5,-3443.25 611.5,-3445.25 1014.5,-3445.25 1014.5,-3443.25 611.5,-3443.25"/> +<polygon fill="#0066ff" stroke="none" points="611.5,-3441.25 611.5,-3443.25 1014.5,-3443.25 1014.5,-3441.25 611.5,-3441.25"/> +<polygon fill="#0066ff" stroke="none" points="611.5,-3439.25 611.5,-3441.25 1014.5,-3441.25 1014.5,-3439.25 611.5,-3439.25"/> +<polygon fill="#0066ff" stroke="none" points="611.5,-3437.25 611.5,-3439.25 1014.5,-3439.25 1014.5,-3437.25 611.5,-3437.25"/> +<polygon fill="#000000" stroke="none" points="611.5,-3435.25 611.5,-3437.25 1014.5,-3437.25 1014.5,-3435.25 611.5,-3435.25"/> +<text text-anchor="start" x="620.12" y="-3419.95" font-family="arial" font-size="14.00">ECU:B2:Ignition coil 3</text> +<text text-anchor="start" x="769.38" y="-3419.95" font-family="arial" font-size="14.00">     BU    </text> +<text text-anchor="start" x="847.5" y="-3419.95" font-family="arial" font-size="14.00">Coil Pack 3:A:ECU Sig</text> +<polygon fill="#000000" stroke="none" points="611.5,-3413.25 611.5,-3415.25 1014.5,-3415.25 1014.5,-3413.25 611.5,-3413.25"/> +<polygon fill="#0066ff" stroke="none" points="611.5,-3411.25 611.5,-3413.25 1014.5,-3413.25 1014.5,-3411.25 611.5,-3411.25"/> +<polygon fill="#0066ff" stroke="none" points="611.5,-3409.25 611.5,-3411.25 1014.5,-3411.25 1014.5,-3409.25 611.5,-3409.25"/> +<polygon fill="#0066ff" stroke="none" points="611.5,-3407.25 611.5,-3409.25 1014.5,-3409.25 1014.5,-3407.25 611.5,-3407.25"/> +<polygon fill="#000000" stroke="none" points="611.5,-3405.25 611.5,-3407.25 1014.5,-3407.25 1014.5,-3405.25 611.5,-3405.25"/> +<text text-anchor="start" x="620.12" y="-3389.95" font-family="arial" font-size="14.00">ECU:B3:Ignition coil 4</text> +<text text-anchor="start" x="769.38" y="-3389.95" font-family="arial" font-size="14.00">     BU    </text> +<text text-anchor="start" x="847.5" y="-3389.95" font-family="arial" font-size="14.00">Coil Pack 4:A:ECU Sig</text> +<polygon fill="#000000" stroke="none" points="611.5,-3383.25 611.5,-3385.25 1014.5,-3385.25 1014.5,-3383.25 611.5,-3383.25"/> +<polygon fill="#0066ff" stroke="none" points="611.5,-3381.25 611.5,-3383.25 1014.5,-3383.25 1014.5,-3381.25 611.5,-3381.25"/> +<polygon fill="#0066ff" stroke="none" points="611.5,-3379.25 611.5,-3381.25 1014.5,-3381.25 1014.5,-3379.25 611.5,-3379.25"/> +<polygon fill="#0066ff" stroke="none" points="611.5,-3377.25 611.5,-3379.25 1014.5,-3379.25 1014.5,-3377.25 611.5,-3377.25"/> +<polygon fill="#000000" stroke="none" points="611.5,-3375.25 611.5,-3377.25 1014.5,-3377.25 1014.5,-3375.25 611.5,-3375.25"/> +<text text-anchor="start" x="613.38" y="-3359.95" font-family="arial" font-size="14.00">ECU:H1:Sensor Ground</text> +<text text-anchor="start" x="769.38" y="-3359.95" font-family="arial" font-size="14.00">     BN    </text> +<text text-anchor="start" x="826.5" y="-3359.95" font-family="arial" font-size="14.00">Coil Pack 1:B:Sensor Ground</text> +<polygon fill="#000000" stroke="none" points="611.5,-3353.25 611.5,-3355.25 1014.5,-3355.25 1014.5,-3353.25 611.5,-3353.25"/> +<polygon fill="#895956" stroke="none" points="611.5,-3351.25 611.5,-3353.25 1014.5,-3353.25 1014.5,-3351.25 611.5,-3351.25"/> +<polygon fill="#895956" stroke="none" points="611.5,-3349.25 611.5,-3351.25 1014.5,-3351.25 1014.5,-3349.25 611.5,-3349.25"/> +<polygon fill="#895956" stroke="none" points="611.5,-3347.25 611.5,-3349.25 1014.5,-3349.25 1014.5,-3347.25 611.5,-3347.25"/> +<polygon fill="#000000" stroke="none" points="611.5,-3345.25 611.5,-3347.25 1014.5,-3347.25 1014.5,-3345.25 611.5,-3345.25"/> +<text text-anchor="start" x="687.62" y="-3329.95" font-family="arial" font-size="14.00"> </text> +</g> +<!-- ECU--W1 --> +<g id="edge1" class="edge"> +<title>ECU:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2892.25C676.03,-2898.26 342.39,-3472.26 610.5,-3466.25"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M401,-2894.25C674.3,-2897.26 340.66,-3471.26 610.5,-3468.25"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M401,-2896.25C672.57,-2896.25 338.93,-3470.25 610.5,-3470.25"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M401,-2898.25C670.84,-2895.24 337.2,-3469.24 610.5,-3472.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2900.25C669.11,-2894.24 335.47,-3468.24 610.5,-3474.25"/> +</g> +<!-- ECU--W1 --> +<g id="edge3" class="edge"> +<title>ECU:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2868.25C673.53,-2874.25 344.89,-3442.25 610.5,-3436.25"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M401,-2870.25C671.8,-2873.25 343.16,-3441.25 610.5,-3438.25"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M401,-2872.25C670.07,-2872.25 341.43,-3440.25 610.5,-3440.25"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M401,-2874.25C668.34,-2871.25 339.7,-3439.25 610.5,-3442.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2876.25C666.61,-2870.25 337.97,-3438.25 610.5,-3444.25"/> +</g> +<!-- ECU--W1 --> +<g id="edge5" class="edge"> +<title>ECU:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2796.25C691.09,-2802.3 327.28,-3412.3 610.5,-3406.25"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M401,-2798.25C689.37,-2801.27 325.56,-3411.27 610.5,-3408.25"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M401,-2800.25C687.65,-2800.25 323.85,-3410.25 610.5,-3410.25"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M401,-2802.25C685.94,-2799.23 322.13,-3409.23 610.5,-3412.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2804.25C684.22,-2798.2 320.41,-3408.2 610.5,-3414.25"/> +</g> +<!-- ECU--W1 --> +<g id="edge7" class="edge"> +<title>ECU:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2772.25C688.57,-2778.29 329.81,-3382.29 610.5,-3376.25"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M401,-2774.25C686.85,-2777.27 328.09,-3381.27 610.5,-3378.25"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M401,-2776.25C685.13,-2776.25 326.37,-3380.25 610.5,-3380.25"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M401,-2778.25C683.41,-2775.23 324.65,-3379.23 610.5,-3382.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2780.25C681.69,-2774.21 322.93,-3378.21 610.5,-3384.25"/> +</g> +<!-- ECU--W1 --> +<g id="edge9" class="edge"> +<title>ECU:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2244.25C654.14,-2249.26 365.09,-3351.26 610.5,-3346.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M401,-2246.25C652.21,-2248.76 363.16,-3350.76 610.5,-3348.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M401,-2248.25C650.27,-2248.25 361.23,-3350.25 610.5,-3350.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M401,-2250.25C648.34,-2247.74 359.29,-3349.74 610.5,-3352.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2252.25C646.41,-2247.24 357.36,-3349.24 610.5,-3354.25"/> +</g> +<!-- W3 --> +<g id="node20" class="node"> +<title>W3</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="984,-1471.25 642,-1471.25 642,-1352.25 984,-1352.25 984,-1471.25"/> +<polygon fill="none" stroke="black" points="642,-1446.75 642,-1471.25 984,-1471.25 984,-1446.75 642,-1446.75"/> +<text text-anchor="start" x="801.75" y="-1453.95" font-family="arial" font-size="14.00">W3</text> +<polygon fill="none" stroke="black" points="642,-1422.25 642,-1446.75 722.5,-1446.75 722.5,-1422.25 642,-1422.25"/> +<text text-anchor="start" x="674.75" y="-1429.45" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="722.5,-1422.25 722.5,-1446.75 843.5,-1446.75 843.5,-1422.25 722.5,-1422.25"/> +<text text-anchor="start" x="755.25" y="-1429.45" font-family="arial" font-size="14.00">14 AWG</text> +<polygon fill="none" stroke="black" points="843.5,-1422.25 843.5,-1446.75 984,-1446.75 984,-1422.25 843.5,-1422.25"/> +<text text-anchor="start" x="876.25" y="-1429.45" font-family="arial" font-size="14.00">40.0 Inches</text> +<text text-anchor="start" x="699.12" y="-1406.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="643.62" y="-1386.95" font-family="arial" font-size="14.00">ECU:K1:Injector 1</text> +<text text-anchor="start" x="762" y="-1386.95" font-family="arial" font-size="14.00">     GY    </text> +<text text-anchor="start" x="820" y="-1386.95" font-family="arial" font-size="14.00">Fuel Injector 1:2:ECU INJ</text> +<polygon fill="#000000" stroke="none" points="642,-1380.25 642,-1382.25 984,-1382.25 984,-1380.25 642,-1380.25"/> +<polygon fill="#999999" stroke="none" points="642,-1378.25 642,-1380.25 984,-1380.25 984,-1378.25 642,-1378.25"/> +<polygon fill="#999999" stroke="none" points="642,-1376.25 642,-1378.25 984,-1378.25 984,-1376.25 642,-1376.25"/> +<polygon fill="#999999" stroke="none" points="642,-1374.25 642,-1376.25 984,-1376.25 984,-1374.25 642,-1374.25"/> +<polygon fill="#000000" stroke="none" points="642,-1372.25 642,-1374.25 984,-1374.25 984,-1372.25 642,-1372.25"/> +<text text-anchor="start" x="699.12" y="-1356.95" font-family="arial" font-size="14.00"> </text> +</g> +<!-- ECU--W3 --> +<g id="edge14" class="edge"> +<title>ECU:e--W3:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2052.25C717.63,-2058.28 317.48,-1379.28 641,-1373.25"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M401,-2054.25C719.35,-2057.27 319.2,-1378.27 641,-1375.25"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M401,-2056.25C721.07,-2056.25 320.93,-1377.25 641,-1377.25"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M401,-2058.25C722.8,-2055.23 322.65,-1376.23 641,-1379.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2060.25C724.52,-2054.22 324.37,-1375.22 641,-1381.25"/> +</g> +<!-- W4 --> +<g id="node21" class="node"> +<title>W4</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="984,-1128.25 642,-1128.25 642,-1009.25 984,-1009.25 984,-1128.25"/> +<polygon fill="none" stroke="black" points="642,-1103.75 642,-1128.25 984,-1128.25 984,-1103.75 642,-1103.75"/> +<text text-anchor="start" x="801.75" y="-1110.95" font-family="arial" font-size="14.00">W4</text> +<polygon fill="none" stroke="black" points="642,-1079.25 642,-1103.75 722.5,-1103.75 722.5,-1079.25 642,-1079.25"/> +<text text-anchor="start" x="674.75" y="-1086.45" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="722.5,-1079.25 722.5,-1103.75 843.5,-1103.75 843.5,-1079.25 722.5,-1079.25"/> +<text text-anchor="start" x="755.25" y="-1086.45" font-family="arial" font-size="14.00">14 AWG</text> +<polygon fill="none" stroke="black" points="843.5,-1079.25 843.5,-1103.75 984,-1103.75 984,-1079.25 843.5,-1079.25"/> +<text text-anchor="start" x="876.25" y="-1086.45" font-family="arial" font-size="14.00">40.0 Inches</text> +<text text-anchor="start" x="699.12" y="-1063.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="643.62" y="-1043.95" font-family="arial" font-size="14.00">ECU:K2:Injector 2</text> +<text text-anchor="start" x="762" y="-1043.95" font-family="arial" font-size="14.00">     GY    </text> +<text text-anchor="start" x="820" y="-1043.95" font-family="arial" font-size="14.00">Fuel Injector 2:2:ECU INJ</text> +<polygon fill="#000000" stroke="none" points="642,-1037.25 642,-1039.25 984,-1039.25 984,-1037.25 642,-1037.25"/> +<polygon fill="#999999" stroke="none" points="642,-1035.25 642,-1037.25 984,-1037.25 984,-1035.25 642,-1035.25"/> +<polygon fill="#999999" stroke="none" points="642,-1033.25 642,-1035.25 984,-1035.25 984,-1033.25 642,-1033.25"/> +<polygon fill="#999999" stroke="none" points="642,-1031.25 642,-1033.25 984,-1033.25 984,-1031.25 642,-1031.25"/> +<polygon fill="#000000" stroke="none" points="642,-1029.25 642,-1031.25 984,-1031.25 984,-1029.25 642,-1029.25"/> +<text text-anchor="start" x="699.12" y="-1013.95" font-family="arial" font-size="14.00"> </text> +</g> +<!-- ECU--W4 --> +<g id="edge16" class="edge"> +<title>ECU:e--W4:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2028.25C625.19,-2033.1 408.99,-1035.1 641,-1030.25"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M401,-2030.25C627.15,-2032.67 410.94,-1034.67 641,-1032.25"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M401,-2032.25C629.1,-2032.25 412.9,-1034.25 641,-1034.25"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M401,-2034.25C631.06,-2031.83 414.85,-1033.83 641,-1036.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2036.25C633.01,-2031.4 416.81,-1033.4 641,-1038.25"/> +</g> +<!-- W5 --> +<g id="node22" class="node"> +<title>W5</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1001,-2480.25 625,-2480.25 625,-2229.25 1001,-2229.25 1001,-2480.25"/> +<polygon fill="none" stroke="black" points="625,-2455.75 625,-2480.25 1001,-2480.25 1001,-2455.75 625,-2455.75"/> +<text text-anchor="start" x="801.75" y="-2462.95" font-family="arial" font-size="14.00">W5</text> +<polygon fill="none" stroke="black" points="625,-2431.25 625,-2455.75 692.19,-2455.75 692.19,-2431.25 625,-2431.25"/> +<text text-anchor="start" x="651.09" y="-2438.45" font-family="arial" font-size="14.00">4x</text> +<polygon fill="none" stroke="black" points="692.19,-2431.25 692.19,-2455.75 799.88,-2455.75 799.88,-2431.25 692.19,-2431.25"/> +<text text-anchor="start" x="718.28" y="-2438.45" font-family="arial" font-size="14.00">18 AWG</text> +<polygon fill="none" stroke="black" points="799.88,-2431.25 799.88,-2455.75 873.81,-2455.75 873.81,-2431.25 799.88,-2431.25"/> +<text text-anchor="start" x="825.97" y="-2438.45" font-family="arial" font-size="14.00">+ S</text> +<polygon fill="none" stroke="black" points="873.81,-2431.25 873.81,-2455.75 1001,-2455.75 1001,-2431.25 873.81,-2431.25"/> +<text text-anchor="start" x="899.91" y="-2438.45" font-family="arial" font-size="14.00">21.0 Inches</text> +<text text-anchor="start" x="706.62" y="-2415.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="630.5" y="-2395.95" font-family="arial" font-size="14.00">ECU:F4:Lambda 1 VS in</text> +<text text-anchor="start" x="795.88" y="-2395.95" font-family="arial" font-size="14.00">     BN    </text> +<text text-anchor="start" x="854.62" y="-2395.95" font-family="arial" font-size="14.00">LSU:1:VBO2 VS/O2 In</text> +<polygon fill="#000000" stroke="none" points="625,-2389.25 625,-2391.25 1001,-2391.25 1001,-2389.25 625,-2389.25"/> +<polygon fill="#895956" stroke="none" points="625,-2387.25 625,-2389.25 1001,-2389.25 1001,-2387.25 625,-2387.25"/> +<polygon fill="#895956" stroke="none" points="625,-2385.25 625,-2387.25 1001,-2387.25 1001,-2385.25 625,-2385.25"/> +<polygon fill="#895956" stroke="none" points="625,-2383.25 625,-2385.25 1001,-2385.25 1001,-2383.25 625,-2383.25"/> +<polygon fill="#000000" stroke="none" points="625,-2381.25 625,-2383.25 1001,-2383.25 1001,-2381.25 625,-2381.25"/> +<text text-anchor="start" x="626.75" y="-2365.95" font-family="arial" font-size="14.00">ECU:G4:Lambda 1 RCAL</text> +<text text-anchor="start" x="795.12" y="-2365.95" font-family="arial" font-size="14.00">     GN    </text> +<text text-anchor="start" x="863.25" y="-2365.95" font-family="arial" font-size="14.00">LSU:2:WBO2 Recal</text> +<polygon fill="#000000" stroke="none" points="625,-2359.25 625,-2361.25 1001,-2361.25 1001,-2359.25 625,-2359.25"/> +<polygon fill="#00ff00" stroke="none" points="625,-2357.25 625,-2359.25 1001,-2359.25 1001,-2357.25 625,-2357.25"/> +<polygon fill="#00ff00" stroke="none" points="625,-2355.25 625,-2357.25 1001,-2357.25 1001,-2355.25 625,-2355.25"/> +<polygon fill="#00ff00" stroke="none" points="625,-2353.25 625,-2355.25 1001,-2355.25 1001,-2353.25 625,-2353.25"/> +<polygon fill="#000000" stroke="none" points="625,-2351.25 625,-2353.25 1001,-2353.25 1001,-2351.25 625,-2351.25"/> +<text text-anchor="start" x="630.88" y="-2335.95" font-family="arial" font-size="14.00">ECU:F3:Lambda 1 COM</text> +<text text-anchor="start" x="796.25" y="-2335.95" font-family="arial" font-size="14.00">     YE    </text> +<text text-anchor="start" x="865.12" y="-2335.95" font-family="arial" font-size="14.00">LSU:5:WBO2 COM</text> +<polygon fill="#000000" stroke="none" points="625,-2329.25 625,-2331.25 1001,-2331.25 1001,-2329.25 625,-2329.25"/> +<polygon fill="#ffff00" stroke="none" points="625,-2327.25 625,-2329.25 1001,-2329.25 1001,-2327.25 625,-2327.25"/> +<polygon fill="#ffff00" stroke="none" points="625,-2325.25 625,-2327.25 1001,-2327.25 1001,-2325.25 625,-2325.25"/> +<polygon fill="#ffff00" stroke="none" points="625,-2323.25 625,-2325.25 1001,-2325.25 1001,-2323.25 625,-2323.25"/> +<polygon fill="#000000" stroke="none" points="625,-2321.25 625,-2323.25 1001,-2323.25 1001,-2321.25 625,-2321.25"/> +<text text-anchor="start" x="639.12" y="-2305.95" font-family="arial" font-size="14.00">ECU:G3:Lambda 1 IP</text> +<text text-anchor="start" x="793.62" y="-2305.95" font-family="arial" font-size="14.00">     WH    </text> +<text text-anchor="start" x="874.5" y="-2305.95" font-family="arial" font-size="14.00">LSU:6:WBO2 IP</text> +<polygon fill="#000000" stroke="none" points="625,-2299.25 625,-2301.25 1001,-2301.25 1001,-2299.25 625,-2299.25"/> +<polygon fill="#ffffff" stroke="none" points="625,-2297.25 625,-2299.25 1001,-2299.25 1001,-2297.25 625,-2297.25"/> +<polygon fill="#ffffff" stroke="none" points="625,-2295.25 625,-2297.25 1001,-2297.25 1001,-2295.25 625,-2295.25"/> +<polygon fill="#ffffff" stroke="none" points="625,-2293.25 625,-2295.25 1001,-2295.25 1001,-2293.25 625,-2293.25"/> +<polygon fill="#000000" stroke="none" points="625,-2291.25 625,-2293.25 1001,-2293.25 1001,-2291.25 625,-2291.25"/> +<text text-anchor="start" x="706.62" y="-2275.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="635.38" y="-2255.95" font-family="arial" font-size="14.00">ECU:E3:Sheild Ground</text> +<text text-anchor="start" x="802.62" y="-2255.95" font-family="arial" font-size="14.00">Shield</text> +<polygon fill="#000000" stroke="none" points="625,-2249.25 625,-2251.25 1001,-2251.25 1001,-2249.25 625,-2249.25"/> +<text text-anchor="start" x="706.62" y="-2233.95" font-family="arial" font-size="14.00"> </text> +</g> +<!-- ECU--W5 --> +<g id="edge18" class="edge"> +<title>ECU:e--W5:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2364.25C502.82,-2365.04 526.96,-2383.04 624,-2382.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M401,-2366.25C501.63,-2366.65 525.76,-2384.65 624,-2384.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M401,-2368.25C500.43,-2368.25 524.57,-2386.25 624,-2386.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M401,-2370.25C499.24,-2369.85 523.37,-2387.85 624,-2388.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2372.25C498.04,-2371.46 522.18,-2389.46 624,-2390.25"/> +</g> +<!-- ECU--W5 --> +<g id="edge20" class="edge"> +<title>ECU:e--W5:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2268.25C510.87,-2271.72 522.06,-2355.72 624,-2352.25"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M401,-2270.25C508.89,-2271.99 520.07,-2355.99 624,-2354.25"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M401,-2272.25C506.91,-2272.25 518.09,-2356.25 624,-2356.25"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M401,-2274.25C504.93,-2272.51 516.11,-2356.51 624,-2358.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2276.25C502.94,-2272.78 514.13,-2356.78 624,-2360.25"/> +</g> +<!-- ECU--W5 --> +<g id="edge22" class="edge"> +<title>ECU:e--W5:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2388.25C500.48,-2391.29 516.76,-2325.29 624,-2322.25"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M401,-2390.25C502.42,-2391.77 518.7,-2325.77 624,-2324.25"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M401,-2392.25C504.36,-2392.25 520.64,-2326.25 624,-2326.25"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M401,-2394.25C506.3,-2392.73 522.58,-2326.73 624,-2328.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2396.25C508.24,-2393.21 524.52,-2327.21 624,-2330.25"/> +</g> +<!-- ECU--W5 --> +<g id="edge24" class="edge"> +<title>ECU:e--W5:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2292.25C500.11,-2292.25 524.89,-2292.25 624,-2292.25"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M401,-2294.25C500.11,-2294.25 524.89,-2294.25 624,-2294.25"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M401,-2296.25C500.11,-2296.25 524.89,-2296.25 624,-2296.25"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M401,-2298.25C500.11,-2298.25 524.89,-2298.25 624,-2298.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2300.25C500.11,-2300.25 524.89,-2300.25 624,-2300.25"/> +</g> +<!-- ECU--W5 --> +<g id="edge26" class="edge"> +<title>ECU:e--W5:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2488.25C545.95,-2488.25 479.05,-2250.25 624,-2250.25"/> +</g> +<!-- W6 --> +<g id="node23" class="node"> +<title>W6</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="982.5,-2623.25 643.5,-2623.25 643.5,-2504.25 982.5,-2504.25 982.5,-2623.25"/> +<polygon fill="none" stroke="black" points="643.5,-2598.75 643.5,-2623.25 982.5,-2623.25 982.5,-2598.75 643.5,-2598.75"/> +<text text-anchor="start" x="801.75" y="-2605.95" font-family="arial" font-size="14.00">W6</text> +<polygon fill="none" stroke="black" points="643.5,-2574.25 643.5,-2598.75 723,-2598.75 723,-2574.25 643.5,-2574.25"/> +<text text-anchor="start" x="675.75" y="-2581.45" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="723,-2574.25 723,-2598.75 843,-2598.75 843,-2574.25 723,-2574.25"/> +<text text-anchor="start" x="755.25" y="-2581.45" font-family="arial" font-size="14.00">18 AWG</text> +<polygon fill="none" stroke="black" points="843,-2574.25 843,-2598.75 982.5,-2598.75 982.5,-2574.25 843,-2574.25"/> +<text text-anchor="start" x="875.25" y="-2581.45" font-family="arial" font-size="14.00">21.0 Inches</text> +<text text-anchor="start" x="720.12" y="-2558.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="645.5" y="-2538.95" font-family="arial" font-size="14.00">ECU:D1:Lambda 1 Heat</text> +<text text-anchor="start" x="802.12" y="-2538.95" font-family="arial" font-size="14.00">     GN    </text> +<text text-anchor="start" x="860.5" y="-2538.95" font-family="arial" font-size="14.00">LSU:4:WBO2 HTR</text> +<polygon fill="#000000" stroke="none" points="643.5,-2532.25 643.5,-2534.25 982.5,-2534.25 982.5,-2532.25 643.5,-2532.25"/> +<polygon fill="#00ff00" stroke="none" points="643.5,-2530.25 643.5,-2532.25 982.5,-2532.25 982.5,-2530.25 643.5,-2530.25"/> +<polygon fill="#00ff00" stroke="none" points="643.5,-2528.25 643.5,-2530.25 982.5,-2530.25 982.5,-2528.25 643.5,-2528.25"/> +<polygon fill="#00ff00" stroke="none" points="643.5,-2526.25 643.5,-2528.25 982.5,-2528.25 982.5,-2526.25 643.5,-2526.25"/> +<polygon fill="#000000" stroke="none" points="643.5,-2524.25 643.5,-2526.25 982.5,-2526.25 982.5,-2524.25 643.5,-2524.25"/> +<text text-anchor="start" x="720.12" y="-2508.95" font-family="arial" font-size="14.00"> </text> +</g> +<!-- ECU--W6 --> +<g id="edge27" class="edge"> +<title>ECU:e--W6:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2628.25C513.7,-2631.94 521.82,-2528.94 642.5,-2525.25"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M401,-2630.25C515.69,-2632.09 523.82,-2529.09 642.5,-2527.25"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M401,-2632.25C517.69,-2632.25 525.81,-2529.25 642.5,-2529.25"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M401,-2634.25C519.68,-2632.41 527.81,-2529.41 642.5,-2531.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2636.25C521.68,-2632.56 529.8,-2529.56 642.5,-2533.25"/> +</g> +<!-- W7 --> +<g id="node24" class="node"> +<title>W7</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1041.5,-2892.5 584.5,-2892.5 584.5,-2647 1041.5,-2647 1041.5,-2892.5"/> +<polygon fill="none" stroke="black" points="584.5,-2868 584.5,-2892.5 1041.5,-2892.5 1041.5,-2868 584.5,-2868"/> +<text text-anchor="start" x="801.75" y="-2875.2" font-family="arial" font-size="14.00">W7</text> +<polygon fill="none" stroke="black" points="584.5,-2843.5 584.5,-2868 671.94,-2868 671.94,-2843.5 584.5,-2843.5"/> +<text text-anchor="start" x="620.72" y="-2850.7" font-family="arial" font-size="14.00">3x</text> +<polygon fill="none" stroke="black" points="671.94,-2843.5 671.94,-2868 799.88,-2868 799.88,-2843.5 671.94,-2843.5"/> +<text text-anchor="start" x="708.16" y="-2850.7" font-family="arial" font-size="14.00">18 AWG</text> +<polygon fill="none" stroke="black" points="799.88,-2843.5 799.88,-2868 894.06,-2868 894.06,-2843.5 799.88,-2843.5"/> +<text text-anchor="start" x="836.09" y="-2850.7" font-family="arial" font-size="14.00">+ S</text> +<polygon fill="none" stroke="black" points="894.06,-2843.5 894.06,-2868 1041.5,-2868 1041.5,-2843.5 894.06,-2843.5"/> +<text text-anchor="start" x="930.28" y="-2850.7" font-family="arial" font-size="14.00">40.0 Inches</text> +<text text-anchor="start" x="657.62" y="-2828.2" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="610.75" y="-2808.2" font-family="arial" font-size="14.00">ECU:E2:CAN L</text> +<text text-anchor="start" x="748.38" y="-2808.2" font-family="arial" font-size="14.00">     PK    </text> +<text text-anchor="start" x="823.88" y="-2808.2" font-family="arial" font-size="14.00">Veronte 1X CAN Bus:B:CANB_N</text> +<polygon fill="#000000" stroke="none" points="584.5,-2801.5 584.5,-2803.5 1041.5,-2803.5 1041.5,-2801.5 584.5,-2801.5"/> +<polygon fill="#ff66cc" stroke="none" points="584.5,-2799.5 584.5,-2801.5 1041.5,-2801.5 1041.5,-2799.5 584.5,-2799.5"/> +<polygon fill="#ff66cc" stroke="none" points="584.5,-2797.5 584.5,-2799.5 1041.5,-2799.5 1041.5,-2797.5 584.5,-2797.5"/> +<polygon fill="#ff66cc" stroke="none" points="584.5,-2795.5 584.5,-2797.5 1041.5,-2797.5 1041.5,-2795.5 584.5,-2795.5"/> +<polygon fill="#000000" stroke="none" points="584.5,-2793.5 584.5,-2795.5 1041.5,-2795.5 1041.5,-2793.5 584.5,-2793.5"/> +<text text-anchor="start" x="610" y="-2778.2" font-family="arial" font-size="14.00">ECU:E1:CAN H</text> +<text text-anchor="start" x="748" y="-2778.2" font-family="arial" font-size="14.00">     GY    </text> +<text text-anchor="start" x="823.88" y="-2778.2" font-family="arial" font-size="14.00">Veronte 1X CAN Bus:A:CANB_P</text> +<polygon fill="#000000" stroke="none" points="584.5,-2771.5 584.5,-2773.5 1041.5,-2773.5 1041.5,-2771.5 584.5,-2771.5"/> +<polygon fill="#999999" stroke="none" points="584.5,-2769.5 584.5,-2771.5 1041.5,-2771.5 1041.5,-2769.5 584.5,-2769.5"/> +<polygon fill="#999999" stroke="none" points="584.5,-2767.5 584.5,-2769.5 1041.5,-2769.5 1041.5,-2767.5 584.5,-2767.5"/> +<polygon fill="#999999" stroke="none" points="584.5,-2765.5 584.5,-2767.5 1041.5,-2767.5 1041.5,-2765.5 584.5,-2765.5"/> +<polygon fill="#000000" stroke="none" points="584.5,-2763.5 584.5,-2765.5 1041.5,-2765.5 1041.5,-2763.5 584.5,-2763.5"/> +<text text-anchor="start" x="586.38" y="-2748.2" font-family="arial" font-size="14.00">ECU:E3:Sheild Ground</text> +<text text-anchor="start" x="736.38" y="-2748.2" font-family="arial" font-size="14.00">     BKWH    </text> +<text text-anchor="start" x="817.5" y="-2748.2" font-family="arial" font-size="14.00">Veronte 1X CAN Bus:C:CAN_GND</text> +<polygon fill="#000000" stroke="none" points="584.5,-2741.5 584.5,-2743.5 1041.5,-2743.5 1041.5,-2741.5 584.5,-2741.5"/> +<polygon fill="#000000" stroke="none" points="584.5,-2739.5 584.5,-2741.5 1041.5,-2741.5 1041.5,-2739.5 584.5,-2739.5"/> +<polygon fill="#ffffff" stroke="none" points="584.5,-2737.5 584.5,-2739.5 1041.5,-2739.5 1041.5,-2737.5 584.5,-2737.5"/> +<polygon fill="#000000" stroke="none" points="584.5,-2735.5 584.5,-2737.5 1041.5,-2737.5 1041.5,-2735.5 584.5,-2735.5"/> +<polygon fill="#000000" stroke="none" points="584.5,-2733.5 584.5,-2735.5 1041.5,-2735.5 1041.5,-2733.5 584.5,-2733.5"/> +<text text-anchor="start" x="657.62" y="-2718.2" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="586.38" y="-2698.2" font-family="arial" font-size="14.00">ECU:E3:Sheild Ground</text> +<text text-anchor="start" x="755.12" y="-2698.2" font-family="arial" font-size="14.00">Shield</text> +<text text-anchor="start" x="877.88" y="-2698.2" font-family="arial" font-size="14.00">shield1:1:Shield</text> +<polygon fill="#000000" stroke="none" points="584.5,-2691.5 584.5,-2693.5 1041.5,-2693.5 1041.5,-2691.5 584.5,-2691.5"/> +<text text-anchor="start" x="657.62" y="-2676.2" font-family="arial" font-size="14.00"> </text> +<polygon fill="none" stroke="black" points="584.5,-2647 584.5,-2671.5 1041.5,-2671.5 1041.5,-2647 584.5,-2647"/> +<text text-anchor="start" x="718.12" y="-2654.2" font-family="arial" font-size="14.00">Twisted Pair | ECU to Veronte</text> +</g> +<!-- ECU--W7 --> +<g id="edge29" class="edge"> +<title>ECU:e--W7:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2508.25C555.57,-2513.79 436.31,-2800.04 583.5,-2794.5"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M401,-2510.25C553.73,-2513.02 434.47,-2799.27 583.5,-2796.5"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M401,-2512.25C551.88,-2512.25 432.62,-2798.5 583.5,-2798.5"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M401,-2514.25C550.03,-2511.48 430.77,-2797.73 583.5,-2800.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2516.25C548.19,-2510.71 428.93,-2796.96 583.5,-2802.5"/> +</g> +<!-- ECU--W7 --> +<g id="edge31" class="edge"> +<title>ECU:e--W7:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2532.25C536.06,-2537.55 456,-2769.8 583.5,-2764.5"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M401,-2534.25C534.17,-2536.9 454.11,-2769.15 583.5,-2766.5"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M401,-2536.25C532.28,-2536.25 452.22,-2768.5 583.5,-2768.5"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M401,-2538.25C530.39,-2535.6 450.33,-2767.85 583.5,-2770.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2540.25C528.5,-2534.95 448.44,-2767.2 583.5,-2772.5"/> +</g> +<!-- ECU--W7 --> +<g id="edge33" class="edge"> +<title>ECU:e--W7:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2484.25C542.41,-2489.64 449.59,-2739.89 583.5,-2734.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2486.25C540.53,-2488.95 447.72,-2739.2 583.5,-2736.5"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M401,-2488.25C538.66,-2488.25 445.84,-2738.5 583.5,-2738.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2490.25C536.78,-2487.55 443.97,-2737.8 583.5,-2740.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2492.25C534.91,-2486.86 442.09,-2737.11 583.5,-2742.5"/> +</g> +<!-- ECU--W7 --> +<g id="edge35" class="edge"> +<title>ECU:e--W7:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2488.25C522.74,-2488.25 461.76,-2692.5 583.5,-2692.5"/> +</g> +<!-- W8 --> +<g id="node25" class="node"> +<title>W8</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1081,-2177.25 545,-2177.25 545,-2028.25 1081,-2028.25 1081,-2177.25"/> +<polygon fill="none" stroke="black" points="545,-2152.75 545,-2177.25 1081,-2177.25 1081,-2152.75 545,-2152.75"/> +<text text-anchor="start" x="801.75" y="-2159.95" font-family="arial" font-size="14.00">W8</text> +<polygon fill="none" stroke="black" points="545,-2128.25 545,-2152.75 690.17,-2152.75 690.17,-2128.25 545,-2128.25"/> +<text text-anchor="start" x="610.08" y="-2135.45" font-family="arial" font-size="14.00">2x</text> +<polygon fill="none" stroke="black" points="690.17,-2128.25 690.17,-2152.75 875.83,-2152.75 875.83,-2128.25 690.17,-2128.25"/> +<text text-anchor="start" x="755.25" y="-2135.45" font-family="arial" font-size="14.00">18 AWG</text> +<polygon fill="none" stroke="black" points="875.83,-2128.25 875.83,-2152.75 1081,-2152.75 1081,-2128.25 875.83,-2128.25"/> +<text text-anchor="start" x="940.92" y="-2135.45" font-family="arial" font-size="14.00">33.5 Inches</text> +<text text-anchor="start" x="663.12" y="-2112.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="588.88" y="-2092.95" font-family="arial" font-size="14.00">ECU:H1:Sensor Ground</text> +<text text-anchor="start" x="786.88" y="-2092.95" font-family="arial" font-size="14.00">     BN    </text> +<text text-anchor="start" x="843.75" y="-2092.95" font-family="arial" font-size="14.00">Coolant/Crank Sensor:2:Sensor GND</text> +<polygon fill="#000000" stroke="none" points="545,-2086.25 545,-2088.25 1081,-2088.25 1081,-2086.25 545,-2086.25"/> +<polygon fill="#895956" stroke="none" points="545,-2084.25 545,-2086.25 1081,-2086.25 1081,-2084.25 545,-2084.25"/> +<polygon fill="#895956" stroke="none" points="545,-2082.25 545,-2084.25 1081,-2084.25 1081,-2082.25 545,-2082.25"/> +<polygon fill="#895956" stroke="none" points="545,-2080.25 545,-2082.25 1081,-2082.25 1081,-2080.25 545,-2080.25"/> +<polygon fill="#000000" stroke="none" points="545,-2078.25 545,-2080.25 1081,-2080.25 1081,-2078.25 545,-2078.25"/> +<text text-anchor="start" x="546.88" y="-2062.95" font-family="arial" font-size="14.00">ECU:F1:Coolant Temperature sensor</text> +<text text-anchor="start" x="786.88" y="-2062.95" font-family="arial" font-size="14.00">     BK    </text> +<text text-anchor="start" x="857.25" y="-2062.95" font-family="arial" font-size="14.00">Coolant/Crank Sensor:1:Sensor+</text> +<polygon fill="#000000" stroke="none" points="545,-2056.25 545,-2058.25 1081,-2058.25 1081,-2056.25 545,-2056.25"/> +<polygon fill="#000000" stroke="none" points="545,-2054.25 545,-2056.25 1081,-2056.25 1081,-2054.25 545,-2054.25"/> +<polygon fill="#000000" stroke="none" points="545,-2052.25 545,-2054.25 1081,-2054.25 1081,-2052.25 545,-2052.25"/> +<polygon fill="#000000" stroke="none" points="545,-2050.25 545,-2052.25 1081,-2052.25 1081,-2050.25 545,-2050.25"/> +<polygon fill="#000000" stroke="none" points="545,-2048.25 545,-2050.25 1081,-2050.25 1081,-2048.25 545,-2048.25"/> +<text text-anchor="start" x="663.12" y="-2032.95" font-family="arial" font-size="14.00"> </text> +</g> +<!-- ECU--W8 --> +<g id="edge40" class="edge"> +<title>ECU:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2244.25C494.51,-2249.42 443.84,-2084.42 545,-2079.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M401,-2246.25C496.42,-2248.84 445.75,-2083.84 545,-2081.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M401,-2248.25C498.33,-2248.25 447.67,-2083.25 545,-2083.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M401,-2250.25C500.25,-2247.66 449.58,-2082.66 545,-2085.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2252.25C502.16,-2247.08 451.49,-2082.08 545,-2087.25"/> +</g> +<!-- ECU--W8 --> +<g id="edge42" class="edge"> +<title>ECU:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2436.25C581.06,-2442.25 358.01,-2055.25 545,-2049.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2438.25C582.79,-2441.25 359.75,-2054.25 545,-2051.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2440.25C584.52,-2440.25 361.48,-2053.25 545,-2053.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2442.25C586.25,-2439.25 363.21,-2052.25 545,-2055.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2444.25C587.99,-2438.25 364.94,-2051.25 545,-2057.25"/> +</g> +<!-- W9 --> +<g id="node26" class="node"> +<title>W9</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1013.5,-1891.25 612.5,-1891.25 612.5,-1712.25 1013.5,-1712.25 1013.5,-1891.25"/> +<polygon fill="none" stroke="black" points="612.5,-1866.75 612.5,-1891.25 1013.5,-1891.25 1013.5,-1866.75 612.5,-1866.75"/> +<text text-anchor="start" x="801.75" y="-1873.95" font-family="arial" font-size="14.00">W9</text> +<polygon fill="none" stroke="black" points="612.5,-1842.25 612.5,-1866.75 712.67,-1866.75 712.67,-1842.25 612.5,-1842.25"/> +<text text-anchor="start" x="655.08" y="-1849.45" font-family="arial" font-size="14.00">3x</text> +<polygon fill="none" stroke="black" points="712.67,-1842.25 712.67,-1866.75 853.33,-1866.75 853.33,-1842.25 712.67,-1842.25"/> +<text text-anchor="start" x="755.25" y="-1849.45" font-family="arial" font-size="14.00">18 AWG</text> +<polygon fill="none" stroke="black" points="853.33,-1842.25 853.33,-1866.75 1013.5,-1866.75 1013.5,-1842.25 853.33,-1842.25"/> +<text text-anchor="start" x="895.92" y="-1849.45" font-family="arial" font-size="14.00">27.0 Inches</text> +<text text-anchor="start" x="714.62" y="-1826.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="640.38" y="-1806.95" font-family="arial" font-size="14.00">ECU:H1:Sensor Ground</text> +<text text-anchor="start" x="822.38" y="-1806.95" font-family="arial" font-size="14.00">     BN    </text> +<text text-anchor="start" x="881" y="-1806.95" font-family="arial" font-size="14.00">MAF Sensor:1:NTC-</text> +<polygon fill="#000000" stroke="none" points="612.5,-1800.25 612.5,-1802.25 1013.5,-1802.25 1013.5,-1800.25 612.5,-1800.25"/> +<polygon fill="#895956" stroke="none" points="612.5,-1798.25 612.5,-1800.25 1013.5,-1800.25 1013.5,-1798.25 612.5,-1798.25"/> +<polygon fill="#895956" stroke="none" points="612.5,-1796.25 612.5,-1798.25 1013.5,-1798.25 1013.5,-1796.25 612.5,-1796.25"/> +<polygon fill="#895956" stroke="none" points="612.5,-1794.25 612.5,-1796.25 1013.5,-1796.25 1013.5,-1794.25 612.5,-1794.25"/> +<polygon fill="#000000" stroke="none" points="612.5,-1792.25 612.5,-1794.25 1013.5,-1794.25 1013.5,-1792.25 612.5,-1792.25"/> +<text text-anchor="start" x="640.38" y="-1776.95" font-family="arial" font-size="14.00">ECU:H1:Sensor Ground</text> +<text text-anchor="start" x="822.38" y="-1776.95" font-family="arial" font-size="14.00">     BN    </text> +<text text-anchor="start" x="882.12" y="-1776.95" font-family="arial" font-size="14.00">MAF Sensor:2:GND</text> +<polygon fill="#000000" stroke="none" points="612.5,-1770.25 612.5,-1772.25 1013.5,-1772.25 1013.5,-1770.25 612.5,-1770.25"/> +<polygon fill="#895956" stroke="none" points="612.5,-1768.25 612.5,-1770.25 1013.5,-1770.25 1013.5,-1768.25 612.5,-1768.25"/> +<polygon fill="#895956" stroke="none" points="612.5,-1766.25 612.5,-1768.25 1013.5,-1768.25 1013.5,-1766.25 612.5,-1766.25"/> +<polygon fill="#895956" stroke="none" points="612.5,-1764.25 612.5,-1766.25 1013.5,-1766.25 1013.5,-1764.25 612.5,-1764.25"/> +<polygon fill="#000000" stroke="none" points="612.5,-1762.25 612.5,-1764.25 1013.5,-1764.25 1013.5,-1762.25 612.5,-1762.25"/> +<text text-anchor="start" x="614.12" y="-1746.95" font-family="arial" font-size="14.00">ECU:F2:Air Temperature sensor</text> +<text text-anchor="start" x="822.38" y="-1746.95" font-family="arial" font-size="14.00">     BK    </text> +<text text-anchor="start" x="879.12" y="-1746.95" font-family="arial" font-size="14.00">MAF Sensor:3:NTC+</text> +<polygon fill="#000000" stroke="none" points="612.5,-1740.25 612.5,-1742.25 1013.5,-1742.25 1013.5,-1740.25 612.5,-1740.25"/> +<polygon fill="#000000" stroke="none" points="612.5,-1738.25 612.5,-1740.25 1013.5,-1740.25 1013.5,-1738.25 612.5,-1738.25"/> +<polygon fill="#000000" stroke="none" points="612.5,-1736.25 612.5,-1738.25 1013.5,-1738.25 1013.5,-1736.25 612.5,-1736.25"/> +<polygon fill="#000000" stroke="none" points="612.5,-1734.25 612.5,-1736.25 1013.5,-1736.25 1013.5,-1734.25 612.5,-1734.25"/> +<polygon fill="#000000" stroke="none" points="612.5,-1732.25 612.5,-1734.25 1013.5,-1734.25 1013.5,-1732.25 612.5,-1732.25"/> +<text text-anchor="start" x="714.62" y="-1716.95" font-family="arial" font-size="14.00"> </text> +</g> +<!-- ECU--W9 --> +<g id="edge44" class="edge"> +<title>ECU:e--W9:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2244.25C618.65,-2250.08 386.74,-1799.08 611.5,-1793.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M401,-2246.25C620.42,-2249.16 388.52,-1798.16 611.5,-1795.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M401,-2248.25C622.2,-2248.25 390.3,-1797.25 611.5,-1797.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M401,-2250.25C623.98,-2247.34 392.08,-1796.34 611.5,-1799.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2252.25C625.76,-2246.42 393.85,-1795.42 611.5,-1801.25"/> +</g> +<!-- ECU--W9 --> +<g id="edge46" class="edge"> +<title>ECU:e--W9:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2244.25C630.82,-2250.13 374.62,-1769.13 611.5,-1763.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M401,-2246.25C632.59,-2249.19 376.38,-1768.19 611.5,-1765.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M401,-2248.25C634.35,-2248.25 378.15,-1767.25 611.5,-1767.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M401,-2250.25C636.12,-2247.31 379.91,-1766.31 611.5,-1769.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2252.25C637.88,-2246.37 381.68,-1765.37 611.5,-1771.25"/> +</g> +<!-- ECU--W9 --> +<g id="edge48" class="edge"> +<title>ECU:e--W9:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2412.25C713.55,-2418.36 292.15,-1739.36 611.5,-1733.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2414.25C715.25,-2417.3 293.85,-1738.3 611.5,-1735.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2416.25C716.95,-2416.25 295.55,-1737.25 611.5,-1737.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2418.25C718.65,-2415.2 297.25,-1736.2 611.5,-1739.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2420.25C720.35,-2414.14 298.95,-1735.14 611.5,-1741.25"/> +</g> +<!-- W10 --> +<g id="node27" class="node"> +<title>W10</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="967,-868.5 659,-868.5 659,-725 967,-725 967,-868.5"/> +<polygon fill="none" stroke="black" points="659,-844 659,-868.5 967,-868.5 967,-844 659,-844"/> +<text text-anchor="start" x="797.62" y="-851.2" font-family="arial" font-size="14.00">W10</text> +<polygon fill="none" stroke="black" points="659,-819.5 659,-844 728.17,-844 728.17,-819.5 659,-819.5"/> +<text text-anchor="start" x="686.08" y="-826.7" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="728.17,-819.5 728.17,-844 837.83,-844 837.83,-819.5 728.17,-819.5"/> +<text text-anchor="start" x="755.25" y="-826.7" font-family="arial" font-size="14.00">18 AWG</text> +<polygon fill="none" stroke="black" points="837.83,-819.5 837.83,-844 967,-844 967,-819.5 837.83,-819.5"/> +<text text-anchor="start" x="864.92" y="-826.7" font-family="arial" font-size="14.00">37.0 Inches</text> +<text text-anchor="start" x="722.12" y="-804.2" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="661" y="-784.2" font-family="arial" font-size="14.00">ECU:K4:Rotor RPM</text> +<text text-anchor="start" x="790.88" y="-784.2" font-family="arial" font-size="14.00">     BK    </text> +<text text-anchor="start" x="848" y="-784.2" font-family="arial" font-size="14.00">Tachometer:C:Out</text> +<polygon fill="#000000" stroke="none" points="659,-777.5 659,-779.5 967,-779.5 967,-777.5 659,-777.5"/> +<polygon fill="#000000" stroke="none" points="659,-775.5 659,-777.5 967,-777.5 967,-775.5 659,-775.5"/> +<polygon fill="#000000" stroke="none" points="659,-773.5 659,-775.5 967,-775.5 967,-773.5 659,-773.5"/> +<polygon fill="#000000" stroke="none" points="659,-771.5 659,-773.5 967,-773.5 967,-771.5 659,-771.5"/> +<polygon fill="#000000" stroke="none" points="659,-769.5 659,-771.5 967,-771.5 967,-769.5 659,-769.5"/> +<text text-anchor="start" x="722.12" y="-754.2" font-family="arial" font-size="14.00"> </text> +<polygon fill="none" stroke="black" points="659,-725 659,-749.5 967,-749.5 967,-725 659,-725"/> +<text text-anchor="start" x="697.88" y="-732.2" font-family="arial" font-size="14.00">Included cable is of sufficient length.</text> +</g> +<!-- ECU--W10 --> +<g id="edge50" class="edge"> +<title>ECU:e--W10:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-1980.25C671.94,-1985.19 379.28,-775.44 658,-770.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-1982.25C673.89,-1984.72 381.22,-774.97 658,-772.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-1984.25C675.83,-1984.25 383.17,-774.5 658,-774.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-1986.25C677.78,-1983.78 385.11,-774.03 658,-776.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-1988.25C679.72,-1983.31 387.06,-773.56 658,-778.5"/> +</g> +<!-- Coil Pack 1 --> +<g id="node2" class="node"> +<title>Coil Pack 1</title> +<polygon fill="#ffffff" stroke="black" points="1555.5,-4542.25 1328.5,-4542.25 1328.5,-4197.25 1555.5,-4197.25 1555.5,-4542.25"/> +<polygon fill="none" stroke="black" points="1328.5,-4517.75 1328.5,-4542.25 1555.5,-4542.25 1555.5,-4517.75 1328.5,-4517.75"/> +<text text-anchor="start" x="1406" y="-4524.95" font-family="arial" font-size="14.00">Coil Pack 1</text> +<polygon fill="none" stroke="black" points="1328.5,-4493.25 1328.5,-4517.75 1481.38,-4517.75 1481.38,-4493.25 1328.5,-4493.25"/> +<text text-anchor="start" x="1349.81" y="-4500.45" font-family="arial" font-size="14.00">Delphi 12162825</text> +<polygon fill="none" stroke="black" points="1481.38,-4493.25 1481.38,-4517.75 1555.5,-4517.75 1555.5,-4493.25 1481.38,-4493.25"/> +<text text-anchor="start" x="1502.69" y="-4500.45" font-family="arial" font-size="14.00">5-pin</text> +<polygon fill="none" stroke="black" points="1328.5,-4469.25 1328.5,-4493.25 1399,-4493.25 1399,-4469.25 1328.5,-4469.25"/> +<text text-anchor="start" x="1358.88" y="-4475.95" font-family="arial" font-size="14.00">A</text> +<polygon fill="none" stroke="black" points="1399,-4469.25 1399,-4493.25 1555.5,-4493.25 1555.5,-4469.25 1399,-4469.25"/> +<text text-anchor="start" x="1449.88" y="-4475.95" font-family="arial" font-size="14.00">ECU Sig</text> +<polygon fill="none" stroke="black" points="1328.5,-4445.25 1328.5,-4469.25 1399,-4469.25 1399,-4445.25 1328.5,-4445.25"/> +<text text-anchor="start" x="1358.88" y="-4451.95" font-family="arial" font-size="14.00">B</text> +<polygon fill="none" stroke="black" points="1399,-4445.25 1399,-4469.25 1555.5,-4469.25 1555.5,-4445.25 1399,-4445.25"/> +<text text-anchor="start" x="1428.88" y="-4451.95" font-family="arial" font-size="14.00">Sensor Ground</text> +<polygon fill="none" stroke="black" points="1328.5,-4421.25 1328.5,-4445.25 1399,-4445.25 1399,-4421.25 1328.5,-4421.25"/> +<text text-anchor="start" x="1358.5" y="-4427.95" font-family="arial" font-size="14.00">C</text> +<polygon fill="none" stroke="black" points="1399,-4421.25 1399,-4445.25 1555.5,-4445.25 1555.5,-4421.25 1399,-4421.25"/> +<text text-anchor="start" x="1434.88" y="-4427.95" font-family="arial" font-size="14.00">Head Ground</text> +<polygon fill="none" stroke="black" points="1328.5,-4397.25 1328.5,-4421.25 1399,-4421.25 1399,-4397.25 1328.5,-4397.25"/> +<text text-anchor="start" x="1358.5" y="-4403.95" font-family="arial" font-size="14.00">D</text> +<polygon fill="none" stroke="black" points="1399,-4397.25 1399,-4421.25 1555.5,-4421.25 1555.5,-4397.25 1399,-4397.25"/> +<text text-anchor="start" x="1429.62" y="-4403.95" font-family="arial" font-size="14.00">Battery Ground</text> +<polygon fill="none" stroke="black" points="1328.5,-4373.25 1328.5,-4397.25 1399,-4397.25 1399,-4373.25 1328.5,-4373.25"/> +<text text-anchor="start" x="1358.88" y="-4379.95" font-family="arial" font-size="14.00">E</text> +<polygon fill="none" stroke="black" points="1399,-4373.25 1399,-4397.25 1555.5,-4397.25 1555.5,-4373.25 1399,-4373.25"/> +<text text-anchor="start" x="1433.38" y="-4379.95" font-family="arial" font-size="14.00">Switched 12V</text> +<polygon fill="none" stroke="black" points="1328.5,-4197.25 1328.5,-4373.25 1555.5,-4373.25 1555.5,-4197.25 1328.5,-4197.25"/> +<image xlink:href="images\coil.png" width="219px" height="168px" preserveAspectRatio="xMinYMin meet" x="1332.5" y="-4369.25"/> +</g> +<!-- Coil Pack 2 --> +<g id="node3" class="node"> +<title>Coil Pack 2</title> +<polygon fill="#ffffff" stroke="black" points="1555.5,-4173.25 1328.5,-4173.25 1328.5,-3828.25 1555.5,-3828.25 1555.5,-4173.25"/> +<polygon fill="none" stroke="black" points="1328.5,-4148.75 1328.5,-4173.25 1555.5,-4173.25 1555.5,-4148.75 1328.5,-4148.75"/> +<text text-anchor="start" x="1406" y="-4155.95" font-family="arial" font-size="14.00">Coil Pack 2</text> +<polygon fill="none" stroke="black" points="1328.5,-4124.25 1328.5,-4148.75 1481.38,-4148.75 1481.38,-4124.25 1328.5,-4124.25"/> +<text text-anchor="start" x="1349.81" y="-4131.45" font-family="arial" font-size="14.00">Delphi 12162825</text> +<polygon fill="none" stroke="black" points="1481.38,-4124.25 1481.38,-4148.75 1555.5,-4148.75 1555.5,-4124.25 1481.38,-4124.25"/> +<text text-anchor="start" x="1502.69" y="-4131.45" font-family="arial" font-size="14.00">5-pin</text> +<polygon fill="none" stroke="black" points="1328.5,-4100.25 1328.5,-4124.25 1399,-4124.25 1399,-4100.25 1328.5,-4100.25"/> +<text text-anchor="start" x="1358.88" y="-4106.95" font-family="arial" font-size="14.00">A</text> +<polygon fill="none" stroke="black" points="1399,-4100.25 1399,-4124.25 1555.5,-4124.25 1555.5,-4100.25 1399,-4100.25"/> +<text text-anchor="start" x="1449.88" y="-4106.95" font-family="arial" font-size="14.00">ECU Sig</text> +<polygon fill="none" stroke="black" points="1328.5,-4076.25 1328.5,-4100.25 1399,-4100.25 1399,-4076.25 1328.5,-4076.25"/> +<text text-anchor="start" x="1358.88" y="-4082.95" font-family="arial" font-size="14.00">B</text> +<polygon fill="none" stroke="black" points="1399,-4076.25 1399,-4100.25 1555.5,-4100.25 1555.5,-4076.25 1399,-4076.25"/> +<text text-anchor="start" x="1428.88" y="-4082.95" font-family="arial" font-size="14.00">Sensor Ground</text> +<polygon fill="none" stroke="black" points="1328.5,-4052.25 1328.5,-4076.25 1399,-4076.25 1399,-4052.25 1328.5,-4052.25"/> +<text text-anchor="start" x="1358.5" y="-4058.95" font-family="arial" font-size="14.00">C</text> +<polygon fill="none" stroke="black" points="1399,-4052.25 1399,-4076.25 1555.5,-4076.25 1555.5,-4052.25 1399,-4052.25"/> +<text text-anchor="start" x="1434.88" y="-4058.95" font-family="arial" font-size="14.00">Head Ground</text> +<polygon fill="none" stroke="black" points="1328.5,-4028.25 1328.5,-4052.25 1399,-4052.25 1399,-4028.25 1328.5,-4028.25"/> +<text text-anchor="start" x="1358.5" y="-4034.95" font-family="arial" font-size="14.00">D</text> +<polygon fill="none" stroke="black" points="1399,-4028.25 1399,-4052.25 1555.5,-4052.25 1555.5,-4028.25 1399,-4028.25"/> +<text text-anchor="start" x="1429.62" y="-4034.95" font-family="arial" font-size="14.00">Battery Ground</text> +<polygon fill="none" stroke="black" points="1328.5,-4004.25 1328.5,-4028.25 1399,-4028.25 1399,-4004.25 1328.5,-4004.25"/> +<text text-anchor="start" x="1358.88" y="-4010.95" font-family="arial" font-size="14.00">E</text> +<polygon fill="none" stroke="black" points="1399,-4004.25 1399,-4028.25 1555.5,-4028.25 1555.5,-4004.25 1399,-4004.25"/> +<text text-anchor="start" x="1433.38" y="-4010.95" font-family="arial" font-size="14.00">Switched 12V</text> +<polygon fill="none" stroke="black" points="1328.5,-3828.25 1328.5,-4004.25 1555.5,-4004.25 1555.5,-3828.25 1328.5,-3828.25"/> +<image xlink:href="images\coil.png" width="219px" height="168px" preserveAspectRatio="xMinYMin meet" x="1332.5" y="-4000.25"/> +</g> +<!-- Coil Pack 3 --> +<g id="node4" class="node"> +<title>Coil Pack 3</title> +<polygon fill="#ffffff" stroke="black" points="1555.5,-3804.25 1328.5,-3804.25 1328.5,-3459.25 1555.5,-3459.25 1555.5,-3804.25"/> +<polygon fill="none" stroke="black" points="1328.5,-3779.75 1328.5,-3804.25 1555.5,-3804.25 1555.5,-3779.75 1328.5,-3779.75"/> +<text text-anchor="start" x="1406" y="-3786.95" font-family="arial" font-size="14.00">Coil Pack 3</text> +<polygon fill="none" stroke="black" points="1328.5,-3755.25 1328.5,-3779.75 1481.38,-3779.75 1481.38,-3755.25 1328.5,-3755.25"/> +<text text-anchor="start" x="1349.81" y="-3762.45" font-family="arial" font-size="14.00">Delphi 12162825</text> +<polygon fill="none" stroke="black" points="1481.38,-3755.25 1481.38,-3779.75 1555.5,-3779.75 1555.5,-3755.25 1481.38,-3755.25"/> +<text text-anchor="start" x="1502.69" y="-3762.45" font-family="arial" font-size="14.00">5-pin</text> +<polygon fill="none" stroke="black" points="1328.5,-3731.25 1328.5,-3755.25 1399,-3755.25 1399,-3731.25 1328.5,-3731.25"/> +<text text-anchor="start" x="1358.88" y="-3737.95" font-family="arial" font-size="14.00">A</text> +<polygon fill="none" stroke="black" points="1399,-3731.25 1399,-3755.25 1555.5,-3755.25 1555.5,-3731.25 1399,-3731.25"/> +<text text-anchor="start" x="1449.88" y="-3737.95" font-family="arial" font-size="14.00">ECU Sig</text> +<polygon fill="none" stroke="black" points="1328.5,-3707.25 1328.5,-3731.25 1399,-3731.25 1399,-3707.25 1328.5,-3707.25"/> +<text text-anchor="start" x="1358.88" y="-3713.95" font-family="arial" font-size="14.00">B</text> +<polygon fill="none" stroke="black" points="1399,-3707.25 1399,-3731.25 1555.5,-3731.25 1555.5,-3707.25 1399,-3707.25"/> +<text text-anchor="start" x="1428.88" y="-3713.95" font-family="arial" font-size="14.00">Sensor Ground</text> +<polygon fill="none" stroke="black" points="1328.5,-3683.25 1328.5,-3707.25 1399,-3707.25 1399,-3683.25 1328.5,-3683.25"/> +<text text-anchor="start" x="1358.5" y="-3689.95" font-family="arial" font-size="14.00">C</text> +<polygon fill="none" stroke="black" points="1399,-3683.25 1399,-3707.25 1555.5,-3707.25 1555.5,-3683.25 1399,-3683.25"/> +<text text-anchor="start" x="1434.88" y="-3689.95" font-family="arial" font-size="14.00">Head Ground</text> +<polygon fill="none" stroke="black" points="1328.5,-3659.25 1328.5,-3683.25 1399,-3683.25 1399,-3659.25 1328.5,-3659.25"/> +<text text-anchor="start" x="1358.5" y="-3665.95" font-family="arial" font-size="14.00">D</text> +<polygon fill="none" stroke="black" points="1399,-3659.25 1399,-3683.25 1555.5,-3683.25 1555.5,-3659.25 1399,-3659.25"/> +<text text-anchor="start" x="1429.62" y="-3665.95" font-family="arial" font-size="14.00">Battery Ground</text> +<polygon fill="none" stroke="black" points="1328.5,-3635.25 1328.5,-3659.25 1399,-3659.25 1399,-3635.25 1328.5,-3635.25"/> +<text text-anchor="start" x="1358.88" y="-3641.95" font-family="arial" font-size="14.00">E</text> +<polygon fill="none" stroke="black" points="1399,-3635.25 1399,-3659.25 1555.5,-3659.25 1555.5,-3635.25 1399,-3635.25"/> +<text text-anchor="start" x="1433.38" y="-3641.95" font-family="arial" font-size="14.00">Switched 12V</text> +<polygon fill="none" stroke="black" points="1328.5,-3459.25 1328.5,-3635.25 1555.5,-3635.25 1555.5,-3459.25 1328.5,-3459.25"/> +<image xlink:href="images\coil.png" width="219px" height="168px" preserveAspectRatio="xMinYMin meet" x="1332.5" y="-3631.25"/> +</g> +<!-- Coil Pack 4 --> +<g id="node5" class="node"> +<title>Coil Pack 4</title> +<polygon fill="#ffffff" stroke="black" points="1555.5,-3435.25 1328.5,-3435.25 1328.5,-3090.25 1555.5,-3090.25 1555.5,-3435.25"/> +<polygon fill="none" stroke="black" points="1328.5,-3410.75 1328.5,-3435.25 1555.5,-3435.25 1555.5,-3410.75 1328.5,-3410.75"/> +<text text-anchor="start" x="1406" y="-3417.95" font-family="arial" font-size="14.00">Coil Pack 4</text> +<polygon fill="none" stroke="black" points="1328.5,-3386.25 1328.5,-3410.75 1481.38,-3410.75 1481.38,-3386.25 1328.5,-3386.25"/> +<text text-anchor="start" x="1349.81" y="-3393.45" font-family="arial" font-size="14.00">Delphi 12162825</text> +<polygon fill="none" stroke="black" points="1481.38,-3386.25 1481.38,-3410.75 1555.5,-3410.75 1555.5,-3386.25 1481.38,-3386.25"/> +<text text-anchor="start" x="1502.69" y="-3393.45" font-family="arial" font-size="14.00">5-pin</text> +<polygon fill="none" stroke="black" points="1328.5,-3362.25 1328.5,-3386.25 1399,-3386.25 1399,-3362.25 1328.5,-3362.25"/> +<text text-anchor="start" x="1358.88" y="-3368.95" font-family="arial" font-size="14.00">A</text> +<polygon fill="none" stroke="black" points="1399,-3362.25 1399,-3386.25 1555.5,-3386.25 1555.5,-3362.25 1399,-3362.25"/> +<text text-anchor="start" x="1449.88" y="-3368.95" font-family="arial" font-size="14.00">ECU Sig</text> +<polygon fill="none" stroke="black" points="1328.5,-3338.25 1328.5,-3362.25 1399,-3362.25 1399,-3338.25 1328.5,-3338.25"/> +<text text-anchor="start" x="1358.88" y="-3344.95" font-family="arial" font-size="14.00">B</text> +<polygon fill="none" stroke="black" points="1399,-3338.25 1399,-3362.25 1555.5,-3362.25 1555.5,-3338.25 1399,-3338.25"/> +<text text-anchor="start" x="1428.88" y="-3344.95" font-family="arial" font-size="14.00">Sensor Ground</text> +<polygon fill="none" stroke="black" points="1328.5,-3314.25 1328.5,-3338.25 1399,-3338.25 1399,-3314.25 1328.5,-3314.25"/> +<text text-anchor="start" x="1358.5" y="-3320.95" font-family="arial" font-size="14.00">C</text> +<polygon fill="none" stroke="black" points="1399,-3314.25 1399,-3338.25 1555.5,-3338.25 1555.5,-3314.25 1399,-3314.25"/> +<text text-anchor="start" x="1434.88" y="-3320.95" font-family="arial" font-size="14.00">Head Ground</text> +<polygon fill="none" stroke="black" points="1328.5,-3290.25 1328.5,-3314.25 1399,-3314.25 1399,-3290.25 1328.5,-3290.25"/> +<text text-anchor="start" x="1358.5" y="-3296.95" font-family="arial" font-size="14.00">D</text> +<polygon fill="none" stroke="black" points="1399,-3290.25 1399,-3314.25 1555.5,-3314.25 1555.5,-3290.25 1399,-3290.25"/> +<text text-anchor="start" x="1429.62" y="-3296.95" font-family="arial" font-size="14.00">Battery Ground</text> +<polygon fill="none" stroke="black" points="1328.5,-3266.25 1328.5,-3290.25 1399,-3290.25 1399,-3266.25 1328.5,-3266.25"/> +<text text-anchor="start" x="1358.88" y="-3272.95" font-family="arial" font-size="14.00">E</text> +<polygon fill="none" stroke="black" points="1399,-3266.25 1399,-3290.25 1555.5,-3290.25 1555.5,-3266.25 1399,-3266.25"/> +<text text-anchor="start" x="1433.38" y="-3272.95" font-family="arial" font-size="14.00">Switched 12V</text> +<polygon fill="none" stroke="black" points="1328.5,-3090.25 1328.5,-3266.25 1555.5,-3266.25 1555.5,-3090.25 1328.5,-3090.25"/> +<image xlink:href="images\coil.png" width="219px" height="168px" preserveAspectRatio="xMinYMin meet" x="1332.5" y="-3262.25"/> +</g> +<!-- LSU --> +<g id="node6" class="node"> +<title>LSU</title> +<polygon fill="#ffffff" stroke="black" points="1589.5,-2477.25 1294.5,-2477.25 1294.5,-2112.25 1589.5,-2112.25 1589.5,-2477.25"/> +<polygon fill="none" stroke="black" points="1294.5,-2452.75 1294.5,-2477.25 1589.5,-2477.25 1589.5,-2452.75 1294.5,-2452.75"/> +<text text-anchor="start" x="1428.12" y="-2459.95" font-family="arial" font-size="14.00">LSU</text> +<polygon fill="none" stroke="black" points="1294.5,-2428.25 1294.5,-2452.75 1482.88,-2452.75 1482.88,-2428.25 1294.5,-2428.25"/> +<text text-anchor="start" x="1332.06" y="-2435.45" font-family="arial" font-size="14.00">D261.205.356-01</text> +<polygon fill="none" stroke="black" points="1482.88,-2428.25 1482.88,-2452.75 1589.5,-2452.75 1589.5,-2428.25 1482.88,-2428.25"/> +<text text-anchor="start" x="1520.44" y="-2435.45" font-family="arial" font-size="14.00">6-pin</text> +<polygon fill="none" stroke="black" points="1294.5,-2404.25 1294.5,-2428.25 1395.5,-2428.25 1395.5,-2404.25 1294.5,-2404.25"/> +<text text-anchor="start" x="1340.88" y="-2410.95" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1395.5,-2404.25 1395.5,-2428.25 1589.5,-2428.25 1589.5,-2404.25 1395.5,-2404.25"/> +<text text-anchor="start" x="1441.88" y="-2410.95" font-family="arial" font-size="14.00">VBO2 VS/O2 In</text> +<polygon fill="none" stroke="black" points="1294.5,-2380.25 1294.5,-2404.25 1395.5,-2404.25 1395.5,-2380.25 1294.5,-2380.25"/> +<text text-anchor="start" x="1340.88" y="-2386.95" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1395.5,-2380.25 1395.5,-2404.25 1589.5,-2404.25 1589.5,-2380.25 1395.5,-2380.25"/> +<text text-anchor="start" x="1450.5" y="-2386.95" font-family="arial" font-size="14.00">WBO2 Recal</text> +<polygon fill="none" stroke="black" points="1294.5,-2356.25 1294.5,-2380.25 1395.5,-2380.25 1395.5,-2356.25 1294.5,-2356.25"/> +<text text-anchor="start" x="1340.88" y="-2362.95" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="1395.5,-2356.25 1395.5,-2380.25 1589.5,-2380.25 1589.5,-2356.25 1395.5,-2356.25"/> +<text text-anchor="start" x="1479.38" y="-2362.95" font-family="arial" font-size="14.00">12V</text> +<polygon fill="none" stroke="black" points="1294.5,-2332.25 1294.5,-2356.25 1395.5,-2356.25 1395.5,-2332.25 1294.5,-2332.25"/> +<text text-anchor="start" x="1340.88" y="-2338.95" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="1395.5,-2332.25 1395.5,-2356.25 1589.5,-2356.25 1589.5,-2332.25 1395.5,-2332.25"/> +<text text-anchor="start" x="1454.25" y="-2338.95" font-family="arial" font-size="14.00">WBO2 HTR</text> +<polygon fill="none" stroke="black" points="1294.5,-2308.25 1294.5,-2332.25 1395.5,-2332.25 1395.5,-2308.25 1294.5,-2308.25"/> +<text text-anchor="start" x="1340.88" y="-2314.95" font-family="arial" font-size="14.00">5</text> +<polygon fill="none" stroke="black" points="1395.5,-2308.25 1395.5,-2332.25 1589.5,-2332.25 1589.5,-2308.25 1395.5,-2308.25"/> +<text text-anchor="start" x="1452.38" y="-2314.95" font-family="arial" font-size="14.00">WBO2 COM</text> +<polygon fill="none" stroke="black" points="1294.5,-2284.25 1294.5,-2308.25 1395.5,-2308.25 1395.5,-2284.25 1294.5,-2284.25"/> +<text text-anchor="start" x="1340.88" y="-2290.95" font-family="arial" font-size="14.00">6</text> +<polygon fill="none" stroke="black" points="1395.5,-2284.25 1395.5,-2308.25 1589.5,-2308.25 1589.5,-2284.25 1395.5,-2284.25"/> +<text text-anchor="start" x="1461.75" y="-2290.95" font-family="arial" font-size="14.00">WBO2 IP</text> +<polygon fill="none" stroke="black" points="1294.5,-2112.25 1294.5,-2284.25 1589.5,-2284.25 1589.5,-2112.25 1294.5,-2112.25"/> +<image xlink:href="images\LSU.png" width="287px" height="164px" preserveAspectRatio="xMinYMin meet" x="1298.5" y="-2280.25"/> +</g> +<!-- Throttle Servo CAN --> +<g id="node7" class="node"> +<title>Throttle Servo CAN</title> +<polygon fill="#ffffff" stroke="black" points="2600.5,-2907.5 2318,-2907.5 2318,-2542 2600.5,-2542 2600.5,-2907.5"/> +<polygon fill="none" stroke="black" points="2318,-2883 2318,-2907.5 2600.5,-2907.5 2600.5,-2883 2318,-2883"/> +<text text-anchor="start" x="2397.75" y="-2890.2" font-family="arial" font-size="14.00">Throttle Servo CAN</text> +<polygon fill="none" stroke="black" points="2318,-2858.5 2318,-2883 2478.38,-2883 2478.38,-2858.5 2318,-2858.5"/> +<text text-anchor="start" x="2363.31" y="-2865.7" font-family="arial" font-size="14.00">DTM04-3P</text> +<polygon fill="none" stroke="black" points="2478.38,-2858.5 2478.38,-2883 2600.5,-2883 2600.5,-2858.5 2478.38,-2858.5"/> +<text text-anchor="start" x="2523.69" y="-2865.7" font-family="arial" font-size="14.00">3-pin</text> +<polygon fill="none" stroke="black" points="2318,-2834.5 2318,-2858.5 2430.75,-2858.5 2430.75,-2834.5 2318,-2834.5"/> +<text text-anchor="start" x="2370.25" y="-2841.2" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="2430.75,-2834.5 2430.75,-2858.5 2600.5,-2858.5 2600.5,-2834.5 2430.75,-2834.5"/> +<text text-anchor="start" x="2496.5" y="-2841.2" font-family="arial" font-size="14.00">CAN+</text> +<polygon fill="none" stroke="black" points="2318,-2810.5 2318,-2834.5 2430.75,-2834.5 2430.75,-2810.5 2318,-2810.5"/> +<text text-anchor="start" x="2370.25" y="-2817.2" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="2430.75,-2810.5 2430.75,-2834.5 2600.5,-2834.5 2600.5,-2810.5 2430.75,-2810.5"/> +<text text-anchor="start" x="2483" y="-2817.2" font-family="arial" font-size="14.00">CAN GND</text> +<polygon fill="none" stroke="black" points="2318,-2786.5 2318,-2810.5 2430.75,-2810.5 2430.75,-2786.5 2318,-2786.5"/> +<text text-anchor="start" x="2370.25" y="-2793.2" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="2430.75,-2786.5 2430.75,-2810.5 2600.5,-2810.5 2600.5,-2786.5 2430.75,-2786.5"/> +<text text-anchor="start" x="2498.38" y="-2793.2" font-family="arial" font-size="14.00">CAN-</text> +<polygon fill="none" stroke="black" points="2318,-2566.5 2318,-2786.5 2600.5,-2786.5 2600.5,-2566.5 2318,-2566.5"/> +<image xlink:href="images\throttleCAN.png" width="274.5px" height="212px" preserveAspectRatio="xMinYMin meet" x="2322" y="-2782.5"/> +<polygon fill="none" stroke="black" points="2318,-2542 2318,-2566.5 2600.5,-2566.5 2600.5,-2542 2318,-2542"/> +<text text-anchor="start" x="2322" y="-2549.2" font-family="arial" font-size="14.00">Replace bad connector! Mate is DTM06-3S</text> +</g> +<!-- Fuel Injector 1 --> +<g id="node8" class="node"> +<title>Fuel Injector 1</title> +<polygon fill="#ffffff" stroke="black" points="1596,-1273.75 1288,-1273.75 1288,-943.75 1596,-943.75 1596,-1273.75"/> +<polygon fill="none" stroke="black" points="1288,-1249.25 1288,-1273.75 1596,-1273.75 1596,-1249.25 1288,-1249.25"/> +<text text-anchor="start" x="1396.62" y="-1256.45" font-family="arial" font-size="14.00">Fuel Injector 1</text> +<polygon fill="none" stroke="black" points="1288,-1224.75 1288,-1249.25 1469.75,-1249.25 1469.75,-1224.75 1288,-1224.75"/> +<text text-anchor="start" x="1335.38" y="-1231.95" font-family="arial" font-size="14.00">90980-11875</text> +<polygon fill="none" stroke="black" points="1469.75,-1224.75 1469.75,-1249.25 1596,-1249.25 1596,-1224.75 1469.75,-1224.75"/> +<text text-anchor="start" x="1517.12" y="-1231.95" font-family="arial" font-size="14.00">2-pin</text> +<polygon fill="none" stroke="black" points="1288,-1200.75 1288,-1224.75 1418.5,-1224.75 1418.5,-1200.75 1288,-1200.75"/> +<text text-anchor="start" x="1349.12" y="-1207.45" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1418.5,-1200.75 1418.5,-1224.75 1596,-1224.75 1596,-1200.75 1418.5,-1200.75"/> +<text text-anchor="start" x="1494.12" y="-1207.45" font-family="arial" font-size="14.00">12V</text> +<polygon fill="none" stroke="black" points="1288,-1176.75 1288,-1200.75 1418.5,-1200.75 1418.5,-1176.75 1288,-1176.75"/> +<text text-anchor="start" x="1349.12" y="-1183.45" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1418.5,-1176.75 1418.5,-1200.75 1596,-1200.75 1596,-1176.75 1418.5,-1176.75"/> +<text text-anchor="start" x="1479.5" y="-1183.45" font-family="arial" font-size="14.00">ECU INJ</text> +<polygon fill="none" stroke="black" points="1288,-943.75 1288,-1176.75 1596,-1176.75 1596,-943.75 1288,-943.75"/> +<image xlink:href="images\90980-11875.png" width="300px" height="225px" preserveAspectRatio="xMinYMin meet" x="1292" y="-1172.75"/> +</g> +<!-- Fuel Injector 2 --> +<g id="node9" class="node"> +<title>Fuel Injector 2</title> +<polygon fill="#ffffff" stroke="black" points="1596,-919.75 1288,-919.75 1288,-589.75 1596,-589.75 1596,-919.75"/> +<polygon fill="none" stroke="black" points="1288,-895.25 1288,-919.75 1596,-919.75 1596,-895.25 1288,-895.25"/> +<text text-anchor="start" x="1396.62" y="-902.45" font-family="arial" font-size="14.00">Fuel Injector 2</text> +<polygon fill="none" stroke="black" points="1288,-870.75 1288,-895.25 1469.75,-895.25 1469.75,-870.75 1288,-870.75"/> +<text text-anchor="start" x="1335.38" y="-877.95" font-family="arial" font-size="14.00">90980-11875</text> +<polygon fill="none" stroke="black" points="1469.75,-870.75 1469.75,-895.25 1596,-895.25 1596,-870.75 1469.75,-870.75"/> +<text text-anchor="start" x="1517.12" y="-877.95" font-family="arial" font-size="14.00">2-pin</text> +<polygon fill="none" stroke="black" points="1288,-846.75 1288,-870.75 1418.5,-870.75 1418.5,-846.75 1288,-846.75"/> +<text text-anchor="start" x="1349.12" y="-853.45" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1418.5,-846.75 1418.5,-870.75 1596,-870.75 1596,-846.75 1418.5,-846.75"/> +<text text-anchor="start" x="1494.12" y="-853.45" font-family="arial" font-size="14.00">12V</text> +<polygon fill="none" stroke="black" points="1288,-822.75 1288,-846.75 1418.5,-846.75 1418.5,-822.75 1288,-822.75"/> +<text text-anchor="start" x="1349.12" y="-829.45" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1418.5,-822.75 1418.5,-846.75 1596,-846.75 1596,-822.75 1418.5,-822.75"/> +<text text-anchor="start" x="1479.5" y="-829.45" font-family="arial" font-size="14.00">ECU INJ</text> +<polygon fill="none" stroke="black" points="1288,-589.75 1288,-822.75 1596,-822.75 1596,-589.75 1288,-589.75"/> +<image xlink:href="images\90980-11875.png" width="300px" height="225px" preserveAspectRatio="xMinYMin meet" x="1292" y="-818.75"/> +</g> +<!-- Coolant/Crank Sensor --> +<g id="node10" class="node"> +<title>Coolant/Crank Sensor</title> +<polygon fill="#ffffff" stroke="black" points="1588.5,-2088 1295.5,-2088 1295.5,-1729.5 1588.5,-1729.5 1588.5,-2088"/> +<polygon fill="none" stroke="black" points="1295.5,-2063.5 1295.5,-2088 1588.5,-2088 1588.5,-2063.5 1295.5,-2063.5"/> +<text text-anchor="start" x="1372.62" y="-2070.7" font-family="arial" font-size="14.00">Coolant/Crank Sensor</text> +<polygon fill="none" stroke="black" points="1295.5,-2039 1295.5,-2063.5 1495.62,-2063.5 1495.62,-2039 1295.5,-2039"/> +<text text-anchor="start" x="1326.19" y="-2046.2" font-family="arial" font-size="14.00">Sumitomo 6180-2181</text> +<polygon fill="none" stroke="black" points="1495.62,-2039 1495.62,-2063.5 1588.5,-2063.5 1588.5,-2039 1495.62,-2039"/> +<text text-anchor="start" x="1526.31" y="-2046.2" font-family="arial" font-size="14.00">2-pin</text> +<polygon fill="none" stroke="black" points="1295.5,-2015 1295.5,-2039 1405.5,-2039 1405.5,-2015 1295.5,-2015"/> +<text text-anchor="start" x="1346.38" y="-2021.7" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1405.5,-2015 1405.5,-2039 1588.5,-2039 1588.5,-2015 1405.5,-2015"/> +<text text-anchor="start" x="1470" y="-2021.7" font-family="arial" font-size="14.00">Sensor+</text> +<polygon fill="none" stroke="black" points="1295.5,-1991 1295.5,-2015 1405.5,-2015 1405.5,-1991 1295.5,-1991"/> +<text text-anchor="start" x="1346.38" y="-1997.7" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1405.5,-1991 1405.5,-2015 1588.5,-2015 1588.5,-1991 1405.5,-1991"/> +<text text-anchor="start" x="1456.5" y="-1997.7" font-family="arial" font-size="14.00">Sensor GND</text> +<polygon fill="none" stroke="black" points="1295.5,-1754 1295.5,-1991 1588.5,-1991 1588.5,-1754 1295.5,-1754"/> +<image xlink:href="images\Sum.png" width="285px" height="229px" preserveAspectRatio="xMinYMin meet" x="1299.5" y="-1987"/> +<polygon fill="none" stroke="black" points="1295.5,-1729.5 1295.5,-1754 1588.5,-1754 1588.5,-1729.5 1295.5,-1729.5"/> +<text text-anchor="start" x="1329.5" y="-1736.7" font-family="arial" font-size="14.00">Find out if this is Crank or Coolant!!!</text> +</g> +<!-- MAF Sensor --> +<g id="node11" class="node"> +<title>MAF Sensor</title> +<polygon fill="#ffffff" stroke="black" points="1596,-1705.25 1288,-1705.25 1288,-1298.25 1596,-1298.25 1596,-1705.25"/> +<polygon fill="none" stroke="black" points="1288,-1680.75 1288,-1705.25 1596,-1705.25 1596,-1680.75 1288,-1680.75"/> +<text text-anchor="start" x="1402.25" y="-1687.95" font-family="arial" font-size="14.00">MAF Sensor</text> +<polygon fill="none" stroke="black" points="1288,-1656.25 1288,-1680.75 1489.62,-1680.75 1489.62,-1656.25 1288,-1656.25"/> +<text text-anchor="start" x="1325.44" y="-1663.45" font-family="arial" font-size="14.00">Bosch 1928405138</text> +<polygon fill="none" stroke="black" points="1489.62,-1656.25 1489.62,-1680.75 1596,-1680.75 1596,-1656.25 1489.62,-1656.25"/> +<text text-anchor="start" x="1527.06" y="-1663.45" font-family="arial" font-size="14.00">5-pin</text> +<polygon fill="none" stroke="black" points="1288,-1632.25 1288,-1656.25 1410,-1656.25 1410,-1632.25 1288,-1632.25"/> +<text text-anchor="start" x="1344.88" y="-1638.95" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1410,-1632.25 1410,-1656.25 1596,-1656.25 1596,-1632.25 1410,-1632.25"/> +<text text-anchor="start" x="1486.12" y="-1638.95" font-family="arial" font-size="14.00">NTC-</text> +<polygon fill="none" stroke="black" points="1288,-1608.25 1288,-1632.25 1410,-1632.25 1410,-1608.25 1288,-1608.25"/> +<text text-anchor="start" x="1344.88" y="-1614.95" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1410,-1608.25 1410,-1632.25 1596,-1632.25 1596,-1608.25 1410,-1608.25"/> +<text text-anchor="start" x="1487.25" y="-1614.95" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="1288,-1584.25 1288,-1608.25 1410,-1608.25 1410,-1584.25 1288,-1584.25"/> +<text text-anchor="start" x="1344.88" y="-1590.95" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="1410,-1584.25 1410,-1608.25 1596,-1608.25 1596,-1584.25 1410,-1584.25"/> +<text text-anchor="start" x="1484.25" y="-1590.95" font-family="arial" font-size="14.00">NTC+</text> +<polygon fill="none" stroke="black" points="1288,-1560.25 1288,-1584.25 1410,-1584.25 1410,-1560.25 1288,-1560.25"/> +<text text-anchor="start" x="1344.88" y="-1566.95" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="1410,-1560.25 1410,-1584.25 1596,-1584.25 1596,-1560.25 1410,-1560.25"/> +<text text-anchor="start" x="1489.88" y="-1566.95" font-family="arial" font-size="14.00">12V</text> +<polygon fill="none" stroke="black" points="1288,-1536.25 1288,-1560.25 1410,-1560.25 1410,-1536.25 1288,-1536.25"/> +<text text-anchor="start" x="1344.88" y="-1542.95" font-family="arial" font-size="14.00">5</text> +<polygon fill="none" stroke="black" points="1410,-1536.25 1410,-1560.25 1596,-1560.25 1596,-1536.25 1410,-1536.25"/> +<text text-anchor="start" x="1466.62" y="-1542.95" font-family="arial" font-size="14.00">MAF Signal</text> +<polygon fill="none" stroke="black" points="1288,-1298.25 1288,-1536.25 1596,-1536.25 1596,-1298.25 1288,-1298.25"/> +<image xlink:href="images\MAF.png" width="293.8px" height="226px" preserveAspectRatio="xMinYMin meet" x="1295.1" y="-1530.25"/> +</g> +<!-- Tachometer --> +<g id="node12" class="node"> +<title>Tachometer</title> +<polygon fill="#ffffff" stroke="black" points="1659,-565.5 1225,-565.5 1225,0 1659,0 1659,-565.5"/> +<polygon fill="none" stroke="black" points="1225,-541 1225,-565.5 1659,-565.5 1659,-541 1225,-541"/> +<text text-anchor="start" x="1403.75" y="-548.2" font-family="arial" font-size="14.00">Tachometer</text> +<polygon fill="none" stroke="black" points="1225,-516.5 1225,-541 1455.5,-541 1455.5,-516.5 1225,-516.5"/> +<text text-anchor="start" x="1311" y="-523.7" font-family="arial" font-size="14.00">DT04-3P</text> +<polygon fill="none" stroke="black" points="1455.5,-516.5 1455.5,-541 1659,-541 1659,-516.5 1455.5,-516.5"/> +<text text-anchor="start" x="1541.5" y="-523.7" font-family="arial" font-size="14.00">3-pin</text> +<polygon fill="none" stroke="black" points="1225,-492.5 1225,-516.5 1431.5,-516.5 1431.5,-492.5 1225,-492.5"/> +<text text-anchor="start" x="1323.38" y="-499.2" font-family="arial" font-size="14.00">A</text> +<polygon fill="none" stroke="black" points="1431.5,-492.5 1431.5,-516.5 1659,-516.5 1659,-492.5 1431.5,-492.5"/> +<text text-anchor="start" x="1532.12" y="-499.2" font-family="arial" font-size="14.00">12V</text> +<polygon fill="none" stroke="black" points="1225,-468.5 1225,-492.5 1431.5,-492.5 1431.5,-468.5 1225,-468.5"/> +<text text-anchor="start" x="1323.38" y="-475.2" font-family="arial" font-size="14.00">B</text> +<polygon fill="none" stroke="black" points="1431.5,-468.5 1431.5,-492.5 1659,-492.5 1659,-468.5 1431.5,-468.5"/> +<text text-anchor="start" x="1529.5" y="-475.2" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="1225,-444.5 1225,-468.5 1431.5,-468.5 1431.5,-444.5 1225,-444.5"/> +<text text-anchor="start" x="1323" y="-451.2" font-family="arial" font-size="14.00">C</text> +<polygon fill="none" stroke="black" points="1431.5,-444.5 1431.5,-468.5 1659,-468.5 1659,-444.5 1431.5,-444.5"/> +<text text-anchor="start" x="1534" y="-451.2" font-family="arial" font-size="14.00">Out</text> +<polygon fill="none" stroke="black" points="1225,-24.5 1225,-444.5 1659,-444.5 1659,-24.5 1225,-24.5"/> +<image xlink:href="images\DT04-3P.png" width="426px" height="412px" preserveAspectRatio="xMinYMin meet" x="1229" y="-440.5"/> +<polygon fill="none" stroke="black" points="1225,0 1225,-24.5 1659,-24.5 1659,0 1225,0"/> +<text text-anchor="start" x="1377.88" y="-7.2" font-family="arial" font-size="14.00">Mates with DT06-3S</text> +</g> +<!-- Veronte 1X CAN Bus --> +<g id="node13" class="node"> +<title>Veronte 1X CAN Bus</title> +<polygon fill="#ffffff" stroke="black" points="1558.5,-2968.25 1325.5,-2968.25 1325.5,-2647.25 1558.5,-2647.25 1558.5,-2968.25"/> +<polygon fill="none" stroke="black" points="1325.5,-2943.75 1325.5,-2968.25 1558.5,-2968.25 1558.5,-2943.75 1325.5,-2943.75"/> +<text text-anchor="start" x="1374.88" y="-2950.95" font-family="arial" font-size="14.00">Veronte 1X CAN Bus</text> +<polygon fill="none" stroke="black" points="1325.5,-2919.25 1325.5,-2943.75 1455.5,-2943.75 1455.5,-2919.25 1325.5,-2919.25"/> +<text text-anchor="start" x="1361.25" y="-2926.45" font-family="arial" font-size="14.00">DT06-3S</text> +<polygon fill="none" stroke="black" points="1455.5,-2919.25 1455.5,-2943.75 1558.5,-2943.75 1558.5,-2919.25 1455.5,-2919.25"/> +<text text-anchor="start" x="1491.25" y="-2926.45" font-family="arial" font-size="14.00">3-pin</text> +<polygon fill="none" stroke="black" points="1325.5,-2895.25 1325.5,-2919.25 1412.5,-2919.25 1412.5,-2895.25 1325.5,-2895.25"/> +<text text-anchor="start" x="1364.12" y="-2901.95" font-family="arial" font-size="14.00">A</text> +<polygon fill="none" stroke="black" points="1412.5,-2895.25 1412.5,-2919.25 1558.5,-2919.25 1558.5,-2895.25 1412.5,-2895.25"/> +<text text-anchor="start" x="1456.62" y="-2901.95" font-family="arial" font-size="14.00">CANB_P</text> +<polygon fill="none" stroke="black" points="1325.5,-2871.25 1325.5,-2895.25 1412.5,-2895.25 1412.5,-2871.25 1325.5,-2871.25"/> +<text text-anchor="start" x="1364.12" y="-2877.95" font-family="arial" font-size="14.00">B</text> +<polygon fill="none" stroke="black" points="1412.5,-2871.25 1412.5,-2895.25 1558.5,-2895.25 1558.5,-2871.25 1412.5,-2871.25"/> +<text text-anchor="start" x="1456.62" y="-2877.95" font-family="arial" font-size="14.00">CANB_N</text> +<polygon fill="none" stroke="black" points="1325.5,-2847.25 1325.5,-2871.25 1412.5,-2871.25 1412.5,-2847.25 1325.5,-2847.25"/> +<text text-anchor="start" x="1363.75" y="-2853.95" font-family="arial" font-size="14.00">C</text> +<polygon fill="none" stroke="black" points="1412.5,-2847.25 1412.5,-2871.25 1558.5,-2871.25 1558.5,-2847.25 1412.5,-2847.25"/> +<text text-anchor="start" x="1450.62" y="-2853.95" font-family="arial" font-size="14.00">CAN_GND</text> +<polygon fill="none" stroke="black" points="1325.5,-2647.25 1325.5,-2847.25 1558.5,-2847.25 1558.5,-2647.25 1325.5,-2647.25"/> +<image xlink:href="images\DT06-3S.png" width="219.436px" height="188px" preserveAspectRatio="xMinYMin meet" x="1332.28" y="-2841.25"/> +</g> +<!-- shield1 --> +<g id="node14" class="node"> +<title>shield1</title> +<polygon fill="#ffffff" stroke="black" points="1482.12,-2574.5 1401.88,-2574.5 1401.88,-2501 1482.12,-2501 1482.12,-2574.5"/> +<polygon fill="none" stroke="black" points="1401.88,-2550 1401.88,-2574.5 1482.12,-2574.5 1482.12,-2550 1401.88,-2550"/> +<text text-anchor="start" x="1419.12" y="-2557.2" font-family="arial" font-size="14.00">shield1</text> +<polygon fill="none" stroke="black" points="1401.88,-2525.5 1401.88,-2550 1482.12,-2550 1482.12,-2525.5 1401.88,-2525.5"/> +<text text-anchor="start" x="1426.25" y="-2532.7" font-family="arial" font-size="14.00">1-pin</text> +<polygon fill="none" stroke="black" points="1401.88,-2501 1401.88,-2525.5 1418.12,-2525.5 1418.12,-2501 1401.88,-2501"/> +<text text-anchor="start" x="1405.88" y="-2508.2" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1418.12,-2501 1418.12,-2525.5 1465.88,-2525.5 1465.88,-2501 1418.12,-2501"/> +<text text-anchor="start" x="1422.12" y="-2508.2" font-family="arial" font-size="14.00">Shield</text> +<polygon fill="none" stroke="black" points="1465.88,-2501 1465.88,-2525.5 1482.12,-2525.5 1482.12,-2501 1465.88,-2501"/> +<text text-anchor="start" x="1469.88" y="-2508.2" font-family="arial" font-size="14.00">1</text> +</g> +<!-- W11 --> +<g id="node28" class="node"> +<title>W11</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="2174,-2931.5 1803,-2931.5 1803,-2686 2174,-2686 2174,-2931.5"/> +<polygon fill="none" stroke="black" points="1803,-2907 1803,-2931.5 2174,-2931.5 2174,-2907 1803,-2907"/> +<text text-anchor="start" x="1973.12" y="-2914.2" font-family="arial" font-size="14.00">W11</text> +<polygon fill="none" stroke="black" points="1803,-2882.5 1803,-2907 1868.94,-2907 1868.94,-2882.5 1803,-2882.5"/> +<text text-anchor="start" x="1828.47" y="-2889.7" font-family="arial" font-size="14.00">3x</text> +<polygon fill="none" stroke="black" points="1868.94,-2882.5 1868.94,-2907 1975.38,-2907 1975.38,-2882.5 1868.94,-2882.5"/> +<text text-anchor="start" x="1894.41" y="-2889.7" font-family="arial" font-size="14.00">18 AWG</text> +<polygon fill="none" stroke="black" points="1975.38,-2882.5 1975.38,-2907 2048.06,-2907 2048.06,-2882.5 1975.38,-2882.5"/> +<text text-anchor="start" x="2000.84" y="-2889.7" font-family="arial" font-size="14.00">+ S</text> +<polygon fill="none" stroke="black" points="2048.06,-2882.5 2048.06,-2907 2174,-2907 2174,-2882.5 2048.06,-2882.5"/> +<text text-anchor="start" x="2073.53" y="-2889.7" font-family="arial" font-size="14.00">30.0 Inches</text> +<text text-anchor="start" x="1853.62" y="-2867.2" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1910.75" y="-2847.2" font-family="arial" font-size="14.00">     YE    </text> +<text text-anchor="start" x="1981.5" y="-2847.2" font-family="arial" font-size="14.00">Throttle Servo CAN:1:CAN+</text> +<polygon fill="#000000" stroke="none" points="1803,-2840.5 1803,-2842.5 2174,-2842.5 2174,-2840.5 1803,-2840.5"/> +<polygon fill="#ffff00" stroke="none" points="1803,-2838.5 1803,-2840.5 2174,-2840.5 2174,-2838.5 1803,-2838.5"/> +<polygon fill="#ffff00" stroke="none" points="1803,-2836.5 1803,-2838.5 2174,-2838.5 2174,-2836.5 1803,-2836.5"/> +<polygon fill="#ffff00" stroke="none" points="1803,-2834.5 1803,-2836.5 2174,-2836.5 2174,-2834.5 1803,-2834.5"/> +<polygon fill="#000000" stroke="none" points="1803,-2832.5 1803,-2834.5 2174,-2834.5 2174,-2832.5 1803,-2832.5"/> +<text text-anchor="start" x="1909.62" y="-2817.2" font-family="arial" font-size="14.00">     GN    </text> +<text text-anchor="start" x="1983.38" y="-2817.2" font-family="arial" font-size="14.00">Throttle Servo CAN:3:CAN-</text> +<polygon fill="#000000" stroke="none" points="1803,-2810.5 1803,-2812.5 2174,-2812.5 2174,-2810.5 1803,-2810.5"/> +<polygon fill="#00ff00" stroke="none" points="1803,-2808.5 1803,-2810.5 2174,-2810.5 2174,-2808.5 1803,-2808.5"/> +<polygon fill="#00ff00" stroke="none" points="1803,-2806.5 1803,-2808.5 2174,-2808.5 2174,-2806.5 1803,-2806.5"/> +<polygon fill="#00ff00" stroke="none" points="1803,-2804.5 1803,-2806.5 2174,-2806.5 2174,-2804.5 1803,-2804.5"/> +<polygon fill="#000000" stroke="none" points="1803,-2802.5 1803,-2804.5 2174,-2804.5 2174,-2802.5 1803,-2802.5"/> +<text text-anchor="start" x="1910.38" y="-2787.2" font-family="arial" font-size="14.00">     BK    </text> +<text text-anchor="start" x="1968" y="-2787.2" font-family="arial" font-size="14.00">Throttle Servo CAN:2:CAN GND</text> +<polygon fill="#000000" stroke="none" points="1803,-2780.5 1803,-2782.5 2174,-2782.5 2174,-2780.5 1803,-2780.5"/> +<polygon fill="#000000" stroke="none" points="1803,-2778.5 1803,-2780.5 2174,-2780.5 2174,-2778.5 1803,-2778.5"/> +<polygon fill="#000000" stroke="none" points="1803,-2776.5 1803,-2778.5 2174,-2778.5 2174,-2776.5 1803,-2776.5"/> +<polygon fill="#000000" stroke="none" points="1803,-2774.5 1803,-2776.5 2174,-2776.5 2174,-2774.5 1803,-2774.5"/> +<polygon fill="#000000" stroke="none" points="1803,-2772.5 1803,-2774.5 2174,-2774.5 2174,-2772.5 1803,-2772.5"/> +<text text-anchor="start" x="1853.62" y="-2757.2" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1804.88" y="-2737.2" font-family="arial" font-size="14.00">shield1:1:Shield</text> +<text text-anchor="start" x="1917.12" y="-2737.2" font-family="arial" font-size="14.00">Shield</text> +<polygon fill="#000000" stroke="none" points="1803,-2730.5 1803,-2732.5 2174,-2732.5 2174,-2730.5 1803,-2730.5"/> +<text text-anchor="start" x="1853.62" y="-2715.2" font-family="arial" font-size="14.00"> </text> +<polygon fill="none" stroke="black" points="1803,-2686 1803,-2710.5 2174,-2710.5 2174,-2686 1803,-2686"/> +<text text-anchor="start" x="1900" y="-2693.2" font-family="arial" font-size="14.00">Twisted Pair | ECU to Servo</text> +</g> +<!-- shield1--W11 --> +<g id="edge58" class="edge"> +<title>shield1:e--W11:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1483.12,-2513.25C1567.84,-2513.25 1588.7,-2539.48 1659,-2586.75 1734.31,-2637.38 1712.25,-2731.5 1803,-2731.5"/> +</g> +<!-- _S_1 --> +<g id="node15" class="node"> +<title>_S_1</title> +<polygon fill="#ffffff" stroke="black" points="1464.75,-3066 1419.25,-3066 1419.25,-3041.5 1464.75,-3041.5 1464.75,-3066"/> +<polygon fill="none" stroke="black" points="1419.25,-3041.5 1419.25,-3066 1464.75,-3066 1464.75,-3041.5 1419.25,-3041.5"/> +<text text-anchor="start" x="1423.25" y="-3048.7" font-family="arial" font-size="14.00">splice</text> +</g> +<!-- _S_1--W11 --> +<g id="edge52" class="edge"> +<title>_S_1:e--W11:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1465.75,-3049.75C1554.49,-3050.37 1587.82,-3071.46 1656.87,-3025.36 1754.69,-2967.97 1682.04,-2809.16 1803,-2803.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1465.75,-3051.75C1553.42,-3052.06 1586.75,-3073.15 1657.94,-3027.06 1756.51,-2967.14 1683.86,-2808.33 1803,-2805.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1465.75,-3053.75C1552.35,-3053.75 1585.68,-3074.84 1659,-3028.75 1758.33,-2966.3 1685.67,-2807.5 1803,-2807.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1465.75,-3055.75C1551.28,-3055.44 1584.61,-3076.53 1660.06,-3030.44 1760.15,-2965.47 1687.49,-2806.67 1803,-2809.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1465.75,-3057.75C1550.22,-3057.13 1583.54,-3078.22 1661.13,-3032.14 1761.97,-2964.64 1689.31,-2805.84 1803,-2811.5"/> +</g> +<!-- _S_2 --> +<g id="node16" class="node"> +<title>_S_2</title> +<polygon fill="#ffffff" stroke="black" points="1464.75,-3017 1419.25,-3017 1419.25,-2992.5 1464.75,-2992.5 1464.75,-3017"/> +<polygon fill="none" stroke="black" points="1419.25,-2992.5 1419.25,-3017 1464.75,-3017 1464.75,-2992.5 1419.25,-2992.5"/> +<text text-anchor="start" x="1423.25" y="-2999.7" font-family="arial" font-size="14.00">splice</text> +</g> +<!-- _S_2--W11 --> +<g id="edge54" class="edge"> +<title>_S_2:e--W11:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1465.75,-3000.75C1554.03,-3001.15 1582.92,-3015.04 1657.25,-2977.15 1736.3,-2942.25 1708.86,-2838.52 1803,-2833.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1465.75,-3002.75C1553.17,-3002.95 1582.05,-3016.84 1658.12,-2978.95 1738.23,-2941.74 1710.79,-2838.01 1803,-2835.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1465.75,-3004.75C1552.3,-3004.75 1581.19,-3018.64 1659,-2980.75 1740.16,-2941.23 1712.73,-2837.5 1803,-2837.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1465.75,-3006.75C1551.43,-3006.55 1580.32,-3020.45 1659.88,-2982.55 1742.1,-2940.71 1714.66,-2836.99 1803,-2839.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1465.75,-3008.75C1550.57,-3008.35 1579.45,-3022.25 1660.75,-2984.35 1744.03,-2940.2 1716.59,-2836.48 1803,-2841.5"/> +</g> +<!-- _S_3 --> +<g id="node17" class="node"> +<title>_S_3</title> +<polygon fill="#ffffff" stroke="black" points="1464.75,-2623 1419.25,-2623 1419.25,-2598.5 1464.75,-2598.5 1464.75,-2623"/> +<polygon fill="none" stroke="black" points="1419.25,-2598.5 1419.25,-2623 1464.75,-2623 1464.75,-2598.5 1419.25,-2598.5"/> +<text text-anchor="start" x="1423.25" y="-2605.7" font-family="arial" font-size="14.00">splice</text> +</g> +<!-- _S_3--W11 --> +<g id="edge56" class="edge"> +<title>_S_3:e--W11:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1465.75,-2606.75C1550.72,-2607.1 1579.5,-2594.19 1660.75,-2632.15 1743.62,-2676.07 1717.07,-2778.5 1803,-2773.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1465.75,-2608.75C1551.54,-2608.93 1580.32,-2596.01 1659.88,-2633.95 1741.68,-2675.56 1715.13,-2778 1803,-2775.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1465.75,-2610.75C1552.35,-2610.75 1581.13,-2597.84 1659,-2635.75 1739.74,-2675.06 1713.19,-2777.5 1803,-2777.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1465.75,-2612.75C1553.17,-2612.57 1581.95,-2599.66 1658.12,-2637.55 1737.81,-2674.56 1711.26,-2777 1803,-2779.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1465.75,-2614.75C1553.99,-2614.4 1582.77,-2601.49 1657.25,-2639.35 1735.87,-2674.06 1709.32,-2776.5 1803,-2781.5"/> +</g> +<!-- _GND_1 --> +<g id="node18" class="node"> +<title>_GND_1</title> +<polygon fill="#ffffff" stroke="black" points="2479,-2518 2439.5,-2518 2439.5,-2493.5 2479,-2493.5 2479,-2518"/> +<polygon fill="none" stroke="black" points="2439.5,-2493.5 2439.5,-2518 2479,-2518 2479,-2493.5 2439.5,-2493.5"/> +<text text-anchor="start" x="2443.5" y="-2500.7" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- W1--Coil Pack 1 --> +<g id="edge2" class="edge"> +<title>W1:e--Coil Pack 1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1015.5,-3466.25C1489.14,-3472.36 860.65,-4483.36 1327.5,-4477.25"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M1015.5,-3468.25C1487.44,-3471.31 858.96,-4482.31 1327.5,-4479.25"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M1015.5,-3470.25C1485.74,-3470.25 857.26,-4481.25 1327.5,-4481.25"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M1015.5,-3472.25C1484.04,-3469.19 855.56,-4480.19 1327.5,-4483.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1015.5,-3474.25C1482.35,-3468.14 853.86,-4479.14 1327.5,-4485.25"/> +</g> +<!-- W1--Coil Pack 1 --> +<g id="edge10" class="edge"> +<title>W1:e--Coil Pack 1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1015.5,-3346.25C1530.03,-3352.41 819.7,-4459.41 1327.5,-4453.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M1015.5,-3348.25C1528.35,-3351.33 818.02,-4458.33 1327.5,-4455.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M1015.5,-3350.25C1526.67,-3350.25 816.33,-4457.25 1327.5,-4457.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M1015.5,-3352.25C1524.98,-3349.17 814.65,-4456.17 1327.5,-4459.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1015.5,-3354.25C1523.3,-3348.09 812.97,-4455.09 1327.5,-4461.25"/> +</g> +<!-- W1--Coil Pack 2 --> +<g id="edge4" class="edge"> +<title>W1:e--Coil Pack 2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1015.5,-3436.25C1348.34,-3442.08 1001.77,-4114.08 1327.5,-4108.25"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M1015.5,-3438.25C1346.56,-3441.17 999.99,-4113.17 1327.5,-4110.25"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M1015.5,-3440.25C1344.79,-3440.25 998.21,-4112.25 1327.5,-4112.25"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M1015.5,-3442.25C1343.01,-3439.33 996.44,-4111.33 1327.5,-4114.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1015.5,-3444.25C1341.23,-3438.42 994.66,-4110.42 1327.5,-4116.25"/> +</g> +<!-- W1--Coil Pack 2 --> +<g id="edge11" class="edge"> +<title>W1:e--Coil Pack 2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1015.5,-3346.25C1375.12,-3352.16 974.91,-4090.16 1327.5,-4084.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M1015.5,-3348.25C1373.37,-3351.2 973.15,-4089.2 1327.5,-4086.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M1015.5,-3350.25C1371.61,-3350.25 971.39,-4088.25 1327.5,-4088.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M1015.5,-3352.25C1369.85,-3349.3 969.63,-4087.3 1327.5,-4090.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1015.5,-3354.25C1368.09,-3348.34 967.88,-4086.34 1327.5,-4092.25"/> +</g> +<!-- W1--Coil Pack 3 --> +<g id="edge6" class="edge"> +<title>W1:e--Coil Pack 3:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1015.5,-3406.25C1222.16,-3411.33 1128.54,-3744.33 1327.5,-3739.25"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M1015.5,-3408.25C1220.24,-3410.79 1126.61,-3743.79 1327.5,-3741.25"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M1015.5,-3410.25C1218.31,-3410.25 1124.69,-3743.25 1327.5,-3743.25"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M1015.5,-3412.25C1216.39,-3409.71 1122.76,-3742.71 1327.5,-3745.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1015.5,-3414.25C1214.46,-3409.17 1120.84,-3742.17 1327.5,-3747.25"/> +</g> +<!-- W1--Coil Pack 3 --> +<g id="edge12" class="edge"> +<title>W1:e--Coil Pack 3:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1015.5,-3346.25C1234.08,-3351.46 1116.55,-3720.46 1327.5,-3715.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M1015.5,-3348.25C1232.17,-3350.86 1114.64,-3719.86 1327.5,-3717.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M1015.5,-3350.25C1230.27,-3350.25 1112.73,-3719.25 1327.5,-3719.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M1015.5,-3352.25C1228.36,-3349.64 1110.83,-3718.64 1327.5,-3721.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1015.5,-3354.25C1226.45,-3349.04 1108.92,-3718.04 1327.5,-3723.25"/> +</g> +<!-- W1--Coil Pack 4 --> +<g id="edge8" class="edge"> +<title>W1:e--Coil Pack 4:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1015.5,-3376.25C1153.51,-3376.31 1188.12,-3370.31 1327.5,-3370.25"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M1015.5,-3378.25C1153.85,-3378.28 1188.47,-3372.28 1327.5,-3372.25"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M1015.5,-3380.25C1154.19,-3380.25 1188.81,-3374.25 1327.5,-3374.25"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M1015.5,-3382.25C1154.53,-3382.22 1189.15,-3376.22 1327.5,-3376.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1015.5,-3384.25C1154.88,-3384.19 1189.49,-3378.19 1327.5,-3378.25"/> +</g> +<!-- W1--Coil Pack 4 --> +<g id="edge13" class="edge"> +<title>W1:e--Coil Pack 4:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1015.5,-3346.25C1154.17,-3346.25 1188.83,-3346.25 1327.5,-3346.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M1015.5,-3348.25C1154.17,-3348.25 1188.83,-3348.25 1327.5,-3348.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M1015.5,-3350.25C1154.17,-3350.25 1188.83,-3350.25 1327.5,-3350.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M1015.5,-3352.25C1154.17,-3352.25 1188.83,-3352.25 1327.5,-3352.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1015.5,-3354.25C1154.17,-3354.25 1188.83,-3354.25 1327.5,-3354.25"/> +</g> +<!-- W3--Fuel Injector 1 --> +<g id="edge15" class="edge"> +<title>W3:e--Fuel Injector 1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M985,-1373.25C1139.23,-1377.56 1124.79,-1189.06 1287,-1184.75"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M985,-1375.25C1141.23,-1377.4 1126.78,-1188.9 1287,-1186.75"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M985,-1377.25C1143.22,-1377.25 1128.78,-1188.75 1287,-1188.75"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M985,-1379.25C1145.22,-1377.1 1130.77,-1188.6 1287,-1190.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M985,-1381.25C1147.21,-1376.94 1132.77,-1188.44 1287,-1192.75"/> +</g> +<!-- W4--Fuel Injector 2 --> +<g id="edge17" class="edge"> +<title>W4:e--Fuel Injector 2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M985,-1030.25C1141.88,-1034.64 1122.15,-835.14 1287,-830.75"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M985,-1032.25C1143.87,-1034.45 1124.15,-834.95 1287,-832.75"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M985,-1034.25C1145.86,-1034.25 1126.14,-834.75 1287,-834.75"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M985,-1036.25C1147.85,-1034.05 1128.13,-834.55 1287,-836.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M985,-1038.25C1149.85,-1033.86 1130.12,-834.36 1287,-838.75"/> +</g> +<!-- W5--LSU --> +<g id="edge19" class="edge"> +<title>W5:e--LSU:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1002,-2382.25C1135.02,-2383.37 1166.04,-2413.37 1293.5,-2412.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M1002,-2384.25C1133.63,-2384.81 1164.65,-2414.81 1293.5,-2414.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M1002,-2386.25C1132.24,-2386.25 1163.26,-2416.25 1293.5,-2416.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M1002,-2388.25C1130.85,-2387.69 1161.87,-2417.69 1293.5,-2418.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1002,-2390.25C1129.46,-2389.13 1160.48,-2419.13 1293.5,-2420.25"/> +</g> +<!-- W5--LSU --> +<g id="edge21" class="edge"> +<title>W5:e--LSU:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1002,-2352.25C1135.6,-2353.67 1166.02,-2389.67 1293.5,-2388.25"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1002,-2354.25C1134.07,-2354.96 1164.49,-2390.96 1293.5,-2390.25"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1002,-2356.25C1132.54,-2356.25 1162.96,-2392.25 1293.5,-2392.25"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1002,-2358.25C1131.01,-2357.54 1161.43,-2393.54 1293.5,-2394.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1002,-2360.25C1129.48,-2358.83 1159.9,-2394.83 1293.5,-2396.25"/> +</g> +<!-- W5--LSU --> +<g id="edge23" class="edge"> +<title>W5:e--LSU:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1002,-2322.25C1130.85,-2322.32 1163.19,-2316.32 1293.5,-2316.25"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1002,-2324.25C1131.22,-2324.28 1163.55,-2318.28 1293.5,-2318.25"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1002,-2326.25C1131.58,-2326.25 1163.92,-2320.25 1293.5,-2320.25"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1002,-2328.25C1131.95,-2328.22 1164.28,-2322.22 1293.5,-2322.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1002,-2330.25C1132.31,-2330.18 1164.65,-2324.18 1293.5,-2324.25"/> +</g> +<!-- W5--LSU --> +<g id="edge25" class="edge"> +<title>W5:e--LSU:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1002,-2292.25C1131.56,-2292.25 1163.94,-2292.25 1293.5,-2292.25"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M1002,-2294.25C1131.56,-2294.25 1163.94,-2294.25 1293.5,-2294.25"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M1002,-2296.25C1131.56,-2296.25 1163.94,-2296.25 1293.5,-2296.25"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M1002,-2298.25C1131.56,-2298.25 1163.94,-2298.25 1293.5,-2298.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1002,-2300.25C1131.56,-2300.25 1163.94,-2300.25 1293.5,-2300.25"/> +</g> +<!-- W6--LSU --> +<g id="edge28" class="edge"> +<title>W6:e--LSU:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M983.5,-2525.25C1139.95,-2529.49 1129.06,-2344.49 1293.5,-2340.25"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M983.5,-2527.25C1141.95,-2529.37 1131.06,-2344.37 1293.5,-2342.25"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M983.5,-2529.25C1143.95,-2529.25 1133.05,-2344.25 1293.5,-2344.25"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M983.5,-2531.25C1145.94,-2529.13 1135.05,-2344.13 1293.5,-2346.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M983.5,-2533.25C1147.94,-2529.01 1137.05,-2344.01 1293.5,-2348.25"/> +</g> +<!-- W7--Veronte 1X CAN Bus --> +<g id="edge30" class="edge"> +<title>W7:e--Veronte 1X CAN Bus:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1042.5,-2794.5C1177.26,-2797.57 1197.52,-2882.32 1324.5,-2879.25"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M1042.5,-2796.5C1175.32,-2798.04 1195.57,-2882.79 1324.5,-2881.25"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M1042.5,-2798.5C1173.37,-2798.5 1193.63,-2883.25 1324.5,-2883.25"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M1042.5,-2800.5C1171.43,-2798.96 1191.68,-2883.71 1324.5,-2885.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1042.5,-2802.5C1169.48,-2799.43 1189.74,-2884.18 1324.5,-2887.25"/> +</g> +<!-- W7--Veronte 1X CAN Bus --> +<g id="edge32" class="edge"> +<title>W7:e--Veronte 1X CAN Bus:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1042.5,-2764.5C1186.18,-2768.42 1188.82,-2907.17 1324.5,-2903.25"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M1042.5,-2766.5C1184.18,-2768.46 1186.82,-2907.21 1324.5,-2905.25"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M1042.5,-2768.5C1182.18,-2768.5 1184.82,-2907.25 1324.5,-2907.25"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M1042.5,-2770.5C1180.18,-2768.54 1182.82,-2907.29 1324.5,-2909.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1042.5,-2772.5C1178.18,-2768.58 1180.82,-2907.33 1324.5,-2911.25"/> +</g> +<!-- W7--Veronte 1X CAN Bus --> +<g id="edge34" class="edge"> +<title>W7:e--Veronte 1X CAN Bus:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1042.5,-2734.5C1182.83,-2738.19 1192.15,-2858.94 1324.5,-2855.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1042.5,-2736.5C1180.83,-2738.35 1190.15,-2859.1 1324.5,-2857.25"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M1042.5,-2738.5C1178.84,-2738.5 1188.16,-2859.25 1324.5,-2859.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1042.5,-2740.5C1176.85,-2738.65 1186.17,-2859.4 1324.5,-2861.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1042.5,-2742.5C1174.85,-2738.81 1184.17,-2859.56 1324.5,-2863.25"/> +</g> +<!-- W7--shield1 --> +<g id="edge39" class="edge"> +<title>W7:e--shield1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1042.5,-2692.5C1136.24,-2692.5 1141.02,-2628.41 1225,-2586.75 1300.89,-2549.1 1316.16,-2513.25 1400.88,-2513.25"/> +</g> +<!-- W7--_S_1 --> +<g id="edge36" class="edge"> +<title>W7:e--_S_1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1042.5,-2794.5C1176.83,-2799.89 1115.08,-2965.87 1226.97,-3025.27 1298.42,-3067.89 1329.68,-3050.27 1418.25,-3049.75"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M1042.5,-2796.5C1174.95,-2799.2 1113.21,-2965.18 1225.98,-3027.01 1299.41,-3069.63 1330.66,-3052.01 1418.25,-3051.75"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M1042.5,-2798.5C1173.08,-2798.5 1111.33,-2964.48 1225,-3028.75 1300.39,-3071.38 1331.65,-3053.75 1418.25,-3053.75"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M1042.5,-2800.5C1171.21,-2797.8 1109.46,-2963.78 1224.02,-3030.49 1301.37,-3073.12 1332.63,-3055.49 1418.25,-3055.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1042.5,-2802.5C1169.33,-2797.11 1107.58,-2963.08 1223.03,-3032.23 1302.35,-3074.86 1333.61,-3057.23 1418.25,-3057.75"/> +</g> +<!-- W7--_S_2 --> +<g id="edge37" class="edge"> +<title>W7:e--_S_2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1042.5,-2764.5C1170.7,-2769.77 1119.14,-2923.24 1226.89,-2977.22 1299.34,-3018.14 1329.76,-3001.25 1418.25,-3000.75"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M1042.5,-2766.5C1168.81,-2769.14 1117.25,-2922.61 1225.94,-2978.99 1300.31,-3019.89 1330.73,-3003 1418.25,-3002.75"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M1042.5,-2768.5C1166.91,-2768.5 1115.35,-2921.97 1225,-2980.75 1301.28,-3021.64 1331.7,-3004.75 1418.25,-3004.75"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M1042.5,-2770.5C1165.01,-2767.86 1113.46,-2921.33 1224.06,-2982.51 1302.25,-3023.39 1332.67,-3006.5 1418.25,-3006.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1042.5,-2772.5C1163.12,-2767.23 1111.56,-2920.7 1223.11,-2984.28 1303.22,-3025.14 1333.64,-3008.25 1418.25,-3008.75"/> +</g> +<!-- W7--_S_3 --> +<g id="edge38" class="edge"> +<title>W7:e--_S_3:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1042.5,-2734.5C1131.58,-2738.44 1132.66,-2665.04 1223.74,-2631.95 1307.56,-2604.47 1332.02,-2606.77 1418.25,-2606.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1042.5,-2736.5C1133.58,-2738.47 1134.66,-2665.06 1224.37,-2633.85 1307.38,-2606.46 1331.83,-2608.76 1418.25,-2608.75"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M1042.5,-2738.5C1135.58,-2738.5 1136.66,-2665.09 1225,-2635.75 1307.19,-2608.45 1331.65,-2610.75 1418.25,-2610.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1042.5,-2740.5C1137.58,-2738.53 1138.66,-2665.12 1225.63,-2637.65 1307,-2610.44 1331.46,-2612.74 1418.25,-2612.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1042.5,-2742.5C1139.58,-2738.56 1140.66,-2665.15 1226.26,-2639.55 1306.81,-2612.43 1331.27,-2614.73 1418.25,-2614.75"/> +</g> +<!-- W8--Coolant/Crank Sensor --> +<g id="edge41" class="edge"> +<title>W8:e--Coolant/Crank Sensor:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1081,-2079.25C1178.41,-2082.72 1189.16,-2002.47 1294.5,-1999"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M1081,-2081.25C1180.39,-2082.98 1191.15,-2002.73 1294.5,-2001"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M1081,-2083.25C1182.37,-2083.25 1193.13,-2003 1294.5,-2003"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M1081,-2085.25C1184.35,-2083.52 1195.11,-2003.27 1294.5,-2005"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1081,-2087.25C1186.34,-2083.78 1197.09,-2003.53 1294.5,-2007"/> +</g> +<!-- W8--Coolant/Crank Sensor --> +<g id="edge43" class="edge"> +<title>W8:e--Coolant/Crank Sensor:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1081,-2049.25C1173.55,-2050.66 1195.85,-2024.41 1294.5,-2023"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1081,-2051.25C1175.08,-2051.96 1197.37,-2025.71 1294.5,-2025"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1081,-2053.25C1176.6,-2053.25 1198.9,-2027 1294.5,-2027"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1081,-2055.25C1178.13,-2054.54 1200.42,-2028.29 1294.5,-2029"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1081,-2057.25C1179.65,-2055.84 1201.95,-2029.59 1294.5,-2031"/> +</g> +<!-- W9--MAF Sensor --> +<g id="edge45" class="edge"> +<title>W9:e--MAF Sensor:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1014.5,-1793.25C1149.4,-1797.39 1144.11,-1644.39 1287,-1640.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M1014.5,-1795.25C1151.4,-1797.32 1146.11,-1644.32 1287,-1642.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M1014.5,-1797.25C1153.4,-1797.25 1148.1,-1644.25 1287,-1644.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M1014.5,-1799.25C1155.39,-1797.18 1150.1,-1644.18 1287,-1646.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1014.5,-1801.25C1157.39,-1797.11 1152.1,-1644.11 1287,-1648.25"/> +</g> +<!-- W9--MAF Sensor --> +<g id="edge47" class="edge"> +<title>W9:e--MAF Sensor:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1014.5,-1763.25C1148.11,-1767.32 1145.39,-1620.32 1287,-1616.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M1014.5,-1765.25C1150.11,-1767.29 1147.39,-1620.29 1287,-1618.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M1014.5,-1767.25C1152.11,-1767.25 1149.39,-1620.25 1287,-1620.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M1014.5,-1769.25C1154.11,-1767.21 1151.39,-1620.21 1287,-1622.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1014.5,-1771.25C1156.11,-1767.18 1153.39,-1620.18 1287,-1624.25"/> +</g> +<!-- W9--MAF Sensor --> +<g id="edge49" class="edge"> +<title>W9:e--MAF Sensor:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1014.5,-1733.25C1146.86,-1737.26 1146.64,-1596.26 1287,-1592.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1014.5,-1735.25C1148.86,-1737.25 1148.64,-1596.25 1287,-1594.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1014.5,-1737.25C1150.86,-1737.25 1150.64,-1596.25 1287,-1596.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1014.5,-1739.25C1152.86,-1737.25 1152.64,-1596.25 1287,-1598.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1014.5,-1741.25C1154.86,-1737.24 1154.64,-1596.24 1287,-1600.25"/> +</g> +<!-- W10--Tachometer --> +<g id="edge51" class="edge"> +<title>W10:e--Tachometer:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M968,-770.5C1145.93,-775.77 1039.49,-457.77 1225,-452.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M968,-772.5C1147.82,-775.13 1041.38,-457.13 1225,-454.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M968,-774.5C1149.72,-774.5 1043.28,-456.5 1225,-456.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M968,-776.5C1151.62,-773.87 1045.18,-455.87 1225,-458.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M968,-778.5C1153.51,-773.23 1047.07,-455.23 1225,-460.5"/> +</g> +<!-- W11--Throttle Servo CAN --> +<g id="edge53" class="edge"> +<title>W11:e--Throttle Servo CAN:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M2174,-2803.5C2236.14,-2804.03 2251.89,-2795.03 2318,-2794.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M2174,-2805.5C2237.13,-2805.76 2252.88,-2796.76 2318,-2796.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M2174,-2807.5C2238.12,-2807.5 2253.88,-2798.5 2318,-2798.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M2174,-2809.5C2239.12,-2809.24 2254.87,-2800.24 2318,-2800.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M2174,-2811.5C2240.11,-2810.97 2255.86,-2801.97 2318,-2802.5"/> +</g> +<!-- W11--Throttle Servo CAN --> +<g id="edge55" class="edge"> +<title>W11:e--Throttle Servo CAN:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M2174,-2833.5C2240.11,-2834.03 2255.86,-2843.03 2318,-2842.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M2174,-2835.5C2239.12,-2835.76 2254.87,-2844.76 2318,-2844.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M2174,-2837.5C2238.12,-2837.5 2253.88,-2846.5 2318,-2846.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M2174,-2839.5C2237.13,-2839.24 2252.88,-2848.24 2318,-2848.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M2174,-2841.5C2236.14,-2840.97 2251.89,-2849.97 2318,-2850.5"/> +</g> +<!-- W11--Throttle Servo CAN --> +<g id="edge57" class="edge"> +<title>W11:e--Throttle Servo CAN:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M2174,-2773.5C2244.96,-2776.64 2254.85,-2821.64 2318,-2818.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M2174,-2775.5C2243.01,-2777.07 2252.9,-2822.07 2318,-2820.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M2174,-2777.5C2241.05,-2777.5 2250.95,-2822.5 2318,-2822.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M2174,-2779.5C2239.1,-2777.93 2248.99,-2822.93 2318,-2824.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M2174,-2781.5C2237.15,-2778.36 2247.04,-2823.36 2318,-2826.5"/> +</g> +<!-- W11--_GND_1 --> +<g id="edge59" class="edge"> +<title>W11:e--_GND_1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M2174,-2731.5C2284.16,-2731.5 2225.48,-2589.55 2318,-2529.75 2363.86,-2500.11 2383.89,-2505.75 2438.5,-2505.75"/> +</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, 1 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">shield1</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">2</td> + <td style="border:1px solid #000000; padding: 4px">Connector, 90980-11875, 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">Fuel Injector 1, Fuel Injector 2</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">3</td> + <td style="border:1px solid #000000; padding: 4px">Connector, Bosch 1928405138, 5 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">MAF Sensor</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">4</td> + <td style="border:1px solid #000000; padding: 4px">Connector, D261.205.356-01, 6 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">LSU</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">5</td> + <td style="border:1px solid #000000; padding: 4px">Connector, DT04-3P, 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">Tachometer</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">6</td> + <td style="border:1px solid #000000; padding: 4px">Connector, DT06-3S, 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">Veronte 1X CAN Bus</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">7</td> + <td style="border:1px solid #000000; padding: 4px">Connector, DTM04-3P, 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">Throttle Servo CAN</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">8</td> + <td style="border:1px solid #000000; padding: 4px">Connector, Delphi 12162825, 5 pins</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">4</td> + <td style="border:1px solid #000000; padding: 4px"></td> + <td style="border:1px solid #000000; padding: 4px">Coil Pack 1, Coil Pack 2, Coil Pack 3, Coil Pack 4</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">9</td> + <td style="border:1px solid #000000; padding: 4px">Connector, GND</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"></td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">10</td> + <td style="border:1px solid #000000; padding: 4px">Connector, Molex 643201311, 48 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">ECU</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">11</td> + <td style="border:1px solid #000000; padding: 4px">Connector, Sumitomo 6180-2181, 2 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">Coolant/Crank Sensor</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">12</td> + <td style="border:1px solid #000000; padding: 4px">Connector, splice</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"></td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">13</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 14 AWG, GY</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">80.0</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W3, W4</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">14</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 18 AWG, BK</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">127.5</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W10, W11, W8, W9</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">15</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 18 AWG, BKWH</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">40.0</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W7</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">16</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 18 AWG, BN</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">158.5</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W1, W5, W8, W9</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">17</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 18 AWG, BU</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">200.0</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W1</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">18</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 18 AWG, GN</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">72.0</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W11, W5, W6</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">19</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 18 AWG, GY</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">40.0</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W7</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">20</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 18 AWG, PK</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">40.0</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W7</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">21</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 18 AWG, WH</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">21.0</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W5</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">22</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 18 AWG, YE</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">51.0</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W11, W5</td> + </tr> +</table> +</body></html> diff --git a/wireviz/Choppy_ECU_C1.png b/wireviz/Choppy_ECU_C1.png Binary files differnew file mode 100644 index 0000000..8d11c52 --- /dev/null +++ b/wireviz/Choppy_ECU_C1.png diff --git a/wireviz/Choppy_ECU_C1.svg b/wireviz/Choppy_ECU_C1.svg new file mode 100644 index 0000000..f5ad78e --- /dev/null +++ b/wireviz/Choppy_ECU_C1.svg @@ -0,0 +1,1485 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" + "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<!-- Generated by graphviz version 12.0.0 (20240704.0754) + --> +<!-- Pages: 1 --> +<svg width="2609pt" height="4550pt" + viewBox="0.00 0.00 2608.50 4550.25" 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 4546.25)"> +<polygon fill="#ffffff" stroke="none" points="-4,4 -4,-4546.25 2604.5,-4546.25 2604.5,4 -4,4"/> +<!-- ECU --> +<g id="node1" class="node"> +<title>ECU</title> +<polygon fill="#ffffff" stroke="black" points="401,-2981.25 0,-2981.25 0,-1456.25 401,-1456.25 401,-2981.25"/> +<polygon fill="none" stroke="black" points="0,-2956.75 0,-2981.25 401,-2981.25 401,-2956.75 0,-2956.75"/> +<text text-anchor="start" x="185.5" y="-2963.95" font-family="arial" font-size="14.00">ECU</text> +<polygon fill="none" stroke="black" points="0,-2932.25 0,-2956.75 238.38,-2956.75 238.38,-2932.25 0,-2932.25"/> +<text text-anchor="start" x="61.44" y="-2939.45" font-family="arial" font-size="14.00">Molex 643201311</text> +<polygon fill="none" stroke="black" points="238.38,-2932.25 238.38,-2956.75 401,-2956.75 401,-2932.25 238.38,-2932.25"/> +<text text-anchor="start" x="299.81" y="-2939.45" font-family="arial" font-size="14.00">48-pin</text> +<polygon fill="none" stroke="black" points="0,-2908.25 0,-2932.25 281.5,-2932.25 281.5,-2908.25 0,-2908.25"/> +<text text-anchor="start" x="57.5" y="-2914.95" font-family="arial" font-size="14.00">Extra Output 5 (Fuelpump)</text> +<polygon fill="none" stroke="black" points="281.5,-2908.25 281.5,-2932.25 401,-2932.25 401,-2908.25 281.5,-2908.25"/> +<text text-anchor="start" x="332.25" y="-2914.95" font-family="arial" font-size="14.00">A1</text> +<polygon fill="none" stroke="black" points="0,-2884.25 0,-2908.25 281.5,-2908.25 281.5,-2884.25 0,-2884.25"/> +<text text-anchor="start" x="99.12" y="-2890.95" font-family="arial" font-size="14.00">Ignition coil 1</text> +<polygon fill="none" stroke="black" points="281.5,-2884.25 281.5,-2908.25 401,-2908.25 401,-2884.25 281.5,-2884.25"/> +<text text-anchor="start" x="332.25" y="-2890.95" font-family="arial" font-size="14.00">A2</text> +<polygon fill="none" stroke="black" points="0,-2860.25 0,-2884.25 281.5,-2884.25 281.5,-2860.25 0,-2860.25"/> +<text text-anchor="start" x="99.12" y="-2866.95" font-family="arial" font-size="14.00">Ignition coil 2</text> +<polygon fill="none" stroke="black" points="281.5,-2860.25 281.5,-2884.25 401,-2884.25 401,-2860.25 281.5,-2860.25"/> +<text text-anchor="start" x="332.25" y="-2866.95" font-family="arial" font-size="14.00">A3</text> +<polygon fill="none" stroke="black" points="0,-2836.25 0,-2860.25 281.5,-2860.25 281.5,-2836.25 0,-2836.25"/> +<text text-anchor="start" x="102.5" y="-2842.95" font-family="arial" font-size="14.00">Tachometer</text> +<polygon fill="none" stroke="black" points="281.5,-2836.25 281.5,-2860.25 401,-2860.25 401,-2836.25 281.5,-2836.25"/> +<text text-anchor="start" x="332.25" y="-2842.95" font-family="arial" font-size="14.00">A4</text> +<polygon fill="none" stroke="black" points="0,-2812.25 0,-2836.25 281.5,-2836.25 281.5,-2812.25 0,-2812.25"/> +<text text-anchor="start" x="77.38" y="-2818.95" font-family="arial" font-size="14.00">Extra Output 6 (Fan)</text> +<polygon fill="none" stroke="black" points="281.5,-2812.25 281.5,-2836.25 401,-2836.25 401,-2812.25 281.5,-2812.25"/> +<text text-anchor="start" x="332.25" y="-2818.95" font-family="arial" font-size="14.00">B1</text> +<polygon fill="none" stroke="black" points="0,-2788.25 0,-2812.25 281.5,-2812.25 281.5,-2788.25 0,-2788.25"/> +<text text-anchor="start" x="99.12" y="-2794.95" font-family="arial" font-size="14.00">Ignition coil 3</text> +<polygon fill="none" stroke="black" points="281.5,-2788.25 281.5,-2812.25 401,-2812.25 401,-2788.25 281.5,-2788.25"/> +<text text-anchor="start" x="332.25" y="-2794.95" font-family="arial" font-size="14.00">B2</text> +<polygon fill="none" stroke="black" points="0,-2764.25 0,-2788.25 281.5,-2788.25 281.5,-2764.25 0,-2764.25"/> +<text text-anchor="start" x="99.12" y="-2770.95" font-family="arial" font-size="14.00">Ignition coil 4</text> +<polygon fill="none" stroke="black" points="281.5,-2764.25 281.5,-2788.25 401,-2788.25 401,-2764.25 281.5,-2764.25"/> +<text text-anchor="start" x="332.25" y="-2770.95" font-family="arial" font-size="14.00">B3</text> +<polygon fill="none" stroke="black" points="0,-2740.25 0,-2764.25 281.5,-2764.25 281.5,-2740.25 0,-2740.25"/> +<text text-anchor="start" x="95.75" y="-2746.95" font-family="arial" font-size="14.00">Extra Output 1</text> +<polygon fill="none" stroke="black" points="281.5,-2740.25 281.5,-2764.25 401,-2764.25 401,-2740.25 281.5,-2740.25"/> +<text text-anchor="start" x="332.25" y="-2746.95" font-family="arial" font-size="14.00">B4</text> +<polygon fill="none" stroke="black" points="0,-2716.25 0,-2740.25 281.5,-2740.25 281.5,-2716.25 0,-2716.25"/> +<text text-anchor="start" x="95.75" y="-2722.95" font-family="arial" font-size="14.00">Extra Output 7</text> +<polygon fill="none" stroke="black" points="281.5,-2716.25 281.5,-2740.25 401,-2740.25 401,-2716.25 281.5,-2716.25"/> +<text text-anchor="start" x="331.88" y="-2722.95" font-family="arial" font-size="14.00">C1</text> +<polygon fill="none" stroke="black" points="0,-2692.25 0,-2716.25 281.5,-2716.25 281.5,-2692.25 0,-2692.25"/> +<text text-anchor="start" x="99.12" y="-2698.95" font-family="arial" font-size="14.00">Ignition coil 5</text> +<polygon fill="none" stroke="black" points="281.5,-2692.25 281.5,-2716.25 401,-2716.25 401,-2692.25 281.5,-2692.25"/> +<text text-anchor="start" x="331.88" y="-2698.95" font-family="arial" font-size="14.00">C2</text> +<polygon fill="none" stroke="black" points="0,-2668.25 0,-2692.25 281.5,-2692.25 281.5,-2668.25 0,-2668.25"/> +<text text-anchor="start" x="99.12" y="-2674.95" font-family="arial" font-size="14.00">Ignition coil 6</text> +<polygon fill="none" stroke="black" points="281.5,-2668.25 281.5,-2692.25 401,-2692.25 401,-2668.25 281.5,-2668.25"/> +<text text-anchor="start" x="331.88" y="-2674.95" font-family="arial" font-size="14.00">C3</text> +<polygon fill="none" stroke="black" points="0,-2644.25 0,-2668.25 281.5,-2668.25 281.5,-2644.25 0,-2644.25"/> +<text text-anchor="start" x="97.25" y="-2650.95" font-family="arial" font-size="14.00">Extra output 2</text> +<polygon fill="none" stroke="black" points="281.5,-2644.25 281.5,-2668.25 401,-2668.25 401,-2644.25 281.5,-2644.25"/> +<text text-anchor="start" x="331.88" y="-2650.95" font-family="arial" font-size="14.00">C4</text> +<polygon fill="none" stroke="black" points="0,-2620.25 0,-2644.25 281.5,-2644.25 281.5,-2620.25 0,-2620.25"/> +<text text-anchor="start" x="92.38" y="-2626.95" font-family="arial" font-size="14.00">Lambda 1 Heat</text> +<polygon fill="none" stroke="black" points="281.5,-2620.25 281.5,-2644.25 401,-2644.25 401,-2620.25 281.5,-2620.25"/> +<text text-anchor="start" x="331.88" y="-2626.95" font-family="arial" font-size="14.00">D1</text> +<polygon fill="none" stroke="black" points="0,-2596.25 0,-2620.25 281.5,-2620.25 281.5,-2596.25 0,-2596.25"/> +<text text-anchor="start" x="99.12" y="-2602.95" font-family="arial" font-size="14.00">Ignition coil 7</text> +<polygon fill="none" stroke="black" points="281.5,-2596.25 281.5,-2620.25 401,-2620.25 401,-2596.25 281.5,-2596.25"/> +<text text-anchor="start" x="331.88" y="-2602.95" font-family="arial" font-size="14.00">D2</text> +<polygon fill="none" stroke="black" points="0,-2572.25 0,-2596.25 281.5,-2596.25 281.5,-2572.25 0,-2572.25"/> +<text text-anchor="start" x="99.12" y="-2578.95" font-family="arial" font-size="14.00">Ignition coil 8</text> +<polygon fill="none" stroke="black" points="281.5,-2572.25 281.5,-2596.25 401,-2596.25 401,-2572.25 281.5,-2572.25"/> +<text text-anchor="start" x="331.88" y="-2578.95" font-family="arial" font-size="14.00">D3</text> +<polygon fill="none" stroke="black" points="0,-2548.25 0,-2572.25 281.5,-2572.25 281.5,-2548.25 0,-2548.25"/> +<text text-anchor="start" x="97.25" y="-2554.95" font-family="arial" font-size="14.00">Extra output 3</text> +<polygon fill="none" stroke="black" points="281.5,-2548.25 281.5,-2572.25 401,-2572.25 401,-2548.25 281.5,-2548.25"/> +<text text-anchor="start" x="331.88" y="-2554.95" font-family="arial" font-size="14.00">D4</text> +<polygon fill="none" stroke="black" points="0,-2524.25 0,-2548.25 281.5,-2548.25 281.5,-2524.25 0,-2524.25"/> +<text text-anchor="start" x="119" y="-2530.95" font-family="arial" font-size="14.00">CAN H</text> +<polygon fill="none" stroke="black" points="281.5,-2524.25 281.5,-2548.25 401,-2548.25 401,-2524.25 281.5,-2524.25"/> +<text text-anchor="start" x="332.25" y="-2530.95" font-family="arial" font-size="14.00">E1</text> +<polygon fill="none" stroke="black" points="0,-2500.25 0,-2524.25 281.5,-2524.25 281.5,-2500.25 0,-2500.25"/> +<text text-anchor="start" x="119.75" y="-2506.95" font-family="arial" font-size="14.00">CAN L</text> +<polygon fill="none" stroke="black" points="281.5,-2500.25 281.5,-2524.25 401,-2524.25 401,-2500.25 281.5,-2500.25"/> +<text text-anchor="start" x="332.25" y="-2506.95" font-family="arial" font-size="14.00">E2</text> +<polygon fill="none" stroke="black" points="0,-2476.25 0,-2500.25 281.5,-2500.25 281.5,-2476.25 0,-2476.25"/> +<text text-anchor="start" x="95.38" y="-2482.95" font-family="arial" font-size="14.00">Sheild Ground</text> +<polygon fill="none" stroke="black" points="281.5,-2476.25 281.5,-2500.25 401,-2500.25 401,-2476.25 281.5,-2476.25"/> +<text text-anchor="start" x="332.25" y="-2482.95" font-family="arial" font-size="14.00">E3</text> +<polygon fill="none" stroke="black" points="0,-2452.25 0,-2476.25 281.5,-2476.25 281.5,-2452.25 0,-2452.25"/> +<text text-anchor="start" x="95.75" y="-2458.95" font-family="arial" font-size="14.00">Extra Output 4</text> +<polygon fill="none" stroke="black" points="281.5,-2452.25 281.5,-2476.25 401,-2476.25 401,-2452.25 281.5,-2452.25"/> +<text text-anchor="start" x="332.25" y="-2458.95" font-family="arial" font-size="14.00">E4</text> +<polygon fill="none" stroke="black" points="0,-2428.25 0,-2452.25 281.5,-2452.25 281.5,-2428.25 0,-2428.25"/> +<text text-anchor="start" x="50" y="-2434.95" font-family="arial" font-size="14.00">Coolant Temperature sensor</text> +<polygon fill="none" stroke="black" points="281.5,-2428.25 281.5,-2452.25 401,-2452.25 401,-2428.25 281.5,-2428.25"/> +<text text-anchor="start" x="332.62" y="-2434.95" font-family="arial" font-size="14.00">F1</text> +<polygon fill="none" stroke="black" points="0,-2404.25 0,-2428.25 281.5,-2428.25 281.5,-2404.25 0,-2404.25"/> +<text text-anchor="start" x="65.75" y="-2410.95" font-family="arial" font-size="14.00">Air Temperature sensor</text> +<polygon fill="none" stroke="black" points="281.5,-2404.25 281.5,-2428.25 401,-2428.25 401,-2404.25 281.5,-2404.25"/> +<text text-anchor="start" x="332.62" y="-2410.95" font-family="arial" font-size="14.00">F2</text> +<polygon fill="none" stroke="black" points="0,-2380.25 0,-2404.25 281.5,-2404.25 281.5,-2380.25 0,-2380.25"/> +<text text-anchor="start" x="90.5" y="-2386.95" font-family="arial" font-size="14.00">Lambda 1 COM</text> +<polygon fill="none" stroke="black" points="281.5,-2380.25 281.5,-2404.25 401,-2404.25 401,-2380.25 281.5,-2380.25"/> +<text text-anchor="start" x="332.62" y="-2386.95" font-family="arial" font-size="14.00">F3</text> +<polygon fill="none" stroke="black" points="0,-2356.25 0,-2380.25 281.5,-2380.25 281.5,-2356.25 0,-2356.25"/> +<text text-anchor="start" x="90.12" y="-2362.95" font-family="arial" font-size="14.00">Lambda 1 VS in</text> +<polygon fill="none" stroke="black" points="281.5,-2356.25 281.5,-2380.25 401,-2380.25 401,-2356.25 281.5,-2356.25"/> +<text text-anchor="start" x="332.62" y="-2362.95" font-family="arial" font-size="14.00">F4</text> +<polygon fill="none" stroke="black" points="0,-2332.25 0,-2356.25 281.5,-2356.25 281.5,-2332.25 0,-2332.25"/> +<text text-anchor="start" x="83.38" y="-2338.95" font-family="arial" font-size="14.00">5V Sensor Supply</text> +<polygon fill="none" stroke="black" points="281.5,-2332.25 281.5,-2356.25 401,-2356.25 401,-2332.25 281.5,-2332.25"/> +<text text-anchor="start" x="331.5" y="-2338.95" font-family="arial" font-size="14.00">G1</text> +<polygon fill="none" stroke="black" points="0,-2308.25 0,-2332.25 281.5,-2332.25 281.5,-2308.25 0,-2308.25"/> +<text text-anchor="start" x="93.12" y="-2314.95" font-family="arial" font-size="14.00">Throttle sensor</text> +<polygon fill="none" stroke="black" points="281.5,-2308.25 281.5,-2332.25 401,-2332.25 401,-2308.25 281.5,-2308.25"/> +<text text-anchor="start" x="331.5" y="-2314.95" font-family="arial" font-size="14.00">G2</text> +<polygon fill="none" stroke="black" points="0,-2284.25 0,-2308.25 281.5,-2308.25 281.5,-2284.25 0,-2284.25"/> +<text text-anchor="start" x="99.88" y="-2290.95" font-family="arial" font-size="14.00">Lambda 1 IP</text> +<polygon fill="none" stroke="black" points="281.5,-2284.25 281.5,-2308.25 401,-2308.25 401,-2284.25 281.5,-2284.25"/> +<text text-anchor="start" x="331.5" y="-2290.95" font-family="arial" font-size="14.00">G3</text> +<polygon fill="none" stroke="black" points="0,-2260.25 0,-2284.25 281.5,-2284.25 281.5,-2260.25 0,-2260.25"/> +<text text-anchor="start" x="87.5" y="-2266.95" font-family="arial" font-size="14.00">Lambda 1 RCAL</text> +<polygon fill="none" stroke="black" points="281.5,-2260.25 281.5,-2284.25 401,-2284.25 401,-2260.25 281.5,-2260.25"/> +<text text-anchor="start" x="331.5" y="-2266.95" font-family="arial" font-size="14.00">G4</text> +<polygon fill="none" stroke="black" points="0,-2236.25 0,-2260.25 281.5,-2260.25 281.5,-2236.25 0,-2236.25"/> +<text text-anchor="start" x="92.38" y="-2242.95" font-family="arial" font-size="14.00">Sensor Ground</text> +<polygon fill="none" stroke="black" points="281.5,-2236.25 281.5,-2260.25 401,-2260.25 401,-2236.25 281.5,-2236.25"/> +<text text-anchor="start" x="332.25" y="-2242.95" font-family="arial" font-size="14.00">H1</text> +<polygon fill="none" stroke="black" points="0,-2212.25 0,-2236.25 281.5,-2236.25 281.5,-2212.25 0,-2212.25"/> +<text text-anchor="start" x="72.5" y="-2218.95" font-family="arial" font-size="14.00">Home sensor Ground</text> +<polygon fill="none" stroke="black" points="281.5,-2212.25 281.5,-2236.25 401,-2236.25 401,-2212.25 281.5,-2212.25"/> +<text text-anchor="start" x="332.25" y="-2218.95" font-family="arial" font-size="14.00">H2</text> +<polygon fill="none" stroke="black" points="0,-2188.25 0,-2212.25 281.5,-2212.25 281.5,-2188.25 0,-2188.25"/> +<text text-anchor="start" x="97.62" y="-2194.95" font-family="arial" font-size="14.00">Crank Sensor</text> +<polygon fill="none" stroke="black" points="281.5,-2188.25 281.5,-2212.25 401,-2212.25 401,-2188.25 281.5,-2188.25"/> +<text text-anchor="start" x="332.25" y="-2194.95" font-family="arial" font-size="14.00">H3</text> +<polygon fill="none" stroke="black" points="0,-2164.25 0,-2188.25 281.5,-2188.25 281.5,-2164.25 0,-2164.25"/> +<text text-anchor="start" x="98" y="-2170.95" font-family="arial" font-size="14.00">Home sensor</text> +<polygon fill="none" stroke="black" points="281.5,-2164.25 281.5,-2188.25 401,-2188.25 401,-2164.25 281.5,-2164.25"/> +<text text-anchor="start" x="332.25" y="-2170.95" font-family="arial" font-size="14.00">H4</text> +<polygon fill="none" stroke="black" points="0,-2140.25 0,-2164.25 281.5,-2164.25 281.5,-2140.25 0,-2140.25"/> +<text text-anchor="start" x="52.25" y="-2146.95" font-family="arial" font-size="14.00">Extra Temperature sensor 1</text> +<polygon fill="none" stroke="black" points="281.5,-2140.25 281.5,-2164.25 401,-2164.25 401,-2140.25 281.5,-2140.25"/> +<text text-anchor="start" x="333.38" y="-2146.95" font-family="arial" font-size="14.00">J1</text> +<polygon fill="none" stroke="black" points="0,-2116.25 0,-2140.25 281.5,-2140.25 281.5,-2116.25 0,-2116.25"/> +<text text-anchor="start" x="52.25" y="-2122.95" font-family="arial" font-size="14.00">Extra Temperature sensor 2</text> +<polygon fill="none" stroke="black" points="281.5,-2116.25 281.5,-2140.25 401,-2140.25 401,-2116.25 281.5,-2116.25"/> +<text text-anchor="start" x="333.38" y="-2122.95" font-family="arial" font-size="14.00">J2</text> +<polygon fill="none" stroke="black" points="0,-2092.25 0,-2116.25 281.5,-2116.25 281.5,-2092.25 0,-2092.25"/> +<text text-anchor="start" x="96.12" y="-2098.95" font-family="arial" font-size="14.00">Fuel Pressure</text> +<polygon fill="none" stroke="black" points="281.5,-2092.25 281.5,-2116.25 401,-2116.25 401,-2092.25 281.5,-2092.25"/> +<text text-anchor="start" x="333.38" y="-2098.95" font-family="arial" font-size="14.00">J3</text> +<polygon fill="none" stroke="black" points="0,-2068.25 0,-2092.25 281.5,-2092.25 281.5,-2068.25 0,-2068.25"/> +<text text-anchor="start" x="125.75" y="-2074.95" font-family="arial" font-size="14.00">Baro</text> +<polygon fill="none" stroke="black" points="281.5,-2068.25 281.5,-2092.25 401,-2092.25 401,-2068.25 281.5,-2068.25"/> +<text text-anchor="start" x="333.38" y="-2074.95" font-family="arial" font-size="14.00">J4</text> +<polygon fill="none" stroke="black" points="0,-2044.25 0,-2068.25 281.5,-2068.25 281.5,-2044.25 0,-2044.25"/> +<text text-anchor="start" x="111.12" y="-2050.95" font-family="arial" font-size="14.00">Injector 1</text> +<polygon fill="none" stroke="black" points="281.5,-2044.25 281.5,-2068.25 401,-2068.25 401,-2044.25 281.5,-2044.25"/> +<text text-anchor="start" x="332.25" y="-2050.95" font-family="arial" font-size="14.00">K1</text> +<polygon fill="none" stroke="black" points="0,-2020.25 0,-2044.25 281.5,-2044.25 281.5,-2020.25 0,-2020.25"/> +<text text-anchor="start" x="111.12" y="-2026.95" font-family="arial" font-size="14.00">Injector 2</text> +<polygon fill="none" stroke="black" points="281.5,-2020.25 281.5,-2044.25 401,-2044.25 401,-2020.25 281.5,-2020.25"/> +<text text-anchor="start" x="332.25" y="-2026.95" font-family="arial" font-size="14.00">K2</text> +<polygon fill="none" stroke="black" points="0,-1996.25 0,-2020.25 281.5,-2020.25 281.5,-1996.25 0,-1996.25"/> +<text text-anchor="start" x="86.38" y="-2002.95" font-family="arial" font-size="14.00">Digital/VR input 1</text> +<polygon fill="none" stroke="black" points="281.5,-1996.25 281.5,-2020.25 401,-2020.25 401,-1996.25 281.5,-1996.25"/> +<text text-anchor="start" x="332.25" y="-2002.95" font-family="arial" font-size="14.00">K3</text> +<polygon fill="none" stroke="black" points="0,-1972.25 0,-1996.25 281.5,-1996.25 281.5,-1972.25 0,-1972.25"/> +<text text-anchor="start" x="105.5" y="-1978.95" font-family="arial" font-size="14.00">Rotor RPM</text> +<polygon fill="none" stroke="black" points="281.5,-1972.25 281.5,-1996.25 401,-1996.25 401,-1972.25 281.5,-1972.25"/> +<text text-anchor="start" x="332.25" y="-1978.95" font-family="arial" font-size="14.00">K4</text> +<polygon fill="none" stroke="black" points="0,-1948.25 0,-1972.25 281.5,-1972.25 281.5,-1948.25 0,-1948.25"/> +<text text-anchor="start" x="111.12" y="-1954.95" font-family="arial" font-size="14.00">Injector 8</text> +<polygon fill="none" stroke="black" points="281.5,-1948.25 281.5,-1972.25 401,-1972.25 401,-1948.25 281.5,-1948.25"/> +<text text-anchor="start" x="333" y="-1954.95" font-family="arial" font-size="14.00">L1</text> +<polygon fill="none" stroke="black" points="0,-1924.25 0,-1948.25 281.5,-1948.25 281.5,-1924.25 0,-1924.25"/> +<text text-anchor="start" x="111.12" y="-1930.95" font-family="arial" font-size="14.00">Injector 7</text> +<polygon fill="none" stroke="black" points="281.5,-1924.25 281.5,-1948.25 401,-1948.25 401,-1924.25 281.5,-1924.25"/> +<text text-anchor="start" x="333" y="-1930.95" font-family="arial" font-size="14.00">L2</text> +<polygon fill="none" stroke="black" points="0,-1900.25 0,-1924.25 281.5,-1924.25 281.5,-1900.25 0,-1900.25"/> +<text text-anchor="start" x="111.12" y="-1906.95" font-family="arial" font-size="14.00">Injector 6</text> +<polygon fill="none" stroke="black" points="281.5,-1900.25 281.5,-1924.25 401,-1924.25 401,-1900.25 281.5,-1900.25"/> +<text text-anchor="start" x="333" y="-1906.95" font-family="arial" font-size="14.00">L3</text> +<polygon fill="none" stroke="black" points="0,-1876.25 0,-1900.25 281.5,-1900.25 281.5,-1876.25 0,-1876.25"/> +<text text-anchor="start" x="93.12" y="-1882.95" font-family="arial" font-size="14.00">Engine Ground</text> +<polygon fill="none" stroke="black" points="281.5,-1876.25 281.5,-1900.25 401,-1900.25 401,-1876.25 281.5,-1876.25"/> +<text text-anchor="start" x="333" y="-1882.95" font-family="arial" font-size="14.00">L4</text> +<polygon fill="none" stroke="black" points="0,-1852.25 0,-1876.25 281.5,-1876.25 281.5,-1852.25 0,-1852.25"/> +<text text-anchor="start" x="111.12" y="-1858.95" font-family="arial" font-size="14.00">Injector 3</text> +<polygon fill="none" stroke="black" points="281.5,-1852.25 281.5,-1876.25 401,-1876.25 401,-1852.25 281.5,-1852.25"/> +<text text-anchor="start" x="331.5" y="-1858.95" font-family="arial" font-size="14.00">M1</text> +<polygon fill="none" stroke="black" points="0,-1828.25 0,-1852.25 281.5,-1852.25 281.5,-1828.25 0,-1828.25"/> +<text text-anchor="start" x="111.12" y="-1834.95" font-family="arial" font-size="14.00">Injector 4</text> +<polygon fill="none" stroke="black" points="281.5,-1828.25 281.5,-1852.25 401,-1852.25 401,-1828.25 281.5,-1828.25"/> +<text text-anchor="start" x="331.5" y="-1834.95" font-family="arial" font-size="14.00">M2</text> +<polygon fill="none" stroke="black" points="0,-1804.25 0,-1828.25 281.5,-1828.25 281.5,-1804.25 0,-1804.25"/> +<text text-anchor="start" x="111.12" y="-1810.95" font-family="arial" font-size="14.00">Injector 5</text> +<polygon fill="none" stroke="black" points="281.5,-1804.25 281.5,-1828.25 401,-1828.25 401,-1804.25 281.5,-1804.25"/> +<text text-anchor="start" x="331.5" y="-1810.95" font-family="arial" font-size="14.00">M3</text> +<polygon fill="none" stroke="black" points="0,-1780.25 0,-1804.25 281.5,-1804.25 281.5,-1780.25 0,-1780.25"/> +<text text-anchor="start" x="110.75" y="-1786.95" font-family="arial" font-size="14.00">ECU 12V</text> +<polygon fill="none" stroke="black" points="281.5,-1780.25 281.5,-1804.25 401,-1804.25 401,-1780.25 281.5,-1780.25"/> +<text text-anchor="start" x="331.5" y="-1786.95" font-family="arial" font-size="14.00">M4</text> +<polyline fill="none" stroke="black" points="401,-1505.25 401,-1780.25 0,-1780.25 0,-1505.25"/> +<image xlink:href="images\ECU1.png" width="393px" height="267px" preserveAspectRatio="xMinYMin meet" x="4" y="-1776.25"/> +<polyline fill="none" stroke="black" points="0,-1505.25 0,-1480.75 401,-1480.75 401,-1505.25"/> +<text text-anchor="start" x="128.5" y="-1487.95" font-family="arial" font-size="14.00">Connector 643203311</text> +<polygon fill="none" stroke="black" points="0,-1456.25 0,-1480.75 401,-1480.75 401,-1456.25 0,-1456.25"/> +<text text-anchor="start" x="89.5" y="-1463.45" font-family="arial" font-size="14.00">ECU Connector 1 (GPO Low side!)</text> +</g> +<!-- W1 --> +<g id="node19" class="node"> +<title>W1</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1014.5,-3564.25 611.5,-3564.25 611.5,-3325.25 1014.5,-3325.25 1014.5,-3564.25"/> +<polygon fill="none" stroke="black" points="611.5,-3539.75 611.5,-3564.25 1014.5,-3564.25 1014.5,-3539.75 611.5,-3539.75"/> +<text text-anchor="start" x="801.75" y="-3546.95" font-family="arial" font-size="14.00">W1</text> +<polygon fill="none" stroke="black" points="611.5,-3515.25 611.5,-3539.75 712.33,-3539.75 712.33,-3515.25 611.5,-3515.25"/> +<text text-anchor="start" x="654.42" y="-3522.45" font-family="arial" font-size="14.00">5x</text> +<polygon fill="none" stroke="black" points="712.33,-3515.25 712.33,-3539.75 853.67,-3539.75 853.67,-3515.25 712.33,-3515.25"/> +<text text-anchor="start" x="755.25" y="-3522.45" font-family="arial" font-size="14.00">18 AWG</text> +<polygon fill="none" stroke="black" points="853.67,-3515.25 853.67,-3539.75 1014.5,-3539.75 1014.5,-3515.25 853.67,-3515.25"/> +<text text-anchor="start" x="896.58" y="-3522.45" font-family="arial" font-size="14.00">50.0 Inches</text> +<text text-anchor="start" x="687.62" y="-3499.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="620.12" y="-3479.95" font-family="arial" font-size="14.00">ECU:A2:Ignition coil 1</text> +<text text-anchor="start" x="769.38" y="-3479.95" font-family="arial" font-size="14.00">     BU    </text> +<text text-anchor="start" x="847.5" y="-3479.95" font-family="arial" font-size="14.00">Coil Pack 1:A:ECU Sig</text> +<polygon fill="#000000" stroke="none" points="611.5,-3473.25 611.5,-3475.25 1014.5,-3475.25 1014.5,-3473.25 611.5,-3473.25"/> +<polygon fill="#0066ff" stroke="none" points="611.5,-3471.25 611.5,-3473.25 1014.5,-3473.25 1014.5,-3471.25 611.5,-3471.25"/> +<polygon fill="#0066ff" stroke="none" points="611.5,-3469.25 611.5,-3471.25 1014.5,-3471.25 1014.5,-3469.25 611.5,-3469.25"/> +<polygon fill="#0066ff" stroke="none" points="611.5,-3467.25 611.5,-3469.25 1014.5,-3469.25 1014.5,-3467.25 611.5,-3467.25"/> +<polygon fill="#000000" stroke="none" points="611.5,-3465.25 611.5,-3467.25 1014.5,-3467.25 1014.5,-3465.25 611.5,-3465.25"/> +<text text-anchor="start" x="620.12" y="-3449.95" font-family="arial" font-size="14.00">ECU:A3:Ignition coil 2</text> +<text text-anchor="start" x="769.38" y="-3449.95" font-family="arial" font-size="14.00">     BU    </text> +<text text-anchor="start" x="847.5" y="-3449.95" font-family="arial" font-size="14.00">Coil Pack 2:A:ECU Sig</text> +<polygon fill="#000000" stroke="none" points="611.5,-3443.25 611.5,-3445.25 1014.5,-3445.25 1014.5,-3443.25 611.5,-3443.25"/> +<polygon fill="#0066ff" stroke="none" points="611.5,-3441.25 611.5,-3443.25 1014.5,-3443.25 1014.5,-3441.25 611.5,-3441.25"/> +<polygon fill="#0066ff" stroke="none" points="611.5,-3439.25 611.5,-3441.25 1014.5,-3441.25 1014.5,-3439.25 611.5,-3439.25"/> +<polygon fill="#0066ff" stroke="none" points="611.5,-3437.25 611.5,-3439.25 1014.5,-3439.25 1014.5,-3437.25 611.5,-3437.25"/> +<polygon fill="#000000" stroke="none" points="611.5,-3435.25 611.5,-3437.25 1014.5,-3437.25 1014.5,-3435.25 611.5,-3435.25"/> +<text text-anchor="start" x="620.12" y="-3419.95" font-family="arial" font-size="14.00">ECU:B2:Ignition coil 3</text> +<text text-anchor="start" x="769.38" y="-3419.95" font-family="arial" font-size="14.00">     BU    </text> +<text text-anchor="start" x="847.5" y="-3419.95" font-family="arial" font-size="14.00">Coil Pack 3:A:ECU Sig</text> +<polygon fill="#000000" stroke="none" points="611.5,-3413.25 611.5,-3415.25 1014.5,-3415.25 1014.5,-3413.25 611.5,-3413.25"/> +<polygon fill="#0066ff" stroke="none" points="611.5,-3411.25 611.5,-3413.25 1014.5,-3413.25 1014.5,-3411.25 611.5,-3411.25"/> +<polygon fill="#0066ff" stroke="none" points="611.5,-3409.25 611.5,-3411.25 1014.5,-3411.25 1014.5,-3409.25 611.5,-3409.25"/> +<polygon fill="#0066ff" stroke="none" points="611.5,-3407.25 611.5,-3409.25 1014.5,-3409.25 1014.5,-3407.25 611.5,-3407.25"/> +<polygon fill="#000000" stroke="none" points="611.5,-3405.25 611.5,-3407.25 1014.5,-3407.25 1014.5,-3405.25 611.5,-3405.25"/> +<text text-anchor="start" x="620.12" y="-3389.95" font-family="arial" font-size="14.00">ECU:B3:Ignition coil 4</text> +<text text-anchor="start" x="769.38" y="-3389.95" font-family="arial" font-size="14.00">     BU    </text> +<text text-anchor="start" x="847.5" y="-3389.95" font-family="arial" font-size="14.00">Coil Pack 4:A:ECU Sig</text> +<polygon fill="#000000" stroke="none" points="611.5,-3383.25 611.5,-3385.25 1014.5,-3385.25 1014.5,-3383.25 611.5,-3383.25"/> +<polygon fill="#0066ff" stroke="none" points="611.5,-3381.25 611.5,-3383.25 1014.5,-3383.25 1014.5,-3381.25 611.5,-3381.25"/> +<polygon fill="#0066ff" stroke="none" points="611.5,-3379.25 611.5,-3381.25 1014.5,-3381.25 1014.5,-3379.25 611.5,-3379.25"/> +<polygon fill="#0066ff" stroke="none" points="611.5,-3377.25 611.5,-3379.25 1014.5,-3379.25 1014.5,-3377.25 611.5,-3377.25"/> +<polygon fill="#000000" stroke="none" points="611.5,-3375.25 611.5,-3377.25 1014.5,-3377.25 1014.5,-3375.25 611.5,-3375.25"/> +<text text-anchor="start" x="613.38" y="-3359.95" font-family="arial" font-size="14.00">ECU:H1:Sensor Ground</text> +<text text-anchor="start" x="769.38" y="-3359.95" font-family="arial" font-size="14.00">     BN    </text> +<text text-anchor="start" x="826.5" y="-3359.95" font-family="arial" font-size="14.00">Coil Pack 1:B:Sensor Ground</text> +<polygon fill="#000000" stroke="none" points="611.5,-3353.25 611.5,-3355.25 1014.5,-3355.25 1014.5,-3353.25 611.5,-3353.25"/> +<polygon fill="#895956" stroke="none" points="611.5,-3351.25 611.5,-3353.25 1014.5,-3353.25 1014.5,-3351.25 611.5,-3351.25"/> +<polygon fill="#895956" stroke="none" points="611.5,-3349.25 611.5,-3351.25 1014.5,-3351.25 1014.5,-3349.25 611.5,-3349.25"/> +<polygon fill="#895956" stroke="none" points="611.5,-3347.25 611.5,-3349.25 1014.5,-3349.25 1014.5,-3347.25 611.5,-3347.25"/> +<polygon fill="#000000" stroke="none" points="611.5,-3345.25 611.5,-3347.25 1014.5,-3347.25 1014.5,-3345.25 611.5,-3345.25"/> +<text text-anchor="start" x="687.62" y="-3329.95" font-family="arial" font-size="14.00"> </text> +</g> +<!-- ECU--W1 --> +<g id="edge1" class="edge"> +<title>ECU:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2892.25C676.03,-2898.26 342.39,-3472.26 610.5,-3466.25"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M401,-2894.25C674.3,-2897.26 340.66,-3471.26 610.5,-3468.25"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M401,-2896.25C672.57,-2896.25 338.93,-3470.25 610.5,-3470.25"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M401,-2898.25C670.84,-2895.24 337.2,-3469.24 610.5,-3472.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2900.25C669.11,-2894.24 335.47,-3468.24 610.5,-3474.25"/> +</g> +<!-- ECU--W1 --> +<g id="edge3" class="edge"> +<title>ECU:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2868.25C673.53,-2874.25 344.89,-3442.25 610.5,-3436.25"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M401,-2870.25C671.8,-2873.25 343.16,-3441.25 610.5,-3438.25"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M401,-2872.25C670.07,-2872.25 341.43,-3440.25 610.5,-3440.25"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M401,-2874.25C668.34,-2871.25 339.7,-3439.25 610.5,-3442.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2876.25C666.61,-2870.25 337.97,-3438.25 610.5,-3444.25"/> +</g> +<!-- ECU--W1 --> +<g id="edge5" class="edge"> +<title>ECU:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2796.25C691.09,-2802.3 327.28,-3412.3 610.5,-3406.25"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M401,-2798.25C689.37,-2801.27 325.56,-3411.27 610.5,-3408.25"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M401,-2800.25C687.65,-2800.25 323.85,-3410.25 610.5,-3410.25"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M401,-2802.25C685.94,-2799.23 322.13,-3409.23 610.5,-3412.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2804.25C684.22,-2798.2 320.41,-3408.2 610.5,-3414.25"/> +</g> +<!-- ECU--W1 --> +<g id="edge7" class="edge"> +<title>ECU:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2772.25C688.57,-2778.29 329.81,-3382.29 610.5,-3376.25"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M401,-2774.25C686.85,-2777.27 328.09,-3381.27 610.5,-3378.25"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M401,-2776.25C685.13,-2776.25 326.37,-3380.25 610.5,-3380.25"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M401,-2778.25C683.41,-2775.23 324.65,-3379.23 610.5,-3382.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2780.25C681.69,-2774.21 322.93,-3378.21 610.5,-3384.25"/> +</g> +<!-- ECU--W1 --> +<g id="edge9" class="edge"> +<title>ECU:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2244.25C654.14,-2249.26 365.09,-3351.26 610.5,-3346.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M401,-2246.25C652.21,-2248.76 363.16,-3350.76 610.5,-3348.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M401,-2248.25C650.27,-2248.25 361.23,-3350.25 610.5,-3350.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M401,-2250.25C648.34,-2247.74 359.29,-3349.74 610.5,-3352.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2252.25C646.41,-2247.24 357.36,-3349.24 610.5,-3354.25"/> +</g> +<!-- W3 --> +<g id="node20" class="node"> +<title>W3</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="984,-1471.25 642,-1471.25 642,-1352.25 984,-1352.25 984,-1471.25"/> +<polygon fill="none" stroke="black" points="642,-1446.75 642,-1471.25 984,-1471.25 984,-1446.75 642,-1446.75"/> +<text text-anchor="start" x="801.75" y="-1453.95" font-family="arial" font-size="14.00">W3</text> +<polygon fill="none" stroke="black" points="642,-1422.25 642,-1446.75 722.5,-1446.75 722.5,-1422.25 642,-1422.25"/> +<text text-anchor="start" x="674.75" y="-1429.45" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="722.5,-1422.25 722.5,-1446.75 843.5,-1446.75 843.5,-1422.25 722.5,-1422.25"/> +<text text-anchor="start" x="755.25" y="-1429.45" font-family="arial" font-size="14.00">14 AWG</text> +<polygon fill="none" stroke="black" points="843.5,-1422.25 843.5,-1446.75 984,-1446.75 984,-1422.25 843.5,-1422.25"/> +<text text-anchor="start" x="876.25" y="-1429.45" font-family="arial" font-size="14.00">40.0 Inches</text> +<text text-anchor="start" x="699.12" y="-1406.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="643.62" y="-1386.95" font-family="arial" font-size="14.00">ECU:K1:Injector 1</text> +<text text-anchor="start" x="762" y="-1386.95" font-family="arial" font-size="14.00">     GY    </text> +<text text-anchor="start" x="820" y="-1386.95" font-family="arial" font-size="14.00">Fuel Injector 1:2:ECU INJ</text> +<polygon fill="#000000" stroke="none" points="642,-1380.25 642,-1382.25 984,-1382.25 984,-1380.25 642,-1380.25"/> +<polygon fill="#999999" stroke="none" points="642,-1378.25 642,-1380.25 984,-1380.25 984,-1378.25 642,-1378.25"/> +<polygon fill="#999999" stroke="none" points="642,-1376.25 642,-1378.25 984,-1378.25 984,-1376.25 642,-1376.25"/> +<polygon fill="#999999" stroke="none" points="642,-1374.25 642,-1376.25 984,-1376.25 984,-1374.25 642,-1374.25"/> +<polygon fill="#000000" stroke="none" points="642,-1372.25 642,-1374.25 984,-1374.25 984,-1372.25 642,-1372.25"/> +<text text-anchor="start" x="699.12" y="-1356.95" font-family="arial" font-size="14.00"> </text> +</g> +<!-- ECU--W3 --> +<g id="edge14" class="edge"> +<title>ECU:e--W3:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2052.25C717.63,-2058.28 317.48,-1379.28 641,-1373.25"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M401,-2054.25C719.35,-2057.27 319.2,-1378.27 641,-1375.25"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M401,-2056.25C721.07,-2056.25 320.93,-1377.25 641,-1377.25"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M401,-2058.25C722.8,-2055.23 322.65,-1376.23 641,-1379.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2060.25C724.52,-2054.22 324.37,-1375.22 641,-1381.25"/> +</g> +<!-- W4 --> +<g id="node21" class="node"> +<title>W4</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="984,-1128.25 642,-1128.25 642,-1009.25 984,-1009.25 984,-1128.25"/> +<polygon fill="none" stroke="black" points="642,-1103.75 642,-1128.25 984,-1128.25 984,-1103.75 642,-1103.75"/> +<text text-anchor="start" x="801.75" y="-1110.95" font-family="arial" font-size="14.00">W4</text> +<polygon fill="none" stroke="black" points="642,-1079.25 642,-1103.75 722.5,-1103.75 722.5,-1079.25 642,-1079.25"/> +<text text-anchor="start" x="674.75" y="-1086.45" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="722.5,-1079.25 722.5,-1103.75 843.5,-1103.75 843.5,-1079.25 722.5,-1079.25"/> +<text text-anchor="start" x="755.25" y="-1086.45" font-family="arial" font-size="14.00">14 AWG</text> +<polygon fill="none" stroke="black" points="843.5,-1079.25 843.5,-1103.75 984,-1103.75 984,-1079.25 843.5,-1079.25"/> +<text text-anchor="start" x="876.25" y="-1086.45" font-family="arial" font-size="14.00">40.0 Inches</text> +<text text-anchor="start" x="699.12" y="-1063.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="643.62" y="-1043.95" font-family="arial" font-size="14.00">ECU:K2:Injector 2</text> +<text text-anchor="start" x="762" y="-1043.95" font-family="arial" font-size="14.00">     GY    </text> +<text text-anchor="start" x="820" y="-1043.95" font-family="arial" font-size="14.00">Fuel Injector 2:2:ECU INJ</text> +<polygon fill="#000000" stroke="none" points="642,-1037.25 642,-1039.25 984,-1039.25 984,-1037.25 642,-1037.25"/> +<polygon fill="#999999" stroke="none" points="642,-1035.25 642,-1037.25 984,-1037.25 984,-1035.25 642,-1035.25"/> +<polygon fill="#999999" stroke="none" points="642,-1033.25 642,-1035.25 984,-1035.25 984,-1033.25 642,-1033.25"/> +<polygon fill="#999999" stroke="none" points="642,-1031.25 642,-1033.25 984,-1033.25 984,-1031.25 642,-1031.25"/> +<polygon fill="#000000" stroke="none" points="642,-1029.25 642,-1031.25 984,-1031.25 984,-1029.25 642,-1029.25"/> +<text text-anchor="start" x="699.12" y="-1013.95" font-family="arial" font-size="14.00"> </text> +</g> +<!-- ECU--W4 --> +<g id="edge16" class="edge"> +<title>ECU:e--W4:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2028.25C625.19,-2033.1 408.99,-1035.1 641,-1030.25"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M401,-2030.25C627.15,-2032.67 410.94,-1034.67 641,-1032.25"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M401,-2032.25C629.1,-2032.25 412.9,-1034.25 641,-1034.25"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M401,-2034.25C631.06,-2031.83 414.85,-1033.83 641,-1036.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2036.25C633.01,-2031.4 416.81,-1033.4 641,-1038.25"/> +</g> +<!-- W5 --> +<g id="node22" class="node"> +<title>W5</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1001,-2480.25 625,-2480.25 625,-2229.25 1001,-2229.25 1001,-2480.25"/> +<polygon fill="none" stroke="black" points="625,-2455.75 625,-2480.25 1001,-2480.25 1001,-2455.75 625,-2455.75"/> +<text text-anchor="start" x="801.75" y="-2462.95" font-family="arial" font-size="14.00">W5</text> +<polygon fill="none" stroke="black" points="625,-2431.25 625,-2455.75 692.19,-2455.75 692.19,-2431.25 625,-2431.25"/> +<text text-anchor="start" x="651.09" y="-2438.45" font-family="arial" font-size="14.00">4x</text> +<polygon fill="none" stroke="black" points="692.19,-2431.25 692.19,-2455.75 799.88,-2455.75 799.88,-2431.25 692.19,-2431.25"/> +<text text-anchor="start" x="718.28" y="-2438.45" font-family="arial" font-size="14.00">18 AWG</text> +<polygon fill="none" stroke="black" points="799.88,-2431.25 799.88,-2455.75 873.81,-2455.75 873.81,-2431.25 799.88,-2431.25"/> +<text text-anchor="start" x="825.97" y="-2438.45" font-family="arial" font-size="14.00">+ S</text> +<polygon fill="none" stroke="black" points="873.81,-2431.25 873.81,-2455.75 1001,-2455.75 1001,-2431.25 873.81,-2431.25"/> +<text text-anchor="start" x="899.91" y="-2438.45" font-family="arial" font-size="14.00">21.0 Inches</text> +<text text-anchor="start" x="706.62" y="-2415.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="630.5" y="-2395.95" font-family="arial" font-size="14.00">ECU:F4:Lambda 1 VS in</text> +<text text-anchor="start" x="795.88" y="-2395.95" font-family="arial" font-size="14.00">     BN    </text> +<text text-anchor="start" x="854.62" y="-2395.95" font-family="arial" font-size="14.00">LSU:1:VBO2 VS/O2 In</text> +<polygon fill="#000000" stroke="none" points="625,-2389.25 625,-2391.25 1001,-2391.25 1001,-2389.25 625,-2389.25"/> +<polygon fill="#895956" stroke="none" points="625,-2387.25 625,-2389.25 1001,-2389.25 1001,-2387.25 625,-2387.25"/> +<polygon fill="#895956" stroke="none" points="625,-2385.25 625,-2387.25 1001,-2387.25 1001,-2385.25 625,-2385.25"/> +<polygon fill="#895956" stroke="none" points="625,-2383.25 625,-2385.25 1001,-2385.25 1001,-2383.25 625,-2383.25"/> +<polygon fill="#000000" stroke="none" points="625,-2381.25 625,-2383.25 1001,-2383.25 1001,-2381.25 625,-2381.25"/> +<text text-anchor="start" x="626.75" y="-2365.95" font-family="arial" font-size="14.00">ECU:G4:Lambda 1 RCAL</text> +<text text-anchor="start" x="795.12" y="-2365.95" font-family="arial" font-size="14.00">     GN    </text> +<text text-anchor="start" x="863.25" y="-2365.95" font-family="arial" font-size="14.00">LSU:2:WBO2 Recal</text> +<polygon fill="#000000" stroke="none" points="625,-2359.25 625,-2361.25 1001,-2361.25 1001,-2359.25 625,-2359.25"/> +<polygon fill="#00ff00" stroke="none" points="625,-2357.25 625,-2359.25 1001,-2359.25 1001,-2357.25 625,-2357.25"/> +<polygon fill="#00ff00" stroke="none" points="625,-2355.25 625,-2357.25 1001,-2357.25 1001,-2355.25 625,-2355.25"/> +<polygon fill="#00ff00" stroke="none" points="625,-2353.25 625,-2355.25 1001,-2355.25 1001,-2353.25 625,-2353.25"/> +<polygon fill="#000000" stroke="none" points="625,-2351.25 625,-2353.25 1001,-2353.25 1001,-2351.25 625,-2351.25"/> +<text text-anchor="start" x="630.88" y="-2335.95" font-family="arial" font-size="14.00">ECU:F3:Lambda 1 COM</text> +<text text-anchor="start" x="796.25" y="-2335.95" font-family="arial" font-size="14.00">     YE    </text> +<text text-anchor="start" x="865.12" y="-2335.95" font-family="arial" font-size="14.00">LSU:5:WBO2 COM</text> +<polygon fill="#000000" stroke="none" points="625,-2329.25 625,-2331.25 1001,-2331.25 1001,-2329.25 625,-2329.25"/> +<polygon fill="#ffff00" stroke="none" points="625,-2327.25 625,-2329.25 1001,-2329.25 1001,-2327.25 625,-2327.25"/> +<polygon fill="#ffff00" stroke="none" points="625,-2325.25 625,-2327.25 1001,-2327.25 1001,-2325.25 625,-2325.25"/> +<polygon fill="#ffff00" stroke="none" points="625,-2323.25 625,-2325.25 1001,-2325.25 1001,-2323.25 625,-2323.25"/> +<polygon fill="#000000" stroke="none" points="625,-2321.25 625,-2323.25 1001,-2323.25 1001,-2321.25 625,-2321.25"/> +<text text-anchor="start" x="639.12" y="-2305.95" font-family="arial" font-size="14.00">ECU:G3:Lambda 1 IP</text> +<text text-anchor="start" x="793.62" y="-2305.95" font-family="arial" font-size="14.00">     WH    </text> +<text text-anchor="start" x="874.5" y="-2305.95" font-family="arial" font-size="14.00">LSU:6:WBO2 IP</text> +<polygon fill="#000000" stroke="none" points="625,-2299.25 625,-2301.25 1001,-2301.25 1001,-2299.25 625,-2299.25"/> +<polygon fill="#ffffff" stroke="none" points="625,-2297.25 625,-2299.25 1001,-2299.25 1001,-2297.25 625,-2297.25"/> +<polygon fill="#ffffff" stroke="none" points="625,-2295.25 625,-2297.25 1001,-2297.25 1001,-2295.25 625,-2295.25"/> +<polygon fill="#ffffff" stroke="none" points="625,-2293.25 625,-2295.25 1001,-2295.25 1001,-2293.25 625,-2293.25"/> +<polygon fill="#000000" stroke="none" points="625,-2291.25 625,-2293.25 1001,-2293.25 1001,-2291.25 625,-2291.25"/> +<text text-anchor="start" x="706.62" y="-2275.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="635.38" y="-2255.95" font-family="arial" font-size="14.00">ECU:E3:Sheild Ground</text> +<text text-anchor="start" x="802.62" y="-2255.95" font-family="arial" font-size="14.00">Shield</text> +<polygon fill="#000000" stroke="none" points="625,-2249.25 625,-2251.25 1001,-2251.25 1001,-2249.25 625,-2249.25"/> +<text text-anchor="start" x="706.62" y="-2233.95" font-family="arial" font-size="14.00"> </text> +</g> +<!-- ECU--W5 --> +<g id="edge18" class="edge"> +<title>ECU:e--W5:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2364.25C502.82,-2365.04 526.96,-2383.04 624,-2382.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M401,-2366.25C501.63,-2366.65 525.76,-2384.65 624,-2384.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M401,-2368.25C500.43,-2368.25 524.57,-2386.25 624,-2386.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M401,-2370.25C499.24,-2369.85 523.37,-2387.85 624,-2388.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2372.25C498.04,-2371.46 522.18,-2389.46 624,-2390.25"/> +</g> +<!-- ECU--W5 --> +<g id="edge20" class="edge"> +<title>ECU:e--W5:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2268.25C510.87,-2271.72 522.06,-2355.72 624,-2352.25"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M401,-2270.25C508.89,-2271.99 520.07,-2355.99 624,-2354.25"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M401,-2272.25C506.91,-2272.25 518.09,-2356.25 624,-2356.25"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M401,-2274.25C504.93,-2272.51 516.11,-2356.51 624,-2358.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2276.25C502.94,-2272.78 514.13,-2356.78 624,-2360.25"/> +</g> +<!-- ECU--W5 --> +<g id="edge22" class="edge"> +<title>ECU:e--W5:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2388.25C500.48,-2391.29 516.76,-2325.29 624,-2322.25"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M401,-2390.25C502.42,-2391.77 518.7,-2325.77 624,-2324.25"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M401,-2392.25C504.36,-2392.25 520.64,-2326.25 624,-2326.25"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M401,-2394.25C506.3,-2392.73 522.58,-2326.73 624,-2328.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2396.25C508.24,-2393.21 524.52,-2327.21 624,-2330.25"/> +</g> +<!-- ECU--W5 --> +<g id="edge24" class="edge"> +<title>ECU:e--W5:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2292.25C500.11,-2292.25 524.89,-2292.25 624,-2292.25"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M401,-2294.25C500.11,-2294.25 524.89,-2294.25 624,-2294.25"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M401,-2296.25C500.11,-2296.25 524.89,-2296.25 624,-2296.25"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M401,-2298.25C500.11,-2298.25 524.89,-2298.25 624,-2298.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2300.25C500.11,-2300.25 524.89,-2300.25 624,-2300.25"/> +</g> +<!-- ECU--W5 --> +<g id="edge26" class="edge"> +<title>ECU:e--W5:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2488.25C545.95,-2488.25 479.05,-2250.25 624,-2250.25"/> +</g> +<!-- W6 --> +<g id="node23" class="node"> +<title>W6</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="982.5,-2623.25 643.5,-2623.25 643.5,-2504.25 982.5,-2504.25 982.5,-2623.25"/> +<polygon fill="none" stroke="black" points="643.5,-2598.75 643.5,-2623.25 982.5,-2623.25 982.5,-2598.75 643.5,-2598.75"/> +<text text-anchor="start" x="801.75" y="-2605.95" font-family="arial" font-size="14.00">W6</text> +<polygon fill="none" stroke="black" points="643.5,-2574.25 643.5,-2598.75 723,-2598.75 723,-2574.25 643.5,-2574.25"/> +<text text-anchor="start" x="675.75" y="-2581.45" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="723,-2574.25 723,-2598.75 843,-2598.75 843,-2574.25 723,-2574.25"/> +<text text-anchor="start" x="755.25" y="-2581.45" font-family="arial" font-size="14.00">18 AWG</text> +<polygon fill="none" stroke="black" points="843,-2574.25 843,-2598.75 982.5,-2598.75 982.5,-2574.25 843,-2574.25"/> +<text text-anchor="start" x="875.25" y="-2581.45" font-family="arial" font-size="14.00">21.0 Inches</text> +<text text-anchor="start" x="720.12" y="-2558.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="645.5" y="-2538.95" font-family="arial" font-size="14.00">ECU:D1:Lambda 1 Heat</text> +<text text-anchor="start" x="802.12" y="-2538.95" font-family="arial" font-size="14.00">     GN    </text> +<text text-anchor="start" x="860.5" y="-2538.95" font-family="arial" font-size="14.00">LSU:4:WBO2 HTR</text> +<polygon fill="#000000" stroke="none" points="643.5,-2532.25 643.5,-2534.25 982.5,-2534.25 982.5,-2532.25 643.5,-2532.25"/> +<polygon fill="#00ff00" stroke="none" points="643.5,-2530.25 643.5,-2532.25 982.5,-2532.25 982.5,-2530.25 643.5,-2530.25"/> +<polygon fill="#00ff00" stroke="none" points="643.5,-2528.25 643.5,-2530.25 982.5,-2530.25 982.5,-2528.25 643.5,-2528.25"/> +<polygon fill="#00ff00" stroke="none" points="643.5,-2526.25 643.5,-2528.25 982.5,-2528.25 982.5,-2526.25 643.5,-2526.25"/> +<polygon fill="#000000" stroke="none" points="643.5,-2524.25 643.5,-2526.25 982.5,-2526.25 982.5,-2524.25 643.5,-2524.25"/> +<text text-anchor="start" x="720.12" y="-2508.95" font-family="arial" font-size="14.00"> </text> +</g> +<!-- ECU--W6 --> +<g id="edge27" class="edge"> +<title>ECU:e--W6:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2628.25C513.7,-2631.94 521.82,-2528.94 642.5,-2525.25"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M401,-2630.25C515.69,-2632.09 523.82,-2529.09 642.5,-2527.25"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M401,-2632.25C517.69,-2632.25 525.81,-2529.25 642.5,-2529.25"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M401,-2634.25C519.68,-2632.41 527.81,-2529.41 642.5,-2531.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2636.25C521.68,-2632.56 529.8,-2529.56 642.5,-2533.25"/> +</g> +<!-- W7 --> +<g id="node24" class="node"> +<title>W7</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1041.5,-2892.5 584.5,-2892.5 584.5,-2647 1041.5,-2647 1041.5,-2892.5"/> +<polygon fill="none" stroke="black" points="584.5,-2868 584.5,-2892.5 1041.5,-2892.5 1041.5,-2868 584.5,-2868"/> +<text text-anchor="start" x="801.75" y="-2875.2" font-family="arial" font-size="14.00">W7</text> +<polygon fill="none" stroke="black" points="584.5,-2843.5 584.5,-2868 671.94,-2868 671.94,-2843.5 584.5,-2843.5"/> +<text text-anchor="start" x="620.72" y="-2850.7" font-family="arial" font-size="14.00">3x</text> +<polygon fill="none" stroke="black" points="671.94,-2843.5 671.94,-2868 799.88,-2868 799.88,-2843.5 671.94,-2843.5"/> +<text text-anchor="start" x="708.16" y="-2850.7" font-family="arial" font-size="14.00">18 AWG</text> +<polygon fill="none" stroke="black" points="799.88,-2843.5 799.88,-2868 894.06,-2868 894.06,-2843.5 799.88,-2843.5"/> +<text text-anchor="start" x="836.09" y="-2850.7" font-family="arial" font-size="14.00">+ S</text> +<polygon fill="none" stroke="black" points="894.06,-2843.5 894.06,-2868 1041.5,-2868 1041.5,-2843.5 894.06,-2843.5"/> +<text text-anchor="start" x="930.28" y="-2850.7" font-family="arial" font-size="14.00">40.0 Inches</text> +<text text-anchor="start" x="657.62" y="-2828.2" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="610.75" y="-2808.2" font-family="arial" font-size="14.00">ECU:E2:CAN L</text> +<text text-anchor="start" x="748.38" y="-2808.2" font-family="arial" font-size="14.00">     PK    </text> +<text text-anchor="start" x="823.88" y="-2808.2" font-family="arial" font-size="14.00">Veronte 1X CAN Bus:B:CANB_N</text> +<polygon fill="#000000" stroke="none" points="584.5,-2801.5 584.5,-2803.5 1041.5,-2803.5 1041.5,-2801.5 584.5,-2801.5"/> +<polygon fill="#ff66cc" stroke="none" points="584.5,-2799.5 584.5,-2801.5 1041.5,-2801.5 1041.5,-2799.5 584.5,-2799.5"/> +<polygon fill="#ff66cc" stroke="none" points="584.5,-2797.5 584.5,-2799.5 1041.5,-2799.5 1041.5,-2797.5 584.5,-2797.5"/> +<polygon fill="#ff66cc" stroke="none" points="584.5,-2795.5 584.5,-2797.5 1041.5,-2797.5 1041.5,-2795.5 584.5,-2795.5"/> +<polygon fill="#000000" stroke="none" points="584.5,-2793.5 584.5,-2795.5 1041.5,-2795.5 1041.5,-2793.5 584.5,-2793.5"/> +<text text-anchor="start" x="610" y="-2778.2" font-family="arial" font-size="14.00">ECU:E1:CAN H</text> +<text text-anchor="start" x="748" y="-2778.2" font-family="arial" font-size="14.00">     GY    </text> +<text text-anchor="start" x="823.88" y="-2778.2" font-family="arial" font-size="14.00">Veronte 1X CAN Bus:A:CANB_P</text> +<polygon fill="#000000" stroke="none" points="584.5,-2771.5 584.5,-2773.5 1041.5,-2773.5 1041.5,-2771.5 584.5,-2771.5"/> +<polygon fill="#999999" stroke="none" points="584.5,-2769.5 584.5,-2771.5 1041.5,-2771.5 1041.5,-2769.5 584.5,-2769.5"/> +<polygon fill="#999999" stroke="none" points="584.5,-2767.5 584.5,-2769.5 1041.5,-2769.5 1041.5,-2767.5 584.5,-2767.5"/> +<polygon fill="#999999" stroke="none" points="584.5,-2765.5 584.5,-2767.5 1041.5,-2767.5 1041.5,-2765.5 584.5,-2765.5"/> +<polygon fill="#000000" stroke="none" points="584.5,-2763.5 584.5,-2765.5 1041.5,-2765.5 1041.5,-2763.5 584.5,-2763.5"/> +<text text-anchor="start" x="586.38" y="-2748.2" font-family="arial" font-size="14.00">ECU:E3:Sheild Ground</text> +<text text-anchor="start" x="736.38" y="-2748.2" font-family="arial" font-size="14.00">     BKWH    </text> +<text text-anchor="start" x="817.5" y="-2748.2" font-family="arial" font-size="14.00">Veronte 1X CAN Bus:C:CAN_GND</text> +<polygon fill="#000000" stroke="none" points="584.5,-2741.5 584.5,-2743.5 1041.5,-2743.5 1041.5,-2741.5 584.5,-2741.5"/> +<polygon fill="#000000" stroke="none" points="584.5,-2739.5 584.5,-2741.5 1041.5,-2741.5 1041.5,-2739.5 584.5,-2739.5"/> +<polygon fill="#ffffff" stroke="none" points="584.5,-2737.5 584.5,-2739.5 1041.5,-2739.5 1041.5,-2737.5 584.5,-2737.5"/> +<polygon fill="#000000" stroke="none" points="584.5,-2735.5 584.5,-2737.5 1041.5,-2737.5 1041.5,-2735.5 584.5,-2735.5"/> +<polygon fill="#000000" stroke="none" points="584.5,-2733.5 584.5,-2735.5 1041.5,-2735.5 1041.5,-2733.5 584.5,-2733.5"/> +<text text-anchor="start" x="657.62" y="-2718.2" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="586.38" y="-2698.2" font-family="arial" font-size="14.00">ECU:E3:Sheild Ground</text> +<text text-anchor="start" x="755.12" y="-2698.2" font-family="arial" font-size="14.00">Shield</text> +<text text-anchor="start" x="877.88" y="-2698.2" font-family="arial" font-size="14.00">shield1:1:Shield</text> +<polygon fill="#000000" stroke="none" points="584.5,-2691.5 584.5,-2693.5 1041.5,-2693.5 1041.5,-2691.5 584.5,-2691.5"/> +<text text-anchor="start" x="657.62" y="-2676.2" font-family="arial" font-size="14.00"> </text> +<polygon fill="none" stroke="black" points="584.5,-2647 584.5,-2671.5 1041.5,-2671.5 1041.5,-2647 584.5,-2647"/> +<text text-anchor="start" x="718.12" y="-2654.2" font-family="arial" font-size="14.00">Twisted Pair | ECU to Veronte</text> +</g> +<!-- ECU--W7 --> +<g id="edge29" class="edge"> +<title>ECU:e--W7:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2508.25C555.57,-2513.79 436.31,-2800.04 583.5,-2794.5"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M401,-2510.25C553.73,-2513.02 434.47,-2799.27 583.5,-2796.5"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M401,-2512.25C551.88,-2512.25 432.62,-2798.5 583.5,-2798.5"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M401,-2514.25C550.03,-2511.48 430.77,-2797.73 583.5,-2800.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2516.25C548.19,-2510.71 428.93,-2796.96 583.5,-2802.5"/> +</g> +<!-- ECU--W7 --> +<g id="edge31" class="edge"> +<title>ECU:e--W7:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2532.25C536.06,-2537.55 456,-2769.8 583.5,-2764.5"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M401,-2534.25C534.17,-2536.9 454.11,-2769.15 583.5,-2766.5"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M401,-2536.25C532.28,-2536.25 452.22,-2768.5 583.5,-2768.5"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M401,-2538.25C530.39,-2535.6 450.33,-2767.85 583.5,-2770.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2540.25C528.5,-2534.95 448.44,-2767.2 583.5,-2772.5"/> +</g> +<!-- ECU--W7 --> +<g id="edge33" class="edge"> +<title>ECU:e--W7:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2484.25C542.41,-2489.64 449.59,-2739.89 583.5,-2734.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2486.25C540.53,-2488.95 447.72,-2739.2 583.5,-2736.5"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M401,-2488.25C538.66,-2488.25 445.84,-2738.5 583.5,-2738.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2490.25C536.78,-2487.55 443.97,-2737.8 583.5,-2740.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2492.25C534.91,-2486.86 442.09,-2737.11 583.5,-2742.5"/> +</g> +<!-- ECU--W7 --> +<g id="edge35" class="edge"> +<title>ECU:e--W7:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2488.25C522.74,-2488.25 461.76,-2692.5 583.5,-2692.5"/> +</g> +<!-- W8 --> +<g id="node25" class="node"> +<title>W8</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1081,-2177.25 545,-2177.25 545,-2028.25 1081,-2028.25 1081,-2177.25"/> +<polygon fill="none" stroke="black" points="545,-2152.75 545,-2177.25 1081,-2177.25 1081,-2152.75 545,-2152.75"/> +<text text-anchor="start" x="801.75" y="-2159.95" font-family="arial" font-size="14.00">W8</text> +<polygon fill="none" stroke="black" points="545,-2128.25 545,-2152.75 690.17,-2152.75 690.17,-2128.25 545,-2128.25"/> +<text text-anchor="start" x="610.08" y="-2135.45" font-family="arial" font-size="14.00">2x</text> +<polygon fill="none" stroke="black" points="690.17,-2128.25 690.17,-2152.75 875.83,-2152.75 875.83,-2128.25 690.17,-2128.25"/> +<text text-anchor="start" x="755.25" y="-2135.45" font-family="arial" font-size="14.00">18 AWG</text> +<polygon fill="none" stroke="black" points="875.83,-2128.25 875.83,-2152.75 1081,-2152.75 1081,-2128.25 875.83,-2128.25"/> +<text text-anchor="start" x="940.92" y="-2135.45" font-family="arial" font-size="14.00">33.5 Inches</text> +<text text-anchor="start" x="663.12" y="-2112.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="588.88" y="-2092.95" font-family="arial" font-size="14.00">ECU:H1:Sensor Ground</text> +<text text-anchor="start" x="786.88" y="-2092.95" font-family="arial" font-size="14.00">     BN    </text> +<text text-anchor="start" x="843.75" y="-2092.95" font-family="arial" font-size="14.00">Coolant/Crank Sensor:2:Sensor GND</text> +<polygon fill="#000000" stroke="none" points="545,-2086.25 545,-2088.25 1081,-2088.25 1081,-2086.25 545,-2086.25"/> +<polygon fill="#895956" stroke="none" points="545,-2084.25 545,-2086.25 1081,-2086.25 1081,-2084.25 545,-2084.25"/> +<polygon fill="#895956" stroke="none" points="545,-2082.25 545,-2084.25 1081,-2084.25 1081,-2082.25 545,-2082.25"/> +<polygon fill="#895956" stroke="none" points="545,-2080.25 545,-2082.25 1081,-2082.25 1081,-2080.25 545,-2080.25"/> +<polygon fill="#000000" stroke="none" points="545,-2078.25 545,-2080.25 1081,-2080.25 1081,-2078.25 545,-2078.25"/> +<text text-anchor="start" x="546.88" y="-2062.95" font-family="arial" font-size="14.00">ECU:F1:Coolant Temperature sensor</text> +<text text-anchor="start" x="786.88" y="-2062.95" font-family="arial" font-size="14.00">     BK    </text> +<text text-anchor="start" x="857.25" y="-2062.95" font-family="arial" font-size="14.00">Coolant/Crank Sensor:1:Sensor+</text> +<polygon fill="#000000" stroke="none" points="545,-2056.25 545,-2058.25 1081,-2058.25 1081,-2056.25 545,-2056.25"/> +<polygon fill="#000000" stroke="none" points="545,-2054.25 545,-2056.25 1081,-2056.25 1081,-2054.25 545,-2054.25"/> +<polygon fill="#000000" stroke="none" points="545,-2052.25 545,-2054.25 1081,-2054.25 1081,-2052.25 545,-2052.25"/> +<polygon fill="#000000" stroke="none" points="545,-2050.25 545,-2052.25 1081,-2052.25 1081,-2050.25 545,-2050.25"/> +<polygon fill="#000000" stroke="none" points="545,-2048.25 545,-2050.25 1081,-2050.25 1081,-2048.25 545,-2048.25"/> +<text text-anchor="start" x="663.12" y="-2032.95" font-family="arial" font-size="14.00"> </text> +</g> +<!-- ECU--W8 --> +<g id="edge40" class="edge"> +<title>ECU:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2244.25C494.51,-2249.42 443.84,-2084.42 545,-2079.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M401,-2246.25C496.42,-2248.84 445.75,-2083.84 545,-2081.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M401,-2248.25C498.33,-2248.25 447.67,-2083.25 545,-2083.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M401,-2250.25C500.25,-2247.66 449.58,-2082.66 545,-2085.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2252.25C502.16,-2247.08 451.49,-2082.08 545,-2087.25"/> +</g> +<!-- ECU--W8 --> +<g id="edge42" class="edge"> +<title>ECU:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2436.25C581.06,-2442.25 358.01,-2055.25 545,-2049.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2438.25C582.79,-2441.25 359.75,-2054.25 545,-2051.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2440.25C584.52,-2440.25 361.48,-2053.25 545,-2053.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2442.25C586.25,-2439.25 363.21,-2052.25 545,-2055.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2444.25C587.99,-2438.25 364.94,-2051.25 545,-2057.25"/> +</g> +<!-- W9 --> +<g id="node26" class="node"> +<title>W9</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1013.5,-1891.25 612.5,-1891.25 612.5,-1712.25 1013.5,-1712.25 1013.5,-1891.25"/> +<polygon fill="none" stroke="black" points="612.5,-1866.75 612.5,-1891.25 1013.5,-1891.25 1013.5,-1866.75 612.5,-1866.75"/> +<text text-anchor="start" x="801.75" y="-1873.95" font-family="arial" font-size="14.00">W9</text> +<polygon fill="none" stroke="black" points="612.5,-1842.25 612.5,-1866.75 712.67,-1866.75 712.67,-1842.25 612.5,-1842.25"/> +<text text-anchor="start" x="655.08" y="-1849.45" font-family="arial" font-size="14.00">3x</text> +<polygon fill="none" stroke="black" points="712.67,-1842.25 712.67,-1866.75 853.33,-1866.75 853.33,-1842.25 712.67,-1842.25"/> +<text text-anchor="start" x="755.25" y="-1849.45" font-family="arial" font-size="14.00">18 AWG</text> +<polygon fill="none" stroke="black" points="853.33,-1842.25 853.33,-1866.75 1013.5,-1866.75 1013.5,-1842.25 853.33,-1842.25"/> +<text text-anchor="start" x="895.92" y="-1849.45" font-family="arial" font-size="14.00">27.0 Inches</text> +<text text-anchor="start" x="714.62" y="-1826.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="640.38" y="-1806.95" font-family="arial" font-size="14.00">ECU:H1:Sensor Ground</text> +<text text-anchor="start" x="822.38" y="-1806.95" font-family="arial" font-size="14.00">     BN    </text> +<text text-anchor="start" x="881" y="-1806.95" font-family="arial" font-size="14.00">MAF Sensor:1:NTC-</text> +<polygon fill="#000000" stroke="none" points="612.5,-1800.25 612.5,-1802.25 1013.5,-1802.25 1013.5,-1800.25 612.5,-1800.25"/> +<polygon fill="#895956" stroke="none" points="612.5,-1798.25 612.5,-1800.25 1013.5,-1800.25 1013.5,-1798.25 612.5,-1798.25"/> +<polygon fill="#895956" stroke="none" points="612.5,-1796.25 612.5,-1798.25 1013.5,-1798.25 1013.5,-1796.25 612.5,-1796.25"/> +<polygon fill="#895956" stroke="none" points="612.5,-1794.25 612.5,-1796.25 1013.5,-1796.25 1013.5,-1794.25 612.5,-1794.25"/> +<polygon fill="#000000" stroke="none" points="612.5,-1792.25 612.5,-1794.25 1013.5,-1794.25 1013.5,-1792.25 612.5,-1792.25"/> +<text text-anchor="start" x="640.38" y="-1776.95" font-family="arial" font-size="14.00">ECU:H1:Sensor Ground</text> +<text text-anchor="start" x="822.38" y="-1776.95" font-family="arial" font-size="14.00">     BN    </text> +<text text-anchor="start" x="882.12" y="-1776.95" font-family="arial" font-size="14.00">MAF Sensor:2:GND</text> +<polygon fill="#000000" stroke="none" points="612.5,-1770.25 612.5,-1772.25 1013.5,-1772.25 1013.5,-1770.25 612.5,-1770.25"/> +<polygon fill="#895956" stroke="none" points="612.5,-1768.25 612.5,-1770.25 1013.5,-1770.25 1013.5,-1768.25 612.5,-1768.25"/> +<polygon fill="#895956" stroke="none" points="612.5,-1766.25 612.5,-1768.25 1013.5,-1768.25 1013.5,-1766.25 612.5,-1766.25"/> +<polygon fill="#895956" stroke="none" points="612.5,-1764.25 612.5,-1766.25 1013.5,-1766.25 1013.5,-1764.25 612.5,-1764.25"/> +<polygon fill="#000000" stroke="none" points="612.5,-1762.25 612.5,-1764.25 1013.5,-1764.25 1013.5,-1762.25 612.5,-1762.25"/> +<text text-anchor="start" x="614.12" y="-1746.95" font-family="arial" font-size="14.00">ECU:F2:Air Temperature sensor</text> +<text text-anchor="start" x="822.38" y="-1746.95" font-family="arial" font-size="14.00">     BK    </text> +<text text-anchor="start" x="879.12" y="-1746.95" font-family="arial" font-size="14.00">MAF Sensor:3:NTC+</text> +<polygon fill="#000000" stroke="none" points="612.5,-1740.25 612.5,-1742.25 1013.5,-1742.25 1013.5,-1740.25 612.5,-1740.25"/> +<polygon fill="#000000" stroke="none" points="612.5,-1738.25 612.5,-1740.25 1013.5,-1740.25 1013.5,-1738.25 612.5,-1738.25"/> +<polygon fill="#000000" stroke="none" points="612.5,-1736.25 612.5,-1738.25 1013.5,-1738.25 1013.5,-1736.25 612.5,-1736.25"/> +<polygon fill="#000000" stroke="none" points="612.5,-1734.25 612.5,-1736.25 1013.5,-1736.25 1013.5,-1734.25 612.5,-1734.25"/> +<polygon fill="#000000" stroke="none" points="612.5,-1732.25 612.5,-1734.25 1013.5,-1734.25 1013.5,-1732.25 612.5,-1732.25"/> +<text text-anchor="start" x="714.62" y="-1716.95" font-family="arial" font-size="14.00"> </text> +</g> +<!-- ECU--W9 --> +<g id="edge44" class="edge"> +<title>ECU:e--W9:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2244.25C618.65,-2250.08 386.74,-1799.08 611.5,-1793.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M401,-2246.25C620.42,-2249.16 388.52,-1798.16 611.5,-1795.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M401,-2248.25C622.2,-2248.25 390.3,-1797.25 611.5,-1797.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M401,-2250.25C623.98,-2247.34 392.08,-1796.34 611.5,-1799.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2252.25C625.76,-2246.42 393.85,-1795.42 611.5,-1801.25"/> +</g> +<!-- ECU--W9 --> +<g id="edge46" class="edge"> +<title>ECU:e--W9:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2244.25C630.82,-2250.13 374.62,-1769.13 611.5,-1763.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M401,-2246.25C632.59,-2249.19 376.38,-1768.19 611.5,-1765.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M401,-2248.25C634.35,-2248.25 378.15,-1767.25 611.5,-1767.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M401,-2250.25C636.12,-2247.31 379.91,-1766.31 611.5,-1769.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2252.25C637.88,-2246.37 381.68,-1765.37 611.5,-1771.25"/> +</g> +<!-- ECU--W9 --> +<g id="edge48" class="edge"> +<title>ECU:e--W9:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2412.25C713.55,-2418.36 292.15,-1739.36 611.5,-1733.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2414.25C715.25,-2417.3 293.85,-1738.3 611.5,-1735.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2416.25C716.95,-2416.25 295.55,-1737.25 611.5,-1737.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2418.25C718.65,-2415.2 297.25,-1736.2 611.5,-1739.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-2420.25C720.35,-2414.14 298.95,-1735.14 611.5,-1741.25"/> +</g> +<!-- W10 --> +<g id="node27" class="node"> +<title>W10</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="967,-868.5 659,-868.5 659,-725 967,-725 967,-868.5"/> +<polygon fill="none" stroke="black" points="659,-844 659,-868.5 967,-868.5 967,-844 659,-844"/> +<text text-anchor="start" x="797.62" y="-851.2" font-family="arial" font-size="14.00">W10</text> +<polygon fill="none" stroke="black" points="659,-819.5 659,-844 728.17,-844 728.17,-819.5 659,-819.5"/> +<text text-anchor="start" x="686.08" y="-826.7" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="728.17,-819.5 728.17,-844 837.83,-844 837.83,-819.5 728.17,-819.5"/> +<text text-anchor="start" x="755.25" y="-826.7" font-family="arial" font-size="14.00">18 AWG</text> +<polygon fill="none" stroke="black" points="837.83,-819.5 837.83,-844 967,-844 967,-819.5 837.83,-819.5"/> +<text text-anchor="start" x="864.92" y="-826.7" font-family="arial" font-size="14.00">37.0 Inches</text> +<text text-anchor="start" x="722.12" y="-804.2" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="661" y="-784.2" font-family="arial" font-size="14.00">ECU:K4:Rotor RPM</text> +<text text-anchor="start" x="790.88" y="-784.2" font-family="arial" font-size="14.00">     BK    </text> +<text text-anchor="start" x="848" y="-784.2" font-family="arial" font-size="14.00">Tachometer:C:Out</text> +<polygon fill="#000000" stroke="none" points="659,-777.5 659,-779.5 967,-779.5 967,-777.5 659,-777.5"/> +<polygon fill="#000000" stroke="none" points="659,-775.5 659,-777.5 967,-777.5 967,-775.5 659,-775.5"/> +<polygon fill="#000000" stroke="none" points="659,-773.5 659,-775.5 967,-775.5 967,-773.5 659,-773.5"/> +<polygon fill="#000000" stroke="none" points="659,-771.5 659,-773.5 967,-773.5 967,-771.5 659,-771.5"/> +<polygon fill="#000000" stroke="none" points="659,-769.5 659,-771.5 967,-771.5 967,-769.5 659,-769.5"/> +<text text-anchor="start" x="722.12" y="-754.2" font-family="arial" font-size="14.00"> </text> +<polygon fill="none" stroke="black" points="659,-725 659,-749.5 967,-749.5 967,-725 659,-725"/> +<text text-anchor="start" x="697.88" y="-732.2" font-family="arial" font-size="14.00">Included cable is of sufficient length.</text> +</g> +<!-- ECU--W10 --> +<g id="edge50" class="edge"> +<title>ECU:e--W10:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-1980.25C671.94,-1985.19 379.28,-775.44 658,-770.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-1982.25C673.89,-1984.72 381.22,-774.97 658,-772.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-1984.25C675.83,-1984.25 383.17,-774.5 658,-774.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-1986.25C677.78,-1983.78 385.11,-774.03 658,-776.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M401,-1988.25C679.72,-1983.31 387.06,-773.56 658,-778.5"/> +</g> +<!-- Coil Pack 1 --> +<g id="node2" class="node"> +<title>Coil Pack 1</title> +<polygon fill="#ffffff" stroke="black" points="1555.5,-4542.25 1328.5,-4542.25 1328.5,-4197.25 1555.5,-4197.25 1555.5,-4542.25"/> +<polygon fill="none" stroke="black" points="1328.5,-4517.75 1328.5,-4542.25 1555.5,-4542.25 1555.5,-4517.75 1328.5,-4517.75"/> +<text text-anchor="start" x="1406" y="-4524.95" font-family="arial" font-size="14.00">Coil Pack 1</text> +<polygon fill="none" stroke="black" points="1328.5,-4493.25 1328.5,-4517.75 1481.38,-4517.75 1481.38,-4493.25 1328.5,-4493.25"/> +<text text-anchor="start" x="1349.81" y="-4500.45" font-family="arial" font-size="14.00">Delphi 12162825</text> +<polygon fill="none" stroke="black" points="1481.38,-4493.25 1481.38,-4517.75 1555.5,-4517.75 1555.5,-4493.25 1481.38,-4493.25"/> +<text text-anchor="start" x="1502.69" y="-4500.45" font-family="arial" font-size="14.00">5-pin</text> +<polygon fill="none" stroke="black" points="1328.5,-4469.25 1328.5,-4493.25 1399,-4493.25 1399,-4469.25 1328.5,-4469.25"/> +<text text-anchor="start" x="1358.88" y="-4475.95" font-family="arial" font-size="14.00">A</text> +<polygon fill="none" stroke="black" points="1399,-4469.25 1399,-4493.25 1555.5,-4493.25 1555.5,-4469.25 1399,-4469.25"/> +<text text-anchor="start" x="1449.88" y="-4475.95" font-family="arial" font-size="14.00">ECU Sig</text> +<polygon fill="none" stroke="black" points="1328.5,-4445.25 1328.5,-4469.25 1399,-4469.25 1399,-4445.25 1328.5,-4445.25"/> +<text text-anchor="start" x="1358.88" y="-4451.95" font-family="arial" font-size="14.00">B</text> +<polygon fill="none" stroke="black" points="1399,-4445.25 1399,-4469.25 1555.5,-4469.25 1555.5,-4445.25 1399,-4445.25"/> +<text text-anchor="start" x="1428.88" y="-4451.95" font-family="arial" font-size="14.00">Sensor Ground</text> +<polygon fill="none" stroke="black" points="1328.5,-4421.25 1328.5,-4445.25 1399,-4445.25 1399,-4421.25 1328.5,-4421.25"/> +<text text-anchor="start" x="1358.5" y="-4427.95" font-family="arial" font-size="14.00">C</text> +<polygon fill="none" stroke="black" points="1399,-4421.25 1399,-4445.25 1555.5,-4445.25 1555.5,-4421.25 1399,-4421.25"/> +<text text-anchor="start" x="1434.88" y="-4427.95" font-family="arial" font-size="14.00">Head Ground</text> +<polygon fill="none" stroke="black" points="1328.5,-4397.25 1328.5,-4421.25 1399,-4421.25 1399,-4397.25 1328.5,-4397.25"/> +<text text-anchor="start" x="1358.5" y="-4403.95" font-family="arial" font-size="14.00">D</text> +<polygon fill="none" stroke="black" points="1399,-4397.25 1399,-4421.25 1555.5,-4421.25 1555.5,-4397.25 1399,-4397.25"/> +<text text-anchor="start" x="1429.62" y="-4403.95" font-family="arial" font-size="14.00">Battery Ground</text> +<polygon fill="none" stroke="black" points="1328.5,-4373.25 1328.5,-4397.25 1399,-4397.25 1399,-4373.25 1328.5,-4373.25"/> +<text text-anchor="start" x="1358.88" y="-4379.95" font-family="arial" font-size="14.00">E</text> +<polygon fill="none" stroke="black" points="1399,-4373.25 1399,-4397.25 1555.5,-4397.25 1555.5,-4373.25 1399,-4373.25"/> +<text text-anchor="start" x="1433.38" y="-4379.95" font-family="arial" font-size="14.00">Switched 12V</text> +<polygon fill="none" stroke="black" points="1328.5,-4197.25 1328.5,-4373.25 1555.5,-4373.25 1555.5,-4197.25 1328.5,-4197.25"/> +<image xlink:href="images\coil.png" width="219px" height="168px" preserveAspectRatio="xMinYMin meet" x="1332.5" y="-4369.25"/> +</g> +<!-- Coil Pack 2 --> +<g id="node3" class="node"> +<title>Coil Pack 2</title> +<polygon fill="#ffffff" stroke="black" points="1555.5,-4173.25 1328.5,-4173.25 1328.5,-3828.25 1555.5,-3828.25 1555.5,-4173.25"/> +<polygon fill="none" stroke="black" points="1328.5,-4148.75 1328.5,-4173.25 1555.5,-4173.25 1555.5,-4148.75 1328.5,-4148.75"/> +<text text-anchor="start" x="1406" y="-4155.95" font-family="arial" font-size="14.00">Coil Pack 2</text> +<polygon fill="none" stroke="black" points="1328.5,-4124.25 1328.5,-4148.75 1481.38,-4148.75 1481.38,-4124.25 1328.5,-4124.25"/> +<text text-anchor="start" x="1349.81" y="-4131.45" font-family="arial" font-size="14.00">Delphi 12162825</text> +<polygon fill="none" stroke="black" points="1481.38,-4124.25 1481.38,-4148.75 1555.5,-4148.75 1555.5,-4124.25 1481.38,-4124.25"/> +<text text-anchor="start" x="1502.69" y="-4131.45" font-family="arial" font-size="14.00">5-pin</text> +<polygon fill="none" stroke="black" points="1328.5,-4100.25 1328.5,-4124.25 1399,-4124.25 1399,-4100.25 1328.5,-4100.25"/> +<text text-anchor="start" x="1358.88" y="-4106.95" font-family="arial" font-size="14.00">A</text> +<polygon fill="none" stroke="black" points="1399,-4100.25 1399,-4124.25 1555.5,-4124.25 1555.5,-4100.25 1399,-4100.25"/> +<text text-anchor="start" x="1449.88" y="-4106.95" font-family="arial" font-size="14.00">ECU Sig</text> +<polygon fill="none" stroke="black" points="1328.5,-4076.25 1328.5,-4100.25 1399,-4100.25 1399,-4076.25 1328.5,-4076.25"/> +<text text-anchor="start" x="1358.88" y="-4082.95" font-family="arial" font-size="14.00">B</text> +<polygon fill="none" stroke="black" points="1399,-4076.25 1399,-4100.25 1555.5,-4100.25 1555.5,-4076.25 1399,-4076.25"/> +<text text-anchor="start" x="1428.88" y="-4082.95" font-family="arial" font-size="14.00">Sensor Ground</text> +<polygon fill="none" stroke="black" points="1328.5,-4052.25 1328.5,-4076.25 1399,-4076.25 1399,-4052.25 1328.5,-4052.25"/> +<text text-anchor="start" x="1358.5" y="-4058.95" font-family="arial" font-size="14.00">C</text> +<polygon fill="none" stroke="black" points="1399,-4052.25 1399,-4076.25 1555.5,-4076.25 1555.5,-4052.25 1399,-4052.25"/> +<text text-anchor="start" x="1434.88" y="-4058.95" font-family="arial" font-size="14.00">Head Ground</text> +<polygon fill="none" stroke="black" points="1328.5,-4028.25 1328.5,-4052.25 1399,-4052.25 1399,-4028.25 1328.5,-4028.25"/> +<text text-anchor="start" x="1358.5" y="-4034.95" font-family="arial" font-size="14.00">D</text> +<polygon fill="none" stroke="black" points="1399,-4028.25 1399,-4052.25 1555.5,-4052.25 1555.5,-4028.25 1399,-4028.25"/> +<text text-anchor="start" x="1429.62" y="-4034.95" font-family="arial" font-size="14.00">Battery Ground</text> +<polygon fill="none" stroke="black" points="1328.5,-4004.25 1328.5,-4028.25 1399,-4028.25 1399,-4004.25 1328.5,-4004.25"/> +<text text-anchor="start" x="1358.88" y="-4010.95" font-family="arial" font-size="14.00">E</text> +<polygon fill="none" stroke="black" points="1399,-4004.25 1399,-4028.25 1555.5,-4028.25 1555.5,-4004.25 1399,-4004.25"/> +<text text-anchor="start" x="1433.38" y="-4010.95" font-family="arial" font-size="14.00">Switched 12V</text> +<polygon fill="none" stroke="black" points="1328.5,-3828.25 1328.5,-4004.25 1555.5,-4004.25 1555.5,-3828.25 1328.5,-3828.25"/> +<image xlink:href="images\coil.png" width="219px" height="168px" preserveAspectRatio="xMinYMin meet" x="1332.5" y="-4000.25"/> +</g> +<!-- Coil Pack 3 --> +<g id="node4" class="node"> +<title>Coil Pack 3</title> +<polygon fill="#ffffff" stroke="black" points="1555.5,-3804.25 1328.5,-3804.25 1328.5,-3459.25 1555.5,-3459.25 1555.5,-3804.25"/> +<polygon fill="none" stroke="black" points="1328.5,-3779.75 1328.5,-3804.25 1555.5,-3804.25 1555.5,-3779.75 1328.5,-3779.75"/> +<text text-anchor="start" x="1406" y="-3786.95" font-family="arial" font-size="14.00">Coil Pack 3</text> +<polygon fill="none" stroke="black" points="1328.5,-3755.25 1328.5,-3779.75 1481.38,-3779.75 1481.38,-3755.25 1328.5,-3755.25"/> +<text text-anchor="start" x="1349.81" y="-3762.45" font-family="arial" font-size="14.00">Delphi 12162825</text> +<polygon fill="none" stroke="black" points="1481.38,-3755.25 1481.38,-3779.75 1555.5,-3779.75 1555.5,-3755.25 1481.38,-3755.25"/> +<text text-anchor="start" x="1502.69" y="-3762.45" font-family="arial" font-size="14.00">5-pin</text> +<polygon fill="none" stroke="black" points="1328.5,-3731.25 1328.5,-3755.25 1399,-3755.25 1399,-3731.25 1328.5,-3731.25"/> +<text text-anchor="start" x="1358.88" y="-3737.95" font-family="arial" font-size="14.00">A</text> +<polygon fill="none" stroke="black" points="1399,-3731.25 1399,-3755.25 1555.5,-3755.25 1555.5,-3731.25 1399,-3731.25"/> +<text text-anchor="start" x="1449.88" y="-3737.95" font-family="arial" font-size="14.00">ECU Sig</text> +<polygon fill="none" stroke="black" points="1328.5,-3707.25 1328.5,-3731.25 1399,-3731.25 1399,-3707.25 1328.5,-3707.25"/> +<text text-anchor="start" x="1358.88" y="-3713.95" font-family="arial" font-size="14.00">B</text> +<polygon fill="none" stroke="black" points="1399,-3707.25 1399,-3731.25 1555.5,-3731.25 1555.5,-3707.25 1399,-3707.25"/> +<text text-anchor="start" x="1428.88" y="-3713.95" font-family="arial" font-size="14.00">Sensor Ground</text> +<polygon fill="none" stroke="black" points="1328.5,-3683.25 1328.5,-3707.25 1399,-3707.25 1399,-3683.25 1328.5,-3683.25"/> +<text text-anchor="start" x="1358.5" y="-3689.95" font-family="arial" font-size="14.00">C</text> +<polygon fill="none" stroke="black" points="1399,-3683.25 1399,-3707.25 1555.5,-3707.25 1555.5,-3683.25 1399,-3683.25"/> +<text text-anchor="start" x="1434.88" y="-3689.95" font-family="arial" font-size="14.00">Head Ground</text> +<polygon fill="none" stroke="black" points="1328.5,-3659.25 1328.5,-3683.25 1399,-3683.25 1399,-3659.25 1328.5,-3659.25"/> +<text text-anchor="start" x="1358.5" y="-3665.95" font-family="arial" font-size="14.00">D</text> +<polygon fill="none" stroke="black" points="1399,-3659.25 1399,-3683.25 1555.5,-3683.25 1555.5,-3659.25 1399,-3659.25"/> +<text text-anchor="start" x="1429.62" y="-3665.95" font-family="arial" font-size="14.00">Battery Ground</text> +<polygon fill="none" stroke="black" points="1328.5,-3635.25 1328.5,-3659.25 1399,-3659.25 1399,-3635.25 1328.5,-3635.25"/> +<text text-anchor="start" x="1358.88" y="-3641.95" font-family="arial" font-size="14.00">E</text> +<polygon fill="none" stroke="black" points="1399,-3635.25 1399,-3659.25 1555.5,-3659.25 1555.5,-3635.25 1399,-3635.25"/> +<text text-anchor="start" x="1433.38" y="-3641.95" font-family="arial" font-size="14.00">Switched 12V</text> +<polygon fill="none" stroke="black" points="1328.5,-3459.25 1328.5,-3635.25 1555.5,-3635.25 1555.5,-3459.25 1328.5,-3459.25"/> +<image xlink:href="images\coil.png" width="219px" height="168px" preserveAspectRatio="xMinYMin meet" x="1332.5" y="-3631.25"/> +</g> +<!-- Coil Pack 4 --> +<g id="node5" class="node"> +<title>Coil Pack 4</title> +<polygon fill="#ffffff" stroke="black" points="1555.5,-3435.25 1328.5,-3435.25 1328.5,-3090.25 1555.5,-3090.25 1555.5,-3435.25"/> +<polygon fill="none" stroke="black" points="1328.5,-3410.75 1328.5,-3435.25 1555.5,-3435.25 1555.5,-3410.75 1328.5,-3410.75"/> +<text text-anchor="start" x="1406" y="-3417.95" font-family="arial" font-size="14.00">Coil Pack 4</text> +<polygon fill="none" stroke="black" points="1328.5,-3386.25 1328.5,-3410.75 1481.38,-3410.75 1481.38,-3386.25 1328.5,-3386.25"/> +<text text-anchor="start" x="1349.81" y="-3393.45" font-family="arial" font-size="14.00">Delphi 12162825</text> +<polygon fill="none" stroke="black" points="1481.38,-3386.25 1481.38,-3410.75 1555.5,-3410.75 1555.5,-3386.25 1481.38,-3386.25"/> +<text text-anchor="start" x="1502.69" y="-3393.45" font-family="arial" font-size="14.00">5-pin</text> +<polygon fill="none" stroke="black" points="1328.5,-3362.25 1328.5,-3386.25 1399,-3386.25 1399,-3362.25 1328.5,-3362.25"/> +<text text-anchor="start" x="1358.88" y="-3368.95" font-family="arial" font-size="14.00">A</text> +<polygon fill="none" stroke="black" points="1399,-3362.25 1399,-3386.25 1555.5,-3386.25 1555.5,-3362.25 1399,-3362.25"/> +<text text-anchor="start" x="1449.88" y="-3368.95" font-family="arial" font-size="14.00">ECU Sig</text> +<polygon fill="none" stroke="black" points="1328.5,-3338.25 1328.5,-3362.25 1399,-3362.25 1399,-3338.25 1328.5,-3338.25"/> +<text text-anchor="start" x="1358.88" y="-3344.95" font-family="arial" font-size="14.00">B</text> +<polygon fill="none" stroke="black" points="1399,-3338.25 1399,-3362.25 1555.5,-3362.25 1555.5,-3338.25 1399,-3338.25"/> +<text text-anchor="start" x="1428.88" y="-3344.95" font-family="arial" font-size="14.00">Sensor Ground</text> +<polygon fill="none" stroke="black" points="1328.5,-3314.25 1328.5,-3338.25 1399,-3338.25 1399,-3314.25 1328.5,-3314.25"/> +<text text-anchor="start" x="1358.5" y="-3320.95" font-family="arial" font-size="14.00">C</text> +<polygon fill="none" stroke="black" points="1399,-3314.25 1399,-3338.25 1555.5,-3338.25 1555.5,-3314.25 1399,-3314.25"/> +<text text-anchor="start" x="1434.88" y="-3320.95" font-family="arial" font-size="14.00">Head Ground</text> +<polygon fill="none" stroke="black" points="1328.5,-3290.25 1328.5,-3314.25 1399,-3314.25 1399,-3290.25 1328.5,-3290.25"/> +<text text-anchor="start" x="1358.5" y="-3296.95" font-family="arial" font-size="14.00">D</text> +<polygon fill="none" stroke="black" points="1399,-3290.25 1399,-3314.25 1555.5,-3314.25 1555.5,-3290.25 1399,-3290.25"/> +<text text-anchor="start" x="1429.62" y="-3296.95" font-family="arial" font-size="14.00">Battery Ground</text> +<polygon fill="none" stroke="black" points="1328.5,-3266.25 1328.5,-3290.25 1399,-3290.25 1399,-3266.25 1328.5,-3266.25"/> +<text text-anchor="start" x="1358.88" y="-3272.95" font-family="arial" font-size="14.00">E</text> +<polygon fill="none" stroke="black" points="1399,-3266.25 1399,-3290.25 1555.5,-3290.25 1555.5,-3266.25 1399,-3266.25"/> +<text text-anchor="start" x="1433.38" y="-3272.95" font-family="arial" font-size="14.00">Switched 12V</text> +<polygon fill="none" stroke="black" points="1328.5,-3090.25 1328.5,-3266.25 1555.5,-3266.25 1555.5,-3090.25 1328.5,-3090.25"/> +<image xlink:href="images\coil.png" width="219px" height="168px" preserveAspectRatio="xMinYMin meet" x="1332.5" y="-3262.25"/> +</g> +<!-- LSU --> +<g id="node6" class="node"> +<title>LSU</title> +<polygon fill="#ffffff" stroke="black" points="1589.5,-2477.25 1294.5,-2477.25 1294.5,-2112.25 1589.5,-2112.25 1589.5,-2477.25"/> +<polygon fill="none" stroke="black" points="1294.5,-2452.75 1294.5,-2477.25 1589.5,-2477.25 1589.5,-2452.75 1294.5,-2452.75"/> +<text text-anchor="start" x="1428.12" y="-2459.95" font-family="arial" font-size="14.00">LSU</text> +<polygon fill="none" stroke="black" points="1294.5,-2428.25 1294.5,-2452.75 1482.88,-2452.75 1482.88,-2428.25 1294.5,-2428.25"/> +<text text-anchor="start" x="1332.06" y="-2435.45" font-family="arial" font-size="14.00">D261.205.356-01</text> +<polygon fill="none" stroke="black" points="1482.88,-2428.25 1482.88,-2452.75 1589.5,-2452.75 1589.5,-2428.25 1482.88,-2428.25"/> +<text text-anchor="start" x="1520.44" y="-2435.45" font-family="arial" font-size="14.00">6-pin</text> +<polygon fill="none" stroke="black" points="1294.5,-2404.25 1294.5,-2428.25 1395.5,-2428.25 1395.5,-2404.25 1294.5,-2404.25"/> +<text text-anchor="start" x="1340.88" y="-2410.95" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1395.5,-2404.25 1395.5,-2428.25 1589.5,-2428.25 1589.5,-2404.25 1395.5,-2404.25"/> +<text text-anchor="start" x="1441.88" y="-2410.95" font-family="arial" font-size="14.00">VBO2 VS/O2 In</text> +<polygon fill="none" stroke="black" points="1294.5,-2380.25 1294.5,-2404.25 1395.5,-2404.25 1395.5,-2380.25 1294.5,-2380.25"/> +<text text-anchor="start" x="1340.88" y="-2386.95" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1395.5,-2380.25 1395.5,-2404.25 1589.5,-2404.25 1589.5,-2380.25 1395.5,-2380.25"/> +<text text-anchor="start" x="1450.5" y="-2386.95" font-family="arial" font-size="14.00">WBO2 Recal</text> +<polygon fill="none" stroke="black" points="1294.5,-2356.25 1294.5,-2380.25 1395.5,-2380.25 1395.5,-2356.25 1294.5,-2356.25"/> +<text text-anchor="start" x="1340.88" y="-2362.95" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="1395.5,-2356.25 1395.5,-2380.25 1589.5,-2380.25 1589.5,-2356.25 1395.5,-2356.25"/> +<text text-anchor="start" x="1479.38" y="-2362.95" font-family="arial" font-size="14.00">12V</text> +<polygon fill="none" stroke="black" points="1294.5,-2332.25 1294.5,-2356.25 1395.5,-2356.25 1395.5,-2332.25 1294.5,-2332.25"/> +<text text-anchor="start" x="1340.88" y="-2338.95" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="1395.5,-2332.25 1395.5,-2356.25 1589.5,-2356.25 1589.5,-2332.25 1395.5,-2332.25"/> +<text text-anchor="start" x="1454.25" y="-2338.95" font-family="arial" font-size="14.00">WBO2 HTR</text> +<polygon fill="none" stroke="black" points="1294.5,-2308.25 1294.5,-2332.25 1395.5,-2332.25 1395.5,-2308.25 1294.5,-2308.25"/> +<text text-anchor="start" x="1340.88" y="-2314.95" font-family="arial" font-size="14.00">5</text> +<polygon fill="none" stroke="black" points="1395.5,-2308.25 1395.5,-2332.25 1589.5,-2332.25 1589.5,-2308.25 1395.5,-2308.25"/> +<text text-anchor="start" x="1452.38" y="-2314.95" font-family="arial" font-size="14.00">WBO2 COM</text> +<polygon fill="none" stroke="black" points="1294.5,-2284.25 1294.5,-2308.25 1395.5,-2308.25 1395.5,-2284.25 1294.5,-2284.25"/> +<text text-anchor="start" x="1340.88" y="-2290.95" font-family="arial" font-size="14.00">6</text> +<polygon fill="none" stroke="black" points="1395.5,-2284.25 1395.5,-2308.25 1589.5,-2308.25 1589.5,-2284.25 1395.5,-2284.25"/> +<text text-anchor="start" x="1461.75" y="-2290.95" font-family="arial" font-size="14.00">WBO2 IP</text> +<polygon fill="none" stroke="black" points="1294.5,-2112.25 1294.5,-2284.25 1589.5,-2284.25 1589.5,-2112.25 1294.5,-2112.25"/> +<image xlink:href="images\LSU.png" width="287px" height="164px" preserveAspectRatio="xMinYMin meet" x="1298.5" y="-2280.25"/> +</g> +<!-- Throttle Servo CAN --> +<g id="node7" class="node"> +<title>Throttle Servo CAN</title> +<polygon fill="#ffffff" stroke="black" points="2600.5,-2907.5 2318,-2907.5 2318,-2542 2600.5,-2542 2600.5,-2907.5"/> +<polygon fill="none" stroke="black" points="2318,-2883 2318,-2907.5 2600.5,-2907.5 2600.5,-2883 2318,-2883"/> +<text text-anchor="start" x="2397.75" y="-2890.2" font-family="arial" font-size="14.00">Throttle Servo CAN</text> +<polygon fill="none" stroke="black" points="2318,-2858.5 2318,-2883 2478.38,-2883 2478.38,-2858.5 2318,-2858.5"/> +<text text-anchor="start" x="2363.31" y="-2865.7" font-family="arial" font-size="14.00">DTM04-3P</text> +<polygon fill="none" stroke="black" points="2478.38,-2858.5 2478.38,-2883 2600.5,-2883 2600.5,-2858.5 2478.38,-2858.5"/> +<text text-anchor="start" x="2523.69" y="-2865.7" font-family="arial" font-size="14.00">3-pin</text> +<polygon fill="none" stroke="black" points="2318,-2834.5 2318,-2858.5 2430.75,-2858.5 2430.75,-2834.5 2318,-2834.5"/> +<text text-anchor="start" x="2370.25" y="-2841.2" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="2430.75,-2834.5 2430.75,-2858.5 2600.5,-2858.5 2600.5,-2834.5 2430.75,-2834.5"/> +<text text-anchor="start" x="2496.5" y="-2841.2" font-family="arial" font-size="14.00">CAN+</text> +<polygon fill="none" stroke="black" points="2318,-2810.5 2318,-2834.5 2430.75,-2834.5 2430.75,-2810.5 2318,-2810.5"/> +<text text-anchor="start" x="2370.25" y="-2817.2" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="2430.75,-2810.5 2430.75,-2834.5 2600.5,-2834.5 2600.5,-2810.5 2430.75,-2810.5"/> +<text text-anchor="start" x="2483" y="-2817.2" font-family="arial" font-size="14.00">CAN GND</text> +<polygon fill="none" stroke="black" points="2318,-2786.5 2318,-2810.5 2430.75,-2810.5 2430.75,-2786.5 2318,-2786.5"/> +<text text-anchor="start" x="2370.25" y="-2793.2" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="2430.75,-2786.5 2430.75,-2810.5 2600.5,-2810.5 2600.5,-2786.5 2430.75,-2786.5"/> +<text text-anchor="start" x="2498.38" y="-2793.2" font-family="arial" font-size="14.00">CAN-</text> +<polygon fill="none" stroke="black" points="2318,-2566.5 2318,-2786.5 2600.5,-2786.5 2600.5,-2566.5 2318,-2566.5"/> +<image xlink:href="images\throttleCAN.png" width="274.5px" height="212px" preserveAspectRatio="xMinYMin meet" x="2322" y="-2782.5"/> +<polygon fill="none" stroke="black" points="2318,-2542 2318,-2566.5 2600.5,-2566.5 2600.5,-2542 2318,-2542"/> +<text text-anchor="start" x="2322" y="-2549.2" font-family="arial" font-size="14.00">Replace bad connector! Mate is DTM06-3S</text> +</g> +<!-- Fuel Injector 1 --> +<g id="node8" class="node"> +<title>Fuel Injector 1</title> +<polygon fill="#ffffff" stroke="black" points="1596,-1273.75 1288,-1273.75 1288,-943.75 1596,-943.75 1596,-1273.75"/> +<polygon fill="none" stroke="black" points="1288,-1249.25 1288,-1273.75 1596,-1273.75 1596,-1249.25 1288,-1249.25"/> +<text text-anchor="start" x="1396.62" y="-1256.45" font-family="arial" font-size="14.00">Fuel Injector 1</text> +<polygon fill="none" stroke="black" points="1288,-1224.75 1288,-1249.25 1469.75,-1249.25 1469.75,-1224.75 1288,-1224.75"/> +<text text-anchor="start" x="1335.38" y="-1231.95" font-family="arial" font-size="14.00">90980-11875</text> +<polygon fill="none" stroke="black" points="1469.75,-1224.75 1469.75,-1249.25 1596,-1249.25 1596,-1224.75 1469.75,-1224.75"/> +<text text-anchor="start" x="1517.12" y="-1231.95" font-family="arial" font-size="14.00">2-pin</text> +<polygon fill="none" stroke="black" points="1288,-1200.75 1288,-1224.75 1418.5,-1224.75 1418.5,-1200.75 1288,-1200.75"/> +<text text-anchor="start" x="1349.12" y="-1207.45" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1418.5,-1200.75 1418.5,-1224.75 1596,-1224.75 1596,-1200.75 1418.5,-1200.75"/> +<text text-anchor="start" x="1494.12" y="-1207.45" font-family="arial" font-size="14.00">12V</text> +<polygon fill="none" stroke="black" points="1288,-1176.75 1288,-1200.75 1418.5,-1200.75 1418.5,-1176.75 1288,-1176.75"/> +<text text-anchor="start" x="1349.12" y="-1183.45" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1418.5,-1176.75 1418.5,-1200.75 1596,-1200.75 1596,-1176.75 1418.5,-1176.75"/> +<text text-anchor="start" x="1479.5" y="-1183.45" font-family="arial" font-size="14.00">ECU INJ</text> +<polygon fill="none" stroke="black" points="1288,-943.75 1288,-1176.75 1596,-1176.75 1596,-943.75 1288,-943.75"/> +<image xlink:href="images\90980-11875.png" width="300px" height="225px" preserveAspectRatio="xMinYMin meet" x="1292" y="-1172.75"/> +</g> +<!-- Fuel Injector 2 --> +<g id="node9" class="node"> +<title>Fuel Injector 2</title> +<polygon fill="#ffffff" stroke="black" points="1596,-919.75 1288,-919.75 1288,-589.75 1596,-589.75 1596,-919.75"/> +<polygon fill="none" stroke="black" points="1288,-895.25 1288,-919.75 1596,-919.75 1596,-895.25 1288,-895.25"/> +<text text-anchor="start" x="1396.62" y="-902.45" font-family="arial" font-size="14.00">Fuel Injector 2</text> +<polygon fill="none" stroke="black" points="1288,-870.75 1288,-895.25 1469.75,-895.25 1469.75,-870.75 1288,-870.75"/> +<text text-anchor="start" x="1335.38" y="-877.95" font-family="arial" font-size="14.00">90980-11875</text> +<polygon fill="none" stroke="black" points="1469.75,-870.75 1469.75,-895.25 1596,-895.25 1596,-870.75 1469.75,-870.75"/> +<text text-anchor="start" x="1517.12" y="-877.95" font-family="arial" font-size="14.00">2-pin</text> +<polygon fill="none" stroke="black" points="1288,-846.75 1288,-870.75 1418.5,-870.75 1418.5,-846.75 1288,-846.75"/> +<text text-anchor="start" x="1349.12" y="-853.45" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1418.5,-846.75 1418.5,-870.75 1596,-870.75 1596,-846.75 1418.5,-846.75"/> +<text text-anchor="start" x="1494.12" y="-853.45" font-family="arial" font-size="14.00">12V</text> +<polygon fill="none" stroke="black" points="1288,-822.75 1288,-846.75 1418.5,-846.75 1418.5,-822.75 1288,-822.75"/> +<text text-anchor="start" x="1349.12" y="-829.45" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1418.5,-822.75 1418.5,-846.75 1596,-846.75 1596,-822.75 1418.5,-822.75"/> +<text text-anchor="start" x="1479.5" y="-829.45" font-family="arial" font-size="14.00">ECU INJ</text> +<polygon fill="none" stroke="black" points="1288,-589.75 1288,-822.75 1596,-822.75 1596,-589.75 1288,-589.75"/> +<image xlink:href="images\90980-11875.png" width="300px" height="225px" preserveAspectRatio="xMinYMin meet" x="1292" y="-818.75"/> +</g> +<!-- Coolant/Crank Sensor --> +<g id="node10" class="node"> +<title>Coolant/Crank Sensor</title> +<polygon fill="#ffffff" stroke="black" points="1588.5,-2088 1295.5,-2088 1295.5,-1729.5 1588.5,-1729.5 1588.5,-2088"/> +<polygon fill="none" stroke="black" points="1295.5,-2063.5 1295.5,-2088 1588.5,-2088 1588.5,-2063.5 1295.5,-2063.5"/> +<text text-anchor="start" x="1372.62" y="-2070.7" font-family="arial" font-size="14.00">Coolant/Crank Sensor</text> +<polygon fill="none" stroke="black" points="1295.5,-2039 1295.5,-2063.5 1495.62,-2063.5 1495.62,-2039 1295.5,-2039"/> +<text text-anchor="start" x="1326.19" y="-2046.2" font-family="arial" font-size="14.00">Sumitomo 6180-2181</text> +<polygon fill="none" stroke="black" points="1495.62,-2039 1495.62,-2063.5 1588.5,-2063.5 1588.5,-2039 1495.62,-2039"/> +<text text-anchor="start" x="1526.31" y="-2046.2" font-family="arial" font-size="14.00">2-pin</text> +<polygon fill="none" stroke="black" points="1295.5,-2015 1295.5,-2039 1405.5,-2039 1405.5,-2015 1295.5,-2015"/> +<text text-anchor="start" x="1346.38" y="-2021.7" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1405.5,-2015 1405.5,-2039 1588.5,-2039 1588.5,-2015 1405.5,-2015"/> +<text text-anchor="start" x="1470" y="-2021.7" font-family="arial" font-size="14.00">Sensor+</text> +<polygon fill="none" stroke="black" points="1295.5,-1991 1295.5,-2015 1405.5,-2015 1405.5,-1991 1295.5,-1991"/> +<text text-anchor="start" x="1346.38" y="-1997.7" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1405.5,-1991 1405.5,-2015 1588.5,-2015 1588.5,-1991 1405.5,-1991"/> +<text text-anchor="start" x="1456.5" y="-1997.7" font-family="arial" font-size="14.00">Sensor GND</text> +<polygon fill="none" stroke="black" points="1295.5,-1754 1295.5,-1991 1588.5,-1991 1588.5,-1754 1295.5,-1754"/> +<image xlink:href="images\Sum.png" width="285px" height="229px" preserveAspectRatio="xMinYMin meet" x="1299.5" y="-1987"/> +<polygon fill="none" stroke="black" points="1295.5,-1729.5 1295.5,-1754 1588.5,-1754 1588.5,-1729.5 1295.5,-1729.5"/> +<text text-anchor="start" x="1329.5" y="-1736.7" font-family="arial" font-size="14.00">Find out if this is Crank or Coolant!!!</text> +</g> +<!-- MAF Sensor --> +<g id="node11" class="node"> +<title>MAF Sensor</title> +<polygon fill="#ffffff" stroke="black" points="1596,-1705.25 1288,-1705.25 1288,-1298.25 1596,-1298.25 1596,-1705.25"/> +<polygon fill="none" stroke="black" points="1288,-1680.75 1288,-1705.25 1596,-1705.25 1596,-1680.75 1288,-1680.75"/> +<text text-anchor="start" x="1402.25" y="-1687.95" font-family="arial" font-size="14.00">MAF Sensor</text> +<polygon fill="none" stroke="black" points="1288,-1656.25 1288,-1680.75 1489.62,-1680.75 1489.62,-1656.25 1288,-1656.25"/> +<text text-anchor="start" x="1325.44" y="-1663.45" font-family="arial" font-size="14.00">Bosch 1928405138</text> +<polygon fill="none" stroke="black" points="1489.62,-1656.25 1489.62,-1680.75 1596,-1680.75 1596,-1656.25 1489.62,-1656.25"/> +<text text-anchor="start" x="1527.06" y="-1663.45" font-family="arial" font-size="14.00">5-pin</text> +<polygon fill="none" stroke="black" points="1288,-1632.25 1288,-1656.25 1410,-1656.25 1410,-1632.25 1288,-1632.25"/> +<text text-anchor="start" x="1344.88" y="-1638.95" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1410,-1632.25 1410,-1656.25 1596,-1656.25 1596,-1632.25 1410,-1632.25"/> +<text text-anchor="start" x="1486.12" y="-1638.95" font-family="arial" font-size="14.00">NTC-</text> +<polygon fill="none" stroke="black" points="1288,-1608.25 1288,-1632.25 1410,-1632.25 1410,-1608.25 1288,-1608.25"/> +<text text-anchor="start" x="1344.88" y="-1614.95" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1410,-1608.25 1410,-1632.25 1596,-1632.25 1596,-1608.25 1410,-1608.25"/> +<text text-anchor="start" x="1487.25" y="-1614.95" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="1288,-1584.25 1288,-1608.25 1410,-1608.25 1410,-1584.25 1288,-1584.25"/> +<text text-anchor="start" x="1344.88" y="-1590.95" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="1410,-1584.25 1410,-1608.25 1596,-1608.25 1596,-1584.25 1410,-1584.25"/> +<text text-anchor="start" x="1484.25" y="-1590.95" font-family="arial" font-size="14.00">NTC+</text> +<polygon fill="none" stroke="black" points="1288,-1560.25 1288,-1584.25 1410,-1584.25 1410,-1560.25 1288,-1560.25"/> +<text text-anchor="start" x="1344.88" y="-1566.95" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="1410,-1560.25 1410,-1584.25 1596,-1584.25 1596,-1560.25 1410,-1560.25"/> +<text text-anchor="start" x="1489.88" y="-1566.95" font-family="arial" font-size="14.00">12V</text> +<polygon fill="none" stroke="black" points="1288,-1536.25 1288,-1560.25 1410,-1560.25 1410,-1536.25 1288,-1536.25"/> +<text text-anchor="start" x="1344.88" y="-1542.95" font-family="arial" font-size="14.00">5</text> +<polygon fill="none" stroke="black" points="1410,-1536.25 1410,-1560.25 1596,-1560.25 1596,-1536.25 1410,-1536.25"/> +<text text-anchor="start" x="1466.62" y="-1542.95" font-family="arial" font-size="14.00">MAF Signal</text> +<polygon fill="none" stroke="black" points="1288,-1298.25 1288,-1536.25 1596,-1536.25 1596,-1298.25 1288,-1298.25"/> +<image xlink:href="images\MAF.png" width="293.8px" height="226px" preserveAspectRatio="xMinYMin meet" x="1295.1" y="-1530.25"/> +</g> +<!-- Tachometer --> +<g id="node12" class="node"> +<title>Tachometer</title> +<polygon fill="#ffffff" stroke="black" points="1659,-565.5 1225,-565.5 1225,0 1659,0 1659,-565.5"/> +<polygon fill="none" stroke="black" points="1225,-541 1225,-565.5 1659,-565.5 1659,-541 1225,-541"/> +<text text-anchor="start" x="1403.75" y="-548.2" font-family="arial" font-size="14.00">Tachometer</text> +<polygon fill="none" stroke="black" points="1225,-516.5 1225,-541 1455.5,-541 1455.5,-516.5 1225,-516.5"/> +<text text-anchor="start" x="1311" y="-523.7" font-family="arial" font-size="14.00">DT04-3P</text> +<polygon fill="none" stroke="black" points="1455.5,-516.5 1455.5,-541 1659,-541 1659,-516.5 1455.5,-516.5"/> +<text text-anchor="start" x="1541.5" y="-523.7" font-family="arial" font-size="14.00">3-pin</text> +<polygon fill="none" stroke="black" points="1225,-492.5 1225,-516.5 1431.5,-516.5 1431.5,-492.5 1225,-492.5"/> +<text text-anchor="start" x="1323.38" y="-499.2" font-family="arial" font-size="14.00">A</text> +<polygon fill="none" stroke="black" points="1431.5,-492.5 1431.5,-516.5 1659,-516.5 1659,-492.5 1431.5,-492.5"/> +<text text-anchor="start" x="1532.12" y="-499.2" font-family="arial" font-size="14.00">12V</text> +<polygon fill="none" stroke="black" points="1225,-468.5 1225,-492.5 1431.5,-492.5 1431.5,-468.5 1225,-468.5"/> +<text text-anchor="start" x="1323.38" y="-475.2" font-family="arial" font-size="14.00">B</text> +<polygon fill="none" stroke="black" points="1431.5,-468.5 1431.5,-492.5 1659,-492.5 1659,-468.5 1431.5,-468.5"/> +<text text-anchor="start" x="1529.5" y="-475.2" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="1225,-444.5 1225,-468.5 1431.5,-468.5 1431.5,-444.5 1225,-444.5"/> +<text text-anchor="start" x="1323" y="-451.2" font-family="arial" font-size="14.00">C</text> +<polygon fill="none" stroke="black" points="1431.5,-444.5 1431.5,-468.5 1659,-468.5 1659,-444.5 1431.5,-444.5"/> +<text text-anchor="start" x="1534" y="-451.2" font-family="arial" font-size="14.00">Out</text> +<polygon fill="none" stroke="black" points="1225,-24.5 1225,-444.5 1659,-444.5 1659,-24.5 1225,-24.5"/> +<image xlink:href="images\DT04-3P.png" width="426px" height="412px" preserveAspectRatio="xMinYMin meet" x="1229" y="-440.5"/> +<polygon fill="none" stroke="black" points="1225,0 1225,-24.5 1659,-24.5 1659,0 1225,0"/> +<text text-anchor="start" x="1377.88" y="-7.2" font-family="arial" font-size="14.00">Mates with DT06-3S</text> +</g> +<!-- Veronte 1X CAN Bus --> +<g id="node13" class="node"> +<title>Veronte 1X CAN Bus</title> +<polygon fill="#ffffff" stroke="black" points="1558.5,-2968.25 1325.5,-2968.25 1325.5,-2647.25 1558.5,-2647.25 1558.5,-2968.25"/> +<polygon fill="none" stroke="black" points="1325.5,-2943.75 1325.5,-2968.25 1558.5,-2968.25 1558.5,-2943.75 1325.5,-2943.75"/> +<text text-anchor="start" x="1374.88" y="-2950.95" font-family="arial" font-size="14.00">Veronte 1X CAN Bus</text> +<polygon fill="none" stroke="black" points="1325.5,-2919.25 1325.5,-2943.75 1455.5,-2943.75 1455.5,-2919.25 1325.5,-2919.25"/> +<text text-anchor="start" x="1361.25" y="-2926.45" font-family="arial" font-size="14.00">DT06-3S</text> +<polygon fill="none" stroke="black" points="1455.5,-2919.25 1455.5,-2943.75 1558.5,-2943.75 1558.5,-2919.25 1455.5,-2919.25"/> +<text text-anchor="start" x="1491.25" y="-2926.45" font-family="arial" font-size="14.00">3-pin</text> +<polygon fill="none" stroke="black" points="1325.5,-2895.25 1325.5,-2919.25 1412.5,-2919.25 1412.5,-2895.25 1325.5,-2895.25"/> +<text text-anchor="start" x="1364.12" y="-2901.95" font-family="arial" font-size="14.00">A</text> +<polygon fill="none" stroke="black" points="1412.5,-2895.25 1412.5,-2919.25 1558.5,-2919.25 1558.5,-2895.25 1412.5,-2895.25"/> +<text text-anchor="start" x="1456.62" y="-2901.95" font-family="arial" font-size="14.00">CANB_P</text> +<polygon fill="none" stroke="black" points="1325.5,-2871.25 1325.5,-2895.25 1412.5,-2895.25 1412.5,-2871.25 1325.5,-2871.25"/> +<text text-anchor="start" x="1364.12" y="-2877.95" font-family="arial" font-size="14.00">B</text> +<polygon fill="none" stroke="black" points="1412.5,-2871.25 1412.5,-2895.25 1558.5,-2895.25 1558.5,-2871.25 1412.5,-2871.25"/> +<text text-anchor="start" x="1456.62" y="-2877.95" font-family="arial" font-size="14.00">CANB_N</text> +<polygon fill="none" stroke="black" points="1325.5,-2847.25 1325.5,-2871.25 1412.5,-2871.25 1412.5,-2847.25 1325.5,-2847.25"/> +<text text-anchor="start" x="1363.75" y="-2853.95" font-family="arial" font-size="14.00">C</text> +<polygon fill="none" stroke="black" points="1412.5,-2847.25 1412.5,-2871.25 1558.5,-2871.25 1558.5,-2847.25 1412.5,-2847.25"/> +<text text-anchor="start" x="1450.62" y="-2853.95" font-family="arial" font-size="14.00">CAN_GND</text> +<polygon fill="none" stroke="black" points="1325.5,-2647.25 1325.5,-2847.25 1558.5,-2847.25 1558.5,-2647.25 1325.5,-2647.25"/> +<image xlink:href="images\DT06-3S.png" width="219.436px" height="188px" preserveAspectRatio="xMinYMin meet" x="1332.28" y="-2841.25"/> +</g> +<!-- shield1 --> +<g id="node14" class="node"> +<title>shield1</title> +<polygon fill="#ffffff" stroke="black" points="1482.12,-2574.5 1401.88,-2574.5 1401.88,-2501 1482.12,-2501 1482.12,-2574.5"/> +<polygon fill="none" stroke="black" points="1401.88,-2550 1401.88,-2574.5 1482.12,-2574.5 1482.12,-2550 1401.88,-2550"/> +<text text-anchor="start" x="1419.12" y="-2557.2" font-family="arial" font-size="14.00">shield1</text> +<polygon fill="none" stroke="black" points="1401.88,-2525.5 1401.88,-2550 1482.12,-2550 1482.12,-2525.5 1401.88,-2525.5"/> +<text text-anchor="start" x="1426.25" y="-2532.7" font-family="arial" font-size="14.00">1-pin</text> +<polygon fill="none" stroke="black" points="1401.88,-2501 1401.88,-2525.5 1418.12,-2525.5 1418.12,-2501 1401.88,-2501"/> +<text text-anchor="start" x="1405.88" y="-2508.2" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1418.12,-2501 1418.12,-2525.5 1465.88,-2525.5 1465.88,-2501 1418.12,-2501"/> +<text text-anchor="start" x="1422.12" y="-2508.2" font-family="arial" font-size="14.00">Shield</text> +<polygon fill="none" stroke="black" points="1465.88,-2501 1465.88,-2525.5 1482.12,-2525.5 1482.12,-2501 1465.88,-2501"/> +<text text-anchor="start" x="1469.88" y="-2508.2" font-family="arial" font-size="14.00">1</text> +</g> +<!-- W11 --> +<g id="node28" class="node"> +<title>W11</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="2174,-2931.5 1803,-2931.5 1803,-2686 2174,-2686 2174,-2931.5"/> +<polygon fill="none" stroke="black" points="1803,-2907 1803,-2931.5 2174,-2931.5 2174,-2907 1803,-2907"/> +<text text-anchor="start" x="1973.12" y="-2914.2" font-family="arial" font-size="14.00">W11</text> +<polygon fill="none" stroke="black" points="1803,-2882.5 1803,-2907 1868.94,-2907 1868.94,-2882.5 1803,-2882.5"/> +<text text-anchor="start" x="1828.47" y="-2889.7" font-family="arial" font-size="14.00">3x</text> +<polygon fill="none" stroke="black" points="1868.94,-2882.5 1868.94,-2907 1975.38,-2907 1975.38,-2882.5 1868.94,-2882.5"/> +<text text-anchor="start" x="1894.41" y="-2889.7" font-family="arial" font-size="14.00">18 AWG</text> +<polygon fill="none" stroke="black" points="1975.38,-2882.5 1975.38,-2907 2048.06,-2907 2048.06,-2882.5 1975.38,-2882.5"/> +<text text-anchor="start" x="2000.84" y="-2889.7" font-family="arial" font-size="14.00">+ S</text> +<polygon fill="none" stroke="black" points="2048.06,-2882.5 2048.06,-2907 2174,-2907 2174,-2882.5 2048.06,-2882.5"/> +<text text-anchor="start" x="2073.53" y="-2889.7" font-family="arial" font-size="14.00">30.0 Inches</text> +<text text-anchor="start" x="1853.62" y="-2867.2" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1910.75" y="-2847.2" font-family="arial" font-size="14.00">     YE    </text> +<text text-anchor="start" x="1981.5" y="-2847.2" font-family="arial" font-size="14.00">Throttle Servo CAN:1:CAN+</text> +<polygon fill="#000000" stroke="none" points="1803,-2840.5 1803,-2842.5 2174,-2842.5 2174,-2840.5 1803,-2840.5"/> +<polygon fill="#ffff00" stroke="none" points="1803,-2838.5 1803,-2840.5 2174,-2840.5 2174,-2838.5 1803,-2838.5"/> +<polygon fill="#ffff00" stroke="none" points="1803,-2836.5 1803,-2838.5 2174,-2838.5 2174,-2836.5 1803,-2836.5"/> +<polygon fill="#ffff00" stroke="none" points="1803,-2834.5 1803,-2836.5 2174,-2836.5 2174,-2834.5 1803,-2834.5"/> +<polygon fill="#000000" stroke="none" points="1803,-2832.5 1803,-2834.5 2174,-2834.5 2174,-2832.5 1803,-2832.5"/> +<text text-anchor="start" x="1909.62" y="-2817.2" font-family="arial" font-size="14.00">     GN    </text> +<text text-anchor="start" x="1983.38" y="-2817.2" font-family="arial" font-size="14.00">Throttle Servo CAN:3:CAN-</text> +<polygon fill="#000000" stroke="none" points="1803,-2810.5 1803,-2812.5 2174,-2812.5 2174,-2810.5 1803,-2810.5"/> +<polygon fill="#00ff00" stroke="none" points="1803,-2808.5 1803,-2810.5 2174,-2810.5 2174,-2808.5 1803,-2808.5"/> +<polygon fill="#00ff00" stroke="none" points="1803,-2806.5 1803,-2808.5 2174,-2808.5 2174,-2806.5 1803,-2806.5"/> +<polygon fill="#00ff00" stroke="none" points="1803,-2804.5 1803,-2806.5 2174,-2806.5 2174,-2804.5 1803,-2804.5"/> +<polygon fill="#000000" stroke="none" points="1803,-2802.5 1803,-2804.5 2174,-2804.5 2174,-2802.5 1803,-2802.5"/> +<text text-anchor="start" x="1910.38" y="-2787.2" font-family="arial" font-size="14.00">     BK    </text> +<text text-anchor="start" x="1968" y="-2787.2" font-family="arial" font-size="14.00">Throttle Servo CAN:2:CAN GND</text> +<polygon fill="#000000" stroke="none" points="1803,-2780.5 1803,-2782.5 2174,-2782.5 2174,-2780.5 1803,-2780.5"/> +<polygon fill="#000000" stroke="none" points="1803,-2778.5 1803,-2780.5 2174,-2780.5 2174,-2778.5 1803,-2778.5"/> +<polygon fill="#000000" stroke="none" points="1803,-2776.5 1803,-2778.5 2174,-2778.5 2174,-2776.5 1803,-2776.5"/> +<polygon fill="#000000" stroke="none" points="1803,-2774.5 1803,-2776.5 2174,-2776.5 2174,-2774.5 1803,-2774.5"/> +<polygon fill="#000000" stroke="none" points="1803,-2772.5 1803,-2774.5 2174,-2774.5 2174,-2772.5 1803,-2772.5"/> +<text text-anchor="start" x="1853.62" y="-2757.2" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1804.88" y="-2737.2" font-family="arial" font-size="14.00">shield1:1:Shield</text> +<text text-anchor="start" x="1917.12" y="-2737.2" font-family="arial" font-size="14.00">Shield</text> +<polygon fill="#000000" stroke="none" points="1803,-2730.5 1803,-2732.5 2174,-2732.5 2174,-2730.5 1803,-2730.5"/> +<text text-anchor="start" x="1853.62" y="-2715.2" font-family="arial" font-size="14.00"> </text> +<polygon fill="none" stroke="black" points="1803,-2686 1803,-2710.5 2174,-2710.5 2174,-2686 1803,-2686"/> +<text text-anchor="start" x="1900" y="-2693.2" font-family="arial" font-size="14.00">Twisted Pair | ECU to Servo</text> +</g> +<!-- shield1--W11 --> +<g id="edge58" class="edge"> +<title>shield1:e--W11:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1483.12,-2513.25C1567.84,-2513.25 1588.7,-2539.48 1659,-2586.75 1734.31,-2637.38 1712.25,-2731.5 1803,-2731.5"/> +</g> +<!-- _S_1 --> +<g id="node15" class="node"> +<title>_S_1</title> +<polygon fill="#ffffff" stroke="black" points="1464.75,-3066 1419.25,-3066 1419.25,-3041.5 1464.75,-3041.5 1464.75,-3066"/> +<polygon fill="none" stroke="black" points="1419.25,-3041.5 1419.25,-3066 1464.75,-3066 1464.75,-3041.5 1419.25,-3041.5"/> +<text text-anchor="start" x="1423.25" y="-3048.7" font-family="arial" font-size="14.00">splice</text> +</g> +<!-- _S_1--W11 --> +<g id="edge52" class="edge"> +<title>_S_1:e--W11:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1465.75,-3049.75C1554.49,-3050.37 1587.82,-3071.46 1656.87,-3025.36 1754.69,-2967.97 1682.04,-2809.16 1803,-2803.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1465.75,-3051.75C1553.42,-3052.06 1586.75,-3073.15 1657.94,-3027.06 1756.51,-2967.14 1683.86,-2808.33 1803,-2805.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1465.75,-3053.75C1552.35,-3053.75 1585.68,-3074.84 1659,-3028.75 1758.33,-2966.3 1685.67,-2807.5 1803,-2807.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1465.75,-3055.75C1551.28,-3055.44 1584.61,-3076.53 1660.06,-3030.44 1760.15,-2965.47 1687.49,-2806.67 1803,-2809.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1465.75,-3057.75C1550.22,-3057.13 1583.54,-3078.22 1661.13,-3032.14 1761.97,-2964.64 1689.31,-2805.84 1803,-2811.5"/> +</g> +<!-- _S_2 --> +<g id="node16" class="node"> +<title>_S_2</title> +<polygon fill="#ffffff" stroke="black" points="1464.75,-3017 1419.25,-3017 1419.25,-2992.5 1464.75,-2992.5 1464.75,-3017"/> +<polygon fill="none" stroke="black" points="1419.25,-2992.5 1419.25,-3017 1464.75,-3017 1464.75,-2992.5 1419.25,-2992.5"/> +<text text-anchor="start" x="1423.25" y="-2999.7" font-family="arial" font-size="14.00">splice</text> +</g> +<!-- _S_2--W11 --> +<g id="edge54" class="edge"> +<title>_S_2:e--W11:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1465.75,-3000.75C1554.03,-3001.15 1582.92,-3015.04 1657.25,-2977.15 1736.3,-2942.25 1708.86,-2838.52 1803,-2833.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1465.75,-3002.75C1553.17,-3002.95 1582.05,-3016.84 1658.12,-2978.95 1738.23,-2941.74 1710.79,-2838.01 1803,-2835.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1465.75,-3004.75C1552.3,-3004.75 1581.19,-3018.64 1659,-2980.75 1740.16,-2941.23 1712.73,-2837.5 1803,-2837.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1465.75,-3006.75C1551.43,-3006.55 1580.32,-3020.45 1659.88,-2982.55 1742.1,-2940.71 1714.66,-2836.99 1803,-2839.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1465.75,-3008.75C1550.57,-3008.35 1579.45,-3022.25 1660.75,-2984.35 1744.03,-2940.2 1716.59,-2836.48 1803,-2841.5"/> +</g> +<!-- _S_3 --> +<g id="node17" class="node"> +<title>_S_3</title> +<polygon fill="#ffffff" stroke="black" points="1464.75,-2623 1419.25,-2623 1419.25,-2598.5 1464.75,-2598.5 1464.75,-2623"/> +<polygon fill="none" stroke="black" points="1419.25,-2598.5 1419.25,-2623 1464.75,-2623 1464.75,-2598.5 1419.25,-2598.5"/> +<text text-anchor="start" x="1423.25" y="-2605.7" font-family="arial" font-size="14.00">splice</text> +</g> +<!-- _S_3--W11 --> +<g id="edge56" class="edge"> +<title>_S_3:e--W11:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1465.75,-2606.75C1550.72,-2607.1 1579.5,-2594.19 1660.75,-2632.15 1743.62,-2676.07 1717.07,-2778.5 1803,-2773.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1465.75,-2608.75C1551.54,-2608.93 1580.32,-2596.01 1659.88,-2633.95 1741.68,-2675.56 1715.13,-2778 1803,-2775.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1465.75,-2610.75C1552.35,-2610.75 1581.13,-2597.84 1659,-2635.75 1739.74,-2675.06 1713.19,-2777.5 1803,-2777.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1465.75,-2612.75C1553.17,-2612.57 1581.95,-2599.66 1658.12,-2637.55 1737.81,-2674.56 1711.26,-2777 1803,-2779.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1465.75,-2614.75C1553.99,-2614.4 1582.77,-2601.49 1657.25,-2639.35 1735.87,-2674.06 1709.32,-2776.5 1803,-2781.5"/> +</g> +<!-- _GND_1 --> +<g id="node18" class="node"> +<title>_GND_1</title> +<polygon fill="#ffffff" stroke="black" points="2479,-2518 2439.5,-2518 2439.5,-2493.5 2479,-2493.5 2479,-2518"/> +<polygon fill="none" stroke="black" points="2439.5,-2493.5 2439.5,-2518 2479,-2518 2479,-2493.5 2439.5,-2493.5"/> +<text text-anchor="start" x="2443.5" y="-2500.7" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- W1--Coil Pack 1 --> +<g id="edge2" class="edge"> +<title>W1:e--Coil Pack 1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1015.5,-3466.25C1489.14,-3472.36 860.65,-4483.36 1327.5,-4477.25"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M1015.5,-3468.25C1487.44,-3471.31 858.96,-4482.31 1327.5,-4479.25"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M1015.5,-3470.25C1485.74,-3470.25 857.26,-4481.25 1327.5,-4481.25"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M1015.5,-3472.25C1484.04,-3469.19 855.56,-4480.19 1327.5,-4483.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1015.5,-3474.25C1482.35,-3468.14 853.86,-4479.14 1327.5,-4485.25"/> +</g> +<!-- W1--Coil Pack 1 --> +<g id="edge10" class="edge"> +<title>W1:e--Coil Pack 1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1015.5,-3346.25C1530.03,-3352.41 819.7,-4459.41 1327.5,-4453.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M1015.5,-3348.25C1528.35,-3351.33 818.02,-4458.33 1327.5,-4455.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M1015.5,-3350.25C1526.67,-3350.25 816.33,-4457.25 1327.5,-4457.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M1015.5,-3352.25C1524.98,-3349.17 814.65,-4456.17 1327.5,-4459.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1015.5,-3354.25C1523.3,-3348.09 812.97,-4455.09 1327.5,-4461.25"/> +</g> +<!-- W1--Coil Pack 2 --> +<g id="edge4" class="edge"> +<title>W1:e--Coil Pack 2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1015.5,-3436.25C1348.34,-3442.08 1001.77,-4114.08 1327.5,-4108.25"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M1015.5,-3438.25C1346.56,-3441.17 999.99,-4113.17 1327.5,-4110.25"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M1015.5,-3440.25C1344.79,-3440.25 998.21,-4112.25 1327.5,-4112.25"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M1015.5,-3442.25C1343.01,-3439.33 996.44,-4111.33 1327.5,-4114.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1015.5,-3444.25C1341.23,-3438.42 994.66,-4110.42 1327.5,-4116.25"/> +</g> +<!-- W1--Coil Pack 2 --> +<g id="edge11" class="edge"> +<title>W1:e--Coil Pack 2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1015.5,-3346.25C1375.12,-3352.16 974.91,-4090.16 1327.5,-4084.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M1015.5,-3348.25C1373.37,-3351.2 973.15,-4089.2 1327.5,-4086.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M1015.5,-3350.25C1371.61,-3350.25 971.39,-4088.25 1327.5,-4088.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M1015.5,-3352.25C1369.85,-3349.3 969.63,-4087.3 1327.5,-4090.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1015.5,-3354.25C1368.09,-3348.34 967.88,-4086.34 1327.5,-4092.25"/> +</g> +<!-- W1--Coil Pack 3 --> +<g id="edge6" class="edge"> +<title>W1:e--Coil Pack 3:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1015.5,-3406.25C1222.16,-3411.33 1128.54,-3744.33 1327.5,-3739.25"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M1015.5,-3408.25C1220.24,-3410.79 1126.61,-3743.79 1327.5,-3741.25"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M1015.5,-3410.25C1218.31,-3410.25 1124.69,-3743.25 1327.5,-3743.25"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M1015.5,-3412.25C1216.39,-3409.71 1122.76,-3742.71 1327.5,-3745.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1015.5,-3414.25C1214.46,-3409.17 1120.84,-3742.17 1327.5,-3747.25"/> +</g> +<!-- W1--Coil Pack 3 --> +<g id="edge12" class="edge"> +<title>W1:e--Coil Pack 3:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1015.5,-3346.25C1234.08,-3351.46 1116.55,-3720.46 1327.5,-3715.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M1015.5,-3348.25C1232.17,-3350.86 1114.64,-3719.86 1327.5,-3717.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M1015.5,-3350.25C1230.27,-3350.25 1112.73,-3719.25 1327.5,-3719.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M1015.5,-3352.25C1228.36,-3349.64 1110.83,-3718.64 1327.5,-3721.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1015.5,-3354.25C1226.45,-3349.04 1108.92,-3718.04 1327.5,-3723.25"/> +</g> +<!-- W1--Coil Pack 4 --> +<g id="edge8" class="edge"> +<title>W1:e--Coil Pack 4:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1015.5,-3376.25C1153.51,-3376.31 1188.12,-3370.31 1327.5,-3370.25"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M1015.5,-3378.25C1153.85,-3378.28 1188.47,-3372.28 1327.5,-3372.25"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M1015.5,-3380.25C1154.19,-3380.25 1188.81,-3374.25 1327.5,-3374.25"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M1015.5,-3382.25C1154.53,-3382.22 1189.15,-3376.22 1327.5,-3376.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1015.5,-3384.25C1154.88,-3384.19 1189.49,-3378.19 1327.5,-3378.25"/> +</g> +<!-- W1--Coil Pack 4 --> +<g id="edge13" class="edge"> +<title>W1:e--Coil Pack 4:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1015.5,-3346.25C1154.17,-3346.25 1188.83,-3346.25 1327.5,-3346.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M1015.5,-3348.25C1154.17,-3348.25 1188.83,-3348.25 1327.5,-3348.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M1015.5,-3350.25C1154.17,-3350.25 1188.83,-3350.25 1327.5,-3350.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M1015.5,-3352.25C1154.17,-3352.25 1188.83,-3352.25 1327.5,-3352.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1015.5,-3354.25C1154.17,-3354.25 1188.83,-3354.25 1327.5,-3354.25"/> +</g> +<!-- W3--Fuel Injector 1 --> +<g id="edge15" class="edge"> +<title>W3:e--Fuel Injector 1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M985,-1373.25C1139.23,-1377.56 1124.79,-1189.06 1287,-1184.75"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M985,-1375.25C1141.23,-1377.4 1126.78,-1188.9 1287,-1186.75"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M985,-1377.25C1143.22,-1377.25 1128.78,-1188.75 1287,-1188.75"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M985,-1379.25C1145.22,-1377.1 1130.77,-1188.6 1287,-1190.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M985,-1381.25C1147.21,-1376.94 1132.77,-1188.44 1287,-1192.75"/> +</g> +<!-- W4--Fuel Injector 2 --> +<g id="edge17" class="edge"> +<title>W4:e--Fuel Injector 2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M985,-1030.25C1141.88,-1034.64 1122.15,-835.14 1287,-830.75"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M985,-1032.25C1143.87,-1034.45 1124.15,-834.95 1287,-832.75"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M985,-1034.25C1145.86,-1034.25 1126.14,-834.75 1287,-834.75"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M985,-1036.25C1147.85,-1034.05 1128.13,-834.55 1287,-836.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M985,-1038.25C1149.85,-1033.86 1130.12,-834.36 1287,-838.75"/> +</g> +<!-- W5--LSU --> +<g id="edge19" class="edge"> +<title>W5:e--LSU:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1002,-2382.25C1135.02,-2383.37 1166.04,-2413.37 1293.5,-2412.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M1002,-2384.25C1133.63,-2384.81 1164.65,-2414.81 1293.5,-2414.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M1002,-2386.25C1132.24,-2386.25 1163.26,-2416.25 1293.5,-2416.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M1002,-2388.25C1130.85,-2387.69 1161.87,-2417.69 1293.5,-2418.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1002,-2390.25C1129.46,-2389.13 1160.48,-2419.13 1293.5,-2420.25"/> +</g> +<!-- W5--LSU --> +<g id="edge21" class="edge"> +<title>W5:e--LSU:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1002,-2352.25C1135.6,-2353.67 1166.02,-2389.67 1293.5,-2388.25"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1002,-2354.25C1134.07,-2354.96 1164.49,-2390.96 1293.5,-2390.25"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1002,-2356.25C1132.54,-2356.25 1162.96,-2392.25 1293.5,-2392.25"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1002,-2358.25C1131.01,-2357.54 1161.43,-2393.54 1293.5,-2394.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1002,-2360.25C1129.48,-2358.83 1159.9,-2394.83 1293.5,-2396.25"/> +</g> +<!-- W5--LSU --> +<g id="edge23" class="edge"> +<title>W5:e--LSU:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1002,-2322.25C1130.85,-2322.32 1163.19,-2316.32 1293.5,-2316.25"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1002,-2324.25C1131.22,-2324.28 1163.55,-2318.28 1293.5,-2318.25"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1002,-2326.25C1131.58,-2326.25 1163.92,-2320.25 1293.5,-2320.25"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1002,-2328.25C1131.95,-2328.22 1164.28,-2322.22 1293.5,-2322.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1002,-2330.25C1132.31,-2330.18 1164.65,-2324.18 1293.5,-2324.25"/> +</g> +<!-- W5--LSU --> +<g id="edge25" class="edge"> +<title>W5:e--LSU:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1002,-2292.25C1131.56,-2292.25 1163.94,-2292.25 1293.5,-2292.25"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M1002,-2294.25C1131.56,-2294.25 1163.94,-2294.25 1293.5,-2294.25"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M1002,-2296.25C1131.56,-2296.25 1163.94,-2296.25 1293.5,-2296.25"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M1002,-2298.25C1131.56,-2298.25 1163.94,-2298.25 1293.5,-2298.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1002,-2300.25C1131.56,-2300.25 1163.94,-2300.25 1293.5,-2300.25"/> +</g> +<!-- W6--LSU --> +<g id="edge28" class="edge"> +<title>W6:e--LSU:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M983.5,-2525.25C1139.95,-2529.49 1129.06,-2344.49 1293.5,-2340.25"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M983.5,-2527.25C1141.95,-2529.37 1131.06,-2344.37 1293.5,-2342.25"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M983.5,-2529.25C1143.95,-2529.25 1133.05,-2344.25 1293.5,-2344.25"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M983.5,-2531.25C1145.94,-2529.13 1135.05,-2344.13 1293.5,-2346.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M983.5,-2533.25C1147.94,-2529.01 1137.05,-2344.01 1293.5,-2348.25"/> +</g> +<!-- W7--Veronte 1X CAN Bus --> +<g id="edge30" class="edge"> +<title>W7:e--Veronte 1X CAN Bus:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1042.5,-2794.5C1177.26,-2797.57 1197.52,-2882.32 1324.5,-2879.25"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M1042.5,-2796.5C1175.32,-2798.04 1195.57,-2882.79 1324.5,-2881.25"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M1042.5,-2798.5C1173.37,-2798.5 1193.63,-2883.25 1324.5,-2883.25"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M1042.5,-2800.5C1171.43,-2798.96 1191.68,-2883.71 1324.5,-2885.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1042.5,-2802.5C1169.48,-2799.43 1189.74,-2884.18 1324.5,-2887.25"/> +</g> +<!-- W7--Veronte 1X CAN Bus --> +<g id="edge32" class="edge"> +<title>W7:e--Veronte 1X CAN Bus:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1042.5,-2764.5C1186.18,-2768.42 1188.82,-2907.17 1324.5,-2903.25"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M1042.5,-2766.5C1184.18,-2768.46 1186.82,-2907.21 1324.5,-2905.25"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M1042.5,-2768.5C1182.18,-2768.5 1184.82,-2907.25 1324.5,-2907.25"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M1042.5,-2770.5C1180.18,-2768.54 1182.82,-2907.29 1324.5,-2909.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1042.5,-2772.5C1178.18,-2768.58 1180.82,-2907.33 1324.5,-2911.25"/> +</g> +<!-- W7--Veronte 1X CAN Bus --> +<g id="edge34" class="edge"> +<title>W7:e--Veronte 1X CAN Bus:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1042.5,-2734.5C1182.83,-2738.19 1192.15,-2858.94 1324.5,-2855.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1042.5,-2736.5C1180.83,-2738.35 1190.15,-2859.1 1324.5,-2857.25"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M1042.5,-2738.5C1178.84,-2738.5 1188.16,-2859.25 1324.5,-2859.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1042.5,-2740.5C1176.85,-2738.65 1186.17,-2859.4 1324.5,-2861.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1042.5,-2742.5C1174.85,-2738.81 1184.17,-2859.56 1324.5,-2863.25"/> +</g> +<!-- W7--shield1 --> +<g id="edge39" class="edge"> +<title>W7:e--shield1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1042.5,-2692.5C1136.24,-2692.5 1141.02,-2628.41 1225,-2586.75 1300.89,-2549.1 1316.16,-2513.25 1400.88,-2513.25"/> +</g> +<!-- W7--_S_1 --> +<g id="edge36" class="edge"> +<title>W7:e--_S_1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1042.5,-2794.5C1176.83,-2799.89 1115.08,-2965.87 1226.97,-3025.27 1298.42,-3067.89 1329.68,-3050.27 1418.25,-3049.75"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M1042.5,-2796.5C1174.95,-2799.2 1113.21,-2965.18 1225.98,-3027.01 1299.41,-3069.63 1330.66,-3052.01 1418.25,-3051.75"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M1042.5,-2798.5C1173.08,-2798.5 1111.33,-2964.48 1225,-3028.75 1300.39,-3071.38 1331.65,-3053.75 1418.25,-3053.75"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M1042.5,-2800.5C1171.21,-2797.8 1109.46,-2963.78 1224.02,-3030.49 1301.37,-3073.12 1332.63,-3055.49 1418.25,-3055.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1042.5,-2802.5C1169.33,-2797.11 1107.58,-2963.08 1223.03,-3032.23 1302.35,-3074.86 1333.61,-3057.23 1418.25,-3057.75"/> +</g> +<!-- W7--_S_2 --> +<g id="edge37" class="edge"> +<title>W7:e--_S_2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1042.5,-2764.5C1170.7,-2769.77 1119.14,-2923.24 1226.89,-2977.22 1299.34,-3018.14 1329.76,-3001.25 1418.25,-3000.75"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M1042.5,-2766.5C1168.81,-2769.14 1117.25,-2922.61 1225.94,-2978.99 1300.31,-3019.89 1330.73,-3003 1418.25,-3002.75"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M1042.5,-2768.5C1166.91,-2768.5 1115.35,-2921.97 1225,-2980.75 1301.28,-3021.64 1331.7,-3004.75 1418.25,-3004.75"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M1042.5,-2770.5C1165.01,-2767.86 1113.46,-2921.33 1224.06,-2982.51 1302.25,-3023.39 1332.67,-3006.5 1418.25,-3006.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1042.5,-2772.5C1163.12,-2767.23 1111.56,-2920.7 1223.11,-2984.28 1303.22,-3025.14 1333.64,-3008.25 1418.25,-3008.75"/> +</g> +<!-- W7--_S_3 --> +<g id="edge38" class="edge"> +<title>W7:e--_S_3:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1042.5,-2734.5C1131.58,-2738.44 1132.66,-2665.04 1223.74,-2631.95 1307.56,-2604.47 1332.02,-2606.77 1418.25,-2606.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1042.5,-2736.5C1133.58,-2738.47 1134.66,-2665.06 1224.37,-2633.85 1307.38,-2606.46 1331.83,-2608.76 1418.25,-2608.75"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M1042.5,-2738.5C1135.58,-2738.5 1136.66,-2665.09 1225,-2635.75 1307.19,-2608.45 1331.65,-2610.75 1418.25,-2610.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1042.5,-2740.5C1137.58,-2738.53 1138.66,-2665.12 1225.63,-2637.65 1307,-2610.44 1331.46,-2612.74 1418.25,-2612.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1042.5,-2742.5C1139.58,-2738.56 1140.66,-2665.15 1226.26,-2639.55 1306.81,-2612.43 1331.27,-2614.73 1418.25,-2614.75"/> +</g> +<!-- W8--Coolant/Crank Sensor --> +<g id="edge41" class="edge"> +<title>W8:e--Coolant/Crank Sensor:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1081,-2079.25C1178.41,-2082.72 1189.16,-2002.47 1294.5,-1999"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M1081,-2081.25C1180.39,-2082.98 1191.15,-2002.73 1294.5,-2001"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M1081,-2083.25C1182.37,-2083.25 1193.13,-2003 1294.5,-2003"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M1081,-2085.25C1184.35,-2083.52 1195.11,-2003.27 1294.5,-2005"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1081,-2087.25C1186.34,-2083.78 1197.09,-2003.53 1294.5,-2007"/> +</g> +<!-- W8--Coolant/Crank Sensor --> +<g id="edge43" class="edge"> +<title>W8:e--Coolant/Crank Sensor:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1081,-2049.25C1173.55,-2050.66 1195.85,-2024.41 1294.5,-2023"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1081,-2051.25C1175.08,-2051.96 1197.37,-2025.71 1294.5,-2025"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1081,-2053.25C1176.6,-2053.25 1198.9,-2027 1294.5,-2027"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1081,-2055.25C1178.13,-2054.54 1200.42,-2028.29 1294.5,-2029"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1081,-2057.25C1179.65,-2055.84 1201.95,-2029.59 1294.5,-2031"/> +</g> +<!-- W9--MAF Sensor --> +<g id="edge45" class="edge"> +<title>W9:e--MAF Sensor:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1014.5,-1793.25C1149.4,-1797.39 1144.11,-1644.39 1287,-1640.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M1014.5,-1795.25C1151.4,-1797.32 1146.11,-1644.32 1287,-1642.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M1014.5,-1797.25C1153.4,-1797.25 1148.1,-1644.25 1287,-1644.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M1014.5,-1799.25C1155.39,-1797.18 1150.1,-1644.18 1287,-1646.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1014.5,-1801.25C1157.39,-1797.11 1152.1,-1644.11 1287,-1648.25"/> +</g> +<!-- W9--MAF Sensor --> +<g id="edge47" class="edge"> +<title>W9:e--MAF Sensor:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1014.5,-1763.25C1148.11,-1767.32 1145.39,-1620.32 1287,-1616.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M1014.5,-1765.25C1150.11,-1767.29 1147.39,-1620.29 1287,-1618.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M1014.5,-1767.25C1152.11,-1767.25 1149.39,-1620.25 1287,-1620.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M1014.5,-1769.25C1154.11,-1767.21 1151.39,-1620.21 1287,-1622.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1014.5,-1771.25C1156.11,-1767.18 1153.39,-1620.18 1287,-1624.25"/> +</g> +<!-- W9--MAF Sensor --> +<g id="edge49" class="edge"> +<title>W9:e--MAF Sensor:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1014.5,-1733.25C1146.86,-1737.26 1146.64,-1596.26 1287,-1592.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1014.5,-1735.25C1148.86,-1737.25 1148.64,-1596.25 1287,-1594.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1014.5,-1737.25C1150.86,-1737.25 1150.64,-1596.25 1287,-1596.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1014.5,-1739.25C1152.86,-1737.25 1152.64,-1596.25 1287,-1598.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1014.5,-1741.25C1154.86,-1737.24 1154.64,-1596.24 1287,-1600.25"/> +</g> +<!-- W10--Tachometer --> +<g id="edge51" class="edge"> +<title>W10:e--Tachometer:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M968,-770.5C1145.93,-775.77 1039.49,-457.77 1225,-452.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M968,-772.5C1147.82,-775.13 1041.38,-457.13 1225,-454.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M968,-774.5C1149.72,-774.5 1043.28,-456.5 1225,-456.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M968,-776.5C1151.62,-773.87 1045.18,-455.87 1225,-458.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M968,-778.5C1153.51,-773.23 1047.07,-455.23 1225,-460.5"/> +</g> +<!-- W11--Throttle Servo CAN --> +<g id="edge53" class="edge"> +<title>W11:e--Throttle Servo CAN:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M2174,-2803.5C2236.14,-2804.03 2251.89,-2795.03 2318,-2794.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M2174,-2805.5C2237.13,-2805.76 2252.88,-2796.76 2318,-2796.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M2174,-2807.5C2238.12,-2807.5 2253.88,-2798.5 2318,-2798.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M2174,-2809.5C2239.12,-2809.24 2254.87,-2800.24 2318,-2800.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M2174,-2811.5C2240.11,-2810.97 2255.86,-2801.97 2318,-2802.5"/> +</g> +<!-- W11--Throttle Servo CAN --> +<g id="edge55" class="edge"> +<title>W11:e--Throttle Servo CAN:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M2174,-2833.5C2240.11,-2834.03 2255.86,-2843.03 2318,-2842.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M2174,-2835.5C2239.12,-2835.76 2254.87,-2844.76 2318,-2844.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M2174,-2837.5C2238.12,-2837.5 2253.88,-2846.5 2318,-2846.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M2174,-2839.5C2237.13,-2839.24 2252.88,-2848.24 2318,-2848.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M2174,-2841.5C2236.14,-2840.97 2251.89,-2849.97 2318,-2850.5"/> +</g> +<!-- W11--Throttle Servo CAN --> +<g id="edge57" class="edge"> +<title>W11:e--Throttle Servo CAN:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M2174,-2773.5C2244.96,-2776.64 2254.85,-2821.64 2318,-2818.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M2174,-2775.5C2243.01,-2777.07 2252.9,-2822.07 2318,-2820.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M2174,-2777.5C2241.05,-2777.5 2250.95,-2822.5 2318,-2822.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M2174,-2779.5C2239.1,-2777.93 2248.99,-2822.93 2318,-2824.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M2174,-2781.5C2237.15,-2778.36 2247.04,-2823.36 2318,-2826.5"/> +</g> +<!-- W11--_GND_1 --> +<g id="edge59" class="edge"> +<title>W11:e--_GND_1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M2174,-2731.5C2284.16,-2731.5 2225.48,-2589.55 2318,-2529.75 2363.86,-2500.11 2383.89,-2505.75 2438.5,-2505.75"/> +</g> +</g> +</svg> diff --git a/wireviz/Choppy_ECU_C1.yml b/wireviz/Choppy_ECU_C1.yml new file mode 100644 index 0000000..9b0ebdb --- /dev/null +++ b/wireviz/Choppy_ECU_C1.yml @@ -0,0 +1,247 @@ +templates: # defining templates to be used later on + - &ECU_C1 + type: Molex 643201311 + pinlabels: [Extra Output 5 (Fuelpump), Ignition coil 1, Ignition coil 2, Tachometer, Extra Output 6 (Fan), Ignition coil 3, Ignition coil 4, Extra Output 1, Extra Output 7, Ignition coil 5, Ignition coil 6, Extra output 2, + Lambda 1 Heat, Ignition coil 7, Ignition coil 8, Extra output 3, CAN H, CAN L, Sheild Ground, Extra Output 4, Coolant Temperature sensor, Air Temperature sensor, Lambda 1 COM, Lambda 1 VS in, 5V Sensor Supply, Throttle sensor, + Lambda 1 IP, Lambda 1 RCAL, Sensor Ground, Home sensor Ground, Crank Sensor, Home sensor, Extra Temperature sensor 1, Extra Temperature sensor 2, Fuel Pressure, Baro, Injector 1, Injector 2, Digital/VR input 1, Rotor RPM, Injector 8, + Injector 7, Injector 6, Engine Ground, Injector 3, Injector 4, Injector 5, ECU 12V] + pins: [A1,A2,A3,A4,B1,B2,B3,B4,C1,C2,C3,C4,D1,D2,D3,D4,E1,E2,E3,E4,F1,F2,F3,F4,G1,G2,G3,G4,H1,H2,H3,H4,J1,J2,J3,J4,K1,K2,K3,K4,L1,L2,L3,L4,M1,M2,M3,M4] + image: + src: images\ECU1.png + caption: Connector 643203311 + - &logic_wire + category: bundle + gauge: 18 AWG + - &power_wire + category: bundle + gauge: 14 AWG + - &Fuel_Inj + type: 90980-11875 + pins: [1,2] + pinlabels: [12V, ECU INJ] + image: + src: images\90980-11875.png + - &Coil + type: Delphi 12162825 + pinlabels: [ECU Sig, Sensor Ground, Head Ground, Battery Ground, Switched 12V] + pins: [A,B,C,D,E] + image: + src: images\coil.png + + + + +connectors: + ECU: + <<: *ECU_C1 # copying items from the template + notes: ECU Connector 1 (GPO Low side!) + Coil Pack 1: + <<: *Coil + Coil Pack 2: + <<: *Coil + Coil Pack 3: + <<: *Coil + Coil Pack 4: + <<: *Coil + LSU: + type: D261.205.356-01 + pinlabels: [VBO2 VS/O2 In, WBO2 Recal, 12V, WBO2 HTR, WBO2 COM, WBO2 IP] + pins: [1,2,3,4,5,6] + image: + src: images\LSU.png + Throttle Servo CAN: + type: DTM04-3P + pins: [1,2,3] + pinlabels: [CAN+, CAN GND, CAN-] + notes: Replace bad connector! Mate is DTM06-3S + image: + src: images\throttleCAN.png + # Throttle Servo Power: + # type: DTM04-2P + # pins: [1,2] + # pinlabels: [12V,Ground] + # notes: Male is DTM06-2S + # image: + # src: images\DTM04.png + Fuel Injector 1: + <<: *Fuel_Inj + Fuel Injector 2: + <<: *Fuel_Inj + Coolant/Crank Sensor: + type: Sumitomo 6180-2181 + notes: Find out if this is Crank or Coolant!!! + pins: [1,2] + pinlabels: [Sensor+,Sensor GND] + image: + src: images\Sum.png + MAF Sensor: + type: Bosch 1928405138 + pins: [1,2,3,4,5] + pinlabels: [NTC-,GND,NTC+,12V,MAF Signal] + image: + src: images\MAF.png + width: 300 + Tachometer: + type: DT04-3P + notes: Mates with DT06-3S + pins: [A,B,C] + pinlabels: [12V,GND,Out] + image: + src: images\DT04-3P.png + Veronte 1X CAN Bus: + pins: [A,B,C] + pinlabels: [CANB_P,CANB_N,CAN_GND] + type: DT06-3S + image: + src: images\DT06-3S.png + width: 225 + shield1: + pinlabels: [Shield] + + S: &splice # generic autogenerated splice + style: simple + autogenerate: true + type: splice + GND: &GND + style: simple + autogenerate: true + type: GND + +cables: + W1: + <<: *logic_wire + length: 50 Inches + colors: [BU,BU,BU,BU,BN] + # W2: + # <<: *logic_wire + # length: 0.2 + # colors: [BU] + W3: + <<: *power_wire + length: 40 Inches + colors: [GY] + W4: + <<: *power_wire + length: 40 Inches + colors: [GY] + W5: + <<: *logic_wire + length: 21 Inches + colors: [BN,GN,YE,WH] + shield: true + W6: + <<: *logic_wire + length: 21 Inches + colors: [GN] + W7: + <<: *logic_wire + length: 40 Inches + colors: [PK,GY,BKWH] + shield: true + notes: Twisted Pair | ECU to Veronte + W8: + <<: *logic_wire + length: 33.5 Inches + colors: [BN,BK] + W9: + <<: *logic_wire + length: 27 Inches + colors: [BN,BN,BK] + W10: + <<: *logic_wire + length: 37 Inches + notes: Included cable is of sufficient length. + colors: [BK] + W11: + <<: *logic_wire + length: 30 Inches + colors: [YE,GN,BK] + shield: true + notes: Twisted Pair | ECU to Servo + + + + +connections: + - + - ECU: [A2] + - W1: [1] + - Coil Pack 1: [A] + - + - ECU: [A3] + - W1: [2] + - Coil Pack 2: [A] + - + - ECU: [B2] + - W1: [3] + - Coil Pack 3: [A] + - + - ECU: [B3] + - W1: [4] + - Coil Pack 4: [A] + - + - ECU: [H1] + - W1: [5] + - + - W1: [5] + - Coil Pack 1: [B] + - + - W1: [5] + - Coil Pack 2: [B] + - + - W1: [5] + - Coil Pack 3: [B] + - + - W1: [5] + - Coil Pack 4: [B] + - + - ECU: [K1] + - W3: [1] + - Fuel Injector 1: [2] + - + - ECU: [K2] + - W4: [1] + - Fuel Injector 2: [2] + - + - ECU: [F4,G4,F3,G3] + - W5: [1-4] + - LSU: [1,2,5,6] + - + - ECU: [E3] + - W5: s + - + - ECU: [D1] + - W6: [1] + - LSU: [4] + - + - ECU: [E2,E1,E3] + - W7: [1-3] + #- [S,S] + - Veronte 1X CAN Bus: [B,A,C] + - + - ECU: [H1, F1] + - W8: [1-2] + - Coolant/Crank Sensor: [2,1] + - + - ECU: [H1,H1,F2] + - W9: [1-3] + - MAF Sensor: [NTC-,GND,NTC+] + - + - ECU: [K4] + - W10: [1] + - Tachometer: [Out] + - + - ECU: [E3] + - W7: s + - + - W7: [1-3] + - [S,S,S] + - W11: [2,1,3] + - Throttle Servo CAN: [3,1,2] + - + - W7: s + - shield1: [1] + - W11: s + - + - W11: s + - [GND]
\ No newline at end of file diff --git a/wireviz/Choppy_ECU_C2.bom.tsv b/wireviz/Choppy_ECU_C2.bom.tsv new file mode 100644 index 0000000..bbe5c4c --- /dev/null +++ b/wireviz/Choppy_ECU_C2.bom.tsv @@ -0,0 +1,11 @@ +Id Description Qty Unit Designators +1 Connector, Bosch 1928405138, 5 pins 1 MAF Sensor +2 Connector, Engine GND 1 +3 Connector, F02U.B00.966-01, 2 pins 1 Knock sensor 1 +4 Connector, Molex 643193211, 32 pins 1 ECU +5 Connector, Type-K, 2 pins 4 CHT1, CHT2, EGT1, EGT2 +6 Wire, 18 AWG, BK 27.0 Inches W3 +7 Wire, 18 AWG, BN 106.0 Inches W1, W2 +8 Wire, 18 AWG, WH 56.0 Inches W1 +9 Wire, 20 AWG, RD 200.0 Inches W4, W5, W6, W7 +10 Wire, 20 AWG, YE 200.0 Inches W4, W5, W6, W7 diff --git a/wireviz/Choppy_ECU_C2.gv b/wireviz/Choppy_ECU_C2.gv new file mode 100644 index 0000000..d33446a --- /dev/null +++ b/wireviz/Choppy_ECU_C2.gv @@ -0,0 +1,804 @@ +graph { +// Graph generated by WireViz 0.3.2 +// https://github.com/formatc1702/WireViz + graph [bgcolor="#FFFFFF" fontname=arial nodesep=0.33 rankdir=LR ranksep=2] + node [fillcolor="#FFFFFF" fontname=arial height=0 margin=0 shape=none style=filled width=0] + edge [fontname=arial style=bold] + ECU [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">ECU</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Molex 643193211</td> + <td balign="left">32-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td>TR Gearbox+</td> + <td port="p1r">A1</td> + </tr> + <tr> + <td>90° Gear Box+</td> + <td port="p2r">A2</td> + </tr> + <tr> + <td>EGT7+</td> + <td port="p3r">A3</td> + </tr> + <tr> + <td>EGT8+</td> + <td port="p4r">A4</td> + </tr> + <tr> + <td>TR Gearbox-</td> + <td port="p5r">B1</td> + </tr> + <tr> + <td>90° Gear Box-</td> + <td port="p6r">B2</td> + </tr> + <tr> + <td>EGT7-</td> + <td port="p7r">B3</td> + </tr> + <tr> + <td>EGT8-</td> + <td port="p8r">B4</td> + </tr> + <tr> + <td>Temp 1+</td> + <td port="p9r">C1</td> + </tr> + <tr> + <td>Temp 2+</td> + <td port="p10r">C2</td> + </tr> + <tr> + <td>CHT1+</td> + <td port="p11r">C3</td> + </tr> + <tr> + <td>CHT2+</td> + <td port="p12r">C4</td> + </tr> + <tr> + <td>Temp 1-</td> + <td port="p13r">D1</td> + </tr> + <tr> + <td>Temp 2-</td> + <td port="p14r">D2</td> + </tr> + <tr> + <td>CHT1-</td> + <td port="p15r">D3</td> + </tr> + <tr> + <td>CHT2-</td> + <td port="p16r">D4</td> + </tr> + <tr> + <td>Knock Ground</td> + <td port="p17r">E1</td> + </tr> + <tr> + <td>Knock sensor 1</td> + <td port="p18r">E2</td> + </tr> + <tr> + <td>Knock sensor 2</td> + <td port="p19r">E3</td> + </tr> + <tr> + <td>Extra Analog sensor 6</td> + <td port="p20r">E4</td> + </tr> + <tr> + <td>Extra Analog sensor 7</td> + <td port="p21r">F1</td> + </tr> + <tr> + <td>Extra Analog sensor 8</td> + <td port="p22r">F2</td> + </tr> + <tr> + <td>MAF sensor</td> + <td port="p23r">F3</td> + </tr> + <tr> + <td>Variable Digital in 5</td> + <td port="p24r">F4</td> + </tr> + <tr> + <td>Extra 12V Out 1</td> + <td port="p25r">G1</td> + </tr> + <tr> + <td>Extra 12V Out 2</td> + <td port="p26r">G2</td> + </tr> + <tr> + <td>ECU Map/Baro</td> + <td port="p27r">G3</td> + </tr> + <tr> + <td>Engine Ground 2</td> + <td port="p28r">G4</td> + </tr> + <tr> + <td>E-Throttle 2+</td> + <td port="p29r">H1</td> + </tr> + <tr> + <td>E-Throttle 1-</td> + <td port="p30r">H2</td> + </tr> + <tr> + <td>E-Throttle 2-</td> + <td port="p31r">H3</td> + </tr> + <tr> + <td>E-Throttle 1+</td> + <td port="p32r">H4</td> + </tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left" sides="TLR"><img scale="false" src="images\ECU2.png"/></td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left" sides="BLR">Molex 643193211</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">ECU Connector 2 (GPO High side!)</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + "Knock sensor 1" [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Knock sensor 1</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">F02U.B00.966-01</td> + <td balign="left">2-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">1</td> + <td>Sig+</td> + </tr> + <tr> + <td port="p2l">2</td> + <td>Sig-</td> + </tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left"><img scale="false" src="images\KS.png"/></td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + "MAF Sensor" [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">MAF Sensor</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Bosch 1928405138</td> + <td balign="left">5-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">1</td> + <td>NTC-</td> + </tr> + <tr> + <td port="p2l">2</td> + <td>GND</td> + </tr> + <tr> + <td port="p3l">3</td> + <td>NTC+</td> + </tr> + <tr> + <td port="p4l">4</td> + <td>12V</td> + </tr> + <tr> + <td port="p5l">5</td> + <td>MAF Signal</td> + </tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left"> + <table border="0" cellspacing="0" cellborder="0"><tr> + <td width="300" height="230.76923076923077" fixedsize="true"><img scale="true" src="images\MAF.png"/></td> + </tr></table> + </td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + EGT1 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">EGT1</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Type-K</td> + <td balign="left">2-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">1</td> + <td>+</td> + </tr> + <tr> + <td port="p2l">2</td> + <td>-</td> + </tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left"> + <table border="0" cellspacing="0" cellborder="0"><tr> + <td width="300" height="281.25" fixedsize="true"><img scale="true" src="images\typekf.png"/></td> + </tr></table> + </td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">(Female Connector)</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + EGT2 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">EGT2</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Type-K</td> + <td balign="left">2-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">1</td> + <td>+</td> + </tr> + <tr> + <td port="p2l">2</td> + <td>-</td> + </tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left"> + <table border="0" cellspacing="0" cellborder="0"><tr> + <td width="300" height="281.25" fixedsize="true"><img scale="true" src="images\typekf.png"/></td> + </tr></table> + </td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">(Female Connector)</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + CHT1 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">CHT1</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Type-K</td> + <td balign="left">2-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">1</td> + <td>+</td> + </tr> + <tr> + <td port="p2l">2</td> + <td>-</td> + </tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left"> + <table border="0" cellspacing="0" cellborder="0"><tr> + <td width="300" height="281.25" fixedsize="true"><img scale="true" src="images\typekf.png"/></td> + </tr></table> + </td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">(Female Connector)</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + CHT2 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">CHT2</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Type-K</td> + <td balign="left">2-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">1</td> + <td>+</td> + </tr> + <tr> + <td port="p2l">2</td> + <td>-</td> + </tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left"> + <table border="0" cellspacing="0" cellborder="0"><tr> + <td width="300" height="281.25" fixedsize="true"><img scale="true" src="images\typekf.png"/></td> + </tr></table> + </td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">(Female Connector)</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + "_Engine GND_1" [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Engine GND</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + edge [color="#000000:#ffffff:#000000"] + ECU:p18r:e -- W1:w1:w + W1:w1:e -- "Knock sensor 1":p1l:w + edge [color="#000000:#895956:#000000"] + ECU:p17r:e -- W1:w2:w + W1:w2:e -- "Knock sensor 1":p2l:w + W1 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W1</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">2x</td> + <td balign="left">18 AWG</td> + <td balign="left">56.0 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>ECU:E2:Knock sensor 1</td> + <td> + WH + </td> + <td>Knock sensor 1:1:Sig+</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>ECU:E1:Knock Ground</td> + <td> + BN + </td> + <td>Knock sensor 1:2:Sig-</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w2" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#895956:#000000"] + ECU:p28r:e -- W2:w1:w + W2:w1:e -- "_Engine GND_1":w + W2 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W2</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">18 AWG</td> + <td balign="left">50.0 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>ECU:G4:Engine Ground 2</td> + <td> + BN + </td> + <td></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#000000:#000000"] + ECU:p23r:e -- W3:w1:w + W3:w1:e -- "MAF Sensor":p5l:w + W3 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W3</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">18 AWG</td> + <td balign="left">27.0 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>ECU:F3:MAF sensor</td> + <td> + BK + </td> + <td>MAF Sensor:5:MAF Signal</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#ffff00:#000000"] + ECU:p9r:e -- W4:w1:w + W4:w1:e -- EGT1:p1l:w + edge [color="#000000:#ff0000:#000000"] + ECU:p13r:e -- W4:w2:w + W4:w2:e -- EGT1:p2l:w + W4 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W4</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">2x</td> + <td balign="left">20 AWG</td> + <td balign="left">48.0 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>ECU:C1:Temp 1+</td> + <td> + YE + </td> + <td>EGT1:1:+</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>ECU:D1:Temp 1-</td> + <td> + RD + </td> + <td>EGT1:2:-</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w2" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#ffff00:#000000"] + ECU:p10r:e -- W5:w1:w + W5:w1:e -- EGT2:p1l:w + edge [color="#000000:#ff0000:#000000"] + ECU:p14r:e -- W5:w2:w + W5:w2:e -- EGT2:p2l:w + W5 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W5</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">2x</td> + <td balign="left">20 AWG</td> + <td balign="left">48.0 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>ECU:C2:Temp 2+</td> + <td> + YE + </td> + <td>EGT2:1:+</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>ECU:D2:Temp 2-</td> + <td> + RD + </td> + <td>EGT2:2:-</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w2" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#ffff00:#000000"] + ECU:p11r:e -- W6:w1:w + W6:w1:e -- CHT1:p1l:w + edge [color="#000000:#ff0000:#000000"] + ECU:p15r:e -- W6:w2:w + W6:w2:e -- CHT1:p2l:w + W6 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W6</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">2x</td> + <td balign="left">20 AWG</td> + <td balign="left">52.0 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>ECU:C3:CHT1+</td> + <td> + YE + </td> + <td>CHT1:1:+</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>ECU:D3:CHT1-</td> + <td> + RD + </td> + <td>CHT1:2:-</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w2" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#ffff00:#000000"] + ECU:p12r:e -- W7:w1:w + W7:w1:e -- CHT2:p1l:w + edge [color="#000000:#ff0000:#000000"] + ECU:p16r:e -- W7:w2:w + W7:w2:e -- CHT2:p2l:w + W7 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W7</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">2x</td> + <td balign="left">20 AWG</td> + <td balign="left">52.0 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>ECU:C4:CHT2+</td> + <td> + YE + </td> + <td>CHT2:1:+</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>ECU:D4:CHT2-</td> + <td> + RD + </td> + <td>CHT2:2:-</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w2" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] +} diff --git a/wireviz/Choppy_ECU_C2.html b/wireviz/Choppy_ECU_C2.html new file mode 100644 index 0000000..b732e17 --- /dev/null +++ b/wireviz/Choppy_ECU_C2.html @@ -0,0 +1,741 @@ +<!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_ECU_C2</title> +</head><body style="font-family:arial;background-color:#FFFFFF"> +<h1>Choppy_ECU_C2</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="1562pt" height="2596pt" + viewBox="0.00 0.00 1562.00 2595.50" 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 2591.5)"> +<polygon fill="#ffffff" stroke="none" points="-4,4 -4,-2591.5 1558,-2591.5 1558,4 -4,4"/> +<!-- ECU --> +<g id="node1" class="node"> +<title>ECU</title> +<polygon fill="#ffffff" stroke="black" points="556,-1786.75 0,-1786.75 0,-495.75 556,-495.75 556,-1786.75"/> +<polygon fill="none" stroke="black" points="0,-1762.25 0,-1786.75 556,-1786.75 556,-1762.25 0,-1762.25"/> +<text text-anchor="start" x="263" y="-1769.45" font-family="arial" font-size="14.00">ECU</text> +<polygon fill="none" stroke="black" points="0,-1737.75 0,-1762.25 315.88,-1762.25 315.88,-1737.75 0,-1737.75"/> +<text text-anchor="start" x="100.19" y="-1744.95" font-family="arial" font-size="14.00">Molex 643193211</text> +<polygon fill="none" stroke="black" points="315.88,-1737.75 315.88,-1762.25 556,-1762.25 556,-1737.75 315.88,-1737.75"/> +<text text-anchor="start" x="416.06" y="-1744.95" font-family="arial" font-size="14.00">32-pin</text> +<polygon fill="none" stroke="black" points="0,-1713.75 0,-1737.75 338,-1737.75 338,-1713.75 0,-1713.75"/> +<text text-anchor="start" x="125.88" y="-1720.45" font-family="arial" font-size="14.00">TR Gearbox+</text> +<polygon fill="none" stroke="black" points="338,-1713.75 338,-1737.75 556,-1737.75 556,-1713.75 338,-1713.75"/> +<text text-anchor="start" x="438" y="-1720.45" font-family="arial" font-size="14.00">A1</text> +<polygon fill="none" stroke="black" points="0,-1689.75 0,-1713.75 338,-1713.75 338,-1689.75 0,-1689.75"/> +<text text-anchor="start" x="121.75" y="-1696.45" font-family="arial" font-size="14.00">90° Gear Box+</text> +<polygon fill="none" stroke="black" points="338,-1689.75 338,-1713.75 556,-1713.75 556,-1689.75 338,-1689.75"/> +<text text-anchor="start" x="438" y="-1696.45" font-family="arial" font-size="14.00">A2</text> +<polygon fill="none" stroke="black" points="0,-1665.75 0,-1689.75 338,-1689.75 338,-1665.75 0,-1665.75"/> +<text text-anchor="start" x="145.75" y="-1672.45" font-family="arial" font-size="14.00">EGT7+</text> +<polygon fill="none" stroke="black" points="338,-1665.75 338,-1689.75 556,-1689.75 556,-1665.75 338,-1665.75"/> +<text text-anchor="start" x="438" y="-1672.45" font-family="arial" font-size="14.00">A3</text> +<polygon fill="none" stroke="black" points="0,-1641.75 0,-1665.75 338,-1665.75 338,-1641.75 0,-1641.75"/> +<text text-anchor="start" x="145.75" y="-1648.45" font-family="arial" font-size="14.00">EGT8+</text> +<polygon fill="none" stroke="black" points="338,-1641.75 338,-1665.75 556,-1665.75 556,-1641.75 338,-1641.75"/> +<text text-anchor="start" x="438" y="-1648.45" font-family="arial" font-size="14.00">A4</text> +<polygon fill="none" stroke="black" points="0,-1617.75 0,-1641.75 338,-1641.75 338,-1617.75 0,-1617.75"/> +<text text-anchor="start" x="127.75" y="-1624.45" font-family="arial" font-size="14.00">TR Gearbox-</text> +<polygon fill="none" stroke="black" points="338,-1617.75 338,-1641.75 556,-1641.75 556,-1617.75 338,-1617.75"/> +<text text-anchor="start" x="438" y="-1624.45" font-family="arial" font-size="14.00">B1</text> +<polygon fill="none" stroke="black" points="0,-1593.75 0,-1617.75 338,-1617.75 338,-1593.75 0,-1593.75"/> +<text text-anchor="start" x="123.62" y="-1600.45" font-family="arial" font-size="14.00">90° Gear Box-</text> +<polygon fill="none" stroke="black" points="338,-1593.75 338,-1617.75 556,-1617.75 556,-1593.75 338,-1593.75"/> +<text text-anchor="start" x="438" y="-1600.45" font-family="arial" font-size="14.00">B2</text> +<polygon fill="none" stroke="black" points="0,-1569.75 0,-1593.75 338,-1593.75 338,-1569.75 0,-1569.75"/> +<text text-anchor="start" x="147.62" y="-1576.45" font-family="arial" font-size="14.00">EGT7-</text> +<polygon fill="none" stroke="black" points="338,-1569.75 338,-1593.75 556,-1593.75 556,-1569.75 338,-1569.75"/> +<text text-anchor="start" x="438" y="-1576.45" font-family="arial" font-size="14.00">B3</text> +<polygon fill="none" stroke="black" points="0,-1545.75 0,-1569.75 338,-1569.75 338,-1545.75 0,-1545.75"/> +<text text-anchor="start" x="147.62" y="-1552.45" font-family="arial" font-size="14.00">EGT8-</text> +<polygon fill="none" stroke="black" points="338,-1545.75 338,-1569.75 556,-1569.75 556,-1545.75 338,-1545.75"/> +<text text-anchor="start" x="438" y="-1552.45" font-family="arial" font-size="14.00">B4</text> +<polygon fill="none" stroke="black" points="0,-1521.75 0,-1545.75 338,-1545.75 338,-1521.75 0,-1521.75"/> +<text text-anchor="start" x="140.12" y="-1528.45" font-family="arial" font-size="14.00">Temp 1+</text> +<polygon fill="none" stroke="black" points="338,-1521.75 338,-1545.75 556,-1545.75 556,-1521.75 338,-1521.75"/> +<text text-anchor="start" x="437.62" y="-1528.45" font-family="arial" font-size="14.00">C1</text> +<polygon fill="none" stroke="black" points="0,-1497.75 0,-1521.75 338,-1521.75 338,-1497.75 0,-1497.75"/> +<text text-anchor="start" x="140.12" y="-1504.45" font-family="arial" font-size="14.00">Temp 2+</text> +<polygon fill="none" stroke="black" points="338,-1497.75 338,-1521.75 556,-1521.75 556,-1497.75 338,-1497.75"/> +<text text-anchor="start" x="437.62" y="-1504.45" font-family="arial" font-size="14.00">C2</text> +<polygon fill="none" stroke="black" points="0,-1473.75 0,-1497.75 338,-1497.75 338,-1473.75 0,-1473.75"/> +<text text-anchor="start" x="146.12" y="-1480.45" font-family="arial" font-size="14.00">CHT1+</text> +<polygon fill="none" stroke="black" points="338,-1473.75 338,-1497.75 556,-1497.75 556,-1473.75 338,-1473.75"/> +<text text-anchor="start" x="437.62" y="-1480.45" font-family="arial" font-size="14.00">C3</text> +<polygon fill="none" stroke="black" points="0,-1449.75 0,-1473.75 338,-1473.75 338,-1449.75 0,-1449.75"/> +<text text-anchor="start" x="146.12" y="-1456.45" font-family="arial" font-size="14.00">CHT2+</text> +<polygon fill="none" stroke="black" points="338,-1449.75 338,-1473.75 556,-1473.75 556,-1449.75 338,-1449.75"/> +<text text-anchor="start" x="437.62" y="-1456.45" font-family="arial" font-size="14.00">C4</text> +<polygon fill="none" stroke="black" points="0,-1425.75 0,-1449.75 338,-1449.75 338,-1425.75 0,-1425.75"/> +<text text-anchor="start" x="142" y="-1432.45" font-family="arial" font-size="14.00">Temp 1-</text> +<polygon fill="none" stroke="black" points="338,-1425.75 338,-1449.75 556,-1449.75 556,-1425.75 338,-1425.75"/> +<text text-anchor="start" x="437.62" y="-1432.45" font-family="arial" font-size="14.00">D1</text> +<polygon fill="none" stroke="black" points="0,-1401.75 0,-1425.75 338,-1425.75 338,-1401.75 0,-1401.75"/> +<text text-anchor="start" x="142" y="-1408.45" font-family="arial" font-size="14.00">Temp 2-</text> +<polygon fill="none" stroke="black" points="338,-1401.75 338,-1425.75 556,-1425.75 556,-1401.75 338,-1401.75"/> +<text text-anchor="start" x="437.62" y="-1408.45" font-family="arial" font-size="14.00">D2</text> +<polygon fill="none" stroke="black" points="0,-1377.75 0,-1401.75 338,-1401.75 338,-1377.75 0,-1377.75"/> +<text text-anchor="start" x="148" y="-1384.45" font-family="arial" font-size="14.00">CHT1-</text> +<polygon fill="none" stroke="black" points="338,-1377.75 338,-1401.75 556,-1401.75 556,-1377.75 338,-1377.75"/> +<text text-anchor="start" x="437.62" y="-1384.45" font-family="arial" font-size="14.00">D3</text> +<polygon fill="none" stroke="black" points="0,-1353.75 0,-1377.75 338,-1377.75 338,-1353.75 0,-1353.75"/> +<text text-anchor="start" x="148" y="-1360.45" font-family="arial" font-size="14.00">CHT2-</text> +<polygon fill="none" stroke="black" points="338,-1353.75 338,-1377.75 556,-1377.75 556,-1353.75 338,-1353.75"/> +<text text-anchor="start" x="437.62" y="-1360.45" font-family="arial" font-size="14.00">D4</text> +<polygon fill="none" stroke="black" points="0,-1329.75 0,-1353.75 338,-1353.75 338,-1329.75 0,-1329.75"/> +<text text-anchor="start" x="123.62" y="-1336.45" font-family="arial" font-size="14.00">Knock Ground</text> +<polygon fill="none" stroke="black" points="338,-1329.75 338,-1353.75 556,-1353.75 556,-1329.75 338,-1329.75"/> +<text text-anchor="start" x="438" y="-1336.45" font-family="arial" font-size="14.00">E1</text> +<polygon fill="none" stroke="black" points="0,-1305.75 0,-1329.75 338,-1329.75 338,-1305.75 0,-1305.75"/> +<text text-anchor="start" x="119.5" y="-1312.45" font-family="arial" font-size="14.00">Knock sensor 1</text> +<polygon fill="none" stroke="black" points="338,-1305.75 338,-1329.75 556,-1329.75 556,-1305.75 338,-1305.75"/> +<text text-anchor="start" x="438" y="-1312.45" font-family="arial" font-size="14.00">E2</text> +<polygon fill="none" stroke="black" points="0,-1281.75 0,-1305.75 338,-1305.75 338,-1281.75 0,-1281.75"/> +<text text-anchor="start" x="119.5" y="-1288.45" font-family="arial" font-size="14.00">Knock sensor 2</text> +<polygon fill="none" stroke="black" points="338,-1281.75 338,-1305.75 556,-1305.75 556,-1281.75 338,-1281.75"/> +<text text-anchor="start" x="438" y="-1288.45" font-family="arial" font-size="14.00">E3</text> +<polygon fill="none" stroke="black" points="0,-1257.75 0,-1281.75 338,-1281.75 338,-1257.75 0,-1257.75"/> +<text text-anchor="start" x="99.25" y="-1264.45" font-family="arial" font-size="14.00">Extra Analog sensor 6</text> +<polygon fill="none" stroke="black" points="338,-1257.75 338,-1281.75 556,-1281.75 556,-1257.75 338,-1257.75"/> +<text text-anchor="start" x="438" y="-1264.45" font-family="arial" font-size="14.00">E4</text> +<polygon fill="none" stroke="black" points="0,-1233.75 0,-1257.75 338,-1257.75 338,-1233.75 0,-1233.75"/> +<text text-anchor="start" x="99.25" y="-1240.45" font-family="arial" font-size="14.00">Extra Analog sensor 7</text> +<polygon fill="none" stroke="black" points="338,-1233.75 338,-1257.75 556,-1257.75 556,-1233.75 338,-1233.75"/> +<text text-anchor="start" x="438.38" y="-1240.45" font-family="arial" font-size="14.00">F1</text> +<polygon fill="none" stroke="black" points="0,-1209.75 0,-1233.75 338,-1233.75 338,-1209.75 0,-1209.75"/> +<text text-anchor="start" x="99.25" y="-1216.45" font-family="arial" font-size="14.00">Extra Analog sensor 8</text> +<polygon fill="none" stroke="black" points="338,-1209.75 338,-1233.75 556,-1233.75 556,-1209.75 338,-1209.75"/> +<text text-anchor="start" x="438.38" y="-1216.45" font-family="arial" font-size="14.00">F2</text> +<polygon fill="none" stroke="black" points="0,-1185.75 0,-1209.75 338,-1209.75 338,-1185.75 0,-1185.75"/> +<text text-anchor="start" x="130.38" y="-1192.45" font-family="arial" font-size="14.00">MAF sensor</text> +<polygon fill="none" stroke="black" points="338,-1185.75 338,-1209.75 556,-1209.75 556,-1185.75 338,-1185.75"/> +<text text-anchor="start" x="438.38" y="-1192.45" font-family="arial" font-size="14.00">F3</text> +<polygon fill="none" stroke="black" points="0,-1161.75 0,-1185.75 338,-1185.75 338,-1161.75 0,-1161.75"/> +<text text-anchor="start" x="108.62" y="-1168.45" font-family="arial" font-size="14.00">Variable Digital in 5</text> +<polygon fill="none" stroke="black" points="338,-1161.75 338,-1185.75 556,-1185.75 556,-1161.75 338,-1161.75"/> +<text text-anchor="start" x="438.38" y="-1168.45" font-family="arial" font-size="14.00">F4</text> +<polygon fill="none" stroke="black" points="0,-1137.75 0,-1161.75 338,-1161.75 338,-1137.75 0,-1137.75"/> +<text text-anchor="start" x="118.75" y="-1144.45" font-family="arial" font-size="14.00">Extra 12V Out 1</text> +<polygon fill="none" stroke="black" points="338,-1137.75 338,-1161.75 556,-1161.75 556,-1137.75 338,-1137.75"/> +<text text-anchor="start" x="437.25" y="-1144.45" font-family="arial" font-size="14.00">G1</text> +<polygon fill="none" stroke="black" points="0,-1113.75 0,-1137.75 338,-1137.75 338,-1113.75 0,-1113.75"/> +<text text-anchor="start" x="118.75" y="-1120.45" font-family="arial" font-size="14.00">Extra 12V Out 2</text> +<polygon fill="none" stroke="black" points="338,-1113.75 338,-1137.75 556,-1137.75 556,-1113.75 338,-1113.75"/> +<text text-anchor="start" x="437.25" y="-1120.45" font-family="arial" font-size="14.00">G2</text> +<polygon fill="none" stroke="black" points="0,-1089.75 0,-1113.75 338,-1113.75 338,-1089.75 0,-1089.75"/> +<text text-anchor="start" x="121.75" y="-1096.45" font-family="arial" font-size="14.00">ECU Map/Baro</text> +<polygon fill="none" stroke="black" points="338,-1089.75 338,-1113.75 556,-1113.75 556,-1089.75 338,-1089.75"/> +<text text-anchor="start" x="437.25" y="-1096.45" font-family="arial" font-size="14.00">G3</text> +<polygon fill="none" stroke="black" points="0,-1065.75 0,-1089.75 338,-1089.75 338,-1065.75 0,-1065.75"/> +<text text-anchor="start" x="115.38" y="-1072.45" font-family="arial" font-size="14.00">Engine Ground 2</text> +<polygon fill="none" stroke="black" points="338,-1065.75 338,-1089.75 556,-1089.75 556,-1065.75 338,-1065.75"/> +<text text-anchor="start" x="437.25" y="-1072.45" font-family="arial" font-size="14.00">G4</text> +<polygon fill="none" stroke="black" points="0,-1041.75 0,-1065.75 338,-1065.75 338,-1041.75 0,-1041.75"/> +<text text-anchor="start" x="127.75" y="-1048.45" font-family="arial" font-size="14.00">E-Throttle 2+</text> +<polygon fill="none" stroke="black" points="338,-1041.75 338,-1065.75 556,-1065.75 556,-1041.75 338,-1041.75"/> +<text text-anchor="start" x="438" y="-1048.45" font-family="arial" font-size="14.00">H1</text> +<polygon fill="none" stroke="black" points="0,-1017.75 0,-1041.75 338,-1041.75 338,-1017.75 0,-1017.75"/> +<text text-anchor="start" x="129.62" y="-1024.45" font-family="arial" font-size="14.00">E-Throttle 1-</text> +<polygon fill="none" stroke="black" points="338,-1017.75 338,-1041.75 556,-1041.75 556,-1017.75 338,-1017.75"/> +<text text-anchor="start" x="438" y="-1024.45" font-family="arial" font-size="14.00">H2</text> +<polygon fill="none" stroke="black" points="0,-993.75 0,-1017.75 338,-1017.75 338,-993.75 0,-993.75"/> +<text text-anchor="start" x="129.62" y="-1000.45" font-family="arial" font-size="14.00">E-Throttle 2-</text> +<polygon fill="none" stroke="black" points="338,-993.75 338,-1017.75 556,-1017.75 556,-993.75 338,-993.75"/> +<text text-anchor="start" x="438" y="-1000.45" font-family="arial" font-size="14.00">H3</text> +<polygon fill="none" stroke="black" points="0,-969.75 0,-993.75 338,-993.75 338,-969.75 0,-969.75"/> +<text text-anchor="start" x="127.75" y="-976.45" font-family="arial" font-size="14.00">E-Throttle 1+</text> +<polygon fill="none" stroke="black" points="338,-969.75 338,-993.75 556,-993.75 556,-969.75 338,-969.75"/> +<text text-anchor="start" x="438" y="-976.45" font-family="arial" font-size="14.00">H4</text> +<polyline fill="none" stroke="black" points="556,-544.75 556,-969.75 0,-969.75 0,-544.75"/> +<image xlink:href="images\ECU2.png" width="548px" height="417px" preserveAspectRatio="xMinYMin meet" x="4" y="-965.75"/> +<polyline fill="none" stroke="black" points="0,-544.75 0,-520.25 556,-520.25 556,-544.75"/> +<text text-anchor="start" x="220.25" y="-527.45" font-family="arial" font-size="14.00">Molex 643193211</text> +<polygon fill="none" stroke="black" points="0,-495.75 0,-520.25 556,-520.25 556,-495.75 0,-495.75"/> +<text text-anchor="start" x="165.88" y="-502.95" font-family="arial" font-size="14.00">ECU Connector 2 (GPO High side!)</text> +</g> +<!-- W1 --> +<g id="node9" class="node"> +<title>W1</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1067,-1048.75 700,-1048.75 700,-907.75 1067,-907.75 1067,-1048.75"/> +<polygon fill="none" stroke="black" points="700,-1024.25 700,-1048.75 1067,-1048.75 1067,-1024.25 700,-1024.25"/> +<text text-anchor="start" x="872.25" y="-1031.45" font-family="arial" font-size="14.00">W1</text> +<polygon fill="none" stroke="black" points="700,-999.75 700,-1024.25 788.83,-1024.25 788.83,-999.75 700,-999.75"/> +<text text-anchor="start" x="736.92" y="-1006.95" font-family="arial" font-size="14.00">2x</text> +<polygon fill="none" stroke="black" points="788.83,-999.75 788.83,-1024.25 918.17,-1024.25 918.17,-999.75 788.83,-999.75"/> +<text text-anchor="start" x="825.75" y="-1006.95" font-family="arial" font-size="14.00">18 AWG</text> +<polygon fill="none" stroke="black" points="918.17,-999.75 918.17,-1024.25 1067,-1024.25 1067,-999.75 918.17,-999.75"/> +<text text-anchor="start" x="955.08" y="-1006.95" font-family="arial" font-size="14.00">56.0 Inches</text> +<text text-anchor="start" x="777.12" y="-984.45" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="701.75" y="-964.45" font-family="arial" font-size="14.00">ECU:E2:Knock sensor 1</text> +<text text-anchor="start" x="859.62" y="-964.45" font-family="arial" font-size="14.00">     WH    </text> +<text text-anchor="start" x="921" y="-964.45" font-family="arial" font-size="14.00">Knock sensor 1:1:Sig+</text> +<polygon fill="#000000" stroke="none" points="700,-957.75 700,-959.75 1067,-959.75 1067,-957.75 700,-957.75"/> +<polygon fill="#ffffff" stroke="none" points="700,-955.75 700,-957.75 1067,-957.75 1067,-955.75 700,-955.75"/> +<polygon fill="#000000" stroke="none" points="700,-953.75 700,-955.75 1067,-955.75 1067,-953.75 700,-953.75"/> +<text text-anchor="start" x="705.88" y="-938.45" font-family="arial" font-size="14.00">ECU:E1:Knock Ground</text> +<text text-anchor="start" x="861.88" y="-938.45" font-family="arial" font-size="14.00">     BN    </text> +<text text-anchor="start" x="922.88" y="-938.45" font-family="arial" font-size="14.00">Knock sensor 1:2:Sig-</text> +<polygon fill="#000000" stroke="none" points="700,-931.75 700,-933.75 1067,-933.75 1067,-931.75 700,-931.75"/> +<polygon fill="#895956" stroke="none" points="700,-929.75 700,-931.75 1067,-931.75 1067,-929.75 700,-929.75"/> +<polygon fill="#000000" stroke="none" points="700,-927.75 700,-929.75 1067,-929.75 1067,-927.75 700,-927.75"/> +<text text-anchor="start" x="777.12" y="-912.45" font-family="arial" font-size="14.00"> </text> +</g> +<!-- ECU--W1 --> +<g id="edge1" class="edge"> +<title>ECU:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M556,-1315.75C726.99,-1318.72 525.52,-957.72 700,-954.75"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M556,-1317.75C728.74,-1317.75 527.26,-956.75 700,-956.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M556,-1319.75C730.48,-1316.78 529.01,-955.78 700,-958.75"/> +</g> +<!-- ECU--W1 --> +<g id="edge3" class="edge"> +<title>ECU:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M556,-1339.75C747.83,-1342.77 504.72,-931.77 700,-928.75"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M556,-1341.75C749.55,-1341.75 506.45,-930.75 700,-930.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M556,-1343.75C751.28,-1340.73 508.17,-929.73 700,-932.75"/> +</g> +<!-- W2 --> +<g id="node10" class="node"> +<title>W2</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="998,-423.75 769,-423.75 769,-308.75 998,-308.75 998,-423.75"/> +<polygon fill="none" stroke="black" points="769,-399.25 769,-423.75 998,-423.75 998,-399.25 769,-399.25"/> +<text text-anchor="start" x="872.25" y="-406.45" font-family="arial" font-size="14.00">W2</text> +<polygon fill="none" stroke="black" points="769,-374.75 769,-399.25 811.83,-399.25 811.83,-374.75 769,-374.75"/> +<text text-anchor="start" x="782.92" y="-381.95" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="811.83,-374.75 811.83,-399.25 895.17,-399.25 895.17,-374.75 811.83,-374.75"/> +<text text-anchor="start" x="825.75" y="-381.95" font-family="arial" font-size="14.00">18 AWG</text> +<polygon fill="none" stroke="black" points="895.17,-374.75 895.17,-399.25 998,-399.25 998,-374.75 895.17,-374.75"/> +<text text-anchor="start" x="909.08" y="-381.95" font-family="arial" font-size="14.00">50.0 Inches</text> +<text text-anchor="start" x="851.12" y="-359.45" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="770.88" y="-339.45" font-family="arial" font-size="14.00">ECU:G4:Engine Ground 2</text> +<text text-anchor="start" x="938.88" y="-339.45" font-family="arial" font-size="14.00">     BN    </text> +<polygon fill="#000000" stroke="none" points="769,-332.75 769,-334.75 998,-334.75 998,-332.75 769,-332.75"/> +<polygon fill="#895956" stroke="none" points="769,-330.75 769,-332.75 998,-332.75 998,-330.75 769,-330.75"/> +<polygon fill="#000000" stroke="none" points="769,-328.75 769,-330.75 998,-330.75 998,-328.75 769,-328.75"/> +<text text-anchor="start" x="851.12" y="-313.45" font-family="arial" font-size="14.00"> </text> +</g> +<!-- ECU--W2 --> +<g id="edge5" class="edge"> +<title>ECU:e--W2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M556,-1075.75C899,-1078.83 421.63,-332.83 768,-329.75"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M556,-1077.75C900.68,-1077.75 423.32,-331.75 768,-331.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M556,-1079.75C902.37,-1076.67 425,-330.67 768,-333.75"/> +</g> +<!-- W3 --> +<g id="node11" class="node"> +<title>W3</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1066,-636.75 701,-636.75 701,-521.75 1066,-521.75 1066,-636.75"/> +<polygon fill="none" stroke="black" points="701,-612.25 701,-636.75 1066,-636.75 1066,-612.25 701,-612.25"/> +<text text-anchor="start" x="872.25" y="-619.45" font-family="arial" font-size="14.00">W3</text> +<polygon fill="none" stroke="black" points="701,-587.75 701,-612.25 789.17,-612.25 789.17,-587.75 701,-587.75"/> +<text text-anchor="start" x="737.58" y="-594.95" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="789.17,-587.75 789.17,-612.25 917.83,-612.25 917.83,-587.75 789.17,-587.75"/> +<text text-anchor="start" x="825.75" y="-594.95" font-family="arial" font-size="14.00">18 AWG</text> +<polygon fill="none" stroke="black" points="917.83,-587.75 917.83,-612.25 1066,-612.25 1066,-587.75 917.83,-587.75"/> +<text text-anchor="start" x="954.42" y="-594.95" font-family="arial" font-size="14.00">27.0 Inches</text> +<text text-anchor="start" x="767.12" y="-572.45" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="703" y="-552.45" font-family="arial" font-size="14.00">ECU:F3:MAF sensor</text> +<text text-anchor="start" x="838.88" y="-552.45" font-family="arial" font-size="14.00">     BK    </text> +<text text-anchor="start" x="896" y="-552.45" font-family="arial" font-size="14.00">MAF Sensor:5:MAF Signal</text> +<polygon fill="#000000" stroke="none" points="701,-545.75 701,-547.75 1066,-547.75 1066,-545.75 701,-545.75"/> +<polygon fill="#000000" stroke="none" points="701,-543.75 701,-545.75 1066,-545.75 1066,-543.75 701,-543.75"/> +<polygon fill="#000000" stroke="none" points="701,-541.75 701,-543.75 1066,-543.75 1066,-541.75 701,-541.75"/> +<text text-anchor="start" x="767.12" y="-526.45" font-family="arial" font-size="14.00"> </text> +</g> +<!-- ECU--W3 --> +<g id="edge7" class="edge"> +<title>ECU:e--W3:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M556,-1195.75C851.55,-1198.89 401.16,-545.89 700,-542.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M556,-1197.75C853.2,-1197.75 402.8,-544.75 700,-544.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M556,-1199.75C854.84,-1196.61 404.45,-543.61 700,-546.75"/> +</g> +<!-- W4 --> +<g id="node12" class="node"> +<title>W4</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1004.5,-2448.75 762.5,-2448.75 762.5,-2307.75 1004.5,-2307.75 1004.5,-2448.75"/> +<polygon fill="none" stroke="black" points="762.5,-2424.25 762.5,-2448.75 1004.5,-2448.75 1004.5,-2424.25 762.5,-2424.25"/> +<text text-anchor="start" x="872.25" y="-2431.45" font-family="arial" font-size="14.00">W4</text> +<polygon fill="none" stroke="black" points="762.5,-2399.75 762.5,-2424.25 809.67,-2424.25 809.67,-2399.75 762.5,-2399.75"/> +<text text-anchor="start" x="778.58" y="-2406.95" font-family="arial" font-size="14.00">2x</text> +<polygon fill="none" stroke="black" points="809.67,-2399.75 809.67,-2424.25 897.33,-2424.25 897.33,-2399.75 809.67,-2399.75"/> +<text text-anchor="start" x="825.75" y="-2406.95" font-family="arial" font-size="14.00">20 AWG</text> +<polygon fill="none" stroke="black" points="897.33,-2399.75 897.33,-2424.25 1004.5,-2424.25 1004.5,-2399.75 897.33,-2399.75"/> +<text text-anchor="start" x="913.42" y="-2406.95" font-family="arial" font-size="14.00">48.0 Inches</text> +<text text-anchor="start" x="819.62" y="-2384.45" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="764.5" y="-2364.45" font-family="arial" font-size="14.00">ECU:C1:Temp 1+</text> +<text text-anchor="start" x="883.25" y="-2364.45" font-family="arial" font-size="14.00">     YE    </text> +<text text-anchor="start" x="940.38" y="-2364.45" font-family="arial" font-size="14.00">EGT1:1:+</text> +<polygon fill="#000000" stroke="none" points="762.5,-2357.75 762.5,-2359.75 1004.5,-2359.75 1004.5,-2357.75 762.5,-2357.75"/> +<polygon fill="#ffff00" stroke="none" points="762.5,-2355.75 762.5,-2357.75 1004.5,-2357.75 1004.5,-2355.75 762.5,-2355.75"/> +<polygon fill="#000000" stroke="none" points="762.5,-2353.75 762.5,-2355.75 1004.5,-2355.75 1004.5,-2353.75 762.5,-2353.75"/> +<text text-anchor="start" x="766.38" y="-2338.45" font-family="arial" font-size="14.00">ECU:D1:Temp 1-</text> +<text text-anchor="start" x="882.12" y="-2338.45" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="942.25" y="-2338.45" font-family="arial" font-size="14.00">EGT1:2:-</text> +<polygon fill="#000000" stroke="none" points="762.5,-2331.75 762.5,-2333.75 1004.5,-2333.75 1004.5,-2331.75 762.5,-2331.75"/> +<polygon fill="#ff0000" stroke="none" points="762.5,-2329.75 762.5,-2331.75 1004.5,-2331.75 1004.5,-2329.75 762.5,-2329.75"/> +<polygon fill="#000000" stroke="none" points="762.5,-2327.75 762.5,-2329.75 1004.5,-2329.75 1004.5,-2327.75 762.5,-2327.75"/> +<text text-anchor="start" x="819.62" y="-2312.45" font-family="arial" font-size="14.00"> </text> +</g> +<!-- ECU--W4 --> +<g id="edge9" class="edge"> +<title>ECU:e--W4:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M556,-1531.75C934.67,-1534.86 386.16,-2357.86 761.5,-2354.75"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M556,-1533.75C933.01,-1533.75 384.49,-2356.75 761.5,-2356.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M556,-1535.75C931.34,-1532.64 382.83,-2355.64 761.5,-2358.75"/> +</g> +<!-- ECU--W4 --> +<g id="edge11" class="edge"> +<title>ECU:e--W4:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M556,-1435.75C761.58,-1438.19 559.82,-2331.19 761.5,-2328.75"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M556,-1437.75C759.63,-1437.75 557.87,-2330.75 761.5,-2330.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M556,-1439.75C757.68,-1437.31 555.92,-2330.31 761.5,-2332.75"/> +</g> +<!-- W5 --> +<g id="node13" class="node"> +<title>W5</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1004.5,-2047.75 762.5,-2047.75 762.5,-1906.75 1004.5,-1906.75 1004.5,-2047.75"/> +<polygon fill="none" stroke="black" points="762.5,-2023.25 762.5,-2047.75 1004.5,-2047.75 1004.5,-2023.25 762.5,-2023.25"/> +<text text-anchor="start" x="872.25" y="-2030.45" font-family="arial" font-size="14.00">W5</text> +<polygon fill="none" stroke="black" points="762.5,-1998.75 762.5,-2023.25 809.67,-2023.25 809.67,-1998.75 762.5,-1998.75"/> +<text text-anchor="start" x="778.58" y="-2005.95" font-family="arial" font-size="14.00">2x</text> +<polygon fill="none" stroke="black" points="809.67,-1998.75 809.67,-2023.25 897.33,-2023.25 897.33,-1998.75 809.67,-1998.75"/> +<text text-anchor="start" x="825.75" y="-2005.95" font-family="arial" font-size="14.00">20 AWG</text> +<polygon fill="none" stroke="black" points="897.33,-1998.75 897.33,-2023.25 1004.5,-2023.25 1004.5,-1998.75 897.33,-1998.75"/> +<text text-anchor="start" x="913.42" y="-2005.95" font-family="arial" font-size="14.00">48.0 Inches</text> +<text text-anchor="start" x="819.62" y="-1983.45" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="764.5" y="-1963.45" font-family="arial" font-size="14.00">ECU:C2:Temp 2+</text> +<text text-anchor="start" x="883.25" y="-1963.45" font-family="arial" font-size="14.00">     YE    </text> +<text text-anchor="start" x="940.38" y="-1963.45" font-family="arial" font-size="14.00">EGT2:1:+</text> +<polygon fill="#000000" stroke="none" points="762.5,-1956.75 762.5,-1958.75 1004.5,-1958.75 1004.5,-1956.75 762.5,-1956.75"/> +<polygon fill="#ffff00" stroke="none" points="762.5,-1954.75 762.5,-1956.75 1004.5,-1956.75 1004.5,-1954.75 762.5,-1954.75"/> +<polygon fill="#000000" stroke="none" points="762.5,-1952.75 762.5,-1954.75 1004.5,-1954.75 1004.5,-1952.75 762.5,-1952.75"/> +<text text-anchor="start" x="766.38" y="-1937.45" font-family="arial" font-size="14.00">ECU:D2:Temp 2-</text> +<text text-anchor="start" x="882.12" y="-1937.45" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="942.25" y="-1937.45" font-family="arial" font-size="14.00">EGT2:2:-</text> +<polygon fill="#000000" stroke="none" points="762.5,-1930.75 762.5,-1932.75 1004.5,-1932.75 1004.5,-1930.75 762.5,-1930.75"/> +<polygon fill="#ff0000" stroke="none" points="762.5,-1928.75 762.5,-1930.75 1004.5,-1930.75 1004.5,-1928.75 762.5,-1928.75"/> +<polygon fill="#000000" stroke="none" points="762.5,-1926.75 762.5,-1928.75 1004.5,-1928.75 1004.5,-1926.75 762.5,-1926.75"/> +<text text-anchor="start" x="819.62" y="-1911.45" font-family="arial" font-size="14.00"> </text> +</g> +<!-- ECU--W5 --> +<g id="edge13" class="edge"> +<title>ECU:e--W5:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M556,-1507.75C776.03,-1510.67 545.02,-1956.67 761.5,-1953.75"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M556,-1509.75C774.25,-1509.75 543.25,-1955.75 761.5,-1955.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M556,-1511.75C772.48,-1508.83 541.47,-1954.83 761.5,-1957.75"/> +</g> +<!-- ECU--W5 --> +<g id="edge15" class="edge"> +<title>ECU:e--W5:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M556,-1411.75C804.6,-1414.73 516.39,-1930.73 761.5,-1927.75"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M556,-1413.75C802.85,-1413.75 514.65,-1929.75 761.5,-1929.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M556,-1415.75C801.11,-1412.77 512.9,-1928.77 761.5,-1931.75"/> +</g> +<!-- W6 --> +<g id="node14" class="node"> +<title>W6</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="998,-1680.75 769,-1680.75 769,-1539.75 998,-1539.75 998,-1680.75"/> +<polygon fill="none" stroke="black" points="769,-1656.25 769,-1680.75 998,-1680.75 998,-1656.25 769,-1656.25"/> +<text text-anchor="start" x="872.25" y="-1663.45" font-family="arial" font-size="14.00">W6</text> +<polygon fill="none" stroke="black" points="769,-1631.75 769,-1656.25 811.83,-1656.25 811.83,-1631.75 769,-1631.75"/> +<text text-anchor="start" x="782.92" y="-1638.95" font-family="arial" font-size="14.00">2x</text> +<polygon fill="none" stroke="black" points="811.83,-1631.75 811.83,-1656.25 895.17,-1656.25 895.17,-1631.75 811.83,-1631.75"/> +<text text-anchor="start" x="825.75" y="-1638.95" font-family="arial" font-size="14.00">20 AWG</text> +<polygon fill="none" stroke="black" points="895.17,-1631.75 895.17,-1656.25 998,-1656.25 998,-1631.75 895.17,-1631.75"/> +<text text-anchor="start" x="909.08" y="-1638.95" font-family="arial" font-size="14.00">52.0 Inches</text> +<text text-anchor="start" x="820.12" y="-1616.45" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="771" y="-1596.45" font-family="arial" font-size="14.00">ECU:C3:CHT1+</text> +<text text-anchor="start" x="877.75" y="-1596.45" font-family="arial" font-size="14.00">     YE    </text> +<text text-anchor="start" x="934.75" y="-1596.45" font-family="arial" font-size="14.00">CHT1:1:+</text> +<polygon fill="#000000" stroke="none" points="769,-1589.75 769,-1591.75 998,-1591.75 998,-1589.75 769,-1589.75"/> +<polygon fill="#ffff00" stroke="none" points="769,-1587.75 769,-1589.75 998,-1589.75 998,-1587.75 769,-1587.75"/> +<polygon fill="#000000" stroke="none" points="769,-1585.75 769,-1587.75 998,-1587.75 998,-1585.75 769,-1585.75"/> +<text text-anchor="start" x="772.88" y="-1570.45" font-family="arial" font-size="14.00">ECU:D3:CHT1-</text> +<text text-anchor="start" x="876.62" y="-1570.45" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="936.62" y="-1570.45" font-family="arial" font-size="14.00">CHT1:2:-</text> +<polygon fill="#000000" stroke="none" points="769,-1563.75 769,-1565.75 998,-1565.75 998,-1563.75 769,-1563.75"/> +<polygon fill="#ff0000" stroke="none" points="769,-1561.75 769,-1563.75 998,-1563.75 998,-1561.75 769,-1561.75"/> +<polygon fill="#000000" stroke="none" points="769,-1559.75 769,-1561.75 998,-1561.75 998,-1559.75 769,-1559.75"/> +<text text-anchor="start" x="820.12" y="-1544.45" font-family="arial" font-size="14.00"> </text> +</g> +<!-- ECU--W6 --> +<g id="edge17" class="edge"> +<title>ECU:e--W6:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M556,-1483.75C662.75,-1485.7 665.25,-1588.7 768,-1586.75"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M556,-1485.75C660.75,-1485.75 663.25,-1588.75 768,-1588.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M556,-1487.75C658.75,-1485.8 661.25,-1588.8 768,-1590.75"/> +</g> +<!-- ECU--W6 --> +<g id="edge19" class="edge"> +<title>ECU:e--W6:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M556,-1387.75C679.58,-1390.11 648.36,-1563.11 768,-1560.75"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M556,-1389.75C677.61,-1389.75 646.39,-1562.75 768,-1562.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M556,-1391.75C675.64,-1389.39 644.42,-1562.39 768,-1564.75"/> +</g> +<!-- W7 --> +<g id="node15" class="node"> +<title>W7</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="998,-1381.75 769,-1381.75 769,-1240.75 998,-1240.75 998,-1381.75"/> +<polygon fill="none" stroke="black" points="769,-1357.25 769,-1381.75 998,-1381.75 998,-1357.25 769,-1357.25"/> +<text text-anchor="start" x="872.25" y="-1364.45" font-family="arial" font-size="14.00">W7</text> +<polygon fill="none" stroke="black" points="769,-1332.75 769,-1357.25 811.83,-1357.25 811.83,-1332.75 769,-1332.75"/> +<text text-anchor="start" x="782.92" y="-1339.95" font-family="arial" font-size="14.00">2x</text> +<polygon fill="none" stroke="black" points="811.83,-1332.75 811.83,-1357.25 895.17,-1357.25 895.17,-1332.75 811.83,-1332.75"/> +<text text-anchor="start" x="825.75" y="-1339.95" font-family="arial" font-size="14.00">20 AWG</text> +<polygon fill="none" stroke="black" points="895.17,-1332.75 895.17,-1357.25 998,-1357.25 998,-1332.75 895.17,-1332.75"/> +<text text-anchor="start" x="909.08" y="-1339.95" font-family="arial" font-size="14.00">52.0 Inches</text> +<text text-anchor="start" x="820.12" y="-1317.45" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="771" y="-1297.45" font-family="arial" font-size="14.00">ECU:C4:CHT2+</text> +<text text-anchor="start" x="877.75" y="-1297.45" font-family="arial" font-size="14.00">     YE    </text> +<text text-anchor="start" x="934.75" y="-1297.45" font-family="arial" font-size="14.00">CHT2:1:+</text> +<polygon fill="#000000" stroke="none" points="769,-1290.75 769,-1292.75 998,-1292.75 998,-1290.75 769,-1290.75"/> +<polygon fill="#ffff00" stroke="none" points="769,-1288.75 769,-1290.75 998,-1290.75 998,-1288.75 769,-1288.75"/> +<polygon fill="#000000" stroke="none" points="769,-1286.75 769,-1288.75 998,-1288.75 998,-1286.75 769,-1286.75"/> +<text text-anchor="start" x="772.88" y="-1271.45" font-family="arial" font-size="14.00">ECU:D4:CHT2-</text> +<text text-anchor="start" x="876.62" y="-1271.45" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="936.62" y="-1271.45" font-family="arial" font-size="14.00">CHT2:2:-</text> +<polygon fill="#000000" stroke="none" points="769,-1264.75 769,-1266.75 998,-1266.75 998,-1264.75 769,-1264.75"/> +<polygon fill="#ff0000" stroke="none" points="769,-1262.75 769,-1264.75 998,-1264.75 998,-1262.75 769,-1262.75"/> +<polygon fill="#000000" stroke="none" points="769,-1260.75 769,-1262.75 998,-1262.75 998,-1260.75 769,-1260.75"/> +<text text-anchor="start" x="820.12" y="-1245.45" font-family="arial" font-size="14.00"> </text> +</g> +<!-- ECU--W7 --> +<g id="edge21" class="edge"> +<title>ECU:e--W7:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M556,-1459.75C675.36,-1462.1 644.7,-1290.1 768,-1287.75"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M556,-1461.75C677.33,-1461.75 646.67,-1289.75 768,-1289.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M556,-1463.75C679.3,-1461.4 648.64,-1289.4 768,-1291.75"/> +</g> +<!-- ECU--W7 --> +<g id="edge23" class="edge"> +<title>ECU:e--W7:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M556,-1363.75C658.56,-1365.69 661.44,-1263.69 768,-1261.75"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M556,-1365.75C660.56,-1365.75 663.44,-1263.75 768,-1263.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M556,-1367.75C662.56,-1365.81 665.44,-1263.81 768,-1265.75"/> +</g> +<!-- Knock sensor 1 --> +<g id="node2" class="node"> +<title>Knock sensor 1</title> +<polygon fill="#ffffff" stroke="black" points="1554,-848.25 1211,-848.25 1211,-480.25 1554,-480.25 1554,-848.25"/> +<polygon fill="none" stroke="black" points="1211,-823.75 1211,-848.25 1554,-848.25 1554,-823.75 1211,-823.75"/> +<text text-anchor="start" x="1333" y="-830.95" font-family="arial" font-size="14.00">Knock sensor 1</text> +<polygon fill="none" stroke="black" points="1211,-799.25 1211,-823.75 1424.12,-823.75 1424.12,-799.25 1211,-799.25"/> +<text text-anchor="start" x="1260.19" y="-806.45" font-family="arial" font-size="14.00">F02U.B00.966-01</text> +<polygon fill="none" stroke="black" points="1424.12,-799.25 1424.12,-823.75 1554,-823.75 1554,-799.25 1424.12,-799.25"/> +<text text-anchor="start" x="1473.31" y="-806.45" font-family="arial" font-size="14.00">2-pin</text> +<polygon fill="none" stroke="black" points="1211,-775.25 1211,-799.25 1372,-799.25 1372,-775.25 1211,-775.25"/> +<text text-anchor="start" x="1287.38" y="-781.95" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1372,-775.25 1372,-799.25 1554,-799.25 1554,-775.25 1372,-775.25"/> +<text text-anchor="start" x="1448.38" y="-781.95" font-family="arial" font-size="14.00">Sig+</text> +<polygon fill="none" stroke="black" points="1211,-751.25 1211,-775.25 1372,-775.25 1372,-751.25 1211,-751.25"/> +<text text-anchor="start" x="1287.38" y="-757.95" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1372,-751.25 1372,-775.25 1554,-775.25 1554,-751.25 1372,-751.25"/> +<text text-anchor="start" x="1450.25" y="-757.95" font-family="arial" font-size="14.00">Sig-</text> +<polygon fill="none" stroke="black" points="1211,-480.25 1211,-751.25 1554,-751.25 1554,-480.25 1211,-480.25"/> +<image xlink:href="images\KS.png" width="335px" height="263px" preserveAspectRatio="xMinYMin meet" x="1215" y="-747.25"/> +</g> +<!-- MAF Sensor --> +<g id="node3" class="node"> +<title>MAF Sensor</title> +<polygon fill="#ffffff" stroke="black" points="1536.5,-455.75 1228.5,-455.75 1228.5,-48.75 1536.5,-48.75 1536.5,-455.75"/> +<polygon fill="none" stroke="black" points="1228.5,-431.25 1228.5,-455.75 1536.5,-455.75 1536.5,-431.25 1228.5,-431.25"/> +<text text-anchor="start" x="1342.75" y="-438.45" font-family="arial" font-size="14.00">MAF Sensor</text> +<polygon fill="none" stroke="black" points="1228.5,-406.75 1228.5,-431.25 1430.12,-431.25 1430.12,-406.75 1228.5,-406.75"/> +<text text-anchor="start" x="1265.94" y="-413.95" font-family="arial" font-size="14.00">Bosch 1928405138</text> +<polygon fill="none" stroke="black" points="1430.12,-406.75 1430.12,-431.25 1536.5,-431.25 1536.5,-406.75 1430.12,-406.75"/> +<text text-anchor="start" x="1467.56" y="-413.95" font-family="arial" font-size="14.00">5-pin</text> +<polygon fill="none" stroke="black" points="1228.5,-382.75 1228.5,-406.75 1350.5,-406.75 1350.5,-382.75 1228.5,-382.75"/> +<text text-anchor="start" x="1285.38" y="-389.45" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1350.5,-382.75 1350.5,-406.75 1536.5,-406.75 1536.5,-382.75 1350.5,-382.75"/> +<text text-anchor="start" x="1426.62" y="-389.45" font-family="arial" font-size="14.00">NTC-</text> +<polygon fill="none" stroke="black" points="1228.5,-358.75 1228.5,-382.75 1350.5,-382.75 1350.5,-358.75 1228.5,-358.75"/> +<text text-anchor="start" x="1285.38" y="-365.45" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1350.5,-358.75 1350.5,-382.75 1536.5,-382.75 1536.5,-358.75 1350.5,-358.75"/> +<text text-anchor="start" x="1427.75" y="-365.45" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="1228.5,-334.75 1228.5,-358.75 1350.5,-358.75 1350.5,-334.75 1228.5,-334.75"/> +<text text-anchor="start" x="1285.38" y="-341.45" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="1350.5,-334.75 1350.5,-358.75 1536.5,-358.75 1536.5,-334.75 1350.5,-334.75"/> +<text text-anchor="start" x="1424.75" y="-341.45" font-family="arial" font-size="14.00">NTC+</text> +<polygon fill="none" stroke="black" points="1228.5,-310.75 1228.5,-334.75 1350.5,-334.75 1350.5,-310.75 1228.5,-310.75"/> +<text text-anchor="start" x="1285.38" y="-317.45" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="1350.5,-310.75 1350.5,-334.75 1536.5,-334.75 1536.5,-310.75 1350.5,-310.75"/> +<text text-anchor="start" x="1430.38" y="-317.45" font-family="arial" font-size="14.00">12V</text> +<polygon fill="none" stroke="black" points="1228.5,-286.75 1228.5,-310.75 1350.5,-310.75 1350.5,-286.75 1228.5,-286.75"/> +<text text-anchor="start" x="1285.38" y="-293.45" font-family="arial" font-size="14.00">5</text> +<polygon fill="none" stroke="black" points="1350.5,-286.75 1350.5,-310.75 1536.5,-310.75 1536.5,-286.75 1350.5,-286.75"/> +<text text-anchor="start" x="1407.12" y="-293.45" font-family="arial" font-size="14.00">MAF Signal</text> +<polygon fill="none" stroke="black" points="1228.5,-48.75 1228.5,-286.75 1536.5,-286.75 1536.5,-48.75 1228.5,-48.75"/> +<image xlink:href="images\MAF.png" width="293.8px" height="226px" preserveAspectRatio="xMinYMin meet" x="1235.6" y="-280.75"/> +</g> +<!-- EGT1 --> +<g id="node4" class="node"> +<title>EGT1</title> +<polygon fill="#ffffff" stroke="black" points="1536.5,-2587.5 1228.5,-2587.5 1228.5,-2177 1536.5,-2177 1536.5,-2587.5"/> +<polygon fill="none" stroke="black" points="1228.5,-2563 1228.5,-2587.5 1536.5,-2587.5 1536.5,-2563 1228.5,-2563"/> +<text text-anchor="start" x="1363.38" y="-2570.2" font-family="arial" font-size="14.00">EGT1</text> +<polygon fill="none" stroke="black" points="1228.5,-2538.5 1228.5,-2563 1390,-2563 1390,-2538.5 1228.5,-2538.5"/> +<text text-anchor="start" x="1286" y="-2545.7" font-family="arial" font-size="14.00">Type-K</text> +<polygon fill="none" stroke="black" points="1390,-2538.5 1390,-2563 1536.5,-2563 1536.5,-2538.5 1390,-2538.5"/> +<text text-anchor="start" x="1447.5" y="-2545.7" font-family="arial" font-size="14.00">2-pin</text> +<polygon fill="none" stroke="black" points="1228.5,-2514.5 1228.5,-2538.5 1382.5,-2538.5 1382.5,-2514.5 1228.5,-2514.5"/> +<text text-anchor="start" x="1301.38" y="-2521.2" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1382.5,-2514.5 1382.5,-2538.5 1536.5,-2538.5 1536.5,-2514.5 1382.5,-2514.5"/> +<text text-anchor="start" x="1455.38" y="-2521.2" font-family="arial" font-size="14.00">+</text> +<polygon fill="none" stroke="black" points="1228.5,-2490.5 1228.5,-2514.5 1382.5,-2514.5 1382.5,-2490.5 1228.5,-2490.5"/> +<text text-anchor="start" x="1301.38" y="-2497.2" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1382.5,-2490.5 1382.5,-2514.5 1536.5,-2514.5 1536.5,-2490.5 1382.5,-2490.5"/> +<text text-anchor="start" x="1457.25" y="-2497.2" font-family="arial" font-size="14.00">-</text> +<polygon fill="none" stroke="black" points="1228.5,-2201.5 1228.5,-2490.5 1536.5,-2490.5 1536.5,-2201.5 1228.5,-2201.5"/> +<image xlink:href="images\typekf.png" width="295.467px" height="277px" preserveAspectRatio="xMinYMin meet" x="1234.77" y="-2484.5"/> +<polygon fill="none" stroke="black" points="1228.5,-2177 1228.5,-2201.5 1536.5,-2201.5 1536.5,-2177 1228.5,-2177"/> +<text text-anchor="start" x="1319.12" y="-2184.2" font-family="arial" font-size="14.00">(Female Connector)</text> +</g> +<!-- EGT2 --> +<g id="node5" class="node"> +<title>EGT2</title> +<polygon fill="#ffffff" stroke="black" points="1536.5,-2152.5 1228.5,-2152.5 1228.5,-1742 1536.5,-1742 1536.5,-2152.5"/> +<polygon fill="none" stroke="black" points="1228.5,-2128 1228.5,-2152.5 1536.5,-2152.5 1536.5,-2128 1228.5,-2128"/> +<text text-anchor="start" x="1363.38" y="-2135.2" font-family="arial" font-size="14.00">EGT2</text> +<polygon fill="none" stroke="black" points="1228.5,-2103.5 1228.5,-2128 1390,-2128 1390,-2103.5 1228.5,-2103.5"/> +<text text-anchor="start" x="1286" y="-2110.7" font-family="arial" font-size="14.00">Type-K</text> +<polygon fill="none" stroke="black" points="1390,-2103.5 1390,-2128 1536.5,-2128 1536.5,-2103.5 1390,-2103.5"/> +<text text-anchor="start" x="1447.5" y="-2110.7" font-family="arial" font-size="14.00">2-pin</text> +<polygon fill="none" stroke="black" points="1228.5,-2079.5 1228.5,-2103.5 1382.5,-2103.5 1382.5,-2079.5 1228.5,-2079.5"/> +<text text-anchor="start" x="1301.38" y="-2086.2" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1382.5,-2079.5 1382.5,-2103.5 1536.5,-2103.5 1536.5,-2079.5 1382.5,-2079.5"/> +<text text-anchor="start" x="1455.38" y="-2086.2" font-family="arial" font-size="14.00">+</text> +<polygon fill="none" stroke="black" points="1228.5,-2055.5 1228.5,-2079.5 1382.5,-2079.5 1382.5,-2055.5 1228.5,-2055.5"/> +<text text-anchor="start" x="1301.38" y="-2062.2" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1382.5,-2055.5 1382.5,-2079.5 1536.5,-2079.5 1536.5,-2055.5 1382.5,-2055.5"/> +<text text-anchor="start" x="1457.25" y="-2062.2" font-family="arial" font-size="14.00">-</text> +<polygon fill="none" stroke="black" points="1228.5,-1766.5 1228.5,-2055.5 1536.5,-2055.5 1536.5,-1766.5 1228.5,-1766.5"/> +<image xlink:href="images\typekf.png" width="295.467px" height="277px" preserveAspectRatio="xMinYMin meet" x="1234.77" y="-2049.5"/> +<polygon fill="none" stroke="black" points="1228.5,-1742 1228.5,-1766.5 1536.5,-1766.5 1536.5,-1742 1228.5,-1742"/> +<text text-anchor="start" x="1319.12" y="-1749.2" font-family="arial" font-size="14.00">(Female Connector)</text> +</g> +<!-- CHT1 --> +<g id="node6" class="node"> +<title>CHT1</title> +<polygon fill="#ffffff" stroke="black" points="1536.5,-1717.5 1228.5,-1717.5 1228.5,-1307 1536.5,-1307 1536.5,-1717.5"/> +<polygon fill="none" stroke="black" points="1228.5,-1693 1228.5,-1717.5 1536.5,-1717.5 1536.5,-1693 1228.5,-1693"/> +<text text-anchor="start" x="1363.75" y="-1700.2" font-family="arial" font-size="14.00">CHT1</text> +<polygon fill="none" stroke="black" points="1228.5,-1668.5 1228.5,-1693 1390,-1693 1390,-1668.5 1228.5,-1668.5"/> +<text text-anchor="start" x="1286" y="-1675.7" font-family="arial" font-size="14.00">Type-K</text> +<polygon fill="none" stroke="black" points="1390,-1668.5 1390,-1693 1536.5,-1693 1536.5,-1668.5 1390,-1668.5"/> +<text text-anchor="start" x="1447.5" y="-1675.7" font-family="arial" font-size="14.00">2-pin</text> +<polygon fill="none" stroke="black" points="1228.5,-1644.5 1228.5,-1668.5 1382.5,-1668.5 1382.5,-1644.5 1228.5,-1644.5"/> +<text text-anchor="start" x="1301.38" y="-1651.2" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1382.5,-1644.5 1382.5,-1668.5 1536.5,-1668.5 1536.5,-1644.5 1382.5,-1644.5"/> +<text text-anchor="start" x="1455.38" y="-1651.2" font-family="arial" font-size="14.00">+</text> +<polygon fill="none" stroke="black" points="1228.5,-1620.5 1228.5,-1644.5 1382.5,-1644.5 1382.5,-1620.5 1228.5,-1620.5"/> +<text text-anchor="start" x="1301.38" y="-1627.2" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1382.5,-1620.5 1382.5,-1644.5 1536.5,-1644.5 1536.5,-1620.5 1382.5,-1620.5"/> +<text text-anchor="start" x="1457.25" y="-1627.2" font-family="arial" font-size="14.00">-</text> +<polygon fill="none" stroke="black" points="1228.5,-1331.5 1228.5,-1620.5 1536.5,-1620.5 1536.5,-1331.5 1228.5,-1331.5"/> +<image xlink:href="images\typekf.png" width="295.467px" height="277px" preserveAspectRatio="xMinYMin meet" x="1234.77" y="-1614.5"/> +<polygon fill="none" stroke="black" points="1228.5,-1307 1228.5,-1331.5 1536.5,-1331.5 1536.5,-1307 1228.5,-1307"/> +<text text-anchor="start" x="1319.12" y="-1314.2" font-family="arial" font-size="14.00">(Female Connector)</text> +</g> +<!-- CHT2 --> +<g id="node7" class="node"> +<title>CHT2</title> +<polygon fill="#ffffff" stroke="black" points="1536.5,-1282.5 1228.5,-1282.5 1228.5,-872 1536.5,-872 1536.5,-1282.5"/> +<polygon fill="none" stroke="black" points="1228.5,-1258 1228.5,-1282.5 1536.5,-1282.5 1536.5,-1258 1228.5,-1258"/> +<text text-anchor="start" x="1363.75" y="-1265.2" font-family="arial" font-size="14.00">CHT2</text> +<polygon fill="none" stroke="black" points="1228.5,-1233.5 1228.5,-1258 1390,-1258 1390,-1233.5 1228.5,-1233.5"/> +<text text-anchor="start" x="1286" y="-1240.7" font-family="arial" font-size="14.00">Type-K</text> +<polygon fill="none" stroke="black" points="1390,-1233.5 1390,-1258 1536.5,-1258 1536.5,-1233.5 1390,-1233.5"/> +<text text-anchor="start" x="1447.5" y="-1240.7" font-family="arial" font-size="14.00">2-pin</text> +<polygon fill="none" stroke="black" points="1228.5,-1209.5 1228.5,-1233.5 1382.5,-1233.5 1382.5,-1209.5 1228.5,-1209.5"/> +<text text-anchor="start" x="1301.38" y="-1216.2" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1382.5,-1209.5 1382.5,-1233.5 1536.5,-1233.5 1536.5,-1209.5 1382.5,-1209.5"/> +<text text-anchor="start" x="1455.38" y="-1216.2" font-family="arial" font-size="14.00">+</text> +<polygon fill="none" stroke="black" points="1228.5,-1185.5 1228.5,-1209.5 1382.5,-1209.5 1382.5,-1185.5 1228.5,-1185.5"/> +<text text-anchor="start" x="1301.38" y="-1192.2" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1382.5,-1185.5 1382.5,-1209.5 1536.5,-1209.5 1536.5,-1185.5 1382.5,-1185.5"/> +<text text-anchor="start" x="1457.25" y="-1192.2" font-family="arial" font-size="14.00">-</text> +<polygon fill="none" stroke="black" points="1228.5,-896.5 1228.5,-1185.5 1536.5,-1185.5 1536.5,-896.5 1228.5,-896.5"/> +<image xlink:href="images\typekf.png" width="295.467px" height="277px" preserveAspectRatio="xMinYMin meet" x="1234.77" y="-1179.5"/> +<polygon fill="none" stroke="black" points="1228.5,-872 1228.5,-896.5 1536.5,-896.5 1536.5,-872 1228.5,-872"/> +<text text-anchor="start" x="1319.12" y="-879.2" font-family="arial" font-size="14.00">(Female Connector)</text> +</g> +<!-- _Engine GND_1 --> +<g id="node8" class="node"> +<title>_Engine GND_1</title> +<polygon fill="#ffffff" stroke="black" points="1426.25,-24.5 1338.75,-24.5 1338.75,0 1426.25,0 1426.25,-24.5"/> +<polygon fill="none" stroke="black" points="1338.75,0 1338.75,-24.5 1426.25,-24.5 1426.25,0 1338.75,0"/> +<text text-anchor="start" x="1342.75" y="-7.2" font-family="arial" font-size="14.00">Engine GND</text> +</g> +<!-- W1--Knock sensor 1 --> +<g id="edge2" class="edge"> +<title>W1:e--Knock sensor 1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1067,-954.75C1163.94,-957.35 1110.24,-787.85 1211,-785.25"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M1067,-956.75C1165.85,-956.75 1112.15,-787.25 1211,-787.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1067,-958.75C1167.76,-956.15 1114.06,-786.65 1211,-789.25"/> +</g> +<!-- W1--Knock sensor 1 --> +<g id="edge4" class="edge"> +<title>W1:e--Knock sensor 1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1067,-928.75C1163.26,-931.35 1110.92,-763.85 1211,-761.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M1067,-930.75C1165.17,-930.75 1112.83,-763.25 1211,-763.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1067,-932.75C1167.08,-930.15 1114.74,-762.65 1211,-765.25"/> +</g> +<!-- W2--_Engine GND_1 --> +<g id="edge6" class="edge"> +<title>W2:e--_Engine GND_1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M999,-329.75C1158.79,-332.51 1072.88,-123.94 1209.92,-34.56 1259.95,-3.51 1281.03,-10.35 1337.75,-10.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M999,-331.75C1160.64,-331.75 1074.73,-123.17 1211,-36.25 1259.34,-5.42 1280.42,-12.25 1337.75,-12.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M999,-333.75C1162.49,-330.99 1076.58,-122.41 1212.08,-37.94 1258.72,-7.32 1279.8,-14.15 1337.75,-14.25"/> +</g> +<!-- W3--MAF Sensor --> +<g id="edge8" class="edge"> +<title>W3:e--MAF Sensor:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1067,-542.75C1195.69,-545.51 1095.1,-299.51 1227.5,-296.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1067,-544.75C1197.55,-544.75 1096.95,-298.75 1227.5,-298.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1067,-546.75C1199.4,-543.99 1098.81,-297.99 1227.5,-300.75"/> +</g> +<!-- W4--EGT1 --> +<g id="edge10" class="edge"> +<title>W4:e--EGT1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1005.5,-2354.75C1131.68,-2357.06 1105.27,-2526.81 1227.5,-2524.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1005.5,-2356.75C1129.71,-2356.75 1103.29,-2526.5 1227.5,-2526.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1005.5,-2358.75C1127.73,-2356.44 1101.32,-2526.19 1227.5,-2528.5"/> +</g> +<!-- W4--EGT1 --> +<g id="edge12" class="edge"> +<title>W4:e--EGT1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1005.5,-2328.75C1132.22,-2331.07 1104.73,-2502.82 1227.5,-2500.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M1005.5,-2330.75C1130.25,-2330.75 1102.75,-2502.5 1227.5,-2502.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1005.5,-2332.75C1128.27,-2330.43 1100.78,-2502.18 1227.5,-2504.5"/> +</g> +<!-- W5--EGT2 --> +<g id="edge14" class="edge"> +<title>W5:e--EGT2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1005.5,-1953.75C1123.15,-1955.89 1113.84,-2091.64 1227.5,-2089.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1005.5,-1955.75C1121.15,-1955.75 1111.85,-2091.5 1227.5,-2091.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1005.5,-1957.75C1119.16,-1955.61 1109.85,-2091.36 1227.5,-2093.5"/> +</g> +<!-- W5--EGT2 --> +<g id="edge16" class="edge"> +<title>W5:e--EGT2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1005.5,-1927.75C1123.61,-1929.9 1113.38,-2067.65 1227.5,-2065.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M1005.5,-1929.75C1121.62,-1929.75 1111.38,-2067.5 1227.5,-2067.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1005.5,-1931.75C1119.62,-1929.6 1109.39,-2067.35 1227.5,-2069.5"/> +</g> +<!-- W6--CHT1 --> +<g id="edge18" class="edge"> +<title>W6:e--CHT1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M999,-1586.75C1106.87,-1588.27 1123.52,-1656.02 1227.5,-1654.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M999,-1588.75C1104.93,-1588.75 1121.57,-1656.5 1227.5,-1656.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M999,-1590.75C1102.98,-1589.23 1119.63,-1656.98 1227.5,-1658.5"/> +</g> +<!-- W6--CHT1 --> +<g id="edge20" class="edge"> +<title>W6:e--CHT1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M999,-1560.75C1107.13,-1562.3 1123.27,-1632.05 1227.5,-1630.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M999,-1562.75C1105.18,-1562.75 1121.32,-1632.5 1227.5,-1632.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M999,-1564.75C1103.23,-1563.2 1119.37,-1632.95 1227.5,-1634.5"/> +</g> +<!-- W7--CHT2 --> +<g id="edge22" class="edge"> +<title>W7:e--CHT2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M999,-1287.75C1103.05,-1289.28 1119.57,-1221.03 1227.5,-1219.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M999,-1289.75C1104.99,-1289.75 1121.51,-1221.5 1227.5,-1221.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M999,-1291.75C1106.93,-1290.22 1123.45,-1221.97 1227.5,-1223.5"/> +</g> +<!-- W7--CHT2 --> +<g id="edge24" class="edge"> +<title>W7:e--CHT2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M999,-1261.75C1102.8,-1263.25 1119.83,-1197 1227.5,-1195.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M999,-1263.75C1104.74,-1263.75 1121.76,-1197.5 1227.5,-1197.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M999,-1265.75C1106.67,-1264.25 1123.7,-1198 1227.5,-1199.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, Bosch 1928405138, 5 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">MAF Sensor</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">2</td> + <td style="border:1px solid #000000; padding: 4px">Connector, Engine GND</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"></td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">3</td> + <td style="border:1px solid #000000; padding: 4px">Connector, F02U.B00.966-01, 2 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">Knock sensor 1</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">4</td> + <td style="border:1px solid #000000; padding: 4px">Connector, Molex 643193211, 32 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">ECU</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">5</td> + <td style="border:1px solid #000000; padding: 4px">Connector, Type-K, 2 pins</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">4</td> + <td style="border:1px solid #000000; padding: 4px"></td> + <td style="border:1px solid #000000; padding: 4px">CHT1, CHT2, EGT1, EGT2</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">6</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 18 AWG, BK</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">27.0</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W3</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">7</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 18 AWG, BN</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">106.0</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W1, W2</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">8</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 18 AWG, WH</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">56.0</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W1</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">9</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">200.0</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W4, W5, W6, W7</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">10</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 20 AWG, YE</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">200.0</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W4, W5, W6, W7</td> + </tr> +</table> +</body></html> diff --git a/wireviz/Choppy_ECU_C2.png b/wireviz/Choppy_ECU_C2.png Binary files differnew file mode 100644 index 0000000..e7c7054 --- /dev/null +++ b/wireviz/Choppy_ECU_C2.png diff --git a/wireviz/Choppy_ECU_C2.svg b/wireviz/Choppy_ECU_C2.svg new file mode 100644 index 0000000..f361c65 --- /dev/null +++ b/wireviz/Choppy_ECU_C2.svg @@ -0,0 +1,654 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" + "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<!-- Generated by graphviz version 12.0.0 (20240704.0754) + --> +<!-- Pages: 1 --> +<svg width="1562pt" height="2596pt" + viewBox="0.00 0.00 1562.00 2595.50" 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 2591.5)"> +<polygon fill="#ffffff" stroke="none" points="-4,4 -4,-2591.5 1558,-2591.5 1558,4 -4,4"/> +<!-- ECU --> +<g id="node1" class="node"> +<title>ECU</title> +<polygon fill="#ffffff" stroke="black" points="556,-1786.75 0,-1786.75 0,-495.75 556,-495.75 556,-1786.75"/> +<polygon fill="none" stroke="black" points="0,-1762.25 0,-1786.75 556,-1786.75 556,-1762.25 0,-1762.25"/> +<text text-anchor="start" x="263" y="-1769.45" font-family="arial" font-size="14.00">ECU</text> +<polygon fill="none" stroke="black" points="0,-1737.75 0,-1762.25 315.88,-1762.25 315.88,-1737.75 0,-1737.75"/> +<text text-anchor="start" x="100.19" y="-1744.95" font-family="arial" font-size="14.00">Molex 643193211</text> +<polygon fill="none" stroke="black" points="315.88,-1737.75 315.88,-1762.25 556,-1762.25 556,-1737.75 315.88,-1737.75"/> +<text text-anchor="start" x="416.06" y="-1744.95" font-family="arial" font-size="14.00">32-pin</text> +<polygon fill="none" stroke="black" points="0,-1713.75 0,-1737.75 338,-1737.75 338,-1713.75 0,-1713.75"/> +<text text-anchor="start" x="125.88" y="-1720.45" font-family="arial" font-size="14.00">TR Gearbox+</text> +<polygon fill="none" stroke="black" points="338,-1713.75 338,-1737.75 556,-1737.75 556,-1713.75 338,-1713.75"/> +<text text-anchor="start" x="438" y="-1720.45" font-family="arial" font-size="14.00">A1</text> +<polygon fill="none" stroke="black" points="0,-1689.75 0,-1713.75 338,-1713.75 338,-1689.75 0,-1689.75"/> +<text text-anchor="start" x="121.75" y="-1696.45" font-family="arial" font-size="14.00">90° Gear Box+</text> +<polygon fill="none" stroke="black" points="338,-1689.75 338,-1713.75 556,-1713.75 556,-1689.75 338,-1689.75"/> +<text text-anchor="start" x="438" y="-1696.45" font-family="arial" font-size="14.00">A2</text> +<polygon fill="none" stroke="black" points="0,-1665.75 0,-1689.75 338,-1689.75 338,-1665.75 0,-1665.75"/> +<text text-anchor="start" x="145.75" y="-1672.45" font-family="arial" font-size="14.00">EGT7+</text> +<polygon fill="none" stroke="black" points="338,-1665.75 338,-1689.75 556,-1689.75 556,-1665.75 338,-1665.75"/> +<text text-anchor="start" x="438" y="-1672.45" font-family="arial" font-size="14.00">A3</text> +<polygon fill="none" stroke="black" points="0,-1641.75 0,-1665.75 338,-1665.75 338,-1641.75 0,-1641.75"/> +<text text-anchor="start" x="145.75" y="-1648.45" font-family="arial" font-size="14.00">EGT8+</text> +<polygon fill="none" stroke="black" points="338,-1641.75 338,-1665.75 556,-1665.75 556,-1641.75 338,-1641.75"/> +<text text-anchor="start" x="438" y="-1648.45" font-family="arial" font-size="14.00">A4</text> +<polygon fill="none" stroke="black" points="0,-1617.75 0,-1641.75 338,-1641.75 338,-1617.75 0,-1617.75"/> +<text text-anchor="start" x="127.75" y="-1624.45" font-family="arial" font-size="14.00">TR Gearbox-</text> +<polygon fill="none" stroke="black" points="338,-1617.75 338,-1641.75 556,-1641.75 556,-1617.75 338,-1617.75"/> +<text text-anchor="start" x="438" y="-1624.45" font-family="arial" font-size="14.00">B1</text> +<polygon fill="none" stroke="black" points="0,-1593.75 0,-1617.75 338,-1617.75 338,-1593.75 0,-1593.75"/> +<text text-anchor="start" x="123.62" y="-1600.45" font-family="arial" font-size="14.00">90° Gear Box-</text> +<polygon fill="none" stroke="black" points="338,-1593.75 338,-1617.75 556,-1617.75 556,-1593.75 338,-1593.75"/> +<text text-anchor="start" x="438" y="-1600.45" font-family="arial" font-size="14.00">B2</text> +<polygon fill="none" stroke="black" points="0,-1569.75 0,-1593.75 338,-1593.75 338,-1569.75 0,-1569.75"/> +<text text-anchor="start" x="147.62" y="-1576.45" font-family="arial" font-size="14.00">EGT7-</text> +<polygon fill="none" stroke="black" points="338,-1569.75 338,-1593.75 556,-1593.75 556,-1569.75 338,-1569.75"/> +<text text-anchor="start" x="438" y="-1576.45" font-family="arial" font-size="14.00">B3</text> +<polygon fill="none" stroke="black" points="0,-1545.75 0,-1569.75 338,-1569.75 338,-1545.75 0,-1545.75"/> +<text text-anchor="start" x="147.62" y="-1552.45" font-family="arial" font-size="14.00">EGT8-</text> +<polygon fill="none" stroke="black" points="338,-1545.75 338,-1569.75 556,-1569.75 556,-1545.75 338,-1545.75"/> +<text text-anchor="start" x="438" y="-1552.45" font-family="arial" font-size="14.00">B4</text> +<polygon fill="none" stroke="black" points="0,-1521.75 0,-1545.75 338,-1545.75 338,-1521.75 0,-1521.75"/> +<text text-anchor="start" x="140.12" y="-1528.45" font-family="arial" font-size="14.00">Temp 1+</text> +<polygon fill="none" stroke="black" points="338,-1521.75 338,-1545.75 556,-1545.75 556,-1521.75 338,-1521.75"/> +<text text-anchor="start" x="437.62" y="-1528.45" font-family="arial" font-size="14.00">C1</text> +<polygon fill="none" stroke="black" points="0,-1497.75 0,-1521.75 338,-1521.75 338,-1497.75 0,-1497.75"/> +<text text-anchor="start" x="140.12" y="-1504.45" font-family="arial" font-size="14.00">Temp 2+</text> +<polygon fill="none" stroke="black" points="338,-1497.75 338,-1521.75 556,-1521.75 556,-1497.75 338,-1497.75"/> +<text text-anchor="start" x="437.62" y="-1504.45" font-family="arial" font-size="14.00">C2</text> +<polygon fill="none" stroke="black" points="0,-1473.75 0,-1497.75 338,-1497.75 338,-1473.75 0,-1473.75"/> +<text text-anchor="start" x="146.12" y="-1480.45" font-family="arial" font-size="14.00">CHT1+</text> +<polygon fill="none" stroke="black" points="338,-1473.75 338,-1497.75 556,-1497.75 556,-1473.75 338,-1473.75"/> +<text text-anchor="start" x="437.62" y="-1480.45" font-family="arial" font-size="14.00">C3</text> +<polygon fill="none" stroke="black" points="0,-1449.75 0,-1473.75 338,-1473.75 338,-1449.75 0,-1449.75"/> +<text text-anchor="start" x="146.12" y="-1456.45" font-family="arial" font-size="14.00">CHT2+</text> +<polygon fill="none" stroke="black" points="338,-1449.75 338,-1473.75 556,-1473.75 556,-1449.75 338,-1449.75"/> +<text text-anchor="start" x="437.62" y="-1456.45" font-family="arial" font-size="14.00">C4</text> +<polygon fill="none" stroke="black" points="0,-1425.75 0,-1449.75 338,-1449.75 338,-1425.75 0,-1425.75"/> +<text text-anchor="start" x="142" y="-1432.45" font-family="arial" font-size="14.00">Temp 1-</text> +<polygon fill="none" stroke="black" points="338,-1425.75 338,-1449.75 556,-1449.75 556,-1425.75 338,-1425.75"/> +<text text-anchor="start" x="437.62" y="-1432.45" font-family="arial" font-size="14.00">D1</text> +<polygon fill="none" stroke="black" points="0,-1401.75 0,-1425.75 338,-1425.75 338,-1401.75 0,-1401.75"/> +<text text-anchor="start" x="142" y="-1408.45" font-family="arial" font-size="14.00">Temp 2-</text> +<polygon fill="none" stroke="black" points="338,-1401.75 338,-1425.75 556,-1425.75 556,-1401.75 338,-1401.75"/> +<text text-anchor="start" x="437.62" y="-1408.45" font-family="arial" font-size="14.00">D2</text> +<polygon fill="none" stroke="black" points="0,-1377.75 0,-1401.75 338,-1401.75 338,-1377.75 0,-1377.75"/> +<text text-anchor="start" x="148" y="-1384.45" font-family="arial" font-size="14.00">CHT1-</text> +<polygon fill="none" stroke="black" points="338,-1377.75 338,-1401.75 556,-1401.75 556,-1377.75 338,-1377.75"/> +<text text-anchor="start" x="437.62" y="-1384.45" font-family="arial" font-size="14.00">D3</text> +<polygon fill="none" stroke="black" points="0,-1353.75 0,-1377.75 338,-1377.75 338,-1353.75 0,-1353.75"/> +<text text-anchor="start" x="148" y="-1360.45" font-family="arial" font-size="14.00">CHT2-</text> +<polygon fill="none" stroke="black" points="338,-1353.75 338,-1377.75 556,-1377.75 556,-1353.75 338,-1353.75"/> +<text text-anchor="start" x="437.62" y="-1360.45" font-family="arial" font-size="14.00">D4</text> +<polygon fill="none" stroke="black" points="0,-1329.75 0,-1353.75 338,-1353.75 338,-1329.75 0,-1329.75"/> +<text text-anchor="start" x="123.62" y="-1336.45" font-family="arial" font-size="14.00">Knock Ground</text> +<polygon fill="none" stroke="black" points="338,-1329.75 338,-1353.75 556,-1353.75 556,-1329.75 338,-1329.75"/> +<text text-anchor="start" x="438" y="-1336.45" font-family="arial" font-size="14.00">E1</text> +<polygon fill="none" stroke="black" points="0,-1305.75 0,-1329.75 338,-1329.75 338,-1305.75 0,-1305.75"/> +<text text-anchor="start" x="119.5" y="-1312.45" font-family="arial" font-size="14.00">Knock sensor 1</text> +<polygon fill="none" stroke="black" points="338,-1305.75 338,-1329.75 556,-1329.75 556,-1305.75 338,-1305.75"/> +<text text-anchor="start" x="438" y="-1312.45" font-family="arial" font-size="14.00">E2</text> +<polygon fill="none" stroke="black" points="0,-1281.75 0,-1305.75 338,-1305.75 338,-1281.75 0,-1281.75"/> +<text text-anchor="start" x="119.5" y="-1288.45" font-family="arial" font-size="14.00">Knock sensor 2</text> +<polygon fill="none" stroke="black" points="338,-1281.75 338,-1305.75 556,-1305.75 556,-1281.75 338,-1281.75"/> +<text text-anchor="start" x="438" y="-1288.45" font-family="arial" font-size="14.00">E3</text> +<polygon fill="none" stroke="black" points="0,-1257.75 0,-1281.75 338,-1281.75 338,-1257.75 0,-1257.75"/> +<text text-anchor="start" x="99.25" y="-1264.45" font-family="arial" font-size="14.00">Extra Analog sensor 6</text> +<polygon fill="none" stroke="black" points="338,-1257.75 338,-1281.75 556,-1281.75 556,-1257.75 338,-1257.75"/> +<text text-anchor="start" x="438" y="-1264.45" font-family="arial" font-size="14.00">E4</text> +<polygon fill="none" stroke="black" points="0,-1233.75 0,-1257.75 338,-1257.75 338,-1233.75 0,-1233.75"/> +<text text-anchor="start" x="99.25" y="-1240.45" font-family="arial" font-size="14.00">Extra Analog sensor 7</text> +<polygon fill="none" stroke="black" points="338,-1233.75 338,-1257.75 556,-1257.75 556,-1233.75 338,-1233.75"/> +<text text-anchor="start" x="438.38" y="-1240.45" font-family="arial" font-size="14.00">F1</text> +<polygon fill="none" stroke="black" points="0,-1209.75 0,-1233.75 338,-1233.75 338,-1209.75 0,-1209.75"/> +<text text-anchor="start" x="99.25" y="-1216.45" font-family="arial" font-size="14.00">Extra Analog sensor 8</text> +<polygon fill="none" stroke="black" points="338,-1209.75 338,-1233.75 556,-1233.75 556,-1209.75 338,-1209.75"/> +<text text-anchor="start" x="438.38" y="-1216.45" font-family="arial" font-size="14.00">F2</text> +<polygon fill="none" stroke="black" points="0,-1185.75 0,-1209.75 338,-1209.75 338,-1185.75 0,-1185.75"/> +<text text-anchor="start" x="130.38" y="-1192.45" font-family="arial" font-size="14.00">MAF sensor</text> +<polygon fill="none" stroke="black" points="338,-1185.75 338,-1209.75 556,-1209.75 556,-1185.75 338,-1185.75"/> +<text text-anchor="start" x="438.38" y="-1192.45" font-family="arial" font-size="14.00">F3</text> +<polygon fill="none" stroke="black" points="0,-1161.75 0,-1185.75 338,-1185.75 338,-1161.75 0,-1161.75"/> +<text text-anchor="start" x="108.62" y="-1168.45" font-family="arial" font-size="14.00">Variable Digital in 5</text> +<polygon fill="none" stroke="black" points="338,-1161.75 338,-1185.75 556,-1185.75 556,-1161.75 338,-1161.75"/> +<text text-anchor="start" x="438.38" y="-1168.45" font-family="arial" font-size="14.00">F4</text> +<polygon fill="none" stroke="black" points="0,-1137.75 0,-1161.75 338,-1161.75 338,-1137.75 0,-1137.75"/> +<text text-anchor="start" x="118.75" y="-1144.45" font-family="arial" font-size="14.00">Extra 12V Out 1</text> +<polygon fill="none" stroke="black" points="338,-1137.75 338,-1161.75 556,-1161.75 556,-1137.75 338,-1137.75"/> +<text text-anchor="start" x="437.25" y="-1144.45" font-family="arial" font-size="14.00">G1</text> +<polygon fill="none" stroke="black" points="0,-1113.75 0,-1137.75 338,-1137.75 338,-1113.75 0,-1113.75"/> +<text text-anchor="start" x="118.75" y="-1120.45" font-family="arial" font-size="14.00">Extra 12V Out 2</text> +<polygon fill="none" stroke="black" points="338,-1113.75 338,-1137.75 556,-1137.75 556,-1113.75 338,-1113.75"/> +<text text-anchor="start" x="437.25" y="-1120.45" font-family="arial" font-size="14.00">G2</text> +<polygon fill="none" stroke="black" points="0,-1089.75 0,-1113.75 338,-1113.75 338,-1089.75 0,-1089.75"/> +<text text-anchor="start" x="121.75" y="-1096.45" font-family="arial" font-size="14.00">ECU Map/Baro</text> +<polygon fill="none" stroke="black" points="338,-1089.75 338,-1113.75 556,-1113.75 556,-1089.75 338,-1089.75"/> +<text text-anchor="start" x="437.25" y="-1096.45" font-family="arial" font-size="14.00">G3</text> +<polygon fill="none" stroke="black" points="0,-1065.75 0,-1089.75 338,-1089.75 338,-1065.75 0,-1065.75"/> +<text text-anchor="start" x="115.38" y="-1072.45" font-family="arial" font-size="14.00">Engine Ground 2</text> +<polygon fill="none" stroke="black" points="338,-1065.75 338,-1089.75 556,-1089.75 556,-1065.75 338,-1065.75"/> +<text text-anchor="start" x="437.25" y="-1072.45" font-family="arial" font-size="14.00">G4</text> +<polygon fill="none" stroke="black" points="0,-1041.75 0,-1065.75 338,-1065.75 338,-1041.75 0,-1041.75"/> +<text text-anchor="start" x="127.75" y="-1048.45" font-family="arial" font-size="14.00">E-Throttle 2+</text> +<polygon fill="none" stroke="black" points="338,-1041.75 338,-1065.75 556,-1065.75 556,-1041.75 338,-1041.75"/> +<text text-anchor="start" x="438" y="-1048.45" font-family="arial" font-size="14.00">H1</text> +<polygon fill="none" stroke="black" points="0,-1017.75 0,-1041.75 338,-1041.75 338,-1017.75 0,-1017.75"/> +<text text-anchor="start" x="129.62" y="-1024.45" font-family="arial" font-size="14.00">E-Throttle 1-</text> +<polygon fill="none" stroke="black" points="338,-1017.75 338,-1041.75 556,-1041.75 556,-1017.75 338,-1017.75"/> +<text text-anchor="start" x="438" y="-1024.45" font-family="arial" font-size="14.00">H2</text> +<polygon fill="none" stroke="black" points="0,-993.75 0,-1017.75 338,-1017.75 338,-993.75 0,-993.75"/> +<text text-anchor="start" x="129.62" y="-1000.45" font-family="arial" font-size="14.00">E-Throttle 2-</text> +<polygon fill="none" stroke="black" points="338,-993.75 338,-1017.75 556,-1017.75 556,-993.75 338,-993.75"/> +<text text-anchor="start" x="438" y="-1000.45" font-family="arial" font-size="14.00">H3</text> +<polygon fill="none" stroke="black" points="0,-969.75 0,-993.75 338,-993.75 338,-969.75 0,-969.75"/> +<text text-anchor="start" x="127.75" y="-976.45" font-family="arial" font-size="14.00">E-Throttle 1+</text> +<polygon fill="none" stroke="black" points="338,-969.75 338,-993.75 556,-993.75 556,-969.75 338,-969.75"/> +<text text-anchor="start" x="438" y="-976.45" font-family="arial" font-size="14.00">H4</text> +<polyline fill="none" stroke="black" points="556,-544.75 556,-969.75 0,-969.75 0,-544.75"/> +<image xlink:href="images\ECU2.png" width="548px" height="417px" preserveAspectRatio="xMinYMin meet" x="4" y="-965.75"/> +<polyline fill="none" stroke="black" points="0,-544.75 0,-520.25 556,-520.25 556,-544.75"/> +<text text-anchor="start" x="220.25" y="-527.45" font-family="arial" font-size="14.00">Molex 643193211</text> +<polygon fill="none" stroke="black" points="0,-495.75 0,-520.25 556,-520.25 556,-495.75 0,-495.75"/> +<text text-anchor="start" x="165.88" y="-502.95" font-family="arial" font-size="14.00">ECU Connector 2 (GPO High side!)</text> +</g> +<!-- W1 --> +<g id="node9" class="node"> +<title>W1</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1067,-1048.75 700,-1048.75 700,-907.75 1067,-907.75 1067,-1048.75"/> +<polygon fill="none" stroke="black" points="700,-1024.25 700,-1048.75 1067,-1048.75 1067,-1024.25 700,-1024.25"/> +<text text-anchor="start" x="872.25" y="-1031.45" font-family="arial" font-size="14.00">W1</text> +<polygon fill="none" stroke="black" points="700,-999.75 700,-1024.25 788.83,-1024.25 788.83,-999.75 700,-999.75"/> +<text text-anchor="start" x="736.92" y="-1006.95" font-family="arial" font-size="14.00">2x</text> +<polygon fill="none" stroke="black" points="788.83,-999.75 788.83,-1024.25 918.17,-1024.25 918.17,-999.75 788.83,-999.75"/> +<text text-anchor="start" x="825.75" y="-1006.95" font-family="arial" font-size="14.00">18 AWG</text> +<polygon fill="none" stroke="black" points="918.17,-999.75 918.17,-1024.25 1067,-1024.25 1067,-999.75 918.17,-999.75"/> +<text text-anchor="start" x="955.08" y="-1006.95" font-family="arial" font-size="14.00">56.0 Inches</text> +<text text-anchor="start" x="777.12" y="-984.45" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="701.75" y="-964.45" font-family="arial" font-size="14.00">ECU:E2:Knock sensor 1</text> +<text text-anchor="start" x="859.62" y="-964.45" font-family="arial" font-size="14.00">     WH    </text> +<text text-anchor="start" x="921" y="-964.45" font-family="arial" font-size="14.00">Knock sensor 1:1:Sig+</text> +<polygon fill="#000000" stroke="none" points="700,-957.75 700,-959.75 1067,-959.75 1067,-957.75 700,-957.75"/> +<polygon fill="#ffffff" stroke="none" points="700,-955.75 700,-957.75 1067,-957.75 1067,-955.75 700,-955.75"/> +<polygon fill="#000000" stroke="none" points="700,-953.75 700,-955.75 1067,-955.75 1067,-953.75 700,-953.75"/> +<text text-anchor="start" x="705.88" y="-938.45" font-family="arial" font-size="14.00">ECU:E1:Knock Ground</text> +<text text-anchor="start" x="861.88" y="-938.45" font-family="arial" font-size="14.00">     BN    </text> +<text text-anchor="start" x="922.88" y="-938.45" font-family="arial" font-size="14.00">Knock sensor 1:2:Sig-</text> +<polygon fill="#000000" stroke="none" points="700,-931.75 700,-933.75 1067,-933.75 1067,-931.75 700,-931.75"/> +<polygon fill="#895956" stroke="none" points="700,-929.75 700,-931.75 1067,-931.75 1067,-929.75 700,-929.75"/> +<polygon fill="#000000" stroke="none" points="700,-927.75 700,-929.75 1067,-929.75 1067,-927.75 700,-927.75"/> +<text text-anchor="start" x="777.12" y="-912.45" font-family="arial" font-size="14.00"> </text> +</g> +<!-- ECU--W1 --> +<g id="edge1" class="edge"> +<title>ECU:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M556,-1315.75C726.99,-1318.72 525.52,-957.72 700,-954.75"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M556,-1317.75C728.74,-1317.75 527.26,-956.75 700,-956.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M556,-1319.75C730.48,-1316.78 529.01,-955.78 700,-958.75"/> +</g> +<!-- ECU--W1 --> +<g id="edge3" class="edge"> +<title>ECU:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M556,-1339.75C747.83,-1342.77 504.72,-931.77 700,-928.75"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M556,-1341.75C749.55,-1341.75 506.45,-930.75 700,-930.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M556,-1343.75C751.28,-1340.73 508.17,-929.73 700,-932.75"/> +</g> +<!-- W2 --> +<g id="node10" class="node"> +<title>W2</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="998,-423.75 769,-423.75 769,-308.75 998,-308.75 998,-423.75"/> +<polygon fill="none" stroke="black" points="769,-399.25 769,-423.75 998,-423.75 998,-399.25 769,-399.25"/> +<text text-anchor="start" x="872.25" y="-406.45" font-family="arial" font-size="14.00">W2</text> +<polygon fill="none" stroke="black" points="769,-374.75 769,-399.25 811.83,-399.25 811.83,-374.75 769,-374.75"/> +<text text-anchor="start" x="782.92" y="-381.95" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="811.83,-374.75 811.83,-399.25 895.17,-399.25 895.17,-374.75 811.83,-374.75"/> +<text text-anchor="start" x="825.75" y="-381.95" font-family="arial" font-size="14.00">18 AWG</text> +<polygon fill="none" stroke="black" points="895.17,-374.75 895.17,-399.25 998,-399.25 998,-374.75 895.17,-374.75"/> +<text text-anchor="start" x="909.08" y="-381.95" font-family="arial" font-size="14.00">50.0 Inches</text> +<text text-anchor="start" x="851.12" y="-359.45" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="770.88" y="-339.45" font-family="arial" font-size="14.00">ECU:G4:Engine Ground 2</text> +<text text-anchor="start" x="938.88" y="-339.45" font-family="arial" font-size="14.00">     BN    </text> +<polygon fill="#000000" stroke="none" points="769,-332.75 769,-334.75 998,-334.75 998,-332.75 769,-332.75"/> +<polygon fill="#895956" stroke="none" points="769,-330.75 769,-332.75 998,-332.75 998,-330.75 769,-330.75"/> +<polygon fill="#000000" stroke="none" points="769,-328.75 769,-330.75 998,-330.75 998,-328.75 769,-328.75"/> +<text text-anchor="start" x="851.12" y="-313.45" font-family="arial" font-size="14.00"> </text> +</g> +<!-- ECU--W2 --> +<g id="edge5" class="edge"> +<title>ECU:e--W2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M556,-1075.75C899,-1078.83 421.63,-332.83 768,-329.75"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M556,-1077.75C900.68,-1077.75 423.32,-331.75 768,-331.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M556,-1079.75C902.37,-1076.67 425,-330.67 768,-333.75"/> +</g> +<!-- W3 --> +<g id="node11" class="node"> +<title>W3</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1066,-636.75 701,-636.75 701,-521.75 1066,-521.75 1066,-636.75"/> +<polygon fill="none" stroke="black" points="701,-612.25 701,-636.75 1066,-636.75 1066,-612.25 701,-612.25"/> +<text text-anchor="start" x="872.25" y="-619.45" font-family="arial" font-size="14.00">W3</text> +<polygon fill="none" stroke="black" points="701,-587.75 701,-612.25 789.17,-612.25 789.17,-587.75 701,-587.75"/> +<text text-anchor="start" x="737.58" y="-594.95" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="789.17,-587.75 789.17,-612.25 917.83,-612.25 917.83,-587.75 789.17,-587.75"/> +<text text-anchor="start" x="825.75" y="-594.95" font-family="arial" font-size="14.00">18 AWG</text> +<polygon fill="none" stroke="black" points="917.83,-587.75 917.83,-612.25 1066,-612.25 1066,-587.75 917.83,-587.75"/> +<text text-anchor="start" x="954.42" y="-594.95" font-family="arial" font-size="14.00">27.0 Inches</text> +<text text-anchor="start" x="767.12" y="-572.45" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="703" y="-552.45" font-family="arial" font-size="14.00">ECU:F3:MAF sensor</text> +<text text-anchor="start" x="838.88" y="-552.45" font-family="arial" font-size="14.00">     BK    </text> +<text text-anchor="start" x="896" y="-552.45" font-family="arial" font-size="14.00">MAF Sensor:5:MAF Signal</text> +<polygon fill="#000000" stroke="none" points="701,-545.75 701,-547.75 1066,-547.75 1066,-545.75 701,-545.75"/> +<polygon fill="#000000" stroke="none" points="701,-543.75 701,-545.75 1066,-545.75 1066,-543.75 701,-543.75"/> +<polygon fill="#000000" stroke="none" points="701,-541.75 701,-543.75 1066,-543.75 1066,-541.75 701,-541.75"/> +<text text-anchor="start" x="767.12" y="-526.45" font-family="arial" font-size="14.00"> </text> +</g> +<!-- ECU--W3 --> +<g id="edge7" class="edge"> +<title>ECU:e--W3:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M556,-1195.75C851.55,-1198.89 401.16,-545.89 700,-542.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M556,-1197.75C853.2,-1197.75 402.8,-544.75 700,-544.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M556,-1199.75C854.84,-1196.61 404.45,-543.61 700,-546.75"/> +</g> +<!-- W4 --> +<g id="node12" class="node"> +<title>W4</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1004.5,-2448.75 762.5,-2448.75 762.5,-2307.75 1004.5,-2307.75 1004.5,-2448.75"/> +<polygon fill="none" stroke="black" points="762.5,-2424.25 762.5,-2448.75 1004.5,-2448.75 1004.5,-2424.25 762.5,-2424.25"/> +<text text-anchor="start" x="872.25" y="-2431.45" font-family="arial" font-size="14.00">W4</text> +<polygon fill="none" stroke="black" points="762.5,-2399.75 762.5,-2424.25 809.67,-2424.25 809.67,-2399.75 762.5,-2399.75"/> +<text text-anchor="start" x="778.58" y="-2406.95" font-family="arial" font-size="14.00">2x</text> +<polygon fill="none" stroke="black" points="809.67,-2399.75 809.67,-2424.25 897.33,-2424.25 897.33,-2399.75 809.67,-2399.75"/> +<text text-anchor="start" x="825.75" y="-2406.95" font-family="arial" font-size="14.00">20 AWG</text> +<polygon fill="none" stroke="black" points="897.33,-2399.75 897.33,-2424.25 1004.5,-2424.25 1004.5,-2399.75 897.33,-2399.75"/> +<text text-anchor="start" x="913.42" y="-2406.95" font-family="arial" font-size="14.00">48.0 Inches</text> +<text text-anchor="start" x="819.62" y="-2384.45" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="764.5" y="-2364.45" font-family="arial" font-size="14.00">ECU:C1:Temp 1+</text> +<text text-anchor="start" x="883.25" y="-2364.45" font-family="arial" font-size="14.00">     YE    </text> +<text text-anchor="start" x="940.38" y="-2364.45" font-family="arial" font-size="14.00">EGT1:1:+</text> +<polygon fill="#000000" stroke="none" points="762.5,-2357.75 762.5,-2359.75 1004.5,-2359.75 1004.5,-2357.75 762.5,-2357.75"/> +<polygon fill="#ffff00" stroke="none" points="762.5,-2355.75 762.5,-2357.75 1004.5,-2357.75 1004.5,-2355.75 762.5,-2355.75"/> +<polygon fill="#000000" stroke="none" points="762.5,-2353.75 762.5,-2355.75 1004.5,-2355.75 1004.5,-2353.75 762.5,-2353.75"/> +<text text-anchor="start" x="766.38" y="-2338.45" font-family="arial" font-size="14.00">ECU:D1:Temp 1-</text> +<text text-anchor="start" x="882.12" y="-2338.45" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="942.25" y="-2338.45" font-family="arial" font-size="14.00">EGT1:2:-</text> +<polygon fill="#000000" stroke="none" points="762.5,-2331.75 762.5,-2333.75 1004.5,-2333.75 1004.5,-2331.75 762.5,-2331.75"/> +<polygon fill="#ff0000" stroke="none" points="762.5,-2329.75 762.5,-2331.75 1004.5,-2331.75 1004.5,-2329.75 762.5,-2329.75"/> +<polygon fill="#000000" stroke="none" points="762.5,-2327.75 762.5,-2329.75 1004.5,-2329.75 1004.5,-2327.75 762.5,-2327.75"/> +<text text-anchor="start" x="819.62" y="-2312.45" font-family="arial" font-size="14.00"> </text> +</g> +<!-- ECU--W4 --> +<g id="edge9" class="edge"> +<title>ECU:e--W4:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M556,-1531.75C934.67,-1534.86 386.16,-2357.86 761.5,-2354.75"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M556,-1533.75C933.01,-1533.75 384.49,-2356.75 761.5,-2356.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M556,-1535.75C931.34,-1532.64 382.83,-2355.64 761.5,-2358.75"/> +</g> +<!-- ECU--W4 --> +<g id="edge11" class="edge"> +<title>ECU:e--W4:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M556,-1435.75C761.58,-1438.19 559.82,-2331.19 761.5,-2328.75"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M556,-1437.75C759.63,-1437.75 557.87,-2330.75 761.5,-2330.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M556,-1439.75C757.68,-1437.31 555.92,-2330.31 761.5,-2332.75"/> +</g> +<!-- W5 --> +<g id="node13" class="node"> +<title>W5</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1004.5,-2047.75 762.5,-2047.75 762.5,-1906.75 1004.5,-1906.75 1004.5,-2047.75"/> +<polygon fill="none" stroke="black" points="762.5,-2023.25 762.5,-2047.75 1004.5,-2047.75 1004.5,-2023.25 762.5,-2023.25"/> +<text text-anchor="start" x="872.25" y="-2030.45" font-family="arial" font-size="14.00">W5</text> +<polygon fill="none" stroke="black" points="762.5,-1998.75 762.5,-2023.25 809.67,-2023.25 809.67,-1998.75 762.5,-1998.75"/> +<text text-anchor="start" x="778.58" y="-2005.95" font-family="arial" font-size="14.00">2x</text> +<polygon fill="none" stroke="black" points="809.67,-1998.75 809.67,-2023.25 897.33,-2023.25 897.33,-1998.75 809.67,-1998.75"/> +<text text-anchor="start" x="825.75" y="-2005.95" font-family="arial" font-size="14.00">20 AWG</text> +<polygon fill="none" stroke="black" points="897.33,-1998.75 897.33,-2023.25 1004.5,-2023.25 1004.5,-1998.75 897.33,-1998.75"/> +<text text-anchor="start" x="913.42" y="-2005.95" font-family="arial" font-size="14.00">48.0 Inches</text> +<text text-anchor="start" x="819.62" y="-1983.45" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="764.5" y="-1963.45" font-family="arial" font-size="14.00">ECU:C2:Temp 2+</text> +<text text-anchor="start" x="883.25" y="-1963.45" font-family="arial" font-size="14.00">     YE    </text> +<text text-anchor="start" x="940.38" y="-1963.45" font-family="arial" font-size="14.00">EGT2:1:+</text> +<polygon fill="#000000" stroke="none" points="762.5,-1956.75 762.5,-1958.75 1004.5,-1958.75 1004.5,-1956.75 762.5,-1956.75"/> +<polygon fill="#ffff00" stroke="none" points="762.5,-1954.75 762.5,-1956.75 1004.5,-1956.75 1004.5,-1954.75 762.5,-1954.75"/> +<polygon fill="#000000" stroke="none" points="762.5,-1952.75 762.5,-1954.75 1004.5,-1954.75 1004.5,-1952.75 762.5,-1952.75"/> +<text text-anchor="start" x="766.38" y="-1937.45" font-family="arial" font-size="14.00">ECU:D2:Temp 2-</text> +<text text-anchor="start" x="882.12" y="-1937.45" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="942.25" y="-1937.45" font-family="arial" font-size="14.00">EGT2:2:-</text> +<polygon fill="#000000" stroke="none" points="762.5,-1930.75 762.5,-1932.75 1004.5,-1932.75 1004.5,-1930.75 762.5,-1930.75"/> +<polygon fill="#ff0000" stroke="none" points="762.5,-1928.75 762.5,-1930.75 1004.5,-1930.75 1004.5,-1928.75 762.5,-1928.75"/> +<polygon fill="#000000" stroke="none" points="762.5,-1926.75 762.5,-1928.75 1004.5,-1928.75 1004.5,-1926.75 762.5,-1926.75"/> +<text text-anchor="start" x="819.62" y="-1911.45" font-family="arial" font-size="14.00"> </text> +</g> +<!-- ECU--W5 --> +<g id="edge13" class="edge"> +<title>ECU:e--W5:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M556,-1507.75C776.03,-1510.67 545.02,-1956.67 761.5,-1953.75"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M556,-1509.75C774.25,-1509.75 543.25,-1955.75 761.5,-1955.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M556,-1511.75C772.48,-1508.83 541.47,-1954.83 761.5,-1957.75"/> +</g> +<!-- ECU--W5 --> +<g id="edge15" class="edge"> +<title>ECU:e--W5:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M556,-1411.75C804.6,-1414.73 516.39,-1930.73 761.5,-1927.75"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M556,-1413.75C802.85,-1413.75 514.65,-1929.75 761.5,-1929.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M556,-1415.75C801.11,-1412.77 512.9,-1928.77 761.5,-1931.75"/> +</g> +<!-- W6 --> +<g id="node14" class="node"> +<title>W6</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="998,-1680.75 769,-1680.75 769,-1539.75 998,-1539.75 998,-1680.75"/> +<polygon fill="none" stroke="black" points="769,-1656.25 769,-1680.75 998,-1680.75 998,-1656.25 769,-1656.25"/> +<text text-anchor="start" x="872.25" y="-1663.45" font-family="arial" font-size="14.00">W6</text> +<polygon fill="none" stroke="black" points="769,-1631.75 769,-1656.25 811.83,-1656.25 811.83,-1631.75 769,-1631.75"/> +<text text-anchor="start" x="782.92" y="-1638.95" font-family="arial" font-size="14.00">2x</text> +<polygon fill="none" stroke="black" points="811.83,-1631.75 811.83,-1656.25 895.17,-1656.25 895.17,-1631.75 811.83,-1631.75"/> +<text text-anchor="start" x="825.75" y="-1638.95" font-family="arial" font-size="14.00">20 AWG</text> +<polygon fill="none" stroke="black" points="895.17,-1631.75 895.17,-1656.25 998,-1656.25 998,-1631.75 895.17,-1631.75"/> +<text text-anchor="start" x="909.08" y="-1638.95" font-family="arial" font-size="14.00">52.0 Inches</text> +<text text-anchor="start" x="820.12" y="-1616.45" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="771" y="-1596.45" font-family="arial" font-size="14.00">ECU:C3:CHT1+</text> +<text text-anchor="start" x="877.75" y="-1596.45" font-family="arial" font-size="14.00">     YE    </text> +<text text-anchor="start" x="934.75" y="-1596.45" font-family="arial" font-size="14.00">CHT1:1:+</text> +<polygon fill="#000000" stroke="none" points="769,-1589.75 769,-1591.75 998,-1591.75 998,-1589.75 769,-1589.75"/> +<polygon fill="#ffff00" stroke="none" points="769,-1587.75 769,-1589.75 998,-1589.75 998,-1587.75 769,-1587.75"/> +<polygon fill="#000000" stroke="none" points="769,-1585.75 769,-1587.75 998,-1587.75 998,-1585.75 769,-1585.75"/> +<text text-anchor="start" x="772.88" y="-1570.45" font-family="arial" font-size="14.00">ECU:D3:CHT1-</text> +<text text-anchor="start" x="876.62" y="-1570.45" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="936.62" y="-1570.45" font-family="arial" font-size="14.00">CHT1:2:-</text> +<polygon fill="#000000" stroke="none" points="769,-1563.75 769,-1565.75 998,-1565.75 998,-1563.75 769,-1563.75"/> +<polygon fill="#ff0000" stroke="none" points="769,-1561.75 769,-1563.75 998,-1563.75 998,-1561.75 769,-1561.75"/> +<polygon fill="#000000" stroke="none" points="769,-1559.75 769,-1561.75 998,-1561.75 998,-1559.75 769,-1559.75"/> +<text text-anchor="start" x="820.12" y="-1544.45" font-family="arial" font-size="14.00"> </text> +</g> +<!-- ECU--W6 --> +<g id="edge17" class="edge"> +<title>ECU:e--W6:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M556,-1483.75C662.75,-1485.7 665.25,-1588.7 768,-1586.75"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M556,-1485.75C660.75,-1485.75 663.25,-1588.75 768,-1588.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M556,-1487.75C658.75,-1485.8 661.25,-1588.8 768,-1590.75"/> +</g> +<!-- ECU--W6 --> +<g id="edge19" class="edge"> +<title>ECU:e--W6:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M556,-1387.75C679.58,-1390.11 648.36,-1563.11 768,-1560.75"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M556,-1389.75C677.61,-1389.75 646.39,-1562.75 768,-1562.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M556,-1391.75C675.64,-1389.39 644.42,-1562.39 768,-1564.75"/> +</g> +<!-- W7 --> +<g id="node15" class="node"> +<title>W7</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="998,-1381.75 769,-1381.75 769,-1240.75 998,-1240.75 998,-1381.75"/> +<polygon fill="none" stroke="black" points="769,-1357.25 769,-1381.75 998,-1381.75 998,-1357.25 769,-1357.25"/> +<text text-anchor="start" x="872.25" y="-1364.45" font-family="arial" font-size="14.00">W7</text> +<polygon fill="none" stroke="black" points="769,-1332.75 769,-1357.25 811.83,-1357.25 811.83,-1332.75 769,-1332.75"/> +<text text-anchor="start" x="782.92" y="-1339.95" font-family="arial" font-size="14.00">2x</text> +<polygon fill="none" stroke="black" points="811.83,-1332.75 811.83,-1357.25 895.17,-1357.25 895.17,-1332.75 811.83,-1332.75"/> +<text text-anchor="start" x="825.75" y="-1339.95" font-family="arial" font-size="14.00">20 AWG</text> +<polygon fill="none" stroke="black" points="895.17,-1332.75 895.17,-1357.25 998,-1357.25 998,-1332.75 895.17,-1332.75"/> +<text text-anchor="start" x="909.08" y="-1339.95" font-family="arial" font-size="14.00">52.0 Inches</text> +<text text-anchor="start" x="820.12" y="-1317.45" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="771" y="-1297.45" font-family="arial" font-size="14.00">ECU:C4:CHT2+</text> +<text text-anchor="start" x="877.75" y="-1297.45" font-family="arial" font-size="14.00">     YE    </text> +<text text-anchor="start" x="934.75" y="-1297.45" font-family="arial" font-size="14.00">CHT2:1:+</text> +<polygon fill="#000000" stroke="none" points="769,-1290.75 769,-1292.75 998,-1292.75 998,-1290.75 769,-1290.75"/> +<polygon fill="#ffff00" stroke="none" points="769,-1288.75 769,-1290.75 998,-1290.75 998,-1288.75 769,-1288.75"/> +<polygon fill="#000000" stroke="none" points="769,-1286.75 769,-1288.75 998,-1288.75 998,-1286.75 769,-1286.75"/> +<text text-anchor="start" x="772.88" y="-1271.45" font-family="arial" font-size="14.00">ECU:D4:CHT2-</text> +<text text-anchor="start" x="876.62" y="-1271.45" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="936.62" y="-1271.45" font-family="arial" font-size="14.00">CHT2:2:-</text> +<polygon fill="#000000" stroke="none" points="769,-1264.75 769,-1266.75 998,-1266.75 998,-1264.75 769,-1264.75"/> +<polygon fill="#ff0000" stroke="none" points="769,-1262.75 769,-1264.75 998,-1264.75 998,-1262.75 769,-1262.75"/> +<polygon fill="#000000" stroke="none" points="769,-1260.75 769,-1262.75 998,-1262.75 998,-1260.75 769,-1260.75"/> +<text text-anchor="start" x="820.12" y="-1245.45" font-family="arial" font-size="14.00"> </text> +</g> +<!-- ECU--W7 --> +<g id="edge21" class="edge"> +<title>ECU:e--W7:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M556,-1459.75C675.36,-1462.1 644.7,-1290.1 768,-1287.75"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M556,-1461.75C677.33,-1461.75 646.67,-1289.75 768,-1289.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M556,-1463.75C679.3,-1461.4 648.64,-1289.4 768,-1291.75"/> +</g> +<!-- ECU--W7 --> +<g id="edge23" class="edge"> +<title>ECU:e--W7:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M556,-1363.75C658.56,-1365.69 661.44,-1263.69 768,-1261.75"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M556,-1365.75C660.56,-1365.75 663.44,-1263.75 768,-1263.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M556,-1367.75C662.56,-1365.81 665.44,-1263.81 768,-1265.75"/> +</g> +<!-- Knock sensor 1 --> +<g id="node2" class="node"> +<title>Knock sensor 1</title> +<polygon fill="#ffffff" stroke="black" points="1554,-848.25 1211,-848.25 1211,-480.25 1554,-480.25 1554,-848.25"/> +<polygon fill="none" stroke="black" points="1211,-823.75 1211,-848.25 1554,-848.25 1554,-823.75 1211,-823.75"/> +<text text-anchor="start" x="1333" y="-830.95" font-family="arial" font-size="14.00">Knock sensor 1</text> +<polygon fill="none" stroke="black" points="1211,-799.25 1211,-823.75 1424.12,-823.75 1424.12,-799.25 1211,-799.25"/> +<text text-anchor="start" x="1260.19" y="-806.45" font-family="arial" font-size="14.00">F02U.B00.966-01</text> +<polygon fill="none" stroke="black" points="1424.12,-799.25 1424.12,-823.75 1554,-823.75 1554,-799.25 1424.12,-799.25"/> +<text text-anchor="start" x="1473.31" y="-806.45" font-family="arial" font-size="14.00">2-pin</text> +<polygon fill="none" stroke="black" points="1211,-775.25 1211,-799.25 1372,-799.25 1372,-775.25 1211,-775.25"/> +<text text-anchor="start" x="1287.38" y="-781.95" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1372,-775.25 1372,-799.25 1554,-799.25 1554,-775.25 1372,-775.25"/> +<text text-anchor="start" x="1448.38" y="-781.95" font-family="arial" font-size="14.00">Sig+</text> +<polygon fill="none" stroke="black" points="1211,-751.25 1211,-775.25 1372,-775.25 1372,-751.25 1211,-751.25"/> +<text text-anchor="start" x="1287.38" y="-757.95" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1372,-751.25 1372,-775.25 1554,-775.25 1554,-751.25 1372,-751.25"/> +<text text-anchor="start" x="1450.25" y="-757.95" font-family="arial" font-size="14.00">Sig-</text> +<polygon fill="none" stroke="black" points="1211,-480.25 1211,-751.25 1554,-751.25 1554,-480.25 1211,-480.25"/> +<image xlink:href="images\KS.png" width="335px" height="263px" preserveAspectRatio="xMinYMin meet" x="1215" y="-747.25"/> +</g> +<!-- MAF Sensor --> +<g id="node3" class="node"> +<title>MAF Sensor</title> +<polygon fill="#ffffff" stroke="black" points="1536.5,-455.75 1228.5,-455.75 1228.5,-48.75 1536.5,-48.75 1536.5,-455.75"/> +<polygon fill="none" stroke="black" points="1228.5,-431.25 1228.5,-455.75 1536.5,-455.75 1536.5,-431.25 1228.5,-431.25"/> +<text text-anchor="start" x="1342.75" y="-438.45" font-family="arial" font-size="14.00">MAF Sensor</text> +<polygon fill="none" stroke="black" points="1228.5,-406.75 1228.5,-431.25 1430.12,-431.25 1430.12,-406.75 1228.5,-406.75"/> +<text text-anchor="start" x="1265.94" y="-413.95" font-family="arial" font-size="14.00">Bosch 1928405138</text> +<polygon fill="none" stroke="black" points="1430.12,-406.75 1430.12,-431.25 1536.5,-431.25 1536.5,-406.75 1430.12,-406.75"/> +<text text-anchor="start" x="1467.56" y="-413.95" font-family="arial" font-size="14.00">5-pin</text> +<polygon fill="none" stroke="black" points="1228.5,-382.75 1228.5,-406.75 1350.5,-406.75 1350.5,-382.75 1228.5,-382.75"/> +<text text-anchor="start" x="1285.38" y="-389.45" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1350.5,-382.75 1350.5,-406.75 1536.5,-406.75 1536.5,-382.75 1350.5,-382.75"/> +<text text-anchor="start" x="1426.62" y="-389.45" font-family="arial" font-size="14.00">NTC-</text> +<polygon fill="none" stroke="black" points="1228.5,-358.75 1228.5,-382.75 1350.5,-382.75 1350.5,-358.75 1228.5,-358.75"/> +<text text-anchor="start" x="1285.38" y="-365.45" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1350.5,-358.75 1350.5,-382.75 1536.5,-382.75 1536.5,-358.75 1350.5,-358.75"/> +<text text-anchor="start" x="1427.75" y="-365.45" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="1228.5,-334.75 1228.5,-358.75 1350.5,-358.75 1350.5,-334.75 1228.5,-334.75"/> +<text text-anchor="start" x="1285.38" y="-341.45" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="1350.5,-334.75 1350.5,-358.75 1536.5,-358.75 1536.5,-334.75 1350.5,-334.75"/> +<text text-anchor="start" x="1424.75" y="-341.45" font-family="arial" font-size="14.00">NTC+</text> +<polygon fill="none" stroke="black" points="1228.5,-310.75 1228.5,-334.75 1350.5,-334.75 1350.5,-310.75 1228.5,-310.75"/> +<text text-anchor="start" x="1285.38" y="-317.45" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="1350.5,-310.75 1350.5,-334.75 1536.5,-334.75 1536.5,-310.75 1350.5,-310.75"/> +<text text-anchor="start" x="1430.38" y="-317.45" font-family="arial" font-size="14.00">12V</text> +<polygon fill="none" stroke="black" points="1228.5,-286.75 1228.5,-310.75 1350.5,-310.75 1350.5,-286.75 1228.5,-286.75"/> +<text text-anchor="start" x="1285.38" y="-293.45" font-family="arial" font-size="14.00">5</text> +<polygon fill="none" stroke="black" points="1350.5,-286.75 1350.5,-310.75 1536.5,-310.75 1536.5,-286.75 1350.5,-286.75"/> +<text text-anchor="start" x="1407.12" y="-293.45" font-family="arial" font-size="14.00">MAF Signal</text> +<polygon fill="none" stroke="black" points="1228.5,-48.75 1228.5,-286.75 1536.5,-286.75 1536.5,-48.75 1228.5,-48.75"/> +<image xlink:href="images\MAF.png" width="293.8px" height="226px" preserveAspectRatio="xMinYMin meet" x="1235.6" y="-280.75"/> +</g> +<!-- EGT1 --> +<g id="node4" class="node"> +<title>EGT1</title> +<polygon fill="#ffffff" stroke="black" points="1536.5,-2587.5 1228.5,-2587.5 1228.5,-2177 1536.5,-2177 1536.5,-2587.5"/> +<polygon fill="none" stroke="black" points="1228.5,-2563 1228.5,-2587.5 1536.5,-2587.5 1536.5,-2563 1228.5,-2563"/> +<text text-anchor="start" x="1363.38" y="-2570.2" font-family="arial" font-size="14.00">EGT1</text> +<polygon fill="none" stroke="black" points="1228.5,-2538.5 1228.5,-2563 1390,-2563 1390,-2538.5 1228.5,-2538.5"/> +<text text-anchor="start" x="1286" y="-2545.7" font-family="arial" font-size="14.00">Type-K</text> +<polygon fill="none" stroke="black" points="1390,-2538.5 1390,-2563 1536.5,-2563 1536.5,-2538.5 1390,-2538.5"/> +<text text-anchor="start" x="1447.5" y="-2545.7" font-family="arial" font-size="14.00">2-pin</text> +<polygon fill="none" stroke="black" points="1228.5,-2514.5 1228.5,-2538.5 1382.5,-2538.5 1382.5,-2514.5 1228.5,-2514.5"/> +<text text-anchor="start" x="1301.38" y="-2521.2" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1382.5,-2514.5 1382.5,-2538.5 1536.5,-2538.5 1536.5,-2514.5 1382.5,-2514.5"/> +<text text-anchor="start" x="1455.38" y="-2521.2" font-family="arial" font-size="14.00">+</text> +<polygon fill="none" stroke="black" points="1228.5,-2490.5 1228.5,-2514.5 1382.5,-2514.5 1382.5,-2490.5 1228.5,-2490.5"/> +<text text-anchor="start" x="1301.38" y="-2497.2" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1382.5,-2490.5 1382.5,-2514.5 1536.5,-2514.5 1536.5,-2490.5 1382.5,-2490.5"/> +<text text-anchor="start" x="1457.25" y="-2497.2" font-family="arial" font-size="14.00">-</text> +<polygon fill="none" stroke="black" points="1228.5,-2201.5 1228.5,-2490.5 1536.5,-2490.5 1536.5,-2201.5 1228.5,-2201.5"/> +<image xlink:href="images\typekf.png" width="295.467px" height="277px" preserveAspectRatio="xMinYMin meet" x="1234.77" y="-2484.5"/> +<polygon fill="none" stroke="black" points="1228.5,-2177 1228.5,-2201.5 1536.5,-2201.5 1536.5,-2177 1228.5,-2177"/> +<text text-anchor="start" x="1319.12" y="-2184.2" font-family="arial" font-size="14.00">(Female Connector)</text> +</g> +<!-- EGT2 --> +<g id="node5" class="node"> +<title>EGT2</title> +<polygon fill="#ffffff" stroke="black" points="1536.5,-2152.5 1228.5,-2152.5 1228.5,-1742 1536.5,-1742 1536.5,-2152.5"/> +<polygon fill="none" stroke="black" points="1228.5,-2128 1228.5,-2152.5 1536.5,-2152.5 1536.5,-2128 1228.5,-2128"/> +<text text-anchor="start" x="1363.38" y="-2135.2" font-family="arial" font-size="14.00">EGT2</text> +<polygon fill="none" stroke="black" points="1228.5,-2103.5 1228.5,-2128 1390,-2128 1390,-2103.5 1228.5,-2103.5"/> +<text text-anchor="start" x="1286" y="-2110.7" font-family="arial" font-size="14.00">Type-K</text> +<polygon fill="none" stroke="black" points="1390,-2103.5 1390,-2128 1536.5,-2128 1536.5,-2103.5 1390,-2103.5"/> +<text text-anchor="start" x="1447.5" y="-2110.7" font-family="arial" font-size="14.00">2-pin</text> +<polygon fill="none" stroke="black" points="1228.5,-2079.5 1228.5,-2103.5 1382.5,-2103.5 1382.5,-2079.5 1228.5,-2079.5"/> +<text text-anchor="start" x="1301.38" y="-2086.2" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1382.5,-2079.5 1382.5,-2103.5 1536.5,-2103.5 1536.5,-2079.5 1382.5,-2079.5"/> +<text text-anchor="start" x="1455.38" y="-2086.2" font-family="arial" font-size="14.00">+</text> +<polygon fill="none" stroke="black" points="1228.5,-2055.5 1228.5,-2079.5 1382.5,-2079.5 1382.5,-2055.5 1228.5,-2055.5"/> +<text text-anchor="start" x="1301.38" y="-2062.2" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1382.5,-2055.5 1382.5,-2079.5 1536.5,-2079.5 1536.5,-2055.5 1382.5,-2055.5"/> +<text text-anchor="start" x="1457.25" y="-2062.2" font-family="arial" font-size="14.00">-</text> +<polygon fill="none" stroke="black" points="1228.5,-1766.5 1228.5,-2055.5 1536.5,-2055.5 1536.5,-1766.5 1228.5,-1766.5"/> +<image xlink:href="images\typekf.png" width="295.467px" height="277px" preserveAspectRatio="xMinYMin meet" x="1234.77" y="-2049.5"/> +<polygon fill="none" stroke="black" points="1228.5,-1742 1228.5,-1766.5 1536.5,-1766.5 1536.5,-1742 1228.5,-1742"/> +<text text-anchor="start" x="1319.12" y="-1749.2" font-family="arial" font-size="14.00">(Female Connector)</text> +</g> +<!-- CHT1 --> +<g id="node6" class="node"> +<title>CHT1</title> +<polygon fill="#ffffff" stroke="black" points="1536.5,-1717.5 1228.5,-1717.5 1228.5,-1307 1536.5,-1307 1536.5,-1717.5"/> +<polygon fill="none" stroke="black" points="1228.5,-1693 1228.5,-1717.5 1536.5,-1717.5 1536.5,-1693 1228.5,-1693"/> +<text text-anchor="start" x="1363.75" y="-1700.2" font-family="arial" font-size="14.00">CHT1</text> +<polygon fill="none" stroke="black" points="1228.5,-1668.5 1228.5,-1693 1390,-1693 1390,-1668.5 1228.5,-1668.5"/> +<text text-anchor="start" x="1286" y="-1675.7" font-family="arial" font-size="14.00">Type-K</text> +<polygon fill="none" stroke="black" points="1390,-1668.5 1390,-1693 1536.5,-1693 1536.5,-1668.5 1390,-1668.5"/> +<text text-anchor="start" x="1447.5" y="-1675.7" font-family="arial" font-size="14.00">2-pin</text> +<polygon fill="none" stroke="black" points="1228.5,-1644.5 1228.5,-1668.5 1382.5,-1668.5 1382.5,-1644.5 1228.5,-1644.5"/> +<text text-anchor="start" x="1301.38" y="-1651.2" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1382.5,-1644.5 1382.5,-1668.5 1536.5,-1668.5 1536.5,-1644.5 1382.5,-1644.5"/> +<text text-anchor="start" x="1455.38" y="-1651.2" font-family="arial" font-size="14.00">+</text> +<polygon fill="none" stroke="black" points="1228.5,-1620.5 1228.5,-1644.5 1382.5,-1644.5 1382.5,-1620.5 1228.5,-1620.5"/> +<text text-anchor="start" x="1301.38" y="-1627.2" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1382.5,-1620.5 1382.5,-1644.5 1536.5,-1644.5 1536.5,-1620.5 1382.5,-1620.5"/> +<text text-anchor="start" x="1457.25" y="-1627.2" font-family="arial" font-size="14.00">-</text> +<polygon fill="none" stroke="black" points="1228.5,-1331.5 1228.5,-1620.5 1536.5,-1620.5 1536.5,-1331.5 1228.5,-1331.5"/> +<image xlink:href="images\typekf.png" width="295.467px" height="277px" preserveAspectRatio="xMinYMin meet" x="1234.77" y="-1614.5"/> +<polygon fill="none" stroke="black" points="1228.5,-1307 1228.5,-1331.5 1536.5,-1331.5 1536.5,-1307 1228.5,-1307"/> +<text text-anchor="start" x="1319.12" y="-1314.2" font-family="arial" font-size="14.00">(Female Connector)</text> +</g> +<!-- CHT2 --> +<g id="node7" class="node"> +<title>CHT2</title> +<polygon fill="#ffffff" stroke="black" points="1536.5,-1282.5 1228.5,-1282.5 1228.5,-872 1536.5,-872 1536.5,-1282.5"/> +<polygon fill="none" stroke="black" points="1228.5,-1258 1228.5,-1282.5 1536.5,-1282.5 1536.5,-1258 1228.5,-1258"/> +<text text-anchor="start" x="1363.75" y="-1265.2" font-family="arial" font-size="14.00">CHT2</text> +<polygon fill="none" stroke="black" points="1228.5,-1233.5 1228.5,-1258 1390,-1258 1390,-1233.5 1228.5,-1233.5"/> +<text text-anchor="start" x="1286" y="-1240.7" font-family="arial" font-size="14.00">Type-K</text> +<polygon fill="none" stroke="black" points="1390,-1233.5 1390,-1258 1536.5,-1258 1536.5,-1233.5 1390,-1233.5"/> +<text text-anchor="start" x="1447.5" y="-1240.7" font-family="arial" font-size="14.00">2-pin</text> +<polygon fill="none" stroke="black" points="1228.5,-1209.5 1228.5,-1233.5 1382.5,-1233.5 1382.5,-1209.5 1228.5,-1209.5"/> +<text text-anchor="start" x="1301.38" y="-1216.2" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1382.5,-1209.5 1382.5,-1233.5 1536.5,-1233.5 1536.5,-1209.5 1382.5,-1209.5"/> +<text text-anchor="start" x="1455.38" y="-1216.2" font-family="arial" font-size="14.00">+</text> +<polygon fill="none" stroke="black" points="1228.5,-1185.5 1228.5,-1209.5 1382.5,-1209.5 1382.5,-1185.5 1228.5,-1185.5"/> +<text text-anchor="start" x="1301.38" y="-1192.2" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1382.5,-1185.5 1382.5,-1209.5 1536.5,-1209.5 1536.5,-1185.5 1382.5,-1185.5"/> +<text text-anchor="start" x="1457.25" y="-1192.2" font-family="arial" font-size="14.00">-</text> +<polygon fill="none" stroke="black" points="1228.5,-896.5 1228.5,-1185.5 1536.5,-1185.5 1536.5,-896.5 1228.5,-896.5"/> +<image xlink:href="images\typekf.png" width="295.467px" height="277px" preserveAspectRatio="xMinYMin meet" x="1234.77" y="-1179.5"/> +<polygon fill="none" stroke="black" points="1228.5,-872 1228.5,-896.5 1536.5,-896.5 1536.5,-872 1228.5,-872"/> +<text text-anchor="start" x="1319.12" y="-879.2" font-family="arial" font-size="14.00">(Female Connector)</text> +</g> +<!-- _Engine GND_1 --> +<g id="node8" class="node"> +<title>_Engine GND_1</title> +<polygon fill="#ffffff" stroke="black" points="1426.25,-24.5 1338.75,-24.5 1338.75,0 1426.25,0 1426.25,-24.5"/> +<polygon fill="none" stroke="black" points="1338.75,0 1338.75,-24.5 1426.25,-24.5 1426.25,0 1338.75,0"/> +<text text-anchor="start" x="1342.75" y="-7.2" font-family="arial" font-size="14.00">Engine GND</text> +</g> +<!-- W1--Knock sensor 1 --> +<g id="edge2" class="edge"> +<title>W1:e--Knock sensor 1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1067,-954.75C1163.94,-957.35 1110.24,-787.85 1211,-785.25"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M1067,-956.75C1165.85,-956.75 1112.15,-787.25 1211,-787.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1067,-958.75C1167.76,-956.15 1114.06,-786.65 1211,-789.25"/> +</g> +<!-- W1--Knock sensor 1 --> +<g id="edge4" class="edge"> +<title>W1:e--Knock sensor 1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1067,-928.75C1163.26,-931.35 1110.92,-763.85 1211,-761.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M1067,-930.75C1165.17,-930.75 1112.83,-763.25 1211,-763.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1067,-932.75C1167.08,-930.15 1114.74,-762.65 1211,-765.25"/> +</g> +<!-- W2--_Engine GND_1 --> +<g id="edge6" class="edge"> +<title>W2:e--_Engine GND_1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M999,-329.75C1158.79,-332.51 1072.88,-123.94 1209.92,-34.56 1259.95,-3.51 1281.03,-10.35 1337.75,-10.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M999,-331.75C1160.64,-331.75 1074.73,-123.17 1211,-36.25 1259.34,-5.42 1280.42,-12.25 1337.75,-12.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M999,-333.75C1162.49,-330.99 1076.58,-122.41 1212.08,-37.94 1258.72,-7.32 1279.8,-14.15 1337.75,-14.25"/> +</g> +<!-- W3--MAF Sensor --> +<g id="edge8" class="edge"> +<title>W3:e--MAF Sensor:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1067,-542.75C1195.69,-545.51 1095.1,-299.51 1227.5,-296.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1067,-544.75C1197.55,-544.75 1096.95,-298.75 1227.5,-298.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1067,-546.75C1199.4,-543.99 1098.81,-297.99 1227.5,-300.75"/> +</g> +<!-- W4--EGT1 --> +<g id="edge10" class="edge"> +<title>W4:e--EGT1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1005.5,-2354.75C1131.68,-2357.06 1105.27,-2526.81 1227.5,-2524.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1005.5,-2356.75C1129.71,-2356.75 1103.29,-2526.5 1227.5,-2526.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1005.5,-2358.75C1127.73,-2356.44 1101.32,-2526.19 1227.5,-2528.5"/> +</g> +<!-- W4--EGT1 --> +<g id="edge12" class="edge"> +<title>W4:e--EGT1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1005.5,-2328.75C1132.22,-2331.07 1104.73,-2502.82 1227.5,-2500.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M1005.5,-2330.75C1130.25,-2330.75 1102.75,-2502.5 1227.5,-2502.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1005.5,-2332.75C1128.27,-2330.43 1100.78,-2502.18 1227.5,-2504.5"/> +</g> +<!-- W5--EGT2 --> +<g id="edge14" class="edge"> +<title>W5:e--EGT2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1005.5,-1953.75C1123.15,-1955.89 1113.84,-2091.64 1227.5,-2089.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1005.5,-1955.75C1121.15,-1955.75 1111.85,-2091.5 1227.5,-2091.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1005.5,-1957.75C1119.16,-1955.61 1109.85,-2091.36 1227.5,-2093.5"/> +</g> +<!-- W5--EGT2 --> +<g id="edge16" class="edge"> +<title>W5:e--EGT2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1005.5,-1927.75C1123.61,-1929.9 1113.38,-2067.65 1227.5,-2065.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M1005.5,-1929.75C1121.62,-1929.75 1111.38,-2067.5 1227.5,-2067.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1005.5,-1931.75C1119.62,-1929.6 1109.39,-2067.35 1227.5,-2069.5"/> +</g> +<!-- W6--CHT1 --> +<g id="edge18" class="edge"> +<title>W6:e--CHT1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M999,-1586.75C1106.87,-1588.27 1123.52,-1656.02 1227.5,-1654.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M999,-1588.75C1104.93,-1588.75 1121.57,-1656.5 1227.5,-1656.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M999,-1590.75C1102.98,-1589.23 1119.63,-1656.98 1227.5,-1658.5"/> +</g> +<!-- W6--CHT1 --> +<g id="edge20" class="edge"> +<title>W6:e--CHT1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M999,-1560.75C1107.13,-1562.3 1123.27,-1632.05 1227.5,-1630.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M999,-1562.75C1105.18,-1562.75 1121.32,-1632.5 1227.5,-1632.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M999,-1564.75C1103.23,-1563.2 1119.37,-1632.95 1227.5,-1634.5"/> +</g> +<!-- W7--CHT2 --> +<g id="edge22" class="edge"> +<title>W7:e--CHT2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M999,-1287.75C1103.05,-1289.28 1119.57,-1221.03 1227.5,-1219.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M999,-1289.75C1104.99,-1289.75 1121.51,-1221.5 1227.5,-1221.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M999,-1291.75C1106.93,-1290.22 1123.45,-1221.97 1227.5,-1223.5"/> +</g> +<!-- W7--CHT2 --> +<g id="edge24" class="edge"> +<title>W7:e--CHT2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M999,-1261.75C1102.8,-1263.25 1119.83,-1197 1227.5,-1195.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M999,-1263.75C1104.74,-1263.75 1121.76,-1197.5 1227.5,-1197.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M999,-1265.75C1106.67,-1264.25 1123.7,-1198 1227.5,-1199.5"/> +</g> +</g> +</svg> diff --git a/wireviz/Choppy_ECU_C2.yml b/wireviz/Choppy_ECU_C2.yml new file mode 100644 index 0000000..7ca7b71 --- /dev/null +++ b/wireviz/Choppy_ECU_C2.yml @@ -0,0 +1,133 @@ +templates: # defining templates to be used later on + - &ECU_C2 + type: Molex 643193211 + pinlabels: [TR Gearbox+, 90° Gear Box+, EGT7+, EGT8+, TR Gearbox-, 90° Gear Box-, EGT7-, EGT8-, Temp 1+, Temp 2+, CHT1+, CHT2+, Temp 1-, Temp 2-, CHT1-, CHT2-, Knock Ground, Knock sensor 1, Knock sensor 2, Extra Analog sensor 6, + Extra Analog sensor 7, Extra Analog sensor 8, MAF sensor, Variable Digital in 5, Extra 12V Out 1, Extra 12V Out 2, ECU Map/Baro, Engine Ground 2, E-Throttle 2+, E-Throttle 1-, E-Throttle 2-, E-Throttle 1+] + pins: [A1,A2,A3,A4,B1,B2,B3,B4,C1,C2,C3,C4,D1,D2,D3,D4,E1,E2,E3,E4,F1,F2,F3,F4,G1,G2,G3,G4,H1,H2,H3,H4] + image: + src: images\ECU2.png + caption: Molex 643193211 + - &Type-K + type: Type-K + pinlabels: [+,-] + pins: [1,2] + image: + src: images\typekf.png + width: 300 + - &Knock + type: F02U.B00.966-01 + pins: [1,2] + pinlabels: [Sig+, Sig-] + image: + src: images\KS.png + - &logic_wire + category: bundle + gauge: 18 AWG + - &power_wire + category: bundle + gauge: 14 AWG + - &thermo_wire + category: bundle + gauge: 20 AWG + +connectors: + ECU: + <<: *ECU_C2 # copying items from the template + notes: ECU Connector 2 (GPO High side!) + Knock sensor 1: + <<: *Knock + # Knock sensor 2: + # <<: *Knock + MAF Sensor: + type: Bosch 1928405138 + pins: [1,2,3,4,5] + pinlabels: [NTC-,GND,NTC+,12V,MAF Signal] + image: + src: images\MAF.png + width: 300 + EGT1: + <<: *Type-K + notes: (Female Connector) + EGT2: + <<: *Type-K + notes: (Female Connector) + CHT1: + <<: *Type-K + notes: (Female Connector) + CHT2: + <<: *Type-K + notes: (Female Connector) + S: &splice # generic autogenerated splice + style: simple + autogenerate: true + type: splice + Engine GND: &GND + style: simple + autogenerate: true + type: Engine GND + + +cables: + W1: + <<: *logic_wire + length: 56 Inches + colors: [WH, BN] + W2: + <<: *logic_wire + length: 50 Inches + colors: [BN] + W3: + <<: *logic_wire + length: 27 Inches + colors: [BK] + W4: + <<: *thermo_wire + length: 48 Inches + colors: [YE,RD] + W5: + <<: *thermo_wire + length: 48 Inches + colors: [YE,RD] + W6: + <<: *thermo_wire + length: 52 Inches + colors: [YE,RD] + W7: + <<: *thermo_wire + length: 52 Inches + colors: [YE,RD] + + +connections: + - + - ECU: [E2,E1] + - W1: [1-2] + - Knock sensor 1: [1-2] + # - + # - ECU: [E3,E1] + # - W2: [1-2] + # - Knock sensor 2: [1-2] + - + - ECU: [F3] + - W3: [1] + - MAF Sensor: [5] + - + - ECU: [C1,D1] + - W4: [1-2] + - EGT1: [1-2] + - + - ECU: [C2,D2] + - W5: [1-2] + - EGT2: [1-2] + - + - ECU: [C3,D3] + - W6: [1-2] + - CHT1: [1-2] + - + - ECU: [C4,D4] + - W7: [1-2] + - CHT2: [1-2] + - + - ECU: [Engine Ground 2] + - W2: [1] + - [Engine GND]
\ No newline at end of file diff --git a/wireviz/Choppy_IB_1X.bom.tsv b/wireviz/Choppy_IB_1X.bom.tsv new file mode 100644 index 0000000..5b2c805 --- /dev/null +++ b/wireviz/Choppy_IB_1X.bom.tsv @@ -0,0 +1,56 @@ +Id Description Qty Unit Designators Manufacturer +1 Connector, 1 pins 2 shield1, shield2 +2 Connector, 25-pin dsub (Male Terminals), 18 pins 1 VP-X J2 +3 Connector, Amphenol C091 M16 flange-mount male metal receptacle, 12-pin, 2 pins 4 Swash1, Swash2, Swash3, Yaw +4 Connector, DT04-3P, 3 pins 1 ECU CAN Bus +5 Connector, DTM04-4P, 4 pins 1 Radar +6 Connector, FMW.LM.368.XLC, 3 pins 1 CEX +7 Connector, FMW.LM.368.XLC, 68 pins 1 Veronte 1X +8 Connector, GND 24 +9 Connector, Temp, 2 pins 1 Resistor +10 Connector, splice 15 +11 Connector, temp, 2 pins 1 Radio +12 Crimp, FGN.0M.555.ZZC, 26 - 22 AWG 71 CEX, Veronte 1X LEMO +13 Wire, 22 AWG, BK 13.0 Inches W7 +14 Wire, 22 AWG, BK 0.6 m W8 +15 Wire, 22 AWG, BKBN 1.0 Inch W1 +16 Wire, 22 AWG, BKBN 0.3 m W8 +17 Wire, 22 AWG, BKWH 1.0 Inch W1 +18 Wire, 22 AWG, BKWH 0.3 m W8 +19 Wire, 22 AWG, BN 75.5 Inches W13 +20 Wire, 22 AWG, BN 0.6 m W8 +21 Wire, 22 AWG, BNGY 0.6 m W8 +22 Wire, 22 AWG, BNPK 0.3 TBD W3 +23 Wire, 22 AWG, BNPK 0.3 m W8 +24 Wire, 22 AWG, BNYE 0.6 m W8 +25 Wire, 22 AWG, BU 13.0 Inches W7 +26 Wire, 22 AWG, BU 0.9 m W8 +27 Wire, 22 AWG, BUBN 0.6 m W8 +28 Wire, 22 AWG, BURD 0.6 m W8 +29 Wire, 22 AWG, BUWH 0.6 m W8 +30 Wire, 22 AWG, GN 415.5 Inches W11, W12, W13, W15, W16, W17, W18 +31 Wire, 22 AWG, GN 0.6 m W8 +32 Wire, 22 AWG, GNBN 0.6 m W8 +33 Wire, 22 AWG, GNGY 0.6 m W8 +34 Wire, 22 AWG, GNPK 40.0 Inches W6 +35 Wire, 22 AWG, GNPK 0.3 m W8 +36 Wire, 22 AWG, GNWH 0.6 m W8 +37 Wire, 22 AWG, GNYE 40.0 Inches W6 +38 Wire, 22 AWG, GNYE 0.3 m W8 +39 Wire, 22 AWG, GY 0.9 m W8 +40 Wire, 22 AWG, GYWH 0.6 m W8 +41 Wire, 22 AWG, PK 0.9 m W8 +42 Wire, 22 AWG, PKGY 0.6 m W8 +43 Wire, 22 AWG, PKWH 0.3 TBD W3 +44 Wire, 22 AWG, PKWH 0.3 m W8 +45 Wire, 22 AWG, PKYE 40.0 Inches W6 +46 Wire, 22 AWG, PKYE 0.3 m W8 +47 Wire, 22 AWG, RD 13.0 Inches W7 +48 Wire, 22 AWG, RD 0.9 m W8 +49 Wire, 22 AWG, RDBN 0.6 m W8 +50 Wire, 22 AWG, RDWH 0.6 m W8 +51 Wire, 22 AWG, VT 0.6 m W8 +52 Wire, 22 AWG, WH 0.9 m W8 +53 Wire, 22 AWG, YE 340.0 Inches W11, W12, W15, W16, W17, W18 +54 Wire, 22 AWG, YE 0.9 m W8 +55 Wire, 22 AWG, YEWH 0.6 m W8 diff --git a/wireviz/Choppy_IB_1X.gv b/wireviz/Choppy_IB_1X.gv new file mode 100644 index 0000000..5453b83 --- /dev/null +++ b/wireviz/Choppy_IB_1X.gv @@ -0,0 +1,3271 @@ +graph { +// Graph generated by WireViz 0.3.2 +// https://github.com/formatc1702/WireViz + graph [bgcolor="#FFFFFF" fontname=arial nodesep=0.33 rankdir=LR ranksep=2] + node [fillcolor="#FFFFFF" fontname=arial height=0 margin=0 shape=none style=filled width=0] + edge [fontname=arial style=bold] + "Veronte 1X" [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Veronte 1X</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">FMW.LM.368.XLC</td> + <td balign="left">68-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td>I/O1</td> + <td port="p1r">1</td> + </tr> + <tr> + <td>I/O2</td> + <td port="p2r">2</td> + </tr> + <tr> + <td>I/O3</td> + <td port="p3r">3</td> + </tr> + <tr> + <td>I/O4</td> + <td port="p4r">4</td> + </tr> + <tr> + <td>I/O5</td> + <td port="p5r">5</td> + </tr> + <tr> + <td>I/O6</td> + <td port="p6r">6</td> + </tr> + <tr> + <td>I/O7</td> + <td port="p7r">7</td> + </tr> + <tr> + <td>I/O8</td> + <td port="p8r">8</td> + </tr> + <tr> + <td>GND</td> + <td port="p9r">9</td> + </tr> + <tr> + <td>I/O9</td> + <td port="p10r">10</td> + </tr> + <tr> + <td>I/O10</td> + <td port="p11r">11</td> + </tr> + <tr> + <td>I/O11</td> + <td port="p12r">12</td> + </tr> + <tr> + <td>I/O12</td> + <td port="p13r">13</td> + </tr> + <tr> + <td>I/O13</td> + <td port="p14r">14</td> + </tr> + <tr> + <td>I/O14</td> + <td port="p15r">15</td> + </tr> + <tr> + <td>I/O15</td> + <td port="p16r">16</td> + </tr> + <tr> + <td>I/O16</td> + <td port="p17r">17</td> + </tr> + <tr> + <td>GND</td> + <td port="p18r">18</td> + </tr> + <tr> + <td>RS 232 TX</td> + <td port="p19r">19</td> + </tr> + <tr> + <td>RS 232 RX</td> + <td port="p20r">20</td> + </tr> + <tr> + <td>GND</td> + <td port="p21r">21</td> + </tr> + <tr> + <td>Analog 4</td> + <td port="p22r">22</td> + </tr> + <tr> + <td>Analog 5</td> + <td port="p23r">23</td> + </tr> + <tr> + <td>GND</td> + <td port="p24r">24</td> + </tr> + <tr> + <td>CanA P</td> + <td port="p25r">25</td> + </tr> + <tr> + <td>CanA N</td> + <td port="p26r">26</td> + </tr> + <tr> + <td>No Connect</td> + <td port="p27r">27</td> + </tr> + <tr> + <td>CANB_P</td> + <td port="p28r">28</td> + </tr> + <tr> + <td>CANB_N</td> + <td port="p29r">29</td> + </tr> + <tr> + <td>GND</td> + <td port="p30r">30</td> + </tr> + <tr> + <td>I2C_CLK</td> + <td port="p31r">31</td> + </tr> + <tr> + <td>I2C_DATA</td> + <td port="p32r">32</td> + </tr> + <tr> + <td>GND</td> + <td port="p33r">33</td> + </tr> + <tr> + <td>3.3V</td> + <td port="p34r">34</td> + </tr> + <tr> + <td>GND</td> + <td port="p35r">35</td> + </tr> + <tr> + <td>5V</td> + <td port="p36r">36</td> + </tr> + <tr> + <td>GND</td> + <td port="p37r">37</td> + </tr> + <tr> + <td>ANALOG_1</td> + <td port="p38r">38</td> + </tr> + <tr> + <td>ANALOG_2</td> + <td port="p39r">39</td> + </tr> + <tr> + <td>ANALOG_3</td> + <td port="p40r">40</td> + </tr> + <tr> + <td>GND</td> + <td port="p41r">41</td> + </tr> + <tr> + <td>FTS1_OUT</td> + <td port="p42r">42</td> + </tr> + <tr> + <td>FTS2_OUT</td> + <td port="p43r">43</td> + </tr> + <tr> + <td>GND</td> + <td port="p44r">44</td> + </tr> + <tr> + <td>V_ARB_TX</td> + <td port="p45r">45</td> + </tr> + <tr> + <td>V_ARB_RX</td> + <td port="p46r">46</td> + </tr> + <tr> + <td>GND</td> + <td port="p47r">47</td> + </tr> + <tr> + <td>V_ARB_VCC</td> + <td port="p48r">48</td> + </tr> + <tr> + <td>FTS3_OUT_MPU</td> + <td port="p49r">49</td> + </tr> + <tr> + <td>OUT_RS485_P</td> + <td port="p50r">50</td> + </tr> + <tr> + <td>OUT_RS485_N</td> + <td port="p51r">51</td> + </tr> + <tr> + <td>IN_RS845_N</td> + <td port="p52r">52</td> + </tr> + <tr> + <td>IN_RS845_P</td> + <td port="p53r">53</td> + </tr> + <tr> + <td>RS-485_GND</td> + <td port="p54r">54</td> + </tr> + <tr> + <td>EQEP_A</td> + <td port="p55r">55</td> + </tr> + <tr> + <td>EQEP_B</td> + <td port="p56r">56</td> + </tr> + <tr> + <td>EQEP_S</td> + <td port="p57r">57</td> + </tr> + <tr> + <td>EQEP_I</td> + <td port="p58r">58</td> + </tr> + <tr> + <td>GND</td> + <td port="p59r">59</td> + </tr> + <tr> + <td>V_USB_DP</td> + <td port="p60r">60</td> + </tr> + <tr> + <td>V_USB_DN</td> + <td port="p61r">61</td> + </tr> + <tr> + <td>V_USB_ID</td> + <td port="p62r">62</td> + </tr> + <tr> + <td>FTS_OUT_MPU</td> + <td port="p63r">63</td> + </tr> + <tr> + <td>FTS2_OUT_MPU</td> + <td port="p64r">64</td> + </tr> + <tr> + <td>GND</td> + <td port="p65r">65</td> + </tr> + <tr> + <td>GND</td> + <td port="p66r">66</td> + </tr> + <tr> + <td>VCC</td> + <td port="p67r">67</td> + </tr> + <tr> + <td>VCC</td> + <td port="p68r">68</td> + </tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left" sides="TLR"><img scale="false" src="images\CEX_plug.png"/></td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left" sides="BLR">68 pin connector for Autopilot 1x (frontal view)</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Additional components</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td align="left" balign="left">68 x #12 (Crimp)</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Veronte 1X</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + "VP-X J2" [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">VP-X J2</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">25-pin dsub (Male Terminals)</td> + <td balign="left">18-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">1</td> + <td>Switch input 1</td> + </tr> + <tr> + <td port="p2l">2</td> + <td>Switch input 2</td> + </tr> + <tr> + <td port="p3l">3</td> + <td>Switch input 3</td> + </tr> + <tr> + <td port="p4l">4</td> + <td>Switch input 4</td> + </tr> + <tr> + <td port="p5l">5</td> + <td>Switch input 5</td> + </tr> + <tr> + <td port="p6l">6</td> + <td>Switch input 6</td> + </tr> + <tr> + <td port="p7l">7</td> + <td>Switch input 7</td> + </tr> + <tr> + <td port="p8l">8</td> + <td>Switch input 8</td> + </tr> + <tr> + <td port="p9l">9</td> + <td>Switch input 9</td> + </tr> + <tr> + <td port="p10l">10</td> + <td>Switch input 10</td> + </tr> + <tr> + <td port="p11l">11</td> + <td>Starter annun input</td> + </tr> + <tr> + <td port="p12l">12</td> + <td>Aux batt voltage input</td> + </tr> + <tr> + <td port="p13l">14</td> + <td>Flap up switch</td> + </tr> + <tr> + <td port="p14l">15</td> + <td>Flap down switch</td> + </tr> + <tr> + <td port="p15l">16</td> + <td>Roll trim left input</td> + </tr> + <tr> + <td port="p16l">17</td> + <td>Roll trim right input</td> + </tr> + <tr> + <td port="p17l">18</td> + <td>Pitch trim up input</td> + </tr> + <tr> + <td port="p18l">19</td> + <td>Pitch trim down input</td> + </tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left"><img scale="false" src="images\25dsub.png"/></td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + Swash1 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Swash1</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Amphenol C091 M16 flange-mount male metal receptacle, 12-pin</td> + <td balign="left">2-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">G</td> + <td>CAN_P</td> + </tr> + <tr> + <td port="p2l">J</td> + <td>CAN_N</td> + </tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left"><img scale="false" src="images\A2Logic.png"/></td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + Swash2 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Swash2</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Amphenol C091 M16 flange-mount male metal receptacle, 12-pin</td> + <td balign="left">2-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">G</td> + <td>CAN_P</td> + </tr> + <tr> + <td port="p2l">J</td> + <td>CAN_N</td> + </tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + Swash3 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Swash3</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Amphenol C091 M16 flange-mount male metal receptacle, 12-pin</td> + <td balign="left">2-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">G</td> + <td>CAN_P</td> + </tr> + <tr> + <td port="p2l">J</td> + <td>CAN_N</td> + </tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + Yaw [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Yaw</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Amphenol C091 M16 flange-mount male metal receptacle, 12-pin</td> + <td balign="left">2-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">G</td> + <td>CAN_P</td> + </tr> + <tr> + <td port="p2l">J</td> + <td>CAN_N</td> + </tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + Radio [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Radio</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">temp</td> + <td balign="left">2-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">1</td> + <td>Tx</td> + </tr> + <tr> + <td port="p2l">2</td> + <td>Rx</td> + </tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + CEX [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">CEX</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">FMW.LM.368.XLC</td> + <td balign="left">3-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">7</td> + <td>CAN_GND</td> + </tr> + <tr> + <td port="p2l">8</td> + <td>CANB_P</td> + </tr> + <tr> + <td port="p3l">9</td> + <td>CANB_N</td> + </tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left"><img scale="false" src="images\CEX_plug.png"/></td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Additional components</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td align="left" balign="left">3 x #12 (Crimp)</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + "ECU CAN Bus" [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">ECU CAN Bus</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">DT04-3P</td> + <td balign="left">3-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">A</td> + <td>CANB_P</td> + </tr> + <tr> + <td port="p2l">B</td> + <td>CANB_N</td> + </tr> + <tr> + <td port="p3l">C</td> + <td>CAN_GND</td> + </tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left"> + <table border="0" cellspacing="0" cellborder="0"><tr> + <td width="225" height="217.86971830985917" fixedsize="true"><img scale="true" src="images\DT04-3P.png"/></td> + </tr></table> + </td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + Radar [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Radar</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">DTM04-4P</td> + <td balign="left">4-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">1</td> + <td>CAN_L</td> + </tr> + <tr> + <td port="p2l">2</td> + <td>CAN_H</td> + </tr> + <tr> + <td port="p3l">3</td> + </tr> + <tr> + <td port="p4l">4</td> + </tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left"><img scale="false" src="images\DTM04-4P.png"/></td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Mates with DTM06-4S</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + Resistor [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Resistor</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Temp</td> + <td balign="left">2-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">1</td> + <td>CAN_L</td> + </tr> + <tr> + <td port="p2l">2</td> + <td>CAN_H</td> + </tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + shield1 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">shield1</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">1</td> + <td>Shield</td> + <td port="p1r">1</td> + </tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + shield2 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">shield2</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">1</td> + <td>Shield</td> + <td port="p1r">1</td> + </tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _GND_1 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">GND</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _GND_2 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">GND</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _GND_3 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">GND</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _GND_4 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">GND</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _GND_5 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">GND</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _GND_6 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">GND</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _GND_7 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">GND</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _GND_8 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">GND</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _GND_9 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">GND</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _GND_10 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">GND</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _GND_11 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">GND</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _GND_12 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">GND</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _GND_13 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">GND</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _S_1 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">splice</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _S_2 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">splice</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _S_3 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">splice</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _S_4 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">splice</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _S_5 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">splice</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _S_6 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">splice</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _S_7 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">splice</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _S_8 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">splice</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _S_9 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">splice</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _S_10 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">splice</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _S_11 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">splice</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _S_12 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">splice</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _S_13 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">splice</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _S_14 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">splice</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _S_15 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">splice</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _GND_14 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">GND</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _GND_15 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">GND</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _GND_16 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">GND</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _GND_17 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">GND</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _GND_18 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">GND</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _GND_19 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">GND</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _GND_20 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">GND</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _GND_21 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">GND</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _GND_22 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">GND</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _GND_23 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">GND</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _GND_24 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">GND</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + edge [color="#000000:#000000:#ffffff:#000000:#000000"] + "Veronte 1X":p25r:e -- W1:w1:w + edge [color="#000000:#000000:#895956:#000000:#000000"] + "Veronte 1X":p26r:e -- W1:w2:w + edge [color="#000000:#000000:#ffffff:#000000:#000000"] + W1:w1:e -- _S_1:w + edge [color="#000000:#000000:#895956:#000000:#000000"] + W1:w2:e -- _S_2:w + edge [color="#000000:#000000:#ffffff:#000000:#000000"] + W1:w1:e -- _S_3:w + edge [color="#000000:#000000:#895956:#000000:#000000"] + W1:w2:e -- _S_4:w + edge [color="#000000:#000000:#ffffff:#000000:#000000"] + W1:w1:e -- _S_5:w + edge [color="#000000:#000000:#895956:#000000:#000000"] + W1:w2:e -- _S_6:w + edge [color="#000000:#000000:#ffffff:#000000:#000000"] + W1:w1:e -- _S_7:w + edge [color="#000000:#000000:#895956:#000000:#000000"] + W1:w2:e -- _S_8:w + edge [color="#000000"] + W1:ws:e -- shield2:p1l:w + edge [color="#000000"] + _GND_23:e -- W1:ws:w + W1 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W1</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">2x</td> + <td balign="left">22 AWG</td> + <td balign="left">+ S</td> + <td balign="left">1.0 Inch</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>Veronte 1X:25:CanA P</td> + <td> + BKWH + </td> + <td></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte 1X:26:CanA N</td> + <td> + BKBN + </td> + <td></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w2" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + <tr> + <td></td> + <td>Shield</td> + <td>shield2:1:Shield</td> + </tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0" port="ws"></td></tr> + <tr><td> </td></tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Twisted Pair</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#ff66cc:#ffffff:#ff66cc:#000000"] + "Veronte 1X":p19r:e -- W3:w1:w + W3:w1:e -- Radio:p2l:w + edge [color="#000000:#895956:#ff66cc:#895956:#000000"] + "Veronte 1X":p20r:e -- W3:w2:w + W3:w2:e -- Radio:p1l:w + edge [color="#000000"] + W3:ws:e -- _GND_14:w + edge [color="#000000"] + _GND_22:e -- W3:ws:w + W3 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W3</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">2x</td> + <td balign="left">22 AWG</td> + <td balign="left">+ S</td> + <td balign="left">0.3 TBD</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>Veronte 1X:19:RS 232 TX</td> + <td> + PKWH + </td> + <td>Radio:2:Rx</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff66cc" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff66cc" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte 1X:20:RS 232 RX</td> + <td> + BNPK + </td> + <td>Radio:1:Tx</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w2" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff66cc" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + <tr> + <td></td> + <td>Shield</td> + <td></td> + </tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0" port="ws"></td></tr> + <tr><td> </td></tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Twisted Pair</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#ff66cc:#ffff00:#ff66cc:#000000"] + W6:w3:e -- _S_9:w + edge [color="#000000:#00ff00:#ffff00:#00ff00:#000000"] + W6:w1:e -- _S_10:w + edge [color="#000000:#00ff00:#ff66cc:#00ff00:#000000"] + W6:w2:e -- _S_11:w + edge [color="#000000:#00ff00:#ffff00:#00ff00:#000000"] + W6:w1:e -- _S_12:w + edge [color="#000000:#00ff00:#ff66cc:#00ff00:#000000"] + W6:w2:e -- _S_13:w + edge [color="#000000:#00ff00:#ffff00:#00ff00:#000000"] + "Veronte 1X":p28r:e -- W6:w1:w + W6:w1:e -- "ECU CAN Bus":p1l:w + edge [color="#000000:#00ff00:#ff66cc:#00ff00:#000000"] + "Veronte 1X":p29r:e -- W6:w2:w + W6:w2:e -- "ECU CAN Bus":p2l:w + edge [color="#000000:#ff66cc:#ffff00:#ff66cc:#000000"] + "Veronte 1X":p30r:e -- W6:w3:w + W6:w3:e -- "ECU CAN Bus":p3l:w + edge [color="#000000:#00ff00:#ffff00:#00ff00:#000000"] + W6:w1:e -- _S_14:w + edge [color="#000000:#00ff00:#ff66cc:#00ff00:#000000"] + W6:w2:e -- _S_15:w + edge [color="#000000"] + W6:ws:e -- shield1:p1l:w + edge [color="#000000"] + _GND_24:e -- W6:ws:w + W6 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W6</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">3x</td> + <td balign="left">22 AWG</td> + <td balign="left">+ S</td> + <td balign="left">40.0 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>Veronte 1X:28:CANB_P</td> + <td> + GNYE + </td> + <td></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte 1X:29:CANB_N</td> + <td> + GNPK + </td> + <td></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w2" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff66cc" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte 1X:30:GND</td> + <td> + PKYE + </td> + <td></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w3" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff66cc" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff66cc" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + <tr> + <td></td> + <td>Shield</td> + <td>shield1:1:Shield</td> + </tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0" port="ws"></td></tr> + <tr><td> </td></tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Twisted Pair | Veronte to ECU</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#0066ff:#0066ff:#0066ff:#000000"] + _S_9:e -- W7:w1:w + W7:w1:e -- CEX:p1l:w + edge [color="#000000:#ff0000:#ff0000:#ff0000:#000000"] + _S_10:e -- W7:w2:w + W7:w2:e -- CEX:p2l:w + edge [color="#000000:#000000:#000000:#000000:#000000"] + _S_11:e -- W7:w3:w + W7:w3:e -- CEX:p3l:w + edge [color="#000000"] + shield1:p1r:e -- W7:ws:w + edge [color="#000000"] + W7:ws:e -- _GND_19:w + W7 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W7</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">3x</td> + <td balign="left">22 AWG</td> + <td balign="left">+ S</td> + <td balign="left">13.0 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td></td> + <td> + BU + </td> + <td>CEX:7:CAN_GND</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#0066ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#0066ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#0066ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td></td> + <td> + RD + </td> + <td>CEX:8:CANB_P</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w2" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td></td> + <td> + BK + </td> + <td>CEX:9:CANB_N</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w3" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + <tr> + <td>shield1:1:Shield</td> + <td>Shield</td> + <td></td> + </tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0" port="ws"></td></tr> + <tr><td> </td></tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Twisted Pair | Veronte to CEX</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#ffffff:#ffffff:#ffffff:#000000"] + "Veronte 1X":p1r:e -- W8:w1:w + edge [color="#000000:#ffff00:#ffff00:#ffff00:#000000"] + "Veronte 1X":p4r:e -- W8:w2:w + edge [color="#000000:#999999:#999999:#999999:#000000"] + "Veronte 1X":p5r:e -- W8:w3:w + edge [color="#000000:#ff66cc:#ff66cc:#ff66cc:#000000"] + "Veronte 1X":p6r:e -- W8:w4:w + edge [color="#000000:#0066ff:#0066ff:#0066ff:#000000"] + "Veronte 1X":p7r:e -- W8:w5:w + edge [color="#000000:#ff0000:#ff0000:#ff0000:#000000"] + "Veronte 1X":p8r:e -- W8:w6:w + edge [color="#000000:#8000ff:#8000ff:#8000ff:#000000"] + "Veronte 1X":p10r:e -- W8:w8:w + edge [color="#000000:#ff66cc:#999999:#ff66cc:#000000"] + "Veronte 1X":p11r:e -- W8:w9:w + edge [color="#000000:#0066ff:#ff0000:#0066ff:#000000"] + "Veronte 1X":p12r:e -- W8:w10:w + edge [color="#000000:#00ff00:#ffffff:#00ff00:#000000"] + "Veronte 1X":p13r:e -- W8:w11:w + edge [color="#000000:#00ff00:#895956:#00ff00:#000000"] + "Veronte 1X":p14r:e -- W8:w12:w + edge [color="#000000:#ffff00:#ffffff:#ffff00:#000000"] + "Veronte 1X":p15r:e -- W8:w13:w + edge [color="#000000:#895956:#ffff00:#895956:#000000"] + "Veronte 1X":p16r:e -- W8:w14:w + edge [color="#000000:#999999:#ffffff:#999999:#000000"] + "Veronte 1X":p17r:e -- W8:w15:w + edge [color="#000000:#0066ff:#895956:#0066ff:#000000"] + "Veronte 1X":p22r:e -- W8:w18:w + edge [color="#000000:#ff0000:#ffffff:#ff0000:#000000"] + "Veronte 1X":p23r:e -- W8:w19:w + edge [color="#000000:#00ff00:#999999:#00ff00:#000000"] + "Veronte 1X":p27r:e -- W8:w21:w + edge [color="#000000:#ffffff:#ffffff:#ffffff:#000000"] + "Veronte 1X":p31r:e -- W8:w22:w + edge [color="#000000:#895956:#895956:#895956:#000000"] + "Veronte 1X":p32r:e -- W8:w23:w + edge [color="#000000:#ffff00:#ffff00:#ffff00:#000000"] + "Veronte 1X":p34r:e -- W8:w25:w + edge [color="#000000:#ff66cc:#ff66cc:#ff66cc:#000000"] + "Veronte 1X":p36r:e -- W8:w27:w + edge [color="#000000:#ff0000:#ff0000:#ff0000:#000000"] + "Veronte 1X":p38r:e -- W8:w29:w + edge [color="#000000:#000000:#000000:#000000:#000000"] + "Veronte 1X":p39r:e -- W8:w30:w + edge [color="#000000:#8000ff:#8000ff:#8000ff:#000000"] + "Veronte 1X":p40r:e -- W8:w31:w + edge [color="#000000:#0066ff:#ff0000:#0066ff:#000000"] + "Veronte 1X":p42r:e -- W8:w33:w + edge [color="#000000:#00ff00:#ffffff:#00ff00:#000000"] + "Veronte 1X":p43r:e -- W8:w34:w + edge [color="#000000:#ffff00:#ffffff:#ffff00:#000000"] + "Veronte 1X":p45r:e -- W8:w36:w + edge [color="#000000:#895956:#ffff00:#895956:#000000"] + "Veronte 1X":p46r:e -- W8:w37:w + edge [color="#000000:#895956:#999999:#895956:#000000"] + "Veronte 1X":p48r:e -- W8:w39:w + edge [color="#000000:#ff66cc:#ffffff:#ff66cc:#000000"] + "Veronte 1X":p49r:e -- W8:w40:w + edge [color="#000000:#895956:#ff66cc:#895956:#000000"] + "Veronte 1X":p50r:e -- W8:w41:w + edge [color="#000000:#0066ff:#ffffff:#0066ff:#000000"] + "Veronte 1X":p51r:e -- W8:w42:w + edge [color="#000000:#0066ff:#895956:#0066ff:#000000"] + "Veronte 1X":p52r:e -- W8:w43:w + edge [color="#000000:#ff0000:#ffffff:#ff0000:#000000"] + "Veronte 1X":p53r:e -- W8:w44:w + edge [color="#000000:#ff0000:#895956:#ff0000:#000000"] + "Veronte 1X":p54r:e -- W8:w45:w + edge [color="#000000:#000000:#ffffff:#000000:#000000"] + "Veronte 1X":p55r:e -- W8:w46:w + edge [color="#000000:#000000:#895956:#000000:#000000"] + "Veronte 1X":p56r:e -- W8:w47:w + edge [color="#000000:#00ff00:#999999:#00ff00:#000000"] + "Veronte 1X":p57r:e -- W8:w48:w + edge [color="#000000:#00ff00:#ffff00:#00ff00:#000000"] + "Veronte 1X":p58r:e -- W8:w49:w + edge [color="#000000:#ff66cc:#ffff00:#ff66cc:#000000"] + "Veronte 1X":p60r:e -- W8:w51:w + edge [color="#000000:#ffffff:#ffffff:#ffffff:#000000"] + "Veronte 1X":p61r:e -- W8:w52:w + edge [color="#000000:#895956:#895956:#895956:#000000"] + "Veronte 1X":p62r:e -- W8:w53:w + edge [color="#000000:#00ff00:#00ff00:#00ff00:#000000"] + "Veronte 1X":p63r:e -- W8:w54:w + edge [color="#000000:#ffff00:#ffff00:#ffff00:#000000"] + "Veronte 1X":p64r:e -- W8:w55:w + edge [color="#000000:#0066ff:#0066ff:#0066ff:#000000"] + "Veronte 1X":p67r:e -- W8:w58:w + edge [color="#000000:#ff0000:#ff0000:#ff0000:#000000"] + "Veronte 1X":p68r:e -- W8:w59:w + edge [color="#000000:#000000:#000000:#000000:#000000"] + "Veronte 1X":p9r:e -- W8:w7:w + W8:w7:e -- _GND_1:w + edge [color="#000000:#895956:#999999:#895956:#000000"] + "Veronte 1X":p18r:e -- W8:w16:w + W8:w16:e -- _GND_2:w + edge [color="#000000:#0066ff:#ffffff:#0066ff:#000000"] + "Veronte 1X":p21r:e -- W8:w17:w + W8:w17:e -- _GND_3:w + edge [color="#000000:#ff0000:#895956:#ff0000:#000000"] + "Veronte 1X":p24r:e -- W8:w20:w + W8:w20:e -- _GND_4:w + edge [color="#000000:#00ff00:#00ff00:#00ff00:#000000"] + "Veronte 1X":p33r:e -- W8:w24:w + W8:w24:e -- _GND_5:w + edge [color="#000000:#999999:#999999:#999999:#000000"] + "Veronte 1X":p35r:e -- W8:w26:w + W8:w26:e -- _GND_6:w + edge [color="#000000:#0066ff:#0066ff:#0066ff:#000000"] + "Veronte 1X":p37r:e -- W8:w28:w + W8:w28:e -- _GND_7:w + edge [color="#000000:#ff66cc:#999999:#ff66cc:#000000"] + "Veronte 1X":p41r:e -- W8:w32:w + W8:w32:e -- _GND_8:w + edge [color="#000000:#00ff00:#895956:#00ff00:#000000"] + "Veronte 1X":p44r:e -- W8:w35:w + W8:w35:e -- _GND_9:w + edge [color="#000000:#999999:#ffffff:#999999:#000000"] + "Veronte 1X":p47r:e -- W8:w38:w + W8:w38:e -- _GND_10:w + edge [color="#000000:#00ff00:#ff66cc:#00ff00:#000000"] + "Veronte 1X":p59r:e -- W8:w50:w + W8:w50:e -- _GND_11:w + edge [color="#000000:#999999:#999999:#999999:#000000"] + "Veronte 1X":p65r:e -- W8:w56:w + W8:w56:e -- _GND_12:w + edge [color="#000000:#ff66cc:#ff66cc:#ff66cc:#000000"] + "Veronte 1X":p66r:e -- W8:w57:w + W8:w57:e -- _GND_13:w + W8 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W8</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">59x</td> + <td balign="left">22 AWG</td> + <td balign="left">0.3 m</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>Veronte 1X:1:I/O1</td> + <td> + WH + </td> + <td><!-- 1_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte 1X:4:I/O4</td> + <td> + YE + </td> + <td><!-- 2_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w2" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte 1X:5:I/O5</td> + <td> + GY + </td> + <td><!-- 3_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w3" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#999999" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#999999" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#999999" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte 1X:6:I/O6</td> + <td> + PK + </td> + <td><!-- 4_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w4" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff66cc" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff66cc" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff66cc" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte 1X:7:I/O7</td> + <td> + BU + </td> + <td><!-- 5_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w5" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#0066ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#0066ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#0066ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte 1X:8:I/O8</td> + <td> + RD + </td> + <td><!-- 6_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w6" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte 1X:9:GND</td> + <td> + BK + </td> + <td></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w7" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte 1X:10:I/O9</td> + <td> + VT + </td> + <td><!-- 8_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w8" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#8000ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#8000ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#8000ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte 1X:11:I/O10</td> + <td> + PKGY + </td> + <td><!-- 9_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w9" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff66cc" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#999999" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff66cc" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte 1X:12:I/O11</td> + <td> + BURD + </td> + <td><!-- 10_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w10" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#0066ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#0066ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte 1X:13:I/O12</td> + <td> + GNWH + </td> + <td><!-- 11_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w11" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte 1X:14:I/O13</td> + <td> + GNBN + </td> + <td><!-- 12_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w12" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte 1X:15:I/O14</td> + <td> + YEWH + </td> + <td><!-- 13_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w13" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte 1X:16:I/O15</td> + <td> + BNYE + </td> + <td><!-- 14_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w14" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte 1X:17:I/O16</td> + <td> + GYWH + </td> + <td><!-- 15_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w15" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#999999" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#999999" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte 1X:18:GND</td> + <td> + BNGY + </td> + <td></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w16" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#999999" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte 1X:21:GND</td> + <td> + BUWH + </td> + <td></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w17" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#0066ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#0066ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte 1X:22:Analog 4</td> + <td> + BUBN + </td> + <td><!-- 18_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w18" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#0066ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#0066ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte 1X:23:Analog 5</td> + <td> + RDWH + </td> + <td><!-- 19_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w19" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte 1X:24:GND</td> + <td> + RDBN + </td> + <td></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w20" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte 1X:27:No Connect</td> + <td> + GNGY + </td> + <td><!-- 21_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w21" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#999999" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte 1X:31:I2C_CLK</td> + <td> + WH + </td> + <td><!-- 22_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w22" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte 1X:32:I2C_DATA</td> + <td> + BN + </td> + <td><!-- 23_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w23" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte 1X:33:GND</td> + <td> + GN + </td> + <td></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w24" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte 1X:34:3.3V</td> + <td> + YE + </td> + <td><!-- 25_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w25" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte 1X:35:GND</td> + <td> + GY + </td> + <td></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w26" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#999999" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#999999" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#999999" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte 1X:36:5V</td> + <td> + PK + </td> + <td><!-- 27_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w27" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff66cc" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff66cc" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff66cc" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte 1X:37:GND</td> + <td> + BU + </td> + <td></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w28" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#0066ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#0066ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#0066ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte 1X:38:ANALOG_1</td> + <td> + RD + </td> + <td><!-- 29_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w29" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte 1X:39:ANALOG_2</td> + <td> + BK + </td> + <td><!-- 30_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w30" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte 1X:40:ANALOG_3</td> + <td> + VT + </td> + <td><!-- 31_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w31" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#8000ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#8000ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#8000ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte 1X:41:GND</td> + <td> + PKGY + </td> + <td></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w32" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff66cc" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#999999" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff66cc" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte 1X:42:FTS1_OUT</td> + <td> + BURD + </td> + <td><!-- 33_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w33" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#0066ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#0066ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte 1X:43:FTS2_OUT</td> + <td> + GNWH + </td> + <td><!-- 34_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w34" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte 1X:44:GND</td> + <td> + GNBN + </td> + <td></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w35" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte 1X:45:V_ARB_TX</td> + <td> + YEWH + </td> + <td><!-- 36_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w36" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte 1X:46:V_ARB_RX</td> + <td> + BNYE + </td> + <td><!-- 37_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w37" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte 1X:47:GND</td> + <td> + GYWH + </td> + <td></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w38" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#999999" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#999999" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte 1X:48:V_ARB_VCC</td> + <td> + BNGY + </td> + <td><!-- 39_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w39" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#999999" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte 1X:49:FTS3_OUT_MPU</td> + <td> + PKWH + </td> + <td><!-- 40_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w40" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff66cc" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff66cc" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte 1X:50:OUT_RS485_P</td> + <td> + BNPK + </td> + <td><!-- 41_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w41" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff66cc" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte 1X:51:OUT_RS485_N</td> + <td> + BUWH + </td> + <td><!-- 42_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w42" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#0066ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#0066ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte 1X:52:IN_RS845_N</td> + <td> + BUBN + </td> + <td><!-- 43_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w43" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#0066ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#0066ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte 1X:53:IN_RS845_P</td> + <td> + RDWH + </td> + <td><!-- 44_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w44" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte 1X:54:RS-485_GND</td> + <td> + RDBN + </td> + <td><!-- 45_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w45" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte 1X:55:EQEP_A</td> + <td> + BKWH + </td> + <td><!-- 46_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w46" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte 1X:56:EQEP_B</td> + <td> + BKBN + </td> + <td><!-- 47_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w47" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte 1X:57:EQEP_S</td> + <td> + GNGY + </td> + <td><!-- 48_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w48" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#999999" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte 1X:58:EQEP_I</td> + <td> + GNYE + </td> + <td><!-- 49_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w49" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte 1X:59:GND</td> + <td> + GNPK + </td> + <td></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w50" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff66cc" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte 1X:60:V_USB_DP</td> + <td> + PKYE + </td> + <td><!-- 51_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w51" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff66cc" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff66cc" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte 1X:61:V_USB_DN</td> + <td> + WH + </td> + <td><!-- 52_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w52" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte 1X:62:V_USB_ID</td> + <td> + BN + </td> + <td><!-- 53_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w53" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte 1X:63:FTS_OUT_MPU</td> + <td> + GN + </td> + <td><!-- 54_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w54" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte 1X:64:FTS2_OUT_MPU</td> + <td> + YE + </td> + <td><!-- 55_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w55" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte 1X:65:GND</td> + <td> + GY + </td> + <td></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w56" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#999999" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#999999" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#999999" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte 1X:66:GND</td> + <td> + PK + </td> + <td></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w57" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff66cc" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff66cc" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff66cc" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte 1X:67:VCC</td> + <td> + BU + </td> + <td><!-- 58_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w58" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#0066ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#0066ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#0066ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte 1X:68:VCC</td> + <td> + RD + </td> + <td><!-- 59_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w59" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#ffff00:#ffff00:#ffff00:#000000"] + _S_14:e -- W11:w1:w + W11:w1:e -- Resistor:p2l:w + edge [color="#000000:#00ff00:#00ff00:#00ff00:#000000"] + _S_15:e -- W11:w2:w + W11:w2:e -- Resistor:p1l:w + edge [color="#000000"] + shield1:p1r:e -- W11:ws:w + edge [color="#000000"] + W11:ws:e -- _GND_20:w + W11 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W11</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">2x</td> + <td balign="left">22 AWG</td> + <td balign="left">+ S</td> + <td balign="left">73.0 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td></td> + <td> + YE + </td> + <td>Resistor:2:CAN_H</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td></td> + <td> + GN + </td> + <td>Resistor:1:CAN_L</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w2" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + <tr> + <td>shield1:1:Shield</td> + <td>Shield</td> + <td></td> + </tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0" port="ws"></td></tr> + <tr><td> </td></tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Twisted Pair</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#ffff00:#ffff00:#ffff00:#000000"] + _S_12:e -- W12:w1:w + W12:w1:e -- Radar:p2l:w + edge [color="#000000:#00ff00:#00ff00:#00ff00:#000000"] + _S_13:e -- W12:w2:w + W12:w2:e -- Radar:p1l:w + edge [color="#000000"] + shield1:p1r:e -- W12:ws:w + edge [color="#000000"] + W12:ws:e -- _GND_21:w + W12 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W12</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">2x</td> + <td balign="left">22 AWG</td> + <td balign="left">+ S</td> + <td balign="left">73.0 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td></td> + <td> + YE + </td> + <td>Radar:2:CAN_H</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td></td> + <td> + GN + </td> + <td>Radar:1:CAN_L</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w2" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + <tr> + <td>shield1:1:Shield</td> + <td>Shield</td> + <td></td> + </tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0" port="ws"></td></tr> + <tr><td> </td></tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Twisted Pair</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#895956:#895956:#895956:#000000"] + "Veronte 1X":p2r:e -- W13:w1:w + W13:w1:e -- "VP-X J2":p1l:w + edge [color="#000000:#00ff00:#00ff00:#00ff00:#000000"] + "Veronte 1X":p3r:e -- W13:w2:w + W13:w2:e -- "VP-X J2":p2l:w + W13 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W13</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">2x</td> + <td balign="left">22 AWG</td> + <td balign="left">75.5 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>Veronte 1X:2:I/O2</td> + <td> + BN + </td> + <td>VP-X J2:1:Switch input 1</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte 1X:3:I/O3</td> + <td> + GN + </td> + <td>VP-X J2:2:Switch input 2</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w2" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#ffff00:#ffff00:#ffff00:#000000"] + _S_1:e -- W15:w1:w + W15:w1:e -- Swash1:p1l:w + edge [color="#000000:#00ff00:#00ff00:#00ff00:#000000"] + _S_2:e -- W15:w2:w + W15:w2:e -- Swash1:p2l:w + edge [color="#000000"] + shield2:p1r:e -- W15:ws:w + edge [color="#000000"] + W15:ws:e -- _GND_18:w + W15 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W15</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">2x</td> + <td balign="left">22 AWG</td> + <td balign="left">+ S</td> + <td balign="left">12.0 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td></td> + <td> + YE + </td> + <td>Swash1:G:CAN_P</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td></td> + <td> + GN + </td> + <td>Swash1:J:CAN_N</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w2" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + <tr> + <td>shield2:1:Shield</td> + <td>Shield</td> + <td></td> + </tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0" port="ws"></td></tr> + <tr><td> </td></tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Twisted Pair</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#ffff00:#ffff00:#ffff00:#000000"] + _S_3:e -- W16:w1:w + W16:w1:e -- Swash2:p1l:w + edge [color="#000000:#00ff00:#00ff00:#00ff00:#000000"] + _S_4:e -- W16:w2:w + W16:w2:e -- Swash2:p2l:w + edge [color="#000000"] + shield2:p1r:e -- W16:ws:w + edge [color="#000000"] + W16:ws:e -- _GND_16:w + W16 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W16</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">2x</td> + <td balign="left">22 AWG</td> + <td balign="left">+ S</td> + <td balign="left">6.0 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td></td> + <td> + YE + </td> + <td>Swash2:G:CAN_P</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td></td> + <td> + GN + </td> + <td>Swash2:J:CAN_N</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w2" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + <tr> + <td>shield2:1:Shield</td> + <td>Shield</td> + <td></td> + </tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0" port="ws"></td></tr> + <tr><td> </td></tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Twisted Pair</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#ffff00:#ffff00:#ffff00:#000000"] + _S_5:e -- W17:w1:w + W17:w1:e -- Swash3:p1l:w + edge [color="#000000:#00ff00:#00ff00:#00ff00:#000000"] + _S_6:e -- W17:w2:w + W17:w2:e -- Swash3:p2l:w + edge [color="#000000"] + shield2:p1r:e -- W17:ws:w + edge [color="#000000"] + W17:ws:e -- _GND_15:w + W17 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W17</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">2x</td> + <td balign="left">22 AWG</td> + <td balign="left">+ S</td> + <td balign="left">6.0 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td></td> + <td> + YE + </td> + <td>Swash3:G:CAN_P</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td></td> + <td> + GN + </td> + <td>Swash3:J:CAN_N</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w2" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + <tr> + <td>shield2:1:Shield</td> + <td>Shield</td> + <td></td> + </tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0" port="ws"></td></tr> + <tr><td> </td></tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Twisted Pair</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#ffff00:#ffff00:#ffff00:#000000"] + _S_7:e -- W18:w1:w + W18:w1:e -- Yaw:p1l:w + edge [color="#000000:#00ff00:#00ff00:#00ff00:#000000"] + _S_8:e -- W18:w2:w + W18:w2:e -- Yaw:p2l:w + edge [color="#000000"] + shield2:p1r:e -- W18:ws:w + edge [color="#000000"] + W18:ws:e -- _GND_17:w + W18 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W18</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">2x</td> + <td balign="left">22 AWG</td> + <td balign="left">+ S</td> + <td balign="left">170.0 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td></td> + <td> + YE + </td> + <td>Yaw:G:CAN_P</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td></td> + <td> + GN + </td> + <td>Yaw:J:CAN_N</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w2" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + <tr> + <td>shield2:1:Shield</td> + <td>Shield</td> + <td></td> + </tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0" port="ws"></td></tr> + <tr><td> </td></tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Twisted Pair | (Tail Mounted?)</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] +} diff --git a/wireviz/Choppy_IB_1X.html b/wireviz/Choppy_IB_1X.html new file mode 100644 index 0000000..2789227 --- /dev/null +++ b/wireviz/Choppy_IB_1X.html @@ -0,0 +1,3489 @@ +<!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_1X</title> +</head><body style="font-family:arial;background-color:#FFFFFF"> +<h1>Choppy_IB_1X</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="2420pt" height="3876pt" + viewBox="0.00 0.00 2420.25 3875.50" 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 3871.5)"> +<polygon fill="#ffffff" stroke="none" points="-4,4 -4,-3871.5 2416.25,-3871.5 2416.25,4 -4,4"/> +<!-- Veronte 1X --> +<g id="node1" class="node"> +<title>Veronte 1X</title> +<polygon fill="#ffffff" stroke="black" points="409,-2178 0,-2178 0,0 409,0 409,-2178"/> +<polygon fill="none" stroke="black" points="0,-2153.5 0,-2178 409,-2178 409,-2153.5 0,-2153.5"/> +<text text-anchor="start" x="168.5" y="-2160.7" font-family="arial" font-size="14.00">Veronte 1X</text> +<polygon fill="none" stroke="black" points="0,-2129 0,-2153.5 243.88,-2153.5 243.88,-2129 0,-2129"/> +<text text-anchor="start" x="62.69" y="-2136.2" font-family="arial" font-size="14.00">FMW.LM.368.XLC</text> +<polygon fill="none" stroke="black" points="243.88,-2129 243.88,-2153.5 409,-2153.5 409,-2129 243.88,-2129"/> +<text text-anchor="start" x="306.56" y="-2136.2" font-family="arial" font-size="14.00">68-pin</text> +<polygon fill="none" stroke="black" points="0,-2105 0,-2129 253,-2129 253,-2105 0,-2105"/> +<text text-anchor="start" x="112.62" y="-2111.7" font-family="arial" font-size="14.00">I/O1</text> +<polygon fill="none" stroke="black" points="253,-2105 253,-2129 409,-2129 409,-2105 253,-2105"/> +<text text-anchor="start" x="326.88" y="-2111.7" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="0,-2081 0,-2105 253,-2105 253,-2081 0,-2081"/> +<text text-anchor="start" x="112.62" y="-2087.7" font-family="arial" font-size="14.00">I/O2</text> +<polygon fill="none" stroke="black" points="253,-2081 253,-2105 409,-2105 409,-2081 253,-2081"/> +<text text-anchor="start" x="326.88" y="-2087.7" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="0,-2057 0,-2081 253,-2081 253,-2057 0,-2057"/> +<text text-anchor="start" x="112.62" y="-2063.7" font-family="arial" font-size="14.00">I/O3</text> +<polygon fill="none" stroke="black" points="253,-2057 253,-2081 409,-2081 409,-2057 253,-2057"/> +<text text-anchor="start" x="326.88" y="-2063.7" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="0,-2033 0,-2057 253,-2057 253,-2033 0,-2033"/> +<text text-anchor="start" x="112.62" y="-2039.7" font-family="arial" font-size="14.00">I/O4</text> +<polygon fill="none" stroke="black" points="253,-2033 253,-2057 409,-2057 409,-2033 253,-2033"/> +<text text-anchor="start" x="326.88" y="-2039.7" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="0,-2009 0,-2033 253,-2033 253,-2009 0,-2009"/> +<text text-anchor="start" x="112.62" y="-2015.7" font-family="arial" font-size="14.00">I/O5</text> +<polygon fill="none" stroke="black" points="253,-2009 253,-2033 409,-2033 409,-2009 253,-2009"/> +<text text-anchor="start" x="326.88" y="-2015.7" font-family="arial" font-size="14.00">5</text> +<polygon fill="none" stroke="black" points="0,-1985 0,-2009 253,-2009 253,-1985 0,-1985"/> +<text text-anchor="start" x="112.62" y="-1991.7" font-family="arial" font-size="14.00">I/O6</text> +<polygon fill="none" stroke="black" points="253,-1985 253,-2009 409,-2009 409,-1985 253,-1985"/> +<text text-anchor="start" x="326.88" y="-1991.7" font-family="arial" font-size="14.00">6</text> +<polygon fill="none" stroke="black" points="0,-1961 0,-1985 253,-1985 253,-1961 0,-1961"/> +<text text-anchor="start" x="112.62" y="-1967.7" font-family="arial" font-size="14.00">I/O7</text> +<polygon fill="none" stroke="black" points="253,-1961 253,-1985 409,-1985 409,-1961 253,-1961"/> +<text text-anchor="start" x="326.88" y="-1967.7" font-family="arial" font-size="14.00">7</text> +<polygon fill="none" stroke="black" points="0,-1937 0,-1961 253,-1961 253,-1937 0,-1937"/> +<text text-anchor="start" x="112.62" y="-1943.7" font-family="arial" font-size="14.00">I/O8</text> +<polygon fill="none" stroke="black" points="253,-1937 253,-1961 409,-1961 409,-1937 253,-1937"/> +<text text-anchor="start" x="326.88" y="-1943.7" font-family="arial" font-size="14.00">8</text> +<polygon fill="none" stroke="black" points="0,-1913 0,-1937 253,-1937 253,-1913 0,-1913"/> +<text text-anchor="start" x="110.75" y="-1919.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="253,-1913 253,-1937 409,-1937 409,-1913 253,-1913"/> +<text text-anchor="start" x="326.88" y="-1919.7" font-family="arial" font-size="14.00">9</text> +<polygon fill="none" stroke="black" points="0,-1889 0,-1913 253,-1913 253,-1889 0,-1889"/> +<text text-anchor="start" x="112.62" y="-1895.7" font-family="arial" font-size="14.00">I/O9</text> +<polygon fill="none" stroke="black" points="253,-1889 253,-1913 409,-1913 409,-1889 253,-1889"/> +<text text-anchor="start" x="322.75" y="-1895.7" font-family="arial" font-size="14.00">10</text> +<polygon fill="none" stroke="black" points="0,-1865 0,-1889 253,-1889 253,-1865 0,-1865"/> +<text text-anchor="start" x="108.5" y="-1871.7" font-family="arial" font-size="14.00">I/O10</text> +<polygon fill="none" stroke="black" points="253,-1865 253,-1889 409,-1889 409,-1865 253,-1865"/> +<text text-anchor="start" x="322.75" y="-1871.7" font-family="arial" font-size="14.00">11</text> +<polygon fill="none" stroke="black" points="0,-1841 0,-1865 253,-1865 253,-1841 0,-1841"/> +<text text-anchor="start" x="108.5" y="-1847.7" font-family="arial" font-size="14.00">I/O11</text> +<polygon fill="none" stroke="black" points="253,-1841 253,-1865 409,-1865 409,-1841 253,-1841"/> +<text text-anchor="start" x="322.75" y="-1847.7" font-family="arial" font-size="14.00">12</text> +<polygon fill="none" stroke="black" points="0,-1817 0,-1841 253,-1841 253,-1817 0,-1817"/> +<text text-anchor="start" x="108.5" y="-1823.7" font-family="arial" font-size="14.00">I/O12</text> +<polygon fill="none" stroke="black" points="253,-1817 253,-1841 409,-1841 409,-1817 253,-1817"/> +<text text-anchor="start" x="322.75" y="-1823.7" font-family="arial" font-size="14.00">13</text> +<polygon fill="none" stroke="black" points="0,-1793 0,-1817 253,-1817 253,-1793 0,-1793"/> +<text text-anchor="start" x="108.5" y="-1799.7" font-family="arial" font-size="14.00">I/O13</text> +<polygon fill="none" stroke="black" points="253,-1793 253,-1817 409,-1817 409,-1793 253,-1793"/> +<text text-anchor="start" x="322.75" y="-1799.7" font-family="arial" font-size="14.00">14</text> +<polygon fill="none" stroke="black" points="0,-1769 0,-1793 253,-1793 253,-1769 0,-1769"/> +<text text-anchor="start" x="108.5" y="-1775.7" font-family="arial" font-size="14.00">I/O14</text> +<polygon fill="none" stroke="black" points="253,-1769 253,-1793 409,-1793 409,-1769 253,-1769"/> +<text text-anchor="start" x="322.75" y="-1775.7" font-family="arial" font-size="14.00">15</text> +<polygon fill="none" stroke="black" points="0,-1745 0,-1769 253,-1769 253,-1745 0,-1745"/> +<text text-anchor="start" x="108.5" y="-1751.7" font-family="arial" font-size="14.00">I/O15</text> +<polygon fill="none" stroke="black" points="253,-1745 253,-1769 409,-1769 409,-1745 253,-1745"/> +<text text-anchor="start" x="322.75" y="-1751.7" font-family="arial" font-size="14.00">16</text> +<polygon fill="none" stroke="black" points="0,-1721 0,-1745 253,-1745 253,-1721 0,-1721"/> +<text text-anchor="start" x="108.5" y="-1727.7" font-family="arial" font-size="14.00">I/O16</text> +<polygon fill="none" stroke="black" points="253,-1721 253,-1745 409,-1745 409,-1721 253,-1721"/> +<text text-anchor="start" x="322.75" y="-1727.7" font-family="arial" font-size="14.00">17</text> +<polygon fill="none" stroke="black" points="0,-1697 0,-1721 253,-1721 253,-1697 0,-1697"/> +<text text-anchor="start" x="110.75" y="-1703.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="253,-1697 253,-1721 409,-1721 409,-1697 253,-1697"/> +<text text-anchor="start" x="322.75" y="-1703.7" font-family="arial" font-size="14.00">18</text> +<polygon fill="none" stroke="black" points="0,-1673 0,-1697 253,-1697 253,-1673 0,-1673"/> +<text text-anchor="start" x="90.88" y="-1679.7" font-family="arial" font-size="14.00">RS 232 TX</text> +<polygon fill="none" stroke="black" points="253,-1673 253,-1697 409,-1697 409,-1673 253,-1673"/> +<text text-anchor="start" x="322.75" y="-1679.7" font-family="arial" font-size="14.00">19</text> +<polygon fill="none" stroke="black" points="0,-1649 0,-1673 253,-1673 253,-1649 0,-1649"/> +<text text-anchor="start" x="90.12" y="-1655.7" font-family="arial" font-size="14.00">RS 232 RX</text> +<polygon fill="none" stroke="black" points="253,-1649 253,-1673 409,-1673 409,-1649 253,-1649"/> +<text text-anchor="start" x="322.75" y="-1655.7" font-family="arial" font-size="14.00">20</text> +<polygon fill="none" stroke="black" points="0,-1625 0,-1649 253,-1649 253,-1625 0,-1625"/> +<text text-anchor="start" x="110.75" y="-1631.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="253,-1625 253,-1649 409,-1649 409,-1625 253,-1625"/> +<text text-anchor="start" x="322.75" y="-1631.7" font-family="arial" font-size="14.00">21</text> +<polygon fill="none" stroke="black" points="0,-1601 0,-1625 253,-1625 253,-1601 0,-1601"/> +<text text-anchor="start" x="98.38" y="-1607.7" font-family="arial" font-size="14.00">Analog 4</text> +<polygon fill="none" stroke="black" points="253,-1601 253,-1625 409,-1625 409,-1601 253,-1601"/> +<text text-anchor="start" x="322.75" y="-1607.7" font-family="arial" font-size="14.00">22</text> +<polygon fill="none" stroke="black" points="0,-1577 0,-1601 253,-1601 253,-1577 0,-1577"/> +<text text-anchor="start" x="98.38" y="-1583.7" font-family="arial" font-size="14.00">Analog 5</text> +<polygon fill="none" stroke="black" points="253,-1577 253,-1601 409,-1601 409,-1577 253,-1577"/> +<text text-anchor="start" x="322.75" y="-1583.7" font-family="arial" font-size="14.00">23</text> +<polygon fill="none" stroke="black" points="0,-1553 0,-1577 253,-1577 253,-1553 0,-1553"/> +<text text-anchor="start" x="110.75" y="-1559.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="253,-1553 253,-1577 409,-1577 409,-1553 253,-1553"/> +<text text-anchor="start" x="322.75" y="-1559.7" font-family="arial" font-size="14.00">24</text> +<polygon fill="none" stroke="black" points="0,-1529 0,-1553 253,-1553 253,-1529 0,-1529"/> +<text text-anchor="start" x="102.12" y="-1535.7" font-family="arial" font-size="14.00">CanA P</text> +<polygon fill="none" stroke="black" points="253,-1529 253,-1553 409,-1553 409,-1529 253,-1529"/> +<text text-anchor="start" x="322.75" y="-1535.7" font-family="arial" font-size="14.00">25</text> +<polygon fill="none" stroke="black" points="0,-1505 0,-1529 253,-1529 253,-1505 0,-1505"/> +<text text-anchor="start" x="102.12" y="-1511.7" font-family="arial" font-size="14.00">CanA N</text> +<polygon fill="none" stroke="black" points="253,-1505 253,-1529 409,-1529 409,-1505 253,-1505"/> +<text text-anchor="start" x="322.75" y="-1511.7" font-family="arial" font-size="14.00">26</text> +<polygon fill="none" stroke="black" points="0,-1481 0,-1505 253,-1505 253,-1481 0,-1481"/> +<text text-anchor="start" x="89" y="-1487.7" font-family="arial" font-size="14.00">No Connect</text> +<polygon fill="none" stroke="black" points="253,-1481 253,-1505 409,-1505 409,-1481 253,-1481"/> +<text text-anchor="start" x="322.75" y="-1487.7" font-family="arial" font-size="14.00">27</text> +<polygon fill="none" stroke="black" points="0,-1457 0,-1481 253,-1481 253,-1457 0,-1457"/> +<text text-anchor="start" x="97.62" y="-1463.7" font-family="arial" font-size="14.00">CANB_P</text> +<polygon fill="none" stroke="black" points="253,-1457 253,-1481 409,-1481 409,-1457 253,-1457"/> +<text text-anchor="start" x="322.75" y="-1463.7" font-family="arial" font-size="14.00">28</text> +<polygon fill="none" stroke="black" points="0,-1433 0,-1457 253,-1457 253,-1433 0,-1433"/> +<text text-anchor="start" x="97.62" y="-1439.7" font-family="arial" font-size="14.00">CANB_N</text> +<polygon fill="none" stroke="black" points="253,-1433 253,-1457 409,-1457 409,-1433 253,-1433"/> +<text text-anchor="start" x="322.75" y="-1439.7" font-family="arial" font-size="14.00">29</text> +<polygon fill="none" stroke="black" points="0,-1409 0,-1433 253,-1433 253,-1409 0,-1409"/> +<text text-anchor="start" x="110.75" y="-1415.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="253,-1409 253,-1433 409,-1433 409,-1409 253,-1409"/> +<text text-anchor="start" x="322.75" y="-1415.7" font-family="arial" font-size="14.00">30</text> +<polygon fill="none" stroke="black" points="0,-1385 0,-1409 253,-1409 253,-1385 0,-1385"/> +<text text-anchor="start" x="96.5" y="-1391.7" font-family="arial" font-size="14.00">I2C_CLK</text> +<polygon fill="none" stroke="black" points="253,-1385 253,-1409 409,-1409 409,-1385 253,-1385"/> +<text text-anchor="start" x="322.75" y="-1391.7" font-family="arial" font-size="14.00">31</text> +<polygon fill="none" stroke="black" points="0,-1361 0,-1385 253,-1385 253,-1361 0,-1361"/> +<text text-anchor="start" x="91.25" y="-1367.7" font-family="arial" font-size="14.00">I2C_DATA</text> +<polygon fill="none" stroke="black" points="253,-1361 253,-1385 409,-1385 409,-1361 253,-1361"/> +<text text-anchor="start" x="322.75" y="-1367.7" font-family="arial" font-size="14.00">32</text> +<polygon fill="none" stroke="black" points="0,-1337 0,-1361 253,-1361 253,-1337 0,-1337"/> +<text text-anchor="start" x="110.75" y="-1343.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="253,-1337 253,-1361 409,-1361 409,-1337 253,-1337"/> +<text text-anchor="start" x="322.75" y="-1343.7" font-family="arial" font-size="14.00">33</text> +<polygon fill="none" stroke="black" points="0,-1313 0,-1337 253,-1337 253,-1313 0,-1313"/> +<text text-anchor="start" x="111.5" y="-1319.7" font-family="arial" font-size="14.00">3.3V</text> +<polygon fill="none" stroke="black" points="253,-1313 253,-1337 409,-1337 409,-1313 253,-1313"/> +<text text-anchor="start" x="322.75" y="-1319.7" font-family="arial" font-size="14.00">34</text> +<polygon fill="none" stroke="black" points="0,-1289 0,-1313 253,-1313 253,-1289 0,-1289"/> +<text text-anchor="start" x="110.75" y="-1295.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="253,-1289 253,-1313 409,-1313 409,-1289 253,-1289"/> +<text text-anchor="start" x="322.75" y="-1295.7" font-family="arial" font-size="14.00">35</text> +<polygon fill="none" stroke="black" points="0,-1265 0,-1289 253,-1289 253,-1265 0,-1265"/> +<text text-anchor="start" x="117.5" y="-1271.7" font-family="arial" font-size="14.00">5V</text> +<polygon fill="none" stroke="black" points="253,-1265 253,-1289 409,-1289 409,-1265 253,-1265"/> +<text text-anchor="start" x="322.75" y="-1271.7" font-family="arial" font-size="14.00">36</text> +<polygon fill="none" stroke="black" points="0,-1241 0,-1265 253,-1265 253,-1241 0,-1241"/> +<text text-anchor="start" x="110.75" y="-1247.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="253,-1241 253,-1265 409,-1265 409,-1241 253,-1241"/> +<text text-anchor="start" x="322.75" y="-1247.7" font-family="arial" font-size="14.00">37</text> +<polygon fill="none" stroke="black" points="0,-1217 0,-1241 253,-1241 253,-1217 0,-1217"/> +<text text-anchor="start" x="88.25" y="-1223.7" font-family="arial" font-size="14.00">ANALOG_1</text> +<polygon fill="none" stroke="black" points="253,-1217 253,-1241 409,-1241 409,-1217 253,-1217"/> +<text text-anchor="start" x="322.75" y="-1223.7" font-family="arial" font-size="14.00">38</text> +<polygon fill="none" stroke="black" points="0,-1193 0,-1217 253,-1217 253,-1193 0,-1193"/> +<text text-anchor="start" x="88.25" y="-1199.7" font-family="arial" font-size="14.00">ANALOG_2</text> +<polygon fill="none" stroke="black" points="253,-1193 253,-1217 409,-1217 409,-1193 253,-1193"/> +<text text-anchor="start" x="322.75" y="-1199.7" font-family="arial" font-size="14.00">39</text> +<polygon fill="none" stroke="black" points="0,-1169 0,-1193 253,-1193 253,-1169 0,-1169"/> +<text text-anchor="start" x="88.25" y="-1175.7" font-family="arial" font-size="14.00">ANALOG_3</text> +<polygon fill="none" stroke="black" points="253,-1169 253,-1193 409,-1193 409,-1169 253,-1169"/> +<text text-anchor="start" x="322.75" y="-1175.7" font-family="arial" font-size="14.00">40</text> +<polygon fill="none" stroke="black" points="0,-1145 0,-1169 253,-1169 253,-1145 0,-1145"/> +<text text-anchor="start" x="110.75" y="-1151.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="253,-1145 253,-1169 409,-1169 409,-1145 253,-1145"/> +<text text-anchor="start" x="322.75" y="-1151.7" font-family="arial" font-size="14.00">41</text> +<polygon fill="none" stroke="black" points="0,-1121 0,-1145 253,-1145 253,-1121 0,-1121"/> +<text text-anchor="start" x="89.38" y="-1127.7" font-family="arial" font-size="14.00">FTS1_OUT</text> +<polygon fill="none" stroke="black" points="253,-1121 253,-1145 409,-1145 409,-1121 253,-1121"/> +<text text-anchor="start" x="322.75" y="-1127.7" font-family="arial" font-size="14.00">42</text> +<polygon fill="none" stroke="black" points="0,-1097 0,-1121 253,-1121 253,-1097 0,-1097"/> +<text text-anchor="start" x="89.38" y="-1103.7" font-family="arial" font-size="14.00">FTS2_OUT</text> +<polygon fill="none" stroke="black" points="253,-1097 253,-1121 409,-1121 409,-1097 253,-1097"/> +<text text-anchor="start" x="322.75" y="-1103.7" font-family="arial" font-size="14.00">43</text> +<polygon fill="none" stroke="black" points="0,-1073 0,-1097 253,-1097 253,-1073 0,-1073"/> +<text text-anchor="start" x="110.75" y="-1079.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="253,-1073 253,-1097 409,-1097 409,-1073 253,-1073"/> +<text text-anchor="start" x="322.75" y="-1079.7" font-family="arial" font-size="14.00">44</text> +<polygon fill="none" stroke="black" points="0,-1049 0,-1073 253,-1073 253,-1049 0,-1049"/> +<text text-anchor="start" x="89" y="-1055.7" font-family="arial" font-size="14.00">V_ARB_TX</text> +<polygon fill="none" stroke="black" points="253,-1049 253,-1073 409,-1073 409,-1049 253,-1049"/> +<text text-anchor="start" x="322.75" y="-1055.7" font-family="arial" font-size="14.00">45</text> +<polygon fill="none" stroke="black" points="0,-1025 0,-1049 253,-1049 253,-1025 0,-1025"/> +<text text-anchor="start" x="88.25" y="-1031.7" font-family="arial" font-size="14.00">V_ARB_RX</text> +<polygon fill="none" stroke="black" points="253,-1025 253,-1049 409,-1049 409,-1025 253,-1025"/> +<text text-anchor="start" x="322.75" y="-1031.7" font-family="arial" font-size="14.00">46</text> +<polygon fill="none" stroke="black" points="0,-1001 0,-1025 253,-1025 253,-1001 0,-1001"/> +<text text-anchor="start" x="110.75" y="-1007.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="253,-1001 253,-1025 409,-1025 409,-1001 253,-1001"/> +<text text-anchor="start" x="322.75" y="-1007.7" font-family="arial" font-size="14.00">47</text> +<polygon fill="none" stroke="black" points="0,-977 0,-1001 253,-1001 253,-977 0,-977"/> +<text text-anchor="start" x="83" y="-983.7" font-family="arial" font-size="14.00">V_ARB_VCC</text> +<polygon fill="none" stroke="black" points="253,-977 253,-1001 409,-1001 409,-977 253,-977"/> +<text text-anchor="start" x="322.75" y="-983.7" font-family="arial" font-size="14.00">48</text> +<polygon fill="none" stroke="black" points="0,-953 0,-977 253,-977 253,-953 0,-953"/> +<text text-anchor="start" x="69.88" y="-959.7" font-family="arial" font-size="14.00">FTS3_OUT_MPU</text> +<polygon fill="none" stroke="black" points="253,-953 253,-977 409,-977 409,-953 253,-953"/> +<text text-anchor="start" x="322.75" y="-959.7" font-family="arial" font-size="14.00">49</text> +<polygon fill="none" stroke="black" points="0,-929 0,-953 253,-953 253,-929 0,-929"/> +<text text-anchor="start" x="75.88" y="-935.7" font-family="arial" font-size="14.00">OUT_RS485_P</text> +<polygon fill="none" stroke="black" points="253,-929 253,-953 409,-953 409,-929 253,-929"/> +<text text-anchor="start" x="322.75" y="-935.7" font-family="arial" font-size="14.00">50</text> +<polygon fill="none" stroke="black" points="0,-905 0,-929 253,-929 253,-905 0,-905"/> +<text text-anchor="start" x="75.88" y="-911.7" font-family="arial" font-size="14.00">OUT_RS485_N</text> +<polygon fill="none" stroke="black" points="253,-905 253,-929 409,-929 409,-905 253,-905"/> +<text text-anchor="start" x="322.75" y="-911.7" font-family="arial" font-size="14.00">51</text> +<polygon fill="none" stroke="black" points="0,-881 0,-905 253,-905 253,-881 0,-881"/> +<text text-anchor="start" x="83.75" y="-887.7" font-family="arial" font-size="14.00">IN_RS845_N</text> +<polygon fill="none" stroke="black" points="253,-881 253,-905 409,-905 409,-881 253,-881"/> +<text text-anchor="start" x="322.75" y="-887.7" font-family="arial" font-size="14.00">52</text> +<polygon fill="none" stroke="black" points="0,-857 0,-881 253,-881 253,-857 0,-857"/> +<text text-anchor="start" x="83.75" y="-863.7" font-family="arial" font-size="14.00">IN_RS845_P</text> +<polygon fill="none" stroke="black" points="253,-857 253,-881 409,-881 409,-857 253,-857"/> +<text text-anchor="start" x="322.75" y="-863.7" font-family="arial" font-size="14.00">53</text> +<polygon fill="none" stroke="black" points="0,-833 0,-857 253,-857 253,-833 0,-833"/> +<text text-anchor="start" x="81.88" y="-839.7" font-family="arial" font-size="14.00">RS-485_GND</text> +<polygon fill="none" stroke="black" points="253,-833 253,-857 409,-857 409,-833 253,-833"/> +<text text-anchor="start" x="322.75" y="-839.7" font-family="arial" font-size="14.00">54</text> +<polygon fill="none" stroke="black" points="0,-809 0,-833 253,-833 253,-809 0,-809"/> +<text text-anchor="start" x="97.25" y="-815.7" font-family="arial" font-size="14.00">EQEP_A</text> +<polygon fill="none" stroke="black" points="253,-809 253,-833 409,-833 409,-809 253,-809"/> +<text text-anchor="start" x="322.75" y="-815.7" font-family="arial" font-size="14.00">55</text> +<polygon fill="none" stroke="black" points="0,-785 0,-809 253,-809 253,-785 0,-785"/> +<text text-anchor="start" x="97.25" y="-791.7" font-family="arial" font-size="14.00">EQEP_B</text> +<polygon fill="none" stroke="black" points="253,-785 253,-809 409,-809 409,-785 253,-785"/> +<text text-anchor="start" x="322.75" y="-791.7" font-family="arial" font-size="14.00">56</text> +<polygon fill="none" stroke="black" points="0,-761 0,-785 253,-785 253,-761 0,-761"/> +<text text-anchor="start" x="97.25" y="-767.7" font-family="arial" font-size="14.00">EQEP_S</text> +<polygon fill="none" stroke="black" points="253,-761 253,-785 409,-785 409,-761 253,-761"/> +<text text-anchor="start" x="322.75" y="-767.7" font-family="arial" font-size="14.00">57</text> +<polygon fill="none" stroke="black" points="0,-737 0,-761 253,-761 253,-737 0,-737"/> +<text text-anchor="start" x="99.88" y="-743.7" font-family="arial" font-size="14.00">EQEP_I</text> +<polygon fill="none" stroke="black" points="253,-737 253,-761 409,-761 409,-737 253,-737"/> +<text text-anchor="start" x="322.75" y="-743.7" font-family="arial" font-size="14.00">58</text> +<polygon fill="none" stroke="black" points="0,-713 0,-737 253,-737 253,-713 0,-713"/> +<text text-anchor="start" x="110.75" y="-719.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="253,-713 253,-737 409,-737 409,-713 253,-713"/> +<text text-anchor="start" x="322.75" y="-719.7" font-family="arial" font-size="14.00">59</text> +<polygon fill="none" stroke="black" points="0,-689 0,-713 253,-713 253,-689 0,-689"/> +<text text-anchor="start" x="88.62" y="-695.7" font-family="arial" font-size="14.00">V_USB_DP</text> +<polygon fill="none" stroke="black" points="253,-689 253,-713 409,-713 409,-689 253,-689"/> +<text text-anchor="start" x="322.75" y="-695.7" font-family="arial" font-size="14.00">60</text> +<polygon fill="none" stroke="black" points="0,-665 0,-689 253,-689 253,-665 0,-665"/> +<text text-anchor="start" x="88.62" y="-671.7" font-family="arial" font-size="14.00">V_USB_DN</text> +<polygon fill="none" stroke="black" points="253,-665 253,-689 409,-689 409,-665 253,-665"/> +<text text-anchor="start" x="322.75" y="-671.7" font-family="arial" font-size="14.00">61</text> +<polygon fill="none" stroke="black" points="0,-641 0,-665 253,-665 253,-641 0,-641"/> +<text text-anchor="start" x="91.25" y="-647.7" font-family="arial" font-size="14.00">V_USB_ID</text> +<polygon fill="none" stroke="black" points="253,-641 253,-665 409,-665 409,-641 253,-641"/> +<text text-anchor="start" x="322.75" y="-647.7" font-family="arial" font-size="14.00">62</text> +<polygon fill="none" stroke="black" points="0,-617 0,-641 253,-641 253,-617 0,-617"/> +<text text-anchor="start" x="74" y="-623.7" font-family="arial" font-size="14.00">FTS_OUT_MPU</text> +<polygon fill="none" stroke="black" points="253,-617 253,-641 409,-641 409,-617 253,-617"/> +<text text-anchor="start" x="322.75" y="-623.7" font-family="arial" font-size="14.00">63</text> +<polygon fill="none" stroke="black" points="0,-593 0,-617 253,-617 253,-593 0,-593"/> +<text text-anchor="start" x="69.88" y="-599.7" font-family="arial" font-size="14.00">FTS2_OUT_MPU</text> +<polygon fill="none" stroke="black" points="253,-593 253,-617 409,-617 409,-593 253,-593"/> +<text text-anchor="start" x="322.75" y="-599.7" font-family="arial" font-size="14.00">64</text> +<polygon fill="none" stroke="black" points="0,-569 0,-593 253,-593 253,-569 0,-569"/> +<text text-anchor="start" x="110.75" y="-575.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="253,-569 253,-593 409,-593 409,-569 253,-569"/> +<text text-anchor="start" x="322.75" y="-575.7" font-family="arial" font-size="14.00">65</text> +<polygon fill="none" stroke="black" points="0,-545 0,-569 253,-569 253,-545 0,-545"/> +<text text-anchor="start" x="110.75" y="-551.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="253,-545 253,-569 409,-569 409,-545 253,-545"/> +<text text-anchor="start" x="322.75" y="-551.7" font-family="arial" font-size="14.00">66</text> +<polygon fill="none" stroke="black" points="0,-521 0,-545 253,-545 253,-521 0,-521"/> +<text text-anchor="start" x="111.12" y="-527.7" font-family="arial" font-size="14.00">VCC</text> +<polygon fill="none" stroke="black" points="253,-521 253,-545 409,-545 409,-521 253,-521"/> +<text text-anchor="start" x="322.75" y="-527.7" font-family="arial" font-size="14.00">67</text> +<polygon fill="none" stroke="black" points="0,-497 0,-521 253,-521 253,-497 0,-497"/> +<text text-anchor="start" x="111.12" y="-503.7" font-family="arial" font-size="14.00">VCC</text> +<polygon fill="none" stroke="black" points="253,-497 253,-521 409,-521 409,-497 253,-497"/> +<text text-anchor="start" x="322.75" y="-503.7" font-family="arial" font-size="14.00">68</text> +<polyline fill="none" stroke="black" points="409,-98 409,-497 0,-497 0,-98"/> +<image xlink:href="images\CEX_plug.png" width="401px" height="391px" preserveAspectRatio="xMinYMin meet" x="4" y="-493"/> +<polyline fill="none" stroke="black" points="0,-98 0,-73.5 409,-73.5 409,-98"/> +<text text-anchor="start" x="60.5" y="-80.7" font-family="arial" font-size="14.00">68 pin connector for Autopilot 1x (frontal view)</text> +<polygon fill="none" stroke="black" points="0,-49 0,-73.5 409,-73.5 409,-49 0,-49"/> +<text text-anchor="start" x="132.12" y="-56.2" font-family="arial" font-size="14.00">Additional components</text> +<polygon fill="none" stroke="black" points="0,-24.5 0,-49 409,-49 409,-24.5 0,-24.5"/> +<text text-anchor="start" x="4" y="-31.7" font-family="arial" font-size="14.00">68 x #12 (Crimp)</text> +<polygon fill="none" stroke="black" points="0,0 0,-24.5 409,-24.5 409,0 0,0"/> +<text text-anchor="start" x="168.5" y="-7.2" font-family="arial" font-size="14.00">Veronte 1X</text> +</g> +<!-- W1 --> +<g id="node53" class="node"> +<title>W1</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="890,-2982.75 556,-2982.75 556,-2767.25 890,-2767.25 890,-2982.75"/> +<polygon fill="none" stroke="black" points="556,-2958.25 556,-2982.75 890,-2982.75 890,-2958.25 556,-2958.25"/> +<text text-anchor="start" x="711.75" y="-2965.45" font-family="arial" font-size="14.00">W1</text> +<polygon fill="none" stroke="black" points="556,-2933.75 556,-2958.25 618.69,-2958.25 618.69,-2933.75 556,-2933.75"/> +<text text-anchor="start" x="579.84" y="-2940.95" font-family="arial" font-size="14.00">2x</text> +<polygon fill="none" stroke="black" points="618.69,-2933.75 618.69,-2958.25 721.88,-2958.25 721.88,-2933.75 618.69,-2933.75"/> +<text text-anchor="start" x="642.53" y="-2940.95" font-family="arial" font-size="14.00">22 AWG</text> +<polygon fill="none" stroke="black" points="721.88,-2933.75 721.88,-2958.25 791.31,-2958.25 791.31,-2933.75 721.88,-2933.75"/> +<text text-anchor="start" x="745.72" y="-2940.95" font-family="arial" font-size="14.00">+ S</text> +<polygon fill="none" stroke="black" points="791.31,-2933.75 791.31,-2958.25 890,-2958.25 890,-2933.75 791.31,-2933.75"/> +<text text-anchor="start" x="815.16" y="-2940.95" font-family="arial" font-size="14.00">1.0 Inch</text> +<text text-anchor="start" x="628.12" y="-2918.45" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="557.62" y="-2898.45" font-family="arial" font-size="14.00">Veronte 1X:25:CanA P</text> +<text text-anchor="start" x="705.88" y="-2898.45" font-family="arial" font-size="14.00">     BKWH    </text> +<polygon fill="#000000" stroke="none" points="556,-2891.75 556,-2893.75 890,-2893.75 890,-2891.75 556,-2891.75"/> +<polygon fill="#000000" stroke="none" points="556,-2889.75 556,-2891.75 890,-2891.75 890,-2889.75 556,-2889.75"/> +<polygon fill="#ffffff" stroke="none" points="556,-2887.75 556,-2889.75 890,-2889.75 890,-2887.75 556,-2887.75"/> +<polygon fill="#000000" stroke="none" points="556,-2885.75 556,-2887.75 890,-2887.75 890,-2885.75 556,-2885.75"/> +<polygon fill="#000000" stroke="none" points="556,-2883.75 556,-2885.75 890,-2885.75 890,-2883.75 556,-2883.75"/> +<text text-anchor="start" x="557.62" y="-2868.45" font-family="arial" font-size="14.00">Veronte 1X:26:CanA N</text> +<text text-anchor="start" x="708.12" y="-2868.45" font-family="arial" font-size="14.00">     BKBN    </text> +<polygon fill="#000000" stroke="none" points="556,-2861.75 556,-2863.75 890,-2863.75 890,-2861.75 556,-2861.75"/> +<polygon fill="#000000" stroke="none" points="556,-2859.75 556,-2861.75 890,-2861.75 890,-2859.75 556,-2859.75"/> +<polygon fill="#895956" stroke="none" points="556,-2857.75 556,-2859.75 890,-2859.75 890,-2857.75 556,-2857.75"/> +<polygon fill="#000000" stroke="none" points="556,-2855.75 556,-2857.75 890,-2857.75 890,-2855.75 556,-2855.75"/> +<polygon fill="#000000" stroke="none" points="556,-2853.75 556,-2855.75 890,-2855.75 890,-2853.75 556,-2853.75"/> +<text text-anchor="start" x="628.12" y="-2838.45" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="724.62" y="-2818.45" font-family="arial" font-size="14.00">Shield</text> +<text text-anchor="start" x="786.88" y="-2818.45" font-family="arial" font-size="14.00">shield2:1:Shield</text> +<polygon fill="#000000" stroke="none" points="556,-2811.75 556,-2813.75 890,-2813.75 890,-2811.75 556,-2811.75"/> +<text text-anchor="start" x="628.12" y="-2796.45" font-family="arial" font-size="14.00"> </text> +<polygon fill="none" stroke="black" points="556,-2767.25 556,-2791.75 890,-2791.75 890,-2767.25 556,-2767.25"/> +<text text-anchor="start" x="684" y="-2774.45" font-family="arial" font-size="14.00">Twisted Pair</text> +</g> +<!-- Veronte 1X--W1 --> +<g id="edge1" class="edge"> +<title>Veronte 1X:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1537C714.04,-1542.28 257.54,-2890.03 555,-2884.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1539C712.15,-1541.64 255.64,-2889.39 555,-2886.75"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-1541C710.25,-1541 253.75,-2888.75 555,-2888.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1543C708.36,-1540.36 251.85,-2888.11 555,-2890.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1545C706.46,-1539.72 249.96,-2887.47 555,-2892.75"/> +</g> +<!-- Veronte 1X--W1 --> +<g id="edge2" class="edge"> +<title>Veronte 1X:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1513C712.72,-1518.28 258.86,-2860.03 555,-2854.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1515C710.82,-1517.64 256.97,-2859.39 555,-2856.75"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-1517C708.93,-1517 255.07,-2858.75 555,-2858.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1519C707.03,-1516.36 253.18,-2858.11 555,-2860.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1521C705.14,-1515.72 251.28,-2857.47 555,-2862.75"/> +</g> +<!-- W3 --> +<g id="node54" class="node"> +<title>W3</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="886.5,-3295.75 559.5,-3295.75 559.5,-3080.25 886.5,-3080.25 886.5,-3295.75"/> +<polygon fill="none" stroke="black" points="559.5,-3271.25 559.5,-3295.75 886.5,-3295.75 886.5,-3271.25 559.5,-3271.25"/> +<text text-anchor="start" x="711.75" y="-3278.45" font-family="arial" font-size="14.00">W3</text> +<polygon fill="none" stroke="black" points="559.5,-3246.75 559.5,-3271.25 619.88,-3271.25 619.88,-3246.75 559.5,-3246.75"/> +<text text-anchor="start" x="582.19" y="-3253.95" font-family="arial" font-size="14.00">2x</text> +<polygon fill="none" stroke="black" points="619.88,-3246.75 619.88,-3271.25 720.75,-3271.25 720.75,-3246.75 619.88,-3246.75"/> +<text text-anchor="start" x="642.56" y="-3253.95" font-family="arial" font-size="14.00">22 AWG</text> +<polygon fill="none" stroke="black" points="720.75,-3246.75 720.75,-3271.25 787.88,-3271.25 787.88,-3246.75 720.75,-3246.75"/> +<text text-anchor="start" x="743.44" y="-3253.95" font-family="arial" font-size="14.00">+ S</text> +<polygon fill="none" stroke="black" points="787.88,-3246.75 787.88,-3271.25 886.5,-3271.25 886.5,-3246.75 787.88,-3246.75"/> +<text text-anchor="start" x="810.56" y="-3253.95" font-family="arial" font-size="14.00">0.3 TBD</text> +<text text-anchor="start" x="643.62" y="-3231.45" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="561.88" y="-3211.45" font-family="arial" font-size="14.00">Veronte 1X:19:RS 232 TX</text> +<text text-anchor="start" x="733.38" y="-3211.45" font-family="arial" font-size="14.00">     PKWH    </text> +<text text-anchor="start" x="814.25" y="-3211.45" font-family="arial" font-size="14.00">Radio:2:Rx</text> +<polygon fill="#000000" stroke="none" points="559.5,-3204.75 559.5,-3206.75 886.5,-3206.75 886.5,-3204.75 559.5,-3204.75"/> +<polygon fill="#ff66cc" stroke="none" points="559.5,-3202.75 559.5,-3204.75 886.5,-3204.75 886.5,-3202.75 559.5,-3202.75"/> +<polygon fill="#ffffff" stroke="none" points="559.5,-3200.75 559.5,-3202.75 886.5,-3202.75 886.5,-3200.75 559.5,-3200.75"/> +<polygon fill="#ff66cc" stroke="none" points="559.5,-3198.75 559.5,-3200.75 886.5,-3200.75 886.5,-3198.75 559.5,-3198.75"/> +<polygon fill="#000000" stroke="none" points="559.5,-3196.75 559.5,-3198.75 886.5,-3198.75 886.5,-3196.75 559.5,-3196.75"/> +<text text-anchor="start" x="561.12" y="-3181.45" font-family="arial" font-size="14.00">Veronte 1X:20:RS 232 RX</text> +<text text-anchor="start" x="735.62" y="-3181.45" font-family="arial" font-size="14.00">     BNPK    </text> +<text text-anchor="start" x="815" y="-3181.45" font-family="arial" font-size="14.00">Radio:1:Tx</text> +<polygon fill="#000000" stroke="none" points="559.5,-3174.75 559.5,-3176.75 886.5,-3176.75 886.5,-3174.75 559.5,-3174.75"/> +<polygon fill="#895956" stroke="none" points="559.5,-3172.75 559.5,-3174.75 886.5,-3174.75 886.5,-3172.75 559.5,-3172.75"/> +<polygon fill="#ff66cc" stroke="none" points="559.5,-3170.75 559.5,-3172.75 886.5,-3172.75 886.5,-3170.75 559.5,-3170.75"/> +<polygon fill="#895956" stroke="none" points="559.5,-3168.75 559.5,-3170.75 886.5,-3170.75 886.5,-3168.75 559.5,-3168.75"/> +<polygon fill="#000000" stroke="none" points="559.5,-3166.75 559.5,-3168.75 886.5,-3168.75 886.5,-3166.75 559.5,-3166.75"/> +<text text-anchor="start" x="643.62" y="-3151.45" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="752.12" y="-3131.45" font-family="arial" font-size="14.00">Shield</text> +<polygon fill="#000000" stroke="none" points="559.5,-3124.75 559.5,-3126.75 886.5,-3126.75 886.5,-3124.75 559.5,-3124.75"/> +<text text-anchor="start" x="643.62" y="-3109.45" font-family="arial" font-size="14.00"> </text> +<polygon fill="none" stroke="black" points="559.5,-3080.25 559.5,-3104.75 886.5,-3104.75 886.5,-3080.25 559.5,-3080.25"/> +<text text-anchor="start" x="684" y="-3087.45" font-family="arial" font-size="14.00">Twisted Pair</text> +</g> +<!-- Veronte 1X--W3 --> +<g id="edge13" class="edge"> +<title>Veronte 1X:e--W3:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1681C751.47,-1686.31 223.59,-3203.06 558.5,-3197.75"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1683C749.58,-1685.66 221.7,-3202.41 558.5,-3199.75"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-1685C747.69,-1685 219.81,-3201.75 558.5,-3201.75"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1687C745.8,-1684.34 217.92,-3201.09 558.5,-3203.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1689C743.91,-1683.69 216.03,-3200.44 558.5,-3205.75"/> +</g> +<!-- Veronte 1X--W3 --> +<g id="edge15" class="edge"> +<title>Veronte 1X:e--W3:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1657C750.14,-1662.31 224.92,-3173.06 558.5,-3167.75"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-1659C748.25,-1661.66 223.03,-3172.41 558.5,-3169.75"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1661C746.36,-1661 221.14,-3171.75 558.5,-3171.75"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-1663C744.47,-1660.34 219.25,-3171.09 558.5,-3173.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1665C742.58,-1659.69 217.36,-3170.44 558.5,-3175.75"/> +</g> +<!-- W6 --> +<g id="node55" class="node"> +<title>W6</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="893,-2479.75 553,-2479.75 553,-2234.25 893,-2234.25 893,-2479.75"/> +<polygon fill="none" stroke="black" points="553,-2455.25 553,-2479.75 893,-2479.75 893,-2455.25 553,-2455.25"/> +<text text-anchor="start" x="711.75" y="-2462.45" font-family="arial" font-size="14.00">W6</text> +<polygon fill="none" stroke="black" points="553,-2430.75 553,-2455.25 611.19,-2455.25 611.19,-2430.75 553,-2430.75"/> +<text text-anchor="start" x="574.59" y="-2437.95" font-family="arial" font-size="14.00">3x</text> +<polygon fill="none" stroke="black" points="611.19,-2430.75 611.19,-2455.25 709.88,-2455.25 709.88,-2430.75 611.19,-2430.75"/> +<text text-anchor="start" x="632.78" y="-2437.95" font-family="arial" font-size="14.00">22 AWG</text> +<polygon fill="none" stroke="black" points="709.88,-2430.75 709.88,-2455.25 774.81,-2455.25 774.81,-2430.75 709.88,-2430.75"/> +<text text-anchor="start" x="731.47" y="-2437.95" font-family="arial" font-size="14.00">+ S</text> +<polygon fill="none" stroke="black" points="774.81,-2430.75 774.81,-2455.25 893,-2455.25 893,-2430.75 774.81,-2430.75"/> +<text text-anchor="start" x="796.41" y="-2437.95" font-family="arial" font-size="14.00">40.0 Inches</text> +<text text-anchor="start" x="629.62" y="-2415.45" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="554.62" y="-2395.45" font-family="arial" font-size="14.00">Veronte 1X:28:CANB_P</text> +<text text-anchor="start" x="712.25" y="-2395.45" font-family="arial" font-size="14.00">     GNYE    </text> +<polygon fill="#000000" stroke="none" points="553,-2388.75 553,-2390.75 893,-2390.75 893,-2388.75 553,-2388.75"/> +<polygon fill="#00ff00" stroke="none" points="553,-2386.75 553,-2388.75 893,-2388.75 893,-2386.75 553,-2386.75"/> +<polygon fill="#ffff00" stroke="none" points="553,-2384.75 553,-2386.75 893,-2386.75 893,-2384.75 553,-2384.75"/> +<polygon fill="#00ff00" stroke="none" points="553,-2382.75 553,-2384.75 893,-2384.75 893,-2382.75 553,-2382.75"/> +<polygon fill="#000000" stroke="none" points="553,-2380.75 553,-2382.75 893,-2382.75 893,-2380.75 553,-2380.75"/> +<text text-anchor="start" x="554.62" y="-2365.45" font-family="arial" font-size="14.00">Veronte 1X:29:CANB_N</text> +<text text-anchor="start" x="711.88" y="-2365.45" font-family="arial" font-size="14.00">     GNPK    </text> +<polygon fill="#000000" stroke="none" points="553,-2358.75 553,-2360.75 893,-2360.75 893,-2358.75 553,-2358.75"/> +<polygon fill="#00ff00" stroke="none" points="553,-2356.75 553,-2358.75 893,-2358.75 893,-2356.75 553,-2356.75"/> +<polygon fill="#ff66cc" stroke="none" points="553,-2354.75 553,-2356.75 893,-2356.75 893,-2354.75 553,-2354.75"/> +<polygon fill="#00ff00" stroke="none" points="553,-2352.75 553,-2354.75 893,-2354.75 893,-2352.75 553,-2352.75"/> +<polygon fill="#000000" stroke="none" points="553,-2350.75 553,-2352.75 893,-2352.75 893,-2350.75 553,-2350.75"/> +<text text-anchor="start" x="567.75" y="-2335.45" font-family="arial" font-size="14.00">Veronte 1X:30:GND</text> +<text text-anchor="start" x="713" y="-2335.45" font-family="arial" font-size="14.00">     PKYE    </text> +<polygon fill="#000000" stroke="none" points="553,-2328.75 553,-2330.75 893,-2330.75 893,-2328.75 553,-2328.75"/> +<polygon fill="#ff66cc" stroke="none" points="553,-2326.75 553,-2328.75 893,-2328.75 893,-2326.75 553,-2326.75"/> +<polygon fill="#ffff00" stroke="none" points="553,-2324.75 553,-2326.75 893,-2326.75 893,-2324.75 553,-2324.75"/> +<polygon fill="#ff66cc" stroke="none" points="553,-2322.75 553,-2324.75 893,-2324.75 893,-2322.75 553,-2322.75"/> +<polygon fill="#000000" stroke="none" points="553,-2320.75 553,-2322.75 893,-2322.75 893,-2320.75 553,-2320.75"/> +<text text-anchor="start" x="629.62" y="-2305.45" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="729.12" y="-2285.45" font-family="arial" font-size="14.00">Shield</text> +<text text-anchor="start" x="789.88" y="-2285.45" font-family="arial" font-size="14.00">shield1:1:Shield</text> +<polygon fill="#000000" stroke="none" points="553,-2278.75 553,-2280.75 893,-2280.75 893,-2278.75 553,-2278.75"/> +<text text-anchor="start" x="629.62" y="-2263.45" font-family="arial" font-size="14.00"> </text> +<polygon fill="none" stroke="black" points="553,-2234.25 553,-2258.75 893,-2258.75 893,-2234.25 553,-2234.25"/> +<text text-anchor="start" x="628.12" y="-2241.45" font-family="arial" font-size="14.00">Twisted Pair | Veronte to ECU</text> +</g> +<!-- Veronte 1X--W6 --> +<g id="edge24" class="edge"> +<title>Veronte 1X:e--W6:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1465C824.65,-1471.38 143.77,-2388.13 553,-2381.75"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1467C823.05,-1470.19 142.17,-2386.94 553,-2383.75"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-1469C821.44,-1469 140.56,-2385.75 553,-2385.75"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1471C819.83,-1467.81 138.95,-2384.56 553,-2387.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1473C818.23,-1466.62 137.35,-2383.37 553,-2389.75"/> +</g> +<!-- Veronte 1X--W6 --> +<g id="edge26" class="edge"> +<title>Veronte 1X:e--W6:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1441C822.02,-1447.38 146.41,-2358.13 553,-2351.75"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1443C820.41,-1446.19 144.8,-2356.94 553,-2353.75"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1445C818.81,-1445 143.19,-2355.75 553,-2355.75"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1447C817.2,-1443.81 141.59,-2354.56 553,-2357.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1449C815.59,-1442.62 139.98,-2353.37 553,-2359.75"/> +</g> +<!-- Veronte 1X--W6 --> +<g id="edge28" class="edge"> +<title>Veronte 1X:e--W6:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1417C819.39,-1423.38 149.04,-2328.13 553,-2321.75"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1419C817.78,-1422.19 147.43,-2326.94 553,-2323.75"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-1421C816.17,-1421 145.83,-2325.75 553,-2325.75"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1423C814.57,-1419.81 144.22,-2324.56 553,-2327.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1425C812.96,-1418.62 142.61,-2323.37 553,-2329.75"/> +</g> +<!-- W8 --> +<g id="node57" class="node"> +<title>W8</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="872.5,-2210.5 573.5,-2210.5 573.5,-351.5 872.5,-351.5 872.5,-2210.5"/> +<polygon fill="none" stroke="black" points="573.5,-2186 573.5,-2210.5 872.5,-2210.5 872.5,-2186 573.5,-2186"/> +<text text-anchor="start" x="711.75" y="-2193.2" font-family="arial" font-size="14.00">W8</text> +<polygon fill="none" stroke="black" points="573.5,-2161.5 573.5,-2186 658.17,-2186 658.17,-2161.5 573.5,-2161.5"/> +<text text-anchor="start" x="604.21" y="-2168.7" font-family="arial" font-size="14.00">59x</text> +<polygon fill="none" stroke="black" points="658.17,-2161.5 658.17,-2186 775.08,-2186 775.08,-2161.5 658.17,-2161.5"/> +<text text-anchor="start" x="688.88" y="-2168.7" font-family="arial" font-size="14.00">22 AWG</text> +<polygon fill="none" stroke="black" points="775.08,-2161.5 775.08,-2186 872.5,-2186 872.5,-2161.5 775.08,-2161.5"/> +<text text-anchor="start" x="805.79" y="-2168.7" font-family="arial" font-size="14.00">0.3 m</text> +<text text-anchor="start" x="678.12" y="-2146.2" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="622.25" y="-2126.2" font-family="arial" font-size="14.00">Veronte 1X:1:I/O1</text> +<text text-anchor="start" x="798.62" y="-2126.2" font-family="arial" font-size="14.00">     WH    </text> +<polygon fill="#000000" stroke="none" points="573.5,-2119.5 573.5,-2121.5 872.5,-2121.5 872.5,-2119.5 573.5,-2119.5"/> +<polygon fill="#ffffff" stroke="none" points="573.5,-2117.5 573.5,-2119.5 872.5,-2119.5 872.5,-2117.5 573.5,-2117.5"/> +<polygon fill="#ffffff" stroke="none" points="573.5,-2115.5 573.5,-2117.5 872.5,-2117.5 872.5,-2115.5 573.5,-2115.5"/> +<polygon fill="#ffffff" stroke="none" points="573.5,-2113.5 573.5,-2115.5 872.5,-2115.5 872.5,-2113.5 573.5,-2113.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-2111.5 573.5,-2113.5 872.5,-2113.5 872.5,-2111.5 573.5,-2111.5"/> +<text text-anchor="start" x="622.25" y="-2096.2" font-family="arial" font-size="14.00">Veronte 1X:4:I/O4</text> +<text text-anchor="start" x="801.25" y="-2096.2" font-family="arial" font-size="14.00">     YE    </text> +<polygon fill="#000000" stroke="none" points="573.5,-2089.5 573.5,-2091.5 872.5,-2091.5 872.5,-2089.5 573.5,-2089.5"/> +<polygon fill="#ffff00" stroke="none" points="573.5,-2087.5 573.5,-2089.5 872.5,-2089.5 872.5,-2087.5 573.5,-2087.5"/> +<polygon fill="#ffff00" stroke="none" points="573.5,-2085.5 573.5,-2087.5 872.5,-2087.5 872.5,-2085.5 573.5,-2085.5"/> +<polygon fill="#ffff00" stroke="none" points="573.5,-2083.5 573.5,-2085.5 872.5,-2085.5 872.5,-2083.5 573.5,-2083.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-2081.5 573.5,-2083.5 872.5,-2083.5 872.5,-2081.5 573.5,-2081.5"/> +<text text-anchor="start" x="622.25" y="-2066.2" font-family="arial" font-size="14.00">Veronte 1X:5:I/O5</text> +<text text-anchor="start" x="800.5" y="-2066.2" font-family="arial" font-size="14.00">     GY    </text> +<polygon fill="#000000" stroke="none" points="573.5,-2059.5 573.5,-2061.5 872.5,-2061.5 872.5,-2059.5 573.5,-2059.5"/> +<polygon fill="#999999" stroke="none" points="573.5,-2057.5 573.5,-2059.5 872.5,-2059.5 872.5,-2057.5 573.5,-2057.5"/> +<polygon fill="#999999" stroke="none" points="573.5,-2055.5 573.5,-2057.5 872.5,-2057.5 872.5,-2055.5 573.5,-2055.5"/> +<polygon fill="#999999" stroke="none" points="573.5,-2053.5 573.5,-2055.5 872.5,-2055.5 872.5,-2053.5 573.5,-2053.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-2051.5 573.5,-2053.5 872.5,-2053.5 872.5,-2051.5 573.5,-2051.5"/> +<text text-anchor="start" x="622.25" y="-2036.2" font-family="arial" font-size="14.00">Veronte 1X:6:I/O6</text> +<text text-anchor="start" x="800.88" y="-2036.2" font-family="arial" font-size="14.00">     PK    </text> +<polygon fill="#000000" stroke="none" points="573.5,-2029.5 573.5,-2031.5 872.5,-2031.5 872.5,-2029.5 573.5,-2029.5"/> +<polygon fill="#ff66cc" stroke="none" points="573.5,-2027.5 573.5,-2029.5 872.5,-2029.5 872.5,-2027.5 573.5,-2027.5"/> +<polygon fill="#ff66cc" stroke="none" points="573.5,-2025.5 573.5,-2027.5 872.5,-2027.5 872.5,-2025.5 573.5,-2025.5"/> +<polygon fill="#ff66cc" stroke="none" points="573.5,-2023.5 573.5,-2025.5 872.5,-2025.5 872.5,-2023.5 573.5,-2023.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-2021.5 573.5,-2023.5 872.5,-2023.5 872.5,-2021.5 573.5,-2021.5"/> +<text text-anchor="start" x="622.25" y="-2006.2" font-family="arial" font-size="14.00">Veronte 1X:7:I/O7</text> +<text text-anchor="start" x="800.88" y="-2006.2" font-family="arial" font-size="14.00">     BU    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1999.5 573.5,-2001.5 872.5,-2001.5 872.5,-1999.5 573.5,-1999.5"/> +<polygon fill="#0066ff" stroke="none" points="573.5,-1997.5 573.5,-1999.5 872.5,-1999.5 872.5,-1997.5 573.5,-1997.5"/> +<polygon fill="#0066ff" stroke="none" points="573.5,-1995.5 573.5,-1997.5 872.5,-1997.5 872.5,-1995.5 573.5,-1995.5"/> +<polygon fill="#0066ff" stroke="none" points="573.5,-1993.5 573.5,-1995.5 872.5,-1995.5 872.5,-1993.5 573.5,-1993.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1991.5 573.5,-1993.5 872.5,-1993.5 872.5,-1991.5 573.5,-1991.5"/> +<text text-anchor="start" x="622.25" y="-1976.2" font-family="arial" font-size="14.00">Veronte 1X:8:I/O8</text> +<text text-anchor="start" x="800.12" y="-1976.2" font-family="arial" font-size="14.00">     RD    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1969.5 573.5,-1971.5 872.5,-1971.5 872.5,-1969.5 573.5,-1969.5"/> +<polygon fill="#ff0000" stroke="none" points="573.5,-1967.5 573.5,-1969.5 872.5,-1969.5 872.5,-1967.5 573.5,-1967.5"/> +<polygon fill="#ff0000" stroke="none" points="573.5,-1965.5 573.5,-1967.5 872.5,-1967.5 872.5,-1965.5 573.5,-1965.5"/> +<polygon fill="#ff0000" stroke="none" points="573.5,-1963.5 573.5,-1965.5 872.5,-1965.5 872.5,-1963.5 573.5,-1963.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1961.5 573.5,-1963.5 872.5,-1963.5 872.5,-1961.5 573.5,-1961.5"/> +<text text-anchor="start" x="620.38" y="-1946.2" font-family="arial" font-size="14.00">Veronte 1X:9:GND</text> +<text text-anchor="start" x="800.88" y="-1946.2" font-family="arial" font-size="14.00">     BK    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1939.5 573.5,-1941.5 872.5,-1941.5 872.5,-1939.5 573.5,-1939.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1937.5 573.5,-1939.5 872.5,-1939.5 872.5,-1937.5 573.5,-1937.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1935.5 573.5,-1937.5 872.5,-1937.5 872.5,-1935.5 573.5,-1935.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1933.5 573.5,-1935.5 872.5,-1935.5 872.5,-1933.5 573.5,-1933.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1931.5 573.5,-1933.5 872.5,-1933.5 872.5,-1931.5 573.5,-1931.5"/> +<text text-anchor="start" x="618.12" y="-1916.2" font-family="arial" font-size="14.00">Veronte 1X:10:I/O9</text> +<text text-anchor="start" x="801.25" y="-1916.2" font-family="arial" font-size="14.00">     VT    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1909.5 573.5,-1911.5 872.5,-1911.5 872.5,-1909.5 573.5,-1909.5"/> +<polygon fill="#8000ff" stroke="none" points="573.5,-1907.5 573.5,-1909.5 872.5,-1909.5 872.5,-1907.5 573.5,-1907.5"/> +<polygon fill="#8000ff" stroke="none" points="573.5,-1905.5 573.5,-1907.5 872.5,-1907.5 872.5,-1905.5 573.5,-1905.5"/> +<polygon fill="#8000ff" stroke="none" points="573.5,-1903.5 573.5,-1905.5 872.5,-1905.5 872.5,-1903.5 573.5,-1903.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1901.5 573.5,-1903.5 872.5,-1903.5 872.5,-1901.5 573.5,-1901.5"/> +<text text-anchor="start" x="614" y="-1886.2" font-family="arial" font-size="14.00">Veronte 1X:11:I/O10</text> +<text text-anchor="start" x="790.75" y="-1886.2" font-family="arial" font-size="14.00">     PKGY    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1879.5 573.5,-1881.5 872.5,-1881.5 872.5,-1879.5 573.5,-1879.5"/> +<polygon fill="#ff66cc" stroke="none" points="573.5,-1877.5 573.5,-1879.5 872.5,-1879.5 872.5,-1877.5 573.5,-1877.5"/> +<polygon fill="#999999" stroke="none" points="573.5,-1875.5 573.5,-1877.5 872.5,-1877.5 872.5,-1875.5 573.5,-1875.5"/> +<polygon fill="#ff66cc" stroke="none" points="573.5,-1873.5 573.5,-1875.5 872.5,-1875.5 872.5,-1873.5 573.5,-1873.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1871.5 573.5,-1873.5 872.5,-1873.5 872.5,-1871.5 573.5,-1871.5"/> +<text text-anchor="start" x="614" y="-1856.2" font-family="arial" font-size="14.00">Veronte 1X:12:I/O11</text> +<text text-anchor="start" x="790.38" y="-1856.2" font-family="arial" font-size="14.00">     BURD    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1849.5 573.5,-1851.5 872.5,-1851.5 872.5,-1849.5 573.5,-1849.5"/> +<polygon fill="#0066ff" stroke="none" points="573.5,-1847.5 573.5,-1849.5 872.5,-1849.5 872.5,-1847.5 573.5,-1847.5"/> +<polygon fill="#ff0000" stroke="none" points="573.5,-1845.5 573.5,-1847.5 872.5,-1847.5 872.5,-1845.5 573.5,-1845.5"/> +<polygon fill="#0066ff" stroke="none" points="573.5,-1843.5 573.5,-1845.5 872.5,-1845.5 872.5,-1843.5 573.5,-1843.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1841.5 573.5,-1843.5 872.5,-1843.5 872.5,-1841.5 573.5,-1841.5"/> +<text text-anchor="start" x="614" y="-1826.2" font-family="arial" font-size="14.00">Veronte 1X:13:I/O12</text> +<text text-anchor="start" x="788.12" y="-1826.2" font-family="arial" font-size="14.00">     GNWH    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1819.5 573.5,-1821.5 872.5,-1821.5 872.5,-1819.5 573.5,-1819.5"/> +<polygon fill="#00ff00" stroke="none" points="573.5,-1817.5 573.5,-1819.5 872.5,-1819.5 872.5,-1817.5 573.5,-1817.5"/> +<polygon fill="#ffffff" stroke="none" points="573.5,-1815.5 573.5,-1817.5 872.5,-1817.5 872.5,-1815.5 573.5,-1815.5"/> +<polygon fill="#00ff00" stroke="none" points="573.5,-1813.5 573.5,-1815.5 872.5,-1815.5 872.5,-1813.5 573.5,-1813.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1811.5 573.5,-1813.5 872.5,-1813.5 872.5,-1811.5 573.5,-1811.5"/> +<text text-anchor="start" x="614" y="-1796.2" font-family="arial" font-size="14.00">Veronte 1X:14:I/O13</text> +<text text-anchor="start" x="790.38" y="-1796.2" font-family="arial" font-size="14.00">     GNBN    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1789.5 573.5,-1791.5 872.5,-1791.5 872.5,-1789.5 573.5,-1789.5"/> +<polygon fill="#00ff00" stroke="none" points="573.5,-1787.5 573.5,-1789.5 872.5,-1789.5 872.5,-1787.5 573.5,-1787.5"/> +<polygon fill="#895956" stroke="none" points="573.5,-1785.5 573.5,-1787.5 872.5,-1787.5 872.5,-1785.5 573.5,-1785.5"/> +<polygon fill="#00ff00" stroke="none" points="573.5,-1783.5 573.5,-1785.5 872.5,-1785.5 872.5,-1783.5 573.5,-1783.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1781.5 573.5,-1783.5 872.5,-1783.5 872.5,-1781.5 573.5,-1781.5"/> +<text text-anchor="start" x="614" y="-1766.2" font-family="arial" font-size="14.00">Veronte 1X:15:I/O14</text> +<text text-anchor="start" x="789.25" y="-1766.2" font-family="arial" font-size="14.00">     YEWH    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1759.5 573.5,-1761.5 872.5,-1761.5 872.5,-1759.5 573.5,-1759.5"/> +<polygon fill="#ffff00" stroke="none" points="573.5,-1757.5 573.5,-1759.5 872.5,-1759.5 872.5,-1757.5 573.5,-1757.5"/> +<polygon fill="#ffffff" stroke="none" points="573.5,-1755.5 573.5,-1757.5 872.5,-1757.5 872.5,-1755.5 573.5,-1755.5"/> +<polygon fill="#ffff00" stroke="none" points="573.5,-1753.5 573.5,-1755.5 872.5,-1755.5 872.5,-1753.5 573.5,-1753.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1751.5 573.5,-1753.5 872.5,-1753.5 872.5,-1751.5 573.5,-1751.5"/> +<text text-anchor="start" x="614" y="-1736.2" font-family="arial" font-size="14.00">Veronte 1X:16:I/O15</text> +<text text-anchor="start" x="791.5" y="-1736.2" font-family="arial" font-size="14.00">     BNYE    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1729.5 573.5,-1731.5 872.5,-1731.5 872.5,-1729.5 573.5,-1729.5"/> +<polygon fill="#895956" stroke="none" points="573.5,-1727.5 573.5,-1729.5 872.5,-1729.5 872.5,-1727.5 573.5,-1727.5"/> +<polygon fill="#ffff00" stroke="none" points="573.5,-1725.5 573.5,-1727.5 872.5,-1727.5 872.5,-1725.5 573.5,-1725.5"/> +<polygon fill="#895956" stroke="none" points="573.5,-1723.5 573.5,-1725.5 872.5,-1725.5 872.5,-1723.5 573.5,-1723.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1721.5 573.5,-1723.5 872.5,-1723.5 872.5,-1721.5 573.5,-1721.5"/> +<text text-anchor="start" x="614" y="-1706.2" font-family="arial" font-size="14.00">Veronte 1X:17:I/O16</text> +<text text-anchor="start" x="788.5" y="-1706.2" font-family="arial" font-size="14.00">     GYWH    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1699.5 573.5,-1701.5 872.5,-1701.5 872.5,-1699.5 573.5,-1699.5"/> +<polygon fill="#999999" stroke="none" points="573.5,-1697.5 573.5,-1699.5 872.5,-1699.5 872.5,-1697.5 573.5,-1697.5"/> +<polygon fill="#ffffff" stroke="none" points="573.5,-1695.5 573.5,-1697.5 872.5,-1697.5 872.5,-1695.5 573.5,-1695.5"/> +<polygon fill="#999999" stroke="none" points="573.5,-1693.5 573.5,-1695.5 872.5,-1695.5 872.5,-1693.5 573.5,-1693.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1691.5 573.5,-1693.5 872.5,-1693.5 872.5,-1691.5 573.5,-1691.5"/> +<text text-anchor="start" x="616.25" y="-1676.2" font-family="arial" font-size="14.00">Veronte 1X:18:GND</text> +<text text-anchor="start" x="790.75" y="-1676.2" font-family="arial" font-size="14.00">     BNGY    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1669.5 573.5,-1671.5 872.5,-1671.5 872.5,-1669.5 573.5,-1669.5"/> +<polygon fill="#895956" stroke="none" points="573.5,-1667.5 573.5,-1669.5 872.5,-1669.5 872.5,-1667.5 573.5,-1667.5"/> +<polygon fill="#999999" stroke="none" points="573.5,-1665.5 573.5,-1667.5 872.5,-1667.5 872.5,-1665.5 573.5,-1665.5"/> +<polygon fill="#895956" stroke="none" points="573.5,-1663.5 573.5,-1665.5 872.5,-1665.5 872.5,-1663.5 573.5,-1663.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1661.5 573.5,-1663.5 872.5,-1663.5 872.5,-1661.5 573.5,-1661.5"/> +<text text-anchor="start" x="616.25" y="-1646.2" font-family="arial" font-size="14.00">Veronte 1X:21:GND</text> +<text text-anchor="start" x="788.88" y="-1646.2" font-family="arial" font-size="14.00">     BUWH    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1639.5 573.5,-1641.5 872.5,-1641.5 872.5,-1639.5 573.5,-1639.5"/> +<polygon fill="#0066ff" stroke="none" points="573.5,-1637.5 573.5,-1639.5 872.5,-1639.5 872.5,-1637.5 573.5,-1637.5"/> +<polygon fill="#ffffff" stroke="none" points="573.5,-1635.5 573.5,-1637.5 872.5,-1637.5 872.5,-1635.5 573.5,-1635.5"/> +<polygon fill="#0066ff" stroke="none" points="573.5,-1633.5 573.5,-1635.5 872.5,-1635.5 872.5,-1633.5 573.5,-1633.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1631.5 573.5,-1633.5 872.5,-1633.5 872.5,-1631.5 573.5,-1631.5"/> +<text text-anchor="start" x="603.88" y="-1616.2" font-family="arial" font-size="14.00">Veronte 1X:22:Analog 4</text> +<text text-anchor="start" x="791.12" y="-1616.2" font-family="arial" font-size="14.00">     BUBN    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1609.5 573.5,-1611.5 872.5,-1611.5 872.5,-1609.5 573.5,-1609.5"/> +<polygon fill="#0066ff" stroke="none" points="573.5,-1607.5 573.5,-1609.5 872.5,-1609.5 872.5,-1607.5 573.5,-1607.5"/> +<polygon fill="#895956" stroke="none" points="573.5,-1605.5 573.5,-1607.5 872.5,-1607.5 872.5,-1605.5 573.5,-1605.5"/> +<polygon fill="#0066ff" stroke="none" points="573.5,-1603.5 573.5,-1605.5 872.5,-1605.5 872.5,-1603.5 573.5,-1603.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1601.5 573.5,-1603.5 872.5,-1603.5 872.5,-1601.5 573.5,-1601.5"/> +<text text-anchor="start" x="603.88" y="-1586.2" font-family="arial" font-size="14.00">Veronte 1X:23:Analog 5</text> +<text text-anchor="start" x="788.12" y="-1586.2" font-family="arial" font-size="14.00">     RDWH    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1579.5 573.5,-1581.5 872.5,-1581.5 872.5,-1579.5 573.5,-1579.5"/> +<polygon fill="#ff0000" stroke="none" points="573.5,-1577.5 573.5,-1579.5 872.5,-1579.5 872.5,-1577.5 573.5,-1577.5"/> +<polygon fill="#ffffff" stroke="none" points="573.5,-1575.5 573.5,-1577.5 872.5,-1577.5 872.5,-1575.5 573.5,-1575.5"/> +<polygon fill="#ff0000" stroke="none" points="573.5,-1573.5 573.5,-1575.5 872.5,-1575.5 872.5,-1573.5 573.5,-1573.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1571.5 573.5,-1573.5 872.5,-1573.5 872.5,-1571.5 573.5,-1571.5"/> +<text text-anchor="start" x="616.25" y="-1556.2" font-family="arial" font-size="14.00">Veronte 1X:24:GND</text> +<text text-anchor="start" x="790.38" y="-1556.2" font-family="arial" font-size="14.00">     RDBN    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1549.5 573.5,-1551.5 872.5,-1551.5 872.5,-1549.5 573.5,-1549.5"/> +<polygon fill="#ff0000" stroke="none" points="573.5,-1547.5 573.5,-1549.5 872.5,-1549.5 872.5,-1547.5 573.5,-1547.5"/> +<polygon fill="#895956" stroke="none" points="573.5,-1545.5 573.5,-1547.5 872.5,-1547.5 872.5,-1545.5 573.5,-1545.5"/> +<polygon fill="#ff0000" stroke="none" points="573.5,-1543.5 573.5,-1545.5 872.5,-1545.5 872.5,-1543.5 573.5,-1543.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1541.5 573.5,-1543.5 872.5,-1543.5 872.5,-1541.5 573.5,-1541.5"/> +<text text-anchor="start" x="594.5" y="-1526.2" font-family="arial" font-size="14.00">Veronte 1X:27:No Connect</text> +<text text-anchor="start" x="790" y="-1526.2" font-family="arial" font-size="14.00">     GNGY    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1519.5 573.5,-1521.5 872.5,-1521.5 872.5,-1519.5 573.5,-1519.5"/> +<polygon fill="#00ff00" stroke="none" points="573.5,-1517.5 573.5,-1519.5 872.5,-1519.5 872.5,-1517.5 573.5,-1517.5"/> +<polygon fill="#999999" stroke="none" points="573.5,-1515.5 573.5,-1517.5 872.5,-1517.5 872.5,-1515.5 573.5,-1515.5"/> +<polygon fill="#00ff00" stroke="none" points="573.5,-1513.5 573.5,-1515.5 872.5,-1515.5 872.5,-1513.5 573.5,-1513.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1511.5 573.5,-1513.5 872.5,-1513.5 872.5,-1511.5 573.5,-1511.5"/> +<text text-anchor="start" x="602" y="-1496.2" font-family="arial" font-size="14.00">Veronte 1X:31:I2C_CLK</text> +<text text-anchor="start" x="798.62" y="-1496.2" font-family="arial" font-size="14.00">     WH    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1489.5 573.5,-1491.5 872.5,-1491.5 872.5,-1489.5 573.5,-1489.5"/> +<polygon fill="#ffffff" stroke="none" points="573.5,-1487.5 573.5,-1489.5 872.5,-1489.5 872.5,-1487.5 573.5,-1487.5"/> +<polygon fill="#ffffff" stroke="none" points="573.5,-1485.5 573.5,-1487.5 872.5,-1487.5 872.5,-1485.5 573.5,-1485.5"/> +<polygon fill="#ffffff" stroke="none" points="573.5,-1483.5 573.5,-1485.5 872.5,-1485.5 872.5,-1483.5 573.5,-1483.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1481.5 573.5,-1483.5 872.5,-1483.5 872.5,-1481.5 573.5,-1481.5"/> +<text text-anchor="start" x="596.75" y="-1466.2" font-family="arial" font-size="14.00">Veronte 1X:32:I2C_DATA</text> +<text text-anchor="start" x="800.88" y="-1466.2" font-family="arial" font-size="14.00">     BN    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1459.5 573.5,-1461.5 872.5,-1461.5 872.5,-1459.5 573.5,-1459.5"/> +<polygon fill="#895956" stroke="none" points="573.5,-1457.5 573.5,-1459.5 872.5,-1459.5 872.5,-1457.5 573.5,-1457.5"/> +<polygon fill="#895956" stroke="none" points="573.5,-1455.5 573.5,-1457.5 872.5,-1457.5 872.5,-1455.5 573.5,-1455.5"/> +<polygon fill="#895956" stroke="none" points="573.5,-1453.5 573.5,-1455.5 872.5,-1455.5 872.5,-1453.5 573.5,-1453.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1451.5 573.5,-1453.5 872.5,-1453.5 872.5,-1451.5 573.5,-1451.5"/> +<text text-anchor="start" x="616.25" y="-1436.2" font-family="arial" font-size="14.00">Veronte 1X:33:GND</text> +<text text-anchor="start" x="800.12" y="-1436.2" font-family="arial" font-size="14.00">     GN    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1429.5 573.5,-1431.5 872.5,-1431.5 872.5,-1429.5 573.5,-1429.5"/> +<polygon fill="#00ff00" stroke="none" points="573.5,-1427.5 573.5,-1429.5 872.5,-1429.5 872.5,-1427.5 573.5,-1427.5"/> +<polygon fill="#00ff00" stroke="none" points="573.5,-1425.5 573.5,-1427.5 872.5,-1427.5 872.5,-1425.5 573.5,-1425.5"/> +<polygon fill="#00ff00" stroke="none" points="573.5,-1423.5 573.5,-1425.5 872.5,-1425.5 872.5,-1423.5 573.5,-1423.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1421.5 573.5,-1423.5 872.5,-1423.5 872.5,-1421.5 573.5,-1421.5"/> +<text text-anchor="start" x="617" y="-1406.2" font-family="arial" font-size="14.00">Veronte 1X:34:3.3V</text> +<text text-anchor="start" x="801.25" y="-1406.2" font-family="arial" font-size="14.00">     YE    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1399.5 573.5,-1401.5 872.5,-1401.5 872.5,-1399.5 573.5,-1399.5"/> +<polygon fill="#ffff00" stroke="none" points="573.5,-1397.5 573.5,-1399.5 872.5,-1399.5 872.5,-1397.5 573.5,-1397.5"/> +<polygon fill="#ffff00" stroke="none" points="573.5,-1395.5 573.5,-1397.5 872.5,-1397.5 872.5,-1395.5 573.5,-1395.5"/> +<polygon fill="#ffff00" stroke="none" points="573.5,-1393.5 573.5,-1395.5 872.5,-1395.5 872.5,-1393.5 573.5,-1393.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1391.5 573.5,-1393.5 872.5,-1393.5 872.5,-1391.5 573.5,-1391.5"/> +<text text-anchor="start" x="616.25" y="-1376.2" font-family="arial" font-size="14.00">Veronte 1X:35:GND</text> +<text text-anchor="start" x="800.5" y="-1376.2" font-family="arial" font-size="14.00">     GY    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1369.5 573.5,-1371.5 872.5,-1371.5 872.5,-1369.5 573.5,-1369.5"/> +<polygon fill="#999999" stroke="none" points="573.5,-1367.5 573.5,-1369.5 872.5,-1369.5 872.5,-1367.5 573.5,-1367.5"/> +<polygon fill="#999999" stroke="none" points="573.5,-1365.5 573.5,-1367.5 872.5,-1367.5 872.5,-1365.5 573.5,-1365.5"/> +<polygon fill="#999999" stroke="none" points="573.5,-1363.5 573.5,-1365.5 872.5,-1365.5 872.5,-1363.5 573.5,-1363.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1361.5 573.5,-1363.5 872.5,-1363.5 872.5,-1361.5 573.5,-1361.5"/> +<text text-anchor="start" x="623" y="-1346.2" font-family="arial" font-size="14.00">Veronte 1X:36:5V</text> +<text text-anchor="start" x="800.88" y="-1346.2" font-family="arial" font-size="14.00">     PK    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1339.5 573.5,-1341.5 872.5,-1341.5 872.5,-1339.5 573.5,-1339.5"/> +<polygon fill="#ff66cc" stroke="none" points="573.5,-1337.5 573.5,-1339.5 872.5,-1339.5 872.5,-1337.5 573.5,-1337.5"/> +<polygon fill="#ff66cc" stroke="none" points="573.5,-1335.5 573.5,-1337.5 872.5,-1337.5 872.5,-1335.5 573.5,-1335.5"/> +<polygon fill="#ff66cc" stroke="none" points="573.5,-1333.5 573.5,-1335.5 872.5,-1335.5 872.5,-1333.5 573.5,-1333.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1331.5 573.5,-1333.5 872.5,-1333.5 872.5,-1331.5 573.5,-1331.5"/> +<text text-anchor="start" x="616.25" y="-1316.2" font-family="arial" font-size="14.00">Veronte 1X:37:GND</text> +<text text-anchor="start" x="800.88" y="-1316.2" font-family="arial" font-size="14.00">     BU    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1309.5 573.5,-1311.5 872.5,-1311.5 872.5,-1309.5 573.5,-1309.5"/> +<polygon fill="#0066ff" stroke="none" points="573.5,-1307.5 573.5,-1309.5 872.5,-1309.5 872.5,-1307.5 573.5,-1307.5"/> +<polygon fill="#0066ff" stroke="none" points="573.5,-1305.5 573.5,-1307.5 872.5,-1307.5 872.5,-1305.5 573.5,-1305.5"/> +<polygon fill="#0066ff" stroke="none" points="573.5,-1303.5 573.5,-1305.5 872.5,-1305.5 872.5,-1303.5 573.5,-1303.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1301.5 573.5,-1303.5 872.5,-1303.5 872.5,-1301.5 573.5,-1301.5"/> +<text text-anchor="start" x="593.75" y="-1286.2" font-family="arial" font-size="14.00">Veronte 1X:38:ANALOG_1</text> +<text text-anchor="start" x="800.12" y="-1286.2" font-family="arial" font-size="14.00">     RD    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1279.5 573.5,-1281.5 872.5,-1281.5 872.5,-1279.5 573.5,-1279.5"/> +<polygon fill="#ff0000" stroke="none" points="573.5,-1277.5 573.5,-1279.5 872.5,-1279.5 872.5,-1277.5 573.5,-1277.5"/> +<polygon fill="#ff0000" stroke="none" points="573.5,-1275.5 573.5,-1277.5 872.5,-1277.5 872.5,-1275.5 573.5,-1275.5"/> +<polygon fill="#ff0000" stroke="none" points="573.5,-1273.5 573.5,-1275.5 872.5,-1275.5 872.5,-1273.5 573.5,-1273.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1271.5 573.5,-1273.5 872.5,-1273.5 872.5,-1271.5 573.5,-1271.5"/> +<text text-anchor="start" x="593.75" y="-1256.2" font-family="arial" font-size="14.00">Veronte 1X:39:ANALOG_2</text> +<text text-anchor="start" x="800.88" y="-1256.2" font-family="arial" font-size="14.00">     BK    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1249.5 573.5,-1251.5 872.5,-1251.5 872.5,-1249.5 573.5,-1249.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1247.5 573.5,-1249.5 872.5,-1249.5 872.5,-1247.5 573.5,-1247.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1245.5 573.5,-1247.5 872.5,-1247.5 872.5,-1245.5 573.5,-1245.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1243.5 573.5,-1245.5 872.5,-1245.5 872.5,-1243.5 573.5,-1243.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1241.5 573.5,-1243.5 872.5,-1243.5 872.5,-1241.5 573.5,-1241.5"/> +<text text-anchor="start" x="593.75" y="-1226.2" font-family="arial" font-size="14.00">Veronte 1X:40:ANALOG_3</text> +<text text-anchor="start" x="801.25" y="-1226.2" font-family="arial" font-size="14.00">     VT    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1219.5 573.5,-1221.5 872.5,-1221.5 872.5,-1219.5 573.5,-1219.5"/> +<polygon fill="#8000ff" stroke="none" points="573.5,-1217.5 573.5,-1219.5 872.5,-1219.5 872.5,-1217.5 573.5,-1217.5"/> +<polygon fill="#8000ff" stroke="none" points="573.5,-1215.5 573.5,-1217.5 872.5,-1217.5 872.5,-1215.5 573.5,-1215.5"/> +<polygon fill="#8000ff" stroke="none" points="573.5,-1213.5 573.5,-1215.5 872.5,-1215.5 872.5,-1213.5 573.5,-1213.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1211.5 573.5,-1213.5 872.5,-1213.5 872.5,-1211.5 573.5,-1211.5"/> +<text text-anchor="start" x="616.25" y="-1196.2" font-family="arial" font-size="14.00">Veronte 1X:41:GND</text> +<text text-anchor="start" x="790.75" y="-1196.2" font-family="arial" font-size="14.00">     PKGY    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1189.5 573.5,-1191.5 872.5,-1191.5 872.5,-1189.5 573.5,-1189.5"/> +<polygon fill="#ff66cc" stroke="none" points="573.5,-1187.5 573.5,-1189.5 872.5,-1189.5 872.5,-1187.5 573.5,-1187.5"/> +<polygon fill="#999999" stroke="none" points="573.5,-1185.5 573.5,-1187.5 872.5,-1187.5 872.5,-1185.5 573.5,-1185.5"/> +<polygon fill="#ff66cc" stroke="none" points="573.5,-1183.5 573.5,-1185.5 872.5,-1185.5 872.5,-1183.5 573.5,-1183.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1181.5 573.5,-1183.5 872.5,-1183.5 872.5,-1181.5 573.5,-1181.5"/> +<text text-anchor="start" x="594.88" y="-1166.2" font-family="arial" font-size="14.00">Veronte 1X:42:FTS1_OUT</text> +<text text-anchor="start" x="790.38" y="-1166.2" font-family="arial" font-size="14.00">     BURD    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1159.5 573.5,-1161.5 872.5,-1161.5 872.5,-1159.5 573.5,-1159.5"/> +<polygon fill="#0066ff" stroke="none" points="573.5,-1157.5 573.5,-1159.5 872.5,-1159.5 872.5,-1157.5 573.5,-1157.5"/> +<polygon fill="#ff0000" stroke="none" points="573.5,-1155.5 573.5,-1157.5 872.5,-1157.5 872.5,-1155.5 573.5,-1155.5"/> +<polygon fill="#0066ff" stroke="none" points="573.5,-1153.5 573.5,-1155.5 872.5,-1155.5 872.5,-1153.5 573.5,-1153.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1151.5 573.5,-1153.5 872.5,-1153.5 872.5,-1151.5 573.5,-1151.5"/> +<text text-anchor="start" x="594.88" y="-1136.2" font-family="arial" font-size="14.00">Veronte 1X:43:FTS2_OUT</text> +<text text-anchor="start" x="788.12" y="-1136.2" font-family="arial" font-size="14.00">     GNWH    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1129.5 573.5,-1131.5 872.5,-1131.5 872.5,-1129.5 573.5,-1129.5"/> +<polygon fill="#00ff00" stroke="none" points="573.5,-1127.5 573.5,-1129.5 872.5,-1129.5 872.5,-1127.5 573.5,-1127.5"/> +<polygon fill="#ffffff" stroke="none" points="573.5,-1125.5 573.5,-1127.5 872.5,-1127.5 872.5,-1125.5 573.5,-1125.5"/> +<polygon fill="#00ff00" stroke="none" points="573.5,-1123.5 573.5,-1125.5 872.5,-1125.5 872.5,-1123.5 573.5,-1123.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1121.5 573.5,-1123.5 872.5,-1123.5 872.5,-1121.5 573.5,-1121.5"/> +<text text-anchor="start" x="616.25" y="-1106.2" font-family="arial" font-size="14.00">Veronte 1X:44:GND</text> +<text text-anchor="start" x="790.38" y="-1106.2" font-family="arial" font-size="14.00">     GNBN    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1099.5 573.5,-1101.5 872.5,-1101.5 872.5,-1099.5 573.5,-1099.5"/> +<polygon fill="#00ff00" stroke="none" points="573.5,-1097.5 573.5,-1099.5 872.5,-1099.5 872.5,-1097.5 573.5,-1097.5"/> +<polygon fill="#895956" stroke="none" points="573.5,-1095.5 573.5,-1097.5 872.5,-1097.5 872.5,-1095.5 573.5,-1095.5"/> +<polygon fill="#00ff00" stroke="none" points="573.5,-1093.5 573.5,-1095.5 872.5,-1095.5 872.5,-1093.5 573.5,-1093.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1091.5 573.5,-1093.5 872.5,-1093.5 872.5,-1091.5 573.5,-1091.5"/> +<text text-anchor="start" x="594.5" y="-1076.2" font-family="arial" font-size="14.00">Veronte 1X:45:V_ARB_TX</text> +<text text-anchor="start" x="789.25" y="-1076.2" font-family="arial" font-size="14.00">     YEWH    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1069.5 573.5,-1071.5 872.5,-1071.5 872.5,-1069.5 573.5,-1069.5"/> +<polygon fill="#ffff00" stroke="none" points="573.5,-1067.5 573.5,-1069.5 872.5,-1069.5 872.5,-1067.5 573.5,-1067.5"/> +<polygon fill="#ffffff" stroke="none" points="573.5,-1065.5 573.5,-1067.5 872.5,-1067.5 872.5,-1065.5 573.5,-1065.5"/> +<polygon fill="#ffff00" stroke="none" points="573.5,-1063.5 573.5,-1065.5 872.5,-1065.5 872.5,-1063.5 573.5,-1063.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1061.5 573.5,-1063.5 872.5,-1063.5 872.5,-1061.5 573.5,-1061.5"/> +<text text-anchor="start" x="593.75" y="-1046.2" font-family="arial" font-size="14.00">Veronte 1X:46:V_ARB_RX</text> +<text text-anchor="start" x="791.5" y="-1046.2" font-family="arial" font-size="14.00">     BNYE    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1039.5 573.5,-1041.5 872.5,-1041.5 872.5,-1039.5 573.5,-1039.5"/> +<polygon fill="#895956" stroke="none" points="573.5,-1037.5 573.5,-1039.5 872.5,-1039.5 872.5,-1037.5 573.5,-1037.5"/> +<polygon fill="#ffff00" stroke="none" points="573.5,-1035.5 573.5,-1037.5 872.5,-1037.5 872.5,-1035.5 573.5,-1035.5"/> +<polygon fill="#895956" stroke="none" points="573.5,-1033.5 573.5,-1035.5 872.5,-1035.5 872.5,-1033.5 573.5,-1033.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1031.5 573.5,-1033.5 872.5,-1033.5 872.5,-1031.5 573.5,-1031.5"/> +<text text-anchor="start" x="616.25" y="-1016.2" font-family="arial" font-size="14.00">Veronte 1X:47:GND</text> +<text text-anchor="start" x="788.5" y="-1016.2" font-family="arial" font-size="14.00">     GYWH    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1009.5 573.5,-1011.5 872.5,-1011.5 872.5,-1009.5 573.5,-1009.5"/> +<polygon fill="#999999" stroke="none" points="573.5,-1007.5 573.5,-1009.5 872.5,-1009.5 872.5,-1007.5 573.5,-1007.5"/> +<polygon fill="#ffffff" stroke="none" points="573.5,-1005.5 573.5,-1007.5 872.5,-1007.5 872.5,-1005.5 573.5,-1005.5"/> +<polygon fill="#999999" stroke="none" points="573.5,-1003.5 573.5,-1005.5 872.5,-1005.5 872.5,-1003.5 573.5,-1003.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1001.5 573.5,-1003.5 872.5,-1003.5 872.5,-1001.5 573.5,-1001.5"/> +<text text-anchor="start" x="588.5" y="-986.2" font-family="arial" font-size="14.00">Veronte 1X:48:V_ARB_VCC</text> +<text text-anchor="start" x="790.75" y="-986.2" font-family="arial" font-size="14.00">     BNGY    </text> +<polygon fill="#000000" stroke="none" points="573.5,-979.5 573.5,-981.5 872.5,-981.5 872.5,-979.5 573.5,-979.5"/> +<polygon fill="#895956" stroke="none" points="573.5,-977.5 573.5,-979.5 872.5,-979.5 872.5,-977.5 573.5,-977.5"/> +<polygon fill="#999999" stroke="none" points="573.5,-975.5 573.5,-977.5 872.5,-977.5 872.5,-975.5 573.5,-975.5"/> +<polygon fill="#895956" stroke="none" points="573.5,-973.5 573.5,-975.5 872.5,-975.5 872.5,-973.5 573.5,-973.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-971.5 573.5,-973.5 872.5,-973.5 872.5,-971.5 573.5,-971.5"/> +<text text-anchor="start" x="575.38" y="-956.2" font-family="arial" font-size="14.00">Veronte 1X:49:FTS3_OUT_MPU</text> +<text text-anchor="start" x="788.88" y="-956.2" font-family="arial" font-size="14.00">     PKWH    </text> +<polygon fill="#000000" stroke="none" points="573.5,-949.5 573.5,-951.5 872.5,-951.5 872.5,-949.5 573.5,-949.5"/> +<polygon fill="#ff66cc" stroke="none" points="573.5,-947.5 573.5,-949.5 872.5,-949.5 872.5,-947.5 573.5,-947.5"/> +<polygon fill="#ffffff" stroke="none" points="573.5,-945.5 573.5,-947.5 872.5,-947.5 872.5,-945.5 573.5,-945.5"/> +<polygon fill="#ff66cc" stroke="none" points="573.5,-943.5 573.5,-945.5 872.5,-945.5 872.5,-943.5 573.5,-943.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-941.5 573.5,-943.5 872.5,-943.5 872.5,-941.5 573.5,-941.5"/> +<text text-anchor="start" x="581.38" y="-926.2" font-family="arial" font-size="14.00">Veronte 1X:50:OUT_RS485_P</text> +<text text-anchor="start" x="791.12" y="-926.2" font-family="arial" font-size="14.00">     BNPK    </text> +<polygon fill="#000000" stroke="none" points="573.5,-919.5 573.5,-921.5 872.5,-921.5 872.5,-919.5 573.5,-919.5"/> +<polygon fill="#895956" stroke="none" points="573.5,-917.5 573.5,-919.5 872.5,-919.5 872.5,-917.5 573.5,-917.5"/> +<polygon fill="#ff66cc" stroke="none" points="573.5,-915.5 573.5,-917.5 872.5,-917.5 872.5,-915.5 573.5,-915.5"/> +<polygon fill="#895956" stroke="none" points="573.5,-913.5 573.5,-915.5 872.5,-915.5 872.5,-913.5 573.5,-913.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-911.5 573.5,-913.5 872.5,-913.5 872.5,-911.5 573.5,-911.5"/> +<text text-anchor="start" x="581.38" y="-896.2" font-family="arial" font-size="14.00">Veronte 1X:51:OUT_RS485_N</text> +<text text-anchor="start" x="788.88" y="-896.2" font-family="arial" font-size="14.00">     BUWH    </text> +<polygon fill="#000000" stroke="none" points="573.5,-889.5 573.5,-891.5 872.5,-891.5 872.5,-889.5 573.5,-889.5"/> +<polygon fill="#0066ff" stroke="none" points="573.5,-887.5 573.5,-889.5 872.5,-889.5 872.5,-887.5 573.5,-887.5"/> +<polygon fill="#ffffff" stroke="none" points="573.5,-885.5 573.5,-887.5 872.5,-887.5 872.5,-885.5 573.5,-885.5"/> +<polygon fill="#0066ff" stroke="none" points="573.5,-883.5 573.5,-885.5 872.5,-885.5 872.5,-883.5 573.5,-883.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-881.5 573.5,-883.5 872.5,-883.5 872.5,-881.5 573.5,-881.5"/> +<text text-anchor="start" x="589.25" y="-866.2" font-family="arial" font-size="14.00">Veronte 1X:52:IN_RS845_N</text> +<text text-anchor="start" x="791.12" y="-866.2" font-family="arial" font-size="14.00">     BUBN    </text> +<polygon fill="#000000" stroke="none" points="573.5,-859.5 573.5,-861.5 872.5,-861.5 872.5,-859.5 573.5,-859.5"/> +<polygon fill="#0066ff" stroke="none" points="573.5,-857.5 573.5,-859.5 872.5,-859.5 872.5,-857.5 573.5,-857.5"/> +<polygon fill="#895956" stroke="none" points="573.5,-855.5 573.5,-857.5 872.5,-857.5 872.5,-855.5 573.5,-855.5"/> +<polygon fill="#0066ff" stroke="none" points="573.5,-853.5 573.5,-855.5 872.5,-855.5 872.5,-853.5 573.5,-853.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-851.5 573.5,-853.5 872.5,-853.5 872.5,-851.5 573.5,-851.5"/> +<text text-anchor="start" x="589.25" y="-836.2" font-family="arial" font-size="14.00">Veronte 1X:53:IN_RS845_P</text> +<text text-anchor="start" x="788.12" y="-836.2" font-family="arial" font-size="14.00">     RDWH    </text> +<polygon fill="#000000" stroke="none" points="573.5,-829.5 573.5,-831.5 872.5,-831.5 872.5,-829.5 573.5,-829.5"/> +<polygon fill="#ff0000" stroke="none" points="573.5,-827.5 573.5,-829.5 872.5,-829.5 872.5,-827.5 573.5,-827.5"/> +<polygon fill="#ffffff" stroke="none" points="573.5,-825.5 573.5,-827.5 872.5,-827.5 872.5,-825.5 573.5,-825.5"/> +<polygon fill="#ff0000" stroke="none" points="573.5,-823.5 573.5,-825.5 872.5,-825.5 872.5,-823.5 573.5,-823.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-821.5 573.5,-823.5 872.5,-823.5 872.5,-821.5 573.5,-821.5"/> +<text text-anchor="start" x="587.38" y="-806.2" font-family="arial" font-size="14.00">Veronte 1X:54:RS-485_GND</text> +<text text-anchor="start" x="790.38" y="-806.2" font-family="arial" font-size="14.00">     RDBN    </text> +<polygon fill="#000000" stroke="none" points="573.5,-799.5 573.5,-801.5 872.5,-801.5 872.5,-799.5 573.5,-799.5"/> +<polygon fill="#ff0000" stroke="none" points="573.5,-797.5 573.5,-799.5 872.5,-799.5 872.5,-797.5 573.5,-797.5"/> +<polygon fill="#895956" stroke="none" points="573.5,-795.5 573.5,-797.5 872.5,-797.5 872.5,-795.5 573.5,-795.5"/> +<polygon fill="#ff0000" stroke="none" points="573.5,-793.5 573.5,-795.5 872.5,-795.5 872.5,-793.5 573.5,-793.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-791.5 573.5,-793.5 872.5,-793.5 872.5,-791.5 573.5,-791.5"/> +<text text-anchor="start" x="602.75" y="-776.2" font-family="arial" font-size="14.00">Veronte 1X:55:EQEP_A</text> +<text text-anchor="start" x="788.88" y="-776.2" font-family="arial" font-size="14.00">     BKWH    </text> +<polygon fill="#000000" stroke="none" points="573.5,-769.5 573.5,-771.5 872.5,-771.5 872.5,-769.5 573.5,-769.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-767.5 573.5,-769.5 872.5,-769.5 872.5,-767.5 573.5,-767.5"/> +<polygon fill="#ffffff" stroke="none" points="573.5,-765.5 573.5,-767.5 872.5,-767.5 872.5,-765.5 573.5,-765.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-763.5 573.5,-765.5 872.5,-765.5 872.5,-763.5 573.5,-763.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-761.5 573.5,-763.5 872.5,-763.5 872.5,-761.5 573.5,-761.5"/> +<text text-anchor="start" x="602.75" y="-746.2" font-family="arial" font-size="14.00">Veronte 1X:56:EQEP_B</text> +<text text-anchor="start" x="791.12" y="-746.2" font-family="arial" font-size="14.00">     BKBN    </text> +<polygon fill="#000000" stroke="none" points="573.5,-739.5 573.5,-741.5 872.5,-741.5 872.5,-739.5 573.5,-739.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-737.5 573.5,-739.5 872.5,-739.5 872.5,-737.5 573.5,-737.5"/> +<polygon fill="#895956" stroke="none" points="573.5,-735.5 573.5,-737.5 872.5,-737.5 872.5,-735.5 573.5,-735.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-733.5 573.5,-735.5 872.5,-735.5 872.5,-733.5 573.5,-733.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-731.5 573.5,-733.5 872.5,-733.5 872.5,-731.5 573.5,-731.5"/> +<text text-anchor="start" x="602.75" y="-716.2" font-family="arial" font-size="14.00">Veronte 1X:57:EQEP_S</text> +<text text-anchor="start" x="790" y="-716.2" font-family="arial" font-size="14.00">     GNGY    </text> +<polygon fill="#000000" stroke="none" points="573.5,-709.5 573.5,-711.5 872.5,-711.5 872.5,-709.5 573.5,-709.5"/> +<polygon fill="#00ff00" stroke="none" points="573.5,-707.5 573.5,-709.5 872.5,-709.5 872.5,-707.5 573.5,-707.5"/> +<polygon fill="#999999" stroke="none" points="573.5,-705.5 573.5,-707.5 872.5,-707.5 872.5,-705.5 573.5,-705.5"/> +<polygon fill="#00ff00" stroke="none" points="573.5,-703.5 573.5,-705.5 872.5,-705.5 872.5,-703.5 573.5,-703.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-701.5 573.5,-703.5 872.5,-703.5 872.5,-701.5 573.5,-701.5"/> +<text text-anchor="start" x="605.38" y="-686.2" font-family="arial" font-size="14.00">Veronte 1X:58:EQEP_I</text> +<text text-anchor="start" x="790.75" y="-686.2" font-family="arial" font-size="14.00">     GNYE    </text> +<polygon fill="#000000" stroke="none" points="573.5,-679.5 573.5,-681.5 872.5,-681.5 872.5,-679.5 573.5,-679.5"/> +<polygon fill="#00ff00" stroke="none" points="573.5,-677.5 573.5,-679.5 872.5,-679.5 872.5,-677.5 573.5,-677.5"/> +<polygon fill="#ffff00" stroke="none" points="573.5,-675.5 573.5,-677.5 872.5,-677.5 872.5,-675.5 573.5,-675.5"/> +<polygon fill="#00ff00" stroke="none" points="573.5,-673.5 573.5,-675.5 872.5,-675.5 872.5,-673.5 573.5,-673.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-671.5 573.5,-673.5 872.5,-673.5 872.5,-671.5 573.5,-671.5"/> +<text text-anchor="start" x="616.25" y="-656.2" font-family="arial" font-size="14.00">Veronte 1X:59:GND</text> +<text text-anchor="start" x="790.38" y="-656.2" font-family="arial" font-size="14.00">     GNPK    </text> +<polygon fill="#000000" stroke="none" points="573.5,-649.5 573.5,-651.5 872.5,-651.5 872.5,-649.5 573.5,-649.5"/> +<polygon fill="#00ff00" stroke="none" points="573.5,-647.5 573.5,-649.5 872.5,-649.5 872.5,-647.5 573.5,-647.5"/> +<polygon fill="#ff66cc" stroke="none" points="573.5,-645.5 573.5,-647.5 872.5,-647.5 872.5,-645.5 573.5,-645.5"/> +<polygon fill="#00ff00" stroke="none" points="573.5,-643.5 573.5,-645.5 872.5,-645.5 872.5,-643.5 573.5,-643.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-641.5 573.5,-643.5 872.5,-643.5 872.5,-641.5 573.5,-641.5"/> +<text text-anchor="start" x="594.12" y="-626.2" font-family="arial" font-size="14.00">Veronte 1X:60:V_USB_DP</text> +<text text-anchor="start" x="791.5" y="-626.2" font-family="arial" font-size="14.00">     PKYE    </text> +<polygon fill="#000000" stroke="none" points="573.5,-619.5 573.5,-621.5 872.5,-621.5 872.5,-619.5 573.5,-619.5"/> +<polygon fill="#ff66cc" stroke="none" points="573.5,-617.5 573.5,-619.5 872.5,-619.5 872.5,-617.5 573.5,-617.5"/> +<polygon fill="#ffff00" stroke="none" points="573.5,-615.5 573.5,-617.5 872.5,-617.5 872.5,-615.5 573.5,-615.5"/> +<polygon fill="#ff66cc" stroke="none" points="573.5,-613.5 573.5,-615.5 872.5,-615.5 872.5,-613.5 573.5,-613.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-611.5 573.5,-613.5 872.5,-613.5 872.5,-611.5 573.5,-611.5"/> +<text text-anchor="start" x="594.12" y="-596.2" font-family="arial" font-size="14.00">Veronte 1X:61:V_USB_DN</text> +<text text-anchor="start" x="798.62" y="-596.2" font-family="arial" font-size="14.00">     WH    </text> +<polygon fill="#000000" stroke="none" points="573.5,-589.5 573.5,-591.5 872.5,-591.5 872.5,-589.5 573.5,-589.5"/> +<polygon fill="#ffffff" stroke="none" points="573.5,-587.5 573.5,-589.5 872.5,-589.5 872.5,-587.5 573.5,-587.5"/> +<polygon fill="#ffffff" stroke="none" points="573.5,-585.5 573.5,-587.5 872.5,-587.5 872.5,-585.5 573.5,-585.5"/> +<polygon fill="#ffffff" stroke="none" points="573.5,-583.5 573.5,-585.5 872.5,-585.5 872.5,-583.5 573.5,-583.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-581.5 573.5,-583.5 872.5,-583.5 872.5,-581.5 573.5,-581.5"/> +<text text-anchor="start" x="596.75" y="-566.2" font-family="arial" font-size="14.00">Veronte 1X:62:V_USB_ID</text> +<text text-anchor="start" x="800.88" y="-566.2" font-family="arial" font-size="14.00">     BN    </text> +<polygon fill="#000000" stroke="none" points="573.5,-559.5 573.5,-561.5 872.5,-561.5 872.5,-559.5 573.5,-559.5"/> +<polygon fill="#895956" stroke="none" points="573.5,-557.5 573.5,-559.5 872.5,-559.5 872.5,-557.5 573.5,-557.5"/> +<polygon fill="#895956" stroke="none" points="573.5,-555.5 573.5,-557.5 872.5,-557.5 872.5,-555.5 573.5,-555.5"/> +<polygon fill="#895956" stroke="none" points="573.5,-553.5 573.5,-555.5 872.5,-555.5 872.5,-553.5 573.5,-553.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-551.5 573.5,-553.5 872.5,-553.5 872.5,-551.5 573.5,-551.5"/> +<text text-anchor="start" x="579.5" y="-536.2" font-family="arial" font-size="14.00">Veronte 1X:63:FTS_OUT_MPU</text> +<text text-anchor="start" x="800.12" y="-536.2" font-family="arial" font-size="14.00">     GN    </text> +<polygon fill="#000000" stroke="none" points="573.5,-529.5 573.5,-531.5 872.5,-531.5 872.5,-529.5 573.5,-529.5"/> +<polygon fill="#00ff00" stroke="none" points="573.5,-527.5 573.5,-529.5 872.5,-529.5 872.5,-527.5 573.5,-527.5"/> +<polygon fill="#00ff00" stroke="none" points="573.5,-525.5 573.5,-527.5 872.5,-527.5 872.5,-525.5 573.5,-525.5"/> +<polygon fill="#00ff00" stroke="none" points="573.5,-523.5 573.5,-525.5 872.5,-525.5 872.5,-523.5 573.5,-523.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-521.5 573.5,-523.5 872.5,-523.5 872.5,-521.5 573.5,-521.5"/> +<text text-anchor="start" x="575.38" y="-506.2" font-family="arial" font-size="14.00">Veronte 1X:64:FTS2_OUT_MPU</text> +<text text-anchor="start" x="801.25" y="-506.2" font-family="arial" font-size="14.00">     YE    </text> +<polygon fill="#000000" stroke="none" points="573.5,-499.5 573.5,-501.5 872.5,-501.5 872.5,-499.5 573.5,-499.5"/> +<polygon fill="#ffff00" stroke="none" points="573.5,-497.5 573.5,-499.5 872.5,-499.5 872.5,-497.5 573.5,-497.5"/> +<polygon fill="#ffff00" stroke="none" points="573.5,-495.5 573.5,-497.5 872.5,-497.5 872.5,-495.5 573.5,-495.5"/> +<polygon fill="#ffff00" stroke="none" points="573.5,-493.5 573.5,-495.5 872.5,-495.5 872.5,-493.5 573.5,-493.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-491.5 573.5,-493.5 872.5,-493.5 872.5,-491.5 573.5,-491.5"/> +<text text-anchor="start" x="616.25" y="-476.2" font-family="arial" font-size="14.00">Veronte 1X:65:GND</text> +<text text-anchor="start" x="800.5" y="-476.2" font-family="arial" font-size="14.00">     GY    </text> +<polygon fill="#000000" stroke="none" points="573.5,-469.5 573.5,-471.5 872.5,-471.5 872.5,-469.5 573.5,-469.5"/> +<polygon fill="#999999" stroke="none" points="573.5,-467.5 573.5,-469.5 872.5,-469.5 872.5,-467.5 573.5,-467.5"/> +<polygon fill="#999999" stroke="none" points="573.5,-465.5 573.5,-467.5 872.5,-467.5 872.5,-465.5 573.5,-465.5"/> +<polygon fill="#999999" stroke="none" points="573.5,-463.5 573.5,-465.5 872.5,-465.5 872.5,-463.5 573.5,-463.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-461.5 573.5,-463.5 872.5,-463.5 872.5,-461.5 573.5,-461.5"/> +<text text-anchor="start" x="616.25" y="-446.2" font-family="arial" font-size="14.00">Veronte 1X:66:GND</text> +<text text-anchor="start" x="800.88" y="-446.2" font-family="arial" font-size="14.00">     PK    </text> +<polygon fill="#000000" stroke="none" points="573.5,-439.5 573.5,-441.5 872.5,-441.5 872.5,-439.5 573.5,-439.5"/> +<polygon fill="#ff66cc" stroke="none" points="573.5,-437.5 573.5,-439.5 872.5,-439.5 872.5,-437.5 573.5,-437.5"/> +<polygon fill="#ff66cc" stroke="none" points="573.5,-435.5 573.5,-437.5 872.5,-437.5 872.5,-435.5 573.5,-435.5"/> +<polygon fill="#ff66cc" stroke="none" points="573.5,-433.5 573.5,-435.5 872.5,-435.5 872.5,-433.5 573.5,-433.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-431.5 573.5,-433.5 872.5,-433.5 872.5,-431.5 573.5,-431.5"/> +<text text-anchor="start" x="616.62" y="-416.2" font-family="arial" font-size="14.00">Veronte 1X:67:VCC</text> +<text text-anchor="start" x="800.88" y="-416.2" font-family="arial" font-size="14.00">     BU    </text> +<polygon fill="#000000" stroke="none" points="573.5,-409.5 573.5,-411.5 872.5,-411.5 872.5,-409.5 573.5,-409.5"/> +<polygon fill="#0066ff" stroke="none" points="573.5,-407.5 573.5,-409.5 872.5,-409.5 872.5,-407.5 573.5,-407.5"/> +<polygon fill="#0066ff" stroke="none" points="573.5,-405.5 573.5,-407.5 872.5,-407.5 872.5,-405.5 573.5,-405.5"/> +<polygon fill="#0066ff" stroke="none" points="573.5,-403.5 573.5,-405.5 872.5,-405.5 872.5,-403.5 573.5,-403.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-401.5 573.5,-403.5 872.5,-403.5 872.5,-401.5 573.5,-401.5"/> +<text text-anchor="start" x="616.62" y="-386.2" font-family="arial" font-size="14.00">Veronte 1X:68:VCC</text> +<text text-anchor="start" x="800.12" y="-386.2" font-family="arial" font-size="14.00">     RD    </text> +<polygon fill="#000000" stroke="none" points="573.5,-379.5 573.5,-381.5 872.5,-381.5 872.5,-379.5 573.5,-379.5"/> +<polygon fill="#ff0000" stroke="none" points="573.5,-377.5 573.5,-379.5 872.5,-379.5 872.5,-377.5 573.5,-377.5"/> +<polygon fill="#ff0000" stroke="none" points="573.5,-375.5 573.5,-377.5 872.5,-377.5 872.5,-375.5 573.5,-375.5"/> +<polygon fill="#ff0000" stroke="none" points="573.5,-373.5 573.5,-375.5 872.5,-375.5 872.5,-373.5 573.5,-373.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-371.5 573.5,-373.5 872.5,-373.5 872.5,-371.5 573.5,-371.5"/> +<text text-anchor="start" x="678.12" y="-356.2" font-family="arial" font-size="14.00"> </text> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge42" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-2113C481.56,-2113 499.72,-2112.5 572.5,-2112.5"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-2115C481.61,-2115 499.78,-2114.5 572.5,-2114.5"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-2117C481.67,-2117 499.83,-2116.5 572.5,-2116.5"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-2119C481.72,-2119 499.89,-2118.5 572.5,-2118.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-2121C481.78,-2121 499.94,-2120.5 572.5,-2120.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge43" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-2041C487.77,-2043.76 501.33,-2085.26 572.5,-2082.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-2043C485.87,-2044.38 499.43,-2085.88 572.5,-2084.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-2045C483.97,-2045 497.53,-2086.5 572.5,-2086.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-2047C482.07,-2045.62 495.63,-2087.12 572.5,-2088.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-2049C480.17,-2046.24 493.73,-2087.74 572.5,-2090.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge44" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-2017C487.05,-2019.46 501.83,-2054.96 572.5,-2052.5"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-2019C485.21,-2020.23 499.99,-2055.73 572.5,-2054.5"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-2021C483.36,-2021 498.14,-2056.5 572.5,-2056.5"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-2023C481.51,-2021.77 496.29,-2057.27 572.5,-2058.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-2025C479.67,-2022.54 494.45,-2058.04 572.5,-2060.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge45" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1993C486.37,-1995.11 502.19,-2024.61 572.5,-2022.5"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1995C484.6,-1996.05 500.42,-2025.55 572.5,-2024.5"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1997C482.84,-1997 498.66,-2026.5 572.5,-2026.5"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1999C481.08,-1997.95 496.9,-2027.45 572.5,-2028.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-2001C479.31,-1998.89 495.13,-2028.39 572.5,-2030.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge46" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1969C485.68,-1970.69 502.35,-1994.19 572.5,-1992.5"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-1971C484.04,-1971.84 500.72,-1995.34 572.5,-1994.5"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-1973C482.41,-1973 499.09,-1996.5 572.5,-1996.5"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-1975C480.78,-1974.16 497.46,-1997.66 572.5,-1998.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1977C479.15,-1975.31 495.82,-1998.81 572.5,-2000.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge47" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1945C484.92,-1946.18 502.26,-1963.68 572.5,-1962.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-1947C483.5,-1947.59 500.84,-1965.09 572.5,-1964.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-1949C482.08,-1949 499.42,-1966.5 572.5,-1966.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-1951C480.66,-1950.41 498,-1967.91 572.5,-1968.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1953C479.24,-1951.82 496.58,-1969.32 572.5,-1970.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge48" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1897C482.87,-1897.17 500.96,-1902.67 572.5,-1902.5"/> +<path fill="none" stroke="#8000ff" stroke-width="2" d="M409,-1899C482.29,-1899.09 500.37,-1904.59 572.5,-1904.5"/> +<path fill="none" stroke="#8000ff" stroke-width="2" d="M409,-1901C481.71,-1901 499.79,-1906.5 572.5,-1906.5"/> +<path fill="none" stroke="#8000ff" stroke-width="2" d="M409,-1903C481.13,-1902.91 499.21,-1908.41 572.5,-1908.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1905C480.54,-1904.83 498.63,-1910.33 572.5,-1910.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge49" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1873C481.56,-1873 499.72,-1872.5 572.5,-1872.5"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1875C481.61,-1875 499.78,-1874.5 572.5,-1874.5"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-1877C481.67,-1877 499.83,-1876.5 572.5,-1876.5"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1879C481.72,-1879 499.89,-1878.5 572.5,-1878.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1881C481.78,-1881 499.94,-1880.5 572.5,-1880.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge50" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1849C480.37,-1849.24 498.42,-1842.74 572.5,-1842.5"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-1851C481.05,-1851.12 499.1,-1844.62 572.5,-1844.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-1853C481.72,-1853 499.78,-1846.5 572.5,-1846.5"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-1855C482.4,-1854.88 500.45,-1848.38 572.5,-1848.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1857C483.08,-1856.76 501.13,-1850.26 572.5,-1850.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge51" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1825C479.57,-1825.73 497.32,-1813.23 572.5,-1812.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1827C480.73,-1827.37 498.47,-1814.87 572.5,-1814.5"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-1829C481.88,-1829 499.62,-1816.5 572.5,-1816.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1831C483.03,-1830.63 500.77,-1818.13 572.5,-1818.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1833C484.18,-1832.27 501.93,-1819.77 572.5,-1820.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge52" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1801C479.2,-1802.27 496.44,-1783.77 572.5,-1782.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1803C480.67,-1803.64 497.91,-1785.14 572.5,-1784.5"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-1805C482.13,-1805 499.37,-1786.5 572.5,-1786.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1807C483.59,-1806.36 500.83,-1787.86 572.5,-1788.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1809C485.06,-1807.73 502.3,-1789.23 572.5,-1790.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge53" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1777C479.16,-1778.76 495.71,-1754.26 572.5,-1752.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-1779C480.82,-1779.88 497.36,-1755.38 572.5,-1754.5"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-1781C482.48,-1781 499.02,-1756.5 572.5,-1756.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-1783C484.14,-1782.12 500.68,-1757.62 572.5,-1758.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1785C485.79,-1783.24 502.34,-1758.74 572.5,-1760.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge54" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1753C479.36,-1755.17 495.02,-1724.67 572.5,-1722.5"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-1755C481.14,-1756.09 496.8,-1725.59 572.5,-1724.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-1757C482.92,-1757 498.58,-1726.5 572.5,-1726.5"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-1759C484.7,-1757.91 500.36,-1727.41 572.5,-1728.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1761C486.48,-1758.83 502.14,-1728.33 572.5,-1730.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge55" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1729C479.74,-1731.52 494.33,-1695.02 572.5,-1692.5"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-1731C481.6,-1732.26 496.19,-1695.76 572.5,-1694.5"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-1733C483.46,-1733 498.04,-1696.5 572.5,-1696.5"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-1735C485.31,-1733.74 499.9,-1697.24 572.5,-1698.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1737C487.17,-1734.48 501.76,-1697.98 572.5,-1700.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge56" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1609C480.37,-1609.24 498.42,-1602.74 572.5,-1602.5"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-1611C481.05,-1611.12 499.1,-1604.62 572.5,-1604.5"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-1613C481.72,-1613 499.78,-1606.5 572.5,-1606.5"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-1615C482.4,-1614.88 500.45,-1608.38 572.5,-1608.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1617C483.08,-1616.76 501.13,-1610.26 572.5,-1610.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge57" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1585C479.57,-1585.73 497.32,-1573.23 572.5,-1572.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-1587C480.73,-1587.37 498.47,-1574.87 572.5,-1574.5"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-1589C481.88,-1589 499.62,-1576.5 572.5,-1576.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-1591C483.03,-1590.63 500.77,-1578.13 572.5,-1578.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1593C484.18,-1592.27 501.93,-1579.77 572.5,-1580.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge58" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1489C485.68,-1490.69 502.35,-1514.19 572.5,-1512.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1491C484.04,-1491.84 500.72,-1515.34 572.5,-1514.5"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-1493C482.41,-1493 499.09,-1516.5 572.5,-1516.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1495C480.78,-1494.16 497.46,-1517.66 572.5,-1518.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1497C479.15,-1495.31 495.82,-1518.81 572.5,-1520.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge59" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1393C495.84,-1397.1 493.66,-1486.6 572.5,-1482.5"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-1395C493.84,-1397.05 491.66,-1486.55 572.5,-1484.5"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-1397C491.84,-1397 489.66,-1486.5 572.5,-1486.5"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-1399C489.84,-1396.95 487.66,-1486.45 572.5,-1488.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1401C487.84,-1396.9 485.66,-1486.4 572.5,-1490.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge60" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1369C494.59,-1372.99 494.91,-1456.49 572.5,-1452.5"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-1371C492.59,-1372.99 492.91,-1456.49 572.5,-1454.5"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-1373C490.59,-1373 490.91,-1456.5 572.5,-1456.5"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-1375C488.59,-1373.01 488.91,-1456.51 572.5,-1458.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1377C486.59,-1373.01 486.91,-1456.51 572.5,-1460.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge61" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1321C492.3,-1324.73 497.18,-1396.23 572.5,-1392.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-1323C490.31,-1324.86 495.18,-1396.36 572.5,-1394.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-1325C488.31,-1325 493.19,-1396.5 572.5,-1396.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-1327C486.32,-1325.14 491.19,-1396.64 572.5,-1398.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1329C484.32,-1325.27 489.2,-1396.77 572.5,-1400.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge62" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1273C490.29,-1276.41 499.13,-1335.91 572.5,-1332.5"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1275C488.31,-1276.71 497.15,-1336.21 572.5,-1334.5"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1277C486.33,-1277 495.17,-1336.5 572.5,-1336.5"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1279C484.35,-1277.29 493.19,-1336.79 572.5,-1338.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1281C482.37,-1277.59 491.21,-1337.09 572.5,-1340.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge63" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1225C488.55,-1228.01 500.7,-1275.51 572.5,-1272.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-1227C486.61,-1228.5 498.77,-1276 572.5,-1274.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-1229C484.67,-1229 496.83,-1276.5 572.5,-1276.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-1231C482.73,-1229.5 494.89,-1277 572.5,-1278.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1233C480.8,-1229.99 492.95,-1277.49 572.5,-1280.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge64" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1201C487.77,-1203.76 501.33,-1245.26 572.5,-1242.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1203C485.87,-1204.38 499.43,-1245.88 572.5,-1244.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1205C483.97,-1205 497.53,-1246.5 572.5,-1246.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1207C482.07,-1205.62 495.63,-1247.12 572.5,-1248.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1209C480.17,-1206.24 493.73,-1247.74 572.5,-1250.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge65" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1177C487.05,-1179.46 501.83,-1214.96 572.5,-1212.5"/> +<path fill="none" stroke="#8000ff" stroke-width="2" d="M409,-1179C485.21,-1180.23 499.99,-1215.73 572.5,-1214.5"/> +<path fill="none" stroke="#8000ff" stroke-width="2" d="M409,-1181C483.36,-1181 498.14,-1216.5 572.5,-1216.5"/> +<path fill="none" stroke="#8000ff" stroke-width="2" d="M409,-1183C481.51,-1181.77 496.29,-1217.27 572.5,-1218.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1185C479.67,-1182.54 494.45,-1218.04 572.5,-1220.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge66" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1129C485.68,-1130.69 502.35,-1154.19 572.5,-1152.5"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-1131C484.04,-1131.84 500.72,-1155.34 572.5,-1154.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-1133C482.41,-1133 499.09,-1156.5 572.5,-1156.5"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-1135C480.78,-1134.16 497.46,-1157.66 572.5,-1158.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1137C479.15,-1135.31 495.82,-1158.81 572.5,-1160.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge67" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1105C484.92,-1106.18 502.26,-1123.68 572.5,-1122.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1107C483.5,-1107.59 500.84,-1125.09 572.5,-1124.5"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-1109C482.08,-1109 499.42,-1126.5 572.5,-1126.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1111C480.66,-1110.41 498,-1127.91 572.5,-1128.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1113C479.24,-1111.82 496.58,-1129.32 572.5,-1130.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge68" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1057C482.87,-1057.17 500.96,-1062.67 572.5,-1062.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-1059C482.29,-1059.09 500.37,-1064.59 572.5,-1064.5"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-1061C481.71,-1061 499.79,-1066.5 572.5,-1066.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-1063C481.13,-1062.91 499.21,-1068.41 572.5,-1068.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1065C480.54,-1064.83 498.63,-1070.33 572.5,-1070.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge69" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1033C481.56,-1033 499.72,-1032.5 572.5,-1032.5"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-1035C481.61,-1035 499.78,-1034.5 572.5,-1034.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-1037C481.67,-1037 499.83,-1036.5 572.5,-1036.5"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-1039C481.72,-1039 499.89,-1038.5 572.5,-1038.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1041C481.78,-1041 499.94,-1040.5 572.5,-1040.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge70" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-985C479.57,-985.73 497.32,-973.23 572.5,-972.5"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-987C480.73,-987.37 498.47,-974.87 572.5,-974.5"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-989C481.88,-989 499.62,-976.5 572.5,-976.5"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-991C483.03,-990.63 500.77,-978.13 572.5,-978.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-993C484.18,-992.27 501.93,-979.77 572.5,-980.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge71" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-961C479.2,-962.27 496.44,-943.77 572.5,-942.5"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-963C480.67,-963.64 497.91,-945.14 572.5,-944.5"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-965C482.13,-965 499.37,-946.5 572.5,-946.5"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-967C483.59,-966.36 500.83,-947.86 572.5,-948.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-969C485.06,-967.73 502.3,-949.23 572.5,-950.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge72" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-937C479.16,-938.76 495.71,-914.26 572.5,-912.5"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-939C480.82,-939.88 497.36,-915.38 572.5,-914.5"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-941C482.48,-941 499.02,-916.5 572.5,-916.5"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-943C484.14,-942.12 500.68,-917.62 572.5,-918.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-945C485.79,-943.24 502.34,-918.74 572.5,-920.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge73" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-913C479.36,-915.17 495.02,-884.67 572.5,-882.5"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-915C481.14,-916.09 496.8,-885.59 572.5,-884.5"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-917C482.92,-917 498.58,-886.5 572.5,-886.5"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-919C484.7,-917.91 500.36,-887.41 572.5,-888.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-921C486.48,-918.83 502.14,-888.33 572.5,-890.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge74" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-889C479.74,-891.52 494.33,-855.02 572.5,-852.5"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-891C481.6,-892.26 496.19,-855.76 572.5,-854.5"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-893C483.46,-893 498.04,-856.5 572.5,-856.5"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-895C485.31,-893.74 499.9,-857.24 572.5,-858.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-897C487.17,-894.48 501.76,-857.98 572.5,-860.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge75" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-865C480.27,-867.8 493.6,-825.3 572.5,-822.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-867C482.17,-868.4 495.51,-825.9 572.5,-824.5"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-869C484.08,-869 497.42,-826.5 572.5,-826.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-871C485.99,-869.6 499.33,-827.1 572.5,-828.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-873C487.9,-870.2 501.23,-827.7 572.5,-830.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge76" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-841C480.91,-844.05 492.82,-795.55 572.5,-792.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-843C482.85,-844.52 494.76,-796.02 572.5,-794.5"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-845C484.8,-845 496.7,-796.5 572.5,-796.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-847C486.74,-845.48 498.65,-796.98 572.5,-798.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-849C488.68,-845.95 500.59,-797.45 572.5,-800.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge77" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-817C481.67,-820.26 491.97,-765.76 572.5,-762.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-819C483.63,-820.63 493.94,-766.13 572.5,-764.5"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-821C485.6,-821 495.9,-766.5 572.5,-766.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-823C487.56,-821.37 497.87,-766.87 572.5,-768.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-825C489.53,-821.74 499.83,-767.24 572.5,-770.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge78" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-793C482.52,-796.44 491.06,-735.94 572.5,-732.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-795C484.5,-796.72 493.04,-736.22 572.5,-734.5"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-797C486.48,-797 495.02,-736.5 572.5,-736.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-799C488.46,-797.28 497,-736.78 572.5,-738.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-801C490.44,-797.56 498.98,-737.06 572.5,-740.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge79" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-769C483.47,-772.6 490.07,-706.1 572.5,-702.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-771C485.46,-772.8 492.06,-706.3 572.5,-704.5"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-773C487.45,-773 494.05,-706.5 572.5,-706.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-775C489.44,-773.2 496.04,-706.7 572.5,-708.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-777C491.43,-773.4 498.03,-706.9 572.5,-710.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge80" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-745C484.5,-748.75 489.02,-676.25 572.5,-672.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-747C486.49,-748.88 491.01,-676.38 572.5,-674.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-749C488.49,-749 493.01,-676.5 572.5,-676.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-751C490.49,-749.12 495.01,-676.62 572.5,-678.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-753C492.48,-749.25 497,-676.75 572.5,-680.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge81" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-697C486.8,-701 486.7,-616.5 572.5,-612.5"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-699C488.8,-701 488.7,-616.5 572.5,-614.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-701C490.8,-701 490.7,-616.5 572.5,-616.5"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-703C492.8,-701 492.7,-616.5 572.5,-618.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-705C494.8,-701 494.7,-616.5 572.5,-620.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge82" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-673C488.06,-677.12 485.45,-586.62 572.5,-582.5"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-675C490.06,-677.06 487.44,-586.56 572.5,-584.5"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-677C492.06,-677 489.44,-586.5 572.5,-586.5"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-679C494.06,-676.94 491.44,-586.44 572.5,-588.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-681C496.05,-676.88 493.44,-586.38 572.5,-590.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge83" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-649C489.39,-653.22 484.13,-556.72 572.5,-552.5"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-651C491.38,-653.11 486.12,-556.61 572.5,-554.5"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-653C493.38,-653 488.12,-556.5 572.5,-556.5"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-655C495.38,-652.89 490.12,-556.39 572.5,-558.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-657C497.37,-652.78 492.11,-556.28 572.5,-560.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge84" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-625C490.78,-629.31 482.75,-526.81 572.5,-522.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-627C492.77,-629.16 484.74,-526.66 572.5,-524.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-629C494.77,-629 486.73,-526.5 572.5,-526.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-631C496.76,-628.84 488.73,-526.34 572.5,-528.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-633C498.75,-628.69 490.72,-526.19 572.5,-530.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge85" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-601C492.23,-605.4 481.31,-496.9 572.5,-492.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-603C494.22,-605.2 483.3,-496.7 572.5,-494.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-605C496.21,-605 485.29,-496.5 572.5,-496.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-607C498.2,-604.8 487.28,-496.3 572.5,-498.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-609C500.19,-604.6 489.27,-496.1 572.5,-500.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge86" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-529C496.93,-533.63 476.67,-407.13 572.5,-402.5"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-531C498.9,-533.32 478.65,-406.82 572.5,-404.5"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-533C500.88,-533 480.62,-406.5 572.5,-406.5"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-535C502.85,-532.68 482.6,-406.18 572.5,-408.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-537C504.83,-532.37 484.57,-405.87 572.5,-410.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge87" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-505C498.59,-509.7 475.03,-377.2 572.5,-372.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-507C500.56,-509.35 477,-376.85 572.5,-374.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-509C502.53,-509 478.97,-376.5 572.5,-376.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-511C504.5,-508.65 480.94,-376.15 572.5,-378.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-513C506.47,-508.3 482.91,-375.8 572.5,-380.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge88" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1921C484.02,-1921.64 501.82,-1933.14 572.5,-1932.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1923C482.93,-1923.32 500.74,-1934.82 572.5,-1934.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1925C481.85,-1925 499.65,-1936.5 572.5,-1936.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1927C480.76,-1926.68 498.57,-1938.18 572.5,-1938.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1929C479.68,-1928.36 497.48,-1939.86 572.5,-1940.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge90" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1705C480.27,-1707.8 493.6,-1665.3 572.5,-1662.5"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-1707C482.17,-1708.4 495.51,-1665.9 572.5,-1664.5"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-1709C484.08,-1709 497.42,-1666.5 572.5,-1666.5"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-1711C485.99,-1709.6 499.33,-1667.1 572.5,-1668.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1713C487.9,-1710.2 501.23,-1667.7 572.5,-1670.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge92" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1633C481.56,-1633 499.72,-1632.5 572.5,-1632.5"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-1635C481.61,-1635 499.78,-1634.5 572.5,-1634.5"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-1637C481.67,-1637 499.83,-1636.5 572.5,-1636.5"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-1639C481.72,-1639 499.89,-1638.5 572.5,-1638.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1641C481.78,-1641 499.94,-1640.5 572.5,-1640.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge94" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1561C479.2,-1562.27 496.44,-1543.77 572.5,-1542.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-1563C480.67,-1563.64 497.91,-1545.14 572.5,-1544.5"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-1565C482.13,-1565 499.37,-1546.5 572.5,-1546.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-1567C483.59,-1566.36 500.83,-1547.86 572.5,-1548.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1569C485.06,-1567.73 502.3,-1549.23 572.5,-1550.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge96" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1345C493.41,-1348.86 496.08,-1426.36 572.5,-1422.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1347C491.42,-1348.93 494.08,-1426.43 572.5,-1424.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1349C489.42,-1349 492.08,-1426.5 572.5,-1426.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1351C487.42,-1349.07 490.08,-1426.57 572.5,-1428.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1353C485.42,-1349.14 488.09,-1426.64 572.5,-1430.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge98" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1297C491.26,-1300.58 498.2,-1366.08 572.5,-1362.5"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-1299C489.27,-1300.79 496.21,-1366.29 572.5,-1364.5"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-1301C487.28,-1301 494.22,-1366.5 572.5,-1366.5"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-1303C485.29,-1301.21 492.23,-1366.71 572.5,-1368.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1305C483.3,-1301.42 490.24,-1366.92 572.5,-1370.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge100" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1249C489.38,-1252.22 499.97,-1305.72 572.5,-1302.5"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-1251C487.42,-1252.61 498,-1306.11 572.5,-1304.5"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-1253C485.46,-1253 496.04,-1306.5 572.5,-1306.5"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-1255C483.5,-1253.39 494.08,-1306.89 572.5,-1308.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1257C481.53,-1253.78 492.12,-1307.28 572.5,-1310.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge102" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1153C486.37,-1155.11 502.19,-1184.61 572.5,-1182.5"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1155C484.6,-1156.05 500.42,-1185.55 572.5,-1184.5"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-1157C482.84,-1157 498.66,-1186.5 572.5,-1186.5"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1159C481.08,-1157.95 496.9,-1187.45 572.5,-1188.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1161C479.31,-1158.89 495.13,-1188.39 572.5,-1190.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge104" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1081C484.02,-1081.64 501.82,-1093.14 572.5,-1092.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1083C482.93,-1083.32 500.74,-1094.82 572.5,-1094.5"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-1085C481.85,-1085 499.65,-1096.5 572.5,-1096.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1087C480.76,-1086.68 498.57,-1098.18 572.5,-1098.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1089C479.68,-1088.36 497.48,-1099.86 572.5,-1100.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge106" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1009C480.37,-1009.24 498.42,-1002.74 572.5,-1002.5"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-1011C481.05,-1011.12 499.1,-1004.62 572.5,-1004.5"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-1013C481.72,-1013 499.78,-1006.5 572.5,-1006.5"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-1015C482.4,-1014.88 500.45,-1008.38 572.5,-1008.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1017C483.08,-1016.76 501.13,-1010.26 572.5,-1010.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge108" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-721C485.61,-724.88 487.89,-646.38 572.5,-642.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-723C487.61,-724.94 489.89,-646.44 572.5,-644.5"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-725C489.61,-725 491.89,-646.5 572.5,-646.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-727C491.61,-725.06 493.89,-646.56 572.5,-648.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-729C493.61,-725.12 495.89,-646.62 572.5,-650.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge110" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-577C493.74,-581.48 479.82,-466.98 572.5,-462.5"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-579C495.73,-581.24 481.8,-466.74 572.5,-464.5"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-581C497.71,-581 483.79,-466.5 572.5,-466.5"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-583C499.7,-580.76 485.77,-466.26 572.5,-468.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-585C501.68,-580.52 487.76,-466.02 572.5,-470.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge112" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-553C495.31,-557.56 478.27,-437.06 572.5,-432.5"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-555C497.29,-557.28 480.25,-436.78 572.5,-434.5"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-557C499.27,-557 482.23,-436.5 572.5,-436.5"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-559C501.25,-556.72 484.21,-436.22 572.5,-438.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-561C503.23,-556.44 486.19,-435.94 572.5,-440.5"/> +</g> +<!-- W13 --> +<g id="node60" class="node"> +<title>W13</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="891.5,-3684.5 554.5,-3684.5 554.5,-3535.5 891.5,-3535.5 891.5,-3684.5"/> +<polygon fill="none" stroke="black" points="554.5,-3660 554.5,-3684.5 891.5,-3684.5 891.5,-3660 554.5,-3660"/> +<text text-anchor="start" x="707.62" y="-3667.2" font-family="arial" font-size="14.00">W13</text> +<polygon fill="none" stroke="black" points="554.5,-3635.5 554.5,-3660 633.33,-3660 633.33,-3635.5 554.5,-3635.5"/> +<text text-anchor="start" x="586.42" y="-3642.7" font-family="arial" font-size="14.00">2x</text> +<polygon fill="none" stroke="black" points="633.33,-3635.5 633.33,-3660 752.67,-3660 752.67,-3635.5 633.33,-3635.5"/> +<text text-anchor="start" x="665.25" y="-3642.7" font-family="arial" font-size="14.00">22 AWG</text> +<polygon fill="none" stroke="black" points="752.67,-3635.5 752.67,-3660 891.5,-3660 891.5,-3635.5 752.67,-3635.5"/> +<text text-anchor="start" x="784.58" y="-3642.7" font-family="arial" font-size="14.00">75.5 Inches</text> +<text text-anchor="start" x="612.12" y="-3620.2" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="556.25" y="-3600.2" font-family="arial" font-size="14.00">Veronte 1X:2:I/O2</text> +<text text-anchor="start" x="675.88" y="-3600.2" font-family="arial" font-size="14.00">     BN    </text> +<text text-anchor="start" x="733.5" y="-3600.2" font-family="arial" font-size="14.00">VP-X J2:1:Switch input 1</text> +<polygon fill="#000000" stroke="none" points="554.5,-3593.5 554.5,-3595.5 891.5,-3595.5 891.5,-3593.5 554.5,-3593.5"/> +<polygon fill="#895956" stroke="none" points="554.5,-3591.5 554.5,-3593.5 891.5,-3593.5 891.5,-3591.5 554.5,-3591.5"/> +<polygon fill="#895956" stroke="none" points="554.5,-3589.5 554.5,-3591.5 891.5,-3591.5 891.5,-3589.5 554.5,-3589.5"/> +<polygon fill="#895956" stroke="none" points="554.5,-3587.5 554.5,-3589.5 891.5,-3589.5 891.5,-3587.5 554.5,-3587.5"/> +<polygon fill="#000000" stroke="none" points="554.5,-3585.5 554.5,-3587.5 891.5,-3587.5 891.5,-3585.5 554.5,-3585.5"/> +<text text-anchor="start" x="556.25" y="-3570.2" font-family="arial" font-size="14.00">Veronte 1X:3:I/O3</text> +<text text-anchor="start" x="675.12" y="-3570.2" font-family="arial" font-size="14.00">     GN    </text> +<text text-anchor="start" x="733.5" y="-3570.2" font-family="arial" font-size="14.00">VP-X J2:2:Switch input 2</text> +<polygon fill="#000000" stroke="none" points="554.5,-3563.5 554.5,-3565.5 891.5,-3565.5 891.5,-3563.5 554.5,-3563.5"/> +<polygon fill="#00ff00" stroke="none" points="554.5,-3561.5 554.5,-3563.5 891.5,-3563.5 891.5,-3561.5 554.5,-3561.5"/> +<polygon fill="#00ff00" stroke="none" points="554.5,-3559.5 554.5,-3561.5 891.5,-3561.5 891.5,-3559.5 554.5,-3559.5"/> +<polygon fill="#00ff00" stroke="none" points="554.5,-3557.5 554.5,-3559.5 891.5,-3559.5 891.5,-3557.5 554.5,-3557.5"/> +<polygon fill="#000000" stroke="none" points="554.5,-3555.5 554.5,-3557.5 891.5,-3557.5 891.5,-3555.5 554.5,-3555.5"/> +<text text-anchor="start" x="612.12" y="-3540.2" font-family="arial" font-size="14.00"> </text> +</g> +<!-- Veronte 1X--W13 --> +<g id="edge126" class="edge"> +<title>Veronte 1X:e--W13:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-2089C747.1,-2094.32 222.95,-3591.82 553.5,-3586.5"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-2091C745.21,-2093.66 221.06,-3591.16 553.5,-3588.5"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-2093C743.32,-2093 219.18,-3590.5 553.5,-3590.5"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-2095C741.44,-2092.34 217.29,-3589.84 553.5,-3592.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-2097C739.55,-2091.68 215.4,-3589.18 553.5,-3594.5"/> +</g> +<!-- Veronte 1X--W13 --> +<g id="edge128" class="edge"> +<title>Veronte 1X:e--W13:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-2065C745.77,-2070.32 224.28,-3561.82 553.5,-3556.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-2067C743.88,-2069.66 222.39,-3561.16 553.5,-3558.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-2069C742,-2069 220.5,-3560.5 553.5,-3560.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-2071C740.11,-2068.34 218.62,-3559.84 553.5,-3562.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-2073C738.22,-2067.68 216.73,-3559.18 553.5,-3564.5"/> +</g> +<!-- VP-X J2 --> +<g id="node2" class="node"> +<title>VP-X J2</title> +<polygon fill="#ffffff" stroke="black" points="1381,-3867.5 1037,-3867.5 1037,-3310.5 1381,-3310.5 1381,-3867.5"/> +<polygon fill="none" stroke="black" points="1037,-3843 1037,-3867.5 1381,-3867.5 1381,-3843 1037,-3843"/> +<text text-anchor="start" x="1182.38" y="-3850.2" font-family="arial" font-size="14.00">VP-X J2</text> +<polygon fill="none" stroke="black" points="1037,-3818.5 1037,-3843 1281,-3843 1281,-3818.5 1037,-3818.5"/> +<text text-anchor="start" x="1067.12" y="-3825.7" font-family="arial" font-size="14.00">25-pin dsub (Male Terminals)</text> +<polygon fill="none" stroke="black" points="1281,-3818.5 1281,-3843 1381,-3843 1381,-3818.5 1281,-3818.5"/> +<text text-anchor="start" x="1311.12" y="-3825.7" font-family="arial" font-size="14.00">18-pin</text> +<polygon fill="none" stroke="black" points="1037,-3794.5 1037,-3818.5 1150,-3818.5 1150,-3794.5 1037,-3794.5"/> +<text text-anchor="start" x="1089.38" y="-3801.2" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1150,-3794.5 1150,-3818.5 1381,-3818.5 1381,-3794.5 1150,-3794.5"/> +<text text-anchor="start" x="1222" y="-3801.2" font-family="arial" font-size="14.00">Switch input 1</text> +<polygon fill="none" stroke="black" points="1037,-3770.5 1037,-3794.5 1150,-3794.5 1150,-3770.5 1037,-3770.5"/> +<text text-anchor="start" x="1089.38" y="-3777.2" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1150,-3770.5 1150,-3794.5 1381,-3794.5 1381,-3770.5 1150,-3770.5"/> +<text text-anchor="start" x="1222" y="-3777.2" font-family="arial" font-size="14.00">Switch input 2</text> +<polygon fill="none" stroke="black" points="1037,-3746.5 1037,-3770.5 1150,-3770.5 1150,-3746.5 1037,-3746.5"/> +<text text-anchor="start" x="1089.38" y="-3753.2" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="1150,-3746.5 1150,-3770.5 1381,-3770.5 1381,-3746.5 1150,-3746.5"/> +<text text-anchor="start" x="1222" y="-3753.2" font-family="arial" font-size="14.00">Switch input 3</text> +<polygon fill="none" stroke="black" points="1037,-3722.5 1037,-3746.5 1150,-3746.5 1150,-3722.5 1037,-3722.5"/> +<text text-anchor="start" x="1089.38" y="-3729.2" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="1150,-3722.5 1150,-3746.5 1381,-3746.5 1381,-3722.5 1150,-3722.5"/> +<text text-anchor="start" x="1222" y="-3729.2" font-family="arial" font-size="14.00">Switch input 4</text> +<polygon fill="none" stroke="black" points="1037,-3698.5 1037,-3722.5 1150,-3722.5 1150,-3698.5 1037,-3698.5"/> +<text text-anchor="start" x="1089.38" y="-3705.2" font-family="arial" font-size="14.00">5</text> +<polygon fill="none" stroke="black" points="1150,-3698.5 1150,-3722.5 1381,-3722.5 1381,-3698.5 1150,-3698.5"/> +<text text-anchor="start" x="1222" y="-3705.2" font-family="arial" font-size="14.00">Switch input 5</text> +<polygon fill="none" stroke="black" points="1037,-3674.5 1037,-3698.5 1150,-3698.5 1150,-3674.5 1037,-3674.5"/> +<text text-anchor="start" x="1089.38" y="-3681.2" font-family="arial" font-size="14.00">6</text> +<polygon fill="none" stroke="black" points="1150,-3674.5 1150,-3698.5 1381,-3698.5 1381,-3674.5 1150,-3674.5"/> +<text text-anchor="start" x="1222" y="-3681.2" font-family="arial" font-size="14.00">Switch input 6</text> +<polygon fill="none" stroke="black" points="1037,-3650.5 1037,-3674.5 1150,-3674.5 1150,-3650.5 1037,-3650.5"/> +<text text-anchor="start" x="1089.38" y="-3657.2" font-family="arial" font-size="14.00">7</text> +<polygon fill="none" stroke="black" points="1150,-3650.5 1150,-3674.5 1381,-3674.5 1381,-3650.5 1150,-3650.5"/> +<text text-anchor="start" x="1222" y="-3657.2" font-family="arial" font-size="14.00">Switch input 7</text> +<polygon fill="none" stroke="black" points="1037,-3626.5 1037,-3650.5 1150,-3650.5 1150,-3626.5 1037,-3626.5"/> +<text text-anchor="start" x="1089.38" y="-3633.2" font-family="arial" font-size="14.00">8</text> +<polygon fill="none" stroke="black" points="1150,-3626.5 1150,-3650.5 1381,-3650.5 1381,-3626.5 1150,-3626.5"/> +<text text-anchor="start" x="1222" y="-3633.2" font-family="arial" font-size="14.00">Switch input 8</text> +<polygon fill="none" stroke="black" points="1037,-3602.5 1037,-3626.5 1150,-3626.5 1150,-3602.5 1037,-3602.5"/> +<text text-anchor="start" x="1089.38" y="-3609.2" font-family="arial" font-size="14.00">9</text> +<polygon fill="none" stroke="black" points="1150,-3602.5 1150,-3626.5 1381,-3626.5 1381,-3602.5 1150,-3602.5"/> +<text text-anchor="start" x="1222" y="-3609.2" font-family="arial" font-size="14.00">Switch input 9</text> +<polygon fill="none" stroke="black" points="1037,-3578.5 1037,-3602.5 1150,-3602.5 1150,-3578.5 1037,-3578.5"/> +<text text-anchor="start" x="1085.25" y="-3585.2" font-family="arial" font-size="14.00">10</text> +<polygon fill="none" stroke="black" points="1150,-3578.5 1150,-3602.5 1381,-3602.5 1381,-3578.5 1150,-3578.5"/> +<text text-anchor="start" x="1217.88" y="-3585.2" font-family="arial" font-size="14.00">Switch input 10</text> +<polygon fill="none" stroke="black" points="1037,-3554.5 1037,-3578.5 1150,-3578.5 1150,-3554.5 1037,-3554.5"/> +<text text-anchor="start" x="1085.25" y="-3561.2" font-family="arial" font-size="14.00">11</text> +<polygon fill="none" stroke="black" points="1150,-3554.5 1150,-3578.5 1381,-3578.5 1381,-3554.5 1150,-3554.5"/> +<text text-anchor="start" x="1207" y="-3561.2" font-family="arial" font-size="14.00">Starter annun input</text> +<polygon fill="none" stroke="black" points="1037,-3530.5 1037,-3554.5 1150,-3554.5 1150,-3530.5 1037,-3530.5"/> +<text text-anchor="start" x="1085.25" y="-3537.2" font-family="arial" font-size="14.00">12</text> +<polygon fill="none" stroke="black" points="1150,-3530.5 1150,-3554.5 1381,-3554.5 1381,-3530.5 1150,-3530.5"/> +<text text-anchor="start" x="1198.38" y="-3537.2" font-family="arial" font-size="14.00">Aux batt voltage input</text> +<polygon fill="none" stroke="black" points="1037,-3506.5 1037,-3530.5 1150,-3530.5 1150,-3506.5 1037,-3506.5"/> +<text text-anchor="start" x="1085.25" y="-3513.2" font-family="arial" font-size="14.00">14</text> +<polygon fill="none" stroke="black" points="1150,-3506.5 1150,-3530.5 1381,-3530.5 1381,-3506.5 1150,-3506.5"/> +<text text-anchor="start" x="1220.5" y="-3513.2" font-family="arial" font-size="14.00">Flap up switch</text> +<polygon fill="none" stroke="black" points="1037,-3482.5 1037,-3506.5 1150,-3506.5 1150,-3482.5 1037,-3482.5"/> +<text text-anchor="start" x="1085.25" y="-3489.2" font-family="arial" font-size="14.00">15</text> +<polygon fill="none" stroke="black" points="1150,-3482.5 1150,-3506.5 1381,-3506.5 1381,-3482.5 1150,-3482.5"/> +<text text-anchor="start" x="1211.5" y="-3489.2" font-family="arial" font-size="14.00">Flap down switch</text> +<polygon fill="none" stroke="black" points="1037,-3458.5 1037,-3482.5 1150,-3482.5 1150,-3458.5 1037,-3458.5"/> +<text text-anchor="start" x="1085.25" y="-3465.2" font-family="arial" font-size="14.00">16</text> +<polygon fill="none" stroke="black" points="1150,-3458.5 1150,-3482.5 1381,-3482.5 1381,-3458.5 1150,-3458.5"/> +<text text-anchor="start" x="1211.12" y="-3465.2" font-family="arial" font-size="14.00">Roll trim left input</text> +<polygon fill="none" stroke="black" points="1037,-3434.5 1037,-3458.5 1150,-3458.5 1150,-3434.5 1037,-3434.5"/> +<text text-anchor="start" x="1085.25" y="-3441.2" font-family="arial" font-size="14.00">17</text> +<polygon fill="none" stroke="black" points="1150,-3434.5 1150,-3458.5 1381,-3458.5 1381,-3434.5 1150,-3434.5"/> +<text text-anchor="start" x="1207.38" y="-3441.2" font-family="arial" font-size="14.00">Roll trim right input</text> +<polygon fill="none" stroke="black" points="1037,-3410.5 1037,-3434.5 1150,-3434.5 1150,-3410.5 1037,-3410.5"/> +<text text-anchor="start" x="1085.25" y="-3417.2" font-family="arial" font-size="14.00">18</text> +<polygon fill="none" stroke="black" points="1150,-3410.5 1150,-3434.5 1381,-3434.5 1381,-3410.5 1150,-3410.5"/> +<text text-anchor="start" x="1209.62" y="-3417.2" font-family="arial" font-size="14.00">Pitch trim up input</text> +<polygon fill="none" stroke="black" points="1037,-3386.5 1037,-3410.5 1150,-3410.5 1150,-3386.5 1037,-3386.5"/> +<text text-anchor="start" x="1085.25" y="-3393.2" font-family="arial" font-size="14.00">19</text> +<polygon fill="none" stroke="black" points="1150,-3386.5 1150,-3410.5 1381,-3410.5 1381,-3386.5 1150,-3386.5"/> +<text text-anchor="start" x="1200.62" y="-3393.2" font-family="arial" font-size="14.00">Pitch trim down input</text> +<polygon fill="none" stroke="black" points="1037,-3310.5 1037,-3386.5 1381,-3386.5 1381,-3310.5 1037,-3310.5"/> +<image xlink:href="images\25dsub.png" width="336px" height="68px" preserveAspectRatio="xMinYMin meet" x="1041" y="-3382.5"/> +</g> +<!-- Swash1 --> +<g id="node3" class="node"> +<title>Swash1</title> +<polygon fill="#ffffff" stroke="black" points="2412.25,-3149 1953,-3149 1953,-2727 2412.25,-2727 2412.25,-3149"/> +<polygon fill="none" stroke="black" points="1953,-3124.5 1953,-3149 2412.25,-3149 2412.25,-3124.5 1953,-3124.5"/> +<text text-anchor="start" x="2157.5" y="-3131.7" font-family="arial" font-size="14.00">Swash1</text> +<polygon fill="none" stroke="black" points="1953,-3100 1953,-3124.5 2372.75,-3124.5 2372.75,-3100 1953,-3100"/> +<text text-anchor="start" x="1957" y="-3107.2" font-family="arial" font-size="14.00">Amphenol C091 M16 flange-mount male metal receptacle, 12-pin</text> +<polygon fill="none" stroke="black" points="2372.75,-3100 2372.75,-3124.5 2412.25,-3124.5 2412.25,-3100 2372.75,-3100"/> +<text text-anchor="start" x="2376.75" y="-3107.2" font-family="arial" font-size="14.00">2-pin</text> +<polygon fill="none" stroke="black" points="1953,-3076 1953,-3100 2164.12,-3100 2164.12,-3076 1953,-3076"/> +<text text-anchor="start" x="2052.94" y="-3082.7" font-family="arial" font-size="14.00">G</text> +<polygon fill="none" stroke="black" points="2164.12,-3076 2164.12,-3100 2412.25,-3100 2412.25,-3076 2164.12,-3076"/> +<text text-anchor="start" x="2264.19" y="-3082.7" font-family="arial" font-size="14.00">CAN_P</text> +<polygon fill="none" stroke="black" points="1953,-3052 1953,-3076 2164.12,-3076 2164.12,-3052 1953,-3052"/> +<text text-anchor="start" x="2054.81" y="-3058.7" font-family="arial" font-size="14.00">J</text> +<polygon fill="none" stroke="black" points="2164.12,-3052 2164.12,-3076 2412.25,-3076 2412.25,-3052 2164.12,-3052"/> +<text text-anchor="start" x="2264.19" y="-3058.7" font-family="arial" font-size="14.00">CAN_N</text> +<polygon fill="none" stroke="black" points="1953,-2727 1953,-3052 2412.25,-3052 2412.25,-2727 1953,-2727"/> +<image xlink:href="images\A2Logic.png" width="431px" height="317px" preserveAspectRatio="xMinYMin meet" x="1967.12" y="-3048"/> +</g> +<!-- Swash2 --> +<g id="node4" class="node"> +<title>Swash2</title> +<polygon fill="#ffffff" stroke="black" points="2412.25,-2654.5 1953,-2654.5 1953,-2557.5 2412.25,-2557.5 2412.25,-2654.5"/> +<polygon fill="none" stroke="black" points="1953,-2630 1953,-2654.5 2412.25,-2654.5 2412.25,-2630 1953,-2630"/> +<text text-anchor="start" x="2157.5" y="-2637.2" font-family="arial" font-size="14.00">Swash2</text> +<polygon fill="none" stroke="black" points="1953,-2605.5 1953,-2630 2372.75,-2630 2372.75,-2605.5 1953,-2605.5"/> +<text text-anchor="start" x="1957" y="-2612.7" font-family="arial" font-size="14.00">Amphenol C091 M16 flange-mount male metal receptacle, 12-pin</text> +<polygon fill="none" stroke="black" points="2372.75,-2605.5 2372.75,-2630 2412.25,-2630 2412.25,-2605.5 2372.75,-2605.5"/> +<text text-anchor="start" x="2376.75" y="-2612.7" font-family="arial" font-size="14.00">2-pin</text> +<polygon fill="none" stroke="black" points="1953,-2581.5 1953,-2605.5 2164.12,-2605.5 2164.12,-2581.5 1953,-2581.5"/> +<text text-anchor="start" x="2052.94" y="-2588.2" font-family="arial" font-size="14.00">G</text> +<polygon fill="none" stroke="black" points="2164.12,-2581.5 2164.12,-2605.5 2412.25,-2605.5 2412.25,-2581.5 2164.12,-2581.5"/> +<text text-anchor="start" x="2264.19" y="-2588.2" font-family="arial" font-size="14.00">CAN_P</text> +<polygon fill="none" stroke="black" points="1953,-2557.5 1953,-2581.5 2164.12,-2581.5 2164.12,-2557.5 1953,-2557.5"/> +<text text-anchor="start" x="2054.81" y="-2564.2" font-family="arial" font-size="14.00">J</text> +<polygon fill="none" stroke="black" points="2164.12,-2557.5 2164.12,-2581.5 2412.25,-2581.5 2412.25,-2557.5 2164.12,-2557.5"/> +<text text-anchor="start" x="2264.19" y="-2564.2" font-family="arial" font-size="14.00">CAN_N</text> +</g> +<!-- Swash3 --> +<g id="node5" class="node"> +<title>Swash3</title> +<polygon fill="#ffffff" stroke="black" points="2412.25,-3318.5 1953,-3318.5 1953,-3221.5 2412.25,-3221.5 2412.25,-3318.5"/> +<polygon fill="none" stroke="black" points="1953,-3294 1953,-3318.5 2412.25,-3318.5 2412.25,-3294 1953,-3294"/> +<text text-anchor="start" x="2157.5" y="-3301.2" font-family="arial" font-size="14.00">Swash3</text> +<polygon fill="none" stroke="black" points="1953,-3269.5 1953,-3294 2372.75,-3294 2372.75,-3269.5 1953,-3269.5"/> +<text text-anchor="start" x="1957" y="-3276.7" font-family="arial" font-size="14.00">Amphenol C091 M16 flange-mount male metal receptacle, 12-pin</text> +<polygon fill="none" stroke="black" points="2372.75,-3269.5 2372.75,-3294 2412.25,-3294 2412.25,-3269.5 2372.75,-3269.5"/> +<text text-anchor="start" x="2376.75" y="-3276.7" font-family="arial" font-size="14.00">2-pin</text> +<polygon fill="none" stroke="black" points="1953,-3245.5 1953,-3269.5 2164.12,-3269.5 2164.12,-3245.5 1953,-3245.5"/> +<text text-anchor="start" x="2052.94" y="-3252.2" font-family="arial" font-size="14.00">G</text> +<polygon fill="none" stroke="black" points="2164.12,-3245.5 2164.12,-3269.5 2412.25,-3269.5 2412.25,-3245.5 2164.12,-3245.5"/> +<text text-anchor="start" x="2264.19" y="-3252.2" font-family="arial" font-size="14.00">CAN_P</text> +<polygon fill="none" stroke="black" points="1953,-3221.5 1953,-3245.5 2164.12,-3245.5 2164.12,-3221.5 1953,-3221.5"/> +<text text-anchor="start" x="2054.81" y="-3228.2" font-family="arial" font-size="14.00">J</text> +<polygon fill="none" stroke="black" points="2164.12,-3221.5 2164.12,-3245.5 2412.25,-3245.5 2412.25,-3221.5 2164.12,-3221.5"/> +<text text-anchor="start" x="2264.19" y="-3228.2" font-family="arial" font-size="14.00">CAN_N</text> +</g> +<!-- Yaw --> +<g id="node6" class="node"> +<title>Yaw</title> +<polygon fill="#ffffff" stroke="black" points="2412.25,-3488.5 1953,-3488.5 1953,-3391.5 2412.25,-3391.5 2412.25,-3488.5"/> +<polygon fill="none" stroke="black" points="1953,-3464 1953,-3488.5 2412.25,-3488.5 2412.25,-3464 1953,-3464"/> +<text text-anchor="start" x="2169.5" y="-3471.2" font-family="arial" font-size="14.00">Yaw</text> +<polygon fill="none" stroke="black" points="1953,-3439.5 1953,-3464 2372.75,-3464 2372.75,-3439.5 1953,-3439.5"/> +<text text-anchor="start" x="1957" y="-3446.7" font-family="arial" font-size="14.00">Amphenol C091 M16 flange-mount male metal receptacle, 12-pin</text> +<polygon fill="none" stroke="black" points="2372.75,-3439.5 2372.75,-3464 2412.25,-3464 2412.25,-3439.5 2372.75,-3439.5"/> +<text text-anchor="start" x="2376.75" y="-3446.7" font-family="arial" font-size="14.00">2-pin</text> +<polygon fill="none" stroke="black" points="1953,-3415.5 1953,-3439.5 2164.12,-3439.5 2164.12,-3415.5 1953,-3415.5"/> +<text text-anchor="start" x="2052.94" y="-3422.2" font-family="arial" font-size="14.00">G</text> +<polygon fill="none" stroke="black" points="2164.12,-3415.5 2164.12,-3439.5 2412.25,-3439.5 2412.25,-3415.5 2164.12,-3415.5"/> +<text text-anchor="start" x="2264.19" y="-3422.2" font-family="arial" font-size="14.00">CAN_P</text> +<polygon fill="none" stroke="black" points="1953,-3391.5 1953,-3415.5 2164.12,-3415.5 2164.12,-3391.5 1953,-3391.5"/> +<text text-anchor="start" x="2054.81" y="-3398.2" font-family="arial" font-size="14.00">J</text> +<polygon fill="none" stroke="black" points="2164.12,-3391.5 2164.12,-3415.5 2412.25,-3415.5 2412.25,-3391.5 2164.12,-3391.5"/> +<text text-anchor="start" x="2264.19" y="-3398.2" font-family="arial" font-size="14.00">CAN_N</text> +</g> +<!-- Radio --> +<g id="node7" class="node"> +<title>Radio</title> +<polygon fill="#ffffff" stroke="black" points="1248.88,-3286.5 1169.12,-3286.5 1169.12,-3189.5 1248.88,-3189.5 1248.88,-3286.5"/> +<polygon fill="none" stroke="black" points="1169.12,-3262 1169.12,-3286.5 1248.88,-3286.5 1248.88,-3262 1169.12,-3262"/> +<text text-anchor="start" x="1190.25" y="-3269.2" font-family="arial" font-size="14.00">Radio</text> +<polygon fill="none" stroke="black" points="1169.12,-3237.5 1169.12,-3262 1209.38,-3262 1209.38,-3237.5 1169.12,-3237.5"/> +<text text-anchor="start" x="1173.12" y="-3244.7" font-family="arial" font-size="14.00">temp</text> +<polygon fill="none" stroke="black" points="1209.38,-3237.5 1209.38,-3262 1248.88,-3262 1248.88,-3237.5 1209.38,-3237.5"/> +<text text-anchor="start" x="1213.38" y="-3244.7" font-family="arial" font-size="14.00">2-pin</text> +<polygon fill="none" stroke="black" points="1169.12,-3213.5 1169.12,-3237.5 1204.5,-3237.5 1204.5,-3213.5 1169.12,-3213.5"/> +<text text-anchor="start" x="1182.69" y="-3220.2" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1204.5,-3213.5 1204.5,-3237.5 1248.88,-3237.5 1248.88,-3213.5 1204.5,-3213.5"/> +<text text-anchor="start" x="1218.81" y="-3220.2" font-family="arial" font-size="14.00">Tx</text> +<polygon fill="none" stroke="black" points="1169.12,-3189.5 1169.12,-3213.5 1204.5,-3213.5 1204.5,-3189.5 1169.12,-3189.5"/> +<text text-anchor="start" x="1182.69" y="-3196.2" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1204.5,-3189.5 1204.5,-3213.5 1248.88,-3213.5 1248.88,-3189.5 1204.5,-3189.5"/> +<text text-anchor="start" x="1218.06" y="-3196.2" font-family="arial" font-size="14.00">Rx</text> +</g> +<!-- CEX --> +<g id="node8" class="node"> +<title>CEX</title> +<polygon fill="#ffffff" stroke="black" points="2387.12,-1732.5 1978.12,-1732.5 1978.12,-1163.5 2387.12,-1163.5 2387.12,-1732.5"/> +<polygon fill="none" stroke="black" points="1978.12,-1708 1978.12,-1732.5 2387.12,-1732.5 2387.12,-1708 1978.12,-1708"/> +<text text-anchor="start" x="2167.62" y="-1715.2" font-family="arial" font-size="14.00">CEX</text> +<polygon fill="none" stroke="black" points="1978.12,-1683.5 1978.12,-1708 2226.12,-1708 2226.12,-1683.5 1978.12,-1683.5"/> +<text text-anchor="start" x="2042.88" y="-1690.7" font-family="arial" font-size="14.00">FMW.LM.368.XLC</text> +<polygon fill="none" stroke="black" points="2226.12,-1683.5 2226.12,-1708 2387.12,-1708 2387.12,-1683.5 2226.12,-1683.5"/> +<text text-anchor="start" x="2290.88" y="-1690.7" font-family="arial" font-size="14.00">3-pin</text> +<polygon fill="none" stroke="black" points="1978.12,-1659.5 1978.12,-1683.5 2152.12,-1683.5 2152.12,-1659.5 1978.12,-1659.5"/> +<text text-anchor="start" x="2061" y="-1666.2" font-family="arial" font-size="14.00">7</text> +<polygon fill="none" stroke="black" points="2152.12,-1659.5 2152.12,-1683.5 2387.12,-1683.5 2387.12,-1659.5 2152.12,-1659.5"/> +<text text-anchor="start" x="2234.75" y="-1666.2" font-family="arial" font-size="14.00">CAN_GND</text> +<polygon fill="none" stroke="black" points="1978.12,-1635.5 1978.12,-1659.5 2152.12,-1659.5 2152.12,-1635.5 1978.12,-1635.5"/> +<text text-anchor="start" x="2061" y="-1642.2" font-family="arial" font-size="14.00">8</text> +<polygon fill="none" stroke="black" points="2152.12,-1635.5 2152.12,-1659.5 2387.12,-1659.5 2387.12,-1635.5 2152.12,-1635.5"/> +<text text-anchor="start" x="2240.75" y="-1642.2" font-family="arial" font-size="14.00">CANB_P</text> +<polygon fill="none" stroke="black" points="1978.12,-1611.5 1978.12,-1635.5 2152.12,-1635.5 2152.12,-1611.5 1978.12,-1611.5"/> +<text text-anchor="start" x="2061" y="-1618.2" font-family="arial" font-size="14.00">9</text> +<polygon fill="none" stroke="black" points="2152.12,-1611.5 2152.12,-1635.5 2387.12,-1635.5 2387.12,-1611.5 2152.12,-1611.5"/> +<text text-anchor="start" x="2240.75" y="-1618.2" font-family="arial" font-size="14.00">CANB_N</text> +<polygon fill="none" stroke="black" points="1978.12,-1212.5 1978.12,-1611.5 2387.12,-1611.5 2387.12,-1212.5 1978.12,-1212.5"/> +<image xlink:href="images\CEX_plug.png" width="401px" height="391px" preserveAspectRatio="xMinYMin meet" x="1982.12" y="-1607.5"/> +<polygon fill="none" stroke="black" points="1978.12,-1188 1978.12,-1212.5 2387.12,-1212.5 2387.12,-1188 1978.12,-1188"/> +<text text-anchor="start" x="2110.25" y="-1195.2" font-family="arial" font-size="14.00">Additional components</text> +<polygon fill="none" stroke="black" points="1978.12,-1163.5 1978.12,-1188 2387.12,-1188 2387.12,-1163.5 1978.12,-1163.5"/> +<text text-anchor="start" x="1982.12" y="-1170.7" font-family="arial" font-size="14.00">3 x #12 (Crimp)</text> +</g> +<!-- ECU CAN Bus --> +<g id="node9" class="node"> +<title>ECU CAN Bus</title> +<polygon fill="#ffffff" stroke="black" points="1325.5,-2233 1092.5,-2233 1092.5,-1887 1325.5,-1887 1325.5,-2233"/> +<polygon fill="none" stroke="black" points="1092.5,-2208.5 1092.5,-2233 1325.5,-2233 1325.5,-2208.5 1092.5,-2208.5"/> +<text text-anchor="start" x="1162.88" y="-2215.7" font-family="arial" font-size="14.00">ECU CAN Bus</text> +<polygon fill="none" stroke="black" points="1092.5,-2184 1092.5,-2208.5 1222.5,-2208.5 1222.5,-2184 1092.5,-2184"/> +<text text-anchor="start" x="1128.25" y="-2191.2" font-family="arial" font-size="14.00">DT04-3P</text> +<polygon fill="none" stroke="black" points="1222.5,-2184 1222.5,-2208.5 1325.5,-2208.5 1325.5,-2184 1222.5,-2184"/> +<text text-anchor="start" x="1258.25" y="-2191.2" font-family="arial" font-size="14.00">3-pin</text> +<polygon fill="none" stroke="black" points="1092.5,-2160 1092.5,-2184 1179.5,-2184 1179.5,-2160 1092.5,-2160"/> +<text text-anchor="start" x="1131.12" y="-2166.7" font-family="arial" font-size="14.00">A</text> +<polygon fill="none" stroke="black" points="1179.5,-2160 1179.5,-2184 1325.5,-2184 1325.5,-2160 1179.5,-2160"/> +<text text-anchor="start" x="1223.62" y="-2166.7" font-family="arial" font-size="14.00">CANB_P</text> +<polygon fill="none" stroke="black" points="1092.5,-2136 1092.5,-2160 1179.5,-2160 1179.5,-2136 1092.5,-2136"/> +<text text-anchor="start" x="1131.12" y="-2142.7" font-family="arial" font-size="14.00">B</text> +<polygon fill="none" stroke="black" points="1179.5,-2136 1179.5,-2160 1325.5,-2160 1325.5,-2136 1179.5,-2136"/> +<text text-anchor="start" x="1223.62" y="-2142.7" font-family="arial" font-size="14.00">CANB_N</text> +<polygon fill="none" stroke="black" points="1092.5,-2112 1092.5,-2136 1179.5,-2136 1179.5,-2112 1092.5,-2112"/> +<text text-anchor="start" x="1130.75" y="-2118.7" font-family="arial" font-size="14.00">C</text> +<polygon fill="none" stroke="black" points="1179.5,-2112 1179.5,-2136 1325.5,-2136 1325.5,-2112 1179.5,-2112"/> +<text text-anchor="start" x="1217.62" y="-2118.7" font-family="arial" font-size="14.00">CAN_GND</text> +<polygon fill="none" stroke="black" points="1092.5,-1887 1092.5,-2112 1325.5,-2112 1325.5,-1887 1092.5,-1887"/> +<image xlink:href="images\DT04-3P.png" width="219.971px" height="213px" preserveAspectRatio="xMinYMin meet" x="1099.01" y="-2106"/> +</g> +<!-- Radar --> +<g id="node10" class="node"> +<title>Radar</title> +<polygon fill="#ffffff" stroke="black" points="2341.12,-2314.25 2024.12,-2314.25 2024.12,-1805.75 2341.12,-1805.75 2341.12,-2314.25"/> +<polygon fill="none" stroke="black" points="2024.12,-2289.75 2024.12,-2314.25 2341.12,-2314.25 2341.12,-2289.75 2024.12,-2289.75"/> +<text text-anchor="start" x="2163.5" y="-2296.95" font-family="arial" font-size="14.00">Radar</text> +<polygon fill="none" stroke="black" points="2024.12,-2265.25 2024.12,-2289.75 2201.75,-2289.75 2201.75,-2265.25 2024.12,-2265.25"/> +<text text-anchor="start" x="2078.06" y="-2272.45" font-family="arial" font-size="14.00">DTM04-4P</text> +<polygon fill="none" stroke="black" points="2201.75,-2265.25 2201.75,-2289.75 2341.12,-2289.75 2341.12,-2265.25 2201.75,-2265.25"/> +<text text-anchor="start" x="2255.69" y="-2272.45" font-family="arial" font-size="14.00">4-pin</text> +<polygon fill="none" stroke="black" points="2024.12,-2241.25 2024.12,-2265.25 2162.62,-2265.25 2162.62,-2241.25 2024.12,-2241.25"/> +<text text-anchor="start" x="2089.25" y="-2247.95" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="2162.62,-2241.25 2162.62,-2265.25 2341.12,-2265.25 2341.12,-2241.25 2162.62,-2241.25"/> +<text text-anchor="start" x="2228.62" y="-2247.95" font-family="arial" font-size="14.00">CAN_L</text> +<polygon fill="none" stroke="black" points="2024.12,-2217.25 2024.12,-2241.25 2162.62,-2241.25 2162.62,-2217.25 2024.12,-2217.25"/> +<text text-anchor="start" x="2089.25" y="-2223.95" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="2162.62,-2217.25 2162.62,-2241.25 2341.12,-2241.25 2341.12,-2217.25 2162.62,-2217.25"/> +<text text-anchor="start" x="2227.88" y="-2223.95" font-family="arial" font-size="14.00">CAN_H</text> +<polygon fill="none" stroke="black" points="2024.12,-2193.25 2024.12,-2217.25 2162.62,-2217.25 2162.62,-2193.25 2024.12,-2193.25"/> +<text text-anchor="start" x="2089.25" y="-2199.95" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="2024.12,-2169.25 2024.12,-2193.25 2162.62,-2193.25 2162.62,-2169.25 2024.12,-2169.25"/> +<text text-anchor="start" x="2089.25" y="-2175.95" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="2024.12,-1830.25 2024.12,-2169.25 2341.12,-2169.25 2341.12,-1830.25 2024.12,-1830.25"/> +<image xlink:href="images\DTM04-4P.png" width="309px" height="331px" preserveAspectRatio="xMinYMin meet" x="2028.12" y="-2165.25"/> +<polygon fill="none" stroke="black" points="2024.12,-1805.75 2024.12,-1830.25 2341.12,-1830.25 2341.12,-1805.75 2024.12,-1805.75"/> +<text text-anchor="start" x="2112.88" y="-1812.95" font-family="arial" font-size="14.00">Mates with DTM06-4S</text> +</g> +<!-- Resistor --> +<g id="node11" class="node"> +<title>Resistor</title> +<polygon fill="#ffffff" stroke="black" points="2225.12,-2484.5 2140.12,-2484.5 2140.12,-2387.5 2225.12,-2387.5 2225.12,-2484.5"/> +<polygon fill="none" stroke="black" points="2140.12,-2460 2140.12,-2484.5 2225.12,-2484.5 2225.12,-2460 2140.12,-2460"/> +<text text-anchor="start" x="2156" y="-2467.2" font-family="arial" font-size="14.00">Resistor</text> +<polygon fill="none" stroke="black" points="2140.12,-2435.5 2140.12,-2460 2185.62,-2460 2185.62,-2435.5 2140.12,-2435.5"/> +<text text-anchor="start" x="2144.12" y="-2442.7" font-family="arial" font-size="14.00">Temp</text> +<polygon fill="none" stroke="black" points="2185.62,-2435.5 2185.62,-2460 2225.12,-2460 2225.12,-2435.5 2185.62,-2435.5"/> +<text text-anchor="start" x="2189.62" y="-2442.7" font-family="arial" font-size="14.00">2-pin</text> +<polygon fill="none" stroke="black" points="2140.12,-2411.5 2140.12,-2435.5 2162.62,-2435.5 2162.62,-2411.5 2140.12,-2411.5"/> +<text text-anchor="start" x="2147.25" y="-2418.2" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="2162.62,-2411.5 2162.62,-2435.5 2225.12,-2435.5 2225.12,-2411.5 2162.62,-2411.5"/> +<text text-anchor="start" x="2170.62" y="-2418.2" font-family="arial" font-size="14.00">CAN_L</text> +<polygon fill="none" stroke="black" points="2140.12,-2387.5 2140.12,-2411.5 2162.62,-2411.5 2162.62,-2387.5 2140.12,-2387.5"/> +<text text-anchor="start" x="2147.25" y="-2394.2" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="2162.62,-2387.5 2162.62,-2411.5 2225.12,-2411.5 2225.12,-2387.5 2162.62,-2387.5"/> +<text text-anchor="start" x="2169.88" y="-2394.2" font-family="arial" font-size="14.00">CAN_H</text> +</g> +<!-- shield1 --> +<g id="node12" class="node"> +<title>shield1</title> +<polygon fill="#ffffff" stroke="black" points="1249.12,-1862.75 1168.88,-1862.75 1168.88,-1789.25 1249.12,-1789.25 1249.12,-1862.75"/> +<polygon fill="none" stroke="black" points="1168.88,-1838.25 1168.88,-1862.75 1249.12,-1862.75 1249.12,-1838.25 1168.88,-1838.25"/> +<text text-anchor="start" x="1186.12" y="-1845.45" font-family="arial" font-size="14.00">shield1</text> +<polygon fill="none" stroke="black" points="1168.88,-1813.75 1168.88,-1838.25 1249.12,-1838.25 1249.12,-1813.75 1168.88,-1813.75"/> +<text text-anchor="start" x="1193.25" y="-1820.95" font-family="arial" font-size="14.00">1-pin</text> +<polygon fill="none" stroke="black" points="1168.88,-1789.25 1168.88,-1813.75 1185.12,-1813.75 1185.12,-1789.25 1168.88,-1789.25"/> +<text text-anchor="start" x="1172.88" y="-1796.45" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1185.12,-1789.25 1185.12,-1813.75 1232.88,-1813.75 1232.88,-1789.25 1185.12,-1789.25"/> +<text text-anchor="start" x="1189.12" y="-1796.45" font-family="arial" font-size="14.00">Shield</text> +<polygon fill="none" stroke="black" points="1232.88,-1789.25 1232.88,-1813.75 1249.12,-1813.75 1249.12,-1789.25 1232.88,-1789.25"/> +<text text-anchor="start" x="1236.88" y="-1796.45" font-family="arial" font-size="14.00">1</text> +</g> +<!-- W7 --> +<g id="node56" class="node"> +<title>W7</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1808,-1814.75 1526,-1814.75 1526,-1569.25 1808,-1569.25 1808,-1814.75"/> +<polygon fill="none" stroke="black" points="1526,-1790.25 1526,-1814.75 1808,-1814.75 1808,-1790.25 1526,-1790.25"/> +<text text-anchor="start" x="1655.75" y="-1797.45" font-family="arial" font-size="14.00">W7</text> +<polygon fill="none" stroke="black" points="1526,-1765.75 1526,-1790.25 1569.69,-1790.25 1569.69,-1765.75 1526,-1765.75"/> +<text text-anchor="start" x="1540.34" y="-1772.95" font-family="arial" font-size="14.00">3x</text> +<polygon fill="none" stroke="black" points="1569.69,-1765.75 1569.69,-1790.25 1653.88,-1790.25 1653.88,-1765.75 1569.69,-1765.75"/> +<text text-anchor="start" x="1584.03" y="-1772.95" font-family="arial" font-size="14.00">22 AWG</text> +<polygon fill="none" stroke="black" points="1653.88,-1765.75 1653.88,-1790.25 1704.31,-1790.25 1704.31,-1765.75 1653.88,-1765.75"/> +<text text-anchor="start" x="1668.22" y="-1772.95" font-family="arial" font-size="14.00">+ S</text> +<polygon fill="none" stroke="black" points="1704.31,-1765.75 1704.31,-1790.25 1808,-1790.25 1808,-1765.75 1704.31,-1765.75"/> +<text text-anchor="start" x="1718.66" y="-1772.95" font-family="arial" font-size="14.00">13.0 Inches</text> +<text text-anchor="start" x="1576.62" y="-1750.45" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1633.38" y="-1730.45" font-family="arial" font-size="14.00">     BU    </text> +<text text-anchor="start" x="1690.75" y="-1730.45" font-family="arial" font-size="14.00">CEX:7:CAN_GND</text> +<polygon fill="#000000" stroke="none" points="1526,-1723.75 1526,-1725.75 1808,-1725.75 1808,-1723.75 1526,-1723.75"/> +<polygon fill="#0066ff" stroke="none" points="1526,-1721.75 1526,-1723.75 1808,-1723.75 1808,-1721.75 1526,-1721.75"/> +<polygon fill="#0066ff" stroke="none" points="1526,-1719.75 1526,-1721.75 1808,-1721.75 1808,-1719.75 1526,-1719.75"/> +<polygon fill="#0066ff" stroke="none" points="1526,-1717.75 1526,-1719.75 1808,-1719.75 1808,-1717.75 1526,-1717.75"/> +<polygon fill="#000000" stroke="none" points="1526,-1715.75 1526,-1717.75 1808,-1717.75 1808,-1715.75 1526,-1715.75"/> +<text text-anchor="start" x="1632.62" y="-1700.45" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="1696.75" y="-1700.45" font-family="arial" font-size="14.00">CEX:8:CANB_P</text> +<polygon fill="#000000" stroke="none" points="1526,-1693.75 1526,-1695.75 1808,-1695.75 1808,-1693.75 1526,-1693.75"/> +<polygon fill="#ff0000" stroke="none" points="1526,-1691.75 1526,-1693.75 1808,-1693.75 1808,-1691.75 1526,-1691.75"/> +<polygon fill="#ff0000" stroke="none" points="1526,-1689.75 1526,-1691.75 1808,-1691.75 1808,-1689.75 1526,-1689.75"/> +<polygon fill="#ff0000" stroke="none" points="1526,-1687.75 1526,-1689.75 1808,-1689.75 1808,-1687.75 1526,-1687.75"/> +<polygon fill="#000000" stroke="none" points="1526,-1685.75 1526,-1687.75 1808,-1687.75 1808,-1685.75 1526,-1685.75"/> +<text text-anchor="start" x="1633.38" y="-1670.45" font-family="arial" font-size="14.00">     BK    </text> +<text text-anchor="start" x="1696.75" y="-1670.45" font-family="arial" font-size="14.00">CEX:9:CANB_N</text> +<polygon fill="#000000" stroke="none" points="1526,-1663.75 1526,-1665.75 1808,-1665.75 1808,-1663.75 1526,-1663.75"/> +<polygon fill="#000000" stroke="none" points="1526,-1661.75 1526,-1663.75 1808,-1663.75 1808,-1661.75 1526,-1661.75"/> +<polygon fill="#000000" stroke="none" points="1526,-1659.75 1526,-1661.75 1808,-1661.75 1808,-1659.75 1526,-1659.75"/> +<polygon fill="#000000" stroke="none" points="1526,-1657.75 1526,-1659.75 1808,-1659.75 1808,-1657.75 1526,-1657.75"/> +<polygon fill="#000000" stroke="none" points="1526,-1655.75 1526,-1657.75 1808,-1657.75 1808,-1655.75 1526,-1655.75"/> +<text text-anchor="start" x="1576.62" y="-1640.45" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1527.88" y="-1620.45" font-family="arial" font-size="14.00">shield1:1:Shield</text> +<text text-anchor="start" x="1640.12" y="-1620.45" font-family="arial" font-size="14.00">Shield</text> +<polygon fill="#000000" stroke="none" points="1526,-1613.75 1526,-1615.75 1808,-1615.75 1808,-1613.75 1526,-1613.75"/> +<text text-anchor="start" x="1576.62" y="-1598.45" font-family="arial" font-size="14.00"> </text> +<polygon fill="none" stroke="black" points="1526,-1569.25 1526,-1593.75 1808,-1593.75 1808,-1569.25 1526,-1569.25"/> +<text text-anchor="start" x="1572.12" y="-1576.45" font-family="arial" font-size="14.00">Twisted Pair | Veronte to CEX</text> +</g> +<!-- shield1--W7 --> +<g id="edge40" class="edge"> +<title>shield1:e--W7:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1250.12,-1801.5C1309.3,-1801.5 1329.5,-1806.15 1381,-1777 1464.91,-1729.51 1428.58,-1614.75 1525,-1614.75"/> +</g> +<!-- W11 --> +<g id="node58" class="node"> +<title>W11</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1809,-2525.75 1525,-2525.75 1525,-2310.25 1809,-2310.25 1809,-2525.75"/> +<polygon fill="none" stroke="black" points="1525,-2501.25 1525,-2525.75 1809,-2525.75 1809,-2501.25 1525,-2501.25"/> +<text text-anchor="start" x="1651.62" y="-2508.45" font-family="arial" font-size="14.00">W11</text> +<polygon fill="none" stroke="black" points="1525,-2476.75 1525,-2501.25 1569.19,-2501.25 1569.19,-2476.75 1525,-2476.75"/> +<text text-anchor="start" x="1539.59" y="-2483.95" font-family="arial" font-size="14.00">2x</text> +<polygon fill="none" stroke="black" points="1569.19,-2476.75 1569.19,-2501.25 1653.88,-2501.25 1653.88,-2476.75 1569.19,-2476.75"/> +<text text-anchor="start" x="1583.78" y="-2483.95" font-family="arial" font-size="14.00">22 AWG</text> +<polygon fill="none" stroke="black" points="1653.88,-2476.75 1653.88,-2501.25 1704.81,-2501.25 1704.81,-2476.75 1653.88,-2476.75"/> +<text text-anchor="start" x="1668.47" y="-2483.95" font-family="arial" font-size="14.00">+ S</text> +<polygon fill="none" stroke="black" points="1704.81,-2476.75 1704.81,-2501.25 1809,-2501.25 1809,-2476.75 1704.81,-2476.75"/> +<text text-anchor="start" x="1719.41" y="-2483.95" font-family="arial" font-size="14.00">73.0 Inches</text> +<text text-anchor="start" x="1575.62" y="-2461.45" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1632.75" y="-2441.45" font-family="arial" font-size="14.00">     YE    </text> +<text text-anchor="start" x="1690" y="-2441.45" font-family="arial" font-size="14.00">Resistor:2:CAN_H</text> +<polygon fill="#000000" stroke="none" points="1525,-2434.75 1525,-2436.75 1809,-2436.75 1809,-2434.75 1525,-2434.75"/> +<polygon fill="#ffff00" stroke="none" points="1525,-2432.75 1525,-2434.75 1809,-2434.75 1809,-2432.75 1525,-2432.75"/> +<polygon fill="#ffff00" stroke="none" points="1525,-2430.75 1525,-2432.75 1809,-2432.75 1809,-2430.75 1525,-2430.75"/> +<polygon fill="#ffff00" stroke="none" points="1525,-2428.75 1525,-2430.75 1809,-2430.75 1809,-2428.75 1525,-2428.75"/> +<polygon fill="#000000" stroke="none" points="1525,-2426.75 1525,-2428.75 1809,-2428.75 1809,-2426.75 1525,-2426.75"/> +<text text-anchor="start" x="1631.62" y="-2411.45" font-family="arial" font-size="14.00">     GN    </text> +<text text-anchor="start" x="1690.75" y="-2411.45" font-family="arial" font-size="14.00">Resistor:1:CAN_L</text> +<polygon fill="#000000" stroke="none" points="1525,-2404.75 1525,-2406.75 1809,-2406.75 1809,-2404.75 1525,-2404.75"/> +<polygon fill="#00ff00" stroke="none" points="1525,-2402.75 1525,-2404.75 1809,-2404.75 1809,-2402.75 1525,-2402.75"/> +<polygon fill="#00ff00" stroke="none" points="1525,-2400.75 1525,-2402.75 1809,-2402.75 1809,-2400.75 1525,-2400.75"/> +<polygon fill="#00ff00" stroke="none" points="1525,-2398.75 1525,-2400.75 1809,-2400.75 1809,-2398.75 1525,-2398.75"/> +<polygon fill="#000000" stroke="none" points="1525,-2396.75 1525,-2398.75 1809,-2398.75 1809,-2396.75 1525,-2396.75"/> +<text text-anchor="start" x="1575.62" y="-2381.45" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1526.88" y="-2361.45" font-family="arial" font-size="14.00">shield1:1:Shield</text> +<text text-anchor="start" x="1639.12" y="-2361.45" font-family="arial" font-size="14.00">Shield</text> +<polygon fill="#000000" stroke="none" points="1525,-2354.75 1525,-2356.75 1809,-2356.75 1809,-2354.75 1525,-2354.75"/> +<text text-anchor="start" x="1575.62" y="-2339.45" font-family="arial" font-size="14.00"> </text> +<polygon fill="none" stroke="black" points="1525,-2310.25 1525,-2334.75 1809,-2334.75 1809,-2310.25 1525,-2310.25"/> +<text text-anchor="start" x="1628" y="-2317.45" font-family="arial" font-size="14.00">Twisted Pair</text> +</g> +<!-- shield1--W11 --> +<g id="edge118" class="edge"> +<title>shield1:e--W11:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1250.12,-1801.5C1316.84,-1801.5 1339.31,-1822.92 1381,-1875 1520.39,-2049.13 1301.95,-2355.75 1525,-2355.75"/> +</g> +<!-- W12 --> +<g id="node59" class="node"> +<title>W12</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1801.5,-2285.75 1532.5,-2285.75 1532.5,-2070.25 1801.5,-2070.25 1801.5,-2285.75"/> +<polygon fill="none" stroke="black" points="1532.5,-2261.25 1532.5,-2285.75 1801.5,-2285.75 1801.5,-2261.25 1532.5,-2261.25"/> +<text text-anchor="start" x="1651.62" y="-2268.45" font-family="arial" font-size="14.00">W12</text> +<polygon fill="none" stroke="black" points="1532.5,-2236.75 1532.5,-2261.25 1572.94,-2261.25 1572.94,-2236.75 1532.5,-2236.75"/> +<text text-anchor="start" x="1545.22" y="-2243.95" font-family="arial" font-size="14.00">2x</text> +<polygon fill="none" stroke="black" points="1572.94,-2236.75 1572.94,-2261.25 1653.88,-2261.25 1653.88,-2236.75 1572.94,-2236.75"/> +<text text-anchor="start" x="1585.66" y="-2243.95" font-family="arial" font-size="14.00">22 AWG</text> +<polygon fill="none" stroke="black" points="1653.88,-2236.75 1653.88,-2261.25 1701.06,-2261.25 1701.06,-2236.75 1653.88,-2236.75"/> +<text text-anchor="start" x="1666.59" y="-2243.95" font-family="arial" font-size="14.00">+ S</text> +<polygon fill="none" stroke="black" points="1701.06,-2236.75 1701.06,-2261.25 1801.5,-2261.25 1801.5,-2236.75 1701.06,-2236.75"/> +<text text-anchor="start" x="1713.78" y="-2243.95" font-family="arial" font-size="14.00">73.0 Inches</text> +<text text-anchor="start" x="1583.12" y="-2221.45" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1640.25" y="-2201.45" font-family="arial" font-size="14.00">     YE    </text> +<text text-anchor="start" x="1697.5" y="-2201.45" font-family="arial" font-size="14.00">Radar:2:CAN_H</text> +<polygon fill="#000000" stroke="none" points="1532.5,-2194.75 1532.5,-2196.75 1801.5,-2196.75 1801.5,-2194.75 1532.5,-2194.75"/> +<polygon fill="#ffff00" stroke="none" points="1532.5,-2192.75 1532.5,-2194.75 1801.5,-2194.75 1801.5,-2192.75 1532.5,-2192.75"/> +<polygon fill="#ffff00" stroke="none" points="1532.5,-2190.75 1532.5,-2192.75 1801.5,-2192.75 1801.5,-2190.75 1532.5,-2190.75"/> +<polygon fill="#ffff00" stroke="none" points="1532.5,-2188.75 1532.5,-2190.75 1801.5,-2190.75 1801.5,-2188.75 1532.5,-2188.75"/> +<polygon fill="#000000" stroke="none" points="1532.5,-2186.75 1532.5,-2188.75 1801.5,-2188.75 1801.5,-2186.75 1532.5,-2186.75"/> +<text text-anchor="start" x="1639.12" y="-2171.45" font-family="arial" font-size="14.00">     GN    </text> +<text text-anchor="start" x="1698.25" y="-2171.45" font-family="arial" font-size="14.00">Radar:1:CAN_L</text> +<polygon fill="#000000" stroke="none" points="1532.5,-2164.75 1532.5,-2166.75 1801.5,-2166.75 1801.5,-2164.75 1532.5,-2164.75"/> +<polygon fill="#00ff00" stroke="none" points="1532.5,-2162.75 1532.5,-2164.75 1801.5,-2164.75 1801.5,-2162.75 1532.5,-2162.75"/> +<polygon fill="#00ff00" stroke="none" points="1532.5,-2160.75 1532.5,-2162.75 1801.5,-2162.75 1801.5,-2160.75 1532.5,-2160.75"/> +<polygon fill="#00ff00" stroke="none" points="1532.5,-2158.75 1532.5,-2160.75 1801.5,-2160.75 1801.5,-2158.75 1532.5,-2158.75"/> +<polygon fill="#000000" stroke="none" points="1532.5,-2156.75 1532.5,-2158.75 1801.5,-2158.75 1801.5,-2156.75 1532.5,-2156.75"/> +<text text-anchor="start" x="1583.12" y="-2141.45" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1534.38" y="-2121.45" font-family="arial" font-size="14.00">shield1:1:Shield</text> +<text text-anchor="start" x="1646.62" y="-2121.45" font-family="arial" font-size="14.00">Shield</text> +<polygon fill="#000000" stroke="none" points="1532.5,-2114.75 1532.5,-2116.75 1801.5,-2116.75 1801.5,-2114.75 1532.5,-2114.75"/> +<text text-anchor="start" x="1583.12" y="-2099.45" font-family="arial" font-size="14.00"> </text> +<polygon fill="none" stroke="black" points="1532.5,-2070.25 1532.5,-2094.75 1801.5,-2094.75 1801.5,-2070.25 1532.5,-2070.25"/> +<text text-anchor="start" x="1628" y="-2077.45" font-family="arial" font-size="14.00">Twisted Pair</text> +</g> +<!-- shield1--W12 --> +<g id="edge124" class="edge"> +<title>shield1:e--W12:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1250.12,-1801.5C1316.84,-1801.5 1332.73,-1828.95 1381,-1875 1472.3,-1962.11 1405.31,-2115.75 1531.5,-2115.75"/> +</g> +<!-- shield2 --> +<g id="node13" class="node"> +<title>shield2</title> +<polygon fill="#ffffff" stroke="black" points="1249.12,-2822.75 1168.88,-2822.75 1168.88,-2749.25 1249.12,-2749.25 1249.12,-2822.75"/> +<polygon fill="none" stroke="black" points="1168.88,-2798.25 1168.88,-2822.75 1249.12,-2822.75 1249.12,-2798.25 1168.88,-2798.25"/> +<text text-anchor="start" x="1186.12" y="-2805.45" font-family="arial" font-size="14.00">shield2</text> +<polygon fill="none" stroke="black" points="1168.88,-2773.75 1168.88,-2798.25 1249.12,-2798.25 1249.12,-2773.75 1168.88,-2773.75"/> +<text text-anchor="start" x="1193.25" y="-2780.95" font-family="arial" font-size="14.00">1-pin</text> +<polygon fill="none" stroke="black" points="1168.88,-2749.25 1168.88,-2773.75 1185.12,-2773.75 1185.12,-2749.25 1168.88,-2749.25"/> +<text text-anchor="start" x="1172.88" y="-2756.45" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1185.12,-2749.25 1185.12,-2773.75 1232.88,-2773.75 1232.88,-2749.25 1185.12,-2749.25"/> +<text text-anchor="start" x="1189.12" y="-2756.45" font-family="arial" font-size="14.00">Shield</text> +<polygon fill="none" stroke="black" points="1232.88,-2749.25 1232.88,-2773.75 1249.12,-2773.75 1249.12,-2749.25 1232.88,-2749.25"/> +<text text-anchor="start" x="1236.88" y="-2756.45" font-family="arial" font-size="14.00">1</text> +</g> +<!-- W15 --> +<g id="node61" class="node"> +<title>W15</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1809,-3005.75 1525,-3005.75 1525,-2790.25 1809,-2790.25 1809,-3005.75"/> +<polygon fill="none" stroke="black" points="1525,-2981.25 1525,-3005.75 1809,-3005.75 1809,-2981.25 1525,-2981.25"/> +<text text-anchor="start" x="1651.62" y="-2988.45" font-family="arial" font-size="14.00">W15</text> +<polygon fill="none" stroke="black" points="1525,-2956.75 1525,-2981.25 1569.19,-2981.25 1569.19,-2956.75 1525,-2956.75"/> +<text text-anchor="start" x="1539.59" y="-2963.95" font-family="arial" font-size="14.00">2x</text> +<polygon fill="none" stroke="black" points="1569.19,-2956.75 1569.19,-2981.25 1653.88,-2981.25 1653.88,-2956.75 1569.19,-2956.75"/> +<text text-anchor="start" x="1583.78" y="-2963.95" font-family="arial" font-size="14.00">22 AWG</text> +<polygon fill="none" stroke="black" points="1653.88,-2956.75 1653.88,-2981.25 1704.81,-2981.25 1704.81,-2956.75 1653.88,-2956.75"/> +<text text-anchor="start" x="1668.47" y="-2963.95" font-family="arial" font-size="14.00">+ S</text> +<polygon fill="none" stroke="black" points="1704.81,-2956.75 1704.81,-2981.25 1809,-2981.25 1809,-2956.75 1704.81,-2956.75"/> +<text text-anchor="start" x="1719.41" y="-2963.95" font-family="arial" font-size="14.00">12.0 Inches</text> +<text text-anchor="start" x="1575.62" y="-2941.45" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1632.75" y="-2921.45" font-family="arial" font-size="14.00">     YE    </text> +<text text-anchor="start" x="1690" y="-2921.45" font-family="arial" font-size="14.00">Swash1:G:CAN_P</text> +<polygon fill="#000000" stroke="none" points="1525,-2914.75 1525,-2916.75 1809,-2916.75 1809,-2914.75 1525,-2914.75"/> +<polygon fill="#ffff00" stroke="none" points="1525,-2912.75 1525,-2914.75 1809,-2914.75 1809,-2912.75 1525,-2912.75"/> +<polygon fill="#ffff00" stroke="none" points="1525,-2910.75 1525,-2912.75 1809,-2912.75 1809,-2910.75 1525,-2910.75"/> +<polygon fill="#ffff00" stroke="none" points="1525,-2908.75 1525,-2910.75 1809,-2910.75 1809,-2908.75 1525,-2908.75"/> +<polygon fill="#000000" stroke="none" points="1525,-2906.75 1525,-2908.75 1809,-2908.75 1809,-2906.75 1525,-2906.75"/> +<text text-anchor="start" x="1631.62" y="-2891.45" font-family="arial" font-size="14.00">     GN    </text> +<text text-anchor="start" x="1691.88" y="-2891.45" font-family="arial" font-size="14.00">Swash1:J:CAN_N</text> +<polygon fill="#000000" stroke="none" points="1525,-2884.75 1525,-2886.75 1809,-2886.75 1809,-2884.75 1525,-2884.75"/> +<polygon fill="#00ff00" stroke="none" points="1525,-2882.75 1525,-2884.75 1809,-2884.75 1809,-2882.75 1525,-2882.75"/> +<polygon fill="#00ff00" stroke="none" points="1525,-2880.75 1525,-2882.75 1809,-2882.75 1809,-2880.75 1525,-2880.75"/> +<polygon fill="#00ff00" stroke="none" points="1525,-2878.75 1525,-2880.75 1809,-2880.75 1809,-2878.75 1525,-2878.75"/> +<polygon fill="#000000" stroke="none" points="1525,-2876.75 1525,-2878.75 1809,-2878.75 1809,-2876.75 1525,-2876.75"/> +<text text-anchor="start" x="1575.62" y="-2861.45" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1526.88" y="-2841.45" font-family="arial" font-size="14.00">shield2:1:Shield</text> +<text text-anchor="start" x="1639.12" y="-2841.45" font-family="arial" font-size="14.00">Shield</text> +<polygon fill="#000000" stroke="none" points="1525,-2834.75 1525,-2836.75 1809,-2836.75 1809,-2834.75 1525,-2834.75"/> +<text text-anchor="start" x="1575.62" y="-2819.45" font-family="arial" font-size="14.00"> </text> +<polygon fill="none" stroke="black" points="1525,-2790.25 1525,-2814.75 1809,-2814.75 1809,-2790.25 1525,-2790.25"/> +<text text-anchor="start" x="1628" y="-2797.45" font-family="arial" font-size="14.00">Twisted Pair</text> +</g> +<!-- shield2--W15 --> +<g id="edge134" class="edge"> +<title>shield2:e--W15:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1250.12,-2761.5C1376.67,-2761.5 1398.45,-2835.75 1525,-2835.75"/> +</g> +<!-- W16 --> +<g id="node62" class="node"> +<title>W16</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1809,-2765.75 1525,-2765.75 1525,-2550.25 1809,-2550.25 1809,-2765.75"/> +<polygon fill="none" stroke="black" points="1525,-2741.25 1525,-2765.75 1809,-2765.75 1809,-2741.25 1525,-2741.25"/> +<text text-anchor="start" x="1651.62" y="-2748.45" font-family="arial" font-size="14.00">W16</text> +<polygon fill="none" stroke="black" points="1525,-2716.75 1525,-2741.25 1571.25,-2741.25 1571.25,-2716.75 1525,-2716.75"/> +<text text-anchor="start" x="1540.62" y="-2723.95" font-family="arial" font-size="14.00">2x</text> +<polygon fill="none" stroke="black" points="1571.25,-2716.75 1571.25,-2741.25 1658,-2741.25 1658,-2716.75 1571.25,-2716.75"/> +<text text-anchor="start" x="1586.88" y="-2723.95" font-family="arial" font-size="14.00">22 AWG</text> +<polygon fill="none" stroke="black" points="1658,-2716.75 1658,-2741.25 1711,-2741.25 1711,-2716.75 1658,-2716.75"/> +<text text-anchor="start" x="1673.62" y="-2723.95" font-family="arial" font-size="14.00">+ S</text> +<polygon fill="none" stroke="black" points="1711,-2716.75 1711,-2741.25 1809,-2741.25 1809,-2716.75 1711,-2716.75"/> +<text text-anchor="start" x="1726.62" y="-2723.95" font-family="arial" font-size="14.00">6.0 Inches</text> +<text text-anchor="start" x="1575.62" y="-2701.45" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1632.75" y="-2681.45" font-family="arial" font-size="14.00">     YE    </text> +<text text-anchor="start" x="1690" y="-2681.45" font-family="arial" font-size="14.00">Swash2:G:CAN_P</text> +<polygon fill="#000000" stroke="none" points="1525,-2674.75 1525,-2676.75 1809,-2676.75 1809,-2674.75 1525,-2674.75"/> +<polygon fill="#ffff00" stroke="none" points="1525,-2672.75 1525,-2674.75 1809,-2674.75 1809,-2672.75 1525,-2672.75"/> +<polygon fill="#ffff00" stroke="none" points="1525,-2670.75 1525,-2672.75 1809,-2672.75 1809,-2670.75 1525,-2670.75"/> +<polygon fill="#ffff00" stroke="none" points="1525,-2668.75 1525,-2670.75 1809,-2670.75 1809,-2668.75 1525,-2668.75"/> +<polygon fill="#000000" stroke="none" points="1525,-2666.75 1525,-2668.75 1809,-2668.75 1809,-2666.75 1525,-2666.75"/> +<text text-anchor="start" x="1631.62" y="-2651.45" font-family="arial" font-size="14.00">     GN    </text> +<text text-anchor="start" x="1691.88" y="-2651.45" font-family="arial" font-size="14.00">Swash2:J:CAN_N</text> +<polygon fill="#000000" stroke="none" points="1525,-2644.75 1525,-2646.75 1809,-2646.75 1809,-2644.75 1525,-2644.75"/> +<polygon fill="#00ff00" stroke="none" points="1525,-2642.75 1525,-2644.75 1809,-2644.75 1809,-2642.75 1525,-2642.75"/> +<polygon fill="#00ff00" stroke="none" points="1525,-2640.75 1525,-2642.75 1809,-2642.75 1809,-2640.75 1525,-2640.75"/> +<polygon fill="#00ff00" stroke="none" points="1525,-2638.75 1525,-2640.75 1809,-2640.75 1809,-2638.75 1525,-2638.75"/> +<polygon fill="#000000" stroke="none" points="1525,-2636.75 1525,-2638.75 1809,-2638.75 1809,-2636.75 1525,-2636.75"/> +<text text-anchor="start" x="1575.62" y="-2621.45" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1526.88" y="-2601.45" font-family="arial" font-size="14.00">shield2:1:Shield</text> +<text text-anchor="start" x="1639.12" y="-2601.45" font-family="arial" font-size="14.00">Shield</text> +<polygon fill="#000000" stroke="none" points="1525,-2594.75 1525,-2596.75 1809,-2596.75 1809,-2594.75 1525,-2594.75"/> +<text text-anchor="start" x="1575.62" y="-2579.45" font-family="arial" font-size="14.00"> </text> +<polygon fill="none" stroke="black" points="1525,-2550.25 1525,-2574.75 1809,-2574.75 1809,-2550.25 1525,-2550.25"/> +<text text-anchor="start" x="1628" y="-2557.45" font-family="arial" font-size="14.00">Twisted Pair</text> +</g> +<!-- shield2--W16 --> +<g id="edge140" class="edge"> +<title>shield2:e--W16:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1250.12,-2761.5C1309.85,-2761.5 1328.35,-2759.19 1381,-2731 1458.41,-2689.56 1437.2,-2595.75 1525,-2595.75"/> +</g> +<!-- W17 --> +<g id="node63" class="node"> +<title>W17</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1809,-3265.75 1525,-3265.75 1525,-3050.25 1809,-3050.25 1809,-3265.75"/> +<polygon fill="none" stroke="black" points="1525,-3241.25 1525,-3265.75 1809,-3265.75 1809,-3241.25 1525,-3241.25"/> +<text text-anchor="start" x="1651.62" y="-3248.45" font-family="arial" font-size="14.00">W17</text> +<polygon fill="none" stroke="black" points="1525,-3216.75 1525,-3241.25 1571.25,-3241.25 1571.25,-3216.75 1525,-3216.75"/> +<text text-anchor="start" x="1540.62" y="-3223.95" font-family="arial" font-size="14.00">2x</text> +<polygon fill="none" stroke="black" points="1571.25,-3216.75 1571.25,-3241.25 1658,-3241.25 1658,-3216.75 1571.25,-3216.75"/> +<text text-anchor="start" x="1586.88" y="-3223.95" font-family="arial" font-size="14.00">22 AWG</text> +<polygon fill="none" stroke="black" points="1658,-3216.75 1658,-3241.25 1711,-3241.25 1711,-3216.75 1658,-3216.75"/> +<text text-anchor="start" x="1673.62" y="-3223.95" font-family="arial" font-size="14.00">+ S</text> +<polygon fill="none" stroke="black" points="1711,-3216.75 1711,-3241.25 1809,-3241.25 1809,-3216.75 1711,-3216.75"/> +<text text-anchor="start" x="1726.62" y="-3223.95" font-family="arial" font-size="14.00">6.0 Inches</text> +<text text-anchor="start" x="1575.62" y="-3201.45" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1632.75" y="-3181.45" font-family="arial" font-size="14.00">     YE    </text> +<text text-anchor="start" x="1690" y="-3181.45" font-family="arial" font-size="14.00">Swash3:G:CAN_P</text> +<polygon fill="#000000" stroke="none" points="1525,-3174.75 1525,-3176.75 1809,-3176.75 1809,-3174.75 1525,-3174.75"/> +<polygon fill="#ffff00" stroke="none" points="1525,-3172.75 1525,-3174.75 1809,-3174.75 1809,-3172.75 1525,-3172.75"/> +<polygon fill="#ffff00" stroke="none" points="1525,-3170.75 1525,-3172.75 1809,-3172.75 1809,-3170.75 1525,-3170.75"/> +<polygon fill="#ffff00" stroke="none" points="1525,-3168.75 1525,-3170.75 1809,-3170.75 1809,-3168.75 1525,-3168.75"/> +<polygon fill="#000000" stroke="none" points="1525,-3166.75 1525,-3168.75 1809,-3168.75 1809,-3166.75 1525,-3166.75"/> +<text text-anchor="start" x="1631.62" y="-3151.45" font-family="arial" font-size="14.00">     GN    </text> +<text text-anchor="start" x="1691.88" y="-3151.45" font-family="arial" font-size="14.00">Swash3:J:CAN_N</text> +<polygon fill="#000000" stroke="none" points="1525,-3144.75 1525,-3146.75 1809,-3146.75 1809,-3144.75 1525,-3144.75"/> +<polygon fill="#00ff00" stroke="none" points="1525,-3142.75 1525,-3144.75 1809,-3144.75 1809,-3142.75 1525,-3142.75"/> +<polygon fill="#00ff00" stroke="none" points="1525,-3140.75 1525,-3142.75 1809,-3142.75 1809,-3140.75 1525,-3140.75"/> +<polygon fill="#00ff00" stroke="none" points="1525,-3138.75 1525,-3140.75 1809,-3140.75 1809,-3138.75 1525,-3138.75"/> +<polygon fill="#000000" stroke="none" points="1525,-3136.75 1525,-3138.75 1809,-3138.75 1809,-3136.75 1525,-3136.75"/> +<text text-anchor="start" x="1575.62" y="-3121.45" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1526.88" y="-3101.45" font-family="arial" font-size="14.00">shield2:1:Shield</text> +<text text-anchor="start" x="1639.12" y="-3101.45" font-family="arial" font-size="14.00">Shield</text> +<polygon fill="#000000" stroke="none" points="1525,-3094.75 1525,-3096.75 1809,-3096.75 1809,-3094.75 1525,-3094.75"/> +<text text-anchor="start" x="1575.62" y="-3079.45" font-family="arial" font-size="14.00"> </text> +<polygon fill="none" stroke="black" points="1525,-3050.25 1525,-3074.75 1809,-3074.75 1809,-3050.25 1525,-3050.25"/> +<text text-anchor="start" x="1628" y="-3057.45" font-family="arial" font-size="14.00">Twisted Pair</text> +</g> +<!-- shield2--W17 --> +<g id="edge146" class="edge"> +<title>shield2:e--W17:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1250.12,-2761.5C1316.84,-2761.5 1334,-2787.66 1381,-2835 1474.28,-2928.95 1392.61,-3095.75 1525,-3095.75"/> +</g> +<!-- W18 --> +<g id="node64" class="node"> +<title>W18</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1797,-3515.75 1537,-3515.75 1537,-3300.25 1797,-3300.25 1797,-3515.75"/> +<polygon fill="none" stroke="black" points="1537,-3491.25 1537,-3515.75 1797,-3515.75 1797,-3491.25 1537,-3491.25"/> +<text text-anchor="start" x="1651.62" y="-3498.45" font-family="arial" font-size="14.00">W18</text> +<polygon fill="none" stroke="black" points="1537,-3466.75 1537,-3491.25 1573.12,-3491.25 1573.12,-3466.75 1537,-3466.75"/> +<text text-anchor="start" x="1547.56" y="-3473.95" font-family="arial" font-size="14.00">2x</text> +<polygon fill="none" stroke="black" points="1573.12,-3466.75 1573.12,-3491.25 1649.75,-3491.25 1649.75,-3466.75 1573.12,-3466.75"/> +<text text-anchor="start" x="1583.69" y="-3473.95" font-family="arial" font-size="14.00">22 AWG</text> +<polygon fill="none" stroke="black" points="1649.75,-3466.75 1649.75,-3491.25 1692.62,-3491.25 1692.62,-3466.75 1649.75,-3466.75"/> +<text text-anchor="start" x="1660.31" y="-3473.95" font-family="arial" font-size="14.00">+ S</text> +<polygon fill="none" stroke="black" points="1692.62,-3466.75 1692.62,-3491.25 1797,-3491.25 1797,-3466.75 1692.62,-3466.75"/> +<text text-anchor="start" x="1703.19" y="-3473.95" font-family="arial" font-size="14.00">170.0 Inches</text> +<text text-anchor="start" x="1587.62" y="-3451.45" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1644.75" y="-3431.45" font-family="arial" font-size="14.00">     YE    </text> +<text text-anchor="start" x="1702" y="-3431.45" font-family="arial" font-size="14.00">Yaw:G:CAN_P</text> +<polygon fill="#000000" stroke="none" points="1537,-3424.75 1537,-3426.75 1797,-3426.75 1797,-3424.75 1537,-3424.75"/> +<polygon fill="#ffff00" stroke="none" points="1537,-3422.75 1537,-3424.75 1797,-3424.75 1797,-3422.75 1537,-3422.75"/> +<polygon fill="#ffff00" stroke="none" points="1537,-3420.75 1537,-3422.75 1797,-3422.75 1797,-3420.75 1537,-3420.75"/> +<polygon fill="#ffff00" stroke="none" points="1537,-3418.75 1537,-3420.75 1797,-3420.75 1797,-3418.75 1537,-3418.75"/> +<polygon fill="#000000" stroke="none" points="1537,-3416.75 1537,-3418.75 1797,-3418.75 1797,-3416.75 1537,-3416.75"/> +<text text-anchor="start" x="1643.62" y="-3401.45" font-family="arial" font-size="14.00">     GN    </text> +<text text-anchor="start" x="1703.88" y="-3401.45" font-family="arial" font-size="14.00">Yaw:J:CAN_N</text> +<polygon fill="#000000" stroke="none" points="1537,-3394.75 1537,-3396.75 1797,-3396.75 1797,-3394.75 1537,-3394.75"/> +<polygon fill="#00ff00" stroke="none" points="1537,-3392.75 1537,-3394.75 1797,-3394.75 1797,-3392.75 1537,-3392.75"/> +<polygon fill="#00ff00" stroke="none" points="1537,-3390.75 1537,-3392.75 1797,-3392.75 1797,-3390.75 1537,-3390.75"/> +<polygon fill="#00ff00" stroke="none" points="1537,-3388.75 1537,-3390.75 1797,-3390.75 1797,-3388.75 1537,-3388.75"/> +<polygon fill="#000000" stroke="none" points="1537,-3386.75 1537,-3388.75 1797,-3388.75 1797,-3386.75 1537,-3386.75"/> +<text text-anchor="start" x="1587.62" y="-3371.45" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1538.88" y="-3351.45" font-family="arial" font-size="14.00">shield2:1:Shield</text> +<text text-anchor="start" x="1651.12" y="-3351.45" font-family="arial" font-size="14.00">Shield</text> +<polygon fill="#000000" stroke="none" points="1537,-3344.75 1537,-3346.75 1797,-3346.75 1797,-3344.75 1537,-3344.75"/> +<text text-anchor="start" x="1587.62" y="-3329.45" font-family="arial" font-size="14.00"> </text> +<polygon fill="none" stroke="black" points="1537,-3300.25 1537,-3324.75 1797,-3324.75 1797,-3300.25 1537,-3300.25"/> +<text text-anchor="start" x="1572.88" y="-3307.45" font-family="arial" font-size="14.00">Twisted Pair | (Tail Mounted?)</text> +</g> +<!-- shield2--W18 --> +<g id="edge152" class="edge"> +<title>shield2:e--W18:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1250.12,-2761.5C1316.84,-2761.5 1339.21,-2783 1381,-2835 1529.59,-3019.92 1298.78,-3345.75 1536,-3345.75"/> +</g> +<!-- _GND_1 --> +<g id="node14" class="node"> +<title>_GND_1</title> +<polygon fill="#ffffff" stroke="black" points="1228.75,-1716.25 1189.25,-1716.25 1189.25,-1691.75 1228.75,-1691.75 1228.75,-1716.25"/> +<polygon fill="none" stroke="black" points="1189.25,-1691.75 1189.25,-1716.25 1228.75,-1716.25 1228.75,-1691.75 1189.25,-1691.75"/> +<text text-anchor="start" x="1193.25" y="-1698.95" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- _GND_2 --> +<g id="node15" class="node"> +<title>_GND_2</title> +<polygon fill="#ffffff" stroke="black" points="1228.75,-1667.25 1189.25,-1667.25 1189.25,-1642.75 1228.75,-1642.75 1228.75,-1667.25"/> +<polygon fill="none" stroke="black" points="1189.25,-1642.75 1189.25,-1667.25 1228.75,-1667.25 1228.75,-1642.75 1189.25,-1642.75"/> +<text text-anchor="start" x="1193.25" y="-1649.95" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- _GND_3 --> +<g id="node16" class="node"> +<title>_GND_3</title> +<polygon fill="#ffffff" stroke="black" points="1228.75,-1618.25 1189.25,-1618.25 1189.25,-1593.75 1228.75,-1593.75 1228.75,-1618.25"/> +<polygon fill="none" stroke="black" points="1189.25,-1593.75 1189.25,-1618.25 1228.75,-1618.25 1228.75,-1593.75 1189.25,-1593.75"/> +<text text-anchor="start" x="1193.25" y="-1600.95" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- _GND_4 --> +<g id="node17" class="node"> +<title>_GND_4</title> +<polygon fill="#ffffff" stroke="black" points="1228.75,-1558.25 1189.25,-1558.25 1189.25,-1533.75 1228.75,-1533.75 1228.75,-1558.25"/> +<polygon fill="none" stroke="black" points="1189.25,-1533.75 1189.25,-1558.25 1228.75,-1558.25 1228.75,-1533.75 1189.25,-1533.75"/> +<text text-anchor="start" x="1193.25" y="-1540.95" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- _GND_5 --> +<g id="node18" class="node"> +<title>_GND_5</title> +<polygon fill="#ffffff" stroke="black" points="1228.75,-1438.25 1189.25,-1438.25 1189.25,-1413.75 1228.75,-1413.75 1228.75,-1438.25"/> +<polygon fill="none" stroke="black" points="1189.25,-1413.75 1189.25,-1438.25 1228.75,-1438.25 1228.75,-1413.75 1189.25,-1413.75"/> +<text text-anchor="start" x="1193.25" y="-1420.95" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- _GND_6 --> +<g id="node19" class="node"> +<title>_GND_6</title> +<polygon fill="#ffffff" stroke="black" points="1228.75,-1378.25 1189.25,-1378.25 1189.25,-1353.75 1228.75,-1353.75 1228.75,-1378.25"/> +<polygon fill="none" stroke="black" points="1189.25,-1353.75 1189.25,-1378.25 1228.75,-1378.25 1228.75,-1353.75 1189.25,-1353.75"/> +<text text-anchor="start" x="1193.25" y="-1360.95" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- _GND_7 --> +<g id="node20" class="node"> +<title>_GND_7</title> +<polygon fill="#ffffff" stroke="black" points="1228.75,-1318.25 1189.25,-1318.25 1189.25,-1293.75 1228.75,-1293.75 1228.75,-1318.25"/> +<polygon fill="none" stroke="black" points="1189.25,-1293.75 1189.25,-1318.25 1228.75,-1318.25 1228.75,-1293.75 1189.25,-1293.75"/> +<text text-anchor="start" x="1193.25" y="-1300.95" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- _GND_8 --> +<g id="node21" class="node"> +<title>_GND_8</title> +<polygon fill="#ffffff" stroke="black" points="1228.75,-1199.25 1189.25,-1199.25 1189.25,-1174.75 1228.75,-1174.75 1228.75,-1199.25"/> +<polygon fill="none" stroke="black" points="1189.25,-1174.75 1189.25,-1199.25 1228.75,-1199.25 1228.75,-1174.75 1189.25,-1174.75"/> +<text text-anchor="start" x="1193.25" y="-1181.95" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- _GND_9 --> +<g id="node22" class="node"> +<title>_GND_9</title> +<polygon fill="#ffffff" stroke="black" points="1228.75,-1109.25 1189.25,-1109.25 1189.25,-1084.75 1228.75,-1084.75 1228.75,-1109.25"/> +<polygon fill="none" stroke="black" points="1189.25,-1084.75 1189.25,-1109.25 1228.75,-1109.25 1228.75,-1084.75 1189.25,-1084.75"/> +<text text-anchor="start" x="1193.25" y="-1091.95" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- _GND_10 --> +<g id="node23" class="node"> +<title>_GND_10</title> +<polygon fill="#ffffff" stroke="black" points="1228.75,-1019.25 1189.25,-1019.25 1189.25,-994.75 1228.75,-994.75 1228.75,-1019.25"/> +<polygon fill="none" stroke="black" points="1189.25,-994.75 1189.25,-1019.25 1228.75,-1019.25 1228.75,-994.75 1189.25,-994.75"/> +<text text-anchor="start" x="1193.25" y="-1001.95" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- _GND_11 --> +<g id="node24" class="node"> +<title>_GND_11</title> +<polygon fill="#ffffff" stroke="black" points="1228.75,-659.25 1189.25,-659.25 1189.25,-634.75 1228.75,-634.75 1228.75,-659.25"/> +<polygon fill="none" stroke="black" points="1189.25,-634.75 1189.25,-659.25 1228.75,-659.25 1228.75,-634.75 1189.25,-634.75"/> +<text text-anchor="start" x="1193.25" y="-641.95" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- _GND_12 --> +<g id="node25" class="node"> +<title>_GND_12</title> +<polygon fill="#ffffff" stroke="black" points="1228.75,-489.25 1189.25,-489.25 1189.25,-464.75 1228.75,-464.75 1228.75,-489.25"/> +<polygon fill="none" stroke="black" points="1189.25,-464.75 1189.25,-489.25 1228.75,-489.25 1228.75,-464.75 1189.25,-464.75"/> +<text text-anchor="start" x="1193.25" y="-471.95" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- _GND_13 --> +<g id="node26" class="node"> +<title>_GND_13</title> +<polygon fill="#ffffff" stroke="black" points="1228.75,-440.25 1189.25,-440.25 1189.25,-415.75 1228.75,-415.75 1228.75,-440.25"/> +<polygon fill="none" stroke="black" points="1189.25,-415.75 1189.25,-440.25 1228.75,-440.25 1228.75,-415.75 1189.25,-415.75"/> +<text text-anchor="start" x="1193.25" y="-422.95" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- _S_1 --> +<g id="node27" class="node"> +<title>_S_1</title> +<polygon fill="#ffffff" stroke="black" points="1231.75,-2920.25 1186.25,-2920.25 1186.25,-2895.75 1231.75,-2895.75 1231.75,-2920.25"/> +<polygon fill="none" stroke="black" points="1186.25,-2895.75 1186.25,-2920.25 1231.75,-2920.25 1231.75,-2895.75 1186.25,-2895.75"/> +<text text-anchor="start" x="1190.25" y="-2902.95" font-family="arial" font-size="14.00">splice</text> +</g> +<!-- _S_1--W15 --> +<g id="edge130" class="edge"> +<title>_S_1:e--W15:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-2904C1363.11,-2904.03 1395.56,-2907.78 1525,-2907.75"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1232.75,-2906C1362.88,-2906.01 1395.33,-2909.76 1525,-2909.75"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1232.75,-2908C1362.65,-2908 1395.1,-2911.75 1525,-2911.75"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1232.75,-2910C1362.42,-2909.99 1394.87,-2913.74 1525,-2913.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-2912C1362.19,-2911.97 1394.64,-2915.72 1525,-2915.75"/> +</g> +<!-- _S_2 --> +<g id="node28" class="node"> +<title>_S_2</title> +<polygon fill="#ffffff" stroke="black" points="1231.75,-2871.25 1186.25,-2871.25 1186.25,-2846.75 1231.75,-2846.75 1231.75,-2871.25"/> +<polygon fill="none" stroke="black" points="1186.25,-2846.75 1186.25,-2871.25 1231.75,-2871.25 1231.75,-2846.75 1186.25,-2846.75"/> +<text text-anchor="start" x="1190.25" y="-2853.95" font-family="arial" font-size="14.00">splice</text> +</g> +<!-- _S_2--W15 --> +<g id="edge132" class="edge"> +<title>_S_2:e--W15:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-2855C1365.36,-2855.75 1397.05,-2878.5 1525,-2877.75"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1232.75,-2857C1364.2,-2857.38 1395.88,-2880.13 1525,-2879.75"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1232.75,-2859C1363.03,-2859 1394.72,-2881.75 1525,-2881.75"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1232.75,-2861C1361.87,-2860.62 1393.55,-2883.37 1525,-2883.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-2863C1360.7,-2862.25 1392.39,-2885 1525,-2885.75"/> +</g> +<!-- _S_3 --> +<g id="node29" class="node"> +<title>_S_3</title> +<polygon fill="#ffffff" stroke="black" points="1231.75,-2719.25 1186.25,-2719.25 1186.25,-2694.75 1231.75,-2694.75 1231.75,-2719.25"/> +<polygon fill="none" stroke="black" points="1186.25,-2694.75 1186.25,-2719.25 1231.75,-2719.25 1231.75,-2694.75 1186.25,-2694.75"/> +<text text-anchor="start" x="1190.25" y="-2701.95" font-family="arial" font-size="14.00">splice</text> +</g> +<!-- _S_3--W16 --> +<g id="edge136" class="edge"> +<title>_S_3:e--W16:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-2703C1360.56,-2704.38 1391.15,-2669.13 1525,-2667.75"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1232.75,-2705C1362.07,-2705.69 1392.66,-2670.44 1525,-2669.75"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1232.75,-2707C1363.58,-2707 1394.17,-2671.75 1525,-2671.75"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1232.75,-2709C1365.09,-2708.31 1395.68,-2673.06 1525,-2673.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-2711C1366.6,-2709.62 1397.19,-2674.37 1525,-2675.75"/> +</g> +<!-- _S_4 --> +<g id="node30" class="node"> +<title>_S_4</title> +<polygon fill="#ffffff" stroke="black" points="1231.75,-2658.25 1186.25,-2658.25 1186.25,-2633.75 1231.75,-2633.75 1231.75,-2658.25"/> +<polygon fill="none" stroke="black" points="1186.25,-2633.75 1186.25,-2658.25 1231.75,-2658.25 1231.75,-2633.75 1186.25,-2633.75"/> +<text text-anchor="start" x="1190.25" y="-2640.95" font-family="arial" font-size="14.00">splice</text> +</g> +<!-- _S_4--W16 --> +<g id="edge138" class="edge"> +<title>_S_4:e--W16:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-2642C1362.13,-2642.03 1394.58,-2637.78 1525,-2637.75"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1232.75,-2644C1362.39,-2644.02 1394.84,-2639.77 1525,-2639.75"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1232.75,-2646C1362.65,-2646 1395.1,-2641.75 1525,-2641.75"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1232.75,-2648C1362.91,-2647.98 1395.36,-2643.73 1525,-2643.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-2650C1363.17,-2649.97 1395.62,-2645.72 1525,-2645.75"/> +</g> +<!-- _S_5 --> +<g id="node31" class="node"> +<title>_S_5</title> +<polygon fill="#ffffff" stroke="black" points="1231.75,-3018.25 1186.25,-3018.25 1186.25,-2993.75 1231.75,-2993.75 1231.75,-3018.25"/> +<polygon fill="none" stroke="black" points="1186.25,-2993.75 1186.25,-3018.25 1231.75,-3018.25 1231.75,-2993.75 1186.25,-2993.75"/> +<text text-anchor="start" x="1190.25" y="-3000.95" font-family="arial" font-size="14.00">splice</text> +</g> +<!-- _S_5--W17 --> +<g id="edge142" class="edge"> +<title>_S_5:e--W17:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-3002C1298.63,-3002.11 1320.5,-2996.82 1382.81,-3027.43 1464.65,-3072.55 1439.38,-3172.73 1525,-3167.75"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1232.75,-3004C1299.1,-3004.06 1320.97,-2998.76 1381.91,-3029.22 1462.71,-3072.06 1437.45,-3172.24 1525,-3169.75"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1232.75,-3006C1299.57,-3006 1321.44,-3000.71 1381,-3031 1460.77,-3071.57 1435.51,-3171.75 1525,-3171.75"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1232.75,-3008C1300.04,-3007.94 1321.91,-3002.65 1380.09,-3032.78 1458.83,-3071.08 1433.57,-3171.26 1525,-3173.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-3010C1300.51,-3009.89 1322.38,-3004.6 1379.19,-3034.57 1456.89,-3070.59 1431.63,-3170.77 1525,-3175.75"/> +</g> +<!-- _S_6 --> +<g id="node32" class="node"> +<title>_S_6</title> +<polygon fill="#ffffff" stroke="black" points="1231.75,-2969.25 1186.25,-2969.25 1186.25,-2944.75 1231.75,-2944.75 1231.75,-2969.25"/> +<polygon fill="none" stroke="black" points="1186.25,-2944.75 1186.25,-2969.25 1231.75,-2969.25 1231.75,-2944.75 1186.25,-2944.75"/> +<text text-anchor="start" x="1190.25" y="-2951.95" font-family="arial" font-size="14.00">splice</text> +</g> +<!-- _S_6--W17 --> +<g id="edge144" class="edge"> +<title>_S_6:e--W17:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-2953C1298.37,-2953.18 1321.23,-2946.02 1382.93,-2978.49 1468.61,-3029.19 1433.23,-3142.94 1525,-3137.75"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1232.75,-2955C1298.97,-2955.09 1321.83,-2947.93 1381.96,-2980.25 1466.7,-3028.6 1431.32,-3142.34 1525,-3139.75"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1232.75,-2957C1299.57,-2957 1322.43,-2949.84 1381,-2982 1464.79,-3028.01 1429.41,-3141.75 1525,-3141.75"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1232.75,-2959C1300.17,-2958.91 1323.03,-2951.75 1380.04,-2983.75 1462.88,-3027.41 1427.5,-3141.16 1525,-3143.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-2961C1300.76,-2960.82 1323.62,-2953.66 1379.07,-2985.51 1460.97,-3026.82 1425.59,-3140.56 1525,-3145.75"/> +</g> +<!-- _S_7 --> +<g id="node33" class="node"> +<title>_S_7</title> +<polygon fill="#ffffff" stroke="black" points="1231.75,-3116.25 1186.25,-3116.25 1186.25,-3091.75 1231.75,-3091.75 1231.75,-3116.25"/> +<polygon fill="none" stroke="black" points="1186.25,-3091.75 1186.25,-3116.25 1231.75,-3116.25 1231.75,-3091.75 1186.25,-3091.75"/> +<text text-anchor="start" x="1190.25" y="-3098.95" font-family="arial" font-size="14.00">splice</text> +</g> +<!-- _S_7--W18 --> +<g id="edge148" class="edge"> +<title>_S_7:e--W18:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-3100C1297.73,-3100.45 1324.99,-3086.33 1383.34,-3125.76 1503.87,-3217.1 1392.3,-3423.65 1536,-3417.75"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1232.75,-3102C1298.65,-3102.22 1325.91,-3088.1 1382.17,-3127.38 1502.11,-3216.15 1390.54,-3422.7 1536,-3419.75"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1232.75,-3104C1299.57,-3104 1326.83,-3089.88 1381,-3129 1500.35,-3215.19 1388.78,-3421.75 1536,-3421.75"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1232.75,-3106C1300.49,-3105.78 1327.75,-3091.66 1379.83,-3130.62 1498.59,-3214.24 1387.02,-3420.8 1536,-3423.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-3108C1301.41,-3107.55 1328.67,-3093.43 1378.66,-3132.24 1496.83,-3213.29 1385.26,-3419.85 1536,-3425.75"/> +</g> +<!-- _S_8 --> +<g id="node34" class="node"> +<title>_S_8</title> +<polygon fill="#ffffff" stroke="black" points="1231.75,-3067.25 1186.25,-3067.25 1186.25,-3042.75 1231.75,-3042.75 1231.75,-3067.25"/> +<polygon fill="none" stroke="black" points="1186.25,-3042.75 1186.25,-3067.25 1231.75,-3067.25 1231.75,-3042.75 1186.25,-3042.75"/> +<text text-anchor="start" x="1190.25" y="-3049.95" font-family="arial" font-size="14.00">splice</text> +</g> +<!-- _S_8--W18 --> +<g id="edge150" class="edge"> +<title>_S_8:e--W18:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-3051C1297.69,-3051.47 1325.45,-3036.66 1383.38,-3076.79 1508.76,-3174.16 1384.75,-3393.72 1536,-3387.75"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1232.75,-3053C1298.63,-3053.24 1326.39,-3038.43 1382.19,-3078.39 1507.02,-3173.17 1383.01,-3392.73 1536,-3389.75"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1232.75,-3055C1299.57,-3055 1327.33,-3040.19 1381,-3080 1505.28,-3172.19 1381.26,-3391.75 1536,-3391.75"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1232.75,-3057C1300.51,-3056.76 1328.28,-3041.96 1379.81,-3081.61 1503.54,-3171.2 1379.52,-3390.77 1536,-3393.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-3059C1301.45,-3058.53 1329.22,-3043.72 1378.62,-3083.21 1501.79,-3170.22 1377.78,-3389.78 1536,-3395.75"/> +</g> +<!-- _S_9 --> +<g id="node35" class="node"> +<title>_S_9</title> +<polygon fill="#ffffff" stroke="black" points="1231.75,-1765.25 1186.25,-1765.25 1186.25,-1740.75 1231.75,-1740.75 1231.75,-1765.25"/> +<polygon fill="none" stroke="black" points="1186.25,-1740.75 1186.25,-1765.25 1231.75,-1765.25 1231.75,-1740.75 1186.25,-1740.75"/> +<text text-anchor="start" x="1190.25" y="-1747.95" font-family="arial" font-size="14.00">splice</text> +</g> +<!-- _S_9--W7 --> +<g id="edge34" class="edge"> +<title>_S_9:e--W7:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-1749C1360.54,-1750.23 1391.43,-1717.98 1525,-1716.75"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M1232.75,-1751C1361.98,-1751.62 1392.88,-1719.37 1525,-1718.75"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M1232.75,-1753C1363.43,-1753 1394.32,-1720.75 1525,-1720.75"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M1232.75,-1755C1364.87,-1754.38 1395.77,-1722.13 1525,-1722.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-1757C1366.32,-1755.77 1397.21,-1723.52 1525,-1724.75"/> +</g> +<!-- _S_10 --> +<g id="node36" class="node"> +<title>_S_10</title> +<polygon fill="#ffffff" stroke="black" points="1231.75,-2330.25 1186.25,-2330.25 1186.25,-2305.75 1231.75,-2305.75 1231.75,-2330.25"/> +<polygon fill="none" stroke="black" points="1186.25,-2305.75 1186.25,-2330.25 1231.75,-2330.25 1231.75,-2305.75 1186.25,-2305.75"/> +<text text-anchor="start" x="1190.25" y="-2312.95" font-family="arial" font-size="14.00">splice</text> +</g> +<!-- _S_10--W7 --> +<g id="edge36" class="edge"> +<title>_S_10:e--W7:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-2314C1301.71,-2314.62 1334.32,-2335.24 1378.27,-2290.08 1578.95,-2107.59 1246.67,-1693.25 1525,-1686.75"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M1232.75,-2316C1300.64,-2316.31 1333.25,-2336.93 1379.63,-2291.54 1580.51,-2106.34 1248.23,-1692 1525,-1688.75"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M1232.75,-2318C1299.57,-2318 1332.18,-2338.62 1381,-2293 1582.07,-2105.09 1249.79,-1690.75 1525,-1690.75"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M1232.75,-2320C1298.5,-2319.69 1331.11,-2340.31 1382.37,-2294.46 1583.63,-2103.84 1251.35,-1689.5 1525,-1692.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-2322C1297.43,-2321.38 1330.04,-2342 1383.73,-2295.92 1585.19,-2102.58 1252.91,-1688.25 1525,-1694.75"/> +</g> +<!-- _S_11 --> +<g id="node37" class="node"> +<title>_S_11</title> +<polygon fill="#ffffff" stroke="black" points="1231.75,-2281.25 1186.25,-2281.25 1186.25,-2256.75 1231.75,-2256.75 1231.75,-2281.25"/> +<polygon fill="none" stroke="black" points="1186.25,-2256.75 1186.25,-2281.25 1231.75,-2281.25 1231.75,-2256.75 1186.25,-2256.75"/> +<text text-anchor="start" x="1190.25" y="-2263.95" font-family="arial" font-size="14.00">splice</text> +</g> +<!-- _S_11--W7 --> +<g id="edge38" class="edge"> +<title>_S_11:e--W7:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-2265C1301.69,-2265.65 1334.12,-2286.9 1378.29,-2242.06 1574.49,-2066.21 1254.43,-1663.24 1525,-1656.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-2267C1300.59,-2267.33 1333.02,-2288.57 1379.64,-2243.53 1576.06,-2064.96 1256,-1661.99 1525,-1658.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-2269C1299.5,-2269 1331.93,-2290.24 1381,-2245 1577.62,-2063.72 1257.56,-1660.75 1525,-1660.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-2271C1298.4,-2270.67 1330.83,-2291.92 1382.36,-2246.47 1579.19,-2062.48 1259.13,-1659.51 1525,-1662.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-2273C1297.3,-2272.35 1329.74,-2293.59 1383.71,-2247.94 1580.75,-2061.23 1260.69,-1658.26 1525,-1664.75"/> +</g> +<!-- _S_12 --> +<g id="node38" class="node"> +<title>_S_12</title> +<polygon fill="#ffffff" stroke="black" points="1231.75,-2428.25 1186.25,-2428.25 1186.25,-2403.75 1231.75,-2403.75 1231.75,-2428.25"/> +<polygon fill="none" stroke="black" points="1186.25,-2403.75 1186.25,-2428.25 1231.75,-2428.25 1231.75,-2403.75 1186.25,-2403.75"/> +<text text-anchor="start" x="1190.25" y="-2410.95" font-family="arial" font-size="14.00">splice</text> +</g> +<!-- _S_12--W12 --> +<g id="edge120" class="edge"> +<title>_S_12:e--W12:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-2412C1301.05,-2412.28 1325.36,-2421.95 1378.92,-2387.58 1472.15,-2334.88 1416.8,-2193.21 1531.5,-2187.75"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1232.75,-2414C1300.31,-2414.14 1324.62,-2423.81 1379.96,-2389.29 1474.01,-2334.15 1418.66,-2192.48 1531.5,-2189.75"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1232.75,-2416C1299.57,-2416 1323.88,-2425.67 1381,-2391 1475.87,-2333.42 1420.52,-2191.75 1531.5,-2191.75"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1232.75,-2418C1298.83,-2417.86 1323.14,-2427.53 1382.04,-2392.71 1477.74,-2332.69 1422.38,-2191.02 1531.5,-2193.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-2420C1298.09,-2419.72 1322.4,-2429.38 1383.08,-2394.42 1479.6,-2331.97 1424.25,-2190.29 1531.5,-2195.75"/> +</g> +<!-- _S_13 --> +<g id="node39" class="node"> +<title>_S_13</title> +<polygon fill="#ffffff" stroke="black" points="1231.75,-2379.25 1186.25,-2379.25 1186.25,-2354.75 1231.75,-2354.75 1231.75,-2379.25"/> +<polygon fill="none" stroke="black" points="1186.25,-2354.75 1186.25,-2379.25 1231.75,-2379.25 1231.75,-2354.75 1186.25,-2354.75"/> +<text text-anchor="start" x="1190.25" y="-2361.95" font-family="arial" font-size="14.00">splice</text> +</g> +<!-- _S_13--W12 --> +<g id="edge122" class="edge"> +<title>_S_13:e--W12:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-2363C1300.9,-2363.23 1324.38,-2371.49 1379.01,-2338.53 1467.73,-2291.35 1423.36,-2163.06 1531.5,-2157.75"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1232.75,-2365C1300.23,-2365.11 1323.71,-2373.38 1380,-2340.27 1469.62,-2290.7 1425.25,-2162.4 1531.5,-2159.75"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1232.75,-2367C1299.57,-2367 1323.05,-2375.26 1381,-2342 1471.51,-2290.05 1427.14,-2161.75 1531.5,-2161.75"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1232.75,-2369C1298.91,-2368.89 1322.39,-2377.15 1382,-2343.73 1473.4,-2289.39 1429.03,-2161.1 1531.5,-2163.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-2371C1298.24,-2370.77 1321.72,-2379.04 1382.99,-2345.47 1475.29,-2288.74 1430.92,-2160.44 1531.5,-2165.75"/> +</g> +<!-- _S_14 --> +<g id="node40" class="node"> +<title>_S_14</title> +<polygon fill="#ffffff" stroke="black" points="1231.75,-2526.25 1186.25,-2526.25 1186.25,-2501.75 1231.75,-2501.75 1231.75,-2526.25"/> +<polygon fill="none" stroke="black" points="1186.25,-2501.75 1186.25,-2526.25 1231.75,-2526.25 1231.75,-2501.75 1186.25,-2501.75"/> +<text text-anchor="start" x="1190.25" y="-2508.95" font-family="arial" font-size="14.00">splice</text> +</g> +<!-- _S_14--W11 --> +<g id="edge114" class="edge"> +<title>_S_14:e--W11:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-2510C1298.05,-2510.3 1315.13,-2503.3 1379.92,-2485.15 1443.43,-2469.56 1452.23,-2430.86 1525,-2427.75"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1232.75,-2512C1298.81,-2512.15 1315.89,-2505.15 1380.46,-2487.07 1445.38,-2470 1454.18,-2431.31 1525,-2429.75"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1232.75,-2514C1299.57,-2514 1316.65,-2507 1381,-2489 1447.33,-2470.45 1456.13,-2431.75 1525,-2431.75"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1232.75,-2516C1300.33,-2515.85 1317.41,-2508.85 1381.54,-2490.93 1449.28,-2470.89 1458.08,-2432.19 1525,-2433.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-2518C1301.09,-2517.7 1318.17,-2510.7 1382.08,-2492.85 1451.23,-2471.34 1460.03,-2432.64 1525,-2435.75"/> +</g> +<!-- _S_15 --> +<g id="node41" class="node"> +<title>_S_15</title> +<polygon fill="#ffffff" stroke="black" points="1231.75,-2477.25 1186.25,-2477.25 1186.25,-2452.75 1231.75,-2452.75 1231.75,-2477.25"/> +<polygon fill="none" stroke="black" points="1186.25,-2452.75 1186.25,-2477.25 1231.75,-2477.25 1231.75,-2452.75 1186.25,-2452.75"/> +<text text-anchor="start" x="1190.25" y="-2459.95" font-family="arial" font-size="14.00">splice</text> +</g> +<!-- _S_15--W11 --> +<g id="edge116" class="edge"> +<title>_S_15:e--W11:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-2461C1297.34,-2461.68 1313.46,-2450.83 1380.15,-2436.09 1442.2,-2424.08 1455.26,-2399.85 1525,-2397.75"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1232.75,-2463C1298.45,-2463.34 1314.58,-2452.49 1380.58,-2438.05 1443.96,-2425.03 1457.02,-2400.8 1525,-2399.75"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1232.75,-2465C1299.57,-2465 1315.7,-2454.15 1381,-2440 1445.72,-2425.98 1458.78,-2401.75 1525,-2401.75"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1232.75,-2467C1300.69,-2466.66 1316.81,-2455.81 1381.42,-2441.95 1447.48,-2426.93 1460.54,-2402.7 1525,-2403.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-2469C1301.8,-2468.32 1317.93,-2457.47 1381.85,-2443.91 1449.24,-2427.88 1462.3,-2403.65 1525,-2405.75"/> +</g> +<!-- _GND_14 --> +<g id="node42" class="node"> +<title>_GND_14</title> +<polygon fill="#ffffff" stroke="black" points="1228.75,-3165.25 1189.25,-3165.25 1189.25,-3140.75 1228.75,-3140.75 1228.75,-3165.25"/> +<polygon fill="none" stroke="black" points="1189.25,-3140.75 1189.25,-3165.25 1228.75,-3165.25 1228.75,-3140.75 1189.25,-3140.75"/> +<text text-anchor="start" x="1193.25" y="-3147.95" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- _GND_15 --> +<g id="node43" class="node"> +<title>_GND_15</title> +<polygon fill="#ffffff" stroke="black" points="2202.38,-3197.25 2162.88,-3197.25 2162.88,-3172.75 2202.38,-3172.75 2202.38,-3197.25"/> +<polygon fill="none" stroke="black" points="2162.88,-3172.75 2162.88,-3197.25 2202.38,-3197.25 2202.38,-3172.75 2162.88,-3172.75"/> +<text text-anchor="start" x="2166.88" y="-3179.95" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- _GND_16 --> +<g id="node44" class="node"> +<title>_GND_16</title> +<polygon fill="#ffffff" stroke="black" points="2202.38,-2533.25 2162.88,-2533.25 2162.88,-2508.75 2202.38,-2508.75 2202.38,-2533.25"/> +<polygon fill="none" stroke="black" points="2162.88,-2508.75 2162.88,-2533.25 2202.38,-2533.25 2202.38,-2508.75 2162.88,-2508.75"/> +<text text-anchor="start" x="2166.88" y="-2515.95" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- _GND_17 --> +<g id="node45" class="node"> +<title>_GND_17</title> +<polygon fill="#ffffff" stroke="black" points="2202.38,-3367.25 2162.88,-3367.25 2162.88,-3342.75 2202.38,-3342.75 2202.38,-3367.25"/> +<polygon fill="none" stroke="black" points="2162.88,-3342.75 2162.88,-3367.25 2202.38,-3367.25 2202.38,-3342.75 2162.88,-3342.75"/> +<text text-anchor="start" x="2166.88" y="-3349.95" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- _GND_18 --> +<g id="node46" class="node"> +<title>_GND_18</title> +<polygon fill="#ffffff" stroke="black" points="2202.38,-2703.25 2162.88,-2703.25 2162.88,-2678.75 2202.38,-2678.75 2202.38,-2703.25"/> +<polygon fill="none" stroke="black" points="2162.88,-2678.75 2162.88,-2703.25 2202.38,-2703.25 2202.38,-2678.75 2162.88,-2678.75"/> +<text text-anchor="start" x="2166.88" y="-2685.95" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- _GND_19 --> +<g id="node47" class="node"> +<title>_GND_19</title> +<polygon fill="#ffffff" stroke="black" points="2202.38,-1139.25 2162.88,-1139.25 2162.88,-1114.75 2202.38,-1114.75 2202.38,-1139.25"/> +<polygon fill="none" stroke="black" points="2162.88,-1114.75 2162.88,-1139.25 2202.38,-1139.25 2202.38,-1114.75 2162.88,-1114.75"/> +<text text-anchor="start" x="2166.88" y="-1121.95" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- _GND_20 --> +<g id="node48" class="node"> +<title>_GND_20</title> +<polygon fill="#ffffff" stroke="black" points="2202.38,-2363.25 2162.88,-2363.25 2162.88,-2338.75 2202.38,-2338.75 2202.38,-2363.25"/> +<polygon fill="none" stroke="black" points="2162.88,-2338.75 2162.88,-2363.25 2202.38,-2363.25 2202.38,-2338.75 2162.88,-2338.75"/> +<text text-anchor="start" x="2166.88" y="-2345.95" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- _GND_21 --> +<g id="node49" class="node"> +<title>_GND_21</title> +<polygon fill="#ffffff" stroke="black" points="2202.38,-1781.25 2162.88,-1781.25 2162.88,-1756.75 2202.38,-1756.75 2202.38,-1781.25"/> +<polygon fill="none" stroke="black" points="2162.88,-1756.75 2162.88,-1781.25 2202.38,-1781.25 2202.38,-1756.75 2162.88,-1756.75"/> +<text text-anchor="start" x="2166.88" y="-1763.95" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- _GND_22 --> +<g id="node50" class="node"> +<title>_GND_22</title> +<polygon fill="#ffffff" stroke="black" points="224.25,-3138.25 184.75,-3138.25 184.75,-3113.75 224.25,-3113.75 224.25,-3138.25"/> +<polygon fill="none" stroke="black" points="184.75,-3113.75 184.75,-3138.25 224.25,-3138.25 224.25,-3113.75 184.75,-3113.75"/> +<text text-anchor="start" x="188.75" y="-3120.95" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- _GND_22--W3 --> +<g id="edge18" class="edge"> +<title>_GND_22:e--W3:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M225.25,-3126C373.36,-3126 410.39,-3125.75 558.5,-3125.75"/> +</g> +<!-- _GND_23 --> +<g id="node51" class="node"> +<title>_GND_23</title> +<polygon fill="#ffffff" stroke="black" points="224.25,-2825.25 184.75,-2825.25 184.75,-2800.75 224.25,-2800.75 224.25,-2825.25"/> +<polygon fill="none" stroke="black" points="184.75,-2800.75 184.75,-2825.25 224.25,-2825.25 224.25,-2800.75 184.75,-2800.75"/> +<text text-anchor="start" x="188.75" y="-2807.95" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- _GND_23--W1 --> +<g id="edge12" class="edge"> +<title>_GND_23:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M225.25,-2813C371.81,-2813 408.44,-2812.75 555,-2812.75"/> +</g> +<!-- _GND_24 --> +<g id="node52" class="node"> +<title>_GND_24</title> +<polygon fill="#ffffff" stroke="black" points="224.25,-2292.25 184.75,-2292.25 184.75,-2267.75 224.25,-2267.75 224.25,-2292.25"/> +<polygon fill="none" stroke="black" points="184.75,-2267.75 184.75,-2292.25 224.25,-2292.25 224.25,-2267.75 184.75,-2267.75"/> +<text text-anchor="start" x="188.75" y="-2274.95" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- _GND_24--W6 --> +<g id="edge33" class="edge"> +<title>_GND_24:e--W6:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M225.25,-2280C370.92,-2280 407.33,-2279.75 553,-2279.75"/> +</g> +<!-- W1--shield2 --> +<g id="edge11" class="edge"> +<title>W1:e--shield2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2812.75C1016.15,-2812.75 1042.73,-2761.5 1167.88,-2761.5"/> +</g> +<!-- W1--_S_1 --> +<g id="edge3" class="edge"> +<title>W1:e--_S_1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2884.75C1024.11,-2885.32 1056.25,-2904.57 1185.25,-2904"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2886.75C1023.09,-2887.03 1055.22,-2906.28 1185.25,-2906"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M891,-2888.75C1022.06,-2888.75 1054.19,-2908 1185.25,-2908"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2890.75C1021.03,-2890.47 1053.16,-2909.72 1185.25,-2910"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2892.75C1020,-2892.18 1052.14,-2911.43 1185.25,-2912"/> +</g> +<!-- W1--_S_2 --> +<g id="edge4" class="edge"> +<title>W1:e--_S_2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2854.75C1021.81,-2854.75 1054.5,-2855 1185.25,-2855"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2856.75C1021.79,-2856.75 1054.49,-2857 1185.25,-2857"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M891,-2858.75C1021.78,-2858.75 1054.47,-2859 1185.25,-2859"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2860.75C1021.76,-2860.75 1054.46,-2861 1185.25,-2861"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2862.75C1021.75,-2862.75 1054.44,-2863 1185.25,-2863"/> +</g> +<!-- W1--_S_3 --> +<g id="edge5" class="edge"> +<title>W1:e--_S_3:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2884.75C980.74,-2889.82 951.11,-2783.12 1035.07,-2733.49 1096.35,-2700.66 1118.45,-2703.02 1185.25,-2703"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2886.75C982.66,-2889.29 953.04,-2782.58 1036.04,-2735.25 1096.14,-2702.65 1118.24,-2705.01 1185.25,-2705"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M891,-2888.75C984.59,-2888.75 954.96,-2782.05 1037,-2737 1095.92,-2704.64 1118.03,-2707 1185.25,-2707"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2890.75C986.52,-2888.21 956.89,-2781.51 1037.96,-2738.75 1095.71,-2706.63 1117.81,-2708.99 1185.25,-2709"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2892.75C988.45,-2887.68 958.82,-2780.98 1038.93,-2740.51 1095.5,-2708.62 1117.6,-2710.98 1185.25,-2711"/> +</g> +<!-- W1--_S_4 --> +<g id="edge6" class="edge"> +<title>W1:e--_S_4:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2854.75C988.76,-2860.04 947.24,-2738.33 1034.87,-2679.61 1094.35,-2642.87 1117.19,-2642 1185.25,-2642"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2856.75C990.65,-2859.4 949.13,-2737.68 1035.94,-2681.31 1094.42,-2644.87 1117.26,-2644 1185.25,-2644"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M891,-2858.75C992.55,-2858.75 951.02,-2737.03 1037,-2683 1094.5,-2646.86 1117.34,-2646 1185.25,-2646"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2860.75C994.44,-2858.1 952.92,-2736.39 1038.06,-2684.69 1094.57,-2648.86 1117.42,-2648 1185.25,-2648"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2862.75C996.33,-2857.46 954.81,-2735.74 1039.13,-2686.39 1094.65,-2650.86 1117.49,-2650 1185.25,-2650"/> +</g> +<!-- W1--_S_5 --> +<g id="edge7" class="edge"> +<title>W1:e--_S_5:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2884.75C971.75,-2888.9 969.3,-2953.73 1038.43,-2977.26 1099.65,-3000.88 1118.67,-3002.01 1185.25,-3002"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2886.75C969.76,-2888.83 967.31,-2953.66 1037.71,-2979.13 1099.53,-3002.87 1118.55,-3004 1185.25,-3004"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M891,-2888.75C967.76,-2888.75 965.31,-2953.58 1037,-2981 1099.41,-3004.87 1118.43,-3006 1185.25,-3006"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2890.75C965.76,-2888.67 963.31,-2953.51 1036.29,-2982.87 1099.29,-3006.87 1118.31,-3008 1185.25,-3008"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2892.75C963.76,-2888.6 961.31,-2953.43 1035.57,-2984.74 1099.17,-3008.86 1118.19,-3009.99 1185.25,-3010"/> +</g> +<!-- W1--_S_6 --> +<g id="edge8" class="edge"> +<title>W1:e--_S_6:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2854.75C967.58,-2858.4 971.98,-2909.09 1038.24,-2928.2 1101.43,-2948.87 1119.35,-2953.11 1185.25,-2953"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2856.75C965.59,-2858.58 969.99,-2909.26 1037.62,-2930.1 1100.97,-2950.82 1118.89,-2955.05 1185.25,-2955"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M891,-2858.75C963.6,-2858.75 968,-2909.44 1037,-2932 1100.51,-2952.77 1118.43,-2957 1185.25,-2957"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2860.75C961.61,-2858.92 966.01,-2909.61 1036.38,-2933.9 1100.05,-2954.71 1117.97,-2958.95 1185.25,-2959"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2862.75C959.61,-2859.1 964.01,-2909.78 1035.76,-2935.8 1099.59,-2956.66 1117.51,-2960.89 1185.25,-2961"/> +</g> +<!-- W1--_S_7 --> +<g id="edge9" class="edge"> +<title>W1:e--_S_7:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2884.75C1001.32,-2890.18 949.41,-3025.48 1039.06,-3075.57 1092.8,-3109.72 1116.97,-3100.27 1185.25,-3100"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2886.75C999.45,-2889.47 947.54,-3024.77 1038.03,-3077.29 1093.53,-3111.59 1117.7,-3102.14 1185.25,-3102"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M891,-2888.75C997.58,-2888.75 945.67,-3024.05 1037,-3079 1094.25,-3113.45 1118.43,-3104 1185.25,-3104"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2890.75C995.72,-2888.03 943.81,-3023.33 1035.97,-3080.71 1094.98,-3115.31 1119.16,-3105.86 1185.25,-3106"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2892.75C993.85,-2887.32 941.94,-3022.62 1034.94,-3082.43 1095.71,-3117.17 1119.89,-3107.73 1185.25,-3108"/> +</g> +<!-- W1--_S_8 --> +<g id="edge10" class="edge"> +<title>W1:e--_S_8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2854.75C994.81,-2860.03 953.79,-2981.93 1038.97,-3026.52 1093.83,-3059.18 1117.14,-3051.21 1185.25,-3051"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2856.75C992.91,-2859.39 951.9,-2981.29 1037.99,-3028.26 1094.47,-3061.07 1117.78,-3053.11 1185.25,-3053"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M891,-2858.75C991.02,-2858.75 950,-2980.66 1037,-3030 1095.12,-3062.97 1118.43,-3055 1185.25,-3055"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2860.75C989.12,-2858.11 948.11,-2980.02 1036.01,-3031.74 1095.77,-3064.86 1119.08,-3056.89 1185.25,-3057"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2862.75C987.23,-2857.47 946.21,-2979.38 1035.03,-3033.48 1096.41,-3066.75 1119.72,-3058.79 1185.25,-3059"/> +</g> +<!-- W3--Radio --> +<g id="edge14" class="edge"> +<title>W3:e--Radio:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M887.5,-3197.75C1012.19,-3197.75 1043.37,-3197.5 1168.12,-3197.5"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M887.5,-3199.75C1012.21,-3199.75 1043.39,-3199.5 1168.12,-3199.5"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M887.5,-3201.75C1012.22,-3201.75 1043.4,-3201.5 1168.12,-3201.5"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M887.5,-3203.75C1012.24,-3203.75 1043.42,-3203.5 1168.12,-3203.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M887.5,-3205.75C1012.25,-3205.75 1043.43,-3205.5 1168.12,-3205.5"/> +</g> +<!-- W3--Radio --> +<g id="edge16" class="edge"> +<title>W3:e--Radio:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M887.5,-3167.75C1018.07,-3169.97 1044.72,-3223.72 1168.12,-3221.5"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M887.5,-3169.75C1016.28,-3170.86 1042.93,-3224.61 1168.12,-3223.5"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M887.5,-3171.75C1014.49,-3171.75 1041.14,-3225.5 1168.12,-3225.5"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M887.5,-3173.75C1012.7,-3172.64 1039.34,-3226.39 1168.12,-3227.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M887.5,-3175.75C1010.91,-3173.53 1037.55,-3227.28 1168.12,-3229.5"/> +</g> +<!-- W3--_GND_14 --> +<g id="edge17" class="edge"> +<title>W3:e--_GND_14:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M887.5,-3125.75C1021.71,-3125.75 1054.04,-3153 1188.25,-3153"/> +</g> +<!-- W6--ECU CAN Bus --> +<g id="edge25" class="edge"> +<title>W6:e--ECU CAN Bus:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M893,-2381.75C1018.8,-2386.84 958.01,-2173.09 1091.5,-2168"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M893,-2383.75C1020.72,-2386.3 959.93,-2172.55 1091.5,-2170"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M893,-2385.75C1022.65,-2385.75 961.85,-2172 1091.5,-2172"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M893,-2387.75C1024.57,-2385.2 963.78,-2171.45 1091.5,-2174"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M893,-2389.75C1026.49,-2384.66 965.7,-2170.91 1091.5,-2176"/> +</g> +<!-- W6--ECU CAN Bus --> +<g id="edge27" class="edge"> +<title>W6:e--ECU CAN Bus:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M893,-2351.75C1016.85,-2356.81 959.94,-2149.06 1091.5,-2144"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M893,-2353.75C1018.78,-2356.28 961.87,-2148.53 1091.5,-2146"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M893,-2355.75C1020.71,-2355.75 963.79,-2148 1091.5,-2148"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M893,-2357.75C1022.63,-2355.22 965.72,-2147.47 1091.5,-2150"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M893,-2359.75C1024.56,-2354.69 967.65,-2146.94 1091.5,-2152"/> +</g> +<!-- W6--ECU CAN Bus --> +<g id="edge29" class="edge"> +<title>W6:e--ECU CAN Bus:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M893,-2321.75C1014.92,-2326.77 961.84,-2125.02 1091.5,-2120"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M893,-2323.75C1016.86,-2326.26 963.78,-2124.51 1091.5,-2122"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M893,-2325.75C1018.79,-2325.75 965.71,-2124 1091.5,-2124"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M893,-2327.75C1020.72,-2325.24 967.64,-2123.49 1091.5,-2126"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M893,-2329.75C1022.66,-2324.73 969.58,-2122.98 1091.5,-2128"/> +</g> +<!-- W6--shield1 --> +<g id="edge32" class="edge"> +<title>W6:e--shield1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M893,-2279.75C1083.93,-2279.75 913.93,-2020.98 1037,-1875 1080,-1824 1101.16,-1801.5 1167.88,-1801.5"/> +</g> +<!-- W6--_S_9 --> +<g id="edge19" class="edge"> +<title>W6:e--_S_9:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M893,-2321.75C1141.99,-2328.2 847.19,-1948.98 1034.31,-1774.04 1088.59,-1728.77 1120.68,-1749.65 1185.25,-1749"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M893,-2323.75C1143.57,-2326.98 848.77,-1947.75 1035.66,-1775.52 1087.5,-1730.45 1119.59,-1751.32 1185.25,-1751"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M893,-2325.75C1145.15,-2325.75 850.34,-1946.52 1037,-1777 1086.41,-1732.13 1118.5,-1753 1185.25,-1753"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M893,-2327.75C1146.73,-2324.52 851.92,-1945.29 1038.34,-1778.48 1085.32,-1733.8 1117.41,-1754.68 1185.25,-1755"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M893,-2329.75C1148.3,-2323.3 853.5,-1944.07 1039.69,-1779.96 1084.23,-1735.48 1116.32,-1756.35 1185.25,-1757"/> +</g> +<!-- W6--_S_10 --> +<g id="edge20" class="edge"> +<title>W6:e--_S_10:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M893,-2381.75C956.1,-2384.14 968.3,-2356.46 1036.1,-2339.1 1100.02,-2324.49 1116.36,-2314.58 1185.25,-2314"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M893,-2383.75C957.93,-2384.94 970.13,-2357.27 1036.55,-2341.05 1101.06,-2326.2 1117.39,-2316.29 1185.25,-2316"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M893,-2385.75C959.76,-2385.75 971.96,-2358.08 1037,-2343 1102.09,-2327.91 1118.43,-2318 1185.25,-2318"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M893,-2387.75C961.59,-2386.56 973.79,-2358.89 1037.45,-2344.95 1103.13,-2329.62 1119.47,-2319.71 1185.25,-2320"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M893,-2389.75C963.42,-2387.36 975.62,-2359.69 1037.9,-2346.9 1104.17,-2331.33 1120.5,-2321.42 1185.25,-2322"/> +</g> +<!-- W6--_S_11 --> +<g id="edge21" class="edge"> +<title>W6:e--_S_11:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M893,-2351.75C958.7,-2355.04 966.26,-2312.94 1035.87,-2290.16 1099.77,-2271.37 1117.09,-2265.23 1185.25,-2265"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M893,-2353.75C960.67,-2355.4 968.23,-2313.3 1036.44,-2292.08 1100.44,-2273.26 1117.76,-2267.11 1185.25,-2267"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M893,-2355.75C962.64,-2355.75 970.19,-2313.65 1037,-2294 1101.1,-2275.14 1118.43,-2269 1185.25,-2269"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M893,-2357.75C964.6,-2356.1 972.16,-2314 1037.56,-2295.92 1101.77,-2277.03 1119.1,-2270.89 1185.25,-2271"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M893,-2359.75C966.57,-2356.46 974.13,-2314.36 1038.13,-2297.84 1102.44,-2278.91 1119.77,-2272.77 1185.25,-2273"/> +</g> +<!-- W6--_S_12 --> +<g id="edge22" class="edge"> +<title>W6:e--_S_12:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M893,-2381.75C1026.37,-2382.88 1057.46,-2413.13 1185.25,-2412"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M893,-2383.75C1024.98,-2384.32 1056.06,-2414.57 1185.25,-2414"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M893,-2385.75C1023.58,-2385.75 1054.67,-2416 1185.25,-2416"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M893,-2387.75C1022.19,-2387.18 1053.27,-2417.43 1185.25,-2418"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M893,-2389.75C1020.79,-2388.62 1051.88,-2418.87 1185.25,-2420"/> +</g> +<!-- W6--_S_13 --> +<g id="edge23" class="edge"> +<title>W6:e--_S_13:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M893,-2351.75C1024.3,-2351.97 1056.58,-2363.22 1185.25,-2363"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M893,-2353.75C1023.64,-2353.86 1055.92,-2365.11 1185.25,-2365"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M893,-2355.75C1022.99,-2355.75 1055.26,-2367 1185.25,-2367"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M893,-2357.75C1022.33,-2357.64 1054.61,-2368.89 1185.25,-2369"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M893,-2359.75C1021.67,-2359.53 1053.95,-2370.78 1185.25,-2371"/> +</g> +<!-- W6--_S_14 --> +<g id="edge30" class="edge"> +<title>W6:e--_S_14:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M893,-2381.75C975.73,-2386.16 968.28,-2459.13 1038.54,-2485.31 1098.55,-2510.69 1118.29,-2510 1185.25,-2510"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M893,-2383.75C973.74,-2385.95 966.29,-2458.93 1037.77,-2487.15 1098.62,-2512.69 1118.36,-2512 1185.25,-2512"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M893,-2385.75C971.75,-2385.75 964.3,-2458.73 1037,-2489 1098.69,-2514.69 1118.43,-2514 1185.25,-2514"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M893,-2387.75C969.76,-2385.55 962.31,-2458.52 1036.23,-2490.85 1098.75,-2516.68 1118.5,-2516 1185.25,-2516"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M893,-2389.75C967.77,-2385.34 960.32,-2458.32 1035.46,-2492.69 1098.82,-2518.68 1118.57,-2518 1185.25,-2518"/> +</g> +<!-- W6--_S_15 --> +<g id="edge31" class="edge"> +<title>W6:e--_S_15:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M893,-2351.75C971.15,-2355.74 971.3,-2414.69 1038.36,-2436.24 1100.28,-2458.83 1118.9,-2461.03 1185.25,-2461"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M893,-2353.75C969.15,-2355.74 969.3,-2414.69 1037.68,-2438.12 1100.04,-2460.81 1118.67,-2463.01 1185.25,-2463"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M893,-2355.75C967.15,-2355.75 967.3,-2414.7 1037,-2440 1099.81,-2462.8 1118.43,-2465 1185.25,-2465"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M893,-2357.75C965.15,-2355.76 965.3,-2414.7 1036.32,-2441.88 1099.57,-2464.79 1118.2,-2466.99 1185.25,-2467"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M893,-2359.75C963.15,-2355.76 963.3,-2414.71 1035.64,-2443.76 1099.34,-2466.77 1117.96,-2468.97 1185.25,-2469"/> +</g> +<!-- W7--CEX --> +<g id="edge35" class="edge"> +<title>W7:e--CEX:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1809,-1716.75C1882.98,-1719.77 1895.38,-1670.52 1977.12,-1667.5"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M1809,-1718.75C1884.92,-1720.26 1897.32,-1671.01 1977.12,-1669.5"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M1809,-1720.75C1886.86,-1720.75 1899.26,-1671.5 1977.12,-1671.5"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M1809,-1722.75C1888.8,-1721.24 1901.2,-1671.99 1977.12,-1673.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1809,-1724.75C1890.74,-1721.73 1903.14,-1672.48 1977.12,-1675.5"/> +</g> +<!-- W7--CEX --> +<g id="edge37" class="edge"> +<title>W7:e--CEX:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1809,-1686.75C1882.34,-1689.53 1896.16,-1646.28 1977.12,-1643.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M1809,-1688.75C1884.25,-1690.14 1898.06,-1646.89 1977.12,-1645.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M1809,-1690.75C1886.16,-1690.75 1899.97,-1647.5 1977.12,-1647.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M1809,-1692.75C1888.06,-1691.36 1901.88,-1648.11 1977.12,-1649.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1809,-1694.75C1889.97,-1691.97 1903.78,-1648.72 1977.12,-1651.5"/> +</g> +<!-- W7--CEX --> +<g id="edge39" class="edge"> +<title>W7:e--CEX:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1809,-1656.75C1881.83,-1659.25 1896.88,-1622 1977.12,-1619.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1809,-1658.75C1883.68,-1660 1898.74,-1622.75 1977.12,-1621.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1809,-1660.75C1885.53,-1660.75 1900.59,-1623.5 1977.12,-1623.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1809,-1662.75C1887.39,-1661.5 1902.44,-1624.25 1977.12,-1625.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1809,-1664.75C1889.24,-1662.25 1904.3,-1625 1977.12,-1627.5"/> +</g> +<!-- W7--_GND_19 --> +<g id="edge41" class="edge"> +<title>W7:e--_GND_19:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1809,-1614.75C2024.39,-1614.75 1787.44,-1289.79 1953,-1152 2024.86,-1092.19 2068.38,-1127 2161.88,-1127"/> +</g> +<!-- W8--_GND_1 --> +<g id="edge89" class="edge"> +<title>W8:e--_GND_1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M873.5,-1932.5C987.16,-1937.9 932.16,-1790.12 1034.97,-1725.56 1097.13,-1690.62 1121.58,-1700.28 1188.25,-1700"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M873.5,-1934.5C989.04,-1937.2 934.04,-1789.42 1035.98,-1727.28 1096.4,-1692.48 1120.85,-1702.14 1188.25,-1702"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M873.5,-1936.5C990.91,-1936.5 935.91,-1788.72 1037,-1729 1095.66,-1694.34 1120.12,-1704 1188.25,-1704"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M873.5,-1938.5C992.79,-1935.8 937.79,-1788.02 1038.02,-1730.72 1094.93,-1696.2 1119.38,-1705.86 1188.25,-1706"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M873.5,-1940.5C994.66,-1935.1 939.66,-1787.33 1039.03,-1732.44 1094.19,-1698.06 1118.65,-1707.72 1188.25,-1708"/> +</g> +<!-- W8--_GND_2 --> +<g id="edge91" class="edge"> +<title>W8:e--_GND_2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M873.5,-1662.5C1012.23,-1662.7 1047.01,-1651.2 1188.25,-1651"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M873.5,-1664.5C1012.85,-1664.6 1047.64,-1653.1 1188.25,-1653"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M873.5,-1666.5C1013.48,-1666.5 1048.27,-1655 1188.25,-1655"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M873.5,-1668.5C1014.11,-1668.4 1048.9,-1656.9 1188.25,-1657"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M873.5,-1670.5C1014.74,-1670.3 1049.52,-1658.8 1188.25,-1659"/> +</g> +<!-- W8--_GND_3 --> +<g id="edge93" class="edge"> +<title>W8:e--_GND_3:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M873.5,-1632.5C1011.36,-1633.54 1045.02,-1603.04 1188.25,-1602"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M873.5,-1634.5C1012.7,-1635.02 1046.36,-1604.52 1188.25,-1604"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M873.5,-1636.5C1014.04,-1636.5 1047.71,-1606 1188.25,-1606"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M873.5,-1638.5C1015.39,-1637.98 1049.05,-1607.48 1188.25,-1608"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M873.5,-1640.5C1016.73,-1639.46 1050.39,-1608.96 1188.25,-1610"/> +</g> +<!-- W8--_GND_4 --> +<g id="edge95" class="edge"> +<title>W8:e--_GND_4:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M873.5,-1542.5C1013.33,-1542.5 1048.3,-1542 1188.25,-1542"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M873.5,-1544.5C1013.36,-1544.5 1048.33,-1544 1188.25,-1544"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M873.5,-1546.5C1013.39,-1546.5 1048.36,-1546 1188.25,-1546"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M873.5,-1548.5C1013.42,-1548.5 1048.39,-1548 1188.25,-1548"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M873.5,-1550.5C1013.45,-1550.5 1048.42,-1550 1188.25,-1550"/> +</g> +<!-- W8--_GND_5 --> +<g id="edge97" class="edge"> +<title>W8:e--_GND_5:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M873.5,-1422.5C1013.33,-1422.5 1048.3,-1422 1188.25,-1422"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M873.5,-1424.5C1013.36,-1424.5 1048.33,-1424 1188.25,-1424"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M873.5,-1426.5C1013.39,-1426.5 1048.36,-1426 1188.25,-1426"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M873.5,-1428.5C1013.42,-1428.5 1048.39,-1428 1188.25,-1428"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M873.5,-1430.5C1013.45,-1430.5 1048.42,-1430 1188.25,-1430"/> +</g> +<!-- W8--_GND_6 --> +<g id="edge99" class="edge"> +<title>W8:e--_GND_6:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M873.5,-1362.5C1013.33,-1362.5 1048.3,-1362 1188.25,-1362"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M873.5,-1364.5C1013.36,-1364.5 1048.33,-1364 1188.25,-1364"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M873.5,-1366.5C1013.39,-1366.5 1048.36,-1366 1188.25,-1366"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M873.5,-1368.5C1013.42,-1368.5 1048.39,-1368 1188.25,-1368"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M873.5,-1370.5C1013.45,-1370.5 1048.42,-1370 1188.25,-1370"/> +</g> +<!-- W8--_GND_7 --> +<g id="edge101" class="edge"> +<title>W8:e--_GND_7:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M873.5,-1302.5C1013.33,-1302.5 1048.3,-1302 1188.25,-1302"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M873.5,-1304.5C1013.36,-1304.5 1048.33,-1304 1188.25,-1304"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M873.5,-1306.5C1013.39,-1306.5 1048.36,-1306 1188.25,-1306"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M873.5,-1308.5C1013.42,-1308.5 1048.39,-1308 1188.25,-1308"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M873.5,-1310.5C1013.45,-1310.5 1048.42,-1310 1188.25,-1310"/> +</g> +<!-- W8--_GND_8 --> +<g id="edge103" class="edge"> +<title>W8:e--_GND_8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M873.5,-1182.5C1013.45,-1182.5 1048.42,-1183 1188.25,-1183"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M873.5,-1184.5C1013.42,-1184.5 1048.39,-1185 1188.25,-1185"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M873.5,-1186.5C1013.39,-1186.5 1048.36,-1187 1188.25,-1187"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M873.5,-1188.5C1013.36,-1188.5 1048.33,-1189 1188.25,-1189"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M873.5,-1190.5C1013.33,-1190.5 1048.3,-1191 1188.25,-1191"/> +</g> +<!-- W8--_GND_9 --> +<g id="edge105" class="edge"> +<title>W8:e--_GND_9:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M873.5,-1092.5C1013.45,-1092.5 1048.42,-1093 1188.25,-1093"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M873.5,-1094.5C1013.42,-1094.5 1048.39,-1095 1188.25,-1095"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M873.5,-1096.5C1013.39,-1096.5 1048.36,-1097 1188.25,-1097"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M873.5,-1098.5C1013.36,-1098.5 1048.33,-1099 1188.25,-1099"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M873.5,-1100.5C1013.33,-1100.5 1048.3,-1101 1188.25,-1101"/> +</g> +<!-- W8--_GND_10 --> +<g id="edge107" class="edge"> +<title>W8:e--_GND_10:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M873.5,-1002.5C1013.45,-1002.5 1048.42,-1003 1188.25,-1003"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M873.5,-1004.5C1013.42,-1004.5 1048.39,-1005 1188.25,-1005"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M873.5,-1006.5C1013.39,-1006.5 1048.36,-1007 1188.25,-1007"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M873.5,-1008.5C1013.36,-1008.5 1048.33,-1009 1188.25,-1009"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M873.5,-1010.5C1013.33,-1010.5 1048.3,-1011 1188.25,-1011"/> +</g> +<!-- W8--_GND_11 --> +<g id="edge109" class="edge"> +<title>W8:e--_GND_11:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M873.5,-642.5C1013.45,-642.5 1048.42,-643 1188.25,-643"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M873.5,-644.5C1013.42,-644.5 1048.39,-645 1188.25,-645"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M873.5,-646.5C1013.39,-646.5 1048.36,-647 1188.25,-647"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M873.5,-648.5C1013.36,-648.5 1048.33,-649 1188.25,-649"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M873.5,-650.5C1013.33,-650.5 1048.3,-651 1188.25,-651"/> +</g> +<!-- W8--_GND_12 --> +<g id="edge111" class="edge"> +<title>W8:e--_GND_12:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M873.5,-462.5C1014.62,-462.67 1049.44,-473.17 1188.25,-473"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M873.5,-464.5C1014.04,-464.59 1048.86,-475.09 1188.25,-475"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M873.5,-466.5C1013.47,-466.5 1048.28,-477 1188.25,-477"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M873.5,-468.5C1012.89,-468.41 1047.71,-478.91 1188.25,-479"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M873.5,-470.5C1012.31,-470.33 1047.13,-480.83 1188.25,-481"/> +</g> +<!-- W8--_GND_13 --> +<g id="edge113" class="edge"> +<title>W8:e--_GND_13:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M873.5,-432.5C1012.49,-432.61 1047.36,-424.11 1188.25,-424"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M873.5,-434.5C1012.97,-434.56 1047.84,-426.06 1188.25,-426"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M873.5,-436.5C1013.44,-436.5 1048.31,-428 1188.25,-428"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M873.5,-438.5C1013.91,-438.44 1048.78,-429.94 1188.25,-430"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M873.5,-440.5C1014.39,-440.39 1049.26,-431.89 1188.25,-432"/> +</g> +<!-- W11--Resistor --> +<g id="edge115" class="edge"> +<title>W11:e--Resistor:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1809,-2427.75C1953.72,-2428.8 1989.01,-2396.55 2139.12,-2395.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1809,-2429.75C1955.07,-2430.27 1990.36,-2398.02 2139.12,-2397.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1809,-2431.75C1956.42,-2431.75 1991.7,-2399.5 2139.12,-2399.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1809,-2433.75C1957.77,-2433.23 1993.05,-2400.98 2139.12,-2401.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1809,-2435.75C1959.12,-2434.7 1994.4,-2402.45 2139.12,-2403.5"/> +</g> +<!-- W11--Resistor --> +<g id="edge117" class="edge"> +<title>W11:e--Resistor:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1809,-2397.75C1958.11,-2398.33 1994.15,-2420.08 2139.12,-2419.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1809,-2399.75C1957.07,-2400.04 1993.12,-2421.79 2139.12,-2421.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1809,-2401.75C1956.04,-2401.75 1992.08,-2423.5 2139.12,-2423.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1809,-2403.75C1955.01,-2403.46 1991.05,-2425.21 2139.12,-2425.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1809,-2405.75C1953.97,-2405.17 1990.02,-2426.92 2139.12,-2427.5"/> +</g> +<!-- W11--_GND_20 --> +<g id="edge119" class="edge"> +<title>W11:e--_GND_20:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1809,-2355.75C1965.85,-2355.75 2005.03,-2351 2161.88,-2351"/> +</g> +<!-- W12--Radar --> +<g id="edge121" class="edge"> +<title>W12:e--Radar:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1802.5,-2187.75C1905.42,-2189.75 1927.13,-2227.25 2023.12,-2225.25"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1802.5,-2189.75C1903.69,-2190.75 1925.39,-2228.25 2023.12,-2227.25"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1802.5,-2191.75C1901.96,-2191.75 1923.66,-2229.25 2023.12,-2229.25"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1802.5,-2193.75C1900.23,-2192.75 1921.93,-2230.25 2023.12,-2231.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1802.5,-2195.75C1898.5,-2193.75 1920.2,-2231.25 2023.12,-2233.25"/> +</g> +<!-- W12--Radar --> +<g id="edge123" class="edge"> +<title>W12:e--Radar:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1802.5,-2157.75C1912.64,-2161.39 1920.95,-2252.89 2023.12,-2249.25"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1802.5,-2159.75C1910.65,-2161.57 1918.96,-2253.07 2023.12,-2251.25"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1802.5,-2161.75C1908.65,-2161.75 1916.97,-2253.25 2023.12,-2253.25"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1802.5,-2163.75C1906.66,-2161.93 1914.98,-2253.43 2023.12,-2255.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1802.5,-2165.75C1904.67,-2162.11 1912.99,-2253.61 2023.12,-2257.25"/> +</g> +<!-- W12--_GND_21 --> +<g id="edge125" class="edge"> +<title>W12:e--_GND_21:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1802.5,-2115.75C1960.37,-2115.75 1825.08,-1886.52 1953,-1794 2028.76,-1739.2 2068.38,-1769 2161.88,-1769"/> +</g> +<!-- W13--VP-X J2 --> +<g id="edge127" class="edge"> +<title>W13:e--VP-X J2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M892.5,-3586.5C1011.71,-3591.99 925.21,-3807.99 1037,-3802.5"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M892.5,-3588.5C1009.86,-3591.24 923.36,-3807.24 1037,-3804.5"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M892.5,-3590.5C1008,-3590.5 921.5,-3806.5 1037,-3806.5"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M892.5,-3592.5C1006.14,-3589.76 919.64,-3805.76 1037,-3808.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M892.5,-3594.5C1004.29,-3589.01 917.79,-3805.01 1037,-3810.5"/> +</g> +<!-- W13--VP-X J2 --> +<g id="edge129" class="edge"> +<title>W13:e--VP-X J2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M892.5,-3556.5C1013.93,-3562.02 922.97,-3784.02 1037,-3778.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M892.5,-3558.5C1012.08,-3561.26 921.12,-3783.26 1037,-3780.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M892.5,-3560.5C1010.23,-3560.5 919.27,-3782.5 1037,-3782.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M892.5,-3562.5C1008.38,-3559.74 917.42,-3781.74 1037,-3784.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M892.5,-3564.5C1006.53,-3558.98 915.57,-3780.98 1037,-3786.5"/> +</g> +<!-- W15--Swash1 --> +<g id="edge131" class="edge"> +<title>W15:e--Swash1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1809,-2907.75C1913.95,-2913.01 1855.64,-3089.26 1953,-3084"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1809,-2909.75C1912.05,-2912.38 1853.74,-3088.63 1953,-3086"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1809,-2911.75C1910.15,-2911.75 1851.85,-3088 1953,-3088"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1809,-2913.75C1908.26,-2911.12 1849.95,-3087.37 1953,-3090"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1809,-2915.75C1906.36,-2910.49 1848.05,-3086.74 1953,-3092"/> +</g> +<!-- W15--Swash1 --> +<g id="edge133" class="edge"> +<title>W15:e--Swash1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1809,-2877.75C1916.02,-2883.05 1853.55,-3065.3 1953,-3060"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1809,-2879.75C1914.12,-2882.4 1851.66,-3064.65 1953,-3062"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1809,-2881.75C1912.23,-2881.75 1849.77,-3064 1953,-3064"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1809,-2883.75C1910.34,-2881.1 1847.88,-3063.35 1953,-3066"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1809,-2885.75C1908.45,-2880.45 1845.98,-3062.7 1953,-3068"/> +</g> +<!-- W15--_GND_18 --> +<g id="edge135" class="edge"> +<title>W15:e--_GND_18:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1809,-2835.75C1892.52,-2835.75 1876.27,-2747.99 1953,-2715 2038.84,-2678.09 2068.43,-2691 2161.88,-2691"/> +</g> +<!-- W16--Swash2 --> +<g id="edge137" class="edge"> +<title>W16:e--Swash2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1809,-2667.75C1877.84,-2671.84 1876.16,-2593.59 1953,-2589.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1809,-2669.75C1879.84,-2671.79 1878.16,-2593.54 1953,-2591.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1809,-2671.75C1881.84,-2671.75 1880.16,-2593.5 1953,-2593.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1809,-2673.75C1883.84,-2671.71 1882.16,-2593.46 1953,-2595.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1809,-2675.75C1885.84,-2671.66 1884.16,-2593.41 1953,-2597.5"/> +</g> +<!-- W16--Swash2 --> +<g id="edge139" class="edge"> +<title>W16:e--Swash2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1809,-2637.75C1876.6,-2641.71 1877.4,-2569.46 1953,-2565.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1809,-2639.75C1878.6,-2641.73 1879.4,-2569.48 1953,-2567.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1809,-2641.75C1880.6,-2641.75 1881.4,-2569.5 1953,-2569.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1809,-2643.75C1882.6,-2641.77 1883.4,-2569.52 1953,-2571.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1809,-2645.75C1884.6,-2641.79 1885.4,-2569.54 1953,-2573.5"/> +</g> +<!-- W16--_GND_16 --> +<g id="edge141" class="edge"> +<title>W16:e--_GND_16:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1809,-2595.75C1876.71,-2595.75 1887.01,-2561.17 1953,-2546 2044.12,-2525.06 2068.38,-2521 2161.88,-2521"/> +</g> +<!-- W17--Swash3 --> +<g id="edge143" class="edge"> +<title>W17:e--Swash3:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1809,-3167.75C1887.48,-3171.98 1882.51,-3257.73 1953,-3253.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1809,-3169.75C1885.48,-3171.87 1880.51,-3257.62 1953,-3255.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1809,-3171.75C1883.49,-3171.75 1878.51,-3257.5 1953,-3257.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1809,-3173.75C1881.49,-3171.63 1876.52,-3257.38 1953,-3259.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1809,-3175.75C1879.49,-3171.52 1874.52,-3257.27 1953,-3261.5"/> +</g> +<!-- W17--Swash3 --> +<g id="edge145" class="edge"> +<title>W17:e--Swash3:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1809,-3137.75C1888.87,-3142.09 1881.1,-3233.84 1953,-3229.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1809,-3139.75C1886.88,-3141.92 1879.11,-3233.67 1953,-3231.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1809,-3141.75C1884.89,-3141.75 1877.11,-3233.5 1953,-3233.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1809,-3143.75C1882.89,-3141.58 1875.12,-3233.33 1953,-3235.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1809,-3145.75C1880.9,-3141.41 1873.13,-3233.16 1953,-3237.5"/> +</g> +<!-- W17--_GND_15 --> +<g id="edge147" class="edge"> +<title>W17:e--_GND_15:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1809,-3095.75C1879.26,-3095.75 1885.28,-3142.26 1953,-3161 2043.06,-3185.92 2068.43,-3185 2161.88,-3185"/> +</g> +<!-- W18--Yaw --> +<g id="edge149" class="edge"> +<title>W18:e--Yaw:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1798,-3417.75C1868.21,-3417.96 1885.34,-3423.71 1953,-3423.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1798,-3419.75C1867.57,-3419.85 1884.7,-3425.6 1953,-3425.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1798,-3421.75C1866.94,-3421.75 1884.06,-3427.5 1953,-3427.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1798,-3423.75C1866.3,-3423.65 1883.43,-3429.4 1953,-3429.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1798,-3425.75C1865.66,-3425.54 1882.79,-3431.29 1953,-3431.5"/> +</g> +<!-- W18--Yaw --> +<g id="edge151" class="edge"> +<title>W18:e--Yaw:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1798,-3387.75C1869.38,-3388.47 1886.2,-3400.22 1953,-3399.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1798,-3389.75C1868.23,-3390.11 1885.06,-3401.86 1953,-3401.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1798,-3391.75C1867.09,-3391.75 1883.91,-3403.5 1953,-3403.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1798,-3393.75C1865.94,-3393.39 1882.77,-3405.14 1953,-3405.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1798,-3395.75C1864.8,-3395.03 1881.62,-3406.78 1953,-3407.5"/> +</g> +<!-- W18--_GND_17 --> +<g id="edge153" class="edge"> +<title>W18:e--_GND_17:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1798,-3345.75C1959.77,-3345.75 2000.1,-3355 2161.88,-3355"/> +</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> + <th style="text-align:left; border:1px solid #000000; padding: 8px">Manufacturer</th> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">1</td> + <td style="border:1px solid #000000; padding: 4px">Connector, 1 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">shield1, shield2</td> + <td style="border:1px solid #000000; padding: 4px"></td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">2</td> + <td style="border:1px solid #000000; padding: 4px">Connector, 25-pin dsub (Male Terminals), 18 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 J2</td> + <td style="border:1px solid #000000; padding: 4px"></td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">3</td> + <td style="border:1px solid #000000; padding: 4px">Connector, Amphenol C091 M16 flange-mount male metal receptacle, 12-pin, 2 pins</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">4</td> + <td style="border:1px solid #000000; padding: 4px"></td> + <td style="border:1px solid #000000; padding: 4px">Swash1, Swash2, Swash3, Yaw</td> + <td style="border:1px solid #000000; padding: 4px"></td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">4</td> + <td style="border:1px solid #000000; padding: 4px">Connector, DT04-3P, 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">ECU CAN Bus</td> + <td style="border:1px solid #000000; padding: 4px"></td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">5</td> + <td style="border:1px solid #000000; padding: 4px">Connector, DTM04-4P, 4 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">Radar</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, 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> + <td style="border:1px solid #000000; padding: 4px"></td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">7</td> + <td style="border:1px solid #000000; padding: 4px">Connector, FMW.LM.368.XLC, 68 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">Veronte 1X</td> + <td style="border:1px solid #000000; padding: 4px"></td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">8</td> + <td style="border:1px solid #000000; padding: 4px">Connector, GND</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">24</td> + <td style="border:1px solid #000000; padding: 4px"></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">9</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">1</td> + <td style="border:1px solid #000000; padding: 4px"></td> + <td style="border:1px solid #000000; padding: 4px">Resistor</td> + <td style="border:1px solid #000000; padding: 4px"></td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">10</td> + <td style="border:1px solid #000000; padding: 4px">Connector, splice</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">15</td> + <td style="border:1px solid #000000; padding: 4px"></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">11</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">1</td> + <td style="border:1px solid #000000; padding: 4px"></td> + <td style="border:1px solid #000000; padding: 4px">Radio</td> + <td style="border:1px solid #000000; padding: 4px"></td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">12</td> + <td style="border:1px solid #000000; padding: 4px">Crimp, FGN.0M.555.ZZC, 26 - 22 AWG</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">71</td> + <td style="border:1px solid #000000; padding: 4px"></td> + <td style="border:1px solid #000000; padding: 4px">CEX, Veronte 1X</td> + <td style="border:1px solid #000000; padding: 4px">LEMO</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">13</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">13.0</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W7</td> + <td style="border:1px solid #000000; padding: 4px"></td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">14</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">0.6</td> + <td style="border:1px solid #000000; padding: 4px">m</td> + <td style="border:1px solid #000000; padding: 4px">W8</td> + <td style="border:1px solid #000000; padding: 4px"></td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">15</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, BKBN</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">1.0</td> + <td style="border:1px solid #000000; padding: 4px">Inch</td> + <td style="border:1px solid #000000; padding: 4px">W1</td> + <td style="border:1px solid #000000; padding: 4px"></td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">16</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, BKBN</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">0.3</td> + <td style="border:1px solid #000000; padding: 4px">m</td> + <td style="border:1px solid #000000; padding: 4px">W8</td> + <td style="border:1px solid #000000; padding: 4px"></td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">17</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, BKWH</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">1.0</td> + <td style="border:1px solid #000000; padding: 4px">Inch</td> + <td style="border:1px solid #000000; padding: 4px">W1</td> + <td style="border:1px solid #000000; padding: 4px"></td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">18</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, BKWH</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">0.3</td> + <td style="border:1px solid #000000; padding: 4px">m</td> + <td style="border:1px solid #000000; padding: 4px">W8</td> + <td style="border:1px solid #000000; padding: 4px"></td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">19</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, BN</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">75.5</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W13</td> + <td style="border:1px solid #000000; padding: 4px"></td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">20</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, BN</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">0.6</td> + <td style="border:1px solid #000000; padding: 4px">m</td> + <td style="border:1px solid #000000; padding: 4px">W8</td> + <td style="border:1px solid #000000; padding: 4px"></td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">21</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, BNGY</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">0.6</td> + <td style="border:1px solid #000000; padding: 4px">m</td> + <td style="border:1px solid #000000; padding: 4px">W8</td> + <td style="border:1px solid #000000; padding: 4px"></td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">22</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, BNPK</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">0.3</td> + <td style="border:1px solid #000000; padding: 4px">TBD</td> + <td style="border:1px solid #000000; padding: 4px">W3</td> + <td style="border:1px solid #000000; padding: 4px"></td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">23</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, BNPK</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">0.3</td> + <td style="border:1px solid #000000; padding: 4px">m</td> + <td style="border:1px solid #000000; padding: 4px">W8</td> + <td style="border:1px solid #000000; padding: 4px"></td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">24</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, BNYE</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">0.6</td> + <td style="border:1px solid #000000; padding: 4px">m</td> + <td style="border:1px solid #000000; padding: 4px">W8</td> + <td style="border:1px solid #000000; padding: 4px"></td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">25</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, BU</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">13.0</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W7</td> + <td style="border:1px solid #000000; padding: 4px"></td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">26</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, BU</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">0.9</td> + <td style="border:1px solid #000000; padding: 4px">m</td> + <td style="border:1px solid #000000; padding: 4px">W8</td> + <td style="border:1px solid #000000; padding: 4px"></td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">27</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, BUBN</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">0.6</td> + <td style="border:1px solid #000000; padding: 4px">m</td> + <td style="border:1px solid #000000; padding: 4px">W8</td> + <td style="border:1px solid #000000; padding: 4px"></td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">28</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, BURD</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">0.6</td> + <td style="border:1px solid #000000; padding: 4px">m</td> + <td style="border:1px solid #000000; padding: 4px">W8</td> + <td style="border:1px solid #000000; padding: 4px"></td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">29</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, BUWH</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">0.6</td> + <td style="border:1px solid #000000; padding: 4px">m</td> + <td style="border:1px solid #000000; padding: 4px">W8</td> + <td style="border:1px solid #000000; padding: 4px"></td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">30</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, GN</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">415.5</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W11, W12, W13, W15, W16, W17, W18</td> + <td style="border:1px solid #000000; padding: 4px"></td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">31</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, GN</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">0.6</td> + <td style="border:1px solid #000000; padding: 4px">m</td> + <td style="border:1px solid #000000; padding: 4px">W8</td> + <td style="border:1px solid #000000; padding: 4px"></td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">32</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, GNBN</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">0.6</td> + <td style="border:1px solid #000000; padding: 4px">m</td> + <td style="border:1px solid #000000; padding: 4px">W8</td> + <td style="border:1px solid #000000; padding: 4px"></td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">33</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, GNGY</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">0.6</td> + <td style="border:1px solid #000000; padding: 4px">m</td> + <td style="border:1px solid #000000; padding: 4px">W8</td> + <td style="border:1px solid #000000; padding: 4px"></td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">34</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, GNPK</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">40.0</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W6</td> + <td style="border:1px solid #000000; padding: 4px"></td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">35</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, GNPK</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">0.3</td> + <td style="border:1px solid #000000; padding: 4px">m</td> + <td style="border:1px solid #000000; padding: 4px">W8</td> + <td style="border:1px solid #000000; padding: 4px"></td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">36</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, GNWH</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">0.6</td> + <td style="border:1px solid #000000; padding: 4px">m</td> + <td style="border:1px solid #000000; padding: 4px">W8</td> + <td style="border:1px solid #000000; padding: 4px"></td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">37</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, GNYE</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">40.0</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W6</td> + <td style="border:1px solid #000000; padding: 4px"></td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">38</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, GNYE</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">0.3</td> + <td style="border:1px solid #000000; padding: 4px">m</td> + <td style="border:1px solid #000000; padding: 4px">W8</td> + <td style="border:1px solid #000000; padding: 4px"></td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">39</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, GY</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">0.9</td> + <td style="border:1px solid #000000; padding: 4px">m</td> + <td style="border:1px solid #000000; padding: 4px">W8</td> + <td style="border:1px solid #000000; padding: 4px"></td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">40</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, GYWH</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">0.6</td> + <td style="border:1px solid #000000; padding: 4px">m</td> + <td style="border:1px solid #000000; padding: 4px">W8</td> + <td style="border:1px solid #000000; padding: 4px"></td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">41</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, PK</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">0.9</td> + <td style="border:1px solid #000000; padding: 4px">m</td> + <td style="border:1px solid #000000; padding: 4px">W8</td> + <td style="border:1px solid #000000; padding: 4px"></td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">42</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, PKGY</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">0.6</td> + <td style="border:1px solid #000000; padding: 4px">m</td> + <td style="border:1px solid #000000; padding: 4px">W8</td> + <td style="border:1px solid #000000; padding: 4px"></td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">43</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, PKWH</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">0.3</td> + <td style="border:1px solid #000000; padding: 4px">TBD</td> + <td style="border:1px solid #000000; padding: 4px">W3</td> + <td style="border:1px solid #000000; padding: 4px"></td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">44</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, PKWH</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">0.3</td> + <td style="border:1px solid #000000; padding: 4px">m</td> + <td style="border:1px solid #000000; padding: 4px">W8</td> + <td style="border:1px solid #000000; padding: 4px"></td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">45</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, PKYE</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">40.0</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W6</td> + <td style="border:1px solid #000000; padding: 4px"></td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">46</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, PKYE</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">0.3</td> + <td style="border:1px solid #000000; padding: 4px">m</td> + <td style="border:1px solid #000000; padding: 4px">W8</td> + <td style="border:1px solid #000000; padding: 4px"></td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">47</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, RD</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">13.0</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W7</td> + <td style="border:1px solid #000000; padding: 4px"></td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">48</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, RD</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">0.9</td> + <td style="border:1px solid #000000; padding: 4px">m</td> + <td style="border:1px solid #000000; padding: 4px">W8</td> + <td style="border:1px solid #000000; padding: 4px"></td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">49</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, RDBN</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">0.6</td> + <td style="border:1px solid #000000; padding: 4px">m</td> + <td style="border:1px solid #000000; padding: 4px">W8</td> + <td style="border:1px solid #000000; padding: 4px"></td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">50</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, RDWH</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">0.6</td> + <td style="border:1px solid #000000; padding: 4px">m</td> + <td style="border:1px solid #000000; padding: 4px">W8</td> + <td style="border:1px solid #000000; padding: 4px"></td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">51</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, VT</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">0.6</td> + <td style="border:1px solid #000000; padding: 4px">m</td> + <td style="border:1px solid #000000; padding: 4px">W8</td> + <td style="border:1px solid #000000; padding: 4px"></td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">52</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">0.9</td> + <td style="border:1px solid #000000; padding: 4px">m</td> + <td style="border:1px solid #000000; padding: 4px">W8</td> + <td style="border:1px solid #000000; padding: 4px"></td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">53</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, YE</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">340.0</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W11, W12, W15, W16, W17, W18</td> + <td style="border:1px solid #000000; padding: 4px"></td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">54</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, YE</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">0.9</td> + <td style="border:1px solid #000000; padding: 4px">m</td> + <td style="border:1px solid #000000; padding: 4px">W8</td> + <td style="border:1px solid #000000; padding: 4px"></td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">55</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, YEWH</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">0.6</td> + <td style="border:1px solid #000000; padding: 4px">m</td> + <td style="border:1px solid #000000; padding: 4px">W8</td> + <td style="border:1px solid #000000; padding: 4px"></td> + </tr> +</table> +</body></html> diff --git a/wireviz/Choppy_IB_1X.png b/wireviz/Choppy_IB_1X.png Binary files differnew file mode 100644 index 0000000..c9eb862 --- /dev/null +++ b/wireviz/Choppy_IB_1X.png diff --git a/wireviz/Choppy_IB_1X.svg b/wireviz/Choppy_IB_1X.svg new file mode 100644 index 0000000..7a3fa61 --- /dev/null +++ b/wireviz/Choppy_IB_1X.svg @@ -0,0 +1,3031 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" + "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<!-- Generated by graphviz version 12.0.0 (20240704.0754) + --> +<!-- Pages: 1 --> +<svg width="2420pt" height="3876pt" + viewBox="0.00 0.00 2420.25 3875.50" 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 3871.5)"> +<polygon fill="#ffffff" stroke="none" points="-4,4 -4,-3871.5 2416.25,-3871.5 2416.25,4 -4,4"/> +<!-- Veronte 1X --> +<g id="node1" class="node"> +<title>Veronte 1X</title> +<polygon fill="#ffffff" stroke="black" points="409,-2178 0,-2178 0,0 409,0 409,-2178"/> +<polygon fill="none" stroke="black" points="0,-2153.5 0,-2178 409,-2178 409,-2153.5 0,-2153.5"/> +<text text-anchor="start" x="168.5" y="-2160.7" font-family="arial" font-size="14.00">Veronte 1X</text> +<polygon fill="none" stroke="black" points="0,-2129 0,-2153.5 243.88,-2153.5 243.88,-2129 0,-2129"/> +<text text-anchor="start" x="62.69" y="-2136.2" font-family="arial" font-size="14.00">FMW.LM.368.XLC</text> +<polygon fill="none" stroke="black" points="243.88,-2129 243.88,-2153.5 409,-2153.5 409,-2129 243.88,-2129"/> +<text text-anchor="start" x="306.56" y="-2136.2" font-family="arial" font-size="14.00">68-pin</text> +<polygon fill="none" stroke="black" points="0,-2105 0,-2129 253,-2129 253,-2105 0,-2105"/> +<text text-anchor="start" x="112.62" y="-2111.7" font-family="arial" font-size="14.00">I/O1</text> +<polygon fill="none" stroke="black" points="253,-2105 253,-2129 409,-2129 409,-2105 253,-2105"/> +<text text-anchor="start" x="326.88" y="-2111.7" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="0,-2081 0,-2105 253,-2105 253,-2081 0,-2081"/> +<text text-anchor="start" x="112.62" y="-2087.7" font-family="arial" font-size="14.00">I/O2</text> +<polygon fill="none" stroke="black" points="253,-2081 253,-2105 409,-2105 409,-2081 253,-2081"/> +<text text-anchor="start" x="326.88" y="-2087.7" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="0,-2057 0,-2081 253,-2081 253,-2057 0,-2057"/> +<text text-anchor="start" x="112.62" y="-2063.7" font-family="arial" font-size="14.00">I/O3</text> +<polygon fill="none" stroke="black" points="253,-2057 253,-2081 409,-2081 409,-2057 253,-2057"/> +<text text-anchor="start" x="326.88" y="-2063.7" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="0,-2033 0,-2057 253,-2057 253,-2033 0,-2033"/> +<text text-anchor="start" x="112.62" y="-2039.7" font-family="arial" font-size="14.00">I/O4</text> +<polygon fill="none" stroke="black" points="253,-2033 253,-2057 409,-2057 409,-2033 253,-2033"/> +<text text-anchor="start" x="326.88" y="-2039.7" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="0,-2009 0,-2033 253,-2033 253,-2009 0,-2009"/> +<text text-anchor="start" x="112.62" y="-2015.7" font-family="arial" font-size="14.00">I/O5</text> +<polygon fill="none" stroke="black" points="253,-2009 253,-2033 409,-2033 409,-2009 253,-2009"/> +<text text-anchor="start" x="326.88" y="-2015.7" font-family="arial" font-size="14.00">5</text> +<polygon fill="none" stroke="black" points="0,-1985 0,-2009 253,-2009 253,-1985 0,-1985"/> +<text text-anchor="start" x="112.62" y="-1991.7" font-family="arial" font-size="14.00">I/O6</text> +<polygon fill="none" stroke="black" points="253,-1985 253,-2009 409,-2009 409,-1985 253,-1985"/> +<text text-anchor="start" x="326.88" y="-1991.7" font-family="arial" font-size="14.00">6</text> +<polygon fill="none" stroke="black" points="0,-1961 0,-1985 253,-1985 253,-1961 0,-1961"/> +<text text-anchor="start" x="112.62" y="-1967.7" font-family="arial" font-size="14.00">I/O7</text> +<polygon fill="none" stroke="black" points="253,-1961 253,-1985 409,-1985 409,-1961 253,-1961"/> +<text text-anchor="start" x="326.88" y="-1967.7" font-family="arial" font-size="14.00">7</text> +<polygon fill="none" stroke="black" points="0,-1937 0,-1961 253,-1961 253,-1937 0,-1937"/> +<text text-anchor="start" x="112.62" y="-1943.7" font-family="arial" font-size="14.00">I/O8</text> +<polygon fill="none" stroke="black" points="253,-1937 253,-1961 409,-1961 409,-1937 253,-1937"/> +<text text-anchor="start" x="326.88" y="-1943.7" font-family="arial" font-size="14.00">8</text> +<polygon fill="none" stroke="black" points="0,-1913 0,-1937 253,-1937 253,-1913 0,-1913"/> +<text text-anchor="start" x="110.75" y="-1919.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="253,-1913 253,-1937 409,-1937 409,-1913 253,-1913"/> +<text text-anchor="start" x="326.88" y="-1919.7" font-family="arial" font-size="14.00">9</text> +<polygon fill="none" stroke="black" points="0,-1889 0,-1913 253,-1913 253,-1889 0,-1889"/> +<text text-anchor="start" x="112.62" y="-1895.7" font-family="arial" font-size="14.00">I/O9</text> +<polygon fill="none" stroke="black" points="253,-1889 253,-1913 409,-1913 409,-1889 253,-1889"/> +<text text-anchor="start" x="322.75" y="-1895.7" font-family="arial" font-size="14.00">10</text> +<polygon fill="none" stroke="black" points="0,-1865 0,-1889 253,-1889 253,-1865 0,-1865"/> +<text text-anchor="start" x="108.5" y="-1871.7" font-family="arial" font-size="14.00">I/O10</text> +<polygon fill="none" stroke="black" points="253,-1865 253,-1889 409,-1889 409,-1865 253,-1865"/> +<text text-anchor="start" x="322.75" y="-1871.7" font-family="arial" font-size="14.00">11</text> +<polygon fill="none" stroke="black" points="0,-1841 0,-1865 253,-1865 253,-1841 0,-1841"/> +<text text-anchor="start" x="108.5" y="-1847.7" font-family="arial" font-size="14.00">I/O11</text> +<polygon fill="none" stroke="black" points="253,-1841 253,-1865 409,-1865 409,-1841 253,-1841"/> +<text text-anchor="start" x="322.75" y="-1847.7" font-family="arial" font-size="14.00">12</text> +<polygon fill="none" stroke="black" points="0,-1817 0,-1841 253,-1841 253,-1817 0,-1817"/> +<text text-anchor="start" x="108.5" y="-1823.7" font-family="arial" font-size="14.00">I/O12</text> +<polygon fill="none" stroke="black" points="253,-1817 253,-1841 409,-1841 409,-1817 253,-1817"/> +<text text-anchor="start" x="322.75" y="-1823.7" font-family="arial" font-size="14.00">13</text> +<polygon fill="none" stroke="black" points="0,-1793 0,-1817 253,-1817 253,-1793 0,-1793"/> +<text text-anchor="start" x="108.5" y="-1799.7" font-family="arial" font-size="14.00">I/O13</text> +<polygon fill="none" stroke="black" points="253,-1793 253,-1817 409,-1817 409,-1793 253,-1793"/> +<text text-anchor="start" x="322.75" y="-1799.7" font-family="arial" font-size="14.00">14</text> +<polygon fill="none" stroke="black" points="0,-1769 0,-1793 253,-1793 253,-1769 0,-1769"/> +<text text-anchor="start" x="108.5" y="-1775.7" font-family="arial" font-size="14.00">I/O14</text> +<polygon fill="none" stroke="black" points="253,-1769 253,-1793 409,-1793 409,-1769 253,-1769"/> +<text text-anchor="start" x="322.75" y="-1775.7" font-family="arial" font-size="14.00">15</text> +<polygon fill="none" stroke="black" points="0,-1745 0,-1769 253,-1769 253,-1745 0,-1745"/> +<text text-anchor="start" x="108.5" y="-1751.7" font-family="arial" font-size="14.00">I/O15</text> +<polygon fill="none" stroke="black" points="253,-1745 253,-1769 409,-1769 409,-1745 253,-1745"/> +<text text-anchor="start" x="322.75" y="-1751.7" font-family="arial" font-size="14.00">16</text> +<polygon fill="none" stroke="black" points="0,-1721 0,-1745 253,-1745 253,-1721 0,-1721"/> +<text text-anchor="start" x="108.5" y="-1727.7" font-family="arial" font-size="14.00">I/O16</text> +<polygon fill="none" stroke="black" points="253,-1721 253,-1745 409,-1745 409,-1721 253,-1721"/> +<text text-anchor="start" x="322.75" y="-1727.7" font-family="arial" font-size="14.00">17</text> +<polygon fill="none" stroke="black" points="0,-1697 0,-1721 253,-1721 253,-1697 0,-1697"/> +<text text-anchor="start" x="110.75" y="-1703.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="253,-1697 253,-1721 409,-1721 409,-1697 253,-1697"/> +<text text-anchor="start" x="322.75" y="-1703.7" font-family="arial" font-size="14.00">18</text> +<polygon fill="none" stroke="black" points="0,-1673 0,-1697 253,-1697 253,-1673 0,-1673"/> +<text text-anchor="start" x="90.88" y="-1679.7" font-family="arial" font-size="14.00">RS 232 TX</text> +<polygon fill="none" stroke="black" points="253,-1673 253,-1697 409,-1697 409,-1673 253,-1673"/> +<text text-anchor="start" x="322.75" y="-1679.7" font-family="arial" font-size="14.00">19</text> +<polygon fill="none" stroke="black" points="0,-1649 0,-1673 253,-1673 253,-1649 0,-1649"/> +<text text-anchor="start" x="90.12" y="-1655.7" font-family="arial" font-size="14.00">RS 232 RX</text> +<polygon fill="none" stroke="black" points="253,-1649 253,-1673 409,-1673 409,-1649 253,-1649"/> +<text text-anchor="start" x="322.75" y="-1655.7" font-family="arial" font-size="14.00">20</text> +<polygon fill="none" stroke="black" points="0,-1625 0,-1649 253,-1649 253,-1625 0,-1625"/> +<text text-anchor="start" x="110.75" y="-1631.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="253,-1625 253,-1649 409,-1649 409,-1625 253,-1625"/> +<text text-anchor="start" x="322.75" y="-1631.7" font-family="arial" font-size="14.00">21</text> +<polygon fill="none" stroke="black" points="0,-1601 0,-1625 253,-1625 253,-1601 0,-1601"/> +<text text-anchor="start" x="98.38" y="-1607.7" font-family="arial" font-size="14.00">Analog 4</text> +<polygon fill="none" stroke="black" points="253,-1601 253,-1625 409,-1625 409,-1601 253,-1601"/> +<text text-anchor="start" x="322.75" y="-1607.7" font-family="arial" font-size="14.00">22</text> +<polygon fill="none" stroke="black" points="0,-1577 0,-1601 253,-1601 253,-1577 0,-1577"/> +<text text-anchor="start" x="98.38" y="-1583.7" font-family="arial" font-size="14.00">Analog 5</text> +<polygon fill="none" stroke="black" points="253,-1577 253,-1601 409,-1601 409,-1577 253,-1577"/> +<text text-anchor="start" x="322.75" y="-1583.7" font-family="arial" font-size="14.00">23</text> +<polygon fill="none" stroke="black" points="0,-1553 0,-1577 253,-1577 253,-1553 0,-1553"/> +<text text-anchor="start" x="110.75" y="-1559.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="253,-1553 253,-1577 409,-1577 409,-1553 253,-1553"/> +<text text-anchor="start" x="322.75" y="-1559.7" font-family="arial" font-size="14.00">24</text> +<polygon fill="none" stroke="black" points="0,-1529 0,-1553 253,-1553 253,-1529 0,-1529"/> +<text text-anchor="start" x="102.12" y="-1535.7" font-family="arial" font-size="14.00">CanA P</text> +<polygon fill="none" stroke="black" points="253,-1529 253,-1553 409,-1553 409,-1529 253,-1529"/> +<text text-anchor="start" x="322.75" y="-1535.7" font-family="arial" font-size="14.00">25</text> +<polygon fill="none" stroke="black" points="0,-1505 0,-1529 253,-1529 253,-1505 0,-1505"/> +<text text-anchor="start" x="102.12" y="-1511.7" font-family="arial" font-size="14.00">CanA N</text> +<polygon fill="none" stroke="black" points="253,-1505 253,-1529 409,-1529 409,-1505 253,-1505"/> +<text text-anchor="start" x="322.75" y="-1511.7" font-family="arial" font-size="14.00">26</text> +<polygon fill="none" stroke="black" points="0,-1481 0,-1505 253,-1505 253,-1481 0,-1481"/> +<text text-anchor="start" x="89" y="-1487.7" font-family="arial" font-size="14.00">No Connect</text> +<polygon fill="none" stroke="black" points="253,-1481 253,-1505 409,-1505 409,-1481 253,-1481"/> +<text text-anchor="start" x="322.75" y="-1487.7" font-family="arial" font-size="14.00">27</text> +<polygon fill="none" stroke="black" points="0,-1457 0,-1481 253,-1481 253,-1457 0,-1457"/> +<text text-anchor="start" x="97.62" y="-1463.7" font-family="arial" font-size="14.00">CANB_P</text> +<polygon fill="none" stroke="black" points="253,-1457 253,-1481 409,-1481 409,-1457 253,-1457"/> +<text text-anchor="start" x="322.75" y="-1463.7" font-family="arial" font-size="14.00">28</text> +<polygon fill="none" stroke="black" points="0,-1433 0,-1457 253,-1457 253,-1433 0,-1433"/> +<text text-anchor="start" x="97.62" y="-1439.7" font-family="arial" font-size="14.00">CANB_N</text> +<polygon fill="none" stroke="black" points="253,-1433 253,-1457 409,-1457 409,-1433 253,-1433"/> +<text text-anchor="start" x="322.75" y="-1439.7" font-family="arial" font-size="14.00">29</text> +<polygon fill="none" stroke="black" points="0,-1409 0,-1433 253,-1433 253,-1409 0,-1409"/> +<text text-anchor="start" x="110.75" y="-1415.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="253,-1409 253,-1433 409,-1433 409,-1409 253,-1409"/> +<text text-anchor="start" x="322.75" y="-1415.7" font-family="arial" font-size="14.00">30</text> +<polygon fill="none" stroke="black" points="0,-1385 0,-1409 253,-1409 253,-1385 0,-1385"/> +<text text-anchor="start" x="96.5" y="-1391.7" font-family="arial" font-size="14.00">I2C_CLK</text> +<polygon fill="none" stroke="black" points="253,-1385 253,-1409 409,-1409 409,-1385 253,-1385"/> +<text text-anchor="start" x="322.75" y="-1391.7" font-family="arial" font-size="14.00">31</text> +<polygon fill="none" stroke="black" points="0,-1361 0,-1385 253,-1385 253,-1361 0,-1361"/> +<text text-anchor="start" x="91.25" y="-1367.7" font-family="arial" font-size="14.00">I2C_DATA</text> +<polygon fill="none" stroke="black" points="253,-1361 253,-1385 409,-1385 409,-1361 253,-1361"/> +<text text-anchor="start" x="322.75" y="-1367.7" font-family="arial" font-size="14.00">32</text> +<polygon fill="none" stroke="black" points="0,-1337 0,-1361 253,-1361 253,-1337 0,-1337"/> +<text text-anchor="start" x="110.75" y="-1343.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="253,-1337 253,-1361 409,-1361 409,-1337 253,-1337"/> +<text text-anchor="start" x="322.75" y="-1343.7" font-family="arial" font-size="14.00">33</text> +<polygon fill="none" stroke="black" points="0,-1313 0,-1337 253,-1337 253,-1313 0,-1313"/> +<text text-anchor="start" x="111.5" y="-1319.7" font-family="arial" font-size="14.00">3.3V</text> +<polygon fill="none" stroke="black" points="253,-1313 253,-1337 409,-1337 409,-1313 253,-1313"/> +<text text-anchor="start" x="322.75" y="-1319.7" font-family="arial" font-size="14.00">34</text> +<polygon fill="none" stroke="black" points="0,-1289 0,-1313 253,-1313 253,-1289 0,-1289"/> +<text text-anchor="start" x="110.75" y="-1295.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="253,-1289 253,-1313 409,-1313 409,-1289 253,-1289"/> +<text text-anchor="start" x="322.75" y="-1295.7" font-family="arial" font-size="14.00">35</text> +<polygon fill="none" stroke="black" points="0,-1265 0,-1289 253,-1289 253,-1265 0,-1265"/> +<text text-anchor="start" x="117.5" y="-1271.7" font-family="arial" font-size="14.00">5V</text> +<polygon fill="none" stroke="black" points="253,-1265 253,-1289 409,-1289 409,-1265 253,-1265"/> +<text text-anchor="start" x="322.75" y="-1271.7" font-family="arial" font-size="14.00">36</text> +<polygon fill="none" stroke="black" points="0,-1241 0,-1265 253,-1265 253,-1241 0,-1241"/> +<text text-anchor="start" x="110.75" y="-1247.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="253,-1241 253,-1265 409,-1265 409,-1241 253,-1241"/> +<text text-anchor="start" x="322.75" y="-1247.7" font-family="arial" font-size="14.00">37</text> +<polygon fill="none" stroke="black" points="0,-1217 0,-1241 253,-1241 253,-1217 0,-1217"/> +<text text-anchor="start" x="88.25" y="-1223.7" font-family="arial" font-size="14.00">ANALOG_1</text> +<polygon fill="none" stroke="black" points="253,-1217 253,-1241 409,-1241 409,-1217 253,-1217"/> +<text text-anchor="start" x="322.75" y="-1223.7" font-family="arial" font-size="14.00">38</text> +<polygon fill="none" stroke="black" points="0,-1193 0,-1217 253,-1217 253,-1193 0,-1193"/> +<text text-anchor="start" x="88.25" y="-1199.7" font-family="arial" font-size="14.00">ANALOG_2</text> +<polygon fill="none" stroke="black" points="253,-1193 253,-1217 409,-1217 409,-1193 253,-1193"/> +<text text-anchor="start" x="322.75" y="-1199.7" font-family="arial" font-size="14.00">39</text> +<polygon fill="none" stroke="black" points="0,-1169 0,-1193 253,-1193 253,-1169 0,-1169"/> +<text text-anchor="start" x="88.25" y="-1175.7" font-family="arial" font-size="14.00">ANALOG_3</text> +<polygon fill="none" stroke="black" points="253,-1169 253,-1193 409,-1193 409,-1169 253,-1169"/> +<text text-anchor="start" x="322.75" y="-1175.7" font-family="arial" font-size="14.00">40</text> +<polygon fill="none" stroke="black" points="0,-1145 0,-1169 253,-1169 253,-1145 0,-1145"/> +<text text-anchor="start" x="110.75" y="-1151.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="253,-1145 253,-1169 409,-1169 409,-1145 253,-1145"/> +<text text-anchor="start" x="322.75" y="-1151.7" font-family="arial" font-size="14.00">41</text> +<polygon fill="none" stroke="black" points="0,-1121 0,-1145 253,-1145 253,-1121 0,-1121"/> +<text text-anchor="start" x="89.38" y="-1127.7" font-family="arial" font-size="14.00">FTS1_OUT</text> +<polygon fill="none" stroke="black" points="253,-1121 253,-1145 409,-1145 409,-1121 253,-1121"/> +<text text-anchor="start" x="322.75" y="-1127.7" font-family="arial" font-size="14.00">42</text> +<polygon fill="none" stroke="black" points="0,-1097 0,-1121 253,-1121 253,-1097 0,-1097"/> +<text text-anchor="start" x="89.38" y="-1103.7" font-family="arial" font-size="14.00">FTS2_OUT</text> +<polygon fill="none" stroke="black" points="253,-1097 253,-1121 409,-1121 409,-1097 253,-1097"/> +<text text-anchor="start" x="322.75" y="-1103.7" font-family="arial" font-size="14.00">43</text> +<polygon fill="none" stroke="black" points="0,-1073 0,-1097 253,-1097 253,-1073 0,-1073"/> +<text text-anchor="start" x="110.75" y="-1079.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="253,-1073 253,-1097 409,-1097 409,-1073 253,-1073"/> +<text text-anchor="start" x="322.75" y="-1079.7" font-family="arial" font-size="14.00">44</text> +<polygon fill="none" stroke="black" points="0,-1049 0,-1073 253,-1073 253,-1049 0,-1049"/> +<text text-anchor="start" x="89" y="-1055.7" font-family="arial" font-size="14.00">V_ARB_TX</text> +<polygon fill="none" stroke="black" points="253,-1049 253,-1073 409,-1073 409,-1049 253,-1049"/> +<text text-anchor="start" x="322.75" y="-1055.7" font-family="arial" font-size="14.00">45</text> +<polygon fill="none" stroke="black" points="0,-1025 0,-1049 253,-1049 253,-1025 0,-1025"/> +<text text-anchor="start" x="88.25" y="-1031.7" font-family="arial" font-size="14.00">V_ARB_RX</text> +<polygon fill="none" stroke="black" points="253,-1025 253,-1049 409,-1049 409,-1025 253,-1025"/> +<text text-anchor="start" x="322.75" y="-1031.7" font-family="arial" font-size="14.00">46</text> +<polygon fill="none" stroke="black" points="0,-1001 0,-1025 253,-1025 253,-1001 0,-1001"/> +<text text-anchor="start" x="110.75" y="-1007.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="253,-1001 253,-1025 409,-1025 409,-1001 253,-1001"/> +<text text-anchor="start" x="322.75" y="-1007.7" font-family="arial" font-size="14.00">47</text> +<polygon fill="none" stroke="black" points="0,-977 0,-1001 253,-1001 253,-977 0,-977"/> +<text text-anchor="start" x="83" y="-983.7" font-family="arial" font-size="14.00">V_ARB_VCC</text> +<polygon fill="none" stroke="black" points="253,-977 253,-1001 409,-1001 409,-977 253,-977"/> +<text text-anchor="start" x="322.75" y="-983.7" font-family="arial" font-size="14.00">48</text> +<polygon fill="none" stroke="black" points="0,-953 0,-977 253,-977 253,-953 0,-953"/> +<text text-anchor="start" x="69.88" y="-959.7" font-family="arial" font-size="14.00">FTS3_OUT_MPU</text> +<polygon fill="none" stroke="black" points="253,-953 253,-977 409,-977 409,-953 253,-953"/> +<text text-anchor="start" x="322.75" y="-959.7" font-family="arial" font-size="14.00">49</text> +<polygon fill="none" stroke="black" points="0,-929 0,-953 253,-953 253,-929 0,-929"/> +<text text-anchor="start" x="75.88" y="-935.7" font-family="arial" font-size="14.00">OUT_RS485_P</text> +<polygon fill="none" stroke="black" points="253,-929 253,-953 409,-953 409,-929 253,-929"/> +<text text-anchor="start" x="322.75" y="-935.7" font-family="arial" font-size="14.00">50</text> +<polygon fill="none" stroke="black" points="0,-905 0,-929 253,-929 253,-905 0,-905"/> +<text text-anchor="start" x="75.88" y="-911.7" font-family="arial" font-size="14.00">OUT_RS485_N</text> +<polygon fill="none" stroke="black" points="253,-905 253,-929 409,-929 409,-905 253,-905"/> +<text text-anchor="start" x="322.75" y="-911.7" font-family="arial" font-size="14.00">51</text> +<polygon fill="none" stroke="black" points="0,-881 0,-905 253,-905 253,-881 0,-881"/> +<text text-anchor="start" x="83.75" y="-887.7" font-family="arial" font-size="14.00">IN_RS845_N</text> +<polygon fill="none" stroke="black" points="253,-881 253,-905 409,-905 409,-881 253,-881"/> +<text text-anchor="start" x="322.75" y="-887.7" font-family="arial" font-size="14.00">52</text> +<polygon fill="none" stroke="black" points="0,-857 0,-881 253,-881 253,-857 0,-857"/> +<text text-anchor="start" x="83.75" y="-863.7" font-family="arial" font-size="14.00">IN_RS845_P</text> +<polygon fill="none" stroke="black" points="253,-857 253,-881 409,-881 409,-857 253,-857"/> +<text text-anchor="start" x="322.75" y="-863.7" font-family="arial" font-size="14.00">53</text> +<polygon fill="none" stroke="black" points="0,-833 0,-857 253,-857 253,-833 0,-833"/> +<text text-anchor="start" x="81.88" y="-839.7" font-family="arial" font-size="14.00">RS-485_GND</text> +<polygon fill="none" stroke="black" points="253,-833 253,-857 409,-857 409,-833 253,-833"/> +<text text-anchor="start" x="322.75" y="-839.7" font-family="arial" font-size="14.00">54</text> +<polygon fill="none" stroke="black" points="0,-809 0,-833 253,-833 253,-809 0,-809"/> +<text text-anchor="start" x="97.25" y="-815.7" font-family="arial" font-size="14.00">EQEP_A</text> +<polygon fill="none" stroke="black" points="253,-809 253,-833 409,-833 409,-809 253,-809"/> +<text text-anchor="start" x="322.75" y="-815.7" font-family="arial" font-size="14.00">55</text> +<polygon fill="none" stroke="black" points="0,-785 0,-809 253,-809 253,-785 0,-785"/> +<text text-anchor="start" x="97.25" y="-791.7" font-family="arial" font-size="14.00">EQEP_B</text> +<polygon fill="none" stroke="black" points="253,-785 253,-809 409,-809 409,-785 253,-785"/> +<text text-anchor="start" x="322.75" y="-791.7" font-family="arial" font-size="14.00">56</text> +<polygon fill="none" stroke="black" points="0,-761 0,-785 253,-785 253,-761 0,-761"/> +<text text-anchor="start" x="97.25" y="-767.7" font-family="arial" font-size="14.00">EQEP_S</text> +<polygon fill="none" stroke="black" points="253,-761 253,-785 409,-785 409,-761 253,-761"/> +<text text-anchor="start" x="322.75" y="-767.7" font-family="arial" font-size="14.00">57</text> +<polygon fill="none" stroke="black" points="0,-737 0,-761 253,-761 253,-737 0,-737"/> +<text text-anchor="start" x="99.88" y="-743.7" font-family="arial" font-size="14.00">EQEP_I</text> +<polygon fill="none" stroke="black" points="253,-737 253,-761 409,-761 409,-737 253,-737"/> +<text text-anchor="start" x="322.75" y="-743.7" font-family="arial" font-size="14.00">58</text> +<polygon fill="none" stroke="black" points="0,-713 0,-737 253,-737 253,-713 0,-713"/> +<text text-anchor="start" x="110.75" y="-719.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="253,-713 253,-737 409,-737 409,-713 253,-713"/> +<text text-anchor="start" x="322.75" y="-719.7" font-family="arial" font-size="14.00">59</text> +<polygon fill="none" stroke="black" points="0,-689 0,-713 253,-713 253,-689 0,-689"/> +<text text-anchor="start" x="88.62" y="-695.7" font-family="arial" font-size="14.00">V_USB_DP</text> +<polygon fill="none" stroke="black" points="253,-689 253,-713 409,-713 409,-689 253,-689"/> +<text text-anchor="start" x="322.75" y="-695.7" font-family="arial" font-size="14.00">60</text> +<polygon fill="none" stroke="black" points="0,-665 0,-689 253,-689 253,-665 0,-665"/> +<text text-anchor="start" x="88.62" y="-671.7" font-family="arial" font-size="14.00">V_USB_DN</text> +<polygon fill="none" stroke="black" points="253,-665 253,-689 409,-689 409,-665 253,-665"/> +<text text-anchor="start" x="322.75" y="-671.7" font-family="arial" font-size="14.00">61</text> +<polygon fill="none" stroke="black" points="0,-641 0,-665 253,-665 253,-641 0,-641"/> +<text text-anchor="start" x="91.25" y="-647.7" font-family="arial" font-size="14.00">V_USB_ID</text> +<polygon fill="none" stroke="black" points="253,-641 253,-665 409,-665 409,-641 253,-641"/> +<text text-anchor="start" x="322.75" y="-647.7" font-family="arial" font-size="14.00">62</text> +<polygon fill="none" stroke="black" points="0,-617 0,-641 253,-641 253,-617 0,-617"/> +<text text-anchor="start" x="74" y="-623.7" font-family="arial" font-size="14.00">FTS_OUT_MPU</text> +<polygon fill="none" stroke="black" points="253,-617 253,-641 409,-641 409,-617 253,-617"/> +<text text-anchor="start" x="322.75" y="-623.7" font-family="arial" font-size="14.00">63</text> +<polygon fill="none" stroke="black" points="0,-593 0,-617 253,-617 253,-593 0,-593"/> +<text text-anchor="start" x="69.88" y="-599.7" font-family="arial" font-size="14.00">FTS2_OUT_MPU</text> +<polygon fill="none" stroke="black" points="253,-593 253,-617 409,-617 409,-593 253,-593"/> +<text text-anchor="start" x="322.75" y="-599.7" font-family="arial" font-size="14.00">64</text> +<polygon fill="none" stroke="black" points="0,-569 0,-593 253,-593 253,-569 0,-569"/> +<text text-anchor="start" x="110.75" y="-575.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="253,-569 253,-593 409,-593 409,-569 253,-569"/> +<text text-anchor="start" x="322.75" y="-575.7" font-family="arial" font-size="14.00">65</text> +<polygon fill="none" stroke="black" points="0,-545 0,-569 253,-569 253,-545 0,-545"/> +<text text-anchor="start" x="110.75" y="-551.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="253,-545 253,-569 409,-569 409,-545 253,-545"/> +<text text-anchor="start" x="322.75" y="-551.7" font-family="arial" font-size="14.00">66</text> +<polygon fill="none" stroke="black" points="0,-521 0,-545 253,-545 253,-521 0,-521"/> +<text text-anchor="start" x="111.12" y="-527.7" font-family="arial" font-size="14.00">VCC</text> +<polygon fill="none" stroke="black" points="253,-521 253,-545 409,-545 409,-521 253,-521"/> +<text text-anchor="start" x="322.75" y="-527.7" font-family="arial" font-size="14.00">67</text> +<polygon fill="none" stroke="black" points="0,-497 0,-521 253,-521 253,-497 0,-497"/> +<text text-anchor="start" x="111.12" y="-503.7" font-family="arial" font-size="14.00">VCC</text> +<polygon fill="none" stroke="black" points="253,-497 253,-521 409,-521 409,-497 253,-497"/> +<text text-anchor="start" x="322.75" y="-503.7" font-family="arial" font-size="14.00">68</text> +<polyline fill="none" stroke="black" points="409,-98 409,-497 0,-497 0,-98"/> +<image xlink:href="images\CEX_plug.png" width="401px" height="391px" preserveAspectRatio="xMinYMin meet" x="4" y="-493"/> +<polyline fill="none" stroke="black" points="0,-98 0,-73.5 409,-73.5 409,-98"/> +<text text-anchor="start" x="60.5" y="-80.7" font-family="arial" font-size="14.00">68 pin connector for Autopilot 1x (frontal view)</text> +<polygon fill="none" stroke="black" points="0,-49 0,-73.5 409,-73.5 409,-49 0,-49"/> +<text text-anchor="start" x="132.12" y="-56.2" font-family="arial" font-size="14.00">Additional components</text> +<polygon fill="none" stroke="black" points="0,-24.5 0,-49 409,-49 409,-24.5 0,-24.5"/> +<text text-anchor="start" x="4" y="-31.7" font-family="arial" font-size="14.00">68 x #12 (Crimp)</text> +<polygon fill="none" stroke="black" points="0,0 0,-24.5 409,-24.5 409,0 0,0"/> +<text text-anchor="start" x="168.5" y="-7.2" font-family="arial" font-size="14.00">Veronte 1X</text> +</g> +<!-- W1 --> +<g id="node53" class="node"> +<title>W1</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="890,-2982.75 556,-2982.75 556,-2767.25 890,-2767.25 890,-2982.75"/> +<polygon fill="none" stroke="black" points="556,-2958.25 556,-2982.75 890,-2982.75 890,-2958.25 556,-2958.25"/> +<text text-anchor="start" x="711.75" y="-2965.45" font-family="arial" font-size="14.00">W1</text> +<polygon fill="none" stroke="black" points="556,-2933.75 556,-2958.25 618.69,-2958.25 618.69,-2933.75 556,-2933.75"/> +<text text-anchor="start" x="579.84" y="-2940.95" font-family="arial" font-size="14.00">2x</text> +<polygon fill="none" stroke="black" points="618.69,-2933.75 618.69,-2958.25 721.88,-2958.25 721.88,-2933.75 618.69,-2933.75"/> +<text text-anchor="start" x="642.53" y="-2940.95" font-family="arial" font-size="14.00">22 AWG</text> +<polygon fill="none" stroke="black" points="721.88,-2933.75 721.88,-2958.25 791.31,-2958.25 791.31,-2933.75 721.88,-2933.75"/> +<text text-anchor="start" x="745.72" y="-2940.95" font-family="arial" font-size="14.00">+ S</text> +<polygon fill="none" stroke="black" points="791.31,-2933.75 791.31,-2958.25 890,-2958.25 890,-2933.75 791.31,-2933.75"/> +<text text-anchor="start" x="815.16" y="-2940.95" font-family="arial" font-size="14.00">1.0 Inch</text> +<text text-anchor="start" x="628.12" y="-2918.45" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="557.62" y="-2898.45" font-family="arial" font-size="14.00">Veronte 1X:25:CanA P</text> +<text text-anchor="start" x="705.88" y="-2898.45" font-family="arial" font-size="14.00">     BKWH    </text> +<polygon fill="#000000" stroke="none" points="556,-2891.75 556,-2893.75 890,-2893.75 890,-2891.75 556,-2891.75"/> +<polygon fill="#000000" stroke="none" points="556,-2889.75 556,-2891.75 890,-2891.75 890,-2889.75 556,-2889.75"/> +<polygon fill="#ffffff" stroke="none" points="556,-2887.75 556,-2889.75 890,-2889.75 890,-2887.75 556,-2887.75"/> +<polygon fill="#000000" stroke="none" points="556,-2885.75 556,-2887.75 890,-2887.75 890,-2885.75 556,-2885.75"/> +<polygon fill="#000000" stroke="none" points="556,-2883.75 556,-2885.75 890,-2885.75 890,-2883.75 556,-2883.75"/> +<text text-anchor="start" x="557.62" y="-2868.45" font-family="arial" font-size="14.00">Veronte 1X:26:CanA N</text> +<text text-anchor="start" x="708.12" y="-2868.45" font-family="arial" font-size="14.00">     BKBN    </text> +<polygon fill="#000000" stroke="none" points="556,-2861.75 556,-2863.75 890,-2863.75 890,-2861.75 556,-2861.75"/> +<polygon fill="#000000" stroke="none" points="556,-2859.75 556,-2861.75 890,-2861.75 890,-2859.75 556,-2859.75"/> +<polygon fill="#895956" stroke="none" points="556,-2857.75 556,-2859.75 890,-2859.75 890,-2857.75 556,-2857.75"/> +<polygon fill="#000000" stroke="none" points="556,-2855.75 556,-2857.75 890,-2857.75 890,-2855.75 556,-2855.75"/> +<polygon fill="#000000" stroke="none" points="556,-2853.75 556,-2855.75 890,-2855.75 890,-2853.75 556,-2853.75"/> +<text text-anchor="start" x="628.12" y="-2838.45" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="724.62" y="-2818.45" font-family="arial" font-size="14.00">Shield</text> +<text text-anchor="start" x="786.88" y="-2818.45" font-family="arial" font-size="14.00">shield2:1:Shield</text> +<polygon fill="#000000" stroke="none" points="556,-2811.75 556,-2813.75 890,-2813.75 890,-2811.75 556,-2811.75"/> +<text text-anchor="start" x="628.12" y="-2796.45" font-family="arial" font-size="14.00"> </text> +<polygon fill="none" stroke="black" points="556,-2767.25 556,-2791.75 890,-2791.75 890,-2767.25 556,-2767.25"/> +<text text-anchor="start" x="684" y="-2774.45" font-family="arial" font-size="14.00">Twisted Pair</text> +</g> +<!-- Veronte 1X--W1 --> +<g id="edge1" class="edge"> +<title>Veronte 1X:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1537C714.04,-1542.28 257.54,-2890.03 555,-2884.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1539C712.15,-1541.64 255.64,-2889.39 555,-2886.75"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-1541C710.25,-1541 253.75,-2888.75 555,-2888.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1543C708.36,-1540.36 251.85,-2888.11 555,-2890.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1545C706.46,-1539.72 249.96,-2887.47 555,-2892.75"/> +</g> +<!-- Veronte 1X--W1 --> +<g id="edge2" class="edge"> +<title>Veronte 1X:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1513C712.72,-1518.28 258.86,-2860.03 555,-2854.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1515C710.82,-1517.64 256.97,-2859.39 555,-2856.75"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-1517C708.93,-1517 255.07,-2858.75 555,-2858.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1519C707.03,-1516.36 253.18,-2858.11 555,-2860.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1521C705.14,-1515.72 251.28,-2857.47 555,-2862.75"/> +</g> +<!-- W3 --> +<g id="node54" class="node"> +<title>W3</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="886.5,-3295.75 559.5,-3295.75 559.5,-3080.25 886.5,-3080.25 886.5,-3295.75"/> +<polygon fill="none" stroke="black" points="559.5,-3271.25 559.5,-3295.75 886.5,-3295.75 886.5,-3271.25 559.5,-3271.25"/> +<text text-anchor="start" x="711.75" y="-3278.45" font-family="arial" font-size="14.00">W3</text> +<polygon fill="none" stroke="black" points="559.5,-3246.75 559.5,-3271.25 619.88,-3271.25 619.88,-3246.75 559.5,-3246.75"/> +<text text-anchor="start" x="582.19" y="-3253.95" font-family="arial" font-size="14.00">2x</text> +<polygon fill="none" stroke="black" points="619.88,-3246.75 619.88,-3271.25 720.75,-3271.25 720.75,-3246.75 619.88,-3246.75"/> +<text text-anchor="start" x="642.56" y="-3253.95" font-family="arial" font-size="14.00">22 AWG</text> +<polygon fill="none" stroke="black" points="720.75,-3246.75 720.75,-3271.25 787.88,-3271.25 787.88,-3246.75 720.75,-3246.75"/> +<text text-anchor="start" x="743.44" y="-3253.95" font-family="arial" font-size="14.00">+ S</text> +<polygon fill="none" stroke="black" points="787.88,-3246.75 787.88,-3271.25 886.5,-3271.25 886.5,-3246.75 787.88,-3246.75"/> +<text text-anchor="start" x="810.56" y="-3253.95" font-family="arial" font-size="14.00">0.3 TBD</text> +<text text-anchor="start" x="643.62" y="-3231.45" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="561.88" y="-3211.45" font-family="arial" font-size="14.00">Veronte 1X:19:RS 232 TX</text> +<text text-anchor="start" x="733.38" y="-3211.45" font-family="arial" font-size="14.00">     PKWH    </text> +<text text-anchor="start" x="814.25" y="-3211.45" font-family="arial" font-size="14.00">Radio:2:Rx</text> +<polygon fill="#000000" stroke="none" points="559.5,-3204.75 559.5,-3206.75 886.5,-3206.75 886.5,-3204.75 559.5,-3204.75"/> +<polygon fill="#ff66cc" stroke="none" points="559.5,-3202.75 559.5,-3204.75 886.5,-3204.75 886.5,-3202.75 559.5,-3202.75"/> +<polygon fill="#ffffff" stroke="none" points="559.5,-3200.75 559.5,-3202.75 886.5,-3202.75 886.5,-3200.75 559.5,-3200.75"/> +<polygon fill="#ff66cc" stroke="none" points="559.5,-3198.75 559.5,-3200.75 886.5,-3200.75 886.5,-3198.75 559.5,-3198.75"/> +<polygon fill="#000000" stroke="none" points="559.5,-3196.75 559.5,-3198.75 886.5,-3198.75 886.5,-3196.75 559.5,-3196.75"/> +<text text-anchor="start" x="561.12" y="-3181.45" font-family="arial" font-size="14.00">Veronte 1X:20:RS 232 RX</text> +<text text-anchor="start" x="735.62" y="-3181.45" font-family="arial" font-size="14.00">     BNPK    </text> +<text text-anchor="start" x="815" y="-3181.45" font-family="arial" font-size="14.00">Radio:1:Tx</text> +<polygon fill="#000000" stroke="none" points="559.5,-3174.75 559.5,-3176.75 886.5,-3176.75 886.5,-3174.75 559.5,-3174.75"/> +<polygon fill="#895956" stroke="none" points="559.5,-3172.75 559.5,-3174.75 886.5,-3174.75 886.5,-3172.75 559.5,-3172.75"/> +<polygon fill="#ff66cc" stroke="none" points="559.5,-3170.75 559.5,-3172.75 886.5,-3172.75 886.5,-3170.75 559.5,-3170.75"/> +<polygon fill="#895956" stroke="none" points="559.5,-3168.75 559.5,-3170.75 886.5,-3170.75 886.5,-3168.75 559.5,-3168.75"/> +<polygon fill="#000000" stroke="none" points="559.5,-3166.75 559.5,-3168.75 886.5,-3168.75 886.5,-3166.75 559.5,-3166.75"/> +<text text-anchor="start" x="643.62" y="-3151.45" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="752.12" y="-3131.45" font-family="arial" font-size="14.00">Shield</text> +<polygon fill="#000000" stroke="none" points="559.5,-3124.75 559.5,-3126.75 886.5,-3126.75 886.5,-3124.75 559.5,-3124.75"/> +<text text-anchor="start" x="643.62" y="-3109.45" font-family="arial" font-size="14.00"> </text> +<polygon fill="none" stroke="black" points="559.5,-3080.25 559.5,-3104.75 886.5,-3104.75 886.5,-3080.25 559.5,-3080.25"/> +<text text-anchor="start" x="684" y="-3087.45" font-family="arial" font-size="14.00">Twisted Pair</text> +</g> +<!-- Veronte 1X--W3 --> +<g id="edge13" class="edge"> +<title>Veronte 1X:e--W3:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1681C751.47,-1686.31 223.59,-3203.06 558.5,-3197.75"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1683C749.58,-1685.66 221.7,-3202.41 558.5,-3199.75"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-1685C747.69,-1685 219.81,-3201.75 558.5,-3201.75"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1687C745.8,-1684.34 217.92,-3201.09 558.5,-3203.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1689C743.91,-1683.69 216.03,-3200.44 558.5,-3205.75"/> +</g> +<!-- Veronte 1X--W3 --> +<g id="edge15" class="edge"> +<title>Veronte 1X:e--W3:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1657C750.14,-1662.31 224.92,-3173.06 558.5,-3167.75"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-1659C748.25,-1661.66 223.03,-3172.41 558.5,-3169.75"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1661C746.36,-1661 221.14,-3171.75 558.5,-3171.75"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-1663C744.47,-1660.34 219.25,-3171.09 558.5,-3173.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1665C742.58,-1659.69 217.36,-3170.44 558.5,-3175.75"/> +</g> +<!-- W6 --> +<g id="node55" class="node"> +<title>W6</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="893,-2479.75 553,-2479.75 553,-2234.25 893,-2234.25 893,-2479.75"/> +<polygon fill="none" stroke="black" points="553,-2455.25 553,-2479.75 893,-2479.75 893,-2455.25 553,-2455.25"/> +<text text-anchor="start" x="711.75" y="-2462.45" font-family="arial" font-size="14.00">W6</text> +<polygon fill="none" stroke="black" points="553,-2430.75 553,-2455.25 611.19,-2455.25 611.19,-2430.75 553,-2430.75"/> +<text text-anchor="start" x="574.59" y="-2437.95" font-family="arial" font-size="14.00">3x</text> +<polygon fill="none" stroke="black" points="611.19,-2430.75 611.19,-2455.25 709.88,-2455.25 709.88,-2430.75 611.19,-2430.75"/> +<text text-anchor="start" x="632.78" y="-2437.95" font-family="arial" font-size="14.00">22 AWG</text> +<polygon fill="none" stroke="black" points="709.88,-2430.75 709.88,-2455.25 774.81,-2455.25 774.81,-2430.75 709.88,-2430.75"/> +<text text-anchor="start" x="731.47" y="-2437.95" font-family="arial" font-size="14.00">+ S</text> +<polygon fill="none" stroke="black" points="774.81,-2430.75 774.81,-2455.25 893,-2455.25 893,-2430.75 774.81,-2430.75"/> +<text text-anchor="start" x="796.41" y="-2437.95" font-family="arial" font-size="14.00">40.0 Inches</text> +<text text-anchor="start" x="629.62" y="-2415.45" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="554.62" y="-2395.45" font-family="arial" font-size="14.00">Veronte 1X:28:CANB_P</text> +<text text-anchor="start" x="712.25" y="-2395.45" font-family="arial" font-size="14.00">     GNYE    </text> +<polygon fill="#000000" stroke="none" points="553,-2388.75 553,-2390.75 893,-2390.75 893,-2388.75 553,-2388.75"/> +<polygon fill="#00ff00" stroke="none" points="553,-2386.75 553,-2388.75 893,-2388.75 893,-2386.75 553,-2386.75"/> +<polygon fill="#ffff00" stroke="none" points="553,-2384.75 553,-2386.75 893,-2386.75 893,-2384.75 553,-2384.75"/> +<polygon fill="#00ff00" stroke="none" points="553,-2382.75 553,-2384.75 893,-2384.75 893,-2382.75 553,-2382.75"/> +<polygon fill="#000000" stroke="none" points="553,-2380.75 553,-2382.75 893,-2382.75 893,-2380.75 553,-2380.75"/> +<text text-anchor="start" x="554.62" y="-2365.45" font-family="arial" font-size="14.00">Veronte 1X:29:CANB_N</text> +<text text-anchor="start" x="711.88" y="-2365.45" font-family="arial" font-size="14.00">     GNPK    </text> +<polygon fill="#000000" stroke="none" points="553,-2358.75 553,-2360.75 893,-2360.75 893,-2358.75 553,-2358.75"/> +<polygon fill="#00ff00" stroke="none" points="553,-2356.75 553,-2358.75 893,-2358.75 893,-2356.75 553,-2356.75"/> +<polygon fill="#ff66cc" stroke="none" points="553,-2354.75 553,-2356.75 893,-2356.75 893,-2354.75 553,-2354.75"/> +<polygon fill="#00ff00" stroke="none" points="553,-2352.75 553,-2354.75 893,-2354.75 893,-2352.75 553,-2352.75"/> +<polygon fill="#000000" stroke="none" points="553,-2350.75 553,-2352.75 893,-2352.75 893,-2350.75 553,-2350.75"/> +<text text-anchor="start" x="567.75" y="-2335.45" font-family="arial" font-size="14.00">Veronte 1X:30:GND</text> +<text text-anchor="start" x="713" y="-2335.45" font-family="arial" font-size="14.00">     PKYE    </text> +<polygon fill="#000000" stroke="none" points="553,-2328.75 553,-2330.75 893,-2330.75 893,-2328.75 553,-2328.75"/> +<polygon fill="#ff66cc" stroke="none" points="553,-2326.75 553,-2328.75 893,-2328.75 893,-2326.75 553,-2326.75"/> +<polygon fill="#ffff00" stroke="none" points="553,-2324.75 553,-2326.75 893,-2326.75 893,-2324.75 553,-2324.75"/> +<polygon fill="#ff66cc" stroke="none" points="553,-2322.75 553,-2324.75 893,-2324.75 893,-2322.75 553,-2322.75"/> +<polygon fill="#000000" stroke="none" points="553,-2320.75 553,-2322.75 893,-2322.75 893,-2320.75 553,-2320.75"/> +<text text-anchor="start" x="629.62" y="-2305.45" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="729.12" y="-2285.45" font-family="arial" font-size="14.00">Shield</text> +<text text-anchor="start" x="789.88" y="-2285.45" font-family="arial" font-size="14.00">shield1:1:Shield</text> +<polygon fill="#000000" stroke="none" points="553,-2278.75 553,-2280.75 893,-2280.75 893,-2278.75 553,-2278.75"/> +<text text-anchor="start" x="629.62" y="-2263.45" font-family="arial" font-size="14.00"> </text> +<polygon fill="none" stroke="black" points="553,-2234.25 553,-2258.75 893,-2258.75 893,-2234.25 553,-2234.25"/> +<text text-anchor="start" x="628.12" y="-2241.45" font-family="arial" font-size="14.00">Twisted Pair | Veronte to ECU</text> +</g> +<!-- Veronte 1X--W6 --> +<g id="edge24" class="edge"> +<title>Veronte 1X:e--W6:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1465C824.65,-1471.38 143.77,-2388.13 553,-2381.75"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1467C823.05,-1470.19 142.17,-2386.94 553,-2383.75"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-1469C821.44,-1469 140.56,-2385.75 553,-2385.75"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1471C819.83,-1467.81 138.95,-2384.56 553,-2387.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1473C818.23,-1466.62 137.35,-2383.37 553,-2389.75"/> +</g> +<!-- Veronte 1X--W6 --> +<g id="edge26" class="edge"> +<title>Veronte 1X:e--W6:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1441C822.02,-1447.38 146.41,-2358.13 553,-2351.75"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1443C820.41,-1446.19 144.8,-2356.94 553,-2353.75"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1445C818.81,-1445 143.19,-2355.75 553,-2355.75"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1447C817.2,-1443.81 141.59,-2354.56 553,-2357.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1449C815.59,-1442.62 139.98,-2353.37 553,-2359.75"/> +</g> +<!-- Veronte 1X--W6 --> +<g id="edge28" class="edge"> +<title>Veronte 1X:e--W6:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1417C819.39,-1423.38 149.04,-2328.13 553,-2321.75"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1419C817.78,-1422.19 147.43,-2326.94 553,-2323.75"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-1421C816.17,-1421 145.83,-2325.75 553,-2325.75"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1423C814.57,-1419.81 144.22,-2324.56 553,-2327.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1425C812.96,-1418.62 142.61,-2323.37 553,-2329.75"/> +</g> +<!-- W8 --> +<g id="node57" class="node"> +<title>W8</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="872.5,-2210.5 573.5,-2210.5 573.5,-351.5 872.5,-351.5 872.5,-2210.5"/> +<polygon fill="none" stroke="black" points="573.5,-2186 573.5,-2210.5 872.5,-2210.5 872.5,-2186 573.5,-2186"/> +<text text-anchor="start" x="711.75" y="-2193.2" font-family="arial" font-size="14.00">W8</text> +<polygon fill="none" stroke="black" points="573.5,-2161.5 573.5,-2186 658.17,-2186 658.17,-2161.5 573.5,-2161.5"/> +<text text-anchor="start" x="604.21" y="-2168.7" font-family="arial" font-size="14.00">59x</text> +<polygon fill="none" stroke="black" points="658.17,-2161.5 658.17,-2186 775.08,-2186 775.08,-2161.5 658.17,-2161.5"/> +<text text-anchor="start" x="688.88" y="-2168.7" font-family="arial" font-size="14.00">22 AWG</text> +<polygon fill="none" stroke="black" points="775.08,-2161.5 775.08,-2186 872.5,-2186 872.5,-2161.5 775.08,-2161.5"/> +<text text-anchor="start" x="805.79" y="-2168.7" font-family="arial" font-size="14.00">0.3 m</text> +<text text-anchor="start" x="678.12" y="-2146.2" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="622.25" y="-2126.2" font-family="arial" font-size="14.00">Veronte 1X:1:I/O1</text> +<text text-anchor="start" x="798.62" y="-2126.2" font-family="arial" font-size="14.00">     WH    </text> +<polygon fill="#000000" stroke="none" points="573.5,-2119.5 573.5,-2121.5 872.5,-2121.5 872.5,-2119.5 573.5,-2119.5"/> +<polygon fill="#ffffff" stroke="none" points="573.5,-2117.5 573.5,-2119.5 872.5,-2119.5 872.5,-2117.5 573.5,-2117.5"/> +<polygon fill="#ffffff" stroke="none" points="573.5,-2115.5 573.5,-2117.5 872.5,-2117.5 872.5,-2115.5 573.5,-2115.5"/> +<polygon fill="#ffffff" stroke="none" points="573.5,-2113.5 573.5,-2115.5 872.5,-2115.5 872.5,-2113.5 573.5,-2113.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-2111.5 573.5,-2113.5 872.5,-2113.5 872.5,-2111.5 573.5,-2111.5"/> +<text text-anchor="start" x="622.25" y="-2096.2" font-family="arial" font-size="14.00">Veronte 1X:4:I/O4</text> +<text text-anchor="start" x="801.25" y="-2096.2" font-family="arial" font-size="14.00">     YE    </text> +<polygon fill="#000000" stroke="none" points="573.5,-2089.5 573.5,-2091.5 872.5,-2091.5 872.5,-2089.5 573.5,-2089.5"/> +<polygon fill="#ffff00" stroke="none" points="573.5,-2087.5 573.5,-2089.5 872.5,-2089.5 872.5,-2087.5 573.5,-2087.5"/> +<polygon fill="#ffff00" stroke="none" points="573.5,-2085.5 573.5,-2087.5 872.5,-2087.5 872.5,-2085.5 573.5,-2085.5"/> +<polygon fill="#ffff00" stroke="none" points="573.5,-2083.5 573.5,-2085.5 872.5,-2085.5 872.5,-2083.5 573.5,-2083.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-2081.5 573.5,-2083.5 872.5,-2083.5 872.5,-2081.5 573.5,-2081.5"/> +<text text-anchor="start" x="622.25" y="-2066.2" font-family="arial" font-size="14.00">Veronte 1X:5:I/O5</text> +<text text-anchor="start" x="800.5" y="-2066.2" font-family="arial" font-size="14.00">     GY    </text> +<polygon fill="#000000" stroke="none" points="573.5,-2059.5 573.5,-2061.5 872.5,-2061.5 872.5,-2059.5 573.5,-2059.5"/> +<polygon fill="#999999" stroke="none" points="573.5,-2057.5 573.5,-2059.5 872.5,-2059.5 872.5,-2057.5 573.5,-2057.5"/> +<polygon fill="#999999" stroke="none" points="573.5,-2055.5 573.5,-2057.5 872.5,-2057.5 872.5,-2055.5 573.5,-2055.5"/> +<polygon fill="#999999" stroke="none" points="573.5,-2053.5 573.5,-2055.5 872.5,-2055.5 872.5,-2053.5 573.5,-2053.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-2051.5 573.5,-2053.5 872.5,-2053.5 872.5,-2051.5 573.5,-2051.5"/> +<text text-anchor="start" x="622.25" y="-2036.2" font-family="arial" font-size="14.00">Veronte 1X:6:I/O6</text> +<text text-anchor="start" x="800.88" y="-2036.2" font-family="arial" font-size="14.00">     PK    </text> +<polygon fill="#000000" stroke="none" points="573.5,-2029.5 573.5,-2031.5 872.5,-2031.5 872.5,-2029.5 573.5,-2029.5"/> +<polygon fill="#ff66cc" stroke="none" points="573.5,-2027.5 573.5,-2029.5 872.5,-2029.5 872.5,-2027.5 573.5,-2027.5"/> +<polygon fill="#ff66cc" stroke="none" points="573.5,-2025.5 573.5,-2027.5 872.5,-2027.5 872.5,-2025.5 573.5,-2025.5"/> +<polygon fill="#ff66cc" stroke="none" points="573.5,-2023.5 573.5,-2025.5 872.5,-2025.5 872.5,-2023.5 573.5,-2023.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-2021.5 573.5,-2023.5 872.5,-2023.5 872.5,-2021.5 573.5,-2021.5"/> +<text text-anchor="start" x="622.25" y="-2006.2" font-family="arial" font-size="14.00">Veronte 1X:7:I/O7</text> +<text text-anchor="start" x="800.88" y="-2006.2" font-family="arial" font-size="14.00">     BU    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1999.5 573.5,-2001.5 872.5,-2001.5 872.5,-1999.5 573.5,-1999.5"/> +<polygon fill="#0066ff" stroke="none" points="573.5,-1997.5 573.5,-1999.5 872.5,-1999.5 872.5,-1997.5 573.5,-1997.5"/> +<polygon fill="#0066ff" stroke="none" points="573.5,-1995.5 573.5,-1997.5 872.5,-1997.5 872.5,-1995.5 573.5,-1995.5"/> +<polygon fill="#0066ff" stroke="none" points="573.5,-1993.5 573.5,-1995.5 872.5,-1995.5 872.5,-1993.5 573.5,-1993.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1991.5 573.5,-1993.5 872.5,-1993.5 872.5,-1991.5 573.5,-1991.5"/> +<text text-anchor="start" x="622.25" y="-1976.2" font-family="arial" font-size="14.00">Veronte 1X:8:I/O8</text> +<text text-anchor="start" x="800.12" y="-1976.2" font-family="arial" font-size="14.00">     RD    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1969.5 573.5,-1971.5 872.5,-1971.5 872.5,-1969.5 573.5,-1969.5"/> +<polygon fill="#ff0000" stroke="none" points="573.5,-1967.5 573.5,-1969.5 872.5,-1969.5 872.5,-1967.5 573.5,-1967.5"/> +<polygon fill="#ff0000" stroke="none" points="573.5,-1965.5 573.5,-1967.5 872.5,-1967.5 872.5,-1965.5 573.5,-1965.5"/> +<polygon fill="#ff0000" stroke="none" points="573.5,-1963.5 573.5,-1965.5 872.5,-1965.5 872.5,-1963.5 573.5,-1963.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1961.5 573.5,-1963.5 872.5,-1963.5 872.5,-1961.5 573.5,-1961.5"/> +<text text-anchor="start" x="620.38" y="-1946.2" font-family="arial" font-size="14.00">Veronte 1X:9:GND</text> +<text text-anchor="start" x="800.88" y="-1946.2" font-family="arial" font-size="14.00">     BK    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1939.5 573.5,-1941.5 872.5,-1941.5 872.5,-1939.5 573.5,-1939.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1937.5 573.5,-1939.5 872.5,-1939.5 872.5,-1937.5 573.5,-1937.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1935.5 573.5,-1937.5 872.5,-1937.5 872.5,-1935.5 573.5,-1935.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1933.5 573.5,-1935.5 872.5,-1935.5 872.5,-1933.5 573.5,-1933.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1931.5 573.5,-1933.5 872.5,-1933.5 872.5,-1931.5 573.5,-1931.5"/> +<text text-anchor="start" x="618.12" y="-1916.2" font-family="arial" font-size="14.00">Veronte 1X:10:I/O9</text> +<text text-anchor="start" x="801.25" y="-1916.2" font-family="arial" font-size="14.00">     VT    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1909.5 573.5,-1911.5 872.5,-1911.5 872.5,-1909.5 573.5,-1909.5"/> +<polygon fill="#8000ff" stroke="none" points="573.5,-1907.5 573.5,-1909.5 872.5,-1909.5 872.5,-1907.5 573.5,-1907.5"/> +<polygon fill="#8000ff" stroke="none" points="573.5,-1905.5 573.5,-1907.5 872.5,-1907.5 872.5,-1905.5 573.5,-1905.5"/> +<polygon fill="#8000ff" stroke="none" points="573.5,-1903.5 573.5,-1905.5 872.5,-1905.5 872.5,-1903.5 573.5,-1903.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1901.5 573.5,-1903.5 872.5,-1903.5 872.5,-1901.5 573.5,-1901.5"/> +<text text-anchor="start" x="614" y="-1886.2" font-family="arial" font-size="14.00">Veronte 1X:11:I/O10</text> +<text text-anchor="start" x="790.75" y="-1886.2" font-family="arial" font-size="14.00">     PKGY    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1879.5 573.5,-1881.5 872.5,-1881.5 872.5,-1879.5 573.5,-1879.5"/> +<polygon fill="#ff66cc" stroke="none" points="573.5,-1877.5 573.5,-1879.5 872.5,-1879.5 872.5,-1877.5 573.5,-1877.5"/> +<polygon fill="#999999" stroke="none" points="573.5,-1875.5 573.5,-1877.5 872.5,-1877.5 872.5,-1875.5 573.5,-1875.5"/> +<polygon fill="#ff66cc" stroke="none" points="573.5,-1873.5 573.5,-1875.5 872.5,-1875.5 872.5,-1873.5 573.5,-1873.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1871.5 573.5,-1873.5 872.5,-1873.5 872.5,-1871.5 573.5,-1871.5"/> +<text text-anchor="start" x="614" y="-1856.2" font-family="arial" font-size="14.00">Veronte 1X:12:I/O11</text> +<text text-anchor="start" x="790.38" y="-1856.2" font-family="arial" font-size="14.00">     BURD    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1849.5 573.5,-1851.5 872.5,-1851.5 872.5,-1849.5 573.5,-1849.5"/> +<polygon fill="#0066ff" stroke="none" points="573.5,-1847.5 573.5,-1849.5 872.5,-1849.5 872.5,-1847.5 573.5,-1847.5"/> +<polygon fill="#ff0000" stroke="none" points="573.5,-1845.5 573.5,-1847.5 872.5,-1847.5 872.5,-1845.5 573.5,-1845.5"/> +<polygon fill="#0066ff" stroke="none" points="573.5,-1843.5 573.5,-1845.5 872.5,-1845.5 872.5,-1843.5 573.5,-1843.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1841.5 573.5,-1843.5 872.5,-1843.5 872.5,-1841.5 573.5,-1841.5"/> +<text text-anchor="start" x="614" y="-1826.2" font-family="arial" font-size="14.00">Veronte 1X:13:I/O12</text> +<text text-anchor="start" x="788.12" y="-1826.2" font-family="arial" font-size="14.00">     GNWH    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1819.5 573.5,-1821.5 872.5,-1821.5 872.5,-1819.5 573.5,-1819.5"/> +<polygon fill="#00ff00" stroke="none" points="573.5,-1817.5 573.5,-1819.5 872.5,-1819.5 872.5,-1817.5 573.5,-1817.5"/> +<polygon fill="#ffffff" stroke="none" points="573.5,-1815.5 573.5,-1817.5 872.5,-1817.5 872.5,-1815.5 573.5,-1815.5"/> +<polygon fill="#00ff00" stroke="none" points="573.5,-1813.5 573.5,-1815.5 872.5,-1815.5 872.5,-1813.5 573.5,-1813.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1811.5 573.5,-1813.5 872.5,-1813.5 872.5,-1811.5 573.5,-1811.5"/> +<text text-anchor="start" x="614" y="-1796.2" font-family="arial" font-size="14.00">Veronte 1X:14:I/O13</text> +<text text-anchor="start" x="790.38" y="-1796.2" font-family="arial" font-size="14.00">     GNBN    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1789.5 573.5,-1791.5 872.5,-1791.5 872.5,-1789.5 573.5,-1789.5"/> +<polygon fill="#00ff00" stroke="none" points="573.5,-1787.5 573.5,-1789.5 872.5,-1789.5 872.5,-1787.5 573.5,-1787.5"/> +<polygon fill="#895956" stroke="none" points="573.5,-1785.5 573.5,-1787.5 872.5,-1787.5 872.5,-1785.5 573.5,-1785.5"/> +<polygon fill="#00ff00" stroke="none" points="573.5,-1783.5 573.5,-1785.5 872.5,-1785.5 872.5,-1783.5 573.5,-1783.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1781.5 573.5,-1783.5 872.5,-1783.5 872.5,-1781.5 573.5,-1781.5"/> +<text text-anchor="start" x="614" y="-1766.2" font-family="arial" font-size="14.00">Veronte 1X:15:I/O14</text> +<text text-anchor="start" x="789.25" y="-1766.2" font-family="arial" font-size="14.00">     YEWH    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1759.5 573.5,-1761.5 872.5,-1761.5 872.5,-1759.5 573.5,-1759.5"/> +<polygon fill="#ffff00" stroke="none" points="573.5,-1757.5 573.5,-1759.5 872.5,-1759.5 872.5,-1757.5 573.5,-1757.5"/> +<polygon fill="#ffffff" stroke="none" points="573.5,-1755.5 573.5,-1757.5 872.5,-1757.5 872.5,-1755.5 573.5,-1755.5"/> +<polygon fill="#ffff00" stroke="none" points="573.5,-1753.5 573.5,-1755.5 872.5,-1755.5 872.5,-1753.5 573.5,-1753.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1751.5 573.5,-1753.5 872.5,-1753.5 872.5,-1751.5 573.5,-1751.5"/> +<text text-anchor="start" x="614" y="-1736.2" font-family="arial" font-size="14.00">Veronte 1X:16:I/O15</text> +<text text-anchor="start" x="791.5" y="-1736.2" font-family="arial" font-size="14.00">     BNYE    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1729.5 573.5,-1731.5 872.5,-1731.5 872.5,-1729.5 573.5,-1729.5"/> +<polygon fill="#895956" stroke="none" points="573.5,-1727.5 573.5,-1729.5 872.5,-1729.5 872.5,-1727.5 573.5,-1727.5"/> +<polygon fill="#ffff00" stroke="none" points="573.5,-1725.5 573.5,-1727.5 872.5,-1727.5 872.5,-1725.5 573.5,-1725.5"/> +<polygon fill="#895956" stroke="none" points="573.5,-1723.5 573.5,-1725.5 872.5,-1725.5 872.5,-1723.5 573.5,-1723.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1721.5 573.5,-1723.5 872.5,-1723.5 872.5,-1721.5 573.5,-1721.5"/> +<text text-anchor="start" x="614" y="-1706.2" font-family="arial" font-size="14.00">Veronte 1X:17:I/O16</text> +<text text-anchor="start" x="788.5" y="-1706.2" font-family="arial" font-size="14.00">     GYWH    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1699.5 573.5,-1701.5 872.5,-1701.5 872.5,-1699.5 573.5,-1699.5"/> +<polygon fill="#999999" stroke="none" points="573.5,-1697.5 573.5,-1699.5 872.5,-1699.5 872.5,-1697.5 573.5,-1697.5"/> +<polygon fill="#ffffff" stroke="none" points="573.5,-1695.5 573.5,-1697.5 872.5,-1697.5 872.5,-1695.5 573.5,-1695.5"/> +<polygon fill="#999999" stroke="none" points="573.5,-1693.5 573.5,-1695.5 872.5,-1695.5 872.5,-1693.5 573.5,-1693.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1691.5 573.5,-1693.5 872.5,-1693.5 872.5,-1691.5 573.5,-1691.5"/> +<text text-anchor="start" x="616.25" y="-1676.2" font-family="arial" font-size="14.00">Veronte 1X:18:GND</text> +<text text-anchor="start" x="790.75" y="-1676.2" font-family="arial" font-size="14.00">     BNGY    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1669.5 573.5,-1671.5 872.5,-1671.5 872.5,-1669.5 573.5,-1669.5"/> +<polygon fill="#895956" stroke="none" points="573.5,-1667.5 573.5,-1669.5 872.5,-1669.5 872.5,-1667.5 573.5,-1667.5"/> +<polygon fill="#999999" stroke="none" points="573.5,-1665.5 573.5,-1667.5 872.5,-1667.5 872.5,-1665.5 573.5,-1665.5"/> +<polygon fill="#895956" stroke="none" points="573.5,-1663.5 573.5,-1665.5 872.5,-1665.5 872.5,-1663.5 573.5,-1663.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1661.5 573.5,-1663.5 872.5,-1663.5 872.5,-1661.5 573.5,-1661.5"/> +<text text-anchor="start" x="616.25" y="-1646.2" font-family="arial" font-size="14.00">Veronte 1X:21:GND</text> +<text text-anchor="start" x="788.88" y="-1646.2" font-family="arial" font-size="14.00">     BUWH    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1639.5 573.5,-1641.5 872.5,-1641.5 872.5,-1639.5 573.5,-1639.5"/> +<polygon fill="#0066ff" stroke="none" points="573.5,-1637.5 573.5,-1639.5 872.5,-1639.5 872.5,-1637.5 573.5,-1637.5"/> +<polygon fill="#ffffff" stroke="none" points="573.5,-1635.5 573.5,-1637.5 872.5,-1637.5 872.5,-1635.5 573.5,-1635.5"/> +<polygon fill="#0066ff" stroke="none" points="573.5,-1633.5 573.5,-1635.5 872.5,-1635.5 872.5,-1633.5 573.5,-1633.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1631.5 573.5,-1633.5 872.5,-1633.5 872.5,-1631.5 573.5,-1631.5"/> +<text text-anchor="start" x="603.88" y="-1616.2" font-family="arial" font-size="14.00">Veronte 1X:22:Analog 4</text> +<text text-anchor="start" x="791.12" y="-1616.2" font-family="arial" font-size="14.00">     BUBN    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1609.5 573.5,-1611.5 872.5,-1611.5 872.5,-1609.5 573.5,-1609.5"/> +<polygon fill="#0066ff" stroke="none" points="573.5,-1607.5 573.5,-1609.5 872.5,-1609.5 872.5,-1607.5 573.5,-1607.5"/> +<polygon fill="#895956" stroke="none" points="573.5,-1605.5 573.5,-1607.5 872.5,-1607.5 872.5,-1605.5 573.5,-1605.5"/> +<polygon fill="#0066ff" stroke="none" points="573.5,-1603.5 573.5,-1605.5 872.5,-1605.5 872.5,-1603.5 573.5,-1603.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1601.5 573.5,-1603.5 872.5,-1603.5 872.5,-1601.5 573.5,-1601.5"/> +<text text-anchor="start" x="603.88" y="-1586.2" font-family="arial" font-size="14.00">Veronte 1X:23:Analog 5</text> +<text text-anchor="start" x="788.12" y="-1586.2" font-family="arial" font-size="14.00">     RDWH    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1579.5 573.5,-1581.5 872.5,-1581.5 872.5,-1579.5 573.5,-1579.5"/> +<polygon fill="#ff0000" stroke="none" points="573.5,-1577.5 573.5,-1579.5 872.5,-1579.5 872.5,-1577.5 573.5,-1577.5"/> +<polygon fill="#ffffff" stroke="none" points="573.5,-1575.5 573.5,-1577.5 872.5,-1577.5 872.5,-1575.5 573.5,-1575.5"/> +<polygon fill="#ff0000" stroke="none" points="573.5,-1573.5 573.5,-1575.5 872.5,-1575.5 872.5,-1573.5 573.5,-1573.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1571.5 573.5,-1573.5 872.5,-1573.5 872.5,-1571.5 573.5,-1571.5"/> +<text text-anchor="start" x="616.25" y="-1556.2" font-family="arial" font-size="14.00">Veronte 1X:24:GND</text> +<text text-anchor="start" x="790.38" y="-1556.2" font-family="arial" font-size="14.00">     RDBN    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1549.5 573.5,-1551.5 872.5,-1551.5 872.5,-1549.5 573.5,-1549.5"/> +<polygon fill="#ff0000" stroke="none" points="573.5,-1547.5 573.5,-1549.5 872.5,-1549.5 872.5,-1547.5 573.5,-1547.5"/> +<polygon fill="#895956" stroke="none" points="573.5,-1545.5 573.5,-1547.5 872.5,-1547.5 872.5,-1545.5 573.5,-1545.5"/> +<polygon fill="#ff0000" stroke="none" points="573.5,-1543.5 573.5,-1545.5 872.5,-1545.5 872.5,-1543.5 573.5,-1543.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1541.5 573.5,-1543.5 872.5,-1543.5 872.5,-1541.5 573.5,-1541.5"/> +<text text-anchor="start" x="594.5" y="-1526.2" font-family="arial" font-size="14.00">Veronte 1X:27:No Connect</text> +<text text-anchor="start" x="790" y="-1526.2" font-family="arial" font-size="14.00">     GNGY    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1519.5 573.5,-1521.5 872.5,-1521.5 872.5,-1519.5 573.5,-1519.5"/> +<polygon fill="#00ff00" stroke="none" points="573.5,-1517.5 573.5,-1519.5 872.5,-1519.5 872.5,-1517.5 573.5,-1517.5"/> +<polygon fill="#999999" stroke="none" points="573.5,-1515.5 573.5,-1517.5 872.5,-1517.5 872.5,-1515.5 573.5,-1515.5"/> +<polygon fill="#00ff00" stroke="none" points="573.5,-1513.5 573.5,-1515.5 872.5,-1515.5 872.5,-1513.5 573.5,-1513.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1511.5 573.5,-1513.5 872.5,-1513.5 872.5,-1511.5 573.5,-1511.5"/> +<text text-anchor="start" x="602" y="-1496.2" font-family="arial" font-size="14.00">Veronte 1X:31:I2C_CLK</text> +<text text-anchor="start" x="798.62" y="-1496.2" font-family="arial" font-size="14.00">     WH    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1489.5 573.5,-1491.5 872.5,-1491.5 872.5,-1489.5 573.5,-1489.5"/> +<polygon fill="#ffffff" stroke="none" points="573.5,-1487.5 573.5,-1489.5 872.5,-1489.5 872.5,-1487.5 573.5,-1487.5"/> +<polygon fill="#ffffff" stroke="none" points="573.5,-1485.5 573.5,-1487.5 872.5,-1487.5 872.5,-1485.5 573.5,-1485.5"/> +<polygon fill="#ffffff" stroke="none" points="573.5,-1483.5 573.5,-1485.5 872.5,-1485.5 872.5,-1483.5 573.5,-1483.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1481.5 573.5,-1483.5 872.5,-1483.5 872.5,-1481.5 573.5,-1481.5"/> +<text text-anchor="start" x="596.75" y="-1466.2" font-family="arial" font-size="14.00">Veronte 1X:32:I2C_DATA</text> +<text text-anchor="start" x="800.88" y="-1466.2" font-family="arial" font-size="14.00">     BN    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1459.5 573.5,-1461.5 872.5,-1461.5 872.5,-1459.5 573.5,-1459.5"/> +<polygon fill="#895956" stroke="none" points="573.5,-1457.5 573.5,-1459.5 872.5,-1459.5 872.5,-1457.5 573.5,-1457.5"/> +<polygon fill="#895956" stroke="none" points="573.5,-1455.5 573.5,-1457.5 872.5,-1457.5 872.5,-1455.5 573.5,-1455.5"/> +<polygon fill="#895956" stroke="none" points="573.5,-1453.5 573.5,-1455.5 872.5,-1455.5 872.5,-1453.5 573.5,-1453.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1451.5 573.5,-1453.5 872.5,-1453.5 872.5,-1451.5 573.5,-1451.5"/> +<text text-anchor="start" x="616.25" y="-1436.2" font-family="arial" font-size="14.00">Veronte 1X:33:GND</text> +<text text-anchor="start" x="800.12" y="-1436.2" font-family="arial" font-size="14.00">     GN    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1429.5 573.5,-1431.5 872.5,-1431.5 872.5,-1429.5 573.5,-1429.5"/> +<polygon fill="#00ff00" stroke="none" points="573.5,-1427.5 573.5,-1429.5 872.5,-1429.5 872.5,-1427.5 573.5,-1427.5"/> +<polygon fill="#00ff00" stroke="none" points="573.5,-1425.5 573.5,-1427.5 872.5,-1427.5 872.5,-1425.5 573.5,-1425.5"/> +<polygon fill="#00ff00" stroke="none" points="573.5,-1423.5 573.5,-1425.5 872.5,-1425.5 872.5,-1423.5 573.5,-1423.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1421.5 573.5,-1423.5 872.5,-1423.5 872.5,-1421.5 573.5,-1421.5"/> +<text text-anchor="start" x="617" y="-1406.2" font-family="arial" font-size="14.00">Veronte 1X:34:3.3V</text> +<text text-anchor="start" x="801.25" y="-1406.2" font-family="arial" font-size="14.00">     YE    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1399.5 573.5,-1401.5 872.5,-1401.5 872.5,-1399.5 573.5,-1399.5"/> +<polygon fill="#ffff00" stroke="none" points="573.5,-1397.5 573.5,-1399.5 872.5,-1399.5 872.5,-1397.5 573.5,-1397.5"/> +<polygon fill="#ffff00" stroke="none" points="573.5,-1395.5 573.5,-1397.5 872.5,-1397.5 872.5,-1395.5 573.5,-1395.5"/> +<polygon fill="#ffff00" stroke="none" points="573.5,-1393.5 573.5,-1395.5 872.5,-1395.5 872.5,-1393.5 573.5,-1393.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1391.5 573.5,-1393.5 872.5,-1393.5 872.5,-1391.5 573.5,-1391.5"/> +<text text-anchor="start" x="616.25" y="-1376.2" font-family="arial" font-size="14.00">Veronte 1X:35:GND</text> +<text text-anchor="start" x="800.5" y="-1376.2" font-family="arial" font-size="14.00">     GY    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1369.5 573.5,-1371.5 872.5,-1371.5 872.5,-1369.5 573.5,-1369.5"/> +<polygon fill="#999999" stroke="none" points="573.5,-1367.5 573.5,-1369.5 872.5,-1369.5 872.5,-1367.5 573.5,-1367.5"/> +<polygon fill="#999999" stroke="none" points="573.5,-1365.5 573.5,-1367.5 872.5,-1367.5 872.5,-1365.5 573.5,-1365.5"/> +<polygon fill="#999999" stroke="none" points="573.5,-1363.5 573.5,-1365.5 872.5,-1365.5 872.5,-1363.5 573.5,-1363.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1361.5 573.5,-1363.5 872.5,-1363.5 872.5,-1361.5 573.5,-1361.5"/> +<text text-anchor="start" x="623" y="-1346.2" font-family="arial" font-size="14.00">Veronte 1X:36:5V</text> +<text text-anchor="start" x="800.88" y="-1346.2" font-family="arial" font-size="14.00">     PK    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1339.5 573.5,-1341.5 872.5,-1341.5 872.5,-1339.5 573.5,-1339.5"/> +<polygon fill="#ff66cc" stroke="none" points="573.5,-1337.5 573.5,-1339.5 872.5,-1339.5 872.5,-1337.5 573.5,-1337.5"/> +<polygon fill="#ff66cc" stroke="none" points="573.5,-1335.5 573.5,-1337.5 872.5,-1337.5 872.5,-1335.5 573.5,-1335.5"/> +<polygon fill="#ff66cc" stroke="none" points="573.5,-1333.5 573.5,-1335.5 872.5,-1335.5 872.5,-1333.5 573.5,-1333.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1331.5 573.5,-1333.5 872.5,-1333.5 872.5,-1331.5 573.5,-1331.5"/> +<text text-anchor="start" x="616.25" y="-1316.2" font-family="arial" font-size="14.00">Veronte 1X:37:GND</text> +<text text-anchor="start" x="800.88" y="-1316.2" font-family="arial" font-size="14.00">     BU    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1309.5 573.5,-1311.5 872.5,-1311.5 872.5,-1309.5 573.5,-1309.5"/> +<polygon fill="#0066ff" stroke="none" points="573.5,-1307.5 573.5,-1309.5 872.5,-1309.5 872.5,-1307.5 573.5,-1307.5"/> +<polygon fill="#0066ff" stroke="none" points="573.5,-1305.5 573.5,-1307.5 872.5,-1307.5 872.5,-1305.5 573.5,-1305.5"/> +<polygon fill="#0066ff" stroke="none" points="573.5,-1303.5 573.5,-1305.5 872.5,-1305.5 872.5,-1303.5 573.5,-1303.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1301.5 573.5,-1303.5 872.5,-1303.5 872.5,-1301.5 573.5,-1301.5"/> +<text text-anchor="start" x="593.75" y="-1286.2" font-family="arial" font-size="14.00">Veronte 1X:38:ANALOG_1</text> +<text text-anchor="start" x="800.12" y="-1286.2" font-family="arial" font-size="14.00">     RD    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1279.5 573.5,-1281.5 872.5,-1281.5 872.5,-1279.5 573.5,-1279.5"/> +<polygon fill="#ff0000" stroke="none" points="573.5,-1277.5 573.5,-1279.5 872.5,-1279.5 872.5,-1277.5 573.5,-1277.5"/> +<polygon fill="#ff0000" stroke="none" points="573.5,-1275.5 573.5,-1277.5 872.5,-1277.5 872.5,-1275.5 573.5,-1275.5"/> +<polygon fill="#ff0000" stroke="none" points="573.5,-1273.5 573.5,-1275.5 872.5,-1275.5 872.5,-1273.5 573.5,-1273.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1271.5 573.5,-1273.5 872.5,-1273.5 872.5,-1271.5 573.5,-1271.5"/> +<text text-anchor="start" x="593.75" y="-1256.2" font-family="arial" font-size="14.00">Veronte 1X:39:ANALOG_2</text> +<text text-anchor="start" x="800.88" y="-1256.2" font-family="arial" font-size="14.00">     BK    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1249.5 573.5,-1251.5 872.5,-1251.5 872.5,-1249.5 573.5,-1249.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1247.5 573.5,-1249.5 872.5,-1249.5 872.5,-1247.5 573.5,-1247.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1245.5 573.5,-1247.5 872.5,-1247.5 872.5,-1245.5 573.5,-1245.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1243.5 573.5,-1245.5 872.5,-1245.5 872.5,-1243.5 573.5,-1243.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1241.5 573.5,-1243.5 872.5,-1243.5 872.5,-1241.5 573.5,-1241.5"/> +<text text-anchor="start" x="593.75" y="-1226.2" font-family="arial" font-size="14.00">Veronte 1X:40:ANALOG_3</text> +<text text-anchor="start" x="801.25" y="-1226.2" font-family="arial" font-size="14.00">     VT    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1219.5 573.5,-1221.5 872.5,-1221.5 872.5,-1219.5 573.5,-1219.5"/> +<polygon fill="#8000ff" stroke="none" points="573.5,-1217.5 573.5,-1219.5 872.5,-1219.5 872.5,-1217.5 573.5,-1217.5"/> +<polygon fill="#8000ff" stroke="none" points="573.5,-1215.5 573.5,-1217.5 872.5,-1217.5 872.5,-1215.5 573.5,-1215.5"/> +<polygon fill="#8000ff" stroke="none" points="573.5,-1213.5 573.5,-1215.5 872.5,-1215.5 872.5,-1213.5 573.5,-1213.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1211.5 573.5,-1213.5 872.5,-1213.5 872.5,-1211.5 573.5,-1211.5"/> +<text text-anchor="start" x="616.25" y="-1196.2" font-family="arial" font-size="14.00">Veronte 1X:41:GND</text> +<text text-anchor="start" x="790.75" y="-1196.2" font-family="arial" font-size="14.00">     PKGY    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1189.5 573.5,-1191.5 872.5,-1191.5 872.5,-1189.5 573.5,-1189.5"/> +<polygon fill="#ff66cc" stroke="none" points="573.5,-1187.5 573.5,-1189.5 872.5,-1189.5 872.5,-1187.5 573.5,-1187.5"/> +<polygon fill="#999999" stroke="none" points="573.5,-1185.5 573.5,-1187.5 872.5,-1187.5 872.5,-1185.5 573.5,-1185.5"/> +<polygon fill="#ff66cc" stroke="none" points="573.5,-1183.5 573.5,-1185.5 872.5,-1185.5 872.5,-1183.5 573.5,-1183.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1181.5 573.5,-1183.5 872.5,-1183.5 872.5,-1181.5 573.5,-1181.5"/> +<text text-anchor="start" x="594.88" y="-1166.2" font-family="arial" font-size="14.00">Veronte 1X:42:FTS1_OUT</text> +<text text-anchor="start" x="790.38" y="-1166.2" font-family="arial" font-size="14.00">     BURD    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1159.5 573.5,-1161.5 872.5,-1161.5 872.5,-1159.5 573.5,-1159.5"/> +<polygon fill="#0066ff" stroke="none" points="573.5,-1157.5 573.5,-1159.5 872.5,-1159.5 872.5,-1157.5 573.5,-1157.5"/> +<polygon fill="#ff0000" stroke="none" points="573.5,-1155.5 573.5,-1157.5 872.5,-1157.5 872.5,-1155.5 573.5,-1155.5"/> +<polygon fill="#0066ff" stroke="none" points="573.5,-1153.5 573.5,-1155.5 872.5,-1155.5 872.5,-1153.5 573.5,-1153.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1151.5 573.5,-1153.5 872.5,-1153.5 872.5,-1151.5 573.5,-1151.5"/> +<text text-anchor="start" x="594.88" y="-1136.2" font-family="arial" font-size="14.00">Veronte 1X:43:FTS2_OUT</text> +<text text-anchor="start" x="788.12" y="-1136.2" font-family="arial" font-size="14.00">     GNWH    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1129.5 573.5,-1131.5 872.5,-1131.5 872.5,-1129.5 573.5,-1129.5"/> +<polygon fill="#00ff00" stroke="none" points="573.5,-1127.5 573.5,-1129.5 872.5,-1129.5 872.5,-1127.5 573.5,-1127.5"/> +<polygon fill="#ffffff" stroke="none" points="573.5,-1125.5 573.5,-1127.5 872.5,-1127.5 872.5,-1125.5 573.5,-1125.5"/> +<polygon fill="#00ff00" stroke="none" points="573.5,-1123.5 573.5,-1125.5 872.5,-1125.5 872.5,-1123.5 573.5,-1123.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1121.5 573.5,-1123.5 872.5,-1123.5 872.5,-1121.5 573.5,-1121.5"/> +<text text-anchor="start" x="616.25" y="-1106.2" font-family="arial" font-size="14.00">Veronte 1X:44:GND</text> +<text text-anchor="start" x="790.38" y="-1106.2" font-family="arial" font-size="14.00">     GNBN    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1099.5 573.5,-1101.5 872.5,-1101.5 872.5,-1099.5 573.5,-1099.5"/> +<polygon fill="#00ff00" stroke="none" points="573.5,-1097.5 573.5,-1099.5 872.5,-1099.5 872.5,-1097.5 573.5,-1097.5"/> +<polygon fill="#895956" stroke="none" points="573.5,-1095.5 573.5,-1097.5 872.5,-1097.5 872.5,-1095.5 573.5,-1095.5"/> +<polygon fill="#00ff00" stroke="none" points="573.5,-1093.5 573.5,-1095.5 872.5,-1095.5 872.5,-1093.5 573.5,-1093.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1091.5 573.5,-1093.5 872.5,-1093.5 872.5,-1091.5 573.5,-1091.5"/> +<text text-anchor="start" x="594.5" y="-1076.2" font-family="arial" font-size="14.00">Veronte 1X:45:V_ARB_TX</text> +<text text-anchor="start" x="789.25" y="-1076.2" font-family="arial" font-size="14.00">     YEWH    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1069.5 573.5,-1071.5 872.5,-1071.5 872.5,-1069.5 573.5,-1069.5"/> +<polygon fill="#ffff00" stroke="none" points="573.5,-1067.5 573.5,-1069.5 872.5,-1069.5 872.5,-1067.5 573.5,-1067.5"/> +<polygon fill="#ffffff" stroke="none" points="573.5,-1065.5 573.5,-1067.5 872.5,-1067.5 872.5,-1065.5 573.5,-1065.5"/> +<polygon fill="#ffff00" stroke="none" points="573.5,-1063.5 573.5,-1065.5 872.5,-1065.5 872.5,-1063.5 573.5,-1063.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1061.5 573.5,-1063.5 872.5,-1063.5 872.5,-1061.5 573.5,-1061.5"/> +<text text-anchor="start" x="593.75" y="-1046.2" font-family="arial" font-size="14.00">Veronte 1X:46:V_ARB_RX</text> +<text text-anchor="start" x="791.5" y="-1046.2" font-family="arial" font-size="14.00">     BNYE    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1039.5 573.5,-1041.5 872.5,-1041.5 872.5,-1039.5 573.5,-1039.5"/> +<polygon fill="#895956" stroke="none" points="573.5,-1037.5 573.5,-1039.5 872.5,-1039.5 872.5,-1037.5 573.5,-1037.5"/> +<polygon fill="#ffff00" stroke="none" points="573.5,-1035.5 573.5,-1037.5 872.5,-1037.5 872.5,-1035.5 573.5,-1035.5"/> +<polygon fill="#895956" stroke="none" points="573.5,-1033.5 573.5,-1035.5 872.5,-1035.5 872.5,-1033.5 573.5,-1033.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1031.5 573.5,-1033.5 872.5,-1033.5 872.5,-1031.5 573.5,-1031.5"/> +<text text-anchor="start" x="616.25" y="-1016.2" font-family="arial" font-size="14.00">Veronte 1X:47:GND</text> +<text text-anchor="start" x="788.5" y="-1016.2" font-family="arial" font-size="14.00">     GYWH    </text> +<polygon fill="#000000" stroke="none" points="573.5,-1009.5 573.5,-1011.5 872.5,-1011.5 872.5,-1009.5 573.5,-1009.5"/> +<polygon fill="#999999" stroke="none" points="573.5,-1007.5 573.5,-1009.5 872.5,-1009.5 872.5,-1007.5 573.5,-1007.5"/> +<polygon fill="#ffffff" stroke="none" points="573.5,-1005.5 573.5,-1007.5 872.5,-1007.5 872.5,-1005.5 573.5,-1005.5"/> +<polygon fill="#999999" stroke="none" points="573.5,-1003.5 573.5,-1005.5 872.5,-1005.5 872.5,-1003.5 573.5,-1003.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-1001.5 573.5,-1003.5 872.5,-1003.5 872.5,-1001.5 573.5,-1001.5"/> +<text text-anchor="start" x="588.5" y="-986.2" font-family="arial" font-size="14.00">Veronte 1X:48:V_ARB_VCC</text> +<text text-anchor="start" x="790.75" y="-986.2" font-family="arial" font-size="14.00">     BNGY    </text> +<polygon fill="#000000" stroke="none" points="573.5,-979.5 573.5,-981.5 872.5,-981.5 872.5,-979.5 573.5,-979.5"/> +<polygon fill="#895956" stroke="none" points="573.5,-977.5 573.5,-979.5 872.5,-979.5 872.5,-977.5 573.5,-977.5"/> +<polygon fill="#999999" stroke="none" points="573.5,-975.5 573.5,-977.5 872.5,-977.5 872.5,-975.5 573.5,-975.5"/> +<polygon fill="#895956" stroke="none" points="573.5,-973.5 573.5,-975.5 872.5,-975.5 872.5,-973.5 573.5,-973.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-971.5 573.5,-973.5 872.5,-973.5 872.5,-971.5 573.5,-971.5"/> +<text text-anchor="start" x="575.38" y="-956.2" font-family="arial" font-size="14.00">Veronte 1X:49:FTS3_OUT_MPU</text> +<text text-anchor="start" x="788.88" y="-956.2" font-family="arial" font-size="14.00">     PKWH    </text> +<polygon fill="#000000" stroke="none" points="573.5,-949.5 573.5,-951.5 872.5,-951.5 872.5,-949.5 573.5,-949.5"/> +<polygon fill="#ff66cc" stroke="none" points="573.5,-947.5 573.5,-949.5 872.5,-949.5 872.5,-947.5 573.5,-947.5"/> +<polygon fill="#ffffff" stroke="none" points="573.5,-945.5 573.5,-947.5 872.5,-947.5 872.5,-945.5 573.5,-945.5"/> +<polygon fill="#ff66cc" stroke="none" points="573.5,-943.5 573.5,-945.5 872.5,-945.5 872.5,-943.5 573.5,-943.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-941.5 573.5,-943.5 872.5,-943.5 872.5,-941.5 573.5,-941.5"/> +<text text-anchor="start" x="581.38" y="-926.2" font-family="arial" font-size="14.00">Veronte 1X:50:OUT_RS485_P</text> +<text text-anchor="start" x="791.12" y="-926.2" font-family="arial" font-size="14.00">     BNPK    </text> +<polygon fill="#000000" stroke="none" points="573.5,-919.5 573.5,-921.5 872.5,-921.5 872.5,-919.5 573.5,-919.5"/> +<polygon fill="#895956" stroke="none" points="573.5,-917.5 573.5,-919.5 872.5,-919.5 872.5,-917.5 573.5,-917.5"/> +<polygon fill="#ff66cc" stroke="none" points="573.5,-915.5 573.5,-917.5 872.5,-917.5 872.5,-915.5 573.5,-915.5"/> +<polygon fill="#895956" stroke="none" points="573.5,-913.5 573.5,-915.5 872.5,-915.5 872.5,-913.5 573.5,-913.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-911.5 573.5,-913.5 872.5,-913.5 872.5,-911.5 573.5,-911.5"/> +<text text-anchor="start" x="581.38" y="-896.2" font-family="arial" font-size="14.00">Veronte 1X:51:OUT_RS485_N</text> +<text text-anchor="start" x="788.88" y="-896.2" font-family="arial" font-size="14.00">     BUWH    </text> +<polygon fill="#000000" stroke="none" points="573.5,-889.5 573.5,-891.5 872.5,-891.5 872.5,-889.5 573.5,-889.5"/> +<polygon fill="#0066ff" stroke="none" points="573.5,-887.5 573.5,-889.5 872.5,-889.5 872.5,-887.5 573.5,-887.5"/> +<polygon fill="#ffffff" stroke="none" points="573.5,-885.5 573.5,-887.5 872.5,-887.5 872.5,-885.5 573.5,-885.5"/> +<polygon fill="#0066ff" stroke="none" points="573.5,-883.5 573.5,-885.5 872.5,-885.5 872.5,-883.5 573.5,-883.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-881.5 573.5,-883.5 872.5,-883.5 872.5,-881.5 573.5,-881.5"/> +<text text-anchor="start" x="589.25" y="-866.2" font-family="arial" font-size="14.00">Veronte 1X:52:IN_RS845_N</text> +<text text-anchor="start" x="791.12" y="-866.2" font-family="arial" font-size="14.00">     BUBN    </text> +<polygon fill="#000000" stroke="none" points="573.5,-859.5 573.5,-861.5 872.5,-861.5 872.5,-859.5 573.5,-859.5"/> +<polygon fill="#0066ff" stroke="none" points="573.5,-857.5 573.5,-859.5 872.5,-859.5 872.5,-857.5 573.5,-857.5"/> +<polygon fill="#895956" stroke="none" points="573.5,-855.5 573.5,-857.5 872.5,-857.5 872.5,-855.5 573.5,-855.5"/> +<polygon fill="#0066ff" stroke="none" points="573.5,-853.5 573.5,-855.5 872.5,-855.5 872.5,-853.5 573.5,-853.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-851.5 573.5,-853.5 872.5,-853.5 872.5,-851.5 573.5,-851.5"/> +<text text-anchor="start" x="589.25" y="-836.2" font-family="arial" font-size="14.00">Veronte 1X:53:IN_RS845_P</text> +<text text-anchor="start" x="788.12" y="-836.2" font-family="arial" font-size="14.00">     RDWH    </text> +<polygon fill="#000000" stroke="none" points="573.5,-829.5 573.5,-831.5 872.5,-831.5 872.5,-829.5 573.5,-829.5"/> +<polygon fill="#ff0000" stroke="none" points="573.5,-827.5 573.5,-829.5 872.5,-829.5 872.5,-827.5 573.5,-827.5"/> +<polygon fill="#ffffff" stroke="none" points="573.5,-825.5 573.5,-827.5 872.5,-827.5 872.5,-825.5 573.5,-825.5"/> +<polygon fill="#ff0000" stroke="none" points="573.5,-823.5 573.5,-825.5 872.5,-825.5 872.5,-823.5 573.5,-823.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-821.5 573.5,-823.5 872.5,-823.5 872.5,-821.5 573.5,-821.5"/> +<text text-anchor="start" x="587.38" y="-806.2" font-family="arial" font-size="14.00">Veronte 1X:54:RS-485_GND</text> +<text text-anchor="start" x="790.38" y="-806.2" font-family="arial" font-size="14.00">     RDBN    </text> +<polygon fill="#000000" stroke="none" points="573.5,-799.5 573.5,-801.5 872.5,-801.5 872.5,-799.5 573.5,-799.5"/> +<polygon fill="#ff0000" stroke="none" points="573.5,-797.5 573.5,-799.5 872.5,-799.5 872.5,-797.5 573.5,-797.5"/> +<polygon fill="#895956" stroke="none" points="573.5,-795.5 573.5,-797.5 872.5,-797.5 872.5,-795.5 573.5,-795.5"/> +<polygon fill="#ff0000" stroke="none" points="573.5,-793.5 573.5,-795.5 872.5,-795.5 872.5,-793.5 573.5,-793.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-791.5 573.5,-793.5 872.5,-793.5 872.5,-791.5 573.5,-791.5"/> +<text text-anchor="start" x="602.75" y="-776.2" font-family="arial" font-size="14.00">Veronte 1X:55:EQEP_A</text> +<text text-anchor="start" x="788.88" y="-776.2" font-family="arial" font-size="14.00">     BKWH    </text> +<polygon fill="#000000" stroke="none" points="573.5,-769.5 573.5,-771.5 872.5,-771.5 872.5,-769.5 573.5,-769.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-767.5 573.5,-769.5 872.5,-769.5 872.5,-767.5 573.5,-767.5"/> +<polygon fill="#ffffff" stroke="none" points="573.5,-765.5 573.5,-767.5 872.5,-767.5 872.5,-765.5 573.5,-765.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-763.5 573.5,-765.5 872.5,-765.5 872.5,-763.5 573.5,-763.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-761.5 573.5,-763.5 872.5,-763.5 872.5,-761.5 573.5,-761.5"/> +<text text-anchor="start" x="602.75" y="-746.2" font-family="arial" font-size="14.00">Veronte 1X:56:EQEP_B</text> +<text text-anchor="start" x="791.12" y="-746.2" font-family="arial" font-size="14.00">     BKBN    </text> +<polygon fill="#000000" stroke="none" points="573.5,-739.5 573.5,-741.5 872.5,-741.5 872.5,-739.5 573.5,-739.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-737.5 573.5,-739.5 872.5,-739.5 872.5,-737.5 573.5,-737.5"/> +<polygon fill="#895956" stroke="none" points="573.5,-735.5 573.5,-737.5 872.5,-737.5 872.5,-735.5 573.5,-735.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-733.5 573.5,-735.5 872.5,-735.5 872.5,-733.5 573.5,-733.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-731.5 573.5,-733.5 872.5,-733.5 872.5,-731.5 573.5,-731.5"/> +<text text-anchor="start" x="602.75" y="-716.2" font-family="arial" font-size="14.00">Veronte 1X:57:EQEP_S</text> +<text text-anchor="start" x="790" y="-716.2" font-family="arial" font-size="14.00">     GNGY    </text> +<polygon fill="#000000" stroke="none" points="573.5,-709.5 573.5,-711.5 872.5,-711.5 872.5,-709.5 573.5,-709.5"/> +<polygon fill="#00ff00" stroke="none" points="573.5,-707.5 573.5,-709.5 872.5,-709.5 872.5,-707.5 573.5,-707.5"/> +<polygon fill="#999999" stroke="none" points="573.5,-705.5 573.5,-707.5 872.5,-707.5 872.5,-705.5 573.5,-705.5"/> +<polygon fill="#00ff00" stroke="none" points="573.5,-703.5 573.5,-705.5 872.5,-705.5 872.5,-703.5 573.5,-703.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-701.5 573.5,-703.5 872.5,-703.5 872.5,-701.5 573.5,-701.5"/> +<text text-anchor="start" x="605.38" y="-686.2" font-family="arial" font-size="14.00">Veronte 1X:58:EQEP_I</text> +<text text-anchor="start" x="790.75" y="-686.2" font-family="arial" font-size="14.00">     GNYE    </text> +<polygon fill="#000000" stroke="none" points="573.5,-679.5 573.5,-681.5 872.5,-681.5 872.5,-679.5 573.5,-679.5"/> +<polygon fill="#00ff00" stroke="none" points="573.5,-677.5 573.5,-679.5 872.5,-679.5 872.5,-677.5 573.5,-677.5"/> +<polygon fill="#ffff00" stroke="none" points="573.5,-675.5 573.5,-677.5 872.5,-677.5 872.5,-675.5 573.5,-675.5"/> +<polygon fill="#00ff00" stroke="none" points="573.5,-673.5 573.5,-675.5 872.5,-675.5 872.5,-673.5 573.5,-673.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-671.5 573.5,-673.5 872.5,-673.5 872.5,-671.5 573.5,-671.5"/> +<text text-anchor="start" x="616.25" y="-656.2" font-family="arial" font-size="14.00">Veronte 1X:59:GND</text> +<text text-anchor="start" x="790.38" y="-656.2" font-family="arial" font-size="14.00">     GNPK    </text> +<polygon fill="#000000" stroke="none" points="573.5,-649.5 573.5,-651.5 872.5,-651.5 872.5,-649.5 573.5,-649.5"/> +<polygon fill="#00ff00" stroke="none" points="573.5,-647.5 573.5,-649.5 872.5,-649.5 872.5,-647.5 573.5,-647.5"/> +<polygon fill="#ff66cc" stroke="none" points="573.5,-645.5 573.5,-647.5 872.5,-647.5 872.5,-645.5 573.5,-645.5"/> +<polygon fill="#00ff00" stroke="none" points="573.5,-643.5 573.5,-645.5 872.5,-645.5 872.5,-643.5 573.5,-643.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-641.5 573.5,-643.5 872.5,-643.5 872.5,-641.5 573.5,-641.5"/> +<text text-anchor="start" x="594.12" y="-626.2" font-family="arial" font-size="14.00">Veronte 1X:60:V_USB_DP</text> +<text text-anchor="start" x="791.5" y="-626.2" font-family="arial" font-size="14.00">     PKYE    </text> +<polygon fill="#000000" stroke="none" points="573.5,-619.5 573.5,-621.5 872.5,-621.5 872.5,-619.5 573.5,-619.5"/> +<polygon fill="#ff66cc" stroke="none" points="573.5,-617.5 573.5,-619.5 872.5,-619.5 872.5,-617.5 573.5,-617.5"/> +<polygon fill="#ffff00" stroke="none" points="573.5,-615.5 573.5,-617.5 872.5,-617.5 872.5,-615.5 573.5,-615.5"/> +<polygon fill="#ff66cc" stroke="none" points="573.5,-613.5 573.5,-615.5 872.5,-615.5 872.5,-613.5 573.5,-613.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-611.5 573.5,-613.5 872.5,-613.5 872.5,-611.5 573.5,-611.5"/> +<text text-anchor="start" x="594.12" y="-596.2" font-family="arial" font-size="14.00">Veronte 1X:61:V_USB_DN</text> +<text text-anchor="start" x="798.62" y="-596.2" font-family="arial" font-size="14.00">     WH    </text> +<polygon fill="#000000" stroke="none" points="573.5,-589.5 573.5,-591.5 872.5,-591.5 872.5,-589.5 573.5,-589.5"/> +<polygon fill="#ffffff" stroke="none" points="573.5,-587.5 573.5,-589.5 872.5,-589.5 872.5,-587.5 573.5,-587.5"/> +<polygon fill="#ffffff" stroke="none" points="573.5,-585.5 573.5,-587.5 872.5,-587.5 872.5,-585.5 573.5,-585.5"/> +<polygon fill="#ffffff" stroke="none" points="573.5,-583.5 573.5,-585.5 872.5,-585.5 872.5,-583.5 573.5,-583.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-581.5 573.5,-583.5 872.5,-583.5 872.5,-581.5 573.5,-581.5"/> +<text text-anchor="start" x="596.75" y="-566.2" font-family="arial" font-size="14.00">Veronte 1X:62:V_USB_ID</text> +<text text-anchor="start" x="800.88" y="-566.2" font-family="arial" font-size="14.00">     BN    </text> +<polygon fill="#000000" stroke="none" points="573.5,-559.5 573.5,-561.5 872.5,-561.5 872.5,-559.5 573.5,-559.5"/> +<polygon fill="#895956" stroke="none" points="573.5,-557.5 573.5,-559.5 872.5,-559.5 872.5,-557.5 573.5,-557.5"/> +<polygon fill="#895956" stroke="none" points="573.5,-555.5 573.5,-557.5 872.5,-557.5 872.5,-555.5 573.5,-555.5"/> +<polygon fill="#895956" stroke="none" points="573.5,-553.5 573.5,-555.5 872.5,-555.5 872.5,-553.5 573.5,-553.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-551.5 573.5,-553.5 872.5,-553.5 872.5,-551.5 573.5,-551.5"/> +<text text-anchor="start" x="579.5" y="-536.2" font-family="arial" font-size="14.00">Veronte 1X:63:FTS_OUT_MPU</text> +<text text-anchor="start" x="800.12" y="-536.2" font-family="arial" font-size="14.00">     GN    </text> +<polygon fill="#000000" stroke="none" points="573.5,-529.5 573.5,-531.5 872.5,-531.5 872.5,-529.5 573.5,-529.5"/> +<polygon fill="#00ff00" stroke="none" points="573.5,-527.5 573.5,-529.5 872.5,-529.5 872.5,-527.5 573.5,-527.5"/> +<polygon fill="#00ff00" stroke="none" points="573.5,-525.5 573.5,-527.5 872.5,-527.5 872.5,-525.5 573.5,-525.5"/> +<polygon fill="#00ff00" stroke="none" points="573.5,-523.5 573.5,-525.5 872.5,-525.5 872.5,-523.5 573.5,-523.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-521.5 573.5,-523.5 872.5,-523.5 872.5,-521.5 573.5,-521.5"/> +<text text-anchor="start" x="575.38" y="-506.2" font-family="arial" font-size="14.00">Veronte 1X:64:FTS2_OUT_MPU</text> +<text text-anchor="start" x="801.25" y="-506.2" font-family="arial" font-size="14.00">     YE    </text> +<polygon fill="#000000" stroke="none" points="573.5,-499.5 573.5,-501.5 872.5,-501.5 872.5,-499.5 573.5,-499.5"/> +<polygon fill="#ffff00" stroke="none" points="573.5,-497.5 573.5,-499.5 872.5,-499.5 872.5,-497.5 573.5,-497.5"/> +<polygon fill="#ffff00" stroke="none" points="573.5,-495.5 573.5,-497.5 872.5,-497.5 872.5,-495.5 573.5,-495.5"/> +<polygon fill="#ffff00" stroke="none" points="573.5,-493.5 573.5,-495.5 872.5,-495.5 872.5,-493.5 573.5,-493.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-491.5 573.5,-493.5 872.5,-493.5 872.5,-491.5 573.5,-491.5"/> +<text text-anchor="start" x="616.25" y="-476.2" font-family="arial" font-size="14.00">Veronte 1X:65:GND</text> +<text text-anchor="start" x="800.5" y="-476.2" font-family="arial" font-size="14.00">     GY    </text> +<polygon fill="#000000" stroke="none" points="573.5,-469.5 573.5,-471.5 872.5,-471.5 872.5,-469.5 573.5,-469.5"/> +<polygon fill="#999999" stroke="none" points="573.5,-467.5 573.5,-469.5 872.5,-469.5 872.5,-467.5 573.5,-467.5"/> +<polygon fill="#999999" stroke="none" points="573.5,-465.5 573.5,-467.5 872.5,-467.5 872.5,-465.5 573.5,-465.5"/> +<polygon fill="#999999" stroke="none" points="573.5,-463.5 573.5,-465.5 872.5,-465.5 872.5,-463.5 573.5,-463.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-461.5 573.5,-463.5 872.5,-463.5 872.5,-461.5 573.5,-461.5"/> +<text text-anchor="start" x="616.25" y="-446.2" font-family="arial" font-size="14.00">Veronte 1X:66:GND</text> +<text text-anchor="start" x="800.88" y="-446.2" font-family="arial" font-size="14.00">     PK    </text> +<polygon fill="#000000" stroke="none" points="573.5,-439.5 573.5,-441.5 872.5,-441.5 872.5,-439.5 573.5,-439.5"/> +<polygon fill="#ff66cc" stroke="none" points="573.5,-437.5 573.5,-439.5 872.5,-439.5 872.5,-437.5 573.5,-437.5"/> +<polygon fill="#ff66cc" stroke="none" points="573.5,-435.5 573.5,-437.5 872.5,-437.5 872.5,-435.5 573.5,-435.5"/> +<polygon fill="#ff66cc" stroke="none" points="573.5,-433.5 573.5,-435.5 872.5,-435.5 872.5,-433.5 573.5,-433.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-431.5 573.5,-433.5 872.5,-433.5 872.5,-431.5 573.5,-431.5"/> +<text text-anchor="start" x="616.62" y="-416.2" font-family="arial" font-size="14.00">Veronte 1X:67:VCC</text> +<text text-anchor="start" x="800.88" y="-416.2" font-family="arial" font-size="14.00">     BU    </text> +<polygon fill="#000000" stroke="none" points="573.5,-409.5 573.5,-411.5 872.5,-411.5 872.5,-409.5 573.5,-409.5"/> +<polygon fill="#0066ff" stroke="none" points="573.5,-407.5 573.5,-409.5 872.5,-409.5 872.5,-407.5 573.5,-407.5"/> +<polygon fill="#0066ff" stroke="none" points="573.5,-405.5 573.5,-407.5 872.5,-407.5 872.5,-405.5 573.5,-405.5"/> +<polygon fill="#0066ff" stroke="none" points="573.5,-403.5 573.5,-405.5 872.5,-405.5 872.5,-403.5 573.5,-403.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-401.5 573.5,-403.5 872.5,-403.5 872.5,-401.5 573.5,-401.5"/> +<text text-anchor="start" x="616.62" y="-386.2" font-family="arial" font-size="14.00">Veronte 1X:68:VCC</text> +<text text-anchor="start" x="800.12" y="-386.2" font-family="arial" font-size="14.00">     RD    </text> +<polygon fill="#000000" stroke="none" points="573.5,-379.5 573.5,-381.5 872.5,-381.5 872.5,-379.5 573.5,-379.5"/> +<polygon fill="#ff0000" stroke="none" points="573.5,-377.5 573.5,-379.5 872.5,-379.5 872.5,-377.5 573.5,-377.5"/> +<polygon fill="#ff0000" stroke="none" points="573.5,-375.5 573.5,-377.5 872.5,-377.5 872.5,-375.5 573.5,-375.5"/> +<polygon fill="#ff0000" stroke="none" points="573.5,-373.5 573.5,-375.5 872.5,-375.5 872.5,-373.5 573.5,-373.5"/> +<polygon fill="#000000" stroke="none" points="573.5,-371.5 573.5,-373.5 872.5,-373.5 872.5,-371.5 573.5,-371.5"/> +<text text-anchor="start" x="678.12" y="-356.2" font-family="arial" font-size="14.00"> </text> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge42" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-2113C481.56,-2113 499.72,-2112.5 572.5,-2112.5"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-2115C481.61,-2115 499.78,-2114.5 572.5,-2114.5"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-2117C481.67,-2117 499.83,-2116.5 572.5,-2116.5"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-2119C481.72,-2119 499.89,-2118.5 572.5,-2118.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-2121C481.78,-2121 499.94,-2120.5 572.5,-2120.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge43" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-2041C487.77,-2043.76 501.33,-2085.26 572.5,-2082.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-2043C485.87,-2044.38 499.43,-2085.88 572.5,-2084.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-2045C483.97,-2045 497.53,-2086.5 572.5,-2086.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-2047C482.07,-2045.62 495.63,-2087.12 572.5,-2088.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-2049C480.17,-2046.24 493.73,-2087.74 572.5,-2090.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge44" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-2017C487.05,-2019.46 501.83,-2054.96 572.5,-2052.5"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-2019C485.21,-2020.23 499.99,-2055.73 572.5,-2054.5"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-2021C483.36,-2021 498.14,-2056.5 572.5,-2056.5"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-2023C481.51,-2021.77 496.29,-2057.27 572.5,-2058.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-2025C479.67,-2022.54 494.45,-2058.04 572.5,-2060.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge45" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1993C486.37,-1995.11 502.19,-2024.61 572.5,-2022.5"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1995C484.6,-1996.05 500.42,-2025.55 572.5,-2024.5"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1997C482.84,-1997 498.66,-2026.5 572.5,-2026.5"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1999C481.08,-1997.95 496.9,-2027.45 572.5,-2028.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-2001C479.31,-1998.89 495.13,-2028.39 572.5,-2030.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge46" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1969C485.68,-1970.69 502.35,-1994.19 572.5,-1992.5"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-1971C484.04,-1971.84 500.72,-1995.34 572.5,-1994.5"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-1973C482.41,-1973 499.09,-1996.5 572.5,-1996.5"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-1975C480.78,-1974.16 497.46,-1997.66 572.5,-1998.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1977C479.15,-1975.31 495.82,-1998.81 572.5,-2000.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge47" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1945C484.92,-1946.18 502.26,-1963.68 572.5,-1962.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-1947C483.5,-1947.59 500.84,-1965.09 572.5,-1964.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-1949C482.08,-1949 499.42,-1966.5 572.5,-1966.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-1951C480.66,-1950.41 498,-1967.91 572.5,-1968.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1953C479.24,-1951.82 496.58,-1969.32 572.5,-1970.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge48" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1897C482.87,-1897.17 500.96,-1902.67 572.5,-1902.5"/> +<path fill="none" stroke="#8000ff" stroke-width="2" d="M409,-1899C482.29,-1899.09 500.37,-1904.59 572.5,-1904.5"/> +<path fill="none" stroke="#8000ff" stroke-width="2" d="M409,-1901C481.71,-1901 499.79,-1906.5 572.5,-1906.5"/> +<path fill="none" stroke="#8000ff" stroke-width="2" d="M409,-1903C481.13,-1902.91 499.21,-1908.41 572.5,-1908.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1905C480.54,-1904.83 498.63,-1910.33 572.5,-1910.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge49" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1873C481.56,-1873 499.72,-1872.5 572.5,-1872.5"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1875C481.61,-1875 499.78,-1874.5 572.5,-1874.5"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-1877C481.67,-1877 499.83,-1876.5 572.5,-1876.5"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1879C481.72,-1879 499.89,-1878.5 572.5,-1878.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1881C481.78,-1881 499.94,-1880.5 572.5,-1880.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge50" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1849C480.37,-1849.24 498.42,-1842.74 572.5,-1842.5"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-1851C481.05,-1851.12 499.1,-1844.62 572.5,-1844.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-1853C481.72,-1853 499.78,-1846.5 572.5,-1846.5"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-1855C482.4,-1854.88 500.45,-1848.38 572.5,-1848.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1857C483.08,-1856.76 501.13,-1850.26 572.5,-1850.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge51" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1825C479.57,-1825.73 497.32,-1813.23 572.5,-1812.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1827C480.73,-1827.37 498.47,-1814.87 572.5,-1814.5"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-1829C481.88,-1829 499.62,-1816.5 572.5,-1816.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1831C483.03,-1830.63 500.77,-1818.13 572.5,-1818.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1833C484.18,-1832.27 501.93,-1819.77 572.5,-1820.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge52" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1801C479.2,-1802.27 496.44,-1783.77 572.5,-1782.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1803C480.67,-1803.64 497.91,-1785.14 572.5,-1784.5"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-1805C482.13,-1805 499.37,-1786.5 572.5,-1786.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1807C483.59,-1806.36 500.83,-1787.86 572.5,-1788.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1809C485.06,-1807.73 502.3,-1789.23 572.5,-1790.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge53" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1777C479.16,-1778.76 495.71,-1754.26 572.5,-1752.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-1779C480.82,-1779.88 497.36,-1755.38 572.5,-1754.5"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-1781C482.48,-1781 499.02,-1756.5 572.5,-1756.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-1783C484.14,-1782.12 500.68,-1757.62 572.5,-1758.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1785C485.79,-1783.24 502.34,-1758.74 572.5,-1760.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge54" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1753C479.36,-1755.17 495.02,-1724.67 572.5,-1722.5"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-1755C481.14,-1756.09 496.8,-1725.59 572.5,-1724.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-1757C482.92,-1757 498.58,-1726.5 572.5,-1726.5"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-1759C484.7,-1757.91 500.36,-1727.41 572.5,-1728.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1761C486.48,-1758.83 502.14,-1728.33 572.5,-1730.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge55" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1729C479.74,-1731.52 494.33,-1695.02 572.5,-1692.5"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-1731C481.6,-1732.26 496.19,-1695.76 572.5,-1694.5"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-1733C483.46,-1733 498.04,-1696.5 572.5,-1696.5"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-1735C485.31,-1733.74 499.9,-1697.24 572.5,-1698.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1737C487.17,-1734.48 501.76,-1697.98 572.5,-1700.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge56" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1609C480.37,-1609.24 498.42,-1602.74 572.5,-1602.5"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-1611C481.05,-1611.12 499.1,-1604.62 572.5,-1604.5"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-1613C481.72,-1613 499.78,-1606.5 572.5,-1606.5"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-1615C482.4,-1614.88 500.45,-1608.38 572.5,-1608.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1617C483.08,-1616.76 501.13,-1610.26 572.5,-1610.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge57" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1585C479.57,-1585.73 497.32,-1573.23 572.5,-1572.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-1587C480.73,-1587.37 498.47,-1574.87 572.5,-1574.5"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-1589C481.88,-1589 499.62,-1576.5 572.5,-1576.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-1591C483.03,-1590.63 500.77,-1578.13 572.5,-1578.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1593C484.18,-1592.27 501.93,-1579.77 572.5,-1580.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge58" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1489C485.68,-1490.69 502.35,-1514.19 572.5,-1512.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1491C484.04,-1491.84 500.72,-1515.34 572.5,-1514.5"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-1493C482.41,-1493 499.09,-1516.5 572.5,-1516.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1495C480.78,-1494.16 497.46,-1517.66 572.5,-1518.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1497C479.15,-1495.31 495.82,-1518.81 572.5,-1520.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge59" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1393C495.84,-1397.1 493.66,-1486.6 572.5,-1482.5"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-1395C493.84,-1397.05 491.66,-1486.55 572.5,-1484.5"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-1397C491.84,-1397 489.66,-1486.5 572.5,-1486.5"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-1399C489.84,-1396.95 487.66,-1486.45 572.5,-1488.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1401C487.84,-1396.9 485.66,-1486.4 572.5,-1490.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge60" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1369C494.59,-1372.99 494.91,-1456.49 572.5,-1452.5"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-1371C492.59,-1372.99 492.91,-1456.49 572.5,-1454.5"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-1373C490.59,-1373 490.91,-1456.5 572.5,-1456.5"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-1375C488.59,-1373.01 488.91,-1456.51 572.5,-1458.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1377C486.59,-1373.01 486.91,-1456.51 572.5,-1460.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge61" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1321C492.3,-1324.73 497.18,-1396.23 572.5,-1392.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-1323C490.31,-1324.86 495.18,-1396.36 572.5,-1394.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-1325C488.31,-1325 493.19,-1396.5 572.5,-1396.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-1327C486.32,-1325.14 491.19,-1396.64 572.5,-1398.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1329C484.32,-1325.27 489.2,-1396.77 572.5,-1400.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge62" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1273C490.29,-1276.41 499.13,-1335.91 572.5,-1332.5"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1275C488.31,-1276.71 497.15,-1336.21 572.5,-1334.5"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1277C486.33,-1277 495.17,-1336.5 572.5,-1336.5"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1279C484.35,-1277.29 493.19,-1336.79 572.5,-1338.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1281C482.37,-1277.59 491.21,-1337.09 572.5,-1340.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge63" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1225C488.55,-1228.01 500.7,-1275.51 572.5,-1272.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-1227C486.61,-1228.5 498.77,-1276 572.5,-1274.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-1229C484.67,-1229 496.83,-1276.5 572.5,-1276.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-1231C482.73,-1229.5 494.89,-1277 572.5,-1278.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1233C480.8,-1229.99 492.95,-1277.49 572.5,-1280.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge64" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1201C487.77,-1203.76 501.33,-1245.26 572.5,-1242.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1203C485.87,-1204.38 499.43,-1245.88 572.5,-1244.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1205C483.97,-1205 497.53,-1246.5 572.5,-1246.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1207C482.07,-1205.62 495.63,-1247.12 572.5,-1248.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1209C480.17,-1206.24 493.73,-1247.74 572.5,-1250.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge65" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1177C487.05,-1179.46 501.83,-1214.96 572.5,-1212.5"/> +<path fill="none" stroke="#8000ff" stroke-width="2" d="M409,-1179C485.21,-1180.23 499.99,-1215.73 572.5,-1214.5"/> +<path fill="none" stroke="#8000ff" stroke-width="2" d="M409,-1181C483.36,-1181 498.14,-1216.5 572.5,-1216.5"/> +<path fill="none" stroke="#8000ff" stroke-width="2" d="M409,-1183C481.51,-1181.77 496.29,-1217.27 572.5,-1218.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1185C479.67,-1182.54 494.45,-1218.04 572.5,-1220.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge66" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1129C485.68,-1130.69 502.35,-1154.19 572.5,-1152.5"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-1131C484.04,-1131.84 500.72,-1155.34 572.5,-1154.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-1133C482.41,-1133 499.09,-1156.5 572.5,-1156.5"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-1135C480.78,-1134.16 497.46,-1157.66 572.5,-1158.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1137C479.15,-1135.31 495.82,-1158.81 572.5,-1160.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge67" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1105C484.92,-1106.18 502.26,-1123.68 572.5,-1122.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1107C483.5,-1107.59 500.84,-1125.09 572.5,-1124.5"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-1109C482.08,-1109 499.42,-1126.5 572.5,-1126.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1111C480.66,-1110.41 498,-1127.91 572.5,-1128.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1113C479.24,-1111.82 496.58,-1129.32 572.5,-1130.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge68" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1057C482.87,-1057.17 500.96,-1062.67 572.5,-1062.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-1059C482.29,-1059.09 500.37,-1064.59 572.5,-1064.5"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-1061C481.71,-1061 499.79,-1066.5 572.5,-1066.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-1063C481.13,-1062.91 499.21,-1068.41 572.5,-1068.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1065C480.54,-1064.83 498.63,-1070.33 572.5,-1070.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge69" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1033C481.56,-1033 499.72,-1032.5 572.5,-1032.5"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-1035C481.61,-1035 499.78,-1034.5 572.5,-1034.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-1037C481.67,-1037 499.83,-1036.5 572.5,-1036.5"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-1039C481.72,-1039 499.89,-1038.5 572.5,-1038.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1041C481.78,-1041 499.94,-1040.5 572.5,-1040.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge70" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-985C479.57,-985.73 497.32,-973.23 572.5,-972.5"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-987C480.73,-987.37 498.47,-974.87 572.5,-974.5"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-989C481.88,-989 499.62,-976.5 572.5,-976.5"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-991C483.03,-990.63 500.77,-978.13 572.5,-978.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-993C484.18,-992.27 501.93,-979.77 572.5,-980.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge71" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-961C479.2,-962.27 496.44,-943.77 572.5,-942.5"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-963C480.67,-963.64 497.91,-945.14 572.5,-944.5"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-965C482.13,-965 499.37,-946.5 572.5,-946.5"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-967C483.59,-966.36 500.83,-947.86 572.5,-948.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-969C485.06,-967.73 502.3,-949.23 572.5,-950.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge72" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-937C479.16,-938.76 495.71,-914.26 572.5,-912.5"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-939C480.82,-939.88 497.36,-915.38 572.5,-914.5"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-941C482.48,-941 499.02,-916.5 572.5,-916.5"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-943C484.14,-942.12 500.68,-917.62 572.5,-918.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-945C485.79,-943.24 502.34,-918.74 572.5,-920.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge73" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-913C479.36,-915.17 495.02,-884.67 572.5,-882.5"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-915C481.14,-916.09 496.8,-885.59 572.5,-884.5"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-917C482.92,-917 498.58,-886.5 572.5,-886.5"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-919C484.7,-917.91 500.36,-887.41 572.5,-888.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-921C486.48,-918.83 502.14,-888.33 572.5,-890.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge74" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-889C479.74,-891.52 494.33,-855.02 572.5,-852.5"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-891C481.6,-892.26 496.19,-855.76 572.5,-854.5"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-893C483.46,-893 498.04,-856.5 572.5,-856.5"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-895C485.31,-893.74 499.9,-857.24 572.5,-858.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-897C487.17,-894.48 501.76,-857.98 572.5,-860.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge75" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-865C480.27,-867.8 493.6,-825.3 572.5,-822.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-867C482.17,-868.4 495.51,-825.9 572.5,-824.5"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-869C484.08,-869 497.42,-826.5 572.5,-826.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-871C485.99,-869.6 499.33,-827.1 572.5,-828.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-873C487.9,-870.2 501.23,-827.7 572.5,-830.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge76" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-841C480.91,-844.05 492.82,-795.55 572.5,-792.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-843C482.85,-844.52 494.76,-796.02 572.5,-794.5"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-845C484.8,-845 496.7,-796.5 572.5,-796.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-847C486.74,-845.48 498.65,-796.98 572.5,-798.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-849C488.68,-845.95 500.59,-797.45 572.5,-800.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge77" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-817C481.67,-820.26 491.97,-765.76 572.5,-762.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-819C483.63,-820.63 493.94,-766.13 572.5,-764.5"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-821C485.6,-821 495.9,-766.5 572.5,-766.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-823C487.56,-821.37 497.87,-766.87 572.5,-768.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-825C489.53,-821.74 499.83,-767.24 572.5,-770.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge78" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-793C482.52,-796.44 491.06,-735.94 572.5,-732.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-795C484.5,-796.72 493.04,-736.22 572.5,-734.5"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-797C486.48,-797 495.02,-736.5 572.5,-736.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-799C488.46,-797.28 497,-736.78 572.5,-738.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-801C490.44,-797.56 498.98,-737.06 572.5,-740.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge79" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-769C483.47,-772.6 490.07,-706.1 572.5,-702.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-771C485.46,-772.8 492.06,-706.3 572.5,-704.5"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-773C487.45,-773 494.05,-706.5 572.5,-706.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-775C489.44,-773.2 496.04,-706.7 572.5,-708.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-777C491.43,-773.4 498.03,-706.9 572.5,-710.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge80" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-745C484.5,-748.75 489.02,-676.25 572.5,-672.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-747C486.49,-748.88 491.01,-676.38 572.5,-674.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-749C488.49,-749 493.01,-676.5 572.5,-676.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-751C490.49,-749.12 495.01,-676.62 572.5,-678.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-753C492.48,-749.25 497,-676.75 572.5,-680.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge81" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-697C486.8,-701 486.7,-616.5 572.5,-612.5"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-699C488.8,-701 488.7,-616.5 572.5,-614.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-701C490.8,-701 490.7,-616.5 572.5,-616.5"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-703C492.8,-701 492.7,-616.5 572.5,-618.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-705C494.8,-701 494.7,-616.5 572.5,-620.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge82" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-673C488.06,-677.12 485.45,-586.62 572.5,-582.5"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-675C490.06,-677.06 487.44,-586.56 572.5,-584.5"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-677C492.06,-677 489.44,-586.5 572.5,-586.5"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-679C494.06,-676.94 491.44,-586.44 572.5,-588.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-681C496.05,-676.88 493.44,-586.38 572.5,-590.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge83" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-649C489.39,-653.22 484.13,-556.72 572.5,-552.5"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-651C491.38,-653.11 486.12,-556.61 572.5,-554.5"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-653C493.38,-653 488.12,-556.5 572.5,-556.5"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-655C495.38,-652.89 490.12,-556.39 572.5,-558.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-657C497.37,-652.78 492.11,-556.28 572.5,-560.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge84" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-625C490.78,-629.31 482.75,-526.81 572.5,-522.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-627C492.77,-629.16 484.74,-526.66 572.5,-524.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-629C494.77,-629 486.73,-526.5 572.5,-526.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-631C496.76,-628.84 488.73,-526.34 572.5,-528.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-633C498.75,-628.69 490.72,-526.19 572.5,-530.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge85" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-601C492.23,-605.4 481.31,-496.9 572.5,-492.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-603C494.22,-605.2 483.3,-496.7 572.5,-494.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-605C496.21,-605 485.29,-496.5 572.5,-496.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-607C498.2,-604.8 487.28,-496.3 572.5,-498.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-609C500.19,-604.6 489.27,-496.1 572.5,-500.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge86" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-529C496.93,-533.63 476.67,-407.13 572.5,-402.5"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-531C498.9,-533.32 478.65,-406.82 572.5,-404.5"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-533C500.88,-533 480.62,-406.5 572.5,-406.5"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-535C502.85,-532.68 482.6,-406.18 572.5,-408.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-537C504.83,-532.37 484.57,-405.87 572.5,-410.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge87" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-505C498.59,-509.7 475.03,-377.2 572.5,-372.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-507C500.56,-509.35 477,-376.85 572.5,-374.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-509C502.53,-509 478.97,-376.5 572.5,-376.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-511C504.5,-508.65 480.94,-376.15 572.5,-378.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-513C506.47,-508.3 482.91,-375.8 572.5,-380.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge88" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1921C484.02,-1921.64 501.82,-1933.14 572.5,-1932.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1923C482.93,-1923.32 500.74,-1934.82 572.5,-1934.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1925C481.85,-1925 499.65,-1936.5 572.5,-1936.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1927C480.76,-1926.68 498.57,-1938.18 572.5,-1938.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1929C479.68,-1928.36 497.48,-1939.86 572.5,-1940.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge90" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1705C480.27,-1707.8 493.6,-1665.3 572.5,-1662.5"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-1707C482.17,-1708.4 495.51,-1665.9 572.5,-1664.5"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-1709C484.08,-1709 497.42,-1666.5 572.5,-1666.5"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-1711C485.99,-1709.6 499.33,-1667.1 572.5,-1668.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1713C487.9,-1710.2 501.23,-1667.7 572.5,-1670.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge92" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1633C481.56,-1633 499.72,-1632.5 572.5,-1632.5"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-1635C481.61,-1635 499.78,-1634.5 572.5,-1634.5"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-1637C481.67,-1637 499.83,-1636.5 572.5,-1636.5"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-1639C481.72,-1639 499.89,-1638.5 572.5,-1638.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1641C481.78,-1641 499.94,-1640.5 572.5,-1640.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge94" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1561C479.2,-1562.27 496.44,-1543.77 572.5,-1542.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-1563C480.67,-1563.64 497.91,-1545.14 572.5,-1544.5"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-1565C482.13,-1565 499.37,-1546.5 572.5,-1546.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-1567C483.59,-1566.36 500.83,-1547.86 572.5,-1548.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1569C485.06,-1567.73 502.3,-1549.23 572.5,-1550.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge96" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1345C493.41,-1348.86 496.08,-1426.36 572.5,-1422.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1347C491.42,-1348.93 494.08,-1426.43 572.5,-1424.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1349C489.42,-1349 492.08,-1426.5 572.5,-1426.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1351C487.42,-1349.07 490.08,-1426.57 572.5,-1428.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1353C485.42,-1349.14 488.09,-1426.64 572.5,-1430.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge98" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1297C491.26,-1300.58 498.2,-1366.08 572.5,-1362.5"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-1299C489.27,-1300.79 496.21,-1366.29 572.5,-1364.5"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-1301C487.28,-1301 494.22,-1366.5 572.5,-1366.5"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-1303C485.29,-1301.21 492.23,-1366.71 572.5,-1368.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1305C483.3,-1301.42 490.24,-1366.92 572.5,-1370.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge100" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1249C489.38,-1252.22 499.97,-1305.72 572.5,-1302.5"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-1251C487.42,-1252.61 498,-1306.11 572.5,-1304.5"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-1253C485.46,-1253 496.04,-1306.5 572.5,-1306.5"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-1255C483.5,-1253.39 494.08,-1306.89 572.5,-1308.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1257C481.53,-1253.78 492.12,-1307.28 572.5,-1310.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge102" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1153C486.37,-1155.11 502.19,-1184.61 572.5,-1182.5"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1155C484.6,-1156.05 500.42,-1185.55 572.5,-1184.5"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-1157C482.84,-1157 498.66,-1186.5 572.5,-1186.5"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1159C481.08,-1157.95 496.9,-1187.45 572.5,-1188.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1161C479.31,-1158.89 495.13,-1188.39 572.5,-1190.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge104" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1081C484.02,-1081.64 501.82,-1093.14 572.5,-1092.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1083C482.93,-1083.32 500.74,-1094.82 572.5,-1094.5"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-1085C481.85,-1085 499.65,-1096.5 572.5,-1096.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1087C480.76,-1086.68 498.57,-1098.18 572.5,-1098.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1089C479.68,-1088.36 497.48,-1099.86 572.5,-1100.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge106" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1009C480.37,-1009.24 498.42,-1002.74 572.5,-1002.5"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-1011C481.05,-1011.12 499.1,-1004.62 572.5,-1004.5"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-1013C481.72,-1013 499.78,-1006.5 572.5,-1006.5"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-1015C482.4,-1014.88 500.45,-1008.38 572.5,-1008.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1017C483.08,-1016.76 501.13,-1010.26 572.5,-1010.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge108" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-721C485.61,-724.88 487.89,-646.38 572.5,-642.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-723C487.61,-724.94 489.89,-646.44 572.5,-644.5"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-725C489.61,-725 491.89,-646.5 572.5,-646.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-727C491.61,-725.06 493.89,-646.56 572.5,-648.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-729C493.61,-725.12 495.89,-646.62 572.5,-650.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge110" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-577C493.74,-581.48 479.82,-466.98 572.5,-462.5"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-579C495.73,-581.24 481.8,-466.74 572.5,-464.5"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-581C497.71,-581 483.79,-466.5 572.5,-466.5"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-583C499.7,-580.76 485.77,-466.26 572.5,-468.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-585C501.68,-580.52 487.76,-466.02 572.5,-470.5"/> +</g> +<!-- Veronte 1X--W8 --> +<g id="edge112" class="edge"> +<title>Veronte 1X:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-553C495.31,-557.56 478.27,-437.06 572.5,-432.5"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-555C497.29,-557.28 480.25,-436.78 572.5,-434.5"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-557C499.27,-557 482.23,-436.5 572.5,-436.5"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-559C501.25,-556.72 484.21,-436.22 572.5,-438.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-561C503.23,-556.44 486.19,-435.94 572.5,-440.5"/> +</g> +<!-- W13 --> +<g id="node60" class="node"> +<title>W13</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="891.5,-3684.5 554.5,-3684.5 554.5,-3535.5 891.5,-3535.5 891.5,-3684.5"/> +<polygon fill="none" stroke="black" points="554.5,-3660 554.5,-3684.5 891.5,-3684.5 891.5,-3660 554.5,-3660"/> +<text text-anchor="start" x="707.62" y="-3667.2" font-family="arial" font-size="14.00">W13</text> +<polygon fill="none" stroke="black" points="554.5,-3635.5 554.5,-3660 633.33,-3660 633.33,-3635.5 554.5,-3635.5"/> +<text text-anchor="start" x="586.42" y="-3642.7" font-family="arial" font-size="14.00">2x</text> +<polygon fill="none" stroke="black" points="633.33,-3635.5 633.33,-3660 752.67,-3660 752.67,-3635.5 633.33,-3635.5"/> +<text text-anchor="start" x="665.25" y="-3642.7" font-family="arial" font-size="14.00">22 AWG</text> +<polygon fill="none" stroke="black" points="752.67,-3635.5 752.67,-3660 891.5,-3660 891.5,-3635.5 752.67,-3635.5"/> +<text text-anchor="start" x="784.58" y="-3642.7" font-family="arial" font-size="14.00">75.5 Inches</text> +<text text-anchor="start" x="612.12" y="-3620.2" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="556.25" y="-3600.2" font-family="arial" font-size="14.00">Veronte 1X:2:I/O2</text> +<text text-anchor="start" x="675.88" y="-3600.2" font-family="arial" font-size="14.00">     BN    </text> +<text text-anchor="start" x="733.5" y="-3600.2" font-family="arial" font-size="14.00">VP-X J2:1:Switch input 1</text> +<polygon fill="#000000" stroke="none" points="554.5,-3593.5 554.5,-3595.5 891.5,-3595.5 891.5,-3593.5 554.5,-3593.5"/> +<polygon fill="#895956" stroke="none" points="554.5,-3591.5 554.5,-3593.5 891.5,-3593.5 891.5,-3591.5 554.5,-3591.5"/> +<polygon fill="#895956" stroke="none" points="554.5,-3589.5 554.5,-3591.5 891.5,-3591.5 891.5,-3589.5 554.5,-3589.5"/> +<polygon fill="#895956" stroke="none" points="554.5,-3587.5 554.5,-3589.5 891.5,-3589.5 891.5,-3587.5 554.5,-3587.5"/> +<polygon fill="#000000" stroke="none" points="554.5,-3585.5 554.5,-3587.5 891.5,-3587.5 891.5,-3585.5 554.5,-3585.5"/> +<text text-anchor="start" x="556.25" y="-3570.2" font-family="arial" font-size="14.00">Veronte 1X:3:I/O3</text> +<text text-anchor="start" x="675.12" y="-3570.2" font-family="arial" font-size="14.00">     GN    </text> +<text text-anchor="start" x="733.5" y="-3570.2" font-family="arial" font-size="14.00">VP-X J2:2:Switch input 2</text> +<polygon fill="#000000" stroke="none" points="554.5,-3563.5 554.5,-3565.5 891.5,-3565.5 891.5,-3563.5 554.5,-3563.5"/> +<polygon fill="#00ff00" stroke="none" points="554.5,-3561.5 554.5,-3563.5 891.5,-3563.5 891.5,-3561.5 554.5,-3561.5"/> +<polygon fill="#00ff00" stroke="none" points="554.5,-3559.5 554.5,-3561.5 891.5,-3561.5 891.5,-3559.5 554.5,-3559.5"/> +<polygon fill="#00ff00" stroke="none" points="554.5,-3557.5 554.5,-3559.5 891.5,-3559.5 891.5,-3557.5 554.5,-3557.5"/> +<polygon fill="#000000" stroke="none" points="554.5,-3555.5 554.5,-3557.5 891.5,-3557.5 891.5,-3555.5 554.5,-3555.5"/> +<text text-anchor="start" x="612.12" y="-3540.2" font-family="arial" font-size="14.00"> </text> +</g> +<!-- Veronte 1X--W13 --> +<g id="edge126" class="edge"> +<title>Veronte 1X:e--W13:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-2089C747.1,-2094.32 222.95,-3591.82 553.5,-3586.5"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-2091C745.21,-2093.66 221.06,-3591.16 553.5,-3588.5"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-2093C743.32,-2093 219.18,-3590.5 553.5,-3590.5"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-2095C741.44,-2092.34 217.29,-3589.84 553.5,-3592.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-2097C739.55,-2091.68 215.4,-3589.18 553.5,-3594.5"/> +</g> +<!-- Veronte 1X--W13 --> +<g id="edge128" class="edge"> +<title>Veronte 1X:e--W13:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-2065C745.77,-2070.32 224.28,-3561.82 553.5,-3556.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-2067C743.88,-2069.66 222.39,-3561.16 553.5,-3558.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-2069C742,-2069 220.5,-3560.5 553.5,-3560.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-2071C740.11,-2068.34 218.62,-3559.84 553.5,-3562.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-2073C738.22,-2067.68 216.73,-3559.18 553.5,-3564.5"/> +</g> +<!-- VP-X J2 --> +<g id="node2" class="node"> +<title>VP-X J2</title> +<polygon fill="#ffffff" stroke="black" points="1381,-3867.5 1037,-3867.5 1037,-3310.5 1381,-3310.5 1381,-3867.5"/> +<polygon fill="none" stroke="black" points="1037,-3843 1037,-3867.5 1381,-3867.5 1381,-3843 1037,-3843"/> +<text text-anchor="start" x="1182.38" y="-3850.2" font-family="arial" font-size="14.00">VP-X J2</text> +<polygon fill="none" stroke="black" points="1037,-3818.5 1037,-3843 1281,-3843 1281,-3818.5 1037,-3818.5"/> +<text text-anchor="start" x="1067.12" y="-3825.7" font-family="arial" font-size="14.00">25-pin dsub (Male Terminals)</text> +<polygon fill="none" stroke="black" points="1281,-3818.5 1281,-3843 1381,-3843 1381,-3818.5 1281,-3818.5"/> +<text text-anchor="start" x="1311.12" y="-3825.7" font-family="arial" font-size="14.00">18-pin</text> +<polygon fill="none" stroke="black" points="1037,-3794.5 1037,-3818.5 1150,-3818.5 1150,-3794.5 1037,-3794.5"/> +<text text-anchor="start" x="1089.38" y="-3801.2" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1150,-3794.5 1150,-3818.5 1381,-3818.5 1381,-3794.5 1150,-3794.5"/> +<text text-anchor="start" x="1222" y="-3801.2" font-family="arial" font-size="14.00">Switch input 1</text> +<polygon fill="none" stroke="black" points="1037,-3770.5 1037,-3794.5 1150,-3794.5 1150,-3770.5 1037,-3770.5"/> +<text text-anchor="start" x="1089.38" y="-3777.2" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1150,-3770.5 1150,-3794.5 1381,-3794.5 1381,-3770.5 1150,-3770.5"/> +<text text-anchor="start" x="1222" y="-3777.2" font-family="arial" font-size="14.00">Switch input 2</text> +<polygon fill="none" stroke="black" points="1037,-3746.5 1037,-3770.5 1150,-3770.5 1150,-3746.5 1037,-3746.5"/> +<text text-anchor="start" x="1089.38" y="-3753.2" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="1150,-3746.5 1150,-3770.5 1381,-3770.5 1381,-3746.5 1150,-3746.5"/> +<text text-anchor="start" x="1222" y="-3753.2" font-family="arial" font-size="14.00">Switch input 3</text> +<polygon fill="none" stroke="black" points="1037,-3722.5 1037,-3746.5 1150,-3746.5 1150,-3722.5 1037,-3722.5"/> +<text text-anchor="start" x="1089.38" y="-3729.2" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="1150,-3722.5 1150,-3746.5 1381,-3746.5 1381,-3722.5 1150,-3722.5"/> +<text text-anchor="start" x="1222" y="-3729.2" font-family="arial" font-size="14.00">Switch input 4</text> +<polygon fill="none" stroke="black" points="1037,-3698.5 1037,-3722.5 1150,-3722.5 1150,-3698.5 1037,-3698.5"/> +<text text-anchor="start" x="1089.38" y="-3705.2" font-family="arial" font-size="14.00">5</text> +<polygon fill="none" stroke="black" points="1150,-3698.5 1150,-3722.5 1381,-3722.5 1381,-3698.5 1150,-3698.5"/> +<text text-anchor="start" x="1222" y="-3705.2" font-family="arial" font-size="14.00">Switch input 5</text> +<polygon fill="none" stroke="black" points="1037,-3674.5 1037,-3698.5 1150,-3698.5 1150,-3674.5 1037,-3674.5"/> +<text text-anchor="start" x="1089.38" y="-3681.2" font-family="arial" font-size="14.00">6</text> +<polygon fill="none" stroke="black" points="1150,-3674.5 1150,-3698.5 1381,-3698.5 1381,-3674.5 1150,-3674.5"/> +<text text-anchor="start" x="1222" y="-3681.2" font-family="arial" font-size="14.00">Switch input 6</text> +<polygon fill="none" stroke="black" points="1037,-3650.5 1037,-3674.5 1150,-3674.5 1150,-3650.5 1037,-3650.5"/> +<text text-anchor="start" x="1089.38" y="-3657.2" font-family="arial" font-size="14.00">7</text> +<polygon fill="none" stroke="black" points="1150,-3650.5 1150,-3674.5 1381,-3674.5 1381,-3650.5 1150,-3650.5"/> +<text text-anchor="start" x="1222" y="-3657.2" font-family="arial" font-size="14.00">Switch input 7</text> +<polygon fill="none" stroke="black" points="1037,-3626.5 1037,-3650.5 1150,-3650.5 1150,-3626.5 1037,-3626.5"/> +<text text-anchor="start" x="1089.38" y="-3633.2" font-family="arial" font-size="14.00">8</text> +<polygon fill="none" stroke="black" points="1150,-3626.5 1150,-3650.5 1381,-3650.5 1381,-3626.5 1150,-3626.5"/> +<text text-anchor="start" x="1222" y="-3633.2" font-family="arial" font-size="14.00">Switch input 8</text> +<polygon fill="none" stroke="black" points="1037,-3602.5 1037,-3626.5 1150,-3626.5 1150,-3602.5 1037,-3602.5"/> +<text text-anchor="start" x="1089.38" y="-3609.2" font-family="arial" font-size="14.00">9</text> +<polygon fill="none" stroke="black" points="1150,-3602.5 1150,-3626.5 1381,-3626.5 1381,-3602.5 1150,-3602.5"/> +<text text-anchor="start" x="1222" y="-3609.2" font-family="arial" font-size="14.00">Switch input 9</text> +<polygon fill="none" stroke="black" points="1037,-3578.5 1037,-3602.5 1150,-3602.5 1150,-3578.5 1037,-3578.5"/> +<text text-anchor="start" x="1085.25" y="-3585.2" font-family="arial" font-size="14.00">10</text> +<polygon fill="none" stroke="black" points="1150,-3578.5 1150,-3602.5 1381,-3602.5 1381,-3578.5 1150,-3578.5"/> +<text text-anchor="start" x="1217.88" y="-3585.2" font-family="arial" font-size="14.00">Switch input 10</text> +<polygon fill="none" stroke="black" points="1037,-3554.5 1037,-3578.5 1150,-3578.5 1150,-3554.5 1037,-3554.5"/> +<text text-anchor="start" x="1085.25" y="-3561.2" font-family="arial" font-size="14.00">11</text> +<polygon fill="none" stroke="black" points="1150,-3554.5 1150,-3578.5 1381,-3578.5 1381,-3554.5 1150,-3554.5"/> +<text text-anchor="start" x="1207" y="-3561.2" font-family="arial" font-size="14.00">Starter annun input</text> +<polygon fill="none" stroke="black" points="1037,-3530.5 1037,-3554.5 1150,-3554.5 1150,-3530.5 1037,-3530.5"/> +<text text-anchor="start" x="1085.25" y="-3537.2" font-family="arial" font-size="14.00">12</text> +<polygon fill="none" stroke="black" points="1150,-3530.5 1150,-3554.5 1381,-3554.5 1381,-3530.5 1150,-3530.5"/> +<text text-anchor="start" x="1198.38" y="-3537.2" font-family="arial" font-size="14.00">Aux batt voltage input</text> +<polygon fill="none" stroke="black" points="1037,-3506.5 1037,-3530.5 1150,-3530.5 1150,-3506.5 1037,-3506.5"/> +<text text-anchor="start" x="1085.25" y="-3513.2" font-family="arial" font-size="14.00">14</text> +<polygon fill="none" stroke="black" points="1150,-3506.5 1150,-3530.5 1381,-3530.5 1381,-3506.5 1150,-3506.5"/> +<text text-anchor="start" x="1220.5" y="-3513.2" font-family="arial" font-size="14.00">Flap up switch</text> +<polygon fill="none" stroke="black" points="1037,-3482.5 1037,-3506.5 1150,-3506.5 1150,-3482.5 1037,-3482.5"/> +<text text-anchor="start" x="1085.25" y="-3489.2" font-family="arial" font-size="14.00">15</text> +<polygon fill="none" stroke="black" points="1150,-3482.5 1150,-3506.5 1381,-3506.5 1381,-3482.5 1150,-3482.5"/> +<text text-anchor="start" x="1211.5" y="-3489.2" font-family="arial" font-size="14.00">Flap down switch</text> +<polygon fill="none" stroke="black" points="1037,-3458.5 1037,-3482.5 1150,-3482.5 1150,-3458.5 1037,-3458.5"/> +<text text-anchor="start" x="1085.25" y="-3465.2" font-family="arial" font-size="14.00">16</text> +<polygon fill="none" stroke="black" points="1150,-3458.5 1150,-3482.5 1381,-3482.5 1381,-3458.5 1150,-3458.5"/> +<text text-anchor="start" x="1211.12" y="-3465.2" font-family="arial" font-size="14.00">Roll trim left input</text> +<polygon fill="none" stroke="black" points="1037,-3434.5 1037,-3458.5 1150,-3458.5 1150,-3434.5 1037,-3434.5"/> +<text text-anchor="start" x="1085.25" y="-3441.2" font-family="arial" font-size="14.00">17</text> +<polygon fill="none" stroke="black" points="1150,-3434.5 1150,-3458.5 1381,-3458.5 1381,-3434.5 1150,-3434.5"/> +<text text-anchor="start" x="1207.38" y="-3441.2" font-family="arial" font-size="14.00">Roll trim right input</text> +<polygon fill="none" stroke="black" points="1037,-3410.5 1037,-3434.5 1150,-3434.5 1150,-3410.5 1037,-3410.5"/> +<text text-anchor="start" x="1085.25" y="-3417.2" font-family="arial" font-size="14.00">18</text> +<polygon fill="none" stroke="black" points="1150,-3410.5 1150,-3434.5 1381,-3434.5 1381,-3410.5 1150,-3410.5"/> +<text text-anchor="start" x="1209.62" y="-3417.2" font-family="arial" font-size="14.00">Pitch trim up input</text> +<polygon fill="none" stroke="black" points="1037,-3386.5 1037,-3410.5 1150,-3410.5 1150,-3386.5 1037,-3386.5"/> +<text text-anchor="start" x="1085.25" y="-3393.2" font-family="arial" font-size="14.00">19</text> +<polygon fill="none" stroke="black" points="1150,-3386.5 1150,-3410.5 1381,-3410.5 1381,-3386.5 1150,-3386.5"/> +<text text-anchor="start" x="1200.62" y="-3393.2" font-family="arial" font-size="14.00">Pitch trim down input</text> +<polygon fill="none" stroke="black" points="1037,-3310.5 1037,-3386.5 1381,-3386.5 1381,-3310.5 1037,-3310.5"/> +<image xlink:href="images\25dsub.png" width="336px" height="68px" preserveAspectRatio="xMinYMin meet" x="1041" y="-3382.5"/> +</g> +<!-- Swash1 --> +<g id="node3" class="node"> +<title>Swash1</title> +<polygon fill="#ffffff" stroke="black" points="2412.25,-3149 1953,-3149 1953,-2727 2412.25,-2727 2412.25,-3149"/> +<polygon fill="none" stroke="black" points="1953,-3124.5 1953,-3149 2412.25,-3149 2412.25,-3124.5 1953,-3124.5"/> +<text text-anchor="start" x="2157.5" y="-3131.7" font-family="arial" font-size="14.00">Swash1</text> +<polygon fill="none" stroke="black" points="1953,-3100 1953,-3124.5 2372.75,-3124.5 2372.75,-3100 1953,-3100"/> +<text text-anchor="start" x="1957" y="-3107.2" font-family="arial" font-size="14.00">Amphenol C091 M16 flange-mount male metal receptacle, 12-pin</text> +<polygon fill="none" stroke="black" points="2372.75,-3100 2372.75,-3124.5 2412.25,-3124.5 2412.25,-3100 2372.75,-3100"/> +<text text-anchor="start" x="2376.75" y="-3107.2" font-family="arial" font-size="14.00">2-pin</text> +<polygon fill="none" stroke="black" points="1953,-3076 1953,-3100 2164.12,-3100 2164.12,-3076 1953,-3076"/> +<text text-anchor="start" x="2052.94" y="-3082.7" font-family="arial" font-size="14.00">G</text> +<polygon fill="none" stroke="black" points="2164.12,-3076 2164.12,-3100 2412.25,-3100 2412.25,-3076 2164.12,-3076"/> +<text text-anchor="start" x="2264.19" y="-3082.7" font-family="arial" font-size="14.00">CAN_P</text> +<polygon fill="none" stroke="black" points="1953,-3052 1953,-3076 2164.12,-3076 2164.12,-3052 1953,-3052"/> +<text text-anchor="start" x="2054.81" y="-3058.7" font-family="arial" font-size="14.00">J</text> +<polygon fill="none" stroke="black" points="2164.12,-3052 2164.12,-3076 2412.25,-3076 2412.25,-3052 2164.12,-3052"/> +<text text-anchor="start" x="2264.19" y="-3058.7" font-family="arial" font-size="14.00">CAN_N</text> +<polygon fill="none" stroke="black" points="1953,-2727 1953,-3052 2412.25,-3052 2412.25,-2727 1953,-2727"/> +<image xlink:href="images\A2Logic.png" width="431px" height="317px" preserveAspectRatio="xMinYMin meet" x="1967.12" y="-3048"/> +</g> +<!-- Swash2 --> +<g id="node4" class="node"> +<title>Swash2</title> +<polygon fill="#ffffff" stroke="black" points="2412.25,-2654.5 1953,-2654.5 1953,-2557.5 2412.25,-2557.5 2412.25,-2654.5"/> +<polygon fill="none" stroke="black" points="1953,-2630 1953,-2654.5 2412.25,-2654.5 2412.25,-2630 1953,-2630"/> +<text text-anchor="start" x="2157.5" y="-2637.2" font-family="arial" font-size="14.00">Swash2</text> +<polygon fill="none" stroke="black" points="1953,-2605.5 1953,-2630 2372.75,-2630 2372.75,-2605.5 1953,-2605.5"/> +<text text-anchor="start" x="1957" y="-2612.7" font-family="arial" font-size="14.00">Amphenol C091 M16 flange-mount male metal receptacle, 12-pin</text> +<polygon fill="none" stroke="black" points="2372.75,-2605.5 2372.75,-2630 2412.25,-2630 2412.25,-2605.5 2372.75,-2605.5"/> +<text text-anchor="start" x="2376.75" y="-2612.7" font-family="arial" font-size="14.00">2-pin</text> +<polygon fill="none" stroke="black" points="1953,-2581.5 1953,-2605.5 2164.12,-2605.5 2164.12,-2581.5 1953,-2581.5"/> +<text text-anchor="start" x="2052.94" y="-2588.2" font-family="arial" font-size="14.00">G</text> +<polygon fill="none" stroke="black" points="2164.12,-2581.5 2164.12,-2605.5 2412.25,-2605.5 2412.25,-2581.5 2164.12,-2581.5"/> +<text text-anchor="start" x="2264.19" y="-2588.2" font-family="arial" font-size="14.00">CAN_P</text> +<polygon fill="none" stroke="black" points="1953,-2557.5 1953,-2581.5 2164.12,-2581.5 2164.12,-2557.5 1953,-2557.5"/> +<text text-anchor="start" x="2054.81" y="-2564.2" font-family="arial" font-size="14.00">J</text> +<polygon fill="none" stroke="black" points="2164.12,-2557.5 2164.12,-2581.5 2412.25,-2581.5 2412.25,-2557.5 2164.12,-2557.5"/> +<text text-anchor="start" x="2264.19" y="-2564.2" font-family="arial" font-size="14.00">CAN_N</text> +</g> +<!-- Swash3 --> +<g id="node5" class="node"> +<title>Swash3</title> +<polygon fill="#ffffff" stroke="black" points="2412.25,-3318.5 1953,-3318.5 1953,-3221.5 2412.25,-3221.5 2412.25,-3318.5"/> +<polygon fill="none" stroke="black" points="1953,-3294 1953,-3318.5 2412.25,-3318.5 2412.25,-3294 1953,-3294"/> +<text text-anchor="start" x="2157.5" y="-3301.2" font-family="arial" font-size="14.00">Swash3</text> +<polygon fill="none" stroke="black" points="1953,-3269.5 1953,-3294 2372.75,-3294 2372.75,-3269.5 1953,-3269.5"/> +<text text-anchor="start" x="1957" y="-3276.7" font-family="arial" font-size="14.00">Amphenol C091 M16 flange-mount male metal receptacle, 12-pin</text> +<polygon fill="none" stroke="black" points="2372.75,-3269.5 2372.75,-3294 2412.25,-3294 2412.25,-3269.5 2372.75,-3269.5"/> +<text text-anchor="start" x="2376.75" y="-3276.7" font-family="arial" font-size="14.00">2-pin</text> +<polygon fill="none" stroke="black" points="1953,-3245.5 1953,-3269.5 2164.12,-3269.5 2164.12,-3245.5 1953,-3245.5"/> +<text text-anchor="start" x="2052.94" y="-3252.2" font-family="arial" font-size="14.00">G</text> +<polygon fill="none" stroke="black" points="2164.12,-3245.5 2164.12,-3269.5 2412.25,-3269.5 2412.25,-3245.5 2164.12,-3245.5"/> +<text text-anchor="start" x="2264.19" y="-3252.2" font-family="arial" font-size="14.00">CAN_P</text> +<polygon fill="none" stroke="black" points="1953,-3221.5 1953,-3245.5 2164.12,-3245.5 2164.12,-3221.5 1953,-3221.5"/> +<text text-anchor="start" x="2054.81" y="-3228.2" font-family="arial" font-size="14.00">J</text> +<polygon fill="none" stroke="black" points="2164.12,-3221.5 2164.12,-3245.5 2412.25,-3245.5 2412.25,-3221.5 2164.12,-3221.5"/> +<text text-anchor="start" x="2264.19" y="-3228.2" font-family="arial" font-size="14.00">CAN_N</text> +</g> +<!-- Yaw --> +<g id="node6" class="node"> +<title>Yaw</title> +<polygon fill="#ffffff" stroke="black" points="2412.25,-3488.5 1953,-3488.5 1953,-3391.5 2412.25,-3391.5 2412.25,-3488.5"/> +<polygon fill="none" stroke="black" points="1953,-3464 1953,-3488.5 2412.25,-3488.5 2412.25,-3464 1953,-3464"/> +<text text-anchor="start" x="2169.5" y="-3471.2" font-family="arial" font-size="14.00">Yaw</text> +<polygon fill="none" stroke="black" points="1953,-3439.5 1953,-3464 2372.75,-3464 2372.75,-3439.5 1953,-3439.5"/> +<text text-anchor="start" x="1957" y="-3446.7" font-family="arial" font-size="14.00">Amphenol C091 M16 flange-mount male metal receptacle, 12-pin</text> +<polygon fill="none" stroke="black" points="2372.75,-3439.5 2372.75,-3464 2412.25,-3464 2412.25,-3439.5 2372.75,-3439.5"/> +<text text-anchor="start" x="2376.75" y="-3446.7" font-family="arial" font-size="14.00">2-pin</text> +<polygon fill="none" stroke="black" points="1953,-3415.5 1953,-3439.5 2164.12,-3439.5 2164.12,-3415.5 1953,-3415.5"/> +<text text-anchor="start" x="2052.94" y="-3422.2" font-family="arial" font-size="14.00">G</text> +<polygon fill="none" stroke="black" points="2164.12,-3415.5 2164.12,-3439.5 2412.25,-3439.5 2412.25,-3415.5 2164.12,-3415.5"/> +<text text-anchor="start" x="2264.19" y="-3422.2" font-family="arial" font-size="14.00">CAN_P</text> +<polygon fill="none" stroke="black" points="1953,-3391.5 1953,-3415.5 2164.12,-3415.5 2164.12,-3391.5 1953,-3391.5"/> +<text text-anchor="start" x="2054.81" y="-3398.2" font-family="arial" font-size="14.00">J</text> +<polygon fill="none" stroke="black" points="2164.12,-3391.5 2164.12,-3415.5 2412.25,-3415.5 2412.25,-3391.5 2164.12,-3391.5"/> +<text text-anchor="start" x="2264.19" y="-3398.2" font-family="arial" font-size="14.00">CAN_N</text> +</g> +<!-- Radio --> +<g id="node7" class="node"> +<title>Radio</title> +<polygon fill="#ffffff" stroke="black" points="1248.88,-3286.5 1169.12,-3286.5 1169.12,-3189.5 1248.88,-3189.5 1248.88,-3286.5"/> +<polygon fill="none" stroke="black" points="1169.12,-3262 1169.12,-3286.5 1248.88,-3286.5 1248.88,-3262 1169.12,-3262"/> +<text text-anchor="start" x="1190.25" y="-3269.2" font-family="arial" font-size="14.00">Radio</text> +<polygon fill="none" stroke="black" points="1169.12,-3237.5 1169.12,-3262 1209.38,-3262 1209.38,-3237.5 1169.12,-3237.5"/> +<text text-anchor="start" x="1173.12" y="-3244.7" font-family="arial" font-size="14.00">temp</text> +<polygon fill="none" stroke="black" points="1209.38,-3237.5 1209.38,-3262 1248.88,-3262 1248.88,-3237.5 1209.38,-3237.5"/> +<text text-anchor="start" x="1213.38" y="-3244.7" font-family="arial" font-size="14.00">2-pin</text> +<polygon fill="none" stroke="black" points="1169.12,-3213.5 1169.12,-3237.5 1204.5,-3237.5 1204.5,-3213.5 1169.12,-3213.5"/> +<text text-anchor="start" x="1182.69" y="-3220.2" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1204.5,-3213.5 1204.5,-3237.5 1248.88,-3237.5 1248.88,-3213.5 1204.5,-3213.5"/> +<text text-anchor="start" x="1218.81" y="-3220.2" font-family="arial" font-size="14.00">Tx</text> +<polygon fill="none" stroke="black" points="1169.12,-3189.5 1169.12,-3213.5 1204.5,-3213.5 1204.5,-3189.5 1169.12,-3189.5"/> +<text text-anchor="start" x="1182.69" y="-3196.2" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1204.5,-3189.5 1204.5,-3213.5 1248.88,-3213.5 1248.88,-3189.5 1204.5,-3189.5"/> +<text text-anchor="start" x="1218.06" y="-3196.2" font-family="arial" font-size="14.00">Rx</text> +</g> +<!-- CEX --> +<g id="node8" class="node"> +<title>CEX</title> +<polygon fill="#ffffff" stroke="black" points="2387.12,-1732.5 1978.12,-1732.5 1978.12,-1163.5 2387.12,-1163.5 2387.12,-1732.5"/> +<polygon fill="none" stroke="black" points="1978.12,-1708 1978.12,-1732.5 2387.12,-1732.5 2387.12,-1708 1978.12,-1708"/> +<text text-anchor="start" x="2167.62" y="-1715.2" font-family="arial" font-size="14.00">CEX</text> +<polygon fill="none" stroke="black" points="1978.12,-1683.5 1978.12,-1708 2226.12,-1708 2226.12,-1683.5 1978.12,-1683.5"/> +<text text-anchor="start" x="2042.88" y="-1690.7" font-family="arial" font-size="14.00">FMW.LM.368.XLC</text> +<polygon fill="none" stroke="black" points="2226.12,-1683.5 2226.12,-1708 2387.12,-1708 2387.12,-1683.5 2226.12,-1683.5"/> +<text text-anchor="start" x="2290.88" y="-1690.7" font-family="arial" font-size="14.00">3-pin</text> +<polygon fill="none" stroke="black" points="1978.12,-1659.5 1978.12,-1683.5 2152.12,-1683.5 2152.12,-1659.5 1978.12,-1659.5"/> +<text text-anchor="start" x="2061" y="-1666.2" font-family="arial" font-size="14.00">7</text> +<polygon fill="none" stroke="black" points="2152.12,-1659.5 2152.12,-1683.5 2387.12,-1683.5 2387.12,-1659.5 2152.12,-1659.5"/> +<text text-anchor="start" x="2234.75" y="-1666.2" font-family="arial" font-size="14.00">CAN_GND</text> +<polygon fill="none" stroke="black" points="1978.12,-1635.5 1978.12,-1659.5 2152.12,-1659.5 2152.12,-1635.5 1978.12,-1635.5"/> +<text text-anchor="start" x="2061" y="-1642.2" font-family="arial" font-size="14.00">8</text> +<polygon fill="none" stroke="black" points="2152.12,-1635.5 2152.12,-1659.5 2387.12,-1659.5 2387.12,-1635.5 2152.12,-1635.5"/> +<text text-anchor="start" x="2240.75" y="-1642.2" font-family="arial" font-size="14.00">CANB_P</text> +<polygon fill="none" stroke="black" points="1978.12,-1611.5 1978.12,-1635.5 2152.12,-1635.5 2152.12,-1611.5 1978.12,-1611.5"/> +<text text-anchor="start" x="2061" y="-1618.2" font-family="arial" font-size="14.00">9</text> +<polygon fill="none" stroke="black" points="2152.12,-1611.5 2152.12,-1635.5 2387.12,-1635.5 2387.12,-1611.5 2152.12,-1611.5"/> +<text text-anchor="start" x="2240.75" y="-1618.2" font-family="arial" font-size="14.00">CANB_N</text> +<polygon fill="none" stroke="black" points="1978.12,-1212.5 1978.12,-1611.5 2387.12,-1611.5 2387.12,-1212.5 1978.12,-1212.5"/> +<image xlink:href="images\CEX_plug.png" width="401px" height="391px" preserveAspectRatio="xMinYMin meet" x="1982.12" y="-1607.5"/> +<polygon fill="none" stroke="black" points="1978.12,-1188 1978.12,-1212.5 2387.12,-1212.5 2387.12,-1188 1978.12,-1188"/> +<text text-anchor="start" x="2110.25" y="-1195.2" font-family="arial" font-size="14.00">Additional components</text> +<polygon fill="none" stroke="black" points="1978.12,-1163.5 1978.12,-1188 2387.12,-1188 2387.12,-1163.5 1978.12,-1163.5"/> +<text text-anchor="start" x="1982.12" y="-1170.7" font-family="arial" font-size="14.00">3 x #12 (Crimp)</text> +</g> +<!-- ECU CAN Bus --> +<g id="node9" class="node"> +<title>ECU CAN Bus</title> +<polygon fill="#ffffff" stroke="black" points="1325.5,-2233 1092.5,-2233 1092.5,-1887 1325.5,-1887 1325.5,-2233"/> +<polygon fill="none" stroke="black" points="1092.5,-2208.5 1092.5,-2233 1325.5,-2233 1325.5,-2208.5 1092.5,-2208.5"/> +<text text-anchor="start" x="1162.88" y="-2215.7" font-family="arial" font-size="14.00">ECU CAN Bus</text> +<polygon fill="none" stroke="black" points="1092.5,-2184 1092.5,-2208.5 1222.5,-2208.5 1222.5,-2184 1092.5,-2184"/> +<text text-anchor="start" x="1128.25" y="-2191.2" font-family="arial" font-size="14.00">DT04-3P</text> +<polygon fill="none" stroke="black" points="1222.5,-2184 1222.5,-2208.5 1325.5,-2208.5 1325.5,-2184 1222.5,-2184"/> +<text text-anchor="start" x="1258.25" y="-2191.2" font-family="arial" font-size="14.00">3-pin</text> +<polygon fill="none" stroke="black" points="1092.5,-2160 1092.5,-2184 1179.5,-2184 1179.5,-2160 1092.5,-2160"/> +<text text-anchor="start" x="1131.12" y="-2166.7" font-family="arial" font-size="14.00">A</text> +<polygon fill="none" stroke="black" points="1179.5,-2160 1179.5,-2184 1325.5,-2184 1325.5,-2160 1179.5,-2160"/> +<text text-anchor="start" x="1223.62" y="-2166.7" font-family="arial" font-size="14.00">CANB_P</text> +<polygon fill="none" stroke="black" points="1092.5,-2136 1092.5,-2160 1179.5,-2160 1179.5,-2136 1092.5,-2136"/> +<text text-anchor="start" x="1131.12" y="-2142.7" font-family="arial" font-size="14.00">B</text> +<polygon fill="none" stroke="black" points="1179.5,-2136 1179.5,-2160 1325.5,-2160 1325.5,-2136 1179.5,-2136"/> +<text text-anchor="start" x="1223.62" y="-2142.7" font-family="arial" font-size="14.00">CANB_N</text> +<polygon fill="none" stroke="black" points="1092.5,-2112 1092.5,-2136 1179.5,-2136 1179.5,-2112 1092.5,-2112"/> +<text text-anchor="start" x="1130.75" y="-2118.7" font-family="arial" font-size="14.00">C</text> +<polygon fill="none" stroke="black" points="1179.5,-2112 1179.5,-2136 1325.5,-2136 1325.5,-2112 1179.5,-2112"/> +<text text-anchor="start" x="1217.62" y="-2118.7" font-family="arial" font-size="14.00">CAN_GND</text> +<polygon fill="none" stroke="black" points="1092.5,-1887 1092.5,-2112 1325.5,-2112 1325.5,-1887 1092.5,-1887"/> +<image xlink:href="images\DT04-3P.png" width="219.971px" height="213px" preserveAspectRatio="xMinYMin meet" x="1099.01" y="-2106"/> +</g> +<!-- Radar --> +<g id="node10" class="node"> +<title>Radar</title> +<polygon fill="#ffffff" stroke="black" points="2341.12,-2314.25 2024.12,-2314.25 2024.12,-1805.75 2341.12,-1805.75 2341.12,-2314.25"/> +<polygon fill="none" stroke="black" points="2024.12,-2289.75 2024.12,-2314.25 2341.12,-2314.25 2341.12,-2289.75 2024.12,-2289.75"/> +<text text-anchor="start" x="2163.5" y="-2296.95" font-family="arial" font-size="14.00">Radar</text> +<polygon fill="none" stroke="black" points="2024.12,-2265.25 2024.12,-2289.75 2201.75,-2289.75 2201.75,-2265.25 2024.12,-2265.25"/> +<text text-anchor="start" x="2078.06" y="-2272.45" font-family="arial" font-size="14.00">DTM04-4P</text> +<polygon fill="none" stroke="black" points="2201.75,-2265.25 2201.75,-2289.75 2341.12,-2289.75 2341.12,-2265.25 2201.75,-2265.25"/> +<text text-anchor="start" x="2255.69" y="-2272.45" font-family="arial" font-size="14.00">4-pin</text> +<polygon fill="none" stroke="black" points="2024.12,-2241.25 2024.12,-2265.25 2162.62,-2265.25 2162.62,-2241.25 2024.12,-2241.25"/> +<text text-anchor="start" x="2089.25" y="-2247.95" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="2162.62,-2241.25 2162.62,-2265.25 2341.12,-2265.25 2341.12,-2241.25 2162.62,-2241.25"/> +<text text-anchor="start" x="2228.62" y="-2247.95" font-family="arial" font-size="14.00">CAN_L</text> +<polygon fill="none" stroke="black" points="2024.12,-2217.25 2024.12,-2241.25 2162.62,-2241.25 2162.62,-2217.25 2024.12,-2217.25"/> +<text text-anchor="start" x="2089.25" y="-2223.95" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="2162.62,-2217.25 2162.62,-2241.25 2341.12,-2241.25 2341.12,-2217.25 2162.62,-2217.25"/> +<text text-anchor="start" x="2227.88" y="-2223.95" font-family="arial" font-size="14.00">CAN_H</text> +<polygon fill="none" stroke="black" points="2024.12,-2193.25 2024.12,-2217.25 2162.62,-2217.25 2162.62,-2193.25 2024.12,-2193.25"/> +<text text-anchor="start" x="2089.25" y="-2199.95" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="2024.12,-2169.25 2024.12,-2193.25 2162.62,-2193.25 2162.62,-2169.25 2024.12,-2169.25"/> +<text text-anchor="start" x="2089.25" y="-2175.95" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="2024.12,-1830.25 2024.12,-2169.25 2341.12,-2169.25 2341.12,-1830.25 2024.12,-1830.25"/> +<image xlink:href="images\DTM04-4P.png" width="309px" height="331px" preserveAspectRatio="xMinYMin meet" x="2028.12" y="-2165.25"/> +<polygon fill="none" stroke="black" points="2024.12,-1805.75 2024.12,-1830.25 2341.12,-1830.25 2341.12,-1805.75 2024.12,-1805.75"/> +<text text-anchor="start" x="2112.88" y="-1812.95" font-family="arial" font-size="14.00">Mates with DTM06-4S</text> +</g> +<!-- Resistor --> +<g id="node11" class="node"> +<title>Resistor</title> +<polygon fill="#ffffff" stroke="black" points="2225.12,-2484.5 2140.12,-2484.5 2140.12,-2387.5 2225.12,-2387.5 2225.12,-2484.5"/> +<polygon fill="none" stroke="black" points="2140.12,-2460 2140.12,-2484.5 2225.12,-2484.5 2225.12,-2460 2140.12,-2460"/> +<text text-anchor="start" x="2156" y="-2467.2" font-family="arial" font-size="14.00">Resistor</text> +<polygon fill="none" stroke="black" points="2140.12,-2435.5 2140.12,-2460 2185.62,-2460 2185.62,-2435.5 2140.12,-2435.5"/> +<text text-anchor="start" x="2144.12" y="-2442.7" font-family="arial" font-size="14.00">Temp</text> +<polygon fill="none" stroke="black" points="2185.62,-2435.5 2185.62,-2460 2225.12,-2460 2225.12,-2435.5 2185.62,-2435.5"/> +<text text-anchor="start" x="2189.62" y="-2442.7" font-family="arial" font-size="14.00">2-pin</text> +<polygon fill="none" stroke="black" points="2140.12,-2411.5 2140.12,-2435.5 2162.62,-2435.5 2162.62,-2411.5 2140.12,-2411.5"/> +<text text-anchor="start" x="2147.25" y="-2418.2" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="2162.62,-2411.5 2162.62,-2435.5 2225.12,-2435.5 2225.12,-2411.5 2162.62,-2411.5"/> +<text text-anchor="start" x="2170.62" y="-2418.2" font-family="arial" font-size="14.00">CAN_L</text> +<polygon fill="none" stroke="black" points="2140.12,-2387.5 2140.12,-2411.5 2162.62,-2411.5 2162.62,-2387.5 2140.12,-2387.5"/> +<text text-anchor="start" x="2147.25" y="-2394.2" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="2162.62,-2387.5 2162.62,-2411.5 2225.12,-2411.5 2225.12,-2387.5 2162.62,-2387.5"/> +<text text-anchor="start" x="2169.88" y="-2394.2" font-family="arial" font-size="14.00">CAN_H</text> +</g> +<!-- shield1 --> +<g id="node12" class="node"> +<title>shield1</title> +<polygon fill="#ffffff" stroke="black" points="1249.12,-1862.75 1168.88,-1862.75 1168.88,-1789.25 1249.12,-1789.25 1249.12,-1862.75"/> +<polygon fill="none" stroke="black" points="1168.88,-1838.25 1168.88,-1862.75 1249.12,-1862.75 1249.12,-1838.25 1168.88,-1838.25"/> +<text text-anchor="start" x="1186.12" y="-1845.45" font-family="arial" font-size="14.00">shield1</text> +<polygon fill="none" stroke="black" points="1168.88,-1813.75 1168.88,-1838.25 1249.12,-1838.25 1249.12,-1813.75 1168.88,-1813.75"/> +<text text-anchor="start" x="1193.25" y="-1820.95" font-family="arial" font-size="14.00">1-pin</text> +<polygon fill="none" stroke="black" points="1168.88,-1789.25 1168.88,-1813.75 1185.12,-1813.75 1185.12,-1789.25 1168.88,-1789.25"/> +<text text-anchor="start" x="1172.88" y="-1796.45" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1185.12,-1789.25 1185.12,-1813.75 1232.88,-1813.75 1232.88,-1789.25 1185.12,-1789.25"/> +<text text-anchor="start" x="1189.12" y="-1796.45" font-family="arial" font-size="14.00">Shield</text> +<polygon fill="none" stroke="black" points="1232.88,-1789.25 1232.88,-1813.75 1249.12,-1813.75 1249.12,-1789.25 1232.88,-1789.25"/> +<text text-anchor="start" x="1236.88" y="-1796.45" font-family="arial" font-size="14.00">1</text> +</g> +<!-- W7 --> +<g id="node56" class="node"> +<title>W7</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1808,-1814.75 1526,-1814.75 1526,-1569.25 1808,-1569.25 1808,-1814.75"/> +<polygon fill="none" stroke="black" points="1526,-1790.25 1526,-1814.75 1808,-1814.75 1808,-1790.25 1526,-1790.25"/> +<text text-anchor="start" x="1655.75" y="-1797.45" font-family="arial" font-size="14.00">W7</text> +<polygon fill="none" stroke="black" points="1526,-1765.75 1526,-1790.25 1569.69,-1790.25 1569.69,-1765.75 1526,-1765.75"/> +<text text-anchor="start" x="1540.34" y="-1772.95" font-family="arial" font-size="14.00">3x</text> +<polygon fill="none" stroke="black" points="1569.69,-1765.75 1569.69,-1790.25 1653.88,-1790.25 1653.88,-1765.75 1569.69,-1765.75"/> +<text text-anchor="start" x="1584.03" y="-1772.95" font-family="arial" font-size="14.00">22 AWG</text> +<polygon fill="none" stroke="black" points="1653.88,-1765.75 1653.88,-1790.25 1704.31,-1790.25 1704.31,-1765.75 1653.88,-1765.75"/> +<text text-anchor="start" x="1668.22" y="-1772.95" font-family="arial" font-size="14.00">+ S</text> +<polygon fill="none" stroke="black" points="1704.31,-1765.75 1704.31,-1790.25 1808,-1790.25 1808,-1765.75 1704.31,-1765.75"/> +<text text-anchor="start" x="1718.66" y="-1772.95" font-family="arial" font-size="14.00">13.0 Inches</text> +<text text-anchor="start" x="1576.62" y="-1750.45" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1633.38" y="-1730.45" font-family="arial" font-size="14.00">     BU    </text> +<text text-anchor="start" x="1690.75" y="-1730.45" font-family="arial" font-size="14.00">CEX:7:CAN_GND</text> +<polygon fill="#000000" stroke="none" points="1526,-1723.75 1526,-1725.75 1808,-1725.75 1808,-1723.75 1526,-1723.75"/> +<polygon fill="#0066ff" stroke="none" points="1526,-1721.75 1526,-1723.75 1808,-1723.75 1808,-1721.75 1526,-1721.75"/> +<polygon fill="#0066ff" stroke="none" points="1526,-1719.75 1526,-1721.75 1808,-1721.75 1808,-1719.75 1526,-1719.75"/> +<polygon fill="#0066ff" stroke="none" points="1526,-1717.75 1526,-1719.75 1808,-1719.75 1808,-1717.75 1526,-1717.75"/> +<polygon fill="#000000" stroke="none" points="1526,-1715.75 1526,-1717.75 1808,-1717.75 1808,-1715.75 1526,-1715.75"/> +<text text-anchor="start" x="1632.62" y="-1700.45" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="1696.75" y="-1700.45" font-family="arial" font-size="14.00">CEX:8:CANB_P</text> +<polygon fill="#000000" stroke="none" points="1526,-1693.75 1526,-1695.75 1808,-1695.75 1808,-1693.75 1526,-1693.75"/> +<polygon fill="#ff0000" stroke="none" points="1526,-1691.75 1526,-1693.75 1808,-1693.75 1808,-1691.75 1526,-1691.75"/> +<polygon fill="#ff0000" stroke="none" points="1526,-1689.75 1526,-1691.75 1808,-1691.75 1808,-1689.75 1526,-1689.75"/> +<polygon fill="#ff0000" stroke="none" points="1526,-1687.75 1526,-1689.75 1808,-1689.75 1808,-1687.75 1526,-1687.75"/> +<polygon fill="#000000" stroke="none" points="1526,-1685.75 1526,-1687.75 1808,-1687.75 1808,-1685.75 1526,-1685.75"/> +<text text-anchor="start" x="1633.38" y="-1670.45" font-family="arial" font-size="14.00">     BK    </text> +<text text-anchor="start" x="1696.75" y="-1670.45" font-family="arial" font-size="14.00">CEX:9:CANB_N</text> +<polygon fill="#000000" stroke="none" points="1526,-1663.75 1526,-1665.75 1808,-1665.75 1808,-1663.75 1526,-1663.75"/> +<polygon fill="#000000" stroke="none" points="1526,-1661.75 1526,-1663.75 1808,-1663.75 1808,-1661.75 1526,-1661.75"/> +<polygon fill="#000000" stroke="none" points="1526,-1659.75 1526,-1661.75 1808,-1661.75 1808,-1659.75 1526,-1659.75"/> +<polygon fill="#000000" stroke="none" points="1526,-1657.75 1526,-1659.75 1808,-1659.75 1808,-1657.75 1526,-1657.75"/> +<polygon fill="#000000" stroke="none" points="1526,-1655.75 1526,-1657.75 1808,-1657.75 1808,-1655.75 1526,-1655.75"/> +<text text-anchor="start" x="1576.62" y="-1640.45" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1527.88" y="-1620.45" font-family="arial" font-size="14.00">shield1:1:Shield</text> +<text text-anchor="start" x="1640.12" y="-1620.45" font-family="arial" font-size="14.00">Shield</text> +<polygon fill="#000000" stroke="none" points="1526,-1613.75 1526,-1615.75 1808,-1615.75 1808,-1613.75 1526,-1613.75"/> +<text text-anchor="start" x="1576.62" y="-1598.45" font-family="arial" font-size="14.00"> </text> +<polygon fill="none" stroke="black" points="1526,-1569.25 1526,-1593.75 1808,-1593.75 1808,-1569.25 1526,-1569.25"/> +<text text-anchor="start" x="1572.12" y="-1576.45" font-family="arial" font-size="14.00">Twisted Pair | Veronte to CEX</text> +</g> +<!-- shield1--W7 --> +<g id="edge40" class="edge"> +<title>shield1:e--W7:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1250.12,-1801.5C1309.3,-1801.5 1329.5,-1806.15 1381,-1777 1464.91,-1729.51 1428.58,-1614.75 1525,-1614.75"/> +</g> +<!-- W11 --> +<g id="node58" class="node"> +<title>W11</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1809,-2525.75 1525,-2525.75 1525,-2310.25 1809,-2310.25 1809,-2525.75"/> +<polygon fill="none" stroke="black" points="1525,-2501.25 1525,-2525.75 1809,-2525.75 1809,-2501.25 1525,-2501.25"/> +<text text-anchor="start" x="1651.62" y="-2508.45" font-family="arial" font-size="14.00">W11</text> +<polygon fill="none" stroke="black" points="1525,-2476.75 1525,-2501.25 1569.19,-2501.25 1569.19,-2476.75 1525,-2476.75"/> +<text text-anchor="start" x="1539.59" y="-2483.95" font-family="arial" font-size="14.00">2x</text> +<polygon fill="none" stroke="black" points="1569.19,-2476.75 1569.19,-2501.25 1653.88,-2501.25 1653.88,-2476.75 1569.19,-2476.75"/> +<text text-anchor="start" x="1583.78" y="-2483.95" font-family="arial" font-size="14.00">22 AWG</text> +<polygon fill="none" stroke="black" points="1653.88,-2476.75 1653.88,-2501.25 1704.81,-2501.25 1704.81,-2476.75 1653.88,-2476.75"/> +<text text-anchor="start" x="1668.47" y="-2483.95" font-family="arial" font-size="14.00">+ S</text> +<polygon fill="none" stroke="black" points="1704.81,-2476.75 1704.81,-2501.25 1809,-2501.25 1809,-2476.75 1704.81,-2476.75"/> +<text text-anchor="start" x="1719.41" y="-2483.95" font-family="arial" font-size="14.00">73.0 Inches</text> +<text text-anchor="start" x="1575.62" y="-2461.45" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1632.75" y="-2441.45" font-family="arial" font-size="14.00">     YE    </text> +<text text-anchor="start" x="1690" y="-2441.45" font-family="arial" font-size="14.00">Resistor:2:CAN_H</text> +<polygon fill="#000000" stroke="none" points="1525,-2434.75 1525,-2436.75 1809,-2436.75 1809,-2434.75 1525,-2434.75"/> +<polygon fill="#ffff00" stroke="none" points="1525,-2432.75 1525,-2434.75 1809,-2434.75 1809,-2432.75 1525,-2432.75"/> +<polygon fill="#ffff00" stroke="none" points="1525,-2430.75 1525,-2432.75 1809,-2432.75 1809,-2430.75 1525,-2430.75"/> +<polygon fill="#ffff00" stroke="none" points="1525,-2428.75 1525,-2430.75 1809,-2430.75 1809,-2428.75 1525,-2428.75"/> +<polygon fill="#000000" stroke="none" points="1525,-2426.75 1525,-2428.75 1809,-2428.75 1809,-2426.75 1525,-2426.75"/> +<text text-anchor="start" x="1631.62" y="-2411.45" font-family="arial" font-size="14.00">     GN    </text> +<text text-anchor="start" x="1690.75" y="-2411.45" font-family="arial" font-size="14.00">Resistor:1:CAN_L</text> +<polygon fill="#000000" stroke="none" points="1525,-2404.75 1525,-2406.75 1809,-2406.75 1809,-2404.75 1525,-2404.75"/> +<polygon fill="#00ff00" stroke="none" points="1525,-2402.75 1525,-2404.75 1809,-2404.75 1809,-2402.75 1525,-2402.75"/> +<polygon fill="#00ff00" stroke="none" points="1525,-2400.75 1525,-2402.75 1809,-2402.75 1809,-2400.75 1525,-2400.75"/> +<polygon fill="#00ff00" stroke="none" points="1525,-2398.75 1525,-2400.75 1809,-2400.75 1809,-2398.75 1525,-2398.75"/> +<polygon fill="#000000" stroke="none" points="1525,-2396.75 1525,-2398.75 1809,-2398.75 1809,-2396.75 1525,-2396.75"/> +<text text-anchor="start" x="1575.62" y="-2381.45" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1526.88" y="-2361.45" font-family="arial" font-size="14.00">shield1:1:Shield</text> +<text text-anchor="start" x="1639.12" y="-2361.45" font-family="arial" font-size="14.00">Shield</text> +<polygon fill="#000000" stroke="none" points="1525,-2354.75 1525,-2356.75 1809,-2356.75 1809,-2354.75 1525,-2354.75"/> +<text text-anchor="start" x="1575.62" y="-2339.45" font-family="arial" font-size="14.00"> </text> +<polygon fill="none" stroke="black" points="1525,-2310.25 1525,-2334.75 1809,-2334.75 1809,-2310.25 1525,-2310.25"/> +<text text-anchor="start" x="1628" y="-2317.45" font-family="arial" font-size="14.00">Twisted Pair</text> +</g> +<!-- shield1--W11 --> +<g id="edge118" class="edge"> +<title>shield1:e--W11:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1250.12,-1801.5C1316.84,-1801.5 1339.31,-1822.92 1381,-1875 1520.39,-2049.13 1301.95,-2355.75 1525,-2355.75"/> +</g> +<!-- W12 --> +<g id="node59" class="node"> +<title>W12</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1801.5,-2285.75 1532.5,-2285.75 1532.5,-2070.25 1801.5,-2070.25 1801.5,-2285.75"/> +<polygon fill="none" stroke="black" points="1532.5,-2261.25 1532.5,-2285.75 1801.5,-2285.75 1801.5,-2261.25 1532.5,-2261.25"/> +<text text-anchor="start" x="1651.62" y="-2268.45" font-family="arial" font-size="14.00">W12</text> +<polygon fill="none" stroke="black" points="1532.5,-2236.75 1532.5,-2261.25 1572.94,-2261.25 1572.94,-2236.75 1532.5,-2236.75"/> +<text text-anchor="start" x="1545.22" y="-2243.95" font-family="arial" font-size="14.00">2x</text> +<polygon fill="none" stroke="black" points="1572.94,-2236.75 1572.94,-2261.25 1653.88,-2261.25 1653.88,-2236.75 1572.94,-2236.75"/> +<text text-anchor="start" x="1585.66" y="-2243.95" font-family="arial" font-size="14.00">22 AWG</text> +<polygon fill="none" stroke="black" points="1653.88,-2236.75 1653.88,-2261.25 1701.06,-2261.25 1701.06,-2236.75 1653.88,-2236.75"/> +<text text-anchor="start" x="1666.59" y="-2243.95" font-family="arial" font-size="14.00">+ S</text> +<polygon fill="none" stroke="black" points="1701.06,-2236.75 1701.06,-2261.25 1801.5,-2261.25 1801.5,-2236.75 1701.06,-2236.75"/> +<text text-anchor="start" x="1713.78" y="-2243.95" font-family="arial" font-size="14.00">73.0 Inches</text> +<text text-anchor="start" x="1583.12" y="-2221.45" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1640.25" y="-2201.45" font-family="arial" font-size="14.00">     YE    </text> +<text text-anchor="start" x="1697.5" y="-2201.45" font-family="arial" font-size="14.00">Radar:2:CAN_H</text> +<polygon fill="#000000" stroke="none" points="1532.5,-2194.75 1532.5,-2196.75 1801.5,-2196.75 1801.5,-2194.75 1532.5,-2194.75"/> +<polygon fill="#ffff00" stroke="none" points="1532.5,-2192.75 1532.5,-2194.75 1801.5,-2194.75 1801.5,-2192.75 1532.5,-2192.75"/> +<polygon fill="#ffff00" stroke="none" points="1532.5,-2190.75 1532.5,-2192.75 1801.5,-2192.75 1801.5,-2190.75 1532.5,-2190.75"/> +<polygon fill="#ffff00" stroke="none" points="1532.5,-2188.75 1532.5,-2190.75 1801.5,-2190.75 1801.5,-2188.75 1532.5,-2188.75"/> +<polygon fill="#000000" stroke="none" points="1532.5,-2186.75 1532.5,-2188.75 1801.5,-2188.75 1801.5,-2186.75 1532.5,-2186.75"/> +<text text-anchor="start" x="1639.12" y="-2171.45" font-family="arial" font-size="14.00">     GN    </text> +<text text-anchor="start" x="1698.25" y="-2171.45" font-family="arial" font-size="14.00">Radar:1:CAN_L</text> +<polygon fill="#000000" stroke="none" points="1532.5,-2164.75 1532.5,-2166.75 1801.5,-2166.75 1801.5,-2164.75 1532.5,-2164.75"/> +<polygon fill="#00ff00" stroke="none" points="1532.5,-2162.75 1532.5,-2164.75 1801.5,-2164.75 1801.5,-2162.75 1532.5,-2162.75"/> +<polygon fill="#00ff00" stroke="none" points="1532.5,-2160.75 1532.5,-2162.75 1801.5,-2162.75 1801.5,-2160.75 1532.5,-2160.75"/> +<polygon fill="#00ff00" stroke="none" points="1532.5,-2158.75 1532.5,-2160.75 1801.5,-2160.75 1801.5,-2158.75 1532.5,-2158.75"/> +<polygon fill="#000000" stroke="none" points="1532.5,-2156.75 1532.5,-2158.75 1801.5,-2158.75 1801.5,-2156.75 1532.5,-2156.75"/> +<text text-anchor="start" x="1583.12" y="-2141.45" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1534.38" y="-2121.45" font-family="arial" font-size="14.00">shield1:1:Shield</text> +<text text-anchor="start" x="1646.62" y="-2121.45" font-family="arial" font-size="14.00">Shield</text> +<polygon fill="#000000" stroke="none" points="1532.5,-2114.75 1532.5,-2116.75 1801.5,-2116.75 1801.5,-2114.75 1532.5,-2114.75"/> +<text text-anchor="start" x="1583.12" y="-2099.45" font-family="arial" font-size="14.00"> </text> +<polygon fill="none" stroke="black" points="1532.5,-2070.25 1532.5,-2094.75 1801.5,-2094.75 1801.5,-2070.25 1532.5,-2070.25"/> +<text text-anchor="start" x="1628" y="-2077.45" font-family="arial" font-size="14.00">Twisted Pair</text> +</g> +<!-- shield1--W12 --> +<g id="edge124" class="edge"> +<title>shield1:e--W12:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1250.12,-1801.5C1316.84,-1801.5 1332.73,-1828.95 1381,-1875 1472.3,-1962.11 1405.31,-2115.75 1531.5,-2115.75"/> +</g> +<!-- shield2 --> +<g id="node13" class="node"> +<title>shield2</title> +<polygon fill="#ffffff" stroke="black" points="1249.12,-2822.75 1168.88,-2822.75 1168.88,-2749.25 1249.12,-2749.25 1249.12,-2822.75"/> +<polygon fill="none" stroke="black" points="1168.88,-2798.25 1168.88,-2822.75 1249.12,-2822.75 1249.12,-2798.25 1168.88,-2798.25"/> +<text text-anchor="start" x="1186.12" y="-2805.45" font-family="arial" font-size="14.00">shield2</text> +<polygon fill="none" stroke="black" points="1168.88,-2773.75 1168.88,-2798.25 1249.12,-2798.25 1249.12,-2773.75 1168.88,-2773.75"/> +<text text-anchor="start" x="1193.25" y="-2780.95" font-family="arial" font-size="14.00">1-pin</text> +<polygon fill="none" stroke="black" points="1168.88,-2749.25 1168.88,-2773.75 1185.12,-2773.75 1185.12,-2749.25 1168.88,-2749.25"/> +<text text-anchor="start" x="1172.88" y="-2756.45" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1185.12,-2749.25 1185.12,-2773.75 1232.88,-2773.75 1232.88,-2749.25 1185.12,-2749.25"/> +<text text-anchor="start" x="1189.12" y="-2756.45" font-family="arial" font-size="14.00">Shield</text> +<polygon fill="none" stroke="black" points="1232.88,-2749.25 1232.88,-2773.75 1249.12,-2773.75 1249.12,-2749.25 1232.88,-2749.25"/> +<text text-anchor="start" x="1236.88" y="-2756.45" font-family="arial" font-size="14.00">1</text> +</g> +<!-- W15 --> +<g id="node61" class="node"> +<title>W15</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1809,-3005.75 1525,-3005.75 1525,-2790.25 1809,-2790.25 1809,-3005.75"/> +<polygon fill="none" stroke="black" points="1525,-2981.25 1525,-3005.75 1809,-3005.75 1809,-2981.25 1525,-2981.25"/> +<text text-anchor="start" x="1651.62" y="-2988.45" font-family="arial" font-size="14.00">W15</text> +<polygon fill="none" stroke="black" points="1525,-2956.75 1525,-2981.25 1569.19,-2981.25 1569.19,-2956.75 1525,-2956.75"/> +<text text-anchor="start" x="1539.59" y="-2963.95" font-family="arial" font-size="14.00">2x</text> +<polygon fill="none" stroke="black" points="1569.19,-2956.75 1569.19,-2981.25 1653.88,-2981.25 1653.88,-2956.75 1569.19,-2956.75"/> +<text text-anchor="start" x="1583.78" y="-2963.95" font-family="arial" font-size="14.00">22 AWG</text> +<polygon fill="none" stroke="black" points="1653.88,-2956.75 1653.88,-2981.25 1704.81,-2981.25 1704.81,-2956.75 1653.88,-2956.75"/> +<text text-anchor="start" x="1668.47" y="-2963.95" font-family="arial" font-size="14.00">+ S</text> +<polygon fill="none" stroke="black" points="1704.81,-2956.75 1704.81,-2981.25 1809,-2981.25 1809,-2956.75 1704.81,-2956.75"/> +<text text-anchor="start" x="1719.41" y="-2963.95" font-family="arial" font-size="14.00">12.0 Inches</text> +<text text-anchor="start" x="1575.62" y="-2941.45" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1632.75" y="-2921.45" font-family="arial" font-size="14.00">     YE    </text> +<text text-anchor="start" x="1690" y="-2921.45" font-family="arial" font-size="14.00">Swash1:G:CAN_P</text> +<polygon fill="#000000" stroke="none" points="1525,-2914.75 1525,-2916.75 1809,-2916.75 1809,-2914.75 1525,-2914.75"/> +<polygon fill="#ffff00" stroke="none" points="1525,-2912.75 1525,-2914.75 1809,-2914.75 1809,-2912.75 1525,-2912.75"/> +<polygon fill="#ffff00" stroke="none" points="1525,-2910.75 1525,-2912.75 1809,-2912.75 1809,-2910.75 1525,-2910.75"/> +<polygon fill="#ffff00" stroke="none" points="1525,-2908.75 1525,-2910.75 1809,-2910.75 1809,-2908.75 1525,-2908.75"/> +<polygon fill="#000000" stroke="none" points="1525,-2906.75 1525,-2908.75 1809,-2908.75 1809,-2906.75 1525,-2906.75"/> +<text text-anchor="start" x="1631.62" y="-2891.45" font-family="arial" font-size="14.00">     GN    </text> +<text text-anchor="start" x="1691.88" y="-2891.45" font-family="arial" font-size="14.00">Swash1:J:CAN_N</text> +<polygon fill="#000000" stroke="none" points="1525,-2884.75 1525,-2886.75 1809,-2886.75 1809,-2884.75 1525,-2884.75"/> +<polygon fill="#00ff00" stroke="none" points="1525,-2882.75 1525,-2884.75 1809,-2884.75 1809,-2882.75 1525,-2882.75"/> +<polygon fill="#00ff00" stroke="none" points="1525,-2880.75 1525,-2882.75 1809,-2882.75 1809,-2880.75 1525,-2880.75"/> +<polygon fill="#00ff00" stroke="none" points="1525,-2878.75 1525,-2880.75 1809,-2880.75 1809,-2878.75 1525,-2878.75"/> +<polygon fill="#000000" stroke="none" points="1525,-2876.75 1525,-2878.75 1809,-2878.75 1809,-2876.75 1525,-2876.75"/> +<text text-anchor="start" x="1575.62" y="-2861.45" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1526.88" y="-2841.45" font-family="arial" font-size="14.00">shield2:1:Shield</text> +<text text-anchor="start" x="1639.12" y="-2841.45" font-family="arial" font-size="14.00">Shield</text> +<polygon fill="#000000" stroke="none" points="1525,-2834.75 1525,-2836.75 1809,-2836.75 1809,-2834.75 1525,-2834.75"/> +<text text-anchor="start" x="1575.62" y="-2819.45" font-family="arial" font-size="14.00"> </text> +<polygon fill="none" stroke="black" points="1525,-2790.25 1525,-2814.75 1809,-2814.75 1809,-2790.25 1525,-2790.25"/> +<text text-anchor="start" x="1628" y="-2797.45" font-family="arial" font-size="14.00">Twisted Pair</text> +</g> +<!-- shield2--W15 --> +<g id="edge134" class="edge"> +<title>shield2:e--W15:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1250.12,-2761.5C1376.67,-2761.5 1398.45,-2835.75 1525,-2835.75"/> +</g> +<!-- W16 --> +<g id="node62" class="node"> +<title>W16</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1809,-2765.75 1525,-2765.75 1525,-2550.25 1809,-2550.25 1809,-2765.75"/> +<polygon fill="none" stroke="black" points="1525,-2741.25 1525,-2765.75 1809,-2765.75 1809,-2741.25 1525,-2741.25"/> +<text text-anchor="start" x="1651.62" y="-2748.45" font-family="arial" font-size="14.00">W16</text> +<polygon fill="none" stroke="black" points="1525,-2716.75 1525,-2741.25 1571.25,-2741.25 1571.25,-2716.75 1525,-2716.75"/> +<text text-anchor="start" x="1540.62" y="-2723.95" font-family="arial" font-size="14.00">2x</text> +<polygon fill="none" stroke="black" points="1571.25,-2716.75 1571.25,-2741.25 1658,-2741.25 1658,-2716.75 1571.25,-2716.75"/> +<text text-anchor="start" x="1586.88" y="-2723.95" font-family="arial" font-size="14.00">22 AWG</text> +<polygon fill="none" stroke="black" points="1658,-2716.75 1658,-2741.25 1711,-2741.25 1711,-2716.75 1658,-2716.75"/> +<text text-anchor="start" x="1673.62" y="-2723.95" font-family="arial" font-size="14.00">+ S</text> +<polygon fill="none" stroke="black" points="1711,-2716.75 1711,-2741.25 1809,-2741.25 1809,-2716.75 1711,-2716.75"/> +<text text-anchor="start" x="1726.62" y="-2723.95" font-family="arial" font-size="14.00">6.0 Inches</text> +<text text-anchor="start" x="1575.62" y="-2701.45" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1632.75" y="-2681.45" font-family="arial" font-size="14.00">     YE    </text> +<text text-anchor="start" x="1690" y="-2681.45" font-family="arial" font-size="14.00">Swash2:G:CAN_P</text> +<polygon fill="#000000" stroke="none" points="1525,-2674.75 1525,-2676.75 1809,-2676.75 1809,-2674.75 1525,-2674.75"/> +<polygon fill="#ffff00" stroke="none" points="1525,-2672.75 1525,-2674.75 1809,-2674.75 1809,-2672.75 1525,-2672.75"/> +<polygon fill="#ffff00" stroke="none" points="1525,-2670.75 1525,-2672.75 1809,-2672.75 1809,-2670.75 1525,-2670.75"/> +<polygon fill="#ffff00" stroke="none" points="1525,-2668.75 1525,-2670.75 1809,-2670.75 1809,-2668.75 1525,-2668.75"/> +<polygon fill="#000000" stroke="none" points="1525,-2666.75 1525,-2668.75 1809,-2668.75 1809,-2666.75 1525,-2666.75"/> +<text text-anchor="start" x="1631.62" y="-2651.45" font-family="arial" font-size="14.00">     GN    </text> +<text text-anchor="start" x="1691.88" y="-2651.45" font-family="arial" font-size="14.00">Swash2:J:CAN_N</text> +<polygon fill="#000000" stroke="none" points="1525,-2644.75 1525,-2646.75 1809,-2646.75 1809,-2644.75 1525,-2644.75"/> +<polygon fill="#00ff00" stroke="none" points="1525,-2642.75 1525,-2644.75 1809,-2644.75 1809,-2642.75 1525,-2642.75"/> +<polygon fill="#00ff00" stroke="none" points="1525,-2640.75 1525,-2642.75 1809,-2642.75 1809,-2640.75 1525,-2640.75"/> +<polygon fill="#00ff00" stroke="none" points="1525,-2638.75 1525,-2640.75 1809,-2640.75 1809,-2638.75 1525,-2638.75"/> +<polygon fill="#000000" stroke="none" points="1525,-2636.75 1525,-2638.75 1809,-2638.75 1809,-2636.75 1525,-2636.75"/> +<text text-anchor="start" x="1575.62" y="-2621.45" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1526.88" y="-2601.45" font-family="arial" font-size="14.00">shield2:1:Shield</text> +<text text-anchor="start" x="1639.12" y="-2601.45" font-family="arial" font-size="14.00">Shield</text> +<polygon fill="#000000" stroke="none" points="1525,-2594.75 1525,-2596.75 1809,-2596.75 1809,-2594.75 1525,-2594.75"/> +<text text-anchor="start" x="1575.62" y="-2579.45" font-family="arial" font-size="14.00"> </text> +<polygon fill="none" stroke="black" points="1525,-2550.25 1525,-2574.75 1809,-2574.75 1809,-2550.25 1525,-2550.25"/> +<text text-anchor="start" x="1628" y="-2557.45" font-family="arial" font-size="14.00">Twisted Pair</text> +</g> +<!-- shield2--W16 --> +<g id="edge140" class="edge"> +<title>shield2:e--W16:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1250.12,-2761.5C1309.85,-2761.5 1328.35,-2759.19 1381,-2731 1458.41,-2689.56 1437.2,-2595.75 1525,-2595.75"/> +</g> +<!-- W17 --> +<g id="node63" class="node"> +<title>W17</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1809,-3265.75 1525,-3265.75 1525,-3050.25 1809,-3050.25 1809,-3265.75"/> +<polygon fill="none" stroke="black" points="1525,-3241.25 1525,-3265.75 1809,-3265.75 1809,-3241.25 1525,-3241.25"/> +<text text-anchor="start" x="1651.62" y="-3248.45" font-family="arial" font-size="14.00">W17</text> +<polygon fill="none" stroke="black" points="1525,-3216.75 1525,-3241.25 1571.25,-3241.25 1571.25,-3216.75 1525,-3216.75"/> +<text text-anchor="start" x="1540.62" y="-3223.95" font-family="arial" font-size="14.00">2x</text> +<polygon fill="none" stroke="black" points="1571.25,-3216.75 1571.25,-3241.25 1658,-3241.25 1658,-3216.75 1571.25,-3216.75"/> +<text text-anchor="start" x="1586.88" y="-3223.95" font-family="arial" font-size="14.00">22 AWG</text> +<polygon fill="none" stroke="black" points="1658,-3216.75 1658,-3241.25 1711,-3241.25 1711,-3216.75 1658,-3216.75"/> +<text text-anchor="start" x="1673.62" y="-3223.95" font-family="arial" font-size="14.00">+ S</text> +<polygon fill="none" stroke="black" points="1711,-3216.75 1711,-3241.25 1809,-3241.25 1809,-3216.75 1711,-3216.75"/> +<text text-anchor="start" x="1726.62" y="-3223.95" font-family="arial" font-size="14.00">6.0 Inches</text> +<text text-anchor="start" x="1575.62" y="-3201.45" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1632.75" y="-3181.45" font-family="arial" font-size="14.00">     YE    </text> +<text text-anchor="start" x="1690" y="-3181.45" font-family="arial" font-size="14.00">Swash3:G:CAN_P</text> +<polygon fill="#000000" stroke="none" points="1525,-3174.75 1525,-3176.75 1809,-3176.75 1809,-3174.75 1525,-3174.75"/> +<polygon fill="#ffff00" stroke="none" points="1525,-3172.75 1525,-3174.75 1809,-3174.75 1809,-3172.75 1525,-3172.75"/> +<polygon fill="#ffff00" stroke="none" points="1525,-3170.75 1525,-3172.75 1809,-3172.75 1809,-3170.75 1525,-3170.75"/> +<polygon fill="#ffff00" stroke="none" points="1525,-3168.75 1525,-3170.75 1809,-3170.75 1809,-3168.75 1525,-3168.75"/> +<polygon fill="#000000" stroke="none" points="1525,-3166.75 1525,-3168.75 1809,-3168.75 1809,-3166.75 1525,-3166.75"/> +<text text-anchor="start" x="1631.62" y="-3151.45" font-family="arial" font-size="14.00">     GN    </text> +<text text-anchor="start" x="1691.88" y="-3151.45" font-family="arial" font-size="14.00">Swash3:J:CAN_N</text> +<polygon fill="#000000" stroke="none" points="1525,-3144.75 1525,-3146.75 1809,-3146.75 1809,-3144.75 1525,-3144.75"/> +<polygon fill="#00ff00" stroke="none" points="1525,-3142.75 1525,-3144.75 1809,-3144.75 1809,-3142.75 1525,-3142.75"/> +<polygon fill="#00ff00" stroke="none" points="1525,-3140.75 1525,-3142.75 1809,-3142.75 1809,-3140.75 1525,-3140.75"/> +<polygon fill="#00ff00" stroke="none" points="1525,-3138.75 1525,-3140.75 1809,-3140.75 1809,-3138.75 1525,-3138.75"/> +<polygon fill="#000000" stroke="none" points="1525,-3136.75 1525,-3138.75 1809,-3138.75 1809,-3136.75 1525,-3136.75"/> +<text text-anchor="start" x="1575.62" y="-3121.45" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1526.88" y="-3101.45" font-family="arial" font-size="14.00">shield2:1:Shield</text> +<text text-anchor="start" x="1639.12" y="-3101.45" font-family="arial" font-size="14.00">Shield</text> +<polygon fill="#000000" stroke="none" points="1525,-3094.75 1525,-3096.75 1809,-3096.75 1809,-3094.75 1525,-3094.75"/> +<text text-anchor="start" x="1575.62" y="-3079.45" font-family="arial" font-size="14.00"> </text> +<polygon fill="none" stroke="black" points="1525,-3050.25 1525,-3074.75 1809,-3074.75 1809,-3050.25 1525,-3050.25"/> +<text text-anchor="start" x="1628" y="-3057.45" font-family="arial" font-size="14.00">Twisted Pair</text> +</g> +<!-- shield2--W17 --> +<g id="edge146" class="edge"> +<title>shield2:e--W17:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1250.12,-2761.5C1316.84,-2761.5 1334,-2787.66 1381,-2835 1474.28,-2928.95 1392.61,-3095.75 1525,-3095.75"/> +</g> +<!-- W18 --> +<g id="node64" class="node"> +<title>W18</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1797,-3515.75 1537,-3515.75 1537,-3300.25 1797,-3300.25 1797,-3515.75"/> +<polygon fill="none" stroke="black" points="1537,-3491.25 1537,-3515.75 1797,-3515.75 1797,-3491.25 1537,-3491.25"/> +<text text-anchor="start" x="1651.62" y="-3498.45" font-family="arial" font-size="14.00">W18</text> +<polygon fill="none" stroke="black" points="1537,-3466.75 1537,-3491.25 1573.12,-3491.25 1573.12,-3466.75 1537,-3466.75"/> +<text text-anchor="start" x="1547.56" y="-3473.95" font-family="arial" font-size="14.00">2x</text> +<polygon fill="none" stroke="black" points="1573.12,-3466.75 1573.12,-3491.25 1649.75,-3491.25 1649.75,-3466.75 1573.12,-3466.75"/> +<text text-anchor="start" x="1583.69" y="-3473.95" font-family="arial" font-size="14.00">22 AWG</text> +<polygon fill="none" stroke="black" points="1649.75,-3466.75 1649.75,-3491.25 1692.62,-3491.25 1692.62,-3466.75 1649.75,-3466.75"/> +<text text-anchor="start" x="1660.31" y="-3473.95" font-family="arial" font-size="14.00">+ S</text> +<polygon fill="none" stroke="black" points="1692.62,-3466.75 1692.62,-3491.25 1797,-3491.25 1797,-3466.75 1692.62,-3466.75"/> +<text text-anchor="start" x="1703.19" y="-3473.95" font-family="arial" font-size="14.00">170.0 Inches</text> +<text text-anchor="start" x="1587.62" y="-3451.45" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1644.75" y="-3431.45" font-family="arial" font-size="14.00">     YE    </text> +<text text-anchor="start" x="1702" y="-3431.45" font-family="arial" font-size="14.00">Yaw:G:CAN_P</text> +<polygon fill="#000000" stroke="none" points="1537,-3424.75 1537,-3426.75 1797,-3426.75 1797,-3424.75 1537,-3424.75"/> +<polygon fill="#ffff00" stroke="none" points="1537,-3422.75 1537,-3424.75 1797,-3424.75 1797,-3422.75 1537,-3422.75"/> +<polygon fill="#ffff00" stroke="none" points="1537,-3420.75 1537,-3422.75 1797,-3422.75 1797,-3420.75 1537,-3420.75"/> +<polygon fill="#ffff00" stroke="none" points="1537,-3418.75 1537,-3420.75 1797,-3420.75 1797,-3418.75 1537,-3418.75"/> +<polygon fill="#000000" stroke="none" points="1537,-3416.75 1537,-3418.75 1797,-3418.75 1797,-3416.75 1537,-3416.75"/> +<text text-anchor="start" x="1643.62" y="-3401.45" font-family="arial" font-size="14.00">     GN    </text> +<text text-anchor="start" x="1703.88" y="-3401.45" font-family="arial" font-size="14.00">Yaw:J:CAN_N</text> +<polygon fill="#000000" stroke="none" points="1537,-3394.75 1537,-3396.75 1797,-3396.75 1797,-3394.75 1537,-3394.75"/> +<polygon fill="#00ff00" stroke="none" points="1537,-3392.75 1537,-3394.75 1797,-3394.75 1797,-3392.75 1537,-3392.75"/> +<polygon fill="#00ff00" stroke="none" points="1537,-3390.75 1537,-3392.75 1797,-3392.75 1797,-3390.75 1537,-3390.75"/> +<polygon fill="#00ff00" stroke="none" points="1537,-3388.75 1537,-3390.75 1797,-3390.75 1797,-3388.75 1537,-3388.75"/> +<polygon fill="#000000" stroke="none" points="1537,-3386.75 1537,-3388.75 1797,-3388.75 1797,-3386.75 1537,-3386.75"/> +<text text-anchor="start" x="1587.62" y="-3371.45" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1538.88" y="-3351.45" font-family="arial" font-size="14.00">shield2:1:Shield</text> +<text text-anchor="start" x="1651.12" y="-3351.45" font-family="arial" font-size="14.00">Shield</text> +<polygon fill="#000000" stroke="none" points="1537,-3344.75 1537,-3346.75 1797,-3346.75 1797,-3344.75 1537,-3344.75"/> +<text text-anchor="start" x="1587.62" y="-3329.45" font-family="arial" font-size="14.00"> </text> +<polygon fill="none" stroke="black" points="1537,-3300.25 1537,-3324.75 1797,-3324.75 1797,-3300.25 1537,-3300.25"/> +<text text-anchor="start" x="1572.88" y="-3307.45" font-family="arial" font-size="14.00">Twisted Pair | (Tail Mounted?)</text> +</g> +<!-- shield2--W18 --> +<g id="edge152" class="edge"> +<title>shield2:e--W18:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1250.12,-2761.5C1316.84,-2761.5 1339.21,-2783 1381,-2835 1529.59,-3019.92 1298.78,-3345.75 1536,-3345.75"/> +</g> +<!-- _GND_1 --> +<g id="node14" class="node"> +<title>_GND_1</title> +<polygon fill="#ffffff" stroke="black" points="1228.75,-1716.25 1189.25,-1716.25 1189.25,-1691.75 1228.75,-1691.75 1228.75,-1716.25"/> +<polygon fill="none" stroke="black" points="1189.25,-1691.75 1189.25,-1716.25 1228.75,-1716.25 1228.75,-1691.75 1189.25,-1691.75"/> +<text text-anchor="start" x="1193.25" y="-1698.95" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- _GND_2 --> +<g id="node15" class="node"> +<title>_GND_2</title> +<polygon fill="#ffffff" stroke="black" points="1228.75,-1667.25 1189.25,-1667.25 1189.25,-1642.75 1228.75,-1642.75 1228.75,-1667.25"/> +<polygon fill="none" stroke="black" points="1189.25,-1642.75 1189.25,-1667.25 1228.75,-1667.25 1228.75,-1642.75 1189.25,-1642.75"/> +<text text-anchor="start" x="1193.25" y="-1649.95" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- _GND_3 --> +<g id="node16" class="node"> +<title>_GND_3</title> +<polygon fill="#ffffff" stroke="black" points="1228.75,-1618.25 1189.25,-1618.25 1189.25,-1593.75 1228.75,-1593.75 1228.75,-1618.25"/> +<polygon fill="none" stroke="black" points="1189.25,-1593.75 1189.25,-1618.25 1228.75,-1618.25 1228.75,-1593.75 1189.25,-1593.75"/> +<text text-anchor="start" x="1193.25" y="-1600.95" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- _GND_4 --> +<g id="node17" class="node"> +<title>_GND_4</title> +<polygon fill="#ffffff" stroke="black" points="1228.75,-1558.25 1189.25,-1558.25 1189.25,-1533.75 1228.75,-1533.75 1228.75,-1558.25"/> +<polygon fill="none" stroke="black" points="1189.25,-1533.75 1189.25,-1558.25 1228.75,-1558.25 1228.75,-1533.75 1189.25,-1533.75"/> +<text text-anchor="start" x="1193.25" y="-1540.95" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- _GND_5 --> +<g id="node18" class="node"> +<title>_GND_5</title> +<polygon fill="#ffffff" stroke="black" points="1228.75,-1438.25 1189.25,-1438.25 1189.25,-1413.75 1228.75,-1413.75 1228.75,-1438.25"/> +<polygon fill="none" stroke="black" points="1189.25,-1413.75 1189.25,-1438.25 1228.75,-1438.25 1228.75,-1413.75 1189.25,-1413.75"/> +<text text-anchor="start" x="1193.25" y="-1420.95" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- _GND_6 --> +<g id="node19" class="node"> +<title>_GND_6</title> +<polygon fill="#ffffff" stroke="black" points="1228.75,-1378.25 1189.25,-1378.25 1189.25,-1353.75 1228.75,-1353.75 1228.75,-1378.25"/> +<polygon fill="none" stroke="black" points="1189.25,-1353.75 1189.25,-1378.25 1228.75,-1378.25 1228.75,-1353.75 1189.25,-1353.75"/> +<text text-anchor="start" x="1193.25" y="-1360.95" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- _GND_7 --> +<g id="node20" class="node"> +<title>_GND_7</title> +<polygon fill="#ffffff" stroke="black" points="1228.75,-1318.25 1189.25,-1318.25 1189.25,-1293.75 1228.75,-1293.75 1228.75,-1318.25"/> +<polygon fill="none" stroke="black" points="1189.25,-1293.75 1189.25,-1318.25 1228.75,-1318.25 1228.75,-1293.75 1189.25,-1293.75"/> +<text text-anchor="start" x="1193.25" y="-1300.95" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- _GND_8 --> +<g id="node21" class="node"> +<title>_GND_8</title> +<polygon fill="#ffffff" stroke="black" points="1228.75,-1199.25 1189.25,-1199.25 1189.25,-1174.75 1228.75,-1174.75 1228.75,-1199.25"/> +<polygon fill="none" stroke="black" points="1189.25,-1174.75 1189.25,-1199.25 1228.75,-1199.25 1228.75,-1174.75 1189.25,-1174.75"/> +<text text-anchor="start" x="1193.25" y="-1181.95" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- _GND_9 --> +<g id="node22" class="node"> +<title>_GND_9</title> +<polygon fill="#ffffff" stroke="black" points="1228.75,-1109.25 1189.25,-1109.25 1189.25,-1084.75 1228.75,-1084.75 1228.75,-1109.25"/> +<polygon fill="none" stroke="black" points="1189.25,-1084.75 1189.25,-1109.25 1228.75,-1109.25 1228.75,-1084.75 1189.25,-1084.75"/> +<text text-anchor="start" x="1193.25" y="-1091.95" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- _GND_10 --> +<g id="node23" class="node"> +<title>_GND_10</title> +<polygon fill="#ffffff" stroke="black" points="1228.75,-1019.25 1189.25,-1019.25 1189.25,-994.75 1228.75,-994.75 1228.75,-1019.25"/> +<polygon fill="none" stroke="black" points="1189.25,-994.75 1189.25,-1019.25 1228.75,-1019.25 1228.75,-994.75 1189.25,-994.75"/> +<text text-anchor="start" x="1193.25" y="-1001.95" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- _GND_11 --> +<g id="node24" class="node"> +<title>_GND_11</title> +<polygon fill="#ffffff" stroke="black" points="1228.75,-659.25 1189.25,-659.25 1189.25,-634.75 1228.75,-634.75 1228.75,-659.25"/> +<polygon fill="none" stroke="black" points="1189.25,-634.75 1189.25,-659.25 1228.75,-659.25 1228.75,-634.75 1189.25,-634.75"/> +<text text-anchor="start" x="1193.25" y="-641.95" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- _GND_12 --> +<g id="node25" class="node"> +<title>_GND_12</title> +<polygon fill="#ffffff" stroke="black" points="1228.75,-489.25 1189.25,-489.25 1189.25,-464.75 1228.75,-464.75 1228.75,-489.25"/> +<polygon fill="none" stroke="black" points="1189.25,-464.75 1189.25,-489.25 1228.75,-489.25 1228.75,-464.75 1189.25,-464.75"/> +<text text-anchor="start" x="1193.25" y="-471.95" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- _GND_13 --> +<g id="node26" class="node"> +<title>_GND_13</title> +<polygon fill="#ffffff" stroke="black" points="1228.75,-440.25 1189.25,-440.25 1189.25,-415.75 1228.75,-415.75 1228.75,-440.25"/> +<polygon fill="none" stroke="black" points="1189.25,-415.75 1189.25,-440.25 1228.75,-440.25 1228.75,-415.75 1189.25,-415.75"/> +<text text-anchor="start" x="1193.25" y="-422.95" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- _S_1 --> +<g id="node27" class="node"> +<title>_S_1</title> +<polygon fill="#ffffff" stroke="black" points="1231.75,-2920.25 1186.25,-2920.25 1186.25,-2895.75 1231.75,-2895.75 1231.75,-2920.25"/> +<polygon fill="none" stroke="black" points="1186.25,-2895.75 1186.25,-2920.25 1231.75,-2920.25 1231.75,-2895.75 1186.25,-2895.75"/> +<text text-anchor="start" x="1190.25" y="-2902.95" font-family="arial" font-size="14.00">splice</text> +</g> +<!-- _S_1--W15 --> +<g id="edge130" class="edge"> +<title>_S_1:e--W15:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-2904C1363.11,-2904.03 1395.56,-2907.78 1525,-2907.75"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1232.75,-2906C1362.88,-2906.01 1395.33,-2909.76 1525,-2909.75"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1232.75,-2908C1362.65,-2908 1395.1,-2911.75 1525,-2911.75"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1232.75,-2910C1362.42,-2909.99 1394.87,-2913.74 1525,-2913.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-2912C1362.19,-2911.97 1394.64,-2915.72 1525,-2915.75"/> +</g> +<!-- _S_2 --> +<g id="node28" class="node"> +<title>_S_2</title> +<polygon fill="#ffffff" stroke="black" points="1231.75,-2871.25 1186.25,-2871.25 1186.25,-2846.75 1231.75,-2846.75 1231.75,-2871.25"/> +<polygon fill="none" stroke="black" points="1186.25,-2846.75 1186.25,-2871.25 1231.75,-2871.25 1231.75,-2846.75 1186.25,-2846.75"/> +<text text-anchor="start" x="1190.25" y="-2853.95" font-family="arial" font-size="14.00">splice</text> +</g> +<!-- _S_2--W15 --> +<g id="edge132" class="edge"> +<title>_S_2:e--W15:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-2855C1365.36,-2855.75 1397.05,-2878.5 1525,-2877.75"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1232.75,-2857C1364.2,-2857.38 1395.88,-2880.13 1525,-2879.75"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1232.75,-2859C1363.03,-2859 1394.72,-2881.75 1525,-2881.75"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1232.75,-2861C1361.87,-2860.62 1393.55,-2883.37 1525,-2883.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-2863C1360.7,-2862.25 1392.39,-2885 1525,-2885.75"/> +</g> +<!-- _S_3 --> +<g id="node29" class="node"> +<title>_S_3</title> +<polygon fill="#ffffff" stroke="black" points="1231.75,-2719.25 1186.25,-2719.25 1186.25,-2694.75 1231.75,-2694.75 1231.75,-2719.25"/> +<polygon fill="none" stroke="black" points="1186.25,-2694.75 1186.25,-2719.25 1231.75,-2719.25 1231.75,-2694.75 1186.25,-2694.75"/> +<text text-anchor="start" x="1190.25" y="-2701.95" font-family="arial" font-size="14.00">splice</text> +</g> +<!-- _S_3--W16 --> +<g id="edge136" class="edge"> +<title>_S_3:e--W16:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-2703C1360.56,-2704.38 1391.15,-2669.13 1525,-2667.75"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1232.75,-2705C1362.07,-2705.69 1392.66,-2670.44 1525,-2669.75"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1232.75,-2707C1363.58,-2707 1394.17,-2671.75 1525,-2671.75"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1232.75,-2709C1365.09,-2708.31 1395.68,-2673.06 1525,-2673.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-2711C1366.6,-2709.62 1397.19,-2674.37 1525,-2675.75"/> +</g> +<!-- _S_4 --> +<g id="node30" class="node"> +<title>_S_4</title> +<polygon fill="#ffffff" stroke="black" points="1231.75,-2658.25 1186.25,-2658.25 1186.25,-2633.75 1231.75,-2633.75 1231.75,-2658.25"/> +<polygon fill="none" stroke="black" points="1186.25,-2633.75 1186.25,-2658.25 1231.75,-2658.25 1231.75,-2633.75 1186.25,-2633.75"/> +<text text-anchor="start" x="1190.25" y="-2640.95" font-family="arial" font-size="14.00">splice</text> +</g> +<!-- _S_4--W16 --> +<g id="edge138" class="edge"> +<title>_S_4:e--W16:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-2642C1362.13,-2642.03 1394.58,-2637.78 1525,-2637.75"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1232.75,-2644C1362.39,-2644.02 1394.84,-2639.77 1525,-2639.75"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1232.75,-2646C1362.65,-2646 1395.1,-2641.75 1525,-2641.75"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1232.75,-2648C1362.91,-2647.98 1395.36,-2643.73 1525,-2643.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-2650C1363.17,-2649.97 1395.62,-2645.72 1525,-2645.75"/> +</g> +<!-- _S_5 --> +<g id="node31" class="node"> +<title>_S_5</title> +<polygon fill="#ffffff" stroke="black" points="1231.75,-3018.25 1186.25,-3018.25 1186.25,-2993.75 1231.75,-2993.75 1231.75,-3018.25"/> +<polygon fill="none" stroke="black" points="1186.25,-2993.75 1186.25,-3018.25 1231.75,-3018.25 1231.75,-2993.75 1186.25,-2993.75"/> +<text text-anchor="start" x="1190.25" y="-3000.95" font-family="arial" font-size="14.00">splice</text> +</g> +<!-- _S_5--W17 --> +<g id="edge142" class="edge"> +<title>_S_5:e--W17:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-3002C1298.63,-3002.11 1320.5,-2996.82 1382.81,-3027.43 1464.65,-3072.55 1439.38,-3172.73 1525,-3167.75"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1232.75,-3004C1299.1,-3004.06 1320.97,-2998.76 1381.91,-3029.22 1462.71,-3072.06 1437.45,-3172.24 1525,-3169.75"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1232.75,-3006C1299.57,-3006 1321.44,-3000.71 1381,-3031 1460.77,-3071.57 1435.51,-3171.75 1525,-3171.75"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1232.75,-3008C1300.04,-3007.94 1321.91,-3002.65 1380.09,-3032.78 1458.83,-3071.08 1433.57,-3171.26 1525,-3173.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-3010C1300.51,-3009.89 1322.38,-3004.6 1379.19,-3034.57 1456.89,-3070.59 1431.63,-3170.77 1525,-3175.75"/> +</g> +<!-- _S_6 --> +<g id="node32" class="node"> +<title>_S_6</title> +<polygon fill="#ffffff" stroke="black" points="1231.75,-2969.25 1186.25,-2969.25 1186.25,-2944.75 1231.75,-2944.75 1231.75,-2969.25"/> +<polygon fill="none" stroke="black" points="1186.25,-2944.75 1186.25,-2969.25 1231.75,-2969.25 1231.75,-2944.75 1186.25,-2944.75"/> +<text text-anchor="start" x="1190.25" y="-2951.95" font-family="arial" font-size="14.00">splice</text> +</g> +<!-- _S_6--W17 --> +<g id="edge144" class="edge"> +<title>_S_6:e--W17:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-2953C1298.37,-2953.18 1321.23,-2946.02 1382.93,-2978.49 1468.61,-3029.19 1433.23,-3142.94 1525,-3137.75"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1232.75,-2955C1298.97,-2955.09 1321.83,-2947.93 1381.96,-2980.25 1466.7,-3028.6 1431.32,-3142.34 1525,-3139.75"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1232.75,-2957C1299.57,-2957 1322.43,-2949.84 1381,-2982 1464.79,-3028.01 1429.41,-3141.75 1525,-3141.75"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1232.75,-2959C1300.17,-2958.91 1323.03,-2951.75 1380.04,-2983.75 1462.88,-3027.41 1427.5,-3141.16 1525,-3143.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-2961C1300.76,-2960.82 1323.62,-2953.66 1379.07,-2985.51 1460.97,-3026.82 1425.59,-3140.56 1525,-3145.75"/> +</g> +<!-- _S_7 --> +<g id="node33" class="node"> +<title>_S_7</title> +<polygon fill="#ffffff" stroke="black" points="1231.75,-3116.25 1186.25,-3116.25 1186.25,-3091.75 1231.75,-3091.75 1231.75,-3116.25"/> +<polygon fill="none" stroke="black" points="1186.25,-3091.75 1186.25,-3116.25 1231.75,-3116.25 1231.75,-3091.75 1186.25,-3091.75"/> +<text text-anchor="start" x="1190.25" y="-3098.95" font-family="arial" font-size="14.00">splice</text> +</g> +<!-- _S_7--W18 --> +<g id="edge148" class="edge"> +<title>_S_7:e--W18:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-3100C1297.73,-3100.45 1324.99,-3086.33 1383.34,-3125.76 1503.87,-3217.1 1392.3,-3423.65 1536,-3417.75"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1232.75,-3102C1298.65,-3102.22 1325.91,-3088.1 1382.17,-3127.38 1502.11,-3216.15 1390.54,-3422.7 1536,-3419.75"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1232.75,-3104C1299.57,-3104 1326.83,-3089.88 1381,-3129 1500.35,-3215.19 1388.78,-3421.75 1536,-3421.75"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1232.75,-3106C1300.49,-3105.78 1327.75,-3091.66 1379.83,-3130.62 1498.59,-3214.24 1387.02,-3420.8 1536,-3423.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-3108C1301.41,-3107.55 1328.67,-3093.43 1378.66,-3132.24 1496.83,-3213.29 1385.26,-3419.85 1536,-3425.75"/> +</g> +<!-- _S_8 --> +<g id="node34" class="node"> +<title>_S_8</title> +<polygon fill="#ffffff" stroke="black" points="1231.75,-3067.25 1186.25,-3067.25 1186.25,-3042.75 1231.75,-3042.75 1231.75,-3067.25"/> +<polygon fill="none" stroke="black" points="1186.25,-3042.75 1186.25,-3067.25 1231.75,-3067.25 1231.75,-3042.75 1186.25,-3042.75"/> +<text text-anchor="start" x="1190.25" y="-3049.95" font-family="arial" font-size="14.00">splice</text> +</g> +<!-- _S_8--W18 --> +<g id="edge150" class="edge"> +<title>_S_8:e--W18:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-3051C1297.69,-3051.47 1325.45,-3036.66 1383.38,-3076.79 1508.76,-3174.16 1384.75,-3393.72 1536,-3387.75"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1232.75,-3053C1298.63,-3053.24 1326.39,-3038.43 1382.19,-3078.39 1507.02,-3173.17 1383.01,-3392.73 1536,-3389.75"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1232.75,-3055C1299.57,-3055 1327.33,-3040.19 1381,-3080 1505.28,-3172.19 1381.26,-3391.75 1536,-3391.75"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1232.75,-3057C1300.51,-3056.76 1328.28,-3041.96 1379.81,-3081.61 1503.54,-3171.2 1379.52,-3390.77 1536,-3393.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-3059C1301.45,-3058.53 1329.22,-3043.72 1378.62,-3083.21 1501.79,-3170.22 1377.78,-3389.78 1536,-3395.75"/> +</g> +<!-- _S_9 --> +<g id="node35" class="node"> +<title>_S_9</title> +<polygon fill="#ffffff" stroke="black" points="1231.75,-1765.25 1186.25,-1765.25 1186.25,-1740.75 1231.75,-1740.75 1231.75,-1765.25"/> +<polygon fill="none" stroke="black" points="1186.25,-1740.75 1186.25,-1765.25 1231.75,-1765.25 1231.75,-1740.75 1186.25,-1740.75"/> +<text text-anchor="start" x="1190.25" y="-1747.95" font-family="arial" font-size="14.00">splice</text> +</g> +<!-- _S_9--W7 --> +<g id="edge34" class="edge"> +<title>_S_9:e--W7:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-1749C1360.54,-1750.23 1391.43,-1717.98 1525,-1716.75"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M1232.75,-1751C1361.98,-1751.62 1392.88,-1719.37 1525,-1718.75"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M1232.75,-1753C1363.43,-1753 1394.32,-1720.75 1525,-1720.75"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M1232.75,-1755C1364.87,-1754.38 1395.77,-1722.13 1525,-1722.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-1757C1366.32,-1755.77 1397.21,-1723.52 1525,-1724.75"/> +</g> +<!-- _S_10 --> +<g id="node36" class="node"> +<title>_S_10</title> +<polygon fill="#ffffff" stroke="black" points="1231.75,-2330.25 1186.25,-2330.25 1186.25,-2305.75 1231.75,-2305.75 1231.75,-2330.25"/> +<polygon fill="none" stroke="black" points="1186.25,-2305.75 1186.25,-2330.25 1231.75,-2330.25 1231.75,-2305.75 1186.25,-2305.75"/> +<text text-anchor="start" x="1190.25" y="-2312.95" font-family="arial" font-size="14.00">splice</text> +</g> +<!-- _S_10--W7 --> +<g id="edge36" class="edge"> +<title>_S_10:e--W7:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-2314C1301.71,-2314.62 1334.32,-2335.24 1378.27,-2290.08 1578.95,-2107.59 1246.67,-1693.25 1525,-1686.75"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M1232.75,-2316C1300.64,-2316.31 1333.25,-2336.93 1379.63,-2291.54 1580.51,-2106.34 1248.23,-1692 1525,-1688.75"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M1232.75,-2318C1299.57,-2318 1332.18,-2338.62 1381,-2293 1582.07,-2105.09 1249.79,-1690.75 1525,-1690.75"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M1232.75,-2320C1298.5,-2319.69 1331.11,-2340.31 1382.37,-2294.46 1583.63,-2103.84 1251.35,-1689.5 1525,-1692.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-2322C1297.43,-2321.38 1330.04,-2342 1383.73,-2295.92 1585.19,-2102.58 1252.91,-1688.25 1525,-1694.75"/> +</g> +<!-- _S_11 --> +<g id="node37" class="node"> +<title>_S_11</title> +<polygon fill="#ffffff" stroke="black" points="1231.75,-2281.25 1186.25,-2281.25 1186.25,-2256.75 1231.75,-2256.75 1231.75,-2281.25"/> +<polygon fill="none" stroke="black" points="1186.25,-2256.75 1186.25,-2281.25 1231.75,-2281.25 1231.75,-2256.75 1186.25,-2256.75"/> +<text text-anchor="start" x="1190.25" y="-2263.95" font-family="arial" font-size="14.00">splice</text> +</g> +<!-- _S_11--W7 --> +<g id="edge38" class="edge"> +<title>_S_11:e--W7:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-2265C1301.69,-2265.65 1334.12,-2286.9 1378.29,-2242.06 1574.49,-2066.21 1254.43,-1663.24 1525,-1656.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-2267C1300.59,-2267.33 1333.02,-2288.57 1379.64,-2243.53 1576.06,-2064.96 1256,-1661.99 1525,-1658.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-2269C1299.5,-2269 1331.93,-2290.24 1381,-2245 1577.62,-2063.72 1257.56,-1660.75 1525,-1660.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-2271C1298.4,-2270.67 1330.83,-2291.92 1382.36,-2246.47 1579.19,-2062.48 1259.13,-1659.51 1525,-1662.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-2273C1297.3,-2272.35 1329.74,-2293.59 1383.71,-2247.94 1580.75,-2061.23 1260.69,-1658.26 1525,-1664.75"/> +</g> +<!-- _S_12 --> +<g id="node38" class="node"> +<title>_S_12</title> +<polygon fill="#ffffff" stroke="black" points="1231.75,-2428.25 1186.25,-2428.25 1186.25,-2403.75 1231.75,-2403.75 1231.75,-2428.25"/> +<polygon fill="none" stroke="black" points="1186.25,-2403.75 1186.25,-2428.25 1231.75,-2428.25 1231.75,-2403.75 1186.25,-2403.75"/> +<text text-anchor="start" x="1190.25" y="-2410.95" font-family="arial" font-size="14.00">splice</text> +</g> +<!-- _S_12--W12 --> +<g id="edge120" class="edge"> +<title>_S_12:e--W12:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-2412C1301.05,-2412.28 1325.36,-2421.95 1378.92,-2387.58 1472.15,-2334.88 1416.8,-2193.21 1531.5,-2187.75"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1232.75,-2414C1300.31,-2414.14 1324.62,-2423.81 1379.96,-2389.29 1474.01,-2334.15 1418.66,-2192.48 1531.5,-2189.75"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1232.75,-2416C1299.57,-2416 1323.88,-2425.67 1381,-2391 1475.87,-2333.42 1420.52,-2191.75 1531.5,-2191.75"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1232.75,-2418C1298.83,-2417.86 1323.14,-2427.53 1382.04,-2392.71 1477.74,-2332.69 1422.38,-2191.02 1531.5,-2193.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-2420C1298.09,-2419.72 1322.4,-2429.38 1383.08,-2394.42 1479.6,-2331.97 1424.25,-2190.29 1531.5,-2195.75"/> +</g> +<!-- _S_13 --> +<g id="node39" class="node"> +<title>_S_13</title> +<polygon fill="#ffffff" stroke="black" points="1231.75,-2379.25 1186.25,-2379.25 1186.25,-2354.75 1231.75,-2354.75 1231.75,-2379.25"/> +<polygon fill="none" stroke="black" points="1186.25,-2354.75 1186.25,-2379.25 1231.75,-2379.25 1231.75,-2354.75 1186.25,-2354.75"/> +<text text-anchor="start" x="1190.25" y="-2361.95" font-family="arial" font-size="14.00">splice</text> +</g> +<!-- _S_13--W12 --> +<g id="edge122" class="edge"> +<title>_S_13:e--W12:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-2363C1300.9,-2363.23 1324.38,-2371.49 1379.01,-2338.53 1467.73,-2291.35 1423.36,-2163.06 1531.5,-2157.75"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1232.75,-2365C1300.23,-2365.11 1323.71,-2373.38 1380,-2340.27 1469.62,-2290.7 1425.25,-2162.4 1531.5,-2159.75"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1232.75,-2367C1299.57,-2367 1323.05,-2375.26 1381,-2342 1471.51,-2290.05 1427.14,-2161.75 1531.5,-2161.75"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1232.75,-2369C1298.91,-2368.89 1322.39,-2377.15 1382,-2343.73 1473.4,-2289.39 1429.03,-2161.1 1531.5,-2163.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-2371C1298.24,-2370.77 1321.72,-2379.04 1382.99,-2345.47 1475.29,-2288.74 1430.92,-2160.44 1531.5,-2165.75"/> +</g> +<!-- _S_14 --> +<g id="node40" class="node"> +<title>_S_14</title> +<polygon fill="#ffffff" stroke="black" points="1231.75,-2526.25 1186.25,-2526.25 1186.25,-2501.75 1231.75,-2501.75 1231.75,-2526.25"/> +<polygon fill="none" stroke="black" points="1186.25,-2501.75 1186.25,-2526.25 1231.75,-2526.25 1231.75,-2501.75 1186.25,-2501.75"/> +<text text-anchor="start" x="1190.25" y="-2508.95" font-family="arial" font-size="14.00">splice</text> +</g> +<!-- _S_14--W11 --> +<g id="edge114" class="edge"> +<title>_S_14:e--W11:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-2510C1298.05,-2510.3 1315.13,-2503.3 1379.92,-2485.15 1443.43,-2469.56 1452.23,-2430.86 1525,-2427.75"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1232.75,-2512C1298.81,-2512.15 1315.89,-2505.15 1380.46,-2487.07 1445.38,-2470 1454.18,-2431.31 1525,-2429.75"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1232.75,-2514C1299.57,-2514 1316.65,-2507 1381,-2489 1447.33,-2470.45 1456.13,-2431.75 1525,-2431.75"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1232.75,-2516C1300.33,-2515.85 1317.41,-2508.85 1381.54,-2490.93 1449.28,-2470.89 1458.08,-2432.19 1525,-2433.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-2518C1301.09,-2517.7 1318.17,-2510.7 1382.08,-2492.85 1451.23,-2471.34 1460.03,-2432.64 1525,-2435.75"/> +</g> +<!-- _S_15 --> +<g id="node41" class="node"> +<title>_S_15</title> +<polygon fill="#ffffff" stroke="black" points="1231.75,-2477.25 1186.25,-2477.25 1186.25,-2452.75 1231.75,-2452.75 1231.75,-2477.25"/> +<polygon fill="none" stroke="black" points="1186.25,-2452.75 1186.25,-2477.25 1231.75,-2477.25 1231.75,-2452.75 1186.25,-2452.75"/> +<text text-anchor="start" x="1190.25" y="-2459.95" font-family="arial" font-size="14.00">splice</text> +</g> +<!-- _S_15--W11 --> +<g id="edge116" class="edge"> +<title>_S_15:e--W11:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-2461C1297.34,-2461.68 1313.46,-2450.83 1380.15,-2436.09 1442.2,-2424.08 1455.26,-2399.85 1525,-2397.75"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1232.75,-2463C1298.45,-2463.34 1314.58,-2452.49 1380.58,-2438.05 1443.96,-2425.03 1457.02,-2400.8 1525,-2399.75"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1232.75,-2465C1299.57,-2465 1315.7,-2454.15 1381,-2440 1445.72,-2425.98 1458.78,-2401.75 1525,-2401.75"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1232.75,-2467C1300.69,-2466.66 1316.81,-2455.81 1381.42,-2441.95 1447.48,-2426.93 1460.54,-2402.7 1525,-2403.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1232.75,-2469C1301.8,-2468.32 1317.93,-2457.47 1381.85,-2443.91 1449.24,-2427.88 1462.3,-2403.65 1525,-2405.75"/> +</g> +<!-- _GND_14 --> +<g id="node42" class="node"> +<title>_GND_14</title> +<polygon fill="#ffffff" stroke="black" points="1228.75,-3165.25 1189.25,-3165.25 1189.25,-3140.75 1228.75,-3140.75 1228.75,-3165.25"/> +<polygon fill="none" stroke="black" points="1189.25,-3140.75 1189.25,-3165.25 1228.75,-3165.25 1228.75,-3140.75 1189.25,-3140.75"/> +<text text-anchor="start" x="1193.25" y="-3147.95" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- _GND_15 --> +<g id="node43" class="node"> +<title>_GND_15</title> +<polygon fill="#ffffff" stroke="black" points="2202.38,-3197.25 2162.88,-3197.25 2162.88,-3172.75 2202.38,-3172.75 2202.38,-3197.25"/> +<polygon fill="none" stroke="black" points="2162.88,-3172.75 2162.88,-3197.25 2202.38,-3197.25 2202.38,-3172.75 2162.88,-3172.75"/> +<text text-anchor="start" x="2166.88" y="-3179.95" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- _GND_16 --> +<g id="node44" class="node"> +<title>_GND_16</title> +<polygon fill="#ffffff" stroke="black" points="2202.38,-2533.25 2162.88,-2533.25 2162.88,-2508.75 2202.38,-2508.75 2202.38,-2533.25"/> +<polygon fill="none" stroke="black" points="2162.88,-2508.75 2162.88,-2533.25 2202.38,-2533.25 2202.38,-2508.75 2162.88,-2508.75"/> +<text text-anchor="start" x="2166.88" y="-2515.95" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- _GND_17 --> +<g id="node45" class="node"> +<title>_GND_17</title> +<polygon fill="#ffffff" stroke="black" points="2202.38,-3367.25 2162.88,-3367.25 2162.88,-3342.75 2202.38,-3342.75 2202.38,-3367.25"/> +<polygon fill="none" stroke="black" points="2162.88,-3342.75 2162.88,-3367.25 2202.38,-3367.25 2202.38,-3342.75 2162.88,-3342.75"/> +<text text-anchor="start" x="2166.88" y="-3349.95" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- _GND_18 --> +<g id="node46" class="node"> +<title>_GND_18</title> +<polygon fill="#ffffff" stroke="black" points="2202.38,-2703.25 2162.88,-2703.25 2162.88,-2678.75 2202.38,-2678.75 2202.38,-2703.25"/> +<polygon fill="none" stroke="black" points="2162.88,-2678.75 2162.88,-2703.25 2202.38,-2703.25 2202.38,-2678.75 2162.88,-2678.75"/> +<text text-anchor="start" x="2166.88" y="-2685.95" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- _GND_19 --> +<g id="node47" class="node"> +<title>_GND_19</title> +<polygon fill="#ffffff" stroke="black" points="2202.38,-1139.25 2162.88,-1139.25 2162.88,-1114.75 2202.38,-1114.75 2202.38,-1139.25"/> +<polygon fill="none" stroke="black" points="2162.88,-1114.75 2162.88,-1139.25 2202.38,-1139.25 2202.38,-1114.75 2162.88,-1114.75"/> +<text text-anchor="start" x="2166.88" y="-1121.95" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- _GND_20 --> +<g id="node48" class="node"> +<title>_GND_20</title> +<polygon fill="#ffffff" stroke="black" points="2202.38,-2363.25 2162.88,-2363.25 2162.88,-2338.75 2202.38,-2338.75 2202.38,-2363.25"/> +<polygon fill="none" stroke="black" points="2162.88,-2338.75 2162.88,-2363.25 2202.38,-2363.25 2202.38,-2338.75 2162.88,-2338.75"/> +<text text-anchor="start" x="2166.88" y="-2345.95" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- _GND_21 --> +<g id="node49" class="node"> +<title>_GND_21</title> +<polygon fill="#ffffff" stroke="black" points="2202.38,-1781.25 2162.88,-1781.25 2162.88,-1756.75 2202.38,-1756.75 2202.38,-1781.25"/> +<polygon fill="none" stroke="black" points="2162.88,-1756.75 2162.88,-1781.25 2202.38,-1781.25 2202.38,-1756.75 2162.88,-1756.75"/> +<text text-anchor="start" x="2166.88" y="-1763.95" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- _GND_22 --> +<g id="node50" class="node"> +<title>_GND_22</title> +<polygon fill="#ffffff" stroke="black" points="224.25,-3138.25 184.75,-3138.25 184.75,-3113.75 224.25,-3113.75 224.25,-3138.25"/> +<polygon fill="none" stroke="black" points="184.75,-3113.75 184.75,-3138.25 224.25,-3138.25 224.25,-3113.75 184.75,-3113.75"/> +<text text-anchor="start" x="188.75" y="-3120.95" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- _GND_22--W3 --> +<g id="edge18" class="edge"> +<title>_GND_22:e--W3:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M225.25,-3126C373.36,-3126 410.39,-3125.75 558.5,-3125.75"/> +</g> +<!-- _GND_23 --> +<g id="node51" class="node"> +<title>_GND_23</title> +<polygon fill="#ffffff" stroke="black" points="224.25,-2825.25 184.75,-2825.25 184.75,-2800.75 224.25,-2800.75 224.25,-2825.25"/> +<polygon fill="none" stroke="black" points="184.75,-2800.75 184.75,-2825.25 224.25,-2825.25 224.25,-2800.75 184.75,-2800.75"/> +<text text-anchor="start" x="188.75" y="-2807.95" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- _GND_23--W1 --> +<g id="edge12" class="edge"> +<title>_GND_23:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M225.25,-2813C371.81,-2813 408.44,-2812.75 555,-2812.75"/> +</g> +<!-- _GND_24 --> +<g id="node52" class="node"> +<title>_GND_24</title> +<polygon fill="#ffffff" stroke="black" points="224.25,-2292.25 184.75,-2292.25 184.75,-2267.75 224.25,-2267.75 224.25,-2292.25"/> +<polygon fill="none" stroke="black" points="184.75,-2267.75 184.75,-2292.25 224.25,-2292.25 224.25,-2267.75 184.75,-2267.75"/> +<text text-anchor="start" x="188.75" y="-2274.95" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- _GND_24--W6 --> +<g id="edge33" class="edge"> +<title>_GND_24:e--W6:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M225.25,-2280C370.92,-2280 407.33,-2279.75 553,-2279.75"/> +</g> +<!-- W1--shield2 --> +<g id="edge11" class="edge"> +<title>W1:e--shield2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2812.75C1016.15,-2812.75 1042.73,-2761.5 1167.88,-2761.5"/> +</g> +<!-- W1--_S_1 --> +<g id="edge3" class="edge"> +<title>W1:e--_S_1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2884.75C1024.11,-2885.32 1056.25,-2904.57 1185.25,-2904"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2886.75C1023.09,-2887.03 1055.22,-2906.28 1185.25,-2906"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M891,-2888.75C1022.06,-2888.75 1054.19,-2908 1185.25,-2908"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2890.75C1021.03,-2890.47 1053.16,-2909.72 1185.25,-2910"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2892.75C1020,-2892.18 1052.14,-2911.43 1185.25,-2912"/> +</g> +<!-- W1--_S_2 --> +<g id="edge4" class="edge"> +<title>W1:e--_S_2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2854.75C1021.81,-2854.75 1054.5,-2855 1185.25,-2855"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2856.75C1021.79,-2856.75 1054.49,-2857 1185.25,-2857"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M891,-2858.75C1021.78,-2858.75 1054.47,-2859 1185.25,-2859"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2860.75C1021.76,-2860.75 1054.46,-2861 1185.25,-2861"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2862.75C1021.75,-2862.75 1054.44,-2863 1185.25,-2863"/> +</g> +<!-- W1--_S_3 --> +<g id="edge5" class="edge"> +<title>W1:e--_S_3:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2884.75C980.74,-2889.82 951.11,-2783.12 1035.07,-2733.49 1096.35,-2700.66 1118.45,-2703.02 1185.25,-2703"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2886.75C982.66,-2889.29 953.04,-2782.58 1036.04,-2735.25 1096.14,-2702.65 1118.24,-2705.01 1185.25,-2705"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M891,-2888.75C984.59,-2888.75 954.96,-2782.05 1037,-2737 1095.92,-2704.64 1118.03,-2707 1185.25,-2707"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2890.75C986.52,-2888.21 956.89,-2781.51 1037.96,-2738.75 1095.71,-2706.63 1117.81,-2708.99 1185.25,-2709"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2892.75C988.45,-2887.68 958.82,-2780.98 1038.93,-2740.51 1095.5,-2708.62 1117.6,-2710.98 1185.25,-2711"/> +</g> +<!-- W1--_S_4 --> +<g id="edge6" class="edge"> +<title>W1:e--_S_4:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2854.75C988.76,-2860.04 947.24,-2738.33 1034.87,-2679.61 1094.35,-2642.87 1117.19,-2642 1185.25,-2642"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2856.75C990.65,-2859.4 949.13,-2737.68 1035.94,-2681.31 1094.42,-2644.87 1117.26,-2644 1185.25,-2644"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M891,-2858.75C992.55,-2858.75 951.02,-2737.03 1037,-2683 1094.5,-2646.86 1117.34,-2646 1185.25,-2646"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2860.75C994.44,-2858.1 952.92,-2736.39 1038.06,-2684.69 1094.57,-2648.86 1117.42,-2648 1185.25,-2648"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2862.75C996.33,-2857.46 954.81,-2735.74 1039.13,-2686.39 1094.65,-2650.86 1117.49,-2650 1185.25,-2650"/> +</g> +<!-- W1--_S_5 --> +<g id="edge7" class="edge"> +<title>W1:e--_S_5:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2884.75C971.75,-2888.9 969.3,-2953.73 1038.43,-2977.26 1099.65,-3000.88 1118.67,-3002.01 1185.25,-3002"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2886.75C969.76,-2888.83 967.31,-2953.66 1037.71,-2979.13 1099.53,-3002.87 1118.55,-3004 1185.25,-3004"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M891,-2888.75C967.76,-2888.75 965.31,-2953.58 1037,-2981 1099.41,-3004.87 1118.43,-3006 1185.25,-3006"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2890.75C965.76,-2888.67 963.31,-2953.51 1036.29,-2982.87 1099.29,-3006.87 1118.31,-3008 1185.25,-3008"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2892.75C963.76,-2888.6 961.31,-2953.43 1035.57,-2984.74 1099.17,-3008.86 1118.19,-3009.99 1185.25,-3010"/> +</g> +<!-- W1--_S_6 --> +<g id="edge8" class="edge"> +<title>W1:e--_S_6:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2854.75C967.58,-2858.4 971.98,-2909.09 1038.24,-2928.2 1101.43,-2948.87 1119.35,-2953.11 1185.25,-2953"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2856.75C965.59,-2858.58 969.99,-2909.26 1037.62,-2930.1 1100.97,-2950.82 1118.89,-2955.05 1185.25,-2955"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M891,-2858.75C963.6,-2858.75 968,-2909.44 1037,-2932 1100.51,-2952.77 1118.43,-2957 1185.25,-2957"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2860.75C961.61,-2858.92 966.01,-2909.61 1036.38,-2933.9 1100.05,-2954.71 1117.97,-2958.95 1185.25,-2959"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2862.75C959.61,-2859.1 964.01,-2909.78 1035.76,-2935.8 1099.59,-2956.66 1117.51,-2960.89 1185.25,-2961"/> +</g> +<!-- W1--_S_7 --> +<g id="edge9" class="edge"> +<title>W1:e--_S_7:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2884.75C1001.32,-2890.18 949.41,-3025.48 1039.06,-3075.57 1092.8,-3109.72 1116.97,-3100.27 1185.25,-3100"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2886.75C999.45,-2889.47 947.54,-3024.77 1038.03,-3077.29 1093.53,-3111.59 1117.7,-3102.14 1185.25,-3102"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M891,-2888.75C997.58,-2888.75 945.67,-3024.05 1037,-3079 1094.25,-3113.45 1118.43,-3104 1185.25,-3104"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2890.75C995.72,-2888.03 943.81,-3023.33 1035.97,-3080.71 1094.98,-3115.31 1119.16,-3105.86 1185.25,-3106"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2892.75C993.85,-2887.32 941.94,-3022.62 1034.94,-3082.43 1095.71,-3117.17 1119.89,-3107.73 1185.25,-3108"/> +</g> +<!-- W1--_S_8 --> +<g id="edge10" class="edge"> +<title>W1:e--_S_8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2854.75C994.81,-2860.03 953.79,-2981.93 1038.97,-3026.52 1093.83,-3059.18 1117.14,-3051.21 1185.25,-3051"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2856.75C992.91,-2859.39 951.9,-2981.29 1037.99,-3028.26 1094.47,-3061.07 1117.78,-3053.11 1185.25,-3053"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M891,-2858.75C991.02,-2858.75 950,-2980.66 1037,-3030 1095.12,-3062.97 1118.43,-3055 1185.25,-3055"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2860.75C989.12,-2858.11 948.11,-2980.02 1036.01,-3031.74 1095.77,-3064.86 1119.08,-3056.89 1185.25,-3057"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M891,-2862.75C987.23,-2857.47 946.21,-2979.38 1035.03,-3033.48 1096.41,-3066.75 1119.72,-3058.79 1185.25,-3059"/> +</g> +<!-- W3--Radio --> +<g id="edge14" class="edge"> +<title>W3:e--Radio:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M887.5,-3197.75C1012.19,-3197.75 1043.37,-3197.5 1168.12,-3197.5"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M887.5,-3199.75C1012.21,-3199.75 1043.39,-3199.5 1168.12,-3199.5"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M887.5,-3201.75C1012.22,-3201.75 1043.4,-3201.5 1168.12,-3201.5"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M887.5,-3203.75C1012.24,-3203.75 1043.42,-3203.5 1168.12,-3203.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M887.5,-3205.75C1012.25,-3205.75 1043.43,-3205.5 1168.12,-3205.5"/> +</g> +<!-- W3--Radio --> +<g id="edge16" class="edge"> +<title>W3:e--Radio:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M887.5,-3167.75C1018.07,-3169.97 1044.72,-3223.72 1168.12,-3221.5"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M887.5,-3169.75C1016.28,-3170.86 1042.93,-3224.61 1168.12,-3223.5"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M887.5,-3171.75C1014.49,-3171.75 1041.14,-3225.5 1168.12,-3225.5"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M887.5,-3173.75C1012.7,-3172.64 1039.34,-3226.39 1168.12,-3227.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M887.5,-3175.75C1010.91,-3173.53 1037.55,-3227.28 1168.12,-3229.5"/> +</g> +<!-- W3--_GND_14 --> +<g id="edge17" class="edge"> +<title>W3:e--_GND_14:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M887.5,-3125.75C1021.71,-3125.75 1054.04,-3153 1188.25,-3153"/> +</g> +<!-- W6--ECU CAN Bus --> +<g id="edge25" class="edge"> +<title>W6:e--ECU CAN Bus:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M893,-2381.75C1018.8,-2386.84 958.01,-2173.09 1091.5,-2168"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M893,-2383.75C1020.72,-2386.3 959.93,-2172.55 1091.5,-2170"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M893,-2385.75C1022.65,-2385.75 961.85,-2172 1091.5,-2172"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M893,-2387.75C1024.57,-2385.2 963.78,-2171.45 1091.5,-2174"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M893,-2389.75C1026.49,-2384.66 965.7,-2170.91 1091.5,-2176"/> +</g> +<!-- W6--ECU CAN Bus --> +<g id="edge27" class="edge"> +<title>W6:e--ECU CAN Bus:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M893,-2351.75C1016.85,-2356.81 959.94,-2149.06 1091.5,-2144"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M893,-2353.75C1018.78,-2356.28 961.87,-2148.53 1091.5,-2146"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M893,-2355.75C1020.71,-2355.75 963.79,-2148 1091.5,-2148"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M893,-2357.75C1022.63,-2355.22 965.72,-2147.47 1091.5,-2150"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M893,-2359.75C1024.56,-2354.69 967.65,-2146.94 1091.5,-2152"/> +</g> +<!-- W6--ECU CAN Bus --> +<g id="edge29" class="edge"> +<title>W6:e--ECU CAN Bus:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M893,-2321.75C1014.92,-2326.77 961.84,-2125.02 1091.5,-2120"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M893,-2323.75C1016.86,-2326.26 963.78,-2124.51 1091.5,-2122"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M893,-2325.75C1018.79,-2325.75 965.71,-2124 1091.5,-2124"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M893,-2327.75C1020.72,-2325.24 967.64,-2123.49 1091.5,-2126"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M893,-2329.75C1022.66,-2324.73 969.58,-2122.98 1091.5,-2128"/> +</g> +<!-- W6--shield1 --> +<g id="edge32" class="edge"> +<title>W6:e--shield1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M893,-2279.75C1083.93,-2279.75 913.93,-2020.98 1037,-1875 1080,-1824 1101.16,-1801.5 1167.88,-1801.5"/> +</g> +<!-- W6--_S_9 --> +<g id="edge19" class="edge"> +<title>W6:e--_S_9:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M893,-2321.75C1141.99,-2328.2 847.19,-1948.98 1034.31,-1774.04 1088.59,-1728.77 1120.68,-1749.65 1185.25,-1749"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M893,-2323.75C1143.57,-2326.98 848.77,-1947.75 1035.66,-1775.52 1087.5,-1730.45 1119.59,-1751.32 1185.25,-1751"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M893,-2325.75C1145.15,-2325.75 850.34,-1946.52 1037,-1777 1086.41,-1732.13 1118.5,-1753 1185.25,-1753"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M893,-2327.75C1146.73,-2324.52 851.92,-1945.29 1038.34,-1778.48 1085.32,-1733.8 1117.41,-1754.68 1185.25,-1755"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M893,-2329.75C1148.3,-2323.3 853.5,-1944.07 1039.69,-1779.96 1084.23,-1735.48 1116.32,-1756.35 1185.25,-1757"/> +</g> +<!-- W6--_S_10 --> +<g id="edge20" class="edge"> +<title>W6:e--_S_10:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M893,-2381.75C956.1,-2384.14 968.3,-2356.46 1036.1,-2339.1 1100.02,-2324.49 1116.36,-2314.58 1185.25,-2314"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M893,-2383.75C957.93,-2384.94 970.13,-2357.27 1036.55,-2341.05 1101.06,-2326.2 1117.39,-2316.29 1185.25,-2316"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M893,-2385.75C959.76,-2385.75 971.96,-2358.08 1037,-2343 1102.09,-2327.91 1118.43,-2318 1185.25,-2318"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M893,-2387.75C961.59,-2386.56 973.79,-2358.89 1037.45,-2344.95 1103.13,-2329.62 1119.47,-2319.71 1185.25,-2320"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M893,-2389.75C963.42,-2387.36 975.62,-2359.69 1037.9,-2346.9 1104.17,-2331.33 1120.5,-2321.42 1185.25,-2322"/> +</g> +<!-- W6--_S_11 --> +<g id="edge21" class="edge"> +<title>W6:e--_S_11:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M893,-2351.75C958.7,-2355.04 966.26,-2312.94 1035.87,-2290.16 1099.77,-2271.37 1117.09,-2265.23 1185.25,-2265"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M893,-2353.75C960.67,-2355.4 968.23,-2313.3 1036.44,-2292.08 1100.44,-2273.26 1117.76,-2267.11 1185.25,-2267"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M893,-2355.75C962.64,-2355.75 970.19,-2313.65 1037,-2294 1101.1,-2275.14 1118.43,-2269 1185.25,-2269"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M893,-2357.75C964.6,-2356.1 972.16,-2314 1037.56,-2295.92 1101.77,-2277.03 1119.1,-2270.89 1185.25,-2271"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M893,-2359.75C966.57,-2356.46 974.13,-2314.36 1038.13,-2297.84 1102.44,-2278.91 1119.77,-2272.77 1185.25,-2273"/> +</g> +<!-- W6--_S_12 --> +<g id="edge22" class="edge"> +<title>W6:e--_S_12:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M893,-2381.75C1026.37,-2382.88 1057.46,-2413.13 1185.25,-2412"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M893,-2383.75C1024.98,-2384.32 1056.06,-2414.57 1185.25,-2414"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M893,-2385.75C1023.58,-2385.75 1054.67,-2416 1185.25,-2416"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M893,-2387.75C1022.19,-2387.18 1053.27,-2417.43 1185.25,-2418"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M893,-2389.75C1020.79,-2388.62 1051.88,-2418.87 1185.25,-2420"/> +</g> +<!-- W6--_S_13 --> +<g id="edge23" class="edge"> +<title>W6:e--_S_13:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M893,-2351.75C1024.3,-2351.97 1056.58,-2363.22 1185.25,-2363"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M893,-2353.75C1023.64,-2353.86 1055.92,-2365.11 1185.25,-2365"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M893,-2355.75C1022.99,-2355.75 1055.26,-2367 1185.25,-2367"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M893,-2357.75C1022.33,-2357.64 1054.61,-2368.89 1185.25,-2369"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M893,-2359.75C1021.67,-2359.53 1053.95,-2370.78 1185.25,-2371"/> +</g> +<!-- W6--_S_14 --> +<g id="edge30" class="edge"> +<title>W6:e--_S_14:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M893,-2381.75C975.73,-2386.16 968.28,-2459.13 1038.54,-2485.31 1098.55,-2510.69 1118.29,-2510 1185.25,-2510"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M893,-2383.75C973.74,-2385.95 966.29,-2458.93 1037.77,-2487.15 1098.62,-2512.69 1118.36,-2512 1185.25,-2512"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M893,-2385.75C971.75,-2385.75 964.3,-2458.73 1037,-2489 1098.69,-2514.69 1118.43,-2514 1185.25,-2514"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M893,-2387.75C969.76,-2385.55 962.31,-2458.52 1036.23,-2490.85 1098.75,-2516.68 1118.5,-2516 1185.25,-2516"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M893,-2389.75C967.77,-2385.34 960.32,-2458.32 1035.46,-2492.69 1098.82,-2518.68 1118.57,-2518 1185.25,-2518"/> +</g> +<!-- W6--_S_15 --> +<g id="edge31" class="edge"> +<title>W6:e--_S_15:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M893,-2351.75C971.15,-2355.74 971.3,-2414.69 1038.36,-2436.24 1100.28,-2458.83 1118.9,-2461.03 1185.25,-2461"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M893,-2353.75C969.15,-2355.74 969.3,-2414.69 1037.68,-2438.12 1100.04,-2460.81 1118.67,-2463.01 1185.25,-2463"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M893,-2355.75C967.15,-2355.75 967.3,-2414.7 1037,-2440 1099.81,-2462.8 1118.43,-2465 1185.25,-2465"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M893,-2357.75C965.15,-2355.76 965.3,-2414.7 1036.32,-2441.88 1099.57,-2464.79 1118.2,-2466.99 1185.25,-2467"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M893,-2359.75C963.15,-2355.76 963.3,-2414.71 1035.64,-2443.76 1099.34,-2466.77 1117.96,-2468.97 1185.25,-2469"/> +</g> +<!-- W7--CEX --> +<g id="edge35" class="edge"> +<title>W7:e--CEX:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1809,-1716.75C1882.98,-1719.77 1895.38,-1670.52 1977.12,-1667.5"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M1809,-1718.75C1884.92,-1720.26 1897.32,-1671.01 1977.12,-1669.5"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M1809,-1720.75C1886.86,-1720.75 1899.26,-1671.5 1977.12,-1671.5"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M1809,-1722.75C1888.8,-1721.24 1901.2,-1671.99 1977.12,-1673.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1809,-1724.75C1890.74,-1721.73 1903.14,-1672.48 1977.12,-1675.5"/> +</g> +<!-- W7--CEX --> +<g id="edge37" class="edge"> +<title>W7:e--CEX:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1809,-1686.75C1882.34,-1689.53 1896.16,-1646.28 1977.12,-1643.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M1809,-1688.75C1884.25,-1690.14 1898.06,-1646.89 1977.12,-1645.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M1809,-1690.75C1886.16,-1690.75 1899.97,-1647.5 1977.12,-1647.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M1809,-1692.75C1888.06,-1691.36 1901.88,-1648.11 1977.12,-1649.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1809,-1694.75C1889.97,-1691.97 1903.78,-1648.72 1977.12,-1651.5"/> +</g> +<!-- W7--CEX --> +<g id="edge39" class="edge"> +<title>W7:e--CEX:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1809,-1656.75C1881.83,-1659.25 1896.88,-1622 1977.12,-1619.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1809,-1658.75C1883.68,-1660 1898.74,-1622.75 1977.12,-1621.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1809,-1660.75C1885.53,-1660.75 1900.59,-1623.5 1977.12,-1623.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1809,-1662.75C1887.39,-1661.5 1902.44,-1624.25 1977.12,-1625.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1809,-1664.75C1889.24,-1662.25 1904.3,-1625 1977.12,-1627.5"/> +</g> +<!-- W7--_GND_19 --> +<g id="edge41" class="edge"> +<title>W7:e--_GND_19:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1809,-1614.75C2024.39,-1614.75 1787.44,-1289.79 1953,-1152 2024.86,-1092.19 2068.38,-1127 2161.88,-1127"/> +</g> +<!-- W8--_GND_1 --> +<g id="edge89" class="edge"> +<title>W8:e--_GND_1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M873.5,-1932.5C987.16,-1937.9 932.16,-1790.12 1034.97,-1725.56 1097.13,-1690.62 1121.58,-1700.28 1188.25,-1700"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M873.5,-1934.5C989.04,-1937.2 934.04,-1789.42 1035.98,-1727.28 1096.4,-1692.48 1120.85,-1702.14 1188.25,-1702"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M873.5,-1936.5C990.91,-1936.5 935.91,-1788.72 1037,-1729 1095.66,-1694.34 1120.12,-1704 1188.25,-1704"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M873.5,-1938.5C992.79,-1935.8 937.79,-1788.02 1038.02,-1730.72 1094.93,-1696.2 1119.38,-1705.86 1188.25,-1706"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M873.5,-1940.5C994.66,-1935.1 939.66,-1787.33 1039.03,-1732.44 1094.19,-1698.06 1118.65,-1707.72 1188.25,-1708"/> +</g> +<!-- W8--_GND_2 --> +<g id="edge91" class="edge"> +<title>W8:e--_GND_2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M873.5,-1662.5C1012.23,-1662.7 1047.01,-1651.2 1188.25,-1651"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M873.5,-1664.5C1012.85,-1664.6 1047.64,-1653.1 1188.25,-1653"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M873.5,-1666.5C1013.48,-1666.5 1048.27,-1655 1188.25,-1655"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M873.5,-1668.5C1014.11,-1668.4 1048.9,-1656.9 1188.25,-1657"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M873.5,-1670.5C1014.74,-1670.3 1049.52,-1658.8 1188.25,-1659"/> +</g> +<!-- W8--_GND_3 --> +<g id="edge93" class="edge"> +<title>W8:e--_GND_3:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M873.5,-1632.5C1011.36,-1633.54 1045.02,-1603.04 1188.25,-1602"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M873.5,-1634.5C1012.7,-1635.02 1046.36,-1604.52 1188.25,-1604"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M873.5,-1636.5C1014.04,-1636.5 1047.71,-1606 1188.25,-1606"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M873.5,-1638.5C1015.39,-1637.98 1049.05,-1607.48 1188.25,-1608"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M873.5,-1640.5C1016.73,-1639.46 1050.39,-1608.96 1188.25,-1610"/> +</g> +<!-- W8--_GND_4 --> +<g id="edge95" class="edge"> +<title>W8:e--_GND_4:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M873.5,-1542.5C1013.33,-1542.5 1048.3,-1542 1188.25,-1542"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M873.5,-1544.5C1013.36,-1544.5 1048.33,-1544 1188.25,-1544"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M873.5,-1546.5C1013.39,-1546.5 1048.36,-1546 1188.25,-1546"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M873.5,-1548.5C1013.42,-1548.5 1048.39,-1548 1188.25,-1548"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M873.5,-1550.5C1013.45,-1550.5 1048.42,-1550 1188.25,-1550"/> +</g> +<!-- W8--_GND_5 --> +<g id="edge97" class="edge"> +<title>W8:e--_GND_5:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M873.5,-1422.5C1013.33,-1422.5 1048.3,-1422 1188.25,-1422"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M873.5,-1424.5C1013.36,-1424.5 1048.33,-1424 1188.25,-1424"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M873.5,-1426.5C1013.39,-1426.5 1048.36,-1426 1188.25,-1426"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M873.5,-1428.5C1013.42,-1428.5 1048.39,-1428 1188.25,-1428"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M873.5,-1430.5C1013.45,-1430.5 1048.42,-1430 1188.25,-1430"/> +</g> +<!-- W8--_GND_6 --> +<g id="edge99" class="edge"> +<title>W8:e--_GND_6:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M873.5,-1362.5C1013.33,-1362.5 1048.3,-1362 1188.25,-1362"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M873.5,-1364.5C1013.36,-1364.5 1048.33,-1364 1188.25,-1364"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M873.5,-1366.5C1013.39,-1366.5 1048.36,-1366 1188.25,-1366"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M873.5,-1368.5C1013.42,-1368.5 1048.39,-1368 1188.25,-1368"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M873.5,-1370.5C1013.45,-1370.5 1048.42,-1370 1188.25,-1370"/> +</g> +<!-- W8--_GND_7 --> +<g id="edge101" class="edge"> +<title>W8:e--_GND_7:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M873.5,-1302.5C1013.33,-1302.5 1048.3,-1302 1188.25,-1302"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M873.5,-1304.5C1013.36,-1304.5 1048.33,-1304 1188.25,-1304"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M873.5,-1306.5C1013.39,-1306.5 1048.36,-1306 1188.25,-1306"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M873.5,-1308.5C1013.42,-1308.5 1048.39,-1308 1188.25,-1308"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M873.5,-1310.5C1013.45,-1310.5 1048.42,-1310 1188.25,-1310"/> +</g> +<!-- W8--_GND_8 --> +<g id="edge103" class="edge"> +<title>W8:e--_GND_8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M873.5,-1182.5C1013.45,-1182.5 1048.42,-1183 1188.25,-1183"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M873.5,-1184.5C1013.42,-1184.5 1048.39,-1185 1188.25,-1185"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M873.5,-1186.5C1013.39,-1186.5 1048.36,-1187 1188.25,-1187"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M873.5,-1188.5C1013.36,-1188.5 1048.33,-1189 1188.25,-1189"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M873.5,-1190.5C1013.33,-1190.5 1048.3,-1191 1188.25,-1191"/> +</g> +<!-- W8--_GND_9 --> +<g id="edge105" class="edge"> +<title>W8:e--_GND_9:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M873.5,-1092.5C1013.45,-1092.5 1048.42,-1093 1188.25,-1093"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M873.5,-1094.5C1013.42,-1094.5 1048.39,-1095 1188.25,-1095"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M873.5,-1096.5C1013.39,-1096.5 1048.36,-1097 1188.25,-1097"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M873.5,-1098.5C1013.36,-1098.5 1048.33,-1099 1188.25,-1099"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M873.5,-1100.5C1013.33,-1100.5 1048.3,-1101 1188.25,-1101"/> +</g> +<!-- W8--_GND_10 --> +<g id="edge107" class="edge"> +<title>W8:e--_GND_10:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M873.5,-1002.5C1013.45,-1002.5 1048.42,-1003 1188.25,-1003"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M873.5,-1004.5C1013.42,-1004.5 1048.39,-1005 1188.25,-1005"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M873.5,-1006.5C1013.39,-1006.5 1048.36,-1007 1188.25,-1007"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M873.5,-1008.5C1013.36,-1008.5 1048.33,-1009 1188.25,-1009"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M873.5,-1010.5C1013.33,-1010.5 1048.3,-1011 1188.25,-1011"/> +</g> +<!-- W8--_GND_11 --> +<g id="edge109" class="edge"> +<title>W8:e--_GND_11:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M873.5,-642.5C1013.45,-642.5 1048.42,-643 1188.25,-643"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M873.5,-644.5C1013.42,-644.5 1048.39,-645 1188.25,-645"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M873.5,-646.5C1013.39,-646.5 1048.36,-647 1188.25,-647"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M873.5,-648.5C1013.36,-648.5 1048.33,-649 1188.25,-649"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M873.5,-650.5C1013.33,-650.5 1048.3,-651 1188.25,-651"/> +</g> +<!-- W8--_GND_12 --> +<g id="edge111" class="edge"> +<title>W8:e--_GND_12:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M873.5,-462.5C1014.62,-462.67 1049.44,-473.17 1188.25,-473"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M873.5,-464.5C1014.04,-464.59 1048.86,-475.09 1188.25,-475"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M873.5,-466.5C1013.47,-466.5 1048.28,-477 1188.25,-477"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M873.5,-468.5C1012.89,-468.41 1047.71,-478.91 1188.25,-479"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M873.5,-470.5C1012.31,-470.33 1047.13,-480.83 1188.25,-481"/> +</g> +<!-- W8--_GND_13 --> +<g id="edge113" class="edge"> +<title>W8:e--_GND_13:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M873.5,-432.5C1012.49,-432.61 1047.36,-424.11 1188.25,-424"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M873.5,-434.5C1012.97,-434.56 1047.84,-426.06 1188.25,-426"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M873.5,-436.5C1013.44,-436.5 1048.31,-428 1188.25,-428"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M873.5,-438.5C1013.91,-438.44 1048.78,-429.94 1188.25,-430"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M873.5,-440.5C1014.39,-440.39 1049.26,-431.89 1188.25,-432"/> +</g> +<!-- W11--Resistor --> +<g id="edge115" class="edge"> +<title>W11:e--Resistor:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1809,-2427.75C1953.72,-2428.8 1989.01,-2396.55 2139.12,-2395.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1809,-2429.75C1955.07,-2430.27 1990.36,-2398.02 2139.12,-2397.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1809,-2431.75C1956.42,-2431.75 1991.7,-2399.5 2139.12,-2399.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1809,-2433.75C1957.77,-2433.23 1993.05,-2400.98 2139.12,-2401.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1809,-2435.75C1959.12,-2434.7 1994.4,-2402.45 2139.12,-2403.5"/> +</g> +<!-- W11--Resistor --> +<g id="edge117" class="edge"> +<title>W11:e--Resistor:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1809,-2397.75C1958.11,-2398.33 1994.15,-2420.08 2139.12,-2419.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1809,-2399.75C1957.07,-2400.04 1993.12,-2421.79 2139.12,-2421.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1809,-2401.75C1956.04,-2401.75 1992.08,-2423.5 2139.12,-2423.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1809,-2403.75C1955.01,-2403.46 1991.05,-2425.21 2139.12,-2425.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1809,-2405.75C1953.97,-2405.17 1990.02,-2426.92 2139.12,-2427.5"/> +</g> +<!-- W11--_GND_20 --> +<g id="edge119" class="edge"> +<title>W11:e--_GND_20:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1809,-2355.75C1965.85,-2355.75 2005.03,-2351 2161.88,-2351"/> +</g> +<!-- W12--Radar --> +<g id="edge121" class="edge"> +<title>W12:e--Radar:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1802.5,-2187.75C1905.42,-2189.75 1927.13,-2227.25 2023.12,-2225.25"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1802.5,-2189.75C1903.69,-2190.75 1925.39,-2228.25 2023.12,-2227.25"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1802.5,-2191.75C1901.96,-2191.75 1923.66,-2229.25 2023.12,-2229.25"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1802.5,-2193.75C1900.23,-2192.75 1921.93,-2230.25 2023.12,-2231.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1802.5,-2195.75C1898.5,-2193.75 1920.2,-2231.25 2023.12,-2233.25"/> +</g> +<!-- W12--Radar --> +<g id="edge123" class="edge"> +<title>W12:e--Radar:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1802.5,-2157.75C1912.64,-2161.39 1920.95,-2252.89 2023.12,-2249.25"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1802.5,-2159.75C1910.65,-2161.57 1918.96,-2253.07 2023.12,-2251.25"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1802.5,-2161.75C1908.65,-2161.75 1916.97,-2253.25 2023.12,-2253.25"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1802.5,-2163.75C1906.66,-2161.93 1914.98,-2253.43 2023.12,-2255.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1802.5,-2165.75C1904.67,-2162.11 1912.99,-2253.61 2023.12,-2257.25"/> +</g> +<!-- W12--_GND_21 --> +<g id="edge125" class="edge"> +<title>W12:e--_GND_21:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1802.5,-2115.75C1960.37,-2115.75 1825.08,-1886.52 1953,-1794 2028.76,-1739.2 2068.38,-1769 2161.88,-1769"/> +</g> +<!-- W13--VP-X J2 --> +<g id="edge127" class="edge"> +<title>W13:e--VP-X J2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M892.5,-3586.5C1011.71,-3591.99 925.21,-3807.99 1037,-3802.5"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M892.5,-3588.5C1009.86,-3591.24 923.36,-3807.24 1037,-3804.5"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M892.5,-3590.5C1008,-3590.5 921.5,-3806.5 1037,-3806.5"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M892.5,-3592.5C1006.14,-3589.76 919.64,-3805.76 1037,-3808.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M892.5,-3594.5C1004.29,-3589.01 917.79,-3805.01 1037,-3810.5"/> +</g> +<!-- W13--VP-X J2 --> +<g id="edge129" class="edge"> +<title>W13:e--VP-X J2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M892.5,-3556.5C1013.93,-3562.02 922.97,-3784.02 1037,-3778.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M892.5,-3558.5C1012.08,-3561.26 921.12,-3783.26 1037,-3780.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M892.5,-3560.5C1010.23,-3560.5 919.27,-3782.5 1037,-3782.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M892.5,-3562.5C1008.38,-3559.74 917.42,-3781.74 1037,-3784.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M892.5,-3564.5C1006.53,-3558.98 915.57,-3780.98 1037,-3786.5"/> +</g> +<!-- W15--Swash1 --> +<g id="edge131" class="edge"> +<title>W15:e--Swash1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1809,-2907.75C1913.95,-2913.01 1855.64,-3089.26 1953,-3084"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1809,-2909.75C1912.05,-2912.38 1853.74,-3088.63 1953,-3086"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1809,-2911.75C1910.15,-2911.75 1851.85,-3088 1953,-3088"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1809,-2913.75C1908.26,-2911.12 1849.95,-3087.37 1953,-3090"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1809,-2915.75C1906.36,-2910.49 1848.05,-3086.74 1953,-3092"/> +</g> +<!-- W15--Swash1 --> +<g id="edge133" class="edge"> +<title>W15:e--Swash1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1809,-2877.75C1916.02,-2883.05 1853.55,-3065.3 1953,-3060"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1809,-2879.75C1914.12,-2882.4 1851.66,-3064.65 1953,-3062"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1809,-2881.75C1912.23,-2881.75 1849.77,-3064 1953,-3064"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1809,-2883.75C1910.34,-2881.1 1847.88,-3063.35 1953,-3066"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1809,-2885.75C1908.45,-2880.45 1845.98,-3062.7 1953,-3068"/> +</g> +<!-- W15--_GND_18 --> +<g id="edge135" class="edge"> +<title>W15:e--_GND_18:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1809,-2835.75C1892.52,-2835.75 1876.27,-2747.99 1953,-2715 2038.84,-2678.09 2068.43,-2691 2161.88,-2691"/> +</g> +<!-- W16--Swash2 --> +<g id="edge137" class="edge"> +<title>W16:e--Swash2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1809,-2667.75C1877.84,-2671.84 1876.16,-2593.59 1953,-2589.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1809,-2669.75C1879.84,-2671.79 1878.16,-2593.54 1953,-2591.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1809,-2671.75C1881.84,-2671.75 1880.16,-2593.5 1953,-2593.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1809,-2673.75C1883.84,-2671.71 1882.16,-2593.46 1953,-2595.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1809,-2675.75C1885.84,-2671.66 1884.16,-2593.41 1953,-2597.5"/> +</g> +<!-- W16--Swash2 --> +<g id="edge139" class="edge"> +<title>W16:e--Swash2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1809,-2637.75C1876.6,-2641.71 1877.4,-2569.46 1953,-2565.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1809,-2639.75C1878.6,-2641.73 1879.4,-2569.48 1953,-2567.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1809,-2641.75C1880.6,-2641.75 1881.4,-2569.5 1953,-2569.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1809,-2643.75C1882.6,-2641.77 1883.4,-2569.52 1953,-2571.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1809,-2645.75C1884.6,-2641.79 1885.4,-2569.54 1953,-2573.5"/> +</g> +<!-- W16--_GND_16 --> +<g id="edge141" class="edge"> +<title>W16:e--_GND_16:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1809,-2595.75C1876.71,-2595.75 1887.01,-2561.17 1953,-2546 2044.12,-2525.06 2068.38,-2521 2161.88,-2521"/> +</g> +<!-- W17--Swash3 --> +<g id="edge143" class="edge"> +<title>W17:e--Swash3:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1809,-3167.75C1887.48,-3171.98 1882.51,-3257.73 1953,-3253.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1809,-3169.75C1885.48,-3171.87 1880.51,-3257.62 1953,-3255.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1809,-3171.75C1883.49,-3171.75 1878.51,-3257.5 1953,-3257.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1809,-3173.75C1881.49,-3171.63 1876.52,-3257.38 1953,-3259.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1809,-3175.75C1879.49,-3171.52 1874.52,-3257.27 1953,-3261.5"/> +</g> +<!-- W17--Swash3 --> +<g id="edge145" class="edge"> +<title>W17:e--Swash3:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1809,-3137.75C1888.87,-3142.09 1881.1,-3233.84 1953,-3229.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1809,-3139.75C1886.88,-3141.92 1879.11,-3233.67 1953,-3231.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1809,-3141.75C1884.89,-3141.75 1877.11,-3233.5 1953,-3233.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1809,-3143.75C1882.89,-3141.58 1875.12,-3233.33 1953,-3235.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1809,-3145.75C1880.9,-3141.41 1873.13,-3233.16 1953,-3237.5"/> +</g> +<!-- W17--_GND_15 --> +<g id="edge147" class="edge"> +<title>W17:e--_GND_15:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1809,-3095.75C1879.26,-3095.75 1885.28,-3142.26 1953,-3161 2043.06,-3185.92 2068.43,-3185 2161.88,-3185"/> +</g> +<!-- W18--Yaw --> +<g id="edge149" class="edge"> +<title>W18:e--Yaw:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1798,-3417.75C1868.21,-3417.96 1885.34,-3423.71 1953,-3423.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1798,-3419.75C1867.57,-3419.85 1884.7,-3425.6 1953,-3425.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1798,-3421.75C1866.94,-3421.75 1884.06,-3427.5 1953,-3427.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1798,-3423.75C1866.3,-3423.65 1883.43,-3429.4 1953,-3429.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1798,-3425.75C1865.66,-3425.54 1882.79,-3431.29 1953,-3431.5"/> +</g> +<!-- W18--Yaw --> +<g id="edge151" class="edge"> +<title>W18:e--Yaw:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1798,-3387.75C1869.38,-3388.47 1886.2,-3400.22 1953,-3399.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1798,-3389.75C1868.23,-3390.11 1885.06,-3401.86 1953,-3401.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1798,-3391.75C1867.09,-3391.75 1883.91,-3403.5 1953,-3403.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1798,-3393.75C1865.94,-3393.39 1882.77,-3405.14 1953,-3405.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1798,-3395.75C1864.8,-3395.03 1881.62,-3406.78 1953,-3407.5"/> +</g> +<!-- W18--_GND_17 --> +<g id="edge153" class="edge"> +<title>W18:e--_GND_17:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1798,-3345.75C1959.77,-3345.75 2000.1,-3355 2161.88,-3355"/> +</g> +</g> +</svg> diff --git a/wireviz/Choppy_IB_1X.yml b/wireviz/Choppy_IB_1X.yml new file mode 100644 index 0000000..5196ec7 --- /dev/null +++ b/wireviz/Choppy_IB_1X.yml @@ -0,0 +1,381 @@ +templates: # defining templates to be used later on + - &AP_mate + type: FMW.LM.368.XLC + pinlabels: [I/O1, I/O2, I/O3, I/O4, I/O5, I/O6, I/O7, I/O8, GND, I/O9, I/O10, I/O11, I/O12, I/O13, I/O14, I/O15, I/O16, + GND, RS 232 TX,RS 232 RX,GND,Analog 4,Analog 5,GND, CanA P, CanA N,No Connect, CANB_P, CANB_N, GND, I2C_CLK, I2C_DATA, + GND, 3.3V, GND, 5V, GND, ANALOG_1, ANALOG_2, ANALOG_3, GND, FTS1_OUT, FTS2_OUT, GND, V_ARB_TX, V_ARB_RX, + GND, V_ARB_VCC, FTS3_OUT_MPU, OUT_RS485_P, OUT_RS485_N, IN_RS845_N, IN_RS845_P, RS-485_GND, EQEP_A, EQEP_B, EQEP_S, EQEP_I, + GND, V_USB_DP, V_USB_DN, V_USB_ID, FTS_OUT_MPU, FTS2_OUT_MPU, GND, GND, VCC, VCC] + image: + src: images\CEX_plug.png + caption: 68 pin connector for Autopilot 1x (frontal view) + additional_components: + - type: Crimp # short identifier used in graph + subtype: FGN.0M.555.ZZC, 26 - 22 AWG # extra information added to type in bom + qty_multiplier: pincount # multipier for quantity (number of populated pins) + manufacturer: LEMO # set manufacter name + - &CEX_mate + type: FMW.LM.368.XLC + - &con_i2c + pinlabels: [GND, +5V, SCL, SDA] + - &Servo + type: Amphenol C091 M16 flange-mount male metal receptacle, 12-pin + #pinlabels: [IN1+, IN1-, IN2+, IN2-, DIO1, DIO2, CAN_P, GND, CAN_N, TRX-, GND, TRX+] + #pins: [A, B, C, D, E, F, G, H, J, K, L, M] + pinlabels: [CAN_P,CAN_N] + pins: [G, J] + - &VPX_j2 + pinlabels: [Switch input 1, Switch input 2, Switch input 3, Switch input 4, Switch input 5, Switch input 6, Switch input 7, Switch input 8, Switch input 9, Switch input 10, + Starter annun input, Aux batt voltage input, Flap up switch, Flap down switch, Roll trim left input, Roll trim right input, Pitch trim up input, Pitch trim down input] + pins: [1,2,3,4,5,6,7,8,9,10,11,12,14,15,16,17,18,19] + type: 25-pin dsub (Male Terminals) + image: + src: images\25dsub.png + - &VPX_j8 + pinlabels: [Device (5A), Device (10A), Device (5A), Device (5A), Device (5A), Device (5A), Device (5A), Device (5A)] + pins: [1,2,3,4,5,6,7,8] + - &wire + category: bundle + gauge: 22 AWG + - &logic_wire + category: bundle + gauge: 18 AWG + # - &Nav + # type: HEW.LM.368.XLNP + # pinlabels: [NAV/POS, ACS, GND, SYNC] + # pins: [1,2,3,4] + # image: + # src: images\Nav.png + # - &relay + # type: TBD + # pins: [1,2,3,4] + # pinlabels: [switch+, switch-, coil+, coil-] + + + + +connectors: + Veronte 1X: + <<: *AP_mate # copying items from the template + notes: Veronte 1X + VP-X J2: + <<: *VPX_j2 + # VP-X J8: + # <<: *VPX_j8 + Swash1: + <<: *Servo + image: + src: images\A2Logic.png + Swash2: + <<: *Servo + Swash3: + <<: *Servo + Yaw: + <<: *Servo + # VPX J12: + # #type: DC_power + # pinlabels: [GND, +10A] + # pins: [4,7] + Radio: + type: temp + pinlabels: [Tx,Rx] + CEX: + type: FMW.LM.368.XLC + pinlabels: [CAN_GND,CANB_P,CANB_N] + pins: [7, 8, 9] + image: + src: images\CEX_plug.png + additional_components: + - type: Crimp # short identifier used in graph + subtype: FGN.0M.555.ZZC, 26 - 22 AWG # extra information added to type in bom + qty_multiplier: populated # multipier for quantity (number of populated pins) + manufacturer: LEMO # set manufacter name + ECU CAN Bus: + type: DT04-3P + pinlabels: [CANB_P,CANB_N,CAN_GND] + pins: [A,B,C] + image: + src: images\DT04-3P.png + width: 225 + # Servo: + # type: Temp + # pinlabels: [PWM, GND] + Radar: + type: DTM04-4P + notes: Mates with DTM06-4S + pinlabels: [CAN_L, CAN_H] + pins: [1,2,3,4] + image: + src: images\DTM04-4P.png + Resistor: + type: Temp + pinlabels: [CAN_L, CAN_H] + S: &splice # generic autogenerated splice + style: simple + autogenerate: true + type: splice + GND: &GND + style: simple + autogenerate: true + type: GND + # Nav Light 1: + # <<: *Nav + # Nav Light 2: + # <<: *Nav + # Nav relay: + # <<: *relay + # ACS relay: + # <<: *relay + shield1: + pinlabels: [Shield] + shield2: + pinlabels: [Shield] + +cables: + W1: + <<: *wire + length: 1 Inch + colors: [BKWH,BKBN] + shield: true + notes: Twisted Pair + # W2: + # <<: *wire + # length: 0.4 + # colors: [BK, RD, WH] + W3: + <<: *wire + length: 0.3 TBD + colors: [PKWH,BNPK] + shield: true + notes: Twisted Pair + # W5: + # <<: *wire + # length: 0.3 + # colors: [BK, RD] + W6: + <<: *wire + length: 40 Inches + colors: [GNYE,GNPK,PKYE] + shield: true + notes: Twisted Pair | Veronte to ECU + W7: + <<: *wire + length: 13 Inches + colors: [BU,RD,BK] + shield: true + notes: Twisted Pair | Veronte to CEX + W8: + <<: *wire + length: 0.3 + colors: [WH,YE,GY,PK,BU,RD,BK,VT,PKGY,BURD,GNWH,GNBN,YEWH,BNYE,GYWH,BNGY,BUWH,BUBN,RDWH,RDBN,GNGY,WH,BN,GN,YE,GY,PK,BU,RD,BK,VT,PKGY,BURD,GNWH,GNBN,YEWH,BNYE,GYWH,BNGY,PKWH,BNPK,BUWH,BUBN,RDWH,RDBN,BKWH,BKBN,GNGY,GNYE,GNPK,PKYE,WH,BN,GN,YE,GY,PK,BU,RD] + # W7: + # <<: *wire + # length: 0.3 + # colors: [BU, RD, BK] + # W8: + # <<: *wire + # length: 0.3 + # colors: [WH, BK] + # W9: + # <<: *wire + # length: 0.3 + # colors: [BK, WH, PK] + # W10: + # <<: *wire + # length: 0.3 + # colors: [BK, WH, GN] + W11: + <<: *wire + length: 73 Inches + colors: [YE, GN] + shield: true + notes: Twisted Pair + W12: + <<: *wire + length: 73 Inches + colors: [YE, GN] + shield: true + notes: Twisted Pair + # W12: + # <<: *logic_wire + # length: 0.2 + # colors: [GN] + W13: + <<: *wire + length: 75.5 Inches + colors: [BN,GN] + # W14: + # <<: *logic_wire + # length: 0.2 + # colors: [RD] + W15: + <<: *wire + length: 12 Inches + colors: [YE, GN] + shield: true + notes: Twisted Pair + W16: + <<: *wire + length: 6 Inches + colors: [YE, GN] + shield: true + notes: Twisted Pair + W17: + <<: *wire + length: 6 Inches + colors: [YE, GN] + shield: true + notes: Twisted Pair + W18: + <<: *wire + length: 170 Inches + colors: [YE, GN] + shield: true + notes: Twisted Pair | (Tail Mounted?) + + +connections: + - + - Veronte 1X: [1,4-8,10-17,22-23,27,31-32,34,36,38-40,42-43,45-46,48-58,60-64,67-68] + - W8: [1-6,8-15,18-19,21-23,25,27,29-31,33-34,36-37,39-49,51-55,58-59] + - + - Veronte 1X: [9,18,21,24,33,35,37,41,44,47,59,65-66] + - W8: [7,16-17,20,24,26,28,32,35,38,50,56-57] + - [GND,GND,GND,GND,GND,GND,GND,GND,GND,GND,GND,GND,GND] + - + - Veronte 1X: [25-26] + - W1: [1-2] + # - [S,S,S] + # - W2: [1-3] + - + - W1: [1-2] + - [S,S] + - W15: [1-2] + - Swash1: [G,J] + - + - W1: [1-2] + - [S,S] + - W16: [1-2] + - Swash2: [G,J] + - + - W1: [1-2] + - [S,S] + - W17: [1-2] + - Swash3: [G,J] + - + - W1: [1-2] + - [S,S] + - W18: [1-2] + - Yaw: [G,J] + - + - Veronte 1X: [19-20] + - W3: [1-2] + - Radio: [2,1] + - + - W6: [3,1,2] + - [S,S,S] + - W7: [1-3] + # - + # - W7: [1-3] + - CEX: [7-9] + - + - W6: [1-2] + - [S,S] + - W12: [1-2] + # - + # - W10: [1-3] + - Radar: [2,1] + - + - Veronte 1X: [28-30] + - W6: [1-3] + # - [S,S,S] + # - W9: [1-3] + # - + # - W9: [1-3] + - ECU CAN Bus: [A,B,C] + # - + # - Veronte 1X: [1,9] + # - W8: [1-2] + # - Servo: [1-2] + - + - W6: [1-2] + - [S, S] + - W11: [1-2] + - Resistor: [2,1] + # - + # - Nav Light 1: [4] + # - W12: [1] + # - Nav Light 2: [4] + - + - Veronte 1X: [2-3] + - W13: [1-2] + - VP-X J2: [1-2] + # - + # - VP-X J8: [1] + # - W14: [1] + # - Nav Light 1: [1] + # - + # - Nav relay: [1] + # - W14: [1] + # - Nav Light 1: [1] + - + - W6: s + - shield1: [1] + - + - shield1: [1] + - W7: s + - + - shield1: [1] + - W11: s + - + - shield1: [1] + - W12: s + - + - W1: s + - shield2: [1] + - + - shield2: [1] + - W16: s + - + - shield2: [1] + - W17: s + - + - shield2: [1] + - W15: s + - + - shield2: [1] + - W18: s + - + - W3: s + - [GND] + - + - W17: s + - [GND] + - + - W16: s + - [GND] + - + - W18: s + - [GND] + - + - W15: s + - [GND] + - + - W7: s + - [GND] + - + - W11: s + - [GND] + - + - W12: s + - [GND] + - + - [GND] + - W3: s + - + - [GND] + - W1: s + - + - [GND] + - W6: s +
\ No newline at end of file diff --git a/wireviz/Choppy_IB_CEX.bom.tsv b/wireviz/Choppy_IB_CEX.bom.tsv new file mode 100644 index 0000000..09fdce6 --- /dev/null +++ b/wireviz/Choppy_IB_CEX.bom.tsv @@ -0,0 +1,41 @@ +Id Description Qty Unit Designators +1 Connector, 1 pins 1 shield1 +2 Connector, GND 11 +3 Connector, HEW.LM.368.XLNP, 3 pins 1 1X +4 Connector, HEW.LM.368.XLNP, 68 pins 1 Veronte CEX +5 Connector, J1, 3 pins 1 VPX J1 +6 Connector, Mag, 3 pins 1 Mag +7 Connector, splice 3 +8 Wire, 22 AWG, BK 24.0 Inches W1, W2 +9 Wire, 22 AWG, BKBN 24.0 Inches W1 +10 Wire, 22 AWG, BKWH 24.0 Inches W1 +11 Wire, 22 AWG, BN 36.0 Inches W1 +12 Wire, 22 AWG, BNGY 24.0 Inches W1 +13 Wire, 22 AWG, BNPK 136.0 Inches W1, W3 +14 Wire, 22 AWG, BNYE 99.5 Inches W1, W4 +15 Wire, 22 AWG, BU 36.0 Inches W1, W2 +16 Wire, 22 AWG, BUBN 24.0 Inches W1 +17 Wire, 22 AWG, BURD 24.0 Inches W1 +18 Wire, 22 AWG, BUWH 136.0 Inches W1, W3 +19 Wire, 22 AWG, GN 36.0 Inches W1 +20 Wire, 22 AWG, GNBN 24.0 Inches W1 +21 Wire, 22 AWG, GNGY 24.0 Inches W1 +22 Wire, 22 AWG, GNGY 0.0 m W5 +23 Wire, 22 AWG, GNPK 24.0 Inches W1 +24 Wire, 22 AWG, GNPK 0.0 m W5 +25 Wire, 22 AWG, GNWH 24.0 Inches W1 +26 Wire, 22 AWG, GNYE 24.0 Inches W1 +27 Wire, 22 AWG, GNYE 0.0 m W5 +28 Wire, 22 AWG, GY 36.0 Inches W1 +29 Wire, 22 AWG, GYWH 24.0 Inches W1 +30 Wire, 22 AWG, PK 48.0 Inches W1 +31 Wire, 22 AWG, PKGY 24.0 Inches W1 +32 Wire, 22 AWG, PKWH 24.0 Inches W1 +33 Wire, 22 AWG, PKYE 24.0 Inches W1 +34 Wire, 22 AWG, RD 36.0 Inches W1, W2 +35 Wire, 22 AWG, RDBN 24.0 Inches W1 +36 Wire, 22 AWG, RDWH 24.0 Inches W1 +37 Wire, 22 AWG, VT 12.0 Inches W1 +38 Wire, 22 AWG, WH 36.0 Inches W1 +39 Wire, 22 AWG, YE 36.0 Inches W1 +40 Wire, 22 AWG, YEWH 99.5 Inches W1, W4 diff --git a/wireviz/Choppy_IB_CEX.gv b/wireviz/Choppy_IB_CEX.gv new file mode 100644 index 0000000..4ac3d64 --- /dev/null +++ b/wireviz/Choppy_IB_CEX.gv @@ -0,0 +1,2174 @@ +graph { +// Graph generated by WireViz 0.3.2 +// https://github.com/formatc1702/WireViz + graph [bgcolor="#FFFFFF" fontname=arial nodesep=0.33 rankdir=LR ranksep=2] + node [fillcolor="#FFFFFF" fontname=arial height=0 margin=0 shape=none style=filled width=0] + edge [fontname=arial style=bold] + "Veronte CEX" [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Veronte CEX</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">HEW.LM.368.XLNP</td> + <td balign="left">68-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td>Power 1</td> + <td port="p1r">1</td> + </tr> + <tr> + <td>Power 2</td> + <td port="p2r">2</td> + </tr> + <tr> + <td>GND</td> + <td port="p3r">3</td> + </tr> + <tr> + <td>GND</td> + <td port="p4r">4</td> + </tr> + <tr> + <td>CanA P</td> + <td port="p5r">5</td> + </tr> + <tr> + <td>CanA N</td> + <td port="p6r">6</td> + </tr> + <tr> + <td>CAN GND</td> + <td port="p7r">7</td> + </tr> + <tr> + <td>CanB P</td> + <td port="p8r">8</td> + </tr> + <tr> + <td>CanB N</td> + <td port="p9r">9</td> + </tr> + <tr> + <td>Out RS-485 P</td> + <td port="p10r">10</td> + </tr> + <tr> + <td>Out RS-485 N</td> + <td port="p11r">11</td> + </tr> + <tr> + <td>IN RS-485 N</td> + <td port="p12r">12</td> + </tr> + <tr> + <td>IN RS-485 P</td> + <td port="p13r">13</td> + </tr> + <tr> + <td>RS-485 GND</td> + <td port="p14r">14</td> + </tr> + <tr> + <td>RS-232A TX</td> + <td port="p15r">15</td> + </tr> + <tr> + <td>RS-232A RX</td> + <td port="p16r">16</td> + </tr> + <tr> + <td>GND</td> + <td port="p17r">17</td> + </tr> + <tr> + <td>RS-232B TX</td> + <td port="p18r">18</td> + </tr> + <tr> + <td>RS-232B RX</td> + <td port="p19r">19</td> + </tr> + <tr> + <td>I2C SCL</td> + <td port="p20r">20</td> + </tr> + <tr> + <td>I2C SDA</td> + <td port="p21r">21</td> + </tr> + <tr> + <td>3.3V out</td> + <td port="p22r">22</td> + </tr> + <tr> + <td>GND</td> + <td port="p23r">23</td> + </tr> + <tr> + <td>5V out</td> + <td port="p24r">24</td> + </tr> + <tr> + <td>GND</td> + <td port="p25r">25</td> + </tr> + <tr> + <td>ATX(0) N</td> + <td port="p26r">26</td> + </tr> + <tr> + <td>ATX(0) P</td> + <td port="p27r">27</td> + </tr> + <tr> + <td>ARX(0) P</td> + <td port="p28r">28</td> + </tr> + <tr> + <td>ARX(0) N</td> + <td port="p29r">29</td> + </tr> + <tr> + <td>ECAP 0</td> + <td port="p30r">30</td> + </tr> + <tr> + <td>ECAP 1</td> + <td port="p31r">31</td> + </tr> + <tr> + <td>ECAP 2</td> + <td port="p32r">32</td> + </tr> + <tr> + <td>ECAP 3</td> + <td port="p33r">33</td> + </tr> + <tr> + <td>PWM 0</td> + <td port="p34r">34</td> + </tr> + <tr> + <td>PWM 1</td> + <td port="p35r">35</td> + </tr> + <tr> + <td>PWM 2</td> + <td port="p36r">36</td> + </tr> + <tr> + <td>PWM 3</td> + <td port="p37r">37</td> + </tr> + <tr> + <td>PWM 4</td> + <td port="p38r">38</td> + </tr> + <tr> + <td>PWM 5</td> + <td port="p39r">39</td> + </tr> + <tr> + <td>PWM 6</td> + <td port="p40r">40</td> + </tr> + <tr> + <td>PWM 7</td> + <td port="p41r">41</td> + </tr> + <tr> + <td>GND</td> + <td port="p42r">42</td> + </tr> + <tr> + <td>A0 3.3V</td> + <td port="p43r">43</td> + </tr> + <tr> + <td>A1 3.3V</td> + <td port="p44r">44</td> + </tr> + <tr> + <td>A2 5V</td> + <td port="p45r">45</td> + </tr> + <tr> + <td>A3 5V</td> + <td port="p46r">46</td> + </tr> + <tr> + <td>A4 12V</td> + <td port="p47r">47</td> + </tr> + <tr> + <td>A5 12V</td> + <td port="p48r">48</td> + </tr> + <tr> + <td>A6 36V</td> + <td port="p49r">49</td> + </tr> + <tr> + <td>A7 36V</td> + <td port="p50r">50</td> + </tr> + <tr> + <td>GND</td> + <td port="p51r">51</td> + </tr> + <tr> + <td>ARX(0) P</td> + <td port="p52r">52</td> + </tr> + <tr> + <td>ARX(0) N</td> + <td port="p53r">53</td> + </tr> + <tr> + <td>ARX(1) P</td> + <td port="p54r">54</td> + </tr> + <tr> + <td>ARX(1) N</td> + <td port="p55r">55</td> + </tr> + <tr> + <td>ARX(2) P</td> + <td port="p56r">56</td> + </tr> + <tr> + <td>ARX(2) N</td> + <td port="p57r">57</td> + </tr> + <tr> + <td>ARX(3) P</td> + <td port="p58r">58</td> + </tr> + <tr> + <td>ARX(3) N</td> + <td port="p59r">59</td> + </tr> + <tr> + <td>GPIO 8</td> + <td port="p60r">60</td> + </tr> + <tr> + <td>GPIO 9</td> + <td port="p61r">61</td> + </tr> + <tr> + <td>GPIO 10</td> + <td port="p62r">62</td> + </tr> + <tr> + <td>GPIO 11</td> + <td port="p63r">63</td> + </tr> + <tr> + <td>GPIO 12</td> + <td port="p64r">64</td> + </tr> + <tr> + <td>GPIO 13</td> + <td port="p65r">65</td> + </tr> + <tr> + <td>GPIO 14</td> + <td port="p66r">66</td> + </tr> + <tr> + <td>GPIO 15</td> + <td port="p67r">67</td> + </tr> + <tr> + <td>GPIO 16</td> + <td port="p68r">68</td> + </tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left" sides="TLR"><img scale="false" src="images\CEX_plug.png"/></td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left" sides="BLR">Connector HEW.LM.368.XLNP (mounted in CEX)</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Veronte CEX</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + "1X" [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1X</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">HEW.LM.368.XLNP</td> + <td balign="left">3-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">27</td> + <td>CAN_GND</td> + </tr> + <tr> + <td port="p2l">28</td> + <td>CANB_P</td> + </tr> + <tr> + <td port="p3l">29</td> + <td>CANB_N</td> + </tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left"><img scale="false" src="images\CEX_plug.png"/></td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + "VPX J1" [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">VPX J1</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">J1</td> + <td balign="left">3-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">20</td> + <td>TX</td> + </tr> + <tr> + <td port="p2l">21</td> + <td>GND</td> + </tr> + <tr> + <td port="p3l">22</td> + <td>RX</td> + </tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + Mag [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Mag</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Mag</td> + <td balign="left">3-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">2</td> + <td>TX</td> + </tr> + <tr> + <td port="p2l">3</td> + <td>RX</td> + </tr> + <tr> + <td port="p3l">5</td> + <td>GND</td> + </tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + shield1 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">shield1</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">1</td> + <td>Shield</td> + <td port="p1r">1</td> + </tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _S_1 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">splice</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _S_2 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">splice</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _S_3 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">splice</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _GND_1 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">GND</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _GND_2 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">GND</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _GND_3 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">GND</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _GND_4 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">GND</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _GND_5 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">GND</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _GND_6 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">GND</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _GND_7 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">GND</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _GND_8 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">GND</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _GND_9 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">GND</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _GND_10 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">GND</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _GND_11 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">GND</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + edge [color="#000000:#ffffff:#ffffff:#ffffff:#000000"] + "Veronte CEX":p1r:e -- W1:w1:w + edge [color="#000000:#895956:#895956:#895956:#000000"] + "Veronte CEX":p2r:e -- W1:w2:w + edge [color="#000000:#999999:#999999:#999999:#000000"] + "Veronte CEX":p5r:e -- W1:w5:w + edge [color="#000000:#ff66cc:#ff66cc:#ff66cc:#000000"] + "Veronte CEX":p6r:e -- W1:w6:w + edge [color="#000000:#8000ff:#8000ff:#8000ff:#000000"] + "Veronte CEX":p10r:e -- W1:w7:w + edge [color="#000000:#ff66cc:#999999:#ff66cc:#000000"] + "Veronte CEX":p11r:e -- W1:w8:w + edge [color="#000000:#0066ff:#ff0000:#0066ff:#000000"] + "Veronte CEX":p12r:e -- W1:w9:w + edge [color="#000000:#00ff00:#ffffff:#00ff00:#000000"] + "Veronte CEX":p13r:e -- W1:w10:w + edge [color="#000000:#00ff00:#895956:#00ff00:#000000"] + "Veronte CEX":p14r:e -- W1:w11:w + edge [color="#000000:#895956:#999999:#895956:#000000"] + "Veronte CEX":p20r:e -- W1:w13:w + edge [color="#000000:#ff66cc:#ffffff:#ff66cc:#000000"] + "Veronte CEX":p21r:e -- W1:w14:w + edge [color="#000000:#0066ff:#895956:#0066ff:#000000"] + "Veronte CEX":p22r:e -- W1:w15:w + edge [color="#000000:#ff0000:#895956:#ff0000:#000000"] + "Veronte CEX":p24r:e -- W1:w17:w + edge [color="#000000:#000000:#895956:#000000:#000000"] + "Veronte CEX":p26r:e -- W1:w19:w + edge [color="#000000:#00ff00:#999999:#00ff00:#000000"] + "Veronte CEX":p27r:e -- W1:w20:w + edge [color="#000000:#00ff00:#ffff00:#00ff00:#000000"] + "Veronte CEX":p28r:e -- W1:w21:w + edge [color="#000000:#00ff00:#ff66cc:#00ff00:#000000"] + "Veronte CEX":p29r:e -- W1:w22:w + edge [color="#000000:#ff66cc:#ffff00:#ff66cc:#000000"] + "Veronte CEX":p30r:e -- W1:w23:w + edge [color="#000000:#ffffff:#ffffff:#ffffff:#000000"] + "Veronte CEX":p31r:e -- W1:w24:w + edge [color="#000000:#895956:#895956:#895956:#000000"] + "Veronte CEX":p32r:e -- W1:w25:w + edge [color="#000000:#00ff00:#00ff00:#00ff00:#000000"] + "Veronte CEX":p33r:e -- W1:w26:w + edge [color="#000000:#ffff00:#ffff00:#ffff00:#000000"] + "Veronte CEX":p34r:e -- W1:w27:w + edge [color="#000000:#999999:#999999:#999999:#000000"] + "Veronte CEX":p35r:e -- W1:w28:w + edge [color="#000000:#ff66cc:#ff66cc:#ff66cc:#000000"] + "Veronte CEX":p36r:e -- W1:w29:w + edge [color="#000000:#0066ff:#0066ff:#0066ff:#000000"] + "Veronte CEX":p37r:e -- W1:w30:w + edge [color="#000000:#ff0000:#ff0000:#ff0000:#000000"] + "Veronte CEX":p38r:e -- W1:w31:w + edge [color="#000000:#000000:#000000:#000000:#000000"] + "Veronte CEX":p39r:e -- W1:w32:w + edge [color="#000000:#ff66cc:#ff66cc:#ff66cc:#000000"] + "Veronte CEX":p40r:e -- W1:w33:w + edge [color="#000000:#ff66cc:#999999:#ff66cc:#000000"] + "Veronte CEX":p41r:e -- W1:w34:w + edge [color="#000000:#00ff00:#ffffff:#00ff00:#000000"] + "Veronte CEX":p43r:e -- W1:w36:w + edge [color="#000000:#00ff00:#895956:#00ff00:#000000"] + "Veronte CEX":p44r:e -- W1:w37:w + edge [color="#000000:#ffff00:#ffffff:#ffff00:#000000"] + "Veronte CEX":p45r:e -- W1:w38:w + edge [color="#000000:#895956:#ffff00:#895956:#000000"] + "Veronte CEX":p46r:e -- W1:w39:w + edge [color="#000000:#999999:#ffffff:#999999:#000000"] + "Veronte CEX":p47r:e -- W1:w40:w + edge [color="#000000:#895956:#999999:#895956:#000000"] + "Veronte CEX":p48r:e -- W1:w41:w + edge [color="#000000:#ff66cc:#ffffff:#ff66cc:#000000"] + "Veronte CEX":p49r:e -- W1:w42:w + edge [color="#000000:#895956:#ff66cc:#895956:#000000"] + "Veronte CEX":p50r:e -- W1:w43:w + edge [color="#000000:#0066ff:#895956:#0066ff:#000000"] + "Veronte CEX":p52r:e -- W1:w45:w + edge [color="#000000:#ff0000:#ffffff:#ff0000:#000000"] + "Veronte CEX":p53r:e -- W1:w46:w + edge [color="#000000:#ff0000:#895956:#ff0000:#000000"] + "Veronte CEX":p54r:e -- W1:w47:w + edge [color="#000000:#000000:#ffffff:#000000:#000000"] + "Veronte CEX":p55r:e -- W1:w48:w + edge [color="#000000:#000000:#895956:#000000:#000000"] + "Veronte CEX":p56r:e -- W1:w49:w + edge [color="#000000:#00ff00:#999999:#00ff00:#000000"] + "Veronte CEX":p57r:e -- W1:w50:w + edge [color="#000000:#00ff00:#ffff00:#00ff00:#000000"] + "Veronte CEX":p58r:e -- W1:w51:w + edge [color="#000000:#00ff00:#ff66cc:#00ff00:#000000"] + "Veronte CEX":p59r:e -- W1:w52:w + edge [color="#000000:#ff66cc:#ffff00:#ff66cc:#000000"] + "Veronte CEX":p60r:e -- W1:w53:w + edge [color="#000000:#ffffff:#ffffff:#ffffff:#000000"] + "Veronte CEX":p61r:e -- W1:w54:w + edge [color="#000000:#895956:#895956:#895956:#000000"] + "Veronte CEX":p62r:e -- W1:w55:w + edge [color="#000000:#00ff00:#00ff00:#00ff00:#000000"] + "Veronte CEX":p63r:e -- W1:w56:w + edge [color="#000000:#ffff00:#ffff00:#ffff00:#000000"] + "Veronte CEX":p64r:e -- W1:w57:w + edge [color="#000000:#999999:#999999:#999999:#000000"] + "Veronte CEX":p65r:e -- W1:w58:w + edge [color="#000000:#ff66cc:#ff66cc:#ff66cc:#000000"] + "Veronte CEX":p66r:e -- W1:w59:w + edge [color="#000000:#0066ff:#0066ff:#0066ff:#000000"] + "Veronte CEX":p67r:e -- W1:w60:w + edge [color="#000000:#ff0000:#ff0000:#ff0000:#000000"] + "Veronte CEX":p68r:e -- W1:w61:w + edge [color="#000000:#00ff00:#00ff00:#00ff00:#000000"] + "Veronte CEX":p3r:e -- W1:w3:w + W1:w3:e -- _GND_1:w + edge [color="#000000:#ffff00:#ffff00:#ffff00:#000000"] + "Veronte CEX":p4r:e -- W1:w4:w + W1:w4:e -- _GND_2:w + edge [color="#000000:#999999:#ffffff:#999999:#000000"] + "Veronte CEX":p17r:e -- W1:w12:w + W1:w12:e -- _GND_3:w + edge [color="#000000:#ff0000:#ffffff:#ff0000:#000000"] + "Veronte CEX":p23r:e -- W1:w16:w + W1:w16:e -- _GND_4:w + edge [color="#000000:#000000:#ffffff:#000000:#000000"] + "Veronte CEX":p25r:e -- W1:w18:w + W1:w18:e -- _GND_5:w + edge [color="#000000:#0066ff:#ff0000:#0066ff:#000000"] + "Veronte CEX":p42r:e -- W1:w35:w + W1:w35:e -- _GND_6:w + edge [color="#000000:#0066ff:#ffffff:#0066ff:#000000"] + "Veronte CEX":p51r:e -- W1:w44:w + W1:w44:e -- _GND_7:w + W1 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W1</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">61x</td> + <td balign="left">22 AWG</td> + <td balign="left">12.0 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>Veronte CEX:1:Power 1</td> + <td> + WH + </td> + <td><!-- 1_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte CEX:2:Power 2</td> + <td> + BN + </td> + <td><!-- 2_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w2" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte CEX:3:GND</td> + <td> + GN + </td> + <td></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w3" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte CEX:4:GND</td> + <td> + YE + </td> + <td></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w4" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte CEX:5:CanA P</td> + <td> + GY + </td> + <td><!-- 5_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w5" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#999999" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#999999" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#999999" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte CEX:6:CanA N</td> + <td> + PK + </td> + <td><!-- 6_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w6" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff66cc" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff66cc" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff66cc" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte CEX:10:Out RS-485 P</td> + <td> + VT + </td> + <td><!-- 7_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w7" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#8000ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#8000ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#8000ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte CEX:11:Out RS-485 N</td> + <td> + PKGY + </td> + <td><!-- 8_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w8" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff66cc" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#999999" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff66cc" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte CEX:12:IN RS-485 N</td> + <td> + BURD + </td> + <td><!-- 9_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w9" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#0066ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#0066ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte CEX:13:IN RS-485 P</td> + <td> + GNWH + </td> + <td><!-- 10_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w10" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte CEX:14:RS-485 GND</td> + <td> + GNBN + </td> + <td><!-- 11_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w11" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte CEX:17:GND</td> + <td> + GYWH + </td> + <td></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w12" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#999999" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#999999" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte CEX:20:I2C SCL</td> + <td> + BNGY + </td> + <td><!-- 13_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w13" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#999999" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte CEX:21:I2C SDA</td> + <td> + PKWH + </td> + <td><!-- 14_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w14" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff66cc" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff66cc" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte CEX:22:3.3V out</td> + <td> + BUBN + </td> + <td><!-- 15_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w15" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#0066ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#0066ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte CEX:23:GND</td> + <td> + RDWH + </td> + <td></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w16" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte CEX:24:5V out</td> + <td> + RDBN + </td> + <td><!-- 17_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w17" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte CEX:25:GND</td> + <td> + BKWH + </td> + <td></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w18" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte CEX:26:ATX(0) N</td> + <td> + BKBN + </td> + <td><!-- 19_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w19" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte CEX:27:ATX(0) P</td> + <td> + GNGY + </td> + <td><!-- 20_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w20" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#999999" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte CEX:28:ARX(0) P</td> + <td> + GNYE + </td> + <td><!-- 21_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w21" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte CEX:29:ARX(0) N</td> + <td> + GNPK + </td> + <td><!-- 22_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w22" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff66cc" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte CEX:30:ECAP 0</td> + <td> + PKYE + </td> + <td><!-- 23_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w23" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff66cc" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff66cc" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte CEX:31:ECAP 1</td> + <td> + WH + </td> + <td><!-- 24_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w24" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte CEX:32:ECAP 2</td> + <td> + BN + </td> + <td><!-- 25_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w25" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte CEX:33:ECAP 3</td> + <td> + GN + </td> + <td><!-- 26_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w26" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte CEX:34:PWM 0</td> + <td> + YE + </td> + <td><!-- 27_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w27" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte CEX:35:PWM 1</td> + <td> + GY + </td> + <td><!-- 28_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w28" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#999999" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#999999" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#999999" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte CEX:36:PWM 2</td> + <td> + PK + </td> + <td><!-- 29_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w29" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff66cc" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff66cc" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff66cc" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte CEX:37:PWM 3</td> + <td> + BU + </td> + <td><!-- 30_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w30" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#0066ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#0066ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#0066ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte CEX:38:PWM 4</td> + <td> + RD + </td> + <td><!-- 31_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w31" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte CEX:39:PWM 5</td> + <td> + BK + </td> + <td><!-- 32_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w32" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte CEX:40:PWM 6</td> + <td> + PK + </td> + <td><!-- 33_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w33" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff66cc" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff66cc" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff66cc" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte CEX:41:PWM 7</td> + <td> + PKGY + </td> + <td><!-- 34_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w34" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff66cc" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#999999" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff66cc" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte CEX:42:GND</td> + <td> + BURD + </td> + <td></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w35" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#0066ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#0066ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte CEX:43:A0 3.3V</td> + <td> + GNWH + </td> + <td><!-- 36_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w36" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte CEX:44:A1 3.3V</td> + <td> + GNBN + </td> + <td><!-- 37_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w37" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte CEX:45:A2 5V</td> + <td> + YEWH + </td> + <td><!-- 38_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w38" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte CEX:46:A3 5V</td> + <td> + BNYE + </td> + <td><!-- 39_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w39" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte CEX:47:A4 12V</td> + <td> + GYWH + </td> + <td><!-- 40_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w40" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#999999" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#999999" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte CEX:48:A5 12V</td> + <td> + BNGY + </td> + <td><!-- 41_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w41" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#999999" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte CEX:49:A6 36V</td> + <td> + PKWH + </td> + <td><!-- 42_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w42" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff66cc" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff66cc" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte CEX:50:A7 36V</td> + <td> + BNPK + </td> + <td><!-- 43_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w43" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff66cc" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte CEX:51:GND</td> + <td> + BUWH + </td> + <td></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w44" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#0066ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#0066ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte CEX:52:ARX(0) P</td> + <td> + BUBN + </td> + <td><!-- 45_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w45" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#0066ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#0066ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte CEX:53:ARX(0) N</td> + <td> + RDWH + </td> + <td><!-- 46_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w46" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte CEX:54:ARX(1) P</td> + <td> + RDBN + </td> + <td><!-- 47_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w47" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte CEX:55:ARX(1) N</td> + <td> + BKWH + </td> + <td><!-- 48_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w48" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte CEX:56:ARX(2) P</td> + <td> + BKBN + </td> + <td><!-- 49_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w49" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte CEX:57:ARX(2) N</td> + <td> + GNGY + </td> + <td><!-- 50_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w50" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#999999" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte CEX:58:ARX(3) P</td> + <td> + GNYE + </td> + <td><!-- 51_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w51" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte CEX:59:ARX(3) N</td> + <td> + GNPK + </td> + <td><!-- 52_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w52" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff66cc" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte CEX:60:GPIO 8</td> + <td> + PKYE + </td> + <td><!-- 53_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w53" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff66cc" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff66cc" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte CEX:61:GPIO 9</td> + <td> + WH + </td> + <td><!-- 54_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w54" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte CEX:62:GPIO 10</td> + <td> + BN + </td> + <td><!-- 55_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w55" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte CEX:63:GPIO 11</td> + <td> + GN + </td> + <td><!-- 56_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w56" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte CEX:64:GPIO 12</td> + <td> + YE + </td> + <td><!-- 57_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w57" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte CEX:65:GPIO 13</td> + <td> + GY + </td> + <td><!-- 58_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w58" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#999999" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#999999" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#999999" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte CEX:66:GPIO 14</td> + <td> + PK + </td> + <td><!-- 59_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w59" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff66cc" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff66cc" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff66cc" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte CEX:67:GPIO 15</td> + <td> + BU + </td> + <td><!-- 60_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w60" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#0066ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#0066ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#0066ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte CEX:68:GPIO 16</td> + <td> + RD + </td> + <td><!-- 61_out --></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w61" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#0066ff:#0066ff:#0066ff:#000000"] + "Veronte CEX":p7r:e -- W2:w1:w + edge [color="#000000:#ff0000:#ff0000:#ff0000:#000000"] + "Veronte CEX":p8r:e -- W2:w2:w + edge [color="#000000:#000000:#000000:#000000:#000000"] + "Veronte CEX":p9r:e -- W2:w3:w + edge [color="#000000:#0066ff:#0066ff:#0066ff:#000000"] + W2:w1:e -- _S_1:w + edge [color="#000000:#ff0000:#ff0000:#ff0000:#000000"] + W2:w2:e -- _S_2:w + edge [color="#000000:#000000:#000000:#000000:#000000"] + W2:w3:e -- _S_3:w + edge [color="#000000"] + W2:ws:e -- shield1:p1l:w + edge [color="#000000"] + "Veronte CEX":p7r:e -- W2:ws:w + W2 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W2</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">3x</td> + <td balign="left">22 AWG</td> + <td balign="left">+ S</td> + <td balign="left">12.0 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>Veronte CEX:7:CAN GND</td> + <td> + BU + </td> + <td></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#0066ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#0066ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#0066ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte CEX:8:CanB P</td> + <td> + RD + </td> + <td></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w2" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte CEX:9:CanB N</td> + <td> + BK + </td> + <td></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w3" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + <tr> + <td>Veronte CEX:7:CAN GND</td> + <td>Shield</td> + <td>shield1:1:Shield</td> + </tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0" port="ws"></td></tr> + <tr><td> </td></tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Twisted Pair</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#895956:#ff66cc:#895956:#000000"] + "Veronte CEX":p18r:e -- W3:w1:w + W3:w1:e -- Mag:p2l:w + edge [color="#000000:#0066ff:#ffffff:#0066ff:#000000"] + "Veronte CEX":p19r:e -- W3:w2:w + W3:w2:e -- Mag:p1l:w + edge [color="#000000"] + _GND_10:e -- W3:ws:w + W3:ws:e -- _GND_11:w + W3 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W3</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">2x</td> + <td balign="left">22 AWG</td> + <td balign="left">+ S</td> + <td balign="left">124.0 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>Veronte CEX:18:RS-232B TX</td> + <td> + BNPK + </td> + <td>Mag:3:RX</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff66cc" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte CEX:19:RS-232B RX</td> + <td> + BUWH + </td> + <td>Mag:2:TX</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w2" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#0066ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#0066ff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + <tr> + <td></td> + <td>Shield</td> + <td></td> + </tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0" port="ws"></td></tr> + <tr><td> </td></tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Twisted Pair</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#ffff00:#ffffff:#ffff00:#000000"] + "Veronte CEX":p15r:e -- W4:w1:w + W4:w1:e -- "VPX J1":p3l:w + edge [color="#000000:#895956:#ffff00:#895956:#000000"] + "Veronte CEX":p16r:e -- W4:w2:w + W4:w2:e -- "VPX J1":p1l:w + edge [color="#000000"] + _GND_8:e -- W4:ws:w + W4:ws:e -- _GND_9:w + W4 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W4</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">2x</td> + <td balign="left">22 AWG</td> + <td balign="left">+ S</td> + <td balign="left">87.5 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>Veronte CEX:15:RS-232A TX</td> + <td> + YEWH + </td> + <td>VPX J1:22:RX</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Veronte CEX:16:RS-232A RX</td> + <td> + BNYE + </td> + <td>VPX J1:20:TX</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w2" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + <tr> + <td></td> + <td>Shield</td> + <td></td> + </tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0" port="ws"></td></tr> + <tr><td> </td></tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Twisted Pair</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#00ff00:#999999:#00ff00:#000000"] + _S_1:e -- W5:w1:w + W5:w1:e -- "1X":p1l:w + edge [color="#000000:#00ff00:#ffff00:#00ff00:#000000"] + _S_2:e -- W5:w2:w + W5:w2:e -- "1X":p2l:w + edge [color="#000000:#00ff00:#ff66cc:#00ff00:#000000"] + _S_3:e -- W5:w3:w + W5:w3:e -- "1X":p3l:w + edge [color="#000000"] + shield1:p1r:e -- W5:ws:w + W5:ws:e -- "1X":p1l:w + W5 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W5</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">3x</td> + <td balign="left">22 AWG</td> + <td balign="left">+ S</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td></td> + <td> + GNGY + </td> + <td>1X:27:CAN_GND</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#999999" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td></td> + <td> + GNYE + </td> + <td>1X:28:CANB_P</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w2" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td></td> + <td> + GNPK + </td> + <td>1X:29:CANB_N</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w3" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff66cc" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + <tr> + <td>shield1:1:Shield</td> + <td>Shield</td> + <td>1X:27:CAN_GND</td> + </tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0" port="ws"></td></tr> + <tr><td> </td></tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Twisted Pair</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] +} diff --git a/wireviz/Choppy_IB_CEX.html b/wireviz/Choppy_IB_CEX.html new file mode 100644 index 0000000..98044e9 --- /dev/null +++ b/wireviz/Choppy_IB_CEX.html @@ -0,0 +1,2220 @@ +<!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_CEX</title> +</head><body style="font-family:arial;background-color:#FFFFFF"> +<h1>Choppy_IB_CEX</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="2153pt" height="2940pt" + viewBox="0.00 0.00 2153.25 2940.25" 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 2936.25)"> +<polygon fill="#ffffff" stroke="none" points="-4,4 -4,-2936.25 2149.25,-2936.25 2149.25,4 -4,4"/> +<!-- Veronte CEX --> +<g id="node1" class="node"> +<title>Veronte CEX</title> +<polygon fill="#ffffff" stroke="black" points="409,-2129 0,-2129 0,0 409,0 409,-2129"/> +<polygon fill="none" stroke="black" points="0,-2104.5 0,-2129 409,-2129 409,-2104.5 0,-2104.5"/> +<text text-anchor="start" x="162.5" y="-2111.7" font-family="arial" font-size="14.00">Veronte CEX</text> +<polygon fill="none" stroke="black" points="0,-2080 0,-2104.5 248,-2104.5 248,-2080 0,-2080"/> +<text text-anchor="start" x="60.62" y="-2087.2" font-family="arial" font-size="14.00">HEW.LM.368.XLNP</text> +<polygon fill="none" stroke="black" points="248,-2080 248,-2104.5 409,-2104.5 409,-2080 248,-2080"/> +<text text-anchor="start" x="308.62" y="-2087.2" font-family="arial" font-size="14.00">68-pin</text> +<polygon fill="none" stroke="black" points="0,-2056 0,-2080 241,-2080 241,-2056 0,-2056"/> +<text text-anchor="start" x="94.25" y="-2062.7" font-family="arial" font-size="14.00">Power 1</text> +<polygon fill="none" stroke="black" points="241,-2056 241,-2080 409,-2080 409,-2056 241,-2056"/> +<text text-anchor="start" x="320.88" y="-2062.7" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="0,-2032 0,-2056 241,-2056 241,-2032 0,-2032"/> +<text text-anchor="start" x="94.25" y="-2038.7" font-family="arial" font-size="14.00">Power 2</text> +<polygon fill="none" stroke="black" points="241,-2032 241,-2056 409,-2056 409,-2032 241,-2032"/> +<text text-anchor="start" x="320.88" y="-2038.7" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="0,-2008 0,-2032 241,-2032 241,-2008 0,-2008"/> +<text text-anchor="start" x="104.75" y="-2014.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="241,-2008 241,-2032 409,-2032 409,-2008 241,-2008"/> +<text text-anchor="start" x="320.88" y="-2014.7" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="0,-1984 0,-2008 241,-2008 241,-1984 0,-1984"/> +<text text-anchor="start" x="104.75" y="-1990.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="241,-1984 241,-2008 409,-2008 409,-1984 241,-1984"/> +<text text-anchor="start" x="320.88" y="-1990.7" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="0,-1960 0,-1984 241,-1984 241,-1960 0,-1960"/> +<text text-anchor="start" x="96.12" y="-1966.7" font-family="arial" font-size="14.00">CanA P</text> +<polygon fill="none" stroke="black" points="241,-1960 241,-1984 409,-1984 409,-1960 241,-1960"/> +<text text-anchor="start" x="320.88" y="-1966.7" font-family="arial" font-size="14.00">5</text> +<polygon fill="none" stroke="black" points="0,-1936 0,-1960 241,-1960 241,-1936 0,-1936"/> +<text text-anchor="start" x="96.12" y="-1942.7" font-family="arial" font-size="14.00">CanA N</text> +<polygon fill="none" stroke="black" points="241,-1936 241,-1960 409,-1960 409,-1936 241,-1936"/> +<text text-anchor="start" x="320.88" y="-1942.7" font-family="arial" font-size="14.00">6</text> +<polygon fill="none" stroke="black" points="0,-1912 0,-1936 241,-1936 241,-1912 0,-1912"/> +<text text-anchor="start" x="87.88" y="-1918.7" font-family="arial" font-size="14.00">CAN GND</text> +<polygon fill="none" stroke="black" points="241,-1912 241,-1936 409,-1936 409,-1912 241,-1912"/> +<text text-anchor="start" x="320.88" y="-1918.7" font-family="arial" font-size="14.00">7</text> +<polygon fill="none" stroke="black" points="0,-1888 0,-1912 241,-1912 241,-1888 0,-1888"/> +<text text-anchor="start" x="96.12" y="-1894.7" font-family="arial" font-size="14.00">CanB P</text> +<polygon fill="none" stroke="black" points="241,-1888 241,-1912 409,-1912 409,-1888 241,-1888"/> +<text text-anchor="start" x="320.88" y="-1894.7" font-family="arial" font-size="14.00">8</text> +<polygon fill="none" stroke="black" points="0,-1864 0,-1888 241,-1888 241,-1864 0,-1864"/> +<text text-anchor="start" x="96.12" y="-1870.7" font-family="arial" font-size="14.00">CanB N</text> +<polygon fill="none" stroke="black" points="241,-1864 241,-1888 409,-1888 409,-1864 241,-1864"/> +<text text-anchor="start" x="320.88" y="-1870.7" font-family="arial" font-size="14.00">9</text> +<polygon fill="none" stroke="black" points="0,-1840 0,-1864 241,-1864 241,-1840 0,-1840"/> +<text text-anchor="start" x="75.88" y="-1846.7" font-family="arial" font-size="14.00">Out RS-485 P</text> +<polygon fill="none" stroke="black" points="241,-1840 241,-1864 409,-1864 409,-1840 241,-1840"/> +<text text-anchor="start" x="316.75" y="-1846.7" font-family="arial" font-size="14.00">10</text> +<polygon fill="none" stroke="black" points="0,-1816 0,-1840 241,-1840 241,-1816 0,-1816"/> +<text text-anchor="start" x="75.88" y="-1822.7" font-family="arial" font-size="14.00">Out RS-485 N</text> +<polygon fill="none" stroke="black" points="241,-1816 241,-1840 409,-1840 409,-1816 241,-1816"/> +<text text-anchor="start" x="316.75" y="-1822.7" font-family="arial" font-size="14.00">11</text> +<polygon fill="none" stroke="black" points="0,-1792 0,-1816 241,-1816 241,-1792 0,-1792"/> +<text text-anchor="start" x="80" y="-1798.7" font-family="arial" font-size="14.00">IN RS-485 N</text> +<polygon fill="none" stroke="black" points="241,-1792 241,-1816 409,-1816 409,-1792 241,-1792"/> +<text text-anchor="start" x="316.75" y="-1798.7" font-family="arial" font-size="14.00">12</text> +<polygon fill="none" stroke="black" points="0,-1768 0,-1792 241,-1792 241,-1768 0,-1768"/> +<text text-anchor="start" x="80" y="-1774.7" font-family="arial" font-size="14.00">IN RS-485 P</text> +<polygon fill="none" stroke="black" points="241,-1768 241,-1792 409,-1792 409,-1768 241,-1768"/> +<text text-anchor="start" x="316.75" y="-1774.7" font-family="arial" font-size="14.00">13</text> +<polygon fill="none" stroke="black" points="0,-1744 0,-1768 241,-1768 241,-1744 0,-1744"/> +<text text-anchor="start" x="78.12" y="-1750.7" font-family="arial" font-size="14.00">RS-485 GND</text> +<polygon fill="none" stroke="black" points="241,-1744 241,-1768 409,-1768 409,-1744 241,-1744"/> +<text text-anchor="start" x="316.75" y="-1750.7" font-family="arial" font-size="14.00">14</text> +<polygon fill="none" stroke="black" points="0,-1720 0,-1744 241,-1744 241,-1720 0,-1720"/> +<text text-anchor="start" x="79.62" y="-1726.7" font-family="arial" font-size="14.00">RS-232A TX</text> +<polygon fill="none" stroke="black" points="241,-1720 241,-1744 409,-1744 409,-1720 241,-1720"/> +<text text-anchor="start" x="316.75" y="-1726.7" font-family="arial" font-size="14.00">15</text> +<polygon fill="none" stroke="black" points="0,-1696 0,-1720 241,-1720 241,-1696 0,-1696"/> +<text text-anchor="start" x="78.88" y="-1702.7" font-family="arial" font-size="14.00">RS-232A RX</text> +<polygon fill="none" stroke="black" points="241,-1696 241,-1720 409,-1720 409,-1696 241,-1696"/> +<text text-anchor="start" x="316.75" y="-1702.7" font-family="arial" font-size="14.00">16</text> +<polygon fill="none" stroke="black" points="0,-1672 0,-1696 241,-1696 241,-1672 0,-1672"/> +<text text-anchor="start" x="104.75" y="-1678.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="241,-1672 241,-1696 409,-1696 409,-1672 241,-1672"/> +<text text-anchor="start" x="316.75" y="-1678.7" font-family="arial" font-size="14.00">17</text> +<polygon fill="none" stroke="black" points="0,-1648 0,-1672 241,-1672 241,-1648 0,-1648"/> +<text text-anchor="start" x="79.62" y="-1654.7" font-family="arial" font-size="14.00">RS-232B TX</text> +<polygon fill="none" stroke="black" points="241,-1648 241,-1672 409,-1672 409,-1648 241,-1648"/> +<text text-anchor="start" x="316.75" y="-1654.7" font-family="arial" font-size="14.00">18</text> +<polygon fill="none" stroke="black" points="0,-1624 0,-1648 241,-1648 241,-1624 0,-1624"/> +<text text-anchor="start" x="78.88" y="-1630.7" font-family="arial" font-size="14.00">RS-232B RX</text> +<polygon fill="none" stroke="black" points="241,-1624 241,-1648 409,-1648 409,-1624 241,-1624"/> +<text text-anchor="start" x="316.75" y="-1630.7" font-family="arial" font-size="14.00">19</text> +<polygon fill="none" stroke="black" points="0,-1600 0,-1624 241,-1624 241,-1600 0,-1600"/> +<text text-anchor="start" x="92.75" y="-1606.7" font-family="arial" font-size="14.00">I2C SCL</text> +<polygon fill="none" stroke="black" points="241,-1600 241,-1624 409,-1624 409,-1600 241,-1600"/> +<text text-anchor="start" x="316.75" y="-1606.7" font-family="arial" font-size="14.00">20</text> +<polygon fill="none" stroke="black" points="0,-1576 0,-1600 241,-1600 241,-1576 0,-1576"/> +<text text-anchor="start" x="92" y="-1582.7" font-family="arial" font-size="14.00">I2C SDA</text> +<polygon fill="none" stroke="black" points="241,-1576 241,-1600 409,-1600 409,-1576 241,-1576"/> +<text text-anchor="start" x="316.75" y="-1582.7" font-family="arial" font-size="14.00">21</text> +<polygon fill="none" stroke="black" points="0,-1552 0,-1576 241,-1576 241,-1552 0,-1552"/> +<text text-anchor="start" x="93.88" y="-1558.7" font-family="arial" font-size="14.00">3.3V out</text> +<polygon fill="none" stroke="black" points="241,-1552 241,-1576 409,-1576 409,-1552 241,-1552"/> +<text text-anchor="start" x="316.75" y="-1558.7" font-family="arial" font-size="14.00">22</text> +<polygon fill="none" stroke="black" points="0,-1528 0,-1552 241,-1552 241,-1528 0,-1528"/> +<text text-anchor="start" x="104.75" y="-1534.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="241,-1528 241,-1552 409,-1552 409,-1528 241,-1528"/> +<text text-anchor="start" x="316.75" y="-1534.7" font-family="arial" font-size="14.00">23</text> +<polygon fill="none" stroke="black" points="0,-1504 0,-1528 241,-1528 241,-1504 0,-1504"/> +<text text-anchor="start" x="99.88" y="-1510.7" font-family="arial" font-size="14.00">5V out</text> +<polygon fill="none" stroke="black" points="241,-1504 241,-1528 409,-1528 409,-1504 241,-1504"/> +<text text-anchor="start" x="316.75" y="-1510.7" font-family="arial" font-size="14.00">24</text> +<polygon fill="none" stroke="black" points="0,-1480 0,-1504 241,-1504 241,-1480 0,-1480"/> +<text text-anchor="start" x="104.75" y="-1486.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="241,-1480 241,-1504 409,-1504 409,-1480 241,-1480"/> +<text text-anchor="start" x="316.75" y="-1486.7" font-family="arial" font-size="14.00">25</text> +<polygon fill="none" stroke="black" points="0,-1456 0,-1480 241,-1480 241,-1456 0,-1456"/> +<text text-anchor="start" x="90.88" y="-1462.7" font-family="arial" font-size="14.00">ATX(0) N</text> +<polygon fill="none" stroke="black" points="241,-1456 241,-1480 409,-1480 409,-1456 241,-1456"/> +<text text-anchor="start" x="316.75" y="-1462.7" font-family="arial" font-size="14.00">26</text> +<polygon fill="none" stroke="black" points="0,-1432 0,-1456 241,-1456 241,-1432 0,-1432"/> +<text text-anchor="start" x="90.88" y="-1438.7" font-family="arial" font-size="14.00">ATX(0) P</text> +<polygon fill="none" stroke="black" points="241,-1432 241,-1456 409,-1456 409,-1432 241,-1432"/> +<text text-anchor="start" x="316.75" y="-1438.7" font-family="arial" font-size="14.00">27</text> +<polygon fill="none" stroke="black" points="0,-1408 0,-1432 241,-1432 241,-1408 0,-1408"/> +<text text-anchor="start" x="90.12" y="-1414.7" font-family="arial" font-size="14.00">ARX(0) P</text> +<polygon fill="none" stroke="black" points="241,-1408 241,-1432 409,-1432 409,-1408 241,-1408"/> +<text text-anchor="start" x="316.75" y="-1414.7" font-family="arial" font-size="14.00">28</text> +<polygon fill="none" stroke="black" points="0,-1384 0,-1408 241,-1408 241,-1384 0,-1384"/> +<text text-anchor="start" x="90.12" y="-1390.7" font-family="arial" font-size="14.00">ARX(0) N</text> +<polygon fill="none" stroke="black" points="241,-1384 241,-1408 409,-1408 409,-1384 241,-1384"/> +<text text-anchor="start" x="316.75" y="-1390.7" font-family="arial" font-size="14.00">29</text> +<polygon fill="none" stroke="black" points="0,-1360 0,-1384 241,-1384 241,-1360 0,-1360"/> +<text text-anchor="start" x="94.62" y="-1366.7" font-family="arial" font-size="14.00">ECAP 0</text> +<polygon fill="none" stroke="black" points="241,-1360 241,-1384 409,-1384 409,-1360 241,-1360"/> +<text text-anchor="start" x="316.75" y="-1366.7" font-family="arial" font-size="14.00">30</text> +<polygon fill="none" stroke="black" points="0,-1336 0,-1360 241,-1360 241,-1336 0,-1336"/> +<text text-anchor="start" x="94.62" y="-1342.7" font-family="arial" font-size="14.00">ECAP 1</text> +<polygon fill="none" stroke="black" points="241,-1336 241,-1360 409,-1360 409,-1336 241,-1336"/> +<text text-anchor="start" x="316.75" y="-1342.7" font-family="arial" font-size="14.00">31</text> +<polygon fill="none" stroke="black" points="0,-1312 0,-1336 241,-1336 241,-1312 0,-1312"/> +<text text-anchor="start" x="94.62" y="-1318.7" font-family="arial" font-size="14.00">ECAP 2</text> +<polygon fill="none" stroke="black" points="241,-1312 241,-1336 409,-1336 409,-1312 241,-1312"/> +<text text-anchor="start" x="316.75" y="-1318.7" font-family="arial" font-size="14.00">32</text> +<polygon fill="none" stroke="black" points="0,-1288 0,-1312 241,-1312 241,-1288 0,-1288"/> +<text text-anchor="start" x="94.62" y="-1294.7" font-family="arial" font-size="14.00">ECAP 3</text> +<polygon fill="none" stroke="black" points="241,-1288 241,-1312 409,-1312 409,-1288 241,-1288"/> +<text text-anchor="start" x="316.75" y="-1294.7" font-family="arial" font-size="14.00">33</text> +<polygon fill="none" stroke="black" points="0,-1264 0,-1288 241,-1288 241,-1264 0,-1264"/> +<text text-anchor="start" x="96.88" y="-1270.7" font-family="arial" font-size="14.00">PWM 0</text> +<polygon fill="none" stroke="black" points="241,-1264 241,-1288 409,-1288 409,-1264 241,-1264"/> +<text text-anchor="start" x="316.75" y="-1270.7" font-family="arial" font-size="14.00">34</text> +<polygon fill="none" stroke="black" points="0,-1240 0,-1264 241,-1264 241,-1240 0,-1240"/> +<text text-anchor="start" x="96.88" y="-1246.7" font-family="arial" font-size="14.00">PWM 1</text> +<polygon fill="none" stroke="black" points="241,-1240 241,-1264 409,-1264 409,-1240 241,-1240"/> +<text text-anchor="start" x="316.75" y="-1246.7" font-family="arial" font-size="14.00">35</text> +<polygon fill="none" stroke="black" points="0,-1216 0,-1240 241,-1240 241,-1216 0,-1216"/> +<text text-anchor="start" x="96.88" y="-1222.7" font-family="arial" font-size="14.00">PWM 2</text> +<polygon fill="none" stroke="black" points="241,-1216 241,-1240 409,-1240 409,-1216 241,-1216"/> +<text text-anchor="start" x="316.75" y="-1222.7" font-family="arial" font-size="14.00">36</text> +<polygon fill="none" stroke="black" points="0,-1192 0,-1216 241,-1216 241,-1192 0,-1192"/> +<text text-anchor="start" x="96.88" y="-1198.7" font-family="arial" font-size="14.00">PWM 3</text> +<polygon fill="none" stroke="black" points="241,-1192 241,-1216 409,-1216 409,-1192 241,-1192"/> +<text text-anchor="start" x="316.75" y="-1198.7" font-family="arial" font-size="14.00">37</text> +<polygon fill="none" stroke="black" points="0,-1168 0,-1192 241,-1192 241,-1168 0,-1168"/> +<text text-anchor="start" x="96.88" y="-1174.7" font-family="arial" font-size="14.00">PWM 4</text> +<polygon fill="none" stroke="black" points="241,-1168 241,-1192 409,-1192 409,-1168 241,-1168"/> +<text text-anchor="start" x="316.75" y="-1174.7" font-family="arial" font-size="14.00">38</text> +<polygon fill="none" stroke="black" points="0,-1144 0,-1168 241,-1168 241,-1144 0,-1144"/> +<text text-anchor="start" x="96.88" y="-1150.7" font-family="arial" font-size="14.00">PWM 5</text> +<polygon fill="none" stroke="black" points="241,-1144 241,-1168 409,-1168 409,-1144 241,-1144"/> +<text text-anchor="start" x="316.75" y="-1150.7" font-family="arial" font-size="14.00">39</text> +<polygon fill="none" stroke="black" points="0,-1120 0,-1144 241,-1144 241,-1120 0,-1120"/> +<text text-anchor="start" x="96.88" y="-1126.7" font-family="arial" font-size="14.00">PWM 6</text> +<polygon fill="none" stroke="black" points="241,-1120 241,-1144 409,-1144 409,-1120 241,-1120"/> +<text text-anchor="start" x="316.75" y="-1126.7" font-family="arial" font-size="14.00">40</text> +<polygon fill="none" stroke="black" points="0,-1096 0,-1120 241,-1120 241,-1096 0,-1096"/> +<text text-anchor="start" x="96.88" y="-1102.7" font-family="arial" font-size="14.00">PWM 7</text> +<polygon fill="none" stroke="black" points="241,-1096 241,-1120 409,-1120 409,-1096 241,-1096"/> +<text text-anchor="start" x="316.75" y="-1102.7" font-family="arial" font-size="14.00">41</text> +<polygon fill="none" stroke="black" points="0,-1072 0,-1096 241,-1096 241,-1072 0,-1072"/> +<text text-anchor="start" x="104.75" y="-1078.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="241,-1072 241,-1096 409,-1096 409,-1072 241,-1072"/> +<text text-anchor="start" x="316.75" y="-1078.7" font-family="arial" font-size="14.00">42</text> +<polygon fill="none" stroke="black" points="0,-1048 0,-1072 241,-1072 241,-1048 0,-1048"/> +<text text-anchor="start" x="94.62" y="-1054.7" font-family="arial" font-size="14.00">A0 3.3V</text> +<polygon fill="none" stroke="black" points="241,-1048 241,-1072 409,-1072 409,-1048 241,-1048"/> +<text text-anchor="start" x="316.75" y="-1054.7" font-family="arial" font-size="14.00">43</text> +<polygon fill="none" stroke="black" points="0,-1024 0,-1048 241,-1048 241,-1024 0,-1024"/> +<text text-anchor="start" x="94.62" y="-1030.7" font-family="arial" font-size="14.00">A1 3.3V</text> +<polygon fill="none" stroke="black" points="241,-1024 241,-1048 409,-1048 409,-1024 241,-1024"/> +<text text-anchor="start" x="316.75" y="-1030.7" font-family="arial" font-size="14.00">44</text> +<polygon fill="none" stroke="black" points="0,-1000 0,-1024 241,-1024 241,-1000 0,-1000"/> +<text text-anchor="start" x="100.62" y="-1006.7" font-family="arial" font-size="14.00">A2 5V</text> +<polygon fill="none" stroke="black" points="241,-1000 241,-1024 409,-1024 409,-1000 241,-1000"/> +<text text-anchor="start" x="316.75" y="-1006.7" font-family="arial" font-size="14.00">45</text> +<polygon fill="none" stroke="black" points="0,-976 0,-1000 241,-1000 241,-976 0,-976"/> +<text text-anchor="start" x="100.62" y="-982.7" font-family="arial" font-size="14.00">A3 5V</text> +<polygon fill="none" stroke="black" points="241,-976 241,-1000 409,-1000 409,-976 241,-976"/> +<text text-anchor="start" x="316.75" y="-982.7" font-family="arial" font-size="14.00">46</text> +<polygon fill="none" stroke="black" points="0,-952 0,-976 241,-976 241,-952 0,-952"/> +<text text-anchor="start" x="96.5" y="-958.7" font-family="arial" font-size="14.00">A4 12V</text> +<polygon fill="none" stroke="black" points="241,-952 241,-976 409,-976 409,-952 241,-952"/> +<text text-anchor="start" x="316.75" y="-958.7" font-family="arial" font-size="14.00">47</text> +<polygon fill="none" stroke="black" points="0,-928 0,-952 241,-952 241,-928 0,-928"/> +<text text-anchor="start" x="96.5" y="-934.7" font-family="arial" font-size="14.00">A5 12V</text> +<polygon fill="none" stroke="black" points="241,-928 241,-952 409,-952 409,-928 241,-928"/> +<text text-anchor="start" x="316.75" y="-934.7" font-family="arial" font-size="14.00">48</text> +<polygon fill="none" stroke="black" points="0,-904 0,-928 241,-928 241,-904 0,-904"/> +<text text-anchor="start" x="96.5" y="-910.7" font-family="arial" font-size="14.00">A6 36V</text> +<polygon fill="none" stroke="black" points="241,-904 241,-928 409,-928 409,-904 241,-904"/> +<text text-anchor="start" x="316.75" y="-910.7" font-family="arial" font-size="14.00">49</text> +<polygon fill="none" stroke="black" points="0,-880 0,-904 241,-904 241,-880 0,-880"/> +<text text-anchor="start" x="96.5" y="-886.7" font-family="arial" font-size="14.00">A7 36V</text> +<polygon fill="none" stroke="black" points="241,-880 241,-904 409,-904 409,-880 241,-880"/> +<text text-anchor="start" x="316.75" y="-886.7" font-family="arial" font-size="14.00">50</text> +<polygon fill="none" stroke="black" points="0,-856 0,-880 241,-880 241,-856 0,-856"/> +<text text-anchor="start" x="104.75" y="-862.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="241,-856 241,-880 409,-880 409,-856 241,-856"/> +<text text-anchor="start" x="316.75" y="-862.7" font-family="arial" font-size="14.00">51</text> +<polygon fill="none" stroke="black" points="0,-832 0,-856 241,-856 241,-832 0,-832"/> +<text text-anchor="start" x="90.12" y="-838.7" font-family="arial" font-size="14.00">ARX(0) P</text> +<polygon fill="none" stroke="black" points="241,-832 241,-856 409,-856 409,-832 241,-832"/> +<text text-anchor="start" x="316.75" y="-838.7" font-family="arial" font-size="14.00">52</text> +<polygon fill="none" stroke="black" points="0,-808 0,-832 241,-832 241,-808 0,-808"/> +<text text-anchor="start" x="90.12" y="-814.7" font-family="arial" font-size="14.00">ARX(0) N</text> +<polygon fill="none" stroke="black" points="241,-808 241,-832 409,-832 409,-808 241,-808"/> +<text text-anchor="start" x="316.75" y="-814.7" font-family="arial" font-size="14.00">53</text> +<polygon fill="none" stroke="black" points="0,-784 0,-808 241,-808 241,-784 0,-784"/> +<text text-anchor="start" x="90.12" y="-790.7" font-family="arial" font-size="14.00">ARX(1) P</text> +<polygon fill="none" stroke="black" points="241,-784 241,-808 409,-808 409,-784 241,-784"/> +<text text-anchor="start" x="316.75" y="-790.7" font-family="arial" font-size="14.00">54</text> +<polygon fill="none" stroke="black" points="0,-760 0,-784 241,-784 241,-760 0,-760"/> +<text text-anchor="start" x="90.12" y="-766.7" font-family="arial" font-size="14.00">ARX(1) N</text> +<polygon fill="none" stroke="black" points="241,-760 241,-784 409,-784 409,-760 241,-760"/> +<text text-anchor="start" x="316.75" y="-766.7" font-family="arial" font-size="14.00">55</text> +<polygon fill="none" stroke="black" points="0,-736 0,-760 241,-760 241,-736 0,-736"/> +<text text-anchor="start" x="90.12" y="-742.7" font-family="arial" font-size="14.00">ARX(2) P</text> +<polygon fill="none" stroke="black" points="241,-736 241,-760 409,-760 409,-736 241,-736"/> +<text text-anchor="start" x="316.75" y="-742.7" font-family="arial" font-size="14.00">56</text> +<polygon fill="none" stroke="black" points="0,-712 0,-736 241,-736 241,-712 0,-712"/> +<text text-anchor="start" x="90.12" y="-718.7" font-family="arial" font-size="14.00">ARX(2) N</text> +<polygon fill="none" stroke="black" points="241,-712 241,-736 409,-736 409,-712 241,-712"/> +<text text-anchor="start" x="316.75" y="-718.7" font-family="arial" font-size="14.00">57</text> +<polygon fill="none" stroke="black" points="0,-688 0,-712 241,-712 241,-688 0,-688"/> +<text text-anchor="start" x="90.12" y="-694.7" font-family="arial" font-size="14.00">ARX(3) P</text> +<polygon fill="none" stroke="black" points="241,-688 241,-712 409,-712 409,-688 241,-688"/> +<text text-anchor="start" x="316.75" y="-694.7" font-family="arial" font-size="14.00">58</text> +<polygon fill="none" stroke="black" points="0,-664 0,-688 241,-688 241,-664 0,-664"/> +<text text-anchor="start" x="90.12" y="-670.7" font-family="arial" font-size="14.00">ARX(3) N</text> +<polygon fill="none" stroke="black" points="241,-664 241,-688 409,-688 409,-664 241,-664"/> +<text text-anchor="start" x="316.75" y="-670.7" font-family="arial" font-size="14.00">59</text> +<polygon fill="none" stroke="black" points="0,-640 0,-664 241,-664 241,-640 0,-640"/> +<text text-anchor="start" x="96.12" y="-646.7" font-family="arial" font-size="14.00">GPIO 8</text> +<polygon fill="none" stroke="black" points="241,-640 241,-664 409,-664 409,-640 241,-640"/> +<text text-anchor="start" x="316.75" y="-646.7" font-family="arial" font-size="14.00">60</text> +<polygon fill="none" stroke="black" points="0,-616 0,-640 241,-640 241,-616 0,-616"/> +<text text-anchor="start" x="96.12" y="-622.7" font-family="arial" font-size="14.00">GPIO 9</text> +<polygon fill="none" stroke="black" points="241,-616 241,-640 409,-640 409,-616 241,-616"/> +<text text-anchor="start" x="316.75" y="-622.7" font-family="arial" font-size="14.00">61</text> +<polygon fill="none" stroke="black" points="0,-592 0,-616 241,-616 241,-592 0,-592"/> +<text text-anchor="start" x="92" y="-598.7" font-family="arial" font-size="14.00">GPIO 10</text> +<polygon fill="none" stroke="black" points="241,-592 241,-616 409,-616 409,-592 241,-592"/> +<text text-anchor="start" x="316.75" y="-598.7" font-family="arial" font-size="14.00">62</text> +<polygon fill="none" stroke="black" points="0,-568 0,-592 241,-592 241,-568 0,-568"/> +<text text-anchor="start" x="92" y="-574.7" font-family="arial" font-size="14.00">GPIO 11</text> +<polygon fill="none" stroke="black" points="241,-568 241,-592 409,-592 409,-568 241,-568"/> +<text text-anchor="start" x="316.75" y="-574.7" font-family="arial" font-size="14.00">63</text> +<polygon fill="none" stroke="black" points="0,-544 0,-568 241,-568 241,-544 0,-544"/> +<text text-anchor="start" x="92" y="-550.7" font-family="arial" font-size="14.00">GPIO 12</text> +<polygon fill="none" stroke="black" points="241,-544 241,-568 409,-568 409,-544 241,-544"/> +<text text-anchor="start" x="316.75" y="-550.7" font-family="arial" font-size="14.00">64</text> +<polygon fill="none" stroke="black" points="0,-520 0,-544 241,-544 241,-520 0,-520"/> +<text text-anchor="start" x="92" y="-526.7" font-family="arial" font-size="14.00">GPIO 13</text> +<polygon fill="none" stroke="black" points="241,-520 241,-544 409,-544 409,-520 241,-520"/> +<text text-anchor="start" x="316.75" y="-526.7" font-family="arial" font-size="14.00">65</text> +<polygon fill="none" stroke="black" points="0,-496 0,-520 241,-520 241,-496 0,-496"/> +<text text-anchor="start" x="92" y="-502.7" font-family="arial" font-size="14.00">GPIO 14</text> +<polygon fill="none" stroke="black" points="241,-496 241,-520 409,-520 409,-496 241,-496"/> +<text text-anchor="start" x="316.75" y="-502.7" font-family="arial" font-size="14.00">66</text> +<polygon fill="none" stroke="black" points="0,-472 0,-496 241,-496 241,-472 0,-472"/> +<text text-anchor="start" x="92" y="-478.7" font-family="arial" font-size="14.00">GPIO 15</text> +<polygon fill="none" stroke="black" points="241,-472 241,-496 409,-496 409,-472 241,-472"/> +<text text-anchor="start" x="316.75" y="-478.7" font-family="arial" font-size="14.00">67</text> +<polygon fill="none" stroke="black" points="0,-448 0,-472 241,-472 241,-448 0,-448"/> +<text text-anchor="start" x="92" y="-454.7" font-family="arial" font-size="14.00">GPIO 16</text> +<polygon fill="none" stroke="black" points="241,-448 241,-472 409,-472 409,-448 241,-448"/> +<text text-anchor="start" x="316.75" y="-454.7" font-family="arial" font-size="14.00">68</text> +<polyline fill="none" stroke="black" points="409,-49 409,-448 0,-448 0,-49"/> +<image xlink:href="images\CEX_plug.png" width="401px" height="391px" preserveAspectRatio="xMinYMin meet" x="4" y="-444"/> +<polyline fill="none" stroke="black" points="0,-49 0,-24.5 409,-24.5 409,-49"/> +<text text-anchor="start" x="48.12" y="-31.7" font-family="arial" font-size="14.00">Connector HEW.LM.368.XLNP (mounted in CEX)</text> +<polygon fill="none" stroke="black" points="0,0 0,-24.5 409,-24.5 409,0 0,0"/> +<text text-anchor="start" x="162.5" y="-7.2" font-family="arial" font-size="14.00">Veronte CEX</text> +</g> +<!-- W1 --> +<g id="node20" class="node"> +<title>W1</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="882.5,-2174 595.5,-2174 595.5,-255 882.5,-255 882.5,-2174"/> +<polygon fill="none" stroke="black" points="595.5,-2149.5 595.5,-2174 882.5,-2174 882.5,-2149.5 595.5,-2149.5"/> +<text text-anchor="start" x="727.75" y="-2156.7" font-family="arial" font-size="14.00">W1</text> +<polygon fill="none" stroke="black" points="595.5,-2125 595.5,-2149.5 663.17,-2149.5 663.17,-2125 595.5,-2125"/> +<text text-anchor="start" x="617.71" y="-2132.2" font-family="arial" font-size="14.00">61x</text> +<polygon fill="none" stroke="black" points="663.17,-2125 663.17,-2149.5 763.08,-2149.5 763.08,-2125 663.17,-2125"/> +<text text-anchor="start" x="685.38" y="-2132.2" font-family="arial" font-size="14.00">22 AWG</text> +<polygon fill="none" stroke="black" points="763.08,-2125 763.08,-2149.5 882.5,-2149.5 882.5,-2125 763.08,-2125"/> +<text text-anchor="start" x="785.29" y="-2132.2" font-family="arial" font-size="14.00">12.0 Inches</text> +<text text-anchor="start" x="694.12" y="-2109.7" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="619.88" y="-2089.7" font-family="arial" font-size="14.00">Veronte CEX:1:Power 1</text> +<text text-anchor="start" x="808.62" y="-2089.7" font-family="arial" font-size="14.00">     WH    </text> +<polygon fill="#000000" stroke="none" points="595.5,-2083 595.5,-2085 882.5,-2085 882.5,-2083 595.5,-2083"/> +<polygon fill="#ffffff" stroke="none" points="595.5,-2081 595.5,-2083 882.5,-2083 882.5,-2081 595.5,-2081"/> +<polygon fill="#ffffff" stroke="none" points="595.5,-2079 595.5,-2081 882.5,-2081 882.5,-2079 595.5,-2079"/> +<polygon fill="#ffffff" stroke="none" points="595.5,-2077 595.5,-2079 882.5,-2079 882.5,-2077 595.5,-2077"/> +<polygon fill="#000000" stroke="none" points="595.5,-2075 595.5,-2077 882.5,-2077 882.5,-2075 595.5,-2075"/> +<text text-anchor="start" x="619.88" y="-2059.7" font-family="arial" font-size="14.00">Veronte CEX:2:Power 2</text> +<text text-anchor="start" x="810.88" y="-2059.7" font-family="arial" font-size="14.00">     BN    </text> +<polygon fill="#000000" stroke="none" points="595.5,-2053 595.5,-2055 882.5,-2055 882.5,-2053 595.5,-2053"/> +<polygon fill="#895956" stroke="none" points="595.5,-2051 595.5,-2053 882.5,-2053 882.5,-2051 595.5,-2051"/> +<polygon fill="#895956" stroke="none" points="595.5,-2049 595.5,-2051 882.5,-2051 882.5,-2049 595.5,-2049"/> +<polygon fill="#895956" stroke="none" points="595.5,-2047 595.5,-2049 882.5,-2049 882.5,-2047 595.5,-2047"/> +<polygon fill="#000000" stroke="none" points="595.5,-2045 595.5,-2047 882.5,-2047 882.5,-2045 595.5,-2045"/> +<text text-anchor="start" x="630.38" y="-2029.7" font-family="arial" font-size="14.00">Veronte CEX:3:GND</text> +<text text-anchor="start" x="810.12" y="-2029.7" font-family="arial" font-size="14.00">     GN    </text> +<polygon fill="#000000" stroke="none" points="595.5,-2023 595.5,-2025 882.5,-2025 882.5,-2023 595.5,-2023"/> +<polygon fill="#00ff00" stroke="none" points="595.5,-2021 595.5,-2023 882.5,-2023 882.5,-2021 595.5,-2021"/> +<polygon fill="#00ff00" stroke="none" points="595.5,-2019 595.5,-2021 882.5,-2021 882.5,-2019 595.5,-2019"/> +<polygon fill="#00ff00" stroke="none" points="595.5,-2017 595.5,-2019 882.5,-2019 882.5,-2017 595.5,-2017"/> +<polygon fill="#000000" stroke="none" points="595.5,-2015 595.5,-2017 882.5,-2017 882.5,-2015 595.5,-2015"/> +<text text-anchor="start" x="630.38" y="-1999.7" font-family="arial" font-size="14.00">Veronte CEX:4:GND</text> +<text text-anchor="start" x="811.25" y="-1999.7" font-family="arial" font-size="14.00">     YE    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1993 595.5,-1995 882.5,-1995 882.5,-1993 595.5,-1993"/> +<polygon fill="#ffff00" stroke="none" points="595.5,-1991 595.5,-1993 882.5,-1993 882.5,-1991 595.5,-1991"/> +<polygon fill="#ffff00" stroke="none" points="595.5,-1989 595.5,-1991 882.5,-1991 882.5,-1989 595.5,-1989"/> +<polygon fill="#ffff00" stroke="none" points="595.5,-1987 595.5,-1989 882.5,-1989 882.5,-1987 595.5,-1987"/> +<polygon fill="#000000" stroke="none" points="595.5,-1985 595.5,-1987 882.5,-1987 882.5,-1985 595.5,-1985"/> +<text text-anchor="start" x="621.75" y="-1969.7" font-family="arial" font-size="14.00">Veronte CEX:5:CanA P</text> +<text text-anchor="start" x="810.5" y="-1969.7" font-family="arial" font-size="14.00">     GY    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1963 595.5,-1965 882.5,-1965 882.5,-1963 595.5,-1963"/> +<polygon fill="#999999" stroke="none" points="595.5,-1961 595.5,-1963 882.5,-1963 882.5,-1961 595.5,-1961"/> +<polygon fill="#999999" stroke="none" points="595.5,-1959 595.5,-1961 882.5,-1961 882.5,-1959 595.5,-1959"/> +<polygon fill="#999999" stroke="none" points="595.5,-1957 595.5,-1959 882.5,-1959 882.5,-1957 595.5,-1957"/> +<polygon fill="#000000" stroke="none" points="595.5,-1955 595.5,-1957 882.5,-1957 882.5,-1955 595.5,-1955"/> +<text text-anchor="start" x="621.75" y="-1939.7" font-family="arial" font-size="14.00">Veronte CEX:6:CanA N</text> +<text text-anchor="start" x="810.88" y="-1939.7" font-family="arial" font-size="14.00">     PK    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1933 595.5,-1935 882.5,-1935 882.5,-1933 595.5,-1933"/> +<polygon fill="#ff66cc" stroke="none" points="595.5,-1931 595.5,-1933 882.5,-1933 882.5,-1931 595.5,-1931"/> +<polygon fill="#ff66cc" stroke="none" points="595.5,-1929 595.5,-1931 882.5,-1931 882.5,-1929 595.5,-1929"/> +<polygon fill="#ff66cc" stroke="none" points="595.5,-1927 595.5,-1929 882.5,-1929 882.5,-1927 595.5,-1927"/> +<polygon fill="#000000" stroke="none" points="595.5,-1925 595.5,-1927 882.5,-1927 882.5,-1925 595.5,-1925"/> +<text text-anchor="start" x="597.38" y="-1909.7" font-family="arial" font-size="14.00">Veronte CEX:10:Out RS-485 P</text> +<text text-anchor="start" x="811.25" y="-1909.7" font-family="arial" font-size="14.00">     VT    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1903 595.5,-1905 882.5,-1905 882.5,-1903 595.5,-1903"/> +<polygon fill="#8000ff" stroke="none" points="595.5,-1901 595.5,-1903 882.5,-1903 882.5,-1901 595.5,-1901"/> +<polygon fill="#8000ff" stroke="none" points="595.5,-1899 595.5,-1901 882.5,-1901 882.5,-1899 595.5,-1899"/> +<polygon fill="#8000ff" stroke="none" points="595.5,-1897 595.5,-1899 882.5,-1899 882.5,-1897 595.5,-1897"/> +<polygon fill="#000000" stroke="none" points="595.5,-1895 595.5,-1897 882.5,-1897 882.5,-1895 595.5,-1895"/> +<text text-anchor="start" x="597.38" y="-1879.7" font-family="arial" font-size="14.00">Veronte CEX:11:Out RS-485 N</text> +<text text-anchor="start" x="800.75" y="-1879.7" font-family="arial" font-size="14.00">     PKGY    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1873 595.5,-1875 882.5,-1875 882.5,-1873 595.5,-1873"/> +<polygon fill="#ff66cc" stroke="none" points="595.5,-1871 595.5,-1873 882.5,-1873 882.5,-1871 595.5,-1871"/> +<polygon fill="#999999" stroke="none" points="595.5,-1869 595.5,-1871 882.5,-1871 882.5,-1869 595.5,-1869"/> +<polygon fill="#ff66cc" stroke="none" points="595.5,-1867 595.5,-1869 882.5,-1869 882.5,-1867 595.5,-1867"/> +<polygon fill="#000000" stroke="none" points="595.5,-1865 595.5,-1867 882.5,-1867 882.5,-1865 595.5,-1865"/> +<text text-anchor="start" x="601.5" y="-1849.7" font-family="arial" font-size="14.00">Veronte CEX:12:IN RS-485 N</text> +<text text-anchor="start" x="800.38" y="-1849.7" font-family="arial" font-size="14.00">     BURD    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1843 595.5,-1845 882.5,-1845 882.5,-1843 595.5,-1843"/> +<polygon fill="#0066ff" stroke="none" points="595.5,-1841 595.5,-1843 882.5,-1843 882.5,-1841 595.5,-1841"/> +<polygon fill="#ff0000" stroke="none" points="595.5,-1839 595.5,-1841 882.5,-1841 882.5,-1839 595.5,-1839"/> +<polygon fill="#0066ff" stroke="none" points="595.5,-1837 595.5,-1839 882.5,-1839 882.5,-1837 595.5,-1837"/> +<polygon fill="#000000" stroke="none" points="595.5,-1835 595.5,-1837 882.5,-1837 882.5,-1835 595.5,-1835"/> +<text text-anchor="start" x="601.5" y="-1819.7" font-family="arial" font-size="14.00">Veronte CEX:13:IN RS-485 P</text> +<text text-anchor="start" x="798.12" y="-1819.7" font-family="arial" font-size="14.00">     GNWH    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1813 595.5,-1815 882.5,-1815 882.5,-1813 595.5,-1813"/> +<polygon fill="#00ff00" stroke="none" points="595.5,-1811 595.5,-1813 882.5,-1813 882.5,-1811 595.5,-1811"/> +<polygon fill="#ffffff" stroke="none" points="595.5,-1809 595.5,-1811 882.5,-1811 882.5,-1809 595.5,-1809"/> +<polygon fill="#00ff00" stroke="none" points="595.5,-1807 595.5,-1809 882.5,-1809 882.5,-1807 595.5,-1807"/> +<polygon fill="#000000" stroke="none" points="595.5,-1805 595.5,-1807 882.5,-1807 882.5,-1805 595.5,-1805"/> +<text text-anchor="start" x="599.62" y="-1789.7" font-family="arial" font-size="14.00">Veronte CEX:14:RS-485 GND</text> +<text text-anchor="start" x="800.38" y="-1789.7" font-family="arial" font-size="14.00">     GNBN    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1783 595.5,-1785 882.5,-1785 882.5,-1783 595.5,-1783"/> +<polygon fill="#00ff00" stroke="none" points="595.5,-1781 595.5,-1783 882.5,-1783 882.5,-1781 595.5,-1781"/> +<polygon fill="#895956" stroke="none" points="595.5,-1779 595.5,-1781 882.5,-1781 882.5,-1779 595.5,-1779"/> +<polygon fill="#00ff00" stroke="none" points="595.5,-1777 595.5,-1779 882.5,-1779 882.5,-1777 595.5,-1777"/> +<polygon fill="#000000" stroke="none" points="595.5,-1775 595.5,-1777 882.5,-1777 882.5,-1775 595.5,-1775"/> +<text text-anchor="start" x="626.25" y="-1759.7" font-family="arial" font-size="14.00">Veronte CEX:17:GND</text> +<text text-anchor="start" x="798.5" y="-1759.7" font-family="arial" font-size="14.00">     GYWH    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1753 595.5,-1755 882.5,-1755 882.5,-1753 595.5,-1753"/> +<polygon fill="#999999" stroke="none" points="595.5,-1751 595.5,-1753 882.5,-1753 882.5,-1751 595.5,-1751"/> +<polygon fill="#ffffff" stroke="none" points="595.5,-1749 595.5,-1751 882.5,-1751 882.5,-1749 595.5,-1749"/> +<polygon fill="#999999" stroke="none" points="595.5,-1747 595.5,-1749 882.5,-1749 882.5,-1747 595.5,-1747"/> +<polygon fill="#000000" stroke="none" points="595.5,-1745 595.5,-1747 882.5,-1747 882.5,-1745 595.5,-1745"/> +<text text-anchor="start" x="614.25" y="-1729.7" font-family="arial" font-size="14.00">Veronte CEX:20:I2C SCL</text> +<text text-anchor="start" x="800.75" y="-1729.7" font-family="arial" font-size="14.00">     BNGY    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1723 595.5,-1725 882.5,-1725 882.5,-1723 595.5,-1723"/> +<polygon fill="#895956" stroke="none" points="595.5,-1721 595.5,-1723 882.5,-1723 882.5,-1721 595.5,-1721"/> +<polygon fill="#999999" stroke="none" points="595.5,-1719 595.5,-1721 882.5,-1721 882.5,-1719 595.5,-1719"/> +<polygon fill="#895956" stroke="none" points="595.5,-1717 595.5,-1719 882.5,-1719 882.5,-1717 595.5,-1717"/> +<polygon fill="#000000" stroke="none" points="595.5,-1715 595.5,-1717 882.5,-1717 882.5,-1715 595.5,-1715"/> +<text text-anchor="start" x="613.5" y="-1699.7" font-family="arial" font-size="14.00">Veronte CEX:21:I2C SDA</text> +<text text-anchor="start" x="798.88" y="-1699.7" font-family="arial" font-size="14.00">     PKWH    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1693 595.5,-1695 882.5,-1695 882.5,-1693 595.5,-1693"/> +<polygon fill="#ff66cc" stroke="none" points="595.5,-1691 595.5,-1693 882.5,-1693 882.5,-1691 595.5,-1691"/> +<polygon fill="#ffffff" stroke="none" points="595.5,-1689 595.5,-1691 882.5,-1691 882.5,-1689 595.5,-1689"/> +<polygon fill="#ff66cc" stroke="none" points="595.5,-1687 595.5,-1689 882.5,-1689 882.5,-1687 595.5,-1687"/> +<polygon fill="#000000" stroke="none" points="595.5,-1685 595.5,-1687 882.5,-1687 882.5,-1685 595.5,-1685"/> +<text text-anchor="start" x="615.38" y="-1669.7" font-family="arial" font-size="14.00">Veronte CEX:22:3.3V out</text> +<text text-anchor="start" x="801.12" y="-1669.7" font-family="arial" font-size="14.00">     BUBN    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1663 595.5,-1665 882.5,-1665 882.5,-1663 595.5,-1663"/> +<polygon fill="#0066ff" stroke="none" points="595.5,-1661 595.5,-1663 882.5,-1663 882.5,-1661 595.5,-1661"/> +<polygon fill="#895956" stroke="none" points="595.5,-1659 595.5,-1661 882.5,-1661 882.5,-1659 595.5,-1659"/> +<polygon fill="#0066ff" stroke="none" points="595.5,-1657 595.5,-1659 882.5,-1659 882.5,-1657 595.5,-1657"/> +<polygon fill="#000000" stroke="none" points="595.5,-1655 595.5,-1657 882.5,-1657 882.5,-1655 595.5,-1655"/> +<text text-anchor="start" x="626.25" y="-1639.7" font-family="arial" font-size="14.00">Veronte CEX:23:GND</text> +<text text-anchor="start" x="798.12" y="-1639.7" font-family="arial" font-size="14.00">     RDWH    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1633 595.5,-1635 882.5,-1635 882.5,-1633 595.5,-1633"/> +<polygon fill="#ff0000" stroke="none" points="595.5,-1631 595.5,-1633 882.5,-1633 882.5,-1631 595.5,-1631"/> +<polygon fill="#ffffff" stroke="none" points="595.5,-1629 595.5,-1631 882.5,-1631 882.5,-1629 595.5,-1629"/> +<polygon fill="#ff0000" stroke="none" points="595.5,-1627 595.5,-1629 882.5,-1629 882.5,-1627 595.5,-1627"/> +<polygon fill="#000000" stroke="none" points="595.5,-1625 595.5,-1627 882.5,-1627 882.5,-1625 595.5,-1625"/> +<text text-anchor="start" x="621.38" y="-1609.7" font-family="arial" font-size="14.00">Veronte CEX:24:5V out</text> +<text text-anchor="start" x="800.38" y="-1609.7" font-family="arial" font-size="14.00">     RDBN    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1603 595.5,-1605 882.5,-1605 882.5,-1603 595.5,-1603"/> +<polygon fill="#ff0000" stroke="none" points="595.5,-1601 595.5,-1603 882.5,-1603 882.5,-1601 595.5,-1601"/> +<polygon fill="#895956" stroke="none" points="595.5,-1599 595.5,-1601 882.5,-1601 882.5,-1599 595.5,-1599"/> +<polygon fill="#ff0000" stroke="none" points="595.5,-1597 595.5,-1599 882.5,-1599 882.5,-1597 595.5,-1597"/> +<polygon fill="#000000" stroke="none" points="595.5,-1595 595.5,-1597 882.5,-1597 882.5,-1595 595.5,-1595"/> +<text text-anchor="start" x="626.25" y="-1579.7" font-family="arial" font-size="14.00">Veronte CEX:25:GND</text> +<text text-anchor="start" x="798.88" y="-1579.7" font-family="arial" font-size="14.00">     BKWH    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1573 595.5,-1575 882.5,-1575 882.5,-1573 595.5,-1573"/> +<polygon fill="#000000" stroke="none" points="595.5,-1571 595.5,-1573 882.5,-1573 882.5,-1571 595.5,-1571"/> +<polygon fill="#ffffff" stroke="none" points="595.5,-1569 595.5,-1571 882.5,-1571 882.5,-1569 595.5,-1569"/> +<polygon fill="#000000" stroke="none" points="595.5,-1567 595.5,-1569 882.5,-1569 882.5,-1567 595.5,-1567"/> +<polygon fill="#000000" stroke="none" points="595.5,-1565 595.5,-1567 882.5,-1567 882.5,-1565 595.5,-1565"/> +<text text-anchor="start" x="612.38" y="-1549.7" font-family="arial" font-size="14.00">Veronte CEX:26:ATX(0) N</text> +<text text-anchor="start" x="801.12" y="-1549.7" font-family="arial" font-size="14.00">     BKBN    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1543 595.5,-1545 882.5,-1545 882.5,-1543 595.5,-1543"/> +<polygon fill="#000000" stroke="none" points="595.5,-1541 595.5,-1543 882.5,-1543 882.5,-1541 595.5,-1541"/> +<polygon fill="#895956" stroke="none" points="595.5,-1539 595.5,-1541 882.5,-1541 882.5,-1539 595.5,-1539"/> +<polygon fill="#000000" stroke="none" points="595.5,-1537 595.5,-1539 882.5,-1539 882.5,-1537 595.5,-1537"/> +<polygon fill="#000000" stroke="none" points="595.5,-1535 595.5,-1537 882.5,-1537 882.5,-1535 595.5,-1535"/> +<text text-anchor="start" x="612.38" y="-1519.7" font-family="arial" font-size="14.00">Veronte CEX:27:ATX(0) P</text> +<text text-anchor="start" x="800" y="-1519.7" font-family="arial" font-size="14.00">     GNGY    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1513 595.5,-1515 882.5,-1515 882.5,-1513 595.5,-1513"/> +<polygon fill="#00ff00" stroke="none" points="595.5,-1511 595.5,-1513 882.5,-1513 882.5,-1511 595.5,-1511"/> +<polygon fill="#999999" stroke="none" points="595.5,-1509 595.5,-1511 882.5,-1511 882.5,-1509 595.5,-1509"/> +<polygon fill="#00ff00" stroke="none" points="595.5,-1507 595.5,-1509 882.5,-1509 882.5,-1507 595.5,-1507"/> +<polygon fill="#000000" stroke="none" points="595.5,-1505 595.5,-1507 882.5,-1507 882.5,-1505 595.5,-1505"/> +<text text-anchor="start" x="611.62" y="-1489.7" font-family="arial" font-size="14.00">Veronte CEX:28:ARX(0) P</text> +<text text-anchor="start" x="800.75" y="-1489.7" font-family="arial" font-size="14.00">     GNYE    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1483 595.5,-1485 882.5,-1485 882.5,-1483 595.5,-1483"/> +<polygon fill="#00ff00" stroke="none" points="595.5,-1481 595.5,-1483 882.5,-1483 882.5,-1481 595.5,-1481"/> +<polygon fill="#ffff00" stroke="none" points="595.5,-1479 595.5,-1481 882.5,-1481 882.5,-1479 595.5,-1479"/> +<polygon fill="#00ff00" stroke="none" points="595.5,-1477 595.5,-1479 882.5,-1479 882.5,-1477 595.5,-1477"/> +<polygon fill="#000000" stroke="none" points="595.5,-1475 595.5,-1477 882.5,-1477 882.5,-1475 595.5,-1475"/> +<text text-anchor="start" x="611.62" y="-1459.7" font-family="arial" font-size="14.00">Veronte CEX:29:ARX(0) N</text> +<text text-anchor="start" x="800.38" y="-1459.7" font-family="arial" font-size="14.00">     GNPK    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1453 595.5,-1455 882.5,-1455 882.5,-1453 595.5,-1453"/> +<polygon fill="#00ff00" stroke="none" points="595.5,-1451 595.5,-1453 882.5,-1453 882.5,-1451 595.5,-1451"/> +<polygon fill="#ff66cc" stroke="none" points="595.5,-1449 595.5,-1451 882.5,-1451 882.5,-1449 595.5,-1449"/> +<polygon fill="#00ff00" stroke="none" points="595.5,-1447 595.5,-1449 882.5,-1449 882.5,-1447 595.5,-1447"/> +<polygon fill="#000000" stroke="none" points="595.5,-1445 595.5,-1447 882.5,-1447 882.5,-1445 595.5,-1445"/> +<text text-anchor="start" x="616.12" y="-1429.7" font-family="arial" font-size="14.00">Veronte CEX:30:ECAP 0</text> +<text text-anchor="start" x="801.5" y="-1429.7" font-family="arial" font-size="14.00">     PKYE    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1423 595.5,-1425 882.5,-1425 882.5,-1423 595.5,-1423"/> +<polygon fill="#ff66cc" stroke="none" points="595.5,-1421 595.5,-1423 882.5,-1423 882.5,-1421 595.5,-1421"/> +<polygon fill="#ffff00" stroke="none" points="595.5,-1419 595.5,-1421 882.5,-1421 882.5,-1419 595.5,-1419"/> +<polygon fill="#ff66cc" stroke="none" points="595.5,-1417 595.5,-1419 882.5,-1419 882.5,-1417 595.5,-1417"/> +<polygon fill="#000000" stroke="none" points="595.5,-1415 595.5,-1417 882.5,-1417 882.5,-1415 595.5,-1415"/> +<text text-anchor="start" x="616.12" y="-1399.7" font-family="arial" font-size="14.00">Veronte CEX:31:ECAP 1</text> +<text text-anchor="start" x="808.62" y="-1399.7" font-family="arial" font-size="14.00">     WH    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1393 595.5,-1395 882.5,-1395 882.5,-1393 595.5,-1393"/> +<polygon fill="#ffffff" stroke="none" points="595.5,-1391 595.5,-1393 882.5,-1393 882.5,-1391 595.5,-1391"/> +<polygon fill="#ffffff" stroke="none" points="595.5,-1389 595.5,-1391 882.5,-1391 882.5,-1389 595.5,-1389"/> +<polygon fill="#ffffff" stroke="none" points="595.5,-1387 595.5,-1389 882.5,-1389 882.5,-1387 595.5,-1387"/> +<polygon fill="#000000" stroke="none" points="595.5,-1385 595.5,-1387 882.5,-1387 882.5,-1385 595.5,-1385"/> +<text text-anchor="start" x="616.12" y="-1369.7" font-family="arial" font-size="14.00">Veronte CEX:32:ECAP 2</text> +<text text-anchor="start" x="810.88" y="-1369.7" font-family="arial" font-size="14.00">     BN    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1363 595.5,-1365 882.5,-1365 882.5,-1363 595.5,-1363"/> +<polygon fill="#895956" stroke="none" points="595.5,-1361 595.5,-1363 882.5,-1363 882.5,-1361 595.5,-1361"/> +<polygon fill="#895956" stroke="none" points="595.5,-1359 595.5,-1361 882.5,-1361 882.5,-1359 595.5,-1359"/> +<polygon fill="#895956" stroke="none" points="595.5,-1357 595.5,-1359 882.5,-1359 882.5,-1357 595.5,-1357"/> +<polygon fill="#000000" stroke="none" points="595.5,-1355 595.5,-1357 882.5,-1357 882.5,-1355 595.5,-1355"/> +<text text-anchor="start" x="616.12" y="-1339.7" font-family="arial" font-size="14.00">Veronte CEX:33:ECAP 3</text> +<text text-anchor="start" x="810.12" y="-1339.7" font-family="arial" font-size="14.00">     GN    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1333 595.5,-1335 882.5,-1335 882.5,-1333 595.5,-1333"/> +<polygon fill="#00ff00" stroke="none" points="595.5,-1331 595.5,-1333 882.5,-1333 882.5,-1331 595.5,-1331"/> +<polygon fill="#00ff00" stroke="none" points="595.5,-1329 595.5,-1331 882.5,-1331 882.5,-1329 595.5,-1329"/> +<polygon fill="#00ff00" stroke="none" points="595.5,-1327 595.5,-1329 882.5,-1329 882.5,-1327 595.5,-1327"/> +<polygon fill="#000000" stroke="none" points="595.5,-1325 595.5,-1327 882.5,-1327 882.5,-1325 595.5,-1325"/> +<text text-anchor="start" x="618.38" y="-1309.7" font-family="arial" font-size="14.00">Veronte CEX:34:PWM 0</text> +<text text-anchor="start" x="811.25" y="-1309.7" font-family="arial" font-size="14.00">     YE    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1303 595.5,-1305 882.5,-1305 882.5,-1303 595.5,-1303"/> +<polygon fill="#ffff00" stroke="none" points="595.5,-1301 595.5,-1303 882.5,-1303 882.5,-1301 595.5,-1301"/> +<polygon fill="#ffff00" stroke="none" points="595.5,-1299 595.5,-1301 882.5,-1301 882.5,-1299 595.5,-1299"/> +<polygon fill="#ffff00" stroke="none" points="595.5,-1297 595.5,-1299 882.5,-1299 882.5,-1297 595.5,-1297"/> +<polygon fill="#000000" stroke="none" points="595.5,-1295 595.5,-1297 882.5,-1297 882.5,-1295 595.5,-1295"/> +<text text-anchor="start" x="618.38" y="-1279.7" font-family="arial" font-size="14.00">Veronte CEX:35:PWM 1</text> +<text text-anchor="start" x="810.5" y="-1279.7" font-family="arial" font-size="14.00">     GY    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1273 595.5,-1275 882.5,-1275 882.5,-1273 595.5,-1273"/> +<polygon fill="#999999" stroke="none" points="595.5,-1271 595.5,-1273 882.5,-1273 882.5,-1271 595.5,-1271"/> +<polygon fill="#999999" stroke="none" points="595.5,-1269 595.5,-1271 882.5,-1271 882.5,-1269 595.5,-1269"/> +<polygon fill="#999999" stroke="none" points="595.5,-1267 595.5,-1269 882.5,-1269 882.5,-1267 595.5,-1267"/> +<polygon fill="#000000" stroke="none" points="595.5,-1265 595.5,-1267 882.5,-1267 882.5,-1265 595.5,-1265"/> +<text text-anchor="start" x="618.38" y="-1249.7" font-family="arial" font-size="14.00">Veronte CEX:36:PWM 2</text> +<text text-anchor="start" x="810.88" y="-1249.7" font-family="arial" font-size="14.00">     PK    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1243 595.5,-1245 882.5,-1245 882.5,-1243 595.5,-1243"/> +<polygon fill="#ff66cc" stroke="none" points="595.5,-1241 595.5,-1243 882.5,-1243 882.5,-1241 595.5,-1241"/> +<polygon fill="#ff66cc" stroke="none" points="595.5,-1239 595.5,-1241 882.5,-1241 882.5,-1239 595.5,-1239"/> +<polygon fill="#ff66cc" stroke="none" points="595.5,-1237 595.5,-1239 882.5,-1239 882.5,-1237 595.5,-1237"/> +<polygon fill="#000000" stroke="none" points="595.5,-1235 595.5,-1237 882.5,-1237 882.5,-1235 595.5,-1235"/> +<text text-anchor="start" x="618.38" y="-1219.7" font-family="arial" font-size="14.00">Veronte CEX:37:PWM 3</text> +<text text-anchor="start" x="810.88" y="-1219.7" font-family="arial" font-size="14.00">     BU    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1213 595.5,-1215 882.5,-1215 882.5,-1213 595.5,-1213"/> +<polygon fill="#0066ff" stroke="none" points="595.5,-1211 595.5,-1213 882.5,-1213 882.5,-1211 595.5,-1211"/> +<polygon fill="#0066ff" stroke="none" points="595.5,-1209 595.5,-1211 882.5,-1211 882.5,-1209 595.5,-1209"/> +<polygon fill="#0066ff" stroke="none" points="595.5,-1207 595.5,-1209 882.5,-1209 882.5,-1207 595.5,-1207"/> +<polygon fill="#000000" stroke="none" points="595.5,-1205 595.5,-1207 882.5,-1207 882.5,-1205 595.5,-1205"/> +<text text-anchor="start" x="618.38" y="-1189.7" font-family="arial" font-size="14.00">Veronte CEX:38:PWM 4</text> +<text text-anchor="start" x="810.12" y="-1189.7" font-family="arial" font-size="14.00">     RD    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1183 595.5,-1185 882.5,-1185 882.5,-1183 595.5,-1183"/> +<polygon fill="#ff0000" stroke="none" points="595.5,-1181 595.5,-1183 882.5,-1183 882.5,-1181 595.5,-1181"/> +<polygon fill="#ff0000" stroke="none" points="595.5,-1179 595.5,-1181 882.5,-1181 882.5,-1179 595.5,-1179"/> +<polygon fill="#ff0000" stroke="none" points="595.5,-1177 595.5,-1179 882.5,-1179 882.5,-1177 595.5,-1177"/> +<polygon fill="#000000" stroke="none" points="595.5,-1175 595.5,-1177 882.5,-1177 882.5,-1175 595.5,-1175"/> +<text text-anchor="start" x="618.38" y="-1159.7" font-family="arial" font-size="14.00">Veronte CEX:39:PWM 5</text> +<text text-anchor="start" x="810.88" y="-1159.7" font-family="arial" font-size="14.00">     BK    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1153 595.5,-1155 882.5,-1155 882.5,-1153 595.5,-1153"/> +<polygon fill="#000000" stroke="none" points="595.5,-1151 595.5,-1153 882.5,-1153 882.5,-1151 595.5,-1151"/> +<polygon fill="#000000" stroke="none" points="595.5,-1149 595.5,-1151 882.5,-1151 882.5,-1149 595.5,-1149"/> +<polygon fill="#000000" stroke="none" points="595.5,-1147 595.5,-1149 882.5,-1149 882.5,-1147 595.5,-1147"/> +<polygon fill="#000000" stroke="none" points="595.5,-1145 595.5,-1147 882.5,-1147 882.5,-1145 595.5,-1145"/> +<text text-anchor="start" x="618.38" y="-1129.7" font-family="arial" font-size="14.00">Veronte CEX:40:PWM 6</text> +<text text-anchor="start" x="810.88" y="-1129.7" font-family="arial" font-size="14.00">     PK    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1123 595.5,-1125 882.5,-1125 882.5,-1123 595.5,-1123"/> +<polygon fill="#ff66cc" stroke="none" points="595.5,-1121 595.5,-1123 882.5,-1123 882.5,-1121 595.5,-1121"/> +<polygon fill="#ff66cc" stroke="none" points="595.5,-1119 595.5,-1121 882.5,-1121 882.5,-1119 595.5,-1119"/> +<polygon fill="#ff66cc" stroke="none" points="595.5,-1117 595.5,-1119 882.5,-1119 882.5,-1117 595.5,-1117"/> +<polygon fill="#000000" stroke="none" points="595.5,-1115 595.5,-1117 882.5,-1117 882.5,-1115 595.5,-1115"/> +<text text-anchor="start" x="618.38" y="-1099.7" font-family="arial" font-size="14.00">Veronte CEX:41:PWM 7</text> +<text text-anchor="start" x="800.75" y="-1099.7" font-family="arial" font-size="14.00">     PKGY    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1093 595.5,-1095 882.5,-1095 882.5,-1093 595.5,-1093"/> +<polygon fill="#ff66cc" stroke="none" points="595.5,-1091 595.5,-1093 882.5,-1093 882.5,-1091 595.5,-1091"/> +<polygon fill="#999999" stroke="none" points="595.5,-1089 595.5,-1091 882.5,-1091 882.5,-1089 595.5,-1089"/> +<polygon fill="#ff66cc" stroke="none" points="595.5,-1087 595.5,-1089 882.5,-1089 882.5,-1087 595.5,-1087"/> +<polygon fill="#000000" stroke="none" points="595.5,-1085 595.5,-1087 882.5,-1087 882.5,-1085 595.5,-1085"/> +<text text-anchor="start" x="626.25" y="-1069.7" font-family="arial" font-size="14.00">Veronte CEX:42:GND</text> +<text text-anchor="start" x="800.38" y="-1069.7" font-family="arial" font-size="14.00">     BURD    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1063 595.5,-1065 882.5,-1065 882.5,-1063 595.5,-1063"/> +<polygon fill="#0066ff" stroke="none" points="595.5,-1061 595.5,-1063 882.5,-1063 882.5,-1061 595.5,-1061"/> +<polygon fill="#ff0000" stroke="none" points="595.5,-1059 595.5,-1061 882.5,-1061 882.5,-1059 595.5,-1059"/> +<polygon fill="#0066ff" stroke="none" points="595.5,-1057 595.5,-1059 882.5,-1059 882.5,-1057 595.5,-1057"/> +<polygon fill="#000000" stroke="none" points="595.5,-1055 595.5,-1057 882.5,-1057 882.5,-1055 595.5,-1055"/> +<text text-anchor="start" x="616.12" y="-1039.7" font-family="arial" font-size="14.00">Veronte CEX:43:A0 3.3V</text> +<text text-anchor="start" x="798.12" y="-1039.7" font-family="arial" font-size="14.00">     GNWH    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1033 595.5,-1035 882.5,-1035 882.5,-1033 595.5,-1033"/> +<polygon fill="#00ff00" stroke="none" points="595.5,-1031 595.5,-1033 882.5,-1033 882.5,-1031 595.5,-1031"/> +<polygon fill="#ffffff" stroke="none" points="595.5,-1029 595.5,-1031 882.5,-1031 882.5,-1029 595.5,-1029"/> +<polygon fill="#00ff00" stroke="none" points="595.5,-1027 595.5,-1029 882.5,-1029 882.5,-1027 595.5,-1027"/> +<polygon fill="#000000" stroke="none" points="595.5,-1025 595.5,-1027 882.5,-1027 882.5,-1025 595.5,-1025"/> +<text text-anchor="start" x="616.12" y="-1009.7" font-family="arial" font-size="14.00">Veronte CEX:44:A1 3.3V</text> +<text text-anchor="start" x="800.38" y="-1009.7" font-family="arial" font-size="14.00">     GNBN    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1003 595.5,-1005 882.5,-1005 882.5,-1003 595.5,-1003"/> +<polygon fill="#00ff00" stroke="none" points="595.5,-1001 595.5,-1003 882.5,-1003 882.5,-1001 595.5,-1001"/> +<polygon fill="#895956" stroke="none" points="595.5,-999 595.5,-1001 882.5,-1001 882.5,-999 595.5,-999"/> +<polygon fill="#00ff00" stroke="none" points="595.5,-997 595.5,-999 882.5,-999 882.5,-997 595.5,-997"/> +<polygon fill="#000000" stroke="none" points="595.5,-995 595.5,-997 882.5,-997 882.5,-995 595.5,-995"/> +<text text-anchor="start" x="622.12" y="-979.7" font-family="arial" font-size="14.00">Veronte CEX:45:A2 5V</text> +<text text-anchor="start" x="799.25" y="-979.7" font-family="arial" font-size="14.00">     YEWH    </text> +<polygon fill="#000000" stroke="none" points="595.5,-973 595.5,-975 882.5,-975 882.5,-973 595.5,-973"/> +<polygon fill="#ffff00" stroke="none" points="595.5,-971 595.5,-973 882.5,-973 882.5,-971 595.5,-971"/> +<polygon fill="#ffffff" stroke="none" points="595.5,-969 595.5,-971 882.5,-971 882.5,-969 595.5,-969"/> +<polygon fill="#ffff00" stroke="none" points="595.5,-967 595.5,-969 882.5,-969 882.5,-967 595.5,-967"/> +<polygon fill="#000000" stroke="none" points="595.5,-965 595.5,-967 882.5,-967 882.5,-965 595.5,-965"/> +<text text-anchor="start" x="622.12" y="-949.7" font-family="arial" font-size="14.00">Veronte CEX:46:A3 5V</text> +<text text-anchor="start" x="801.5" y="-949.7" font-family="arial" font-size="14.00">     BNYE    </text> +<polygon fill="#000000" stroke="none" points="595.5,-943 595.5,-945 882.5,-945 882.5,-943 595.5,-943"/> +<polygon fill="#895956" stroke="none" points="595.5,-941 595.5,-943 882.5,-943 882.5,-941 595.5,-941"/> +<polygon fill="#ffff00" stroke="none" points="595.5,-939 595.5,-941 882.5,-941 882.5,-939 595.5,-939"/> +<polygon fill="#895956" stroke="none" points="595.5,-937 595.5,-939 882.5,-939 882.5,-937 595.5,-937"/> +<polygon fill="#000000" stroke="none" points="595.5,-935 595.5,-937 882.5,-937 882.5,-935 595.5,-935"/> +<text text-anchor="start" x="618" y="-919.7" font-family="arial" font-size="14.00">Veronte CEX:47:A4 12V</text> +<text text-anchor="start" x="798.5" y="-919.7" font-family="arial" font-size="14.00">     GYWH    </text> +<polygon fill="#000000" stroke="none" points="595.5,-913 595.5,-915 882.5,-915 882.5,-913 595.5,-913"/> +<polygon fill="#999999" stroke="none" points="595.5,-911 595.5,-913 882.5,-913 882.5,-911 595.5,-911"/> +<polygon fill="#ffffff" stroke="none" points="595.5,-909 595.5,-911 882.5,-911 882.5,-909 595.5,-909"/> +<polygon fill="#999999" stroke="none" points="595.5,-907 595.5,-909 882.5,-909 882.5,-907 595.5,-907"/> +<polygon fill="#000000" stroke="none" points="595.5,-905 595.5,-907 882.5,-907 882.5,-905 595.5,-905"/> +<text text-anchor="start" x="618" y="-889.7" font-family="arial" font-size="14.00">Veronte CEX:48:A5 12V</text> +<text text-anchor="start" x="800.75" y="-889.7" font-family="arial" font-size="14.00">     BNGY    </text> +<polygon fill="#000000" stroke="none" points="595.5,-883 595.5,-885 882.5,-885 882.5,-883 595.5,-883"/> +<polygon fill="#895956" stroke="none" points="595.5,-881 595.5,-883 882.5,-883 882.5,-881 595.5,-881"/> +<polygon fill="#999999" stroke="none" points="595.5,-879 595.5,-881 882.5,-881 882.5,-879 595.5,-879"/> +<polygon fill="#895956" stroke="none" points="595.5,-877 595.5,-879 882.5,-879 882.5,-877 595.5,-877"/> +<polygon fill="#000000" stroke="none" points="595.5,-875 595.5,-877 882.5,-877 882.5,-875 595.5,-875"/> +<text text-anchor="start" x="618" y="-859.7" font-family="arial" font-size="14.00">Veronte CEX:49:A6 36V</text> +<text text-anchor="start" x="798.88" y="-859.7" font-family="arial" font-size="14.00">     PKWH    </text> +<polygon fill="#000000" stroke="none" points="595.5,-853 595.5,-855 882.5,-855 882.5,-853 595.5,-853"/> +<polygon fill="#ff66cc" stroke="none" points="595.5,-851 595.5,-853 882.5,-853 882.5,-851 595.5,-851"/> +<polygon fill="#ffffff" stroke="none" points="595.5,-849 595.5,-851 882.5,-851 882.5,-849 595.5,-849"/> +<polygon fill="#ff66cc" stroke="none" points="595.5,-847 595.5,-849 882.5,-849 882.5,-847 595.5,-847"/> +<polygon fill="#000000" stroke="none" points="595.5,-845 595.5,-847 882.5,-847 882.5,-845 595.5,-845"/> +<text text-anchor="start" x="618" y="-829.7" font-family="arial" font-size="14.00">Veronte CEX:50:A7 36V</text> +<text text-anchor="start" x="801.12" y="-829.7" font-family="arial" font-size="14.00">     BNPK    </text> +<polygon fill="#000000" stroke="none" points="595.5,-823 595.5,-825 882.5,-825 882.5,-823 595.5,-823"/> +<polygon fill="#895956" stroke="none" points="595.5,-821 595.5,-823 882.5,-823 882.5,-821 595.5,-821"/> +<polygon fill="#ff66cc" stroke="none" points="595.5,-819 595.5,-821 882.5,-821 882.5,-819 595.5,-819"/> +<polygon fill="#895956" stroke="none" points="595.5,-817 595.5,-819 882.5,-819 882.5,-817 595.5,-817"/> +<polygon fill="#000000" stroke="none" points="595.5,-815 595.5,-817 882.5,-817 882.5,-815 595.5,-815"/> +<text text-anchor="start" x="626.25" y="-799.7" font-family="arial" font-size="14.00">Veronte CEX:51:GND</text> +<text text-anchor="start" x="798.88" y="-799.7" font-family="arial" font-size="14.00">     BUWH    </text> +<polygon fill="#000000" stroke="none" points="595.5,-793 595.5,-795 882.5,-795 882.5,-793 595.5,-793"/> +<polygon fill="#0066ff" stroke="none" points="595.5,-791 595.5,-793 882.5,-793 882.5,-791 595.5,-791"/> +<polygon fill="#ffffff" stroke="none" points="595.5,-789 595.5,-791 882.5,-791 882.5,-789 595.5,-789"/> +<polygon fill="#0066ff" stroke="none" points="595.5,-787 595.5,-789 882.5,-789 882.5,-787 595.5,-787"/> +<polygon fill="#000000" stroke="none" points="595.5,-785 595.5,-787 882.5,-787 882.5,-785 595.5,-785"/> +<text text-anchor="start" x="611.62" y="-769.7" font-family="arial" font-size="14.00">Veronte CEX:52:ARX(0) P</text> +<text text-anchor="start" x="801.12" y="-769.7" font-family="arial" font-size="14.00">     BUBN    </text> +<polygon fill="#000000" stroke="none" points="595.5,-763 595.5,-765 882.5,-765 882.5,-763 595.5,-763"/> +<polygon fill="#0066ff" stroke="none" points="595.5,-761 595.5,-763 882.5,-763 882.5,-761 595.5,-761"/> +<polygon fill="#895956" stroke="none" points="595.5,-759 595.5,-761 882.5,-761 882.5,-759 595.5,-759"/> +<polygon fill="#0066ff" stroke="none" points="595.5,-757 595.5,-759 882.5,-759 882.5,-757 595.5,-757"/> +<polygon fill="#000000" stroke="none" points="595.5,-755 595.5,-757 882.5,-757 882.5,-755 595.5,-755"/> +<text text-anchor="start" x="611.62" y="-739.7" font-family="arial" font-size="14.00">Veronte CEX:53:ARX(0) N</text> +<text text-anchor="start" x="798.12" y="-739.7" font-family="arial" font-size="14.00">     RDWH    </text> +<polygon fill="#000000" stroke="none" points="595.5,-733 595.5,-735 882.5,-735 882.5,-733 595.5,-733"/> +<polygon fill="#ff0000" stroke="none" points="595.5,-731 595.5,-733 882.5,-733 882.5,-731 595.5,-731"/> +<polygon fill="#ffffff" stroke="none" points="595.5,-729 595.5,-731 882.5,-731 882.5,-729 595.5,-729"/> +<polygon fill="#ff0000" stroke="none" points="595.5,-727 595.5,-729 882.5,-729 882.5,-727 595.5,-727"/> +<polygon fill="#000000" stroke="none" points="595.5,-725 595.5,-727 882.5,-727 882.5,-725 595.5,-725"/> +<text text-anchor="start" x="611.62" y="-709.7" font-family="arial" font-size="14.00">Veronte CEX:54:ARX(1) P</text> +<text text-anchor="start" x="800.38" y="-709.7" font-family="arial" font-size="14.00">     RDBN    </text> +<polygon fill="#000000" stroke="none" points="595.5,-703 595.5,-705 882.5,-705 882.5,-703 595.5,-703"/> +<polygon fill="#ff0000" stroke="none" points="595.5,-701 595.5,-703 882.5,-703 882.5,-701 595.5,-701"/> +<polygon fill="#895956" stroke="none" points="595.5,-699 595.5,-701 882.5,-701 882.5,-699 595.5,-699"/> +<polygon fill="#ff0000" stroke="none" points="595.5,-697 595.5,-699 882.5,-699 882.5,-697 595.5,-697"/> +<polygon fill="#000000" stroke="none" points="595.5,-695 595.5,-697 882.5,-697 882.5,-695 595.5,-695"/> +<text text-anchor="start" x="611.62" y="-679.7" font-family="arial" font-size="14.00">Veronte CEX:55:ARX(1) N</text> +<text text-anchor="start" x="798.88" y="-679.7" font-family="arial" font-size="14.00">     BKWH    </text> +<polygon fill="#000000" stroke="none" points="595.5,-673 595.5,-675 882.5,-675 882.5,-673 595.5,-673"/> +<polygon fill="#000000" stroke="none" points="595.5,-671 595.5,-673 882.5,-673 882.5,-671 595.5,-671"/> +<polygon fill="#ffffff" stroke="none" points="595.5,-669 595.5,-671 882.5,-671 882.5,-669 595.5,-669"/> +<polygon fill="#000000" stroke="none" points="595.5,-667 595.5,-669 882.5,-669 882.5,-667 595.5,-667"/> +<polygon fill="#000000" stroke="none" points="595.5,-665 595.5,-667 882.5,-667 882.5,-665 595.5,-665"/> +<text text-anchor="start" x="611.62" y="-649.7" font-family="arial" font-size="14.00">Veronte CEX:56:ARX(2) P</text> +<text text-anchor="start" x="801.12" y="-649.7" font-family="arial" font-size="14.00">     BKBN    </text> +<polygon fill="#000000" stroke="none" points="595.5,-643 595.5,-645 882.5,-645 882.5,-643 595.5,-643"/> +<polygon fill="#000000" stroke="none" points="595.5,-641 595.5,-643 882.5,-643 882.5,-641 595.5,-641"/> +<polygon fill="#895956" stroke="none" points="595.5,-639 595.5,-641 882.5,-641 882.5,-639 595.5,-639"/> +<polygon fill="#000000" stroke="none" points="595.5,-637 595.5,-639 882.5,-639 882.5,-637 595.5,-637"/> +<polygon fill="#000000" stroke="none" points="595.5,-635 595.5,-637 882.5,-637 882.5,-635 595.5,-635"/> +<text text-anchor="start" x="611.62" y="-619.7" font-family="arial" font-size="14.00">Veronte CEX:57:ARX(2) N</text> +<text text-anchor="start" x="800" y="-619.7" font-family="arial" font-size="14.00">     GNGY    </text> +<polygon fill="#000000" stroke="none" points="595.5,-613 595.5,-615 882.5,-615 882.5,-613 595.5,-613"/> +<polygon fill="#00ff00" stroke="none" points="595.5,-611 595.5,-613 882.5,-613 882.5,-611 595.5,-611"/> +<polygon fill="#999999" stroke="none" points="595.5,-609 595.5,-611 882.5,-611 882.5,-609 595.5,-609"/> +<polygon fill="#00ff00" stroke="none" points="595.5,-607 595.5,-609 882.5,-609 882.5,-607 595.5,-607"/> +<polygon fill="#000000" stroke="none" points="595.5,-605 595.5,-607 882.5,-607 882.5,-605 595.5,-605"/> +<text text-anchor="start" x="611.62" y="-589.7" font-family="arial" font-size="14.00">Veronte CEX:58:ARX(3) P</text> +<text text-anchor="start" x="800.75" y="-589.7" font-family="arial" font-size="14.00">     GNYE    </text> +<polygon fill="#000000" stroke="none" points="595.5,-583 595.5,-585 882.5,-585 882.5,-583 595.5,-583"/> +<polygon fill="#00ff00" stroke="none" points="595.5,-581 595.5,-583 882.5,-583 882.5,-581 595.5,-581"/> +<polygon fill="#ffff00" stroke="none" points="595.5,-579 595.5,-581 882.5,-581 882.5,-579 595.5,-579"/> +<polygon fill="#00ff00" stroke="none" points="595.5,-577 595.5,-579 882.5,-579 882.5,-577 595.5,-577"/> +<polygon fill="#000000" stroke="none" points="595.5,-575 595.5,-577 882.5,-577 882.5,-575 595.5,-575"/> +<text text-anchor="start" x="611.62" y="-559.7" font-family="arial" font-size="14.00">Veronte CEX:59:ARX(3) N</text> +<text text-anchor="start" x="800.38" y="-559.7" font-family="arial" font-size="14.00">     GNPK    </text> +<polygon fill="#000000" stroke="none" points="595.5,-553 595.5,-555 882.5,-555 882.5,-553 595.5,-553"/> +<polygon fill="#00ff00" stroke="none" points="595.5,-551 595.5,-553 882.5,-553 882.5,-551 595.5,-551"/> +<polygon fill="#ff66cc" stroke="none" points="595.5,-549 595.5,-551 882.5,-551 882.5,-549 595.5,-549"/> +<polygon fill="#00ff00" stroke="none" points="595.5,-547 595.5,-549 882.5,-549 882.5,-547 595.5,-547"/> +<polygon fill="#000000" stroke="none" points="595.5,-545 595.5,-547 882.5,-547 882.5,-545 595.5,-545"/> +<text text-anchor="start" x="617.62" y="-529.7" font-family="arial" font-size="14.00">Veronte CEX:60:GPIO 8</text> +<text text-anchor="start" x="801.5" y="-529.7" font-family="arial" font-size="14.00">     PKYE    </text> +<polygon fill="#000000" stroke="none" points="595.5,-523 595.5,-525 882.5,-525 882.5,-523 595.5,-523"/> +<polygon fill="#ff66cc" stroke="none" points="595.5,-521 595.5,-523 882.5,-523 882.5,-521 595.5,-521"/> +<polygon fill="#ffff00" stroke="none" points="595.5,-519 595.5,-521 882.5,-521 882.5,-519 595.5,-519"/> +<polygon fill="#ff66cc" stroke="none" points="595.5,-517 595.5,-519 882.5,-519 882.5,-517 595.5,-517"/> +<polygon fill="#000000" stroke="none" points="595.5,-515 595.5,-517 882.5,-517 882.5,-515 595.5,-515"/> +<text text-anchor="start" x="617.62" y="-499.7" font-family="arial" font-size="14.00">Veronte CEX:61:GPIO 9</text> +<text text-anchor="start" x="808.62" y="-499.7" font-family="arial" font-size="14.00">     WH    </text> +<polygon fill="#000000" stroke="none" points="595.5,-493 595.5,-495 882.5,-495 882.5,-493 595.5,-493"/> +<polygon fill="#ffffff" stroke="none" points="595.5,-491 595.5,-493 882.5,-493 882.5,-491 595.5,-491"/> +<polygon fill="#ffffff" stroke="none" points="595.5,-489 595.5,-491 882.5,-491 882.5,-489 595.5,-489"/> +<polygon fill="#ffffff" stroke="none" points="595.5,-487 595.5,-489 882.5,-489 882.5,-487 595.5,-487"/> +<polygon fill="#000000" stroke="none" points="595.5,-485 595.5,-487 882.5,-487 882.5,-485 595.5,-485"/> +<text text-anchor="start" x="613.5" y="-469.7" font-family="arial" font-size="14.00">Veronte CEX:62:GPIO 10</text> +<text text-anchor="start" x="810.88" y="-469.7" font-family="arial" font-size="14.00">     BN    </text> +<polygon fill="#000000" stroke="none" points="595.5,-463 595.5,-465 882.5,-465 882.5,-463 595.5,-463"/> +<polygon fill="#895956" stroke="none" points="595.5,-461 595.5,-463 882.5,-463 882.5,-461 595.5,-461"/> +<polygon fill="#895956" stroke="none" points="595.5,-459 595.5,-461 882.5,-461 882.5,-459 595.5,-459"/> +<polygon fill="#895956" stroke="none" points="595.5,-457 595.5,-459 882.5,-459 882.5,-457 595.5,-457"/> +<polygon fill="#000000" stroke="none" points="595.5,-455 595.5,-457 882.5,-457 882.5,-455 595.5,-455"/> +<text text-anchor="start" x="613.5" y="-439.7" font-family="arial" font-size="14.00">Veronte CEX:63:GPIO 11</text> +<text text-anchor="start" x="810.12" y="-439.7" font-family="arial" font-size="14.00">     GN    </text> +<polygon fill="#000000" stroke="none" points="595.5,-433 595.5,-435 882.5,-435 882.5,-433 595.5,-433"/> +<polygon fill="#00ff00" stroke="none" points="595.5,-431 595.5,-433 882.5,-433 882.5,-431 595.5,-431"/> +<polygon fill="#00ff00" stroke="none" points="595.5,-429 595.5,-431 882.5,-431 882.5,-429 595.5,-429"/> +<polygon fill="#00ff00" stroke="none" points="595.5,-427 595.5,-429 882.5,-429 882.5,-427 595.5,-427"/> +<polygon fill="#000000" stroke="none" points="595.5,-425 595.5,-427 882.5,-427 882.5,-425 595.5,-425"/> +<text text-anchor="start" x="613.5" y="-409.7" font-family="arial" font-size="14.00">Veronte CEX:64:GPIO 12</text> +<text text-anchor="start" x="811.25" y="-409.7" font-family="arial" font-size="14.00">     YE    </text> +<polygon fill="#000000" stroke="none" points="595.5,-403 595.5,-405 882.5,-405 882.5,-403 595.5,-403"/> +<polygon fill="#ffff00" stroke="none" points="595.5,-401 595.5,-403 882.5,-403 882.5,-401 595.5,-401"/> +<polygon fill="#ffff00" stroke="none" points="595.5,-399 595.5,-401 882.5,-401 882.5,-399 595.5,-399"/> +<polygon fill="#ffff00" stroke="none" points="595.5,-397 595.5,-399 882.5,-399 882.5,-397 595.5,-397"/> +<polygon fill="#000000" stroke="none" points="595.5,-395 595.5,-397 882.5,-397 882.5,-395 595.5,-395"/> +<text text-anchor="start" x="613.5" y="-379.7" font-family="arial" font-size="14.00">Veronte CEX:65:GPIO 13</text> +<text text-anchor="start" x="810.5" y="-379.7" font-family="arial" font-size="14.00">     GY    </text> +<polygon fill="#000000" stroke="none" points="595.5,-373 595.5,-375 882.5,-375 882.5,-373 595.5,-373"/> +<polygon fill="#999999" stroke="none" points="595.5,-371 595.5,-373 882.5,-373 882.5,-371 595.5,-371"/> +<polygon fill="#999999" stroke="none" points="595.5,-369 595.5,-371 882.5,-371 882.5,-369 595.5,-369"/> +<polygon fill="#999999" stroke="none" points="595.5,-367 595.5,-369 882.5,-369 882.5,-367 595.5,-367"/> +<polygon fill="#000000" stroke="none" points="595.5,-365 595.5,-367 882.5,-367 882.5,-365 595.5,-365"/> +<text text-anchor="start" x="613.5" y="-349.7" font-family="arial" font-size="14.00">Veronte CEX:66:GPIO 14</text> +<text text-anchor="start" x="810.88" y="-349.7" font-family="arial" font-size="14.00">     PK    </text> +<polygon fill="#000000" stroke="none" points="595.5,-343 595.5,-345 882.5,-345 882.5,-343 595.5,-343"/> +<polygon fill="#ff66cc" stroke="none" points="595.5,-341 595.5,-343 882.5,-343 882.5,-341 595.5,-341"/> +<polygon fill="#ff66cc" stroke="none" points="595.5,-339 595.5,-341 882.5,-341 882.5,-339 595.5,-339"/> +<polygon fill="#ff66cc" stroke="none" points="595.5,-337 595.5,-339 882.5,-339 882.5,-337 595.5,-337"/> +<polygon fill="#000000" stroke="none" points="595.5,-335 595.5,-337 882.5,-337 882.5,-335 595.5,-335"/> +<text text-anchor="start" x="613.5" y="-319.7" font-family="arial" font-size="14.00">Veronte CEX:67:GPIO 15</text> +<text text-anchor="start" x="810.88" y="-319.7" font-family="arial" font-size="14.00">     BU    </text> +<polygon fill="#000000" stroke="none" points="595.5,-313 595.5,-315 882.5,-315 882.5,-313 595.5,-313"/> +<polygon fill="#0066ff" stroke="none" points="595.5,-311 595.5,-313 882.5,-313 882.5,-311 595.5,-311"/> +<polygon fill="#0066ff" stroke="none" points="595.5,-309 595.5,-311 882.5,-311 882.5,-309 595.5,-309"/> +<polygon fill="#0066ff" stroke="none" points="595.5,-307 595.5,-309 882.5,-309 882.5,-307 595.5,-307"/> +<polygon fill="#000000" stroke="none" points="595.5,-305 595.5,-307 882.5,-307 882.5,-305 595.5,-305"/> +<text text-anchor="start" x="613.5" y="-289.7" font-family="arial" font-size="14.00">Veronte CEX:68:GPIO 16</text> +<text text-anchor="start" x="810.12" y="-289.7" font-family="arial" font-size="14.00">     RD    </text> +<polygon fill="#000000" stroke="none" points="595.5,-283 595.5,-285 882.5,-285 882.5,-283 595.5,-283"/> +<polygon fill="#ff0000" stroke="none" points="595.5,-281 595.5,-283 882.5,-283 882.5,-281 595.5,-281"/> +<polygon fill="#ff0000" stroke="none" points="595.5,-279 595.5,-281 882.5,-281 882.5,-279 595.5,-279"/> +<polygon fill="#ff0000" stroke="none" points="595.5,-277 595.5,-279 882.5,-279 882.5,-277 595.5,-277"/> +<polygon fill="#000000" stroke="none" points="595.5,-275 595.5,-277 882.5,-277 882.5,-275 595.5,-275"/> +<text text-anchor="start" x="694.12" y="-259.7" font-family="arial" font-size="14.00"> </text> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge1" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-2064C493.65,-2064.56 513.92,-2076.56 594.5,-2076"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-2066C492.64,-2066.28 512.9,-2078.28 594.5,-2078"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-2068C491.62,-2068 511.88,-2080 594.5,-2080"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-2070C490.6,-2069.72 510.86,-2081.72 594.5,-2082"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-2072C489.58,-2071.44 509.85,-2083.44 594.5,-2084"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge2" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-2040C492.61,-2040.16 513.13,-2046.16 594.5,-2046"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-2042C492.05,-2042.08 512.57,-2048.08 594.5,-2048"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-2044C491.49,-2044 512.01,-2050 594.5,-2050"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-2046C490.93,-2045.92 511.45,-2051.92 594.5,-2052"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-2048C490.37,-2047.84 510.89,-2053.84 594.5,-2054"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge3" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1968C489.58,-1968.56 509.85,-1956.56 594.5,-1956"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-1970C490.6,-1970.28 510.86,-1958.28 594.5,-1958"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-1972C491.62,-1972 511.88,-1960 594.5,-1960"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-1974C492.64,-1973.72 512.9,-1961.72 594.5,-1962"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1976C493.65,-1975.44 513.92,-1963.44 594.5,-1964"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge4" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1944C489.14,-1945.04 508.98,-1927.04 594.5,-1926"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1946C490.49,-1946.52 510.32,-1928.52 594.5,-1928"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1948C491.83,-1948 511.67,-1930 594.5,-1930"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1950C493.18,-1949.48 513.01,-1931.48 594.5,-1932"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1952C494.52,-1950.96 514.36,-1932.96 594.5,-1934"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge5" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1848C497.97,-1850.79 513.15,-1898.79 594.5,-1896"/> +<path fill="none" stroke="#8000ff" stroke-width="2" d="M409,-1850C496.07,-1851.4 511.25,-1899.4 594.5,-1898"/> +<path fill="none" stroke="#8000ff" stroke-width="2" d="M409,-1852C494.16,-1852 509.34,-1900 594.5,-1900"/> +<path fill="none" stroke="#8000ff" stroke-width="2" d="M409,-1854C492.25,-1852.6 507.43,-1900.6 594.5,-1902"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1856C490.35,-1853.21 505.53,-1901.21 594.5,-1904"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge6" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1824C497.26,-1826.54 513.69,-1868.54 594.5,-1866"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1826C495.39,-1827.27 511.83,-1869.27 594.5,-1868"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-1828C493.53,-1828 509.97,-1870 594.5,-1870"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1830C491.67,-1828.73 508.11,-1870.73 594.5,-1872"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1832C489.81,-1829.46 506.24,-1871.46 594.5,-1874"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge7" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1800C496.58,-1802.25 514.11,-1838.25 594.5,-1836"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-1802C494.78,-1803.12 512.32,-1839.12 594.5,-1838"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-1804C492.98,-1804 510.52,-1840 594.5,-1840"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-1806C491.18,-1804.88 508.72,-1840.88 594.5,-1842"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1808C489.39,-1805.75 506.92,-1841.75 594.5,-1844"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge8" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1776C495.92,-1777.9 514.39,-1807.9 594.5,-1806"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1778C494.22,-1778.95 512.69,-1808.95 594.5,-1808"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-1780C492.52,-1780 510.98,-1810 594.5,-1810"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1782C490.81,-1781.05 509.28,-1811.05 594.5,-1812"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1784C489.11,-1782.1 507.58,-1812.1 594.5,-1814"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge9" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1752C495.25,-1753.5 514.49,-1777.5 594.5,-1776"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1754C493.69,-1754.75 512.93,-1778.75 594.5,-1778"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-1756C492.13,-1756 511.37,-1780 594.5,-1780"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1758C490.57,-1757.25 509.81,-1781.25 594.5,-1782"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1760C489.01,-1758.5 508.25,-1782.5 594.5,-1784"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge10" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1608C508.39,-1612.2 503.1,-1720.2 594.5,-1716"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-1610C506.4,-1612.1 501.1,-1720.1 594.5,-1718"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-1612C504.4,-1612 499.1,-1720 594.5,-1720"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-1614C502.4,-1611.9 497.1,-1719.9 594.5,-1722"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1616C500.4,-1611.8 495.11,-1719.8 594.5,-1724"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge11" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1584C507.08,-1588.1 504.41,-1690.1 594.5,-1686"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1586C505.09,-1588.05 502.41,-1690.05 594.5,-1688"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-1588C503.09,-1588 500.41,-1690 594.5,-1690"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1590C501.09,-1587.95 498.41,-1689.95 594.5,-1692"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1592C499.09,-1587.9 496.42,-1689.9 594.5,-1694"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge12" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1560C505.83,-1564.01 505.67,-1660.01 594.5,-1656"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-1562C503.83,-1564 503.67,-1660 594.5,-1658"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-1564C501.83,-1564 501.67,-1660 594.5,-1660"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-1566C499.83,-1564 499.67,-1660 594.5,-1662"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1568C497.83,-1563.99 497.67,-1659.99 594.5,-1664"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge13" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1512C503.5,-1515.79 507.99,-1599.79 594.5,-1596"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-1514C501.5,-1515.89 505.99,-1599.89 594.5,-1598"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-1516C499.5,-1516 504,-1600 594.5,-1600"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-1518C497.51,-1516.11 502,-1600.11 594.5,-1602"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1520C495.51,-1516.21 500,-1600.21 594.5,-1604"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge14" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1464C501.41,-1467.52 510.03,-1539.52 594.5,-1536"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1466C499.42,-1467.76 508.05,-1539.76 594.5,-1538"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-1468C497.44,-1468 506.06,-1540 594.5,-1540"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1470C495.45,-1468.24 504.08,-1540.24 594.5,-1542"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1472C493.47,-1468.48 502.09,-1540.48 594.5,-1544"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge15" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1440C500.46,-1443.37 510.94,-1509.37 594.5,-1506"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1442C498.48,-1443.69 508.97,-1509.69 594.5,-1508"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-1444C496.51,-1444 506.99,-1510 594.5,-1510"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1446C494.53,-1444.31 505.02,-1510.31 594.5,-1512"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1448C492.56,-1444.63 503.04,-1510.63 594.5,-1514"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge16" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1416C499.57,-1419.2 511.77,-1479.2 594.5,-1476"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1418C497.61,-1419.6 509.81,-1479.6 594.5,-1478"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-1420C495.65,-1420 507.85,-1480 594.5,-1480"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1422C493.69,-1420.4 505.89,-1480.4 594.5,-1482"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1424C491.73,-1420.8 503.93,-1480.8 594.5,-1484"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge17" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1392C498.74,-1395.01 512.51,-1449.01 594.5,-1446"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1394C496.8,-1395.51 510.57,-1449.51 594.5,-1448"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1396C494.87,-1396 508.63,-1450 594.5,-1450"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1398C492.93,-1396.49 506.7,-1450.49 594.5,-1452"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1400C490.99,-1396.99 504.76,-1450.99 594.5,-1454"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge18" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1368C497.97,-1370.79 513.15,-1418.79 594.5,-1416"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1370C496.07,-1371.4 511.25,-1419.4 594.5,-1418"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-1372C494.16,-1372 509.34,-1420 594.5,-1420"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1374C492.25,-1372.6 507.43,-1420.6 594.5,-1422"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1376C490.35,-1373.21 505.53,-1421.21 594.5,-1424"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge19" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1344C497.26,-1346.54 513.69,-1388.54 594.5,-1386"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-1346C495.39,-1347.27 511.83,-1389.27 594.5,-1388"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-1348C493.53,-1348 509.97,-1390 594.5,-1390"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-1350C491.67,-1348.73 508.11,-1390.73 594.5,-1392"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1352C489.81,-1349.46 506.24,-1391.46 594.5,-1394"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge20" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1320C496.58,-1322.25 514.11,-1358.25 594.5,-1356"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-1322C494.78,-1323.12 512.32,-1359.12 594.5,-1358"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-1324C492.98,-1324 510.52,-1360 594.5,-1360"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-1326C491.18,-1324.88 508.72,-1360.88 594.5,-1362"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1328C489.39,-1325.75 506.92,-1361.75 594.5,-1364"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge21" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1296C495.92,-1297.9 514.39,-1327.9 594.5,-1326"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1298C494.22,-1298.95 512.69,-1328.95 594.5,-1328"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1300C492.52,-1300 510.98,-1330 594.5,-1330"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1302C490.81,-1301.05 509.28,-1331.05 594.5,-1332"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1304C489.11,-1302.1 507.58,-1332.1 594.5,-1334"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge22" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1272C495.25,-1273.5 514.49,-1297.5 594.5,-1296"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-1274C493.69,-1274.75 512.93,-1298.75 594.5,-1298"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-1276C492.13,-1276 511.37,-1300 594.5,-1300"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-1278C490.57,-1277.25 509.81,-1301.25 594.5,-1302"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1280C489.01,-1278.5 508.25,-1302.5 594.5,-1304"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge23" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1248C494.52,-1249.04 514.36,-1267.04 594.5,-1266"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-1250C493.18,-1250.52 513.01,-1268.52 594.5,-1268"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-1252C491.83,-1252 511.67,-1270 594.5,-1270"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-1254C490.49,-1253.48 510.32,-1271.48 594.5,-1272"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1256C489.14,-1254.96 508.98,-1272.96 594.5,-1274"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge24" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1224C493.65,-1224.56 513.92,-1236.56 594.5,-1236"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1226C492.64,-1226.28 512.9,-1238.28 594.5,-1238"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1228C491.62,-1228 511.88,-1240 594.5,-1240"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1230C490.6,-1229.72 510.86,-1241.72 594.5,-1242"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1232C489.58,-1231.44 509.85,-1243.44 594.5,-1244"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge25" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1200C492.61,-1200.16 513.13,-1206.16 594.5,-1206"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-1202C492.05,-1202.08 512.57,-1208.08 594.5,-1208"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-1204C491.49,-1204 512.01,-1210 594.5,-1210"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-1206C490.93,-1205.92 511.45,-1211.92 594.5,-1212"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1208C490.37,-1207.84 510.89,-1213.84 594.5,-1214"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge26" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1176C491.44,-1176 512.06,-1176 594.5,-1176"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-1178C491.44,-1178 512.06,-1178 594.5,-1178"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-1180C491.44,-1180 512.06,-1180 594.5,-1180"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-1182C491.44,-1182 512.06,-1182 594.5,-1182"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1184C491.44,-1184 512.06,-1184 594.5,-1184"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge27" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1152C490.37,-1152.16 510.89,-1146.16 594.5,-1146"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1154C490.93,-1154.08 511.45,-1148.08 594.5,-1148"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1156C491.49,-1156 512.01,-1150 594.5,-1150"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1158C492.05,-1157.92 512.57,-1151.92 594.5,-1152"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1160C492.61,-1159.84 513.13,-1153.84 594.5,-1154"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge28" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1128C489.58,-1128.56 509.85,-1116.56 594.5,-1116"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1130C490.6,-1130.28 510.86,-1118.28 594.5,-1118"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1132C491.62,-1132 511.88,-1120 594.5,-1120"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1134C492.64,-1133.72 512.9,-1121.72 594.5,-1122"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1136C493.65,-1135.44 513.92,-1123.44 594.5,-1124"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge29" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1104C489.14,-1105.04 508.98,-1087.04 594.5,-1086"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1106C490.49,-1106.52 510.32,-1088.52 594.5,-1088"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-1108C491.83,-1108 511.67,-1090 594.5,-1090"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1110C493.18,-1109.48 513.01,-1091.48 594.5,-1092"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1112C494.52,-1110.96 514.36,-1092.96 594.5,-1094"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge30" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1056C489.11,-1057.9 507.58,-1027.9 594.5,-1026"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1058C490.81,-1058.95 509.28,-1028.95 594.5,-1028"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-1060C492.52,-1060 510.98,-1030 594.5,-1030"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1062C494.22,-1061.05 512.69,-1031.05 594.5,-1032"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1064C495.92,-1062.1 514.39,-1032.1 594.5,-1034"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge31" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1032C489.39,-1034.25 506.92,-998.25 594.5,-996"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1034C491.18,-1035.12 508.72,-999.12 594.5,-998"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-1036C492.98,-1036 510.52,-1000 594.5,-1000"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1038C494.78,-1036.88 512.32,-1000.88 594.5,-1002"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1040C496.58,-1037.75 514.11,-1001.75 594.5,-1004"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge32" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1008C489.81,-1010.54 506.24,-968.54 594.5,-966"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-1010C491.67,-1011.27 508.11,-969.27 594.5,-968"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-1012C493.53,-1012 509.97,-970 594.5,-970"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-1014C495.39,-1012.73 511.83,-970.73 594.5,-972"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1016C497.26,-1013.46 513.69,-971.46 594.5,-974"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge33" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-984C490.35,-986.79 505.53,-938.79 594.5,-936"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-986C492.25,-987.4 507.43,-939.4 594.5,-938"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-988C494.16,-988 509.34,-940 594.5,-940"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-990C496.07,-988.6 511.25,-940.6 594.5,-942"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-992C497.97,-989.21 513.15,-941.21 594.5,-944"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge34" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-960C490.99,-963.01 504.76,-909.01 594.5,-906"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-962C492.93,-963.51 506.7,-909.51 594.5,-908"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-964C494.87,-964 508.63,-910 594.5,-910"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-966C496.8,-964.49 510.57,-910.49 594.5,-912"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-968C498.74,-964.99 512.51,-910.99 594.5,-914"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge35" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-936C491.73,-939.2 503.93,-879.2 594.5,-876"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-938C493.69,-939.6 505.89,-879.6 594.5,-878"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-940C495.65,-940 507.85,-880 594.5,-880"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-942C497.61,-940.4 509.81,-880.4 594.5,-882"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-944C499.57,-940.8 511.77,-880.8 594.5,-884"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge36" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-912C492.56,-915.37 503.04,-849.37 594.5,-846"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-914C494.53,-915.69 505.02,-849.69 594.5,-848"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-916C496.51,-916 506.99,-850 594.5,-850"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-918C498.48,-916.31 508.97,-850.31 594.5,-852"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-920C500.46,-916.63 510.94,-850.63 594.5,-854"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge37" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-888C493.47,-891.52 502.09,-819.52 594.5,-816"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-890C495.45,-891.76 504.08,-819.76 594.5,-818"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-892C497.44,-892 506.06,-820 594.5,-820"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-894C499.42,-892.24 508.05,-820.24 594.5,-822"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-896C501.41,-892.48 510.03,-820.48 594.5,-824"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge38" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-840C495.51,-843.79 500,-759.79 594.5,-756"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-842C497.51,-843.89 502,-759.89 594.5,-758"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-844C499.5,-844 504,-760 594.5,-760"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-846C501.5,-844.11 505.99,-760.11 594.5,-762"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-848C503.5,-844.21 507.99,-760.21 594.5,-764"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge39" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-816C496.64,-819.9 498.87,-729.9 594.5,-726"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-818C498.64,-819.95 500.86,-729.95 594.5,-728"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-820C500.64,-820 502.86,-730 594.5,-730"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-822C502.64,-820.05 504.86,-730.05 594.5,-732"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-824C504.63,-820.1 506.86,-730.1 594.5,-734"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge40" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-792C497.83,-796.01 497.67,-700.01 594.5,-696"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-794C499.83,-796 499.67,-700 594.5,-698"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-796C501.83,-796 501.67,-700 594.5,-700"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-798C503.83,-796 503.67,-700 594.5,-702"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-800C505.83,-795.99 505.67,-699.99 594.5,-704"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge41" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-768C499.09,-772.1 496.42,-670.1 594.5,-666"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-770C501.09,-772.05 498.41,-670.05 594.5,-668"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-772C503.09,-772 500.41,-670 594.5,-670"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-774C505.09,-771.95 502.41,-669.95 594.5,-672"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-776C507.08,-771.9 504.41,-669.9 594.5,-674"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge42" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-744C500.4,-748.2 495.11,-640.2 594.5,-636"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-746C502.4,-748.1 497.1,-640.1 594.5,-638"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-748C504.4,-748 499.1,-640 594.5,-640"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-750C506.4,-747.9 501.1,-639.9 594.5,-642"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-752C508.39,-747.8 503.1,-639.8 594.5,-644"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge43" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-720C501.78,-724.28 493.74,-610.28 594.5,-606"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-722C503.77,-724.14 495.74,-610.14 594.5,-608"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-724C505.77,-724 497.73,-610 594.5,-610"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-726C507.76,-723.86 499.73,-609.86 594.5,-612"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-728C509.76,-723.72 501.72,-609.72 594.5,-614"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge44" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-696C503.21,-700.36 492.33,-580.36 594.5,-576"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-698C505.2,-700.18 494.32,-580.18 594.5,-578"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-700C507.19,-700 496.31,-580 594.5,-580"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-702C509.18,-699.82 498.3,-579.82 594.5,-582"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-704C511.17,-699.64 500.29,-579.64 594.5,-584"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge45" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-672C504.69,-676.44 490.86,-550.44 594.5,-546"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-674C506.68,-676.22 492.85,-550.22 594.5,-548"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-676C508.66,-676 494.84,-550 594.5,-550"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-678C510.65,-675.78 496.82,-549.78 594.5,-552"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-680C512.64,-675.56 498.81,-549.56 594.5,-554"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge46" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-648C506.22,-652.51 489.35,-520.51 594.5,-516"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-650C508.2,-652.25 491.33,-520.25 594.5,-518"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-652C510.19,-652 493.31,-520 594.5,-520"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-654C512.17,-651.75 495.3,-519.75 594.5,-522"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-656C514.15,-651.49 497.28,-519.49 594.5,-524"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge47" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-624C507.8,-628.57 487.79,-490.57 594.5,-486"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-626C509.78,-628.29 489.76,-490.29 594.5,-488"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-628C511.76,-628 491.74,-490 594.5,-490"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-630C513.74,-627.71 493.72,-489.71 594.5,-492"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-632C515.71,-627.43 495.7,-489.43 594.5,-494"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge48" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-600C509.42,-604.64 486.18,-460.64 594.5,-456"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-602C511.4,-604.32 488.16,-460.32 594.5,-458"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-604C513.37,-604 490.13,-460 594.5,-460"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-606C515.34,-603.68 492.1,-459.68 594.5,-462"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-608C517.32,-603.36 494.08,-459.36 594.5,-464"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge49" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-576C511.09,-580.7 484.54,-430.7 594.5,-426"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-578C513.06,-580.35 486.5,-430.35 594.5,-428"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-580C515.03,-580 488.47,-430 594.5,-430"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-582C517,-579.65 490.44,-429.65 594.5,-432"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-584C518.96,-579.3 492.41,-429.3 594.5,-434"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge50" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-552C512.79,-556.75 482.85,-400.75 594.5,-396"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-554C514.76,-556.38 484.81,-400.38 594.5,-398"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-556C516.72,-556 486.78,-400 594.5,-400"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-558C518.69,-555.62 488.74,-399.62 594.5,-402"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-560C520.65,-555.25 490.71,-399.25 594.5,-404"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge51" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-528C514.54,-532.81 481.12,-370.81 594.5,-366"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-530C516.5,-532.4 483.08,-370.4 594.5,-368"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-532C518.46,-532 485.04,-370 594.5,-370"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-534C520.42,-531.6 487,-369.6 594.5,-372"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-536C522.38,-531.19 488.96,-369.19 594.5,-374"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge52" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-504C516.32,-508.86 479.36,-340.86 594.5,-336"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-506C518.28,-508.43 481.32,-340.43 594.5,-338"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-508C520.23,-508 483.27,-340 594.5,-340"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-510C522.18,-507.57 485.22,-339.57 594.5,-342"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-512C524.14,-507.14 487.18,-339.14 594.5,-344"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge53" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-480C518.14,-484.91 477.57,-310.91 594.5,-306"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-482C520.09,-484.45 479.51,-310.45 594.5,-308"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-484C522.04,-484 481.46,-310 594.5,-310"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-486C523.99,-483.55 483.41,-309.55 594.5,-312"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-488C525.93,-483.09 485.36,-309.09 594.5,-314"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge54" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-456C519.99,-460.96 475.74,-280.96 594.5,-276"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-458C521.94,-460.48 477.68,-280.48 594.5,-278"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-460C523.88,-460 479.62,-280 594.5,-280"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-462C525.82,-459.52 481.56,-279.52 594.5,-282"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-464C527.76,-459.04 483.51,-279.04 594.5,-284"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge55" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-2016C491.44,-2016 512.06,-2016 594.5,-2016"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-2018C491.44,-2018 512.06,-2018 594.5,-2018"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-2020C491.44,-2020 512.06,-2020 594.5,-2020"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-2022C491.44,-2022 512.06,-2022 594.5,-2022"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-2024C491.44,-2024 512.06,-2024 594.5,-2024"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge57" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1992C490.37,-1992.16 510.89,-1986.16 594.5,-1986"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-1994C490.93,-1994.08 511.45,-1988.08 594.5,-1988"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-1996C491.49,-1996 512.01,-1990 594.5,-1990"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-1998C492.05,-1997.92 512.57,-1991.92 594.5,-1992"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-2000C492.61,-1999.84 513.13,-1993.84 594.5,-1994"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge59" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1680C500.46,-1683.37 510.94,-1749.37 594.5,-1746"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-1682C498.48,-1683.69 508.97,-1749.69 594.5,-1748"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-1684C496.51,-1684 506.99,-1750 594.5,-1750"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-1686C494.53,-1684.31 505.02,-1750.31 594.5,-1752"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1688C492.56,-1684.63 503.04,-1750.63 594.5,-1754"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge61" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1536C504.63,-1539.9 506.86,-1629.9 594.5,-1626"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-1538C502.64,-1539.95 504.86,-1629.95 594.5,-1628"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-1540C500.64,-1540 502.86,-1630 594.5,-1630"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-1542C498.64,-1540.05 500.86,-1630.05 594.5,-1632"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1544C496.64,-1540.1 498.87,-1630.1 594.5,-1634"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge63" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1488C502.42,-1491.66 509.05,-1569.66 594.5,-1566"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1490C500.43,-1491.83 507.06,-1569.83 594.5,-1568"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-1492C498.44,-1492 505.06,-1570 594.5,-1570"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1494C496.44,-1492.17 503.07,-1570.17 594.5,-1572"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1496C494.45,-1492.34 501.08,-1570.34 594.5,-1574"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge65" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1080C489.01,-1081.5 508.25,-1057.5 594.5,-1056"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-1082C490.57,-1082.75 509.81,-1058.75 594.5,-1058"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-1084C492.13,-1084 511.37,-1060 594.5,-1060"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-1086C493.69,-1085.25 512.93,-1061.25 594.5,-1062"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1088C495.25,-1086.5 514.49,-1062.5 594.5,-1064"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge67" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-864C494.45,-867.66 501.08,-789.66 594.5,-786"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-866C496.44,-867.83 503.07,-789.83 594.5,-788"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-868C498.44,-868 505.06,-790 594.5,-790"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-870C500.43,-868.17 507.06,-790.17 594.5,-792"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-872C502.42,-868.34 509.05,-790.34 594.5,-794"/> +</g> +<!-- W2 --> +<g id="node21" class="node"> +<title>W2</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="905,-2923.25 573,-2923.25 573,-2677.75 905,-2677.75 905,-2923.25"/> +<polygon fill="none" stroke="black" points="573,-2898.75 573,-2923.25 905,-2923.25 905,-2898.75 573,-2898.75"/> +<text text-anchor="start" x="727.75" y="-2905.95" font-family="arial" font-size="14.00">W2</text> +<polygon fill="none" stroke="black" points="573,-2874.25 573,-2898.75 629.19,-2898.75 629.19,-2874.25 573,-2874.25"/> +<text text-anchor="start" x="593.59" y="-2881.45" font-family="arial" font-size="14.00">3x</text> +<polygon fill="none" stroke="black" points="629.19,-2874.25 629.19,-2898.75 725.88,-2898.75 725.88,-2874.25 629.19,-2874.25"/> +<text text-anchor="start" x="649.78" y="-2881.45" font-family="arial" font-size="14.00">22 AWG</text> +<polygon fill="none" stroke="black" points="725.88,-2874.25 725.88,-2898.75 788.81,-2898.75 788.81,-2874.25 725.88,-2874.25"/> +<text text-anchor="start" x="746.47" y="-2881.45" font-family="arial" font-size="14.00">+ S</text> +<polygon fill="none" stroke="black" points="788.81,-2874.25 788.81,-2898.75 905,-2898.75 905,-2874.25 788.81,-2874.25"/> +<text text-anchor="start" x="809.41" y="-2881.45" font-family="arial" font-size="14.00">12.0 Inches</text> +<text text-anchor="start" x="655.62" y="-2858.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="575" y="-2838.95" font-family="arial" font-size="14.00">Veronte CEX:7:CAN GND</text> +<text text-anchor="start" x="744.38" y="-2838.95" font-family="arial" font-size="14.00">     BU    </text> +<polygon fill="#000000" stroke="none" points="573,-2832.25 573,-2834.25 905,-2834.25 905,-2832.25 573,-2832.25"/> +<polygon fill="#0066ff" stroke="none" points="573,-2830.25 573,-2832.25 905,-2832.25 905,-2830.25 573,-2830.25"/> +<polygon fill="#0066ff" stroke="none" points="573,-2828.25 573,-2830.25 905,-2830.25 905,-2828.25 573,-2828.25"/> +<polygon fill="#0066ff" stroke="none" points="573,-2826.25 573,-2828.25 905,-2828.25 905,-2826.25 573,-2826.25"/> +<polygon fill="#000000" stroke="none" points="573,-2824.25 573,-2826.25 905,-2826.25 905,-2824.25 573,-2824.25"/> +<text text-anchor="start" x="583.25" y="-2808.95" font-family="arial" font-size="14.00">Veronte CEX:8:CanB P</text> +<text text-anchor="start" x="743.62" y="-2808.95" font-family="arial" font-size="14.00">     RD    </text> +<polygon fill="#000000" stroke="none" points="573,-2802.25 573,-2804.25 905,-2804.25 905,-2802.25 573,-2802.25"/> +<polygon fill="#ff0000" stroke="none" points="573,-2800.25 573,-2802.25 905,-2802.25 905,-2800.25 573,-2800.25"/> +<polygon fill="#ff0000" stroke="none" points="573,-2798.25 573,-2800.25 905,-2800.25 905,-2798.25 573,-2798.25"/> +<polygon fill="#ff0000" stroke="none" points="573,-2796.25 573,-2798.25 905,-2798.25 905,-2796.25 573,-2796.25"/> +<polygon fill="#000000" stroke="none" points="573,-2794.25 573,-2796.25 905,-2796.25 905,-2794.25 573,-2794.25"/> +<text text-anchor="start" x="583.25" y="-2778.95" font-family="arial" font-size="14.00">Veronte CEX:9:CanB N</text> +<text text-anchor="start" x="744.38" y="-2778.95" font-family="arial" font-size="14.00">     BK    </text> +<polygon fill="#000000" stroke="none" points="573,-2772.25 573,-2774.25 905,-2774.25 905,-2772.25 573,-2772.25"/> +<polygon fill="#000000" stroke="none" points="573,-2770.25 573,-2772.25 905,-2772.25 905,-2770.25 573,-2770.25"/> +<polygon fill="#000000" stroke="none" points="573,-2768.25 573,-2770.25 905,-2770.25 905,-2768.25 573,-2768.25"/> +<polygon fill="#000000" stroke="none" points="573,-2766.25 573,-2768.25 905,-2768.25 905,-2766.25 573,-2766.25"/> +<polygon fill="#000000" stroke="none" points="573,-2764.25 573,-2766.25 905,-2766.25 905,-2764.25 573,-2764.25"/> +<text text-anchor="start" x="655.62" y="-2748.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="575" y="-2728.95" font-family="arial" font-size="14.00">Veronte CEX:7:CAN GND</text> +<text text-anchor="start" x="751.12" y="-2728.95" font-family="arial" font-size="14.00">Shield</text> +<text text-anchor="start" x="801.88" y="-2728.95" font-family="arial" font-size="14.00">shield1:1:Shield</text> +<polygon fill="#000000" stroke="none" points="573,-2722.25 573,-2724.25 905,-2724.25 905,-2722.25 573,-2722.25"/> +<text text-anchor="start" x="655.62" y="-2706.95" font-family="arial" font-size="14.00"> </text> +<polygon fill="none" stroke="black" points="573,-2677.75 573,-2702.25 905,-2702.25 905,-2677.75 573,-2677.75"/> +<text text-anchor="start" x="700" y="-2684.95" font-family="arial" font-size="14.00">Twisted Pair</text> +</g> +<!-- Veronte CEX--W2 --> +<g id="edge69" class="edge"> +<title>Veronte CEX:e--W2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1920C821.04,-1926.34 166.44,-2831.59 572,-2825.25"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-1922C819.42,-1925.17 164.82,-2830.42 572,-2827.25"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-1924C817.8,-1924 163.2,-2829.25 572,-2829.25"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-1926C816.18,-1922.83 161.58,-2828.08 572,-2831.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1928C814.56,-1921.66 159.96,-2826.91 572,-2833.25"/> +</g> +<!-- Veronte CEX--W2 --> +<g id="edge70" class="edge"> +<title>Veronte CEX:e--W2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1896C818.42,-1902.34 169.06,-2801.59 572,-2795.25"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-1898C816.8,-1901.17 167.44,-2800.42 572,-2797.25"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-1900C815.18,-1900 165.82,-2799.25 572,-2799.25"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-1902C813.56,-1898.83 164.2,-2798.08 572,-2801.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1904C811.94,-1897.66 162.58,-2796.91 572,-2803.25"/> +</g> +<!-- Veronte CEX--W2 --> +<g id="edge71" class="edge"> +<title>Veronte CEX:e--W2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1872C815.8,-1878.34 171.69,-2771.59 572,-2765.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1874C814.18,-1877.17 170.07,-2770.42 572,-2767.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1876C812.56,-1876 168.44,-2769.25 572,-2769.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1878C810.93,-1874.83 166.82,-2768.08 572,-2771.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1880C809.31,-1873.66 165.2,-2766.91 572,-2773.25"/> +</g> +<!-- Veronte CEX--W2 --> +<g id="edge76" class="edge"> +<title>Veronte CEX:e--W2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1924C771.53,-1924 209.47,-2723.25 572,-2723.25"/> +</g> +<!-- W3 --> +<g id="node22" class="node"> +<title>W3</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="910.5,-2413.25 567.5,-2413.25 567.5,-2197.75 910.5,-2197.75 910.5,-2413.25"/> +<polygon fill="none" stroke="black" points="567.5,-2388.75 567.5,-2413.25 910.5,-2413.25 910.5,-2388.75 567.5,-2388.75"/> +<text text-anchor="start" x="727.75" y="-2395.95" font-family="arial" font-size="14.00">W3</text> +<polygon fill="none" stroke="black" points="567.5,-2364.25 567.5,-2388.75 624.38,-2388.75 624.38,-2364.25 567.5,-2364.25"/> +<text text-anchor="start" x="588.44" y="-2371.45" font-family="arial" font-size="14.00">2x</text> +<polygon fill="none" stroke="black" points="624.38,-2364.25 624.38,-2388.75 721.75,-2388.75 721.75,-2364.25 624.38,-2364.25"/> +<text text-anchor="start" x="645.31" y="-2371.45" font-family="arial" font-size="14.00">22 AWG</text> +<polygon fill="none" stroke="black" points="721.75,-2364.25 721.75,-2388.75 785.38,-2388.75 785.38,-2364.25 721.75,-2364.25"/> +<text text-anchor="start" x="742.69" y="-2371.45" font-family="arial" font-size="14.00">+ S</text> +<polygon fill="none" stroke="black" points="785.38,-2364.25 785.38,-2388.75 910.5,-2388.75 910.5,-2364.25 785.38,-2364.25"/> +<text text-anchor="start" x="806.31" y="-2371.45" font-family="arial" font-size="14.00">124.0 Inches</text> +<text text-anchor="start" x="663.12" y="-2348.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="570.12" y="-2328.95" font-family="arial" font-size="14.00">Veronte CEX:18:RS-232B TX</text> +<text text-anchor="start" x="766.62" y="-2328.95" font-family="arial" font-size="14.00">     BNPK    </text> +<text text-anchor="start" x="845.5" y="-2328.95" font-family="arial" font-size="14.00">Mag:3:RX</text> +<polygon fill="#000000" stroke="none" points="567.5,-2322.25 567.5,-2324.25 910.5,-2324.25 910.5,-2322.25 567.5,-2322.25"/> +<polygon fill="#895956" stroke="none" points="567.5,-2320.25 567.5,-2322.25 910.5,-2322.25 910.5,-2320.25 567.5,-2320.25"/> +<polygon fill="#ff66cc" stroke="none" points="567.5,-2318.25 567.5,-2320.25 910.5,-2320.25 910.5,-2318.25 567.5,-2318.25"/> +<polygon fill="#895956" stroke="none" points="567.5,-2316.25 567.5,-2318.25 910.5,-2318.25 910.5,-2316.25 567.5,-2316.25"/> +<polygon fill="#000000" stroke="none" points="567.5,-2314.25 567.5,-2316.25 910.5,-2316.25 910.5,-2314.25 567.5,-2314.25"/> +<text text-anchor="start" x="569.38" y="-2298.95" font-family="arial" font-size="14.00">Veronte CEX:19:RS-232B RX</text> +<text text-anchor="start" x="764.38" y="-2298.95" font-family="arial" font-size="14.00">     BUWH    </text> +<text text-anchor="start" x="846.25" y="-2298.95" font-family="arial" font-size="14.00">Mag:2:TX</text> +<polygon fill="#000000" stroke="none" points="567.5,-2292.25 567.5,-2294.25 910.5,-2294.25 910.5,-2292.25 567.5,-2292.25"/> +<polygon fill="#0066ff" stroke="none" points="567.5,-2290.25 567.5,-2292.25 910.5,-2292.25 910.5,-2290.25 567.5,-2290.25"/> +<polygon fill="#ffffff" stroke="none" points="567.5,-2288.25 567.5,-2290.25 910.5,-2290.25 910.5,-2288.25 567.5,-2288.25"/> +<polygon fill="#0066ff" stroke="none" points="567.5,-2286.25 567.5,-2288.25 910.5,-2288.25 910.5,-2286.25 567.5,-2286.25"/> +<polygon fill="#000000" stroke="none" points="567.5,-2284.25 567.5,-2286.25 910.5,-2286.25 910.5,-2284.25 567.5,-2284.25"/> +<text text-anchor="start" x="663.12" y="-2268.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="783.12" y="-2248.95" font-family="arial" font-size="14.00">Shield</text> +<polygon fill="#000000" stroke="none" points="567.5,-2242.25 567.5,-2244.25 910.5,-2244.25 910.5,-2242.25 567.5,-2242.25"/> +<text text-anchor="start" x="663.12" y="-2226.95" font-family="arial" font-size="14.00"> </text> +<polygon fill="none" stroke="black" points="567.5,-2197.75 567.5,-2222.25 910.5,-2222.25 910.5,-2197.75 567.5,-2197.75"/> +<text text-anchor="start" x="700" y="-2204.95" font-family="arial" font-size="14.00">Twisted Pair</text> +</g> +<!-- Veronte CEX--W3 --> +<g id="edge77" class="edge"> +<title>Veronte CEX:e--W3:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1656C713.56,-1662.24 268.57,-2321.49 566.5,-2315.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-1658C711.9,-1661.12 266.91,-2320.37 566.5,-2317.25"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1660C710.25,-1660 265.25,-2319.25 566.5,-2319.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-1662C708.59,-1658.88 263.6,-2318.13 566.5,-2321.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1664C706.93,-1657.76 261.94,-2317.01 566.5,-2323.25"/> +</g> +<!-- Veronte CEX--W3 --> +<g id="edge79" class="edge"> +<title>Veronte CEX:e--W3:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1632C710.97,-1638.23 271.17,-2291.48 566.5,-2285.25"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-1634C709.31,-1637.12 269.51,-2290.37 566.5,-2287.25"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-1636C707.65,-1636 267.85,-2289.25 566.5,-2289.25"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-1638C705.99,-1634.88 266.19,-2288.13 566.5,-2291.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1640C704.33,-1633.77 264.53,-2287.02 566.5,-2293.25"/> +</g> +<!-- W4 --> +<g id="node23" class="node"> +<title>W4</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="925,-2653.25 553,-2653.25 553,-2437.75 925,-2437.75 925,-2653.25"/> +<polygon fill="none" stroke="black" points="553,-2628.75 553,-2653.25 925,-2653.25 925,-2628.75 553,-2628.75"/> +<text text-anchor="start" x="727.75" y="-2635.95" font-family="arial" font-size="14.00">W4</text> +<polygon fill="none" stroke="black" points="553,-2604.25 553,-2628.75 619.19,-2628.75 619.19,-2604.25 553,-2604.25"/> +<text text-anchor="start" x="578.59" y="-2611.45" font-family="arial" font-size="14.00">2x</text> +<polygon fill="none" stroke="black" points="619.19,-2604.25 619.19,-2628.75 725.88,-2628.75 725.88,-2604.25 619.19,-2604.25"/> +<text text-anchor="start" x="644.78" y="-2611.45" font-family="arial" font-size="14.00">22 AWG</text> +<polygon fill="none" stroke="black" points="725.88,-2604.25 725.88,-2628.75 798.81,-2628.75 798.81,-2604.25 725.88,-2604.25"/> +<text text-anchor="start" x="751.47" y="-2611.45" font-family="arial" font-size="14.00">+ S</text> +<polygon fill="none" stroke="black" points="798.81,-2604.25 798.81,-2628.75 925,-2628.75 925,-2604.25 798.81,-2604.25"/> +<text text-anchor="start" x="824.41" y="-2611.45" font-family="arial" font-size="14.00">87.5 Inches</text> +<text text-anchor="start" x="648.62" y="-2588.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="555.62" y="-2568.95" font-family="arial" font-size="14.00">Veronte CEX:15:RS-232A TX</text> +<text text-anchor="start" x="749.75" y="-2568.95" font-family="arial" font-size="14.00">     YEWH    </text> +<text text-anchor="start" x="830" y="-2568.95" font-family="arial" font-size="14.00">VPX J1:22:RX</text> +<polygon fill="#000000" stroke="none" points="553,-2562.25 553,-2564.25 925,-2564.25 925,-2562.25 553,-2562.25"/> +<polygon fill="#ffff00" stroke="none" points="553,-2560.25 553,-2562.25 925,-2562.25 925,-2560.25 553,-2560.25"/> +<polygon fill="#ffffff" stroke="none" points="553,-2558.25 553,-2560.25 925,-2560.25 925,-2558.25 553,-2558.25"/> +<polygon fill="#ffff00" stroke="none" points="553,-2556.25 553,-2558.25 925,-2558.25 925,-2556.25 553,-2556.25"/> +<polygon fill="#000000" stroke="none" points="553,-2554.25 553,-2556.25 925,-2556.25 925,-2554.25 553,-2554.25"/> +<text text-anchor="start" x="554.88" y="-2538.95" font-family="arial" font-size="14.00">Veronte CEX:16:RS-232A RX</text> +<text text-anchor="start" x="752" y="-2538.95" font-family="arial" font-size="14.00">     BNYE    </text> +<text text-anchor="start" x="830.75" y="-2538.95" font-family="arial" font-size="14.00">VPX J1:20:TX</text> +<polygon fill="#000000" stroke="none" points="553,-2532.25 553,-2534.25 925,-2534.25 925,-2532.25 553,-2532.25"/> +<polygon fill="#895956" stroke="none" points="553,-2530.25 553,-2532.25 925,-2532.25 925,-2530.25 553,-2530.25"/> +<polygon fill="#ffff00" stroke="none" points="553,-2528.25 553,-2530.25 925,-2530.25 925,-2528.25 553,-2528.25"/> +<polygon fill="#895956" stroke="none" points="553,-2526.25 553,-2528.25 925,-2528.25 925,-2526.25 553,-2526.25"/> +<polygon fill="#000000" stroke="none" points="553,-2524.25 553,-2526.25 925,-2526.25 925,-2524.25 553,-2524.25"/> +<text text-anchor="start" x="648.62" y="-2508.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="768.12" y="-2488.95" font-family="arial" font-size="14.00">Shield</text> +<polygon fill="#000000" stroke="none" points="553,-2482.25 553,-2484.25 925,-2484.25 925,-2482.25 553,-2482.25"/> +<text text-anchor="start" x="648.62" y="-2466.95" font-family="arial" font-size="14.00"> </text> +<polygon fill="none" stroke="black" points="553,-2437.75 553,-2462.25 925,-2462.25 925,-2437.75 553,-2437.75"/> +<text text-anchor="start" x="700" y="-2444.95" font-family="arial" font-size="14.00">Twisted Pair</text> +</g> +<!-- Veronte CEX--W4 --> +<g id="edge83" class="edge"> +<title>Veronte CEX:e--W4:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1728C785.43,-1734.35 183.04,-2561.6 553,-2555.25"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-1730C783.81,-1733.18 181.42,-2560.43 553,-2557.25"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-1732C782.2,-1732 179.8,-2559.25 553,-2559.25"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-1734C780.58,-1730.82 178.19,-2558.07 553,-2561.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1736C778.96,-1729.65 176.57,-2556.9 553,-2563.25"/> +</g> +<!-- Veronte CEX--W4 --> +<g id="edge85" class="edge"> +<title>Veronte CEX:e--W4:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1704C782.8,-1710.35 185.67,-2531.6 553,-2525.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-1706C781.19,-1709.18 184.05,-2530.43 553,-2527.25"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-1708C779.57,-1708 182.43,-2529.25 553,-2529.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-1710C777.95,-1706.82 180.81,-2528.07 553,-2531.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1712C776.33,-1705.65 179.2,-2526.9 553,-2533.25"/> +</g> +<!-- 1X --> +<g id="node2" class="node"> +<title>1X</title> +<polygon fill="#ffffff" stroke="black" points="2145.25,-2890.5 1736.25,-2890.5 1736.25,-2370.5 2145.25,-2370.5 2145.25,-2890.5"/> +<polygon fill="none" stroke="black" points="1736.25,-2866 1736.25,-2890.5 2145.25,-2890.5 2145.25,-2866 1736.25,-2866"/> +<text text-anchor="start" x="1931.75" y="-2873.2" font-family="arial" font-size="14.00">1X</text> +<polygon fill="none" stroke="black" points="1736.25,-2841.5 1736.25,-2866 1988.38,-2866 1988.38,-2841.5 1736.25,-2841.5"/> +<text text-anchor="start" x="1798.94" y="-2848.7" font-family="arial" font-size="14.00">HEW.LM.368.XLNP</text> +<polygon fill="none" stroke="black" points="1988.38,-2841.5 1988.38,-2866 2145.25,-2866 2145.25,-2841.5 1988.38,-2841.5"/> +<text text-anchor="start" x="2051.06" y="-2848.7" font-family="arial" font-size="14.00">3-pin</text> +<polygon fill="none" stroke="black" points="1736.25,-2817.5 1736.25,-2841.5 1914.25,-2841.5 1914.25,-2817.5 1736.25,-2817.5"/> +<text text-anchor="start" x="1817" y="-2824.2" font-family="arial" font-size="14.00">27</text> +<polygon fill="none" stroke="black" points="1914.25,-2817.5 1914.25,-2841.5 2145.25,-2841.5 2145.25,-2817.5 1914.25,-2817.5"/> +<text text-anchor="start" x="1994.88" y="-2824.2" font-family="arial" font-size="14.00">CAN_GND</text> +<polygon fill="none" stroke="black" points="1736.25,-2793.5 1736.25,-2817.5 1914.25,-2817.5 1914.25,-2793.5 1736.25,-2793.5"/> +<text text-anchor="start" x="1817" y="-2800.2" font-family="arial" font-size="14.00">28</text> +<polygon fill="none" stroke="black" points="1914.25,-2793.5 1914.25,-2817.5 2145.25,-2817.5 2145.25,-2793.5 1914.25,-2793.5"/> +<text text-anchor="start" x="2000.88" y="-2800.2" font-family="arial" font-size="14.00">CANB_P</text> +<polygon fill="none" stroke="black" points="1736.25,-2769.5 1736.25,-2793.5 1914.25,-2793.5 1914.25,-2769.5 1736.25,-2769.5"/> +<text text-anchor="start" x="1817" y="-2776.2" font-family="arial" font-size="14.00">29</text> +<polygon fill="none" stroke="black" points="1914.25,-2769.5 1914.25,-2793.5 2145.25,-2793.5 2145.25,-2769.5 1914.25,-2769.5"/> +<text text-anchor="start" x="2000.88" y="-2776.2" font-family="arial" font-size="14.00">CANB_N</text> +<polygon fill="none" stroke="black" points="1736.25,-2370.5 1736.25,-2769.5 2145.25,-2769.5 2145.25,-2370.5 1736.25,-2370.5"/> +<image xlink:href="images\CEX_plug.png" width="401px" height="391px" preserveAspectRatio="xMinYMin meet" x="1740.25" y="-2765.5"/> +</g> +<!-- VPX J1 --> +<g id="node3" class="node"> +<title>VPX J1</title> +<polygon fill="#ffffff" stroke="black" points="1140.75,-2636 1077.5,-2636 1077.5,-2515 1140.75,-2515 1140.75,-2636"/> +<polygon fill="none" stroke="black" points="1077.5,-2611.5 1077.5,-2636 1140.75,-2636 1140.75,-2611.5 1077.5,-2611.5"/> +<text text-anchor="start" x="1084.75" y="-2618.7" font-family="arial" font-size="14.00">VPX J1</text> +<polygon fill="none" stroke="black" points="1077.5,-2587 1077.5,-2611.5 1101.25,-2611.5 1101.25,-2587 1077.5,-2587"/> +<text text-anchor="start" x="1081.5" y="-2594.2" font-family="arial" font-size="14.00">J1</text> +<polygon fill="none" stroke="black" points="1101.25,-2587 1101.25,-2611.5 1140.75,-2611.5 1140.75,-2587 1101.25,-2587"/> +<text text-anchor="start" x="1105.25" y="-2594.2" font-family="arial" font-size="14.00">3-pin</text> +<polygon fill="none" stroke="black" points="1077.5,-2563 1077.5,-2587 1101.62,-2587 1101.62,-2563 1077.5,-2563"/> +<text text-anchor="start" x="1081.31" y="-2569.7" font-family="arial" font-size="14.00">20</text> +<polygon fill="none" stroke="black" points="1101.62,-2563 1101.62,-2587 1140.75,-2587 1140.75,-2563 1101.62,-2563"/> +<text text-anchor="start" x="1111.81" y="-2569.7" font-family="arial" font-size="14.00">TX</text> +<polygon fill="none" stroke="black" points="1077.5,-2539 1077.5,-2563 1101.62,-2563 1101.62,-2539 1077.5,-2539"/> +<text text-anchor="start" x="1081.31" y="-2545.7" font-family="arial" font-size="14.00">21</text> +<polygon fill="none" stroke="black" points="1101.62,-2539 1101.62,-2563 1140.75,-2563 1140.75,-2539 1101.62,-2539"/> +<text text-anchor="start" x="1105.44" y="-2545.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="1077.5,-2515 1077.5,-2539 1101.62,-2539 1101.62,-2515 1077.5,-2515"/> +<text text-anchor="start" x="1081.31" y="-2521.7" font-family="arial" font-size="14.00">22</text> +<polygon fill="none" stroke="black" points="1101.62,-2515 1101.62,-2539 1140.75,-2539 1140.75,-2515 1101.62,-2515"/> +<text text-anchor="start" x="1111.06" y="-2521.7" font-family="arial" font-size="14.00">RX</text> +</g> +<!-- Mag --> +<g id="node4" class="node"> +<title>Mag</title> +<polygon fill="#ffffff" stroke="black" points="1146.38,-2403 1071.88,-2403 1071.88,-2282 1146.38,-2282 1146.38,-2403"/> +<polygon fill="none" stroke="black" points="1071.88,-2378.5 1071.88,-2403 1146.38,-2403 1146.38,-2378.5 1071.88,-2378.5"/> +<text text-anchor="start" x="1095.62" y="-2385.7" font-family="arial" font-size="14.00">Mag</text> +<polygon fill="none" stroke="black" points="1071.88,-2354 1071.88,-2378.5 1106.88,-2378.5 1106.88,-2354 1071.88,-2354"/> +<text text-anchor="start" x="1075.88" y="-2361.2" font-family="arial" font-size="14.00">Mag</text> +<polygon fill="none" stroke="black" points="1106.88,-2354 1106.88,-2378.5 1146.38,-2378.5 1146.38,-2354 1106.88,-2354"/> +<text text-anchor="start" x="1110.88" y="-2361.2" font-family="arial" font-size="14.00">3-pin</text> +<polygon fill="none" stroke="black" points="1071.88,-2330 1071.88,-2354 1097.62,-2354 1097.62,-2330 1071.88,-2330"/> +<text text-anchor="start" x="1080.62" y="-2336.7" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1097.62,-2330 1097.62,-2354 1146.38,-2354 1146.38,-2330 1097.62,-2330"/> +<text text-anchor="start" x="1112.62" y="-2336.7" font-family="arial" font-size="14.00">TX</text> +<polygon fill="none" stroke="black" points="1071.88,-2306 1071.88,-2330 1097.62,-2330 1097.62,-2306 1071.88,-2306"/> +<text text-anchor="start" x="1080.62" y="-2312.7" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="1097.62,-2306 1097.62,-2330 1146.38,-2330 1146.38,-2306 1097.62,-2306"/> +<text text-anchor="start" x="1111.88" y="-2312.7" font-family="arial" font-size="14.00">RX</text> +<polygon fill="none" stroke="black" points="1071.88,-2282 1071.88,-2306 1097.62,-2306 1097.62,-2282 1071.88,-2282"/> +<text text-anchor="start" x="1080.62" y="-2288.7" font-family="arial" font-size="14.00">5</text> +<polygon fill="none" stroke="black" points="1097.62,-2282 1097.62,-2306 1146.38,-2306 1146.38,-2282 1097.62,-2282"/> +<text text-anchor="start" x="1106.25" y="-2288.7" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- shield1 --> +<g id="node5" class="node"> +<title>shield1</title> +<polygon fill="#ffffff" stroke="black" points="1149.25,-2733.25 1069,-2733.25 1069,-2659.75 1149.25,-2659.75 1149.25,-2733.25"/> +<polygon fill="none" stroke="black" points="1069,-2708.75 1069,-2733.25 1149.25,-2733.25 1149.25,-2708.75 1069,-2708.75"/> +<text text-anchor="start" x="1086.25" y="-2715.95" font-family="arial" font-size="14.00">shield1</text> +<polygon fill="none" stroke="black" points="1069,-2684.25 1069,-2708.75 1149.25,-2708.75 1149.25,-2684.25 1069,-2684.25"/> +<text text-anchor="start" x="1093.38" y="-2691.45" font-family="arial" font-size="14.00">1-pin</text> +<polygon fill="none" stroke="black" points="1069,-2659.75 1069,-2684.25 1085.25,-2684.25 1085.25,-2659.75 1069,-2659.75"/> +<text text-anchor="start" x="1073" y="-2666.95" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1085.25,-2659.75 1085.25,-2684.25 1133,-2684.25 1133,-2659.75 1085.25,-2659.75"/> +<text text-anchor="start" x="1089.25" y="-2666.95" font-family="arial" font-size="14.00">Shield</text> +<polygon fill="none" stroke="black" points="1133,-2659.75 1133,-2684.25 1149.25,-2684.25 1149.25,-2659.75 1133,-2659.75"/> +<text text-anchor="start" x="1137" y="-2666.95" font-family="arial" font-size="14.00">1</text> +</g> +<!-- W5 --> +<g id="node24" class="node"> +<title>W5</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1592.25,-2932.25 1293.25,-2932.25 1293.25,-2686.75 1592.25,-2686.75 1592.25,-2932.25"/> +<polygon fill="none" stroke="black" points="1293.25,-2907.75 1293.25,-2932.25 1592.25,-2932.25 1592.25,-2907.75 1293.25,-2907.75"/> +<text text-anchor="start" x="1431.5" y="-2914.95" font-family="arial" font-size="14.00">W5</text> +<polygon fill="none" stroke="black" points="1293.25,-2883.25 1293.25,-2907.75 1377.17,-2907.75 1377.17,-2883.25 1293.25,-2883.25"/> +<text text-anchor="start" x="1327.71" y="-2890.45" font-family="arial" font-size="14.00">3x</text> +<polygon fill="none" stroke="black" points="1377.17,-2883.25 1377.17,-2907.75 1501.58,-2907.75 1501.58,-2883.25 1377.17,-2883.25"/> +<text text-anchor="start" x="1411.62" y="-2890.45" font-family="arial" font-size="14.00">22 AWG</text> +<polygon fill="none" stroke="black" points="1501.58,-2883.25 1501.58,-2907.75 1592.25,-2907.75 1592.25,-2883.25 1501.58,-2883.25"/> +<text text-anchor="start" x="1536.04" y="-2890.45" font-family="arial" font-size="14.00">+ S</text> +<text text-anchor="start" x="1343.88" y="-2867.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1400.25" y="-2847.95" font-family="arial" font-size="14.00">     GNGY    </text> +<text text-anchor="start" x="1478.88" y="-2847.95" font-family="arial" font-size="14.00">1X:27:CAN_GND</text> +<polygon fill="#000000" stroke="none" points="1293.25,-2841.25 1293.25,-2843.25 1592.25,-2843.25 1592.25,-2841.25 1293.25,-2841.25"/> +<polygon fill="#00ff00" stroke="none" points="1293.25,-2839.25 1293.25,-2841.25 1592.25,-2841.25 1592.25,-2839.25 1293.25,-2839.25"/> +<polygon fill="#999999" stroke="none" points="1293.25,-2837.25 1293.25,-2839.25 1592.25,-2839.25 1592.25,-2837.25 1293.25,-2837.25"/> +<polygon fill="#00ff00" stroke="none" points="1293.25,-2835.25 1293.25,-2837.25 1592.25,-2837.25 1592.25,-2835.25 1293.25,-2835.25"/> +<polygon fill="#000000" stroke="none" points="1293.25,-2833.25 1293.25,-2835.25 1592.25,-2835.25 1592.25,-2833.25 1293.25,-2833.25"/> +<text text-anchor="start" x="1401" y="-2817.95" font-family="arial" font-size="14.00">     GNYE    </text> +<text text-anchor="start" x="1484.88" y="-2817.95" font-family="arial" font-size="14.00">1X:28:CANB_P</text> +<polygon fill="#000000" stroke="none" points="1293.25,-2811.25 1293.25,-2813.25 1592.25,-2813.25 1592.25,-2811.25 1293.25,-2811.25"/> +<polygon fill="#00ff00" stroke="none" points="1293.25,-2809.25 1293.25,-2811.25 1592.25,-2811.25 1592.25,-2809.25 1293.25,-2809.25"/> +<polygon fill="#ffff00" stroke="none" points="1293.25,-2807.25 1293.25,-2809.25 1592.25,-2809.25 1592.25,-2807.25 1293.25,-2807.25"/> +<polygon fill="#00ff00" stroke="none" points="1293.25,-2805.25 1293.25,-2807.25 1592.25,-2807.25 1592.25,-2805.25 1293.25,-2805.25"/> +<polygon fill="#000000" stroke="none" points="1293.25,-2803.25 1293.25,-2805.25 1592.25,-2805.25 1592.25,-2803.25 1293.25,-2803.25"/> +<text text-anchor="start" x="1400.62" y="-2787.95" font-family="arial" font-size="14.00">     GNPK    </text> +<text text-anchor="start" x="1484.88" y="-2787.95" font-family="arial" font-size="14.00">1X:29:CANB_N</text> +<polygon fill="#000000" stroke="none" points="1293.25,-2781.25 1293.25,-2783.25 1592.25,-2783.25 1592.25,-2781.25 1293.25,-2781.25"/> +<polygon fill="#00ff00" stroke="none" points="1293.25,-2779.25 1293.25,-2781.25 1592.25,-2781.25 1592.25,-2779.25 1293.25,-2779.25"/> +<polygon fill="#ff66cc" stroke="none" points="1293.25,-2777.25 1293.25,-2779.25 1592.25,-2779.25 1592.25,-2777.25 1293.25,-2777.25"/> +<polygon fill="#00ff00" stroke="none" points="1293.25,-2775.25 1293.25,-2777.25 1592.25,-2777.25 1592.25,-2775.25 1293.25,-2775.25"/> +<polygon fill="#000000" stroke="none" points="1293.25,-2773.25 1293.25,-2775.25 1592.25,-2775.25 1592.25,-2773.25 1293.25,-2773.25"/> +<text text-anchor="start" x="1343.88" y="-2757.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1295.12" y="-2737.95" font-family="arial" font-size="14.00">shield1:1:Shield</text> +<text text-anchor="start" x="1417.88" y="-2737.95" font-family="arial" font-size="14.00">Shield</text> +<text text-anchor="start" x="1478.88" y="-2737.95" font-family="arial" font-size="14.00">1X:27:CAN_GND</text> +<polygon fill="#000000" stroke="none" points="1293.25,-2731.25 1293.25,-2733.25 1592.25,-2733.25 1592.25,-2731.25 1293.25,-2731.25"/> +<text text-anchor="start" x="1343.88" y="-2715.95" font-family="arial" font-size="14.00"> </text> +<polygon fill="none" stroke="black" points="1293.25,-2686.75 1293.25,-2711.25 1592.25,-2711.25 1592.25,-2686.75 1293.25,-2686.75"/> +<text text-anchor="start" x="1403.75" y="-2693.95" font-family="arial" font-size="14.00">Twisted Pair</text> +</g> +<!-- shield1--W5 --> +<g id="edge95" class="edge"> +<title>shield1:e--W5:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1149.25,-2672C1218.63,-2672 1223.87,-2732.25 1293.25,-2732.25"/> +</g> +<!-- _S_1 --> +<g id="node6" class="node"> +<title>_S_1</title> +<polygon fill="#ffffff" stroke="black" points="1131.88,-2879.75 1086.38,-2879.75 1086.38,-2855.25 1131.88,-2855.25 1131.88,-2879.75"/> +<polygon fill="none" stroke="black" points="1086.38,-2855.25 1086.38,-2879.75 1131.88,-2879.75 1131.88,-2855.25 1086.38,-2855.25"/> +<text text-anchor="start" x="1090.38" y="-2862.45" font-family="arial" font-size="14.00">splice</text> +</g> +<!-- _S_1--W5 --> +<g id="edge89" class="edge"> +<title>_S_1:e--W5:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1132.88,-2863.5C1201.79,-2865.63 1217.26,-2836.38 1293.25,-2834.25"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1132.88,-2865.5C1203.56,-2866.57 1219.03,-2837.32 1293.25,-2836.25"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M1132.88,-2867.5C1205.33,-2867.5 1220.8,-2838.25 1293.25,-2838.25"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1132.88,-2869.5C1207.1,-2868.43 1222.56,-2839.18 1293.25,-2840.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1132.88,-2871.5C1208.86,-2869.37 1224.33,-2840.12 1293.25,-2842.25"/> +</g> +<!-- _S_2 --> +<g id="node7" class="node"> +<title>_S_2</title> +<polygon fill="#ffffff" stroke="black" points="1131.88,-2830.75 1086.38,-2830.75 1086.38,-2806.25 1131.88,-2806.25 1131.88,-2830.75"/> +<polygon fill="none" stroke="black" points="1086.38,-2806.25 1086.38,-2830.75 1131.88,-2830.75 1131.88,-2806.25 1086.38,-2806.25"/> +<text text-anchor="start" x="1090.38" y="-2813.45" font-family="arial" font-size="14.00">splice</text> +</g> +<!-- _S_2--W5 --> +<g id="edge91" class="edge"> +<title>_S_2:e--W5:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1132.88,-2814.5C1202.28,-2815.05 1219.81,-2804.8 1293.25,-2804.25"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1132.88,-2816.5C1203.29,-2816.77 1220.82,-2806.52 1293.25,-2806.25"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1132.88,-2818.5C1204.3,-2818.5 1221.83,-2808.25 1293.25,-2808.25"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1132.88,-2820.5C1205.31,-2820.23 1222.84,-2809.98 1293.25,-2810.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1132.88,-2822.5C1206.32,-2821.95 1223.85,-2811.7 1293.25,-2812.25"/> +</g> +<!-- _S_3 --> +<g id="node8" class="node"> +<title>_S_3</title> +<polygon fill="#ffffff" stroke="black" points="1131.88,-2781.75 1086.38,-2781.75 1086.38,-2757.25 1131.88,-2757.25 1131.88,-2781.75"/> +<polygon fill="none" stroke="black" points="1086.38,-2757.25 1086.38,-2781.75 1131.88,-2781.75 1131.88,-2757.25 1086.38,-2757.25"/> +<text text-anchor="start" x="1090.38" y="-2764.45" font-family="arial" font-size="14.00">splice</text> +</g> +<!-- _S_3--W5 --> +<g id="edge93" class="edge"> +<title>_S_3:e--W5:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1132.88,-2765.5C1206.04,-2765.92 1223.65,-2774.67 1293.25,-2774.25"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1132.88,-2767.5C1205.15,-2767.71 1222.76,-2776.46 1293.25,-2776.25"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M1132.88,-2769.5C1204.26,-2769.5 1221.87,-2778.25 1293.25,-2778.25"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1132.88,-2771.5C1203.37,-2771.29 1220.98,-2780.04 1293.25,-2780.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1132.88,-2773.5C1202.48,-2773.08 1220.09,-2781.83 1293.25,-2782.25"/> +</g> +<!-- _GND_1 --> +<g id="node9" class="node"> +<title>_GND_1</title> +<polygon fill="#ffffff" stroke="black" points="1128.88,-2040.75 1089.38,-2040.75 1089.38,-2016.25 1128.88,-2016.25 1128.88,-2040.75"/> +<polygon fill="none" stroke="black" points="1089.38,-2016.25 1089.38,-2040.75 1128.88,-2040.75 1128.88,-2016.25 1089.38,-2016.25"/> +<text text-anchor="start" x="1093.38" y="-2023.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="1128.88,-1991.75 1089.38,-1991.75 1089.38,-1967.25 1128.88,-1967.25 1128.88,-1991.75"/> +<polygon fill="none" stroke="black" points="1089.38,-1967.25 1089.38,-1991.75 1128.88,-1991.75 1128.88,-1967.25 1089.38,-1967.25"/> +<text text-anchor="start" x="1093.38" y="-1974.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="1128.88,-1761.75 1089.38,-1761.75 1089.38,-1737.25 1128.88,-1737.25 1128.88,-1761.75"/> +<polygon fill="none" stroke="black" points="1089.38,-1737.25 1089.38,-1761.75 1128.88,-1761.75 1128.88,-1737.25 1089.38,-1737.25"/> +<text text-anchor="start" x="1093.38" y="-1744.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="1128.88,-1641.75 1089.38,-1641.75 1089.38,-1617.25 1128.88,-1617.25 1128.88,-1641.75"/> +<polygon fill="none" stroke="black" points="1089.38,-1617.25 1089.38,-1641.75 1128.88,-1641.75 1128.88,-1617.25 1089.38,-1617.25"/> +<text text-anchor="start" x="1093.38" y="-1624.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="1128.88,-1581.75 1089.38,-1581.75 1089.38,-1557.25 1128.88,-1557.25 1128.88,-1581.75"/> +<polygon fill="none" stroke="black" points="1089.38,-1557.25 1089.38,-1581.75 1128.88,-1581.75 1128.88,-1557.25 1089.38,-1557.25"/> +<text text-anchor="start" x="1093.38" y="-1564.45" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- _GND_6 --> +<g id="node14" class="node"> +<title>_GND_6</title> +<polygon fill="#ffffff" stroke="black" points="1128.88,-1072.75 1089.38,-1072.75 1089.38,-1048.25 1128.88,-1048.25 1128.88,-1072.75"/> +<polygon fill="none" stroke="black" points="1089.38,-1048.25 1089.38,-1072.75 1128.88,-1072.75 1128.88,-1048.25 1089.38,-1048.25"/> +<text text-anchor="start" x="1093.38" y="-1055.45" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- _GND_7 --> +<g id="node15" class="node"> +<title>_GND_7</title> +<polygon fill="#ffffff" stroke="black" points="1128.88,-802.75 1089.38,-802.75 1089.38,-778.25 1128.88,-778.25 1128.88,-802.75"/> +<polygon fill="none" stroke="black" points="1089.38,-778.25 1089.38,-802.75 1128.88,-802.75 1128.88,-778.25 1089.38,-778.25"/> +<text text-anchor="start" x="1093.38" y="-785.45" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- _GND_8 --> +<g id="node16" class="node"> +<title>_GND_8</title> +<polygon fill="#ffffff" stroke="black" points="224.25,-2495.75 184.75,-2495.75 184.75,-2471.25 224.25,-2471.25 224.25,-2495.75"/> +<polygon fill="none" stroke="black" points="184.75,-2471.25 184.75,-2495.75 224.25,-2495.75 224.25,-2471.25 184.75,-2471.25"/> +<text text-anchor="start" x="188.75" y="-2478.45" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- _GND_8--W4 --> +<g id="edge87" class="edge"> +<title>_GND_8:e--W4:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M225.25,-2483.5C370.92,-2483.5 407.33,-2483.25 553,-2483.25"/> +</g> +<!-- _GND_9 --> +<g id="node17" class="node"> +<title>_GND_9</title> +<polygon fill="#ffffff" stroke="black" points="1128.88,-2490.75 1089.38,-2490.75 1089.38,-2466.25 1128.88,-2466.25 1128.88,-2490.75"/> +<polygon fill="none" stroke="black" points="1089.38,-2466.25 1089.38,-2490.75 1128.88,-2490.75 1128.88,-2466.25 1089.38,-2466.25"/> +<text text-anchor="start" x="1093.38" y="-2473.45" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- _GND_10 --> +<g id="node18" class="node"> +<title>_GND_10</title> +<polygon fill="#ffffff" stroke="black" points="224.25,-2255.75 184.75,-2255.75 184.75,-2231.25 224.25,-2231.25 224.25,-2255.75"/> +<polygon fill="none" stroke="black" points="184.75,-2231.25 184.75,-2255.75 224.25,-2255.75 224.25,-2231.25 184.75,-2231.25"/> +<text text-anchor="start" x="188.75" y="-2238.45" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- _GND_10--W3 --> +<g id="edge81" class="edge"> +<title>_GND_10:e--W3:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M225.25,-2243.5C376.92,-2243.5 414.83,-2243.25 566.5,-2243.25"/> +</g> +<!-- _GND_11 --> +<g id="node19" class="node"> +<title>_GND_11</title> +<polygon fill="#ffffff" stroke="black" points="1128.88,-2255.75 1089.38,-2255.75 1089.38,-2231.25 1128.88,-2231.25 1128.88,-2255.75"/> +<polygon fill="none" stroke="black" points="1089.38,-2231.25 1089.38,-2255.75 1128.88,-2255.75 1128.88,-2231.25 1089.38,-2231.25"/> +<text text-anchor="start" x="1093.38" y="-2238.45" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- W1--_GND_1 --> +<g id="edge56" class="edge"> +<title>W1:e--_GND_1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M883.5,-2016C976.04,-2016.26 998.65,-2024.76 1088.38,-2024.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M883.5,-2018C975.34,-2018.13 997.94,-2026.63 1088.38,-2026.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M883.5,-2020C974.63,-2020 997.24,-2028.5 1088.38,-2028.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M883.5,-2022C973.93,-2021.87 996.54,-2030.37 1088.38,-2030.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M883.5,-2024C973.23,-2023.74 995.83,-2032.24 1088.38,-2032.5"/> +</g> +<!-- W1--_GND_2 --> +<g id="edge58" class="edge"> +<title>W1:e--_GND_2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M883.5,-1986C972.99,-1986.37 995.51,-1975.87 1088.38,-1975.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M883.5,-1988C973.83,-1988.19 996.35,-1977.69 1088.38,-1977.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M883.5,-1990C974.68,-1990 997.2,-1979.5 1088.38,-1979.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M883.5,-1992C975.52,-1991.81 998.04,-1981.31 1088.38,-1981.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M883.5,-1994C976.37,-1993.63 998.89,-1983.13 1088.38,-1983.5"/> +</g> +<!-- W1--_GND_3 --> +<g id="edge60" class="edge"> +<title>W1:e--_GND_3:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M883.5,-1746C974.47,-1746 997.23,-1745.5 1088.38,-1745.5"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M883.5,-1748C974.51,-1748 997.28,-1747.5 1088.38,-1747.5"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M883.5,-1750C974.56,-1750 997.32,-1749.5 1088.38,-1749.5"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M883.5,-1752C974.6,-1752 997.36,-1751.5 1088.38,-1751.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M883.5,-1754C974.64,-1754 997.41,-1753.5 1088.38,-1753.5"/> +</g> +<!-- W1--_GND_4 --> +<g id="edge62" class="edge"> +<title>W1:e--_GND_4:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M883.5,-1626C974.47,-1626 997.23,-1625.5 1088.38,-1625.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M883.5,-1628C974.51,-1628 997.28,-1627.5 1088.38,-1627.5"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M883.5,-1630C974.56,-1630 997.32,-1629.5 1088.38,-1629.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M883.5,-1632C974.6,-1632 997.36,-1631.5 1088.38,-1631.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M883.5,-1634C974.64,-1634 997.41,-1633.5 1088.38,-1633.5"/> +</g> +<!-- W1--_GND_5 --> +<g id="edge64" class="edge"> +<title>W1:e--_GND_5:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M883.5,-1566C974.47,-1566 997.23,-1565.5 1088.38,-1565.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M883.5,-1568C974.51,-1568 997.28,-1567.5 1088.38,-1567.5"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M883.5,-1570C974.56,-1570 997.32,-1569.5 1088.38,-1569.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M883.5,-1572C974.6,-1572 997.36,-1571.5 1088.38,-1571.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M883.5,-1574C974.64,-1574 997.41,-1573.5 1088.38,-1573.5"/> +</g> +<!-- W1--_GND_6 --> +<g id="edge66" class="edge"> +<title>W1:e--_GND_6:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M883.5,-1056C974.64,-1056 997.41,-1056.5 1088.38,-1056.5"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M883.5,-1058C974.6,-1058 997.36,-1058.5 1088.38,-1058.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M883.5,-1060C974.56,-1060 997.32,-1060.5 1088.38,-1060.5"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M883.5,-1062C974.51,-1062 997.28,-1062.5 1088.38,-1062.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M883.5,-1064C974.47,-1064 997.23,-1064.5 1088.38,-1064.5"/> +</g> +<!-- W1--_GND_7 --> +<g id="edge68" class="edge"> +<title>W1:e--_GND_7:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M883.5,-786C974.64,-786 997.41,-786.5 1088.38,-786.5"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M883.5,-788C974.6,-788 997.36,-788.5 1088.38,-788.5"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M883.5,-790C974.56,-790 997.32,-790.5 1088.38,-790.5"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M883.5,-792C974.51,-792 997.28,-792.5 1088.38,-792.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M883.5,-794C974.47,-794 997.23,-794.5 1088.38,-794.5"/> +</g> +<!-- W2--shield1 --> +<g id="edge75" class="edge"> +<title>W2:e--shield1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M906,-2723.25C981.94,-2723.25 993.06,-2672 1069,-2672"/> +</g> +<!-- W2--_S_1 --> +<g id="edge72" class="edge"> +<title>W2:e--_S_1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M906,-2825.25C991.19,-2827.68 1007.54,-2865.93 1085.38,-2863.5"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M906,-2827.25C989.35,-2828.46 1005.7,-2866.71 1085.38,-2865.5"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M906,-2829.25C987.51,-2829.25 1003.86,-2867.5 1085.38,-2867.5"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M906,-2831.25C985.68,-2830.04 1002.02,-2868.29 1085.38,-2869.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M906,-2833.25C983.84,-2830.82 1000.18,-2869.07 1085.38,-2871.5"/> +</g> +<!-- W2--_S_2 --> +<g id="edge73" class="edge"> +<title>W2:e--_S_2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M906,-2795.25C989.03,-2796.44 1008.04,-2815.69 1085.38,-2814.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M906,-2797.25C987.6,-2797.84 1006.62,-2817.09 1085.38,-2816.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M906,-2799.25C986.18,-2799.25 1005.2,-2818.5 1085.38,-2818.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M906,-2801.25C984.76,-2800.66 1003.77,-2819.91 1085.38,-2820.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M906,-2803.25C983.33,-2802.06 1002.35,-2821.31 1085.38,-2822.5"/> +</g> +<!-- W2--_S_3 --> +<g id="edge74" class="edge"> +<title>W2:e--_S_3:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M906,-2765.25C985.77,-2765.25 1005.7,-2765.5 1085.38,-2765.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M906,-2767.25C985.75,-2767.25 1005.68,-2767.5 1085.38,-2767.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M906,-2769.25C985.72,-2769.25 1005.65,-2769.5 1085.38,-2769.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M906,-2771.25C985.7,-2771.25 1005.63,-2771.5 1085.38,-2771.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M906,-2773.25C985.67,-2773.25 1005.6,-2773.5 1085.38,-2773.5"/> +</g> +<!-- W3--Mag --> +<g id="edge78" class="edge"> +<title>W3:e--Mag:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M911.5,-2315.25C982.05,-2315.26 999.76,-2314.01 1070.88,-2314"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M911.5,-2317.25C982.19,-2317.25 999.9,-2316 1070.88,-2316"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M911.5,-2319.25C982.34,-2319.25 1000.04,-2318 1070.88,-2318"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M911.5,-2321.25C982.48,-2321.25 1000.18,-2320 1070.88,-2320"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M911.5,-2323.25C982.62,-2323.24 1000.32,-2321.99 1070.88,-2322"/> +</g> +<!-- W3--Mag --> +<g id="edge80" class="edge"> +<title>W3:e--Mag:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M911.5,-2285.25C990.04,-2288.49 1000.19,-2341.24 1070.88,-2338"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M911.5,-2287.25C988.08,-2288.87 998.23,-2341.62 1070.88,-2340"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M911.5,-2289.25C986.11,-2289.25 996.26,-2342 1070.88,-2342"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M911.5,-2291.25C984.15,-2289.63 994.3,-2342.38 1070.88,-2344"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M911.5,-2293.25C982.18,-2290.01 992.33,-2342.76 1070.88,-2346"/> +</g> +<!-- W3--_GND_11 --> +<g id="edge82" class="edge"> +<title>W3:e--_GND_11:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M911.5,-2243.25C990.11,-2243.25 1009.76,-2243.5 1088.38,-2243.5"/> +</g> +<!-- W4--VPX J1 --> +<g id="edge84" class="edge"> +<title>W4:e--VPX J1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M925,-2555.25C990.17,-2557.67 1003.98,-2525.42 1076.5,-2523"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M925,-2557.25C992,-2558.46 1005.82,-2526.21 1076.5,-2525"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M925,-2559.25C993.84,-2559.25 1007.66,-2527 1076.5,-2527"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M925,-2561.25C995.68,-2560.04 1009.5,-2527.79 1076.5,-2529"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M925,-2563.25C997.52,-2560.83 1011.33,-2528.58 1076.5,-2531"/> +</g> +<!-- W4--VPX J1 --> +<g id="edge86" class="edge"> +<title>W4:e--VPX J1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M925,-2525.25C999.23,-2528.33 1010.06,-2574.08 1076.5,-2571"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M925,-2527.25C997.28,-2528.79 1008.11,-2574.54 1076.5,-2573"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M925,-2529.25C995.34,-2529.25 1006.16,-2575 1076.5,-2575"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M925,-2531.25C993.39,-2529.71 1004.22,-2575.46 1076.5,-2577"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M925,-2533.25C991.44,-2530.17 1002.27,-2575.92 1076.5,-2579"/> +</g> +<!-- W4--_GND_9 --> +<g id="edge88" class="edge"> +<title>W4:e--_GND_9:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M925,-2483.25C997.64,-2483.25 1015.73,-2478.5 1088.38,-2478.5"/> +</g> +<!-- W5--1X --> +<g id="edge90" class="edge"> +<title>W5:e--1X:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1592.25,-2834.25C1654.43,-2834.75 1670.19,-2826 1736.25,-2825.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1592.25,-2836.25C1655.4,-2836.5 1671.16,-2827.75 1736.25,-2827.5"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M1592.25,-2838.25C1656.37,-2838.25 1672.13,-2829.5 1736.25,-2829.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1592.25,-2840.25C1657.34,-2840 1673.1,-2831.25 1736.25,-2831.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1592.25,-2842.25C1658.31,-2841.75 1674.07,-2833 1736.25,-2833.5"/> +</g> +<!-- W5--1X --> +<g id="edge92" class="edge"> +<title>W5:e--1X:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1592.25,-2804.25C1655.58,-2804.31 1671.56,-2801.56 1736.25,-2801.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1592.25,-2806.25C1655.92,-2806.28 1671.9,-2803.53 1736.25,-2803.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1592.25,-2808.25C1656.26,-2808.25 1672.24,-2805.5 1736.25,-2805.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1592.25,-2810.25C1656.6,-2810.22 1672.58,-2807.47 1736.25,-2807.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1592.25,-2812.25C1656.94,-2812.19 1672.92,-2809.44 1736.25,-2809.5"/> +</g> +<!-- W5--1X --> +<g id="edge94" class="edge"> +<title>W5:e--1X:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1592.25,-2774.25C1657.06,-2774.33 1673.03,-2777.58 1736.25,-2777.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1592.25,-2776.25C1656.67,-2776.29 1672.63,-2779.54 1736.25,-2779.5"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M1592.25,-2778.25C1656.27,-2778.25 1672.23,-2781.5 1736.25,-2781.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1592.25,-2780.25C1655.87,-2780.21 1671.83,-2783.46 1736.25,-2783.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1592.25,-2782.25C1655.47,-2782.17 1671.44,-2785.42 1736.25,-2785.5"/> +</g> +<!-- W5--1X --> +<g id="edge96" class="edge"> +<title>W5:e--1X:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1592.25,-2732.25C1669.48,-2732.25 1659.02,-2829.5 1736.25,-2829.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, 1 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">shield1</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">2</td> + <td style="border:1px solid #000000; padding: 4px">Connector, GND</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">11</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">3</td> + <td style="border:1px solid #000000; padding: 4px">Connector, HEW.LM.368.XLNP, 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">1X</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">4</td> + <td style="border:1px solid #000000; padding: 4px">Connector, HEW.LM.368.XLNP, 68 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">Veronte CEX</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">5</td> + <td style="border:1px solid #000000; padding: 4px">Connector, J1, 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">VPX J1</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">6</td> + <td style="border:1px solid #000000; padding: 4px">Connector, Mag, 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">Mag</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">7</td> + <td style="border:1px solid #000000; padding: 4px">Connector, splice</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"></td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">8</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">24.0</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W1, W2</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">9</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, BKBN</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">24.0</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W1</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">10</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, BKWH</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">24.0</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W1</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">11</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, BN</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">36.0</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W1</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">12</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, BNGY</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">24.0</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W1</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">13</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, BNPK</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">136.0</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W1, W3</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">14</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, BNYE</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">99.5</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W1, W4</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">15</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, BU</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">36.0</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W1, W2</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">16</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, BUBN</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">24.0</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W1</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">17</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, BURD</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">24.0</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W1</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">18</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, BUWH</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">136.0</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W1, W3</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">19</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, GN</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">36.0</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W1</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">20</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, GNBN</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">24.0</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W1</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">21</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, GNGY</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">24.0</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W1</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">22</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, GNGY</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">0.0</td> + <td style="border:1px solid #000000; padding: 4px">m</td> + <td style="border:1px solid #000000; padding: 4px">W5</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">23</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, GNPK</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">24.0</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W1</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">24</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, GNPK</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">0.0</td> + <td style="border:1px solid #000000; padding: 4px">m</td> + <td style="border:1px solid #000000; padding: 4px">W5</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">25</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, GNWH</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">24.0</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W1</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">26</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, GNYE</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">24.0</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W1</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">27</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, GNYE</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">0.0</td> + <td style="border:1px solid #000000; padding: 4px">m</td> + <td style="border:1px solid #000000; padding: 4px">W5</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">28</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, GY</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">36.0</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W1</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">29</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, GYWH</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">24.0</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W1</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">30</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, PK</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">48.0</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W1</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">31</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, PKGY</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">24.0</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W1</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">32</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, PKWH</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">24.0</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W1</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">33</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, PKYE</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">24.0</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W1</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">34</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, RD</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">36.0</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W1, W2</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">35</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, RDBN</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">24.0</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W1</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">36</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, RDWH</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">24.0</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W1</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">37</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, VT</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">12.0</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W1</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">38</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">36.0</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W1</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">39</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, YE</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">36.0</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W1</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">40</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 22 AWG, YEWH</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">99.5</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W1, W4</td> + </tr> +</table> +</body></html> diff --git a/wireviz/Choppy_IB_CEX.png b/wireviz/Choppy_IB_CEX.png Binary files differnew file mode 100644 index 0000000..7374992 --- /dev/null +++ b/wireviz/Choppy_IB_CEX.png diff --git a/wireviz/Choppy_IB_CEX.svg b/wireviz/Choppy_IB_CEX.svg new file mode 100644 index 0000000..97d4d0c --- /dev/null +++ b/wireviz/Choppy_IB_CEX.svg @@ -0,0 +1,1923 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" + "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<!-- Generated by graphviz version 12.0.0 (20240704.0754) + --> +<!-- Pages: 1 --> +<svg width="2153pt" height="2940pt" + viewBox="0.00 0.00 2153.25 2940.25" 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 2936.25)"> +<polygon fill="#ffffff" stroke="none" points="-4,4 -4,-2936.25 2149.25,-2936.25 2149.25,4 -4,4"/> +<!-- Veronte CEX --> +<g id="node1" class="node"> +<title>Veronte CEX</title> +<polygon fill="#ffffff" stroke="black" points="409,-2129 0,-2129 0,0 409,0 409,-2129"/> +<polygon fill="none" stroke="black" points="0,-2104.5 0,-2129 409,-2129 409,-2104.5 0,-2104.5"/> +<text text-anchor="start" x="162.5" y="-2111.7" font-family="arial" font-size="14.00">Veronte CEX</text> +<polygon fill="none" stroke="black" points="0,-2080 0,-2104.5 248,-2104.5 248,-2080 0,-2080"/> +<text text-anchor="start" x="60.62" y="-2087.2" font-family="arial" font-size="14.00">HEW.LM.368.XLNP</text> +<polygon fill="none" stroke="black" points="248,-2080 248,-2104.5 409,-2104.5 409,-2080 248,-2080"/> +<text text-anchor="start" x="308.62" y="-2087.2" font-family="arial" font-size="14.00">68-pin</text> +<polygon fill="none" stroke="black" points="0,-2056 0,-2080 241,-2080 241,-2056 0,-2056"/> +<text text-anchor="start" x="94.25" y="-2062.7" font-family="arial" font-size="14.00">Power 1</text> +<polygon fill="none" stroke="black" points="241,-2056 241,-2080 409,-2080 409,-2056 241,-2056"/> +<text text-anchor="start" x="320.88" y="-2062.7" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="0,-2032 0,-2056 241,-2056 241,-2032 0,-2032"/> +<text text-anchor="start" x="94.25" y="-2038.7" font-family="arial" font-size="14.00">Power 2</text> +<polygon fill="none" stroke="black" points="241,-2032 241,-2056 409,-2056 409,-2032 241,-2032"/> +<text text-anchor="start" x="320.88" y="-2038.7" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="0,-2008 0,-2032 241,-2032 241,-2008 0,-2008"/> +<text text-anchor="start" x="104.75" y="-2014.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="241,-2008 241,-2032 409,-2032 409,-2008 241,-2008"/> +<text text-anchor="start" x="320.88" y="-2014.7" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="0,-1984 0,-2008 241,-2008 241,-1984 0,-1984"/> +<text text-anchor="start" x="104.75" y="-1990.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="241,-1984 241,-2008 409,-2008 409,-1984 241,-1984"/> +<text text-anchor="start" x="320.88" y="-1990.7" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="0,-1960 0,-1984 241,-1984 241,-1960 0,-1960"/> +<text text-anchor="start" x="96.12" y="-1966.7" font-family="arial" font-size="14.00">CanA P</text> +<polygon fill="none" stroke="black" points="241,-1960 241,-1984 409,-1984 409,-1960 241,-1960"/> +<text text-anchor="start" x="320.88" y="-1966.7" font-family="arial" font-size="14.00">5</text> +<polygon fill="none" stroke="black" points="0,-1936 0,-1960 241,-1960 241,-1936 0,-1936"/> +<text text-anchor="start" x="96.12" y="-1942.7" font-family="arial" font-size="14.00">CanA N</text> +<polygon fill="none" stroke="black" points="241,-1936 241,-1960 409,-1960 409,-1936 241,-1936"/> +<text text-anchor="start" x="320.88" y="-1942.7" font-family="arial" font-size="14.00">6</text> +<polygon fill="none" stroke="black" points="0,-1912 0,-1936 241,-1936 241,-1912 0,-1912"/> +<text text-anchor="start" x="87.88" y="-1918.7" font-family="arial" font-size="14.00">CAN GND</text> +<polygon fill="none" stroke="black" points="241,-1912 241,-1936 409,-1936 409,-1912 241,-1912"/> +<text text-anchor="start" x="320.88" y="-1918.7" font-family="arial" font-size="14.00">7</text> +<polygon fill="none" stroke="black" points="0,-1888 0,-1912 241,-1912 241,-1888 0,-1888"/> +<text text-anchor="start" x="96.12" y="-1894.7" font-family="arial" font-size="14.00">CanB P</text> +<polygon fill="none" stroke="black" points="241,-1888 241,-1912 409,-1912 409,-1888 241,-1888"/> +<text text-anchor="start" x="320.88" y="-1894.7" font-family="arial" font-size="14.00">8</text> +<polygon fill="none" stroke="black" points="0,-1864 0,-1888 241,-1888 241,-1864 0,-1864"/> +<text text-anchor="start" x="96.12" y="-1870.7" font-family="arial" font-size="14.00">CanB N</text> +<polygon fill="none" stroke="black" points="241,-1864 241,-1888 409,-1888 409,-1864 241,-1864"/> +<text text-anchor="start" x="320.88" y="-1870.7" font-family="arial" font-size="14.00">9</text> +<polygon fill="none" stroke="black" points="0,-1840 0,-1864 241,-1864 241,-1840 0,-1840"/> +<text text-anchor="start" x="75.88" y="-1846.7" font-family="arial" font-size="14.00">Out RS-485 P</text> +<polygon fill="none" stroke="black" points="241,-1840 241,-1864 409,-1864 409,-1840 241,-1840"/> +<text text-anchor="start" x="316.75" y="-1846.7" font-family="arial" font-size="14.00">10</text> +<polygon fill="none" stroke="black" points="0,-1816 0,-1840 241,-1840 241,-1816 0,-1816"/> +<text text-anchor="start" x="75.88" y="-1822.7" font-family="arial" font-size="14.00">Out RS-485 N</text> +<polygon fill="none" stroke="black" points="241,-1816 241,-1840 409,-1840 409,-1816 241,-1816"/> +<text text-anchor="start" x="316.75" y="-1822.7" font-family="arial" font-size="14.00">11</text> +<polygon fill="none" stroke="black" points="0,-1792 0,-1816 241,-1816 241,-1792 0,-1792"/> +<text text-anchor="start" x="80" y="-1798.7" font-family="arial" font-size="14.00">IN RS-485 N</text> +<polygon fill="none" stroke="black" points="241,-1792 241,-1816 409,-1816 409,-1792 241,-1792"/> +<text text-anchor="start" x="316.75" y="-1798.7" font-family="arial" font-size="14.00">12</text> +<polygon fill="none" stroke="black" points="0,-1768 0,-1792 241,-1792 241,-1768 0,-1768"/> +<text text-anchor="start" x="80" y="-1774.7" font-family="arial" font-size="14.00">IN RS-485 P</text> +<polygon fill="none" stroke="black" points="241,-1768 241,-1792 409,-1792 409,-1768 241,-1768"/> +<text text-anchor="start" x="316.75" y="-1774.7" font-family="arial" font-size="14.00">13</text> +<polygon fill="none" stroke="black" points="0,-1744 0,-1768 241,-1768 241,-1744 0,-1744"/> +<text text-anchor="start" x="78.12" y="-1750.7" font-family="arial" font-size="14.00">RS-485 GND</text> +<polygon fill="none" stroke="black" points="241,-1744 241,-1768 409,-1768 409,-1744 241,-1744"/> +<text text-anchor="start" x="316.75" y="-1750.7" font-family="arial" font-size="14.00">14</text> +<polygon fill="none" stroke="black" points="0,-1720 0,-1744 241,-1744 241,-1720 0,-1720"/> +<text text-anchor="start" x="79.62" y="-1726.7" font-family="arial" font-size="14.00">RS-232A TX</text> +<polygon fill="none" stroke="black" points="241,-1720 241,-1744 409,-1744 409,-1720 241,-1720"/> +<text text-anchor="start" x="316.75" y="-1726.7" font-family="arial" font-size="14.00">15</text> +<polygon fill="none" stroke="black" points="0,-1696 0,-1720 241,-1720 241,-1696 0,-1696"/> +<text text-anchor="start" x="78.88" y="-1702.7" font-family="arial" font-size="14.00">RS-232A RX</text> +<polygon fill="none" stroke="black" points="241,-1696 241,-1720 409,-1720 409,-1696 241,-1696"/> +<text text-anchor="start" x="316.75" y="-1702.7" font-family="arial" font-size="14.00">16</text> +<polygon fill="none" stroke="black" points="0,-1672 0,-1696 241,-1696 241,-1672 0,-1672"/> +<text text-anchor="start" x="104.75" y="-1678.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="241,-1672 241,-1696 409,-1696 409,-1672 241,-1672"/> +<text text-anchor="start" x="316.75" y="-1678.7" font-family="arial" font-size="14.00">17</text> +<polygon fill="none" stroke="black" points="0,-1648 0,-1672 241,-1672 241,-1648 0,-1648"/> +<text text-anchor="start" x="79.62" y="-1654.7" font-family="arial" font-size="14.00">RS-232B TX</text> +<polygon fill="none" stroke="black" points="241,-1648 241,-1672 409,-1672 409,-1648 241,-1648"/> +<text text-anchor="start" x="316.75" y="-1654.7" font-family="arial" font-size="14.00">18</text> +<polygon fill="none" stroke="black" points="0,-1624 0,-1648 241,-1648 241,-1624 0,-1624"/> +<text text-anchor="start" x="78.88" y="-1630.7" font-family="arial" font-size="14.00">RS-232B RX</text> +<polygon fill="none" stroke="black" points="241,-1624 241,-1648 409,-1648 409,-1624 241,-1624"/> +<text text-anchor="start" x="316.75" y="-1630.7" font-family="arial" font-size="14.00">19</text> +<polygon fill="none" stroke="black" points="0,-1600 0,-1624 241,-1624 241,-1600 0,-1600"/> +<text text-anchor="start" x="92.75" y="-1606.7" font-family="arial" font-size="14.00">I2C SCL</text> +<polygon fill="none" stroke="black" points="241,-1600 241,-1624 409,-1624 409,-1600 241,-1600"/> +<text text-anchor="start" x="316.75" y="-1606.7" font-family="arial" font-size="14.00">20</text> +<polygon fill="none" stroke="black" points="0,-1576 0,-1600 241,-1600 241,-1576 0,-1576"/> +<text text-anchor="start" x="92" y="-1582.7" font-family="arial" font-size="14.00">I2C SDA</text> +<polygon fill="none" stroke="black" points="241,-1576 241,-1600 409,-1600 409,-1576 241,-1576"/> +<text text-anchor="start" x="316.75" y="-1582.7" font-family="arial" font-size="14.00">21</text> +<polygon fill="none" stroke="black" points="0,-1552 0,-1576 241,-1576 241,-1552 0,-1552"/> +<text text-anchor="start" x="93.88" y="-1558.7" font-family="arial" font-size="14.00">3.3V out</text> +<polygon fill="none" stroke="black" points="241,-1552 241,-1576 409,-1576 409,-1552 241,-1552"/> +<text text-anchor="start" x="316.75" y="-1558.7" font-family="arial" font-size="14.00">22</text> +<polygon fill="none" stroke="black" points="0,-1528 0,-1552 241,-1552 241,-1528 0,-1528"/> +<text text-anchor="start" x="104.75" y="-1534.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="241,-1528 241,-1552 409,-1552 409,-1528 241,-1528"/> +<text text-anchor="start" x="316.75" y="-1534.7" font-family="arial" font-size="14.00">23</text> +<polygon fill="none" stroke="black" points="0,-1504 0,-1528 241,-1528 241,-1504 0,-1504"/> +<text text-anchor="start" x="99.88" y="-1510.7" font-family="arial" font-size="14.00">5V out</text> +<polygon fill="none" stroke="black" points="241,-1504 241,-1528 409,-1528 409,-1504 241,-1504"/> +<text text-anchor="start" x="316.75" y="-1510.7" font-family="arial" font-size="14.00">24</text> +<polygon fill="none" stroke="black" points="0,-1480 0,-1504 241,-1504 241,-1480 0,-1480"/> +<text text-anchor="start" x="104.75" y="-1486.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="241,-1480 241,-1504 409,-1504 409,-1480 241,-1480"/> +<text text-anchor="start" x="316.75" y="-1486.7" font-family="arial" font-size="14.00">25</text> +<polygon fill="none" stroke="black" points="0,-1456 0,-1480 241,-1480 241,-1456 0,-1456"/> +<text text-anchor="start" x="90.88" y="-1462.7" font-family="arial" font-size="14.00">ATX(0) N</text> +<polygon fill="none" stroke="black" points="241,-1456 241,-1480 409,-1480 409,-1456 241,-1456"/> +<text text-anchor="start" x="316.75" y="-1462.7" font-family="arial" font-size="14.00">26</text> +<polygon fill="none" stroke="black" points="0,-1432 0,-1456 241,-1456 241,-1432 0,-1432"/> +<text text-anchor="start" x="90.88" y="-1438.7" font-family="arial" font-size="14.00">ATX(0) P</text> +<polygon fill="none" stroke="black" points="241,-1432 241,-1456 409,-1456 409,-1432 241,-1432"/> +<text text-anchor="start" x="316.75" y="-1438.7" font-family="arial" font-size="14.00">27</text> +<polygon fill="none" stroke="black" points="0,-1408 0,-1432 241,-1432 241,-1408 0,-1408"/> +<text text-anchor="start" x="90.12" y="-1414.7" font-family="arial" font-size="14.00">ARX(0) P</text> +<polygon fill="none" stroke="black" points="241,-1408 241,-1432 409,-1432 409,-1408 241,-1408"/> +<text text-anchor="start" x="316.75" y="-1414.7" font-family="arial" font-size="14.00">28</text> +<polygon fill="none" stroke="black" points="0,-1384 0,-1408 241,-1408 241,-1384 0,-1384"/> +<text text-anchor="start" x="90.12" y="-1390.7" font-family="arial" font-size="14.00">ARX(0) N</text> +<polygon fill="none" stroke="black" points="241,-1384 241,-1408 409,-1408 409,-1384 241,-1384"/> +<text text-anchor="start" x="316.75" y="-1390.7" font-family="arial" font-size="14.00">29</text> +<polygon fill="none" stroke="black" points="0,-1360 0,-1384 241,-1384 241,-1360 0,-1360"/> +<text text-anchor="start" x="94.62" y="-1366.7" font-family="arial" font-size="14.00">ECAP 0</text> +<polygon fill="none" stroke="black" points="241,-1360 241,-1384 409,-1384 409,-1360 241,-1360"/> +<text text-anchor="start" x="316.75" y="-1366.7" font-family="arial" font-size="14.00">30</text> +<polygon fill="none" stroke="black" points="0,-1336 0,-1360 241,-1360 241,-1336 0,-1336"/> +<text text-anchor="start" x="94.62" y="-1342.7" font-family="arial" font-size="14.00">ECAP 1</text> +<polygon fill="none" stroke="black" points="241,-1336 241,-1360 409,-1360 409,-1336 241,-1336"/> +<text text-anchor="start" x="316.75" y="-1342.7" font-family="arial" font-size="14.00">31</text> +<polygon fill="none" stroke="black" points="0,-1312 0,-1336 241,-1336 241,-1312 0,-1312"/> +<text text-anchor="start" x="94.62" y="-1318.7" font-family="arial" font-size="14.00">ECAP 2</text> +<polygon fill="none" stroke="black" points="241,-1312 241,-1336 409,-1336 409,-1312 241,-1312"/> +<text text-anchor="start" x="316.75" y="-1318.7" font-family="arial" font-size="14.00">32</text> +<polygon fill="none" stroke="black" points="0,-1288 0,-1312 241,-1312 241,-1288 0,-1288"/> +<text text-anchor="start" x="94.62" y="-1294.7" font-family="arial" font-size="14.00">ECAP 3</text> +<polygon fill="none" stroke="black" points="241,-1288 241,-1312 409,-1312 409,-1288 241,-1288"/> +<text text-anchor="start" x="316.75" y="-1294.7" font-family="arial" font-size="14.00">33</text> +<polygon fill="none" stroke="black" points="0,-1264 0,-1288 241,-1288 241,-1264 0,-1264"/> +<text text-anchor="start" x="96.88" y="-1270.7" font-family="arial" font-size="14.00">PWM 0</text> +<polygon fill="none" stroke="black" points="241,-1264 241,-1288 409,-1288 409,-1264 241,-1264"/> +<text text-anchor="start" x="316.75" y="-1270.7" font-family="arial" font-size="14.00">34</text> +<polygon fill="none" stroke="black" points="0,-1240 0,-1264 241,-1264 241,-1240 0,-1240"/> +<text text-anchor="start" x="96.88" y="-1246.7" font-family="arial" font-size="14.00">PWM 1</text> +<polygon fill="none" stroke="black" points="241,-1240 241,-1264 409,-1264 409,-1240 241,-1240"/> +<text text-anchor="start" x="316.75" y="-1246.7" font-family="arial" font-size="14.00">35</text> +<polygon fill="none" stroke="black" points="0,-1216 0,-1240 241,-1240 241,-1216 0,-1216"/> +<text text-anchor="start" x="96.88" y="-1222.7" font-family="arial" font-size="14.00">PWM 2</text> +<polygon fill="none" stroke="black" points="241,-1216 241,-1240 409,-1240 409,-1216 241,-1216"/> +<text text-anchor="start" x="316.75" y="-1222.7" font-family="arial" font-size="14.00">36</text> +<polygon fill="none" stroke="black" points="0,-1192 0,-1216 241,-1216 241,-1192 0,-1192"/> +<text text-anchor="start" x="96.88" y="-1198.7" font-family="arial" font-size="14.00">PWM 3</text> +<polygon fill="none" stroke="black" points="241,-1192 241,-1216 409,-1216 409,-1192 241,-1192"/> +<text text-anchor="start" x="316.75" y="-1198.7" font-family="arial" font-size="14.00">37</text> +<polygon fill="none" stroke="black" points="0,-1168 0,-1192 241,-1192 241,-1168 0,-1168"/> +<text text-anchor="start" x="96.88" y="-1174.7" font-family="arial" font-size="14.00">PWM 4</text> +<polygon fill="none" stroke="black" points="241,-1168 241,-1192 409,-1192 409,-1168 241,-1168"/> +<text text-anchor="start" x="316.75" y="-1174.7" font-family="arial" font-size="14.00">38</text> +<polygon fill="none" stroke="black" points="0,-1144 0,-1168 241,-1168 241,-1144 0,-1144"/> +<text text-anchor="start" x="96.88" y="-1150.7" font-family="arial" font-size="14.00">PWM 5</text> +<polygon fill="none" stroke="black" points="241,-1144 241,-1168 409,-1168 409,-1144 241,-1144"/> +<text text-anchor="start" x="316.75" y="-1150.7" font-family="arial" font-size="14.00">39</text> +<polygon fill="none" stroke="black" points="0,-1120 0,-1144 241,-1144 241,-1120 0,-1120"/> +<text text-anchor="start" x="96.88" y="-1126.7" font-family="arial" font-size="14.00">PWM 6</text> +<polygon fill="none" stroke="black" points="241,-1120 241,-1144 409,-1144 409,-1120 241,-1120"/> +<text text-anchor="start" x="316.75" y="-1126.7" font-family="arial" font-size="14.00">40</text> +<polygon fill="none" stroke="black" points="0,-1096 0,-1120 241,-1120 241,-1096 0,-1096"/> +<text text-anchor="start" x="96.88" y="-1102.7" font-family="arial" font-size="14.00">PWM 7</text> +<polygon fill="none" stroke="black" points="241,-1096 241,-1120 409,-1120 409,-1096 241,-1096"/> +<text text-anchor="start" x="316.75" y="-1102.7" font-family="arial" font-size="14.00">41</text> +<polygon fill="none" stroke="black" points="0,-1072 0,-1096 241,-1096 241,-1072 0,-1072"/> +<text text-anchor="start" x="104.75" y="-1078.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="241,-1072 241,-1096 409,-1096 409,-1072 241,-1072"/> +<text text-anchor="start" x="316.75" y="-1078.7" font-family="arial" font-size="14.00">42</text> +<polygon fill="none" stroke="black" points="0,-1048 0,-1072 241,-1072 241,-1048 0,-1048"/> +<text text-anchor="start" x="94.62" y="-1054.7" font-family="arial" font-size="14.00">A0 3.3V</text> +<polygon fill="none" stroke="black" points="241,-1048 241,-1072 409,-1072 409,-1048 241,-1048"/> +<text text-anchor="start" x="316.75" y="-1054.7" font-family="arial" font-size="14.00">43</text> +<polygon fill="none" stroke="black" points="0,-1024 0,-1048 241,-1048 241,-1024 0,-1024"/> +<text text-anchor="start" x="94.62" y="-1030.7" font-family="arial" font-size="14.00">A1 3.3V</text> +<polygon fill="none" stroke="black" points="241,-1024 241,-1048 409,-1048 409,-1024 241,-1024"/> +<text text-anchor="start" x="316.75" y="-1030.7" font-family="arial" font-size="14.00">44</text> +<polygon fill="none" stroke="black" points="0,-1000 0,-1024 241,-1024 241,-1000 0,-1000"/> +<text text-anchor="start" x="100.62" y="-1006.7" font-family="arial" font-size="14.00">A2 5V</text> +<polygon fill="none" stroke="black" points="241,-1000 241,-1024 409,-1024 409,-1000 241,-1000"/> +<text text-anchor="start" x="316.75" y="-1006.7" font-family="arial" font-size="14.00">45</text> +<polygon fill="none" stroke="black" points="0,-976 0,-1000 241,-1000 241,-976 0,-976"/> +<text text-anchor="start" x="100.62" y="-982.7" font-family="arial" font-size="14.00">A3 5V</text> +<polygon fill="none" stroke="black" points="241,-976 241,-1000 409,-1000 409,-976 241,-976"/> +<text text-anchor="start" x="316.75" y="-982.7" font-family="arial" font-size="14.00">46</text> +<polygon fill="none" stroke="black" points="0,-952 0,-976 241,-976 241,-952 0,-952"/> +<text text-anchor="start" x="96.5" y="-958.7" font-family="arial" font-size="14.00">A4 12V</text> +<polygon fill="none" stroke="black" points="241,-952 241,-976 409,-976 409,-952 241,-952"/> +<text text-anchor="start" x="316.75" y="-958.7" font-family="arial" font-size="14.00">47</text> +<polygon fill="none" stroke="black" points="0,-928 0,-952 241,-952 241,-928 0,-928"/> +<text text-anchor="start" x="96.5" y="-934.7" font-family="arial" font-size="14.00">A5 12V</text> +<polygon fill="none" stroke="black" points="241,-928 241,-952 409,-952 409,-928 241,-928"/> +<text text-anchor="start" x="316.75" y="-934.7" font-family="arial" font-size="14.00">48</text> +<polygon fill="none" stroke="black" points="0,-904 0,-928 241,-928 241,-904 0,-904"/> +<text text-anchor="start" x="96.5" y="-910.7" font-family="arial" font-size="14.00">A6 36V</text> +<polygon fill="none" stroke="black" points="241,-904 241,-928 409,-928 409,-904 241,-904"/> +<text text-anchor="start" x="316.75" y="-910.7" font-family="arial" font-size="14.00">49</text> +<polygon fill="none" stroke="black" points="0,-880 0,-904 241,-904 241,-880 0,-880"/> +<text text-anchor="start" x="96.5" y="-886.7" font-family="arial" font-size="14.00">A7 36V</text> +<polygon fill="none" stroke="black" points="241,-880 241,-904 409,-904 409,-880 241,-880"/> +<text text-anchor="start" x="316.75" y="-886.7" font-family="arial" font-size="14.00">50</text> +<polygon fill="none" stroke="black" points="0,-856 0,-880 241,-880 241,-856 0,-856"/> +<text text-anchor="start" x="104.75" y="-862.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="241,-856 241,-880 409,-880 409,-856 241,-856"/> +<text text-anchor="start" x="316.75" y="-862.7" font-family="arial" font-size="14.00">51</text> +<polygon fill="none" stroke="black" points="0,-832 0,-856 241,-856 241,-832 0,-832"/> +<text text-anchor="start" x="90.12" y="-838.7" font-family="arial" font-size="14.00">ARX(0) P</text> +<polygon fill="none" stroke="black" points="241,-832 241,-856 409,-856 409,-832 241,-832"/> +<text text-anchor="start" x="316.75" y="-838.7" font-family="arial" font-size="14.00">52</text> +<polygon fill="none" stroke="black" points="0,-808 0,-832 241,-832 241,-808 0,-808"/> +<text text-anchor="start" x="90.12" y="-814.7" font-family="arial" font-size="14.00">ARX(0) N</text> +<polygon fill="none" stroke="black" points="241,-808 241,-832 409,-832 409,-808 241,-808"/> +<text text-anchor="start" x="316.75" y="-814.7" font-family="arial" font-size="14.00">53</text> +<polygon fill="none" stroke="black" points="0,-784 0,-808 241,-808 241,-784 0,-784"/> +<text text-anchor="start" x="90.12" y="-790.7" font-family="arial" font-size="14.00">ARX(1) P</text> +<polygon fill="none" stroke="black" points="241,-784 241,-808 409,-808 409,-784 241,-784"/> +<text text-anchor="start" x="316.75" y="-790.7" font-family="arial" font-size="14.00">54</text> +<polygon fill="none" stroke="black" points="0,-760 0,-784 241,-784 241,-760 0,-760"/> +<text text-anchor="start" x="90.12" y="-766.7" font-family="arial" font-size="14.00">ARX(1) N</text> +<polygon fill="none" stroke="black" points="241,-760 241,-784 409,-784 409,-760 241,-760"/> +<text text-anchor="start" x="316.75" y="-766.7" font-family="arial" font-size="14.00">55</text> +<polygon fill="none" stroke="black" points="0,-736 0,-760 241,-760 241,-736 0,-736"/> +<text text-anchor="start" x="90.12" y="-742.7" font-family="arial" font-size="14.00">ARX(2) P</text> +<polygon fill="none" stroke="black" points="241,-736 241,-760 409,-760 409,-736 241,-736"/> +<text text-anchor="start" x="316.75" y="-742.7" font-family="arial" font-size="14.00">56</text> +<polygon fill="none" stroke="black" points="0,-712 0,-736 241,-736 241,-712 0,-712"/> +<text text-anchor="start" x="90.12" y="-718.7" font-family="arial" font-size="14.00">ARX(2) N</text> +<polygon fill="none" stroke="black" points="241,-712 241,-736 409,-736 409,-712 241,-712"/> +<text text-anchor="start" x="316.75" y="-718.7" font-family="arial" font-size="14.00">57</text> +<polygon fill="none" stroke="black" points="0,-688 0,-712 241,-712 241,-688 0,-688"/> +<text text-anchor="start" x="90.12" y="-694.7" font-family="arial" font-size="14.00">ARX(3) P</text> +<polygon fill="none" stroke="black" points="241,-688 241,-712 409,-712 409,-688 241,-688"/> +<text text-anchor="start" x="316.75" y="-694.7" font-family="arial" font-size="14.00">58</text> +<polygon fill="none" stroke="black" points="0,-664 0,-688 241,-688 241,-664 0,-664"/> +<text text-anchor="start" x="90.12" y="-670.7" font-family="arial" font-size="14.00">ARX(3) N</text> +<polygon fill="none" stroke="black" points="241,-664 241,-688 409,-688 409,-664 241,-664"/> +<text text-anchor="start" x="316.75" y="-670.7" font-family="arial" font-size="14.00">59</text> +<polygon fill="none" stroke="black" points="0,-640 0,-664 241,-664 241,-640 0,-640"/> +<text text-anchor="start" x="96.12" y="-646.7" font-family="arial" font-size="14.00">GPIO 8</text> +<polygon fill="none" stroke="black" points="241,-640 241,-664 409,-664 409,-640 241,-640"/> +<text text-anchor="start" x="316.75" y="-646.7" font-family="arial" font-size="14.00">60</text> +<polygon fill="none" stroke="black" points="0,-616 0,-640 241,-640 241,-616 0,-616"/> +<text text-anchor="start" x="96.12" y="-622.7" font-family="arial" font-size="14.00">GPIO 9</text> +<polygon fill="none" stroke="black" points="241,-616 241,-640 409,-640 409,-616 241,-616"/> +<text text-anchor="start" x="316.75" y="-622.7" font-family="arial" font-size="14.00">61</text> +<polygon fill="none" stroke="black" points="0,-592 0,-616 241,-616 241,-592 0,-592"/> +<text text-anchor="start" x="92" y="-598.7" font-family="arial" font-size="14.00">GPIO 10</text> +<polygon fill="none" stroke="black" points="241,-592 241,-616 409,-616 409,-592 241,-592"/> +<text text-anchor="start" x="316.75" y="-598.7" font-family="arial" font-size="14.00">62</text> +<polygon fill="none" stroke="black" points="0,-568 0,-592 241,-592 241,-568 0,-568"/> +<text text-anchor="start" x="92" y="-574.7" font-family="arial" font-size="14.00">GPIO 11</text> +<polygon fill="none" stroke="black" points="241,-568 241,-592 409,-592 409,-568 241,-568"/> +<text text-anchor="start" x="316.75" y="-574.7" font-family="arial" font-size="14.00">63</text> +<polygon fill="none" stroke="black" points="0,-544 0,-568 241,-568 241,-544 0,-544"/> +<text text-anchor="start" x="92" y="-550.7" font-family="arial" font-size="14.00">GPIO 12</text> +<polygon fill="none" stroke="black" points="241,-544 241,-568 409,-568 409,-544 241,-544"/> +<text text-anchor="start" x="316.75" y="-550.7" font-family="arial" font-size="14.00">64</text> +<polygon fill="none" stroke="black" points="0,-520 0,-544 241,-544 241,-520 0,-520"/> +<text text-anchor="start" x="92" y="-526.7" font-family="arial" font-size="14.00">GPIO 13</text> +<polygon fill="none" stroke="black" points="241,-520 241,-544 409,-544 409,-520 241,-520"/> +<text text-anchor="start" x="316.75" y="-526.7" font-family="arial" font-size="14.00">65</text> +<polygon fill="none" stroke="black" points="0,-496 0,-520 241,-520 241,-496 0,-496"/> +<text text-anchor="start" x="92" y="-502.7" font-family="arial" font-size="14.00">GPIO 14</text> +<polygon fill="none" stroke="black" points="241,-496 241,-520 409,-520 409,-496 241,-496"/> +<text text-anchor="start" x="316.75" y="-502.7" font-family="arial" font-size="14.00">66</text> +<polygon fill="none" stroke="black" points="0,-472 0,-496 241,-496 241,-472 0,-472"/> +<text text-anchor="start" x="92" y="-478.7" font-family="arial" font-size="14.00">GPIO 15</text> +<polygon fill="none" stroke="black" points="241,-472 241,-496 409,-496 409,-472 241,-472"/> +<text text-anchor="start" x="316.75" y="-478.7" font-family="arial" font-size="14.00">67</text> +<polygon fill="none" stroke="black" points="0,-448 0,-472 241,-472 241,-448 0,-448"/> +<text text-anchor="start" x="92" y="-454.7" font-family="arial" font-size="14.00">GPIO 16</text> +<polygon fill="none" stroke="black" points="241,-448 241,-472 409,-472 409,-448 241,-448"/> +<text text-anchor="start" x="316.75" y="-454.7" font-family="arial" font-size="14.00">68</text> +<polyline fill="none" stroke="black" points="409,-49 409,-448 0,-448 0,-49"/> +<image xlink:href="images\CEX_plug.png" width="401px" height="391px" preserveAspectRatio="xMinYMin meet" x="4" y="-444"/> +<polyline fill="none" stroke="black" points="0,-49 0,-24.5 409,-24.5 409,-49"/> +<text text-anchor="start" x="48.12" y="-31.7" font-family="arial" font-size="14.00">Connector HEW.LM.368.XLNP (mounted in CEX)</text> +<polygon fill="none" stroke="black" points="0,0 0,-24.5 409,-24.5 409,0 0,0"/> +<text text-anchor="start" x="162.5" y="-7.2" font-family="arial" font-size="14.00">Veronte CEX</text> +</g> +<!-- W1 --> +<g id="node20" class="node"> +<title>W1</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="882.5,-2174 595.5,-2174 595.5,-255 882.5,-255 882.5,-2174"/> +<polygon fill="none" stroke="black" points="595.5,-2149.5 595.5,-2174 882.5,-2174 882.5,-2149.5 595.5,-2149.5"/> +<text text-anchor="start" x="727.75" y="-2156.7" font-family="arial" font-size="14.00">W1</text> +<polygon fill="none" stroke="black" points="595.5,-2125 595.5,-2149.5 663.17,-2149.5 663.17,-2125 595.5,-2125"/> +<text text-anchor="start" x="617.71" y="-2132.2" font-family="arial" font-size="14.00">61x</text> +<polygon fill="none" stroke="black" points="663.17,-2125 663.17,-2149.5 763.08,-2149.5 763.08,-2125 663.17,-2125"/> +<text text-anchor="start" x="685.38" y="-2132.2" font-family="arial" font-size="14.00">22 AWG</text> +<polygon fill="none" stroke="black" points="763.08,-2125 763.08,-2149.5 882.5,-2149.5 882.5,-2125 763.08,-2125"/> +<text text-anchor="start" x="785.29" y="-2132.2" font-family="arial" font-size="14.00">12.0 Inches</text> +<text text-anchor="start" x="694.12" y="-2109.7" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="619.88" y="-2089.7" font-family="arial" font-size="14.00">Veronte CEX:1:Power 1</text> +<text text-anchor="start" x="808.62" y="-2089.7" font-family="arial" font-size="14.00">     WH    </text> +<polygon fill="#000000" stroke="none" points="595.5,-2083 595.5,-2085 882.5,-2085 882.5,-2083 595.5,-2083"/> +<polygon fill="#ffffff" stroke="none" points="595.5,-2081 595.5,-2083 882.5,-2083 882.5,-2081 595.5,-2081"/> +<polygon fill="#ffffff" stroke="none" points="595.5,-2079 595.5,-2081 882.5,-2081 882.5,-2079 595.5,-2079"/> +<polygon fill="#ffffff" stroke="none" points="595.5,-2077 595.5,-2079 882.5,-2079 882.5,-2077 595.5,-2077"/> +<polygon fill="#000000" stroke="none" points="595.5,-2075 595.5,-2077 882.5,-2077 882.5,-2075 595.5,-2075"/> +<text text-anchor="start" x="619.88" y="-2059.7" font-family="arial" font-size="14.00">Veronte CEX:2:Power 2</text> +<text text-anchor="start" x="810.88" y="-2059.7" font-family="arial" font-size="14.00">     BN    </text> +<polygon fill="#000000" stroke="none" points="595.5,-2053 595.5,-2055 882.5,-2055 882.5,-2053 595.5,-2053"/> +<polygon fill="#895956" stroke="none" points="595.5,-2051 595.5,-2053 882.5,-2053 882.5,-2051 595.5,-2051"/> +<polygon fill="#895956" stroke="none" points="595.5,-2049 595.5,-2051 882.5,-2051 882.5,-2049 595.5,-2049"/> +<polygon fill="#895956" stroke="none" points="595.5,-2047 595.5,-2049 882.5,-2049 882.5,-2047 595.5,-2047"/> +<polygon fill="#000000" stroke="none" points="595.5,-2045 595.5,-2047 882.5,-2047 882.5,-2045 595.5,-2045"/> +<text text-anchor="start" x="630.38" y="-2029.7" font-family="arial" font-size="14.00">Veronte CEX:3:GND</text> +<text text-anchor="start" x="810.12" y="-2029.7" font-family="arial" font-size="14.00">     GN    </text> +<polygon fill="#000000" stroke="none" points="595.5,-2023 595.5,-2025 882.5,-2025 882.5,-2023 595.5,-2023"/> +<polygon fill="#00ff00" stroke="none" points="595.5,-2021 595.5,-2023 882.5,-2023 882.5,-2021 595.5,-2021"/> +<polygon fill="#00ff00" stroke="none" points="595.5,-2019 595.5,-2021 882.5,-2021 882.5,-2019 595.5,-2019"/> +<polygon fill="#00ff00" stroke="none" points="595.5,-2017 595.5,-2019 882.5,-2019 882.5,-2017 595.5,-2017"/> +<polygon fill="#000000" stroke="none" points="595.5,-2015 595.5,-2017 882.5,-2017 882.5,-2015 595.5,-2015"/> +<text text-anchor="start" x="630.38" y="-1999.7" font-family="arial" font-size="14.00">Veronte CEX:4:GND</text> +<text text-anchor="start" x="811.25" y="-1999.7" font-family="arial" font-size="14.00">     YE    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1993 595.5,-1995 882.5,-1995 882.5,-1993 595.5,-1993"/> +<polygon fill="#ffff00" stroke="none" points="595.5,-1991 595.5,-1993 882.5,-1993 882.5,-1991 595.5,-1991"/> +<polygon fill="#ffff00" stroke="none" points="595.5,-1989 595.5,-1991 882.5,-1991 882.5,-1989 595.5,-1989"/> +<polygon fill="#ffff00" stroke="none" points="595.5,-1987 595.5,-1989 882.5,-1989 882.5,-1987 595.5,-1987"/> +<polygon fill="#000000" stroke="none" points="595.5,-1985 595.5,-1987 882.5,-1987 882.5,-1985 595.5,-1985"/> +<text text-anchor="start" x="621.75" y="-1969.7" font-family="arial" font-size="14.00">Veronte CEX:5:CanA P</text> +<text text-anchor="start" x="810.5" y="-1969.7" font-family="arial" font-size="14.00">     GY    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1963 595.5,-1965 882.5,-1965 882.5,-1963 595.5,-1963"/> +<polygon fill="#999999" stroke="none" points="595.5,-1961 595.5,-1963 882.5,-1963 882.5,-1961 595.5,-1961"/> +<polygon fill="#999999" stroke="none" points="595.5,-1959 595.5,-1961 882.5,-1961 882.5,-1959 595.5,-1959"/> +<polygon fill="#999999" stroke="none" points="595.5,-1957 595.5,-1959 882.5,-1959 882.5,-1957 595.5,-1957"/> +<polygon fill="#000000" stroke="none" points="595.5,-1955 595.5,-1957 882.5,-1957 882.5,-1955 595.5,-1955"/> +<text text-anchor="start" x="621.75" y="-1939.7" font-family="arial" font-size="14.00">Veronte CEX:6:CanA N</text> +<text text-anchor="start" x="810.88" y="-1939.7" font-family="arial" font-size="14.00">     PK    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1933 595.5,-1935 882.5,-1935 882.5,-1933 595.5,-1933"/> +<polygon fill="#ff66cc" stroke="none" points="595.5,-1931 595.5,-1933 882.5,-1933 882.5,-1931 595.5,-1931"/> +<polygon fill="#ff66cc" stroke="none" points="595.5,-1929 595.5,-1931 882.5,-1931 882.5,-1929 595.5,-1929"/> +<polygon fill="#ff66cc" stroke="none" points="595.5,-1927 595.5,-1929 882.5,-1929 882.5,-1927 595.5,-1927"/> +<polygon fill="#000000" stroke="none" points="595.5,-1925 595.5,-1927 882.5,-1927 882.5,-1925 595.5,-1925"/> +<text text-anchor="start" x="597.38" y="-1909.7" font-family="arial" font-size="14.00">Veronte CEX:10:Out RS-485 P</text> +<text text-anchor="start" x="811.25" y="-1909.7" font-family="arial" font-size="14.00">     VT    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1903 595.5,-1905 882.5,-1905 882.5,-1903 595.5,-1903"/> +<polygon fill="#8000ff" stroke="none" points="595.5,-1901 595.5,-1903 882.5,-1903 882.5,-1901 595.5,-1901"/> +<polygon fill="#8000ff" stroke="none" points="595.5,-1899 595.5,-1901 882.5,-1901 882.5,-1899 595.5,-1899"/> +<polygon fill="#8000ff" stroke="none" points="595.5,-1897 595.5,-1899 882.5,-1899 882.5,-1897 595.5,-1897"/> +<polygon fill="#000000" stroke="none" points="595.5,-1895 595.5,-1897 882.5,-1897 882.5,-1895 595.5,-1895"/> +<text text-anchor="start" x="597.38" y="-1879.7" font-family="arial" font-size="14.00">Veronte CEX:11:Out RS-485 N</text> +<text text-anchor="start" x="800.75" y="-1879.7" font-family="arial" font-size="14.00">     PKGY    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1873 595.5,-1875 882.5,-1875 882.5,-1873 595.5,-1873"/> +<polygon fill="#ff66cc" stroke="none" points="595.5,-1871 595.5,-1873 882.5,-1873 882.5,-1871 595.5,-1871"/> +<polygon fill="#999999" stroke="none" points="595.5,-1869 595.5,-1871 882.5,-1871 882.5,-1869 595.5,-1869"/> +<polygon fill="#ff66cc" stroke="none" points="595.5,-1867 595.5,-1869 882.5,-1869 882.5,-1867 595.5,-1867"/> +<polygon fill="#000000" stroke="none" points="595.5,-1865 595.5,-1867 882.5,-1867 882.5,-1865 595.5,-1865"/> +<text text-anchor="start" x="601.5" y="-1849.7" font-family="arial" font-size="14.00">Veronte CEX:12:IN RS-485 N</text> +<text text-anchor="start" x="800.38" y="-1849.7" font-family="arial" font-size="14.00">     BURD    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1843 595.5,-1845 882.5,-1845 882.5,-1843 595.5,-1843"/> +<polygon fill="#0066ff" stroke="none" points="595.5,-1841 595.5,-1843 882.5,-1843 882.5,-1841 595.5,-1841"/> +<polygon fill="#ff0000" stroke="none" points="595.5,-1839 595.5,-1841 882.5,-1841 882.5,-1839 595.5,-1839"/> +<polygon fill="#0066ff" stroke="none" points="595.5,-1837 595.5,-1839 882.5,-1839 882.5,-1837 595.5,-1837"/> +<polygon fill="#000000" stroke="none" points="595.5,-1835 595.5,-1837 882.5,-1837 882.5,-1835 595.5,-1835"/> +<text text-anchor="start" x="601.5" y="-1819.7" font-family="arial" font-size="14.00">Veronte CEX:13:IN RS-485 P</text> +<text text-anchor="start" x="798.12" y="-1819.7" font-family="arial" font-size="14.00">     GNWH    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1813 595.5,-1815 882.5,-1815 882.5,-1813 595.5,-1813"/> +<polygon fill="#00ff00" stroke="none" points="595.5,-1811 595.5,-1813 882.5,-1813 882.5,-1811 595.5,-1811"/> +<polygon fill="#ffffff" stroke="none" points="595.5,-1809 595.5,-1811 882.5,-1811 882.5,-1809 595.5,-1809"/> +<polygon fill="#00ff00" stroke="none" points="595.5,-1807 595.5,-1809 882.5,-1809 882.5,-1807 595.5,-1807"/> +<polygon fill="#000000" stroke="none" points="595.5,-1805 595.5,-1807 882.5,-1807 882.5,-1805 595.5,-1805"/> +<text text-anchor="start" x="599.62" y="-1789.7" font-family="arial" font-size="14.00">Veronte CEX:14:RS-485 GND</text> +<text text-anchor="start" x="800.38" y="-1789.7" font-family="arial" font-size="14.00">     GNBN    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1783 595.5,-1785 882.5,-1785 882.5,-1783 595.5,-1783"/> +<polygon fill="#00ff00" stroke="none" points="595.5,-1781 595.5,-1783 882.5,-1783 882.5,-1781 595.5,-1781"/> +<polygon fill="#895956" stroke="none" points="595.5,-1779 595.5,-1781 882.5,-1781 882.5,-1779 595.5,-1779"/> +<polygon fill="#00ff00" stroke="none" points="595.5,-1777 595.5,-1779 882.5,-1779 882.5,-1777 595.5,-1777"/> +<polygon fill="#000000" stroke="none" points="595.5,-1775 595.5,-1777 882.5,-1777 882.5,-1775 595.5,-1775"/> +<text text-anchor="start" x="626.25" y="-1759.7" font-family="arial" font-size="14.00">Veronte CEX:17:GND</text> +<text text-anchor="start" x="798.5" y="-1759.7" font-family="arial" font-size="14.00">     GYWH    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1753 595.5,-1755 882.5,-1755 882.5,-1753 595.5,-1753"/> +<polygon fill="#999999" stroke="none" points="595.5,-1751 595.5,-1753 882.5,-1753 882.5,-1751 595.5,-1751"/> +<polygon fill="#ffffff" stroke="none" points="595.5,-1749 595.5,-1751 882.5,-1751 882.5,-1749 595.5,-1749"/> +<polygon fill="#999999" stroke="none" points="595.5,-1747 595.5,-1749 882.5,-1749 882.5,-1747 595.5,-1747"/> +<polygon fill="#000000" stroke="none" points="595.5,-1745 595.5,-1747 882.5,-1747 882.5,-1745 595.5,-1745"/> +<text text-anchor="start" x="614.25" y="-1729.7" font-family="arial" font-size="14.00">Veronte CEX:20:I2C SCL</text> +<text text-anchor="start" x="800.75" y="-1729.7" font-family="arial" font-size="14.00">     BNGY    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1723 595.5,-1725 882.5,-1725 882.5,-1723 595.5,-1723"/> +<polygon fill="#895956" stroke="none" points="595.5,-1721 595.5,-1723 882.5,-1723 882.5,-1721 595.5,-1721"/> +<polygon fill="#999999" stroke="none" points="595.5,-1719 595.5,-1721 882.5,-1721 882.5,-1719 595.5,-1719"/> +<polygon fill="#895956" stroke="none" points="595.5,-1717 595.5,-1719 882.5,-1719 882.5,-1717 595.5,-1717"/> +<polygon fill="#000000" stroke="none" points="595.5,-1715 595.5,-1717 882.5,-1717 882.5,-1715 595.5,-1715"/> +<text text-anchor="start" x="613.5" y="-1699.7" font-family="arial" font-size="14.00">Veronte CEX:21:I2C SDA</text> +<text text-anchor="start" x="798.88" y="-1699.7" font-family="arial" font-size="14.00">     PKWH    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1693 595.5,-1695 882.5,-1695 882.5,-1693 595.5,-1693"/> +<polygon fill="#ff66cc" stroke="none" points="595.5,-1691 595.5,-1693 882.5,-1693 882.5,-1691 595.5,-1691"/> +<polygon fill="#ffffff" stroke="none" points="595.5,-1689 595.5,-1691 882.5,-1691 882.5,-1689 595.5,-1689"/> +<polygon fill="#ff66cc" stroke="none" points="595.5,-1687 595.5,-1689 882.5,-1689 882.5,-1687 595.5,-1687"/> +<polygon fill="#000000" stroke="none" points="595.5,-1685 595.5,-1687 882.5,-1687 882.5,-1685 595.5,-1685"/> +<text text-anchor="start" x="615.38" y="-1669.7" font-family="arial" font-size="14.00">Veronte CEX:22:3.3V out</text> +<text text-anchor="start" x="801.12" y="-1669.7" font-family="arial" font-size="14.00">     BUBN    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1663 595.5,-1665 882.5,-1665 882.5,-1663 595.5,-1663"/> +<polygon fill="#0066ff" stroke="none" points="595.5,-1661 595.5,-1663 882.5,-1663 882.5,-1661 595.5,-1661"/> +<polygon fill="#895956" stroke="none" points="595.5,-1659 595.5,-1661 882.5,-1661 882.5,-1659 595.5,-1659"/> +<polygon fill="#0066ff" stroke="none" points="595.5,-1657 595.5,-1659 882.5,-1659 882.5,-1657 595.5,-1657"/> +<polygon fill="#000000" stroke="none" points="595.5,-1655 595.5,-1657 882.5,-1657 882.5,-1655 595.5,-1655"/> +<text text-anchor="start" x="626.25" y="-1639.7" font-family="arial" font-size="14.00">Veronte CEX:23:GND</text> +<text text-anchor="start" x="798.12" y="-1639.7" font-family="arial" font-size="14.00">     RDWH    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1633 595.5,-1635 882.5,-1635 882.5,-1633 595.5,-1633"/> +<polygon fill="#ff0000" stroke="none" points="595.5,-1631 595.5,-1633 882.5,-1633 882.5,-1631 595.5,-1631"/> +<polygon fill="#ffffff" stroke="none" points="595.5,-1629 595.5,-1631 882.5,-1631 882.5,-1629 595.5,-1629"/> +<polygon fill="#ff0000" stroke="none" points="595.5,-1627 595.5,-1629 882.5,-1629 882.5,-1627 595.5,-1627"/> +<polygon fill="#000000" stroke="none" points="595.5,-1625 595.5,-1627 882.5,-1627 882.5,-1625 595.5,-1625"/> +<text text-anchor="start" x="621.38" y="-1609.7" font-family="arial" font-size="14.00">Veronte CEX:24:5V out</text> +<text text-anchor="start" x="800.38" y="-1609.7" font-family="arial" font-size="14.00">     RDBN    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1603 595.5,-1605 882.5,-1605 882.5,-1603 595.5,-1603"/> +<polygon fill="#ff0000" stroke="none" points="595.5,-1601 595.5,-1603 882.5,-1603 882.5,-1601 595.5,-1601"/> +<polygon fill="#895956" stroke="none" points="595.5,-1599 595.5,-1601 882.5,-1601 882.5,-1599 595.5,-1599"/> +<polygon fill="#ff0000" stroke="none" points="595.5,-1597 595.5,-1599 882.5,-1599 882.5,-1597 595.5,-1597"/> +<polygon fill="#000000" stroke="none" points="595.5,-1595 595.5,-1597 882.5,-1597 882.5,-1595 595.5,-1595"/> +<text text-anchor="start" x="626.25" y="-1579.7" font-family="arial" font-size="14.00">Veronte CEX:25:GND</text> +<text text-anchor="start" x="798.88" y="-1579.7" font-family="arial" font-size="14.00">     BKWH    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1573 595.5,-1575 882.5,-1575 882.5,-1573 595.5,-1573"/> +<polygon fill="#000000" stroke="none" points="595.5,-1571 595.5,-1573 882.5,-1573 882.5,-1571 595.5,-1571"/> +<polygon fill="#ffffff" stroke="none" points="595.5,-1569 595.5,-1571 882.5,-1571 882.5,-1569 595.5,-1569"/> +<polygon fill="#000000" stroke="none" points="595.5,-1567 595.5,-1569 882.5,-1569 882.5,-1567 595.5,-1567"/> +<polygon fill="#000000" stroke="none" points="595.5,-1565 595.5,-1567 882.5,-1567 882.5,-1565 595.5,-1565"/> +<text text-anchor="start" x="612.38" y="-1549.7" font-family="arial" font-size="14.00">Veronte CEX:26:ATX(0) N</text> +<text text-anchor="start" x="801.12" y="-1549.7" font-family="arial" font-size="14.00">     BKBN    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1543 595.5,-1545 882.5,-1545 882.5,-1543 595.5,-1543"/> +<polygon fill="#000000" stroke="none" points="595.5,-1541 595.5,-1543 882.5,-1543 882.5,-1541 595.5,-1541"/> +<polygon fill="#895956" stroke="none" points="595.5,-1539 595.5,-1541 882.5,-1541 882.5,-1539 595.5,-1539"/> +<polygon fill="#000000" stroke="none" points="595.5,-1537 595.5,-1539 882.5,-1539 882.5,-1537 595.5,-1537"/> +<polygon fill="#000000" stroke="none" points="595.5,-1535 595.5,-1537 882.5,-1537 882.5,-1535 595.5,-1535"/> +<text text-anchor="start" x="612.38" y="-1519.7" font-family="arial" font-size="14.00">Veronte CEX:27:ATX(0) P</text> +<text text-anchor="start" x="800" y="-1519.7" font-family="arial" font-size="14.00">     GNGY    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1513 595.5,-1515 882.5,-1515 882.5,-1513 595.5,-1513"/> +<polygon fill="#00ff00" stroke="none" points="595.5,-1511 595.5,-1513 882.5,-1513 882.5,-1511 595.5,-1511"/> +<polygon fill="#999999" stroke="none" points="595.5,-1509 595.5,-1511 882.5,-1511 882.5,-1509 595.5,-1509"/> +<polygon fill="#00ff00" stroke="none" points="595.5,-1507 595.5,-1509 882.5,-1509 882.5,-1507 595.5,-1507"/> +<polygon fill="#000000" stroke="none" points="595.5,-1505 595.5,-1507 882.5,-1507 882.5,-1505 595.5,-1505"/> +<text text-anchor="start" x="611.62" y="-1489.7" font-family="arial" font-size="14.00">Veronte CEX:28:ARX(0) P</text> +<text text-anchor="start" x="800.75" y="-1489.7" font-family="arial" font-size="14.00">     GNYE    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1483 595.5,-1485 882.5,-1485 882.5,-1483 595.5,-1483"/> +<polygon fill="#00ff00" stroke="none" points="595.5,-1481 595.5,-1483 882.5,-1483 882.5,-1481 595.5,-1481"/> +<polygon fill="#ffff00" stroke="none" points="595.5,-1479 595.5,-1481 882.5,-1481 882.5,-1479 595.5,-1479"/> +<polygon fill="#00ff00" stroke="none" points="595.5,-1477 595.5,-1479 882.5,-1479 882.5,-1477 595.5,-1477"/> +<polygon fill="#000000" stroke="none" points="595.5,-1475 595.5,-1477 882.5,-1477 882.5,-1475 595.5,-1475"/> +<text text-anchor="start" x="611.62" y="-1459.7" font-family="arial" font-size="14.00">Veronte CEX:29:ARX(0) N</text> +<text text-anchor="start" x="800.38" y="-1459.7" font-family="arial" font-size="14.00">     GNPK    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1453 595.5,-1455 882.5,-1455 882.5,-1453 595.5,-1453"/> +<polygon fill="#00ff00" stroke="none" points="595.5,-1451 595.5,-1453 882.5,-1453 882.5,-1451 595.5,-1451"/> +<polygon fill="#ff66cc" stroke="none" points="595.5,-1449 595.5,-1451 882.5,-1451 882.5,-1449 595.5,-1449"/> +<polygon fill="#00ff00" stroke="none" points="595.5,-1447 595.5,-1449 882.5,-1449 882.5,-1447 595.5,-1447"/> +<polygon fill="#000000" stroke="none" points="595.5,-1445 595.5,-1447 882.5,-1447 882.5,-1445 595.5,-1445"/> +<text text-anchor="start" x="616.12" y="-1429.7" font-family="arial" font-size="14.00">Veronte CEX:30:ECAP 0</text> +<text text-anchor="start" x="801.5" y="-1429.7" font-family="arial" font-size="14.00">     PKYE    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1423 595.5,-1425 882.5,-1425 882.5,-1423 595.5,-1423"/> +<polygon fill="#ff66cc" stroke="none" points="595.5,-1421 595.5,-1423 882.5,-1423 882.5,-1421 595.5,-1421"/> +<polygon fill="#ffff00" stroke="none" points="595.5,-1419 595.5,-1421 882.5,-1421 882.5,-1419 595.5,-1419"/> +<polygon fill="#ff66cc" stroke="none" points="595.5,-1417 595.5,-1419 882.5,-1419 882.5,-1417 595.5,-1417"/> +<polygon fill="#000000" stroke="none" points="595.5,-1415 595.5,-1417 882.5,-1417 882.5,-1415 595.5,-1415"/> +<text text-anchor="start" x="616.12" y="-1399.7" font-family="arial" font-size="14.00">Veronte CEX:31:ECAP 1</text> +<text text-anchor="start" x="808.62" y="-1399.7" font-family="arial" font-size="14.00">     WH    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1393 595.5,-1395 882.5,-1395 882.5,-1393 595.5,-1393"/> +<polygon fill="#ffffff" stroke="none" points="595.5,-1391 595.5,-1393 882.5,-1393 882.5,-1391 595.5,-1391"/> +<polygon fill="#ffffff" stroke="none" points="595.5,-1389 595.5,-1391 882.5,-1391 882.5,-1389 595.5,-1389"/> +<polygon fill="#ffffff" stroke="none" points="595.5,-1387 595.5,-1389 882.5,-1389 882.5,-1387 595.5,-1387"/> +<polygon fill="#000000" stroke="none" points="595.5,-1385 595.5,-1387 882.5,-1387 882.5,-1385 595.5,-1385"/> +<text text-anchor="start" x="616.12" y="-1369.7" font-family="arial" font-size="14.00">Veronte CEX:32:ECAP 2</text> +<text text-anchor="start" x="810.88" y="-1369.7" font-family="arial" font-size="14.00">     BN    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1363 595.5,-1365 882.5,-1365 882.5,-1363 595.5,-1363"/> +<polygon fill="#895956" stroke="none" points="595.5,-1361 595.5,-1363 882.5,-1363 882.5,-1361 595.5,-1361"/> +<polygon fill="#895956" stroke="none" points="595.5,-1359 595.5,-1361 882.5,-1361 882.5,-1359 595.5,-1359"/> +<polygon fill="#895956" stroke="none" points="595.5,-1357 595.5,-1359 882.5,-1359 882.5,-1357 595.5,-1357"/> +<polygon fill="#000000" stroke="none" points="595.5,-1355 595.5,-1357 882.5,-1357 882.5,-1355 595.5,-1355"/> +<text text-anchor="start" x="616.12" y="-1339.7" font-family="arial" font-size="14.00">Veronte CEX:33:ECAP 3</text> +<text text-anchor="start" x="810.12" y="-1339.7" font-family="arial" font-size="14.00">     GN    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1333 595.5,-1335 882.5,-1335 882.5,-1333 595.5,-1333"/> +<polygon fill="#00ff00" stroke="none" points="595.5,-1331 595.5,-1333 882.5,-1333 882.5,-1331 595.5,-1331"/> +<polygon fill="#00ff00" stroke="none" points="595.5,-1329 595.5,-1331 882.5,-1331 882.5,-1329 595.5,-1329"/> +<polygon fill="#00ff00" stroke="none" points="595.5,-1327 595.5,-1329 882.5,-1329 882.5,-1327 595.5,-1327"/> +<polygon fill="#000000" stroke="none" points="595.5,-1325 595.5,-1327 882.5,-1327 882.5,-1325 595.5,-1325"/> +<text text-anchor="start" x="618.38" y="-1309.7" font-family="arial" font-size="14.00">Veronte CEX:34:PWM 0</text> +<text text-anchor="start" x="811.25" y="-1309.7" font-family="arial" font-size="14.00">     YE    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1303 595.5,-1305 882.5,-1305 882.5,-1303 595.5,-1303"/> +<polygon fill="#ffff00" stroke="none" points="595.5,-1301 595.5,-1303 882.5,-1303 882.5,-1301 595.5,-1301"/> +<polygon fill="#ffff00" stroke="none" points="595.5,-1299 595.5,-1301 882.5,-1301 882.5,-1299 595.5,-1299"/> +<polygon fill="#ffff00" stroke="none" points="595.5,-1297 595.5,-1299 882.5,-1299 882.5,-1297 595.5,-1297"/> +<polygon fill="#000000" stroke="none" points="595.5,-1295 595.5,-1297 882.5,-1297 882.5,-1295 595.5,-1295"/> +<text text-anchor="start" x="618.38" y="-1279.7" font-family="arial" font-size="14.00">Veronte CEX:35:PWM 1</text> +<text text-anchor="start" x="810.5" y="-1279.7" font-family="arial" font-size="14.00">     GY    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1273 595.5,-1275 882.5,-1275 882.5,-1273 595.5,-1273"/> +<polygon fill="#999999" stroke="none" points="595.5,-1271 595.5,-1273 882.5,-1273 882.5,-1271 595.5,-1271"/> +<polygon fill="#999999" stroke="none" points="595.5,-1269 595.5,-1271 882.5,-1271 882.5,-1269 595.5,-1269"/> +<polygon fill="#999999" stroke="none" points="595.5,-1267 595.5,-1269 882.5,-1269 882.5,-1267 595.5,-1267"/> +<polygon fill="#000000" stroke="none" points="595.5,-1265 595.5,-1267 882.5,-1267 882.5,-1265 595.5,-1265"/> +<text text-anchor="start" x="618.38" y="-1249.7" font-family="arial" font-size="14.00">Veronte CEX:36:PWM 2</text> +<text text-anchor="start" x="810.88" y="-1249.7" font-family="arial" font-size="14.00">     PK    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1243 595.5,-1245 882.5,-1245 882.5,-1243 595.5,-1243"/> +<polygon fill="#ff66cc" stroke="none" points="595.5,-1241 595.5,-1243 882.5,-1243 882.5,-1241 595.5,-1241"/> +<polygon fill="#ff66cc" stroke="none" points="595.5,-1239 595.5,-1241 882.5,-1241 882.5,-1239 595.5,-1239"/> +<polygon fill="#ff66cc" stroke="none" points="595.5,-1237 595.5,-1239 882.5,-1239 882.5,-1237 595.5,-1237"/> +<polygon fill="#000000" stroke="none" points="595.5,-1235 595.5,-1237 882.5,-1237 882.5,-1235 595.5,-1235"/> +<text text-anchor="start" x="618.38" y="-1219.7" font-family="arial" font-size="14.00">Veronte CEX:37:PWM 3</text> +<text text-anchor="start" x="810.88" y="-1219.7" font-family="arial" font-size="14.00">     BU    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1213 595.5,-1215 882.5,-1215 882.5,-1213 595.5,-1213"/> +<polygon fill="#0066ff" stroke="none" points="595.5,-1211 595.5,-1213 882.5,-1213 882.5,-1211 595.5,-1211"/> +<polygon fill="#0066ff" stroke="none" points="595.5,-1209 595.5,-1211 882.5,-1211 882.5,-1209 595.5,-1209"/> +<polygon fill="#0066ff" stroke="none" points="595.5,-1207 595.5,-1209 882.5,-1209 882.5,-1207 595.5,-1207"/> +<polygon fill="#000000" stroke="none" points="595.5,-1205 595.5,-1207 882.5,-1207 882.5,-1205 595.5,-1205"/> +<text text-anchor="start" x="618.38" y="-1189.7" font-family="arial" font-size="14.00">Veronte CEX:38:PWM 4</text> +<text text-anchor="start" x="810.12" y="-1189.7" font-family="arial" font-size="14.00">     RD    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1183 595.5,-1185 882.5,-1185 882.5,-1183 595.5,-1183"/> +<polygon fill="#ff0000" stroke="none" points="595.5,-1181 595.5,-1183 882.5,-1183 882.5,-1181 595.5,-1181"/> +<polygon fill="#ff0000" stroke="none" points="595.5,-1179 595.5,-1181 882.5,-1181 882.5,-1179 595.5,-1179"/> +<polygon fill="#ff0000" stroke="none" points="595.5,-1177 595.5,-1179 882.5,-1179 882.5,-1177 595.5,-1177"/> +<polygon fill="#000000" stroke="none" points="595.5,-1175 595.5,-1177 882.5,-1177 882.5,-1175 595.5,-1175"/> +<text text-anchor="start" x="618.38" y="-1159.7" font-family="arial" font-size="14.00">Veronte CEX:39:PWM 5</text> +<text text-anchor="start" x="810.88" y="-1159.7" font-family="arial" font-size="14.00">     BK    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1153 595.5,-1155 882.5,-1155 882.5,-1153 595.5,-1153"/> +<polygon fill="#000000" stroke="none" points="595.5,-1151 595.5,-1153 882.5,-1153 882.5,-1151 595.5,-1151"/> +<polygon fill="#000000" stroke="none" points="595.5,-1149 595.5,-1151 882.5,-1151 882.5,-1149 595.5,-1149"/> +<polygon fill="#000000" stroke="none" points="595.5,-1147 595.5,-1149 882.5,-1149 882.5,-1147 595.5,-1147"/> +<polygon fill="#000000" stroke="none" points="595.5,-1145 595.5,-1147 882.5,-1147 882.5,-1145 595.5,-1145"/> +<text text-anchor="start" x="618.38" y="-1129.7" font-family="arial" font-size="14.00">Veronte CEX:40:PWM 6</text> +<text text-anchor="start" x="810.88" y="-1129.7" font-family="arial" font-size="14.00">     PK    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1123 595.5,-1125 882.5,-1125 882.5,-1123 595.5,-1123"/> +<polygon fill="#ff66cc" stroke="none" points="595.5,-1121 595.5,-1123 882.5,-1123 882.5,-1121 595.5,-1121"/> +<polygon fill="#ff66cc" stroke="none" points="595.5,-1119 595.5,-1121 882.5,-1121 882.5,-1119 595.5,-1119"/> +<polygon fill="#ff66cc" stroke="none" points="595.5,-1117 595.5,-1119 882.5,-1119 882.5,-1117 595.5,-1117"/> +<polygon fill="#000000" stroke="none" points="595.5,-1115 595.5,-1117 882.5,-1117 882.5,-1115 595.5,-1115"/> +<text text-anchor="start" x="618.38" y="-1099.7" font-family="arial" font-size="14.00">Veronte CEX:41:PWM 7</text> +<text text-anchor="start" x="800.75" y="-1099.7" font-family="arial" font-size="14.00">     PKGY    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1093 595.5,-1095 882.5,-1095 882.5,-1093 595.5,-1093"/> +<polygon fill="#ff66cc" stroke="none" points="595.5,-1091 595.5,-1093 882.5,-1093 882.5,-1091 595.5,-1091"/> +<polygon fill="#999999" stroke="none" points="595.5,-1089 595.5,-1091 882.5,-1091 882.5,-1089 595.5,-1089"/> +<polygon fill="#ff66cc" stroke="none" points="595.5,-1087 595.5,-1089 882.5,-1089 882.5,-1087 595.5,-1087"/> +<polygon fill="#000000" stroke="none" points="595.5,-1085 595.5,-1087 882.5,-1087 882.5,-1085 595.5,-1085"/> +<text text-anchor="start" x="626.25" y="-1069.7" font-family="arial" font-size="14.00">Veronte CEX:42:GND</text> +<text text-anchor="start" x="800.38" y="-1069.7" font-family="arial" font-size="14.00">     BURD    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1063 595.5,-1065 882.5,-1065 882.5,-1063 595.5,-1063"/> +<polygon fill="#0066ff" stroke="none" points="595.5,-1061 595.5,-1063 882.5,-1063 882.5,-1061 595.5,-1061"/> +<polygon fill="#ff0000" stroke="none" points="595.5,-1059 595.5,-1061 882.5,-1061 882.5,-1059 595.5,-1059"/> +<polygon fill="#0066ff" stroke="none" points="595.5,-1057 595.5,-1059 882.5,-1059 882.5,-1057 595.5,-1057"/> +<polygon fill="#000000" stroke="none" points="595.5,-1055 595.5,-1057 882.5,-1057 882.5,-1055 595.5,-1055"/> +<text text-anchor="start" x="616.12" y="-1039.7" font-family="arial" font-size="14.00">Veronte CEX:43:A0 3.3V</text> +<text text-anchor="start" x="798.12" y="-1039.7" font-family="arial" font-size="14.00">     GNWH    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1033 595.5,-1035 882.5,-1035 882.5,-1033 595.5,-1033"/> +<polygon fill="#00ff00" stroke="none" points="595.5,-1031 595.5,-1033 882.5,-1033 882.5,-1031 595.5,-1031"/> +<polygon fill="#ffffff" stroke="none" points="595.5,-1029 595.5,-1031 882.5,-1031 882.5,-1029 595.5,-1029"/> +<polygon fill="#00ff00" stroke="none" points="595.5,-1027 595.5,-1029 882.5,-1029 882.5,-1027 595.5,-1027"/> +<polygon fill="#000000" stroke="none" points="595.5,-1025 595.5,-1027 882.5,-1027 882.5,-1025 595.5,-1025"/> +<text text-anchor="start" x="616.12" y="-1009.7" font-family="arial" font-size="14.00">Veronte CEX:44:A1 3.3V</text> +<text text-anchor="start" x="800.38" y="-1009.7" font-family="arial" font-size="14.00">     GNBN    </text> +<polygon fill="#000000" stroke="none" points="595.5,-1003 595.5,-1005 882.5,-1005 882.5,-1003 595.5,-1003"/> +<polygon fill="#00ff00" stroke="none" points="595.5,-1001 595.5,-1003 882.5,-1003 882.5,-1001 595.5,-1001"/> +<polygon fill="#895956" stroke="none" points="595.5,-999 595.5,-1001 882.5,-1001 882.5,-999 595.5,-999"/> +<polygon fill="#00ff00" stroke="none" points="595.5,-997 595.5,-999 882.5,-999 882.5,-997 595.5,-997"/> +<polygon fill="#000000" stroke="none" points="595.5,-995 595.5,-997 882.5,-997 882.5,-995 595.5,-995"/> +<text text-anchor="start" x="622.12" y="-979.7" font-family="arial" font-size="14.00">Veronte CEX:45:A2 5V</text> +<text text-anchor="start" x="799.25" y="-979.7" font-family="arial" font-size="14.00">     YEWH    </text> +<polygon fill="#000000" stroke="none" points="595.5,-973 595.5,-975 882.5,-975 882.5,-973 595.5,-973"/> +<polygon fill="#ffff00" stroke="none" points="595.5,-971 595.5,-973 882.5,-973 882.5,-971 595.5,-971"/> +<polygon fill="#ffffff" stroke="none" points="595.5,-969 595.5,-971 882.5,-971 882.5,-969 595.5,-969"/> +<polygon fill="#ffff00" stroke="none" points="595.5,-967 595.5,-969 882.5,-969 882.5,-967 595.5,-967"/> +<polygon fill="#000000" stroke="none" points="595.5,-965 595.5,-967 882.5,-967 882.5,-965 595.5,-965"/> +<text text-anchor="start" x="622.12" y="-949.7" font-family="arial" font-size="14.00">Veronte CEX:46:A3 5V</text> +<text text-anchor="start" x="801.5" y="-949.7" font-family="arial" font-size="14.00">     BNYE    </text> +<polygon fill="#000000" stroke="none" points="595.5,-943 595.5,-945 882.5,-945 882.5,-943 595.5,-943"/> +<polygon fill="#895956" stroke="none" points="595.5,-941 595.5,-943 882.5,-943 882.5,-941 595.5,-941"/> +<polygon fill="#ffff00" stroke="none" points="595.5,-939 595.5,-941 882.5,-941 882.5,-939 595.5,-939"/> +<polygon fill="#895956" stroke="none" points="595.5,-937 595.5,-939 882.5,-939 882.5,-937 595.5,-937"/> +<polygon fill="#000000" stroke="none" points="595.5,-935 595.5,-937 882.5,-937 882.5,-935 595.5,-935"/> +<text text-anchor="start" x="618" y="-919.7" font-family="arial" font-size="14.00">Veronte CEX:47:A4 12V</text> +<text text-anchor="start" x="798.5" y="-919.7" font-family="arial" font-size="14.00">     GYWH    </text> +<polygon fill="#000000" stroke="none" points="595.5,-913 595.5,-915 882.5,-915 882.5,-913 595.5,-913"/> +<polygon fill="#999999" stroke="none" points="595.5,-911 595.5,-913 882.5,-913 882.5,-911 595.5,-911"/> +<polygon fill="#ffffff" stroke="none" points="595.5,-909 595.5,-911 882.5,-911 882.5,-909 595.5,-909"/> +<polygon fill="#999999" stroke="none" points="595.5,-907 595.5,-909 882.5,-909 882.5,-907 595.5,-907"/> +<polygon fill="#000000" stroke="none" points="595.5,-905 595.5,-907 882.5,-907 882.5,-905 595.5,-905"/> +<text text-anchor="start" x="618" y="-889.7" font-family="arial" font-size="14.00">Veronte CEX:48:A5 12V</text> +<text text-anchor="start" x="800.75" y="-889.7" font-family="arial" font-size="14.00">     BNGY    </text> +<polygon fill="#000000" stroke="none" points="595.5,-883 595.5,-885 882.5,-885 882.5,-883 595.5,-883"/> +<polygon fill="#895956" stroke="none" points="595.5,-881 595.5,-883 882.5,-883 882.5,-881 595.5,-881"/> +<polygon fill="#999999" stroke="none" points="595.5,-879 595.5,-881 882.5,-881 882.5,-879 595.5,-879"/> +<polygon fill="#895956" stroke="none" points="595.5,-877 595.5,-879 882.5,-879 882.5,-877 595.5,-877"/> +<polygon fill="#000000" stroke="none" points="595.5,-875 595.5,-877 882.5,-877 882.5,-875 595.5,-875"/> +<text text-anchor="start" x="618" y="-859.7" font-family="arial" font-size="14.00">Veronte CEX:49:A6 36V</text> +<text text-anchor="start" x="798.88" y="-859.7" font-family="arial" font-size="14.00">     PKWH    </text> +<polygon fill="#000000" stroke="none" points="595.5,-853 595.5,-855 882.5,-855 882.5,-853 595.5,-853"/> +<polygon fill="#ff66cc" stroke="none" points="595.5,-851 595.5,-853 882.5,-853 882.5,-851 595.5,-851"/> +<polygon fill="#ffffff" stroke="none" points="595.5,-849 595.5,-851 882.5,-851 882.5,-849 595.5,-849"/> +<polygon fill="#ff66cc" stroke="none" points="595.5,-847 595.5,-849 882.5,-849 882.5,-847 595.5,-847"/> +<polygon fill="#000000" stroke="none" points="595.5,-845 595.5,-847 882.5,-847 882.5,-845 595.5,-845"/> +<text text-anchor="start" x="618" y="-829.7" font-family="arial" font-size="14.00">Veronte CEX:50:A7 36V</text> +<text text-anchor="start" x="801.12" y="-829.7" font-family="arial" font-size="14.00">     BNPK    </text> +<polygon fill="#000000" stroke="none" points="595.5,-823 595.5,-825 882.5,-825 882.5,-823 595.5,-823"/> +<polygon fill="#895956" stroke="none" points="595.5,-821 595.5,-823 882.5,-823 882.5,-821 595.5,-821"/> +<polygon fill="#ff66cc" stroke="none" points="595.5,-819 595.5,-821 882.5,-821 882.5,-819 595.5,-819"/> +<polygon fill="#895956" stroke="none" points="595.5,-817 595.5,-819 882.5,-819 882.5,-817 595.5,-817"/> +<polygon fill="#000000" stroke="none" points="595.5,-815 595.5,-817 882.5,-817 882.5,-815 595.5,-815"/> +<text text-anchor="start" x="626.25" y="-799.7" font-family="arial" font-size="14.00">Veronte CEX:51:GND</text> +<text text-anchor="start" x="798.88" y="-799.7" font-family="arial" font-size="14.00">     BUWH    </text> +<polygon fill="#000000" stroke="none" points="595.5,-793 595.5,-795 882.5,-795 882.5,-793 595.5,-793"/> +<polygon fill="#0066ff" stroke="none" points="595.5,-791 595.5,-793 882.5,-793 882.5,-791 595.5,-791"/> +<polygon fill="#ffffff" stroke="none" points="595.5,-789 595.5,-791 882.5,-791 882.5,-789 595.5,-789"/> +<polygon fill="#0066ff" stroke="none" points="595.5,-787 595.5,-789 882.5,-789 882.5,-787 595.5,-787"/> +<polygon fill="#000000" stroke="none" points="595.5,-785 595.5,-787 882.5,-787 882.5,-785 595.5,-785"/> +<text text-anchor="start" x="611.62" y="-769.7" font-family="arial" font-size="14.00">Veronte CEX:52:ARX(0) P</text> +<text text-anchor="start" x="801.12" y="-769.7" font-family="arial" font-size="14.00">     BUBN    </text> +<polygon fill="#000000" stroke="none" points="595.5,-763 595.5,-765 882.5,-765 882.5,-763 595.5,-763"/> +<polygon fill="#0066ff" stroke="none" points="595.5,-761 595.5,-763 882.5,-763 882.5,-761 595.5,-761"/> +<polygon fill="#895956" stroke="none" points="595.5,-759 595.5,-761 882.5,-761 882.5,-759 595.5,-759"/> +<polygon fill="#0066ff" stroke="none" points="595.5,-757 595.5,-759 882.5,-759 882.5,-757 595.5,-757"/> +<polygon fill="#000000" stroke="none" points="595.5,-755 595.5,-757 882.5,-757 882.5,-755 595.5,-755"/> +<text text-anchor="start" x="611.62" y="-739.7" font-family="arial" font-size="14.00">Veronte CEX:53:ARX(0) N</text> +<text text-anchor="start" x="798.12" y="-739.7" font-family="arial" font-size="14.00">     RDWH    </text> +<polygon fill="#000000" stroke="none" points="595.5,-733 595.5,-735 882.5,-735 882.5,-733 595.5,-733"/> +<polygon fill="#ff0000" stroke="none" points="595.5,-731 595.5,-733 882.5,-733 882.5,-731 595.5,-731"/> +<polygon fill="#ffffff" stroke="none" points="595.5,-729 595.5,-731 882.5,-731 882.5,-729 595.5,-729"/> +<polygon fill="#ff0000" stroke="none" points="595.5,-727 595.5,-729 882.5,-729 882.5,-727 595.5,-727"/> +<polygon fill="#000000" stroke="none" points="595.5,-725 595.5,-727 882.5,-727 882.5,-725 595.5,-725"/> +<text text-anchor="start" x="611.62" y="-709.7" font-family="arial" font-size="14.00">Veronte CEX:54:ARX(1) P</text> +<text text-anchor="start" x="800.38" y="-709.7" font-family="arial" font-size="14.00">     RDBN    </text> +<polygon fill="#000000" stroke="none" points="595.5,-703 595.5,-705 882.5,-705 882.5,-703 595.5,-703"/> +<polygon fill="#ff0000" stroke="none" points="595.5,-701 595.5,-703 882.5,-703 882.5,-701 595.5,-701"/> +<polygon fill="#895956" stroke="none" points="595.5,-699 595.5,-701 882.5,-701 882.5,-699 595.5,-699"/> +<polygon fill="#ff0000" stroke="none" points="595.5,-697 595.5,-699 882.5,-699 882.5,-697 595.5,-697"/> +<polygon fill="#000000" stroke="none" points="595.5,-695 595.5,-697 882.5,-697 882.5,-695 595.5,-695"/> +<text text-anchor="start" x="611.62" y="-679.7" font-family="arial" font-size="14.00">Veronte CEX:55:ARX(1) N</text> +<text text-anchor="start" x="798.88" y="-679.7" font-family="arial" font-size="14.00">     BKWH    </text> +<polygon fill="#000000" stroke="none" points="595.5,-673 595.5,-675 882.5,-675 882.5,-673 595.5,-673"/> +<polygon fill="#000000" stroke="none" points="595.5,-671 595.5,-673 882.5,-673 882.5,-671 595.5,-671"/> +<polygon fill="#ffffff" stroke="none" points="595.5,-669 595.5,-671 882.5,-671 882.5,-669 595.5,-669"/> +<polygon fill="#000000" stroke="none" points="595.5,-667 595.5,-669 882.5,-669 882.5,-667 595.5,-667"/> +<polygon fill="#000000" stroke="none" points="595.5,-665 595.5,-667 882.5,-667 882.5,-665 595.5,-665"/> +<text text-anchor="start" x="611.62" y="-649.7" font-family="arial" font-size="14.00">Veronte CEX:56:ARX(2) P</text> +<text text-anchor="start" x="801.12" y="-649.7" font-family="arial" font-size="14.00">     BKBN    </text> +<polygon fill="#000000" stroke="none" points="595.5,-643 595.5,-645 882.5,-645 882.5,-643 595.5,-643"/> +<polygon fill="#000000" stroke="none" points="595.5,-641 595.5,-643 882.5,-643 882.5,-641 595.5,-641"/> +<polygon fill="#895956" stroke="none" points="595.5,-639 595.5,-641 882.5,-641 882.5,-639 595.5,-639"/> +<polygon fill="#000000" stroke="none" points="595.5,-637 595.5,-639 882.5,-639 882.5,-637 595.5,-637"/> +<polygon fill="#000000" stroke="none" points="595.5,-635 595.5,-637 882.5,-637 882.5,-635 595.5,-635"/> +<text text-anchor="start" x="611.62" y="-619.7" font-family="arial" font-size="14.00">Veronte CEX:57:ARX(2) N</text> +<text text-anchor="start" x="800" y="-619.7" font-family="arial" font-size="14.00">     GNGY    </text> +<polygon fill="#000000" stroke="none" points="595.5,-613 595.5,-615 882.5,-615 882.5,-613 595.5,-613"/> +<polygon fill="#00ff00" stroke="none" points="595.5,-611 595.5,-613 882.5,-613 882.5,-611 595.5,-611"/> +<polygon fill="#999999" stroke="none" points="595.5,-609 595.5,-611 882.5,-611 882.5,-609 595.5,-609"/> +<polygon fill="#00ff00" stroke="none" points="595.5,-607 595.5,-609 882.5,-609 882.5,-607 595.5,-607"/> +<polygon fill="#000000" stroke="none" points="595.5,-605 595.5,-607 882.5,-607 882.5,-605 595.5,-605"/> +<text text-anchor="start" x="611.62" y="-589.7" font-family="arial" font-size="14.00">Veronte CEX:58:ARX(3) P</text> +<text text-anchor="start" x="800.75" y="-589.7" font-family="arial" font-size="14.00">     GNYE    </text> +<polygon fill="#000000" stroke="none" points="595.5,-583 595.5,-585 882.5,-585 882.5,-583 595.5,-583"/> +<polygon fill="#00ff00" stroke="none" points="595.5,-581 595.5,-583 882.5,-583 882.5,-581 595.5,-581"/> +<polygon fill="#ffff00" stroke="none" points="595.5,-579 595.5,-581 882.5,-581 882.5,-579 595.5,-579"/> +<polygon fill="#00ff00" stroke="none" points="595.5,-577 595.5,-579 882.5,-579 882.5,-577 595.5,-577"/> +<polygon fill="#000000" stroke="none" points="595.5,-575 595.5,-577 882.5,-577 882.5,-575 595.5,-575"/> +<text text-anchor="start" x="611.62" y="-559.7" font-family="arial" font-size="14.00">Veronte CEX:59:ARX(3) N</text> +<text text-anchor="start" x="800.38" y="-559.7" font-family="arial" font-size="14.00">     GNPK    </text> +<polygon fill="#000000" stroke="none" points="595.5,-553 595.5,-555 882.5,-555 882.5,-553 595.5,-553"/> +<polygon fill="#00ff00" stroke="none" points="595.5,-551 595.5,-553 882.5,-553 882.5,-551 595.5,-551"/> +<polygon fill="#ff66cc" stroke="none" points="595.5,-549 595.5,-551 882.5,-551 882.5,-549 595.5,-549"/> +<polygon fill="#00ff00" stroke="none" points="595.5,-547 595.5,-549 882.5,-549 882.5,-547 595.5,-547"/> +<polygon fill="#000000" stroke="none" points="595.5,-545 595.5,-547 882.5,-547 882.5,-545 595.5,-545"/> +<text text-anchor="start" x="617.62" y="-529.7" font-family="arial" font-size="14.00">Veronte CEX:60:GPIO 8</text> +<text text-anchor="start" x="801.5" y="-529.7" font-family="arial" font-size="14.00">     PKYE    </text> +<polygon fill="#000000" stroke="none" points="595.5,-523 595.5,-525 882.5,-525 882.5,-523 595.5,-523"/> +<polygon fill="#ff66cc" stroke="none" points="595.5,-521 595.5,-523 882.5,-523 882.5,-521 595.5,-521"/> +<polygon fill="#ffff00" stroke="none" points="595.5,-519 595.5,-521 882.5,-521 882.5,-519 595.5,-519"/> +<polygon fill="#ff66cc" stroke="none" points="595.5,-517 595.5,-519 882.5,-519 882.5,-517 595.5,-517"/> +<polygon fill="#000000" stroke="none" points="595.5,-515 595.5,-517 882.5,-517 882.5,-515 595.5,-515"/> +<text text-anchor="start" x="617.62" y="-499.7" font-family="arial" font-size="14.00">Veronte CEX:61:GPIO 9</text> +<text text-anchor="start" x="808.62" y="-499.7" font-family="arial" font-size="14.00">     WH    </text> +<polygon fill="#000000" stroke="none" points="595.5,-493 595.5,-495 882.5,-495 882.5,-493 595.5,-493"/> +<polygon fill="#ffffff" stroke="none" points="595.5,-491 595.5,-493 882.5,-493 882.5,-491 595.5,-491"/> +<polygon fill="#ffffff" stroke="none" points="595.5,-489 595.5,-491 882.5,-491 882.5,-489 595.5,-489"/> +<polygon fill="#ffffff" stroke="none" points="595.5,-487 595.5,-489 882.5,-489 882.5,-487 595.5,-487"/> +<polygon fill="#000000" stroke="none" points="595.5,-485 595.5,-487 882.5,-487 882.5,-485 595.5,-485"/> +<text text-anchor="start" x="613.5" y="-469.7" font-family="arial" font-size="14.00">Veronte CEX:62:GPIO 10</text> +<text text-anchor="start" x="810.88" y="-469.7" font-family="arial" font-size="14.00">     BN    </text> +<polygon fill="#000000" stroke="none" points="595.5,-463 595.5,-465 882.5,-465 882.5,-463 595.5,-463"/> +<polygon fill="#895956" stroke="none" points="595.5,-461 595.5,-463 882.5,-463 882.5,-461 595.5,-461"/> +<polygon fill="#895956" stroke="none" points="595.5,-459 595.5,-461 882.5,-461 882.5,-459 595.5,-459"/> +<polygon fill="#895956" stroke="none" points="595.5,-457 595.5,-459 882.5,-459 882.5,-457 595.5,-457"/> +<polygon fill="#000000" stroke="none" points="595.5,-455 595.5,-457 882.5,-457 882.5,-455 595.5,-455"/> +<text text-anchor="start" x="613.5" y="-439.7" font-family="arial" font-size="14.00">Veronte CEX:63:GPIO 11</text> +<text text-anchor="start" x="810.12" y="-439.7" font-family="arial" font-size="14.00">     GN    </text> +<polygon fill="#000000" stroke="none" points="595.5,-433 595.5,-435 882.5,-435 882.5,-433 595.5,-433"/> +<polygon fill="#00ff00" stroke="none" points="595.5,-431 595.5,-433 882.5,-433 882.5,-431 595.5,-431"/> +<polygon fill="#00ff00" stroke="none" points="595.5,-429 595.5,-431 882.5,-431 882.5,-429 595.5,-429"/> +<polygon fill="#00ff00" stroke="none" points="595.5,-427 595.5,-429 882.5,-429 882.5,-427 595.5,-427"/> +<polygon fill="#000000" stroke="none" points="595.5,-425 595.5,-427 882.5,-427 882.5,-425 595.5,-425"/> +<text text-anchor="start" x="613.5" y="-409.7" font-family="arial" font-size="14.00">Veronte CEX:64:GPIO 12</text> +<text text-anchor="start" x="811.25" y="-409.7" font-family="arial" font-size="14.00">     YE    </text> +<polygon fill="#000000" stroke="none" points="595.5,-403 595.5,-405 882.5,-405 882.5,-403 595.5,-403"/> +<polygon fill="#ffff00" stroke="none" points="595.5,-401 595.5,-403 882.5,-403 882.5,-401 595.5,-401"/> +<polygon fill="#ffff00" stroke="none" points="595.5,-399 595.5,-401 882.5,-401 882.5,-399 595.5,-399"/> +<polygon fill="#ffff00" stroke="none" points="595.5,-397 595.5,-399 882.5,-399 882.5,-397 595.5,-397"/> +<polygon fill="#000000" stroke="none" points="595.5,-395 595.5,-397 882.5,-397 882.5,-395 595.5,-395"/> +<text text-anchor="start" x="613.5" y="-379.7" font-family="arial" font-size="14.00">Veronte CEX:65:GPIO 13</text> +<text text-anchor="start" x="810.5" y="-379.7" font-family="arial" font-size="14.00">     GY    </text> +<polygon fill="#000000" stroke="none" points="595.5,-373 595.5,-375 882.5,-375 882.5,-373 595.5,-373"/> +<polygon fill="#999999" stroke="none" points="595.5,-371 595.5,-373 882.5,-373 882.5,-371 595.5,-371"/> +<polygon fill="#999999" stroke="none" points="595.5,-369 595.5,-371 882.5,-371 882.5,-369 595.5,-369"/> +<polygon fill="#999999" stroke="none" points="595.5,-367 595.5,-369 882.5,-369 882.5,-367 595.5,-367"/> +<polygon fill="#000000" stroke="none" points="595.5,-365 595.5,-367 882.5,-367 882.5,-365 595.5,-365"/> +<text text-anchor="start" x="613.5" y="-349.7" font-family="arial" font-size="14.00">Veronte CEX:66:GPIO 14</text> +<text text-anchor="start" x="810.88" y="-349.7" font-family="arial" font-size="14.00">     PK    </text> +<polygon fill="#000000" stroke="none" points="595.5,-343 595.5,-345 882.5,-345 882.5,-343 595.5,-343"/> +<polygon fill="#ff66cc" stroke="none" points="595.5,-341 595.5,-343 882.5,-343 882.5,-341 595.5,-341"/> +<polygon fill="#ff66cc" stroke="none" points="595.5,-339 595.5,-341 882.5,-341 882.5,-339 595.5,-339"/> +<polygon fill="#ff66cc" stroke="none" points="595.5,-337 595.5,-339 882.5,-339 882.5,-337 595.5,-337"/> +<polygon fill="#000000" stroke="none" points="595.5,-335 595.5,-337 882.5,-337 882.5,-335 595.5,-335"/> +<text text-anchor="start" x="613.5" y="-319.7" font-family="arial" font-size="14.00">Veronte CEX:67:GPIO 15</text> +<text text-anchor="start" x="810.88" y="-319.7" font-family="arial" font-size="14.00">     BU    </text> +<polygon fill="#000000" stroke="none" points="595.5,-313 595.5,-315 882.5,-315 882.5,-313 595.5,-313"/> +<polygon fill="#0066ff" stroke="none" points="595.5,-311 595.5,-313 882.5,-313 882.5,-311 595.5,-311"/> +<polygon fill="#0066ff" stroke="none" points="595.5,-309 595.5,-311 882.5,-311 882.5,-309 595.5,-309"/> +<polygon fill="#0066ff" stroke="none" points="595.5,-307 595.5,-309 882.5,-309 882.5,-307 595.5,-307"/> +<polygon fill="#000000" stroke="none" points="595.5,-305 595.5,-307 882.5,-307 882.5,-305 595.5,-305"/> +<text text-anchor="start" x="613.5" y="-289.7" font-family="arial" font-size="14.00">Veronte CEX:68:GPIO 16</text> +<text text-anchor="start" x="810.12" y="-289.7" font-family="arial" font-size="14.00">     RD    </text> +<polygon fill="#000000" stroke="none" points="595.5,-283 595.5,-285 882.5,-285 882.5,-283 595.5,-283"/> +<polygon fill="#ff0000" stroke="none" points="595.5,-281 595.5,-283 882.5,-283 882.5,-281 595.5,-281"/> +<polygon fill="#ff0000" stroke="none" points="595.5,-279 595.5,-281 882.5,-281 882.5,-279 595.5,-279"/> +<polygon fill="#ff0000" stroke="none" points="595.5,-277 595.5,-279 882.5,-279 882.5,-277 595.5,-277"/> +<polygon fill="#000000" stroke="none" points="595.5,-275 595.5,-277 882.5,-277 882.5,-275 595.5,-275"/> +<text text-anchor="start" x="694.12" y="-259.7" font-family="arial" font-size="14.00"> </text> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge1" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-2064C493.65,-2064.56 513.92,-2076.56 594.5,-2076"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-2066C492.64,-2066.28 512.9,-2078.28 594.5,-2078"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-2068C491.62,-2068 511.88,-2080 594.5,-2080"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-2070C490.6,-2069.72 510.86,-2081.72 594.5,-2082"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-2072C489.58,-2071.44 509.85,-2083.44 594.5,-2084"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge2" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-2040C492.61,-2040.16 513.13,-2046.16 594.5,-2046"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-2042C492.05,-2042.08 512.57,-2048.08 594.5,-2048"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-2044C491.49,-2044 512.01,-2050 594.5,-2050"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-2046C490.93,-2045.92 511.45,-2051.92 594.5,-2052"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-2048C490.37,-2047.84 510.89,-2053.84 594.5,-2054"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge3" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1968C489.58,-1968.56 509.85,-1956.56 594.5,-1956"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-1970C490.6,-1970.28 510.86,-1958.28 594.5,-1958"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-1972C491.62,-1972 511.88,-1960 594.5,-1960"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-1974C492.64,-1973.72 512.9,-1961.72 594.5,-1962"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1976C493.65,-1975.44 513.92,-1963.44 594.5,-1964"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge4" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1944C489.14,-1945.04 508.98,-1927.04 594.5,-1926"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1946C490.49,-1946.52 510.32,-1928.52 594.5,-1928"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1948C491.83,-1948 511.67,-1930 594.5,-1930"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1950C493.18,-1949.48 513.01,-1931.48 594.5,-1932"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1952C494.52,-1950.96 514.36,-1932.96 594.5,-1934"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge5" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1848C497.97,-1850.79 513.15,-1898.79 594.5,-1896"/> +<path fill="none" stroke="#8000ff" stroke-width="2" d="M409,-1850C496.07,-1851.4 511.25,-1899.4 594.5,-1898"/> +<path fill="none" stroke="#8000ff" stroke-width="2" d="M409,-1852C494.16,-1852 509.34,-1900 594.5,-1900"/> +<path fill="none" stroke="#8000ff" stroke-width="2" d="M409,-1854C492.25,-1852.6 507.43,-1900.6 594.5,-1902"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1856C490.35,-1853.21 505.53,-1901.21 594.5,-1904"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge6" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1824C497.26,-1826.54 513.69,-1868.54 594.5,-1866"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1826C495.39,-1827.27 511.83,-1869.27 594.5,-1868"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-1828C493.53,-1828 509.97,-1870 594.5,-1870"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1830C491.67,-1828.73 508.11,-1870.73 594.5,-1872"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1832C489.81,-1829.46 506.24,-1871.46 594.5,-1874"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge7" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1800C496.58,-1802.25 514.11,-1838.25 594.5,-1836"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-1802C494.78,-1803.12 512.32,-1839.12 594.5,-1838"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-1804C492.98,-1804 510.52,-1840 594.5,-1840"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-1806C491.18,-1804.88 508.72,-1840.88 594.5,-1842"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1808C489.39,-1805.75 506.92,-1841.75 594.5,-1844"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge8" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1776C495.92,-1777.9 514.39,-1807.9 594.5,-1806"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1778C494.22,-1778.95 512.69,-1808.95 594.5,-1808"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-1780C492.52,-1780 510.98,-1810 594.5,-1810"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1782C490.81,-1781.05 509.28,-1811.05 594.5,-1812"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1784C489.11,-1782.1 507.58,-1812.1 594.5,-1814"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge9" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1752C495.25,-1753.5 514.49,-1777.5 594.5,-1776"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1754C493.69,-1754.75 512.93,-1778.75 594.5,-1778"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-1756C492.13,-1756 511.37,-1780 594.5,-1780"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1758C490.57,-1757.25 509.81,-1781.25 594.5,-1782"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1760C489.01,-1758.5 508.25,-1782.5 594.5,-1784"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge10" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1608C508.39,-1612.2 503.1,-1720.2 594.5,-1716"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-1610C506.4,-1612.1 501.1,-1720.1 594.5,-1718"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-1612C504.4,-1612 499.1,-1720 594.5,-1720"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-1614C502.4,-1611.9 497.1,-1719.9 594.5,-1722"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1616C500.4,-1611.8 495.11,-1719.8 594.5,-1724"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge11" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1584C507.08,-1588.1 504.41,-1690.1 594.5,-1686"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1586C505.09,-1588.05 502.41,-1690.05 594.5,-1688"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-1588C503.09,-1588 500.41,-1690 594.5,-1690"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1590C501.09,-1587.95 498.41,-1689.95 594.5,-1692"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1592C499.09,-1587.9 496.42,-1689.9 594.5,-1694"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge12" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1560C505.83,-1564.01 505.67,-1660.01 594.5,-1656"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-1562C503.83,-1564 503.67,-1660 594.5,-1658"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-1564C501.83,-1564 501.67,-1660 594.5,-1660"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-1566C499.83,-1564 499.67,-1660 594.5,-1662"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1568C497.83,-1563.99 497.67,-1659.99 594.5,-1664"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge13" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1512C503.5,-1515.79 507.99,-1599.79 594.5,-1596"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-1514C501.5,-1515.89 505.99,-1599.89 594.5,-1598"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-1516C499.5,-1516 504,-1600 594.5,-1600"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-1518C497.51,-1516.11 502,-1600.11 594.5,-1602"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1520C495.51,-1516.21 500,-1600.21 594.5,-1604"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge14" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1464C501.41,-1467.52 510.03,-1539.52 594.5,-1536"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1466C499.42,-1467.76 508.05,-1539.76 594.5,-1538"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-1468C497.44,-1468 506.06,-1540 594.5,-1540"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1470C495.45,-1468.24 504.08,-1540.24 594.5,-1542"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1472C493.47,-1468.48 502.09,-1540.48 594.5,-1544"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge15" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1440C500.46,-1443.37 510.94,-1509.37 594.5,-1506"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1442C498.48,-1443.69 508.97,-1509.69 594.5,-1508"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-1444C496.51,-1444 506.99,-1510 594.5,-1510"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1446C494.53,-1444.31 505.02,-1510.31 594.5,-1512"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1448C492.56,-1444.63 503.04,-1510.63 594.5,-1514"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge16" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1416C499.57,-1419.2 511.77,-1479.2 594.5,-1476"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1418C497.61,-1419.6 509.81,-1479.6 594.5,-1478"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-1420C495.65,-1420 507.85,-1480 594.5,-1480"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1422C493.69,-1420.4 505.89,-1480.4 594.5,-1482"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1424C491.73,-1420.8 503.93,-1480.8 594.5,-1484"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge17" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1392C498.74,-1395.01 512.51,-1449.01 594.5,-1446"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1394C496.8,-1395.51 510.57,-1449.51 594.5,-1448"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1396C494.87,-1396 508.63,-1450 594.5,-1450"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1398C492.93,-1396.49 506.7,-1450.49 594.5,-1452"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1400C490.99,-1396.99 504.76,-1450.99 594.5,-1454"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge18" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1368C497.97,-1370.79 513.15,-1418.79 594.5,-1416"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1370C496.07,-1371.4 511.25,-1419.4 594.5,-1418"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-1372C494.16,-1372 509.34,-1420 594.5,-1420"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1374C492.25,-1372.6 507.43,-1420.6 594.5,-1422"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1376C490.35,-1373.21 505.53,-1421.21 594.5,-1424"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge19" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1344C497.26,-1346.54 513.69,-1388.54 594.5,-1386"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-1346C495.39,-1347.27 511.83,-1389.27 594.5,-1388"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-1348C493.53,-1348 509.97,-1390 594.5,-1390"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-1350C491.67,-1348.73 508.11,-1390.73 594.5,-1392"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1352C489.81,-1349.46 506.24,-1391.46 594.5,-1394"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge20" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1320C496.58,-1322.25 514.11,-1358.25 594.5,-1356"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-1322C494.78,-1323.12 512.32,-1359.12 594.5,-1358"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-1324C492.98,-1324 510.52,-1360 594.5,-1360"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-1326C491.18,-1324.88 508.72,-1360.88 594.5,-1362"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1328C489.39,-1325.75 506.92,-1361.75 594.5,-1364"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge21" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1296C495.92,-1297.9 514.39,-1327.9 594.5,-1326"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1298C494.22,-1298.95 512.69,-1328.95 594.5,-1328"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1300C492.52,-1300 510.98,-1330 594.5,-1330"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1302C490.81,-1301.05 509.28,-1331.05 594.5,-1332"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1304C489.11,-1302.1 507.58,-1332.1 594.5,-1334"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge22" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1272C495.25,-1273.5 514.49,-1297.5 594.5,-1296"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-1274C493.69,-1274.75 512.93,-1298.75 594.5,-1298"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-1276C492.13,-1276 511.37,-1300 594.5,-1300"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-1278C490.57,-1277.25 509.81,-1301.25 594.5,-1302"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1280C489.01,-1278.5 508.25,-1302.5 594.5,-1304"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge23" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1248C494.52,-1249.04 514.36,-1267.04 594.5,-1266"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-1250C493.18,-1250.52 513.01,-1268.52 594.5,-1268"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-1252C491.83,-1252 511.67,-1270 594.5,-1270"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-1254C490.49,-1253.48 510.32,-1271.48 594.5,-1272"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1256C489.14,-1254.96 508.98,-1272.96 594.5,-1274"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge24" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1224C493.65,-1224.56 513.92,-1236.56 594.5,-1236"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1226C492.64,-1226.28 512.9,-1238.28 594.5,-1238"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1228C491.62,-1228 511.88,-1240 594.5,-1240"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1230C490.6,-1229.72 510.86,-1241.72 594.5,-1242"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1232C489.58,-1231.44 509.85,-1243.44 594.5,-1244"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge25" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1200C492.61,-1200.16 513.13,-1206.16 594.5,-1206"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-1202C492.05,-1202.08 512.57,-1208.08 594.5,-1208"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-1204C491.49,-1204 512.01,-1210 594.5,-1210"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-1206C490.93,-1205.92 511.45,-1211.92 594.5,-1212"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1208C490.37,-1207.84 510.89,-1213.84 594.5,-1214"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge26" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1176C491.44,-1176 512.06,-1176 594.5,-1176"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-1178C491.44,-1178 512.06,-1178 594.5,-1178"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-1180C491.44,-1180 512.06,-1180 594.5,-1180"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-1182C491.44,-1182 512.06,-1182 594.5,-1182"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1184C491.44,-1184 512.06,-1184 594.5,-1184"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge27" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1152C490.37,-1152.16 510.89,-1146.16 594.5,-1146"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1154C490.93,-1154.08 511.45,-1148.08 594.5,-1148"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1156C491.49,-1156 512.01,-1150 594.5,-1150"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1158C492.05,-1157.92 512.57,-1151.92 594.5,-1152"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1160C492.61,-1159.84 513.13,-1153.84 594.5,-1154"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge28" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1128C489.58,-1128.56 509.85,-1116.56 594.5,-1116"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1130C490.6,-1130.28 510.86,-1118.28 594.5,-1118"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1132C491.62,-1132 511.88,-1120 594.5,-1120"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1134C492.64,-1133.72 512.9,-1121.72 594.5,-1122"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1136C493.65,-1135.44 513.92,-1123.44 594.5,-1124"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge29" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1104C489.14,-1105.04 508.98,-1087.04 594.5,-1086"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1106C490.49,-1106.52 510.32,-1088.52 594.5,-1088"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-1108C491.83,-1108 511.67,-1090 594.5,-1090"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1110C493.18,-1109.48 513.01,-1091.48 594.5,-1092"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1112C494.52,-1110.96 514.36,-1092.96 594.5,-1094"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge30" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1056C489.11,-1057.9 507.58,-1027.9 594.5,-1026"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1058C490.81,-1058.95 509.28,-1028.95 594.5,-1028"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-1060C492.52,-1060 510.98,-1030 594.5,-1030"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1062C494.22,-1061.05 512.69,-1031.05 594.5,-1032"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1064C495.92,-1062.1 514.39,-1032.1 594.5,-1034"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge31" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1032C489.39,-1034.25 506.92,-998.25 594.5,-996"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1034C491.18,-1035.12 508.72,-999.12 594.5,-998"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-1036C492.98,-1036 510.52,-1000 594.5,-1000"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-1038C494.78,-1036.88 512.32,-1000.88 594.5,-1002"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1040C496.58,-1037.75 514.11,-1001.75 594.5,-1004"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge32" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1008C489.81,-1010.54 506.24,-968.54 594.5,-966"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-1010C491.67,-1011.27 508.11,-969.27 594.5,-968"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-1012C493.53,-1012 509.97,-970 594.5,-970"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-1014C495.39,-1012.73 511.83,-970.73 594.5,-972"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1016C497.26,-1013.46 513.69,-971.46 594.5,-974"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge33" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-984C490.35,-986.79 505.53,-938.79 594.5,-936"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-986C492.25,-987.4 507.43,-939.4 594.5,-938"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-988C494.16,-988 509.34,-940 594.5,-940"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-990C496.07,-988.6 511.25,-940.6 594.5,-942"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-992C497.97,-989.21 513.15,-941.21 594.5,-944"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge34" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-960C490.99,-963.01 504.76,-909.01 594.5,-906"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-962C492.93,-963.51 506.7,-909.51 594.5,-908"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-964C494.87,-964 508.63,-910 594.5,-910"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-966C496.8,-964.49 510.57,-910.49 594.5,-912"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-968C498.74,-964.99 512.51,-910.99 594.5,-914"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge35" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-936C491.73,-939.2 503.93,-879.2 594.5,-876"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-938C493.69,-939.6 505.89,-879.6 594.5,-878"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-940C495.65,-940 507.85,-880 594.5,-880"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-942C497.61,-940.4 509.81,-880.4 594.5,-882"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-944C499.57,-940.8 511.77,-880.8 594.5,-884"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge36" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-912C492.56,-915.37 503.04,-849.37 594.5,-846"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-914C494.53,-915.69 505.02,-849.69 594.5,-848"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-916C496.51,-916 506.99,-850 594.5,-850"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-918C498.48,-916.31 508.97,-850.31 594.5,-852"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-920C500.46,-916.63 510.94,-850.63 594.5,-854"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge37" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-888C493.47,-891.52 502.09,-819.52 594.5,-816"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-890C495.45,-891.76 504.08,-819.76 594.5,-818"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-892C497.44,-892 506.06,-820 594.5,-820"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-894C499.42,-892.24 508.05,-820.24 594.5,-822"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-896C501.41,-892.48 510.03,-820.48 594.5,-824"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge38" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-840C495.51,-843.79 500,-759.79 594.5,-756"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-842C497.51,-843.89 502,-759.89 594.5,-758"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-844C499.5,-844 504,-760 594.5,-760"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-846C501.5,-844.11 505.99,-760.11 594.5,-762"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-848C503.5,-844.21 507.99,-760.21 594.5,-764"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge39" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-816C496.64,-819.9 498.87,-729.9 594.5,-726"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-818C498.64,-819.95 500.86,-729.95 594.5,-728"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-820C500.64,-820 502.86,-730 594.5,-730"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-822C502.64,-820.05 504.86,-730.05 594.5,-732"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-824C504.63,-820.1 506.86,-730.1 594.5,-734"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge40" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-792C497.83,-796.01 497.67,-700.01 594.5,-696"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-794C499.83,-796 499.67,-700 594.5,-698"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-796C501.83,-796 501.67,-700 594.5,-700"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-798C503.83,-796 503.67,-700 594.5,-702"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-800C505.83,-795.99 505.67,-699.99 594.5,-704"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge41" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-768C499.09,-772.1 496.42,-670.1 594.5,-666"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-770C501.09,-772.05 498.41,-670.05 594.5,-668"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-772C503.09,-772 500.41,-670 594.5,-670"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-774C505.09,-771.95 502.41,-669.95 594.5,-672"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-776C507.08,-771.9 504.41,-669.9 594.5,-674"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge42" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-744C500.4,-748.2 495.11,-640.2 594.5,-636"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-746C502.4,-748.1 497.1,-640.1 594.5,-638"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-748C504.4,-748 499.1,-640 594.5,-640"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-750C506.4,-747.9 501.1,-639.9 594.5,-642"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-752C508.39,-747.8 503.1,-639.8 594.5,-644"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge43" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-720C501.78,-724.28 493.74,-610.28 594.5,-606"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-722C503.77,-724.14 495.74,-610.14 594.5,-608"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-724C505.77,-724 497.73,-610 594.5,-610"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-726C507.76,-723.86 499.73,-609.86 594.5,-612"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-728C509.76,-723.72 501.72,-609.72 594.5,-614"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge44" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-696C503.21,-700.36 492.33,-580.36 594.5,-576"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-698C505.2,-700.18 494.32,-580.18 594.5,-578"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-700C507.19,-700 496.31,-580 594.5,-580"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-702C509.18,-699.82 498.3,-579.82 594.5,-582"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-704C511.17,-699.64 500.29,-579.64 594.5,-584"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge45" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-672C504.69,-676.44 490.86,-550.44 594.5,-546"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-674C506.68,-676.22 492.85,-550.22 594.5,-548"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-676C508.66,-676 494.84,-550 594.5,-550"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-678C510.65,-675.78 496.82,-549.78 594.5,-552"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-680C512.64,-675.56 498.81,-549.56 594.5,-554"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge46" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-648C506.22,-652.51 489.35,-520.51 594.5,-516"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-650C508.2,-652.25 491.33,-520.25 594.5,-518"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-652C510.19,-652 493.31,-520 594.5,-520"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-654C512.17,-651.75 495.3,-519.75 594.5,-522"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-656C514.15,-651.49 497.28,-519.49 594.5,-524"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge47" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-624C507.8,-628.57 487.79,-490.57 594.5,-486"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-626C509.78,-628.29 489.76,-490.29 594.5,-488"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-628C511.76,-628 491.74,-490 594.5,-490"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-630C513.74,-627.71 493.72,-489.71 594.5,-492"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-632C515.71,-627.43 495.7,-489.43 594.5,-494"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge48" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-600C509.42,-604.64 486.18,-460.64 594.5,-456"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-602C511.4,-604.32 488.16,-460.32 594.5,-458"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-604C513.37,-604 490.13,-460 594.5,-460"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-606C515.34,-603.68 492.1,-459.68 594.5,-462"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-608C517.32,-603.36 494.08,-459.36 594.5,-464"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge49" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-576C511.09,-580.7 484.54,-430.7 594.5,-426"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-578C513.06,-580.35 486.5,-430.35 594.5,-428"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-580C515.03,-580 488.47,-430 594.5,-430"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-582C517,-579.65 490.44,-429.65 594.5,-432"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-584C518.96,-579.3 492.41,-429.3 594.5,-434"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge50" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-552C512.79,-556.75 482.85,-400.75 594.5,-396"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-554C514.76,-556.38 484.81,-400.38 594.5,-398"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-556C516.72,-556 486.78,-400 594.5,-400"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-558C518.69,-555.62 488.74,-399.62 594.5,-402"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-560C520.65,-555.25 490.71,-399.25 594.5,-404"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge51" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-528C514.54,-532.81 481.12,-370.81 594.5,-366"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-530C516.5,-532.4 483.08,-370.4 594.5,-368"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-532C518.46,-532 485.04,-370 594.5,-370"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-534C520.42,-531.6 487,-369.6 594.5,-372"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-536C522.38,-531.19 488.96,-369.19 594.5,-374"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge52" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-504C516.32,-508.86 479.36,-340.86 594.5,-336"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-506C518.28,-508.43 481.32,-340.43 594.5,-338"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-508C520.23,-508 483.27,-340 594.5,-340"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-510C522.18,-507.57 485.22,-339.57 594.5,-342"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-512C524.14,-507.14 487.18,-339.14 594.5,-344"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge53" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-480C518.14,-484.91 477.57,-310.91 594.5,-306"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-482C520.09,-484.45 479.51,-310.45 594.5,-308"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-484C522.04,-484 481.46,-310 594.5,-310"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-486C523.99,-483.55 483.41,-309.55 594.5,-312"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-488C525.93,-483.09 485.36,-309.09 594.5,-314"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge54" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-456C519.99,-460.96 475.74,-280.96 594.5,-276"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-458C521.94,-460.48 477.68,-280.48 594.5,-278"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-460C523.88,-460 479.62,-280 594.5,-280"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-462C525.82,-459.52 481.56,-279.52 594.5,-282"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-464C527.76,-459.04 483.51,-279.04 594.5,-284"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge55" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-2016C491.44,-2016 512.06,-2016 594.5,-2016"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-2018C491.44,-2018 512.06,-2018 594.5,-2018"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-2020C491.44,-2020 512.06,-2020 594.5,-2020"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M409,-2022C491.44,-2022 512.06,-2022 594.5,-2022"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-2024C491.44,-2024 512.06,-2024 594.5,-2024"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge57" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1992C490.37,-1992.16 510.89,-1986.16 594.5,-1986"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-1994C490.93,-1994.08 511.45,-1988.08 594.5,-1988"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-1996C491.49,-1996 512.01,-1990 594.5,-1990"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-1998C492.05,-1997.92 512.57,-1991.92 594.5,-1992"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-2000C492.61,-1999.84 513.13,-1993.84 594.5,-1994"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge59" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1680C500.46,-1683.37 510.94,-1749.37 594.5,-1746"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-1682C498.48,-1683.69 508.97,-1749.69 594.5,-1748"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-1684C496.51,-1684 506.99,-1750 594.5,-1750"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M409,-1686C494.53,-1684.31 505.02,-1750.31 594.5,-1752"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1688C492.56,-1684.63 503.04,-1750.63 594.5,-1754"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge61" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1536C504.63,-1539.9 506.86,-1629.9 594.5,-1626"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-1538C502.64,-1539.95 504.86,-1629.95 594.5,-1628"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-1540C500.64,-1540 502.86,-1630 594.5,-1630"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-1542C498.64,-1540.05 500.86,-1630.05 594.5,-1632"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1544C496.64,-1540.1 498.87,-1630.1 594.5,-1634"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge63" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1488C502.42,-1491.66 509.05,-1569.66 594.5,-1566"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1490C500.43,-1491.83 507.06,-1569.83 594.5,-1568"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-1492C498.44,-1492 505.06,-1570 594.5,-1570"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1494C496.44,-1492.17 503.07,-1570.17 594.5,-1572"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1496C494.45,-1492.34 501.08,-1570.34 594.5,-1574"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge65" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1080C489.01,-1081.5 508.25,-1057.5 594.5,-1056"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-1082C490.57,-1082.75 509.81,-1058.75 594.5,-1058"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-1084C492.13,-1084 511.37,-1060 594.5,-1060"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-1086C493.69,-1085.25 512.93,-1061.25 594.5,-1062"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1088C495.25,-1086.5 514.49,-1062.5 594.5,-1064"/> +</g> +<!-- Veronte CEX--W1 --> +<g id="edge67" class="edge"> +<title>Veronte CEX:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-864C494.45,-867.66 501.08,-789.66 594.5,-786"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-866C496.44,-867.83 503.07,-789.83 594.5,-788"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-868C498.44,-868 505.06,-790 594.5,-790"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-870C500.43,-868.17 507.06,-790.17 594.5,-792"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-872C502.42,-868.34 509.05,-790.34 594.5,-794"/> +</g> +<!-- W2 --> +<g id="node21" class="node"> +<title>W2</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="905,-2923.25 573,-2923.25 573,-2677.75 905,-2677.75 905,-2923.25"/> +<polygon fill="none" stroke="black" points="573,-2898.75 573,-2923.25 905,-2923.25 905,-2898.75 573,-2898.75"/> +<text text-anchor="start" x="727.75" y="-2905.95" font-family="arial" font-size="14.00">W2</text> +<polygon fill="none" stroke="black" points="573,-2874.25 573,-2898.75 629.19,-2898.75 629.19,-2874.25 573,-2874.25"/> +<text text-anchor="start" x="593.59" y="-2881.45" font-family="arial" font-size="14.00">3x</text> +<polygon fill="none" stroke="black" points="629.19,-2874.25 629.19,-2898.75 725.88,-2898.75 725.88,-2874.25 629.19,-2874.25"/> +<text text-anchor="start" x="649.78" y="-2881.45" font-family="arial" font-size="14.00">22 AWG</text> +<polygon fill="none" stroke="black" points="725.88,-2874.25 725.88,-2898.75 788.81,-2898.75 788.81,-2874.25 725.88,-2874.25"/> +<text text-anchor="start" x="746.47" y="-2881.45" font-family="arial" font-size="14.00">+ S</text> +<polygon fill="none" stroke="black" points="788.81,-2874.25 788.81,-2898.75 905,-2898.75 905,-2874.25 788.81,-2874.25"/> +<text text-anchor="start" x="809.41" y="-2881.45" font-family="arial" font-size="14.00">12.0 Inches</text> +<text text-anchor="start" x="655.62" y="-2858.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="575" y="-2838.95" font-family="arial" font-size="14.00">Veronte CEX:7:CAN GND</text> +<text text-anchor="start" x="744.38" y="-2838.95" font-family="arial" font-size="14.00">     BU    </text> +<polygon fill="#000000" stroke="none" points="573,-2832.25 573,-2834.25 905,-2834.25 905,-2832.25 573,-2832.25"/> +<polygon fill="#0066ff" stroke="none" points="573,-2830.25 573,-2832.25 905,-2832.25 905,-2830.25 573,-2830.25"/> +<polygon fill="#0066ff" stroke="none" points="573,-2828.25 573,-2830.25 905,-2830.25 905,-2828.25 573,-2828.25"/> +<polygon fill="#0066ff" stroke="none" points="573,-2826.25 573,-2828.25 905,-2828.25 905,-2826.25 573,-2826.25"/> +<polygon fill="#000000" stroke="none" points="573,-2824.25 573,-2826.25 905,-2826.25 905,-2824.25 573,-2824.25"/> +<text text-anchor="start" x="583.25" y="-2808.95" font-family="arial" font-size="14.00">Veronte CEX:8:CanB P</text> +<text text-anchor="start" x="743.62" y="-2808.95" font-family="arial" font-size="14.00">     RD    </text> +<polygon fill="#000000" stroke="none" points="573,-2802.25 573,-2804.25 905,-2804.25 905,-2802.25 573,-2802.25"/> +<polygon fill="#ff0000" stroke="none" points="573,-2800.25 573,-2802.25 905,-2802.25 905,-2800.25 573,-2800.25"/> +<polygon fill="#ff0000" stroke="none" points="573,-2798.25 573,-2800.25 905,-2800.25 905,-2798.25 573,-2798.25"/> +<polygon fill="#ff0000" stroke="none" points="573,-2796.25 573,-2798.25 905,-2798.25 905,-2796.25 573,-2796.25"/> +<polygon fill="#000000" stroke="none" points="573,-2794.25 573,-2796.25 905,-2796.25 905,-2794.25 573,-2794.25"/> +<text text-anchor="start" x="583.25" y="-2778.95" font-family="arial" font-size="14.00">Veronte CEX:9:CanB N</text> +<text text-anchor="start" x="744.38" y="-2778.95" font-family="arial" font-size="14.00">     BK    </text> +<polygon fill="#000000" stroke="none" points="573,-2772.25 573,-2774.25 905,-2774.25 905,-2772.25 573,-2772.25"/> +<polygon fill="#000000" stroke="none" points="573,-2770.25 573,-2772.25 905,-2772.25 905,-2770.25 573,-2770.25"/> +<polygon fill="#000000" stroke="none" points="573,-2768.25 573,-2770.25 905,-2770.25 905,-2768.25 573,-2768.25"/> +<polygon fill="#000000" stroke="none" points="573,-2766.25 573,-2768.25 905,-2768.25 905,-2766.25 573,-2766.25"/> +<polygon fill="#000000" stroke="none" points="573,-2764.25 573,-2766.25 905,-2766.25 905,-2764.25 573,-2764.25"/> +<text text-anchor="start" x="655.62" y="-2748.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="575" y="-2728.95" font-family="arial" font-size="14.00">Veronte CEX:7:CAN GND</text> +<text text-anchor="start" x="751.12" y="-2728.95" font-family="arial" font-size="14.00">Shield</text> +<text text-anchor="start" x="801.88" y="-2728.95" font-family="arial" font-size="14.00">shield1:1:Shield</text> +<polygon fill="#000000" stroke="none" points="573,-2722.25 573,-2724.25 905,-2724.25 905,-2722.25 573,-2722.25"/> +<text text-anchor="start" x="655.62" y="-2706.95" font-family="arial" font-size="14.00"> </text> +<polygon fill="none" stroke="black" points="573,-2677.75 573,-2702.25 905,-2702.25 905,-2677.75 573,-2677.75"/> +<text text-anchor="start" x="700" y="-2684.95" font-family="arial" font-size="14.00">Twisted Pair</text> +</g> +<!-- Veronte CEX--W2 --> +<g id="edge69" class="edge"> +<title>Veronte CEX:e--W2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1920C821.04,-1926.34 166.44,-2831.59 572,-2825.25"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-1922C819.42,-1925.17 164.82,-2830.42 572,-2827.25"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-1924C817.8,-1924 163.2,-2829.25 572,-2829.25"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-1926C816.18,-1922.83 161.58,-2828.08 572,-2831.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1928C814.56,-1921.66 159.96,-2826.91 572,-2833.25"/> +</g> +<!-- Veronte CEX--W2 --> +<g id="edge70" class="edge"> +<title>Veronte CEX:e--W2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1896C818.42,-1902.34 169.06,-2801.59 572,-2795.25"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-1898C816.8,-1901.17 167.44,-2800.42 572,-2797.25"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-1900C815.18,-1900 165.82,-2799.25 572,-2799.25"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M409,-1902C813.56,-1898.83 164.2,-2798.08 572,-2801.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1904C811.94,-1897.66 162.58,-2796.91 572,-2803.25"/> +</g> +<!-- Veronte CEX--W2 --> +<g id="edge71" class="edge"> +<title>Veronte CEX:e--W2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1872C815.8,-1878.34 171.69,-2771.59 572,-2765.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1874C814.18,-1877.17 170.07,-2770.42 572,-2767.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1876C812.56,-1876 168.44,-2769.25 572,-2769.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1878C810.93,-1874.83 166.82,-2768.08 572,-2771.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1880C809.31,-1873.66 165.2,-2766.91 572,-2773.25"/> +</g> +<!-- Veronte CEX--W2 --> +<g id="edge76" class="edge"> +<title>Veronte CEX:e--W2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1924C771.53,-1924 209.47,-2723.25 572,-2723.25"/> +</g> +<!-- W3 --> +<g id="node22" class="node"> +<title>W3</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="910.5,-2413.25 567.5,-2413.25 567.5,-2197.75 910.5,-2197.75 910.5,-2413.25"/> +<polygon fill="none" stroke="black" points="567.5,-2388.75 567.5,-2413.25 910.5,-2413.25 910.5,-2388.75 567.5,-2388.75"/> +<text text-anchor="start" x="727.75" y="-2395.95" font-family="arial" font-size="14.00">W3</text> +<polygon fill="none" stroke="black" points="567.5,-2364.25 567.5,-2388.75 624.38,-2388.75 624.38,-2364.25 567.5,-2364.25"/> +<text text-anchor="start" x="588.44" y="-2371.45" font-family="arial" font-size="14.00">2x</text> +<polygon fill="none" stroke="black" points="624.38,-2364.25 624.38,-2388.75 721.75,-2388.75 721.75,-2364.25 624.38,-2364.25"/> +<text text-anchor="start" x="645.31" y="-2371.45" font-family="arial" font-size="14.00">22 AWG</text> +<polygon fill="none" stroke="black" points="721.75,-2364.25 721.75,-2388.75 785.38,-2388.75 785.38,-2364.25 721.75,-2364.25"/> +<text text-anchor="start" x="742.69" y="-2371.45" font-family="arial" font-size="14.00">+ S</text> +<polygon fill="none" stroke="black" points="785.38,-2364.25 785.38,-2388.75 910.5,-2388.75 910.5,-2364.25 785.38,-2364.25"/> +<text text-anchor="start" x="806.31" y="-2371.45" font-family="arial" font-size="14.00">124.0 Inches</text> +<text text-anchor="start" x="663.12" y="-2348.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="570.12" y="-2328.95" font-family="arial" font-size="14.00">Veronte CEX:18:RS-232B TX</text> +<text text-anchor="start" x="766.62" y="-2328.95" font-family="arial" font-size="14.00">     BNPK    </text> +<text text-anchor="start" x="845.5" y="-2328.95" font-family="arial" font-size="14.00">Mag:3:RX</text> +<polygon fill="#000000" stroke="none" points="567.5,-2322.25 567.5,-2324.25 910.5,-2324.25 910.5,-2322.25 567.5,-2322.25"/> +<polygon fill="#895956" stroke="none" points="567.5,-2320.25 567.5,-2322.25 910.5,-2322.25 910.5,-2320.25 567.5,-2320.25"/> +<polygon fill="#ff66cc" stroke="none" points="567.5,-2318.25 567.5,-2320.25 910.5,-2320.25 910.5,-2318.25 567.5,-2318.25"/> +<polygon fill="#895956" stroke="none" points="567.5,-2316.25 567.5,-2318.25 910.5,-2318.25 910.5,-2316.25 567.5,-2316.25"/> +<polygon fill="#000000" stroke="none" points="567.5,-2314.25 567.5,-2316.25 910.5,-2316.25 910.5,-2314.25 567.5,-2314.25"/> +<text text-anchor="start" x="569.38" y="-2298.95" font-family="arial" font-size="14.00">Veronte CEX:19:RS-232B RX</text> +<text text-anchor="start" x="764.38" y="-2298.95" font-family="arial" font-size="14.00">     BUWH    </text> +<text text-anchor="start" x="846.25" y="-2298.95" font-family="arial" font-size="14.00">Mag:2:TX</text> +<polygon fill="#000000" stroke="none" points="567.5,-2292.25 567.5,-2294.25 910.5,-2294.25 910.5,-2292.25 567.5,-2292.25"/> +<polygon fill="#0066ff" stroke="none" points="567.5,-2290.25 567.5,-2292.25 910.5,-2292.25 910.5,-2290.25 567.5,-2290.25"/> +<polygon fill="#ffffff" stroke="none" points="567.5,-2288.25 567.5,-2290.25 910.5,-2290.25 910.5,-2288.25 567.5,-2288.25"/> +<polygon fill="#0066ff" stroke="none" points="567.5,-2286.25 567.5,-2288.25 910.5,-2288.25 910.5,-2286.25 567.5,-2286.25"/> +<polygon fill="#000000" stroke="none" points="567.5,-2284.25 567.5,-2286.25 910.5,-2286.25 910.5,-2284.25 567.5,-2284.25"/> +<text text-anchor="start" x="663.12" y="-2268.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="783.12" y="-2248.95" font-family="arial" font-size="14.00">Shield</text> +<polygon fill="#000000" stroke="none" points="567.5,-2242.25 567.5,-2244.25 910.5,-2244.25 910.5,-2242.25 567.5,-2242.25"/> +<text text-anchor="start" x="663.12" y="-2226.95" font-family="arial" font-size="14.00"> </text> +<polygon fill="none" stroke="black" points="567.5,-2197.75 567.5,-2222.25 910.5,-2222.25 910.5,-2197.75 567.5,-2197.75"/> +<text text-anchor="start" x="700" y="-2204.95" font-family="arial" font-size="14.00">Twisted Pair</text> +</g> +<!-- Veronte CEX--W3 --> +<g id="edge77" class="edge"> +<title>Veronte CEX:e--W3:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1656C713.56,-1662.24 268.57,-2321.49 566.5,-2315.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-1658C711.9,-1661.12 266.91,-2320.37 566.5,-2317.25"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M409,-1660C710.25,-1660 265.25,-2319.25 566.5,-2319.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-1662C708.59,-1658.88 263.6,-2318.13 566.5,-2321.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1664C706.93,-1657.76 261.94,-2317.01 566.5,-2323.25"/> +</g> +<!-- Veronte CEX--W3 --> +<g id="edge79" class="edge"> +<title>Veronte CEX:e--W3:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1632C710.97,-1638.23 271.17,-2291.48 566.5,-2285.25"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-1634C709.31,-1637.12 269.51,-2290.37 566.5,-2287.25"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-1636C707.65,-1636 267.85,-2289.25 566.5,-2289.25"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M409,-1638C705.99,-1634.88 266.19,-2288.13 566.5,-2291.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1640C704.33,-1633.77 264.53,-2287.02 566.5,-2293.25"/> +</g> +<!-- W4 --> +<g id="node23" class="node"> +<title>W4</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="925,-2653.25 553,-2653.25 553,-2437.75 925,-2437.75 925,-2653.25"/> +<polygon fill="none" stroke="black" points="553,-2628.75 553,-2653.25 925,-2653.25 925,-2628.75 553,-2628.75"/> +<text text-anchor="start" x="727.75" y="-2635.95" font-family="arial" font-size="14.00">W4</text> +<polygon fill="none" stroke="black" points="553,-2604.25 553,-2628.75 619.19,-2628.75 619.19,-2604.25 553,-2604.25"/> +<text text-anchor="start" x="578.59" y="-2611.45" font-family="arial" font-size="14.00">2x</text> +<polygon fill="none" stroke="black" points="619.19,-2604.25 619.19,-2628.75 725.88,-2628.75 725.88,-2604.25 619.19,-2604.25"/> +<text text-anchor="start" x="644.78" y="-2611.45" font-family="arial" font-size="14.00">22 AWG</text> +<polygon fill="none" stroke="black" points="725.88,-2604.25 725.88,-2628.75 798.81,-2628.75 798.81,-2604.25 725.88,-2604.25"/> +<text text-anchor="start" x="751.47" y="-2611.45" font-family="arial" font-size="14.00">+ S</text> +<polygon fill="none" stroke="black" points="798.81,-2604.25 798.81,-2628.75 925,-2628.75 925,-2604.25 798.81,-2604.25"/> +<text text-anchor="start" x="824.41" y="-2611.45" font-family="arial" font-size="14.00">87.5 Inches</text> +<text text-anchor="start" x="648.62" y="-2588.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="555.62" y="-2568.95" font-family="arial" font-size="14.00">Veronte CEX:15:RS-232A TX</text> +<text text-anchor="start" x="749.75" y="-2568.95" font-family="arial" font-size="14.00">     YEWH    </text> +<text text-anchor="start" x="830" y="-2568.95" font-family="arial" font-size="14.00">VPX J1:22:RX</text> +<polygon fill="#000000" stroke="none" points="553,-2562.25 553,-2564.25 925,-2564.25 925,-2562.25 553,-2562.25"/> +<polygon fill="#ffff00" stroke="none" points="553,-2560.25 553,-2562.25 925,-2562.25 925,-2560.25 553,-2560.25"/> +<polygon fill="#ffffff" stroke="none" points="553,-2558.25 553,-2560.25 925,-2560.25 925,-2558.25 553,-2558.25"/> +<polygon fill="#ffff00" stroke="none" points="553,-2556.25 553,-2558.25 925,-2558.25 925,-2556.25 553,-2556.25"/> +<polygon fill="#000000" stroke="none" points="553,-2554.25 553,-2556.25 925,-2556.25 925,-2554.25 553,-2554.25"/> +<text text-anchor="start" x="554.88" y="-2538.95" font-family="arial" font-size="14.00">Veronte CEX:16:RS-232A RX</text> +<text text-anchor="start" x="752" y="-2538.95" font-family="arial" font-size="14.00">     BNYE    </text> +<text text-anchor="start" x="830.75" y="-2538.95" font-family="arial" font-size="14.00">VPX J1:20:TX</text> +<polygon fill="#000000" stroke="none" points="553,-2532.25 553,-2534.25 925,-2534.25 925,-2532.25 553,-2532.25"/> +<polygon fill="#895956" stroke="none" points="553,-2530.25 553,-2532.25 925,-2532.25 925,-2530.25 553,-2530.25"/> +<polygon fill="#ffff00" stroke="none" points="553,-2528.25 553,-2530.25 925,-2530.25 925,-2528.25 553,-2528.25"/> +<polygon fill="#895956" stroke="none" points="553,-2526.25 553,-2528.25 925,-2528.25 925,-2526.25 553,-2526.25"/> +<polygon fill="#000000" stroke="none" points="553,-2524.25 553,-2526.25 925,-2526.25 925,-2524.25 553,-2524.25"/> +<text text-anchor="start" x="648.62" y="-2508.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="768.12" y="-2488.95" font-family="arial" font-size="14.00">Shield</text> +<polygon fill="#000000" stroke="none" points="553,-2482.25 553,-2484.25 925,-2484.25 925,-2482.25 553,-2482.25"/> +<text text-anchor="start" x="648.62" y="-2466.95" font-family="arial" font-size="14.00"> </text> +<polygon fill="none" stroke="black" points="553,-2437.75 553,-2462.25 925,-2462.25 925,-2437.75 553,-2437.75"/> +<text text-anchor="start" x="700" y="-2444.95" font-family="arial" font-size="14.00">Twisted Pair</text> +</g> +<!-- Veronte CEX--W4 --> +<g id="edge83" class="edge"> +<title>Veronte CEX:e--W4:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1728C785.43,-1734.35 183.04,-2561.6 553,-2555.25"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-1730C783.81,-1733.18 181.42,-2560.43 553,-2557.25"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M409,-1732C782.2,-1732 179.8,-2559.25 553,-2559.25"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-1734C780.58,-1730.82 178.19,-2558.07 553,-2561.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1736C778.96,-1729.65 176.57,-2556.9 553,-2563.25"/> +</g> +<!-- Veronte CEX--W4 --> +<g id="edge85" class="edge"> +<title>Veronte CEX:e--W4:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1704C782.8,-1710.35 185.67,-2531.6 553,-2525.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-1706C781.19,-1709.18 184.05,-2530.43 553,-2527.25"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M409,-1708C779.57,-1708 182.43,-2529.25 553,-2529.25"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M409,-1710C777.95,-1706.82 180.81,-2528.07 553,-2531.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M409,-1712C776.33,-1705.65 179.2,-2526.9 553,-2533.25"/> +</g> +<!-- 1X --> +<g id="node2" class="node"> +<title>1X</title> +<polygon fill="#ffffff" stroke="black" points="2145.25,-2890.5 1736.25,-2890.5 1736.25,-2370.5 2145.25,-2370.5 2145.25,-2890.5"/> +<polygon fill="none" stroke="black" points="1736.25,-2866 1736.25,-2890.5 2145.25,-2890.5 2145.25,-2866 1736.25,-2866"/> +<text text-anchor="start" x="1931.75" y="-2873.2" font-family="arial" font-size="14.00">1X</text> +<polygon fill="none" stroke="black" points="1736.25,-2841.5 1736.25,-2866 1988.38,-2866 1988.38,-2841.5 1736.25,-2841.5"/> +<text text-anchor="start" x="1798.94" y="-2848.7" font-family="arial" font-size="14.00">HEW.LM.368.XLNP</text> +<polygon fill="none" stroke="black" points="1988.38,-2841.5 1988.38,-2866 2145.25,-2866 2145.25,-2841.5 1988.38,-2841.5"/> +<text text-anchor="start" x="2051.06" y="-2848.7" font-family="arial" font-size="14.00">3-pin</text> +<polygon fill="none" stroke="black" points="1736.25,-2817.5 1736.25,-2841.5 1914.25,-2841.5 1914.25,-2817.5 1736.25,-2817.5"/> +<text text-anchor="start" x="1817" y="-2824.2" font-family="arial" font-size="14.00">27</text> +<polygon fill="none" stroke="black" points="1914.25,-2817.5 1914.25,-2841.5 2145.25,-2841.5 2145.25,-2817.5 1914.25,-2817.5"/> +<text text-anchor="start" x="1994.88" y="-2824.2" font-family="arial" font-size="14.00">CAN_GND</text> +<polygon fill="none" stroke="black" points="1736.25,-2793.5 1736.25,-2817.5 1914.25,-2817.5 1914.25,-2793.5 1736.25,-2793.5"/> +<text text-anchor="start" x="1817" y="-2800.2" font-family="arial" font-size="14.00">28</text> +<polygon fill="none" stroke="black" points="1914.25,-2793.5 1914.25,-2817.5 2145.25,-2817.5 2145.25,-2793.5 1914.25,-2793.5"/> +<text text-anchor="start" x="2000.88" y="-2800.2" font-family="arial" font-size="14.00">CANB_P</text> +<polygon fill="none" stroke="black" points="1736.25,-2769.5 1736.25,-2793.5 1914.25,-2793.5 1914.25,-2769.5 1736.25,-2769.5"/> +<text text-anchor="start" x="1817" y="-2776.2" font-family="arial" font-size="14.00">29</text> +<polygon fill="none" stroke="black" points="1914.25,-2769.5 1914.25,-2793.5 2145.25,-2793.5 2145.25,-2769.5 1914.25,-2769.5"/> +<text text-anchor="start" x="2000.88" y="-2776.2" font-family="arial" font-size="14.00">CANB_N</text> +<polygon fill="none" stroke="black" points="1736.25,-2370.5 1736.25,-2769.5 2145.25,-2769.5 2145.25,-2370.5 1736.25,-2370.5"/> +<image xlink:href="images\CEX_plug.png" width="401px" height="391px" preserveAspectRatio="xMinYMin meet" x="1740.25" y="-2765.5"/> +</g> +<!-- VPX J1 --> +<g id="node3" class="node"> +<title>VPX J1</title> +<polygon fill="#ffffff" stroke="black" points="1140.75,-2636 1077.5,-2636 1077.5,-2515 1140.75,-2515 1140.75,-2636"/> +<polygon fill="none" stroke="black" points="1077.5,-2611.5 1077.5,-2636 1140.75,-2636 1140.75,-2611.5 1077.5,-2611.5"/> +<text text-anchor="start" x="1084.75" y="-2618.7" font-family="arial" font-size="14.00">VPX J1</text> +<polygon fill="none" stroke="black" points="1077.5,-2587 1077.5,-2611.5 1101.25,-2611.5 1101.25,-2587 1077.5,-2587"/> +<text text-anchor="start" x="1081.5" y="-2594.2" font-family="arial" font-size="14.00">J1</text> +<polygon fill="none" stroke="black" points="1101.25,-2587 1101.25,-2611.5 1140.75,-2611.5 1140.75,-2587 1101.25,-2587"/> +<text text-anchor="start" x="1105.25" y="-2594.2" font-family="arial" font-size="14.00">3-pin</text> +<polygon fill="none" stroke="black" points="1077.5,-2563 1077.5,-2587 1101.62,-2587 1101.62,-2563 1077.5,-2563"/> +<text text-anchor="start" x="1081.31" y="-2569.7" font-family="arial" font-size="14.00">20</text> +<polygon fill="none" stroke="black" points="1101.62,-2563 1101.62,-2587 1140.75,-2587 1140.75,-2563 1101.62,-2563"/> +<text text-anchor="start" x="1111.81" y="-2569.7" font-family="arial" font-size="14.00">TX</text> +<polygon fill="none" stroke="black" points="1077.5,-2539 1077.5,-2563 1101.62,-2563 1101.62,-2539 1077.5,-2539"/> +<text text-anchor="start" x="1081.31" y="-2545.7" font-family="arial" font-size="14.00">21</text> +<polygon fill="none" stroke="black" points="1101.62,-2539 1101.62,-2563 1140.75,-2563 1140.75,-2539 1101.62,-2539"/> +<text text-anchor="start" x="1105.44" y="-2545.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="1077.5,-2515 1077.5,-2539 1101.62,-2539 1101.62,-2515 1077.5,-2515"/> +<text text-anchor="start" x="1081.31" y="-2521.7" font-family="arial" font-size="14.00">22</text> +<polygon fill="none" stroke="black" points="1101.62,-2515 1101.62,-2539 1140.75,-2539 1140.75,-2515 1101.62,-2515"/> +<text text-anchor="start" x="1111.06" y="-2521.7" font-family="arial" font-size="14.00">RX</text> +</g> +<!-- Mag --> +<g id="node4" class="node"> +<title>Mag</title> +<polygon fill="#ffffff" stroke="black" points="1146.38,-2403 1071.88,-2403 1071.88,-2282 1146.38,-2282 1146.38,-2403"/> +<polygon fill="none" stroke="black" points="1071.88,-2378.5 1071.88,-2403 1146.38,-2403 1146.38,-2378.5 1071.88,-2378.5"/> +<text text-anchor="start" x="1095.62" y="-2385.7" font-family="arial" font-size="14.00">Mag</text> +<polygon fill="none" stroke="black" points="1071.88,-2354 1071.88,-2378.5 1106.88,-2378.5 1106.88,-2354 1071.88,-2354"/> +<text text-anchor="start" x="1075.88" y="-2361.2" font-family="arial" font-size="14.00">Mag</text> +<polygon fill="none" stroke="black" points="1106.88,-2354 1106.88,-2378.5 1146.38,-2378.5 1146.38,-2354 1106.88,-2354"/> +<text text-anchor="start" x="1110.88" y="-2361.2" font-family="arial" font-size="14.00">3-pin</text> +<polygon fill="none" stroke="black" points="1071.88,-2330 1071.88,-2354 1097.62,-2354 1097.62,-2330 1071.88,-2330"/> +<text text-anchor="start" x="1080.62" y="-2336.7" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1097.62,-2330 1097.62,-2354 1146.38,-2354 1146.38,-2330 1097.62,-2330"/> +<text text-anchor="start" x="1112.62" y="-2336.7" font-family="arial" font-size="14.00">TX</text> +<polygon fill="none" stroke="black" points="1071.88,-2306 1071.88,-2330 1097.62,-2330 1097.62,-2306 1071.88,-2306"/> +<text text-anchor="start" x="1080.62" y="-2312.7" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="1097.62,-2306 1097.62,-2330 1146.38,-2330 1146.38,-2306 1097.62,-2306"/> +<text text-anchor="start" x="1111.88" y="-2312.7" font-family="arial" font-size="14.00">RX</text> +<polygon fill="none" stroke="black" points="1071.88,-2282 1071.88,-2306 1097.62,-2306 1097.62,-2282 1071.88,-2282"/> +<text text-anchor="start" x="1080.62" y="-2288.7" font-family="arial" font-size="14.00">5</text> +<polygon fill="none" stroke="black" points="1097.62,-2282 1097.62,-2306 1146.38,-2306 1146.38,-2282 1097.62,-2282"/> +<text text-anchor="start" x="1106.25" y="-2288.7" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- shield1 --> +<g id="node5" class="node"> +<title>shield1</title> +<polygon fill="#ffffff" stroke="black" points="1149.25,-2733.25 1069,-2733.25 1069,-2659.75 1149.25,-2659.75 1149.25,-2733.25"/> +<polygon fill="none" stroke="black" points="1069,-2708.75 1069,-2733.25 1149.25,-2733.25 1149.25,-2708.75 1069,-2708.75"/> +<text text-anchor="start" x="1086.25" y="-2715.95" font-family="arial" font-size="14.00">shield1</text> +<polygon fill="none" stroke="black" points="1069,-2684.25 1069,-2708.75 1149.25,-2708.75 1149.25,-2684.25 1069,-2684.25"/> +<text text-anchor="start" x="1093.38" y="-2691.45" font-family="arial" font-size="14.00">1-pin</text> +<polygon fill="none" stroke="black" points="1069,-2659.75 1069,-2684.25 1085.25,-2684.25 1085.25,-2659.75 1069,-2659.75"/> +<text text-anchor="start" x="1073" y="-2666.95" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1085.25,-2659.75 1085.25,-2684.25 1133,-2684.25 1133,-2659.75 1085.25,-2659.75"/> +<text text-anchor="start" x="1089.25" y="-2666.95" font-family="arial" font-size="14.00">Shield</text> +<polygon fill="none" stroke="black" points="1133,-2659.75 1133,-2684.25 1149.25,-2684.25 1149.25,-2659.75 1133,-2659.75"/> +<text text-anchor="start" x="1137" y="-2666.95" font-family="arial" font-size="14.00">1</text> +</g> +<!-- W5 --> +<g id="node24" class="node"> +<title>W5</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1592.25,-2932.25 1293.25,-2932.25 1293.25,-2686.75 1592.25,-2686.75 1592.25,-2932.25"/> +<polygon fill="none" stroke="black" points="1293.25,-2907.75 1293.25,-2932.25 1592.25,-2932.25 1592.25,-2907.75 1293.25,-2907.75"/> +<text text-anchor="start" x="1431.5" y="-2914.95" font-family="arial" font-size="14.00">W5</text> +<polygon fill="none" stroke="black" points="1293.25,-2883.25 1293.25,-2907.75 1377.17,-2907.75 1377.17,-2883.25 1293.25,-2883.25"/> +<text text-anchor="start" x="1327.71" y="-2890.45" font-family="arial" font-size="14.00">3x</text> +<polygon fill="none" stroke="black" points="1377.17,-2883.25 1377.17,-2907.75 1501.58,-2907.75 1501.58,-2883.25 1377.17,-2883.25"/> +<text text-anchor="start" x="1411.62" y="-2890.45" font-family="arial" font-size="14.00">22 AWG</text> +<polygon fill="none" stroke="black" points="1501.58,-2883.25 1501.58,-2907.75 1592.25,-2907.75 1592.25,-2883.25 1501.58,-2883.25"/> +<text text-anchor="start" x="1536.04" y="-2890.45" font-family="arial" font-size="14.00">+ S</text> +<text text-anchor="start" x="1343.88" y="-2867.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1400.25" y="-2847.95" font-family="arial" font-size="14.00">     GNGY    </text> +<text text-anchor="start" x="1478.88" y="-2847.95" font-family="arial" font-size="14.00">1X:27:CAN_GND</text> +<polygon fill="#000000" stroke="none" points="1293.25,-2841.25 1293.25,-2843.25 1592.25,-2843.25 1592.25,-2841.25 1293.25,-2841.25"/> +<polygon fill="#00ff00" stroke="none" points="1293.25,-2839.25 1293.25,-2841.25 1592.25,-2841.25 1592.25,-2839.25 1293.25,-2839.25"/> +<polygon fill="#999999" stroke="none" points="1293.25,-2837.25 1293.25,-2839.25 1592.25,-2839.25 1592.25,-2837.25 1293.25,-2837.25"/> +<polygon fill="#00ff00" stroke="none" points="1293.25,-2835.25 1293.25,-2837.25 1592.25,-2837.25 1592.25,-2835.25 1293.25,-2835.25"/> +<polygon fill="#000000" stroke="none" points="1293.25,-2833.25 1293.25,-2835.25 1592.25,-2835.25 1592.25,-2833.25 1293.25,-2833.25"/> +<text text-anchor="start" x="1401" y="-2817.95" font-family="arial" font-size="14.00">     GNYE    </text> +<text text-anchor="start" x="1484.88" y="-2817.95" font-family="arial" font-size="14.00">1X:28:CANB_P</text> +<polygon fill="#000000" stroke="none" points="1293.25,-2811.25 1293.25,-2813.25 1592.25,-2813.25 1592.25,-2811.25 1293.25,-2811.25"/> +<polygon fill="#00ff00" stroke="none" points="1293.25,-2809.25 1293.25,-2811.25 1592.25,-2811.25 1592.25,-2809.25 1293.25,-2809.25"/> +<polygon fill="#ffff00" stroke="none" points="1293.25,-2807.25 1293.25,-2809.25 1592.25,-2809.25 1592.25,-2807.25 1293.25,-2807.25"/> +<polygon fill="#00ff00" stroke="none" points="1293.25,-2805.25 1293.25,-2807.25 1592.25,-2807.25 1592.25,-2805.25 1293.25,-2805.25"/> +<polygon fill="#000000" stroke="none" points="1293.25,-2803.25 1293.25,-2805.25 1592.25,-2805.25 1592.25,-2803.25 1293.25,-2803.25"/> +<text text-anchor="start" x="1400.62" y="-2787.95" font-family="arial" font-size="14.00">     GNPK    </text> +<text text-anchor="start" x="1484.88" y="-2787.95" font-family="arial" font-size="14.00">1X:29:CANB_N</text> +<polygon fill="#000000" stroke="none" points="1293.25,-2781.25 1293.25,-2783.25 1592.25,-2783.25 1592.25,-2781.25 1293.25,-2781.25"/> +<polygon fill="#00ff00" stroke="none" points="1293.25,-2779.25 1293.25,-2781.25 1592.25,-2781.25 1592.25,-2779.25 1293.25,-2779.25"/> +<polygon fill="#ff66cc" stroke="none" points="1293.25,-2777.25 1293.25,-2779.25 1592.25,-2779.25 1592.25,-2777.25 1293.25,-2777.25"/> +<polygon fill="#00ff00" stroke="none" points="1293.25,-2775.25 1293.25,-2777.25 1592.25,-2777.25 1592.25,-2775.25 1293.25,-2775.25"/> +<polygon fill="#000000" stroke="none" points="1293.25,-2773.25 1293.25,-2775.25 1592.25,-2775.25 1592.25,-2773.25 1293.25,-2773.25"/> +<text text-anchor="start" x="1343.88" y="-2757.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1295.12" y="-2737.95" font-family="arial" font-size="14.00">shield1:1:Shield</text> +<text text-anchor="start" x="1417.88" y="-2737.95" font-family="arial" font-size="14.00">Shield</text> +<text text-anchor="start" x="1478.88" y="-2737.95" font-family="arial" font-size="14.00">1X:27:CAN_GND</text> +<polygon fill="#000000" stroke="none" points="1293.25,-2731.25 1293.25,-2733.25 1592.25,-2733.25 1592.25,-2731.25 1293.25,-2731.25"/> +<text text-anchor="start" x="1343.88" y="-2715.95" font-family="arial" font-size="14.00"> </text> +<polygon fill="none" stroke="black" points="1293.25,-2686.75 1293.25,-2711.25 1592.25,-2711.25 1592.25,-2686.75 1293.25,-2686.75"/> +<text text-anchor="start" x="1403.75" y="-2693.95" font-family="arial" font-size="14.00">Twisted Pair</text> +</g> +<!-- shield1--W5 --> +<g id="edge95" class="edge"> +<title>shield1:e--W5:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1149.25,-2672C1218.63,-2672 1223.87,-2732.25 1293.25,-2732.25"/> +</g> +<!-- _S_1 --> +<g id="node6" class="node"> +<title>_S_1</title> +<polygon fill="#ffffff" stroke="black" points="1131.88,-2879.75 1086.38,-2879.75 1086.38,-2855.25 1131.88,-2855.25 1131.88,-2879.75"/> +<polygon fill="none" stroke="black" points="1086.38,-2855.25 1086.38,-2879.75 1131.88,-2879.75 1131.88,-2855.25 1086.38,-2855.25"/> +<text text-anchor="start" x="1090.38" y="-2862.45" font-family="arial" font-size="14.00">splice</text> +</g> +<!-- _S_1--W5 --> +<g id="edge89" class="edge"> +<title>_S_1:e--W5:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1132.88,-2863.5C1201.79,-2865.63 1217.26,-2836.38 1293.25,-2834.25"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1132.88,-2865.5C1203.56,-2866.57 1219.03,-2837.32 1293.25,-2836.25"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M1132.88,-2867.5C1205.33,-2867.5 1220.8,-2838.25 1293.25,-2838.25"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1132.88,-2869.5C1207.1,-2868.43 1222.56,-2839.18 1293.25,-2840.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1132.88,-2871.5C1208.86,-2869.37 1224.33,-2840.12 1293.25,-2842.25"/> +</g> +<!-- _S_2 --> +<g id="node7" class="node"> +<title>_S_2</title> +<polygon fill="#ffffff" stroke="black" points="1131.88,-2830.75 1086.38,-2830.75 1086.38,-2806.25 1131.88,-2806.25 1131.88,-2830.75"/> +<polygon fill="none" stroke="black" points="1086.38,-2806.25 1086.38,-2830.75 1131.88,-2830.75 1131.88,-2806.25 1086.38,-2806.25"/> +<text text-anchor="start" x="1090.38" y="-2813.45" font-family="arial" font-size="14.00">splice</text> +</g> +<!-- _S_2--W5 --> +<g id="edge91" class="edge"> +<title>_S_2:e--W5:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1132.88,-2814.5C1202.28,-2815.05 1219.81,-2804.8 1293.25,-2804.25"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1132.88,-2816.5C1203.29,-2816.77 1220.82,-2806.52 1293.25,-2806.25"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1132.88,-2818.5C1204.3,-2818.5 1221.83,-2808.25 1293.25,-2808.25"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1132.88,-2820.5C1205.31,-2820.23 1222.84,-2809.98 1293.25,-2810.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1132.88,-2822.5C1206.32,-2821.95 1223.85,-2811.7 1293.25,-2812.25"/> +</g> +<!-- _S_3 --> +<g id="node8" class="node"> +<title>_S_3</title> +<polygon fill="#ffffff" stroke="black" points="1131.88,-2781.75 1086.38,-2781.75 1086.38,-2757.25 1131.88,-2757.25 1131.88,-2781.75"/> +<polygon fill="none" stroke="black" points="1086.38,-2757.25 1086.38,-2781.75 1131.88,-2781.75 1131.88,-2757.25 1086.38,-2757.25"/> +<text text-anchor="start" x="1090.38" y="-2764.45" font-family="arial" font-size="14.00">splice</text> +</g> +<!-- _S_3--W5 --> +<g id="edge93" class="edge"> +<title>_S_3:e--W5:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1132.88,-2765.5C1206.04,-2765.92 1223.65,-2774.67 1293.25,-2774.25"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1132.88,-2767.5C1205.15,-2767.71 1222.76,-2776.46 1293.25,-2776.25"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M1132.88,-2769.5C1204.26,-2769.5 1221.87,-2778.25 1293.25,-2778.25"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1132.88,-2771.5C1203.37,-2771.29 1220.98,-2780.04 1293.25,-2780.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1132.88,-2773.5C1202.48,-2773.08 1220.09,-2781.83 1293.25,-2782.25"/> +</g> +<!-- _GND_1 --> +<g id="node9" class="node"> +<title>_GND_1</title> +<polygon fill="#ffffff" stroke="black" points="1128.88,-2040.75 1089.38,-2040.75 1089.38,-2016.25 1128.88,-2016.25 1128.88,-2040.75"/> +<polygon fill="none" stroke="black" points="1089.38,-2016.25 1089.38,-2040.75 1128.88,-2040.75 1128.88,-2016.25 1089.38,-2016.25"/> +<text text-anchor="start" x="1093.38" y="-2023.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="1128.88,-1991.75 1089.38,-1991.75 1089.38,-1967.25 1128.88,-1967.25 1128.88,-1991.75"/> +<polygon fill="none" stroke="black" points="1089.38,-1967.25 1089.38,-1991.75 1128.88,-1991.75 1128.88,-1967.25 1089.38,-1967.25"/> +<text text-anchor="start" x="1093.38" y="-1974.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="1128.88,-1761.75 1089.38,-1761.75 1089.38,-1737.25 1128.88,-1737.25 1128.88,-1761.75"/> +<polygon fill="none" stroke="black" points="1089.38,-1737.25 1089.38,-1761.75 1128.88,-1761.75 1128.88,-1737.25 1089.38,-1737.25"/> +<text text-anchor="start" x="1093.38" y="-1744.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="1128.88,-1641.75 1089.38,-1641.75 1089.38,-1617.25 1128.88,-1617.25 1128.88,-1641.75"/> +<polygon fill="none" stroke="black" points="1089.38,-1617.25 1089.38,-1641.75 1128.88,-1641.75 1128.88,-1617.25 1089.38,-1617.25"/> +<text text-anchor="start" x="1093.38" y="-1624.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="1128.88,-1581.75 1089.38,-1581.75 1089.38,-1557.25 1128.88,-1557.25 1128.88,-1581.75"/> +<polygon fill="none" stroke="black" points="1089.38,-1557.25 1089.38,-1581.75 1128.88,-1581.75 1128.88,-1557.25 1089.38,-1557.25"/> +<text text-anchor="start" x="1093.38" y="-1564.45" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- _GND_6 --> +<g id="node14" class="node"> +<title>_GND_6</title> +<polygon fill="#ffffff" stroke="black" points="1128.88,-1072.75 1089.38,-1072.75 1089.38,-1048.25 1128.88,-1048.25 1128.88,-1072.75"/> +<polygon fill="none" stroke="black" points="1089.38,-1048.25 1089.38,-1072.75 1128.88,-1072.75 1128.88,-1048.25 1089.38,-1048.25"/> +<text text-anchor="start" x="1093.38" y="-1055.45" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- _GND_7 --> +<g id="node15" class="node"> +<title>_GND_7</title> +<polygon fill="#ffffff" stroke="black" points="1128.88,-802.75 1089.38,-802.75 1089.38,-778.25 1128.88,-778.25 1128.88,-802.75"/> +<polygon fill="none" stroke="black" points="1089.38,-778.25 1089.38,-802.75 1128.88,-802.75 1128.88,-778.25 1089.38,-778.25"/> +<text text-anchor="start" x="1093.38" y="-785.45" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- _GND_8 --> +<g id="node16" class="node"> +<title>_GND_8</title> +<polygon fill="#ffffff" stroke="black" points="224.25,-2495.75 184.75,-2495.75 184.75,-2471.25 224.25,-2471.25 224.25,-2495.75"/> +<polygon fill="none" stroke="black" points="184.75,-2471.25 184.75,-2495.75 224.25,-2495.75 224.25,-2471.25 184.75,-2471.25"/> +<text text-anchor="start" x="188.75" y="-2478.45" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- _GND_8--W4 --> +<g id="edge87" class="edge"> +<title>_GND_8:e--W4:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M225.25,-2483.5C370.92,-2483.5 407.33,-2483.25 553,-2483.25"/> +</g> +<!-- _GND_9 --> +<g id="node17" class="node"> +<title>_GND_9</title> +<polygon fill="#ffffff" stroke="black" points="1128.88,-2490.75 1089.38,-2490.75 1089.38,-2466.25 1128.88,-2466.25 1128.88,-2490.75"/> +<polygon fill="none" stroke="black" points="1089.38,-2466.25 1089.38,-2490.75 1128.88,-2490.75 1128.88,-2466.25 1089.38,-2466.25"/> +<text text-anchor="start" x="1093.38" y="-2473.45" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- _GND_10 --> +<g id="node18" class="node"> +<title>_GND_10</title> +<polygon fill="#ffffff" stroke="black" points="224.25,-2255.75 184.75,-2255.75 184.75,-2231.25 224.25,-2231.25 224.25,-2255.75"/> +<polygon fill="none" stroke="black" points="184.75,-2231.25 184.75,-2255.75 224.25,-2255.75 224.25,-2231.25 184.75,-2231.25"/> +<text text-anchor="start" x="188.75" y="-2238.45" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- _GND_10--W3 --> +<g id="edge81" class="edge"> +<title>_GND_10:e--W3:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M225.25,-2243.5C376.92,-2243.5 414.83,-2243.25 566.5,-2243.25"/> +</g> +<!-- _GND_11 --> +<g id="node19" class="node"> +<title>_GND_11</title> +<polygon fill="#ffffff" stroke="black" points="1128.88,-2255.75 1089.38,-2255.75 1089.38,-2231.25 1128.88,-2231.25 1128.88,-2255.75"/> +<polygon fill="none" stroke="black" points="1089.38,-2231.25 1089.38,-2255.75 1128.88,-2255.75 1128.88,-2231.25 1089.38,-2231.25"/> +<text text-anchor="start" x="1093.38" y="-2238.45" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- W1--_GND_1 --> +<g id="edge56" class="edge"> +<title>W1:e--_GND_1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M883.5,-2016C976.04,-2016.26 998.65,-2024.76 1088.38,-2024.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M883.5,-2018C975.34,-2018.13 997.94,-2026.63 1088.38,-2026.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M883.5,-2020C974.63,-2020 997.24,-2028.5 1088.38,-2028.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M883.5,-2022C973.93,-2021.87 996.54,-2030.37 1088.38,-2030.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M883.5,-2024C973.23,-2023.74 995.83,-2032.24 1088.38,-2032.5"/> +</g> +<!-- W1--_GND_2 --> +<g id="edge58" class="edge"> +<title>W1:e--_GND_2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M883.5,-1986C972.99,-1986.37 995.51,-1975.87 1088.38,-1975.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M883.5,-1988C973.83,-1988.19 996.35,-1977.69 1088.38,-1977.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M883.5,-1990C974.68,-1990 997.2,-1979.5 1088.38,-1979.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M883.5,-1992C975.52,-1991.81 998.04,-1981.31 1088.38,-1981.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M883.5,-1994C976.37,-1993.63 998.89,-1983.13 1088.38,-1983.5"/> +</g> +<!-- W1--_GND_3 --> +<g id="edge60" class="edge"> +<title>W1:e--_GND_3:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M883.5,-1746C974.47,-1746 997.23,-1745.5 1088.38,-1745.5"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M883.5,-1748C974.51,-1748 997.28,-1747.5 1088.38,-1747.5"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M883.5,-1750C974.56,-1750 997.32,-1749.5 1088.38,-1749.5"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M883.5,-1752C974.6,-1752 997.36,-1751.5 1088.38,-1751.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M883.5,-1754C974.64,-1754 997.41,-1753.5 1088.38,-1753.5"/> +</g> +<!-- W1--_GND_4 --> +<g id="edge62" class="edge"> +<title>W1:e--_GND_4:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M883.5,-1626C974.47,-1626 997.23,-1625.5 1088.38,-1625.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M883.5,-1628C974.51,-1628 997.28,-1627.5 1088.38,-1627.5"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M883.5,-1630C974.56,-1630 997.32,-1629.5 1088.38,-1629.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M883.5,-1632C974.6,-1632 997.36,-1631.5 1088.38,-1631.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M883.5,-1634C974.64,-1634 997.41,-1633.5 1088.38,-1633.5"/> +</g> +<!-- W1--_GND_5 --> +<g id="edge64" class="edge"> +<title>W1:e--_GND_5:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M883.5,-1566C974.47,-1566 997.23,-1565.5 1088.38,-1565.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M883.5,-1568C974.51,-1568 997.28,-1567.5 1088.38,-1567.5"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M883.5,-1570C974.56,-1570 997.32,-1569.5 1088.38,-1569.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M883.5,-1572C974.6,-1572 997.36,-1571.5 1088.38,-1571.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M883.5,-1574C974.64,-1574 997.41,-1573.5 1088.38,-1573.5"/> +</g> +<!-- W1--_GND_6 --> +<g id="edge66" class="edge"> +<title>W1:e--_GND_6:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M883.5,-1056C974.64,-1056 997.41,-1056.5 1088.38,-1056.5"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M883.5,-1058C974.6,-1058 997.36,-1058.5 1088.38,-1058.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M883.5,-1060C974.56,-1060 997.32,-1060.5 1088.38,-1060.5"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M883.5,-1062C974.51,-1062 997.28,-1062.5 1088.38,-1062.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M883.5,-1064C974.47,-1064 997.23,-1064.5 1088.38,-1064.5"/> +</g> +<!-- W1--_GND_7 --> +<g id="edge68" class="edge"> +<title>W1:e--_GND_7:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M883.5,-786C974.64,-786 997.41,-786.5 1088.38,-786.5"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M883.5,-788C974.6,-788 997.36,-788.5 1088.38,-788.5"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M883.5,-790C974.56,-790 997.32,-790.5 1088.38,-790.5"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M883.5,-792C974.51,-792 997.28,-792.5 1088.38,-792.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M883.5,-794C974.47,-794 997.23,-794.5 1088.38,-794.5"/> +</g> +<!-- W2--shield1 --> +<g id="edge75" class="edge"> +<title>W2:e--shield1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M906,-2723.25C981.94,-2723.25 993.06,-2672 1069,-2672"/> +</g> +<!-- W2--_S_1 --> +<g id="edge72" class="edge"> +<title>W2:e--_S_1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M906,-2825.25C991.19,-2827.68 1007.54,-2865.93 1085.38,-2863.5"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M906,-2827.25C989.35,-2828.46 1005.7,-2866.71 1085.38,-2865.5"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M906,-2829.25C987.51,-2829.25 1003.86,-2867.5 1085.38,-2867.5"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M906,-2831.25C985.68,-2830.04 1002.02,-2868.29 1085.38,-2869.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M906,-2833.25C983.84,-2830.82 1000.18,-2869.07 1085.38,-2871.5"/> +</g> +<!-- W2--_S_2 --> +<g id="edge73" class="edge"> +<title>W2:e--_S_2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M906,-2795.25C989.03,-2796.44 1008.04,-2815.69 1085.38,-2814.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M906,-2797.25C987.6,-2797.84 1006.62,-2817.09 1085.38,-2816.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M906,-2799.25C986.18,-2799.25 1005.2,-2818.5 1085.38,-2818.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M906,-2801.25C984.76,-2800.66 1003.77,-2819.91 1085.38,-2820.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M906,-2803.25C983.33,-2802.06 1002.35,-2821.31 1085.38,-2822.5"/> +</g> +<!-- W2--_S_3 --> +<g id="edge74" class="edge"> +<title>W2:e--_S_3:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M906,-2765.25C985.77,-2765.25 1005.7,-2765.5 1085.38,-2765.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M906,-2767.25C985.75,-2767.25 1005.68,-2767.5 1085.38,-2767.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M906,-2769.25C985.72,-2769.25 1005.65,-2769.5 1085.38,-2769.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M906,-2771.25C985.7,-2771.25 1005.63,-2771.5 1085.38,-2771.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M906,-2773.25C985.67,-2773.25 1005.6,-2773.5 1085.38,-2773.5"/> +</g> +<!-- W3--Mag --> +<g id="edge78" class="edge"> +<title>W3:e--Mag:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M911.5,-2315.25C982.05,-2315.26 999.76,-2314.01 1070.88,-2314"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M911.5,-2317.25C982.19,-2317.25 999.9,-2316 1070.88,-2316"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M911.5,-2319.25C982.34,-2319.25 1000.04,-2318 1070.88,-2318"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M911.5,-2321.25C982.48,-2321.25 1000.18,-2320 1070.88,-2320"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M911.5,-2323.25C982.62,-2323.24 1000.32,-2321.99 1070.88,-2322"/> +</g> +<!-- W3--Mag --> +<g id="edge80" class="edge"> +<title>W3:e--Mag:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M911.5,-2285.25C990.04,-2288.49 1000.19,-2341.24 1070.88,-2338"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M911.5,-2287.25C988.08,-2288.87 998.23,-2341.62 1070.88,-2340"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M911.5,-2289.25C986.11,-2289.25 996.26,-2342 1070.88,-2342"/> +<path fill="none" stroke="#0066ff" stroke-width="2" d="M911.5,-2291.25C984.15,-2289.63 994.3,-2342.38 1070.88,-2344"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M911.5,-2293.25C982.18,-2290.01 992.33,-2342.76 1070.88,-2346"/> +</g> +<!-- W3--_GND_11 --> +<g id="edge82" class="edge"> +<title>W3:e--_GND_11:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M911.5,-2243.25C990.11,-2243.25 1009.76,-2243.5 1088.38,-2243.5"/> +</g> +<!-- W4--VPX J1 --> +<g id="edge84" class="edge"> +<title>W4:e--VPX J1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M925,-2555.25C990.17,-2557.67 1003.98,-2525.42 1076.5,-2523"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M925,-2557.25C992,-2558.46 1005.82,-2526.21 1076.5,-2525"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M925,-2559.25C993.84,-2559.25 1007.66,-2527 1076.5,-2527"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M925,-2561.25C995.68,-2560.04 1009.5,-2527.79 1076.5,-2529"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M925,-2563.25C997.52,-2560.83 1011.33,-2528.58 1076.5,-2531"/> +</g> +<!-- W4--VPX J1 --> +<g id="edge86" class="edge"> +<title>W4:e--VPX J1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M925,-2525.25C999.23,-2528.33 1010.06,-2574.08 1076.5,-2571"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M925,-2527.25C997.28,-2528.79 1008.11,-2574.54 1076.5,-2573"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M925,-2529.25C995.34,-2529.25 1006.16,-2575 1076.5,-2575"/> +<path fill="none" stroke="#895956" stroke-width="2" d="M925,-2531.25C993.39,-2529.71 1004.22,-2575.46 1076.5,-2577"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M925,-2533.25C991.44,-2530.17 1002.27,-2575.92 1076.5,-2579"/> +</g> +<!-- W4--_GND_9 --> +<g id="edge88" class="edge"> +<title>W4:e--_GND_9:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M925,-2483.25C997.64,-2483.25 1015.73,-2478.5 1088.38,-2478.5"/> +</g> +<!-- W5--1X --> +<g id="edge90" class="edge"> +<title>W5:e--1X:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1592.25,-2834.25C1654.43,-2834.75 1670.19,-2826 1736.25,-2825.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1592.25,-2836.25C1655.4,-2836.5 1671.16,-2827.75 1736.25,-2827.5"/> +<path fill="none" stroke="#999999" stroke-width="2" d="M1592.25,-2838.25C1656.37,-2838.25 1672.13,-2829.5 1736.25,-2829.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1592.25,-2840.25C1657.34,-2840 1673.1,-2831.25 1736.25,-2831.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1592.25,-2842.25C1658.31,-2841.75 1674.07,-2833 1736.25,-2833.5"/> +</g> +<!-- W5--1X --> +<g id="edge92" class="edge"> +<title>W5:e--1X:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1592.25,-2804.25C1655.58,-2804.31 1671.56,-2801.56 1736.25,-2801.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1592.25,-2806.25C1655.92,-2806.28 1671.9,-2803.53 1736.25,-2803.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1592.25,-2808.25C1656.26,-2808.25 1672.24,-2805.5 1736.25,-2805.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1592.25,-2810.25C1656.6,-2810.22 1672.58,-2807.47 1736.25,-2807.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1592.25,-2812.25C1656.94,-2812.19 1672.92,-2809.44 1736.25,-2809.5"/> +</g> +<!-- W5--1X --> +<g id="edge94" class="edge"> +<title>W5:e--1X:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1592.25,-2774.25C1657.06,-2774.33 1673.03,-2777.58 1736.25,-2777.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1592.25,-2776.25C1656.67,-2776.29 1672.63,-2779.54 1736.25,-2779.5"/> +<path fill="none" stroke="#ff66cc" stroke-width="2" d="M1592.25,-2778.25C1656.27,-2778.25 1672.23,-2781.5 1736.25,-2781.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1592.25,-2780.25C1655.87,-2780.21 1671.83,-2783.46 1736.25,-2783.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1592.25,-2782.25C1655.47,-2782.17 1671.44,-2785.42 1736.25,-2785.5"/> +</g> +<!-- W5--1X --> +<g id="edge96" class="edge"> +<title>W5:e--1X:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1592.25,-2732.25C1669.48,-2732.25 1659.02,-2829.5 1736.25,-2829.5"/> +</g> +</g> +</svg> diff --git a/wireviz/Choppy_IB_CEX.yml b/wireviz/Choppy_IB_CEX.yml new file mode 100644 index 0000000..5e9c357 --- /dev/null +++ b/wireviz/Choppy_IB_CEX.yml @@ -0,0 +1,213 @@ +templates: # defining templates to be used later on + - &AP_mate + type: HEW.LM.368.XLNP + - &CEX_mate + type: HEW.LM.368.XLNP + pinlabels: [Power 1,Power 2,GND,GND,CanA P,CanA N,CAN GND,CanB P,CanB N,Out RS-485 P,Out RS-485 N,IN RS-485 N,IN RS-485 P,RS-485 GND,RS-232A TX,RS-232A RX,GND, + RS-232B TX,RS-232B RX,I2C SCL,I2C SDA,3.3V out,GND,5V out,GND,ATX(0) N,ATX(0) P,ARX(0) P,ARX(0) N,ECAP 0,ECAP 1, ECAP 2,ECAP 3, + PWM 0,PWM 1,PWM 2,PWM 3,PWM 4,PWM 5,PWM 6,PWM 7, GND,A0 3.3V,A1 3.3V,A2 5V,A3 5V,A4 12V, + A5 12V,A6 36V,A7 36V,GND,ARX(0) P,ARX(0) N,ARX(1) P,ARX(1) N,ARX(2) P,ARX(2) N,ARX(3) P,ARX(3) N, + GPIO 8,GPIO 9,GPIO 10,GPIO 11,GPIO 12,GPIO 13,GPIO 14,GPIO 15,GPIO 16] + image: + src: images\CEX_plug.png + caption: Connector HEW.LM.368.XLNP (mounted in CEX) + - &wire + category: bundle + gauge: 22 AWG + + + + +connectors: + Veronte CEX: + <<: *CEX_mate # copying items from the template + notes: Veronte CEX + 1X: + type: HEW.LM.368.XLNP + pinlabels: [CAN_GND,CANB_P,CANB_N] + pins: [27, 28, 29] + image: + src: images\CEX_plug.png + # VPX J12: + # #type: DC_power + # pinlabels: [GND, +5A] + # pins: [4,8] + VPX J1: + type: J1 + pinlabels: [TX, GND, RX] + pins: [20, 21, 22] + Mag: + type: Mag + pinlabels: [TX, RX, GND] + pins: [2, 3, 5] + # Radar: + # pinlabels: [GND, CAN_L, CAN_H, V+] + # pins: [1,2,3,4] + S: &splice # generic autogenerated splice + style: simple + autogenerate: true + type: splice + shield1: + pinlabels: [Shield] + GND: &GND + style: simple + autogenerate: true + type: GND + +cables: + W1: + <<: *wire + length: 12 Inches + colors: [WH,BN,GN,YE,GY,PK,VT,PKGY,BURD,GNWH,GNBN,GYWH,BNGY,PKWH,BUBN,RDWH,RDBN,BKWH,BKBN,GNGY,GNYE,GNPK,PKYE,WH,BN,GN,YE,GY,PK,BU,RD,BK,PK,PKGY,BURD,GNWH,GNBN,YEWH,BNYE,GYWH,BNGY,PKWH,BNPK,BUWH,BUBN,RDWH,RDBN,BKWH,BKBN,GNGY,GNYE,GNPK,PKYE,WH,BN,GN,YE,GY,PK,BU,RD] + W2: + <<: *wire + length: 12 Inches + colors: [BU,RD,BK] + shield: true + notes: Twisted Pair + W3: + <<: *wire + length: 124 Inches + colors: [BNPK,BUWH] + shield: true + notes: Twisted Pair + W4: + <<: *wire + length: 87.5 Inches + colors: [YEWH,BNYE] + shield: true + notes: Twisted Pair + W5: + <<: *wire + length: 0.0 + colors: [GNGY,GNYE,GNPK] + shield: true + notes: Twisted Pair + + # W2: + # <<: *wire + # length: 0.4 + # colors: [RD, BK, WH] + # W3: + # <<: *wire + # length: 0.3 + # colors: [GY, PK, BU, RD] + # W4: + # <<: *wire + # length: 0.3 + # colors: [RD, BK] + # W5: + # <<: *wire + # length: 0.3 + # colors: [RD, BK, WH] + # W6: + # <<: *wire + # length: 0.3 + # colors: [GYGN, YEGY, PKGN] + # shield: true + # W7: + # <<: *wire + # length: 0.3 + # colors: [BU, RD, BK] + # shield: true + # W8: + # <<: *wire + # length: 0.3 + # colors: [GN,YE] + # shield: true + # notes: Twisted Pair + + + +connections: + - + - Veronte CEX: [1-2,5-6,10-14,20-22,24,26-41,43-50,52-68] + - W1: [1-2,5-6,7-11,13-15,17,19-34,36-43,45-61] + - + - Veronte CEX: [7,8,9] + - W2: [1-3] + - + - Veronte CEX: [18,19] + - W3: [1-2] + - Mag: [RX,TX] + # - + # - W2: s + # - shield1: [1] + # - W8: s + - + - Veronte CEX: [15,16] + - W4: [1-2] + - VPX J1: [RX,TX] + # - [S,S,S] + # - W2: [1-3] + # - + # - W2: [1-3] + # - 1X: [27, 28, 29] + # - + # - Veronte CEX: [7-9] + # - W1: [1-3] + # - Radar: [1,3,2] + # - + # - Veronte CEX: [1-4] + # - W3: [1-4] + # - [S,S,S,S] + # - W4: [1,1,2,2] + # - + # - W4: [1-2] + # - VPX J12: [4,4,8,8] + # - + # - Veronte CEX: [15-17] + # - W5: [1-3] + # - [S,S,S] + # - W6: [1-3] + # - + # - W6: [1-3] + # - VPX J1: [22, 20, 21] + # - + # - Veronte CEX: [19,18,17] + # - W7: [1-3] + # - Mag: [2, 3, 5] + # - + # - Veronte CEX: [17] + # - W7: s + # - Mag: [GND] + # - + # - W1: [18,19] + # - Mag: [TX,RX] + # - + # - Veronte CEX: [17] + # - W6: [s] + # - VPX J1: [GND] + # - + # - W2: [3,2] + # - [S,S] + # - W8: [1-2] + # - Radar: [2-3] + - + - W2: [1-3] + - [S,S,S] + - W5: [1-3] + - 1X: [27-29] + - + - W2: s + - shield1: [1] + - W5: s + - 1X: [27] + - + - Veronte CEX: [3,4,17,23,25,42,51] + - W1: [3,4,12,16,18,35,44] + - [GND,GND,GND,GND,GND,GND,GND] + # - + # - W8: s + # - GND + - + - GND + - W4: s + - GND + - + - GND + - W3: s + - GND + - + - Veronte CEX: [7] + - W2: s
\ No newline at end of file diff --git a/wireviz/Choppy_IB_PPS_J1.bom.tsv b/wireviz/Choppy_IB_PPS_J1.bom.tsv new file mode 100644 index 0000000..2be9db1 --- /dev/null +++ b/wireviz/Choppy_IB_PPS_J1.bom.tsv @@ -0,0 +1,15 @@ +Id Description Qty Unit Designators +1 Connector, 10 Ohm Resistor, 2 pins 3 10Ohm1, 10Ohm2, 10Ohm3 +2 Connector, 28 pins 1 PPS J1 +3 Connector, Connector Molex 194180013, 10 pins 1 VP-X +4 Connector, FMW.LM.368.XLC, 3 pins 1 CEX +5 Connector, GND 5 +6 Connector, Temp, 2 pins 2 Master Switch, Starter Switch +7 Wire, 14 AWG, BK 62.0 " W12 +8 Wire, 20 AWG, GYBN 81.5 " W11 +9 Wire, 20 AWG, PKBN 81.5 " W9 +10 Wire, 20 AWG, RD 0 m W1, W2, W3 +11 Wire, 20 AWG, WHPK 81.5 " W10 +12 Wire, 22 AWG, BK 62.0 " W4 +13 Wire, 22 AWG, WH 26.5 " W6 +14 Wire, 22 AWG, WH 3.0 TBD W5, W7, W8 diff --git a/wireviz/Choppy_IB_PPS_J1.gv b/wireviz/Choppy_IB_PPS_J1.gv new file mode 100644 index 0000000..f234b9b --- /dev/null +++ b/wireviz/Choppy_IB_PPS_J1.gv @@ -0,0 +1,989 @@ +graph { +// Graph generated by WireViz 0.3.2 +// https://github.com/formatc1702/WireViz + graph [bgcolor="#FFFFFF" fontname=arial nodesep=0.33 rankdir=LR ranksep=2] + node [fillcolor="#FFFFFF" fontname=arial height=0 margin=0 shape=none style=filled width=0] + edge [fontname=arial style=bold] + "PPS J1" [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">PPS J1</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">28-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td>BATT_DIST_EN</td> + <td port="p1r">1</td> + </tr> + <tr> + <td>RSVD</td> + <td port="p2r">2</td> + </tr> + <tr> + <td>MAIN_BATT_START_EN</td> + <td port="p3r">3</td> + </tr> + <tr> + <td>RSVD</td> + <td port="p4r">4</td> + </tr> + <tr> + <td>RSVD</td> + <td port="p5r">5</td> + </tr> + <tr> + <td>MASTER_ALTERNATE</td> + <td port="p6r">6</td> + </tr> + <tr> + <td>MASTER</td> + <td port="p7r">7</td> + </tr> + <tr> + <td>ALT_DIST_EN</td> + <td port="p8r">8</td> + </tr> + <tr> + <td>BATT_CURRENT+</td> + <td port="p9r">9</td> + </tr> + <tr> + <td>STARTER_ACTIVE</td> + <td port="p10r">10</td> + </tr> + <tr> + <td>RSVD</td> + <td port="p11r">11</td> + </tr> + <tr> + <td>RSVD</td> + <td port="p12r">12</td> + </tr> + <tr> + <td>ALT_DIST_FAULT</td> + <td port="p13r">13</td> + </tr> + <tr> + <td>BATT_DIST_FAULT</td> + <td port="p14r">14</td> + </tr> + <tr> + <td>RSVD</td> + <td port="p15r">15</td> + </tr> + <tr> + <td>RSVD</td> + <td port="p16r">16</td> + </tr> + <tr> + <td>RSVD</td> + <td port="p17r">17</td> + </tr> + <tr> + <td>ALT_CURRENT-</td> + <td port="p18r">18</td> + </tr> + <tr> + <td>ALT_CURRENT+</td> + <td port="p19r">19</td> + </tr> + <tr> + <td>BATT_CURENT-</td> + <td port="p20r">20</td> + </tr> + <tr> + <td>RSVD</td> + <td port="p21r">21</td> + </tr> + <tr> + <td>RSVD</td> + <td port="p22r">22</td> + </tr> + <tr> + <td>RSVD</td> + <td port="p23r">23</td> + </tr> + <tr> + <td>RSVD</td> + <td port="p24r">24</td> + </tr> + <tr> + <td>RSVD</td> + <td port="p25r">25</td> + </tr> + <tr> + <td>GND</td> + <td port="p26r">26</td> + </tr> + <tr> + <td>GND</td> + <td port="p27r">27</td> + </tr> + <tr> + <td>RSVD</td> + <td port="p28r">28</td> + </tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left" sides="TLR"><img scale="false" src="images\PPS_J1.png"/></td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left" sides="BLR">Connector TE 206039-1</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">PPS_J1</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + "VP-X" [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">VP-X</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Connector Molex 194180013</td> + <td balign="left">10-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">1</td> + <td>Starter</td> + </tr> + <tr> + <td port="p2l">2</td> + <td>5A</td> + </tr> + <tr> + <td port="p3l">3</td> + <td>10A</td> + </tr> + <tr> + <td port="p4l">4</td> + <td>5A</td> + </tr> + <tr> + <td port="p5l">5</td> + <td>10A</td> + </tr> + <tr> + <td port="p6l">6</td> + <td>15A</td> + </tr> + <tr> + <td port="p7l">7</td> + <td>5A</td> + </tr> + <tr> + <td port="p8l">8</td> + <td>5A</td> + </tr> + <tr> + <td port="p9l">9</td> + <td>GND</td> + </tr> + <tr> + <td port="p10l">10</td> + <td>5A</td> + </tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left"><img scale="false" src="images\J10.png"/></td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + "Starter Switch" [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Starter Switch</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Temp</td> + <td balign="left">2-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">1</td> + <td port="p1r">1</td> + </tr> + <tr> + <td port="p2l">2</td> + <td port="p2r">2</td> + </tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + "Master Switch" [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Master Switch</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Temp</td> + <td balign="left">2-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">1</td> + <td port="p1r">1</td> + </tr> + <tr> + <td port="p2l">2</td> + <td port="p2r">2</td> + </tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + CEX [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">CEX</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">FMW.LM.368.XLC</td> + <td balign="left">3-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">48</td> + <td>AIN12V</td> + </tr> + <tr> + <td port="p2l">49</td> + <td>AIN32V1</td> + </tr> + <tr> + <td port="p3l">50</td> + <td>AIN32V2</td> + </tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + "10Ohm1" [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">10Ohm1</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">10 Ohm Resistor</td> + <td balign="left">2-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">1</td> + <td port="p1r">1</td> + </tr> + <tr> + <td port="p2l">2</td> + <td port="p2r">2</td> + </tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + "10Ohm2" [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">10Ohm2</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">10 Ohm Resistor</td> + <td balign="left">2-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">1</td> + <td port="p1r">1</td> + </tr> + <tr> + <td port="p2l">2</td> + <td port="p2r">2</td> + </tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + "10Ohm3" [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">10Ohm3</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">10 Ohm Resistor</td> + <td balign="left">2-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">1</td> + <td port="p1r">1</td> + </tr> + <tr> + <td port="p2l">2</td> + <td port="p2r">2</td> + </tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _GND_1 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">GND</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _GND_2 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">GND</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _GND_3 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">GND</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _GND_4 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">GND</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _GND_5 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">GND</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + edge [color="#000000:#ff0000:#ff0000:#ff0000:#000000"] + "PPS J1":p14r:e -- W1:w1:w + W1:w1:e -- "10Ohm1":p1l:w + W1 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W1</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">20 AWG</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>PPS J1:14:BATT_DIST_FAULT</td> + <td> + RD + </td> + <td>10Ohm1:1</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#ff0000:#ff0000:#ff0000:#000000"] + "PPS J1":p13r:e -- W2:w1:w + W2:w1:e -- "10Ohm2":p1l:w + W2 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W2</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">20 AWG</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>PPS J1:13:ALT_DIST_FAULT</td> + <td> + RD + </td> + <td>10Ohm2:1</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#ff0000:#ff0000:#ff0000:#000000"] + "PPS J1":p10r:e -- W3:w1:w + W3:w1:e -- "10Ohm3":p1l:w + W3 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W3</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">20 AWG</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>PPS J1:10:STARTER_ACTIVE</td> + <td> + RD + </td> + <td>10Ohm3:1</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#ff66cc:#895956:#ff66cc:#000000"] + "10Ohm1":p2r:e -- W9:w1:w + W9:w1:e -- CEX:p3l:w + W9 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W9</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">20 AWG</td> + <td balign="left">81.5 "</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>10Ohm1:2</td> + <td> + PKBN + </td> + <td>CEX:50:AIN32V2</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff66cc" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff66cc" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#ffffff:#ff66cc:#ffffff:#000000"] + "10Ohm2":p2r:e -- W10:w1:w + W10:w1:e -- CEX:p2l:w + W10 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W10</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">20 AWG</td> + <td balign="left">81.5 "</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>10Ohm2:2</td> + <td> + WHPK + </td> + <td>CEX:49:AIN32V1</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff66cc" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Length is CEX to PPS</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#999999:#895956:#999999:#000000"] + "10Ohm3":p2r:e -- W11:w1:w + W11:w1:e -- CEX:p1l:w + W11 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W11</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">20 AWG</td> + <td balign="left">81.5 "</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>10Ohm3:2</td> + <td> + GYBN + </td> + <td>CEX:48:AIN12V</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#999999" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#895956" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#999999" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#000000:#000000:#000000:#000000"] + "PPS J1":p26r:e -- W12:w1:w + W12:w1:e -- _GND_4:w + edge [color="#000000:#000000:#000000:#000000:#000000"] + "PPS J1":p27r:e -- W12:w2:w + W12:w2:e -- _GND_5:w + W12 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W12</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">2x</td> + <td balign="left">14 AWG</td> + <td balign="left">31.0 "</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>PPS J1:26:GND</td> + <td> + BK + </td> + <td></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>PPS J1:27:GND</td> + <td> + BK + </td> + <td></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w2" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#000000:#000000:#000000:#000000"] + "PPS J1":p1r:e -- W4:w1:w + edge [color="#000000:#000000:#000000:#000000:#000000"] + "PPS J1":p8r:e -- W4:w2:w + edge [color="#000000:#000000:#000000:#000000:#000000"] + W4:w1:e -- _GND_1:w + edge [color="#000000:#000000:#000000:#000000:#000000"] + W4:w2:e -- _GND_2:w + W4 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W4</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">2x</td> + <td balign="left">22 AWG</td> + <td balign="left">31.0 "</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>PPS J1:1:BATT_DIST_EN</td> + <td> + BK + </td> + <td></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>PPS J1:8:ALT_DIST_EN</td> + <td> + BK + </td> + <td></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w2" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#ffffff:#ffffff:#ffffff:#000000"] + "PPS J1":p3r:e -- W5:w1:w + W5:w1:e -- "Starter Switch":p1l:w + W5 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W5</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">22 AWG</td> + <td balign="left">1.0 TBD</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>PPS J1:3:MAIN_BATT_START_EN</td> + <td> + WH + </td> + <td>Starter Switch:1</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#ffffff:#ffffff:#ffffff:#000000"] + "Starter Switch":p2r:e -- W6:w1:w + W6:w1:e -- "VP-X":p1l:w + W6 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W6</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">22 AWG</td> + <td balign="left">26.5 "</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>Starter Switch:2</td> + <td> + WH + </td> + <td>VP-X:1:Starter</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#ffffff:#ffffff:#ffffff:#000000"] + "PPS J1":p7r:e -- W7:w1:w + W7:w1:e -- "Master Switch":p1l:w + W7 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W7</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">22 AWG</td> + <td balign="left">1.0 TBD</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>PPS J1:7:MASTER</td> + <td> + WH + </td> + <td>Master Switch:1</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#ffffff:#ffffff:#ffffff:#000000"] + "Master Switch":p2r:e -- W8:w1:w + W8:w1:e -- _GND_3:w + W8 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W8</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">22 AWG</td> + <td balign="left">1.0 TBD</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>Master Switch:2</td> + <td> + WH + </td> + <td></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="10"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] +} diff --git a/wireviz/Choppy_IB_PPS_J1.html b/wireviz/Choppy_IB_PPS_J1.html new file mode 100644 index 0000000..e9660cc --- /dev/null +++ b/wireviz/Choppy_IB_PPS_J1.html @@ -0,0 +1,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-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-</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-</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-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">     RD    </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--W1 --> +<g id="edge1" class="edge"> +<title>PPS J1:e--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">     RD    </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--W2 --> +<g id="edge3" class="edge"> +<title>PPS J1:e--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">     RD    </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--W3 --> +<g id="edge5" class="edge"> +<title>PPS J1:e--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 "</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">     BK    </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">     BK    </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--W12 --> +<g id="edge13" class="edge"> +<title>PPS J1:e--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--W12 --> +<g id="edge15" class="edge"> +<title>PPS J1:e--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 "</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">     BK    </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">     BK    </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--W4 --> +<g id="edge17" class="edge"> +<title>PPS J1:e--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--W4 --> +<g id="edge18" class="edge"> +<title>PPS J1:e--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">     WH    </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--W5 --> +<g id="edge21" class="edge"> +<title>PPS J1:e--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">     WH    </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--W7 --> +<g id="edge25" class="edge"> +<title>PPS J1:e--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-X --> +<g id="node2" class="node"> +<title>VP-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-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-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-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 "</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">     WH    </text> +<text text-anchor="start" x="1590.75" y="-1507.7" font-family="arial" font-size="14.00">VP-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--W6 --> +<g id="edge23" class="edge"> +<title>Starter Switch:e--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-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">     WH    </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--W8 --> +<g id="edge27" class="edge"> +<title>Master Switch:e--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-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-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 "</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">     PKBN    </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--W9 --> +<g id="edge7" class="edge"> +<title>10Ohm1:e--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-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 "</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">     WHPK    </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--W10 --> +<g id="edge9" class="edge"> +<title>10Ohm2:e--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-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 "</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">     GYBN    </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--W11 --> +<g id="edge11" class="edge"> +<title>10Ohm3:e--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--10Ohm1 --> +<g id="edge2" class="edge"> +<title>W1:e--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--10Ohm2 --> +<g id="edge4" class="edge"> +<title>W2:e--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--10Ohm3 --> +<g id="edge6" class="edge"> +<title>W3:e--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--CEX --> +<g id="edge8" class="edge"> +<title>W9:e--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--CEX --> +<g id="edge10" class="edge"> +<title>W10:e--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--CEX --> +<g id="edge12" class="edge"> +<title>W11:e--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--_GND_4 --> +<g id="edge14" class="edge"> +<title>W12:e--_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--_GND_5 --> +<g id="edge16" class="edge"> +<title>W12:e--_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--_GND_1 --> +<g id="edge19" class="edge"> +<title>W4:e--_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--_GND_2 --> +<g id="edge20" class="edge"> +<title>W4:e--_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--Starter Switch --> +<g id="edge22" class="edge"> +<title>W5:e--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--VP-X --> +<g id="edge24" class="edge"> +<title>W6:e--VP-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--Master Switch --> +<g id="edge26" class="edge"> +<title>W7:e--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--_GND_3 --> +<g id="edge28" class="edge"> +<title>W8:e--_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> diff --git a/wireviz/Choppy_IB_PPS_J1.png b/wireviz/Choppy_IB_PPS_J1.png Binary files differnew file mode 100644 index 0000000..b58d7d3 --- /dev/null +++ b/wireviz/Choppy_IB_PPS_J1.png diff --git a/wireviz/Choppy_IB_PPS_J1.svg b/wireviz/Choppy_IB_PPS_J1.svg new file mode 100644 index 0000000..9dbcfbd --- /dev/null +++ b/wireviz/Choppy_IB_PPS_J1.svg @@ -0,0 +1,880 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" + "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<!-- 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-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-</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-</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-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">     RD    </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--W1 --> +<g id="edge1" class="edge"> +<title>PPS J1:e--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">     RD    </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--W2 --> +<g id="edge3" class="edge"> +<title>PPS J1:e--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">     RD    </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--W3 --> +<g id="edge5" class="edge"> +<title>PPS J1:e--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 "</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">     BK    </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">     BK    </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--W12 --> +<g id="edge13" class="edge"> +<title>PPS J1:e--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--W12 --> +<g id="edge15" class="edge"> +<title>PPS J1:e--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 "</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">     BK    </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">     BK    </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--W4 --> +<g id="edge17" class="edge"> +<title>PPS J1:e--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--W4 --> +<g id="edge18" class="edge"> +<title>PPS J1:e--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">     WH    </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--W5 --> +<g id="edge21" class="edge"> +<title>PPS J1:e--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">     WH    </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--W7 --> +<g id="edge25" class="edge"> +<title>PPS J1:e--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-X --> +<g id="node2" class="node"> +<title>VP-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-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-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-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 "</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">     WH    </text> +<text text-anchor="start" x="1590.75" y="-1507.7" font-family="arial" font-size="14.00">VP-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--W6 --> +<g id="edge23" class="edge"> +<title>Starter Switch:e--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-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">     WH    </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--W8 --> +<g id="edge27" class="edge"> +<title>Master Switch:e--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-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-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 "</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">     PKBN    </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--W9 --> +<g id="edge7" class="edge"> +<title>10Ohm1:e--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-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 "</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">     WHPK    </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--W10 --> +<g id="edge9" class="edge"> +<title>10Ohm2:e--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-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 "</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">     GYBN    </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--W11 --> +<g id="edge11" class="edge"> +<title>10Ohm3:e--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--10Ohm1 --> +<g id="edge2" class="edge"> +<title>W1:e--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--10Ohm2 --> +<g id="edge4" class="edge"> +<title>W2:e--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--10Ohm3 --> +<g id="edge6" class="edge"> +<title>W3:e--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--CEX --> +<g id="edge8" class="edge"> +<title>W9:e--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--CEX --> +<g id="edge10" class="edge"> +<title>W10:e--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--CEX --> +<g id="edge12" class="edge"> +<title>W11:e--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--_GND_4 --> +<g id="edge14" class="edge"> +<title>W12:e--_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--_GND_5 --> +<g id="edge16" class="edge"> +<title>W12:e--_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--_GND_1 --> +<g id="edge19" class="edge"> +<title>W4:e--_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--_GND_2 --> +<g id="edge20" class="edge"> +<title>W4:e--_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--Starter Switch --> +<g id="edge22" class="edge"> +<title>W5:e--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--VP-X --> +<g id="edge24" class="edge"> +<title>W6:e--VP-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--Master Switch --> +<g id="edge26" class="edge"> +<title>W7:e--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--_GND_3 --> +<g id="edge28" class="edge"> +<title>W8:e--_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> diff --git a/wireviz/Choppy_IB_PPS_J1.yml b/wireviz/Choppy_IB_PPS_J1.yml new file mode 100644 index 0000000..1be6b38 --- /dev/null +++ b/wireviz/Choppy_IB_PPS_J1.yml @@ -0,0 +1,167 @@ +templates: # defining templates to be used later on + - &PPS_J1 + image: + src: images\PPS_J1.png + caption: Connector TE 206039-1 + pinlabels: [BATT_DIST_EN, RSVD, MAIN_BATT_START_EN,RSVD,RSVD,MASTER_ALTERNATE,MASTER,ALT_DIST_EN,BATT_CURRENT+,STARTER_ACTIVE,RSVD,RSVD,ALT_DIST_FAULT,BATT_DIST_FAULT,RSVD,RSVD,RSVD,ALT_CURRENT-,ALT_CURRENT+,BATT_CURENT-,RSVD,RSVD,RSVD,RSVD,RSVD,GND,GND,RSVD] + - &Light + pinlabels: [V+,GND] + #pins: [A, B, C, D, E, F, G, H, I, J, K, L, M] + - &data_wire + category: bundle + gauge: 22 AWG + - &5A_wire + category: bundle + gauge: 20 AWG + - &10A_wire + category: bundle + gauge: 18 AWG + - &15A_wire + category: bundle + gauge: 14 AWG + - &VPX_j2 + pinlabels: [Switch input 1, Switch input 2, Switch input 3, Switch input 4, Switch input 5, Switch input 6, Switch input 7, Switch input 8, Switch input 9, Switch input 10, + Starter annun input, Aux batt voltage input, Flap up switch, Flap down switch, Roll trim left input, Roll trim right input, Pitch trim up input, Pitch trim down input] + pins: [1,2,3,4,5,6,7,8,9,10,11,12,14,15,16,17,18,19] + - &VPX_j10 + pinlabels: [Starter,5A,10A,5A,10A,15A,5A,5A,GND,5A,] + type: Connector Molex 194180013 + image: + src: images\J10.png + - &10Ohm + type: 10 Ohm Resistor + pins: [1,2] + + + + +connectors: + PPS J1: + <<: *PPS_J1 # copying items from the template + notes: PPS_J1 +# Batt: +# pinlabels: [V+,GND] + VP-X: + <<: *VPX_j10 + GND: &GND # generic autogenerated splice + style: simple + autogenerate: true + type: GND + Starter Switch: + type: Temp + pins: [1,2] + Master Switch: + type: Temp + pins: [1,2] + CEX: + type: FMW.LM.368.XLC + pinlabels: [AIN12V,AIN32V1,AIN32V2] + pins: [48, 49, 50] + 10Ohm1: + <<: *10Ohm + 10Ohm2: + <<: *10Ohm + 10Ohm3: + <<: *10Ohm + + +cables: + W1: + <<: *5A_wire + colors: [RD] + W2: + <<: *5A_wire + colors: [RD] + W3: + <<: *5A_wire + colors: [RD] + W9: + <<: *5A_wire + length: 81.5 " + colors: [PKBN] + W10: + <<: *5A_wire + length: 81.5 " + notes: Length is CEX to PPS + colors: [WHPK] + W11: + <<: *5A_wire + length: 81.5 " + colors: [GYBN] + W12: + <<: *15A_wire + length: 31 " + colors: [BK,BK] + W4: + <<: *data_wire + length: 31 " + colors: [BK,BK] + W5: + <<: *data_wire + length: 1 TBD + colors: [WH] + W6: + <<: *data_wire + length: 26.5 " + colors: [WH] + W7: + <<: *data_wire + length: 1 TBD + colors: [WH] + W8: + <<: *data_wire + length: 1 TBD + colors: [WH] + + +connections: + - + - PPS J1: [14] + - W1: [1] + - 10Ohm1: [1] + - + - PPS J1: [13] + - W2: [1] + - 10Ohm2: [1] + - + - PPS J1: [10] + - W3: [1] + - 10Ohm3: [1] + - + - 10Ohm1: [2] + - W9: [1] + - CEX: [50] + - + - 10Ohm2: [2] + - W10: [1] + - CEX: [49] + - + - 10Ohm3: [2] + - W11: [1] + - CEX: [48] + - + - PPS J1: [1,8] + - W4: [1,2] + - + - W4: [1,2] + - [GND,GND] + - + - PPS J1: [3] + - W5: [1] + - Starter Switch: [1] + - + - Starter Switch: [2] + - W6: [1] + - VP-X: [1] + - + - PPS J1: [7] + - W7: [1] + - Master Switch: [1] + - + - Master Switch: [2] + - W8: [1] + - [GND] + - + - PPS J1: [26,27] + - W12: [1,2] + - [GND, GND]
\ No newline at end of file diff --git a/wireviz/Choppy_IB_PPS_main.bom.tsv b/wireviz/Choppy_IB_PPS_main.bom.tsv new file mode 100644 index 0000000..b32c186 --- /dev/null +++ b/wireviz/Choppy_IB_PPS_main.bom.tsv @@ -0,0 +1,17 @@ +Id Description Qty Unit Designators +1 Connector, 1/4" + 7/16" Ring Terminals, 2 pins 1 Starter +2 Connector, 1/4" Ring Terminal, 1 pins 1 VP-X power lug +3 Connector, 1/4" Ring Terminals, 2 pins 1 Batt +4 Connector, No part number... One 3 pin, Two 2 pins, 7 pins 1 Rectifier +5 Connector, Pike Industries Busbar, 4 pins 2 Negative Bus Bar, Positive Bus Bar +6 Connector, Ring Terminals (Inner), 5 pins 1 PPS main +7 Connector, Temp, 3 pins 1 Altinator +8 Connector, VERIFY! Sumitomo 6111-2557, 3 pins 1 Alternator 3⌀ +9 Wire, 10 AWG, BK 12.0 Inches W10 +10 Wire, 10 AWG, RD 85.0 Inches W11, W7 +11 Wire, 2 AWG, RD 80.0 " W4 +12 Wire, 6 AWG, BK 88.0 Inches W8, W9 +13 Wire, 6 AWG, BK 24.0 Inches???? W5 +14 Wire, 6 AWG, RD 111.5 " W1, W2 +15 Wire, 6 AWG, RD 33.0 Inches W3 +16 Wire, 6 AWG, YE 36.0 Inches W6 diff --git a/wireviz/Choppy_IB_PPS_main.gv b/wireviz/Choppy_IB_PPS_main.gv new file mode 100644 index 0000000..bb12215 --- /dev/null +++ b/wireviz/Choppy_IB_PPS_main.gv @@ -0,0 +1,842 @@ +graph { +// Graph generated by WireViz 0.3.2 +// https://github.com/formatc1702/WireViz + graph [bgcolor="#FFFFFF" fontname=arial nodesep=0.33 rankdir=LR ranksep=2] + node [fillcolor="#FFFFFF" fontname=arial height=0 margin=0 shape=none style=filled width=0] + edge [fontname=arial style=bold] + "PPS main" [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">PPS main</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Ring Terminals (Inner)</td> + <td balign="left">5-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td>MAIN_BUS_OUT (1/4")</td> + <td port="p1r">1</td> + </tr> + <tr> + <td>ATL_B-LEAD_IN (1/4")</td> + <td port="p2r">2</td> + </tr> + <tr> + <td>STARTER_OUT (5/16")</td> + <td port="p3r">3</td> + </tr> + <tr> + <td>GND_STUD (M10)</td> + <td port="p4r">4</td> + </tr> + <tr> + <td>MAIN_BATT (5/16")</td> + <td port="p5r">5</td> + </tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left" sides="TLR"><img scale="false" src="images\PPS_Lugs.png"/></td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left" sides="BLR">Top view of PPS Lugs</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">VPX J12</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + Batt [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Batt</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1/4" Ring Terminals</td> + <td balign="left">2-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">1</td> + <td>V+</td> + <td port="p1r">1</td> + </tr> + <tr> + <td port="p2l">2</td> + <td>GND</td> + <td port="p2r">2</td> + </tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">5732 Terminal Cover</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + Starter [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Starter</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1/4" + 7/16" Ring Terminals</td> + <td balign="left">2-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">1</td> + <td>V+</td> + <td port="p1r">1</td> + </tr> + <tr> + <td port="p2l">2</td> + <td>GND</td> + <td port="p2r">2</td> + </tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + Altinator [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Altinator</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Temp</td> + <td balign="left">3-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">1</td> + <td>Field</td> + </tr> + <tr> + <td port="p2l">2</td> + <td>B-Lead</td> + </tr> + <tr> + <td port="p3l">3</td> + <td>GND</td> + </tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + "Alternator 3⌀" [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Alternator 3⌀</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">VERIFY! Sumitomo 6111-2557</td> + <td balign="left">3-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">1</td> + </tr> + <tr> + <td port="p2l">2</td> + </tr> + <tr> + <td port="p3l">3</td> + </tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + Rectifier [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Rectifier</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">No part number... One 3 pin, Two 2 pins</td> + <td balign="left">7-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td>⌀1</td> + <td port="p1r">1</td> + </tr> + <tr> + <td>⌀2</td> + <td port="p2r">2</td> + </tr> + <tr> + <td>⌀3</td> + <td port="p3r">3</td> + </tr> + <tr> + <td>V1</td> + <td port="p4r">4</td> + </tr> + <tr> + <td>V2</td> + <td port="p5r">5</td> + </tr> + <tr> + <td>GND1</td> + <td port="p6r">6</td> + </tr> + <tr> + <td>GND2</td> + <td port="p7r">7</td> + </tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + "VP-X power lug" [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">VP-X power lug</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1/4" Ring Terminal</td> + <td balign="left">1-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">1</td> + <td>Power IN</td> + </tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + "Positive Bus Bar" [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Positive Bus Bar</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Pike Industries Busbar</td> + <td balign="left">4-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">1</td> + </tr> + <tr> + <td port="p2l">2</td> + </tr> + <tr> + <td port="p3l">3</td> + </tr> + <tr> + <td port="p4l">4</td> + </tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + "Negative Bus Bar" [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Negative Bus Bar</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Pike Industries Busbar</td> + <td balign="left">4-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">1</td> + </tr> + <tr> + <td port="p2l">2</td> + </tr> + <tr> + <td port="p3l">3</td> + </tr> + <tr> + <td port="p4l">4</td> + </tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + edge [color="#000000:#ff0000:#000000"] + "PPS main":p1r:e -- W1:w1:w + W1:w1:e -- "VP-X power lug":p1l:w + W1 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W1</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">6 AWG</td> + <td balign="left">26.5 "</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>PPS main:1:MAIN_BUS_OUT (1/4")</td> + <td> + RD + </td> + <td>VP-X power lug:1:Power IN</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#ff0000:#000000"] + "PPS main":p2r:e -- W2:w1:w + W2:w1:e -- Altinator:p2l:w + W2 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W2</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">6 AWG</td> + <td balign="left">85.0 "</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>PPS main:2:ATL_B-LEAD_IN (1/4")</td> + <td> + RD + </td> + <td>Altinator:2:B-Lead</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#ff0000:#000000"] + "PPS main":p5r:e -- W3:w1:w + W3:w1:e -- Batt:p1l:w + W3 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W3</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">6 AWG</td> + <td balign="left">33.0 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>PPS main:5:MAIN_BATT (5/16")</td> + <td> + RD + </td> + <td>Batt:1:V+</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#000000:#000000"] + "PPS main":p4r:e -- W8:w1:w + W8:w1:e -- Batt:p2l:w + W8 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W8</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">6 AWG</td> + <td balign="left">31.0 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>PPS main:4:GND_STUD (M10)</td> + <td> + BK + </td> + <td>Batt:2:GND</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#ff0000:#000000"] + "PPS main":p3r:e -- W4:w1:w + W4:w1:e -- Starter:p1l:w + W4 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W4</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">2 AWG</td> + <td balign="left">80.0 "</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>PPS main:3:STARTER_OUT (5/16")</td> + <td> + RD + </td> + <td>Starter:1:V+</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#000000:#000000"] + Starter:p2r:e -- W5:w1:w + W5:w1:e -- "Negative Bus Bar":p2l:w + W5 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W5</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">6 AWG</td> + <td balign="left">24.0 Inches????</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>Starter:2:GND</td> + <td> + BK + </td> + <td>Negative Bus Bar:2</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#ffff00:#000000"] + Rectifier:p1r:e -- W6:w1:w + W6:w1:e -- "Alternator 3⌀":p1l:w + edge [color="#000000:#ffff00:#000000"] + Rectifier:p2r:e -- W6:w2:w + W6:w2:e -- "Alternator 3⌀":p2l:w + edge [color="#000000:#ffff00:#000000"] + Rectifier:p3r:e -- W6:w3:w + W6:w3:e -- "Alternator 3⌀":p3l:w + W6 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W6</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">3x</td> + <td balign="left">6 AWG</td> + <td balign="left">12.0 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>Rectifier:1:⌀1</td> + <td> + YE + </td> + <td>Alternator 3⌀:1</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Rectifier:2:⌀2</td> + <td> + YE + </td> + <td>Alternator 3⌀:2</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w2" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Rectifier:3:⌀3</td> + <td> + YE + </td> + <td>Alternator 3⌀:3</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w3" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#ff0000:#000000"] + "PPS main":p1r:e -- W7:w1:w + W7:w1:e -- "Positive Bus Bar":p1l:w + W7 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W7</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">10 AWG</td> + <td balign="left">73.0 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>PPS main:1:MAIN_BUS_OUT (1/4")</td> + <td> + RD + </td> + <td>Positive Bus Bar:1</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#000000:#000000"] + Batt:p2r:e -- W9:w1:w + W9:w1:e -- "Negative Bus Bar":p1l:w + W9 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W9</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">6 AWG</td> + <td balign="left">57.0 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>Batt:2:GND</td> + <td> + BK + </td> + <td>Negative Bus Bar:1</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#000000:#000000"] + Rectifier:p6r:e -- W10:w1:w + W10:w1:e -- "Negative Bus Bar":p3l:w + edge [color="#000000:#000000:#000000"] + Rectifier:p7r:e -- W10:w2:w + W10:w2:e -- "Negative Bus Bar":p3l:w + W10 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W10</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">2x</td> + <td balign="left">10 AWG</td> + <td balign="left">6.0 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>Rectifier:6:GND1</td> + <td> + BK + </td> + <td>Negative Bus Bar:3</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Rectifier:7:GND2</td> + <td> + BK + </td> + <td>Negative Bus Bar:3</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w2" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#ff0000:#000000"] + Rectifier:p4r:e -- W11:w1:w + W11:w1:e -- "Positive Bus Bar":p2l:w + edge [color="#000000:#ff0000:#000000"] + Rectifier:p5r:e -- W11:w2:w + W11:w2:e -- "Positive Bus Bar":p2l:w + W11 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W11</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">2x</td> + <td balign="left">10 AWG</td> + <td balign="left">6.0 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>Rectifier:4:V1</td> + <td> + RD + </td> + <td>Positive Bus Bar:2</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>Rectifier:5:V2</td> + <td> + RD + </td> + <td>Positive Bus Bar:2</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w2" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] +} diff --git a/wireviz/Choppy_IB_PPS_main.html b/wireviz/Choppy_IB_PPS_main.html new file mode 100644 index 0000000..32d4301 --- /dev/null +++ b/wireviz/Choppy_IB_PPS_main.html @@ -0,0 +1,823 @@ +<!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_main</title> +</head><body style="font-family:arial;background-color:#FFFFFF"> +<h1>Choppy_IB_PPS_main</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="2273pt" height="867pt" + viewBox="0.00 0.00 2273.00 867.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 863)"> +<polygon fill="#ffffff" stroke="none" points="-4,4 -4,-863 2269,-863 2269,4 -4,4"/> +<!-- PPS main --> +<g id="node1" class="node"> +<title>PPS main</title> +<polygon fill="#ffffff" stroke="black" points="383,-491 0,-491 0,-66 383,-66 383,-491"/> +<polygon fill="none" stroke="black" points="0,-466.5 0,-491 383,-491 383,-466.5 0,-466.5"/> +<text text-anchor="start" x="160" y="-473.7" font-family="arial" font-size="14.00">PPS main</text> +<polygon fill="none" stroke="black" points="0,-442 0,-466.5 245.88,-466.5 245.88,-442 0,-442"/> +<text text-anchor="start" x="52.81" y="-449.2" font-family="arial" font-size="14.00">Ring Terminals (Inner)</text> +<polygon fill="none" stroke="black" points="245.88,-442 245.88,-466.5 383,-466.5 383,-442 245.88,-442"/> +<text text-anchor="start" x="298.69" y="-449.2" font-family="arial" font-size="14.00">5-pin</text> +<polygon fill="none" stroke="black" points="0,-418 0,-442 264,-442 264,-418 0,-418"/> +<text text-anchor="start" x="57.38" y="-424.7" font-family="arial" font-size="14.00">MAIN_BUS_OUT (1/4")</text> +<polygon fill="none" stroke="black" points="264,-418 264,-442 383,-442 383,-418 264,-418"/> +<text text-anchor="start" x="319.38" y="-424.7" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="0,-394 0,-418 264,-418 264,-394 0,-394"/> +<text text-anchor="start" x="57.75" y="-400.7" font-family="arial" font-size="14.00">ATL_B-LEAD_IN (1/4")</text> +<polygon fill="none" stroke="black" points="264,-394 264,-418 383,-418 383,-394 264,-394"/> +<text text-anchor="start" x="319.38" y="-400.7" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="0,-370 0,-394 264,-394 264,-370 0,-370"/> +<text text-anchor="start" x="55.5" y="-376.7" font-family="arial" font-size="14.00">STARTER_OUT (5/16")</text> +<polygon fill="none" stroke="black" points="264,-370 264,-394 383,-394 383,-370 264,-370"/> +<text text-anchor="start" x="319.38" y="-376.7" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="0,-346 0,-370 264,-370 264,-346 0,-346"/> +<text text-anchor="start" x="72.38" y="-352.7" font-family="arial" font-size="14.00">GND_STUD (M10)</text> +<polygon fill="none" stroke="black" points="264,-346 264,-370 383,-370 383,-346 264,-346"/> +<text text-anchor="start" x="319.38" y="-352.7" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="0,-322 0,-346 264,-346 264,-322 0,-322"/> +<text text-anchor="start" x="68.25" y="-328.7" font-family="arial" font-size="14.00">MAIN_BATT (5/16")</text> +<polygon fill="none" stroke="black" points="264,-322 264,-346 383,-346 383,-322 264,-322"/> +<text text-anchor="start" x="319.38" y="-328.7" font-family="arial" font-size="14.00">5</text> +<polyline fill="none" stroke="black" points="383,-115 383,-322 0,-322 0,-115"/> +<image xlink:href="images\PPS_Lugs.png" width="375px" height="199px" preserveAspectRatio="xMinYMin meet" x="4" y="-318"/> +<polyline fill="none" stroke="black" points="0,-115 0,-90.5 383,-90.5 383,-115"/> +<text text-anchor="start" x="120.62" y="-97.7" font-family="arial" font-size="14.00">Top view of PPS Lugs</text> +<polygon fill="none" stroke="black" points="0,-66 0,-90.5 383,-90.5 383,-66 0,-66"/> +<text text-anchor="start" x="163" y="-73.2" font-family="arial" font-size="14.00">VPX J12</text> +</g> +<!-- W1 --> +<g id="node10" class="node"> +<title>W1</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="994,-834 527,-834 527,-719 994,-719 994,-834"/> +<polygon fill="none" stroke="black" points="527,-809.5 527,-834 994,-834 994,-809.5 527,-809.5"/> +<text text-anchor="start" x="749.25" y="-816.7" font-family="arial" font-size="14.00">W1</text> +<polygon fill="none" stroke="black" points="527,-785 527,-809.5 664.42,-809.5 664.42,-785 527,-785"/> +<text text-anchor="start" x="588.21" y="-792.2" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="664.42,-785 664.42,-809.5 834.08,-809.5 834.08,-785 664.42,-785"/> +<text text-anchor="start" x="725.62" y="-792.2" font-family="arial" font-size="14.00">6 AWG</text> +<polygon fill="none" stroke="black" points="834.08,-785 834.08,-809.5 994,-809.5 994,-785 834.08,-785"/> +<text text-anchor="start" x="895.29" y="-792.2" font-family="arial" font-size="14.00">26.5 "</text> +<text text-anchor="start" x="641.12" y="-769.7" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="529" y="-749.7" font-family="arial" font-size="14.00">PPS main:1:MAIN_BUS_OUT (1/4")</text> +<text text-anchor="start" x="760.62" y="-749.7" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="818.88" y="-749.7" font-family="arial" font-size="14.00">VP-X power lug:1:Power IN</text> +<polygon fill="#000000" stroke="none" points="527,-743 527,-745 994,-745 994,-743 527,-743"/> +<polygon fill="#ff0000" stroke="none" points="527,-741 527,-743 994,-743 994,-741 527,-741"/> +<polygon fill="#000000" stroke="none" points="527,-739 527,-741 994,-741 994,-739 527,-739"/> +<text text-anchor="start" x="641.12" y="-723.7" font-family="arial" font-size="14.00"> </text> +</g> +<!-- PPS main--W1 --> +<g id="edge1" class="edge"> +<title>PPS main:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M383,-428C537.5,-430.92 376.05,-742.92 527,-740"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M383,-430C535.72,-430 374.28,-742 527,-742"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M383,-432C533.95,-429.08 372.5,-741.08 527,-744"/> +</g> +<!-- W2 --> +<g id="node11" class="node"> +<title>W2</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="963.5,-556 557.5,-556 557.5,-441 963.5,-441 963.5,-556"/> +<polygon fill="none" stroke="black" points="557.5,-531.5 557.5,-556 963.5,-556 963.5,-531.5 557.5,-531.5"/> +<text text-anchor="start" x="749.25" y="-538.7" font-family="arial" font-size="14.00">W2</text> +<polygon fill="none" stroke="black" points="557.5,-507 557.5,-531.5 674.58,-531.5 674.58,-507 557.5,-507"/> +<text text-anchor="start" x="608.54" y="-514.2" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="674.58,-507 674.58,-531.5 823.92,-531.5 823.92,-507 674.58,-507"/> +<text text-anchor="start" x="725.62" y="-514.2" font-family="arial" font-size="14.00">6 AWG</text> +<polygon fill="none" stroke="black" points="823.92,-507 823.92,-531.5 963.5,-531.5 963.5,-507 823.92,-507"/> +<text text-anchor="start" x="874.96" y="-514.2" font-family="arial" font-size="14.00">85.0 "</text> +<text text-anchor="start" x="671.12" y="-491.7" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="559.38" y="-471.7" font-family="arial" font-size="14.00">PPS main:2:ATL_B-LEAD_IN (1/4")</text> +<text text-anchor="start" x="790.12" y="-471.7" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="848.38" y="-471.7" font-family="arial" font-size="14.00">Altinator:2:B-Lead</text> +<polygon fill="#000000" stroke="none" points="557.5,-465 557.5,-467 963.5,-467 963.5,-465 557.5,-465"/> +<polygon fill="#ff0000" stroke="none" points="557.5,-463 557.5,-465 963.5,-465 963.5,-463 557.5,-463"/> +<polygon fill="#000000" stroke="none" points="557.5,-461 557.5,-463 963.5,-463 963.5,-461 557.5,-461"/> +<text text-anchor="start" x="671.12" y="-445.7" font-family="arial" font-size="14.00"> </text> +</g> +<!-- PPS main--W2 --> +<g id="edge3" class="edge"> +<title>PPS main:e--W2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M383,-404C466.27,-405.63 477.16,-463.63 556.5,-462"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M383,-406C464.31,-406 475.19,-464 556.5,-464"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M383,-408C462.34,-406.37 473.23,-464.37 556.5,-466"/> +</g> +<!-- W3 --> +<g id="node12" class="node"> +<title>W3</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="925.5,-278 595.5,-278 595.5,-163 925.5,-163 925.5,-278"/> +<polygon fill="none" stroke="black" points="595.5,-253.5 595.5,-278 925.5,-278 925.5,-253.5 595.5,-253.5"/> +<text text-anchor="start" x="749.25" y="-260.7" font-family="arial" font-size="14.00">W3</text> +<polygon fill="none" stroke="black" points="595.5,-229 595.5,-253.5 674.75,-253.5 674.75,-229 595.5,-229"/> +<text text-anchor="start" x="627.62" y="-236.2" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="674.75,-229 674.75,-253.5 786.25,-253.5 786.25,-229 674.75,-229"/> +<text text-anchor="start" x="706.88" y="-236.2" font-family="arial" font-size="14.00">6 AWG</text> +<polygon fill="none" stroke="black" points="786.25,-229 786.25,-253.5 925.5,-253.5 925.5,-229 786.25,-229"/> +<text text-anchor="start" x="818.38" y="-236.2" font-family="arial" font-size="14.00">33.0 Inches</text> +<text text-anchor="start" x="698.62" y="-213.7" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="597.38" y="-193.7" font-family="arial" font-size="14.00">PPS main:5:MAIN_BATT (5/16")</text> +<text text-anchor="start" x="807.12" y="-193.7" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="865.25" y="-193.7" font-family="arial" font-size="14.00">Batt:1:V+</text> +<polygon fill="#000000" stroke="none" points="595.5,-187 595.5,-189 925.5,-189 925.5,-187 595.5,-187"/> +<polygon fill="#ff0000" stroke="none" points="595.5,-185 595.5,-187 925.5,-187 925.5,-185 595.5,-185"/> +<polygon fill="#000000" stroke="none" points="595.5,-183 595.5,-185 925.5,-185 925.5,-183 595.5,-183"/> +<text text-anchor="start" x="698.62" y="-167.7" font-family="arial" font-size="14.00"> </text> +</g> +<!-- PPS main--W3 --> +<g id="edge5" class="edge"> +<title>PPS main:e--W3:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M383,-332C495.74,-334.24 477.79,-186.24 594.5,-184"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M383,-334C497.73,-334 479.77,-186 594.5,-186"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M383,-336C499.71,-333.76 481.76,-185.76 594.5,-188"/> +</g> +<!-- W8 --> +<g id="node13" class="node"> +<title>W8</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="928,-139 593,-139 593,-24 928,-24 928,-139"/> +<polygon fill="none" stroke="black" points="593,-114.5 593,-139 928,-139 928,-114.5 593,-114.5"/> +<text text-anchor="start" x="749.25" y="-121.7" font-family="arial" font-size="14.00">W8</text> +<polygon fill="none" stroke="black" points="593,-90 593,-114.5 673.92,-114.5 673.92,-90 593,-90"/> +<text text-anchor="start" x="625.96" y="-97.2" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="673.92,-90 673.92,-114.5 787.08,-114.5 787.08,-90 673.92,-90"/> +<text text-anchor="start" x="706.88" y="-97.2" font-family="arial" font-size="14.00">6 AWG</text> +<polygon fill="none" stroke="black" points="787.08,-90 787.08,-114.5 928,-114.5 928,-90 787.08,-90"/> +<text text-anchor="start" x="820.04" y="-97.2" font-family="arial" font-size="14.00">31.0 Inches</text> +<text text-anchor="start" x="692.12" y="-74.7" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="595" y="-54.7" font-family="arial" font-size="14.00">PPS main:4:GND_STUD (M10)</text> +<text text-anchor="start" x="796.88" y="-54.7" font-family="arial" font-size="14.00">     BK    </text> +<text text-anchor="start" x="854" y="-54.7" font-family="arial" font-size="14.00">Batt:2:GND</text> +<polygon fill="#000000" stroke="none" points="593,-48 593,-50 928,-50 928,-48 593,-48"/> +<polygon fill="#000000" stroke="none" points="593,-46 593,-48 928,-48 928,-46 593,-46"/> +<polygon fill="#000000" stroke="none" points="593,-44 593,-46 928,-46 928,-44 593,-44"/> +<text text-anchor="start" x="692.12" y="-28.7" font-family="arial" font-size="14.00"> </text> +</g> +<!-- PPS main--W8 --> +<g id="edge7" class="edge"> +<title>PPS main:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M383,-356C547.68,-358.74 423.61,-47.74 592,-45"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M383,-358C549.53,-358 425.47,-47 592,-47"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M383,-360C551.39,-357.26 427.32,-46.26 592,-49"/> +</g> +<!-- W4 --> +<g id="node14" class="node"> +<title>W4</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="946.5,-417 574.5,-417 574.5,-302 946.5,-302 946.5,-417"/> +<polygon fill="none" stroke="black" points="574.5,-392.5 574.5,-417 946.5,-417 946.5,-392.5 574.5,-392.5"/> +<text text-anchor="start" x="749.25" y="-399.7" font-family="arial" font-size="14.00">W4</text> +<polygon fill="none" stroke="black" points="574.5,-368 574.5,-392.5 680.25,-392.5 680.25,-368 574.5,-368"/> +<text text-anchor="start" x="619.88" y="-375.2" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="680.25,-368 680.25,-392.5 818.25,-392.5 818.25,-368 680.25,-368"/> +<text text-anchor="start" x="725.62" y="-375.2" font-family="arial" font-size="14.00">2 AWG</text> +<polygon fill="none" stroke="black" points="818.25,-368 818.25,-392.5 946.5,-392.5 946.5,-368 818.25,-368"/> +<text text-anchor="start" x="863.62" y="-375.2" font-family="arial" font-size="14.00">80.0 "</text> +<text text-anchor="start" x="690.12" y="-352.7" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="576.12" y="-332.7" font-family="arial" font-size="14.00">PPS main:3:STARTER_OUT (5/16")</text> +<text text-anchor="start" x="811.12" y="-332.7" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="869.12" y="-332.7" font-family="arial" font-size="14.00">Starter:1:V+</text> +<polygon fill="#000000" stroke="none" points="574.5,-326 574.5,-328 946.5,-328 946.5,-326 574.5,-326"/> +<polygon fill="#ff0000" stroke="none" points="574.5,-324 574.5,-326 946.5,-326 946.5,-324 574.5,-324"/> +<polygon fill="#000000" stroke="none" points="574.5,-322 574.5,-324 946.5,-324 946.5,-322 574.5,-322"/> +<text text-anchor="start" x="690.12" y="-306.7" font-family="arial" font-size="14.00"> </text> +</g> +<!-- PPS main--W4 --> +<g id="edge9" class="edge"> +<title>PPS main:e--W4:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M383,-380C469.43,-381.53 483.18,-324.53 573.5,-323"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M383,-382C471.38,-382 485.12,-325 573.5,-325"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M383,-384C473.32,-382.47 487.07,-325.47 573.5,-327"/> +</g> +<!-- W7 --> +<g id="node17" class="node"> +<title>W7</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="965.5,-695 555.5,-695 555.5,-580 965.5,-580 965.5,-695"/> +<polygon fill="none" stroke="black" points="555.5,-670.5 555.5,-695 965.5,-695 965.5,-670.5 555.5,-670.5"/> +<text text-anchor="start" x="749.25" y="-677.7" font-family="arial" font-size="14.00">W7</text> +<polygon fill="none" stroke="black" points="555.5,-646 555.5,-670.5 658.67,-670.5 658.67,-646 555.5,-646"/> +<text text-anchor="start" x="599.58" y="-653.2" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="658.67,-646 658.67,-670.5 802.33,-670.5 802.33,-646 658.67,-646"/> +<text text-anchor="start" x="702.75" y="-653.2" font-family="arial" font-size="14.00">10 AWG</text> +<polygon fill="none" stroke="black" points="802.33,-646 802.33,-670.5 965.5,-670.5 965.5,-646 802.33,-646"/> +<text text-anchor="start" x="846.42" y="-653.2" font-family="arial" font-size="14.00">73.0 Inches</text> +<text text-anchor="start" x="669.62" y="-630.7" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="557.5" y="-610.7" font-family="arial" font-size="14.00">PPS main:1:MAIN_BUS_OUT (1/4")</text> +<text text-anchor="start" x="789.12" y="-610.7" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="847.38" y="-610.7" font-family="arial" font-size="14.00">Positive Bus Bar:1</text> +<polygon fill="#000000" stroke="none" points="555.5,-604 555.5,-606 965.5,-606 965.5,-604 555.5,-604"/> +<polygon fill="#ff0000" stroke="none" points="555.5,-602 555.5,-604 965.5,-604 965.5,-602 555.5,-602"/> +<polygon fill="#000000" stroke="none" points="555.5,-600 555.5,-602 965.5,-602 965.5,-600 555.5,-600"/> +<text text-anchor="start" x="669.62" y="-584.7" font-family="arial" font-size="14.00"> </text> +</g> +<!-- PPS main--W7 --> +<g id="edge19" class="edge"> +<title>PPS main:e--W7:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M383,-428C493.2,-430.5 448.17,-603.5 554.5,-601"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M383,-430C491.27,-430 446.23,-603 554.5,-603"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M383,-432C489.33,-429.5 444.3,-602.5 554.5,-605"/> +</g> +<!-- Batt --> +<g id="node2" class="node"> +<title>Batt</title> +<polygon fill="#ffffff" stroke="black" points="1373,-132.25 1201,-132.25 1201,-10.75 1373,-10.75 1373,-132.25"/> +<polygon fill="none" stroke="black" points="1201,-107.75 1201,-132.25 1373,-132.25 1373,-107.75 1201,-107.75"/> +<text text-anchor="start" x="1274.62" y="-114.95" font-family="arial" font-size="14.00">Batt</text> +<polygon fill="none" stroke="black" points="1201,-83.25 1201,-107.75 1333.5,-107.75 1333.5,-83.25 1201,-83.25"/> +<text text-anchor="start" x="1205" y="-90.45" font-family="arial" font-size="14.00">1/4" Ring Terminals</text> +<polygon fill="none" stroke="black" points="1333.5,-83.25 1333.5,-107.75 1373,-107.75 1373,-83.25 1333.5,-83.25"/> +<text text-anchor="start" x="1337.5" y="-90.45" font-family="arial" font-size="14.00">2-pin</text> +<polygon fill="none" stroke="black" points="1201,-59.25 1201,-83.25 1250.67,-83.25 1250.67,-59.25 1201,-59.25"/> +<text text-anchor="start" x="1221.71" y="-65.95" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1250.67,-59.25 1250.67,-83.25 1323.33,-83.25 1323.33,-59.25 1250.67,-59.25"/> +<text text-anchor="start" x="1278" y="-65.95" font-family="arial" font-size="14.00">V+</text> +<polygon fill="none" stroke="black" points="1323.33,-59.25 1323.33,-83.25 1373,-83.25 1373,-59.25 1323.33,-59.25"/> +<text text-anchor="start" x="1344.04" y="-65.95" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1201,-35.25 1201,-59.25 1250.67,-59.25 1250.67,-35.25 1201,-35.25"/> +<text text-anchor="start" x="1221.71" y="-41.95" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1250.67,-35.25 1250.67,-59.25 1323.33,-59.25 1323.33,-35.25 1250.67,-35.25"/> +<text text-anchor="start" x="1271.25" y="-41.95" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="1323.33,-35.25 1323.33,-59.25 1373,-59.25 1373,-35.25 1323.33,-35.25"/> +<text text-anchor="start" x="1344.04" y="-41.95" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1201,-10.75 1201,-35.25 1373,-35.25 1373,-10.75 1201,-10.75"/> +<text text-anchor="start" x="1220.25" y="-17.95" font-family="arial" font-size="14.00">5732 Terminal Cover</text> +</g> +<!-- W9 --> +<g id="node18" class="node"> +<title>W9</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1856,-115 1598,-115 1598,0 1856,0 1856,-115"/> +<polygon fill="none" stroke="black" points="1598,-90.5 1598,-115 1856,-115 1856,-90.5 1598,-90.5"/> +<text text-anchor="start" x="1715.75" y="-97.7" font-family="arial" font-size="14.00">W9</text> +<polygon fill="none" stroke="black" points="1598,-66 1598,-90.5 1653.25,-90.5 1653.25,-66 1598,-66"/> +<text text-anchor="start" x="1618.12" y="-73.2" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="1653.25,-66 1653.25,-90.5 1740.75,-90.5 1740.75,-66 1653.25,-66"/> +<text text-anchor="start" x="1673.38" y="-73.2" font-family="arial" font-size="14.00">6 AWG</text> +<polygon fill="none" stroke="black" points="1740.75,-66 1740.75,-90.5 1856,-90.5 1856,-66 1740.75,-66"/> +<text text-anchor="start" x="1760.88" y="-73.2" font-family="arial" font-size="14.00">57.0 Inches</text> +<text text-anchor="start" x="1634.12" y="-50.7" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1600" y="-30.7" font-family="arial" font-size="14.00">Batt:2:GND</text> +<text text-anchor="start" x="1675.88" y="-30.7" font-family="arial" font-size="14.00">     BK    </text> +<text text-anchor="start" x="1732.75" y="-30.7" font-family="arial" font-size="14.00">Negative Bus Bar:1</text> +<polygon fill="#000000" stroke="none" points="1598,-24 1598,-26 1856,-26 1856,-24 1598,-24"/> +<polygon fill="#000000" stroke="none" points="1598,-22 1598,-24 1856,-24 1856,-22 1598,-22"/> +<polygon fill="#000000" stroke="none" points="1598,-20 1598,-22 1856,-22 1856,-20 1598,-20"/> +<text text-anchor="start" x="1634.12" y="-4.7" font-family="arial" font-size="14.00"> </text> +</g> +<!-- Batt--W9 --> +<g id="edge21" class="edge"> +<title>Batt:e--W9:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1374,-45.25C1472.26,-45.85 1495.87,-21.6 1597,-21"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1374,-47.25C1473.7,-47.25 1497.3,-23 1597,-23"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1374,-49.25C1475.13,-48.65 1498.74,-24.4 1597,-25"/> +</g> +<!-- Starter --> +<g id="node3" class="node"> +<title>Starter</title> +<polygon fill="#ffffff" stroke="black" points="1397.75,-261 1176.25,-261 1176.25,-164 1397.75,-164 1397.75,-261"/> +<polygon fill="none" stroke="black" points="1176.25,-236.5 1176.25,-261 1397.75,-261 1397.75,-236.5 1176.25,-236.5"/> +<text text-anchor="start" x="1266" y="-243.7" font-family="arial" font-size="14.00">Starter</text> +<polygon fill="none" stroke="black" points="1176.25,-212 1176.25,-236.5 1358.25,-236.5 1358.25,-212 1176.25,-212"/> +<text text-anchor="start" x="1180.25" y="-219.2" font-family="arial" font-size="14.00">1/4" + 7/16" Ring Terminals</text> +<polygon fill="none" stroke="black" points="1358.25,-212 1358.25,-236.5 1397.75,-236.5 1397.75,-212 1358.25,-212"/> +<text text-anchor="start" x="1362.25" y="-219.2" font-family="arial" font-size="14.00">2-pin</text> +<polygon fill="none" stroke="black" points="1176.25,-188 1176.25,-212 1242.42,-212 1242.42,-188 1176.25,-188"/> +<text text-anchor="start" x="1205.21" y="-194.7" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1242.42,-188 1242.42,-212 1331.58,-212 1331.58,-188 1242.42,-188"/> +<text text-anchor="start" x="1278" y="-194.7" font-family="arial" font-size="14.00">V+</text> +<polygon fill="none" stroke="black" points="1331.58,-188 1331.58,-212 1397.75,-212 1397.75,-188 1331.58,-188"/> +<text text-anchor="start" x="1360.54" y="-194.7" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1176.25,-164 1176.25,-188 1242.42,-188 1242.42,-164 1176.25,-164"/> +<text text-anchor="start" x="1205.21" y="-170.7" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1242.42,-164 1242.42,-188 1331.58,-188 1331.58,-164 1242.42,-164"/> +<text text-anchor="start" x="1271.25" y="-170.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="1331.58,-164 1331.58,-188 1397.75,-188 1397.75,-164 1331.58,-164"/> +<text text-anchor="start" x="1360.54" y="-170.7" font-family="arial" font-size="14.00">2</text> +</g> +<!-- W5 --> +<g id="node15" class="node"> +<title>W5</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1864.5,-254 1589.5,-254 1589.5,-139 1864.5,-139 1864.5,-254"/> +<polygon fill="none" stroke="black" points="1589.5,-229.5 1589.5,-254 1864.5,-254 1864.5,-229.5 1589.5,-229.5"/> +<text text-anchor="start" x="1715.75" y="-236.7" font-family="arial" font-size="14.00">W5</text> +<polygon fill="none" stroke="black" points="1589.5,-205 1589.5,-229.5 1639.42,-229.5 1639.42,-205 1589.5,-205"/> +<text text-anchor="start" x="1606.96" y="-212.2" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="1639.42,-205 1639.42,-229.5 1721.58,-229.5 1721.58,-205 1639.42,-205"/> +<text text-anchor="start" x="1656.88" y="-212.2" font-family="arial" font-size="14.00">6 AWG</text> +<polygon fill="none" stroke="black" points="1721.58,-205 1721.58,-229.5 1864.5,-229.5 1864.5,-205 1721.58,-205"/> +<text text-anchor="start" x="1739.04" y="-212.2" font-family="arial" font-size="14.00">24.0 Inches????</text> +<text text-anchor="start" x="1634.12" y="-189.7" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1591.38" y="-169.7" font-family="arial" font-size="14.00">Starter:2:GND</text> +<text text-anchor="start" x="1684.38" y="-169.7" font-family="arial" font-size="14.00">     BK    </text> +<text text-anchor="start" x="1741.25" y="-169.7" font-family="arial" font-size="14.00">Negative Bus Bar:2</text> +<polygon fill="#000000" stroke="none" points="1589.5,-163 1589.5,-165 1864.5,-165 1864.5,-163 1589.5,-163"/> +<polygon fill="#000000" stroke="none" points="1589.5,-161 1589.5,-163 1864.5,-163 1864.5,-161 1589.5,-161"/> +<polygon fill="#000000" stroke="none" points="1589.5,-159 1589.5,-161 1864.5,-161 1864.5,-159 1589.5,-159"/> +<text text-anchor="start" x="1634.12" y="-143.7" font-family="arial" font-size="14.00"> </text> +</g> +<!-- Starter--W5 --> +<g id="edge11" class="edge"> +<title>Starter:e--W5:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1398.75,-174C1482.19,-174.35 1502.81,-160.35 1588.5,-160"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1398.75,-176C1483.31,-176 1503.94,-162 1588.5,-162"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1398.75,-178C1484.44,-177.65 1505.06,-163.65 1588.5,-164"/> +</g> +<!-- Altinator --> +<g id="node4" class="node"> +<title>Altinator</title> +<polygon fill="#ffffff" stroke="black" points="1329.5,-651 1244.5,-651 1244.5,-530 1329.5,-530 1329.5,-651"/> +<polygon fill="none" stroke="black" points="1244.5,-626.5 1244.5,-651 1329.5,-651 1329.5,-626.5 1244.5,-626.5"/> +<text text-anchor="start" x="1261.5" y="-633.7" font-family="arial" font-size="14.00">Altinator</text> +<polygon fill="none" stroke="black" points="1244.5,-602 1244.5,-626.5 1290,-626.5 1290,-602 1244.5,-602"/> +<text text-anchor="start" x="1248.5" y="-609.2" font-family="arial" font-size="14.00">Temp</text> +<polygon fill="none" stroke="black" points="1290,-602 1290,-626.5 1329.5,-626.5 1329.5,-602 1290,-602"/> +<text text-anchor="start" x="1294" y="-609.2" font-family="arial" font-size="14.00">3-pin</text> +<polygon fill="none" stroke="black" points="1244.5,-578 1244.5,-602 1268,-602 1268,-578 1244.5,-578"/> +<text text-anchor="start" x="1252.12" y="-584.7" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1268,-578 1268,-602 1329.5,-602 1329.5,-578 1268,-578"/> +<text text-anchor="start" x="1283" y="-584.7" font-family="arial" font-size="14.00">Field</text> +<polygon fill="none" stroke="black" points="1244.5,-554 1244.5,-578 1268,-578 1268,-554 1244.5,-554"/> +<text text-anchor="start" x="1252.12" y="-560.7" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1268,-554 1268,-578 1329.5,-578 1329.5,-554 1268,-554"/> +<text text-anchor="start" x="1275.5" y="-560.7" font-family="arial" font-size="14.00">B-Lead</text> +<polygon fill="none" stroke="black" points="1244.5,-530 1244.5,-554 1268,-554 1268,-530 1244.5,-530"/> +<text text-anchor="start" x="1252.12" y="-536.7" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="1268,-530 1268,-554 1329.5,-554 1329.5,-530 1268,-530"/> +<text text-anchor="start" x="1283" y="-536.7" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- Alternator 3⌀ --> +<g id="node5" class="node"> +<title>Alternator 3⌀</title> +<polygon fill="#ffffff" stroke="black" points="2265,-826.75 2018,-826.75 2018,-704.25 2265,-704.25 2265,-826.75"/> +<polygon fill="none" stroke="black" points="2018,-802.25 2018,-826.75 2265,-826.75 2265,-802.25 2018,-802.25"/> +<text text-anchor="start" x="2096.5" y="-809.45" font-family="arial" font-size="14.00">Alternator 3⌀</text> +<polygon fill="none" stroke="black" points="2018,-777.75 2018,-802.25 2225.5,-802.25 2225.5,-777.75 2018,-777.75"/> +<text text-anchor="start" x="2022" y="-784.95" font-family="arial" font-size="14.00">VERIFY! Sumitomo 6111-2557</text> +<polygon fill="none" stroke="black" points="2225.5,-777.75 2225.5,-802.25 2265,-802.25 2265,-777.75 2225.5,-777.75"/> +<text text-anchor="start" x="2229.5" y="-784.95" font-family="arial" font-size="14.00">3-pin</text> +<polygon fill="none" stroke="black" points="2018,-753.25 2018,-777.75 2265,-777.75 2265,-753.25 2018,-753.25"/> +<text text-anchor="start" x="2137.38" y="-760.45" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="2018,-728.75 2018,-753.25 2265,-753.25 2265,-728.75 2018,-728.75"/> +<text text-anchor="start" x="2137.38" y="-735.95" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="2018,-704.25 2018,-728.75 2265,-728.75 2265,-704.25 2018,-704.25"/> +<text text-anchor="start" x="2137.38" y="-711.45" font-family="arial" font-size="14.00">3</text> +</g> +<!-- Rectifier --> +<g id="node6" class="node"> +<title>Rectifier</title> +<polygon fill="#ffffff" stroke="black" points="1436,-506 1138,-506 1138,-289 1436,-289 1436,-506"/> +<polygon fill="none" stroke="black" points="1138,-481.5 1138,-506 1436,-506 1436,-481.5 1138,-481.5"/> +<text text-anchor="start" x="1260.38" y="-488.7" font-family="arial" font-size="14.00">Rectifier</text> +<polygon fill="none" stroke="black" points="1138,-457 1138,-481.5 1396.5,-481.5 1396.5,-457 1138,-457"/> +<text text-anchor="start" x="1142" y="-464.2" font-family="arial" font-size="14.00">No part number... One 3 pin, Two 2 pins</text> +<polygon fill="none" stroke="black" points="1396.5,-457 1396.5,-481.5 1436,-481.5 1436,-457 1396.5,-457"/> +<text text-anchor="start" x="1400.5" y="-464.2" font-family="arial" font-size="14.00">7-pin</text> +<polygon fill="none" stroke="black" points="1138,-433 1138,-457 1302.5,-457 1302.5,-433 1138,-433"/> +<text text-anchor="start" x="1207.5" y="-439.7" font-family="arial" font-size="14.00">⌀1</text> +<polygon fill="none" stroke="black" points="1302.5,-433 1302.5,-457 1436,-457 1436,-433 1302.5,-433"/> +<text text-anchor="start" x="1365.12" y="-439.7" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1138,-409 1138,-433 1302.5,-433 1302.5,-409 1138,-409"/> +<text text-anchor="start" x="1207.5" y="-415.7" font-family="arial" font-size="14.00">⌀2</text> +<polygon fill="none" stroke="black" points="1302.5,-409 1302.5,-433 1436,-433 1436,-409 1302.5,-409"/> +<text text-anchor="start" x="1365.12" y="-415.7" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1138,-385 1138,-409 1302.5,-409 1302.5,-385 1138,-385"/> +<text text-anchor="start" x="1207.5" y="-391.7" font-family="arial" font-size="14.00">⌀3</text> +<polygon fill="none" stroke="black" points="1302.5,-385 1302.5,-409 1436,-409 1436,-385 1302.5,-385"/> +<text text-anchor="start" x="1365.12" y="-391.7" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="1138,-361 1138,-385 1302.5,-385 1302.5,-361 1138,-361"/> +<text text-anchor="start" x="1211.25" y="-367.7" font-family="arial" font-size="14.00">V1</text> +<polygon fill="none" stroke="black" points="1302.5,-361 1302.5,-385 1436,-385 1436,-361 1302.5,-361"/> +<text text-anchor="start" x="1365.12" y="-367.7" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="1138,-337 1138,-361 1302.5,-361 1302.5,-337 1138,-337"/> +<text text-anchor="start" x="1211.25" y="-343.7" font-family="arial" font-size="14.00">V2</text> +<polygon fill="none" stroke="black" points="1302.5,-337 1302.5,-361 1436,-361 1436,-337 1302.5,-337"/> +<text text-anchor="start" x="1365.12" y="-343.7" font-family="arial" font-size="14.00">5</text> +<polygon fill="none" stroke="black" points="1138,-313 1138,-337 1302.5,-337 1302.5,-313 1138,-313"/> +<text text-anchor="start" x="1200.38" y="-319.7" font-family="arial" font-size="14.00">GND1</text> +<polygon fill="none" stroke="black" points="1302.5,-313 1302.5,-337 1436,-337 1436,-313 1302.5,-313"/> +<text text-anchor="start" x="1365.12" y="-319.7" font-family="arial" font-size="14.00">6</text> +<polygon fill="none" stroke="black" points="1138,-289 1138,-313 1302.5,-313 1302.5,-289 1138,-289"/> +<text text-anchor="start" x="1200.38" y="-295.7" font-family="arial" font-size="14.00">GND2</text> +<polygon fill="none" stroke="black" points="1302.5,-289 1302.5,-313 1436,-313 1436,-289 1302.5,-289"/> +<text text-anchor="start" x="1365.12" y="-295.7" font-family="arial" font-size="14.00">7</text> +</g> +<!-- W6 --> +<g id="node16" class="node"> +<title>W6</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1857,-859 1597,-859 1597,-692 1857,-692 1857,-859"/> +<polygon fill="none" stroke="black" points="1597,-834.5 1597,-859 1857,-859 1857,-834.5 1597,-834.5"/> +<text text-anchor="start" x="1715.75" y="-841.7" font-family="arial" font-size="14.00">W6</text> +<polygon fill="none" stroke="black" points="1597,-810 1597,-834.5 1652.92,-834.5 1652.92,-810 1597,-810"/> +<text text-anchor="start" x="1617.46" y="-817.2" font-family="arial" font-size="14.00">3x</text> +<polygon fill="none" stroke="black" points="1652.92,-810 1652.92,-834.5 1741.08,-834.5 1741.08,-810 1652.92,-810"/> +<text text-anchor="start" x="1673.38" y="-817.2" font-family="arial" font-size="14.00">6 AWG</text> +<polygon fill="none" stroke="black" points="1741.08,-810 1741.08,-834.5 1857,-834.5 1857,-810 1741.08,-810"/> +<text text-anchor="start" x="1761.54" y="-817.2" font-family="arial" font-size="14.00">12.0 Inches</text> +<text text-anchor="start" x="1644.12" y="-794.7" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1598.75" y="-774.7" font-family="arial" font-size="14.00">Rectifier:1:⌀1</text> +<text text-anchor="start" x="1696.75" y="-774.7" font-family="arial" font-size="14.00">     YE    </text> +<text text-anchor="start" x="1753" y="-774.7" font-family="arial" font-size="14.00">Alternator 3⌀:1</text> +<polygon fill="#000000" stroke="none" points="1597,-768 1597,-770 1857,-770 1857,-768 1597,-768"/> +<polygon fill="#ffff00" stroke="none" points="1597,-766 1597,-768 1857,-768 1857,-766 1597,-766"/> +<polygon fill="#000000" stroke="none" points="1597,-764 1597,-766 1857,-766 1857,-764 1597,-764"/> +<text text-anchor="start" x="1598.75" y="-748.7" font-family="arial" font-size="14.00">Rectifier:2:⌀2</text> +<text text-anchor="start" x="1696.75" y="-748.7" font-family="arial" font-size="14.00">     YE    </text> +<text text-anchor="start" x="1753" y="-748.7" font-family="arial" font-size="14.00">Alternator 3⌀:2</text> +<polygon fill="#000000" stroke="none" points="1597,-742 1597,-744 1857,-744 1857,-742 1597,-742"/> +<polygon fill="#ffff00" stroke="none" points="1597,-740 1597,-742 1857,-742 1857,-740 1597,-740"/> +<polygon fill="#000000" stroke="none" points="1597,-738 1597,-740 1857,-740 1857,-738 1597,-738"/> +<text text-anchor="start" x="1598.75" y="-722.7" font-family="arial" font-size="14.00">Rectifier:3:⌀3</text> +<text text-anchor="start" x="1696.75" y="-722.7" font-family="arial" font-size="14.00">     YE    </text> +<text text-anchor="start" x="1753" y="-722.7" font-family="arial" font-size="14.00">Alternator 3⌀:3</text> +<polygon fill="#000000" stroke="none" points="1597,-716 1597,-718 1857,-718 1857,-716 1597,-716"/> +<polygon fill="#ffff00" stroke="none" points="1597,-714 1597,-716 1857,-716 1857,-714 1597,-714"/> +<polygon fill="#000000" stroke="none" points="1597,-712 1597,-714 1857,-714 1857,-712 1597,-712"/> +<text text-anchor="start" x="1644.12" y="-696.7" font-family="arial" font-size="14.00"> </text> +</g> +<!-- Rectifier--W6 --> +<g id="edge13" class="edge"> +<title>Rectifier:e--W6:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1436,-443C1597.6,-445.89 1437.99,-767.89 1596,-765"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1436,-445C1595.8,-445 1436.2,-767 1596,-767"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1436,-447C1594.01,-444.11 1434.4,-766.11 1596,-769"/> +</g> +<!-- Rectifier--W6 --> +<g id="edge15" class="edge"> +<title>Rectifier:e--W6:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1436,-419C1596.8,-421.89 1438.78,-741.89 1596,-739"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1436,-421C1595.01,-421 1436.99,-741 1596,-741"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1436,-423C1593.22,-420.11 1435.2,-740.11 1596,-743"/> +</g> +<!-- Rectifier--W6 --> +<g id="edge17" class="edge"> +<title>Rectifier:e--W6:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1436,-395C1596.01,-397.88 1439.58,-715.88 1596,-713"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1436,-397C1594.21,-397 1437.79,-715 1596,-715"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1436,-399C1592.42,-396.12 1435.99,-714.12 1596,-717"/> +</g> +<!-- W10 --> +<g id="node19" class="node"> +<title>W10</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1874,-419 1580,-419 1580,-278 1874,-278 1874,-419"/> +<polygon fill="none" stroke="black" points="1580,-394.5 1580,-419 1874,-419 1874,-394.5 1580,-394.5"/> +<text text-anchor="start" x="1711.62" y="-401.7" font-family="arial" font-size="14.00">W10</text> +<polygon fill="none" stroke="black" points="1580,-370 1580,-394.5 1647.25,-394.5 1647.25,-370 1580,-370"/> +<text text-anchor="start" x="1606.12" y="-377.2" font-family="arial" font-size="14.00">2x</text> +<polygon fill="none" stroke="black" points="1647.25,-370 1647.25,-394.5 1755,-394.5 1755,-370 1647.25,-370"/> +<text text-anchor="start" x="1673.38" y="-377.2" font-family="arial" font-size="14.00">10 AWG</text> +<polygon fill="none" stroke="black" points="1755,-370 1755,-394.5 1874,-394.5 1874,-370 1755,-370"/> +<text text-anchor="start" x="1781.12" y="-377.2" font-family="arial" font-size="14.00">6.0 Inches</text> +<text text-anchor="start" x="1634.12" y="-354.7" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1581.62" y="-334.7" font-family="arial" font-size="14.00">Rectifier:6:GND1</text> +<text text-anchor="start" x="1693.88" y="-334.7" font-family="arial" font-size="14.00">     BK    </text> +<text text-anchor="start" x="1750.75" y="-334.7" font-family="arial" font-size="14.00">Negative Bus Bar:3</text> +<polygon fill="#000000" stroke="none" points="1580,-328 1580,-330 1874,-330 1874,-328 1580,-328"/> +<polygon fill="#000000" stroke="none" points="1580,-326 1580,-328 1874,-328 1874,-326 1580,-326"/> +<polygon fill="#000000" stroke="none" points="1580,-324 1580,-326 1874,-326 1874,-324 1580,-324"/> +<text text-anchor="start" x="1581.62" y="-308.7" font-family="arial" font-size="14.00">Rectifier:7:GND2</text> +<text text-anchor="start" x="1693.88" y="-308.7" font-family="arial" font-size="14.00">     BK    </text> +<text text-anchor="start" x="1750.75" y="-308.7" font-family="arial" font-size="14.00">Negative Bus Bar:3</text> +<polygon fill="#000000" stroke="none" points="1580,-302 1580,-304 1874,-304 1874,-302 1580,-302"/> +<polygon fill="#000000" stroke="none" points="1580,-300 1580,-302 1874,-302 1874,-300 1580,-300"/> +<polygon fill="#000000" stroke="none" points="1580,-298 1580,-300 1874,-300 1874,-298 1580,-298"/> +<text text-anchor="start" x="1634.12" y="-282.7" font-family="arial" font-size="14.00"> </text> +</g> +<!-- Rectifier--W10 --> +<g id="edge23" class="edge"> +<title>Rectifier:e--W10:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1436,-323C1500.25,-323.02 1516.24,-325.02 1580,-325"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1436,-325C1500.01,-325 1515.99,-327 1580,-327"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1436,-327C1499.76,-326.98 1515.75,-328.98 1580,-329"/> +</g> +<!-- Rectifier--W10 --> +<g id="edge25" class="edge"> +<title>Rectifier:e--W10:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1436,-299C1500,-299 1516,-299 1580,-299"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1436,-301C1500,-301 1516,-301 1580,-301"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1436,-303C1500,-303 1516,-303 1580,-303"/> +</g> +<!-- W11 --> +<g id="node20" class="node"> +<title>W11</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1861.5,-584 1592.5,-584 1592.5,-443 1861.5,-443 1861.5,-584"/> +<polygon fill="none" stroke="black" points="1592.5,-559.5 1592.5,-584 1861.5,-584 1861.5,-559.5 1592.5,-559.5"/> +<text text-anchor="start" x="1711.62" y="-566.7" font-family="arial" font-size="14.00">W11</text> +<polygon fill="none" stroke="black" points="1592.5,-535 1592.5,-559.5 1651.42,-559.5 1651.42,-535 1592.5,-535"/> +<text text-anchor="start" x="1614.46" y="-542.2" font-family="arial" font-size="14.00">2x</text> +<polygon fill="none" stroke="black" points="1651.42,-535 1651.42,-559.5 1750.83,-559.5 1750.83,-535 1651.42,-535"/> +<text text-anchor="start" x="1673.38" y="-542.2" font-family="arial" font-size="14.00">10 AWG</text> +<polygon fill="none" stroke="black" points="1750.83,-535 1750.83,-559.5 1861.5,-559.5 1861.5,-535 1750.83,-535"/> +<text text-anchor="start" x="1772.79" y="-542.2" font-family="arial" font-size="14.00">6.0 Inches</text> +<text text-anchor="start" x="1636.12" y="-519.7" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1594.5" y="-499.7" font-family="arial" font-size="14.00">Rectifier:4:V1</text> +<text text-anchor="start" x="1685.12" y="-499.7" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="1743.38" y="-499.7" font-family="arial" font-size="14.00">Positive Bus Bar:2</text> +<polygon fill="#000000" stroke="none" points="1592.5,-493 1592.5,-495 1861.5,-495 1861.5,-493 1592.5,-493"/> +<polygon fill="#ff0000" stroke="none" points="1592.5,-491 1592.5,-493 1861.5,-493 1861.5,-491 1592.5,-491"/> +<polygon fill="#000000" stroke="none" points="1592.5,-489 1592.5,-491 1861.5,-491 1861.5,-489 1592.5,-489"/> +<text text-anchor="start" x="1594.5" y="-473.7" font-family="arial" font-size="14.00">Rectifier:5:V2</text> +<text text-anchor="start" x="1685.12" y="-473.7" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="1743.38" y="-473.7" font-family="arial" font-size="14.00">Positive Bus Bar:2</text> +<polygon fill="#000000" stroke="none" points="1592.5,-467 1592.5,-469 1861.5,-469 1861.5,-467 1592.5,-467"/> +<polygon fill="#ff0000" stroke="none" points="1592.5,-465 1592.5,-467 1861.5,-467 1861.5,-465 1592.5,-465"/> +<polygon fill="#000000" stroke="none" points="1592.5,-463 1592.5,-465 1861.5,-465 1861.5,-463 1592.5,-463"/> +<text text-anchor="start" x="1636.12" y="-447.7" font-family="arial" font-size="14.00"> </text> +</g> +<!-- Rectifier--W11 --> +<g id="edge27" class="edge"> +<title>Rectifier:e--W11:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1436,-371C1525,-373.31 1506.45,-492.31 1591.5,-490"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M1436,-373C1523.03,-373 1504.47,-492 1591.5,-492"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1436,-375C1521.05,-372.69 1502.5,-491.69 1591.5,-494"/> +</g> +<!-- Rectifier--W11 --> +<g id="edge29" class="edge"> +<title>Rectifier:e--W11:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1436,-347C1524.47,-349.3 1506.99,-466.3 1591.5,-464"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M1436,-349C1522.49,-349 1505.01,-466 1591.5,-466"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1436,-351C1520.51,-348.7 1503.03,-465.7 1591.5,-468"/> +</g> +<!-- VP-X power lug --> +<g id="node7" class="node"> +<title>VP-X power lug</title> +<polygon fill="#ffffff" stroke="black" points="1369.25,-803.25 1204.75,-803.25 1204.75,-729.75 1369.25,-729.75 1369.25,-803.25"/> +<polygon fill="none" stroke="black" points="1204.75,-778.75 1204.75,-803.25 1369.25,-803.25 1369.25,-778.75 1204.75,-778.75"/> +<text text-anchor="start" x="1237.5" y="-785.95" font-family="arial" font-size="14.00">VP-X power lug</text> +<polygon fill="none" stroke="black" points="1204.75,-754.25 1204.75,-778.75 1329.75,-778.75 1329.75,-754.25 1204.75,-754.25"/> +<text text-anchor="start" x="1208.75" y="-761.45" font-family="arial" font-size="14.00">1/4" Ring Terminal</text> +<polygon fill="none" stroke="black" points="1329.75,-754.25 1329.75,-778.75 1369.25,-778.75 1369.25,-754.25 1329.75,-754.25"/> +<text text-anchor="start" x="1333.75" y="-761.45" font-family="arial" font-size="14.00">1-pin</text> +<polygon fill="none" stroke="black" points="1204.75,-729.75 1204.75,-754.25 1261.88,-754.25 1261.88,-729.75 1204.75,-729.75"/> +<text text-anchor="start" x="1229.19" y="-736.95" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1261.88,-729.75 1261.88,-754.25 1369.25,-754.25 1369.25,-729.75 1261.88,-729.75"/> +<text text-anchor="start" x="1286.31" y="-736.95" font-family="arial" font-size="14.00">Power IN</text> +</g> +<!-- Positive Bus Bar --> +<g id="node8" class="node"> +<title>Positive Bus Bar</title> +<polygon fill="#ffffff" stroke="black" points="2236.5,-578 2046.5,-578 2046.5,-431 2236.5,-431 2236.5,-578"/> +<polygon fill="none" stroke="black" points="2046.5,-553.5 2046.5,-578 2236.5,-578 2236.5,-553.5 2046.5,-553.5"/> +<text text-anchor="start" x="2089.38" y="-560.7" font-family="arial" font-size="14.00">Positive Bus Bar</text> +<polygon fill="none" stroke="black" points="2046.5,-529 2046.5,-553.5 2197,-553.5 2197,-529 2046.5,-529"/> +<text text-anchor="start" x="2050.5" y="-536.2" font-family="arial" font-size="14.00">Pike Industries Busbar</text> +<polygon fill="none" stroke="black" points="2197,-529 2197,-553.5 2236.5,-553.5 2236.5,-529 2197,-529"/> +<text text-anchor="start" x="2201" y="-536.2" font-family="arial" font-size="14.00">4-pin</text> +<polygon fill="none" stroke="black" points="2046.5,-504.5 2046.5,-529 2236.5,-529 2236.5,-504.5 2046.5,-504.5"/> +<text text-anchor="start" x="2137.38" y="-511.7" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="2046.5,-480 2046.5,-504.5 2236.5,-504.5 2236.5,-480 2046.5,-480"/> +<text text-anchor="start" x="2137.38" y="-487.2" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="2046.5,-455.5 2046.5,-480 2236.5,-480 2236.5,-455.5 2046.5,-455.5"/> +<text text-anchor="start" x="2137.38" y="-462.7" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="2046.5,-431 2046.5,-455.5 2236.5,-455.5 2236.5,-431 2046.5,-431"/> +<text text-anchor="start" x="2137.38" y="-438.2" font-family="arial" font-size="14.00">4</text> +</g> +<!-- Negative Bus Bar --> +<g id="node9" class="node"> +<title>Negative Bus Bar</title> +<polygon fill="#ffffff" stroke="black" points="2236.5,-327 2046.5,-327 2046.5,-180 2236.5,-180 2236.5,-327"/> +<polygon fill="none" stroke="black" points="2046.5,-302.5 2046.5,-327 2236.5,-327 2236.5,-302.5 2046.5,-302.5"/> +<text text-anchor="start" x="2086.75" y="-309.7" font-family="arial" font-size="14.00">Negative Bus Bar</text> +<polygon fill="none" stroke="black" points="2046.5,-278 2046.5,-302.5 2197,-302.5 2197,-278 2046.5,-278"/> +<text text-anchor="start" x="2050.5" y="-285.2" font-family="arial" font-size="14.00">Pike Industries Busbar</text> +<polygon fill="none" stroke="black" points="2197,-278 2197,-302.5 2236.5,-302.5 2236.5,-278 2197,-278"/> +<text text-anchor="start" x="2201" y="-285.2" font-family="arial" font-size="14.00">4-pin</text> +<polygon fill="none" stroke="black" points="2046.5,-253.5 2046.5,-278 2236.5,-278 2236.5,-253.5 2046.5,-253.5"/> +<text text-anchor="start" x="2137.38" y="-260.7" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="2046.5,-229 2046.5,-253.5 2236.5,-253.5 2236.5,-229 2046.5,-229"/> +<text text-anchor="start" x="2137.38" y="-236.2" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="2046.5,-204.5 2046.5,-229 2236.5,-229 2236.5,-204.5 2046.5,-204.5"/> +<text text-anchor="start" x="2137.38" y="-211.7" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="2046.5,-180 2046.5,-204.5 2236.5,-204.5 2236.5,-180 2046.5,-180"/> +<text text-anchor="start" x="2137.38" y="-187.2" font-family="arial" font-size="14.00">4</text> +</g> +<!-- W1--VP-X power lug --> +<g id="edge2" class="edge"> +<title>W1:e--VP-X power lug:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M994,-740C1087.22,-740 1110.53,-740 1203.75,-740"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M994,-742C1087.22,-742 1110.53,-742 1203.75,-742"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M994,-744C1087.22,-744 1110.53,-744 1203.75,-744"/> +</g> +<!-- W2--Altinator --> +<g id="edge4" class="edge"> +<title>W2:e--Altinator:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M964.5,-462C1098.51,-463.71 1113.45,-565.71 1243.5,-564"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M964.5,-464C1096.53,-464 1111.47,-566 1243.5,-566"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M964.5,-466C1094.55,-464.29 1109.49,-566.29 1243.5,-568"/> +</g> +<!-- W3--Batt --> +<g id="edge6" class="edge"> +<title>W3:e--Batt:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M926.5,-184C1056.33,-185.83 1066.19,-71.08 1200,-69.25"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M926.5,-186C1058.32,-186 1068.18,-71.25 1200,-71.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M926.5,-188C1060.31,-186.17 1070.17,-71.42 1200,-73.25"/> +</g> +<!-- W8--Batt --> +<g id="edge8" class="edge"> +<title>W8:e--Batt:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M929,-45C1049.46,-45 1079.57,-45.25 1200,-45.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M929,-47C1049.44,-47 1079.56,-47.25 1200,-47.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M929,-49C1049.43,-49 1079.54,-49.25 1200,-49.25"/> +</g> +<!-- W4--Starter --> +<g id="edge10" class="edge"> +<title>W4:e--Starter:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M947.5,-323C1060.97,-325.05 1057.78,-200.05 1175.25,-198"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M947.5,-325C1062.97,-325 1059.78,-200 1175.25,-200"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M947.5,-327C1064.97,-324.95 1061.78,-199.95 1175.25,-202"/> +</g> +<!-- W5--Negative Bus Bar --> +<g id="edge12" class="edge"> +<title>W5:e--Negative Bus Bar:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1865.5,-160C1954.91,-161.87 1960.09,-241.12 2045.5,-239.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1865.5,-162C1952.91,-162 1958.09,-241.25 2045.5,-241.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1865.5,-164C1950.91,-162.13 1956.09,-241.38 2045.5,-243.25"/> +</g> +<!-- W6--Alternator 3⌀ --> +<g id="edge14" class="edge"> +<title>W6:e--Alternator 3⌀:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1858,-765C1928.95,-765.01 1946.72,-763.51 2018,-763.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1858,-767C1929.11,-767 1946.89,-765.5 2018,-765.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1858,-769C1929.28,-768.99 1947.05,-767.49 2018,-767.5"/> +</g> +<!-- W6--Alternator 3⌀ --> +<g id="edge16" class="edge"> +<title>W6:e--Alternator 3⌀:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1858,-739C1929.11,-739 1946.89,-739 2018,-739"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1858,-741C1929.11,-741 1946.89,-741 2018,-741"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1858,-743C1929.11,-743 1946.89,-743 2018,-743"/> +</g> +<!-- W6--Alternator 3⌀ --> +<g id="edge18" class="edge"> +<title>W6:e--Alternator 3⌀:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1858,-713C1929.28,-713.01 1947.05,-714.51 2018,-714.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1858,-715C1929.11,-715 1946.89,-716.5 2018,-716.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1858,-717C1928.95,-716.99 1946.72,-718.49 2018,-718.5"/> +</g> +<!-- W7--Positive Bus Bar --> +<g id="edge20" class="edge"> +<title>W7:e--Positive Bus Bar:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M966.5,-601C1049.27,-602.54 1060.28,-649.4 1138.34,-661.53 1267.89,-683.96 1303.28,-671.65 1435.85,-661.51 1632.55,-646.58 1685.68,-651.49 1873.42,-594.59 1952.48,-571.93 1959.46,-516.5 2045.5,-514.75"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M966.5,-603C1047.33,-603 1058.33,-649.86 1138,-663.5 1268.54,-685.85 1303.94,-673.54 1436,-663.5 1632.36,-648.57 1685.49,-653.48 1874,-596.5 1954.46,-572.18 1961.44,-516.75 2045.5,-516.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M966.5,-605C1045.38,-603.46 1056.39,-650.32 1137.66,-665.47 1269.2,-687.74 1304.59,-675.43 1436.15,-665.49 1632.18,-650.56 1685.31,-655.47 1874.58,-598.41 1956.45,-572.43 1963.42,-517 2045.5,-518.75"/> +</g> +<!-- W9--Negative Bus Bar --> +<g id="edge22" class="edge"> +<title>W9:e--Negative Bus Bar:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1857,-21C1995.49,-23.66 1910.79,-266.41 2045.5,-263.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1857,-23C1993.6,-23 1908.9,-265.75 2045.5,-265.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1857,-25C1991.71,-22.34 1907.01,-265.09 2045.5,-267.75"/> +</g> +<!-- W10--Negative Bus Bar --> +<g id="edge24" class="edge"> +<title>W10:e--Negative Bus Bar:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1874,-325C1962.62,-327.18 1952.89,-216.93 2045.5,-214.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1874,-327C1964.61,-327 1954.89,-216.75 2045.5,-216.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1874,-329C1966.61,-326.82 1956.88,-216.57 2045.5,-218.75"/> +</g> +<!-- W10--Negative Bus Bar --> +<g id="edge26" class="edge"> +<title>W10:e--Negative Bus Bar:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1874,-299C1956.92,-300.96 1958.58,-216.71 2045.5,-214.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1874,-301C1958.92,-301 1960.58,-216.75 2045.5,-216.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1874,-303C1960.92,-301.04 1962.58,-216.79 2045.5,-218.75"/> +</g> +<!-- W11--Positive Bus Bar --> +<g id="edge28" class="edge"> +<title>W11:e--Positive Bus Bar:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1862.5,-490C1943.86,-490 1964.19,-490.25 2045.5,-490.25"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M1862.5,-492C1943.83,-492 1964.17,-492.25 2045.5,-492.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1862.5,-494C1943.81,-494 1964.14,-494.25 2045.5,-494.25"/> +</g> +<!-- W11--Positive Bus Bar --> +<g id="edge30" class="edge"> +<title>W11:e--Positive Bus Bar:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1862.5,-464C1946.3,-464.84 1964.96,-491.09 2045.5,-490.25"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M1862.5,-466C1944.67,-466 1963.33,-492.25 2045.5,-492.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1862.5,-468C1943.04,-467.16 1961.7,-493.41 2045.5,-494.25"/> +</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, 1/4" + 7/16" Ring Terminals, 2 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">Starter</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">2</td> + <td style="border:1px solid #000000; padding: 4px">Connector, 1/4" Ring Terminal, 1 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 power lug</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">3</td> + <td style="border:1px solid #000000; padding: 4px">Connector, 1/4" Ring Terminals, 2 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">Batt</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">4</td> + <td style="border:1px solid #000000; padding: 4px">Connector, No part number... One 3 pin, Two 2 pins, 7 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">Rectifier</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">5</td> + <td style="border:1px solid #000000; padding: 4px">Connector, Pike Industries Busbar, 4 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">Negative Bus Bar, Positive Bus Bar</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">6</td> + <td style="border:1px solid #000000; padding: 4px">Connector, Ring Terminals (Inner), 5 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 main</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">7</td> + <td style="border:1px solid #000000; padding: 4px">Connector, Temp, 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">Altinator</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">8</td> + <td style="border:1px solid #000000; padding: 4px">Connector, VERIFY! Sumitomo 6111-2557, 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">Alternator 3⌀</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">9</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 10 AWG, BK</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">12.0</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W10</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">10</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 10 AWG, RD</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">85.0</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W11, W7</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">11</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 2 AWG, RD</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">80.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">12</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 6 AWG, BK</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">88.0</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W8, W9</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">13</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 6 AWG, BK</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">24.0</td> + <td style="border:1px solid #000000; padding: 4px">Inches????</td> + <td style="border:1px solid #000000; padding: 4px">W5</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">14</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 6 AWG, RD</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">111.5</td> + <td style="border:1px solid #000000; padding: 4px">"</td> + <td style="border:1px solid #000000; padding: 4px">W1, W2</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">15</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 6 AWG, RD</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">33.0</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W3</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">16</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 6 AWG, YE</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">36.0</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W6</td> + </tr> +</table> +</body></html> diff --git a/wireviz/Choppy_IB_PPS_main.png b/wireviz/Choppy_IB_PPS_main.png Binary files differnew file mode 100644 index 0000000..2cbc6d5 --- /dev/null +++ b/wireviz/Choppy_IB_PPS_main.png diff --git a/wireviz/Choppy_IB_PPS_main.svg b/wireviz/Choppy_IB_PPS_main.svg new file mode 100644 index 0000000..50b5f7c --- /dev/null +++ b/wireviz/Choppy_IB_PPS_main.svg @@ -0,0 +1,694 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" + "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<!-- Generated by graphviz version 12.0.0 (20240704.0754) + --> +<!-- Pages: 1 --> +<svg width="2273pt" height="867pt" + viewBox="0.00 0.00 2273.00 867.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 863)"> +<polygon fill="#ffffff" stroke="none" points="-4,4 -4,-863 2269,-863 2269,4 -4,4"/> +<!-- PPS main --> +<g id="node1" class="node"> +<title>PPS main</title> +<polygon fill="#ffffff" stroke="black" points="383,-491 0,-491 0,-66 383,-66 383,-491"/> +<polygon fill="none" stroke="black" points="0,-466.5 0,-491 383,-491 383,-466.5 0,-466.5"/> +<text text-anchor="start" x="160" y="-473.7" font-family="arial" font-size="14.00">PPS main</text> +<polygon fill="none" stroke="black" points="0,-442 0,-466.5 245.88,-466.5 245.88,-442 0,-442"/> +<text text-anchor="start" x="52.81" y="-449.2" font-family="arial" font-size="14.00">Ring Terminals (Inner)</text> +<polygon fill="none" stroke="black" points="245.88,-442 245.88,-466.5 383,-466.5 383,-442 245.88,-442"/> +<text text-anchor="start" x="298.69" y="-449.2" font-family="arial" font-size="14.00">5-pin</text> +<polygon fill="none" stroke="black" points="0,-418 0,-442 264,-442 264,-418 0,-418"/> +<text text-anchor="start" x="57.38" y="-424.7" font-family="arial" font-size="14.00">MAIN_BUS_OUT (1/4")</text> +<polygon fill="none" stroke="black" points="264,-418 264,-442 383,-442 383,-418 264,-418"/> +<text text-anchor="start" x="319.38" y="-424.7" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="0,-394 0,-418 264,-418 264,-394 0,-394"/> +<text text-anchor="start" x="57.75" y="-400.7" font-family="arial" font-size="14.00">ATL_B-LEAD_IN (1/4")</text> +<polygon fill="none" stroke="black" points="264,-394 264,-418 383,-418 383,-394 264,-394"/> +<text text-anchor="start" x="319.38" y="-400.7" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="0,-370 0,-394 264,-394 264,-370 0,-370"/> +<text text-anchor="start" x="55.5" y="-376.7" font-family="arial" font-size="14.00">STARTER_OUT (5/16")</text> +<polygon fill="none" stroke="black" points="264,-370 264,-394 383,-394 383,-370 264,-370"/> +<text text-anchor="start" x="319.38" y="-376.7" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="0,-346 0,-370 264,-370 264,-346 0,-346"/> +<text text-anchor="start" x="72.38" y="-352.7" font-family="arial" font-size="14.00">GND_STUD (M10)</text> +<polygon fill="none" stroke="black" points="264,-346 264,-370 383,-370 383,-346 264,-346"/> +<text text-anchor="start" x="319.38" y="-352.7" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="0,-322 0,-346 264,-346 264,-322 0,-322"/> +<text text-anchor="start" x="68.25" y="-328.7" font-family="arial" font-size="14.00">MAIN_BATT (5/16")</text> +<polygon fill="none" stroke="black" points="264,-322 264,-346 383,-346 383,-322 264,-322"/> +<text text-anchor="start" x="319.38" y="-328.7" font-family="arial" font-size="14.00">5</text> +<polyline fill="none" stroke="black" points="383,-115 383,-322 0,-322 0,-115"/> +<image xlink:href="images\PPS_Lugs.png" width="375px" height="199px" preserveAspectRatio="xMinYMin meet" x="4" y="-318"/> +<polyline fill="none" stroke="black" points="0,-115 0,-90.5 383,-90.5 383,-115"/> +<text text-anchor="start" x="120.62" y="-97.7" font-family="arial" font-size="14.00">Top view of PPS Lugs</text> +<polygon fill="none" stroke="black" points="0,-66 0,-90.5 383,-90.5 383,-66 0,-66"/> +<text text-anchor="start" x="163" y="-73.2" font-family="arial" font-size="14.00">VPX J12</text> +</g> +<!-- W1 --> +<g id="node10" class="node"> +<title>W1</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="994,-834 527,-834 527,-719 994,-719 994,-834"/> +<polygon fill="none" stroke="black" points="527,-809.5 527,-834 994,-834 994,-809.5 527,-809.5"/> +<text text-anchor="start" x="749.25" y="-816.7" font-family="arial" font-size="14.00">W1</text> +<polygon fill="none" stroke="black" points="527,-785 527,-809.5 664.42,-809.5 664.42,-785 527,-785"/> +<text text-anchor="start" x="588.21" y="-792.2" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="664.42,-785 664.42,-809.5 834.08,-809.5 834.08,-785 664.42,-785"/> +<text text-anchor="start" x="725.62" y="-792.2" font-family="arial" font-size="14.00">6 AWG</text> +<polygon fill="none" stroke="black" points="834.08,-785 834.08,-809.5 994,-809.5 994,-785 834.08,-785"/> +<text text-anchor="start" x="895.29" y="-792.2" font-family="arial" font-size="14.00">26.5 "</text> +<text text-anchor="start" x="641.12" y="-769.7" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="529" y="-749.7" font-family="arial" font-size="14.00">PPS main:1:MAIN_BUS_OUT (1/4")</text> +<text text-anchor="start" x="760.62" y="-749.7" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="818.88" y="-749.7" font-family="arial" font-size="14.00">VP-X power lug:1:Power IN</text> +<polygon fill="#000000" stroke="none" points="527,-743 527,-745 994,-745 994,-743 527,-743"/> +<polygon fill="#ff0000" stroke="none" points="527,-741 527,-743 994,-743 994,-741 527,-741"/> +<polygon fill="#000000" stroke="none" points="527,-739 527,-741 994,-741 994,-739 527,-739"/> +<text text-anchor="start" x="641.12" y="-723.7" font-family="arial" font-size="14.00"> </text> +</g> +<!-- PPS main--W1 --> +<g id="edge1" class="edge"> +<title>PPS main:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M383,-428C537.5,-430.92 376.05,-742.92 527,-740"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M383,-430C535.72,-430 374.28,-742 527,-742"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M383,-432C533.95,-429.08 372.5,-741.08 527,-744"/> +</g> +<!-- W2 --> +<g id="node11" class="node"> +<title>W2</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="963.5,-556 557.5,-556 557.5,-441 963.5,-441 963.5,-556"/> +<polygon fill="none" stroke="black" points="557.5,-531.5 557.5,-556 963.5,-556 963.5,-531.5 557.5,-531.5"/> +<text text-anchor="start" x="749.25" y="-538.7" font-family="arial" font-size="14.00">W2</text> +<polygon fill="none" stroke="black" points="557.5,-507 557.5,-531.5 674.58,-531.5 674.58,-507 557.5,-507"/> +<text text-anchor="start" x="608.54" y="-514.2" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="674.58,-507 674.58,-531.5 823.92,-531.5 823.92,-507 674.58,-507"/> +<text text-anchor="start" x="725.62" y="-514.2" font-family="arial" font-size="14.00">6 AWG</text> +<polygon fill="none" stroke="black" points="823.92,-507 823.92,-531.5 963.5,-531.5 963.5,-507 823.92,-507"/> +<text text-anchor="start" x="874.96" y="-514.2" font-family="arial" font-size="14.00">85.0 "</text> +<text text-anchor="start" x="671.12" y="-491.7" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="559.38" y="-471.7" font-family="arial" font-size="14.00">PPS main:2:ATL_B-LEAD_IN (1/4")</text> +<text text-anchor="start" x="790.12" y="-471.7" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="848.38" y="-471.7" font-family="arial" font-size="14.00">Altinator:2:B-Lead</text> +<polygon fill="#000000" stroke="none" points="557.5,-465 557.5,-467 963.5,-467 963.5,-465 557.5,-465"/> +<polygon fill="#ff0000" stroke="none" points="557.5,-463 557.5,-465 963.5,-465 963.5,-463 557.5,-463"/> +<polygon fill="#000000" stroke="none" points="557.5,-461 557.5,-463 963.5,-463 963.5,-461 557.5,-461"/> +<text text-anchor="start" x="671.12" y="-445.7" font-family="arial" font-size="14.00"> </text> +</g> +<!-- PPS main--W2 --> +<g id="edge3" class="edge"> +<title>PPS main:e--W2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M383,-404C466.27,-405.63 477.16,-463.63 556.5,-462"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M383,-406C464.31,-406 475.19,-464 556.5,-464"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M383,-408C462.34,-406.37 473.23,-464.37 556.5,-466"/> +</g> +<!-- W3 --> +<g id="node12" class="node"> +<title>W3</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="925.5,-278 595.5,-278 595.5,-163 925.5,-163 925.5,-278"/> +<polygon fill="none" stroke="black" points="595.5,-253.5 595.5,-278 925.5,-278 925.5,-253.5 595.5,-253.5"/> +<text text-anchor="start" x="749.25" y="-260.7" font-family="arial" font-size="14.00">W3</text> +<polygon fill="none" stroke="black" points="595.5,-229 595.5,-253.5 674.75,-253.5 674.75,-229 595.5,-229"/> +<text text-anchor="start" x="627.62" y="-236.2" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="674.75,-229 674.75,-253.5 786.25,-253.5 786.25,-229 674.75,-229"/> +<text text-anchor="start" x="706.88" y="-236.2" font-family="arial" font-size="14.00">6 AWG</text> +<polygon fill="none" stroke="black" points="786.25,-229 786.25,-253.5 925.5,-253.5 925.5,-229 786.25,-229"/> +<text text-anchor="start" x="818.38" y="-236.2" font-family="arial" font-size="14.00">33.0 Inches</text> +<text text-anchor="start" x="698.62" y="-213.7" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="597.38" y="-193.7" font-family="arial" font-size="14.00">PPS main:5:MAIN_BATT (5/16")</text> +<text text-anchor="start" x="807.12" y="-193.7" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="865.25" y="-193.7" font-family="arial" font-size="14.00">Batt:1:V+</text> +<polygon fill="#000000" stroke="none" points="595.5,-187 595.5,-189 925.5,-189 925.5,-187 595.5,-187"/> +<polygon fill="#ff0000" stroke="none" points="595.5,-185 595.5,-187 925.5,-187 925.5,-185 595.5,-185"/> +<polygon fill="#000000" stroke="none" points="595.5,-183 595.5,-185 925.5,-185 925.5,-183 595.5,-183"/> +<text text-anchor="start" x="698.62" y="-167.7" font-family="arial" font-size="14.00"> </text> +</g> +<!-- PPS main--W3 --> +<g id="edge5" class="edge"> +<title>PPS main:e--W3:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M383,-332C495.74,-334.24 477.79,-186.24 594.5,-184"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M383,-334C497.73,-334 479.77,-186 594.5,-186"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M383,-336C499.71,-333.76 481.76,-185.76 594.5,-188"/> +</g> +<!-- W8 --> +<g id="node13" class="node"> +<title>W8</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="928,-139 593,-139 593,-24 928,-24 928,-139"/> +<polygon fill="none" stroke="black" points="593,-114.5 593,-139 928,-139 928,-114.5 593,-114.5"/> +<text text-anchor="start" x="749.25" y="-121.7" font-family="arial" font-size="14.00">W8</text> +<polygon fill="none" stroke="black" points="593,-90 593,-114.5 673.92,-114.5 673.92,-90 593,-90"/> +<text text-anchor="start" x="625.96" y="-97.2" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="673.92,-90 673.92,-114.5 787.08,-114.5 787.08,-90 673.92,-90"/> +<text text-anchor="start" x="706.88" y="-97.2" font-family="arial" font-size="14.00">6 AWG</text> +<polygon fill="none" stroke="black" points="787.08,-90 787.08,-114.5 928,-114.5 928,-90 787.08,-90"/> +<text text-anchor="start" x="820.04" y="-97.2" font-family="arial" font-size="14.00">31.0 Inches</text> +<text text-anchor="start" x="692.12" y="-74.7" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="595" y="-54.7" font-family="arial" font-size="14.00">PPS main:4:GND_STUD (M10)</text> +<text text-anchor="start" x="796.88" y="-54.7" font-family="arial" font-size="14.00">     BK    </text> +<text text-anchor="start" x="854" y="-54.7" font-family="arial" font-size="14.00">Batt:2:GND</text> +<polygon fill="#000000" stroke="none" points="593,-48 593,-50 928,-50 928,-48 593,-48"/> +<polygon fill="#000000" stroke="none" points="593,-46 593,-48 928,-48 928,-46 593,-46"/> +<polygon fill="#000000" stroke="none" points="593,-44 593,-46 928,-46 928,-44 593,-44"/> +<text text-anchor="start" x="692.12" y="-28.7" font-family="arial" font-size="14.00"> </text> +</g> +<!-- PPS main--W8 --> +<g id="edge7" class="edge"> +<title>PPS main:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M383,-356C547.68,-358.74 423.61,-47.74 592,-45"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M383,-358C549.53,-358 425.47,-47 592,-47"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M383,-360C551.39,-357.26 427.32,-46.26 592,-49"/> +</g> +<!-- W4 --> +<g id="node14" class="node"> +<title>W4</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="946.5,-417 574.5,-417 574.5,-302 946.5,-302 946.5,-417"/> +<polygon fill="none" stroke="black" points="574.5,-392.5 574.5,-417 946.5,-417 946.5,-392.5 574.5,-392.5"/> +<text text-anchor="start" x="749.25" y="-399.7" font-family="arial" font-size="14.00">W4</text> +<polygon fill="none" stroke="black" points="574.5,-368 574.5,-392.5 680.25,-392.5 680.25,-368 574.5,-368"/> +<text text-anchor="start" x="619.88" y="-375.2" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="680.25,-368 680.25,-392.5 818.25,-392.5 818.25,-368 680.25,-368"/> +<text text-anchor="start" x="725.62" y="-375.2" font-family="arial" font-size="14.00">2 AWG</text> +<polygon fill="none" stroke="black" points="818.25,-368 818.25,-392.5 946.5,-392.5 946.5,-368 818.25,-368"/> +<text text-anchor="start" x="863.62" y="-375.2" font-family="arial" font-size="14.00">80.0 "</text> +<text text-anchor="start" x="690.12" y="-352.7" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="576.12" y="-332.7" font-family="arial" font-size="14.00">PPS main:3:STARTER_OUT (5/16")</text> +<text text-anchor="start" x="811.12" y="-332.7" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="869.12" y="-332.7" font-family="arial" font-size="14.00">Starter:1:V+</text> +<polygon fill="#000000" stroke="none" points="574.5,-326 574.5,-328 946.5,-328 946.5,-326 574.5,-326"/> +<polygon fill="#ff0000" stroke="none" points="574.5,-324 574.5,-326 946.5,-326 946.5,-324 574.5,-324"/> +<polygon fill="#000000" stroke="none" points="574.5,-322 574.5,-324 946.5,-324 946.5,-322 574.5,-322"/> +<text text-anchor="start" x="690.12" y="-306.7" font-family="arial" font-size="14.00"> </text> +</g> +<!-- PPS main--W4 --> +<g id="edge9" class="edge"> +<title>PPS main:e--W4:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M383,-380C469.43,-381.53 483.18,-324.53 573.5,-323"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M383,-382C471.38,-382 485.12,-325 573.5,-325"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M383,-384C473.32,-382.47 487.07,-325.47 573.5,-327"/> +</g> +<!-- W7 --> +<g id="node17" class="node"> +<title>W7</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="965.5,-695 555.5,-695 555.5,-580 965.5,-580 965.5,-695"/> +<polygon fill="none" stroke="black" points="555.5,-670.5 555.5,-695 965.5,-695 965.5,-670.5 555.5,-670.5"/> +<text text-anchor="start" x="749.25" y="-677.7" font-family="arial" font-size="14.00">W7</text> +<polygon fill="none" stroke="black" points="555.5,-646 555.5,-670.5 658.67,-670.5 658.67,-646 555.5,-646"/> +<text text-anchor="start" x="599.58" y="-653.2" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="658.67,-646 658.67,-670.5 802.33,-670.5 802.33,-646 658.67,-646"/> +<text text-anchor="start" x="702.75" y="-653.2" font-family="arial" font-size="14.00">10 AWG</text> +<polygon fill="none" stroke="black" points="802.33,-646 802.33,-670.5 965.5,-670.5 965.5,-646 802.33,-646"/> +<text text-anchor="start" x="846.42" y="-653.2" font-family="arial" font-size="14.00">73.0 Inches</text> +<text text-anchor="start" x="669.62" y="-630.7" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="557.5" y="-610.7" font-family="arial" font-size="14.00">PPS main:1:MAIN_BUS_OUT (1/4")</text> +<text text-anchor="start" x="789.12" y="-610.7" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="847.38" y="-610.7" font-family="arial" font-size="14.00">Positive Bus Bar:1</text> +<polygon fill="#000000" stroke="none" points="555.5,-604 555.5,-606 965.5,-606 965.5,-604 555.5,-604"/> +<polygon fill="#ff0000" stroke="none" points="555.5,-602 555.5,-604 965.5,-604 965.5,-602 555.5,-602"/> +<polygon fill="#000000" stroke="none" points="555.5,-600 555.5,-602 965.5,-602 965.5,-600 555.5,-600"/> +<text text-anchor="start" x="669.62" y="-584.7" font-family="arial" font-size="14.00"> </text> +</g> +<!-- PPS main--W7 --> +<g id="edge19" class="edge"> +<title>PPS main:e--W7:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M383,-428C493.2,-430.5 448.17,-603.5 554.5,-601"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M383,-430C491.27,-430 446.23,-603 554.5,-603"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M383,-432C489.33,-429.5 444.3,-602.5 554.5,-605"/> +</g> +<!-- Batt --> +<g id="node2" class="node"> +<title>Batt</title> +<polygon fill="#ffffff" stroke="black" points="1373,-132.25 1201,-132.25 1201,-10.75 1373,-10.75 1373,-132.25"/> +<polygon fill="none" stroke="black" points="1201,-107.75 1201,-132.25 1373,-132.25 1373,-107.75 1201,-107.75"/> +<text text-anchor="start" x="1274.62" y="-114.95" font-family="arial" font-size="14.00">Batt</text> +<polygon fill="none" stroke="black" points="1201,-83.25 1201,-107.75 1333.5,-107.75 1333.5,-83.25 1201,-83.25"/> +<text text-anchor="start" x="1205" y="-90.45" font-family="arial" font-size="14.00">1/4" Ring Terminals</text> +<polygon fill="none" stroke="black" points="1333.5,-83.25 1333.5,-107.75 1373,-107.75 1373,-83.25 1333.5,-83.25"/> +<text text-anchor="start" x="1337.5" y="-90.45" font-family="arial" font-size="14.00">2-pin</text> +<polygon fill="none" stroke="black" points="1201,-59.25 1201,-83.25 1250.67,-83.25 1250.67,-59.25 1201,-59.25"/> +<text text-anchor="start" x="1221.71" y="-65.95" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1250.67,-59.25 1250.67,-83.25 1323.33,-83.25 1323.33,-59.25 1250.67,-59.25"/> +<text text-anchor="start" x="1278" y="-65.95" font-family="arial" font-size="14.00">V+</text> +<polygon fill="none" stroke="black" points="1323.33,-59.25 1323.33,-83.25 1373,-83.25 1373,-59.25 1323.33,-59.25"/> +<text text-anchor="start" x="1344.04" y="-65.95" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1201,-35.25 1201,-59.25 1250.67,-59.25 1250.67,-35.25 1201,-35.25"/> +<text text-anchor="start" x="1221.71" y="-41.95" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1250.67,-35.25 1250.67,-59.25 1323.33,-59.25 1323.33,-35.25 1250.67,-35.25"/> +<text text-anchor="start" x="1271.25" y="-41.95" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="1323.33,-35.25 1323.33,-59.25 1373,-59.25 1373,-35.25 1323.33,-35.25"/> +<text text-anchor="start" x="1344.04" y="-41.95" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1201,-10.75 1201,-35.25 1373,-35.25 1373,-10.75 1201,-10.75"/> +<text text-anchor="start" x="1220.25" y="-17.95" font-family="arial" font-size="14.00">5732 Terminal Cover</text> +</g> +<!-- W9 --> +<g id="node18" class="node"> +<title>W9</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1856,-115 1598,-115 1598,0 1856,0 1856,-115"/> +<polygon fill="none" stroke="black" points="1598,-90.5 1598,-115 1856,-115 1856,-90.5 1598,-90.5"/> +<text text-anchor="start" x="1715.75" y="-97.7" font-family="arial" font-size="14.00">W9</text> +<polygon fill="none" stroke="black" points="1598,-66 1598,-90.5 1653.25,-90.5 1653.25,-66 1598,-66"/> +<text text-anchor="start" x="1618.12" y="-73.2" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="1653.25,-66 1653.25,-90.5 1740.75,-90.5 1740.75,-66 1653.25,-66"/> +<text text-anchor="start" x="1673.38" y="-73.2" font-family="arial" font-size="14.00">6 AWG</text> +<polygon fill="none" stroke="black" points="1740.75,-66 1740.75,-90.5 1856,-90.5 1856,-66 1740.75,-66"/> +<text text-anchor="start" x="1760.88" y="-73.2" font-family="arial" font-size="14.00">57.0 Inches</text> +<text text-anchor="start" x="1634.12" y="-50.7" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1600" y="-30.7" font-family="arial" font-size="14.00">Batt:2:GND</text> +<text text-anchor="start" x="1675.88" y="-30.7" font-family="arial" font-size="14.00">     BK    </text> +<text text-anchor="start" x="1732.75" y="-30.7" font-family="arial" font-size="14.00">Negative Bus Bar:1</text> +<polygon fill="#000000" stroke="none" points="1598,-24 1598,-26 1856,-26 1856,-24 1598,-24"/> +<polygon fill="#000000" stroke="none" points="1598,-22 1598,-24 1856,-24 1856,-22 1598,-22"/> +<polygon fill="#000000" stroke="none" points="1598,-20 1598,-22 1856,-22 1856,-20 1598,-20"/> +<text text-anchor="start" x="1634.12" y="-4.7" font-family="arial" font-size="14.00"> </text> +</g> +<!-- Batt--W9 --> +<g id="edge21" class="edge"> +<title>Batt:e--W9:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1374,-45.25C1472.26,-45.85 1495.87,-21.6 1597,-21"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1374,-47.25C1473.7,-47.25 1497.3,-23 1597,-23"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1374,-49.25C1475.13,-48.65 1498.74,-24.4 1597,-25"/> +</g> +<!-- Starter --> +<g id="node3" class="node"> +<title>Starter</title> +<polygon fill="#ffffff" stroke="black" points="1397.75,-261 1176.25,-261 1176.25,-164 1397.75,-164 1397.75,-261"/> +<polygon fill="none" stroke="black" points="1176.25,-236.5 1176.25,-261 1397.75,-261 1397.75,-236.5 1176.25,-236.5"/> +<text text-anchor="start" x="1266" y="-243.7" font-family="arial" font-size="14.00">Starter</text> +<polygon fill="none" stroke="black" points="1176.25,-212 1176.25,-236.5 1358.25,-236.5 1358.25,-212 1176.25,-212"/> +<text text-anchor="start" x="1180.25" y="-219.2" font-family="arial" font-size="14.00">1/4" + 7/16" Ring Terminals</text> +<polygon fill="none" stroke="black" points="1358.25,-212 1358.25,-236.5 1397.75,-236.5 1397.75,-212 1358.25,-212"/> +<text text-anchor="start" x="1362.25" y="-219.2" font-family="arial" font-size="14.00">2-pin</text> +<polygon fill="none" stroke="black" points="1176.25,-188 1176.25,-212 1242.42,-212 1242.42,-188 1176.25,-188"/> +<text text-anchor="start" x="1205.21" y="-194.7" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1242.42,-188 1242.42,-212 1331.58,-212 1331.58,-188 1242.42,-188"/> +<text text-anchor="start" x="1278" y="-194.7" font-family="arial" font-size="14.00">V+</text> +<polygon fill="none" stroke="black" points="1331.58,-188 1331.58,-212 1397.75,-212 1397.75,-188 1331.58,-188"/> +<text text-anchor="start" x="1360.54" y="-194.7" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1176.25,-164 1176.25,-188 1242.42,-188 1242.42,-164 1176.25,-164"/> +<text text-anchor="start" x="1205.21" y="-170.7" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1242.42,-164 1242.42,-188 1331.58,-188 1331.58,-164 1242.42,-164"/> +<text text-anchor="start" x="1271.25" y="-170.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="1331.58,-164 1331.58,-188 1397.75,-188 1397.75,-164 1331.58,-164"/> +<text text-anchor="start" x="1360.54" y="-170.7" font-family="arial" font-size="14.00">2</text> +</g> +<!-- W5 --> +<g id="node15" class="node"> +<title>W5</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1864.5,-254 1589.5,-254 1589.5,-139 1864.5,-139 1864.5,-254"/> +<polygon fill="none" stroke="black" points="1589.5,-229.5 1589.5,-254 1864.5,-254 1864.5,-229.5 1589.5,-229.5"/> +<text text-anchor="start" x="1715.75" y="-236.7" font-family="arial" font-size="14.00">W5</text> +<polygon fill="none" stroke="black" points="1589.5,-205 1589.5,-229.5 1639.42,-229.5 1639.42,-205 1589.5,-205"/> +<text text-anchor="start" x="1606.96" y="-212.2" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="1639.42,-205 1639.42,-229.5 1721.58,-229.5 1721.58,-205 1639.42,-205"/> +<text text-anchor="start" x="1656.88" y="-212.2" font-family="arial" font-size="14.00">6 AWG</text> +<polygon fill="none" stroke="black" points="1721.58,-205 1721.58,-229.5 1864.5,-229.5 1864.5,-205 1721.58,-205"/> +<text text-anchor="start" x="1739.04" y="-212.2" font-family="arial" font-size="14.00">24.0 Inches????</text> +<text text-anchor="start" x="1634.12" y="-189.7" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1591.38" y="-169.7" font-family="arial" font-size="14.00">Starter:2:GND</text> +<text text-anchor="start" x="1684.38" y="-169.7" font-family="arial" font-size="14.00">     BK    </text> +<text text-anchor="start" x="1741.25" y="-169.7" font-family="arial" font-size="14.00">Negative Bus Bar:2</text> +<polygon fill="#000000" stroke="none" points="1589.5,-163 1589.5,-165 1864.5,-165 1864.5,-163 1589.5,-163"/> +<polygon fill="#000000" stroke="none" points="1589.5,-161 1589.5,-163 1864.5,-163 1864.5,-161 1589.5,-161"/> +<polygon fill="#000000" stroke="none" points="1589.5,-159 1589.5,-161 1864.5,-161 1864.5,-159 1589.5,-159"/> +<text text-anchor="start" x="1634.12" y="-143.7" font-family="arial" font-size="14.00"> </text> +</g> +<!-- Starter--W5 --> +<g id="edge11" class="edge"> +<title>Starter:e--W5:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1398.75,-174C1482.19,-174.35 1502.81,-160.35 1588.5,-160"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1398.75,-176C1483.31,-176 1503.94,-162 1588.5,-162"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1398.75,-178C1484.44,-177.65 1505.06,-163.65 1588.5,-164"/> +</g> +<!-- Altinator --> +<g id="node4" class="node"> +<title>Altinator</title> +<polygon fill="#ffffff" stroke="black" points="1329.5,-651 1244.5,-651 1244.5,-530 1329.5,-530 1329.5,-651"/> +<polygon fill="none" stroke="black" points="1244.5,-626.5 1244.5,-651 1329.5,-651 1329.5,-626.5 1244.5,-626.5"/> +<text text-anchor="start" x="1261.5" y="-633.7" font-family="arial" font-size="14.00">Altinator</text> +<polygon fill="none" stroke="black" points="1244.5,-602 1244.5,-626.5 1290,-626.5 1290,-602 1244.5,-602"/> +<text text-anchor="start" x="1248.5" y="-609.2" font-family="arial" font-size="14.00">Temp</text> +<polygon fill="none" stroke="black" points="1290,-602 1290,-626.5 1329.5,-626.5 1329.5,-602 1290,-602"/> +<text text-anchor="start" x="1294" y="-609.2" font-family="arial" font-size="14.00">3-pin</text> +<polygon fill="none" stroke="black" points="1244.5,-578 1244.5,-602 1268,-602 1268,-578 1244.5,-578"/> +<text text-anchor="start" x="1252.12" y="-584.7" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1268,-578 1268,-602 1329.5,-602 1329.5,-578 1268,-578"/> +<text text-anchor="start" x="1283" y="-584.7" font-family="arial" font-size="14.00">Field</text> +<polygon fill="none" stroke="black" points="1244.5,-554 1244.5,-578 1268,-578 1268,-554 1244.5,-554"/> +<text text-anchor="start" x="1252.12" y="-560.7" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1268,-554 1268,-578 1329.5,-578 1329.5,-554 1268,-554"/> +<text text-anchor="start" x="1275.5" y="-560.7" font-family="arial" font-size="14.00">B-Lead</text> +<polygon fill="none" stroke="black" points="1244.5,-530 1244.5,-554 1268,-554 1268,-530 1244.5,-530"/> +<text text-anchor="start" x="1252.12" y="-536.7" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="1268,-530 1268,-554 1329.5,-554 1329.5,-530 1268,-530"/> +<text text-anchor="start" x="1283" y="-536.7" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- Alternator 3⌀ --> +<g id="node5" class="node"> +<title>Alternator 3⌀</title> +<polygon fill="#ffffff" stroke="black" points="2265,-826.75 2018,-826.75 2018,-704.25 2265,-704.25 2265,-826.75"/> +<polygon fill="none" stroke="black" points="2018,-802.25 2018,-826.75 2265,-826.75 2265,-802.25 2018,-802.25"/> +<text text-anchor="start" x="2096.5" y="-809.45" font-family="arial" font-size="14.00">Alternator 3⌀</text> +<polygon fill="none" stroke="black" points="2018,-777.75 2018,-802.25 2225.5,-802.25 2225.5,-777.75 2018,-777.75"/> +<text text-anchor="start" x="2022" y="-784.95" font-family="arial" font-size="14.00">VERIFY! Sumitomo 6111-2557</text> +<polygon fill="none" stroke="black" points="2225.5,-777.75 2225.5,-802.25 2265,-802.25 2265,-777.75 2225.5,-777.75"/> +<text text-anchor="start" x="2229.5" y="-784.95" font-family="arial" font-size="14.00">3-pin</text> +<polygon fill="none" stroke="black" points="2018,-753.25 2018,-777.75 2265,-777.75 2265,-753.25 2018,-753.25"/> +<text text-anchor="start" x="2137.38" y="-760.45" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="2018,-728.75 2018,-753.25 2265,-753.25 2265,-728.75 2018,-728.75"/> +<text text-anchor="start" x="2137.38" y="-735.95" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="2018,-704.25 2018,-728.75 2265,-728.75 2265,-704.25 2018,-704.25"/> +<text text-anchor="start" x="2137.38" y="-711.45" font-family="arial" font-size="14.00">3</text> +</g> +<!-- Rectifier --> +<g id="node6" class="node"> +<title>Rectifier</title> +<polygon fill="#ffffff" stroke="black" points="1436,-506 1138,-506 1138,-289 1436,-289 1436,-506"/> +<polygon fill="none" stroke="black" points="1138,-481.5 1138,-506 1436,-506 1436,-481.5 1138,-481.5"/> +<text text-anchor="start" x="1260.38" y="-488.7" font-family="arial" font-size="14.00">Rectifier</text> +<polygon fill="none" stroke="black" points="1138,-457 1138,-481.5 1396.5,-481.5 1396.5,-457 1138,-457"/> +<text text-anchor="start" x="1142" y="-464.2" font-family="arial" font-size="14.00">No part number... One 3 pin, Two 2 pins</text> +<polygon fill="none" stroke="black" points="1396.5,-457 1396.5,-481.5 1436,-481.5 1436,-457 1396.5,-457"/> +<text text-anchor="start" x="1400.5" y="-464.2" font-family="arial" font-size="14.00">7-pin</text> +<polygon fill="none" stroke="black" points="1138,-433 1138,-457 1302.5,-457 1302.5,-433 1138,-433"/> +<text text-anchor="start" x="1207.5" y="-439.7" font-family="arial" font-size="14.00">⌀1</text> +<polygon fill="none" stroke="black" points="1302.5,-433 1302.5,-457 1436,-457 1436,-433 1302.5,-433"/> +<text text-anchor="start" x="1365.12" y="-439.7" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1138,-409 1138,-433 1302.5,-433 1302.5,-409 1138,-409"/> +<text text-anchor="start" x="1207.5" y="-415.7" font-family="arial" font-size="14.00">⌀2</text> +<polygon fill="none" stroke="black" points="1302.5,-409 1302.5,-433 1436,-433 1436,-409 1302.5,-409"/> +<text text-anchor="start" x="1365.12" y="-415.7" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1138,-385 1138,-409 1302.5,-409 1302.5,-385 1138,-385"/> +<text text-anchor="start" x="1207.5" y="-391.7" font-family="arial" font-size="14.00">⌀3</text> +<polygon fill="none" stroke="black" points="1302.5,-385 1302.5,-409 1436,-409 1436,-385 1302.5,-385"/> +<text text-anchor="start" x="1365.12" y="-391.7" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="1138,-361 1138,-385 1302.5,-385 1302.5,-361 1138,-361"/> +<text text-anchor="start" x="1211.25" y="-367.7" font-family="arial" font-size="14.00">V1</text> +<polygon fill="none" stroke="black" points="1302.5,-361 1302.5,-385 1436,-385 1436,-361 1302.5,-361"/> +<text text-anchor="start" x="1365.12" y="-367.7" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="1138,-337 1138,-361 1302.5,-361 1302.5,-337 1138,-337"/> +<text text-anchor="start" x="1211.25" y="-343.7" font-family="arial" font-size="14.00">V2</text> +<polygon fill="none" stroke="black" points="1302.5,-337 1302.5,-361 1436,-361 1436,-337 1302.5,-337"/> +<text text-anchor="start" x="1365.12" y="-343.7" font-family="arial" font-size="14.00">5</text> +<polygon fill="none" stroke="black" points="1138,-313 1138,-337 1302.5,-337 1302.5,-313 1138,-313"/> +<text text-anchor="start" x="1200.38" y="-319.7" font-family="arial" font-size="14.00">GND1</text> +<polygon fill="none" stroke="black" points="1302.5,-313 1302.5,-337 1436,-337 1436,-313 1302.5,-313"/> +<text text-anchor="start" x="1365.12" y="-319.7" font-family="arial" font-size="14.00">6</text> +<polygon fill="none" stroke="black" points="1138,-289 1138,-313 1302.5,-313 1302.5,-289 1138,-289"/> +<text text-anchor="start" x="1200.38" y="-295.7" font-family="arial" font-size="14.00">GND2</text> +<polygon fill="none" stroke="black" points="1302.5,-289 1302.5,-313 1436,-313 1436,-289 1302.5,-289"/> +<text text-anchor="start" x="1365.12" y="-295.7" font-family="arial" font-size="14.00">7</text> +</g> +<!-- W6 --> +<g id="node16" class="node"> +<title>W6</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1857,-859 1597,-859 1597,-692 1857,-692 1857,-859"/> +<polygon fill="none" stroke="black" points="1597,-834.5 1597,-859 1857,-859 1857,-834.5 1597,-834.5"/> +<text text-anchor="start" x="1715.75" y="-841.7" font-family="arial" font-size="14.00">W6</text> +<polygon fill="none" stroke="black" points="1597,-810 1597,-834.5 1652.92,-834.5 1652.92,-810 1597,-810"/> +<text text-anchor="start" x="1617.46" y="-817.2" font-family="arial" font-size="14.00">3x</text> +<polygon fill="none" stroke="black" points="1652.92,-810 1652.92,-834.5 1741.08,-834.5 1741.08,-810 1652.92,-810"/> +<text text-anchor="start" x="1673.38" y="-817.2" font-family="arial" font-size="14.00">6 AWG</text> +<polygon fill="none" stroke="black" points="1741.08,-810 1741.08,-834.5 1857,-834.5 1857,-810 1741.08,-810"/> +<text text-anchor="start" x="1761.54" y="-817.2" font-family="arial" font-size="14.00">12.0 Inches</text> +<text text-anchor="start" x="1644.12" y="-794.7" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1598.75" y="-774.7" font-family="arial" font-size="14.00">Rectifier:1:⌀1</text> +<text text-anchor="start" x="1696.75" y="-774.7" font-family="arial" font-size="14.00">     YE    </text> +<text text-anchor="start" x="1753" y="-774.7" font-family="arial" font-size="14.00">Alternator 3⌀:1</text> +<polygon fill="#000000" stroke="none" points="1597,-768 1597,-770 1857,-770 1857,-768 1597,-768"/> +<polygon fill="#ffff00" stroke="none" points="1597,-766 1597,-768 1857,-768 1857,-766 1597,-766"/> +<polygon fill="#000000" stroke="none" points="1597,-764 1597,-766 1857,-766 1857,-764 1597,-764"/> +<text text-anchor="start" x="1598.75" y="-748.7" font-family="arial" font-size="14.00">Rectifier:2:⌀2</text> +<text text-anchor="start" x="1696.75" y="-748.7" font-family="arial" font-size="14.00">     YE    </text> +<text text-anchor="start" x="1753" y="-748.7" font-family="arial" font-size="14.00">Alternator 3⌀:2</text> +<polygon fill="#000000" stroke="none" points="1597,-742 1597,-744 1857,-744 1857,-742 1597,-742"/> +<polygon fill="#ffff00" stroke="none" points="1597,-740 1597,-742 1857,-742 1857,-740 1597,-740"/> +<polygon fill="#000000" stroke="none" points="1597,-738 1597,-740 1857,-740 1857,-738 1597,-738"/> +<text text-anchor="start" x="1598.75" y="-722.7" font-family="arial" font-size="14.00">Rectifier:3:⌀3</text> +<text text-anchor="start" x="1696.75" y="-722.7" font-family="arial" font-size="14.00">     YE    </text> +<text text-anchor="start" x="1753" y="-722.7" font-family="arial" font-size="14.00">Alternator 3⌀:3</text> +<polygon fill="#000000" stroke="none" points="1597,-716 1597,-718 1857,-718 1857,-716 1597,-716"/> +<polygon fill="#ffff00" stroke="none" points="1597,-714 1597,-716 1857,-716 1857,-714 1597,-714"/> +<polygon fill="#000000" stroke="none" points="1597,-712 1597,-714 1857,-714 1857,-712 1597,-712"/> +<text text-anchor="start" x="1644.12" y="-696.7" font-family="arial" font-size="14.00"> </text> +</g> +<!-- Rectifier--W6 --> +<g id="edge13" class="edge"> +<title>Rectifier:e--W6:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1436,-443C1597.6,-445.89 1437.99,-767.89 1596,-765"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1436,-445C1595.8,-445 1436.2,-767 1596,-767"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1436,-447C1594.01,-444.11 1434.4,-766.11 1596,-769"/> +</g> +<!-- Rectifier--W6 --> +<g id="edge15" class="edge"> +<title>Rectifier:e--W6:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1436,-419C1596.8,-421.89 1438.78,-741.89 1596,-739"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1436,-421C1595.01,-421 1436.99,-741 1596,-741"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1436,-423C1593.22,-420.11 1435.2,-740.11 1596,-743"/> +</g> +<!-- Rectifier--W6 --> +<g id="edge17" class="edge"> +<title>Rectifier:e--W6:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1436,-395C1596.01,-397.88 1439.58,-715.88 1596,-713"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1436,-397C1594.21,-397 1437.79,-715 1596,-715"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1436,-399C1592.42,-396.12 1435.99,-714.12 1596,-717"/> +</g> +<!-- W10 --> +<g id="node19" class="node"> +<title>W10</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1874,-419 1580,-419 1580,-278 1874,-278 1874,-419"/> +<polygon fill="none" stroke="black" points="1580,-394.5 1580,-419 1874,-419 1874,-394.5 1580,-394.5"/> +<text text-anchor="start" x="1711.62" y="-401.7" font-family="arial" font-size="14.00">W10</text> +<polygon fill="none" stroke="black" points="1580,-370 1580,-394.5 1647.25,-394.5 1647.25,-370 1580,-370"/> +<text text-anchor="start" x="1606.12" y="-377.2" font-family="arial" font-size="14.00">2x</text> +<polygon fill="none" stroke="black" points="1647.25,-370 1647.25,-394.5 1755,-394.5 1755,-370 1647.25,-370"/> +<text text-anchor="start" x="1673.38" y="-377.2" font-family="arial" font-size="14.00">10 AWG</text> +<polygon fill="none" stroke="black" points="1755,-370 1755,-394.5 1874,-394.5 1874,-370 1755,-370"/> +<text text-anchor="start" x="1781.12" y="-377.2" font-family="arial" font-size="14.00">6.0 Inches</text> +<text text-anchor="start" x="1634.12" y="-354.7" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1581.62" y="-334.7" font-family="arial" font-size="14.00">Rectifier:6:GND1</text> +<text text-anchor="start" x="1693.88" y="-334.7" font-family="arial" font-size="14.00">     BK    </text> +<text text-anchor="start" x="1750.75" y="-334.7" font-family="arial" font-size="14.00">Negative Bus Bar:3</text> +<polygon fill="#000000" stroke="none" points="1580,-328 1580,-330 1874,-330 1874,-328 1580,-328"/> +<polygon fill="#000000" stroke="none" points="1580,-326 1580,-328 1874,-328 1874,-326 1580,-326"/> +<polygon fill="#000000" stroke="none" points="1580,-324 1580,-326 1874,-326 1874,-324 1580,-324"/> +<text text-anchor="start" x="1581.62" y="-308.7" font-family="arial" font-size="14.00">Rectifier:7:GND2</text> +<text text-anchor="start" x="1693.88" y="-308.7" font-family="arial" font-size="14.00">     BK    </text> +<text text-anchor="start" x="1750.75" y="-308.7" font-family="arial" font-size="14.00">Negative Bus Bar:3</text> +<polygon fill="#000000" stroke="none" points="1580,-302 1580,-304 1874,-304 1874,-302 1580,-302"/> +<polygon fill="#000000" stroke="none" points="1580,-300 1580,-302 1874,-302 1874,-300 1580,-300"/> +<polygon fill="#000000" stroke="none" points="1580,-298 1580,-300 1874,-300 1874,-298 1580,-298"/> +<text text-anchor="start" x="1634.12" y="-282.7" font-family="arial" font-size="14.00"> </text> +</g> +<!-- Rectifier--W10 --> +<g id="edge23" class="edge"> +<title>Rectifier:e--W10:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1436,-323C1500.25,-323.02 1516.24,-325.02 1580,-325"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1436,-325C1500.01,-325 1515.99,-327 1580,-327"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1436,-327C1499.76,-326.98 1515.75,-328.98 1580,-329"/> +</g> +<!-- Rectifier--W10 --> +<g id="edge25" class="edge"> +<title>Rectifier:e--W10:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1436,-299C1500,-299 1516,-299 1580,-299"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1436,-301C1500,-301 1516,-301 1580,-301"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1436,-303C1500,-303 1516,-303 1580,-303"/> +</g> +<!-- W11 --> +<g id="node20" class="node"> +<title>W11</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1861.5,-584 1592.5,-584 1592.5,-443 1861.5,-443 1861.5,-584"/> +<polygon fill="none" stroke="black" points="1592.5,-559.5 1592.5,-584 1861.5,-584 1861.5,-559.5 1592.5,-559.5"/> +<text text-anchor="start" x="1711.62" y="-566.7" font-family="arial" font-size="14.00">W11</text> +<polygon fill="none" stroke="black" points="1592.5,-535 1592.5,-559.5 1651.42,-559.5 1651.42,-535 1592.5,-535"/> +<text text-anchor="start" x="1614.46" y="-542.2" font-family="arial" font-size="14.00">2x</text> +<polygon fill="none" stroke="black" points="1651.42,-535 1651.42,-559.5 1750.83,-559.5 1750.83,-535 1651.42,-535"/> +<text text-anchor="start" x="1673.38" y="-542.2" font-family="arial" font-size="14.00">10 AWG</text> +<polygon fill="none" stroke="black" points="1750.83,-535 1750.83,-559.5 1861.5,-559.5 1861.5,-535 1750.83,-535"/> +<text text-anchor="start" x="1772.79" y="-542.2" font-family="arial" font-size="14.00">6.0 Inches</text> +<text text-anchor="start" x="1636.12" y="-519.7" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1594.5" y="-499.7" font-family="arial" font-size="14.00">Rectifier:4:V1</text> +<text text-anchor="start" x="1685.12" y="-499.7" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="1743.38" y="-499.7" font-family="arial" font-size="14.00">Positive Bus Bar:2</text> +<polygon fill="#000000" stroke="none" points="1592.5,-493 1592.5,-495 1861.5,-495 1861.5,-493 1592.5,-493"/> +<polygon fill="#ff0000" stroke="none" points="1592.5,-491 1592.5,-493 1861.5,-493 1861.5,-491 1592.5,-491"/> +<polygon fill="#000000" stroke="none" points="1592.5,-489 1592.5,-491 1861.5,-491 1861.5,-489 1592.5,-489"/> +<text text-anchor="start" x="1594.5" y="-473.7" font-family="arial" font-size="14.00">Rectifier:5:V2</text> +<text text-anchor="start" x="1685.12" y="-473.7" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="1743.38" y="-473.7" font-family="arial" font-size="14.00">Positive Bus Bar:2</text> +<polygon fill="#000000" stroke="none" points="1592.5,-467 1592.5,-469 1861.5,-469 1861.5,-467 1592.5,-467"/> +<polygon fill="#ff0000" stroke="none" points="1592.5,-465 1592.5,-467 1861.5,-467 1861.5,-465 1592.5,-465"/> +<polygon fill="#000000" stroke="none" points="1592.5,-463 1592.5,-465 1861.5,-465 1861.5,-463 1592.5,-463"/> +<text text-anchor="start" x="1636.12" y="-447.7" font-family="arial" font-size="14.00"> </text> +</g> +<!-- Rectifier--W11 --> +<g id="edge27" class="edge"> +<title>Rectifier:e--W11:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1436,-371C1525,-373.31 1506.45,-492.31 1591.5,-490"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M1436,-373C1523.03,-373 1504.47,-492 1591.5,-492"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1436,-375C1521.05,-372.69 1502.5,-491.69 1591.5,-494"/> +</g> +<!-- Rectifier--W11 --> +<g id="edge29" class="edge"> +<title>Rectifier:e--W11:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1436,-347C1524.47,-349.3 1506.99,-466.3 1591.5,-464"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M1436,-349C1522.49,-349 1505.01,-466 1591.5,-466"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1436,-351C1520.51,-348.7 1503.03,-465.7 1591.5,-468"/> +</g> +<!-- VP-X power lug --> +<g id="node7" class="node"> +<title>VP-X power lug</title> +<polygon fill="#ffffff" stroke="black" points="1369.25,-803.25 1204.75,-803.25 1204.75,-729.75 1369.25,-729.75 1369.25,-803.25"/> +<polygon fill="none" stroke="black" points="1204.75,-778.75 1204.75,-803.25 1369.25,-803.25 1369.25,-778.75 1204.75,-778.75"/> +<text text-anchor="start" x="1237.5" y="-785.95" font-family="arial" font-size="14.00">VP-X power lug</text> +<polygon fill="none" stroke="black" points="1204.75,-754.25 1204.75,-778.75 1329.75,-778.75 1329.75,-754.25 1204.75,-754.25"/> +<text text-anchor="start" x="1208.75" y="-761.45" font-family="arial" font-size="14.00">1/4" Ring Terminal</text> +<polygon fill="none" stroke="black" points="1329.75,-754.25 1329.75,-778.75 1369.25,-778.75 1369.25,-754.25 1329.75,-754.25"/> +<text text-anchor="start" x="1333.75" y="-761.45" font-family="arial" font-size="14.00">1-pin</text> +<polygon fill="none" stroke="black" points="1204.75,-729.75 1204.75,-754.25 1261.88,-754.25 1261.88,-729.75 1204.75,-729.75"/> +<text text-anchor="start" x="1229.19" y="-736.95" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1261.88,-729.75 1261.88,-754.25 1369.25,-754.25 1369.25,-729.75 1261.88,-729.75"/> +<text text-anchor="start" x="1286.31" y="-736.95" font-family="arial" font-size="14.00">Power IN</text> +</g> +<!-- Positive Bus Bar --> +<g id="node8" class="node"> +<title>Positive Bus Bar</title> +<polygon fill="#ffffff" stroke="black" points="2236.5,-578 2046.5,-578 2046.5,-431 2236.5,-431 2236.5,-578"/> +<polygon fill="none" stroke="black" points="2046.5,-553.5 2046.5,-578 2236.5,-578 2236.5,-553.5 2046.5,-553.5"/> +<text text-anchor="start" x="2089.38" y="-560.7" font-family="arial" font-size="14.00">Positive Bus Bar</text> +<polygon fill="none" stroke="black" points="2046.5,-529 2046.5,-553.5 2197,-553.5 2197,-529 2046.5,-529"/> +<text text-anchor="start" x="2050.5" y="-536.2" font-family="arial" font-size="14.00">Pike Industries Busbar</text> +<polygon fill="none" stroke="black" points="2197,-529 2197,-553.5 2236.5,-553.5 2236.5,-529 2197,-529"/> +<text text-anchor="start" x="2201" y="-536.2" font-family="arial" font-size="14.00">4-pin</text> +<polygon fill="none" stroke="black" points="2046.5,-504.5 2046.5,-529 2236.5,-529 2236.5,-504.5 2046.5,-504.5"/> +<text text-anchor="start" x="2137.38" y="-511.7" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="2046.5,-480 2046.5,-504.5 2236.5,-504.5 2236.5,-480 2046.5,-480"/> +<text text-anchor="start" x="2137.38" y="-487.2" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="2046.5,-455.5 2046.5,-480 2236.5,-480 2236.5,-455.5 2046.5,-455.5"/> +<text text-anchor="start" x="2137.38" y="-462.7" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="2046.5,-431 2046.5,-455.5 2236.5,-455.5 2236.5,-431 2046.5,-431"/> +<text text-anchor="start" x="2137.38" y="-438.2" font-family="arial" font-size="14.00">4</text> +</g> +<!-- Negative Bus Bar --> +<g id="node9" class="node"> +<title>Negative Bus Bar</title> +<polygon fill="#ffffff" stroke="black" points="2236.5,-327 2046.5,-327 2046.5,-180 2236.5,-180 2236.5,-327"/> +<polygon fill="none" stroke="black" points="2046.5,-302.5 2046.5,-327 2236.5,-327 2236.5,-302.5 2046.5,-302.5"/> +<text text-anchor="start" x="2086.75" y="-309.7" font-family="arial" font-size="14.00">Negative Bus Bar</text> +<polygon fill="none" stroke="black" points="2046.5,-278 2046.5,-302.5 2197,-302.5 2197,-278 2046.5,-278"/> +<text text-anchor="start" x="2050.5" y="-285.2" font-family="arial" font-size="14.00">Pike Industries Busbar</text> +<polygon fill="none" stroke="black" points="2197,-278 2197,-302.5 2236.5,-302.5 2236.5,-278 2197,-278"/> +<text text-anchor="start" x="2201" y="-285.2" font-family="arial" font-size="14.00">4-pin</text> +<polygon fill="none" stroke="black" points="2046.5,-253.5 2046.5,-278 2236.5,-278 2236.5,-253.5 2046.5,-253.5"/> +<text text-anchor="start" x="2137.38" y="-260.7" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="2046.5,-229 2046.5,-253.5 2236.5,-253.5 2236.5,-229 2046.5,-229"/> +<text text-anchor="start" x="2137.38" y="-236.2" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="2046.5,-204.5 2046.5,-229 2236.5,-229 2236.5,-204.5 2046.5,-204.5"/> +<text text-anchor="start" x="2137.38" y="-211.7" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="2046.5,-180 2046.5,-204.5 2236.5,-204.5 2236.5,-180 2046.5,-180"/> +<text text-anchor="start" x="2137.38" y="-187.2" font-family="arial" font-size="14.00">4</text> +</g> +<!-- W1--VP-X power lug --> +<g id="edge2" class="edge"> +<title>W1:e--VP-X power lug:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M994,-740C1087.22,-740 1110.53,-740 1203.75,-740"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M994,-742C1087.22,-742 1110.53,-742 1203.75,-742"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M994,-744C1087.22,-744 1110.53,-744 1203.75,-744"/> +</g> +<!-- W2--Altinator --> +<g id="edge4" class="edge"> +<title>W2:e--Altinator:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M964.5,-462C1098.51,-463.71 1113.45,-565.71 1243.5,-564"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M964.5,-464C1096.53,-464 1111.47,-566 1243.5,-566"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M964.5,-466C1094.55,-464.29 1109.49,-566.29 1243.5,-568"/> +</g> +<!-- W3--Batt --> +<g id="edge6" class="edge"> +<title>W3:e--Batt:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M926.5,-184C1056.33,-185.83 1066.19,-71.08 1200,-69.25"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M926.5,-186C1058.32,-186 1068.18,-71.25 1200,-71.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M926.5,-188C1060.31,-186.17 1070.17,-71.42 1200,-73.25"/> +</g> +<!-- W8--Batt --> +<g id="edge8" class="edge"> +<title>W8:e--Batt:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M929,-45C1049.46,-45 1079.57,-45.25 1200,-45.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M929,-47C1049.44,-47 1079.56,-47.25 1200,-47.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M929,-49C1049.43,-49 1079.54,-49.25 1200,-49.25"/> +</g> +<!-- W4--Starter --> +<g id="edge10" class="edge"> +<title>W4:e--Starter:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M947.5,-323C1060.97,-325.05 1057.78,-200.05 1175.25,-198"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M947.5,-325C1062.97,-325 1059.78,-200 1175.25,-200"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M947.5,-327C1064.97,-324.95 1061.78,-199.95 1175.25,-202"/> +</g> +<!-- W5--Negative Bus Bar --> +<g id="edge12" class="edge"> +<title>W5:e--Negative Bus Bar:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1865.5,-160C1954.91,-161.87 1960.09,-241.12 2045.5,-239.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1865.5,-162C1952.91,-162 1958.09,-241.25 2045.5,-241.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1865.5,-164C1950.91,-162.13 1956.09,-241.38 2045.5,-243.25"/> +</g> +<!-- W6--Alternator 3⌀ --> +<g id="edge14" class="edge"> +<title>W6:e--Alternator 3⌀:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1858,-765C1928.95,-765.01 1946.72,-763.51 2018,-763.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1858,-767C1929.11,-767 1946.89,-765.5 2018,-765.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1858,-769C1929.28,-768.99 1947.05,-767.49 2018,-767.5"/> +</g> +<!-- W6--Alternator 3⌀ --> +<g id="edge16" class="edge"> +<title>W6:e--Alternator 3⌀:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1858,-739C1929.11,-739 1946.89,-739 2018,-739"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1858,-741C1929.11,-741 1946.89,-741 2018,-741"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1858,-743C1929.11,-743 1946.89,-743 2018,-743"/> +</g> +<!-- W6--Alternator 3⌀ --> +<g id="edge18" class="edge"> +<title>W6:e--Alternator 3⌀:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1858,-713C1929.28,-713.01 1947.05,-714.51 2018,-714.5"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M1858,-715C1929.11,-715 1946.89,-716.5 2018,-716.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1858,-717C1928.95,-716.99 1946.72,-718.49 2018,-718.5"/> +</g> +<!-- W7--Positive Bus Bar --> +<g id="edge20" class="edge"> +<title>W7:e--Positive Bus Bar:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M966.5,-601C1049.27,-602.54 1060.28,-649.4 1138.34,-661.53 1267.89,-683.96 1303.28,-671.65 1435.85,-661.51 1632.55,-646.58 1685.68,-651.49 1873.42,-594.59 1952.48,-571.93 1959.46,-516.5 2045.5,-514.75"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M966.5,-603C1047.33,-603 1058.33,-649.86 1138,-663.5 1268.54,-685.85 1303.94,-673.54 1436,-663.5 1632.36,-648.57 1685.49,-653.48 1874,-596.5 1954.46,-572.18 1961.44,-516.75 2045.5,-516.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M966.5,-605C1045.38,-603.46 1056.39,-650.32 1137.66,-665.47 1269.2,-687.74 1304.59,-675.43 1436.15,-665.49 1632.18,-650.56 1685.31,-655.47 1874.58,-598.41 1956.45,-572.43 1963.42,-517 2045.5,-518.75"/> +</g> +<!-- W9--Negative Bus Bar --> +<g id="edge22" class="edge"> +<title>W9:e--Negative Bus Bar:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1857,-21C1995.49,-23.66 1910.79,-266.41 2045.5,-263.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1857,-23C1993.6,-23 1908.9,-265.75 2045.5,-265.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1857,-25C1991.71,-22.34 1907.01,-265.09 2045.5,-267.75"/> +</g> +<!-- W10--Negative Bus Bar --> +<g id="edge24" class="edge"> +<title>W10:e--Negative Bus Bar:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1874,-325C1962.62,-327.18 1952.89,-216.93 2045.5,-214.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1874,-327C1964.61,-327 1954.89,-216.75 2045.5,-216.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1874,-329C1966.61,-326.82 1956.88,-216.57 2045.5,-218.75"/> +</g> +<!-- W10--Negative Bus Bar --> +<g id="edge26" class="edge"> +<title>W10:e--Negative Bus Bar:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1874,-299C1956.92,-300.96 1958.58,-216.71 2045.5,-214.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1874,-301C1958.92,-301 1960.58,-216.75 2045.5,-216.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1874,-303C1960.92,-301.04 1962.58,-216.79 2045.5,-218.75"/> +</g> +<!-- W11--Positive Bus Bar --> +<g id="edge28" class="edge"> +<title>W11:e--Positive Bus Bar:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1862.5,-490C1943.86,-490 1964.19,-490.25 2045.5,-490.25"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M1862.5,-492C1943.83,-492 1964.17,-492.25 2045.5,-492.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1862.5,-494C1943.81,-494 1964.14,-494.25 2045.5,-494.25"/> +</g> +<!-- W11--Positive Bus Bar --> +<g id="edge30" class="edge"> +<title>W11:e--Positive Bus Bar:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1862.5,-464C1946.3,-464.84 1964.96,-491.09 2045.5,-490.25"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M1862.5,-466C1944.67,-466 1963.33,-492.25 2045.5,-492.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1862.5,-468C1943.04,-467.16 1961.7,-493.41 2045.5,-494.25"/> +</g> +</g> +</svg> diff --git a/wireviz/Choppy_IB_PPS_main.yml b/wireviz/Choppy_IB_PPS_main.yml new file mode 100644 index 0000000..e16157d --- /dev/null +++ b/wireviz/Choppy_IB_PPS_main.yml @@ -0,0 +1,155 @@ +templates: # defining templates to be used later on + - &PPS_main + pinlabels: [MAIN_BUS_OUT (1/4"), ATL_B-LEAD_IN (1/4"), STARTER_OUT (5/16"), GND_STUD (M10), MAIN_BATT (5/16")] + type: Ring Terminals (Inner) + image: + src: images\PPS_Lugs.png + caption: Top view of PPS Lugs + - &Servo + pinlabels: [V+,V+,GND,GND] + #pins: [A, B, C, D, E, F, G, H, I, J, K, L, M] + - &wire + category: bundle + gauge: 12 AWG + + + + +connectors: + PPS main: + <<: *PPS_main # copying items from the template + notes: VPX J12 + Batt: + type: 1/4" Ring Terminals + pinlabels: [V+,GND] + notes: 5732 Terminal Cover + Starter: + type: 1/4" + 7/16" Ring Terminals + pinlabels: [V+,GND] + Altinator : + type: Temp + pinlabels: [Field, B-Lead, GND] + pins: [1,2,3] + Alternator 3⌀: + type: VERIFY! Sumitomo 6111-2557 + pins: [1,2,3] + Rectifier: + type: No part number... One 3 pin, Two 2 pins + pinlabels: [⌀1,⌀2,⌀3,V1,V2,GND1,GND2] + pins: [1,2,3,4,5,6,7] + VP-X power lug: + pinlabels: [Power IN] + type: 1/4" Ring Terminal + Positive Bus Bar: + pins: [1,2,3,4] + type: Pike Industries Busbar + Negative Bus Bar: + pins: [1,2,3,4] + type: Pike Industries Busbar + + + + + +cables: + W1: + category: bundle + gauge: 6 AWG + length: 26.5 " + colors: [RD] + W2: + category: bundle + gauge: 6 AWG + length: 85 " + colors: [RD] + W3: + category: bundle + gauge: 6 AWG + length: 33 Inches + colors: [RD] + W8: + category: bundle + gauge: 6 AWG + length: 31 Inches + colors: [BK] + W4: + category: bundle + gauge: 2 AWG + length: 80 " + colors: [RD] + W5: + category: bundle + gauge: 6 AWG + length: 24 Inches???? + colors: [BK] + W6: + category: bundle + gauge: 6 AWG + length: 12 Inches + colors: [YE,YE,YE] + W7: + category: bundle + gauge: 10 AWG + length: 73 Inches + colors: [RD] + W9: + category: bundle + gauge: 6 AWG + length: 57 Inches + colors: [BK] + W10: + category: bundle + gauge: 10 AWG + length: 6 Inches + colors: [BK,BK] + W11: + category: bundle + gauge: 10 AWG + length: 6 Inches + colors: [RD,RD] + +connections: + - + - PPS main: [1] + - W1: [1] + - VP-X power lug: [1] + - + - PPS main: [2] + - W2: [1] + - Altinator: [2] + - + - PPS main: [5] + - W3: [1] + - Batt: [1] + - + - PPS main: [4] + - W8: [1] + - Batt: [2] + - + - PPS main: [3] + - W4: [1] + - Starter: [1] + - + - Starter: [2] + - W5: [1] + - Negative Bus Bar: [2] + - + - Rectifier: [1-3] + - W6: [1-3] + - Alternator 3⌀: [1-3] + - + - Rectifier: [4-5] + - W11: [1,2] + - Positive Bus Bar: [2,2] + - + - Rectifier: [6-7] + - W10: [1,2] + - Negative Bus Bar: [3,3] + - + - PPS main: [1] + - W7: [1] + - Positive Bus Bar: [1] + - + - Batt: [2] + - W9: [1] + - Negative Bus Bar: [1]
\ No newline at end of file diff --git a/wireviz/Choppy_IB_VPX_J10.bom.tsv b/wireviz/Choppy_IB_VPX_J10.bom.tsv new file mode 100644 index 0000000..27ee3cd --- /dev/null +++ b/wireviz/Choppy_IB_VPX_J10.bom.tsv @@ -0,0 +1,18 @@ +Id Description Qty Unit Designators +1 Connector, 1 pins 1 PPS J1 +2 Connector, Amphenol C091-11H004-000-2, 4 pins 2 Servo, Swash1 +3 Connector, Battery GND 4 +4 Connector, Connector Molex 194180013, 10 pins 1 VPX J10 +5 Connector, DTM04-4P, 4 pins 1 Radar +6 Connector, Mag, 4 pins 1 Mag +7 Connector, Pike Industries Busbar, 4 pins 1 Negative Bus Bar +8 Connector, Temp, 2 pins 1 Starter Switch +9 Connector, temp, 4 pins 1 Radio +10 Wire, 14 AWG, BK 99.0 " W12, W13, W8 +11 Wire, 14 AWG, BK 72.0 Inches W11, W9 +12 Wire, 14 AWG, BK 1.0 TBD W10 +13 Wire, 14 AWG, RD 214.5 " W4, W6, W7 +14 Wire, 14 AWG, RD 1.0 TBD W3 +15 Wire, 18 AWG, RD 21.0 " W1 +16 Wire, 2 AWG, WH 1.0 TBD W5 +17 Wire, 22 AWG, WH 1.0 TBD W2 diff --git a/wireviz/Choppy_IB_VPX_J10.gv b/wireviz/Choppy_IB_VPX_J10.gv new file mode 100644 index 0000000..0b6e22d --- /dev/null +++ b/wireviz/Choppy_IB_VPX_J10.gv @@ -0,0 +1,940 @@ +graph { +// Graph generated by WireViz 0.3.2 +// https://github.com/formatc1702/WireViz + graph [bgcolor="#FFFFFF" fontname=arial nodesep=0.33 rankdir=LR ranksep=2] + node [fillcolor="#FFFFFF" fontname=arial height=0 margin=0 shape=none style=filled width=0] + edge [fontname=arial style=bold] + "VPX J10" [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">VPX J10</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Connector Molex 194180013</td> + <td balign="left">10-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td>Starter</td> + <td port="p1r">1</td> + </tr> + <tr> + <td>5A</td> + <td port="p2r">2</td> + </tr> + <tr> + <td>10A</td> + <td port="p3r">3</td> + </tr> + <tr> + <td>5A</td> + <td port="p4r">4</td> + </tr> + <tr> + <td>10A</td> + <td port="p5r">5</td> + </tr> + <tr> + <td>15A</td> + <td port="p6r">6</td> + </tr> + <tr> + <td>5A</td> + <td port="p7r">7</td> + </tr> + <tr> + <td>5A</td> + <td port="p8r">8</td> + </tr> + <tr> + <td>GND</td> + <td port="p9r">9</td> + </tr> + <tr> + <td>5A</td> + <td port="p10r">10</td> + </tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left"><img scale="false" src="images\J10.png"/></td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">VPX J10</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + "PPS J1" [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">PPS J1</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">3</td> + <td>Main Bat Starter</td> + </tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + Mag [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Mag</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Mag</td> + <td balign="left">4-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">2</td> + <td>TX</td> + <td port="p1r">2</td> + </tr> + <tr> + <td port="p2l">3</td> + <td>RX</td> + <td port="p2r">3</td> + </tr> + <tr> + <td port="p3l">5</td> + <td>GND</td> + <td port="p3r">5</td> + </tr> + <tr> + <td port="p4l">9</td> + <td>V+</td> + <td port="p4r">9</td> + </tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + Radar [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Radar</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">DTM04-4P</td> + <td balign="left">4-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">1</td> + <td>GND</td> + <td port="p1r">1</td> + </tr> + <tr> + <td port="p2l">2</td> + <td>CAN_L</td> + <td port="p2r">2</td> + </tr> + <tr> + <td port="p3l">3</td> + <td>CAN_H</td> + <td port="p3r">3</td> + </tr> + <tr> + <td port="p4l">4</td> + <td>V+</td> + <td port="p4r">4</td> + </tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left"><img scale="false" src="images\DTM04-4P.png"/></td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Mates with DTM06-4S</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + Radio [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Radio</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">temp</td> + <td balign="left">4-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">1</td> + <td>Tx</td> + <td port="p1r">1</td> + </tr> + <tr> + <td port="p2l">2</td> + <td>Rx</td> + <td port="p2r">2</td> + </tr> + <tr> + <td port="p3l">3</td> + <td>GND</td> + <td port="p3r">3</td> + </tr> + <tr> + <td port="p4l">4</td> + <td>V+</td> + <td port="p4r">4</td> + </tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + Swash1 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Swash1</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Amphenol C091-11H004-000-2</td> + <td balign="left">4-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">1</td> + <td>V+</td> + <td port="p1r">1</td> + </tr> + <tr> + <td port="p2l">2</td> + <td>V+</td> + <td port="p2r">2</td> + </tr> + <tr> + <td port="p3l">3</td> + <td>GND</td> + <td port="p3r">3</td> + </tr> + <tr> + <td port="p4l">4</td> + <td>GND</td> + <td port="p4r">4</td> + </tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left"><img scale="false" src="images\A2Power.png"/></td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + "Starter Switch" [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Starter Switch</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Temp</td> + <td balign="left">2-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">1</td> + <td port="p1r">1</td> + </tr> + <tr> + <td port="p2l">2</td> + <td port="p2r">2</td> + </tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + Servo [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Servo</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Amphenol C091-11H004-000-2</td> + <td balign="left">4-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">1</td> + <td>V+</td> + <td port="p1r">1</td> + </tr> + <tr> + <td port="p2l">2</td> + <td>V+</td> + <td port="p2r">2</td> + </tr> + <tr> + <td port="p3l">3</td> + <td>GND</td> + <td port="p3r">3</td> + </tr> + <tr> + <td port="p4l">4</td> + <td>GND</td> + <td port="p4r">4</td> + </tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left"><img scale="false" src="images\A2Power.png"/></td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + "Negative Bus Bar" [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Negative Bus Bar</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Pike Industries Busbar</td> + <td balign="left">4-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">1</td> + </tr> + <tr> + <td port="p2l">2</td> + </tr> + <tr> + <td port="p3l">3</td> + </tr> + <tr> + <td port="p4l">4</td> + </tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _GND_1 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Battery GND</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _GND_2 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Battery GND</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _GND_3 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Battery GND</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _GND_4 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Battery GND</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + edge [color="#000000:#ff0000:#000000"] + "VPX J10":p10r:e -- W1:w1:w + W1:w1:e -- Mag:p4l:w + W1 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W1</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">18 AWG</td> + <td balign="left">21.0 "</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>VPX J10:10:5A</td> + <td> + RD + </td> + <td>Mag:9:V+</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#ffffff:#000000"] + "VPX J10":p1r:e -- W2:w1:w + W2:w1:e -- "Starter Switch":p1l:w + W2 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W2</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">22 AWG</td> + <td balign="left">1.0 TBD</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>VPX J10:1:Starter</td> + <td> + WH + </td> + <td>Starter Switch:1</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#ff0000:#000000"] + "VPX J10":p4r:e -- W3:w1:w + W3:w1:e -- Radio:p4l:w + W3 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W3</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">14 AWG</td> + <td balign="left">1.0 TBD</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>VPX J10:4:5A</td> + <td> + RD + </td> + <td>Radio:4:V+</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#ff0000:#000000"] + "VPX J10":p6r:e -- W4:w1:w + W4:w1:e -- Swash1:p1l:w + W4 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W4</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">14 AWG</td> + <td balign="left">90.0 "</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>VPX J10:6:15A</td> + <td> + RD + </td> + <td>Swash1:1:V+</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#ffffff:#000000"] + "Starter Switch":p2r:e -- W5:w1:w + W5:w1:e -- "PPS J1":p1l:w + W5 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W5</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">2 AWG</td> + <td balign="left">1.0 TBD</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>Starter Switch:2</td> + <td> + WH + </td> + <td>PPS J1:3:Main Bat Starter</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffffff" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#ff0000:#000000"] + "VPX J10":p3r:e -- W6:w1:w + W6:w1:e -- Servo:p1l:w + W6 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W6</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">14 AWG</td> + <td balign="left">90.0 "</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>VPX J10:3:10A</td> + <td> + RD + </td> + <td>Servo:1:V+</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#ff0000:#000000"] + "VPX J10":p7r:e -- W7:w1:w + W7:w1:e -- Radar:p4l:w + W7 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W7</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">14 AWG</td> + <td balign="left">34.5 "</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>VPX J10:7:5A</td> + <td> + RD + </td> + <td>Radar:4:V+</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#000000:#000000"] + Mag:p3r:e -- W8:w1:w + W8:w1:e -- _GND_2:w + W8 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W8</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">14 AWG</td> + <td balign="left">43.5 "</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>Mag:5:GND</td> + <td> + BK + </td> + <td></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#000000:#000000"] + Servo:p3r:e -- W9:w1:w + W9:w1:e -- "Negative Bus Bar":p2l:w + W9 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W9</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">14 AWG</td> + <td balign="left">36.0 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>Servo:3:GND</td> + <td> + BK + </td> + <td>Negative Bus Bar:2</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#000000:#000000"] + Radio:p3r:e -- W10:w1:w + W10:w1:e -- _GND_3:w + W10 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W10</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">14 AWG</td> + <td balign="left">1.0 TBD</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>Radio:3:GND</td> + <td> + BK + </td> + <td></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#000000:#000000"] + Swash1:p3r:e -- W11:w1:w + W11:w1:e -- "Negative Bus Bar":p2l:w + W11 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W11</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">14 AWG</td> + <td balign="left">36.0 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>Swash1:3:GND</td> + <td> + BK + </td> + <td>Negative Bus Bar:2</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#000000:#000000"] + Radar:p1r:e -- W12:w1:w + W12:w1:e -- _GND_4:w + W12 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W12</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">14 AWG</td> + <td balign="left">18.0 "</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>Radar:1:GND</td> + <td> + BK + </td> + <td></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#000000:#000000"] + "VPX J10":p9r:e -- W13:w1:w + W13:w1:e -- _GND_1:w + W13 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W13</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">14 AWG</td> + <td balign="left">37.5 "</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>VPX J10:9:GND</td> + <td> + BK + </td> + <td></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] +} diff --git a/wireviz/Choppy_IB_VPX_J10.html b/wireviz/Choppy_IB_VPX_J10.html new file mode 100644 index 0000000..026a193 --- /dev/null +++ b/wireviz/Choppy_IB_VPX_J10.html @@ -0,0 +1,916 @@ +<!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_VPX_J10</title> +</head><body style="font-family:arial;background-color:#FFFFFF"> +<h1>Choppy_IB_VPX_J10</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="2251pt" height="2021pt" + viewBox="0.00 0.00 2251.00 2021.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 2017)"> +<polygon fill="#ffffff" stroke="none" points="-4,4 -4,-2017 2247,-2017 2247,4 -4,4"/> +<!-- VPX J10 --> +<g id="node1" class="node"> +<title>VPX J10</title> +<polygon fill="#ffffff" stroke="black" points="530,-1299.25 0,-1299.25 0,-621.75 530,-621.75 530,-1299.25"/> +<polygon fill="none" stroke="black" points="0,-1274.75 0,-1299.25 530,-1299.25 530,-1274.75 0,-1274.75"/> +<text text-anchor="start" x="236.5" y="-1281.95" font-family="arial" font-size="14.00">VPX J10</text> +<polygon fill="none" stroke="black" points="0,-1250.25 0,-1274.75 337.75,-1274.75 337.75,-1250.25 0,-1250.25"/> +<text text-anchor="start" x="76.25" y="-1257.45" font-family="arial" font-size="14.00">Connector Molex 194180013</text> +<polygon fill="none" stroke="black" points="337.75,-1250.25 337.75,-1274.75 530,-1274.75 530,-1250.25 337.75,-1250.25"/> +<text text-anchor="start" x="414" y="-1257.45" font-family="arial" font-size="14.00">10-pin</text> +<polygon fill="none" stroke="black" points="0,-1226.25 0,-1250.25 278,-1250.25 278,-1226.25 0,-1226.25"/> +<text text-anchor="start" x="118" y="-1232.95" font-family="arial" font-size="14.00">Starter</text> +<polygon fill="none" stroke="black" points="278,-1226.25 278,-1250.25 530,-1250.25 530,-1226.25 278,-1226.25"/> +<text text-anchor="start" x="399.88" y="-1232.95" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="0,-1202.25 0,-1226.25 278,-1226.25 278,-1202.25 0,-1202.25"/> +<text text-anchor="start" x="130" y="-1208.95" font-family="arial" font-size="14.00">5A</text> +<polygon fill="none" stroke="black" points="278,-1202.25 278,-1226.25 530,-1226.25 530,-1202.25 278,-1202.25"/> +<text text-anchor="start" x="399.88" y="-1208.95" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="0,-1178.25 0,-1202.25 278,-1202.25 278,-1178.25 0,-1178.25"/> +<text text-anchor="start" x="125.88" y="-1184.95" font-family="arial" font-size="14.00">10A</text> +<polygon fill="none" stroke="black" points="278,-1178.25 278,-1202.25 530,-1202.25 530,-1178.25 278,-1178.25"/> +<text text-anchor="start" x="399.88" y="-1184.95" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="0,-1154.25 0,-1178.25 278,-1178.25 278,-1154.25 0,-1154.25"/> +<text text-anchor="start" x="130" y="-1160.95" font-family="arial" font-size="14.00">5A</text> +<polygon fill="none" stroke="black" points="278,-1154.25 278,-1178.25 530,-1178.25 530,-1154.25 278,-1154.25"/> +<text text-anchor="start" x="399.88" y="-1160.95" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="0,-1130.25 0,-1154.25 278,-1154.25 278,-1130.25 0,-1130.25"/> +<text text-anchor="start" x="125.88" y="-1136.95" font-family="arial" font-size="14.00">10A</text> +<polygon fill="none" stroke="black" points="278,-1130.25 278,-1154.25 530,-1154.25 530,-1130.25 278,-1130.25"/> +<text text-anchor="start" x="399.88" y="-1136.95" font-family="arial" font-size="14.00">5</text> +<polygon fill="none" stroke="black" points="0,-1106.25 0,-1130.25 278,-1130.25 278,-1106.25 0,-1106.25"/> +<text text-anchor="start" x="125.88" y="-1112.95" font-family="arial" font-size="14.00">15A</text> +<polygon fill="none" stroke="black" points="278,-1106.25 278,-1130.25 530,-1130.25 530,-1106.25 278,-1106.25"/> +<text text-anchor="start" x="399.88" y="-1112.95" font-family="arial" font-size="14.00">6</text> +<polygon fill="none" stroke="black" points="0,-1082.25 0,-1106.25 278,-1106.25 278,-1082.25 0,-1082.25"/> +<text text-anchor="start" x="130" y="-1088.95" font-family="arial" font-size="14.00">5A</text> +<polygon fill="none" stroke="black" points="278,-1082.25 278,-1106.25 530,-1106.25 530,-1082.25 278,-1082.25"/> +<text text-anchor="start" x="399.88" y="-1088.95" font-family="arial" font-size="14.00">7</text> +<polygon fill="none" stroke="black" points="0,-1058.25 0,-1082.25 278,-1082.25 278,-1058.25 0,-1058.25"/> +<text text-anchor="start" x="130" y="-1064.95" font-family="arial" font-size="14.00">5A</text> +<polygon fill="none" stroke="black" points="278,-1058.25 278,-1082.25 530,-1082.25 530,-1058.25 278,-1058.25"/> +<text text-anchor="start" x="399.88" y="-1064.95" font-family="arial" font-size="14.00">8</text> +<polygon fill="none" stroke="black" points="0,-1034.25 0,-1058.25 278,-1058.25 278,-1034.25 0,-1034.25"/> +<text text-anchor="start" x="123.25" y="-1040.95" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="278,-1034.25 278,-1058.25 530,-1058.25 530,-1034.25 278,-1034.25"/> +<text text-anchor="start" x="399.88" y="-1040.95" font-family="arial" font-size="14.00">9</text> +<polygon fill="none" stroke="black" points="0,-1010.25 0,-1034.25 278,-1034.25 278,-1010.25 0,-1010.25"/> +<text text-anchor="start" x="130" y="-1016.95" font-family="arial" font-size="14.00">5A</text> +<polygon fill="none" stroke="black" points="278,-1010.25 278,-1034.25 530,-1034.25 530,-1010.25 278,-1010.25"/> +<text text-anchor="start" x="395.75" y="-1016.95" font-family="arial" font-size="14.00">10</text> +<polygon fill="none" stroke="black" points="0,-646.25 0,-1010.25 530,-1010.25 530,-646.25 0,-646.25"/> +<image xlink:href="images\J10.png" width="522px" height="356px" preserveAspectRatio="xMinYMin meet" x="4" y="-1006.25"/> +<polygon fill="none" stroke="black" points="0,-621.75 0,-646.25 530,-646.25 530,-621.75 0,-621.75"/> +<text text-anchor="start" x="236.5" y="-628.95" font-family="arial" font-size="14.00">VPX J10</text> +</g> +<!-- W1 --> +<g id="node14" class="node"> +<title>W1</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="927.5,-352 702.5,-352 702.5,-237 927.5,-237 927.5,-352"/> +<polygon fill="none" stroke="black" points="702.5,-327.5 702.5,-352 927.5,-352 927.5,-327.5 702.5,-327.5"/> +<text text-anchor="start" x="803.75" y="-334.7" font-family="arial" font-size="14.00">W1</text> +<polygon fill="none" stroke="black" points="702.5,-303 702.5,-327.5 756.5,-327.5 756.5,-303 702.5,-303"/> +<text text-anchor="start" x="722" y="-310.2" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="756.5,-303 756.5,-327.5 851,-327.5 851,-303 756.5,-303"/> +<text text-anchor="start" x="776" y="-310.2" font-family="arial" font-size="14.00">18 AWG</text> +<polygon fill="none" stroke="black" points="851,-303 851,-327.5 927.5,-327.5 927.5,-303 851,-303"/> +<text text-anchor="start" x="870.5" y="-310.2" font-family="arial" font-size="14.00">21.0 "</text> +<text text-anchor="start" x="752.12" y="-287.7" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="704.5" y="-267.7" font-family="arial" font-size="14.00">VPX J10:10:5A</text> +<text text-anchor="start" x="807.12" y="-267.7" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="865.12" y="-267.7" font-family="arial" font-size="14.00">Mag:9:V+</text> +<polygon fill="#000000" stroke="none" points="702.5,-261 702.5,-263 927.5,-263 927.5,-261 702.5,-261"/> +<polygon fill="#ff0000" stroke="none" points="702.5,-259 702.5,-261 927.5,-261 927.5,-259 702.5,-259"/> +<polygon fill="#000000" stroke="none" points="702.5,-257 702.5,-259 927.5,-259 927.5,-257 702.5,-257"/> +<text text-anchor="start" x="752.12" y="-241.7" font-family="arial" font-size="14.00"> </text> +</g> +<!-- VPX J10--W1 --> +<g id="edge1" class="edge"> +<title>VPX J10:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M530,-1020.25C875.6,-1023.38 352.6,-261.13 701.5,-258"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M530,-1022.25C877.25,-1022.25 354.25,-260 701.5,-260"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M530,-1024.25C878.9,-1021.12 355.9,-258.87 701.5,-262"/> +</g> +<!-- W2 --> +<g id="node15" class="node"> +<title>W2</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="956,-1934 674,-1934 674,-1819 956,-1819 956,-1934"/> +<polygon fill="none" stroke="black" points="674,-1909.5 674,-1934 956,-1934 956,-1909.5 674,-1909.5"/> +<text text-anchor="start" x="803.75" y="-1916.7" font-family="arial" font-size="14.00">W2</text> +<polygon fill="none" stroke="black" points="674,-1885 674,-1909.5 741.75,-1909.5 741.75,-1885 674,-1885"/> +<text text-anchor="start" x="700.38" y="-1892.2" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="741.75,-1885 741.75,-1909.5 850,-1909.5 850,-1885 741.75,-1885"/> +<text text-anchor="start" x="768.12" y="-1892.2" font-family="arial" font-size="14.00">22 AWG</text> +<polygon fill="none" stroke="black" points="850,-1885 850,-1909.5 956,-1909.5 956,-1885 850,-1885"/> +<text text-anchor="start" x="876.38" y="-1892.2" font-family="arial" font-size="14.00">1.0 TBD</text> +<text text-anchor="start" x="731.12" y="-1869.7" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="675.62" y="-1849.7" font-family="arial" font-size="14.00">VPX J10:1:Starter</text> +<text text-anchor="start" x="793.62" y="-1849.7" font-family="arial" font-size="14.00">     WH    </text> +<text text-anchor="start" x="855" y="-1849.7" font-family="arial" font-size="14.00">Starter Switch:1</text> +<polygon fill="#000000" stroke="none" points="674,-1843 674,-1845 956,-1845 956,-1843 674,-1843"/> +<polygon fill="#ffffff" stroke="none" points="674,-1841 674,-1843 956,-1843 956,-1841 674,-1841"/> +<polygon fill="#000000" stroke="none" points="674,-1839 674,-1841 956,-1841 956,-1839 674,-1839"/> +<text text-anchor="start" x="731.12" y="-1823.7" font-family="arial" font-size="14.00"> </text> +</g> +<!-- VPX J10--W2 --> +<g id="edge3" class="edge"> +<title>VPX J10:e--W2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M530,-1236.25C807.52,-1239.37 399.8,-1843.12 674,-1840"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M530,-1238.25C805.86,-1238.25 398.14,-1842 674,-1842"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M530,-1240.25C804.2,-1237.13 396.48,-1840.88 674,-1844"/> +</g> +<!-- W3 --> +<g id="node16" class="node"> +<title>W3</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="928.5,-1349 701.5,-1349 701.5,-1234 928.5,-1234 928.5,-1349"/> +<polygon fill="none" stroke="black" points="701.5,-1324.5 701.5,-1349 928.5,-1349 928.5,-1324.5 701.5,-1324.5"/> +<text text-anchor="start" x="803.75" y="-1331.7" font-family="arial" font-size="14.00">W3</text> +<polygon fill="none" stroke="black" points="701.5,-1300 701.5,-1324.5 750.92,-1324.5 750.92,-1300 701.5,-1300"/> +<text text-anchor="start" x="718.71" y="-1307.2" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="750.92,-1300 750.92,-1324.5 840.83,-1324.5 840.83,-1300 750.92,-1300"/> +<text text-anchor="start" x="768.12" y="-1307.2" font-family="arial" font-size="14.00">14 AWG</text> +<polygon fill="none" stroke="black" points="840.83,-1300 840.83,-1324.5 928.5,-1324.5 928.5,-1300 840.83,-1300"/> +<text text-anchor="start" x="858.04" y="-1307.2" font-family="arial" font-size="14.00">1.0 TBD</text> +<text text-anchor="start" x="746.62" y="-1284.7" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="703.12" y="-1264.7" font-family="arial" font-size="14.00">VPX J10:4:5A</text> +<text text-anchor="start" x="797.12" y="-1264.7" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="855.38" y="-1264.7" font-family="arial" font-size="14.00">Radio:4:V+</text> +<polygon fill="#000000" stroke="none" points="701.5,-1258 701.5,-1260 928.5,-1260 928.5,-1258 701.5,-1258"/> +<polygon fill="#ff0000" stroke="none" points="701.5,-1256 701.5,-1258 928.5,-1258 928.5,-1256 701.5,-1256"/> +<polygon fill="#000000" stroke="none" points="701.5,-1254 701.5,-1256 928.5,-1256 928.5,-1254 701.5,-1254"/> +<text text-anchor="start" x="746.62" y="-1238.7" font-family="arial" font-size="14.00"> </text> +</g> +<!-- VPX J10--W3 --> +<g id="edge5" class="edge"> +<title>VPX J10:e--W3:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M530,-1164.25C617.84,-1166.28 616.66,-1257.03 700.5,-1255"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M530,-1166.25C615.84,-1166.25 614.66,-1257 700.5,-1257"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M530,-1168.25C613.84,-1166.22 612.66,-1256.97 700.5,-1259"/> +</g> +<!-- W4 --> +<g id="node17" class="node"> +<title>W4</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="939.5,-1210 690.5,-1210 690.5,-1095 939.5,-1095 939.5,-1210"/> +<polygon fill="none" stroke="black" points="690.5,-1185.5 690.5,-1210 939.5,-1210 939.5,-1185.5 690.5,-1185.5"/> +<text text-anchor="start" x="803.75" y="-1192.7" font-family="arial" font-size="14.00">W4</text> +<polygon fill="none" stroke="black" points="690.5,-1161 690.5,-1185.5 752.5,-1185.5 752.5,-1161 690.5,-1161"/> +<text text-anchor="start" x="714" y="-1168.2" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="752.5,-1161 752.5,-1185.5 855,-1185.5 855,-1161 752.5,-1161"/> +<text text-anchor="start" x="776" y="-1168.2" font-family="arial" font-size="14.00">14 AWG</text> +<polygon fill="none" stroke="black" points="855,-1161 855,-1185.5 939.5,-1185.5 939.5,-1161 855,-1161"/> +<text text-anchor="start" x="878.5" y="-1168.2" font-family="arial" font-size="14.00">90.0 "</text> +<text text-anchor="start" x="740.12" y="-1145.7" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="692.5" y="-1125.7" font-family="arial" font-size="14.00">VPX J10:6:15A</text> +<text text-anchor="start" x="795.12" y="-1125.7" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="853.5" y="-1125.7" font-family="arial" font-size="14.00">Swash1:1:V+</text> +<polygon fill="#000000" stroke="none" points="690.5,-1119 690.5,-1121 939.5,-1121 939.5,-1119 690.5,-1119"/> +<polygon fill="#ff0000" stroke="none" points="690.5,-1117 690.5,-1119 939.5,-1119 939.5,-1117 690.5,-1117"/> +<polygon fill="#000000" stroke="none" points="690.5,-1115 690.5,-1117 939.5,-1117 939.5,-1115 690.5,-1115"/> +<text text-anchor="start" x="740.12" y="-1099.7" font-family="arial" font-size="14.00"> </text> +</g> +<!-- VPX J10--W4 --> +<g id="edge7" class="edge"> +<title>VPX J10:e--W4:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M530,-1116.25C600.86,-1116.25 618.58,-1116 689.5,-1116"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M530,-1118.25C600.89,-1118.25 618.61,-1118 689.5,-1118"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M530,-1120.25C600.92,-1120.25 618.64,-1120 689.5,-1120"/> +</g> +<!-- W6 --> +<g id="node19" class="node"> +<title>W6</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="933,-1693 697,-1693 697,-1578 933,-1578 933,-1693"/> +<polygon fill="none" stroke="black" points="697,-1668.5 697,-1693 933,-1693 933,-1668.5 697,-1668.5"/> +<text text-anchor="start" x="803.75" y="-1675.7" font-family="arial" font-size="14.00">W6</text> +<polygon fill="none" stroke="black" points="697,-1644 697,-1668.5 754.67,-1668.5 754.67,-1644 697,-1644"/> +<text text-anchor="start" x="718.33" y="-1651.2" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="754.67,-1644 754.67,-1668.5 852.83,-1668.5 852.83,-1644 754.67,-1644"/> +<text text-anchor="start" x="776" y="-1651.2" font-family="arial" font-size="14.00">14 AWG</text> +<polygon fill="none" stroke="black" points="852.83,-1644 852.83,-1668.5 933,-1668.5 933,-1644 852.83,-1644"/> +<text text-anchor="start" x="874.17" y="-1651.2" font-family="arial" font-size="14.00">90.0 "</text> +<text text-anchor="start" x="746.62" y="-1628.7" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="699" y="-1608.7" font-family="arial" font-size="14.00">VPX J10:3:10A</text> +<text text-anchor="start" x="801.62" y="-1608.7" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="859.88" y="-1608.7" font-family="arial" font-size="14.00">Servo:1:V+</text> +<polygon fill="#000000" stroke="none" points="697,-1602 697,-1604 933,-1604 933,-1602 697,-1602"/> +<polygon fill="#ff0000" stroke="none" points="697,-1600 697,-1602 933,-1602 933,-1600 697,-1600"/> +<polygon fill="#000000" stroke="none" points="697,-1598 697,-1600 933,-1600 933,-1598 697,-1598"/> +<text text-anchor="start" x="746.62" y="-1582.7" font-family="arial" font-size="14.00"> </text> +</g> +<!-- VPX J10--W6 --> +<g id="edge11" class="edge"> +<title>VPX J10:e--W6:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M530,-1188.25C728.65,-1191.22 500.85,-1601.97 696,-1599"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M530,-1190.25C726.9,-1190.25 499.1,-1601 696,-1601"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M530,-1192.25C725.15,-1189.28 497.35,-1600.03 696,-1603"/> +</g> +<!-- W7 --> +<g id="node20" class="node"> +<title>W7</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="929,-878 701,-878 701,-763 929,-763 929,-878"/> +<polygon fill="none" stroke="black" points="701,-853.5 701,-878 929,-878 929,-853.5 701,-853.5"/> +<text text-anchor="start" x="803.75" y="-860.7" font-family="arial" font-size="14.00">W7</text> +<polygon fill="none" stroke="black" points="701,-829 701,-853.5 756,-853.5 756,-829 701,-829"/> +<text text-anchor="start" x="721" y="-836.2" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="756,-829 756,-853.5 851.5,-853.5 851.5,-829 756,-829"/> +<text text-anchor="start" x="776" y="-836.2" font-family="arial" font-size="14.00">14 AWG</text> +<polygon fill="none" stroke="black" points="851.5,-829 851.5,-853.5 929,-853.5 929,-829 851.5,-829"/> +<text text-anchor="start" x="871.5" y="-836.2" font-family="arial" font-size="14.00">34.5 "</text> +<text text-anchor="start" x="746.12" y="-813.7" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="702.62" y="-793.7" font-family="arial" font-size="14.00">VPX J10:7:5A</text> +<text text-anchor="start" x="796.62" y="-793.7" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="855" y="-793.7" font-family="arial" font-size="14.00">Radar:4:V+</text> +<polygon fill="#000000" stroke="none" points="701,-787 701,-789 929,-789 929,-787 701,-787"/> +<polygon fill="#ff0000" stroke="none" points="701,-785 701,-787 929,-787 929,-785 701,-785"/> +<polygon fill="#000000" stroke="none" points="701,-783 701,-785 929,-785 929,-783 701,-783"/> +<text text-anchor="start" x="746.12" y="-767.7" font-family="arial" font-size="14.00"> </text> +</g> +<!-- VPX J10--W7 --> +<g id="edge13" class="edge"> +<title>VPX J10:e--W7:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M530,-1092.25C684.64,-1095.09 541.73,-786.84 700,-784"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M530,-1094.25C686.45,-1094.25 543.55,-786 700,-786"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M530,-1096.25C688.27,-1093.41 545.36,-785.16 700,-788"/> +</g> +<!-- W13 --> +<g id="node26" class="node"> +<title>W13</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="899.5,-506 730.5,-506 730.5,-391 899.5,-391 899.5,-506"/> +<polygon fill="none" stroke="black" points="730.5,-481.5 730.5,-506 899.5,-506 899.5,-481.5 730.5,-481.5"/> +<text text-anchor="start" x="799.62" y="-488.7" font-family="arial" font-size="14.00">W13</text> +<polygon fill="none" stroke="black" points="730.5,-457 730.5,-481.5 765.83,-481.5 765.83,-457 730.5,-457"/> +<text text-anchor="start" x="740.67" y="-464.2" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="765.83,-457 765.83,-481.5 841.67,-481.5 841.67,-457 765.83,-457"/> +<text text-anchor="start" x="776" y="-464.2" font-family="arial" font-size="14.00">14 AWG</text> +<polygon fill="none" stroke="black" points="841.67,-457 841.67,-481.5 899.5,-481.5 899.5,-457 841.67,-457"/> +<text text-anchor="start" x="851.83" y="-464.2" font-family="arial" font-size="14.00">37.5 "</text> +<text text-anchor="start" x="782.62" y="-441.7" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="732.38" y="-421.7" font-family="arial" font-size="14.00">VPX J10:9:GND</text> +<text text-anchor="start" x="840.38" y="-421.7" font-family="arial" font-size="14.00">     BK    </text> +<polygon fill="#000000" stroke="none" points="730.5,-415 730.5,-417 899.5,-417 899.5,-415 730.5,-415"/> +<polygon fill="#000000" stroke="none" points="730.5,-413 730.5,-415 899.5,-415 899.5,-413 730.5,-413"/> +<polygon fill="#000000" stroke="none" points="730.5,-411 730.5,-413 899.5,-413 899.5,-411 730.5,-411"/> +<text text-anchor="start" x="782.62" y="-395.7" font-family="arial" font-size="14.00"> </text> +</g> +<!-- VPX J10--W13 --> +<g id="edge25" class="edge"> +<title>VPX J10:e--W13:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M530,-1044.25C822.95,-1047.3 433.14,-415.05 729.5,-412"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M530,-1046.25C824.66,-1046.25 434.84,-414 729.5,-414"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M530,-1048.25C826.36,-1045.2 436.55,-412.95 729.5,-416"/> +</g> +<!-- PPS J1 --> +<g id="node2" class="node"> +<title>PPS J1</title> +<polygon fill="#ffffff" stroke="black" points="2210,-1982.25 2086,-1982.25 2086,-1908.75 2210,-1908.75 2210,-1982.25"/> +<polygon fill="none" stroke="black" points="2086,-1957.75 2086,-1982.25 2210,-1982.25 2210,-1957.75 2086,-1957.75"/> +<text text-anchor="start" x="2123.62" y="-1964.95" font-family="arial" font-size="14.00">PPS J1</text> +<polygon fill="none" stroke="black" points="2086,-1933.25 2086,-1957.75 2210,-1957.75 2210,-1933.25 2086,-1933.25"/> +<text text-anchor="start" x="2132.25" y="-1940.45" font-family="arial" font-size="14.00">1-pin</text> +<polygon fill="none" stroke="black" points="2086,-1908.75 2086,-1933.25 2102.25,-1933.25 2102.25,-1908.75 2086,-1908.75"/> +<text text-anchor="start" x="2090" y="-1915.95" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="2102.25,-1908.75 2102.25,-1933.25 2210,-1933.25 2210,-1908.75 2102.25,-1908.75"/> +<text text-anchor="start" x="2106.25" y="-1915.95" font-family="arial" font-size="14.00">Main Bat Starter</text> +</g> +<!-- Mag --> +<g id="node3" class="node"> +<title>Mag</title> +<polygon fill="#ffffff" stroke="black" points="1303.75,-145 1229.25,-145 1229.25,0 1303.75,0 1303.75,-145"/> +<polygon fill="none" stroke="black" points="1229.25,-120.5 1229.25,-145 1303.75,-145 1303.75,-120.5 1229.25,-120.5"/> +<text text-anchor="start" x="1253" y="-127.7" font-family="arial" font-size="14.00">Mag</text> +<polygon fill="none" stroke="black" points="1229.25,-96 1229.25,-120.5 1264.25,-120.5 1264.25,-96 1229.25,-96"/> +<text text-anchor="start" x="1233.25" y="-103.2" font-family="arial" font-size="14.00">Mag</text> +<polygon fill="none" stroke="black" points="1264.25,-96 1264.25,-120.5 1303.75,-120.5 1303.75,-96 1264.25,-96"/> +<text text-anchor="start" x="1268.25" y="-103.2" font-family="arial" font-size="14.00">4-pin</text> +<polygon fill="none" stroke="black" points="1229.25,-72 1229.25,-96 1246.42,-96 1246.42,-72 1229.25,-72"/> +<text text-anchor="start" x="1233.71" y="-78.7" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1246.42,-72 1246.42,-96 1286.58,-96 1286.58,-72 1246.42,-72"/> +<text text-anchor="start" x="1257.12" y="-78.7" font-family="arial" font-size="14.00">TX</text> +<polygon fill="none" stroke="black" points="1286.58,-72 1286.58,-96 1303.75,-96 1303.75,-72 1286.58,-72"/> +<text text-anchor="start" x="1291.04" y="-78.7" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1229.25,-48 1229.25,-72 1246.42,-72 1246.42,-48 1229.25,-48"/> +<text text-anchor="start" x="1233.71" y="-54.7" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="1246.42,-48 1246.42,-72 1286.58,-72 1286.58,-48 1246.42,-48"/> +<text text-anchor="start" x="1256.38" y="-54.7" font-family="arial" font-size="14.00">RX</text> +<polygon fill="none" stroke="black" points="1286.58,-48 1286.58,-72 1303.75,-72 1303.75,-48 1286.58,-48"/> +<text text-anchor="start" x="1291.04" y="-54.7" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="1229.25,-24 1229.25,-48 1246.42,-48 1246.42,-24 1229.25,-24"/> +<text text-anchor="start" x="1233.71" y="-30.7" font-family="arial" font-size="14.00">5</text> +<polygon fill="none" stroke="black" points="1246.42,-24 1246.42,-48 1286.58,-48 1286.58,-24 1246.42,-24"/> +<text text-anchor="start" x="1250.75" y="-30.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="1286.58,-24 1286.58,-48 1303.75,-48 1303.75,-24 1286.58,-24"/> +<text text-anchor="start" x="1291.04" y="-30.7" font-family="arial" font-size="14.00">5</text> +<polygon fill="none" stroke="black" points="1229.25,0 1229.25,-24 1246.42,-24 1246.42,0 1229.25,0"/> +<text text-anchor="start" x="1233.71" y="-6.7" font-family="arial" font-size="14.00">9</text> +<polygon fill="none" stroke="black" points="1246.42,0 1246.42,-24 1286.58,-24 1286.58,0 1246.42,0"/> +<text text-anchor="start" x="1257.5" y="-6.7" font-family="arial" font-size="14.00">V+</text> +<polygon fill="none" stroke="black" points="1286.58,0 1286.58,-24 1303.75,-24 1303.75,0 1286.58,0"/> +<text text-anchor="start" x="1291.04" y="-6.7" font-family="arial" font-size="14.00">9</text> +</g> +<!-- W8 --> +<g id="node21" class="node"> +<title>W8</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1812.5,-128 1673.5,-128 1673.5,-13 1812.5,-13 1812.5,-128"/> +<polygon fill="none" stroke="black" points="1673.5,-103.5 1673.5,-128 1812.5,-128 1812.5,-103.5 1673.5,-103.5"/> +<text text-anchor="start" x="1731.75" y="-110.7" font-family="arial" font-size="14.00">W8</text> +<polygon fill="none" stroke="black" points="1673.5,-79 1673.5,-103.5 1698.83,-103.5 1698.83,-79 1673.5,-79"/> +<text text-anchor="start" x="1678.67" y="-86.2" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="1698.83,-79 1698.83,-103.5 1764.67,-103.5 1764.67,-79 1698.83,-79"/> +<text text-anchor="start" x="1704" y="-86.2" font-family="arial" font-size="14.00">14 AWG</text> +<polygon fill="none" stroke="black" points="1764.67,-79 1764.67,-103.5 1812.5,-103.5 1812.5,-79 1764.67,-79"/> +<text text-anchor="start" x="1769.83" y="-86.2" font-family="arial" font-size="14.00">43.5 "</text> +<text text-anchor="start" x="1710.62" y="-63.7" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1675.38" y="-43.7" font-family="arial" font-size="14.00">Mag:5:GND</text> +<text text-anchor="start" x="1753.38" y="-43.7" font-family="arial" font-size="14.00">     BK    </text> +<polygon fill="#000000" stroke="none" points="1673.5,-37 1673.5,-39 1812.5,-39 1812.5,-37 1673.5,-37"/> +<polygon fill="#000000" stroke="none" points="1673.5,-35 1673.5,-37 1812.5,-37 1812.5,-35 1673.5,-35"/> +<polygon fill="#000000" stroke="none" points="1673.5,-33 1673.5,-35 1812.5,-35 1812.5,-33 1673.5,-33"/> +<text text-anchor="start" x="1710.62" y="-17.7" font-family="arial" font-size="14.00"> </text> +</g> +<!-- Mag--W8 --> +<g id="edge15" class="edge"> +<title>Mag:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1304.75,-34C1468.19,-34 1509.06,-34 1672.5,-34"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1304.75,-36C1468.19,-36 1509.06,-36 1672.5,-36"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1304.75,-38C1468.19,-38 1509.06,-38 1672.5,-38"/> +</g> +<!-- Radar --> +<g id="node4" class="node"> +<title>Radar</title> +<polygon fill="#ffffff" stroke="black" points="1425,-726.75 1108,-726.75 1108,-218.25 1425,-218.25 1425,-726.75"/> +<polygon fill="none" stroke="black" points="1108,-702.25 1108,-726.75 1425,-726.75 1425,-702.25 1108,-702.25"/> +<text text-anchor="start" x="1247.38" y="-709.45" font-family="arial" font-size="14.00">Radar</text> +<polygon fill="none" stroke="black" points="1108,-677.75 1108,-702.25 1285.62,-702.25 1285.62,-677.75 1108,-677.75"/> +<text text-anchor="start" x="1161.94" y="-684.95" font-family="arial" font-size="14.00">DTM04-4P</text> +<polygon fill="none" stroke="black" points="1285.62,-677.75 1285.62,-702.25 1425,-702.25 1425,-677.75 1285.62,-677.75"/> +<text text-anchor="start" x="1339.56" y="-684.95" font-family="arial" font-size="14.00">4-pin</text> +<polygon fill="none" stroke="black" points="1108,-653.75 1108,-677.75 1200.33,-677.75 1200.33,-653.75 1108,-653.75"/> +<text text-anchor="start" x="1150.04" y="-660.45" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1200.33,-653.75 1200.33,-677.75 1332.67,-677.75 1332.67,-653.75 1200.33,-653.75"/> +<text text-anchor="start" x="1250.75" y="-660.45" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="1332.67,-653.75 1332.67,-677.75 1425,-677.75 1425,-653.75 1332.67,-653.75"/> +<text text-anchor="start" x="1374.71" y="-660.45" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1108,-629.75 1108,-653.75 1200.33,-653.75 1200.33,-629.75 1108,-629.75"/> +<text text-anchor="start" x="1150.04" y="-636.45" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1200.33,-629.75 1200.33,-653.75 1332.67,-653.75 1332.67,-629.75 1200.33,-629.75"/> +<text text-anchor="start" x="1243.25" y="-636.45" font-family="arial" font-size="14.00">CAN_L</text> +<polygon fill="none" stroke="black" points="1332.67,-629.75 1332.67,-653.75 1425,-653.75 1425,-629.75 1332.67,-629.75"/> +<text text-anchor="start" x="1374.71" y="-636.45" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1108,-605.75 1108,-629.75 1200.33,-629.75 1200.33,-605.75 1108,-605.75"/> +<text text-anchor="start" x="1150.04" y="-612.45" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="1200.33,-605.75 1200.33,-629.75 1332.67,-629.75 1332.67,-605.75 1200.33,-605.75"/> +<text text-anchor="start" x="1242.5" y="-612.45" font-family="arial" font-size="14.00">CAN_H</text> +<polygon fill="none" stroke="black" points="1332.67,-605.75 1332.67,-629.75 1425,-629.75 1425,-605.75 1332.67,-605.75"/> +<text text-anchor="start" x="1374.71" y="-612.45" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="1108,-581.75 1108,-605.75 1200.33,-605.75 1200.33,-581.75 1108,-581.75"/> +<text text-anchor="start" x="1150.04" y="-588.45" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="1200.33,-581.75 1200.33,-605.75 1332.67,-605.75 1332.67,-581.75 1200.33,-581.75"/> +<text text-anchor="start" x="1257.5" y="-588.45" font-family="arial" font-size="14.00">V+</text> +<polygon fill="none" stroke="black" points="1332.67,-581.75 1332.67,-605.75 1425,-605.75 1425,-581.75 1332.67,-581.75"/> +<text text-anchor="start" x="1374.71" y="-588.45" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="1108,-242.75 1108,-581.75 1425,-581.75 1425,-242.75 1108,-242.75"/> +<image xlink:href="images\DTM04-4P.png" width="309px" height="331px" preserveAspectRatio="xMinYMin meet" x="1112" y="-577.75"/> +<polygon fill="none" stroke="black" points="1108,-218.25 1108,-242.75 1425,-242.75 1425,-218.25 1108,-218.25"/> +<text text-anchor="start" x="1196.75" y="-225.45" font-family="arial" font-size="14.00">Mates with DTM06-4S</text> +</g> +<!-- W12 --> +<g id="node25" class="node"> +<title>W12</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1818,-757 1668,-757 1668,-642 1818,-642 1818,-757"/> +<polygon fill="none" stroke="black" points="1668,-732.5 1668,-757 1818,-757 1818,-732.5 1668,-732.5"/> +<text text-anchor="start" x="1727.62" y="-739.7" font-family="arial" font-size="14.00">W12</text> +<polygon fill="none" stroke="black" points="1668,-708 1668,-732.5 1697,-732.5 1697,-708 1668,-708"/> +<text text-anchor="start" x="1675" y="-715.2" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="1697,-708 1697,-732.5 1766.5,-732.5 1766.5,-708 1697,-708"/> +<text text-anchor="start" x="1704" y="-715.2" font-family="arial" font-size="14.00">14 AWG</text> +<polygon fill="none" stroke="black" points="1766.5,-708 1766.5,-732.5 1818,-732.5 1818,-708 1766.5,-708"/> +<text text-anchor="start" x="1773.5" y="-715.2" font-family="arial" font-size="14.00">18.0 "</text> +<text text-anchor="start" x="1710.62" y="-692.7" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1669.75" y="-672.7" font-family="arial" font-size="14.00">Radar:1:GND</text> +<text text-anchor="start" x="1758.88" y="-672.7" font-family="arial" font-size="14.00">     BK    </text> +<polygon fill="#000000" stroke="none" points="1668,-666 1668,-668 1818,-668 1818,-666 1668,-666"/> +<polygon fill="#000000" stroke="none" points="1668,-664 1668,-666 1818,-666 1818,-664 1668,-664"/> +<polygon fill="#000000" stroke="none" points="1668,-662 1668,-664 1818,-664 1818,-662 1668,-662"/> +<text text-anchor="start" x="1710.62" y="-646.7" font-family="arial" font-size="14.00"> </text> +</g> +<!-- Radar--W12 --> +<g id="edge23" class="edge"> +<title>Radar:e--W12:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1426,-663.75C1533.06,-663.75 1559.83,-663 1667,-663"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1426,-665.75C1533.11,-665.75 1559.89,-665 1667,-665"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1426,-667.75C1533.17,-667.75 1559.94,-667 1667,-667"/> +</g> +<!-- Radio --> +<g id="node5" class="node"> +<title>Radio</title> +<polygon fill="#ffffff" stroke="black" points="1306.38,-1390 1226.62,-1390 1226.62,-1245 1306.38,-1245 1306.38,-1390"/> +<polygon fill="none" stroke="black" points="1226.62,-1365.5 1226.62,-1390 1306.38,-1390 1306.38,-1365.5 1226.62,-1365.5"/> +<text text-anchor="start" x="1247.75" y="-1372.7" font-family="arial" font-size="14.00">Radio</text> +<polygon fill="none" stroke="black" points="1226.62,-1341 1226.62,-1365.5 1266.88,-1365.5 1266.88,-1341 1226.62,-1341"/> +<text text-anchor="start" x="1230.62" y="-1348.2" font-family="arial" font-size="14.00">temp</text> +<polygon fill="none" stroke="black" points="1266.88,-1341 1266.88,-1365.5 1306.38,-1365.5 1306.38,-1341 1266.88,-1341"/> +<text text-anchor="start" x="1270.88" y="-1348.2" font-family="arial" font-size="14.00">4-pin</text> +<polygon fill="none" stroke="black" points="1226.62,-1317 1226.62,-1341 1245.54,-1341 1245.54,-1317 1226.62,-1317"/> +<text text-anchor="start" x="1231.96" y="-1323.7" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1245.54,-1317 1245.54,-1341 1287.46,-1341 1287.46,-1317 1245.54,-1317"/> +<text text-anchor="start" x="1258.62" y="-1323.7" font-family="arial" font-size="14.00">Tx</text> +<polygon fill="none" stroke="black" points="1287.46,-1317 1287.46,-1341 1306.38,-1341 1306.38,-1317 1287.46,-1317"/> +<text text-anchor="start" x="1292.79" y="-1323.7" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1226.62,-1293 1226.62,-1317 1245.54,-1317 1245.54,-1293 1226.62,-1293"/> +<text text-anchor="start" x="1231.96" y="-1299.7" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1245.54,-1293 1245.54,-1317 1287.46,-1317 1287.46,-1293 1245.54,-1293"/> +<text text-anchor="start" x="1257.88" y="-1299.7" font-family="arial" font-size="14.00">Rx</text> +<polygon fill="none" stroke="black" points="1287.46,-1293 1287.46,-1317 1306.38,-1317 1306.38,-1293 1287.46,-1293"/> +<text text-anchor="start" x="1292.79" y="-1299.7" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1226.62,-1269 1226.62,-1293 1245.54,-1293 1245.54,-1269 1226.62,-1269"/> +<text text-anchor="start" x="1231.96" y="-1275.7" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="1245.54,-1269 1245.54,-1293 1287.46,-1293 1287.46,-1269 1245.54,-1269"/> +<text text-anchor="start" x="1250.75" y="-1275.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="1287.46,-1269 1287.46,-1293 1306.38,-1293 1306.38,-1269 1287.46,-1269"/> +<text text-anchor="start" x="1292.79" y="-1275.7" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="1226.62,-1245 1226.62,-1269 1245.54,-1269 1245.54,-1245 1226.62,-1245"/> +<text text-anchor="start" x="1231.96" y="-1251.7" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="1245.54,-1245 1245.54,-1269 1287.46,-1269 1287.46,-1245 1245.54,-1245"/> +<text text-anchor="start" x="1257.5" y="-1251.7" font-family="arial" font-size="14.00">V+</text> +<polygon fill="none" stroke="black" points="1287.46,-1245 1287.46,-1269 1306.38,-1269 1306.38,-1245 1287.46,-1245"/> +<text text-anchor="start" x="1292.79" y="-1251.7" font-family="arial" font-size="14.00">4</text> +</g> +<!-- W10 --> +<g id="node23" class="node"> +<title>W10</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1817.5,-1373 1668.5,-1373 1668.5,-1258 1817.5,-1258 1817.5,-1373"/> +<polygon fill="none" stroke="black" points="1668.5,-1348.5 1668.5,-1373 1817.5,-1373 1817.5,-1348.5 1668.5,-1348.5"/> +<text text-anchor="start" x="1727.62" y="-1355.7" font-family="arial" font-size="14.00">W10</text> +<polygon fill="none" stroke="black" points="1668.5,-1324 1668.5,-1348.5 1691.92,-1348.5 1691.92,-1324 1668.5,-1324"/> +<text text-anchor="start" x="1672.71" y="-1331.2" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="1691.92,-1324 1691.92,-1348.5 1755.83,-1348.5 1755.83,-1324 1691.92,-1324"/> +<text text-anchor="start" x="1696.12" y="-1331.2" font-family="arial" font-size="14.00">14 AWG</text> +<polygon fill="none" stroke="black" points="1755.83,-1324 1755.83,-1348.5 1817.5,-1348.5 1817.5,-1324 1755.83,-1324"/> +<text text-anchor="start" x="1760.04" y="-1331.2" font-family="arial" font-size="14.00">1.0 TBD</text> +<text text-anchor="start" x="1710.62" y="-1308.7" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1670.12" y="-1288.7" font-family="arial" font-size="14.00">Radio:3:GND</text> +<text text-anchor="start" x="1758.38" y="-1288.7" font-family="arial" font-size="14.00">     BK    </text> +<polygon fill="#000000" stroke="none" points="1668.5,-1282 1668.5,-1284 1817.5,-1284 1817.5,-1282 1668.5,-1282"/> +<polygon fill="#000000" stroke="none" points="1668.5,-1280 1668.5,-1282 1817.5,-1282 1817.5,-1280 1668.5,-1280"/> +<polygon fill="#000000" stroke="none" points="1668.5,-1278 1668.5,-1280 1817.5,-1280 1817.5,-1278 1668.5,-1278"/> +<text text-anchor="start" x="1710.62" y="-1262.7" font-family="arial" font-size="14.00"> </text> +</g> +<!-- Radio--W10 --> +<g id="edge19" class="edge"> +<title>Radio:e--W10:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1307.38,-1279C1467.43,-1279 1507.44,-1279 1667.5,-1279"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1307.38,-1281C1467.43,-1281 1507.44,-1281 1667.5,-1281"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1307.38,-1283C1467.43,-1283 1507.44,-1283 1667.5,-1283"/> +</g> +<!-- Swash1 --> +<g id="node6" class="node"> +<title>Swash1</title> +<polygon fill="#ffffff" stroke="black" points="1433,-1220.5 1100,-1220.5 1100,-750.5 1433,-750.5 1433,-1220.5"/> +<polygon fill="none" stroke="black" points="1100,-1196 1100,-1220.5 1433,-1220.5 1433,-1196 1100,-1196"/> +<text text-anchor="start" x="1241.38" y="-1203.2" font-family="arial" font-size="14.00">Swash1</text> +<polygon fill="none" stroke="black" points="1100,-1171.5 1100,-1196 1351.25,-1196 1351.25,-1171.5 1100,-1171.5"/> +<text text-anchor="start" x="1125.12" y="-1178.7" font-family="arial" font-size="14.00">Amphenol C091-11H004-000-2</text> +<polygon fill="none" stroke="black" points="1351.25,-1171.5 1351.25,-1196 1433,-1196 1433,-1171.5 1351.25,-1171.5"/> +<text text-anchor="start" x="1376.38" y="-1178.7" font-family="arial" font-size="14.00">4-pin</text> +<polygon fill="none" stroke="black" points="1100,-1147.5 1100,-1171.5 1203.33,-1171.5 1203.33,-1147.5 1100,-1147.5"/> +<text text-anchor="start" x="1147.54" y="-1154.2" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1203.33,-1147.5 1203.33,-1171.5 1329.67,-1171.5 1329.67,-1147.5 1203.33,-1147.5"/> +<text text-anchor="start" x="1257.5" y="-1154.2" font-family="arial" font-size="14.00">V+</text> +<polygon fill="none" stroke="black" points="1329.67,-1147.5 1329.67,-1171.5 1433,-1171.5 1433,-1147.5 1329.67,-1147.5"/> +<text text-anchor="start" x="1377.21" y="-1154.2" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1100,-1123.5 1100,-1147.5 1203.33,-1147.5 1203.33,-1123.5 1100,-1123.5"/> +<text text-anchor="start" x="1147.54" y="-1130.2" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1203.33,-1123.5 1203.33,-1147.5 1329.67,-1147.5 1329.67,-1123.5 1203.33,-1123.5"/> +<text text-anchor="start" x="1257.5" y="-1130.2" font-family="arial" font-size="14.00">V+</text> +<polygon fill="none" stroke="black" points="1329.67,-1123.5 1329.67,-1147.5 1433,-1147.5 1433,-1123.5 1329.67,-1123.5"/> +<text text-anchor="start" x="1377.21" y="-1130.2" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1100,-1099.5 1100,-1123.5 1203.33,-1123.5 1203.33,-1099.5 1100,-1099.5"/> +<text text-anchor="start" x="1147.54" y="-1106.2" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="1203.33,-1099.5 1203.33,-1123.5 1329.67,-1123.5 1329.67,-1099.5 1203.33,-1099.5"/> +<text text-anchor="start" x="1250.75" y="-1106.2" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="1329.67,-1099.5 1329.67,-1123.5 1433,-1123.5 1433,-1099.5 1329.67,-1099.5"/> +<text text-anchor="start" x="1377.21" y="-1106.2" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="1100,-1075.5 1100,-1099.5 1203.33,-1099.5 1203.33,-1075.5 1100,-1075.5"/> +<text text-anchor="start" x="1147.54" y="-1082.2" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="1203.33,-1075.5 1203.33,-1099.5 1329.67,-1099.5 1329.67,-1075.5 1203.33,-1075.5"/> +<text text-anchor="start" x="1250.75" y="-1082.2" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="1329.67,-1075.5 1329.67,-1099.5 1433,-1099.5 1433,-1075.5 1329.67,-1075.5"/> +<text text-anchor="start" x="1377.21" y="-1082.2" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="1100,-750.5 1100,-1075.5 1433,-1075.5 1433,-750.5 1100,-750.5"/> +<image xlink:href="images\A2Power.png" width="325px" height="317px" preserveAspectRatio="xMinYMin meet" x="1104" y="-1071.5"/> +</g> +<!-- W11 --> +<g id="node24" class="node"> +<title>W11</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1884.5,-1215 1601.5,-1215 1601.5,-1100 1884.5,-1100 1884.5,-1215"/> +<polygon fill="none" stroke="black" points="1601.5,-1190.5 1601.5,-1215 1884.5,-1215 1884.5,-1190.5 1601.5,-1190.5"/> +<text text-anchor="start" x="1727.62" y="-1197.7" font-family="arial" font-size="14.00">W11</text> +<polygon fill="none" stroke="black" points="1601.5,-1166 1601.5,-1190.5 1662.33,-1190.5 1662.33,-1166 1601.5,-1166"/> +<text text-anchor="start" x="1624.42" y="-1173.2" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="1662.33,-1166 1662.33,-1190.5 1763.67,-1190.5 1763.67,-1166 1662.33,-1166"/> +<text text-anchor="start" x="1685.25" y="-1173.2" font-family="arial" font-size="14.00">14 AWG</text> +<polygon fill="none" stroke="black" points="1763.67,-1166 1763.67,-1190.5 1884.5,-1190.5 1884.5,-1166 1763.67,-1166"/> +<text text-anchor="start" x="1786.58" y="-1173.2" font-family="arial" font-size="14.00">36.0 Inches</text> +<text text-anchor="start" x="1650.12" y="-1150.7" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1603.25" y="-1130.7" font-family="arial" font-size="14.00">Swash1:3:GND</text> +<text text-anchor="start" x="1704.38" y="-1130.7" font-family="arial" font-size="14.00">     BK    </text> +<text text-anchor="start" x="1761.25" y="-1130.7" font-family="arial" font-size="14.00">Negative Bus Bar:2</text> +<polygon fill="#000000" stroke="none" points="1601.5,-1124 1601.5,-1126 1884.5,-1126 1884.5,-1124 1601.5,-1124"/> +<polygon fill="#000000" stroke="none" points="1601.5,-1122 1601.5,-1124 1884.5,-1124 1884.5,-1122 1601.5,-1122"/> +<polygon fill="#000000" stroke="none" points="1601.5,-1120 1601.5,-1122 1884.5,-1122 1884.5,-1120 1601.5,-1120"/> +<text text-anchor="start" x="1650.12" y="-1104.7" font-family="arial" font-size="14.00"> </text> +</g> +<!-- Swash1--W11 --> +<g id="edge21" class="edge"> +<title>Swash1:e--W11:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1433,-1109.5C1508.69,-1109.81 1526.95,-1121.31 1600.5,-1121"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1433,-1111.5C1507.62,-1111.5 1525.88,-1123 1600.5,-1123"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1433,-1113.5C1506.55,-1113.19 1524.81,-1124.69 1600.5,-1125"/> +</g> +<!-- Starter Switch --> +<g id="node7" class="node"> +<title>Starter Switch</title> +<polygon fill="#ffffff" stroke="black" points="1314,-2006 1219,-2006 1219,-1909 1314,-1909 1314,-2006"/> +<polygon fill="none" stroke="black" points="1219,-1981.5 1219,-2006 1314,-2006 1314,-1981.5 1219,-1981.5"/> +<text text-anchor="start" x="1223" y="-1988.7" font-family="arial" font-size="14.00">Starter Switch</text> +<polygon fill="none" stroke="black" points="1219,-1957 1219,-1981.5 1269.5,-1981.5 1269.5,-1957 1219,-1957"/> +<text text-anchor="start" x="1225.5" y="-1964.2" font-family="arial" font-size="14.00">Temp</text> +<polygon fill="none" stroke="black" points="1269.5,-1957 1269.5,-1981.5 1314,-1981.5 1314,-1957 1269.5,-1957"/> +<text text-anchor="start" x="1276" y="-1964.2" font-family="arial" font-size="14.00">2-pin</text> +<polygon fill="none" stroke="black" points="1219,-1933 1219,-1957 1266.5,-1957 1266.5,-1933 1219,-1933"/> +<text text-anchor="start" x="1238.62" y="-1939.7" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1266.5,-1933 1266.5,-1957 1314,-1957 1314,-1933 1266.5,-1933"/> +<text text-anchor="start" x="1286.12" y="-1939.7" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1219,-1909 1219,-1933 1266.5,-1933 1266.5,-1909 1219,-1909"/> +<text text-anchor="start" x="1238.62" y="-1915.7" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1266.5,-1909 1266.5,-1933 1314,-1933 1314,-1909 1266.5,-1909"/> +<text text-anchor="start" x="1286.12" y="-1915.7" font-family="arial" font-size="14.00">2</text> +</g> +<!-- W5 --> +<g id="node18" class="node"> +<title>W5</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1909,-2013 1577,-2013 1577,-1898 1909,-1898 1909,-2013"/> +<polygon fill="none" stroke="black" points="1577,-1988.5 1577,-2013 1909,-2013 1909,-1988.5 1577,-1988.5"/> +<text text-anchor="start" x="1731.75" y="-1995.7" font-family="arial" font-size="14.00">W5</text> +<polygon fill="none" stroke="black" points="1577,-1964 1577,-1988.5 1664.17,-1988.5 1664.17,-1964 1577,-1964"/> +<text text-anchor="start" x="1613.08" y="-1971.2" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="1664.17,-1964 1664.17,-1988.5 1783.58,-1988.5 1783.58,-1964 1664.17,-1964"/> +<text text-anchor="start" x="1700.25" y="-1971.2" font-family="arial" font-size="14.00">2 AWG</text> +<polygon fill="none" stroke="black" points="1783.58,-1964 1783.58,-1988.5 1909,-1988.5 1909,-1964 1783.58,-1964"/> +<text text-anchor="start" x="1819.67" y="-1971.2" font-family="arial" font-size="14.00">1.0 TBD</text> +<text text-anchor="start" x="1626.62" y="-1948.7" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1579" y="-1928.7" font-family="arial" font-size="14.00">Starter Switch:2</text> +<text text-anchor="start" x="1681.62" y="-1928.7" font-family="arial" font-size="14.00">     WH    </text> +<text text-anchor="start" x="1742.88" y="-1928.7" font-family="arial" font-size="14.00">PPS J1:3:Main Bat Starter</text> +<polygon fill="#000000" stroke="none" points="1577,-1922 1577,-1924 1909,-1924 1909,-1922 1577,-1922"/> +<polygon fill="#ffffff" stroke="none" points="1577,-1920 1577,-1922 1909,-1922 1909,-1920 1577,-1920"/> +<polygon fill="#000000" stroke="none" points="1577,-1918 1577,-1920 1909,-1920 1909,-1918 1577,-1918"/> +<text text-anchor="start" x="1626.62" y="-1902.7" font-family="arial" font-size="14.00"> </text> +</g> +<!-- Starter Switch--W5 --> +<g id="edge9" class="edge"> +<title>Starter Switch:e--W5:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1315,-1919C1431.44,-1919 1460.56,-1919 1577,-1919"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M1315,-1921C1431.44,-1921 1460.56,-1921 1577,-1921"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1315,-1923C1431.44,-1923 1460.56,-1923 1577,-1923"/> +</g> +<!-- Servo --> +<g id="node8" class="node"> +<title>Servo</title> +<polygon fill="#ffffff" stroke="black" points="1433,-1884.5 1100,-1884.5 1100,-1414.5 1433,-1414.5 1433,-1884.5"/> +<polygon fill="none" stroke="black" points="1100,-1860 1100,-1884.5 1433,-1884.5 1433,-1860 1100,-1860"/> +<text text-anchor="start" x="1247.75" y="-1867.2" font-family="arial" font-size="14.00">Servo</text> +<polygon fill="none" stroke="black" points="1100,-1835.5 1100,-1860 1351.25,-1860 1351.25,-1835.5 1100,-1835.5"/> +<text text-anchor="start" x="1125.12" y="-1842.7" font-family="arial" font-size="14.00">Amphenol C091-11H004-000-2</text> +<polygon fill="none" stroke="black" points="1351.25,-1835.5 1351.25,-1860 1433,-1860 1433,-1835.5 1351.25,-1835.5"/> +<text text-anchor="start" x="1376.38" y="-1842.7" font-family="arial" font-size="14.00">4-pin</text> +<polygon fill="none" stroke="black" points="1100,-1811.5 1100,-1835.5 1203.33,-1835.5 1203.33,-1811.5 1100,-1811.5"/> +<text text-anchor="start" x="1147.54" y="-1818.2" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1203.33,-1811.5 1203.33,-1835.5 1329.67,-1835.5 1329.67,-1811.5 1203.33,-1811.5"/> +<text text-anchor="start" x="1257.5" y="-1818.2" font-family="arial" font-size="14.00">V+</text> +<polygon fill="none" stroke="black" points="1329.67,-1811.5 1329.67,-1835.5 1433,-1835.5 1433,-1811.5 1329.67,-1811.5"/> +<text text-anchor="start" x="1377.21" y="-1818.2" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1100,-1787.5 1100,-1811.5 1203.33,-1811.5 1203.33,-1787.5 1100,-1787.5"/> +<text text-anchor="start" x="1147.54" y="-1794.2" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1203.33,-1787.5 1203.33,-1811.5 1329.67,-1811.5 1329.67,-1787.5 1203.33,-1787.5"/> +<text text-anchor="start" x="1257.5" y="-1794.2" font-family="arial" font-size="14.00">V+</text> +<polygon fill="none" stroke="black" points="1329.67,-1787.5 1329.67,-1811.5 1433,-1811.5 1433,-1787.5 1329.67,-1787.5"/> +<text text-anchor="start" x="1377.21" y="-1794.2" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1100,-1763.5 1100,-1787.5 1203.33,-1787.5 1203.33,-1763.5 1100,-1763.5"/> +<text text-anchor="start" x="1147.54" y="-1770.2" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="1203.33,-1763.5 1203.33,-1787.5 1329.67,-1787.5 1329.67,-1763.5 1203.33,-1763.5"/> +<text text-anchor="start" x="1250.75" y="-1770.2" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="1329.67,-1763.5 1329.67,-1787.5 1433,-1787.5 1433,-1763.5 1329.67,-1763.5"/> +<text text-anchor="start" x="1377.21" y="-1770.2" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="1100,-1739.5 1100,-1763.5 1203.33,-1763.5 1203.33,-1739.5 1100,-1739.5"/> +<text text-anchor="start" x="1147.54" y="-1746.2" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="1203.33,-1739.5 1203.33,-1763.5 1329.67,-1763.5 1329.67,-1739.5 1203.33,-1739.5"/> +<text text-anchor="start" x="1250.75" y="-1746.2" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="1329.67,-1739.5 1329.67,-1763.5 1433,-1763.5 1433,-1739.5 1329.67,-1739.5"/> +<text text-anchor="start" x="1377.21" y="-1746.2" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="1100,-1414.5 1100,-1739.5 1433,-1739.5 1433,-1414.5 1100,-1414.5"/> +<image xlink:href="images\A2Power.png" width="325px" height="317px" preserveAspectRatio="xMinYMin meet" x="1104" y="-1735.5"/> +</g> +<!-- W9 --> +<g id="node22" class="node"> +<title>W9</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1878,-1690 1608,-1690 1608,-1575 1878,-1575 1878,-1690"/> +<polygon fill="none" stroke="black" points="1608,-1665.5 1608,-1690 1878,-1690 1878,-1665.5 1608,-1665.5"/> +<text text-anchor="start" x="1731.75" y="-1672.7" font-family="arial" font-size="14.00">W9</text> +<polygon fill="none" stroke="black" points="1608,-1641 1608,-1665.5 1664.5,-1665.5 1664.5,-1641 1608,-1641"/> +<text text-anchor="start" x="1628.75" y="-1648.2" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="1664.5,-1641 1664.5,-1665.5 1761.5,-1665.5 1761.5,-1641 1664.5,-1641"/> +<text text-anchor="start" x="1685.25" y="-1648.2" font-family="arial" font-size="14.00">14 AWG</text> +<polygon fill="none" stroke="black" points="1761.5,-1641 1761.5,-1665.5 1878,-1665.5 1878,-1641 1761.5,-1641"/> +<text text-anchor="start" x="1782.25" y="-1648.2" font-family="arial" font-size="14.00">36.0 Inches</text> +<text text-anchor="start" x="1650.12" y="-1625.7" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1609.62" y="-1605.7" font-family="arial" font-size="14.00">Servo:3:GND</text> +<text text-anchor="start" x="1697.88" y="-1605.7" font-family="arial" font-size="14.00">     BK    </text> +<text text-anchor="start" x="1754.75" y="-1605.7" font-family="arial" font-size="14.00">Negative Bus Bar:2</text> +<polygon fill="#000000" stroke="none" points="1608,-1599 1608,-1601 1878,-1601 1878,-1599 1608,-1599"/> +<polygon fill="#000000" stroke="none" points="1608,-1597 1608,-1599 1878,-1599 1878,-1597 1608,-1597"/> +<polygon fill="#000000" stroke="none" points="1608,-1595 1608,-1597 1878,-1597 1878,-1595 1608,-1595"/> +<text text-anchor="start" x="1650.12" y="-1579.7" font-family="arial" font-size="14.00"> </text> +</g> +<!-- Servo--W9 --> +<g id="edge17" class="edge"> +<title>Servo:e--W9:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1433,-1773.5C1541.54,-1776.01 1494.6,-1598.51 1607,-1596"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1433,-1775.5C1543.47,-1775.5 1496.53,-1598 1607,-1598"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1433,-1777.5C1545.4,-1774.99 1498.46,-1597.49 1607,-1600"/> +</g> +<!-- Negative Bus Bar --> +<g id="node9" class="node"> +<title>Negative Bus Bar</title> +<polygon fill="#ffffff" stroke="black" points="2243,-1233 2053,-1233 2053,-1086 2243,-1086 2243,-1233"/> +<polygon fill="none" stroke="black" points="2053,-1208.5 2053,-1233 2243,-1233 2243,-1208.5 2053,-1208.5"/> +<text text-anchor="start" x="2093.25" y="-1215.7" font-family="arial" font-size="14.00">Negative Bus Bar</text> +<polygon fill="none" stroke="black" points="2053,-1184 2053,-1208.5 2203.5,-1208.5 2203.5,-1184 2053,-1184"/> +<text text-anchor="start" x="2057" y="-1191.2" font-family="arial" font-size="14.00">Pike Industries Busbar</text> +<polygon fill="none" stroke="black" points="2203.5,-1184 2203.5,-1208.5 2243,-1208.5 2243,-1184 2203.5,-1184"/> +<text text-anchor="start" x="2207.5" y="-1191.2" font-family="arial" font-size="14.00">4-pin</text> +<polygon fill="none" stroke="black" points="2053,-1159.5 2053,-1184 2243,-1184 2243,-1159.5 2053,-1159.5"/> +<text text-anchor="start" x="2143.88" y="-1166.7" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="2053,-1135 2053,-1159.5 2243,-1159.5 2243,-1135 2053,-1135"/> +<text text-anchor="start" x="2143.88" y="-1142.2" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="2053,-1110.5 2053,-1135 2243,-1135 2243,-1110.5 2053,-1110.5"/> +<text text-anchor="start" x="2143.88" y="-1117.7" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="2053,-1086 2053,-1110.5 2243,-1110.5 2243,-1086 2053,-1086"/> +<text text-anchor="start" x="2143.88" y="-1093.2" font-family="arial" font-size="14.00">4</text> +</g> +<!-- _GND_1 --> +<g id="node10" class="node"> +<title>_GND_1</title> +<polygon fill="#ffffff" stroke="black" points="1310.25,-193.75 1222.75,-193.75 1222.75,-169.25 1310.25,-169.25 1310.25,-193.75"/> +<polygon fill="none" stroke="black" points="1222.75,-169.25 1222.75,-193.75 1310.25,-193.75 1310.25,-169.25 1222.75,-169.25"/> +<text text-anchor="start" x="1226.75" y="-176.45" font-family="arial" font-size="14.00">Battery GND</text> +</g> +<!-- _GND_2 --> +<g id="node11" class="node"> +<title>_GND_2</title> +<polygon fill="#ffffff" stroke="black" points="2191.75,-48.75 2104.25,-48.75 2104.25,-24.25 2191.75,-24.25 2191.75,-48.75"/> +<polygon fill="none" stroke="black" points="2104.25,-24.25 2104.25,-48.75 2191.75,-48.75 2191.75,-24.25 2104.25,-24.25"/> +<text text-anchor="start" x="2108.25" y="-31.45" font-family="arial" font-size="14.00">Battery GND</text> +</g> +<!-- _GND_3 --> +<g id="node12" class="node"> +<title>_GND_3</title> +<polygon fill="#ffffff" stroke="black" points="2191.75,-1293.75 2104.25,-1293.75 2104.25,-1269.25 2191.75,-1269.25 2191.75,-1293.75"/> +<polygon fill="none" stroke="black" points="2104.25,-1269.25 2104.25,-1293.75 2191.75,-1293.75 2191.75,-1269.25 2104.25,-1269.25"/> +<text text-anchor="start" x="2108.25" y="-1276.45" font-family="arial" font-size="14.00">Battery GND</text> +</g> +<!-- _GND_4 --> +<g id="node13" class="node"> +<title>_GND_4</title> +<polygon fill="#ffffff" stroke="black" points="2191.75,-677.75 2104.25,-677.75 2104.25,-653.25 2191.75,-653.25 2191.75,-677.75"/> +<polygon fill="none" stroke="black" points="2104.25,-653.25 2104.25,-677.75 2191.75,-677.75 2191.75,-653.25 2104.25,-653.25"/> +<text text-anchor="start" x="2108.25" y="-660.45" font-family="arial" font-size="14.00">Battery GND</text> +</g> +<!-- W1--Mag --> +<g id="edge2" class="edge"> +<title>W1:e--Mag:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M928.5,-258C1099.44,-260.37 1053.38,-12.37 1228.25,-10"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M928.5,-260C1101.41,-260 1055.34,-12 1228.25,-12"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M928.5,-262C1103.37,-259.63 1057.31,-11.63 1228.25,-14"/> +</g> +<!-- W2--Starter Switch --> +<g id="edge4" class="edge"> +<title>W2:e--Starter Switch:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M956,-1840C1083.11,-1841.77 1094.87,-1944.77 1218,-1943"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M956,-1842C1081.12,-1842 1092.88,-1945 1218,-1945"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M956,-1844C1079.13,-1842.23 1090.89,-1945.23 1218,-1947"/> +</g> +<!-- W3--Radio --> +<g id="edge6" class="edge"> +<title>W3:e--Radio:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M929.5,-1255C1061.11,-1255 1094.01,-1255 1225.62,-1255"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M929.5,-1257C1061.11,-1257 1094.01,-1257 1225.62,-1257"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M929.5,-1259C1061.11,-1259 1094.01,-1259 1225.62,-1259"/> +</g> +<!-- W4--Swash1 --> +<g id="edge8" class="edge"> +<title>W4:e--Swash1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M940.5,-1116C1015.66,-1117.4 1028.66,-1158.9 1100,-1157.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M940.5,-1118C1013.75,-1118 1026.75,-1159.5 1100,-1159.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M940.5,-1120C1011.84,-1118.6 1024.84,-1160.1 1100,-1161.5"/> +</g> +<!-- W5--PPS J1 --> +<g id="edge10" class="edge"> +<title>W5:e--PPS J1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1909,-1919C1987.22,-1919 2006.78,-1919 2085,-1919"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M1909,-1921C1987.22,-1921 2006.78,-1921 2085,-1921"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1909,-1923C1987.22,-1923 2006.78,-1923 2085,-1923"/> +</g> +<!-- W6--Servo --> +<g id="edge12" class="edge"> +<title>W6:e--Servo:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M934,-1599C1059.26,-1601.68 978.5,-1824.18 1100,-1821.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M934,-1601C1057.38,-1601 976.62,-1823.5 1100,-1823.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M934,-1603C1055.5,-1600.32 974.74,-1822.82 1100,-1825.5"/> +</g> +<!-- W7--Radar --> +<g id="edge14" class="edge"> +<title>W7:e--Radar:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M930,-784C1044.22,-786.55 988.93,-594.3 1107,-591.75"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M930,-786C1046.14,-786 990.86,-593.75 1107,-593.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M930,-788C1048.07,-785.45 992.78,-593.2 1107,-595.75"/> +</g> +<!-- W8--_GND_2 --> +<g id="edge16" class="edge"> +<title>W8:e--_GND_2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1813.5,-34C1942.31,-34 1974.5,-34.5 2103.25,-34.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1813.5,-36C1942.28,-36 1974.47,-36.5 2103.25,-36.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1813.5,-38C1942.25,-38 1974.44,-38.5 2103.25,-38.5"/> +</g> +<!-- W9--Negative Bus Bar --> +<g id="edge18" class="edge"> +<title>W9:e--Negative Bus Bar:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1879,-1596C2092,-1598.99 1836.52,-1148.24 2053,-1145.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1879,-1598C2093.74,-1598 1838.26,-1147.25 2053,-1147.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1879,-1600C2095.48,-1597.01 1840,-1146.26 2053,-1149.25"/> +</g> +<!-- W10--_GND_3 --> +<g id="edge20" class="edge"> +<title>W10:e--_GND_3:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1818.5,-1279C1945.09,-1279 1976.73,-1279.5 2103.25,-1279.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1818.5,-1281C1945.06,-1281 1976.69,-1281.5 2103.25,-1281.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1818.5,-1283C1945.02,-1283 1976.66,-1283.5 2103.25,-1283.5"/> +</g> +<!-- W11--Negative Bus Bar --> +<g id="edge22" class="edge"> +<title>W11:e--Negative Bus Bar:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1885.5,-1121C1962.36,-1121.85 1979.42,-1146.1 2053,-1145.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1885.5,-1123C1960.72,-1123 1977.78,-1147.25 2053,-1147.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1885.5,-1125C1959.08,-1124.15 1976.14,-1148.4 2053,-1149.25"/> +</g> +<!-- W12--_GND_4 --> +<g id="edge24" class="edge"> +<title>W12:e--_GND_4:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1819,-663C1945.37,-663 1976.95,-663.5 2103.25,-663.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1819,-665C1945.33,-665 1976.92,-665.5 2103.25,-665.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1819,-667C1945.3,-667 1976.88,-667.5 2103.25,-667.5"/> +</g> +<!-- W13--_GND_1 --> +<g id="edge26" class="edge"> +<title>W13:e--_GND_1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M900.5,-412C1026.5,-414.53 986.87,-270.28 1099.01,-204.76 1148.27,-177.21 1166.76,-179.52 1221.75,-179.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M900.5,-414C1028.43,-414 988.8,-269.75 1100,-206.5 1148.02,-179.19 1166.51,-181.5 1221.75,-181.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M900.5,-416C1030.36,-413.47 990.72,-269.22 1100.99,-208.24 1147.77,-181.17 1166.26,-183.48 1221.75,-183.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, 1 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">2</td> + <td style="border:1px solid #000000; padding: 4px">Connector, Amphenol C091-11H004-000-2, 4 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">Servo, Swash1</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">3</td> + <td style="border:1px solid #000000; padding: 4px">Connector, Battery GND</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">4</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">4</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">VPX J10</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">5</td> + <td style="border:1px solid #000000; padding: 4px">Connector, DTM04-4P, 4 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">Radar</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">6</td> + <td style="border:1px solid #000000; padding: 4px">Connector, Mag, 4 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">Mag</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">7</td> + <td style="border:1px solid #000000; padding: 4px">Connector, Pike Industries Busbar, 4 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">Negative Bus Bar</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">8</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">1</td> + <td style="border:1px solid #000000; padding: 4px"></td> + <td style="border:1px solid #000000; padding: 4px">Starter Switch</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">9</td> + <td style="border:1px solid #000000; padding: 4px">Connector, temp, 4 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">Radio</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">10</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">99.0</td> + <td style="border:1px solid #000000; padding: 4px">"</td> + <td style="border:1px solid #000000; padding: 4px">W12, W13, W8</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">11</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">72.0</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W11, W9</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">12</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">1.0</td> + <td style="border:1px solid #000000; padding: 4px">TBD</td> + <td style="border:1px solid #000000; padding: 4px">W10</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">13</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 14 AWG, RD</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">214.5</td> + <td style="border:1px solid #000000; padding: 4px">"</td> + <td style="border:1px solid #000000; padding: 4px">W4, W6, W7</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">14</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 14 AWG, RD</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">1.0</td> + <td style="border:1px solid #000000; padding: 4px">TBD</td> + <td style="border:1px solid #000000; padding: 4px">W3</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">15</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 18 AWG, RD</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">21.0</td> + <td style="border:1px solid #000000; padding: 4px">"</td> + <td style="border:1px solid #000000; padding: 4px">W1</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">16</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 2 AWG, WH</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">1.0</td> + <td style="border:1px solid #000000; padding: 4px">TBD</td> + <td style="border:1px solid #000000; padding: 4px">W5</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">17</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">1.0</td> + <td style="border:1px solid #000000; padding: 4px">TBD</td> + <td style="border:1px solid #000000; padding: 4px">W2</td> + </tr> +</table> +</body></html> diff --git a/wireviz/Choppy_IB_VPX_J10.png b/wireviz/Choppy_IB_VPX_J10.png Binary files differnew file mode 100644 index 0000000..8f28f64 --- /dev/null +++ b/wireviz/Choppy_IB_VPX_J10.png diff --git a/wireviz/Choppy_IB_VPX_J10.svg b/wireviz/Choppy_IB_VPX_J10.svg new file mode 100644 index 0000000..7cae7bc --- /dev/null +++ b/wireviz/Choppy_IB_VPX_J10.svg @@ -0,0 +1,780 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" + "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<!-- Generated by graphviz version 12.0.0 (20240704.0754) + --> +<!-- Pages: 1 --> +<svg width="2251pt" height="2021pt" + viewBox="0.00 0.00 2251.00 2021.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 2017)"> +<polygon fill="#ffffff" stroke="none" points="-4,4 -4,-2017 2247,-2017 2247,4 -4,4"/> +<!-- VPX J10 --> +<g id="node1" class="node"> +<title>VPX J10</title> +<polygon fill="#ffffff" stroke="black" points="530,-1299.25 0,-1299.25 0,-621.75 530,-621.75 530,-1299.25"/> +<polygon fill="none" stroke="black" points="0,-1274.75 0,-1299.25 530,-1299.25 530,-1274.75 0,-1274.75"/> +<text text-anchor="start" x="236.5" y="-1281.95" font-family="arial" font-size="14.00">VPX J10</text> +<polygon fill="none" stroke="black" points="0,-1250.25 0,-1274.75 337.75,-1274.75 337.75,-1250.25 0,-1250.25"/> +<text text-anchor="start" x="76.25" y="-1257.45" font-family="arial" font-size="14.00">Connector Molex 194180013</text> +<polygon fill="none" stroke="black" points="337.75,-1250.25 337.75,-1274.75 530,-1274.75 530,-1250.25 337.75,-1250.25"/> +<text text-anchor="start" x="414" y="-1257.45" font-family="arial" font-size="14.00">10-pin</text> +<polygon fill="none" stroke="black" points="0,-1226.25 0,-1250.25 278,-1250.25 278,-1226.25 0,-1226.25"/> +<text text-anchor="start" x="118" y="-1232.95" font-family="arial" font-size="14.00">Starter</text> +<polygon fill="none" stroke="black" points="278,-1226.25 278,-1250.25 530,-1250.25 530,-1226.25 278,-1226.25"/> +<text text-anchor="start" x="399.88" y="-1232.95" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="0,-1202.25 0,-1226.25 278,-1226.25 278,-1202.25 0,-1202.25"/> +<text text-anchor="start" x="130" y="-1208.95" font-family="arial" font-size="14.00">5A</text> +<polygon fill="none" stroke="black" points="278,-1202.25 278,-1226.25 530,-1226.25 530,-1202.25 278,-1202.25"/> +<text text-anchor="start" x="399.88" y="-1208.95" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="0,-1178.25 0,-1202.25 278,-1202.25 278,-1178.25 0,-1178.25"/> +<text text-anchor="start" x="125.88" y="-1184.95" font-family="arial" font-size="14.00">10A</text> +<polygon fill="none" stroke="black" points="278,-1178.25 278,-1202.25 530,-1202.25 530,-1178.25 278,-1178.25"/> +<text text-anchor="start" x="399.88" y="-1184.95" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="0,-1154.25 0,-1178.25 278,-1178.25 278,-1154.25 0,-1154.25"/> +<text text-anchor="start" x="130" y="-1160.95" font-family="arial" font-size="14.00">5A</text> +<polygon fill="none" stroke="black" points="278,-1154.25 278,-1178.25 530,-1178.25 530,-1154.25 278,-1154.25"/> +<text text-anchor="start" x="399.88" y="-1160.95" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="0,-1130.25 0,-1154.25 278,-1154.25 278,-1130.25 0,-1130.25"/> +<text text-anchor="start" x="125.88" y="-1136.95" font-family="arial" font-size="14.00">10A</text> +<polygon fill="none" stroke="black" points="278,-1130.25 278,-1154.25 530,-1154.25 530,-1130.25 278,-1130.25"/> +<text text-anchor="start" x="399.88" y="-1136.95" font-family="arial" font-size="14.00">5</text> +<polygon fill="none" stroke="black" points="0,-1106.25 0,-1130.25 278,-1130.25 278,-1106.25 0,-1106.25"/> +<text text-anchor="start" x="125.88" y="-1112.95" font-family="arial" font-size="14.00">15A</text> +<polygon fill="none" stroke="black" points="278,-1106.25 278,-1130.25 530,-1130.25 530,-1106.25 278,-1106.25"/> +<text text-anchor="start" x="399.88" y="-1112.95" font-family="arial" font-size="14.00">6</text> +<polygon fill="none" stroke="black" points="0,-1082.25 0,-1106.25 278,-1106.25 278,-1082.25 0,-1082.25"/> +<text text-anchor="start" x="130" y="-1088.95" font-family="arial" font-size="14.00">5A</text> +<polygon fill="none" stroke="black" points="278,-1082.25 278,-1106.25 530,-1106.25 530,-1082.25 278,-1082.25"/> +<text text-anchor="start" x="399.88" y="-1088.95" font-family="arial" font-size="14.00">7</text> +<polygon fill="none" stroke="black" points="0,-1058.25 0,-1082.25 278,-1082.25 278,-1058.25 0,-1058.25"/> +<text text-anchor="start" x="130" y="-1064.95" font-family="arial" font-size="14.00">5A</text> +<polygon fill="none" stroke="black" points="278,-1058.25 278,-1082.25 530,-1082.25 530,-1058.25 278,-1058.25"/> +<text text-anchor="start" x="399.88" y="-1064.95" font-family="arial" font-size="14.00">8</text> +<polygon fill="none" stroke="black" points="0,-1034.25 0,-1058.25 278,-1058.25 278,-1034.25 0,-1034.25"/> +<text text-anchor="start" x="123.25" y="-1040.95" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="278,-1034.25 278,-1058.25 530,-1058.25 530,-1034.25 278,-1034.25"/> +<text text-anchor="start" x="399.88" y="-1040.95" font-family="arial" font-size="14.00">9</text> +<polygon fill="none" stroke="black" points="0,-1010.25 0,-1034.25 278,-1034.25 278,-1010.25 0,-1010.25"/> +<text text-anchor="start" x="130" y="-1016.95" font-family="arial" font-size="14.00">5A</text> +<polygon fill="none" stroke="black" points="278,-1010.25 278,-1034.25 530,-1034.25 530,-1010.25 278,-1010.25"/> +<text text-anchor="start" x="395.75" y="-1016.95" font-family="arial" font-size="14.00">10</text> +<polygon fill="none" stroke="black" points="0,-646.25 0,-1010.25 530,-1010.25 530,-646.25 0,-646.25"/> +<image xlink:href="images\J10.png" width="522px" height="356px" preserveAspectRatio="xMinYMin meet" x="4" y="-1006.25"/> +<polygon fill="none" stroke="black" points="0,-621.75 0,-646.25 530,-646.25 530,-621.75 0,-621.75"/> +<text text-anchor="start" x="236.5" y="-628.95" font-family="arial" font-size="14.00">VPX J10</text> +</g> +<!-- W1 --> +<g id="node14" class="node"> +<title>W1</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="927.5,-352 702.5,-352 702.5,-237 927.5,-237 927.5,-352"/> +<polygon fill="none" stroke="black" points="702.5,-327.5 702.5,-352 927.5,-352 927.5,-327.5 702.5,-327.5"/> +<text text-anchor="start" x="803.75" y="-334.7" font-family="arial" font-size="14.00">W1</text> +<polygon fill="none" stroke="black" points="702.5,-303 702.5,-327.5 756.5,-327.5 756.5,-303 702.5,-303"/> +<text text-anchor="start" x="722" y="-310.2" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="756.5,-303 756.5,-327.5 851,-327.5 851,-303 756.5,-303"/> +<text text-anchor="start" x="776" y="-310.2" font-family="arial" font-size="14.00">18 AWG</text> +<polygon fill="none" stroke="black" points="851,-303 851,-327.5 927.5,-327.5 927.5,-303 851,-303"/> +<text text-anchor="start" x="870.5" y="-310.2" font-family="arial" font-size="14.00">21.0 "</text> +<text text-anchor="start" x="752.12" y="-287.7" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="704.5" y="-267.7" font-family="arial" font-size="14.00">VPX J10:10:5A</text> +<text text-anchor="start" x="807.12" y="-267.7" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="865.12" y="-267.7" font-family="arial" font-size="14.00">Mag:9:V+</text> +<polygon fill="#000000" stroke="none" points="702.5,-261 702.5,-263 927.5,-263 927.5,-261 702.5,-261"/> +<polygon fill="#ff0000" stroke="none" points="702.5,-259 702.5,-261 927.5,-261 927.5,-259 702.5,-259"/> +<polygon fill="#000000" stroke="none" points="702.5,-257 702.5,-259 927.5,-259 927.5,-257 702.5,-257"/> +<text text-anchor="start" x="752.12" y="-241.7" font-family="arial" font-size="14.00"> </text> +</g> +<!-- VPX J10--W1 --> +<g id="edge1" class="edge"> +<title>VPX J10:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M530,-1020.25C875.6,-1023.38 352.6,-261.13 701.5,-258"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M530,-1022.25C877.25,-1022.25 354.25,-260 701.5,-260"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M530,-1024.25C878.9,-1021.12 355.9,-258.87 701.5,-262"/> +</g> +<!-- W2 --> +<g id="node15" class="node"> +<title>W2</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="956,-1934 674,-1934 674,-1819 956,-1819 956,-1934"/> +<polygon fill="none" stroke="black" points="674,-1909.5 674,-1934 956,-1934 956,-1909.5 674,-1909.5"/> +<text text-anchor="start" x="803.75" y="-1916.7" font-family="arial" font-size="14.00">W2</text> +<polygon fill="none" stroke="black" points="674,-1885 674,-1909.5 741.75,-1909.5 741.75,-1885 674,-1885"/> +<text text-anchor="start" x="700.38" y="-1892.2" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="741.75,-1885 741.75,-1909.5 850,-1909.5 850,-1885 741.75,-1885"/> +<text text-anchor="start" x="768.12" y="-1892.2" font-family="arial" font-size="14.00">22 AWG</text> +<polygon fill="none" stroke="black" points="850,-1885 850,-1909.5 956,-1909.5 956,-1885 850,-1885"/> +<text text-anchor="start" x="876.38" y="-1892.2" font-family="arial" font-size="14.00">1.0 TBD</text> +<text text-anchor="start" x="731.12" y="-1869.7" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="675.62" y="-1849.7" font-family="arial" font-size="14.00">VPX J10:1:Starter</text> +<text text-anchor="start" x="793.62" y="-1849.7" font-family="arial" font-size="14.00">     WH    </text> +<text text-anchor="start" x="855" y="-1849.7" font-family="arial" font-size="14.00">Starter Switch:1</text> +<polygon fill="#000000" stroke="none" points="674,-1843 674,-1845 956,-1845 956,-1843 674,-1843"/> +<polygon fill="#ffffff" stroke="none" points="674,-1841 674,-1843 956,-1843 956,-1841 674,-1841"/> +<polygon fill="#000000" stroke="none" points="674,-1839 674,-1841 956,-1841 956,-1839 674,-1839"/> +<text text-anchor="start" x="731.12" y="-1823.7" font-family="arial" font-size="14.00"> </text> +</g> +<!-- VPX J10--W2 --> +<g id="edge3" class="edge"> +<title>VPX J10:e--W2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M530,-1236.25C807.52,-1239.37 399.8,-1843.12 674,-1840"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M530,-1238.25C805.86,-1238.25 398.14,-1842 674,-1842"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M530,-1240.25C804.2,-1237.13 396.48,-1840.88 674,-1844"/> +</g> +<!-- W3 --> +<g id="node16" class="node"> +<title>W3</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="928.5,-1349 701.5,-1349 701.5,-1234 928.5,-1234 928.5,-1349"/> +<polygon fill="none" stroke="black" points="701.5,-1324.5 701.5,-1349 928.5,-1349 928.5,-1324.5 701.5,-1324.5"/> +<text text-anchor="start" x="803.75" y="-1331.7" font-family="arial" font-size="14.00">W3</text> +<polygon fill="none" stroke="black" points="701.5,-1300 701.5,-1324.5 750.92,-1324.5 750.92,-1300 701.5,-1300"/> +<text text-anchor="start" x="718.71" y="-1307.2" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="750.92,-1300 750.92,-1324.5 840.83,-1324.5 840.83,-1300 750.92,-1300"/> +<text text-anchor="start" x="768.12" y="-1307.2" font-family="arial" font-size="14.00">14 AWG</text> +<polygon fill="none" stroke="black" points="840.83,-1300 840.83,-1324.5 928.5,-1324.5 928.5,-1300 840.83,-1300"/> +<text text-anchor="start" x="858.04" y="-1307.2" font-family="arial" font-size="14.00">1.0 TBD</text> +<text text-anchor="start" x="746.62" y="-1284.7" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="703.12" y="-1264.7" font-family="arial" font-size="14.00">VPX J10:4:5A</text> +<text text-anchor="start" x="797.12" y="-1264.7" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="855.38" y="-1264.7" font-family="arial" font-size="14.00">Radio:4:V+</text> +<polygon fill="#000000" stroke="none" points="701.5,-1258 701.5,-1260 928.5,-1260 928.5,-1258 701.5,-1258"/> +<polygon fill="#ff0000" stroke="none" points="701.5,-1256 701.5,-1258 928.5,-1258 928.5,-1256 701.5,-1256"/> +<polygon fill="#000000" stroke="none" points="701.5,-1254 701.5,-1256 928.5,-1256 928.5,-1254 701.5,-1254"/> +<text text-anchor="start" x="746.62" y="-1238.7" font-family="arial" font-size="14.00"> </text> +</g> +<!-- VPX J10--W3 --> +<g id="edge5" class="edge"> +<title>VPX J10:e--W3:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M530,-1164.25C617.84,-1166.28 616.66,-1257.03 700.5,-1255"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M530,-1166.25C615.84,-1166.25 614.66,-1257 700.5,-1257"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M530,-1168.25C613.84,-1166.22 612.66,-1256.97 700.5,-1259"/> +</g> +<!-- W4 --> +<g id="node17" class="node"> +<title>W4</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="939.5,-1210 690.5,-1210 690.5,-1095 939.5,-1095 939.5,-1210"/> +<polygon fill="none" stroke="black" points="690.5,-1185.5 690.5,-1210 939.5,-1210 939.5,-1185.5 690.5,-1185.5"/> +<text text-anchor="start" x="803.75" y="-1192.7" font-family="arial" font-size="14.00">W4</text> +<polygon fill="none" stroke="black" points="690.5,-1161 690.5,-1185.5 752.5,-1185.5 752.5,-1161 690.5,-1161"/> +<text text-anchor="start" x="714" y="-1168.2" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="752.5,-1161 752.5,-1185.5 855,-1185.5 855,-1161 752.5,-1161"/> +<text text-anchor="start" x="776" y="-1168.2" font-family="arial" font-size="14.00">14 AWG</text> +<polygon fill="none" stroke="black" points="855,-1161 855,-1185.5 939.5,-1185.5 939.5,-1161 855,-1161"/> +<text text-anchor="start" x="878.5" y="-1168.2" font-family="arial" font-size="14.00">90.0 "</text> +<text text-anchor="start" x="740.12" y="-1145.7" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="692.5" y="-1125.7" font-family="arial" font-size="14.00">VPX J10:6:15A</text> +<text text-anchor="start" x="795.12" y="-1125.7" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="853.5" y="-1125.7" font-family="arial" font-size="14.00">Swash1:1:V+</text> +<polygon fill="#000000" stroke="none" points="690.5,-1119 690.5,-1121 939.5,-1121 939.5,-1119 690.5,-1119"/> +<polygon fill="#ff0000" stroke="none" points="690.5,-1117 690.5,-1119 939.5,-1119 939.5,-1117 690.5,-1117"/> +<polygon fill="#000000" stroke="none" points="690.5,-1115 690.5,-1117 939.5,-1117 939.5,-1115 690.5,-1115"/> +<text text-anchor="start" x="740.12" y="-1099.7" font-family="arial" font-size="14.00"> </text> +</g> +<!-- VPX J10--W4 --> +<g id="edge7" class="edge"> +<title>VPX J10:e--W4:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M530,-1116.25C600.86,-1116.25 618.58,-1116 689.5,-1116"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M530,-1118.25C600.89,-1118.25 618.61,-1118 689.5,-1118"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M530,-1120.25C600.92,-1120.25 618.64,-1120 689.5,-1120"/> +</g> +<!-- W6 --> +<g id="node19" class="node"> +<title>W6</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="933,-1693 697,-1693 697,-1578 933,-1578 933,-1693"/> +<polygon fill="none" stroke="black" points="697,-1668.5 697,-1693 933,-1693 933,-1668.5 697,-1668.5"/> +<text text-anchor="start" x="803.75" y="-1675.7" font-family="arial" font-size="14.00">W6</text> +<polygon fill="none" stroke="black" points="697,-1644 697,-1668.5 754.67,-1668.5 754.67,-1644 697,-1644"/> +<text text-anchor="start" x="718.33" y="-1651.2" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="754.67,-1644 754.67,-1668.5 852.83,-1668.5 852.83,-1644 754.67,-1644"/> +<text text-anchor="start" x="776" y="-1651.2" font-family="arial" font-size="14.00">14 AWG</text> +<polygon fill="none" stroke="black" points="852.83,-1644 852.83,-1668.5 933,-1668.5 933,-1644 852.83,-1644"/> +<text text-anchor="start" x="874.17" y="-1651.2" font-family="arial" font-size="14.00">90.0 "</text> +<text text-anchor="start" x="746.62" y="-1628.7" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="699" y="-1608.7" font-family="arial" font-size="14.00">VPX J10:3:10A</text> +<text text-anchor="start" x="801.62" y="-1608.7" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="859.88" y="-1608.7" font-family="arial" font-size="14.00">Servo:1:V+</text> +<polygon fill="#000000" stroke="none" points="697,-1602 697,-1604 933,-1604 933,-1602 697,-1602"/> +<polygon fill="#ff0000" stroke="none" points="697,-1600 697,-1602 933,-1602 933,-1600 697,-1600"/> +<polygon fill="#000000" stroke="none" points="697,-1598 697,-1600 933,-1600 933,-1598 697,-1598"/> +<text text-anchor="start" x="746.62" y="-1582.7" font-family="arial" font-size="14.00"> </text> +</g> +<!-- VPX J10--W6 --> +<g id="edge11" class="edge"> +<title>VPX J10:e--W6:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M530,-1188.25C728.65,-1191.22 500.85,-1601.97 696,-1599"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M530,-1190.25C726.9,-1190.25 499.1,-1601 696,-1601"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M530,-1192.25C725.15,-1189.28 497.35,-1600.03 696,-1603"/> +</g> +<!-- W7 --> +<g id="node20" class="node"> +<title>W7</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="929,-878 701,-878 701,-763 929,-763 929,-878"/> +<polygon fill="none" stroke="black" points="701,-853.5 701,-878 929,-878 929,-853.5 701,-853.5"/> +<text text-anchor="start" x="803.75" y="-860.7" font-family="arial" font-size="14.00">W7</text> +<polygon fill="none" stroke="black" points="701,-829 701,-853.5 756,-853.5 756,-829 701,-829"/> +<text text-anchor="start" x="721" y="-836.2" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="756,-829 756,-853.5 851.5,-853.5 851.5,-829 756,-829"/> +<text text-anchor="start" x="776" y="-836.2" font-family="arial" font-size="14.00">14 AWG</text> +<polygon fill="none" stroke="black" points="851.5,-829 851.5,-853.5 929,-853.5 929,-829 851.5,-829"/> +<text text-anchor="start" x="871.5" y="-836.2" font-family="arial" font-size="14.00">34.5 "</text> +<text text-anchor="start" x="746.12" y="-813.7" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="702.62" y="-793.7" font-family="arial" font-size="14.00">VPX J10:7:5A</text> +<text text-anchor="start" x="796.62" y="-793.7" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="855" y="-793.7" font-family="arial" font-size="14.00">Radar:4:V+</text> +<polygon fill="#000000" stroke="none" points="701,-787 701,-789 929,-789 929,-787 701,-787"/> +<polygon fill="#ff0000" stroke="none" points="701,-785 701,-787 929,-787 929,-785 701,-785"/> +<polygon fill="#000000" stroke="none" points="701,-783 701,-785 929,-785 929,-783 701,-783"/> +<text text-anchor="start" x="746.12" y="-767.7" font-family="arial" font-size="14.00"> </text> +</g> +<!-- VPX J10--W7 --> +<g id="edge13" class="edge"> +<title>VPX J10:e--W7:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M530,-1092.25C684.64,-1095.09 541.73,-786.84 700,-784"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M530,-1094.25C686.45,-1094.25 543.55,-786 700,-786"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M530,-1096.25C688.27,-1093.41 545.36,-785.16 700,-788"/> +</g> +<!-- W13 --> +<g id="node26" class="node"> +<title>W13</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="899.5,-506 730.5,-506 730.5,-391 899.5,-391 899.5,-506"/> +<polygon fill="none" stroke="black" points="730.5,-481.5 730.5,-506 899.5,-506 899.5,-481.5 730.5,-481.5"/> +<text text-anchor="start" x="799.62" y="-488.7" font-family="arial" font-size="14.00">W13</text> +<polygon fill="none" stroke="black" points="730.5,-457 730.5,-481.5 765.83,-481.5 765.83,-457 730.5,-457"/> +<text text-anchor="start" x="740.67" y="-464.2" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="765.83,-457 765.83,-481.5 841.67,-481.5 841.67,-457 765.83,-457"/> +<text text-anchor="start" x="776" y="-464.2" font-family="arial" font-size="14.00">14 AWG</text> +<polygon fill="none" stroke="black" points="841.67,-457 841.67,-481.5 899.5,-481.5 899.5,-457 841.67,-457"/> +<text text-anchor="start" x="851.83" y="-464.2" font-family="arial" font-size="14.00">37.5 "</text> +<text text-anchor="start" x="782.62" y="-441.7" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="732.38" y="-421.7" font-family="arial" font-size="14.00">VPX J10:9:GND</text> +<text text-anchor="start" x="840.38" y="-421.7" font-family="arial" font-size="14.00">     BK    </text> +<polygon fill="#000000" stroke="none" points="730.5,-415 730.5,-417 899.5,-417 899.5,-415 730.5,-415"/> +<polygon fill="#000000" stroke="none" points="730.5,-413 730.5,-415 899.5,-415 899.5,-413 730.5,-413"/> +<polygon fill="#000000" stroke="none" points="730.5,-411 730.5,-413 899.5,-413 899.5,-411 730.5,-411"/> +<text text-anchor="start" x="782.62" y="-395.7" font-family="arial" font-size="14.00"> </text> +</g> +<!-- VPX J10--W13 --> +<g id="edge25" class="edge"> +<title>VPX J10:e--W13:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M530,-1044.25C822.95,-1047.3 433.14,-415.05 729.5,-412"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M530,-1046.25C824.66,-1046.25 434.84,-414 729.5,-414"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M530,-1048.25C826.36,-1045.2 436.55,-412.95 729.5,-416"/> +</g> +<!-- PPS J1 --> +<g id="node2" class="node"> +<title>PPS J1</title> +<polygon fill="#ffffff" stroke="black" points="2210,-1982.25 2086,-1982.25 2086,-1908.75 2210,-1908.75 2210,-1982.25"/> +<polygon fill="none" stroke="black" points="2086,-1957.75 2086,-1982.25 2210,-1982.25 2210,-1957.75 2086,-1957.75"/> +<text text-anchor="start" x="2123.62" y="-1964.95" font-family="arial" font-size="14.00">PPS J1</text> +<polygon fill="none" stroke="black" points="2086,-1933.25 2086,-1957.75 2210,-1957.75 2210,-1933.25 2086,-1933.25"/> +<text text-anchor="start" x="2132.25" y="-1940.45" font-family="arial" font-size="14.00">1-pin</text> +<polygon fill="none" stroke="black" points="2086,-1908.75 2086,-1933.25 2102.25,-1933.25 2102.25,-1908.75 2086,-1908.75"/> +<text text-anchor="start" x="2090" y="-1915.95" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="2102.25,-1908.75 2102.25,-1933.25 2210,-1933.25 2210,-1908.75 2102.25,-1908.75"/> +<text text-anchor="start" x="2106.25" y="-1915.95" font-family="arial" font-size="14.00">Main Bat Starter</text> +</g> +<!-- Mag --> +<g id="node3" class="node"> +<title>Mag</title> +<polygon fill="#ffffff" stroke="black" points="1303.75,-145 1229.25,-145 1229.25,0 1303.75,0 1303.75,-145"/> +<polygon fill="none" stroke="black" points="1229.25,-120.5 1229.25,-145 1303.75,-145 1303.75,-120.5 1229.25,-120.5"/> +<text text-anchor="start" x="1253" y="-127.7" font-family="arial" font-size="14.00">Mag</text> +<polygon fill="none" stroke="black" points="1229.25,-96 1229.25,-120.5 1264.25,-120.5 1264.25,-96 1229.25,-96"/> +<text text-anchor="start" x="1233.25" y="-103.2" font-family="arial" font-size="14.00">Mag</text> +<polygon fill="none" stroke="black" points="1264.25,-96 1264.25,-120.5 1303.75,-120.5 1303.75,-96 1264.25,-96"/> +<text text-anchor="start" x="1268.25" y="-103.2" font-family="arial" font-size="14.00">4-pin</text> +<polygon fill="none" stroke="black" points="1229.25,-72 1229.25,-96 1246.42,-96 1246.42,-72 1229.25,-72"/> +<text text-anchor="start" x="1233.71" y="-78.7" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1246.42,-72 1246.42,-96 1286.58,-96 1286.58,-72 1246.42,-72"/> +<text text-anchor="start" x="1257.12" y="-78.7" font-family="arial" font-size="14.00">TX</text> +<polygon fill="none" stroke="black" points="1286.58,-72 1286.58,-96 1303.75,-96 1303.75,-72 1286.58,-72"/> +<text text-anchor="start" x="1291.04" y="-78.7" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1229.25,-48 1229.25,-72 1246.42,-72 1246.42,-48 1229.25,-48"/> +<text text-anchor="start" x="1233.71" y="-54.7" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="1246.42,-48 1246.42,-72 1286.58,-72 1286.58,-48 1246.42,-48"/> +<text text-anchor="start" x="1256.38" y="-54.7" font-family="arial" font-size="14.00">RX</text> +<polygon fill="none" stroke="black" points="1286.58,-48 1286.58,-72 1303.75,-72 1303.75,-48 1286.58,-48"/> +<text text-anchor="start" x="1291.04" y="-54.7" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="1229.25,-24 1229.25,-48 1246.42,-48 1246.42,-24 1229.25,-24"/> +<text text-anchor="start" x="1233.71" y="-30.7" font-family="arial" font-size="14.00">5</text> +<polygon fill="none" stroke="black" points="1246.42,-24 1246.42,-48 1286.58,-48 1286.58,-24 1246.42,-24"/> +<text text-anchor="start" x="1250.75" y="-30.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="1286.58,-24 1286.58,-48 1303.75,-48 1303.75,-24 1286.58,-24"/> +<text text-anchor="start" x="1291.04" y="-30.7" font-family="arial" font-size="14.00">5</text> +<polygon fill="none" stroke="black" points="1229.25,0 1229.25,-24 1246.42,-24 1246.42,0 1229.25,0"/> +<text text-anchor="start" x="1233.71" y="-6.7" font-family="arial" font-size="14.00">9</text> +<polygon fill="none" stroke="black" points="1246.42,0 1246.42,-24 1286.58,-24 1286.58,0 1246.42,0"/> +<text text-anchor="start" x="1257.5" y="-6.7" font-family="arial" font-size="14.00">V+</text> +<polygon fill="none" stroke="black" points="1286.58,0 1286.58,-24 1303.75,-24 1303.75,0 1286.58,0"/> +<text text-anchor="start" x="1291.04" y="-6.7" font-family="arial" font-size="14.00">9</text> +</g> +<!-- W8 --> +<g id="node21" class="node"> +<title>W8</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1812.5,-128 1673.5,-128 1673.5,-13 1812.5,-13 1812.5,-128"/> +<polygon fill="none" stroke="black" points="1673.5,-103.5 1673.5,-128 1812.5,-128 1812.5,-103.5 1673.5,-103.5"/> +<text text-anchor="start" x="1731.75" y="-110.7" font-family="arial" font-size="14.00">W8</text> +<polygon fill="none" stroke="black" points="1673.5,-79 1673.5,-103.5 1698.83,-103.5 1698.83,-79 1673.5,-79"/> +<text text-anchor="start" x="1678.67" y="-86.2" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="1698.83,-79 1698.83,-103.5 1764.67,-103.5 1764.67,-79 1698.83,-79"/> +<text text-anchor="start" x="1704" y="-86.2" font-family="arial" font-size="14.00">14 AWG</text> +<polygon fill="none" stroke="black" points="1764.67,-79 1764.67,-103.5 1812.5,-103.5 1812.5,-79 1764.67,-79"/> +<text text-anchor="start" x="1769.83" y="-86.2" font-family="arial" font-size="14.00">43.5 "</text> +<text text-anchor="start" x="1710.62" y="-63.7" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1675.38" y="-43.7" font-family="arial" font-size="14.00">Mag:5:GND</text> +<text text-anchor="start" x="1753.38" y="-43.7" font-family="arial" font-size="14.00">     BK    </text> +<polygon fill="#000000" stroke="none" points="1673.5,-37 1673.5,-39 1812.5,-39 1812.5,-37 1673.5,-37"/> +<polygon fill="#000000" stroke="none" points="1673.5,-35 1673.5,-37 1812.5,-37 1812.5,-35 1673.5,-35"/> +<polygon fill="#000000" stroke="none" points="1673.5,-33 1673.5,-35 1812.5,-35 1812.5,-33 1673.5,-33"/> +<text text-anchor="start" x="1710.62" y="-17.7" font-family="arial" font-size="14.00"> </text> +</g> +<!-- Mag--W8 --> +<g id="edge15" class="edge"> +<title>Mag:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1304.75,-34C1468.19,-34 1509.06,-34 1672.5,-34"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1304.75,-36C1468.19,-36 1509.06,-36 1672.5,-36"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1304.75,-38C1468.19,-38 1509.06,-38 1672.5,-38"/> +</g> +<!-- Radar --> +<g id="node4" class="node"> +<title>Radar</title> +<polygon fill="#ffffff" stroke="black" points="1425,-726.75 1108,-726.75 1108,-218.25 1425,-218.25 1425,-726.75"/> +<polygon fill="none" stroke="black" points="1108,-702.25 1108,-726.75 1425,-726.75 1425,-702.25 1108,-702.25"/> +<text text-anchor="start" x="1247.38" y="-709.45" font-family="arial" font-size="14.00">Radar</text> +<polygon fill="none" stroke="black" points="1108,-677.75 1108,-702.25 1285.62,-702.25 1285.62,-677.75 1108,-677.75"/> +<text text-anchor="start" x="1161.94" y="-684.95" font-family="arial" font-size="14.00">DTM04-4P</text> +<polygon fill="none" stroke="black" points="1285.62,-677.75 1285.62,-702.25 1425,-702.25 1425,-677.75 1285.62,-677.75"/> +<text text-anchor="start" x="1339.56" y="-684.95" font-family="arial" font-size="14.00">4-pin</text> +<polygon fill="none" stroke="black" points="1108,-653.75 1108,-677.75 1200.33,-677.75 1200.33,-653.75 1108,-653.75"/> +<text text-anchor="start" x="1150.04" y="-660.45" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1200.33,-653.75 1200.33,-677.75 1332.67,-677.75 1332.67,-653.75 1200.33,-653.75"/> +<text text-anchor="start" x="1250.75" y="-660.45" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="1332.67,-653.75 1332.67,-677.75 1425,-677.75 1425,-653.75 1332.67,-653.75"/> +<text text-anchor="start" x="1374.71" y="-660.45" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1108,-629.75 1108,-653.75 1200.33,-653.75 1200.33,-629.75 1108,-629.75"/> +<text text-anchor="start" x="1150.04" y="-636.45" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1200.33,-629.75 1200.33,-653.75 1332.67,-653.75 1332.67,-629.75 1200.33,-629.75"/> +<text text-anchor="start" x="1243.25" y="-636.45" font-family="arial" font-size="14.00">CAN_L</text> +<polygon fill="none" stroke="black" points="1332.67,-629.75 1332.67,-653.75 1425,-653.75 1425,-629.75 1332.67,-629.75"/> +<text text-anchor="start" x="1374.71" y="-636.45" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1108,-605.75 1108,-629.75 1200.33,-629.75 1200.33,-605.75 1108,-605.75"/> +<text text-anchor="start" x="1150.04" y="-612.45" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="1200.33,-605.75 1200.33,-629.75 1332.67,-629.75 1332.67,-605.75 1200.33,-605.75"/> +<text text-anchor="start" x="1242.5" y="-612.45" font-family="arial" font-size="14.00">CAN_H</text> +<polygon fill="none" stroke="black" points="1332.67,-605.75 1332.67,-629.75 1425,-629.75 1425,-605.75 1332.67,-605.75"/> +<text text-anchor="start" x="1374.71" y="-612.45" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="1108,-581.75 1108,-605.75 1200.33,-605.75 1200.33,-581.75 1108,-581.75"/> +<text text-anchor="start" x="1150.04" y="-588.45" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="1200.33,-581.75 1200.33,-605.75 1332.67,-605.75 1332.67,-581.75 1200.33,-581.75"/> +<text text-anchor="start" x="1257.5" y="-588.45" font-family="arial" font-size="14.00">V+</text> +<polygon fill="none" stroke="black" points="1332.67,-581.75 1332.67,-605.75 1425,-605.75 1425,-581.75 1332.67,-581.75"/> +<text text-anchor="start" x="1374.71" y="-588.45" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="1108,-242.75 1108,-581.75 1425,-581.75 1425,-242.75 1108,-242.75"/> +<image xlink:href="images\DTM04-4P.png" width="309px" height="331px" preserveAspectRatio="xMinYMin meet" x="1112" y="-577.75"/> +<polygon fill="none" stroke="black" points="1108,-218.25 1108,-242.75 1425,-242.75 1425,-218.25 1108,-218.25"/> +<text text-anchor="start" x="1196.75" y="-225.45" font-family="arial" font-size="14.00">Mates with DTM06-4S</text> +</g> +<!-- W12 --> +<g id="node25" class="node"> +<title>W12</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1818,-757 1668,-757 1668,-642 1818,-642 1818,-757"/> +<polygon fill="none" stroke="black" points="1668,-732.5 1668,-757 1818,-757 1818,-732.5 1668,-732.5"/> +<text text-anchor="start" x="1727.62" y="-739.7" font-family="arial" font-size="14.00">W12</text> +<polygon fill="none" stroke="black" points="1668,-708 1668,-732.5 1697,-732.5 1697,-708 1668,-708"/> +<text text-anchor="start" x="1675" y="-715.2" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="1697,-708 1697,-732.5 1766.5,-732.5 1766.5,-708 1697,-708"/> +<text text-anchor="start" x="1704" y="-715.2" font-family="arial" font-size="14.00">14 AWG</text> +<polygon fill="none" stroke="black" points="1766.5,-708 1766.5,-732.5 1818,-732.5 1818,-708 1766.5,-708"/> +<text text-anchor="start" x="1773.5" y="-715.2" font-family="arial" font-size="14.00">18.0 "</text> +<text text-anchor="start" x="1710.62" y="-692.7" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1669.75" y="-672.7" font-family="arial" font-size="14.00">Radar:1:GND</text> +<text text-anchor="start" x="1758.88" y="-672.7" font-family="arial" font-size="14.00">     BK    </text> +<polygon fill="#000000" stroke="none" points="1668,-666 1668,-668 1818,-668 1818,-666 1668,-666"/> +<polygon fill="#000000" stroke="none" points="1668,-664 1668,-666 1818,-666 1818,-664 1668,-664"/> +<polygon fill="#000000" stroke="none" points="1668,-662 1668,-664 1818,-664 1818,-662 1668,-662"/> +<text text-anchor="start" x="1710.62" y="-646.7" font-family="arial" font-size="14.00"> </text> +</g> +<!-- Radar--W12 --> +<g id="edge23" class="edge"> +<title>Radar:e--W12:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1426,-663.75C1533.06,-663.75 1559.83,-663 1667,-663"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1426,-665.75C1533.11,-665.75 1559.89,-665 1667,-665"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1426,-667.75C1533.17,-667.75 1559.94,-667 1667,-667"/> +</g> +<!-- Radio --> +<g id="node5" class="node"> +<title>Radio</title> +<polygon fill="#ffffff" stroke="black" points="1306.38,-1390 1226.62,-1390 1226.62,-1245 1306.38,-1245 1306.38,-1390"/> +<polygon fill="none" stroke="black" points="1226.62,-1365.5 1226.62,-1390 1306.38,-1390 1306.38,-1365.5 1226.62,-1365.5"/> +<text text-anchor="start" x="1247.75" y="-1372.7" font-family="arial" font-size="14.00">Radio</text> +<polygon fill="none" stroke="black" points="1226.62,-1341 1226.62,-1365.5 1266.88,-1365.5 1266.88,-1341 1226.62,-1341"/> +<text text-anchor="start" x="1230.62" y="-1348.2" font-family="arial" font-size="14.00">temp</text> +<polygon fill="none" stroke="black" points="1266.88,-1341 1266.88,-1365.5 1306.38,-1365.5 1306.38,-1341 1266.88,-1341"/> +<text text-anchor="start" x="1270.88" y="-1348.2" font-family="arial" font-size="14.00">4-pin</text> +<polygon fill="none" stroke="black" points="1226.62,-1317 1226.62,-1341 1245.54,-1341 1245.54,-1317 1226.62,-1317"/> +<text text-anchor="start" x="1231.96" y="-1323.7" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1245.54,-1317 1245.54,-1341 1287.46,-1341 1287.46,-1317 1245.54,-1317"/> +<text text-anchor="start" x="1258.62" y="-1323.7" font-family="arial" font-size="14.00">Tx</text> +<polygon fill="none" stroke="black" points="1287.46,-1317 1287.46,-1341 1306.38,-1341 1306.38,-1317 1287.46,-1317"/> +<text text-anchor="start" x="1292.79" y="-1323.7" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1226.62,-1293 1226.62,-1317 1245.54,-1317 1245.54,-1293 1226.62,-1293"/> +<text text-anchor="start" x="1231.96" y="-1299.7" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1245.54,-1293 1245.54,-1317 1287.46,-1317 1287.46,-1293 1245.54,-1293"/> +<text text-anchor="start" x="1257.88" y="-1299.7" font-family="arial" font-size="14.00">Rx</text> +<polygon fill="none" stroke="black" points="1287.46,-1293 1287.46,-1317 1306.38,-1317 1306.38,-1293 1287.46,-1293"/> +<text text-anchor="start" x="1292.79" y="-1299.7" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1226.62,-1269 1226.62,-1293 1245.54,-1293 1245.54,-1269 1226.62,-1269"/> +<text text-anchor="start" x="1231.96" y="-1275.7" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="1245.54,-1269 1245.54,-1293 1287.46,-1293 1287.46,-1269 1245.54,-1269"/> +<text text-anchor="start" x="1250.75" y="-1275.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="1287.46,-1269 1287.46,-1293 1306.38,-1293 1306.38,-1269 1287.46,-1269"/> +<text text-anchor="start" x="1292.79" y="-1275.7" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="1226.62,-1245 1226.62,-1269 1245.54,-1269 1245.54,-1245 1226.62,-1245"/> +<text text-anchor="start" x="1231.96" y="-1251.7" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="1245.54,-1245 1245.54,-1269 1287.46,-1269 1287.46,-1245 1245.54,-1245"/> +<text text-anchor="start" x="1257.5" y="-1251.7" font-family="arial" font-size="14.00">V+</text> +<polygon fill="none" stroke="black" points="1287.46,-1245 1287.46,-1269 1306.38,-1269 1306.38,-1245 1287.46,-1245"/> +<text text-anchor="start" x="1292.79" y="-1251.7" font-family="arial" font-size="14.00">4</text> +</g> +<!-- W10 --> +<g id="node23" class="node"> +<title>W10</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1817.5,-1373 1668.5,-1373 1668.5,-1258 1817.5,-1258 1817.5,-1373"/> +<polygon fill="none" stroke="black" points="1668.5,-1348.5 1668.5,-1373 1817.5,-1373 1817.5,-1348.5 1668.5,-1348.5"/> +<text text-anchor="start" x="1727.62" y="-1355.7" font-family="arial" font-size="14.00">W10</text> +<polygon fill="none" stroke="black" points="1668.5,-1324 1668.5,-1348.5 1691.92,-1348.5 1691.92,-1324 1668.5,-1324"/> +<text text-anchor="start" x="1672.71" y="-1331.2" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="1691.92,-1324 1691.92,-1348.5 1755.83,-1348.5 1755.83,-1324 1691.92,-1324"/> +<text text-anchor="start" x="1696.12" y="-1331.2" font-family="arial" font-size="14.00">14 AWG</text> +<polygon fill="none" stroke="black" points="1755.83,-1324 1755.83,-1348.5 1817.5,-1348.5 1817.5,-1324 1755.83,-1324"/> +<text text-anchor="start" x="1760.04" y="-1331.2" font-family="arial" font-size="14.00">1.0 TBD</text> +<text text-anchor="start" x="1710.62" y="-1308.7" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1670.12" y="-1288.7" font-family="arial" font-size="14.00">Radio:3:GND</text> +<text text-anchor="start" x="1758.38" y="-1288.7" font-family="arial" font-size="14.00">     BK    </text> +<polygon fill="#000000" stroke="none" points="1668.5,-1282 1668.5,-1284 1817.5,-1284 1817.5,-1282 1668.5,-1282"/> +<polygon fill="#000000" stroke="none" points="1668.5,-1280 1668.5,-1282 1817.5,-1282 1817.5,-1280 1668.5,-1280"/> +<polygon fill="#000000" stroke="none" points="1668.5,-1278 1668.5,-1280 1817.5,-1280 1817.5,-1278 1668.5,-1278"/> +<text text-anchor="start" x="1710.62" y="-1262.7" font-family="arial" font-size="14.00"> </text> +</g> +<!-- Radio--W10 --> +<g id="edge19" class="edge"> +<title>Radio:e--W10:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1307.38,-1279C1467.43,-1279 1507.44,-1279 1667.5,-1279"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1307.38,-1281C1467.43,-1281 1507.44,-1281 1667.5,-1281"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1307.38,-1283C1467.43,-1283 1507.44,-1283 1667.5,-1283"/> +</g> +<!-- Swash1 --> +<g id="node6" class="node"> +<title>Swash1</title> +<polygon fill="#ffffff" stroke="black" points="1433,-1220.5 1100,-1220.5 1100,-750.5 1433,-750.5 1433,-1220.5"/> +<polygon fill="none" stroke="black" points="1100,-1196 1100,-1220.5 1433,-1220.5 1433,-1196 1100,-1196"/> +<text text-anchor="start" x="1241.38" y="-1203.2" font-family="arial" font-size="14.00">Swash1</text> +<polygon fill="none" stroke="black" points="1100,-1171.5 1100,-1196 1351.25,-1196 1351.25,-1171.5 1100,-1171.5"/> +<text text-anchor="start" x="1125.12" y="-1178.7" font-family="arial" font-size="14.00">Amphenol C091-11H004-000-2</text> +<polygon fill="none" stroke="black" points="1351.25,-1171.5 1351.25,-1196 1433,-1196 1433,-1171.5 1351.25,-1171.5"/> +<text text-anchor="start" x="1376.38" y="-1178.7" font-family="arial" font-size="14.00">4-pin</text> +<polygon fill="none" stroke="black" points="1100,-1147.5 1100,-1171.5 1203.33,-1171.5 1203.33,-1147.5 1100,-1147.5"/> +<text text-anchor="start" x="1147.54" y="-1154.2" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1203.33,-1147.5 1203.33,-1171.5 1329.67,-1171.5 1329.67,-1147.5 1203.33,-1147.5"/> +<text text-anchor="start" x="1257.5" y="-1154.2" font-family="arial" font-size="14.00">V+</text> +<polygon fill="none" stroke="black" points="1329.67,-1147.5 1329.67,-1171.5 1433,-1171.5 1433,-1147.5 1329.67,-1147.5"/> +<text text-anchor="start" x="1377.21" y="-1154.2" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1100,-1123.5 1100,-1147.5 1203.33,-1147.5 1203.33,-1123.5 1100,-1123.5"/> +<text text-anchor="start" x="1147.54" y="-1130.2" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1203.33,-1123.5 1203.33,-1147.5 1329.67,-1147.5 1329.67,-1123.5 1203.33,-1123.5"/> +<text text-anchor="start" x="1257.5" y="-1130.2" font-family="arial" font-size="14.00">V+</text> +<polygon fill="none" stroke="black" points="1329.67,-1123.5 1329.67,-1147.5 1433,-1147.5 1433,-1123.5 1329.67,-1123.5"/> +<text text-anchor="start" x="1377.21" y="-1130.2" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1100,-1099.5 1100,-1123.5 1203.33,-1123.5 1203.33,-1099.5 1100,-1099.5"/> +<text text-anchor="start" x="1147.54" y="-1106.2" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="1203.33,-1099.5 1203.33,-1123.5 1329.67,-1123.5 1329.67,-1099.5 1203.33,-1099.5"/> +<text text-anchor="start" x="1250.75" y="-1106.2" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="1329.67,-1099.5 1329.67,-1123.5 1433,-1123.5 1433,-1099.5 1329.67,-1099.5"/> +<text text-anchor="start" x="1377.21" y="-1106.2" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="1100,-1075.5 1100,-1099.5 1203.33,-1099.5 1203.33,-1075.5 1100,-1075.5"/> +<text text-anchor="start" x="1147.54" y="-1082.2" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="1203.33,-1075.5 1203.33,-1099.5 1329.67,-1099.5 1329.67,-1075.5 1203.33,-1075.5"/> +<text text-anchor="start" x="1250.75" y="-1082.2" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="1329.67,-1075.5 1329.67,-1099.5 1433,-1099.5 1433,-1075.5 1329.67,-1075.5"/> +<text text-anchor="start" x="1377.21" y="-1082.2" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="1100,-750.5 1100,-1075.5 1433,-1075.5 1433,-750.5 1100,-750.5"/> +<image xlink:href="images\A2Power.png" width="325px" height="317px" preserveAspectRatio="xMinYMin meet" x="1104" y="-1071.5"/> +</g> +<!-- W11 --> +<g id="node24" class="node"> +<title>W11</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1884.5,-1215 1601.5,-1215 1601.5,-1100 1884.5,-1100 1884.5,-1215"/> +<polygon fill="none" stroke="black" points="1601.5,-1190.5 1601.5,-1215 1884.5,-1215 1884.5,-1190.5 1601.5,-1190.5"/> +<text text-anchor="start" x="1727.62" y="-1197.7" font-family="arial" font-size="14.00">W11</text> +<polygon fill="none" stroke="black" points="1601.5,-1166 1601.5,-1190.5 1662.33,-1190.5 1662.33,-1166 1601.5,-1166"/> +<text text-anchor="start" x="1624.42" y="-1173.2" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="1662.33,-1166 1662.33,-1190.5 1763.67,-1190.5 1763.67,-1166 1662.33,-1166"/> +<text text-anchor="start" x="1685.25" y="-1173.2" font-family="arial" font-size="14.00">14 AWG</text> +<polygon fill="none" stroke="black" points="1763.67,-1166 1763.67,-1190.5 1884.5,-1190.5 1884.5,-1166 1763.67,-1166"/> +<text text-anchor="start" x="1786.58" y="-1173.2" font-family="arial" font-size="14.00">36.0 Inches</text> +<text text-anchor="start" x="1650.12" y="-1150.7" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1603.25" y="-1130.7" font-family="arial" font-size="14.00">Swash1:3:GND</text> +<text text-anchor="start" x="1704.38" y="-1130.7" font-family="arial" font-size="14.00">     BK    </text> +<text text-anchor="start" x="1761.25" y="-1130.7" font-family="arial" font-size="14.00">Negative Bus Bar:2</text> +<polygon fill="#000000" stroke="none" points="1601.5,-1124 1601.5,-1126 1884.5,-1126 1884.5,-1124 1601.5,-1124"/> +<polygon fill="#000000" stroke="none" points="1601.5,-1122 1601.5,-1124 1884.5,-1124 1884.5,-1122 1601.5,-1122"/> +<polygon fill="#000000" stroke="none" points="1601.5,-1120 1601.5,-1122 1884.5,-1122 1884.5,-1120 1601.5,-1120"/> +<text text-anchor="start" x="1650.12" y="-1104.7" font-family="arial" font-size="14.00"> </text> +</g> +<!-- Swash1--W11 --> +<g id="edge21" class="edge"> +<title>Swash1:e--W11:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1433,-1109.5C1508.69,-1109.81 1526.95,-1121.31 1600.5,-1121"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1433,-1111.5C1507.62,-1111.5 1525.88,-1123 1600.5,-1123"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1433,-1113.5C1506.55,-1113.19 1524.81,-1124.69 1600.5,-1125"/> +</g> +<!-- Starter Switch --> +<g id="node7" class="node"> +<title>Starter Switch</title> +<polygon fill="#ffffff" stroke="black" points="1314,-2006 1219,-2006 1219,-1909 1314,-1909 1314,-2006"/> +<polygon fill="none" stroke="black" points="1219,-1981.5 1219,-2006 1314,-2006 1314,-1981.5 1219,-1981.5"/> +<text text-anchor="start" x="1223" y="-1988.7" font-family="arial" font-size="14.00">Starter Switch</text> +<polygon fill="none" stroke="black" points="1219,-1957 1219,-1981.5 1269.5,-1981.5 1269.5,-1957 1219,-1957"/> +<text text-anchor="start" x="1225.5" y="-1964.2" font-family="arial" font-size="14.00">Temp</text> +<polygon fill="none" stroke="black" points="1269.5,-1957 1269.5,-1981.5 1314,-1981.5 1314,-1957 1269.5,-1957"/> +<text text-anchor="start" x="1276" y="-1964.2" font-family="arial" font-size="14.00">2-pin</text> +<polygon fill="none" stroke="black" points="1219,-1933 1219,-1957 1266.5,-1957 1266.5,-1933 1219,-1933"/> +<text text-anchor="start" x="1238.62" y="-1939.7" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1266.5,-1933 1266.5,-1957 1314,-1957 1314,-1933 1266.5,-1933"/> +<text text-anchor="start" x="1286.12" y="-1939.7" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1219,-1909 1219,-1933 1266.5,-1933 1266.5,-1909 1219,-1909"/> +<text text-anchor="start" x="1238.62" y="-1915.7" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1266.5,-1909 1266.5,-1933 1314,-1933 1314,-1909 1266.5,-1909"/> +<text text-anchor="start" x="1286.12" y="-1915.7" font-family="arial" font-size="14.00">2</text> +</g> +<!-- W5 --> +<g id="node18" class="node"> +<title>W5</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1909,-2013 1577,-2013 1577,-1898 1909,-1898 1909,-2013"/> +<polygon fill="none" stroke="black" points="1577,-1988.5 1577,-2013 1909,-2013 1909,-1988.5 1577,-1988.5"/> +<text text-anchor="start" x="1731.75" y="-1995.7" font-family="arial" font-size="14.00">W5</text> +<polygon fill="none" stroke="black" points="1577,-1964 1577,-1988.5 1664.17,-1988.5 1664.17,-1964 1577,-1964"/> +<text text-anchor="start" x="1613.08" y="-1971.2" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="1664.17,-1964 1664.17,-1988.5 1783.58,-1988.5 1783.58,-1964 1664.17,-1964"/> +<text text-anchor="start" x="1700.25" y="-1971.2" font-family="arial" font-size="14.00">2 AWG</text> +<polygon fill="none" stroke="black" points="1783.58,-1964 1783.58,-1988.5 1909,-1988.5 1909,-1964 1783.58,-1964"/> +<text text-anchor="start" x="1819.67" y="-1971.2" font-family="arial" font-size="14.00">1.0 TBD</text> +<text text-anchor="start" x="1626.62" y="-1948.7" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1579" y="-1928.7" font-family="arial" font-size="14.00">Starter Switch:2</text> +<text text-anchor="start" x="1681.62" y="-1928.7" font-family="arial" font-size="14.00">     WH    </text> +<text text-anchor="start" x="1742.88" y="-1928.7" font-family="arial" font-size="14.00">PPS J1:3:Main Bat Starter</text> +<polygon fill="#000000" stroke="none" points="1577,-1922 1577,-1924 1909,-1924 1909,-1922 1577,-1922"/> +<polygon fill="#ffffff" stroke="none" points="1577,-1920 1577,-1922 1909,-1922 1909,-1920 1577,-1920"/> +<polygon fill="#000000" stroke="none" points="1577,-1918 1577,-1920 1909,-1920 1909,-1918 1577,-1918"/> +<text text-anchor="start" x="1626.62" y="-1902.7" font-family="arial" font-size="14.00"> </text> +</g> +<!-- Starter Switch--W5 --> +<g id="edge9" class="edge"> +<title>Starter Switch:e--W5:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1315,-1919C1431.44,-1919 1460.56,-1919 1577,-1919"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M1315,-1921C1431.44,-1921 1460.56,-1921 1577,-1921"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1315,-1923C1431.44,-1923 1460.56,-1923 1577,-1923"/> +</g> +<!-- Servo --> +<g id="node8" class="node"> +<title>Servo</title> +<polygon fill="#ffffff" stroke="black" points="1433,-1884.5 1100,-1884.5 1100,-1414.5 1433,-1414.5 1433,-1884.5"/> +<polygon fill="none" stroke="black" points="1100,-1860 1100,-1884.5 1433,-1884.5 1433,-1860 1100,-1860"/> +<text text-anchor="start" x="1247.75" y="-1867.2" font-family="arial" font-size="14.00">Servo</text> +<polygon fill="none" stroke="black" points="1100,-1835.5 1100,-1860 1351.25,-1860 1351.25,-1835.5 1100,-1835.5"/> +<text text-anchor="start" x="1125.12" y="-1842.7" font-family="arial" font-size="14.00">Amphenol C091-11H004-000-2</text> +<polygon fill="none" stroke="black" points="1351.25,-1835.5 1351.25,-1860 1433,-1860 1433,-1835.5 1351.25,-1835.5"/> +<text text-anchor="start" x="1376.38" y="-1842.7" font-family="arial" font-size="14.00">4-pin</text> +<polygon fill="none" stroke="black" points="1100,-1811.5 1100,-1835.5 1203.33,-1835.5 1203.33,-1811.5 1100,-1811.5"/> +<text text-anchor="start" x="1147.54" y="-1818.2" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1203.33,-1811.5 1203.33,-1835.5 1329.67,-1835.5 1329.67,-1811.5 1203.33,-1811.5"/> +<text text-anchor="start" x="1257.5" y="-1818.2" font-family="arial" font-size="14.00">V+</text> +<polygon fill="none" stroke="black" points="1329.67,-1811.5 1329.67,-1835.5 1433,-1835.5 1433,-1811.5 1329.67,-1811.5"/> +<text text-anchor="start" x="1377.21" y="-1818.2" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1100,-1787.5 1100,-1811.5 1203.33,-1811.5 1203.33,-1787.5 1100,-1787.5"/> +<text text-anchor="start" x="1147.54" y="-1794.2" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1203.33,-1787.5 1203.33,-1811.5 1329.67,-1811.5 1329.67,-1787.5 1203.33,-1787.5"/> +<text text-anchor="start" x="1257.5" y="-1794.2" font-family="arial" font-size="14.00">V+</text> +<polygon fill="none" stroke="black" points="1329.67,-1787.5 1329.67,-1811.5 1433,-1811.5 1433,-1787.5 1329.67,-1787.5"/> +<text text-anchor="start" x="1377.21" y="-1794.2" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1100,-1763.5 1100,-1787.5 1203.33,-1787.5 1203.33,-1763.5 1100,-1763.5"/> +<text text-anchor="start" x="1147.54" y="-1770.2" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="1203.33,-1763.5 1203.33,-1787.5 1329.67,-1787.5 1329.67,-1763.5 1203.33,-1763.5"/> +<text text-anchor="start" x="1250.75" y="-1770.2" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="1329.67,-1763.5 1329.67,-1787.5 1433,-1787.5 1433,-1763.5 1329.67,-1763.5"/> +<text text-anchor="start" x="1377.21" y="-1770.2" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="1100,-1739.5 1100,-1763.5 1203.33,-1763.5 1203.33,-1739.5 1100,-1739.5"/> +<text text-anchor="start" x="1147.54" y="-1746.2" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="1203.33,-1739.5 1203.33,-1763.5 1329.67,-1763.5 1329.67,-1739.5 1203.33,-1739.5"/> +<text text-anchor="start" x="1250.75" y="-1746.2" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="1329.67,-1739.5 1329.67,-1763.5 1433,-1763.5 1433,-1739.5 1329.67,-1739.5"/> +<text text-anchor="start" x="1377.21" y="-1746.2" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="1100,-1414.5 1100,-1739.5 1433,-1739.5 1433,-1414.5 1100,-1414.5"/> +<image xlink:href="images\A2Power.png" width="325px" height="317px" preserveAspectRatio="xMinYMin meet" x="1104" y="-1735.5"/> +</g> +<!-- W9 --> +<g id="node22" class="node"> +<title>W9</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1878,-1690 1608,-1690 1608,-1575 1878,-1575 1878,-1690"/> +<polygon fill="none" stroke="black" points="1608,-1665.5 1608,-1690 1878,-1690 1878,-1665.5 1608,-1665.5"/> +<text text-anchor="start" x="1731.75" y="-1672.7" font-family="arial" font-size="14.00">W9</text> +<polygon fill="none" stroke="black" points="1608,-1641 1608,-1665.5 1664.5,-1665.5 1664.5,-1641 1608,-1641"/> +<text text-anchor="start" x="1628.75" y="-1648.2" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="1664.5,-1641 1664.5,-1665.5 1761.5,-1665.5 1761.5,-1641 1664.5,-1641"/> +<text text-anchor="start" x="1685.25" y="-1648.2" font-family="arial" font-size="14.00">14 AWG</text> +<polygon fill="none" stroke="black" points="1761.5,-1641 1761.5,-1665.5 1878,-1665.5 1878,-1641 1761.5,-1641"/> +<text text-anchor="start" x="1782.25" y="-1648.2" font-family="arial" font-size="14.00">36.0 Inches</text> +<text text-anchor="start" x="1650.12" y="-1625.7" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1609.62" y="-1605.7" font-family="arial" font-size="14.00">Servo:3:GND</text> +<text text-anchor="start" x="1697.88" y="-1605.7" font-family="arial" font-size="14.00">     BK    </text> +<text text-anchor="start" x="1754.75" y="-1605.7" font-family="arial" font-size="14.00">Negative Bus Bar:2</text> +<polygon fill="#000000" stroke="none" points="1608,-1599 1608,-1601 1878,-1601 1878,-1599 1608,-1599"/> +<polygon fill="#000000" stroke="none" points="1608,-1597 1608,-1599 1878,-1599 1878,-1597 1608,-1597"/> +<polygon fill="#000000" stroke="none" points="1608,-1595 1608,-1597 1878,-1597 1878,-1595 1608,-1595"/> +<text text-anchor="start" x="1650.12" y="-1579.7" font-family="arial" font-size="14.00"> </text> +</g> +<!-- Servo--W9 --> +<g id="edge17" class="edge"> +<title>Servo:e--W9:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1433,-1773.5C1541.54,-1776.01 1494.6,-1598.51 1607,-1596"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1433,-1775.5C1543.47,-1775.5 1496.53,-1598 1607,-1598"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1433,-1777.5C1545.4,-1774.99 1498.46,-1597.49 1607,-1600"/> +</g> +<!-- Negative Bus Bar --> +<g id="node9" class="node"> +<title>Negative Bus Bar</title> +<polygon fill="#ffffff" stroke="black" points="2243,-1233 2053,-1233 2053,-1086 2243,-1086 2243,-1233"/> +<polygon fill="none" stroke="black" points="2053,-1208.5 2053,-1233 2243,-1233 2243,-1208.5 2053,-1208.5"/> +<text text-anchor="start" x="2093.25" y="-1215.7" font-family="arial" font-size="14.00">Negative Bus Bar</text> +<polygon fill="none" stroke="black" points="2053,-1184 2053,-1208.5 2203.5,-1208.5 2203.5,-1184 2053,-1184"/> +<text text-anchor="start" x="2057" y="-1191.2" font-family="arial" font-size="14.00">Pike Industries Busbar</text> +<polygon fill="none" stroke="black" points="2203.5,-1184 2203.5,-1208.5 2243,-1208.5 2243,-1184 2203.5,-1184"/> +<text text-anchor="start" x="2207.5" y="-1191.2" font-family="arial" font-size="14.00">4-pin</text> +<polygon fill="none" stroke="black" points="2053,-1159.5 2053,-1184 2243,-1184 2243,-1159.5 2053,-1159.5"/> +<text text-anchor="start" x="2143.88" y="-1166.7" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="2053,-1135 2053,-1159.5 2243,-1159.5 2243,-1135 2053,-1135"/> +<text text-anchor="start" x="2143.88" y="-1142.2" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="2053,-1110.5 2053,-1135 2243,-1135 2243,-1110.5 2053,-1110.5"/> +<text text-anchor="start" x="2143.88" y="-1117.7" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="2053,-1086 2053,-1110.5 2243,-1110.5 2243,-1086 2053,-1086"/> +<text text-anchor="start" x="2143.88" y="-1093.2" font-family="arial" font-size="14.00">4</text> +</g> +<!-- _GND_1 --> +<g id="node10" class="node"> +<title>_GND_1</title> +<polygon fill="#ffffff" stroke="black" points="1310.25,-193.75 1222.75,-193.75 1222.75,-169.25 1310.25,-169.25 1310.25,-193.75"/> +<polygon fill="none" stroke="black" points="1222.75,-169.25 1222.75,-193.75 1310.25,-193.75 1310.25,-169.25 1222.75,-169.25"/> +<text text-anchor="start" x="1226.75" y="-176.45" font-family="arial" font-size="14.00">Battery GND</text> +</g> +<!-- _GND_2 --> +<g id="node11" class="node"> +<title>_GND_2</title> +<polygon fill="#ffffff" stroke="black" points="2191.75,-48.75 2104.25,-48.75 2104.25,-24.25 2191.75,-24.25 2191.75,-48.75"/> +<polygon fill="none" stroke="black" points="2104.25,-24.25 2104.25,-48.75 2191.75,-48.75 2191.75,-24.25 2104.25,-24.25"/> +<text text-anchor="start" x="2108.25" y="-31.45" font-family="arial" font-size="14.00">Battery GND</text> +</g> +<!-- _GND_3 --> +<g id="node12" class="node"> +<title>_GND_3</title> +<polygon fill="#ffffff" stroke="black" points="2191.75,-1293.75 2104.25,-1293.75 2104.25,-1269.25 2191.75,-1269.25 2191.75,-1293.75"/> +<polygon fill="none" stroke="black" points="2104.25,-1269.25 2104.25,-1293.75 2191.75,-1293.75 2191.75,-1269.25 2104.25,-1269.25"/> +<text text-anchor="start" x="2108.25" y="-1276.45" font-family="arial" font-size="14.00">Battery GND</text> +</g> +<!-- _GND_4 --> +<g id="node13" class="node"> +<title>_GND_4</title> +<polygon fill="#ffffff" stroke="black" points="2191.75,-677.75 2104.25,-677.75 2104.25,-653.25 2191.75,-653.25 2191.75,-677.75"/> +<polygon fill="none" stroke="black" points="2104.25,-653.25 2104.25,-677.75 2191.75,-677.75 2191.75,-653.25 2104.25,-653.25"/> +<text text-anchor="start" x="2108.25" y="-660.45" font-family="arial" font-size="14.00">Battery GND</text> +</g> +<!-- W1--Mag --> +<g id="edge2" class="edge"> +<title>W1:e--Mag:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M928.5,-258C1099.44,-260.37 1053.38,-12.37 1228.25,-10"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M928.5,-260C1101.41,-260 1055.34,-12 1228.25,-12"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M928.5,-262C1103.37,-259.63 1057.31,-11.63 1228.25,-14"/> +</g> +<!-- W2--Starter Switch --> +<g id="edge4" class="edge"> +<title>W2:e--Starter Switch:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M956,-1840C1083.11,-1841.77 1094.87,-1944.77 1218,-1943"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M956,-1842C1081.12,-1842 1092.88,-1945 1218,-1945"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M956,-1844C1079.13,-1842.23 1090.89,-1945.23 1218,-1947"/> +</g> +<!-- W3--Radio --> +<g id="edge6" class="edge"> +<title>W3:e--Radio:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M929.5,-1255C1061.11,-1255 1094.01,-1255 1225.62,-1255"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M929.5,-1257C1061.11,-1257 1094.01,-1257 1225.62,-1257"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M929.5,-1259C1061.11,-1259 1094.01,-1259 1225.62,-1259"/> +</g> +<!-- W4--Swash1 --> +<g id="edge8" class="edge"> +<title>W4:e--Swash1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M940.5,-1116C1015.66,-1117.4 1028.66,-1158.9 1100,-1157.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M940.5,-1118C1013.75,-1118 1026.75,-1159.5 1100,-1159.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M940.5,-1120C1011.84,-1118.6 1024.84,-1160.1 1100,-1161.5"/> +</g> +<!-- W5--PPS J1 --> +<g id="edge10" class="edge"> +<title>W5:e--PPS J1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1909,-1919C1987.22,-1919 2006.78,-1919 2085,-1919"/> +<path fill="none" stroke="#ffffff" stroke-width="2" d="M1909,-1921C1987.22,-1921 2006.78,-1921 2085,-1921"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1909,-1923C1987.22,-1923 2006.78,-1923 2085,-1923"/> +</g> +<!-- W6--Servo --> +<g id="edge12" class="edge"> +<title>W6:e--Servo:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M934,-1599C1059.26,-1601.68 978.5,-1824.18 1100,-1821.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M934,-1601C1057.38,-1601 976.62,-1823.5 1100,-1823.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M934,-1603C1055.5,-1600.32 974.74,-1822.82 1100,-1825.5"/> +</g> +<!-- W7--Radar --> +<g id="edge14" class="edge"> +<title>W7:e--Radar:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M930,-784C1044.22,-786.55 988.93,-594.3 1107,-591.75"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M930,-786C1046.14,-786 990.86,-593.75 1107,-593.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M930,-788C1048.07,-785.45 992.78,-593.2 1107,-595.75"/> +</g> +<!-- W8--_GND_2 --> +<g id="edge16" class="edge"> +<title>W8:e--_GND_2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1813.5,-34C1942.31,-34 1974.5,-34.5 2103.25,-34.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1813.5,-36C1942.28,-36 1974.47,-36.5 2103.25,-36.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1813.5,-38C1942.25,-38 1974.44,-38.5 2103.25,-38.5"/> +</g> +<!-- W9--Negative Bus Bar --> +<g id="edge18" class="edge"> +<title>W9:e--Negative Bus Bar:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1879,-1596C2092,-1598.99 1836.52,-1148.24 2053,-1145.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1879,-1598C2093.74,-1598 1838.26,-1147.25 2053,-1147.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1879,-1600C2095.48,-1597.01 1840,-1146.26 2053,-1149.25"/> +</g> +<!-- W10--_GND_3 --> +<g id="edge20" class="edge"> +<title>W10:e--_GND_3:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1818.5,-1279C1945.09,-1279 1976.73,-1279.5 2103.25,-1279.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1818.5,-1281C1945.06,-1281 1976.69,-1281.5 2103.25,-1281.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1818.5,-1283C1945.02,-1283 1976.66,-1283.5 2103.25,-1283.5"/> +</g> +<!-- W11--Negative Bus Bar --> +<g id="edge22" class="edge"> +<title>W11:e--Negative Bus Bar:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1885.5,-1121C1962.36,-1121.85 1979.42,-1146.1 2053,-1145.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1885.5,-1123C1960.72,-1123 1977.78,-1147.25 2053,-1147.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1885.5,-1125C1959.08,-1124.15 1976.14,-1148.4 2053,-1149.25"/> +</g> +<!-- W12--_GND_4 --> +<g id="edge24" class="edge"> +<title>W12:e--_GND_4:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1819,-663C1945.37,-663 1976.95,-663.5 2103.25,-663.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1819,-665C1945.33,-665 1976.92,-665.5 2103.25,-665.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1819,-667C1945.3,-667 1976.88,-667.5 2103.25,-667.5"/> +</g> +<!-- W13--_GND_1 --> +<g id="edge26" class="edge"> +<title>W13:e--_GND_1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M900.5,-412C1026.5,-414.53 986.87,-270.28 1099.01,-204.76 1148.27,-177.21 1166.76,-179.52 1221.75,-179.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M900.5,-414C1028.43,-414 988.8,-269.75 1100,-206.5 1148.02,-179.19 1166.51,-181.5 1221.75,-181.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M900.5,-416C1030.36,-413.47 990.72,-269.22 1100.99,-208.24 1147.77,-181.17 1166.26,-183.48 1221.75,-183.5"/> +</g> +</g> +</svg> diff --git a/wireviz/Choppy_IB_VPX_J10.yml b/wireviz/Choppy_IB_VPX_J10.yml new file mode 100644 index 0000000..703aa31 --- /dev/null +++ b/wireviz/Choppy_IB_VPX_J10.yml @@ -0,0 +1,179 @@ +templates: # defining templates to be used later on + - &VPX_j10 + pinlabels: [Starter,5A,10A,5A,10A,15A,5A,5A,GND,5A,] + type: Connector Molex 194180013 + image: + src: images\J10.png + - &BEC + pinlabels: [V_IN,12 V,GND,GND] + - &wire + category: bundle + - &ServoP + pinlabels: [V+,V+,GND,GND] + type: Amphenol C091-11H004-000-2 + pins: [1,2,3,4] + image: + src: images\A2Power.png + + + + +connectors: + VPX J10: + <<: *VPX_j10 # copying items from the template + notes: VPX J10 + # 12V BEC: + # <<: *BEC + PPS J1: + pinlabels: [Main Bat Starter] + pins: [3] + Mag: + type: Mag + pinlabels: [TX, RX, GND, V+] + pins: [2, 3, 5, 9] + Radar: + type: DTM04-4P + notes: Mates with DTM06-4S + pinlabels: [GND, CAN_L, CAN_H, V+] + pins: [1,2,3,4] + image: + src: images\DTM04-4P.png + Radio: + type: temp + pinlabels: [Tx,Rx,GND,V+] + Swash1: + <<: *ServoP + Starter Switch: + type: Temp + pins: [1,2] + Servo: + <<: *ServoP + GND: &GND + style: simple + autogenerate: true + type: Battery GND + Negative Bus Bar: + pins: [1,2,3,4] + type: Pike Industries Busbar + + + +cables: + W1: + <<: *wire + length: 21 " + gauge: 18 AWG + colors: [RD] + W2: + <<: *wire + length: 1 TBD + gauge: 22 AWG + colors: [WH] + W3: + <<: *wire + length: 1 TBD + gauge: 14 AWG + colors: [RD] + W4: + <<: *wire + length: 90 " + gauge: 14 AWG + colors: [RD] + W5: + <<: *wire + length: 1 TBD + gauge: 2 AWG + colors: [WH] + W6: + <<: *wire + length: 90 " + gauge: 14 AWG + colors: [RD] + W7: + <<: *wire + length: 34.5 " + gauge: 14 AWG + colors: [RD] + W8: + <<: *wire + length: 43.5 " + gauge: 14 AWG + colors: [BK] + W9: + <<: *wire + length: 36 Inches + gauge: 14 AWG + colors: [BK] + W10: + <<: *wire + length: 1 TBD + gauge: 14 AWG + colors: [BK] + W11: + <<: *wire + length: 36 Inches + gauge: 14 AWG + colors: [BK] + W12: + <<: *wire + length: 18 " + gauge: 14 AWG + colors: [BK] + W13: + <<: *wire + length: 37.5 " + gauge: 14 AWG + colors: [BK] +connections: + - + - VPX J10: [10] + - W1: [1] + - Mag: [9] + - + - VPX J10: [7] + - W7: [1] + - Radar: [4] + - + - VPX J10: [4] + - W3: [1] + - Radio: [4] + - + - VPX J10: [GND] + - W13: [1] + - [GND] + - + - VPX J10: [6] + - W4: [1] + - Swash1: [1] + - + - VPX J10: [1] + - W2: [1] + - Starter Switch: [1] + - + - Starter Switch: [2] + - W5: [1] + - PPS J1: [3] + - + - VPX J10: [3] + - W6: [1] + - Servo: [1] + - + - Mag: [GND] + - W8: [1] + - [GND] + - + - Servo: [3] + - W9: [1] + - Negative Bus Bar: [2] + - + - Radio: [GND] + - W10: [1] + - [GND] + - + - Swash1: [3] + - W11: [1] + - Negative Bus Bar: [2] + - + - Radar: [GND] + - W12: [1] + - [GND]
\ No newline at end of file diff --git a/wireviz/Choppy_IB_VPX_J12.bom.tsv b/wireviz/Choppy_IB_VPX_J12.bom.tsv new file mode 100644 index 0000000..70f4d71 --- /dev/null +++ b/wireviz/Choppy_IB_VPX_J12.bom.tsv @@ -0,0 +1,14 @@ +Id Description Qty Unit Designators +1 Connector, Amphenol C091-11H004-000-2, 4 pins 3 Swash2, Swash3, Yaw +2 Connector, Battery GND 1 +3 Connector, Connector Molex 19418-0027, 12 pins 1 VPX J12 +4 Connector, HEW.LM.368.XLNP, 4 pins 2 1X, CEX +5 Connector, Pike Industries Busbar, 4 pins 1 Negative Bus Bar +6 Connector, Temp, 3 pins 1 Altinator +7 Wire, 14 AWG, BK 37.5 " W12 +8 Wire, 14 AWG, BK 242.0 Inches W7, W8, W9 +9 Wire, 14 AWG, RD 207.5 " W3 +10 Wire, 14 AWG, RD 180.0 Inches W1, W2 +11 Wire, 18 AWG, BK 67.5 " W6 +12 Wire, 20 AWG, BK 160.0 Inches W10, W11 +13 Wire, 20 AWG, RD 181.0 " W4, W5 diff --git a/wireviz/Choppy_IB_VPX_J12.gv b/wireviz/Choppy_IB_VPX_J12.gv new file mode 100644 index 0000000..6a9b7f6 --- /dev/null +++ b/wireviz/Choppy_IB_VPX_J12.gv @@ -0,0 +1,895 @@ +graph { +// Graph generated by WireViz 0.3.2 +// https://github.com/formatc1702/WireViz + graph [bgcolor="#FFFFFF" fontname=arial nodesep=0.33 rankdir=LR ranksep=2] + node [fillcolor="#FFFFFF" fontname=arial height=0 margin=0 shape=none style=filled width=0] + edge [fontname=arial style=bold] + "VPX J12" [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">VPX J12</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Connector Molex 19418-0027</td> + <td balign="left">12-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td>10A</td> + <td port="p1r">1</td> + </tr> + <tr> + <td>15A</td> + <td port="p2r">2</td> + </tr> + <tr> + <td>10A</td> + <td port="p3r">3</td> + </tr> + <tr> + <td>GND</td> + <td port="p4r">4</td> + </tr> + <tr> + <td>FLAP 10A</td> + <td port="p5r">5</td> + </tr> + <tr> + <td>FLAP 10A</td> + <td port="p6r">6</td> + </tr> + <tr> + <td>10A</td> + <td port="p7r">7</td> + </tr> + <tr> + <td>5A</td> + <td port="p8r">8</td> + </tr> + <tr> + <td>EFIS_POWER</td> + <td port="p9r">9</td> + </tr> + <tr> + <td>3A</td> + <td port="p10r">10</td> + </tr> + <tr> + <td>PRIMARY ALTERNATOR</td> + <td port="p11r">11</td> + </tr> + <tr> + <td>15A</td> + <td port="p12r">12</td> + </tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left"><img scale="false" src="images\J12.png"/></td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">VPX J12</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + Swash2 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Swash2</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Amphenol C091-11H004-000-2</td> + <td balign="left">4-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">1</td> + <td>V+</td> + <td port="p1r">1</td> + </tr> + <tr> + <td port="p2l">2</td> + <td>V+</td> + <td port="p2r">2</td> + </tr> + <tr> + <td port="p3l">3</td> + <td>GND</td> + <td port="p3r">3</td> + </tr> + <tr> + <td port="p4l">4</td> + <td>GND</td> + <td port="p4r">4</td> + </tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left"><img scale="false" src="images\A2Power.png"/></td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + Swash3 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Swash3</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Amphenol C091-11H004-000-2</td> + <td balign="left">4-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">1</td> + <td>V+</td> + <td port="p1r">1</td> + </tr> + <tr> + <td port="p2l">2</td> + <td>V+</td> + <td port="p2r">2</td> + </tr> + <tr> + <td port="p3l">3</td> + <td>GND</td> + <td port="p3r">3</td> + </tr> + <tr> + <td port="p4l">4</td> + <td>GND</td> + <td port="p4r">4</td> + </tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left"><img scale="false" src="images\A2Power.png"/></td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + Yaw [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Yaw</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Amphenol C091-11H004-000-2</td> + <td balign="left">4-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">1</td> + <td>V+</td> + <td port="p1r">1</td> + </tr> + <tr> + <td port="p2l">2</td> + <td>V+</td> + <td port="p2r">2</td> + </tr> + <tr> + <td port="p3l">3</td> + <td>GND</td> + <td port="p3r">3</td> + </tr> + <tr> + <td port="p4l">4</td> + <td>GND</td> + <td port="p4r">4</td> + </tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left"><img scale="false" src="images\A2Power.png"/></td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + "1X" [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1X</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">HEW.LM.368.XLNP</td> + <td balign="left">4-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">65</td> + <td>GND</td> + <td port="p1r">65</td> + </tr> + <tr> + <td port="p2l">66</td> + <td>GND</td> + <td port="p2r">66</td> + </tr> + <tr> + <td port="p3l">67</td> + <td>VCC</td> + <td port="p3r">67</td> + </tr> + <tr> + <td port="p4l">68</td> + <td>VCC</td> + <td port="p4r">68</td> + </tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + CEX [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">CEX</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">HEW.LM.368.XLNP</td> + <td balign="left">4-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">1</td> + <td>VCC</td> + <td port="p1r">1</td> + </tr> + <tr> + <td port="p2l">2</td> + <td>VCC</td> + <td port="p2r">2</td> + </tr> + <tr> + <td port="p3l">3</td> + <td>GND</td> + <td port="p3r">3</td> + </tr> + <tr> + <td port="p4l">4</td> + <td>GND</td> + <td port="p4r">4</td> + </tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + Altinator [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Altinator</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Temp</td> + <td balign="left">3-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">1</td> + <td>Field</td> + </tr> + <tr> + <td port="p2l">2</td> + <td>B-Lead</td> + </tr> + <tr> + <td port="p3l">3</td> + <td>GND</td> + </tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + "Negative Bus Bar" [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Negative Bus Bar</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Pike Industries Busbar</td> + <td balign="left">4-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">1</td> + </tr> + <tr> + <td port="p2l">2</td> + </tr> + <tr> + <td port="p3l">3</td> + </tr> + <tr> + <td port="p4l">4</td> + </tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _GND_1 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Battery GND</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + edge [color="#000000:#ff0000:#000000"] + "VPX J12":p2r:e -- W1:w1:w + W1:w1:e -- Swash2:p1l:w + W1 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W1</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">14 AWG</td> + <td balign="left">90.0 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>VPX J12:2:15A</td> + <td> + RD + </td> + <td>Swash2:1:V+</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#ff0000:#000000"] + "VPX J12":p12r:e -- W2:w1:w + W2:w1:e -- Swash3:p1l:w + W2 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W2</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">14 AWG</td> + <td balign="left">90.0 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>VPX J12:12:15A</td> + <td> + RD + </td> + <td>Swash3:1:V+</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#ff0000:#000000"] + "VPX J12":p3r:e -- W3:w1:w + W3:w1:e -- Yaw:p1l:w + W3 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W3</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">14 AWG</td> + <td balign="left">207.5 "</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>VPX J12:3:10A</td> + <td> + RD + </td> + <td>Yaw:1:V+</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#ff0000:#000000"] + "VPX J12":p9r:e -- W4:w1:w + W4:w1:e -- "1X":p4l:w + W4 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W4</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">20 AWG</td> + <td balign="left">87.5 "</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>VPX J12:9:EFIS_POWER</td> + <td> + RD + </td> + <td>1X:68:VCC</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#ff0000:#000000"] + "VPX J12":p9r:e -- W5:w1:w + W5:w1:e -- CEX:p1l:w + W5 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W5</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">20 AWG</td> + <td balign="left">93.5 "</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>VPX J12:9:EFIS_POWER</td> + <td> + RD + </td> + <td>CEX:1:VCC</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#000000:#000000"] + "VPX J12":p11r:e -- W6:w1:w + W6:w1:e -- Altinator:p1l:w + W6 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W6</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">18 AWG</td> + <td balign="left">67.5 "</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>VPX J12:11:PRIMARY ALTERNATOR</td> + <td> + BK + </td> + <td>Altinator:1:Field</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#000000:#000000"] + Swash2:p3r:e -- W7:w1:w + W7:w1:e -- "Negative Bus Bar":p2l:w + W7 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W7</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">14 AWG</td> + <td balign="left">36.0 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>Swash2:3:GND</td> + <td> + BK + </td> + <td>Negative Bus Bar:2</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#000000:#000000"] + Swash3:p3r:e -- W8:w1:w + W8:w1:e -- "Negative Bus Bar":p3l:w + W8 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W8</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">14 AWG</td> + <td balign="left">36.0 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>Swash3:3:GND</td> + <td> + BK + </td> + <td>Negative Bus Bar:3</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#000000:#000000"] + Yaw:p3r:e -- W9:w1:w + W9:w1:e -- "Negative Bus Bar":p2l:w + W9 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W9</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">14 AWG</td> + <td balign="left">170.0 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>Yaw:3:GND</td> + <td> + BK + </td> + <td>Negative Bus Bar:2</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#000000:#000000"] + "1X":p1r:e -- W10:w1:w + W10:w1:e -- "Negative Bus Bar":p4l:w + edge [color="#000000:#000000:#000000"] + "1X":p2r:e -- W10:w2:w + W10:w2:e -- "Negative Bus Bar":p4l:w + W10 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W10</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">2x</td> + <td balign="left">20 AWG</td> + <td balign="left">46.0 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>1X:65:GND</td> + <td> + BK + </td> + <td>Negative Bus Bar:4</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>1X:66:GND</td> + <td> + BK + </td> + <td>Negative Bus Bar:4</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w2" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#000000:#000000"] + CEX:p3r:e -- W11:w1:w + W11:w1:e -- "Negative Bus Bar":p3l:w + edge [color="#000000:#000000:#000000"] + CEX:p4r:e -- W11:w2:w + W11:w2:e -- "Negative Bus Bar":p3l:w + W11 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W11</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">2x</td> + <td balign="left">20 AWG</td> + <td balign="left">34.0 Inches</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>CEX:3:GND</td> + <td> + BK + </td> + <td>Negative Bus Bar:3</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>CEX:4:GND</td> + <td> + BK + </td> + <td>Negative Bus Bar:3</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w2" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#000000:#000000"] + "VPX J12":p4r:e -- W12:w1:w + W12:w1:e -- _GND_1:w + W12 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W12</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">14 AWG</td> + <td balign="left">37.5 "</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>VPX J12:4:GND</td> + <td> + BK + </td> + <td></td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] +} diff --git a/wireviz/Choppy_IB_VPX_J12.html b/wireviz/Choppy_IB_VPX_J12.html new file mode 100644 index 0000000..3942468 --- /dev/null +++ b/wireviz/Choppy_IB_VPX_J12.html @@ -0,0 +1,872 @@ +<!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_VPX_J12</title> +</head><body style="font-family:arial;background-color:#FFFFFF"> +<h1>Choppy_IB_VPX_J12</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="2394pt" height="1998pt" + viewBox="0.00 0.00 2394.00 1998.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 1994)"> +<polygon fill="#ffffff" stroke="none" points="-4,4 -4,-1994 2390,-1994 2390,4 -4,4"/> +<!-- VPX J12 --> +<g id="node1" class="node"> +<title>VPX J12</title> +<polygon fill="#ffffff" stroke="black" points="594,-1104.25 0,-1104.25 0,-373.75 594,-373.75 594,-1104.25"/> +<polygon fill="none" stroke="black" points="0,-1079.75 0,-1104.25 594,-1104.25 594,-1079.75 0,-1079.75"/> +<text text-anchor="start" x="268.5" y="-1086.95" font-family="arial" font-size="14.00">VPX J12</text> +<polygon fill="none" stroke="black" points="0,-1055.25 0,-1079.75 372,-1079.75 372,-1055.25 0,-1055.25"/> +<text text-anchor="start" x="91.12" y="-1062.45" font-family="arial" font-size="14.00">Connector Molex 19418-0027</text> +<polygon fill="none" stroke="black" points="372,-1055.25 372,-1079.75 594,-1079.75 594,-1055.25 372,-1055.25"/> +<text text-anchor="start" x="463.12" y="-1062.45" font-family="arial" font-size="14.00">12-pin</text> +<polygon fill="none" stroke="black" points="0,-1031.25 0,-1055.25 372,-1055.25 372,-1031.25 0,-1031.25"/> +<text text-anchor="start" x="172.88" y="-1037.95" font-family="arial" font-size="14.00">10A</text> +<polygon fill="none" stroke="black" points="372,-1031.25 372,-1055.25 594,-1055.25 594,-1031.25 372,-1031.25"/> +<text text-anchor="start" x="478.88" y="-1037.95" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="0,-1007.25 0,-1031.25 372,-1031.25 372,-1007.25 0,-1007.25"/> +<text text-anchor="start" x="172.88" y="-1013.95" font-family="arial" font-size="14.00">15A</text> +<polygon fill="none" stroke="black" points="372,-1007.25 372,-1031.25 594,-1031.25 594,-1007.25 372,-1007.25"/> +<text text-anchor="start" x="478.88" y="-1013.95" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="0,-983.25 0,-1007.25 372,-1007.25 372,-983.25 0,-983.25"/> +<text text-anchor="start" x="172.88" y="-989.95" font-family="arial" font-size="14.00">10A</text> +<polygon fill="none" stroke="black" points="372,-983.25 372,-1007.25 594,-1007.25 594,-983.25 372,-983.25"/> +<text text-anchor="start" x="478.88" y="-989.95" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="0,-959.25 0,-983.25 372,-983.25 372,-959.25 0,-959.25"/> +<text text-anchor="start" x="170.25" y="-965.95" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="372,-959.25 372,-983.25 594,-983.25 594,-959.25 372,-959.25"/> +<text text-anchor="start" x="478.88" y="-965.95" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="0,-935.25 0,-959.25 372,-959.25 372,-935.25 0,-935.25"/> +<text text-anchor="start" x="152.62" y="-941.95" font-family="arial" font-size="14.00">FLAP 10A</text> +<polygon fill="none" stroke="black" points="372,-935.25 372,-959.25 594,-959.25 594,-935.25 372,-935.25"/> +<text text-anchor="start" x="478.88" y="-941.95" font-family="arial" font-size="14.00">5</text> +<polygon fill="none" stroke="black" points="0,-911.25 0,-935.25 372,-935.25 372,-911.25 0,-911.25"/> +<text text-anchor="start" x="152.62" y="-917.95" font-family="arial" font-size="14.00">FLAP 10A</text> +<polygon fill="none" stroke="black" points="372,-911.25 372,-935.25 594,-935.25 594,-911.25 372,-911.25"/> +<text text-anchor="start" x="478.88" y="-917.95" font-family="arial" font-size="14.00">6</text> +<polygon fill="none" stroke="black" points="0,-887.25 0,-911.25 372,-911.25 372,-887.25 0,-887.25"/> +<text text-anchor="start" x="172.88" y="-893.95" font-family="arial" font-size="14.00">10A</text> +<polygon fill="none" stroke="black" points="372,-887.25 372,-911.25 594,-911.25 594,-887.25 372,-887.25"/> +<text text-anchor="start" x="478.88" y="-893.95" font-family="arial" font-size="14.00">7</text> +<polygon fill="none" stroke="black" points="0,-863.25 0,-887.25 372,-887.25 372,-863.25 0,-863.25"/> +<text text-anchor="start" x="177" y="-869.95" font-family="arial" font-size="14.00">5A</text> +<polygon fill="none" stroke="black" points="372,-863.25 372,-887.25 594,-887.25 594,-863.25 372,-863.25"/> +<text text-anchor="start" x="478.88" y="-869.95" font-family="arial" font-size="14.00">8</text> +<polygon fill="none" stroke="black" points="0,-839.25 0,-863.25 372,-863.25 372,-839.25 0,-839.25"/> +<text text-anchor="start" x="137.62" y="-845.95" font-family="arial" font-size="14.00">EFIS_POWER</text> +<polygon fill="none" stroke="black" points="372,-839.25 372,-863.25 594,-863.25 594,-839.25 372,-839.25"/> +<text text-anchor="start" x="478.88" y="-845.95" font-family="arial" font-size="14.00">9</text> +<polygon fill="none" stroke="black" points="0,-815.25 0,-839.25 372,-839.25 372,-815.25 0,-815.25"/> +<text text-anchor="start" x="177" y="-821.95" font-family="arial" font-size="14.00">3A</text> +<polygon fill="none" stroke="black" points="372,-815.25 372,-839.25 594,-839.25 594,-815.25 372,-815.25"/> +<text text-anchor="start" x="474.75" y="-821.95" font-family="arial" font-size="14.00">10</text> +<polygon fill="none" stroke="black" points="0,-791.25 0,-815.25 372,-815.25 372,-791.25 0,-791.25"/> +<text text-anchor="start" x="102.75" y="-797.95" font-family="arial" font-size="14.00">PRIMARY ALTERNATOR</text> +<polygon fill="none" stroke="black" points="372,-791.25 372,-815.25 594,-815.25 594,-791.25 372,-791.25"/> +<text text-anchor="start" x="474.75" y="-797.95" font-family="arial" font-size="14.00">11</text> +<polygon fill="none" stroke="black" points="0,-767.25 0,-791.25 372,-791.25 372,-767.25 0,-767.25"/> +<text text-anchor="start" x="172.88" y="-773.95" font-family="arial" font-size="14.00">15A</text> +<polygon fill="none" stroke="black" points="372,-767.25 372,-791.25 594,-791.25 594,-767.25 372,-767.25"/> +<text text-anchor="start" x="474.75" y="-773.95" font-family="arial" font-size="14.00">12</text> +<polygon fill="none" stroke="black" points="0,-398.25 0,-767.25 594,-767.25 594,-398.25 0,-398.25"/> +<image xlink:href="images\J12.png" width="586px" height="361px" preserveAspectRatio="xMinYMin meet" x="4" y="-763.25"/> +<polygon fill="none" stroke="black" points="0,-373.75 0,-398.25 594,-398.25 594,-373.75 0,-373.75"/> +<text text-anchor="start" x="268.5" y="-380.95" font-family="arial" font-size="14.00">VPX J12</text> +</g> +<!-- W1 --> +<g id="node10" class="node"> +<title>W1</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1067.5,-1766.5 818.5,-1766.5 818.5,-1651.5 1067.5,-1651.5 1067.5,-1766.5"/> +<polygon fill="none" stroke="black" points="818.5,-1742 818.5,-1766.5 1067.5,-1766.5 1067.5,-1742 818.5,-1742"/> +<text text-anchor="start" x="931.75" y="-1749.2" font-family="arial" font-size="14.00">W1</text> +<polygon fill="none" stroke="black" points="818.5,-1717.5 818.5,-1742 868,-1742 868,-1717.5 818.5,-1717.5"/> +<text text-anchor="start" x="835.75" y="-1724.7" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="868,-1717.5 868,-1742 958,-1742 958,-1717.5 868,-1717.5"/> +<text text-anchor="start" x="885.25" y="-1724.7" font-family="arial" font-size="14.00">14 AWG</text> +<polygon fill="none" stroke="black" points="958,-1717.5 958,-1742 1067.5,-1742 1067.5,-1717.5 958,-1717.5"/> +<text text-anchor="start" x="975.25" y="-1724.7" font-family="arial" font-size="14.00">90.0 Inches</text> +<text text-anchor="start" x="868.12" y="-1702.2" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="820.5" y="-1682.2" font-family="arial" font-size="14.00">VPX J12:2:15A</text> +<text text-anchor="start" x="923.12" y="-1682.2" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="981.5" y="-1682.2" font-family="arial" font-size="14.00">Swash2:1:V+</text> +<polygon fill="#000000" stroke="none" points="818.5,-1675.5 818.5,-1677.5 1067.5,-1677.5 1067.5,-1675.5 818.5,-1675.5"/> +<polygon fill="#ff0000" stroke="none" points="818.5,-1673.5 818.5,-1675.5 1067.5,-1675.5 1067.5,-1673.5 818.5,-1673.5"/> +<polygon fill="#000000" stroke="none" points="818.5,-1671.5 818.5,-1673.5 1067.5,-1673.5 1067.5,-1671.5 818.5,-1671.5"/> +<text text-anchor="start" x="868.12" y="-1656.2" font-family="arial" font-size="14.00"> </text> +</g> +<!-- VPX J12--W1 --> +<g id="edge1" class="edge"> +<title>VPX J12:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M594,-1017.25C903.41,-1020.28 511.52,-1675.53 817.5,-1672.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M594,-1019.25C901.7,-1019.25 509.8,-1674.5 817.5,-1674.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M594,-1021.25C899.98,-1018.22 508.09,-1673.47 817.5,-1676.5"/> +</g> +<!-- W2 --> +<g id="node11" class="node"> +<title>W2</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1071.5,-508.5 814.5,-508.5 814.5,-393.5 1071.5,-393.5 1071.5,-508.5"/> +<polygon fill="none" stroke="black" points="814.5,-484 814.5,-508.5 1071.5,-508.5 1071.5,-484 814.5,-484"/> +<text text-anchor="start" x="931.75" y="-491.2" font-family="arial" font-size="14.00">W2</text> +<polygon fill="none" stroke="black" points="814.5,-459.5 814.5,-484 866.67,-484 866.67,-459.5 814.5,-459.5"/> +<text text-anchor="start" x="833.08" y="-466.7" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="866.67,-459.5 866.67,-484 959.33,-484 959.33,-459.5 866.67,-459.5"/> +<text text-anchor="start" x="885.25" y="-466.7" font-family="arial" font-size="14.00">14 AWG</text> +<polygon fill="none" stroke="black" points="959.33,-459.5 959.33,-484 1071.5,-484 1071.5,-459.5 959.33,-459.5"/> +<text text-anchor="start" x="977.92" y="-466.7" font-family="arial" font-size="14.00">90.0 Inches</text> +<text text-anchor="start" x="868.12" y="-444.2" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="816.38" y="-424.2" font-family="arial" font-size="14.00">VPX J12:12:15A</text> +<text text-anchor="start" x="927.12" y="-424.2" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="985.5" y="-424.2" font-family="arial" font-size="14.00">Swash3:1:V+</text> +<polygon fill="#000000" stroke="none" points="814.5,-417.5 814.5,-419.5 1071.5,-419.5 1071.5,-417.5 814.5,-417.5"/> +<polygon fill="#ff0000" stroke="none" points="814.5,-415.5 814.5,-417.5 1071.5,-417.5 1071.5,-415.5 814.5,-415.5"/> +<polygon fill="#000000" stroke="none" points="814.5,-413.5 814.5,-415.5 1071.5,-415.5 1071.5,-413.5 814.5,-413.5"/> +<text text-anchor="start" x="868.12" y="-398.2" font-family="arial" font-size="14.00"> </text> +</g> +<!-- VPX J12--W2 --> +<g id="edge3" class="edge"> +<title>VPX J12:e--W2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M594,-777.25C780.61,-780.05 623.23,-417.3 813.5,-414.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M594,-779.25C782.44,-779.25 625.06,-416.5 813.5,-416.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M594,-781.25C784.27,-778.45 626.89,-415.7 813.5,-418.5"/> +</g> +<!-- W3 --> +<g id="node12" class="node"> +<title>W3</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1055.5,-1373.5 830.5,-1373.5 830.5,-1258.5 1055.5,-1258.5 1055.5,-1373.5"/> +<polygon fill="none" stroke="black" points="830.5,-1349 830.5,-1373.5 1055.5,-1373.5 1055.5,-1349 830.5,-1349"/> +<text text-anchor="start" x="931.75" y="-1356.2" font-family="arial" font-size="14.00">W3</text> +<polygon fill="none" stroke="black" points="830.5,-1324.5 830.5,-1349 881.75,-1349 881.75,-1324.5 830.5,-1324.5"/> +<text text-anchor="start" x="848.62" y="-1331.7" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="881.75,-1324.5 881.75,-1349 973.5,-1349 973.5,-1324.5 881.75,-1324.5"/> +<text text-anchor="start" x="899.88" y="-1331.7" font-family="arial" font-size="14.00">14 AWG</text> +<polygon fill="none" stroke="black" points="973.5,-1324.5 973.5,-1349 1055.5,-1349 1055.5,-1324.5 973.5,-1324.5"/> +<text text-anchor="start" x="991.62" y="-1331.7" font-family="arial" font-size="14.00">207.5 "</text> +<text text-anchor="start" x="880.12" y="-1309.2" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="832.5" y="-1289.2" font-family="arial" font-size="14.00">VPX J12:3:10A</text> +<text text-anchor="start" x="935.12" y="-1289.2" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="993.5" y="-1289.2" font-family="arial" font-size="14.00">Yaw:1:V+</text> +<polygon fill="#000000" stroke="none" points="830.5,-1282.5 830.5,-1284.5 1055.5,-1284.5 1055.5,-1282.5 830.5,-1282.5"/> +<polygon fill="#ff0000" stroke="none" points="830.5,-1280.5 830.5,-1282.5 1055.5,-1282.5 1055.5,-1280.5 830.5,-1280.5"/> +<polygon fill="#000000" stroke="none" points="830.5,-1278.5 830.5,-1280.5 1055.5,-1280.5 1055.5,-1278.5 830.5,-1278.5"/> +<text text-anchor="start" x="880.12" y="-1263.2" font-family="arial" font-size="14.00"> </text> +</g> +<!-- VPX J12--W3 --> +<g id="edge5" class="edge"> +<title>VPX J12:e--W3:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M594,-993.25C760.64,-995.87 666.66,-1282.12 829.5,-1279.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M594,-995.25C758.74,-995.25 664.76,-1281.5 829.5,-1281.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M594,-997.25C756.84,-994.63 662.86,-1280.88 829.5,-1283.5"/> +</g> +<!-- W4 --> +<g id="node13" class="node"> +<title>W4</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1096.5,-794.5 789.5,-794.5 789.5,-679.5 1096.5,-679.5 1096.5,-794.5"/> +<polygon fill="none" stroke="black" points="789.5,-770 789.5,-794.5 1096.5,-794.5 1096.5,-770 789.5,-770"/> +<text text-anchor="start" x="931.75" y="-777.2" font-family="arial" font-size="14.00">W4</text> +<polygon fill="none" stroke="black" points="789.5,-745.5 789.5,-770 870.83,-770 870.83,-745.5 789.5,-745.5"/> +<text text-anchor="start" x="822.67" y="-752.7" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="870.83,-745.5 870.83,-770 992.67,-770 992.67,-745.5 870.83,-745.5"/> +<text text-anchor="start" x="904" y="-752.7" font-family="arial" font-size="14.00">20 AWG</text> +<polygon fill="none" stroke="black" points="992.67,-745.5 992.67,-770 1096.5,-770 1096.5,-745.5 992.67,-745.5"/> +<text text-anchor="start" x="1025.83" y="-752.7" font-family="arial" font-size="14.00">87.5 "</text> +<text text-anchor="start" x="874.12" y="-730.2" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="791.25" y="-710.2" font-family="arial" font-size="14.00">VPX J12:9:EFIS_POWER</text> +<text text-anchor="start" x="964.12" y="-710.2" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="1022.12" y="-710.2" font-family="arial" font-size="14.00">1X:68:VCC</text> +<polygon fill="#000000" stroke="none" points="789.5,-703.5 789.5,-705.5 1096.5,-705.5 1096.5,-703.5 789.5,-703.5"/> +<polygon fill="#ff0000" stroke="none" points="789.5,-701.5 789.5,-703.5 1096.5,-703.5 1096.5,-701.5 789.5,-701.5"/> +<polygon fill="#000000" stroke="none" points="789.5,-699.5 789.5,-701.5 1096.5,-701.5 1096.5,-699.5 789.5,-699.5"/> +<text text-anchor="start" x="874.12" y="-684.2" font-family="arial" font-size="14.00"> </text> +</g> +<!-- VPX J12--W4 --> +<g id="edge7" class="edge"> +<title>VPX J12:e--W4:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M594,-849.25C700.85,-851.56 677.7,-702.81 788.5,-700.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M594,-851.25C702.83,-851.25 679.67,-702.5 788.5,-702.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M594,-853.25C704.8,-850.94 681.65,-702.19 788.5,-704.5"/> +</g> +<!-- W5 --> +<g id="node14" class="node"> +<title>W5</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1098.5,-942.5 787.5,-942.5 787.5,-827.5 1098.5,-827.5 1098.5,-942.5"/> +<polygon fill="none" stroke="black" points="787.5,-918 787.5,-942.5 1098.5,-942.5 1098.5,-918 787.5,-918"/> +<text text-anchor="start" x="931.75" y="-925.2" font-family="arial" font-size="14.00">W5</text> +<polygon fill="none" stroke="black" points="787.5,-893.5 787.5,-918 870.17,-918 870.17,-893.5 787.5,-893.5"/> +<text text-anchor="start" x="821.33" y="-900.7" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="870.17,-893.5 870.17,-918 993.33,-918 993.33,-893.5 870.17,-893.5"/> +<text text-anchor="start" x="904" y="-900.7" font-family="arial" font-size="14.00">20 AWG</text> +<polygon fill="none" stroke="black" points="993.33,-893.5 993.33,-918 1098.5,-918 1098.5,-893.5 993.33,-893.5"/> +<text text-anchor="start" x="1027.17" y="-900.7" font-family="arial" font-size="14.00">93.5 "</text> +<text text-anchor="start" x="872.12" y="-878.2" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="789.25" y="-858.2" font-family="arial" font-size="14.00">VPX J12:9:EFIS_POWER</text> +<text text-anchor="start" x="962.12" y="-858.2" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="1020.25" y="-858.2" font-family="arial" font-size="14.00">CEX:1:VCC</text> +<polygon fill="#000000" stroke="none" points="787.5,-851.5 787.5,-853.5 1098.5,-853.5 1098.5,-851.5 787.5,-851.5"/> +<polygon fill="#ff0000" stroke="none" points="787.5,-849.5 787.5,-851.5 1098.5,-851.5 1098.5,-849.5 787.5,-849.5"/> +<polygon fill="#000000" stroke="none" points="787.5,-847.5 787.5,-849.5 1098.5,-849.5 1098.5,-847.5 787.5,-847.5"/> +<text text-anchor="start" x="872.12" y="-832.2" font-family="arial" font-size="14.00"> </text> +</g> +<!-- VPX J12--W5 --> +<g id="edge9" class="edge"> +<title>VPX J12:e--W5:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M594,-849.25C679.49,-849.25 700.87,-848.5 786.5,-848.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M594,-851.25C679.56,-851.25 700.94,-850.5 786.5,-850.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M594,-853.25C679.63,-853.25 701.01,-852.5 786.5,-852.5"/> +</g> +<!-- W6 --> +<g id="node15" class="node"> +<title>W6</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1148,-650.5 738,-650.5 738,-535.5 1148,-535.5 1148,-650.5"/> +<polygon fill="none" stroke="black" points="738,-626 738,-650.5 1148,-650.5 1148,-626 738,-626"/> +<text text-anchor="start" x="931.75" y="-633.2" font-family="arial" font-size="14.00">W6</text> +<polygon fill="none" stroke="black" points="738,-601.5 738,-626 853.67,-626 853.67,-601.5 738,-601.5"/> +<text text-anchor="start" x="788.33" y="-608.7" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="853.67,-601.5 853.67,-626 1009.83,-626 1009.83,-601.5 853.67,-601.5"/> +<text text-anchor="start" x="904" y="-608.7" font-family="arial" font-size="14.00">18 AWG</text> +<polygon fill="none" stroke="black" points="1009.83,-601.5 1009.83,-626 1148,-626 1148,-601.5 1009.83,-601.5"/> +<text text-anchor="start" x="1060.17" y="-608.7" font-family="arial" font-size="14.00">67.5 "</text> +<text text-anchor="start" x="861.62" y="-586.2" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="739.75" y="-566.2" font-family="arial" font-size="14.00">VPX J12:11:PRIMARY ALTERNATOR</text> +<text text-anchor="start" x="990.88" y="-566.2" font-family="arial" font-size="14.00">     BK    </text> +<text text-anchor="start" x="1047.88" y="-566.2" font-family="arial" font-size="14.00">Altinator:1:Field</text> +<polygon fill="#000000" stroke="none" points="738,-559.5 738,-561.5 1148,-561.5 1148,-559.5 738,-559.5"/> +<polygon fill="#000000" stroke="none" points="738,-557.5 738,-559.5 1148,-559.5 1148,-557.5 738,-557.5"/> +<polygon fill="#000000" stroke="none" points="738,-555.5 738,-557.5 1148,-557.5 1148,-555.5 738,-555.5"/> +<text text-anchor="start" x="861.62" y="-540.2" font-family="arial" font-size="14.00"> </text> +</g> +<!-- VPX J12--W6 --> +<g id="edge11" class="edge"> +<title>VPX J12:e--W6:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M594,-801.25C718.38,-804.06 609.96,-559.31 738,-556.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M594,-803.25C720.21,-803.25 611.79,-558.5 738,-558.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M594,-805.25C722.04,-802.44 613.62,-557.69 738,-560.5"/> +</g> +<!-- W12 --> +<g id="node21" class="node"> +<title>W12</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1027.5,-1081.5 858.5,-1081.5 858.5,-966.5 1027.5,-966.5 1027.5,-1081.5"/> +<polygon fill="none" stroke="black" points="858.5,-1057 858.5,-1081.5 1027.5,-1081.5 1027.5,-1057 858.5,-1057"/> +<text text-anchor="start" x="927.62" y="-1064.2" font-family="arial" font-size="14.00">W12</text> +<polygon fill="none" stroke="black" points="858.5,-1032.5 858.5,-1057 893.83,-1057 893.83,-1032.5 858.5,-1032.5"/> +<text text-anchor="start" x="868.67" y="-1039.7" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="893.83,-1032.5 893.83,-1057 969.67,-1057 969.67,-1032.5 893.83,-1032.5"/> +<text text-anchor="start" x="904" y="-1039.7" font-family="arial" font-size="14.00">14 AWG</text> +<polygon fill="none" stroke="black" points="969.67,-1032.5 969.67,-1057 1027.5,-1057 1027.5,-1032.5 969.67,-1032.5"/> +<text text-anchor="start" x="979.83" y="-1039.7" font-family="arial" font-size="14.00">37.5 "</text> +<text text-anchor="start" x="910.62" y="-1017.2" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="860.38" y="-997.2" font-family="arial" font-size="14.00">VPX J12:4:GND</text> +<text text-anchor="start" x="968.38" y="-997.2" font-family="arial" font-size="14.00">     BK    </text> +<polygon fill="#000000" stroke="none" points="858.5,-990.5 858.5,-992.5 1027.5,-992.5 1027.5,-990.5 858.5,-990.5"/> +<polygon fill="#000000" stroke="none" points="858.5,-988.5 858.5,-990.5 1027.5,-990.5 1027.5,-988.5 858.5,-988.5"/> +<polygon fill="#000000" stroke="none" points="858.5,-986.5 858.5,-988.5 1027.5,-988.5 1027.5,-986.5 858.5,-986.5"/> +<text text-anchor="start" x="910.62" y="-971.2" font-family="arial" font-size="14.00"> </text> +</g> +<!-- VPX J12--W12 --> +<g id="edge27" class="edge"> +<title>VPX J12:e--W12:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M594,-969.25C712.46,-969.56 741.18,-987.81 857.5,-987.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M594,-971.25C711.39,-971.25 740.11,-989.5 857.5,-989.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M594,-973.25C710.32,-972.94 739.04,-991.19 857.5,-991.5"/> +</g> +<!-- Swash2 --> +<g id="node2" class="node"> +<title>Swash2</title> +<polygon fill="#ffffff" stroke="black" points="1625,-1990 1292,-1990 1292,-1520 1625,-1520 1625,-1990"/> +<polygon fill="none" stroke="black" points="1292,-1965.5 1292,-1990 1625,-1990 1625,-1965.5 1292,-1965.5"/> +<text text-anchor="start" x="1433.38" y="-1972.7" font-family="arial" font-size="14.00">Swash2</text> +<polygon fill="none" stroke="black" points="1292,-1941 1292,-1965.5 1543.25,-1965.5 1543.25,-1941 1292,-1941"/> +<text text-anchor="start" x="1317.12" y="-1948.2" font-family="arial" font-size="14.00">Amphenol C091-11H004-000-2</text> +<polygon fill="none" stroke="black" points="1543.25,-1941 1543.25,-1965.5 1625,-1965.5 1625,-1941 1543.25,-1941"/> +<text text-anchor="start" x="1568.38" y="-1948.2" font-family="arial" font-size="14.00">4-pin</text> +<polygon fill="none" stroke="black" points="1292,-1917 1292,-1941 1395.33,-1941 1395.33,-1917 1292,-1917"/> +<text text-anchor="start" x="1339.54" y="-1923.7" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1395.33,-1917 1395.33,-1941 1521.67,-1941 1521.67,-1917 1395.33,-1917"/> +<text text-anchor="start" x="1449.5" y="-1923.7" font-family="arial" font-size="14.00">V+</text> +<polygon fill="none" stroke="black" points="1521.67,-1917 1521.67,-1941 1625,-1941 1625,-1917 1521.67,-1917"/> +<text text-anchor="start" x="1569.21" y="-1923.7" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1292,-1893 1292,-1917 1395.33,-1917 1395.33,-1893 1292,-1893"/> +<text text-anchor="start" x="1339.54" y="-1899.7" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1395.33,-1893 1395.33,-1917 1521.67,-1917 1521.67,-1893 1395.33,-1893"/> +<text text-anchor="start" x="1449.5" y="-1899.7" font-family="arial" font-size="14.00">V+</text> +<polygon fill="none" stroke="black" points="1521.67,-1893 1521.67,-1917 1625,-1917 1625,-1893 1521.67,-1893"/> +<text text-anchor="start" x="1569.21" y="-1899.7" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1292,-1869 1292,-1893 1395.33,-1893 1395.33,-1869 1292,-1869"/> +<text text-anchor="start" x="1339.54" y="-1875.7" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="1395.33,-1869 1395.33,-1893 1521.67,-1893 1521.67,-1869 1395.33,-1869"/> +<text text-anchor="start" x="1442.75" y="-1875.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="1521.67,-1869 1521.67,-1893 1625,-1893 1625,-1869 1521.67,-1869"/> +<text text-anchor="start" x="1569.21" y="-1875.7" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="1292,-1845 1292,-1869 1395.33,-1869 1395.33,-1845 1292,-1845"/> +<text text-anchor="start" x="1339.54" y="-1851.7" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="1395.33,-1845 1395.33,-1869 1521.67,-1869 1521.67,-1845 1395.33,-1845"/> +<text text-anchor="start" x="1442.75" y="-1851.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="1521.67,-1845 1521.67,-1869 1625,-1869 1625,-1845 1521.67,-1845"/> +<text text-anchor="start" x="1569.21" y="-1851.7" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="1292,-1520 1292,-1845 1625,-1845 1625,-1520 1292,-1520"/> +<image xlink:href="images\A2Power.png" width="325px" height="317px" preserveAspectRatio="xMinYMin meet" x="1296" y="-1841"/> +</g> +<!-- W7 --> +<g id="node16" class="node"> +<title>W7</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="2052,-1704.5 1769,-1704.5 1769,-1589.5 2052,-1589.5 2052,-1704.5"/> +<polygon fill="none" stroke="black" points="1769,-1680 1769,-1704.5 2052,-1704.5 2052,-1680 1769,-1680"/> +<text text-anchor="start" x="1899.25" y="-1687.2" font-family="arial" font-size="14.00">W7</text> +<polygon fill="none" stroke="black" points="1769,-1655.5 1769,-1680 1829.83,-1680 1829.83,-1655.5 1769,-1655.5"/> +<text text-anchor="start" x="1791.92" y="-1662.7" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="1829.83,-1655.5 1829.83,-1680 1931.17,-1680 1931.17,-1655.5 1829.83,-1655.5"/> +<text text-anchor="start" x="1852.75" y="-1662.7" font-family="arial" font-size="14.00">14 AWG</text> +<polygon fill="none" stroke="black" points="1931.17,-1655.5 1931.17,-1680 2052,-1680 2052,-1655.5 1931.17,-1655.5"/> +<text text-anchor="start" x="1954.08" y="-1662.7" font-family="arial" font-size="14.00">36.0 Inches</text> +<text text-anchor="start" x="1817.62" y="-1640.2" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1770.75" y="-1620.2" font-family="arial" font-size="14.00">Swash2:3:GND</text> +<text text-anchor="start" x="1871.88" y="-1620.2" font-family="arial" font-size="14.00">     BK    </text> +<text text-anchor="start" x="1928.75" y="-1620.2" font-family="arial" font-size="14.00">Negative Bus Bar:2</text> +<polygon fill="#000000" stroke="none" points="1769,-1613.5 1769,-1615.5 2052,-1615.5 2052,-1613.5 1769,-1613.5"/> +<polygon fill="#000000" stroke="none" points="1769,-1611.5 1769,-1613.5 2052,-1613.5 2052,-1611.5 1769,-1611.5"/> +<polygon fill="#000000" stroke="none" points="1769,-1609.5 1769,-1611.5 2052,-1611.5 2052,-1609.5 1769,-1609.5"/> +<text text-anchor="start" x="1817.62" y="-1594.2" font-family="arial" font-size="14.00"> </text> +</g> +<!-- Swash2--W7 --> +<g id="edge13" class="edge"> +<title>Swash2:e--W7:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1625,-1879C1758.6,-1881.85 1631.78,-1613.35 1769,-1610.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1625,-1881C1760.41,-1881 1633.59,-1612.5 1769,-1612.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1625,-1883C1762.22,-1880.15 1635.4,-1611.65 1769,-1614.5"/> +</g> +<!-- Swash3 --> +<g id="node3" class="node"> +<title>Swash3</title> +<polygon fill="#ffffff" stroke="black" points="1625,-470 1292,-470 1292,0 1625,0 1625,-470"/> +<polygon fill="none" stroke="black" points="1292,-445.5 1292,-470 1625,-470 1625,-445.5 1292,-445.5"/> +<text text-anchor="start" x="1433.38" y="-452.7" font-family="arial" font-size="14.00">Swash3</text> +<polygon fill="none" stroke="black" points="1292,-421 1292,-445.5 1543.25,-445.5 1543.25,-421 1292,-421"/> +<text text-anchor="start" x="1317.12" y="-428.2" font-family="arial" font-size="14.00">Amphenol C091-11H004-000-2</text> +<polygon fill="none" stroke="black" points="1543.25,-421 1543.25,-445.5 1625,-445.5 1625,-421 1543.25,-421"/> +<text text-anchor="start" x="1568.38" y="-428.2" font-family="arial" font-size="14.00">4-pin</text> +<polygon fill="none" stroke="black" points="1292,-397 1292,-421 1395.33,-421 1395.33,-397 1292,-397"/> +<text text-anchor="start" x="1339.54" y="-403.7" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1395.33,-397 1395.33,-421 1521.67,-421 1521.67,-397 1395.33,-397"/> +<text text-anchor="start" x="1449.5" y="-403.7" font-family="arial" font-size="14.00">V+</text> +<polygon fill="none" stroke="black" points="1521.67,-397 1521.67,-421 1625,-421 1625,-397 1521.67,-397"/> +<text text-anchor="start" x="1569.21" y="-403.7" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1292,-373 1292,-397 1395.33,-397 1395.33,-373 1292,-373"/> +<text text-anchor="start" x="1339.54" y="-379.7" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1395.33,-373 1395.33,-397 1521.67,-397 1521.67,-373 1395.33,-373"/> +<text text-anchor="start" x="1449.5" y="-379.7" font-family="arial" font-size="14.00">V+</text> +<polygon fill="none" stroke="black" points="1521.67,-373 1521.67,-397 1625,-397 1625,-373 1521.67,-373"/> +<text text-anchor="start" x="1569.21" y="-379.7" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1292,-349 1292,-373 1395.33,-373 1395.33,-349 1292,-349"/> +<text text-anchor="start" x="1339.54" y="-355.7" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="1395.33,-349 1395.33,-373 1521.67,-373 1521.67,-349 1395.33,-349"/> +<text text-anchor="start" x="1442.75" y="-355.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="1521.67,-349 1521.67,-373 1625,-373 1625,-349 1521.67,-349"/> +<text text-anchor="start" x="1569.21" y="-355.7" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="1292,-325 1292,-349 1395.33,-349 1395.33,-325 1292,-325"/> +<text text-anchor="start" x="1339.54" y="-331.7" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="1395.33,-325 1395.33,-349 1521.67,-349 1521.67,-325 1395.33,-325"/> +<text text-anchor="start" x="1442.75" y="-331.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="1521.67,-325 1521.67,-349 1625,-349 1625,-325 1521.67,-325"/> +<text text-anchor="start" x="1569.21" y="-331.7" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="1292,0 1292,-325 1625,-325 1625,0 1292,0"/> +<image xlink:href="images\A2Power.png" width="325px" height="317px" preserveAspectRatio="xMinYMin meet" x="1296" y="-321"/> +</g> +<!-- W8 --> +<g id="node17" class="node"> +<title>W8</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="2052,-551.5 1769,-551.5 1769,-436.5 2052,-436.5 2052,-551.5"/> +<polygon fill="none" stroke="black" points="1769,-527 1769,-551.5 2052,-551.5 2052,-527 1769,-527"/> +<text text-anchor="start" x="1899.25" y="-534.2" font-family="arial" font-size="14.00">W8</text> +<polygon fill="none" stroke="black" points="1769,-502.5 1769,-527 1829.83,-527 1829.83,-502.5 1769,-502.5"/> +<text text-anchor="start" x="1791.92" y="-509.7" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="1829.83,-502.5 1829.83,-527 1931.17,-527 1931.17,-502.5 1829.83,-502.5"/> +<text text-anchor="start" x="1852.75" y="-509.7" font-family="arial" font-size="14.00">14 AWG</text> +<polygon fill="none" stroke="black" points="1931.17,-502.5 1931.17,-527 2052,-527 2052,-502.5 1931.17,-502.5"/> +<text text-anchor="start" x="1954.08" y="-509.7" font-family="arial" font-size="14.00">36.0 Inches</text> +<text text-anchor="start" x="1817.62" y="-487.2" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1770.75" y="-467.2" font-family="arial" font-size="14.00">Swash3:3:GND</text> +<text text-anchor="start" x="1871.88" y="-467.2" font-family="arial" font-size="14.00">     BK    </text> +<text text-anchor="start" x="1928.75" y="-467.2" font-family="arial" font-size="14.00">Negative Bus Bar:3</text> +<polygon fill="#000000" stroke="none" points="1769,-460.5 1769,-462.5 2052,-462.5 2052,-460.5 1769,-460.5"/> +<polygon fill="#000000" stroke="none" points="1769,-458.5 1769,-460.5 2052,-460.5 2052,-458.5 1769,-458.5"/> +<polygon fill="#000000" stroke="none" points="1769,-456.5 1769,-458.5 2052,-458.5 2052,-456.5 1769,-456.5"/> +<text text-anchor="start" x="1817.62" y="-441.2" font-family="arial" font-size="14.00"> </text> +</g> +<!-- Swash3--W8 --> +<g id="edge15" class="edge"> +<title>Swash3:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1625,-359C1704.53,-361.22 1693.45,-459.72 1769,-457.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1625,-361C1702.54,-361 1691.46,-459.5 1769,-459.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1625,-363C1700.55,-360.78 1689.47,-459.28 1769,-461.5"/> +</g> +<!-- Yaw --> +<g id="node4" class="node"> +<title>Yaw</title> +<polygon fill="#ffffff" stroke="black" points="1625,-1496 1292,-1496 1292,-1026 1625,-1026 1625,-1496"/> +<polygon fill="none" stroke="black" points="1292,-1471.5 1292,-1496 1625,-1496 1625,-1471.5 1292,-1471.5"/> +<text text-anchor="start" x="1445.38" y="-1478.7" font-family="arial" font-size="14.00">Yaw</text> +<polygon fill="none" stroke="black" points="1292,-1447 1292,-1471.5 1543.25,-1471.5 1543.25,-1447 1292,-1447"/> +<text text-anchor="start" x="1317.12" y="-1454.2" font-family="arial" font-size="14.00">Amphenol C091-11H004-000-2</text> +<polygon fill="none" stroke="black" points="1543.25,-1447 1543.25,-1471.5 1625,-1471.5 1625,-1447 1543.25,-1447"/> +<text text-anchor="start" x="1568.38" y="-1454.2" font-family="arial" font-size="14.00">4-pin</text> +<polygon fill="none" stroke="black" points="1292,-1423 1292,-1447 1395.33,-1447 1395.33,-1423 1292,-1423"/> +<text text-anchor="start" x="1339.54" y="-1429.7" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1395.33,-1423 1395.33,-1447 1521.67,-1447 1521.67,-1423 1395.33,-1423"/> +<text text-anchor="start" x="1449.5" y="-1429.7" font-family="arial" font-size="14.00">V+</text> +<polygon fill="none" stroke="black" points="1521.67,-1423 1521.67,-1447 1625,-1447 1625,-1423 1521.67,-1423"/> +<text text-anchor="start" x="1569.21" y="-1429.7" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1292,-1399 1292,-1423 1395.33,-1423 1395.33,-1399 1292,-1399"/> +<text text-anchor="start" x="1339.54" y="-1405.7" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1395.33,-1399 1395.33,-1423 1521.67,-1423 1521.67,-1399 1395.33,-1399"/> +<text text-anchor="start" x="1449.5" y="-1405.7" font-family="arial" font-size="14.00">V+</text> +<polygon fill="none" stroke="black" points="1521.67,-1399 1521.67,-1423 1625,-1423 1625,-1399 1521.67,-1399"/> +<text text-anchor="start" x="1569.21" y="-1405.7" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1292,-1375 1292,-1399 1395.33,-1399 1395.33,-1375 1292,-1375"/> +<text text-anchor="start" x="1339.54" y="-1381.7" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="1395.33,-1375 1395.33,-1399 1521.67,-1399 1521.67,-1375 1395.33,-1375"/> +<text text-anchor="start" x="1442.75" y="-1381.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="1521.67,-1375 1521.67,-1399 1625,-1399 1625,-1375 1521.67,-1375"/> +<text text-anchor="start" x="1569.21" y="-1381.7" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="1292,-1351 1292,-1375 1395.33,-1375 1395.33,-1351 1292,-1351"/> +<text text-anchor="start" x="1339.54" y="-1357.7" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="1395.33,-1351 1395.33,-1375 1521.67,-1375 1521.67,-1351 1395.33,-1351"/> +<text text-anchor="start" x="1442.75" y="-1357.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="1521.67,-1351 1521.67,-1375 1625,-1375 1625,-1351 1521.67,-1351"/> +<text text-anchor="start" x="1569.21" y="-1357.7" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="1292,-1026 1292,-1351 1625,-1351 1625,-1026 1292,-1026"/> +<image xlink:href="images\A2Power.png" width="325px" height="317px" preserveAspectRatio="xMinYMin meet" x="1296" y="-1347"/> +</g> +<!-- W9 --> +<g id="node18" class="node"> +<title>W9</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="2040,-1298.5 1781,-1298.5 1781,-1183.5 2040,-1183.5 2040,-1298.5"/> +<polygon fill="none" stroke="black" points="1781,-1274 1781,-1298.5 2040,-1298.5 2040,-1274 1781,-1274"/> +<text text-anchor="start" x="1899.25" y="-1281.2" font-family="arial" font-size="14.00">W9</text> +<polygon fill="none" stroke="black" points="1781,-1249.5 1781,-1274 1831.08,-1274 1831.08,-1249.5 1781,-1249.5"/> +<text text-anchor="start" x="1798.54" y="-1256.7" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="1831.08,-1249.5 1831.08,-1274 1921.67,-1274 1921.67,-1249.5 1831.08,-1249.5"/> +<text text-anchor="start" x="1848.62" y="-1256.7" font-family="arial" font-size="14.00">14 AWG</text> +<polygon fill="none" stroke="black" points="1921.67,-1249.5 1921.67,-1274 2040,-1274 2040,-1249.5 1921.67,-1249.5"/> +<text text-anchor="start" x="1939.21" y="-1256.7" font-family="arial" font-size="14.00">170.0 Inches</text> +<text text-anchor="start" x="1817.62" y="-1234.2" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1782.75" y="-1214.2" font-family="arial" font-size="14.00">Yaw:3:GND</text> +<text text-anchor="start" x="1859.88" y="-1214.2" font-family="arial" font-size="14.00">     BK    </text> +<text text-anchor="start" x="1916.75" y="-1214.2" font-family="arial" font-size="14.00">Negative Bus Bar:2</text> +<polygon fill="#000000" stroke="none" points="1781,-1207.5 1781,-1209.5 2040,-1209.5 2040,-1207.5 1781,-1207.5"/> +<polygon fill="#000000" stroke="none" points="1781,-1205.5 1781,-1207.5 2040,-1207.5 2040,-1205.5 1781,-1205.5"/> +<polygon fill="#000000" stroke="none" points="1781,-1203.5 1781,-1205.5 2040,-1205.5 2040,-1203.5 1781,-1203.5"/> +<text text-anchor="start" x="1817.62" y="-1188.2" font-family="arial" font-size="14.00"> </text> +</g> +<!-- Yaw--W9 --> +<g id="edge17" class="edge"> +<title>Yaw:e--W9:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1625,-1385C1728.83,-1387.6 1672.35,-1207.1 1780,-1204.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1625,-1387C1730.74,-1387 1674.26,-1206.5 1780,-1206.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1625,-1389C1732.65,-1386.4 1676.17,-1205.9 1780,-1208.5"/> +</g> +<!-- 1X --> +<g id="node5" class="node"> +<title>1X</title> +<polygon fill="#ffffff" stroke="black" points="1545.62,-784.5 1371.38,-784.5 1371.38,-639.5 1545.62,-639.5 1545.62,-784.5"/> +<polygon fill="none" stroke="black" points="1371.38,-760 1371.38,-784.5 1545.62,-784.5 1545.62,-760 1371.38,-760"/> +<text text-anchor="start" x="1449.5" y="-767.2" font-family="arial" font-size="14.00">1X</text> +<polygon fill="none" stroke="black" points="1371.38,-735.5 1371.38,-760 1506.12,-760 1506.12,-735.5 1371.38,-735.5"/> +<text text-anchor="start" x="1375.38" y="-742.7" font-family="arial" font-size="14.00">HEW.LM.368.XLNP</text> +<polygon fill="none" stroke="black" points="1506.12,-735.5 1506.12,-760 1545.62,-760 1545.62,-735.5 1506.12,-735.5"/> +<text text-anchor="start" x="1510.12" y="-742.7" font-family="arial" font-size="14.00">4-pin</text> +<polygon fill="none" stroke="black" points="1371.38,-711.5 1371.38,-735.5 1424.46,-735.5 1424.46,-711.5 1371.38,-711.5"/> +<text text-anchor="start" x="1389.67" y="-718.2" font-family="arial" font-size="14.00">65</text> +<polygon fill="none" stroke="black" points="1424.46,-711.5 1424.46,-735.5 1492.54,-735.5 1492.54,-711.5 1424.46,-711.5"/> +<text text-anchor="start" x="1442.75" y="-718.2" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="1492.54,-711.5 1492.54,-735.5 1545.62,-735.5 1545.62,-711.5 1492.54,-711.5"/> +<text text-anchor="start" x="1510.83" y="-718.2" font-family="arial" font-size="14.00">65</text> +<polygon fill="none" stroke="black" points="1371.38,-687.5 1371.38,-711.5 1424.46,-711.5 1424.46,-687.5 1371.38,-687.5"/> +<text text-anchor="start" x="1389.67" y="-694.2" font-family="arial" font-size="14.00">66</text> +<polygon fill="none" stroke="black" points="1424.46,-687.5 1424.46,-711.5 1492.54,-711.5 1492.54,-687.5 1424.46,-687.5"/> +<text text-anchor="start" x="1442.75" y="-694.2" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="1492.54,-687.5 1492.54,-711.5 1545.62,-711.5 1545.62,-687.5 1492.54,-687.5"/> +<text text-anchor="start" x="1510.83" y="-694.2" font-family="arial" font-size="14.00">66</text> +<polygon fill="none" stroke="black" points="1371.38,-663.5 1371.38,-687.5 1424.46,-687.5 1424.46,-663.5 1371.38,-663.5"/> +<text text-anchor="start" x="1389.67" y="-670.2" font-family="arial" font-size="14.00">67</text> +<polygon fill="none" stroke="black" points="1424.46,-663.5 1424.46,-687.5 1492.54,-687.5 1492.54,-663.5 1424.46,-663.5"/> +<text text-anchor="start" x="1443.12" y="-670.2" font-family="arial" font-size="14.00">VCC</text> +<polygon fill="none" stroke="black" points="1492.54,-663.5 1492.54,-687.5 1545.62,-687.5 1545.62,-663.5 1492.54,-663.5"/> +<text text-anchor="start" x="1510.83" y="-670.2" font-family="arial" font-size="14.00">67</text> +<polygon fill="none" stroke="black" points="1371.38,-639.5 1371.38,-663.5 1424.46,-663.5 1424.46,-639.5 1371.38,-639.5"/> +<text text-anchor="start" x="1389.67" y="-646.2" font-family="arial" font-size="14.00">68</text> +<polygon fill="none" stroke="black" points="1424.46,-639.5 1424.46,-663.5 1492.54,-663.5 1492.54,-639.5 1424.46,-639.5"/> +<text text-anchor="start" x="1443.12" y="-646.2" font-family="arial" font-size="14.00">VCC</text> +<polygon fill="none" stroke="black" points="1492.54,-639.5 1492.54,-663.5 1545.62,-663.5 1545.62,-639.5 1492.54,-639.5"/> +<text text-anchor="start" x="1510.83" y="-646.2" font-family="arial" font-size="14.00">68</text> +</g> +<!-- W10 --> +<g id="node19" class="node"> +<title>W10</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="2040,-815.5 1781,-815.5 1781,-674.5 2040,-674.5 2040,-815.5"/> +<polygon fill="none" stroke="black" points="1781,-791 1781,-815.5 2040,-815.5 2040,-791 1781,-791"/> +<text text-anchor="start" x="1895.12" y="-798.2" font-family="arial" font-size="14.00">W10</text> +<polygon fill="none" stroke="black" points="1781,-766.5 1781,-791 1833.83,-791 1833.83,-766.5 1781,-766.5"/> +<text text-anchor="start" x="1799.92" y="-773.7" font-family="arial" font-size="14.00">2x</text> +<polygon fill="none" stroke="black" points="1833.83,-766.5 1833.83,-791 1927.17,-791 1927.17,-766.5 1833.83,-766.5"/> +<text text-anchor="start" x="1852.75" y="-773.7" font-family="arial" font-size="14.00">20 AWG</text> +<polygon fill="none" stroke="black" points="1927.17,-766.5 1927.17,-791 2040,-791 2040,-766.5 1927.17,-766.5"/> +<text text-anchor="start" x="1946.08" y="-773.7" font-family="arial" font-size="14.00">46.0 Inches</text> +<text text-anchor="start" x="1817.62" y="-751.2" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1782.75" y="-731.2" font-family="arial" font-size="14.00">1X:65:GND</text> +<text text-anchor="start" x="1859.88" y="-731.2" font-family="arial" font-size="14.00">     BK    </text> +<text text-anchor="start" x="1916.75" y="-731.2" font-family="arial" font-size="14.00">Negative Bus Bar:4</text> +<polygon fill="#000000" stroke="none" points="1781,-724.5 1781,-726.5 2040,-726.5 2040,-724.5 1781,-724.5"/> +<polygon fill="#000000" stroke="none" points="1781,-722.5 1781,-724.5 2040,-724.5 2040,-722.5 1781,-722.5"/> +<polygon fill="#000000" stroke="none" points="1781,-720.5 1781,-722.5 2040,-722.5 2040,-720.5 1781,-720.5"/> +<text text-anchor="start" x="1782.75" y="-705.2" font-family="arial" font-size="14.00">1X:66:GND</text> +<text text-anchor="start" x="1859.88" y="-705.2" font-family="arial" font-size="14.00">     BK    </text> +<text text-anchor="start" x="1916.75" y="-705.2" font-family="arial" font-size="14.00">Negative Bus Bar:4</text> +<polygon fill="#000000" stroke="none" points="1781,-698.5 1781,-700.5 2040,-700.5 2040,-698.5 1781,-698.5"/> +<polygon fill="#000000" stroke="none" points="1781,-696.5 1781,-698.5 2040,-698.5 2040,-696.5 1781,-696.5"/> +<polygon fill="#000000" stroke="none" points="1781,-694.5 1781,-696.5 2040,-696.5 2040,-694.5 1781,-694.5"/> +<text text-anchor="start" x="1817.62" y="-679.2" font-family="arial" font-size="14.00"> </text> +</g> +<!-- 1X--W10 --> +<g id="edge19" class="edge"> +<title>1X:e--W10:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1546.62,-721.5C1650.35,-721.5 1676.28,-721.5 1780,-721.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1546.62,-723.5C1650.35,-723.5 1676.28,-723.5 1780,-723.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1546.62,-725.5C1650.35,-725.5 1676.28,-725.5 1780,-725.5"/> +</g> +<!-- 1X--W10 --> +<g id="edge21" class="edge"> +<title>1X:e--W10:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1546.62,-697.5C1650.2,-697.51 1676.12,-695.51 1780,-695.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1546.62,-699.5C1650.35,-699.5 1676.27,-697.5 1780,-697.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1546.62,-701.5C1650.5,-701.49 1676.43,-699.49 1780,-699.5"/> +</g> +<!-- CEX --> +<g id="node6" class="node"> +<title>CEX</title> +<polygon fill="#ffffff" stroke="black" points="1545.62,-953.5 1371.38,-953.5 1371.38,-808.5 1545.62,-808.5 1545.62,-953.5"/> +<polygon fill="none" stroke="black" points="1371.38,-929 1371.38,-953.5 1545.62,-953.5 1545.62,-929 1371.38,-929"/> +<text text-anchor="start" x="1443.5" y="-936.2" font-family="arial" font-size="14.00">CEX</text> +<polygon fill="none" stroke="black" points="1371.38,-904.5 1371.38,-929 1506.12,-929 1506.12,-904.5 1371.38,-904.5"/> +<text text-anchor="start" x="1375.38" y="-911.7" font-family="arial" font-size="14.00">HEW.LM.368.XLNP</text> +<polygon fill="none" stroke="black" points="1506.12,-904.5 1506.12,-929 1545.62,-929 1545.62,-904.5 1506.12,-904.5"/> +<text text-anchor="start" x="1510.12" y="-911.7" font-family="arial" font-size="14.00">4-pin</text> +<polygon fill="none" stroke="black" points="1371.38,-880.5 1371.38,-904.5 1421.79,-904.5 1421.79,-880.5 1371.38,-880.5"/> +<text text-anchor="start" x="1392.46" y="-887.2" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1421.79,-880.5 1421.79,-904.5 1495.21,-904.5 1495.21,-880.5 1421.79,-880.5"/> +<text text-anchor="start" x="1443.12" y="-887.2" font-family="arial" font-size="14.00">VCC</text> +<polygon fill="none" stroke="black" points="1495.21,-880.5 1495.21,-904.5 1545.62,-904.5 1545.62,-880.5 1495.21,-880.5"/> +<text text-anchor="start" x="1516.29" y="-887.2" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1371.38,-856.5 1371.38,-880.5 1421.79,-880.5 1421.79,-856.5 1371.38,-856.5"/> +<text text-anchor="start" x="1392.46" y="-863.2" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1421.79,-856.5 1421.79,-880.5 1495.21,-880.5 1495.21,-856.5 1421.79,-856.5"/> +<text text-anchor="start" x="1443.12" y="-863.2" font-family="arial" font-size="14.00">VCC</text> +<polygon fill="none" stroke="black" points="1495.21,-856.5 1495.21,-880.5 1545.62,-880.5 1545.62,-856.5 1495.21,-856.5"/> +<text text-anchor="start" x="1516.29" y="-863.2" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1371.38,-832.5 1371.38,-856.5 1421.79,-856.5 1421.79,-832.5 1371.38,-832.5"/> +<text text-anchor="start" x="1392.46" y="-839.2" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="1421.79,-832.5 1421.79,-856.5 1495.21,-856.5 1495.21,-832.5 1421.79,-832.5"/> +<text text-anchor="start" x="1442.75" y="-839.2" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="1495.21,-832.5 1495.21,-856.5 1545.62,-856.5 1545.62,-832.5 1495.21,-832.5"/> +<text text-anchor="start" x="1516.29" y="-839.2" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="1371.38,-808.5 1371.38,-832.5 1421.79,-832.5 1421.79,-808.5 1371.38,-808.5"/> +<text text-anchor="start" x="1392.46" y="-815.2" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="1421.79,-808.5 1421.79,-832.5 1495.21,-832.5 1495.21,-808.5 1421.79,-808.5"/> +<text text-anchor="start" x="1442.75" y="-815.2" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="1495.21,-808.5 1495.21,-832.5 1545.62,-832.5 1545.62,-808.5 1495.21,-808.5"/> +<text text-anchor="start" x="1516.29" y="-815.2" font-family="arial" font-size="14.00">4</text> +</g> +<!-- W11 --> +<g id="node20" class="node"> +<title>W11</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="2042,-980.5 1779,-980.5 1779,-839.5 2042,-839.5 2042,-980.5"/> +<polygon fill="none" stroke="black" points="1779,-956 1779,-980.5 2042,-980.5 2042,-956 1779,-956"/> +<text text-anchor="start" x="1895.12" y="-963.2" font-family="arial" font-size="14.00">W11</text> +<polygon fill="none" stroke="black" points="1779,-931.5 1779,-956 1833.17,-956 1833.17,-931.5 1779,-931.5"/> +<text text-anchor="start" x="1798.58" y="-938.7" font-family="arial" font-size="14.00">2x</text> +<polygon fill="none" stroke="black" points="1833.17,-931.5 1833.17,-956 1927.83,-956 1927.83,-931.5 1833.17,-931.5"/> +<text text-anchor="start" x="1852.75" y="-938.7" font-family="arial" font-size="14.00">20 AWG</text> +<polygon fill="none" stroke="black" points="1927.83,-931.5 1927.83,-956 2042,-956 2042,-931.5 1927.83,-931.5"/> +<text text-anchor="start" x="1947.42" y="-938.7" font-family="arial" font-size="14.00">34.0 Inches</text> +<text text-anchor="start" x="1817.62" y="-916.2" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1780.88" y="-896.2" font-family="arial" font-size="14.00">CEX:3:GND</text> +<text text-anchor="start" x="1861.88" y="-896.2" font-family="arial" font-size="14.00">     BK    </text> +<text text-anchor="start" x="1918.75" y="-896.2" font-family="arial" font-size="14.00">Negative Bus Bar:3</text> +<polygon fill="#000000" stroke="none" points="1779,-889.5 1779,-891.5 2042,-891.5 2042,-889.5 1779,-889.5"/> +<polygon fill="#000000" stroke="none" points="1779,-887.5 1779,-889.5 2042,-889.5 2042,-887.5 1779,-887.5"/> +<polygon fill="#000000" stroke="none" points="1779,-885.5 1779,-887.5 2042,-887.5 2042,-885.5 1779,-885.5"/> +<text text-anchor="start" x="1780.88" y="-870.2" font-family="arial" font-size="14.00">CEX:4:GND</text> +<text text-anchor="start" x="1861.88" y="-870.2" font-family="arial" font-size="14.00">     BK    </text> +<text text-anchor="start" x="1918.75" y="-870.2" font-family="arial" font-size="14.00">Negative Bus Bar:3</text> +<polygon fill="#000000" stroke="none" points="1779,-863.5 1779,-865.5 2042,-865.5 2042,-863.5 1779,-863.5"/> +<polygon fill="#000000" stroke="none" points="1779,-861.5 1779,-863.5 2042,-863.5 2042,-861.5 1779,-861.5"/> +<polygon fill="#000000" stroke="none" points="1779,-859.5 1779,-861.5 2042,-861.5 2042,-859.5 1779,-859.5"/> +<text text-anchor="start" x="1817.62" y="-844.2" font-family="arial" font-size="14.00"> </text> +</g> +<!-- CEX--W11 --> +<g id="edge23" class="edge"> +<title>CEX:e--W11:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1546.62,-842.5C1653.09,-843.6 1675.11,-887.6 1778,-886.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1546.62,-844.5C1651.3,-844.5 1673.32,-888.5 1778,-888.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1546.62,-846.5C1649.51,-845.4 1671.54,-889.4 1778,-890.5"/> +</g> +<!-- CEX--W11 --> +<g id="edge25" class="edge"> +<title>CEX:e--W11:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1546.62,-818.5C1652.9,-819.56 1675.25,-861.56 1778,-860.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1546.62,-820.5C1651.14,-820.5 1673.49,-862.5 1778,-862.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1546.62,-822.5C1649.37,-821.44 1671.72,-863.44 1778,-864.5"/> +</g> +<!-- Altinator --> +<g id="node7" class="node"> +<title>Altinator</title> +<polygon fill="#ffffff" stroke="black" points="1501,-615.5 1416,-615.5 1416,-494.5 1501,-494.5 1501,-615.5"/> +<polygon fill="none" stroke="black" points="1416,-591 1416,-615.5 1501,-615.5 1501,-591 1416,-591"/> +<text text-anchor="start" x="1433" y="-598.2" font-family="arial" font-size="14.00">Altinator</text> +<polygon fill="none" stroke="black" points="1416,-566.5 1416,-591 1461.5,-591 1461.5,-566.5 1416,-566.5"/> +<text text-anchor="start" x="1420" y="-573.7" font-family="arial" font-size="14.00">Temp</text> +<polygon fill="none" stroke="black" points="1461.5,-566.5 1461.5,-591 1501,-591 1501,-566.5 1461.5,-566.5"/> +<text text-anchor="start" x="1465.5" y="-573.7" font-family="arial" font-size="14.00">3-pin</text> +<polygon fill="none" stroke="black" points="1416,-542.5 1416,-566.5 1439.5,-566.5 1439.5,-542.5 1416,-542.5"/> +<text text-anchor="start" x="1423.62" y="-549.2" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1439.5,-542.5 1439.5,-566.5 1501,-566.5 1501,-542.5 1439.5,-542.5"/> +<text text-anchor="start" x="1454.5" y="-549.2" font-family="arial" font-size="14.00">Field</text> +<polygon fill="none" stroke="black" points="1416,-518.5 1416,-542.5 1439.5,-542.5 1439.5,-518.5 1416,-518.5"/> +<text text-anchor="start" x="1423.62" y="-525.2" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1439.5,-518.5 1439.5,-542.5 1501,-542.5 1501,-518.5 1439.5,-518.5"/> +<text text-anchor="start" x="1447" y="-525.2" font-family="arial" font-size="14.00">B-Lead</text> +<polygon fill="none" stroke="black" points="1416,-494.5 1416,-518.5 1439.5,-518.5 1439.5,-494.5 1416,-494.5"/> +<text text-anchor="start" x="1423.62" y="-501.2" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="1439.5,-494.5 1439.5,-518.5 1501,-518.5 1501,-494.5 1439.5,-494.5"/> +<text text-anchor="start" x="1454.5" y="-501.2" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- Negative Bus Bar --> +<g id="node8" class="node"> +<title>Negative Bus Bar</title> +<polygon fill="#ffffff" stroke="black" points="2386,-973.5 2196,-973.5 2196,-826.5 2386,-826.5 2386,-973.5"/> +<polygon fill="none" stroke="black" points="2196,-949 2196,-973.5 2386,-973.5 2386,-949 2196,-949"/> +<text text-anchor="start" x="2236.25" y="-956.2" font-family="arial" font-size="14.00">Negative Bus Bar</text> +<polygon fill="none" stroke="black" points="2196,-924.5 2196,-949 2346.5,-949 2346.5,-924.5 2196,-924.5"/> +<text text-anchor="start" x="2200" y="-931.7" font-family="arial" font-size="14.00">Pike Industries Busbar</text> +<polygon fill="none" stroke="black" points="2346.5,-924.5 2346.5,-949 2386,-949 2386,-924.5 2346.5,-924.5"/> +<text text-anchor="start" x="2350.5" y="-931.7" font-family="arial" font-size="14.00">4-pin</text> +<polygon fill="none" stroke="black" points="2196,-900 2196,-924.5 2386,-924.5 2386,-900 2196,-900"/> +<text text-anchor="start" x="2286.88" y="-907.2" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="2196,-875.5 2196,-900 2386,-900 2386,-875.5 2196,-875.5"/> +<text text-anchor="start" x="2286.88" y="-882.7" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="2196,-851 2196,-875.5 2386,-875.5 2386,-851 2196,-851"/> +<text text-anchor="start" x="2286.88" y="-858.2" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="2196,-826.5 2196,-851 2386,-851 2386,-826.5 2196,-826.5"/> +<text text-anchor="start" x="2286.88" y="-833.7" font-family="arial" font-size="14.00">4</text> +</g> +<!-- _GND_1 --> +<g id="node9" class="node"> +<title>_GND_1</title> +<polygon fill="#ffffff" stroke="black" points="1502.25,-1002.25 1414.75,-1002.25 1414.75,-977.75 1502.25,-977.75 1502.25,-1002.25"/> +<polygon fill="none" stroke="black" points="1414.75,-977.75 1414.75,-1002.25 1502.25,-1002.25 1502.25,-977.75 1414.75,-977.75"/> +<text text-anchor="start" x="1418.75" y="-984.95" font-family="arial" font-size="14.00">Battery GND</text> +</g> +<!-- W1--Swash2 --> +<g id="edge2" class="edge"> +<title>W1:e--Swash2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1068.5,-1672.5C1220.95,-1675.08 1143.38,-1929.58 1292,-1927"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M1068.5,-1674.5C1219.04,-1674.5 1141.46,-1929 1292,-1929"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1068.5,-1676.5C1217.12,-1673.92 1139.55,-1928.42 1292,-1931"/> +</g> +<!-- W2--Swash3 --> +<g id="edge4" class="edge"> +<title>W2:e--Swash3:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1072.5,-414.5C1169.52,-414.59 1193.8,-407.09 1292,-407"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M1072.5,-416.5C1170.11,-416.5 1194.39,-409 1292,-409"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1072.5,-418.5C1170.7,-418.41 1194.98,-410.91 1292,-411"/> +</g> +<!-- W3--Yaw --> +<g id="edge6" class="edge"> +<title>W3:e--Yaw:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1056.5,-1279.5C1183.43,-1281.69 1169.05,-1435.19 1292,-1433"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M1056.5,-1281.5C1181.44,-1281.5 1167.06,-1435 1292,-1435"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1056.5,-1283.5C1179.45,-1281.31 1165.07,-1434.81 1292,-1437"/> +</g> +<!-- W4--1X --> +<g id="edge8" class="edge"> +<title>W4:e--1X:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1097.5,-700.5C1219.1,-701.59 1245.22,-650.59 1370.38,-649.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M1097.5,-702.5C1220.88,-702.5 1247,-651.5 1370.38,-651.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1097.5,-704.5C1222.66,-703.41 1248.78,-652.41 1370.38,-653.5"/> +</g> +<!-- W5--CEX --> +<g id="edge10" class="edge"> +<title>W5:e--CEX:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1099.5,-848.5C1223.01,-849.41 1250.23,-891.41 1370.38,-890.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M1099.5,-850.5C1221.33,-850.5 1248.55,-892.5 1370.38,-892.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1099.5,-852.5C1219.65,-851.59 1246.87,-893.59 1370.38,-894.5"/> +</g> +<!-- W6--Altinator --> +<g id="edge12" class="edge"> +<title>W6:e--Altinator:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1148,-556.5C1266.41,-556.52 1296.05,-552.52 1415,-552.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1148,-558.5C1266.68,-558.5 1296.32,-554.5 1415,-554.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1148,-560.5C1266.95,-560.48 1296.59,-556.48 1415,-556.5"/> +</g> +<!-- W7--Negative Bus Bar --> +<g id="edge14" class="edge"> +<title>W7:e--Negative Bus Bar:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M2052,-1610.5C2378.77,-1613.66 1865.96,-888.91 2196,-885.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M2052,-1612.5C2380.41,-1612.5 1867.59,-887.75 2196,-887.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M2052,-1614.5C2382.04,-1611.34 1869.23,-886.59 2196,-889.75"/> +</g> +<!-- W8--Negative Bus Bar --> +<g id="edge16" class="edge"> +<title>W8:e--Negative Bus Bar:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M2052,-457.5C2244.24,-460.51 2007.21,-864.26 2196,-861.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M2052,-459.5C2242.52,-459.5 2005.48,-863.25 2196,-863.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M2052,-461.5C2240.79,-458.49 2003.76,-862.24 2196,-865.25"/> +</g> +<!-- W9--Negative Bus Bar --> +<g id="edge18" class="edge"> +<title>W9:e--Negative Bus Bar:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M2041,-1204.5C2196.74,-1207.4 2036.68,-888.65 2196,-885.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M2041,-1206.5C2198.53,-1206.5 2038.47,-887.75 2196,-887.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M2041,-1208.5C2200.32,-1205.6 2040.26,-886.85 2196,-889.75"/> +</g> +<!-- W10--Negative Bus Bar --> +<g id="edge20" class="edge"> +<title>W10:e--Negative Bus Bar:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M2041,-721.5C2128.82,-723.79 2112.13,-839.04 2196,-836.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M2041,-723.5C2126.85,-723.5 2110.15,-838.75 2196,-838.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M2041,-725.5C2124.87,-723.21 2108.18,-838.46 2196,-840.75"/> +</g> +<!-- W10--Negative Bus Bar --> +<g id="edge22" class="edge"> +<title>W10:e--Negative Bus Bar:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M2041,-695.5C2136.15,-697.93 2104.75,-839.18 2196,-836.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M2041,-697.5C2134.2,-697.5 2102.8,-838.75 2196,-838.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M2041,-699.5C2132.25,-697.07 2100.85,-838.32 2196,-840.75"/> +</g> +<!-- W11--Negative Bus Bar --> +<g id="edge24" class="edge"> +<title>W11:e--Negative Bus Bar:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M2043,-886.5C2110.21,-887.47 2125.37,-862.22 2196,-861.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M2043,-888.5C2111.92,-888.5 2127.08,-863.25 2196,-863.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M2043,-890.5C2113.63,-889.53 2128.79,-864.28 2196,-865.25"/> +</g> +<!-- W11--Negative Bus Bar --> +<g id="edge26" class="edge"> +<title>W11:e--Negative Bus Bar:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M2043,-860.5C2111.09,-860.5 2128.09,-861.25 2196,-861.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M2043,-862.5C2111,-862.5 2128,-863.25 2196,-863.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M2043,-864.5C2110.91,-864.5 2127.91,-865.25 2196,-865.25"/> +</g> +<!-- W12--_GND_1 --> +<g id="edge28" class="edge"> +<title>W12:e--_GND_1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1028.5,-987.5C1199.75,-987.5 1242.55,-988 1413.75,-988"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1028.5,-989.5C1199.72,-989.5 1242.53,-990 1413.75,-990"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1028.5,-991.5C1199.7,-991.5 1242.5,-992 1413.75,-992"/> +</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, Amphenol C091-11H004-000-2, 4 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">Swash2, Swash3, Yaw</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">2</td> + <td style="border:1px solid #000000; padding: 4px">Connector, Battery GND</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"></td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">3</td> + <td style="border:1px solid #000000; padding: 4px">Connector, Connector Molex 19418-0027, 12 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">VPX J12</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">4</td> + <td style="border:1px solid #000000; padding: 4px">Connector, HEW.LM.368.XLNP, 4 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">1X, CEX</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">5</td> + <td style="border:1px solid #000000; padding: 4px">Connector, Pike Industries Busbar, 4 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">Negative Bus Bar</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">6</td> + <td style="border:1px solid #000000; padding: 4px">Connector, Temp, 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">Altinator</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">37.5</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, 14 AWG, BK</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">242.0</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W7, W8, W9</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">9</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 14 AWG, RD</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">207.5</td> + <td style="border:1px solid #000000; padding: 4px">"</td> + <td style="border:1px solid #000000; padding: 4px">W3</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">10</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 14 AWG, RD</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">180.0</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W1, W2</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">11</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 18 AWG, BK</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">67.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">12</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 20 AWG, BK</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">160.0</td> + <td style="border:1px solid #000000; padding: 4px">Inches</td> + <td style="border:1px solid #000000; padding: 4px">W10, W11</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">13</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">181.0</td> + <td style="border:1px solid #000000; padding: 4px">"</td> + <td style="border:1px solid #000000; padding: 4px">W4, W5</td> + </tr> +</table> +</body></html> diff --git a/wireviz/Choppy_IB_VPX_J12.png b/wireviz/Choppy_IB_VPX_J12.png Binary files differnew file mode 100644 index 0000000..0d25fa0 --- /dev/null +++ b/wireviz/Choppy_IB_VPX_J12.png diff --git a/wireviz/Choppy_IB_VPX_J12.svg b/wireviz/Choppy_IB_VPX_J12.svg new file mode 100644 index 0000000..a34ab46 --- /dev/null +++ b/wireviz/Choppy_IB_VPX_J12.svg @@ -0,0 +1,764 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" + "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<!-- Generated by graphviz version 12.0.0 (20240704.0754) + --> +<!-- Pages: 1 --> +<svg width="2394pt" height="1998pt" + viewBox="0.00 0.00 2394.00 1998.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 1994)"> +<polygon fill="#ffffff" stroke="none" points="-4,4 -4,-1994 2390,-1994 2390,4 -4,4"/> +<!-- VPX J12 --> +<g id="node1" class="node"> +<title>VPX J12</title> +<polygon fill="#ffffff" stroke="black" points="594,-1104.25 0,-1104.25 0,-373.75 594,-373.75 594,-1104.25"/> +<polygon fill="none" stroke="black" points="0,-1079.75 0,-1104.25 594,-1104.25 594,-1079.75 0,-1079.75"/> +<text text-anchor="start" x="268.5" y="-1086.95" font-family="arial" font-size="14.00">VPX J12</text> +<polygon fill="none" stroke="black" points="0,-1055.25 0,-1079.75 372,-1079.75 372,-1055.25 0,-1055.25"/> +<text text-anchor="start" x="91.12" y="-1062.45" font-family="arial" font-size="14.00">Connector Molex 19418-0027</text> +<polygon fill="none" stroke="black" points="372,-1055.25 372,-1079.75 594,-1079.75 594,-1055.25 372,-1055.25"/> +<text text-anchor="start" x="463.12" y="-1062.45" font-family="arial" font-size="14.00">12-pin</text> +<polygon fill="none" stroke="black" points="0,-1031.25 0,-1055.25 372,-1055.25 372,-1031.25 0,-1031.25"/> +<text text-anchor="start" x="172.88" y="-1037.95" font-family="arial" font-size="14.00">10A</text> +<polygon fill="none" stroke="black" points="372,-1031.25 372,-1055.25 594,-1055.25 594,-1031.25 372,-1031.25"/> +<text text-anchor="start" x="478.88" y="-1037.95" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="0,-1007.25 0,-1031.25 372,-1031.25 372,-1007.25 0,-1007.25"/> +<text text-anchor="start" x="172.88" y="-1013.95" font-family="arial" font-size="14.00">15A</text> +<polygon fill="none" stroke="black" points="372,-1007.25 372,-1031.25 594,-1031.25 594,-1007.25 372,-1007.25"/> +<text text-anchor="start" x="478.88" y="-1013.95" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="0,-983.25 0,-1007.25 372,-1007.25 372,-983.25 0,-983.25"/> +<text text-anchor="start" x="172.88" y="-989.95" font-family="arial" font-size="14.00">10A</text> +<polygon fill="none" stroke="black" points="372,-983.25 372,-1007.25 594,-1007.25 594,-983.25 372,-983.25"/> +<text text-anchor="start" x="478.88" y="-989.95" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="0,-959.25 0,-983.25 372,-983.25 372,-959.25 0,-959.25"/> +<text text-anchor="start" x="170.25" y="-965.95" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="372,-959.25 372,-983.25 594,-983.25 594,-959.25 372,-959.25"/> +<text text-anchor="start" x="478.88" y="-965.95" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="0,-935.25 0,-959.25 372,-959.25 372,-935.25 0,-935.25"/> +<text text-anchor="start" x="152.62" y="-941.95" font-family="arial" font-size="14.00">FLAP 10A</text> +<polygon fill="none" stroke="black" points="372,-935.25 372,-959.25 594,-959.25 594,-935.25 372,-935.25"/> +<text text-anchor="start" x="478.88" y="-941.95" font-family="arial" font-size="14.00">5</text> +<polygon fill="none" stroke="black" points="0,-911.25 0,-935.25 372,-935.25 372,-911.25 0,-911.25"/> +<text text-anchor="start" x="152.62" y="-917.95" font-family="arial" font-size="14.00">FLAP 10A</text> +<polygon fill="none" stroke="black" points="372,-911.25 372,-935.25 594,-935.25 594,-911.25 372,-911.25"/> +<text text-anchor="start" x="478.88" y="-917.95" font-family="arial" font-size="14.00">6</text> +<polygon fill="none" stroke="black" points="0,-887.25 0,-911.25 372,-911.25 372,-887.25 0,-887.25"/> +<text text-anchor="start" x="172.88" y="-893.95" font-family="arial" font-size="14.00">10A</text> +<polygon fill="none" stroke="black" points="372,-887.25 372,-911.25 594,-911.25 594,-887.25 372,-887.25"/> +<text text-anchor="start" x="478.88" y="-893.95" font-family="arial" font-size="14.00">7</text> +<polygon fill="none" stroke="black" points="0,-863.25 0,-887.25 372,-887.25 372,-863.25 0,-863.25"/> +<text text-anchor="start" x="177" y="-869.95" font-family="arial" font-size="14.00">5A</text> +<polygon fill="none" stroke="black" points="372,-863.25 372,-887.25 594,-887.25 594,-863.25 372,-863.25"/> +<text text-anchor="start" x="478.88" y="-869.95" font-family="arial" font-size="14.00">8</text> +<polygon fill="none" stroke="black" points="0,-839.25 0,-863.25 372,-863.25 372,-839.25 0,-839.25"/> +<text text-anchor="start" x="137.62" y="-845.95" font-family="arial" font-size="14.00">EFIS_POWER</text> +<polygon fill="none" stroke="black" points="372,-839.25 372,-863.25 594,-863.25 594,-839.25 372,-839.25"/> +<text text-anchor="start" x="478.88" y="-845.95" font-family="arial" font-size="14.00">9</text> +<polygon fill="none" stroke="black" points="0,-815.25 0,-839.25 372,-839.25 372,-815.25 0,-815.25"/> +<text text-anchor="start" x="177" y="-821.95" font-family="arial" font-size="14.00">3A</text> +<polygon fill="none" stroke="black" points="372,-815.25 372,-839.25 594,-839.25 594,-815.25 372,-815.25"/> +<text text-anchor="start" x="474.75" y="-821.95" font-family="arial" font-size="14.00">10</text> +<polygon fill="none" stroke="black" points="0,-791.25 0,-815.25 372,-815.25 372,-791.25 0,-791.25"/> +<text text-anchor="start" x="102.75" y="-797.95" font-family="arial" font-size="14.00">PRIMARY ALTERNATOR</text> +<polygon fill="none" stroke="black" points="372,-791.25 372,-815.25 594,-815.25 594,-791.25 372,-791.25"/> +<text text-anchor="start" x="474.75" y="-797.95" font-family="arial" font-size="14.00">11</text> +<polygon fill="none" stroke="black" points="0,-767.25 0,-791.25 372,-791.25 372,-767.25 0,-767.25"/> +<text text-anchor="start" x="172.88" y="-773.95" font-family="arial" font-size="14.00">15A</text> +<polygon fill="none" stroke="black" points="372,-767.25 372,-791.25 594,-791.25 594,-767.25 372,-767.25"/> +<text text-anchor="start" x="474.75" y="-773.95" font-family="arial" font-size="14.00">12</text> +<polygon fill="none" stroke="black" points="0,-398.25 0,-767.25 594,-767.25 594,-398.25 0,-398.25"/> +<image xlink:href="images\J12.png" width="586px" height="361px" preserveAspectRatio="xMinYMin meet" x="4" y="-763.25"/> +<polygon fill="none" stroke="black" points="0,-373.75 0,-398.25 594,-398.25 594,-373.75 0,-373.75"/> +<text text-anchor="start" x="268.5" y="-380.95" font-family="arial" font-size="14.00">VPX J12</text> +</g> +<!-- W1 --> +<g id="node10" class="node"> +<title>W1</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1067.5,-1766.5 818.5,-1766.5 818.5,-1651.5 1067.5,-1651.5 1067.5,-1766.5"/> +<polygon fill="none" stroke="black" points="818.5,-1742 818.5,-1766.5 1067.5,-1766.5 1067.5,-1742 818.5,-1742"/> +<text text-anchor="start" x="931.75" y="-1749.2" font-family="arial" font-size="14.00">W1</text> +<polygon fill="none" stroke="black" points="818.5,-1717.5 818.5,-1742 868,-1742 868,-1717.5 818.5,-1717.5"/> +<text text-anchor="start" x="835.75" y="-1724.7" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="868,-1717.5 868,-1742 958,-1742 958,-1717.5 868,-1717.5"/> +<text text-anchor="start" x="885.25" y="-1724.7" font-family="arial" font-size="14.00">14 AWG</text> +<polygon fill="none" stroke="black" points="958,-1717.5 958,-1742 1067.5,-1742 1067.5,-1717.5 958,-1717.5"/> +<text text-anchor="start" x="975.25" y="-1724.7" font-family="arial" font-size="14.00">90.0 Inches</text> +<text text-anchor="start" x="868.12" y="-1702.2" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="820.5" y="-1682.2" font-family="arial" font-size="14.00">VPX J12:2:15A</text> +<text text-anchor="start" x="923.12" y="-1682.2" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="981.5" y="-1682.2" font-family="arial" font-size="14.00">Swash2:1:V+</text> +<polygon fill="#000000" stroke="none" points="818.5,-1675.5 818.5,-1677.5 1067.5,-1677.5 1067.5,-1675.5 818.5,-1675.5"/> +<polygon fill="#ff0000" stroke="none" points="818.5,-1673.5 818.5,-1675.5 1067.5,-1675.5 1067.5,-1673.5 818.5,-1673.5"/> +<polygon fill="#000000" stroke="none" points="818.5,-1671.5 818.5,-1673.5 1067.5,-1673.5 1067.5,-1671.5 818.5,-1671.5"/> +<text text-anchor="start" x="868.12" y="-1656.2" font-family="arial" font-size="14.00"> </text> +</g> +<!-- VPX J12--W1 --> +<g id="edge1" class="edge"> +<title>VPX J12:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M594,-1017.25C903.41,-1020.28 511.52,-1675.53 817.5,-1672.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M594,-1019.25C901.7,-1019.25 509.8,-1674.5 817.5,-1674.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M594,-1021.25C899.98,-1018.22 508.09,-1673.47 817.5,-1676.5"/> +</g> +<!-- W2 --> +<g id="node11" class="node"> +<title>W2</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1071.5,-508.5 814.5,-508.5 814.5,-393.5 1071.5,-393.5 1071.5,-508.5"/> +<polygon fill="none" stroke="black" points="814.5,-484 814.5,-508.5 1071.5,-508.5 1071.5,-484 814.5,-484"/> +<text text-anchor="start" x="931.75" y="-491.2" font-family="arial" font-size="14.00">W2</text> +<polygon fill="none" stroke="black" points="814.5,-459.5 814.5,-484 866.67,-484 866.67,-459.5 814.5,-459.5"/> +<text text-anchor="start" x="833.08" y="-466.7" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="866.67,-459.5 866.67,-484 959.33,-484 959.33,-459.5 866.67,-459.5"/> +<text text-anchor="start" x="885.25" y="-466.7" font-family="arial" font-size="14.00">14 AWG</text> +<polygon fill="none" stroke="black" points="959.33,-459.5 959.33,-484 1071.5,-484 1071.5,-459.5 959.33,-459.5"/> +<text text-anchor="start" x="977.92" y="-466.7" font-family="arial" font-size="14.00">90.0 Inches</text> +<text text-anchor="start" x="868.12" y="-444.2" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="816.38" y="-424.2" font-family="arial" font-size="14.00">VPX J12:12:15A</text> +<text text-anchor="start" x="927.12" y="-424.2" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="985.5" y="-424.2" font-family="arial" font-size="14.00">Swash3:1:V+</text> +<polygon fill="#000000" stroke="none" points="814.5,-417.5 814.5,-419.5 1071.5,-419.5 1071.5,-417.5 814.5,-417.5"/> +<polygon fill="#ff0000" stroke="none" points="814.5,-415.5 814.5,-417.5 1071.5,-417.5 1071.5,-415.5 814.5,-415.5"/> +<polygon fill="#000000" stroke="none" points="814.5,-413.5 814.5,-415.5 1071.5,-415.5 1071.5,-413.5 814.5,-413.5"/> +<text text-anchor="start" x="868.12" y="-398.2" font-family="arial" font-size="14.00"> </text> +</g> +<!-- VPX J12--W2 --> +<g id="edge3" class="edge"> +<title>VPX J12:e--W2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M594,-777.25C780.61,-780.05 623.23,-417.3 813.5,-414.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M594,-779.25C782.44,-779.25 625.06,-416.5 813.5,-416.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M594,-781.25C784.27,-778.45 626.89,-415.7 813.5,-418.5"/> +</g> +<!-- W3 --> +<g id="node12" class="node"> +<title>W3</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1055.5,-1373.5 830.5,-1373.5 830.5,-1258.5 1055.5,-1258.5 1055.5,-1373.5"/> +<polygon fill="none" stroke="black" points="830.5,-1349 830.5,-1373.5 1055.5,-1373.5 1055.5,-1349 830.5,-1349"/> +<text text-anchor="start" x="931.75" y="-1356.2" font-family="arial" font-size="14.00">W3</text> +<polygon fill="none" stroke="black" points="830.5,-1324.5 830.5,-1349 881.75,-1349 881.75,-1324.5 830.5,-1324.5"/> +<text text-anchor="start" x="848.62" y="-1331.7" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="881.75,-1324.5 881.75,-1349 973.5,-1349 973.5,-1324.5 881.75,-1324.5"/> +<text text-anchor="start" x="899.88" y="-1331.7" font-family="arial" font-size="14.00">14 AWG</text> +<polygon fill="none" stroke="black" points="973.5,-1324.5 973.5,-1349 1055.5,-1349 1055.5,-1324.5 973.5,-1324.5"/> +<text text-anchor="start" x="991.62" y="-1331.7" font-family="arial" font-size="14.00">207.5 "</text> +<text text-anchor="start" x="880.12" y="-1309.2" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="832.5" y="-1289.2" font-family="arial" font-size="14.00">VPX J12:3:10A</text> +<text text-anchor="start" x="935.12" y="-1289.2" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="993.5" y="-1289.2" font-family="arial" font-size="14.00">Yaw:1:V+</text> +<polygon fill="#000000" stroke="none" points="830.5,-1282.5 830.5,-1284.5 1055.5,-1284.5 1055.5,-1282.5 830.5,-1282.5"/> +<polygon fill="#ff0000" stroke="none" points="830.5,-1280.5 830.5,-1282.5 1055.5,-1282.5 1055.5,-1280.5 830.5,-1280.5"/> +<polygon fill="#000000" stroke="none" points="830.5,-1278.5 830.5,-1280.5 1055.5,-1280.5 1055.5,-1278.5 830.5,-1278.5"/> +<text text-anchor="start" x="880.12" y="-1263.2" font-family="arial" font-size="14.00"> </text> +</g> +<!-- VPX J12--W3 --> +<g id="edge5" class="edge"> +<title>VPX J12:e--W3:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M594,-993.25C760.64,-995.87 666.66,-1282.12 829.5,-1279.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M594,-995.25C758.74,-995.25 664.76,-1281.5 829.5,-1281.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M594,-997.25C756.84,-994.63 662.86,-1280.88 829.5,-1283.5"/> +</g> +<!-- W4 --> +<g id="node13" class="node"> +<title>W4</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1096.5,-794.5 789.5,-794.5 789.5,-679.5 1096.5,-679.5 1096.5,-794.5"/> +<polygon fill="none" stroke="black" points="789.5,-770 789.5,-794.5 1096.5,-794.5 1096.5,-770 789.5,-770"/> +<text text-anchor="start" x="931.75" y="-777.2" font-family="arial" font-size="14.00">W4</text> +<polygon fill="none" stroke="black" points="789.5,-745.5 789.5,-770 870.83,-770 870.83,-745.5 789.5,-745.5"/> +<text text-anchor="start" x="822.67" y="-752.7" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="870.83,-745.5 870.83,-770 992.67,-770 992.67,-745.5 870.83,-745.5"/> +<text text-anchor="start" x="904" y="-752.7" font-family="arial" font-size="14.00">20 AWG</text> +<polygon fill="none" stroke="black" points="992.67,-745.5 992.67,-770 1096.5,-770 1096.5,-745.5 992.67,-745.5"/> +<text text-anchor="start" x="1025.83" y="-752.7" font-family="arial" font-size="14.00">87.5 "</text> +<text text-anchor="start" x="874.12" y="-730.2" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="791.25" y="-710.2" font-family="arial" font-size="14.00">VPX J12:9:EFIS_POWER</text> +<text text-anchor="start" x="964.12" y="-710.2" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="1022.12" y="-710.2" font-family="arial" font-size="14.00">1X:68:VCC</text> +<polygon fill="#000000" stroke="none" points="789.5,-703.5 789.5,-705.5 1096.5,-705.5 1096.5,-703.5 789.5,-703.5"/> +<polygon fill="#ff0000" stroke="none" points="789.5,-701.5 789.5,-703.5 1096.5,-703.5 1096.5,-701.5 789.5,-701.5"/> +<polygon fill="#000000" stroke="none" points="789.5,-699.5 789.5,-701.5 1096.5,-701.5 1096.5,-699.5 789.5,-699.5"/> +<text text-anchor="start" x="874.12" y="-684.2" font-family="arial" font-size="14.00"> </text> +</g> +<!-- VPX J12--W4 --> +<g id="edge7" class="edge"> +<title>VPX J12:e--W4:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M594,-849.25C700.85,-851.56 677.7,-702.81 788.5,-700.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M594,-851.25C702.83,-851.25 679.67,-702.5 788.5,-702.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M594,-853.25C704.8,-850.94 681.65,-702.19 788.5,-704.5"/> +</g> +<!-- W5 --> +<g id="node14" class="node"> +<title>W5</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1098.5,-942.5 787.5,-942.5 787.5,-827.5 1098.5,-827.5 1098.5,-942.5"/> +<polygon fill="none" stroke="black" points="787.5,-918 787.5,-942.5 1098.5,-942.5 1098.5,-918 787.5,-918"/> +<text text-anchor="start" x="931.75" y="-925.2" font-family="arial" font-size="14.00">W5</text> +<polygon fill="none" stroke="black" points="787.5,-893.5 787.5,-918 870.17,-918 870.17,-893.5 787.5,-893.5"/> +<text text-anchor="start" x="821.33" y="-900.7" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="870.17,-893.5 870.17,-918 993.33,-918 993.33,-893.5 870.17,-893.5"/> +<text text-anchor="start" x="904" y="-900.7" font-family="arial" font-size="14.00">20 AWG</text> +<polygon fill="none" stroke="black" points="993.33,-893.5 993.33,-918 1098.5,-918 1098.5,-893.5 993.33,-893.5"/> +<text text-anchor="start" x="1027.17" y="-900.7" font-family="arial" font-size="14.00">93.5 "</text> +<text text-anchor="start" x="872.12" y="-878.2" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="789.25" y="-858.2" font-family="arial" font-size="14.00">VPX J12:9:EFIS_POWER</text> +<text text-anchor="start" x="962.12" y="-858.2" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="1020.25" y="-858.2" font-family="arial" font-size="14.00">CEX:1:VCC</text> +<polygon fill="#000000" stroke="none" points="787.5,-851.5 787.5,-853.5 1098.5,-853.5 1098.5,-851.5 787.5,-851.5"/> +<polygon fill="#ff0000" stroke="none" points="787.5,-849.5 787.5,-851.5 1098.5,-851.5 1098.5,-849.5 787.5,-849.5"/> +<polygon fill="#000000" stroke="none" points="787.5,-847.5 787.5,-849.5 1098.5,-849.5 1098.5,-847.5 787.5,-847.5"/> +<text text-anchor="start" x="872.12" y="-832.2" font-family="arial" font-size="14.00"> </text> +</g> +<!-- VPX J12--W5 --> +<g id="edge9" class="edge"> +<title>VPX J12:e--W5:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M594,-849.25C679.49,-849.25 700.87,-848.5 786.5,-848.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M594,-851.25C679.56,-851.25 700.94,-850.5 786.5,-850.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M594,-853.25C679.63,-853.25 701.01,-852.5 786.5,-852.5"/> +</g> +<!-- W6 --> +<g id="node15" class="node"> +<title>W6</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1148,-650.5 738,-650.5 738,-535.5 1148,-535.5 1148,-650.5"/> +<polygon fill="none" stroke="black" points="738,-626 738,-650.5 1148,-650.5 1148,-626 738,-626"/> +<text text-anchor="start" x="931.75" y="-633.2" font-family="arial" font-size="14.00">W6</text> +<polygon fill="none" stroke="black" points="738,-601.5 738,-626 853.67,-626 853.67,-601.5 738,-601.5"/> +<text text-anchor="start" x="788.33" y="-608.7" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="853.67,-601.5 853.67,-626 1009.83,-626 1009.83,-601.5 853.67,-601.5"/> +<text text-anchor="start" x="904" y="-608.7" font-family="arial" font-size="14.00">18 AWG</text> +<polygon fill="none" stroke="black" points="1009.83,-601.5 1009.83,-626 1148,-626 1148,-601.5 1009.83,-601.5"/> +<text text-anchor="start" x="1060.17" y="-608.7" font-family="arial" font-size="14.00">67.5 "</text> +<text text-anchor="start" x="861.62" y="-586.2" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="739.75" y="-566.2" font-family="arial" font-size="14.00">VPX J12:11:PRIMARY ALTERNATOR</text> +<text text-anchor="start" x="990.88" y="-566.2" font-family="arial" font-size="14.00">     BK    </text> +<text text-anchor="start" x="1047.88" y="-566.2" font-family="arial" font-size="14.00">Altinator:1:Field</text> +<polygon fill="#000000" stroke="none" points="738,-559.5 738,-561.5 1148,-561.5 1148,-559.5 738,-559.5"/> +<polygon fill="#000000" stroke="none" points="738,-557.5 738,-559.5 1148,-559.5 1148,-557.5 738,-557.5"/> +<polygon fill="#000000" stroke="none" points="738,-555.5 738,-557.5 1148,-557.5 1148,-555.5 738,-555.5"/> +<text text-anchor="start" x="861.62" y="-540.2" font-family="arial" font-size="14.00"> </text> +</g> +<!-- VPX J12--W6 --> +<g id="edge11" class="edge"> +<title>VPX J12:e--W6:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M594,-801.25C718.38,-804.06 609.96,-559.31 738,-556.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M594,-803.25C720.21,-803.25 611.79,-558.5 738,-558.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M594,-805.25C722.04,-802.44 613.62,-557.69 738,-560.5"/> +</g> +<!-- W12 --> +<g id="node21" class="node"> +<title>W12</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1027.5,-1081.5 858.5,-1081.5 858.5,-966.5 1027.5,-966.5 1027.5,-1081.5"/> +<polygon fill="none" stroke="black" points="858.5,-1057 858.5,-1081.5 1027.5,-1081.5 1027.5,-1057 858.5,-1057"/> +<text text-anchor="start" x="927.62" y="-1064.2" font-family="arial" font-size="14.00">W12</text> +<polygon fill="none" stroke="black" points="858.5,-1032.5 858.5,-1057 893.83,-1057 893.83,-1032.5 858.5,-1032.5"/> +<text text-anchor="start" x="868.67" y="-1039.7" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="893.83,-1032.5 893.83,-1057 969.67,-1057 969.67,-1032.5 893.83,-1032.5"/> +<text text-anchor="start" x="904" y="-1039.7" font-family="arial" font-size="14.00">14 AWG</text> +<polygon fill="none" stroke="black" points="969.67,-1032.5 969.67,-1057 1027.5,-1057 1027.5,-1032.5 969.67,-1032.5"/> +<text text-anchor="start" x="979.83" y="-1039.7" font-family="arial" font-size="14.00">37.5 "</text> +<text text-anchor="start" x="910.62" y="-1017.2" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="860.38" y="-997.2" font-family="arial" font-size="14.00">VPX J12:4:GND</text> +<text text-anchor="start" x="968.38" y="-997.2" font-family="arial" font-size="14.00">     BK    </text> +<polygon fill="#000000" stroke="none" points="858.5,-990.5 858.5,-992.5 1027.5,-992.5 1027.5,-990.5 858.5,-990.5"/> +<polygon fill="#000000" stroke="none" points="858.5,-988.5 858.5,-990.5 1027.5,-990.5 1027.5,-988.5 858.5,-988.5"/> +<polygon fill="#000000" stroke="none" points="858.5,-986.5 858.5,-988.5 1027.5,-988.5 1027.5,-986.5 858.5,-986.5"/> +<text text-anchor="start" x="910.62" y="-971.2" font-family="arial" font-size="14.00"> </text> +</g> +<!-- VPX J12--W12 --> +<g id="edge27" class="edge"> +<title>VPX J12:e--W12:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M594,-969.25C712.46,-969.56 741.18,-987.81 857.5,-987.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M594,-971.25C711.39,-971.25 740.11,-989.5 857.5,-989.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M594,-973.25C710.32,-972.94 739.04,-991.19 857.5,-991.5"/> +</g> +<!-- Swash2 --> +<g id="node2" class="node"> +<title>Swash2</title> +<polygon fill="#ffffff" stroke="black" points="1625,-1990 1292,-1990 1292,-1520 1625,-1520 1625,-1990"/> +<polygon fill="none" stroke="black" points="1292,-1965.5 1292,-1990 1625,-1990 1625,-1965.5 1292,-1965.5"/> +<text text-anchor="start" x="1433.38" y="-1972.7" font-family="arial" font-size="14.00">Swash2</text> +<polygon fill="none" stroke="black" points="1292,-1941 1292,-1965.5 1543.25,-1965.5 1543.25,-1941 1292,-1941"/> +<text text-anchor="start" x="1317.12" y="-1948.2" font-family="arial" font-size="14.00">Amphenol C091-11H004-000-2</text> +<polygon fill="none" stroke="black" points="1543.25,-1941 1543.25,-1965.5 1625,-1965.5 1625,-1941 1543.25,-1941"/> +<text text-anchor="start" x="1568.38" y="-1948.2" font-family="arial" font-size="14.00">4-pin</text> +<polygon fill="none" stroke="black" points="1292,-1917 1292,-1941 1395.33,-1941 1395.33,-1917 1292,-1917"/> +<text text-anchor="start" x="1339.54" y="-1923.7" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1395.33,-1917 1395.33,-1941 1521.67,-1941 1521.67,-1917 1395.33,-1917"/> +<text text-anchor="start" x="1449.5" y="-1923.7" font-family="arial" font-size="14.00">V+</text> +<polygon fill="none" stroke="black" points="1521.67,-1917 1521.67,-1941 1625,-1941 1625,-1917 1521.67,-1917"/> +<text text-anchor="start" x="1569.21" y="-1923.7" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1292,-1893 1292,-1917 1395.33,-1917 1395.33,-1893 1292,-1893"/> +<text text-anchor="start" x="1339.54" y="-1899.7" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1395.33,-1893 1395.33,-1917 1521.67,-1917 1521.67,-1893 1395.33,-1893"/> +<text text-anchor="start" x="1449.5" y="-1899.7" font-family="arial" font-size="14.00">V+</text> +<polygon fill="none" stroke="black" points="1521.67,-1893 1521.67,-1917 1625,-1917 1625,-1893 1521.67,-1893"/> +<text text-anchor="start" x="1569.21" y="-1899.7" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1292,-1869 1292,-1893 1395.33,-1893 1395.33,-1869 1292,-1869"/> +<text text-anchor="start" x="1339.54" y="-1875.7" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="1395.33,-1869 1395.33,-1893 1521.67,-1893 1521.67,-1869 1395.33,-1869"/> +<text text-anchor="start" x="1442.75" y="-1875.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="1521.67,-1869 1521.67,-1893 1625,-1893 1625,-1869 1521.67,-1869"/> +<text text-anchor="start" x="1569.21" y="-1875.7" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="1292,-1845 1292,-1869 1395.33,-1869 1395.33,-1845 1292,-1845"/> +<text text-anchor="start" x="1339.54" y="-1851.7" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="1395.33,-1845 1395.33,-1869 1521.67,-1869 1521.67,-1845 1395.33,-1845"/> +<text text-anchor="start" x="1442.75" y="-1851.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="1521.67,-1845 1521.67,-1869 1625,-1869 1625,-1845 1521.67,-1845"/> +<text text-anchor="start" x="1569.21" y="-1851.7" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="1292,-1520 1292,-1845 1625,-1845 1625,-1520 1292,-1520"/> +<image xlink:href="images\A2Power.png" width="325px" height="317px" preserveAspectRatio="xMinYMin meet" x="1296" y="-1841"/> +</g> +<!-- W7 --> +<g id="node16" class="node"> +<title>W7</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="2052,-1704.5 1769,-1704.5 1769,-1589.5 2052,-1589.5 2052,-1704.5"/> +<polygon fill="none" stroke="black" points="1769,-1680 1769,-1704.5 2052,-1704.5 2052,-1680 1769,-1680"/> +<text text-anchor="start" x="1899.25" y="-1687.2" font-family="arial" font-size="14.00">W7</text> +<polygon fill="none" stroke="black" points="1769,-1655.5 1769,-1680 1829.83,-1680 1829.83,-1655.5 1769,-1655.5"/> +<text text-anchor="start" x="1791.92" y="-1662.7" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="1829.83,-1655.5 1829.83,-1680 1931.17,-1680 1931.17,-1655.5 1829.83,-1655.5"/> +<text text-anchor="start" x="1852.75" y="-1662.7" font-family="arial" font-size="14.00">14 AWG</text> +<polygon fill="none" stroke="black" points="1931.17,-1655.5 1931.17,-1680 2052,-1680 2052,-1655.5 1931.17,-1655.5"/> +<text text-anchor="start" x="1954.08" y="-1662.7" font-family="arial" font-size="14.00">36.0 Inches</text> +<text text-anchor="start" x="1817.62" y="-1640.2" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1770.75" y="-1620.2" font-family="arial" font-size="14.00">Swash2:3:GND</text> +<text text-anchor="start" x="1871.88" y="-1620.2" font-family="arial" font-size="14.00">     BK    </text> +<text text-anchor="start" x="1928.75" y="-1620.2" font-family="arial" font-size="14.00">Negative Bus Bar:2</text> +<polygon fill="#000000" stroke="none" points="1769,-1613.5 1769,-1615.5 2052,-1615.5 2052,-1613.5 1769,-1613.5"/> +<polygon fill="#000000" stroke="none" points="1769,-1611.5 1769,-1613.5 2052,-1613.5 2052,-1611.5 1769,-1611.5"/> +<polygon fill="#000000" stroke="none" points="1769,-1609.5 1769,-1611.5 2052,-1611.5 2052,-1609.5 1769,-1609.5"/> +<text text-anchor="start" x="1817.62" y="-1594.2" font-family="arial" font-size="14.00"> </text> +</g> +<!-- Swash2--W7 --> +<g id="edge13" class="edge"> +<title>Swash2:e--W7:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1625,-1879C1758.6,-1881.85 1631.78,-1613.35 1769,-1610.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1625,-1881C1760.41,-1881 1633.59,-1612.5 1769,-1612.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1625,-1883C1762.22,-1880.15 1635.4,-1611.65 1769,-1614.5"/> +</g> +<!-- Swash3 --> +<g id="node3" class="node"> +<title>Swash3</title> +<polygon fill="#ffffff" stroke="black" points="1625,-470 1292,-470 1292,0 1625,0 1625,-470"/> +<polygon fill="none" stroke="black" points="1292,-445.5 1292,-470 1625,-470 1625,-445.5 1292,-445.5"/> +<text text-anchor="start" x="1433.38" y="-452.7" font-family="arial" font-size="14.00">Swash3</text> +<polygon fill="none" stroke="black" points="1292,-421 1292,-445.5 1543.25,-445.5 1543.25,-421 1292,-421"/> +<text text-anchor="start" x="1317.12" y="-428.2" font-family="arial" font-size="14.00">Amphenol C091-11H004-000-2</text> +<polygon fill="none" stroke="black" points="1543.25,-421 1543.25,-445.5 1625,-445.5 1625,-421 1543.25,-421"/> +<text text-anchor="start" x="1568.38" y="-428.2" font-family="arial" font-size="14.00">4-pin</text> +<polygon fill="none" stroke="black" points="1292,-397 1292,-421 1395.33,-421 1395.33,-397 1292,-397"/> +<text text-anchor="start" x="1339.54" y="-403.7" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1395.33,-397 1395.33,-421 1521.67,-421 1521.67,-397 1395.33,-397"/> +<text text-anchor="start" x="1449.5" y="-403.7" font-family="arial" font-size="14.00">V+</text> +<polygon fill="none" stroke="black" points="1521.67,-397 1521.67,-421 1625,-421 1625,-397 1521.67,-397"/> +<text text-anchor="start" x="1569.21" y="-403.7" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1292,-373 1292,-397 1395.33,-397 1395.33,-373 1292,-373"/> +<text text-anchor="start" x="1339.54" y="-379.7" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1395.33,-373 1395.33,-397 1521.67,-397 1521.67,-373 1395.33,-373"/> +<text text-anchor="start" x="1449.5" y="-379.7" font-family="arial" font-size="14.00">V+</text> +<polygon fill="none" stroke="black" points="1521.67,-373 1521.67,-397 1625,-397 1625,-373 1521.67,-373"/> +<text text-anchor="start" x="1569.21" y="-379.7" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1292,-349 1292,-373 1395.33,-373 1395.33,-349 1292,-349"/> +<text text-anchor="start" x="1339.54" y="-355.7" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="1395.33,-349 1395.33,-373 1521.67,-373 1521.67,-349 1395.33,-349"/> +<text text-anchor="start" x="1442.75" y="-355.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="1521.67,-349 1521.67,-373 1625,-373 1625,-349 1521.67,-349"/> +<text text-anchor="start" x="1569.21" y="-355.7" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="1292,-325 1292,-349 1395.33,-349 1395.33,-325 1292,-325"/> +<text text-anchor="start" x="1339.54" y="-331.7" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="1395.33,-325 1395.33,-349 1521.67,-349 1521.67,-325 1395.33,-325"/> +<text text-anchor="start" x="1442.75" y="-331.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="1521.67,-325 1521.67,-349 1625,-349 1625,-325 1521.67,-325"/> +<text text-anchor="start" x="1569.21" y="-331.7" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="1292,0 1292,-325 1625,-325 1625,0 1292,0"/> +<image xlink:href="images\A2Power.png" width="325px" height="317px" preserveAspectRatio="xMinYMin meet" x="1296" y="-321"/> +</g> +<!-- W8 --> +<g id="node17" class="node"> +<title>W8</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="2052,-551.5 1769,-551.5 1769,-436.5 2052,-436.5 2052,-551.5"/> +<polygon fill="none" stroke="black" points="1769,-527 1769,-551.5 2052,-551.5 2052,-527 1769,-527"/> +<text text-anchor="start" x="1899.25" y="-534.2" font-family="arial" font-size="14.00">W8</text> +<polygon fill="none" stroke="black" points="1769,-502.5 1769,-527 1829.83,-527 1829.83,-502.5 1769,-502.5"/> +<text text-anchor="start" x="1791.92" y="-509.7" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="1829.83,-502.5 1829.83,-527 1931.17,-527 1931.17,-502.5 1829.83,-502.5"/> +<text text-anchor="start" x="1852.75" y="-509.7" font-family="arial" font-size="14.00">14 AWG</text> +<polygon fill="none" stroke="black" points="1931.17,-502.5 1931.17,-527 2052,-527 2052,-502.5 1931.17,-502.5"/> +<text text-anchor="start" x="1954.08" y="-509.7" font-family="arial" font-size="14.00">36.0 Inches</text> +<text text-anchor="start" x="1817.62" y="-487.2" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1770.75" y="-467.2" font-family="arial" font-size="14.00">Swash3:3:GND</text> +<text text-anchor="start" x="1871.88" y="-467.2" font-family="arial" font-size="14.00">     BK    </text> +<text text-anchor="start" x="1928.75" y="-467.2" font-family="arial" font-size="14.00">Negative Bus Bar:3</text> +<polygon fill="#000000" stroke="none" points="1769,-460.5 1769,-462.5 2052,-462.5 2052,-460.5 1769,-460.5"/> +<polygon fill="#000000" stroke="none" points="1769,-458.5 1769,-460.5 2052,-460.5 2052,-458.5 1769,-458.5"/> +<polygon fill="#000000" stroke="none" points="1769,-456.5 1769,-458.5 2052,-458.5 2052,-456.5 1769,-456.5"/> +<text text-anchor="start" x="1817.62" y="-441.2" font-family="arial" font-size="14.00"> </text> +</g> +<!-- Swash3--W8 --> +<g id="edge15" class="edge"> +<title>Swash3:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1625,-359C1704.53,-361.22 1693.45,-459.72 1769,-457.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1625,-361C1702.54,-361 1691.46,-459.5 1769,-459.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1625,-363C1700.55,-360.78 1689.47,-459.28 1769,-461.5"/> +</g> +<!-- Yaw --> +<g id="node4" class="node"> +<title>Yaw</title> +<polygon fill="#ffffff" stroke="black" points="1625,-1496 1292,-1496 1292,-1026 1625,-1026 1625,-1496"/> +<polygon fill="none" stroke="black" points="1292,-1471.5 1292,-1496 1625,-1496 1625,-1471.5 1292,-1471.5"/> +<text text-anchor="start" x="1445.38" y="-1478.7" font-family="arial" font-size="14.00">Yaw</text> +<polygon fill="none" stroke="black" points="1292,-1447 1292,-1471.5 1543.25,-1471.5 1543.25,-1447 1292,-1447"/> +<text text-anchor="start" x="1317.12" y="-1454.2" font-family="arial" font-size="14.00">Amphenol C091-11H004-000-2</text> +<polygon fill="none" stroke="black" points="1543.25,-1447 1543.25,-1471.5 1625,-1471.5 1625,-1447 1543.25,-1447"/> +<text text-anchor="start" x="1568.38" y="-1454.2" font-family="arial" font-size="14.00">4-pin</text> +<polygon fill="none" stroke="black" points="1292,-1423 1292,-1447 1395.33,-1447 1395.33,-1423 1292,-1423"/> +<text text-anchor="start" x="1339.54" y="-1429.7" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1395.33,-1423 1395.33,-1447 1521.67,-1447 1521.67,-1423 1395.33,-1423"/> +<text text-anchor="start" x="1449.5" y="-1429.7" font-family="arial" font-size="14.00">V+</text> +<polygon fill="none" stroke="black" points="1521.67,-1423 1521.67,-1447 1625,-1447 1625,-1423 1521.67,-1423"/> +<text text-anchor="start" x="1569.21" y="-1429.7" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1292,-1399 1292,-1423 1395.33,-1423 1395.33,-1399 1292,-1399"/> +<text text-anchor="start" x="1339.54" y="-1405.7" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1395.33,-1399 1395.33,-1423 1521.67,-1423 1521.67,-1399 1395.33,-1399"/> +<text text-anchor="start" x="1449.5" y="-1405.7" font-family="arial" font-size="14.00">V+</text> +<polygon fill="none" stroke="black" points="1521.67,-1399 1521.67,-1423 1625,-1423 1625,-1399 1521.67,-1399"/> +<text text-anchor="start" x="1569.21" y="-1405.7" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1292,-1375 1292,-1399 1395.33,-1399 1395.33,-1375 1292,-1375"/> +<text text-anchor="start" x="1339.54" y="-1381.7" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="1395.33,-1375 1395.33,-1399 1521.67,-1399 1521.67,-1375 1395.33,-1375"/> +<text text-anchor="start" x="1442.75" y="-1381.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="1521.67,-1375 1521.67,-1399 1625,-1399 1625,-1375 1521.67,-1375"/> +<text text-anchor="start" x="1569.21" y="-1381.7" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="1292,-1351 1292,-1375 1395.33,-1375 1395.33,-1351 1292,-1351"/> +<text text-anchor="start" x="1339.54" y="-1357.7" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="1395.33,-1351 1395.33,-1375 1521.67,-1375 1521.67,-1351 1395.33,-1351"/> +<text text-anchor="start" x="1442.75" y="-1357.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="1521.67,-1351 1521.67,-1375 1625,-1375 1625,-1351 1521.67,-1351"/> +<text text-anchor="start" x="1569.21" y="-1357.7" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="1292,-1026 1292,-1351 1625,-1351 1625,-1026 1292,-1026"/> +<image xlink:href="images\A2Power.png" width="325px" height="317px" preserveAspectRatio="xMinYMin meet" x="1296" y="-1347"/> +</g> +<!-- W9 --> +<g id="node18" class="node"> +<title>W9</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="2040,-1298.5 1781,-1298.5 1781,-1183.5 2040,-1183.5 2040,-1298.5"/> +<polygon fill="none" stroke="black" points="1781,-1274 1781,-1298.5 2040,-1298.5 2040,-1274 1781,-1274"/> +<text text-anchor="start" x="1899.25" y="-1281.2" font-family="arial" font-size="14.00">W9</text> +<polygon fill="none" stroke="black" points="1781,-1249.5 1781,-1274 1831.08,-1274 1831.08,-1249.5 1781,-1249.5"/> +<text text-anchor="start" x="1798.54" y="-1256.7" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="1831.08,-1249.5 1831.08,-1274 1921.67,-1274 1921.67,-1249.5 1831.08,-1249.5"/> +<text text-anchor="start" x="1848.62" y="-1256.7" font-family="arial" font-size="14.00">14 AWG</text> +<polygon fill="none" stroke="black" points="1921.67,-1249.5 1921.67,-1274 2040,-1274 2040,-1249.5 1921.67,-1249.5"/> +<text text-anchor="start" x="1939.21" y="-1256.7" font-family="arial" font-size="14.00">170.0 Inches</text> +<text text-anchor="start" x="1817.62" y="-1234.2" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1782.75" y="-1214.2" font-family="arial" font-size="14.00">Yaw:3:GND</text> +<text text-anchor="start" x="1859.88" y="-1214.2" font-family="arial" font-size="14.00">     BK    </text> +<text text-anchor="start" x="1916.75" y="-1214.2" font-family="arial" font-size="14.00">Negative Bus Bar:2</text> +<polygon fill="#000000" stroke="none" points="1781,-1207.5 1781,-1209.5 2040,-1209.5 2040,-1207.5 1781,-1207.5"/> +<polygon fill="#000000" stroke="none" points="1781,-1205.5 1781,-1207.5 2040,-1207.5 2040,-1205.5 1781,-1205.5"/> +<polygon fill="#000000" stroke="none" points="1781,-1203.5 1781,-1205.5 2040,-1205.5 2040,-1203.5 1781,-1203.5"/> +<text text-anchor="start" x="1817.62" y="-1188.2" font-family="arial" font-size="14.00"> </text> +</g> +<!-- Yaw--W9 --> +<g id="edge17" class="edge"> +<title>Yaw:e--W9:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1625,-1385C1728.83,-1387.6 1672.35,-1207.1 1780,-1204.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1625,-1387C1730.74,-1387 1674.26,-1206.5 1780,-1206.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1625,-1389C1732.65,-1386.4 1676.17,-1205.9 1780,-1208.5"/> +</g> +<!-- 1X --> +<g id="node5" class="node"> +<title>1X</title> +<polygon fill="#ffffff" stroke="black" points="1545.62,-784.5 1371.38,-784.5 1371.38,-639.5 1545.62,-639.5 1545.62,-784.5"/> +<polygon fill="none" stroke="black" points="1371.38,-760 1371.38,-784.5 1545.62,-784.5 1545.62,-760 1371.38,-760"/> +<text text-anchor="start" x="1449.5" y="-767.2" font-family="arial" font-size="14.00">1X</text> +<polygon fill="none" stroke="black" points="1371.38,-735.5 1371.38,-760 1506.12,-760 1506.12,-735.5 1371.38,-735.5"/> +<text text-anchor="start" x="1375.38" y="-742.7" font-family="arial" font-size="14.00">HEW.LM.368.XLNP</text> +<polygon fill="none" stroke="black" points="1506.12,-735.5 1506.12,-760 1545.62,-760 1545.62,-735.5 1506.12,-735.5"/> +<text text-anchor="start" x="1510.12" y="-742.7" font-family="arial" font-size="14.00">4-pin</text> +<polygon fill="none" stroke="black" points="1371.38,-711.5 1371.38,-735.5 1424.46,-735.5 1424.46,-711.5 1371.38,-711.5"/> +<text text-anchor="start" x="1389.67" y="-718.2" font-family="arial" font-size="14.00">65</text> +<polygon fill="none" stroke="black" points="1424.46,-711.5 1424.46,-735.5 1492.54,-735.5 1492.54,-711.5 1424.46,-711.5"/> +<text text-anchor="start" x="1442.75" y="-718.2" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="1492.54,-711.5 1492.54,-735.5 1545.62,-735.5 1545.62,-711.5 1492.54,-711.5"/> +<text text-anchor="start" x="1510.83" y="-718.2" font-family="arial" font-size="14.00">65</text> +<polygon fill="none" stroke="black" points="1371.38,-687.5 1371.38,-711.5 1424.46,-711.5 1424.46,-687.5 1371.38,-687.5"/> +<text text-anchor="start" x="1389.67" y="-694.2" font-family="arial" font-size="14.00">66</text> +<polygon fill="none" stroke="black" points="1424.46,-687.5 1424.46,-711.5 1492.54,-711.5 1492.54,-687.5 1424.46,-687.5"/> +<text text-anchor="start" x="1442.75" y="-694.2" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="1492.54,-687.5 1492.54,-711.5 1545.62,-711.5 1545.62,-687.5 1492.54,-687.5"/> +<text text-anchor="start" x="1510.83" y="-694.2" font-family="arial" font-size="14.00">66</text> +<polygon fill="none" stroke="black" points="1371.38,-663.5 1371.38,-687.5 1424.46,-687.5 1424.46,-663.5 1371.38,-663.5"/> +<text text-anchor="start" x="1389.67" y="-670.2" font-family="arial" font-size="14.00">67</text> +<polygon fill="none" stroke="black" points="1424.46,-663.5 1424.46,-687.5 1492.54,-687.5 1492.54,-663.5 1424.46,-663.5"/> +<text text-anchor="start" x="1443.12" y="-670.2" font-family="arial" font-size="14.00">VCC</text> +<polygon fill="none" stroke="black" points="1492.54,-663.5 1492.54,-687.5 1545.62,-687.5 1545.62,-663.5 1492.54,-663.5"/> +<text text-anchor="start" x="1510.83" y="-670.2" font-family="arial" font-size="14.00">67</text> +<polygon fill="none" stroke="black" points="1371.38,-639.5 1371.38,-663.5 1424.46,-663.5 1424.46,-639.5 1371.38,-639.5"/> +<text text-anchor="start" x="1389.67" y="-646.2" font-family="arial" font-size="14.00">68</text> +<polygon fill="none" stroke="black" points="1424.46,-639.5 1424.46,-663.5 1492.54,-663.5 1492.54,-639.5 1424.46,-639.5"/> +<text text-anchor="start" x="1443.12" y="-646.2" font-family="arial" font-size="14.00">VCC</text> +<polygon fill="none" stroke="black" points="1492.54,-639.5 1492.54,-663.5 1545.62,-663.5 1545.62,-639.5 1492.54,-639.5"/> +<text text-anchor="start" x="1510.83" y="-646.2" font-family="arial" font-size="14.00">68</text> +</g> +<!-- W10 --> +<g id="node19" class="node"> +<title>W10</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="2040,-815.5 1781,-815.5 1781,-674.5 2040,-674.5 2040,-815.5"/> +<polygon fill="none" stroke="black" points="1781,-791 1781,-815.5 2040,-815.5 2040,-791 1781,-791"/> +<text text-anchor="start" x="1895.12" y="-798.2" font-family="arial" font-size="14.00">W10</text> +<polygon fill="none" stroke="black" points="1781,-766.5 1781,-791 1833.83,-791 1833.83,-766.5 1781,-766.5"/> +<text text-anchor="start" x="1799.92" y="-773.7" font-family="arial" font-size="14.00">2x</text> +<polygon fill="none" stroke="black" points="1833.83,-766.5 1833.83,-791 1927.17,-791 1927.17,-766.5 1833.83,-766.5"/> +<text text-anchor="start" x="1852.75" y="-773.7" font-family="arial" font-size="14.00">20 AWG</text> +<polygon fill="none" stroke="black" points="1927.17,-766.5 1927.17,-791 2040,-791 2040,-766.5 1927.17,-766.5"/> +<text text-anchor="start" x="1946.08" y="-773.7" font-family="arial" font-size="14.00">46.0 Inches</text> +<text text-anchor="start" x="1817.62" y="-751.2" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1782.75" y="-731.2" font-family="arial" font-size="14.00">1X:65:GND</text> +<text text-anchor="start" x="1859.88" y="-731.2" font-family="arial" font-size="14.00">     BK    </text> +<text text-anchor="start" x="1916.75" y="-731.2" font-family="arial" font-size="14.00">Negative Bus Bar:4</text> +<polygon fill="#000000" stroke="none" points="1781,-724.5 1781,-726.5 2040,-726.5 2040,-724.5 1781,-724.5"/> +<polygon fill="#000000" stroke="none" points="1781,-722.5 1781,-724.5 2040,-724.5 2040,-722.5 1781,-722.5"/> +<polygon fill="#000000" stroke="none" points="1781,-720.5 1781,-722.5 2040,-722.5 2040,-720.5 1781,-720.5"/> +<text text-anchor="start" x="1782.75" y="-705.2" font-family="arial" font-size="14.00">1X:66:GND</text> +<text text-anchor="start" x="1859.88" y="-705.2" font-family="arial" font-size="14.00">     BK    </text> +<text text-anchor="start" x="1916.75" y="-705.2" font-family="arial" font-size="14.00">Negative Bus Bar:4</text> +<polygon fill="#000000" stroke="none" points="1781,-698.5 1781,-700.5 2040,-700.5 2040,-698.5 1781,-698.5"/> +<polygon fill="#000000" stroke="none" points="1781,-696.5 1781,-698.5 2040,-698.5 2040,-696.5 1781,-696.5"/> +<polygon fill="#000000" stroke="none" points="1781,-694.5 1781,-696.5 2040,-696.5 2040,-694.5 1781,-694.5"/> +<text text-anchor="start" x="1817.62" y="-679.2" font-family="arial" font-size="14.00"> </text> +</g> +<!-- 1X--W10 --> +<g id="edge19" class="edge"> +<title>1X:e--W10:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1546.62,-721.5C1650.35,-721.5 1676.28,-721.5 1780,-721.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1546.62,-723.5C1650.35,-723.5 1676.28,-723.5 1780,-723.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1546.62,-725.5C1650.35,-725.5 1676.28,-725.5 1780,-725.5"/> +</g> +<!-- 1X--W10 --> +<g id="edge21" class="edge"> +<title>1X:e--W10:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1546.62,-697.5C1650.2,-697.51 1676.12,-695.51 1780,-695.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1546.62,-699.5C1650.35,-699.5 1676.27,-697.5 1780,-697.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1546.62,-701.5C1650.5,-701.49 1676.43,-699.49 1780,-699.5"/> +</g> +<!-- CEX --> +<g id="node6" class="node"> +<title>CEX</title> +<polygon fill="#ffffff" stroke="black" points="1545.62,-953.5 1371.38,-953.5 1371.38,-808.5 1545.62,-808.5 1545.62,-953.5"/> +<polygon fill="none" stroke="black" points="1371.38,-929 1371.38,-953.5 1545.62,-953.5 1545.62,-929 1371.38,-929"/> +<text text-anchor="start" x="1443.5" y="-936.2" font-family="arial" font-size="14.00">CEX</text> +<polygon fill="none" stroke="black" points="1371.38,-904.5 1371.38,-929 1506.12,-929 1506.12,-904.5 1371.38,-904.5"/> +<text text-anchor="start" x="1375.38" y="-911.7" font-family="arial" font-size="14.00">HEW.LM.368.XLNP</text> +<polygon fill="none" stroke="black" points="1506.12,-904.5 1506.12,-929 1545.62,-929 1545.62,-904.5 1506.12,-904.5"/> +<text text-anchor="start" x="1510.12" y="-911.7" font-family="arial" font-size="14.00">4-pin</text> +<polygon fill="none" stroke="black" points="1371.38,-880.5 1371.38,-904.5 1421.79,-904.5 1421.79,-880.5 1371.38,-880.5"/> +<text text-anchor="start" x="1392.46" y="-887.2" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1421.79,-880.5 1421.79,-904.5 1495.21,-904.5 1495.21,-880.5 1421.79,-880.5"/> +<text text-anchor="start" x="1443.12" y="-887.2" font-family="arial" font-size="14.00">VCC</text> +<polygon fill="none" stroke="black" points="1495.21,-880.5 1495.21,-904.5 1545.62,-904.5 1545.62,-880.5 1495.21,-880.5"/> +<text text-anchor="start" x="1516.29" y="-887.2" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1371.38,-856.5 1371.38,-880.5 1421.79,-880.5 1421.79,-856.5 1371.38,-856.5"/> +<text text-anchor="start" x="1392.46" y="-863.2" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1421.79,-856.5 1421.79,-880.5 1495.21,-880.5 1495.21,-856.5 1421.79,-856.5"/> +<text text-anchor="start" x="1443.12" y="-863.2" font-family="arial" font-size="14.00">VCC</text> +<polygon fill="none" stroke="black" points="1495.21,-856.5 1495.21,-880.5 1545.62,-880.5 1545.62,-856.5 1495.21,-856.5"/> +<text text-anchor="start" x="1516.29" y="-863.2" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1371.38,-832.5 1371.38,-856.5 1421.79,-856.5 1421.79,-832.5 1371.38,-832.5"/> +<text text-anchor="start" x="1392.46" y="-839.2" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="1421.79,-832.5 1421.79,-856.5 1495.21,-856.5 1495.21,-832.5 1421.79,-832.5"/> +<text text-anchor="start" x="1442.75" y="-839.2" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="1495.21,-832.5 1495.21,-856.5 1545.62,-856.5 1545.62,-832.5 1495.21,-832.5"/> +<text text-anchor="start" x="1516.29" y="-839.2" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="1371.38,-808.5 1371.38,-832.5 1421.79,-832.5 1421.79,-808.5 1371.38,-808.5"/> +<text text-anchor="start" x="1392.46" y="-815.2" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="1421.79,-808.5 1421.79,-832.5 1495.21,-832.5 1495.21,-808.5 1421.79,-808.5"/> +<text text-anchor="start" x="1442.75" y="-815.2" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="1495.21,-808.5 1495.21,-832.5 1545.62,-832.5 1545.62,-808.5 1495.21,-808.5"/> +<text text-anchor="start" x="1516.29" y="-815.2" font-family="arial" font-size="14.00">4</text> +</g> +<!-- W11 --> +<g id="node20" class="node"> +<title>W11</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="2042,-980.5 1779,-980.5 1779,-839.5 2042,-839.5 2042,-980.5"/> +<polygon fill="none" stroke="black" points="1779,-956 1779,-980.5 2042,-980.5 2042,-956 1779,-956"/> +<text text-anchor="start" x="1895.12" y="-963.2" font-family="arial" font-size="14.00">W11</text> +<polygon fill="none" stroke="black" points="1779,-931.5 1779,-956 1833.17,-956 1833.17,-931.5 1779,-931.5"/> +<text text-anchor="start" x="1798.58" y="-938.7" font-family="arial" font-size="14.00">2x</text> +<polygon fill="none" stroke="black" points="1833.17,-931.5 1833.17,-956 1927.83,-956 1927.83,-931.5 1833.17,-931.5"/> +<text text-anchor="start" x="1852.75" y="-938.7" font-family="arial" font-size="14.00">20 AWG</text> +<polygon fill="none" stroke="black" points="1927.83,-931.5 1927.83,-956 2042,-956 2042,-931.5 1927.83,-931.5"/> +<text text-anchor="start" x="1947.42" y="-938.7" font-family="arial" font-size="14.00">34.0 Inches</text> +<text text-anchor="start" x="1817.62" y="-916.2" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1780.88" y="-896.2" font-family="arial" font-size="14.00">CEX:3:GND</text> +<text text-anchor="start" x="1861.88" y="-896.2" font-family="arial" font-size="14.00">     BK    </text> +<text text-anchor="start" x="1918.75" y="-896.2" font-family="arial" font-size="14.00">Negative Bus Bar:3</text> +<polygon fill="#000000" stroke="none" points="1779,-889.5 1779,-891.5 2042,-891.5 2042,-889.5 1779,-889.5"/> +<polygon fill="#000000" stroke="none" points="1779,-887.5 1779,-889.5 2042,-889.5 2042,-887.5 1779,-887.5"/> +<polygon fill="#000000" stroke="none" points="1779,-885.5 1779,-887.5 2042,-887.5 2042,-885.5 1779,-885.5"/> +<text text-anchor="start" x="1780.88" y="-870.2" font-family="arial" font-size="14.00">CEX:4:GND</text> +<text text-anchor="start" x="1861.88" y="-870.2" font-family="arial" font-size="14.00">     BK    </text> +<text text-anchor="start" x="1918.75" y="-870.2" font-family="arial" font-size="14.00">Negative Bus Bar:3</text> +<polygon fill="#000000" stroke="none" points="1779,-863.5 1779,-865.5 2042,-865.5 2042,-863.5 1779,-863.5"/> +<polygon fill="#000000" stroke="none" points="1779,-861.5 1779,-863.5 2042,-863.5 2042,-861.5 1779,-861.5"/> +<polygon fill="#000000" stroke="none" points="1779,-859.5 1779,-861.5 2042,-861.5 2042,-859.5 1779,-859.5"/> +<text text-anchor="start" x="1817.62" y="-844.2" font-family="arial" font-size="14.00"> </text> +</g> +<!-- CEX--W11 --> +<g id="edge23" class="edge"> +<title>CEX:e--W11:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1546.62,-842.5C1653.09,-843.6 1675.11,-887.6 1778,-886.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1546.62,-844.5C1651.3,-844.5 1673.32,-888.5 1778,-888.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1546.62,-846.5C1649.51,-845.4 1671.54,-889.4 1778,-890.5"/> +</g> +<!-- CEX--W11 --> +<g id="edge25" class="edge"> +<title>CEX:e--W11:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1546.62,-818.5C1652.9,-819.56 1675.25,-861.56 1778,-860.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1546.62,-820.5C1651.14,-820.5 1673.49,-862.5 1778,-862.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1546.62,-822.5C1649.37,-821.44 1671.72,-863.44 1778,-864.5"/> +</g> +<!-- Altinator --> +<g id="node7" class="node"> +<title>Altinator</title> +<polygon fill="#ffffff" stroke="black" points="1501,-615.5 1416,-615.5 1416,-494.5 1501,-494.5 1501,-615.5"/> +<polygon fill="none" stroke="black" points="1416,-591 1416,-615.5 1501,-615.5 1501,-591 1416,-591"/> +<text text-anchor="start" x="1433" y="-598.2" font-family="arial" font-size="14.00">Altinator</text> +<polygon fill="none" stroke="black" points="1416,-566.5 1416,-591 1461.5,-591 1461.5,-566.5 1416,-566.5"/> +<text text-anchor="start" x="1420" y="-573.7" font-family="arial" font-size="14.00">Temp</text> +<polygon fill="none" stroke="black" points="1461.5,-566.5 1461.5,-591 1501,-591 1501,-566.5 1461.5,-566.5"/> +<text text-anchor="start" x="1465.5" y="-573.7" font-family="arial" font-size="14.00">3-pin</text> +<polygon fill="none" stroke="black" points="1416,-542.5 1416,-566.5 1439.5,-566.5 1439.5,-542.5 1416,-542.5"/> +<text text-anchor="start" x="1423.62" y="-549.2" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1439.5,-542.5 1439.5,-566.5 1501,-566.5 1501,-542.5 1439.5,-542.5"/> +<text text-anchor="start" x="1454.5" y="-549.2" font-family="arial" font-size="14.00">Field</text> +<polygon fill="none" stroke="black" points="1416,-518.5 1416,-542.5 1439.5,-542.5 1439.5,-518.5 1416,-518.5"/> +<text text-anchor="start" x="1423.62" y="-525.2" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1439.5,-518.5 1439.5,-542.5 1501,-542.5 1501,-518.5 1439.5,-518.5"/> +<text text-anchor="start" x="1447" y="-525.2" font-family="arial" font-size="14.00">B-Lead</text> +<polygon fill="none" stroke="black" points="1416,-494.5 1416,-518.5 1439.5,-518.5 1439.5,-494.5 1416,-494.5"/> +<text text-anchor="start" x="1423.62" y="-501.2" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="1439.5,-494.5 1439.5,-518.5 1501,-518.5 1501,-494.5 1439.5,-494.5"/> +<text text-anchor="start" x="1454.5" y="-501.2" font-family="arial" font-size="14.00">GND</text> +</g> +<!-- Negative Bus Bar --> +<g id="node8" class="node"> +<title>Negative Bus Bar</title> +<polygon fill="#ffffff" stroke="black" points="2386,-973.5 2196,-973.5 2196,-826.5 2386,-826.5 2386,-973.5"/> +<polygon fill="none" stroke="black" points="2196,-949 2196,-973.5 2386,-973.5 2386,-949 2196,-949"/> +<text text-anchor="start" x="2236.25" y="-956.2" font-family="arial" font-size="14.00">Negative Bus Bar</text> +<polygon fill="none" stroke="black" points="2196,-924.5 2196,-949 2346.5,-949 2346.5,-924.5 2196,-924.5"/> +<text text-anchor="start" x="2200" y="-931.7" font-family="arial" font-size="14.00">Pike Industries Busbar</text> +<polygon fill="none" stroke="black" points="2346.5,-924.5 2346.5,-949 2386,-949 2386,-924.5 2346.5,-924.5"/> +<text text-anchor="start" x="2350.5" y="-931.7" font-family="arial" font-size="14.00">4-pin</text> +<polygon fill="none" stroke="black" points="2196,-900 2196,-924.5 2386,-924.5 2386,-900 2196,-900"/> +<text text-anchor="start" x="2286.88" y="-907.2" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="2196,-875.5 2196,-900 2386,-900 2386,-875.5 2196,-875.5"/> +<text text-anchor="start" x="2286.88" y="-882.7" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="2196,-851 2196,-875.5 2386,-875.5 2386,-851 2196,-851"/> +<text text-anchor="start" x="2286.88" y="-858.2" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="2196,-826.5 2196,-851 2386,-851 2386,-826.5 2196,-826.5"/> +<text text-anchor="start" x="2286.88" y="-833.7" font-family="arial" font-size="14.00">4</text> +</g> +<!-- _GND_1 --> +<g id="node9" class="node"> +<title>_GND_1</title> +<polygon fill="#ffffff" stroke="black" points="1502.25,-1002.25 1414.75,-1002.25 1414.75,-977.75 1502.25,-977.75 1502.25,-1002.25"/> +<polygon fill="none" stroke="black" points="1414.75,-977.75 1414.75,-1002.25 1502.25,-1002.25 1502.25,-977.75 1414.75,-977.75"/> +<text text-anchor="start" x="1418.75" y="-984.95" font-family="arial" font-size="14.00">Battery GND</text> +</g> +<!-- W1--Swash2 --> +<g id="edge2" class="edge"> +<title>W1:e--Swash2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1068.5,-1672.5C1220.95,-1675.08 1143.38,-1929.58 1292,-1927"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M1068.5,-1674.5C1219.04,-1674.5 1141.46,-1929 1292,-1929"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1068.5,-1676.5C1217.12,-1673.92 1139.55,-1928.42 1292,-1931"/> +</g> +<!-- W2--Swash3 --> +<g id="edge4" class="edge"> +<title>W2:e--Swash3:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1072.5,-414.5C1169.52,-414.59 1193.8,-407.09 1292,-407"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M1072.5,-416.5C1170.11,-416.5 1194.39,-409 1292,-409"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1072.5,-418.5C1170.7,-418.41 1194.98,-410.91 1292,-411"/> +</g> +<!-- W3--Yaw --> +<g id="edge6" class="edge"> +<title>W3:e--Yaw:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1056.5,-1279.5C1183.43,-1281.69 1169.05,-1435.19 1292,-1433"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M1056.5,-1281.5C1181.44,-1281.5 1167.06,-1435 1292,-1435"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1056.5,-1283.5C1179.45,-1281.31 1165.07,-1434.81 1292,-1437"/> +</g> +<!-- W4--1X --> +<g id="edge8" class="edge"> +<title>W4:e--1X:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1097.5,-700.5C1219.1,-701.59 1245.22,-650.59 1370.38,-649.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M1097.5,-702.5C1220.88,-702.5 1247,-651.5 1370.38,-651.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1097.5,-704.5C1222.66,-703.41 1248.78,-652.41 1370.38,-653.5"/> +</g> +<!-- W5--CEX --> +<g id="edge10" class="edge"> +<title>W5:e--CEX:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1099.5,-848.5C1223.01,-849.41 1250.23,-891.41 1370.38,-890.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M1099.5,-850.5C1221.33,-850.5 1248.55,-892.5 1370.38,-892.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1099.5,-852.5C1219.65,-851.59 1246.87,-893.59 1370.38,-894.5"/> +</g> +<!-- W6--Altinator --> +<g id="edge12" class="edge"> +<title>W6:e--Altinator:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1148,-556.5C1266.41,-556.52 1296.05,-552.52 1415,-552.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1148,-558.5C1266.68,-558.5 1296.32,-554.5 1415,-554.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1148,-560.5C1266.95,-560.48 1296.59,-556.48 1415,-556.5"/> +</g> +<!-- W7--Negative Bus Bar --> +<g id="edge14" class="edge"> +<title>W7:e--Negative Bus Bar:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M2052,-1610.5C2378.77,-1613.66 1865.96,-888.91 2196,-885.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M2052,-1612.5C2380.41,-1612.5 1867.59,-887.75 2196,-887.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M2052,-1614.5C2382.04,-1611.34 1869.23,-886.59 2196,-889.75"/> +</g> +<!-- W8--Negative Bus Bar --> +<g id="edge16" class="edge"> +<title>W8:e--Negative Bus Bar:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M2052,-457.5C2244.24,-460.51 2007.21,-864.26 2196,-861.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M2052,-459.5C2242.52,-459.5 2005.48,-863.25 2196,-863.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M2052,-461.5C2240.79,-458.49 2003.76,-862.24 2196,-865.25"/> +</g> +<!-- W9--Negative Bus Bar --> +<g id="edge18" class="edge"> +<title>W9:e--Negative Bus Bar:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M2041,-1204.5C2196.74,-1207.4 2036.68,-888.65 2196,-885.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M2041,-1206.5C2198.53,-1206.5 2038.47,-887.75 2196,-887.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M2041,-1208.5C2200.32,-1205.6 2040.26,-886.85 2196,-889.75"/> +</g> +<!-- W10--Negative Bus Bar --> +<g id="edge20" class="edge"> +<title>W10:e--Negative Bus Bar:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M2041,-721.5C2128.82,-723.79 2112.13,-839.04 2196,-836.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M2041,-723.5C2126.85,-723.5 2110.15,-838.75 2196,-838.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M2041,-725.5C2124.87,-723.21 2108.18,-838.46 2196,-840.75"/> +</g> +<!-- W10--Negative Bus Bar --> +<g id="edge22" class="edge"> +<title>W10:e--Negative Bus Bar:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M2041,-695.5C2136.15,-697.93 2104.75,-839.18 2196,-836.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M2041,-697.5C2134.2,-697.5 2102.8,-838.75 2196,-838.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M2041,-699.5C2132.25,-697.07 2100.85,-838.32 2196,-840.75"/> +</g> +<!-- W11--Negative Bus Bar --> +<g id="edge24" class="edge"> +<title>W11:e--Negative Bus Bar:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M2043,-886.5C2110.21,-887.47 2125.37,-862.22 2196,-861.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M2043,-888.5C2111.92,-888.5 2127.08,-863.25 2196,-863.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M2043,-890.5C2113.63,-889.53 2128.79,-864.28 2196,-865.25"/> +</g> +<!-- W11--Negative Bus Bar --> +<g id="edge26" class="edge"> +<title>W11:e--Negative Bus Bar:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M2043,-860.5C2111.09,-860.5 2128.09,-861.25 2196,-861.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M2043,-862.5C2111,-862.5 2128,-863.25 2196,-863.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M2043,-864.5C2110.91,-864.5 2127.91,-865.25 2196,-865.25"/> +</g> +<!-- W12--_GND_1 --> +<g id="edge28" class="edge"> +<title>W12:e--_GND_1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1028.5,-987.5C1199.75,-987.5 1242.55,-988 1413.75,-988"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1028.5,-989.5C1199.72,-989.5 1242.53,-990 1413.75,-990"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1028.5,-991.5C1199.7,-991.5 1242.5,-992 1413.75,-992"/> +</g> +</g> +</svg> diff --git a/wireviz/Choppy_IB_VPX_J12.yml b/wireviz/Choppy_IB_VPX_J12.yml new file mode 100644 index 0000000..e9901cc --- /dev/null +++ b/wireviz/Choppy_IB_VPX_J12.yml @@ -0,0 +1,161 @@ +templates: # defining templates to be used later on + - &VPX_j12 + pinlabels: [10A,15A,10A,GND,FLAP 10A,FLAP 10A,10A,5A,EFIS_POWER,3A,PRIMARY ALTERNATOR,15A] + type: Connector Molex 19418-0027 + image: + src: images\J12.png + - &ServoP + pinlabels: [V+,V+,GND,GND] + type: Amphenol C091-11H004-000-2 + pins: [1,2,3,4] + image: + src: images\A2Power.png + - &wire + category: bundle + gauge: 18 AWG + + + + +connectors: + VPX J12: + <<: *VPX_j12 # copying items from the template + notes: VPX J12 + Swash2: + <<: *ServoP + Swash3: + <<: *ServoP + Yaw: + <<: *ServoP + 1X: + type: HEW.LM.368.XLNP + pinlabels: [GND,GND,VCC,VCC] + pins: [65,66,67,68] + CEX: + type: HEW.LM.368.XLNP + pinlabels: [VCC,VCC,GND,GND] + pins: [1,2,3,4] + Altinator : + type: Temp + pinlabels: [Field, B-Lead, GND] + pins: [1,2,3] + GND: &GND + style: simple + autogenerate: true + type: Battery GND + Negative Bus Bar: + pins: [1,2,3,4] + type: Pike Industries Busbar + + +cables: + W1: + <<: *wire + length: 90 Inches + gauge: 14 AWG + colors: [RD] + W2: + <<: *wire + length: 90 Inches + gauge: 14 AWG + colors: [RD] + W3: + <<: *wire + length: 207.5 " + gauge: 14 AWG + colors: [RD] + W4: + <<: *wire + length: 87.5 " + gauge: 20 AWG + colors: [RD] + W5: + <<: *wire + length: 93.5 " + gauge: 20 AWG + colors: [RD] + W6: + <<: *wire + length: 67.5 " + colors: [BK] + W7: + <<: *wire + length: 36 Inches + gauge: 14 AWG + colors: [BK] + W8: + <<: *wire + length: 36 Inches + gauge: 14 AWG + colors: [BK] + W9: + <<: *wire + length: 170 Inches + gauge: 14 AWG + colors: [BK] + W10: + <<: *wire + length: 46 Inches + gauge: 20 AWG + colors: [BK, BK] + W11: + <<: *wire + length: 34 Inches + gauge: 20 AWG + colors: [BK, BK] + W12: + <<: *wire + length: 37.5 " + gauge: 14 AWG + colors: [BK] + + +connections: + - + - VPX J12: [2] + - W1: [1] + - Swash2: [1] + - + - VPX J12: [12] + - W2: [1] + - Swash3: [1] + - + - VPX J12: [3] + - W3: [1] + - Yaw: [1] + - + - VPX J12: [9] + - W4: [1] + - 1X: [68] + - + - VPX J12: [9] + - W5: [1] + - CEX: [1] + - + - VPX J12: [11] + - W6: [1] + - Altinator: [1] + - + - Swash2: [3] + - W7: [1] + - Negative Bus Bar: [2] + - + - Swash3: [3] + - W8: [1] + - Negative Bus Bar: [3] + - + - Yaw: [3] + - W9: [1] + - Negative Bus Bar: [2] + - + - 1X: [65,66] + - W10: [1-2] + - Negative Bus Bar: [4,4] + - + - CEX: [3,4] + - W11: [1-2] + - Negative Bus Bar: [3,3] + - + - VPX J12: [4] + - W12: [1] + - [GND]
\ No newline at end of file diff --git a/wireviz/Choppy_IB_VPX_J8.bom.tsv b/wireviz/Choppy_IB_VPX_J8.bom.tsv new file mode 100644 index 0000000..5e55a04 --- /dev/null +++ b/wireviz/Choppy_IB_VPX_J8.bom.tsv @@ -0,0 +1,11 @@ +Id Description Qty Unit Designators +1 Connector, 1/4" Ring Terminals, 2 pins 1 Batt +2 Connector, Connector Molex 194180023, 8 pins 1 VP-X J8 +3 Connector, DT04-3P, 3 pins 1 Tail Strobe +4 Connector, DTM04-4P, 4 pins 2 Nav Light 1, Nav Light 2 +5 Connector, Pike Industries Busbar, 4 pins 1 Negative Bus Bar +6 Connector, splice 1 +7 Wire, 20 AWG, BK 206.0 " W6, W7, W8 +8 Wire, 20 AWG, GN 152.0 " W2, W3 +9 Wire, 20 AWG, RD 334.0 " W1, W4, W5 +10 Wire, 20 AWG, YE 164.0 " W1, W4 diff --git a/wireviz/Choppy_IB_VPX_J8.gv b/wireviz/Choppy_IB_VPX_J8.gv new file mode 100644 index 0000000..f4f4c8f --- /dev/null +++ b/wireviz/Choppy_IB_VPX_J8.gv @@ -0,0 +1,671 @@ +graph { +// Graph generated by WireViz 0.3.2 +// https://github.com/formatc1702/WireViz + graph [bgcolor="#FFFFFF" fontname=arial nodesep=0.33 rankdir=LR ranksep=2] + node [fillcolor="#FFFFFF" fontname=arial height=0 margin=0 shape=none style=filled width=0] + edge [fontname=arial style=bold] + "Nav Light 1" [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Nav Light 1</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">DTM04-4P</td> + <td balign="left">4-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">1</td> + <td>NAV/POS</td> + <td port="p1r">1</td> + </tr> + <tr> + <td port="p2l">2</td> + <td>ACS</td> + <td port="p2r">2</td> + </tr> + <tr> + <td port="p3l">3</td> + <td>GND</td> + <td port="p3r">3</td> + </tr> + <tr> + <td port="p4l">4</td> + <td>SYNC</td> + <td port="p4r">4</td> + </tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left"><img scale="false" src="images\NavL.png"/></td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">ECU side</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + "Nav Light 2" [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Nav Light 2</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">DTM04-4P</td> + <td balign="left">4-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">1</td> + <td>NAV/POS</td> + <td port="p1r">1</td> + </tr> + <tr> + <td port="p2l">2</td> + <td>ACS</td> + <td port="p2r">2</td> + </tr> + <tr> + <td port="p3l">3</td> + <td>GND</td> + <td port="p3r">3</td> + </tr> + <tr> + <td port="p4l">4</td> + <td>SYNC</td> + <td port="p4r">4</td> + </tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left"><img scale="false" src="images\NavL.png"/></td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Mates with DTM06-4S</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + "VP-X J8" [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">VP-X J8</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Connector Molex 194180023</td> + <td balign="left">8-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td>Device (5A)</td> + <td port="p1r">1</td> + </tr> + <tr> + <td>Device (10A)</td> + <td port="p2r">2</td> + </tr> + <tr> + <td>Device (5A)</td> + <td port="p3r">3</td> + </tr> + <tr> + <td>Device (5A)</td> + <td port="p4r">4</td> + </tr> + <tr> + <td>Device (5A)</td> + <td port="p5r">5</td> + </tr> + <tr> + <td>Device (5A)</td> + <td port="p6r">6</td> + </tr> + <tr> + <td>Device (5A)</td> + <td port="p7r">7</td> + </tr> + <tr> + <td>Device (5A)</td> + <td port="p8r">8</td> + </tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left"><img scale="false" src="images\J8.png"/></td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + "Tail Strobe" [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Tail Strobe</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">DT04-3P</td> + <td balign="left">3-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">A</td> + <td>POS</td> + <td port="p1r">A</td> + </tr> + <tr> + <td port="p2l">B</td> + <td>NEG</td> + <td port="p2r">B</td> + </tr> + <tr> + <td port="p3l">C</td> + <td>Sync</td> + <td port="p3r">C</td> + </tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left"><img scale="false" src="images\DT04-3P.png"/></td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">mates with DT06-3S</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + Batt [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Batt</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1/4" Ring Terminals</td> + <td balign="left">2-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">1</td> + <td>V+</td> + </tr> + <tr> + <td port="p2l">2</td> + <td>GND</td> + </tr> + </table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">5732 Terminal Cover</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + "Negative Bus Bar" [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Negative Bus Bar</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">Pike Industries Busbar</td> + <td balign="left">4-pin</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"> + <tr> + <td port="p1l">1</td> + </tr> + <tr> + <td port="p2l">2</td> + </tr> + <tr> + <td port="p3l">3</td> + </tr> + <tr> + <td port="p4l">4</td> + </tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + _S_1 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">splice</td> + </tr></table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style=filled] + edge [color="#000000:#ff0000:#000000"] + "VP-X J8":p1r:e -- W1:w1:w + W1:w1:e -- "Nav Light 1":p1l:w + edge [color="#000000:#ffff00:#000000"] + "VP-X J8":p3r:e -- W1:w2:w + W1:w2:e -- "Nav Light 1":p2l:w + edge [color="#000000"] + W1:ws:e -- Batt:p2l:w + W1 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W1</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">2x</td> + <td balign="left">20 AWG</td> + <td balign="left">+ S</td> + <td balign="left">92.0 "</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>VP-X J8:1:Device (5A)</td> + <td> + RD + </td> + <td>Nav Light 1:1:NAV/POS</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>VP-X J8:3:Device (5A)</td> + <td> + YE + </td> + <td>Nav Light 1:2:ACS</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w2" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + <tr> + <td><!-- s_in --></td> + <td>Shield</td> + <td>Batt:2:GND</td> + </tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0" port="ws"></td></tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#00ff00:#000000"] + "Nav Light 1":p4r:e -- W2:w1:w + W2:w1:e -- "Nav Light 2":p4l:w + edge [color="#000000:#00ff00:#000000"] + W2:w1:e -- _S_1:w + W2 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W2</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">20 AWG</td> + <td balign="left">32.0 "</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>Nav Light 1:4:SYNC</td> + <td> + GN + </td> + <td>Nav Light 2:4:SYNC</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#00ff00:#000000"] + _S_1:e -- W3:w1:w + W3:w1:e -- "Tail Strobe":p3l:w + W3 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W3</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">20 AWG</td> + <td balign="left">120.0 "</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td></td> + <td> + GN + </td> + <td>Tail Strobe:C:Sync</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#00ff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#ff0000:#000000"] + "VP-X J8":p1r:e -- W4:w1:w + W4:w1:e -- "Nav Light 2":p1l:w + edge [color="#000000:#ffff00:#000000"] + "VP-X J8":p3r:e -- W4:w2:w + W4:w2:e -- "Nav Light 2":p2l:w + W4 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W4</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">2x</td> + <td balign="left">20 AWG</td> + <td balign="left">+ S</td> + <td balign="left">72.0 "</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>VP-X J8:1:Device (5A)</td> + <td> + RD + </td> + <td>Nav Light 2:1:NAV/POS</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr> + <td>VP-X J8:3:Device (5A)</td> + <td> + YE + </td> + <td>Nav Light 2:2:ACS</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w2" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ffff00" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + <tr> + <td><!-- s_in --></td> + <td>Shield</td> + <td><!-- s_out --></td> + </tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0" port="ws"></td></tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#ff0000:#000000"] + "VP-X J8":p1r:e -- W5:w1:w + W5:w1:e -- "Tail Strobe":p1l:w + W5 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W5</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">20 AWG</td> + <td balign="left">+ S</td> + <td balign="left">170.0 "</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>VP-X J8:1:Device (5A)</td> + <td> + RD + </td> + <td>Tail Strobe:A:POS</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#ff0000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + <tr> + <td><!-- s_in --></td> + <td>Shield</td> + <td><!-- s_out --></td> + </tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0" port="ws"></td></tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#000000:#000000"] + "Nav Light 1":p3r:e -- W6:w1:w + W6:w1:e -- "Negative Bus Bar":p3l:w + W6 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W6</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">20 AWG</td> + <td balign="left">18.0 "</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>Nav Light 1:3:GND</td> + <td> + BK + </td> + <td>Negative Bus Bar:3</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#000000:#000000"] + "Nav Light 2":p3r:e -- W7:w1:w + W7:w1:e -- "Negative Bus Bar":p3l:w + W7 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W7</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">20 AWG</td> + <td balign="left">18.0 "</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>Nav Light 2:3:GND</td> + <td> + BK + </td> + <td>Negative Bus Bar:3</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] + edge [color="#000000:#000000:#000000"] + "Tail Strobe":p2r:e -- W8:w1:w + W8:w1:e -- "Negative Bus Bar":p3l:w + W8 [label=< +<table border="0" cellspacing="0" cellpadding="0"> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">W8</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr> + <td balign="left">1x</td> + <td balign="left">20 AWG</td> + <td balign="left">170.0 "</td> + </tr></table> + </td></tr> + <tr><td> + <table border="0" cellspacing="0" cellborder="0"> + <tr><td> </td></tr> + <tr> + <td>Tail Strobe:B:NEG</td> + <td> + BK + </td> + <td>Negative Bus Bar:3</td> + </tr> + <tr> + <td colspan="3" border="0" cellspacing="0" cellpadding="0" port="w1" height="6"> + <table cellspacing="0" cellborder="0" border="0"> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + <tr><td colspan="3" cellpadding="0" height="2" bgcolor="#000000" border="0"></td></tr> + </table> + </td> + </tr> + <tr><td> </td></tr> + </table> + </td></tr> +</table> +> fillcolor="#FFFFFF" shape=box style="filled,dashed"] +} diff --git a/wireviz/Choppy_IB_VPX_J8.html b/wireviz/Choppy_IB_VPX_J8.html new file mode 100644 index 0000000..db9ca1d --- /dev/null +++ b/wireviz/Choppy_IB_VPX_J8.html @@ -0,0 +1,649 @@ +<!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_VPX_J8</title> +</head><body style="font-family:arial;background-color:#FFFFFF"> +<h1>Choppy_IB_VPX_J8</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="3934pt" height="1112pt" + viewBox="0.00 0.00 3934.00 1112.25" 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 1108.25)"> +<polygon fill="#ffffff" stroke="none" points="-4,4 -4,-1108.25 3930,-1108.25 3930,4 -4,4"/> +<!-- Nav Light 1 --> +<g id="node1" class="node"> +<title>Nav Light 1</title> +<polygon fill="#ffffff" stroke="black" points="1323,-620 1032,-620 1032,-145.5 1323,-145.5 1323,-620"/> +<polygon fill="none" stroke="black" points="1032,-595.5 1032,-620 1323,-620 1323,-595.5 1032,-595.5"/> +<text text-anchor="start" x="1142.25" y="-602.7" font-family="arial" font-size="14.00">Nav Light 1</text> +<polygon fill="none" stroke="black" points="1032,-571 1032,-595.5 1196.62,-595.5 1196.62,-571 1032,-571"/> +<text text-anchor="start" x="1079.44" y="-578.2" font-family="arial" font-size="14.00">DTM04-4P</text> +<polygon fill="none" stroke="black" points="1196.62,-571 1196.62,-595.5 1323,-595.5 1323,-571 1196.62,-571"/> +<text text-anchor="start" x="1244.06" y="-578.2" font-family="arial" font-size="14.00">4-pin</text> +<polygon fill="none" stroke="black" points="1032,-547 1032,-571 1110.67,-571 1110.67,-547 1032,-547"/> +<text text-anchor="start" x="1067.21" y="-553.7" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1110.67,-547 1110.67,-571 1244.33,-571 1244.33,-547 1110.67,-547"/> +<text text-anchor="start" x="1145.62" y="-553.7" font-family="arial" font-size="14.00">NAV/POS</text> +<polygon fill="none" stroke="black" points="1244.33,-547 1244.33,-571 1323,-571 1323,-547 1244.33,-547"/> +<text text-anchor="start" x="1279.54" y="-553.7" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1032,-523 1032,-547 1110.67,-547 1110.67,-523 1032,-523"/> +<text text-anchor="start" x="1067.21" y="-529.7" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1110.67,-523 1110.67,-547 1244.33,-547 1244.33,-523 1110.67,-523"/> +<text text-anchor="start" x="1162.5" y="-529.7" font-family="arial" font-size="14.00">ACS</text> +<polygon fill="none" stroke="black" points="1244.33,-523 1244.33,-547 1323,-547 1323,-523 1244.33,-523"/> +<text text-anchor="start" x="1279.54" y="-529.7" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1032,-499 1032,-523 1110.67,-523 1110.67,-499 1032,-499"/> +<text text-anchor="start" x="1067.21" y="-505.7" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="1110.67,-499 1110.67,-523 1244.33,-523 1244.33,-499 1110.67,-499"/> +<text text-anchor="start" x="1161.75" y="-505.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="1244.33,-499 1244.33,-523 1323,-523 1323,-499 1244.33,-499"/> +<text text-anchor="start" x="1279.54" y="-505.7" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="1032,-475 1032,-499 1110.67,-499 1110.67,-475 1032,-475"/> +<text text-anchor="start" x="1067.21" y="-481.7" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="1110.67,-475 1110.67,-499 1244.33,-499 1244.33,-475 1110.67,-475"/> +<text text-anchor="start" x="1158" y="-481.7" font-family="arial" font-size="14.00">SYNC</text> +<polygon fill="none" stroke="black" points="1244.33,-475 1244.33,-499 1323,-499 1323,-475 1244.33,-475"/> +<text text-anchor="start" x="1279.54" y="-481.7" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="1032,-170 1032,-475 1323,-475 1323,-170 1032,-170"/> +<image xlink:href="images\NavL.png" width="283px" height="297px" preserveAspectRatio="xMinYMin meet" x="1036" y="-471"/> +<polygon fill="none" stroke="black" points="1032,-145.5 1032,-170 1323,-170 1323,-145.5 1032,-145.5"/> +<text text-anchor="start" x="1147.12" y="-152.7" font-family="arial" font-size="14.00">ECU side</text> +</g> +<!-- W2 --> +<g id="node9" class="node"> +<title>W2</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1801,-372.25 1485,-372.25 1485,-257.25 1801,-257.25 1801,-372.25"/> +<polygon fill="none" stroke="black" points="1485,-347.75 1485,-372.25 1801,-372.25 1801,-347.75 1485,-347.75"/> +<text text-anchor="start" x="1631.75" y="-354.95" font-family="arial" font-size="14.00">W2</text> +<polygon fill="none" stroke="black" points="1485,-323.25 1485,-347.75 1569.33,-347.75 1569.33,-323.25 1485,-323.25"/> +<text text-anchor="start" x="1519.67" y="-330.45" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="1569.33,-323.25 1569.33,-347.75 1694.17,-347.75 1694.17,-323.25 1569.33,-323.25"/> +<text text-anchor="start" x="1604" y="-330.45" font-family="arial" font-size="14.00">20 AWG</text> +<polygon fill="none" stroke="black" points="1694.17,-323.25 1694.17,-347.75 1801,-347.75 1801,-323.25 1694.17,-323.25"/> +<text text-anchor="start" x="1728.83" y="-330.45" font-family="arial" font-size="14.00">32.0 "</text> +<text text-anchor="start" x="1547.62" y="-307.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1486.88" y="-287.95" font-family="arial" font-size="14.00">Nav Light 1:4:SYNC</text> +<text text-anchor="start" x="1615.62" y="-287.95" font-family="arial" font-size="14.00">     GN    </text> +<text text-anchor="start" x="1673.88" y="-287.95" font-family="arial" font-size="14.00">Nav Light 2:4:SYNC</text> +<polygon fill="#000000" stroke="none" points="1485,-281.25 1485,-283.25 1801,-283.25 1801,-281.25 1485,-281.25"/> +<polygon fill="#00ff00" stroke="none" points="1485,-279.25 1485,-281.25 1801,-281.25 1801,-279.25 1485,-279.25"/> +<polygon fill="#000000" stroke="none" points="1485,-277.25 1485,-279.25 1801,-279.25 1801,-277.25 1485,-277.25"/> +<text text-anchor="start" x="1547.62" y="-261.95" font-family="arial" font-size="14.00"> </text> +</g> +<!-- Nav Light 1--W2 --> +<g id="edge6" class="edge"> +<title>Nav Light 1:e--W2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1324,-485C1438.57,-487.66 1366.65,-280.91 1485,-278.25"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1324,-487C1440.46,-487 1368.54,-280.25 1485,-280.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1324,-489C1442.35,-486.34 1370.43,-279.59 1485,-282.25"/> +</g> +<!-- W6 --> +<g id="node13" class="node"> +<title>W6</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="3079.5,-386.25 2776.5,-386.25 2776.5,-271.25 3079.5,-271.25 3079.5,-386.25"/> +<polygon fill="none" stroke="black" points="2776.5,-361.75 2776.5,-386.25 3079.5,-386.25 3079.5,-361.75 2776.5,-361.75"/> +<text text-anchor="start" x="2916.75" y="-368.95" font-family="arial" font-size="14.00">W6</text> +<polygon fill="none" stroke="black" points="2776.5,-337.25 2776.5,-361.75 2856.5,-361.75 2856.5,-337.25 2776.5,-337.25"/> +<text text-anchor="start" x="2809" y="-344.45" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="2856.5,-337.25 2856.5,-361.75 2977,-361.75 2977,-337.25 2856.5,-337.25"/> +<text text-anchor="start" x="2889" y="-344.45" font-family="arial" font-size="14.00">20 AWG</text> +<polygon fill="none" stroke="black" points="2977,-337.25 2977,-361.75 3079.5,-361.75 3079.5,-337.25 2977,-337.25"/> +<text text-anchor="start" x="3009.5" y="-344.45" font-family="arial" font-size="14.00">18.0 "</text> +<text text-anchor="start" x="2835.12" y="-321.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="2778.12" y="-301.95" font-family="arial" font-size="14.00">Nav Light 1:3:GND</text> +<text text-anchor="start" x="2899.38" y="-301.95" font-family="arial" font-size="14.00">     BK    </text> +<text text-anchor="start" x="2956.25" y="-301.95" font-family="arial" font-size="14.00">Negative Bus Bar:3</text> +<polygon fill="#000000" stroke="none" points="2776.5,-295.25 2776.5,-297.25 3079.5,-297.25 3079.5,-295.25 2776.5,-295.25"/> +<polygon fill="#000000" stroke="none" points="2776.5,-293.25 2776.5,-295.25 3079.5,-295.25 3079.5,-293.25 2776.5,-293.25"/> +<polygon fill="#000000" stroke="none" points="2776.5,-291.25 2776.5,-293.25 3079.5,-293.25 3079.5,-291.25 2776.5,-291.25"/> +<text text-anchor="start" x="2835.12" y="-275.95" font-family="arial" font-size="14.00"> </text> +</g> +<!-- Nav Light 1--W6 --> +<g id="edge17" class="edge"> +<title>Nav Light 1:e--W6:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1324,-509C1602.01,-509.47 1667.51,-454.66 1944.7,-412.77 2312.66,-357.8 2401.34,-292.64 2775.5,-292.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1324,-511C1603.3,-511 1668.8,-456.19 1945,-414.75 2313.85,-359.41 2402.52,-294.25 2775.5,-294.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1324,-513C1604.58,-512.53 1670.08,-457.73 1945.3,-416.73 2315.03,-361.02 2403.71,-295.86 2775.5,-296.25"/> +</g> +<!-- Nav Light 2 --> +<g id="node2" class="node"> +<title>Nav Light 2</title> +<polygon fill="#ffffff" stroke="black" points="2236,-901 1945,-901 1945,-426.5 2236,-426.5 2236,-901"/> +<polygon fill="none" stroke="black" points="1945,-876.5 1945,-901 2236,-901 2236,-876.5 1945,-876.5"/> +<text text-anchor="start" x="2055.25" y="-883.7" font-family="arial" font-size="14.00">Nav Light 2</text> +<polygon fill="none" stroke="black" points="1945,-852 1945,-876.5 2109.62,-876.5 2109.62,-852 1945,-852"/> +<text text-anchor="start" x="1992.44" y="-859.2" font-family="arial" font-size="14.00">DTM04-4P</text> +<polygon fill="none" stroke="black" points="2109.62,-852 2109.62,-876.5 2236,-876.5 2236,-852 2109.62,-852"/> +<text text-anchor="start" x="2157.06" y="-859.2" font-family="arial" font-size="14.00">4-pin</text> +<polygon fill="none" stroke="black" points="1945,-828 1945,-852 2023.67,-852 2023.67,-828 1945,-828"/> +<text text-anchor="start" x="1980.21" y="-834.7" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="2023.67,-828 2023.67,-852 2157.33,-852 2157.33,-828 2023.67,-828"/> +<text text-anchor="start" x="2058.62" y="-834.7" font-family="arial" font-size="14.00">NAV/POS</text> +<polygon fill="none" stroke="black" points="2157.33,-828 2157.33,-852 2236,-852 2236,-828 2157.33,-828"/> +<text text-anchor="start" x="2192.54" y="-834.7" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1945,-804 1945,-828 2023.67,-828 2023.67,-804 1945,-804"/> +<text text-anchor="start" x="1980.21" y="-810.7" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="2023.67,-804 2023.67,-828 2157.33,-828 2157.33,-804 2023.67,-804"/> +<text text-anchor="start" x="2075.5" y="-810.7" font-family="arial" font-size="14.00">ACS</text> +<polygon fill="none" stroke="black" points="2157.33,-804 2157.33,-828 2236,-828 2236,-804 2157.33,-804"/> +<text text-anchor="start" x="2192.54" y="-810.7" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1945,-780 1945,-804 2023.67,-804 2023.67,-780 1945,-780"/> +<text text-anchor="start" x="1980.21" y="-786.7" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="2023.67,-780 2023.67,-804 2157.33,-804 2157.33,-780 2023.67,-780"/> +<text text-anchor="start" x="2074.75" y="-786.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="2157.33,-780 2157.33,-804 2236,-804 2236,-780 2157.33,-780"/> +<text text-anchor="start" x="2192.54" y="-786.7" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="1945,-756 1945,-780 2023.67,-780 2023.67,-756 1945,-756"/> +<text text-anchor="start" x="1980.21" y="-762.7" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="2023.67,-756 2023.67,-780 2157.33,-780 2157.33,-756 2023.67,-756"/> +<text text-anchor="start" x="2071" y="-762.7" font-family="arial" font-size="14.00">SYNC</text> +<polygon fill="none" stroke="black" points="2157.33,-756 2157.33,-780 2236,-780 2236,-756 2157.33,-756"/> +<text text-anchor="start" x="2192.54" y="-762.7" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="1945,-451 1945,-756 2236,-756 2236,-451 1945,-451"/> +<image xlink:href="images\NavL.png" width="283px" height="297px" preserveAspectRatio="xMinYMin meet" x="1949" y="-752"/> +<polygon fill="none" stroke="black" points="1945,-426.5 1945,-451 2236,-451 2236,-426.5 1945,-426.5"/> +<text text-anchor="start" x="2020.75" y="-433.7" font-family="arial" font-size="14.00">Mates with DTM06-4S</text> +</g> +<!-- W7 --> +<g id="node14" class="node"> +<title>W7</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="3592,-1104.25 3289,-1104.25 3289,-989.25 3592,-989.25 3592,-1104.25"/> +<polygon fill="none" stroke="black" points="3289,-1079.75 3289,-1104.25 3592,-1104.25 3592,-1079.75 3289,-1079.75"/> +<text text-anchor="start" x="3429.25" y="-1086.95" font-family="arial" font-size="14.00">W7</text> +<polygon fill="none" stroke="black" points="3289,-1055.25 3289,-1079.75 3369,-1079.75 3369,-1055.25 3289,-1055.25"/> +<text text-anchor="start" x="3321.5" y="-1062.45" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="3369,-1055.25 3369,-1079.75 3489.5,-1079.75 3489.5,-1055.25 3369,-1055.25"/> +<text text-anchor="start" x="3401.5" y="-1062.45" font-family="arial" font-size="14.00">20 AWG</text> +<polygon fill="none" stroke="black" points="3489.5,-1055.25 3489.5,-1079.75 3592,-1079.75 3592,-1055.25 3489.5,-1055.25"/> +<text text-anchor="start" x="3522" y="-1062.45" font-family="arial" font-size="14.00">18.0 "</text> +<text text-anchor="start" x="3347.62" y="-1039.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="3290.62" y="-1019.95" font-family="arial" font-size="14.00">Nav Light 2:3:GND</text> +<text text-anchor="start" x="3411.88" y="-1019.95" font-family="arial" font-size="14.00">     BK    </text> +<text text-anchor="start" x="3468.75" y="-1019.95" font-family="arial" font-size="14.00">Negative Bus Bar:3</text> +<polygon fill="#000000" stroke="none" points="3289,-1013.25 3289,-1015.25 3592,-1015.25 3592,-1013.25 3289,-1013.25"/> +<polygon fill="#000000" stroke="none" points="3289,-1011.25 3289,-1013.25 3592,-1013.25 3592,-1011.25 3289,-1011.25"/> +<polygon fill="#000000" stroke="none" points="3289,-1009.25 3289,-1011.25 3592,-1011.25 3592,-1009.25 3289,-1009.25"/> +<text text-anchor="start" x="3347.62" y="-993.95" font-family="arial" font-size="14.00"> </text> +</g> +<!-- Nav Light 2--W7 --> +<g id="edge19" class="edge"> +<title>Nav Light 2:e--W7:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M2236,-790C2466.31,-791.68 2489.98,-938.35 2711.43,-985.8 2961.3,-1041.19 3031.07,-1010.42 3289,-1010.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M2236,-792C2464.34,-792 2488,-938.67 2711,-987.75 2962.11,-1043.02 3031.88,-1012.25 3289,-1012.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M2236,-794C2462.36,-792.32 2486.03,-938.99 2710.57,-989.7 2962.92,-1044.85 3032.69,-1014.08 3289,-1014.25"/> +</g> +<!-- VP-X J8 --> +<g id="node3" class="node"> +<title>VP-X J8</title> +<polygon fill="#ffffff" stroke="black" points="366,-869.25 0,-869.25 0,-332.25 366,-332.25 366,-869.25"/> +<polygon fill="none" stroke="black" points="0,-844.75 0,-869.25 366,-869.25 366,-844.75 0,-844.75"/> +<text text-anchor="start" x="156.38" y="-851.95" font-family="arial" font-size="14.00">VP-X J8</text> +<polygon fill="none" stroke="black" points="0,-820.25 0,-844.75 259.88,-844.75 259.88,-820.25 0,-820.25"/> +<text text-anchor="start" x="37.31" y="-827.45" font-family="arial" font-size="14.00">Connector Molex 194180023</text> +<polygon fill="none" stroke="black" points="259.88,-820.25 259.88,-844.75 366,-844.75 366,-820.25 259.88,-820.25"/> +<text text-anchor="start" x="297.19" y="-827.45" font-family="arial" font-size="14.00">8-pin</text> +<polygon fill="none" stroke="black" points="0,-796.25 0,-820.25 220.5,-820.25 220.5,-796.25 0,-796.25"/> +<text text-anchor="start" x="72.75" y="-802.95" font-family="arial" font-size="14.00">Device (5A)</text> +<polygon fill="none" stroke="black" points="220.5,-796.25 220.5,-820.25 366,-820.25 366,-796.25 220.5,-796.25"/> +<text text-anchor="start" x="289.12" y="-802.95" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="0,-772.25 0,-796.25 220.5,-796.25 220.5,-772.25 0,-772.25"/> +<text text-anchor="start" x="68.62" y="-778.95" font-family="arial" font-size="14.00">Device (10A)</text> +<polygon fill="none" stroke="black" points="220.5,-772.25 220.5,-796.25 366,-796.25 366,-772.25 220.5,-772.25"/> +<text text-anchor="start" x="289.12" y="-778.95" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="0,-748.25 0,-772.25 220.5,-772.25 220.5,-748.25 0,-748.25"/> +<text text-anchor="start" x="72.75" y="-754.95" font-family="arial" font-size="14.00">Device (5A)</text> +<polygon fill="none" stroke="black" points="220.5,-748.25 220.5,-772.25 366,-772.25 366,-748.25 220.5,-748.25"/> +<text text-anchor="start" x="289.12" y="-754.95" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="0,-724.25 0,-748.25 220.5,-748.25 220.5,-724.25 0,-724.25"/> +<text text-anchor="start" x="72.75" y="-730.95" font-family="arial" font-size="14.00">Device (5A)</text> +<polygon fill="none" stroke="black" points="220.5,-724.25 220.5,-748.25 366,-748.25 366,-724.25 220.5,-724.25"/> +<text text-anchor="start" x="289.12" y="-730.95" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="0,-700.25 0,-724.25 220.5,-724.25 220.5,-700.25 0,-700.25"/> +<text text-anchor="start" x="72.75" y="-706.95" font-family="arial" font-size="14.00">Device (5A)</text> +<polygon fill="none" stroke="black" points="220.5,-700.25 220.5,-724.25 366,-724.25 366,-700.25 220.5,-700.25"/> +<text text-anchor="start" x="289.12" y="-706.95" font-family="arial" font-size="14.00">5</text> +<polygon fill="none" stroke="black" points="0,-676.25 0,-700.25 220.5,-700.25 220.5,-676.25 0,-676.25"/> +<text text-anchor="start" x="72.75" y="-682.95" font-family="arial" font-size="14.00">Device (5A)</text> +<polygon fill="none" stroke="black" points="220.5,-676.25 220.5,-700.25 366,-700.25 366,-676.25 220.5,-676.25"/> +<text text-anchor="start" x="289.12" y="-682.95" font-family="arial" font-size="14.00">6</text> +<polygon fill="none" stroke="black" points="0,-652.25 0,-676.25 220.5,-676.25 220.5,-652.25 0,-652.25"/> +<text text-anchor="start" x="72.75" y="-658.95" font-family="arial" font-size="14.00">Device (5A)</text> +<polygon fill="none" stroke="black" points="220.5,-652.25 220.5,-676.25 366,-676.25 366,-652.25 220.5,-652.25"/> +<text text-anchor="start" x="289.12" y="-658.95" font-family="arial" font-size="14.00">7</text> +<polygon fill="none" stroke="black" points="0,-628.25 0,-652.25 220.5,-652.25 220.5,-628.25 0,-628.25"/> +<text text-anchor="start" x="72.75" y="-634.95" font-family="arial" font-size="14.00">Device (5A)</text> +<polygon fill="none" stroke="black" points="220.5,-628.25 220.5,-652.25 366,-652.25 366,-628.25 220.5,-628.25"/> +<text text-anchor="start" x="289.12" y="-634.95" font-family="arial" font-size="14.00">8</text> +<polygon fill="none" stroke="black" points="0,-332.25 0,-628.25 366,-628.25 366,-332.25 0,-332.25"/> +<image xlink:href="images\J8.png" width="358px" height="288px" preserveAspectRatio="xMinYMin meet" x="4" y="-624.25"/> +</g> +<!-- W1 --> +<g id="node8" class="node"> +<title>W1</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="870,-652.25 510,-652.25 510,-469.25 870,-469.25 870,-652.25"/> +<polygon fill="none" stroke="black" points="510,-627.75 510,-652.25 870,-652.25 870,-627.75 510,-627.75"/> +<text text-anchor="start" x="678.75" y="-634.95" font-family="arial" font-size="14.00">W1</text> +<polygon fill="none" stroke="black" points="510,-603.25 510,-627.75 582.56,-627.75 582.56,-603.25 510,-603.25"/> +<text text-anchor="start" x="538.78" y="-610.45" font-family="arial" font-size="14.00">2x</text> +<polygon fill="none" stroke="black" points="582.56,-603.25 582.56,-627.75 695.62,-627.75 695.62,-603.25 582.56,-603.25"/> +<text text-anchor="start" x="611.34" y="-610.45" font-family="arial" font-size="14.00">20 AWG</text> +<polygon fill="none" stroke="black" points="695.62,-603.25 695.62,-627.75 774.94,-627.75 774.94,-603.25 695.62,-603.25"/> +<text text-anchor="start" x="724.41" y="-610.45" font-family="arial" font-size="14.00">+ S</text> +<polygon fill="none" stroke="black" points="774.94,-603.25 774.94,-627.75 870,-627.75 870,-603.25 774.94,-603.25"/> +<text text-anchor="start" x="803.72" y="-610.45" font-family="arial" font-size="14.00">92.0 "</text> +<text text-anchor="start" x="582.12" y="-587.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="512" y="-567.95" font-family="arial" font-size="14.00">VP-X J8:1:Device (5A)</text> +<text text-anchor="start" x="659.62" y="-567.95" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="718" y="-567.95" font-family="arial" font-size="14.00">Nav Light 1:1:NAV/POS</text> +<polygon fill="#000000" stroke="none" points="510,-561.25 510,-563.25 870,-563.25 870,-561.25 510,-561.25"/> +<polygon fill="#ff0000" stroke="none" points="510,-559.25 510,-561.25 870,-561.25 870,-559.25 510,-559.25"/> +<polygon fill="#000000" stroke="none" points="510,-557.25 510,-559.25 870,-559.25 870,-557.25 510,-557.25"/> +<text text-anchor="start" x="512" y="-541.95" font-family="arial" font-size="14.00">VP-X J8:3:Device (5A)</text> +<text text-anchor="start" x="660.75" y="-541.95" font-family="arial" font-size="14.00">     YE    </text> +<text text-anchor="start" x="734.88" y="-541.95" font-family="arial" font-size="14.00">Nav Light 1:2:ACS</text> +<polygon fill="#000000" stroke="none" points="510,-535.25 510,-537.25 870,-537.25 870,-535.25 510,-535.25"/> +<polygon fill="#ffff00" stroke="none" points="510,-533.25 510,-535.25 870,-535.25 870,-533.25 510,-533.25"/> +<polygon fill="#000000" stroke="none" points="510,-531.25 510,-533.25 870,-533.25 870,-531.25 510,-531.25"/> +<text text-anchor="start" x="582.12" y="-515.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="667.12" y="-495.95" font-family="arial" font-size="14.00">Shield</text> +<text text-anchor="start" x="757" y="-495.95" font-family="arial" font-size="14.00">Batt:2:GND</text> +<polygon fill="#000000" stroke="none" points="510,-489.25 510,-491.25 870,-491.25 870,-489.25 510,-489.25"/> +<text text-anchor="start" x="582.12" y="-473.95" font-family="arial" font-size="14.00"> </text> +</g> +<!-- VP-X J8--W1 --> +<g id="edge1" class="edge"> +<title>VP-X J8:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M366,-806.25C491.63,-809.07 380.72,-561.07 510,-558.25"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M366,-808.25C493.46,-808.25 382.54,-560.25 510,-560.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M366,-810.25C495.28,-807.43 384.37,-559.43 510,-562.25"/> +</g> +<!-- VP-X J8--W1 --> +<g id="edge3" class="edge"> +<title>VP-X J8:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M366,-758.25C483.26,-761.02 389.05,-535.02 510,-532.25"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M366,-760.25C485.1,-760.25 390.9,-534.25 510,-534.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M366,-762.25C486.95,-759.48 392.74,-533.48 510,-536.25"/> +</g> +<!-- W4 --> +<g id="node11" class="node"> +<title>W4</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="870,-900.25 510,-900.25 510,-717.25 870,-717.25 870,-900.25"/> +<polygon fill="none" stroke="black" points="510,-875.75 510,-900.25 870,-900.25 870,-875.75 510,-875.75"/> +<text text-anchor="start" x="678.75" y="-882.95" font-family="arial" font-size="14.00">W4</text> +<polygon fill="none" stroke="black" points="510,-851.25 510,-875.75 582.56,-875.75 582.56,-851.25 510,-851.25"/> +<text text-anchor="start" x="538.78" y="-858.45" font-family="arial" font-size="14.00">2x</text> +<polygon fill="none" stroke="black" points="582.56,-851.25 582.56,-875.75 695.62,-875.75 695.62,-851.25 582.56,-851.25"/> +<text text-anchor="start" x="611.34" y="-858.45" font-family="arial" font-size="14.00">20 AWG</text> +<polygon fill="none" stroke="black" points="695.62,-851.25 695.62,-875.75 774.94,-875.75 774.94,-851.25 695.62,-851.25"/> +<text text-anchor="start" x="724.41" y="-858.45" font-family="arial" font-size="14.00">+ S</text> +<polygon fill="none" stroke="black" points="774.94,-851.25 774.94,-875.75 870,-875.75 870,-851.25 774.94,-851.25"/> +<text text-anchor="start" x="803.72" y="-858.45" font-family="arial" font-size="14.00">72.0 "</text> +<text text-anchor="start" x="582.12" y="-835.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="512" y="-815.95" font-family="arial" font-size="14.00">VP-X J8:1:Device (5A)</text> +<text text-anchor="start" x="659.62" y="-815.95" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="718" y="-815.95" font-family="arial" font-size="14.00">Nav Light 2:1:NAV/POS</text> +<polygon fill="#000000" stroke="none" points="510,-809.25 510,-811.25 870,-811.25 870,-809.25 510,-809.25"/> +<polygon fill="#ff0000" stroke="none" points="510,-807.25 510,-809.25 870,-809.25 870,-807.25 510,-807.25"/> +<polygon fill="#000000" stroke="none" points="510,-805.25 510,-807.25 870,-807.25 870,-805.25 510,-805.25"/> +<text text-anchor="start" x="512" y="-789.95" font-family="arial" font-size="14.00">VP-X J8:3:Device (5A)</text> +<text text-anchor="start" x="660.75" y="-789.95" font-family="arial" font-size="14.00">     YE    </text> +<text text-anchor="start" x="734.88" y="-789.95" font-family="arial" font-size="14.00">Nav Light 2:2:ACS</text> +<polygon fill="#000000" stroke="none" points="510,-783.25 510,-785.25 870,-785.25 870,-783.25 510,-783.25"/> +<polygon fill="#ffff00" stroke="none" points="510,-781.25 510,-783.25 870,-783.25 870,-781.25 510,-781.25"/> +<polygon fill="#000000" stroke="none" points="510,-779.25 510,-781.25 870,-781.25 870,-779.25 510,-779.25"/> +<text text-anchor="start" x="582.12" y="-763.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="667.12" y="-743.95" font-family="arial" font-size="14.00">Shield</text> +<polygon fill="#000000" stroke="none" points="510,-737.25 510,-739.25 870,-739.25 870,-737.25 510,-737.25"/> +<text text-anchor="start" x="582.12" y="-721.95" font-family="arial" font-size="14.00"> </text> +</g> +<!-- VP-X J8--W4 --> +<g id="edge11" class="edge"> +<title>VP-X J8:e--W4:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M366,-806.25C430,-806.25 446,-806.25 510,-806.25"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M366,-808.25C430,-808.25 446,-808.25 510,-808.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M366,-810.25C430,-810.25 446,-810.25 510,-810.25"/> +</g> +<!-- VP-X J8--W4 --> +<g id="edge13" class="edge"> +<title>VP-X J8:e--W4:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M366,-758.25C432.41,-759.15 446.93,-781.15 510,-780.25"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M366,-760.25C430.74,-760.25 445.26,-782.25 510,-782.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M366,-762.25C429.07,-761.35 443.59,-783.35 510,-784.25"/> +</g> +<!-- W5 --> +<g id="node12" class="node"> +<title>W5</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1341,-1029.25 1014,-1029.25 1014,-872.25 1341,-872.25 1341,-1029.25"/> +<polygon fill="none" stroke="black" points="1014,-1004.75 1014,-1029.25 1341,-1029.25 1341,-1004.75 1014,-1004.75"/> +<text text-anchor="start" x="1166.25" y="-1011.95" font-family="arial" font-size="14.00">W5</text> +<polygon fill="none" stroke="black" points="1014,-980.25 1014,-1004.75 1076.25,-1004.75 1076.25,-980.25 1014,-980.25"/> +<text text-anchor="start" x="1037.62" y="-987.45" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="1076.25,-980.25 1076.25,-1004.75 1179,-1004.75 1179,-980.25 1076.25,-980.25"/> +<text text-anchor="start" x="1099.88" y="-987.45" font-family="arial" font-size="14.00">20 AWG</text> +<polygon fill="none" stroke="black" points="1179,-980.25 1179,-1004.75 1248,-1004.75 1248,-980.25 1179,-980.25"/> +<text text-anchor="start" x="1202.62" y="-987.45" font-family="arial" font-size="14.00">+ S</text> +<polygon fill="none" stroke="black" points="1248,-980.25 1248,-1004.75 1341,-1004.75 1341,-980.25 1248,-980.25"/> +<text text-anchor="start" x="1271.62" y="-987.45" font-family="arial" font-size="14.00">170.0 "</text> +<text text-anchor="start" x="1086.12" y="-964.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1016" y="-944.95" font-family="arial" font-size="14.00">VP-X J8:1:Device (5A)</text> +<text text-anchor="start" x="1163.62" y="-944.95" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="1222" y="-944.95" font-family="arial" font-size="14.00">Tail Strobe:A:POS</text> +<polygon fill="#000000" stroke="none" points="1014,-938.25 1014,-940.25 1341,-940.25 1341,-938.25 1014,-938.25"/> +<polygon fill="#ff0000" stroke="none" points="1014,-936.25 1014,-938.25 1341,-938.25 1341,-936.25 1014,-936.25"/> +<polygon fill="#000000" stroke="none" points="1014,-934.25 1014,-936.25 1341,-936.25 1341,-934.25 1014,-934.25"/> +<text text-anchor="start" x="1086.12" y="-918.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1171.12" y="-898.95" font-family="arial" font-size="14.00">Shield</text> +<polygon fill="#000000" stroke="none" points="1014,-892.25 1014,-894.25 1341,-894.25 1341,-892.25 1014,-892.25"/> +<text text-anchor="start" x="1086.12" y="-876.95" font-family="arial" font-size="14.00"> </text> +</g> +<!-- VP-X J8--W5 --> +<g id="edge15" class="edge"> +<title>VP-X J8:e--W5:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M366,-806.25C447.06,-808.5 437.39,-886.76 510.66,-910.86 720.38,-985.54 788.55,-935.64 1014,-935.25"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M366,-808.25C445.08,-808.25 435.4,-886.52 510,-912.75 721.56,-987.15 789.74,-937.25 1014,-937.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M366,-810.25C443.09,-808 433.42,-886.27 509.34,-914.64 722.74,-988.77 790.92,-938.86 1014,-939.25"/> +</g> +<!-- Tail Strobe --> +<g id="node4" class="node"> +<title>Tail Strobe</title> +<polygon fill="#ffffff" stroke="black" points="3145,-975.5 2711,-975.5 2711,-410 3145,-410 3145,-975.5"/> +<polygon fill="none" stroke="black" points="2711,-951 2711,-975.5 3145,-975.5 3145,-951 2711,-951"/> +<text text-anchor="start" x="2893.5" y="-958.2" font-family="arial" font-size="14.00">Tail Strobe</text> +<polygon fill="none" stroke="black" points="2711,-926.5 2711,-951 2941.5,-951 2941.5,-926.5 2711,-926.5"/> +<text text-anchor="start" x="2797" y="-933.7" font-family="arial" font-size="14.00">DT04-3P</text> +<polygon fill="none" stroke="black" points="2941.5,-926.5 2941.5,-951 3145,-951 3145,-926.5 2941.5,-926.5"/> +<text text-anchor="start" x="3027.5" y="-933.7" font-family="arial" font-size="14.00">3-pin</text> +<polygon fill="none" stroke="black" points="2711,-902.5 2711,-926.5 2848.67,-926.5 2848.67,-902.5 2711,-902.5"/> +<text text-anchor="start" x="2774.96" y="-909.2" font-family="arial" font-size="14.00">A</text> +<polygon fill="none" stroke="black" points="2848.67,-902.5 2848.67,-926.5 3007.33,-926.5 3007.33,-902.5 2848.67,-902.5"/> +<text text-anchor="start" x="2912.62" y="-909.2" font-family="arial" font-size="14.00">POS</text> +<polygon fill="none" stroke="black" points="3007.33,-902.5 3007.33,-926.5 3145,-926.5 3145,-902.5 3007.33,-902.5"/> +<text text-anchor="start" x="3071.29" y="-909.2" font-family="arial" font-size="14.00">A</text> +<polygon fill="none" stroke="black" points="2711,-878.5 2711,-902.5 2848.67,-902.5 2848.67,-878.5 2711,-878.5"/> +<text text-anchor="start" x="2774.96" y="-885.2" font-family="arial" font-size="14.00">B</text> +<polygon fill="none" stroke="black" points="2848.67,-878.5 2848.67,-902.5 3007.33,-902.5 3007.33,-878.5 2848.67,-878.5"/> +<text text-anchor="start" x="2912.62" y="-885.2" font-family="arial" font-size="14.00">NEG</text> +<polygon fill="none" stroke="black" points="3007.33,-878.5 3007.33,-902.5 3145,-902.5 3145,-878.5 3007.33,-878.5"/> +<text text-anchor="start" x="3071.29" y="-885.2" font-family="arial" font-size="14.00">B</text> +<polygon fill="none" stroke="black" points="2711,-854.5 2711,-878.5 2848.67,-878.5 2848.67,-854.5 2711,-854.5"/> +<text text-anchor="start" x="2774.58" y="-861.2" font-family="arial" font-size="14.00">C</text> +<polygon fill="none" stroke="black" points="2848.67,-854.5 2848.67,-878.5 3007.33,-878.5 3007.33,-854.5 2848.67,-854.5"/> +<text text-anchor="start" x="2912.25" y="-861.2" font-family="arial" font-size="14.00">Sync</text> +<polygon fill="none" stroke="black" points="3007.33,-854.5 3007.33,-878.5 3145,-878.5 3145,-854.5 3007.33,-854.5"/> +<text text-anchor="start" x="3070.92" y="-861.2" font-family="arial" font-size="14.00">C</text> +<polygon fill="none" stroke="black" points="2711,-434.5 2711,-854.5 3145,-854.5 3145,-434.5 2711,-434.5"/> +<image xlink:href="images\DT04-3P.png" width="426px" height="412px" preserveAspectRatio="xMinYMin meet" x="2715" y="-850.5"/> +<polygon fill="none" stroke="black" points="2711,-410 2711,-434.5 3145,-434.5 3145,-410 2711,-410"/> +<text text-anchor="start" x="2863.5" y="-417.2" font-family="arial" font-size="14.00">mates with DT06-3S</text> +</g> +<!-- W8 --> +<g id="node15" class="node"> +<title>W8</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="3592,-965.25 3289,-965.25 3289,-850.25 3592,-850.25 3592,-965.25"/> +<polygon fill="none" stroke="black" points="3289,-940.75 3289,-965.25 3592,-965.25 3592,-940.75 3289,-940.75"/> +<text text-anchor="start" x="3429.25" y="-947.95" font-family="arial" font-size="14.00">W8</text> +<polygon fill="none" stroke="black" points="3289,-916.25 3289,-940.75 3366.25,-940.75 3366.25,-916.25 3289,-916.25"/> +<text text-anchor="start" x="3320.12" y="-923.45" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="3366.25,-916.25 3366.25,-940.75 3484,-940.75 3484,-916.25 3366.25,-916.25"/> +<text text-anchor="start" x="3397.38" y="-923.45" font-family="arial" font-size="14.00">20 AWG</text> +<polygon fill="none" stroke="black" points="3484,-916.25 3484,-940.75 3592,-940.75 3592,-916.25 3484,-916.25"/> +<text text-anchor="start" x="3515.12" y="-923.45" font-family="arial" font-size="14.00">170.0 "</text> +<text text-anchor="start" x="3347.62" y="-900.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="3291" y="-880.95" font-family="arial" font-size="14.00">Tail Strobe:B:NEG</text> +<text text-anchor="start" x="3411.88" y="-880.95" font-family="arial" font-size="14.00">     BK    </text> +<text text-anchor="start" x="3468.75" y="-880.95" font-family="arial" font-size="14.00">Negative Bus Bar:3</text> +<polygon fill="#000000" stroke="none" points="3289,-874.25 3289,-876.25 3592,-876.25 3592,-874.25 3289,-874.25"/> +<polygon fill="#000000" stroke="none" points="3289,-872.25 3289,-874.25 3592,-874.25 3592,-872.25 3289,-872.25"/> +<polygon fill="#000000" stroke="none" points="3289,-870.25 3289,-872.25 3592,-872.25 3592,-870.25 3289,-870.25"/> +<text text-anchor="start" x="3347.62" y="-854.95" font-family="arial" font-size="14.00"> </text> +</g> +<!-- Tail Strobe--W8 --> +<g id="edge21" class="edge"> +<title>Tail Strobe:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M3145,-888.5C3207.95,-889.18 3223.04,-871.93 3289,-871.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M3145,-890.5C3209.46,-890.5 3224.54,-873.25 3289,-873.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M3145,-892.5C3210.96,-891.82 3226.05,-874.57 3289,-875.25"/> +</g> +<!-- Batt --> +<g id="node5" class="node"> +<title>Batt</title> +<polygon fill="#ffffff" stroke="black" points="1263.5,-121.5 1091.5,-121.5 1091.5,0 1263.5,0 1263.5,-121.5"/> +<polygon fill="none" stroke="black" points="1091.5,-97 1091.5,-121.5 1263.5,-121.5 1263.5,-97 1091.5,-97"/> +<text text-anchor="start" x="1165.12" y="-104.2" font-family="arial" font-size="14.00">Batt</text> +<polygon fill="none" stroke="black" points="1091.5,-72.5 1091.5,-97 1224,-97 1224,-72.5 1091.5,-72.5"/> +<text text-anchor="start" x="1095.5" y="-79.7" font-family="arial" font-size="14.00">1/4" Ring Terminals</text> +<polygon fill="none" stroke="black" points="1224,-72.5 1224,-97 1263.5,-97 1263.5,-72.5 1224,-72.5"/> +<text text-anchor="start" x="1228" y="-79.7" font-family="arial" font-size="14.00">2-pin</text> +<polygon fill="none" stroke="black" points="1091.5,-48.5 1091.5,-72.5 1166,-72.5 1166,-48.5 1091.5,-48.5"/> +<text text-anchor="start" x="1124.62" y="-55.2" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1166,-48.5 1166,-72.5 1263.5,-72.5 1263.5,-48.5 1166,-48.5"/> +<text text-anchor="start" x="1205.75" y="-55.2" font-family="arial" font-size="14.00">V+</text> +<polygon fill="none" stroke="black" points="1091.5,-24.5 1091.5,-48.5 1166,-48.5 1166,-24.5 1091.5,-24.5"/> +<text text-anchor="start" x="1124.62" y="-31.2" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1166,-24.5 1166,-48.5 1263.5,-48.5 1263.5,-24.5 1166,-24.5"/> +<text text-anchor="start" x="1199" y="-31.2" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="1091.5,0 1091.5,-24.5 1263.5,-24.5 1263.5,0 1091.5,0"/> +<text text-anchor="start" x="1110.75" y="-7.2" font-family="arial" font-size="14.00">5732 Terminal Cover</text> +</g> +<!-- Negative Bus Bar --> +<g id="node6" class="node"> +<title>Negative Bus Bar</title> +<polygon fill="#ffffff" stroke="black" points="3926,-983.25 3736,-983.25 3736,-836.25 3926,-836.25 3926,-983.25"/> +<polygon fill="none" stroke="black" points="3736,-958.75 3736,-983.25 3926,-983.25 3926,-958.75 3736,-958.75"/> +<text text-anchor="start" x="3776.25" y="-965.95" font-family="arial" font-size="14.00">Negative Bus Bar</text> +<polygon fill="none" stroke="black" points="3736,-934.25 3736,-958.75 3886.5,-958.75 3886.5,-934.25 3736,-934.25"/> +<text text-anchor="start" x="3740" y="-941.45" font-family="arial" font-size="14.00">Pike Industries Busbar</text> +<polygon fill="none" stroke="black" points="3886.5,-934.25 3886.5,-958.75 3926,-958.75 3926,-934.25 3886.5,-934.25"/> +<text text-anchor="start" x="3890.5" y="-941.45" font-family="arial" font-size="14.00">4-pin</text> +<polygon fill="none" stroke="black" points="3736,-909.75 3736,-934.25 3926,-934.25 3926,-909.75 3736,-909.75"/> +<text text-anchor="start" x="3826.88" y="-916.95" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="3736,-885.25 3736,-909.75 3926,-909.75 3926,-885.25 3736,-885.25"/> +<text text-anchor="start" x="3826.88" y="-892.45" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="3736,-860.75 3736,-885.25 3926,-885.25 3926,-860.75 3736,-860.75"/> +<text text-anchor="start" x="3826.88" y="-867.95" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="3736,-836.25 3736,-860.75 3926,-860.75 3926,-836.25 3736,-836.25"/> +<text text-anchor="start" x="3826.88" y="-843.45" font-family="arial" font-size="14.00">4</text> +</g> +<!-- _S_1 --> +<g id="node7" class="node"> +<title>_S_1</title> +<polygon fill="#ffffff" stroke="black" points="2113.25,-333 2067.75,-333 2067.75,-308.5 2113.25,-308.5 2113.25,-333"/> +<polygon fill="none" stroke="black" points="2067.75,-308.5 2067.75,-333 2113.25,-333 2113.25,-308.5 2067.75,-308.5"/> +<text text-anchor="start" x="2071.75" y="-315.7" font-family="arial" font-size="14.00">splice</text> +</g> +<!-- W3 --> +<g id="node10" class="node"> +<title>W3</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="2567,-721.25 2380,-721.25 2380,-606.25 2567,-606.25 2567,-721.25"/> +<polygon fill="none" stroke="black" points="2380,-696.75 2380,-721.25 2567,-721.25 2567,-696.75 2380,-696.75"/> +<text text-anchor="start" x="2462.25" y="-703.95" font-family="arial" font-size="14.00">W3</text> +<polygon fill="none" stroke="black" points="2380,-672.25 2380,-696.75 2418.58,-696.75 2418.58,-672.25 2380,-672.25"/> +<text text-anchor="start" x="2391.79" y="-679.45" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="2418.58,-672.25 2418.58,-696.75 2497.67,-696.75 2497.67,-672.25 2418.58,-672.25"/> +<text text-anchor="start" x="2430.38" y="-679.45" font-family="arial" font-size="14.00">20 AWG</text> +<polygon fill="none" stroke="black" points="2497.67,-672.25 2497.67,-696.75 2567,-696.75 2567,-672.25 2497.67,-672.25"/> +<text text-anchor="start" x="2509.46" y="-679.45" font-family="arial" font-size="14.00">120.0 "</text> +<text text-anchor="start" x="2381.62" y="-656.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="2388.62" y="-636.95" font-family="arial" font-size="14.00">     GN    </text> +<text text-anchor="start" x="2446.75" y="-636.95" font-family="arial" font-size="14.00">Tail Strobe:C:Sync</text> +<polygon fill="#000000" stroke="none" points="2380,-630.25 2380,-632.25 2567,-632.25 2567,-630.25 2380,-630.25"/> +<polygon fill="#00ff00" stroke="none" points="2380,-628.25 2380,-630.25 2567,-630.25 2567,-628.25 2380,-628.25"/> +<polygon fill="#000000" stroke="none" points="2380,-626.25 2380,-628.25 2567,-628.25 2567,-626.25 2380,-626.25"/> +<text text-anchor="start" x="2381.62" y="-610.95" font-family="arial" font-size="14.00"> </text> +</g> +<!-- _S_1--W3 --> +<g id="edge9" class="edge"> +<title>_S_1:e--W3:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M2114.25,-318.75C2184.59,-320.45 2191.27,-364.54 2237.46,-413.38 2316.33,-499.29 2267.05,-629.96 2380,-627.25"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M2114.25,-320.75C2182.61,-320.75 2189.29,-364.84 2236,-414.75 2314.46,-498.59 2265.18,-629.25 2380,-629.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M2114.25,-322.75C2180.63,-321.05 2187.31,-365.14 2234.54,-416.12 2312.59,-497.88 2263.31,-628.54 2380,-631.25"/> +</g> +<!-- W1--Nav Light 1 --> +<g id="edge2" class="edge"> +<title>W1:e--Nav Light 1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M870,-558.25C941.42,-558.25 959.3,-557 1031,-557"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M870,-560.25C941.56,-560.25 959.44,-559 1031,-559"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M870,-562.25C941.7,-562.25 959.58,-561 1031,-561"/> +</g> +<!-- W1--Nav Light 1 --> +<g id="edge4" class="edge"> +<title>W1:e--Nav Light 1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M870,-532.25C941.64,-532.25 959.53,-533 1031,-533"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M870,-534.25C941.56,-534.25 959.44,-535 1031,-535"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M870,-536.25C941.47,-536.25 959.36,-537 1031,-537"/> +</g> +<!-- W1--Batt --> +<g id="edge5" class="edge"> +<title>W1:e--Batt:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M870,-490.25C1094.22,-490.25 866.28,-36.5 1090.5,-36.5"/> +</g> +<!-- W2--Nav Light 2 --> +<g id="edge7" class="edge"> +<title>W2:e--Nav Light 2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1801,-278.25C2028.72,-281.32 1720.66,-769.07 1945,-766"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1801,-280.25C2027.03,-280.25 1718.97,-768 1945,-768"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1801,-282.25C2025.34,-279.18 1717.28,-766.93 1945,-770"/> +</g> +<!-- W2--_S_1 --> +<g id="edge8" class="edge"> +<title>W2:e--_S_1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1801,-278.25C1922.14,-279.15 1948.94,-319.65 2066.75,-318.75"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1801,-280.25C1920.47,-280.25 1947.28,-320.75 2066.75,-320.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1801,-282.25C1918.81,-281.35 1945.61,-321.85 2066.75,-322.75"/> +</g> +<!-- W3--Tail Strobe --> +<g id="edge10" class="edge"> +<title>W3:e--Tail Strobe:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M2567,-627.25C2692.18,-630.04 2589.49,-867.29 2711,-864.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M2567,-629.25C2690.35,-629.25 2587.65,-866.5 2711,-866.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M2567,-631.25C2688.51,-628.46 2585.82,-865.71 2711,-868.5"/> +</g> +<!-- W4--Nav Light 2 --> +<g id="edge12" class="edge"> +<title>W4:e--Nav Light 2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M870,-806.25C1348.5,-806.32 1467.53,-838.07 1945,-838"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M870,-808.25C1347.99,-808.25 1467.01,-840 1945,-840"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M870,-810.25C1347.47,-810.18 1466.5,-841.93 1945,-842"/> +</g> +<!-- W4--Nav Light 2 --> +<g id="edge14" class="edge"> +<title>W4:e--Nav Light 2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M870,-780.25C1348.56,-780.33 1467.53,-814.08 1945,-814"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M870,-782.25C1348.01,-782.25 1466.99,-816 1945,-816"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M870,-784.25C1347.47,-784.17 1466.44,-817.92 1945,-818"/> +</g> +<!-- W5--Tail Strobe --> +<g id="edge16" class="edge"> +<title>W5:e--Tail Strobe:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1341,-935.25C1949.68,-935.27 2101.73,-912.52 2711,-912.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M1341,-937.25C1949.97,-937.25 2102.03,-914.5 2711,-914.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1341,-939.25C1950.27,-939.23 2102.32,-916.48 2711,-916.5"/> +</g> +<!-- W6--Negative Bus Bar --> +<g id="edge18" class="edge"> +<title>W6:e--Negative Bus Bar:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M3080.5,-292.25C3471.09,-294.66 3349.32,-873.41 3736,-871"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M3080.5,-294.25C3469.14,-294.25 3347.36,-873 3736,-873"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M3080.5,-296.25C3467.18,-293.84 3345.41,-872.59 3736,-875"/> +</g> +<!-- W7--Negative Bus Bar --> +<g id="edge20" class="edge"> +<title>W7:e--Negative Bus Bar:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M3592,-1010.25C3679.09,-1012.73 3645.03,-873.48 3736,-871"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M3592,-1012.25C3681.03,-1012.25 3646.97,-873 3736,-873"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M3592,-1014.25C3682.97,-1011.77 3648.91,-872.52 3736,-875"/> +</g> +<!-- W8--Negative Bus Bar --> +<g id="edge22" class="edge"> +<title>W8:e--Negative Bus Bar:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M3592,-871.25C3655.97,-871.25 3671.97,-871 3736,-871"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M3592,-873.25C3656,-873.25 3672,-873 3736,-873"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M3592,-875.25C3656.03,-875.25 3672.03,-875 3736,-875"/> +</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, 1/4" Ring Terminals, 2 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">Batt</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">2</td> + <td style="border:1px solid #000000; padding: 4px">Connector, Connector Molex 194180023, 8 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 J8</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">3</td> + <td style="border:1px solid #000000; padding: 4px">Connector, DT04-3P, 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">Tail Strobe</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">4</td> + <td style="border:1px solid #000000; padding: 4px">Connector, DTM04-4P, 4 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">Nav Light 1, Nav Light 2</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">5</td> + <td style="border:1px solid #000000; padding: 4px">Connector, Pike Industries Busbar, 4 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">Negative Bus Bar</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">6</td> + <td style="border:1px solid #000000; padding: 4px">Connector, splice</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"></td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">7</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 20 AWG, BK</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">206.0</td> + <td style="border:1px solid #000000; padding: 4px">"</td> + <td style="border:1px solid #000000; padding: 4px">W6, W7, W8</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">8</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 20 AWG, GN</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">152.0</td> + <td style="border:1px solid #000000; padding: 4px">"</td> + <td style="border:1px solid #000000; padding: 4px">W2, W3</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">9</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">334.0</td> + <td style="border:1px solid #000000; padding: 4px">"</td> + <td style="border:1px solid #000000; padding: 4px">W1, W4, W5</td> + </tr> + <tr> + <td style="border:1px solid #000000; padding: 4px">10</td> + <td style="border:1px solid #000000; padding: 4px">Wire, 20 AWG, YE</td> + <td style="border:1px solid #000000; padding: 4px; text-align:right">164.0</td> + <td style="border:1px solid #000000; padding: 4px">"</td> + <td style="border:1px solid #000000; padding: 4px">W1, W4</td> + </tr> +</table> +</body></html> diff --git a/wireviz/Choppy_IB_VPX_J8.png b/wireviz/Choppy_IB_VPX_J8.png Binary files differnew file mode 100644 index 0000000..a3aa13c --- /dev/null +++ b/wireviz/Choppy_IB_VPX_J8.png diff --git a/wireviz/Choppy_IB_VPX_J8.svg b/wireviz/Choppy_IB_VPX_J8.svg new file mode 100644 index 0000000..3d4fe22 --- /dev/null +++ b/wireviz/Choppy_IB_VPX_J8.svg @@ -0,0 +1,562 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" + "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<!-- Generated by graphviz version 12.0.0 (20240704.0754) + --> +<!-- Pages: 1 --> +<svg width="3934pt" height="1112pt" + viewBox="0.00 0.00 3934.00 1112.25" 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 1108.25)"> +<polygon fill="#ffffff" stroke="none" points="-4,4 -4,-1108.25 3930,-1108.25 3930,4 -4,4"/> +<!-- Nav Light 1 --> +<g id="node1" class="node"> +<title>Nav Light 1</title> +<polygon fill="#ffffff" stroke="black" points="1323,-620 1032,-620 1032,-145.5 1323,-145.5 1323,-620"/> +<polygon fill="none" stroke="black" points="1032,-595.5 1032,-620 1323,-620 1323,-595.5 1032,-595.5"/> +<text text-anchor="start" x="1142.25" y="-602.7" font-family="arial" font-size="14.00">Nav Light 1</text> +<polygon fill="none" stroke="black" points="1032,-571 1032,-595.5 1196.62,-595.5 1196.62,-571 1032,-571"/> +<text text-anchor="start" x="1079.44" y="-578.2" font-family="arial" font-size="14.00">DTM04-4P</text> +<polygon fill="none" stroke="black" points="1196.62,-571 1196.62,-595.5 1323,-595.5 1323,-571 1196.62,-571"/> +<text text-anchor="start" x="1244.06" y="-578.2" font-family="arial" font-size="14.00">4-pin</text> +<polygon fill="none" stroke="black" points="1032,-547 1032,-571 1110.67,-571 1110.67,-547 1032,-547"/> +<text text-anchor="start" x="1067.21" y="-553.7" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1110.67,-547 1110.67,-571 1244.33,-571 1244.33,-547 1110.67,-547"/> +<text text-anchor="start" x="1145.62" y="-553.7" font-family="arial" font-size="14.00">NAV/POS</text> +<polygon fill="none" stroke="black" points="1244.33,-547 1244.33,-571 1323,-571 1323,-547 1244.33,-547"/> +<text text-anchor="start" x="1279.54" y="-553.7" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1032,-523 1032,-547 1110.67,-547 1110.67,-523 1032,-523"/> +<text text-anchor="start" x="1067.21" y="-529.7" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1110.67,-523 1110.67,-547 1244.33,-547 1244.33,-523 1110.67,-523"/> +<text text-anchor="start" x="1162.5" y="-529.7" font-family="arial" font-size="14.00">ACS</text> +<polygon fill="none" stroke="black" points="1244.33,-523 1244.33,-547 1323,-547 1323,-523 1244.33,-523"/> +<text text-anchor="start" x="1279.54" y="-529.7" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1032,-499 1032,-523 1110.67,-523 1110.67,-499 1032,-499"/> +<text text-anchor="start" x="1067.21" y="-505.7" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="1110.67,-499 1110.67,-523 1244.33,-523 1244.33,-499 1110.67,-499"/> +<text text-anchor="start" x="1161.75" y="-505.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="1244.33,-499 1244.33,-523 1323,-523 1323,-499 1244.33,-499"/> +<text text-anchor="start" x="1279.54" y="-505.7" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="1032,-475 1032,-499 1110.67,-499 1110.67,-475 1032,-475"/> +<text text-anchor="start" x="1067.21" y="-481.7" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="1110.67,-475 1110.67,-499 1244.33,-499 1244.33,-475 1110.67,-475"/> +<text text-anchor="start" x="1158" y="-481.7" font-family="arial" font-size="14.00">SYNC</text> +<polygon fill="none" stroke="black" points="1244.33,-475 1244.33,-499 1323,-499 1323,-475 1244.33,-475"/> +<text text-anchor="start" x="1279.54" y="-481.7" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="1032,-170 1032,-475 1323,-475 1323,-170 1032,-170"/> +<image xlink:href="images\NavL.png" width="283px" height="297px" preserveAspectRatio="xMinYMin meet" x="1036" y="-471"/> +<polygon fill="none" stroke="black" points="1032,-145.5 1032,-170 1323,-170 1323,-145.5 1032,-145.5"/> +<text text-anchor="start" x="1147.12" y="-152.7" font-family="arial" font-size="14.00">ECU side</text> +</g> +<!-- W2 --> +<g id="node9" class="node"> +<title>W2</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1801,-372.25 1485,-372.25 1485,-257.25 1801,-257.25 1801,-372.25"/> +<polygon fill="none" stroke="black" points="1485,-347.75 1485,-372.25 1801,-372.25 1801,-347.75 1485,-347.75"/> +<text text-anchor="start" x="1631.75" y="-354.95" font-family="arial" font-size="14.00">W2</text> +<polygon fill="none" stroke="black" points="1485,-323.25 1485,-347.75 1569.33,-347.75 1569.33,-323.25 1485,-323.25"/> +<text text-anchor="start" x="1519.67" y="-330.45" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="1569.33,-323.25 1569.33,-347.75 1694.17,-347.75 1694.17,-323.25 1569.33,-323.25"/> +<text text-anchor="start" x="1604" y="-330.45" font-family="arial" font-size="14.00">20 AWG</text> +<polygon fill="none" stroke="black" points="1694.17,-323.25 1694.17,-347.75 1801,-347.75 1801,-323.25 1694.17,-323.25"/> +<text text-anchor="start" x="1728.83" y="-330.45" font-family="arial" font-size="14.00">32.0 "</text> +<text text-anchor="start" x="1547.62" y="-307.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1486.88" y="-287.95" font-family="arial" font-size="14.00">Nav Light 1:4:SYNC</text> +<text text-anchor="start" x="1615.62" y="-287.95" font-family="arial" font-size="14.00">     GN    </text> +<text text-anchor="start" x="1673.88" y="-287.95" font-family="arial" font-size="14.00">Nav Light 2:4:SYNC</text> +<polygon fill="#000000" stroke="none" points="1485,-281.25 1485,-283.25 1801,-283.25 1801,-281.25 1485,-281.25"/> +<polygon fill="#00ff00" stroke="none" points="1485,-279.25 1485,-281.25 1801,-281.25 1801,-279.25 1485,-279.25"/> +<polygon fill="#000000" stroke="none" points="1485,-277.25 1485,-279.25 1801,-279.25 1801,-277.25 1485,-277.25"/> +<text text-anchor="start" x="1547.62" y="-261.95" font-family="arial" font-size="14.00"> </text> +</g> +<!-- Nav Light 1--W2 --> +<g id="edge6" class="edge"> +<title>Nav Light 1:e--W2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1324,-485C1438.57,-487.66 1366.65,-280.91 1485,-278.25"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1324,-487C1440.46,-487 1368.54,-280.25 1485,-280.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1324,-489C1442.35,-486.34 1370.43,-279.59 1485,-282.25"/> +</g> +<!-- W6 --> +<g id="node13" class="node"> +<title>W6</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="3079.5,-386.25 2776.5,-386.25 2776.5,-271.25 3079.5,-271.25 3079.5,-386.25"/> +<polygon fill="none" stroke="black" points="2776.5,-361.75 2776.5,-386.25 3079.5,-386.25 3079.5,-361.75 2776.5,-361.75"/> +<text text-anchor="start" x="2916.75" y="-368.95" font-family="arial" font-size="14.00">W6</text> +<polygon fill="none" stroke="black" points="2776.5,-337.25 2776.5,-361.75 2856.5,-361.75 2856.5,-337.25 2776.5,-337.25"/> +<text text-anchor="start" x="2809" y="-344.45" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="2856.5,-337.25 2856.5,-361.75 2977,-361.75 2977,-337.25 2856.5,-337.25"/> +<text text-anchor="start" x="2889" y="-344.45" font-family="arial" font-size="14.00">20 AWG</text> +<polygon fill="none" stroke="black" points="2977,-337.25 2977,-361.75 3079.5,-361.75 3079.5,-337.25 2977,-337.25"/> +<text text-anchor="start" x="3009.5" y="-344.45" font-family="arial" font-size="14.00">18.0 "</text> +<text text-anchor="start" x="2835.12" y="-321.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="2778.12" y="-301.95" font-family="arial" font-size="14.00">Nav Light 1:3:GND</text> +<text text-anchor="start" x="2899.38" y="-301.95" font-family="arial" font-size="14.00">     BK    </text> +<text text-anchor="start" x="2956.25" y="-301.95" font-family="arial" font-size="14.00">Negative Bus Bar:3</text> +<polygon fill="#000000" stroke="none" points="2776.5,-295.25 2776.5,-297.25 3079.5,-297.25 3079.5,-295.25 2776.5,-295.25"/> +<polygon fill="#000000" stroke="none" points="2776.5,-293.25 2776.5,-295.25 3079.5,-295.25 3079.5,-293.25 2776.5,-293.25"/> +<polygon fill="#000000" stroke="none" points="2776.5,-291.25 2776.5,-293.25 3079.5,-293.25 3079.5,-291.25 2776.5,-291.25"/> +<text text-anchor="start" x="2835.12" y="-275.95" font-family="arial" font-size="14.00"> </text> +</g> +<!-- Nav Light 1--W6 --> +<g id="edge17" class="edge"> +<title>Nav Light 1:e--W6:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1324,-509C1602.01,-509.47 1667.51,-454.66 1944.7,-412.77 2312.66,-357.8 2401.34,-292.64 2775.5,-292.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1324,-511C1603.3,-511 1668.8,-456.19 1945,-414.75 2313.85,-359.41 2402.52,-294.25 2775.5,-294.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1324,-513C1604.58,-512.53 1670.08,-457.73 1945.3,-416.73 2315.03,-361.02 2403.71,-295.86 2775.5,-296.25"/> +</g> +<!-- Nav Light 2 --> +<g id="node2" class="node"> +<title>Nav Light 2</title> +<polygon fill="#ffffff" stroke="black" points="2236,-901 1945,-901 1945,-426.5 2236,-426.5 2236,-901"/> +<polygon fill="none" stroke="black" points="1945,-876.5 1945,-901 2236,-901 2236,-876.5 1945,-876.5"/> +<text text-anchor="start" x="2055.25" y="-883.7" font-family="arial" font-size="14.00">Nav Light 2</text> +<polygon fill="none" stroke="black" points="1945,-852 1945,-876.5 2109.62,-876.5 2109.62,-852 1945,-852"/> +<text text-anchor="start" x="1992.44" y="-859.2" font-family="arial" font-size="14.00">DTM04-4P</text> +<polygon fill="none" stroke="black" points="2109.62,-852 2109.62,-876.5 2236,-876.5 2236,-852 2109.62,-852"/> +<text text-anchor="start" x="2157.06" y="-859.2" font-family="arial" font-size="14.00">4-pin</text> +<polygon fill="none" stroke="black" points="1945,-828 1945,-852 2023.67,-852 2023.67,-828 1945,-828"/> +<text text-anchor="start" x="1980.21" y="-834.7" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="2023.67,-828 2023.67,-852 2157.33,-852 2157.33,-828 2023.67,-828"/> +<text text-anchor="start" x="2058.62" y="-834.7" font-family="arial" font-size="14.00">NAV/POS</text> +<polygon fill="none" stroke="black" points="2157.33,-828 2157.33,-852 2236,-852 2236,-828 2157.33,-828"/> +<text text-anchor="start" x="2192.54" y="-834.7" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1945,-804 1945,-828 2023.67,-828 2023.67,-804 1945,-804"/> +<text text-anchor="start" x="1980.21" y="-810.7" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="2023.67,-804 2023.67,-828 2157.33,-828 2157.33,-804 2023.67,-804"/> +<text text-anchor="start" x="2075.5" y="-810.7" font-family="arial" font-size="14.00">ACS</text> +<polygon fill="none" stroke="black" points="2157.33,-804 2157.33,-828 2236,-828 2236,-804 2157.33,-804"/> +<text text-anchor="start" x="2192.54" y="-810.7" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1945,-780 1945,-804 2023.67,-804 2023.67,-780 1945,-780"/> +<text text-anchor="start" x="1980.21" y="-786.7" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="2023.67,-780 2023.67,-804 2157.33,-804 2157.33,-780 2023.67,-780"/> +<text text-anchor="start" x="2074.75" y="-786.7" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="2157.33,-780 2157.33,-804 2236,-804 2236,-780 2157.33,-780"/> +<text text-anchor="start" x="2192.54" y="-786.7" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="1945,-756 1945,-780 2023.67,-780 2023.67,-756 1945,-756"/> +<text text-anchor="start" x="1980.21" y="-762.7" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="2023.67,-756 2023.67,-780 2157.33,-780 2157.33,-756 2023.67,-756"/> +<text text-anchor="start" x="2071" y="-762.7" font-family="arial" font-size="14.00">SYNC</text> +<polygon fill="none" stroke="black" points="2157.33,-756 2157.33,-780 2236,-780 2236,-756 2157.33,-756"/> +<text text-anchor="start" x="2192.54" y="-762.7" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="1945,-451 1945,-756 2236,-756 2236,-451 1945,-451"/> +<image xlink:href="images\NavL.png" width="283px" height="297px" preserveAspectRatio="xMinYMin meet" x="1949" y="-752"/> +<polygon fill="none" stroke="black" points="1945,-426.5 1945,-451 2236,-451 2236,-426.5 1945,-426.5"/> +<text text-anchor="start" x="2020.75" y="-433.7" font-family="arial" font-size="14.00">Mates with DTM06-4S</text> +</g> +<!-- W7 --> +<g id="node14" class="node"> +<title>W7</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="3592,-1104.25 3289,-1104.25 3289,-989.25 3592,-989.25 3592,-1104.25"/> +<polygon fill="none" stroke="black" points="3289,-1079.75 3289,-1104.25 3592,-1104.25 3592,-1079.75 3289,-1079.75"/> +<text text-anchor="start" x="3429.25" y="-1086.95" font-family="arial" font-size="14.00">W7</text> +<polygon fill="none" stroke="black" points="3289,-1055.25 3289,-1079.75 3369,-1079.75 3369,-1055.25 3289,-1055.25"/> +<text text-anchor="start" x="3321.5" y="-1062.45" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="3369,-1055.25 3369,-1079.75 3489.5,-1079.75 3489.5,-1055.25 3369,-1055.25"/> +<text text-anchor="start" x="3401.5" y="-1062.45" font-family="arial" font-size="14.00">20 AWG</text> +<polygon fill="none" stroke="black" points="3489.5,-1055.25 3489.5,-1079.75 3592,-1079.75 3592,-1055.25 3489.5,-1055.25"/> +<text text-anchor="start" x="3522" y="-1062.45" font-family="arial" font-size="14.00">18.0 "</text> +<text text-anchor="start" x="3347.62" y="-1039.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="3290.62" y="-1019.95" font-family="arial" font-size="14.00">Nav Light 2:3:GND</text> +<text text-anchor="start" x="3411.88" y="-1019.95" font-family="arial" font-size="14.00">     BK    </text> +<text text-anchor="start" x="3468.75" y="-1019.95" font-family="arial" font-size="14.00">Negative Bus Bar:3</text> +<polygon fill="#000000" stroke="none" points="3289,-1013.25 3289,-1015.25 3592,-1015.25 3592,-1013.25 3289,-1013.25"/> +<polygon fill="#000000" stroke="none" points="3289,-1011.25 3289,-1013.25 3592,-1013.25 3592,-1011.25 3289,-1011.25"/> +<polygon fill="#000000" stroke="none" points="3289,-1009.25 3289,-1011.25 3592,-1011.25 3592,-1009.25 3289,-1009.25"/> +<text text-anchor="start" x="3347.62" y="-993.95" font-family="arial" font-size="14.00"> </text> +</g> +<!-- Nav Light 2--W7 --> +<g id="edge19" class="edge"> +<title>Nav Light 2:e--W7:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M2236,-790C2466.31,-791.68 2489.98,-938.35 2711.43,-985.8 2961.3,-1041.19 3031.07,-1010.42 3289,-1010.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M2236,-792C2464.34,-792 2488,-938.67 2711,-987.75 2962.11,-1043.02 3031.88,-1012.25 3289,-1012.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M2236,-794C2462.36,-792.32 2486.03,-938.99 2710.57,-989.7 2962.92,-1044.85 3032.69,-1014.08 3289,-1014.25"/> +</g> +<!-- VP-X J8 --> +<g id="node3" class="node"> +<title>VP-X J8</title> +<polygon fill="#ffffff" stroke="black" points="366,-869.25 0,-869.25 0,-332.25 366,-332.25 366,-869.25"/> +<polygon fill="none" stroke="black" points="0,-844.75 0,-869.25 366,-869.25 366,-844.75 0,-844.75"/> +<text text-anchor="start" x="156.38" y="-851.95" font-family="arial" font-size="14.00">VP-X J8</text> +<polygon fill="none" stroke="black" points="0,-820.25 0,-844.75 259.88,-844.75 259.88,-820.25 0,-820.25"/> +<text text-anchor="start" x="37.31" y="-827.45" font-family="arial" font-size="14.00">Connector Molex 194180023</text> +<polygon fill="none" stroke="black" points="259.88,-820.25 259.88,-844.75 366,-844.75 366,-820.25 259.88,-820.25"/> +<text text-anchor="start" x="297.19" y="-827.45" font-family="arial" font-size="14.00">8-pin</text> +<polygon fill="none" stroke="black" points="0,-796.25 0,-820.25 220.5,-820.25 220.5,-796.25 0,-796.25"/> +<text text-anchor="start" x="72.75" y="-802.95" font-family="arial" font-size="14.00">Device (5A)</text> +<polygon fill="none" stroke="black" points="220.5,-796.25 220.5,-820.25 366,-820.25 366,-796.25 220.5,-796.25"/> +<text text-anchor="start" x="289.12" y="-802.95" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="0,-772.25 0,-796.25 220.5,-796.25 220.5,-772.25 0,-772.25"/> +<text text-anchor="start" x="68.62" y="-778.95" font-family="arial" font-size="14.00">Device (10A)</text> +<polygon fill="none" stroke="black" points="220.5,-772.25 220.5,-796.25 366,-796.25 366,-772.25 220.5,-772.25"/> +<text text-anchor="start" x="289.12" y="-778.95" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="0,-748.25 0,-772.25 220.5,-772.25 220.5,-748.25 0,-748.25"/> +<text text-anchor="start" x="72.75" y="-754.95" font-family="arial" font-size="14.00">Device (5A)</text> +<polygon fill="none" stroke="black" points="220.5,-748.25 220.5,-772.25 366,-772.25 366,-748.25 220.5,-748.25"/> +<text text-anchor="start" x="289.12" y="-754.95" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="0,-724.25 0,-748.25 220.5,-748.25 220.5,-724.25 0,-724.25"/> +<text text-anchor="start" x="72.75" y="-730.95" font-family="arial" font-size="14.00">Device (5A)</text> +<polygon fill="none" stroke="black" points="220.5,-724.25 220.5,-748.25 366,-748.25 366,-724.25 220.5,-724.25"/> +<text text-anchor="start" x="289.12" y="-730.95" font-family="arial" font-size="14.00">4</text> +<polygon fill="none" stroke="black" points="0,-700.25 0,-724.25 220.5,-724.25 220.5,-700.25 0,-700.25"/> +<text text-anchor="start" x="72.75" y="-706.95" font-family="arial" font-size="14.00">Device (5A)</text> +<polygon fill="none" stroke="black" points="220.5,-700.25 220.5,-724.25 366,-724.25 366,-700.25 220.5,-700.25"/> +<text text-anchor="start" x="289.12" y="-706.95" font-family="arial" font-size="14.00">5</text> +<polygon fill="none" stroke="black" points="0,-676.25 0,-700.25 220.5,-700.25 220.5,-676.25 0,-676.25"/> +<text text-anchor="start" x="72.75" y="-682.95" font-family="arial" font-size="14.00">Device (5A)</text> +<polygon fill="none" stroke="black" points="220.5,-676.25 220.5,-700.25 366,-700.25 366,-676.25 220.5,-676.25"/> +<text text-anchor="start" x="289.12" y="-682.95" font-family="arial" font-size="14.00">6</text> +<polygon fill="none" stroke="black" points="0,-652.25 0,-676.25 220.5,-676.25 220.5,-652.25 0,-652.25"/> +<text text-anchor="start" x="72.75" y="-658.95" font-family="arial" font-size="14.00">Device (5A)</text> +<polygon fill="none" stroke="black" points="220.5,-652.25 220.5,-676.25 366,-676.25 366,-652.25 220.5,-652.25"/> +<text text-anchor="start" x="289.12" y="-658.95" font-family="arial" font-size="14.00">7</text> +<polygon fill="none" stroke="black" points="0,-628.25 0,-652.25 220.5,-652.25 220.5,-628.25 0,-628.25"/> +<text text-anchor="start" x="72.75" y="-634.95" font-family="arial" font-size="14.00">Device (5A)</text> +<polygon fill="none" stroke="black" points="220.5,-628.25 220.5,-652.25 366,-652.25 366,-628.25 220.5,-628.25"/> +<text text-anchor="start" x="289.12" y="-634.95" font-family="arial" font-size="14.00">8</text> +<polygon fill="none" stroke="black" points="0,-332.25 0,-628.25 366,-628.25 366,-332.25 0,-332.25"/> +<image xlink:href="images\J8.png" width="358px" height="288px" preserveAspectRatio="xMinYMin meet" x="4" y="-624.25"/> +</g> +<!-- W1 --> +<g id="node8" class="node"> +<title>W1</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="870,-652.25 510,-652.25 510,-469.25 870,-469.25 870,-652.25"/> +<polygon fill="none" stroke="black" points="510,-627.75 510,-652.25 870,-652.25 870,-627.75 510,-627.75"/> +<text text-anchor="start" x="678.75" y="-634.95" font-family="arial" font-size="14.00">W1</text> +<polygon fill="none" stroke="black" points="510,-603.25 510,-627.75 582.56,-627.75 582.56,-603.25 510,-603.25"/> +<text text-anchor="start" x="538.78" y="-610.45" font-family="arial" font-size="14.00">2x</text> +<polygon fill="none" stroke="black" points="582.56,-603.25 582.56,-627.75 695.62,-627.75 695.62,-603.25 582.56,-603.25"/> +<text text-anchor="start" x="611.34" y="-610.45" font-family="arial" font-size="14.00">20 AWG</text> +<polygon fill="none" stroke="black" points="695.62,-603.25 695.62,-627.75 774.94,-627.75 774.94,-603.25 695.62,-603.25"/> +<text text-anchor="start" x="724.41" y="-610.45" font-family="arial" font-size="14.00">+ S</text> +<polygon fill="none" stroke="black" points="774.94,-603.25 774.94,-627.75 870,-627.75 870,-603.25 774.94,-603.25"/> +<text text-anchor="start" x="803.72" y="-610.45" font-family="arial" font-size="14.00">92.0 "</text> +<text text-anchor="start" x="582.12" y="-587.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="512" y="-567.95" font-family="arial" font-size="14.00">VP-X J8:1:Device (5A)</text> +<text text-anchor="start" x="659.62" y="-567.95" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="718" y="-567.95" font-family="arial" font-size="14.00">Nav Light 1:1:NAV/POS</text> +<polygon fill="#000000" stroke="none" points="510,-561.25 510,-563.25 870,-563.25 870,-561.25 510,-561.25"/> +<polygon fill="#ff0000" stroke="none" points="510,-559.25 510,-561.25 870,-561.25 870,-559.25 510,-559.25"/> +<polygon fill="#000000" stroke="none" points="510,-557.25 510,-559.25 870,-559.25 870,-557.25 510,-557.25"/> +<text text-anchor="start" x="512" y="-541.95" font-family="arial" font-size="14.00">VP-X J8:3:Device (5A)</text> +<text text-anchor="start" x="660.75" y="-541.95" font-family="arial" font-size="14.00">     YE    </text> +<text text-anchor="start" x="734.88" y="-541.95" font-family="arial" font-size="14.00">Nav Light 1:2:ACS</text> +<polygon fill="#000000" stroke="none" points="510,-535.25 510,-537.25 870,-537.25 870,-535.25 510,-535.25"/> +<polygon fill="#ffff00" stroke="none" points="510,-533.25 510,-535.25 870,-535.25 870,-533.25 510,-533.25"/> +<polygon fill="#000000" stroke="none" points="510,-531.25 510,-533.25 870,-533.25 870,-531.25 510,-531.25"/> +<text text-anchor="start" x="582.12" y="-515.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="667.12" y="-495.95" font-family="arial" font-size="14.00">Shield</text> +<text text-anchor="start" x="757" y="-495.95" font-family="arial" font-size="14.00">Batt:2:GND</text> +<polygon fill="#000000" stroke="none" points="510,-489.25 510,-491.25 870,-491.25 870,-489.25 510,-489.25"/> +<text text-anchor="start" x="582.12" y="-473.95" font-family="arial" font-size="14.00"> </text> +</g> +<!-- VP-X J8--W1 --> +<g id="edge1" class="edge"> +<title>VP-X J8:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M366,-806.25C491.63,-809.07 380.72,-561.07 510,-558.25"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M366,-808.25C493.46,-808.25 382.54,-560.25 510,-560.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M366,-810.25C495.28,-807.43 384.37,-559.43 510,-562.25"/> +</g> +<!-- VP-X J8--W1 --> +<g id="edge3" class="edge"> +<title>VP-X J8:e--W1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M366,-758.25C483.26,-761.02 389.05,-535.02 510,-532.25"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M366,-760.25C485.1,-760.25 390.9,-534.25 510,-534.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M366,-762.25C486.95,-759.48 392.74,-533.48 510,-536.25"/> +</g> +<!-- W4 --> +<g id="node11" class="node"> +<title>W4</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="870,-900.25 510,-900.25 510,-717.25 870,-717.25 870,-900.25"/> +<polygon fill="none" stroke="black" points="510,-875.75 510,-900.25 870,-900.25 870,-875.75 510,-875.75"/> +<text text-anchor="start" x="678.75" y="-882.95" font-family="arial" font-size="14.00">W4</text> +<polygon fill="none" stroke="black" points="510,-851.25 510,-875.75 582.56,-875.75 582.56,-851.25 510,-851.25"/> +<text text-anchor="start" x="538.78" y="-858.45" font-family="arial" font-size="14.00">2x</text> +<polygon fill="none" stroke="black" points="582.56,-851.25 582.56,-875.75 695.62,-875.75 695.62,-851.25 582.56,-851.25"/> +<text text-anchor="start" x="611.34" y="-858.45" font-family="arial" font-size="14.00">20 AWG</text> +<polygon fill="none" stroke="black" points="695.62,-851.25 695.62,-875.75 774.94,-875.75 774.94,-851.25 695.62,-851.25"/> +<text text-anchor="start" x="724.41" y="-858.45" font-family="arial" font-size="14.00">+ S</text> +<polygon fill="none" stroke="black" points="774.94,-851.25 774.94,-875.75 870,-875.75 870,-851.25 774.94,-851.25"/> +<text text-anchor="start" x="803.72" y="-858.45" font-family="arial" font-size="14.00">72.0 "</text> +<text text-anchor="start" x="582.12" y="-835.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="512" y="-815.95" font-family="arial" font-size="14.00">VP-X J8:1:Device (5A)</text> +<text text-anchor="start" x="659.62" y="-815.95" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="718" y="-815.95" font-family="arial" font-size="14.00">Nav Light 2:1:NAV/POS</text> +<polygon fill="#000000" stroke="none" points="510,-809.25 510,-811.25 870,-811.25 870,-809.25 510,-809.25"/> +<polygon fill="#ff0000" stroke="none" points="510,-807.25 510,-809.25 870,-809.25 870,-807.25 510,-807.25"/> +<polygon fill="#000000" stroke="none" points="510,-805.25 510,-807.25 870,-807.25 870,-805.25 510,-805.25"/> +<text text-anchor="start" x="512" y="-789.95" font-family="arial" font-size="14.00">VP-X J8:3:Device (5A)</text> +<text text-anchor="start" x="660.75" y="-789.95" font-family="arial" font-size="14.00">     YE    </text> +<text text-anchor="start" x="734.88" y="-789.95" font-family="arial" font-size="14.00">Nav Light 2:2:ACS</text> +<polygon fill="#000000" stroke="none" points="510,-783.25 510,-785.25 870,-785.25 870,-783.25 510,-783.25"/> +<polygon fill="#ffff00" stroke="none" points="510,-781.25 510,-783.25 870,-783.25 870,-781.25 510,-781.25"/> +<polygon fill="#000000" stroke="none" points="510,-779.25 510,-781.25 870,-781.25 870,-779.25 510,-779.25"/> +<text text-anchor="start" x="582.12" y="-763.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="667.12" y="-743.95" font-family="arial" font-size="14.00">Shield</text> +<polygon fill="#000000" stroke="none" points="510,-737.25 510,-739.25 870,-739.25 870,-737.25 510,-737.25"/> +<text text-anchor="start" x="582.12" y="-721.95" font-family="arial" font-size="14.00"> </text> +</g> +<!-- VP-X J8--W4 --> +<g id="edge11" class="edge"> +<title>VP-X J8:e--W4:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M366,-806.25C430,-806.25 446,-806.25 510,-806.25"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M366,-808.25C430,-808.25 446,-808.25 510,-808.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M366,-810.25C430,-810.25 446,-810.25 510,-810.25"/> +</g> +<!-- VP-X J8--W4 --> +<g id="edge13" class="edge"> +<title>VP-X J8:e--W4:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M366,-758.25C432.41,-759.15 446.93,-781.15 510,-780.25"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M366,-760.25C430.74,-760.25 445.26,-782.25 510,-782.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M366,-762.25C429.07,-761.35 443.59,-783.35 510,-784.25"/> +</g> +<!-- W5 --> +<g id="node12" class="node"> +<title>W5</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="1341,-1029.25 1014,-1029.25 1014,-872.25 1341,-872.25 1341,-1029.25"/> +<polygon fill="none" stroke="black" points="1014,-1004.75 1014,-1029.25 1341,-1029.25 1341,-1004.75 1014,-1004.75"/> +<text text-anchor="start" x="1166.25" y="-1011.95" font-family="arial" font-size="14.00">W5</text> +<polygon fill="none" stroke="black" points="1014,-980.25 1014,-1004.75 1076.25,-1004.75 1076.25,-980.25 1014,-980.25"/> +<text text-anchor="start" x="1037.62" y="-987.45" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="1076.25,-980.25 1076.25,-1004.75 1179,-1004.75 1179,-980.25 1076.25,-980.25"/> +<text text-anchor="start" x="1099.88" y="-987.45" font-family="arial" font-size="14.00">20 AWG</text> +<polygon fill="none" stroke="black" points="1179,-980.25 1179,-1004.75 1248,-1004.75 1248,-980.25 1179,-980.25"/> +<text text-anchor="start" x="1202.62" y="-987.45" font-family="arial" font-size="14.00">+ S</text> +<polygon fill="none" stroke="black" points="1248,-980.25 1248,-1004.75 1341,-1004.75 1341,-980.25 1248,-980.25"/> +<text text-anchor="start" x="1271.62" y="-987.45" font-family="arial" font-size="14.00">170.0 "</text> +<text text-anchor="start" x="1086.12" y="-964.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1016" y="-944.95" font-family="arial" font-size="14.00">VP-X J8:1:Device (5A)</text> +<text text-anchor="start" x="1163.62" y="-944.95" font-family="arial" font-size="14.00">     RD    </text> +<text text-anchor="start" x="1222" y="-944.95" font-family="arial" font-size="14.00">Tail Strobe:A:POS</text> +<polygon fill="#000000" stroke="none" points="1014,-938.25 1014,-940.25 1341,-940.25 1341,-938.25 1014,-938.25"/> +<polygon fill="#ff0000" stroke="none" points="1014,-936.25 1014,-938.25 1341,-938.25 1341,-936.25 1014,-936.25"/> +<polygon fill="#000000" stroke="none" points="1014,-934.25 1014,-936.25 1341,-936.25 1341,-934.25 1014,-934.25"/> +<text text-anchor="start" x="1086.12" y="-918.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="1171.12" y="-898.95" font-family="arial" font-size="14.00">Shield</text> +<polygon fill="#000000" stroke="none" points="1014,-892.25 1014,-894.25 1341,-894.25 1341,-892.25 1014,-892.25"/> +<text text-anchor="start" x="1086.12" y="-876.95" font-family="arial" font-size="14.00"> </text> +</g> +<!-- VP-X J8--W5 --> +<g id="edge15" class="edge"> +<title>VP-X J8:e--W5:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M366,-806.25C447.06,-808.5 437.39,-886.76 510.66,-910.86 720.38,-985.54 788.55,-935.64 1014,-935.25"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M366,-808.25C445.08,-808.25 435.4,-886.52 510,-912.75 721.56,-987.15 789.74,-937.25 1014,-937.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M366,-810.25C443.09,-808 433.42,-886.27 509.34,-914.64 722.74,-988.77 790.92,-938.86 1014,-939.25"/> +</g> +<!-- Tail Strobe --> +<g id="node4" class="node"> +<title>Tail Strobe</title> +<polygon fill="#ffffff" stroke="black" points="3145,-975.5 2711,-975.5 2711,-410 3145,-410 3145,-975.5"/> +<polygon fill="none" stroke="black" points="2711,-951 2711,-975.5 3145,-975.5 3145,-951 2711,-951"/> +<text text-anchor="start" x="2893.5" y="-958.2" font-family="arial" font-size="14.00">Tail Strobe</text> +<polygon fill="none" stroke="black" points="2711,-926.5 2711,-951 2941.5,-951 2941.5,-926.5 2711,-926.5"/> +<text text-anchor="start" x="2797" y="-933.7" font-family="arial" font-size="14.00">DT04-3P</text> +<polygon fill="none" stroke="black" points="2941.5,-926.5 2941.5,-951 3145,-951 3145,-926.5 2941.5,-926.5"/> +<text text-anchor="start" x="3027.5" y="-933.7" font-family="arial" font-size="14.00">3-pin</text> +<polygon fill="none" stroke="black" points="2711,-902.5 2711,-926.5 2848.67,-926.5 2848.67,-902.5 2711,-902.5"/> +<text text-anchor="start" x="2774.96" y="-909.2" font-family="arial" font-size="14.00">A</text> +<polygon fill="none" stroke="black" points="2848.67,-902.5 2848.67,-926.5 3007.33,-926.5 3007.33,-902.5 2848.67,-902.5"/> +<text text-anchor="start" x="2912.62" y="-909.2" font-family="arial" font-size="14.00">POS</text> +<polygon fill="none" stroke="black" points="3007.33,-902.5 3007.33,-926.5 3145,-926.5 3145,-902.5 3007.33,-902.5"/> +<text text-anchor="start" x="3071.29" y="-909.2" font-family="arial" font-size="14.00">A</text> +<polygon fill="none" stroke="black" points="2711,-878.5 2711,-902.5 2848.67,-902.5 2848.67,-878.5 2711,-878.5"/> +<text text-anchor="start" x="2774.96" y="-885.2" font-family="arial" font-size="14.00">B</text> +<polygon fill="none" stroke="black" points="2848.67,-878.5 2848.67,-902.5 3007.33,-902.5 3007.33,-878.5 2848.67,-878.5"/> +<text text-anchor="start" x="2912.62" y="-885.2" font-family="arial" font-size="14.00">NEG</text> +<polygon fill="none" stroke="black" points="3007.33,-878.5 3007.33,-902.5 3145,-902.5 3145,-878.5 3007.33,-878.5"/> +<text text-anchor="start" x="3071.29" y="-885.2" font-family="arial" font-size="14.00">B</text> +<polygon fill="none" stroke="black" points="2711,-854.5 2711,-878.5 2848.67,-878.5 2848.67,-854.5 2711,-854.5"/> +<text text-anchor="start" x="2774.58" y="-861.2" font-family="arial" font-size="14.00">C</text> +<polygon fill="none" stroke="black" points="2848.67,-854.5 2848.67,-878.5 3007.33,-878.5 3007.33,-854.5 2848.67,-854.5"/> +<text text-anchor="start" x="2912.25" y="-861.2" font-family="arial" font-size="14.00">Sync</text> +<polygon fill="none" stroke="black" points="3007.33,-854.5 3007.33,-878.5 3145,-878.5 3145,-854.5 3007.33,-854.5"/> +<text text-anchor="start" x="3070.92" y="-861.2" font-family="arial" font-size="14.00">C</text> +<polygon fill="none" stroke="black" points="2711,-434.5 2711,-854.5 3145,-854.5 3145,-434.5 2711,-434.5"/> +<image xlink:href="images\DT04-3P.png" width="426px" height="412px" preserveAspectRatio="xMinYMin meet" x="2715" y="-850.5"/> +<polygon fill="none" stroke="black" points="2711,-410 2711,-434.5 3145,-434.5 3145,-410 2711,-410"/> +<text text-anchor="start" x="2863.5" y="-417.2" font-family="arial" font-size="14.00">mates with DT06-3S</text> +</g> +<!-- W8 --> +<g id="node15" class="node"> +<title>W8</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="3592,-965.25 3289,-965.25 3289,-850.25 3592,-850.25 3592,-965.25"/> +<polygon fill="none" stroke="black" points="3289,-940.75 3289,-965.25 3592,-965.25 3592,-940.75 3289,-940.75"/> +<text text-anchor="start" x="3429.25" y="-947.95" font-family="arial" font-size="14.00">W8</text> +<polygon fill="none" stroke="black" points="3289,-916.25 3289,-940.75 3366.25,-940.75 3366.25,-916.25 3289,-916.25"/> +<text text-anchor="start" x="3320.12" y="-923.45" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="3366.25,-916.25 3366.25,-940.75 3484,-940.75 3484,-916.25 3366.25,-916.25"/> +<text text-anchor="start" x="3397.38" y="-923.45" font-family="arial" font-size="14.00">20 AWG</text> +<polygon fill="none" stroke="black" points="3484,-916.25 3484,-940.75 3592,-940.75 3592,-916.25 3484,-916.25"/> +<text text-anchor="start" x="3515.12" y="-923.45" font-family="arial" font-size="14.00">170.0 "</text> +<text text-anchor="start" x="3347.62" y="-900.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="3291" y="-880.95" font-family="arial" font-size="14.00">Tail Strobe:B:NEG</text> +<text text-anchor="start" x="3411.88" y="-880.95" font-family="arial" font-size="14.00">     BK    </text> +<text text-anchor="start" x="3468.75" y="-880.95" font-family="arial" font-size="14.00">Negative Bus Bar:3</text> +<polygon fill="#000000" stroke="none" points="3289,-874.25 3289,-876.25 3592,-876.25 3592,-874.25 3289,-874.25"/> +<polygon fill="#000000" stroke="none" points="3289,-872.25 3289,-874.25 3592,-874.25 3592,-872.25 3289,-872.25"/> +<polygon fill="#000000" stroke="none" points="3289,-870.25 3289,-872.25 3592,-872.25 3592,-870.25 3289,-870.25"/> +<text text-anchor="start" x="3347.62" y="-854.95" font-family="arial" font-size="14.00"> </text> +</g> +<!-- Tail Strobe--W8 --> +<g id="edge21" class="edge"> +<title>Tail Strobe:e--W8:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M3145,-888.5C3207.95,-889.18 3223.04,-871.93 3289,-871.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M3145,-890.5C3209.46,-890.5 3224.54,-873.25 3289,-873.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M3145,-892.5C3210.96,-891.82 3226.05,-874.57 3289,-875.25"/> +</g> +<!-- Batt --> +<g id="node5" class="node"> +<title>Batt</title> +<polygon fill="#ffffff" stroke="black" points="1263.5,-121.5 1091.5,-121.5 1091.5,0 1263.5,0 1263.5,-121.5"/> +<polygon fill="none" stroke="black" points="1091.5,-97 1091.5,-121.5 1263.5,-121.5 1263.5,-97 1091.5,-97"/> +<text text-anchor="start" x="1165.12" y="-104.2" font-family="arial" font-size="14.00">Batt</text> +<polygon fill="none" stroke="black" points="1091.5,-72.5 1091.5,-97 1224,-97 1224,-72.5 1091.5,-72.5"/> +<text text-anchor="start" x="1095.5" y="-79.7" font-family="arial" font-size="14.00">1/4" Ring Terminals</text> +<polygon fill="none" stroke="black" points="1224,-72.5 1224,-97 1263.5,-97 1263.5,-72.5 1224,-72.5"/> +<text text-anchor="start" x="1228" y="-79.7" font-family="arial" font-size="14.00">2-pin</text> +<polygon fill="none" stroke="black" points="1091.5,-48.5 1091.5,-72.5 1166,-72.5 1166,-48.5 1091.5,-48.5"/> +<text text-anchor="start" x="1124.62" y="-55.2" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="1166,-48.5 1166,-72.5 1263.5,-72.5 1263.5,-48.5 1166,-48.5"/> +<text text-anchor="start" x="1205.75" y="-55.2" font-family="arial" font-size="14.00">V+</text> +<polygon fill="none" stroke="black" points="1091.5,-24.5 1091.5,-48.5 1166,-48.5 1166,-24.5 1091.5,-24.5"/> +<text text-anchor="start" x="1124.62" y="-31.2" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="1166,-24.5 1166,-48.5 1263.5,-48.5 1263.5,-24.5 1166,-24.5"/> +<text text-anchor="start" x="1199" y="-31.2" font-family="arial" font-size="14.00">GND</text> +<polygon fill="none" stroke="black" points="1091.5,0 1091.5,-24.5 1263.5,-24.5 1263.5,0 1091.5,0"/> +<text text-anchor="start" x="1110.75" y="-7.2" font-family="arial" font-size="14.00">5732 Terminal Cover</text> +</g> +<!-- Negative Bus Bar --> +<g id="node6" class="node"> +<title>Negative Bus Bar</title> +<polygon fill="#ffffff" stroke="black" points="3926,-983.25 3736,-983.25 3736,-836.25 3926,-836.25 3926,-983.25"/> +<polygon fill="none" stroke="black" points="3736,-958.75 3736,-983.25 3926,-983.25 3926,-958.75 3736,-958.75"/> +<text text-anchor="start" x="3776.25" y="-965.95" font-family="arial" font-size="14.00">Negative Bus Bar</text> +<polygon fill="none" stroke="black" points="3736,-934.25 3736,-958.75 3886.5,-958.75 3886.5,-934.25 3736,-934.25"/> +<text text-anchor="start" x="3740" y="-941.45" font-family="arial" font-size="14.00">Pike Industries Busbar</text> +<polygon fill="none" stroke="black" points="3886.5,-934.25 3886.5,-958.75 3926,-958.75 3926,-934.25 3886.5,-934.25"/> +<text text-anchor="start" x="3890.5" y="-941.45" font-family="arial" font-size="14.00">4-pin</text> +<polygon fill="none" stroke="black" points="3736,-909.75 3736,-934.25 3926,-934.25 3926,-909.75 3736,-909.75"/> +<text text-anchor="start" x="3826.88" y="-916.95" font-family="arial" font-size="14.00">1</text> +<polygon fill="none" stroke="black" points="3736,-885.25 3736,-909.75 3926,-909.75 3926,-885.25 3736,-885.25"/> +<text text-anchor="start" x="3826.88" y="-892.45" font-family="arial" font-size="14.00">2</text> +<polygon fill="none" stroke="black" points="3736,-860.75 3736,-885.25 3926,-885.25 3926,-860.75 3736,-860.75"/> +<text text-anchor="start" x="3826.88" y="-867.95" font-family="arial" font-size="14.00">3</text> +<polygon fill="none" stroke="black" points="3736,-836.25 3736,-860.75 3926,-860.75 3926,-836.25 3736,-836.25"/> +<text text-anchor="start" x="3826.88" y="-843.45" font-family="arial" font-size="14.00">4</text> +</g> +<!-- _S_1 --> +<g id="node7" class="node"> +<title>_S_1</title> +<polygon fill="#ffffff" stroke="black" points="2113.25,-333 2067.75,-333 2067.75,-308.5 2113.25,-308.5 2113.25,-333"/> +<polygon fill="none" stroke="black" points="2067.75,-308.5 2067.75,-333 2113.25,-333 2113.25,-308.5 2067.75,-308.5"/> +<text text-anchor="start" x="2071.75" y="-315.7" font-family="arial" font-size="14.00">splice</text> +</g> +<!-- W3 --> +<g id="node10" class="node"> +<title>W3</title> +<polygon fill="#ffffff" stroke="black" stroke-dasharray="5,2" points="2567,-721.25 2380,-721.25 2380,-606.25 2567,-606.25 2567,-721.25"/> +<polygon fill="none" stroke="black" points="2380,-696.75 2380,-721.25 2567,-721.25 2567,-696.75 2380,-696.75"/> +<text text-anchor="start" x="2462.25" y="-703.95" font-family="arial" font-size="14.00">W3</text> +<polygon fill="none" stroke="black" points="2380,-672.25 2380,-696.75 2418.58,-696.75 2418.58,-672.25 2380,-672.25"/> +<text text-anchor="start" x="2391.79" y="-679.45" font-family="arial" font-size="14.00">1x</text> +<polygon fill="none" stroke="black" points="2418.58,-672.25 2418.58,-696.75 2497.67,-696.75 2497.67,-672.25 2418.58,-672.25"/> +<text text-anchor="start" x="2430.38" y="-679.45" font-family="arial" font-size="14.00">20 AWG</text> +<polygon fill="none" stroke="black" points="2497.67,-672.25 2497.67,-696.75 2567,-696.75 2567,-672.25 2497.67,-672.25"/> +<text text-anchor="start" x="2509.46" y="-679.45" font-family="arial" font-size="14.00">120.0 "</text> +<text text-anchor="start" x="2381.62" y="-656.95" font-family="arial" font-size="14.00"> </text> +<text text-anchor="start" x="2388.62" y="-636.95" font-family="arial" font-size="14.00">     GN    </text> +<text text-anchor="start" x="2446.75" y="-636.95" font-family="arial" font-size="14.00">Tail Strobe:C:Sync</text> +<polygon fill="#000000" stroke="none" points="2380,-630.25 2380,-632.25 2567,-632.25 2567,-630.25 2380,-630.25"/> +<polygon fill="#00ff00" stroke="none" points="2380,-628.25 2380,-630.25 2567,-630.25 2567,-628.25 2380,-628.25"/> +<polygon fill="#000000" stroke="none" points="2380,-626.25 2380,-628.25 2567,-628.25 2567,-626.25 2380,-626.25"/> +<text text-anchor="start" x="2381.62" y="-610.95" font-family="arial" font-size="14.00"> </text> +</g> +<!-- _S_1--W3 --> +<g id="edge9" class="edge"> +<title>_S_1:e--W3:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M2114.25,-318.75C2184.59,-320.45 2191.27,-364.54 2237.46,-413.38 2316.33,-499.29 2267.05,-629.96 2380,-627.25"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M2114.25,-320.75C2182.61,-320.75 2189.29,-364.84 2236,-414.75 2314.46,-498.59 2265.18,-629.25 2380,-629.25"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M2114.25,-322.75C2180.63,-321.05 2187.31,-365.14 2234.54,-416.12 2312.59,-497.88 2263.31,-628.54 2380,-631.25"/> +</g> +<!-- W1--Nav Light 1 --> +<g id="edge2" class="edge"> +<title>W1:e--Nav Light 1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M870,-558.25C941.42,-558.25 959.3,-557 1031,-557"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M870,-560.25C941.56,-560.25 959.44,-559 1031,-559"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M870,-562.25C941.7,-562.25 959.58,-561 1031,-561"/> +</g> +<!-- W1--Nav Light 1 --> +<g id="edge4" class="edge"> +<title>W1:e--Nav Light 1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M870,-532.25C941.64,-532.25 959.53,-533 1031,-533"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M870,-534.25C941.56,-534.25 959.44,-535 1031,-535"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M870,-536.25C941.47,-536.25 959.36,-537 1031,-537"/> +</g> +<!-- W1--Batt --> +<g id="edge5" class="edge"> +<title>W1:e--Batt:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M870,-490.25C1094.22,-490.25 866.28,-36.5 1090.5,-36.5"/> +</g> +<!-- W2--Nav Light 2 --> +<g id="edge7" class="edge"> +<title>W2:e--Nav Light 2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1801,-278.25C2028.72,-281.32 1720.66,-769.07 1945,-766"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1801,-280.25C2027.03,-280.25 1718.97,-768 1945,-768"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1801,-282.25C2025.34,-279.18 1717.28,-766.93 1945,-770"/> +</g> +<!-- W2--_S_1 --> +<g id="edge8" class="edge"> +<title>W2:e--_S_1:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1801,-278.25C1922.14,-279.15 1948.94,-319.65 2066.75,-318.75"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M1801,-280.25C1920.47,-280.25 1947.28,-320.75 2066.75,-320.75"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1801,-282.25C1918.81,-281.35 1945.61,-321.85 2066.75,-322.75"/> +</g> +<!-- W3--Tail Strobe --> +<g id="edge10" class="edge"> +<title>W3:e--Tail Strobe:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M2567,-627.25C2692.18,-630.04 2589.49,-867.29 2711,-864.5"/> +<path fill="none" stroke="#00ff00" stroke-width="2" d="M2567,-629.25C2690.35,-629.25 2587.65,-866.5 2711,-866.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M2567,-631.25C2688.51,-628.46 2585.82,-865.71 2711,-868.5"/> +</g> +<!-- W4--Nav Light 2 --> +<g id="edge12" class="edge"> +<title>W4:e--Nav Light 2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M870,-806.25C1348.5,-806.32 1467.53,-838.07 1945,-838"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M870,-808.25C1347.99,-808.25 1467.01,-840 1945,-840"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M870,-810.25C1347.47,-810.18 1466.5,-841.93 1945,-842"/> +</g> +<!-- W4--Nav Light 2 --> +<g id="edge14" class="edge"> +<title>W4:e--Nav Light 2:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M870,-780.25C1348.56,-780.33 1467.53,-814.08 1945,-814"/> +<path fill="none" stroke="#ffff00" stroke-width="2" d="M870,-782.25C1348.01,-782.25 1466.99,-816 1945,-816"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M870,-784.25C1347.47,-784.17 1466.44,-817.92 1945,-818"/> +</g> +<!-- W5--Tail Strobe --> +<g id="edge16" class="edge"> +<title>W5:e--Tail Strobe:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M1341,-935.25C1949.68,-935.27 2101.73,-912.52 2711,-912.5"/> +<path fill="none" stroke="#ff0000" stroke-width="2" d="M1341,-937.25C1949.97,-937.25 2102.03,-914.5 2711,-914.5"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M1341,-939.25C1950.27,-939.23 2102.32,-916.48 2711,-916.5"/> +</g> +<!-- W6--Negative Bus Bar --> +<g id="edge18" class="edge"> +<title>W6:e--Negative Bus Bar:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M3080.5,-292.25C3471.09,-294.66 3349.32,-873.41 3736,-871"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M3080.5,-294.25C3469.14,-294.25 3347.36,-873 3736,-873"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M3080.5,-296.25C3467.18,-293.84 3345.41,-872.59 3736,-875"/> +</g> +<!-- W7--Negative Bus Bar --> +<g id="edge20" class="edge"> +<title>W7:e--Negative Bus Bar:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M3592,-1010.25C3679.09,-1012.73 3645.03,-873.48 3736,-871"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M3592,-1012.25C3681.03,-1012.25 3646.97,-873 3736,-873"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M3592,-1014.25C3682.97,-1011.77 3648.91,-872.52 3736,-875"/> +</g> +<!-- W8--Negative Bus Bar --> +<g id="edge22" class="edge"> +<title>W8:e--Negative Bus Bar:w</title> +<path fill="none" stroke="#000000" stroke-width="2" d="M3592,-871.25C3655.97,-871.25 3671.97,-871 3736,-871"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M3592,-873.25C3656,-873.25 3672,-873 3736,-873"/> +<path fill="none" stroke="#000000" stroke-width="2" d="M3592,-875.25C3656.03,-875.25 3672.03,-875 3736,-875"/> +</g> +</g> +</svg> diff --git a/wireviz/Choppy_IB_VPX_J8.yml b/wireviz/Choppy_IB_VPX_J8.yml new file mode 100644 index 0000000..3d325fa --- /dev/null +++ b/wireviz/Choppy_IB_VPX_J8.yml @@ -0,0 +1,181 @@ +templates: # defining templates to be used later on + - &VPX_j8 + pinlabels: [Device (5A), Device (10A), Device (5A), Device (5A), Device (5A), Device (5A), Device (5A), Device (5A)] + pins: [1,2,3,4,5,6,7,8] + type: Connector Molex 194180023 + image: + src: images\J8.png + - &wire + category: bundle + gauge: 22 AWG + - &logic_wire + category: bundle + gauge: 20 AWG + - &Nav + type: DTM04-4P + pinlabels: [NAV/POS, ACS, GND, SYNC] + pins: [1,2,3,4] + notes: Mates with DTM06-4S + image: + src: images\NavL.png + - &Fuel_Inj + type: 90980-11875 + pins: [1,2] + pinlabels: [12V, ECU INJ] + image: + src: images\90980-11875.png + # - &relay + # type: TBD + # pins: [1,2,3,4] + # pinlabels: [switch+, switch-, coil+, coil-] + + + + +connectors: + S: &splice # generic autogenerated splice + style: simple + autogenerate: true + type: splice + Nav Light 1: + notes: ECU side + <<: *Nav + Nav Light 2: + <<: *Nav + VP-X J8: + <<: *VPX_j8 + Tail Strobe: + type: DT04-3P + pins: [A,B,C] + pinlabels: [POS, NEG, Sync] + image: + src: images\DT04-3P.png + notes: mates with DT06-3S + Batt: + type: 1/4" Ring Terminals + pinlabels: [V+,GND] + notes: 5732 Terminal Cover + Negative Bus Bar: + pins: [1,2,3,4] + type: Pike Industries Busbar + # Fuel Injector 1: + # <<: *Fuel_Inj + # Fuel Injector 2: + # <<: *Fuel_Inj + # LSU: + # type: D261.205.356-01 + # pinlabels: [12V] + # pins: [3] + # image: + # src: images\LSU.png + # Nav relay: + # <<: *relay + # ACS relay: + # <<: *relay + + +cables: + W1: + <<: *logic_wire + length: 92 " + colors: [RD,YE] + shield: true + W2: + <<: *logic_wire + length: 32 " + colors: [GN] + W3: + <<: *logic_wire + length: 120 " + colors: [GN] + W4: + <<: *logic_wire + length: 72 " + colors: [RD,YE] + shield: true + W5: + <<: *logic_wire + length: 170 " + colors: [RD] + shield: true + W6: + <<: *logic_wire + length: 18 " + colors: [BK] + W7: + <<: *logic_wire + length: 18 " + colors: [BK] + W8: + <<: *logic_wire + length: 170 " + colors: [BK] + + # W3: + # <<: *logic_wire + # length: 0.2 + # colors: [RD,RD] + # W4: + # <<: *logic_wire + # length: 0.2 + # colors: [RD] + # W5: + # <<: *logic_wire + # length: 0.2 + # colors: [WHBU, WH, WHOG] + + +connections: + - + - VP-X J8: [1,3] + - W1: [1-2] + - Nav Light 1: [1-2] + - + - VP-X J8: [1,3] + - W4: [1-2] + - Nav Light 2: [1-2] + - + - VP-X J8: [1] + - W5: [1] + - Tail Strobe: [A] + - + - Nav Light 1: [4] + - W2: [1] + - Nav Light 2: [4] + - + - W2: [1] + - [S] + - W3: [1] + - Tail Strobe: [Sync] + + - + - W1: s + - Batt: [GND] + - + - Nav Light 1: [3] + - W6: [1] + - Negative Bus Bar: [3] + - + - Nav Light 2: [3] + - W7: [1] + - Negative Bus Bar: [3] + - + - Tail Strobe: [B] + - W8: [1] + - Negative Bus Bar: [3] + # - + # - VP-X J8: [4] + # - W3: [1] + # - Fuel Injector 1: [1] + # - + # - VP-X J8: [5] + # - W3: [2] + # - Fuel Injector 2: [1] + # - + # - VP-X J8: [6] + # - W4: [1] + # - LSU: [3] + # - + # - Nav relay: [1] + # - W14: [1] + # - Nav Light 1: [1]
\ No newline at end of file diff --git a/wireviz/NewFolder/Choppy.yml b/wireviz/NewFolder/Choppy.yml new file mode 100644 index 0000000..7473b23 --- /dev/null +++ b/wireviz/NewFolder/Choppy.yml @@ -0,0 +1,156 @@ +templates: # defining templates to be used later on + - &AP_mate + type: HEW.LM.368.XLNP + pinlabels: [I/O1, I/O2, I/O3, I/O4, I/O5, I/O6, I/O7, I/O8, GND, I/O9, I/O10, I/O11, I/O12, I/O13, I/O14, I/O15, I/O16, + GND, RS 232 TX,RS 232 RX,GND,Analog 4,Analog 5,GND, CanA P, CanA N, GND, CANB_P, CANB_N, GND, I2C_CLK, I2C_DATA, + GND, 3.3V, GND, 5V, GND, ANALOG_1, ANALOG_2, ANALOG_3, GND, FTS1_OUT, FTS2_OUT, GND, V_ARB_TX, V_ARB_RX, + GND, V_ARB_VCC, FTS3_OUT_MPU, OUT_RS485_P, OUT_RS485_N, IN_RS845_N, IN_RS845_P, RS-485_GND, EQEP_A, EQEP_B, EQEP_S, EQEP_I, + GND, V_USB_DP, V_USB_DN, V_USB_ID, FTS_OUT_MPU, FTS2_OUT_MPU, GND, GND, VCC, VCC] + image: + src: images\1X_plug.png + caption: 68 pin connector for Autopilot 1x (frontal view) + - &CEX_mate + type: HEW.LM.368.XLNP + - &con_i2c + pinlabels: [GND, +5V, SCL, SDA] + - &Servo + pinlabels: [IN1+, IN1-, IN2+, IN2-, DIO1, DIO2, CAN_P, GND, (NA), CAN_N, TRX-, GND, TRX+] + pins: [A, B, C, D, E, F, G, H, I, J, K, L, M] + - &wire + category: bundle + gauge: 0.14 mm2 + + + + +connectors: + Veronte 1X: + <<: *AP_mate # copying items from the template + notes: Veronte 1X + Swash1: + <<: *Servo + Swash2: + <<: *Servo + Swash3: + <<: *Servo + Yaw: + <<: *Servo + X5: + type: DC_power + pinlabels: [GND, +24V] + Radio: + type: temp + pinlabels: [Tx,Rx,GND,V+] + CEX: + type: HEW.LM.368.XLNP + pinlabels: [CAN_GND,CANB_P,CANB_N] + pins: [7, 8, 9] + ECU: + type: ECU + pinlabels: [CAN_GND,CANB_P,CANB_N] + pins: [H1, E1, E2] + Servo: + type: ECU + pinlabels: [PWM, GND] + Radar: + pinlabels: [GND, CAN_L, CAN_H, V+] + pins: [1,2,3,4] + S: &splice # generic autogenerated splice + style: simple + autogenerate: true + type: splice + + +cables: + W1: + <<: *wire + length: 0.2 + show_equiv: true + colors: [BNRD, WHBK, BNBK] + W2: + <<: *wire + length: 0.4 + colors: [BK, RD, WH] + W3: + <<: *wire + length: 0.3 + colors: [WHPK, PKBN, WHBU] + W4: + <<: *wire + length: 0.3 + colors: [GY, PK, BU, RD] + W5: + <<: *wire + length: 0.3 + colors: [BK, RD] + W6: + <<: *wire + length: 0.3 + colors: [GYGN, YEGY, PKGN] + W7: + <<: *wire + length: 0.3 + colors: [BU, RD, BK] + W8: + <<: *wire + length: 0.3 + colors: [WH, BK] + W9: + <<: *wire + length: 0.3 + colors: [BK, WH, PK] + + +connections: + - + - Veronte 1X: [24-26] + - W1: [1-3] + - [S,S,S] + - W2: [1-3] + - + - W2: [1-3] + - Swash1: [H,G,J] + - + - W2: [1-3] + - Swash2: [H,G,J] + - + - W2: [1-3] + - Swash3: [H,G,J] + - + - W2: [1-3] + - Yaw: [H,G,J] + - + - Veronte 1X: [65-68] + - W4: [1-4] + - [S,S,S,S] + - W5: [1,1,2,2] + - + - W5: [1-2] + - X5: [1-2] + - + - Veronte 1X: [19-21] + - W3: [1-3] + - Radio: [2,1,3] + - + - Veronte 1X: [27-29] + - W6: [1-3] + - [S,S,S] + - W7: [1-3] + - + - W7: [1-3] + - CEX: [7-9] + - + - W7: [1-3] + - Radar: [1,3,2] + - + - Veronte 1X: [27-29] + - W6: [1-3] + - [S,S,S] + - W9: [1-3] + - + - W9: [1-3] + - ECU: [H1, E1, E2] + - + - Veronte 1X: [1,9] + - W8: [1-2] + - Servo: [1-2]
\ No newline at end of file diff --git a/wireviz/images/1X_plug.png b/wireviz/images/1X_plug.png Binary files differnew file mode 100644 index 0000000..378d0c9 --- /dev/null +++ b/wireviz/images/1X_plug.png diff --git a/wireviz/images/25dsub.png b/wireviz/images/25dsub.png Binary files differnew file mode 100644 index 0000000..75153da --- /dev/null +++ b/wireviz/images/25dsub.png diff --git a/wireviz/images/90980-11875.png b/wireviz/images/90980-11875.png Binary files differnew file mode 100644 index 0000000..026a418 --- /dev/null +++ b/wireviz/images/90980-11875.png diff --git a/wireviz/images/A2C.png b/wireviz/images/A2C.png Binary files differnew file mode 100644 index 0000000..19cb430 --- /dev/null +++ b/wireviz/images/A2C.png diff --git a/wireviz/images/A2Logic.png b/wireviz/images/A2Logic.png Binary files differnew file mode 100644 index 0000000..6940a0b --- /dev/null +++ b/wireviz/images/A2Logic.png diff --git a/wireviz/images/A2Power.png b/wireviz/images/A2Power.png Binary files differnew file mode 100644 index 0000000..904193e --- /dev/null +++ b/wireviz/images/A2Power.png diff --git a/wireviz/images/CEX_plug.png b/wireviz/images/CEX_plug.png Binary files differnew file mode 100644 index 0000000..c6bc501 --- /dev/null +++ b/wireviz/images/CEX_plug.png diff --git a/wireviz/images/DT04-3P.png b/wireviz/images/DT04-3P.png Binary files differnew file mode 100644 index 0000000..0b3cb25 --- /dev/null +++ b/wireviz/images/DT04-3P.png diff --git a/wireviz/images/DT06-3S.png b/wireviz/images/DT06-3S.png Binary files differnew file mode 100644 index 0000000..9965624 --- /dev/null +++ b/wireviz/images/DT06-3S.png diff --git a/wireviz/images/DTM04-4P.png b/wireviz/images/DTM04-4P.png Binary files differnew file mode 100644 index 0000000..df5103e --- /dev/null +++ b/wireviz/images/DTM04-4P.png diff --git a/wireviz/images/DTM04.png b/wireviz/images/DTM04.png Binary files differnew file mode 100644 index 0000000..93ea4ba --- /dev/null +++ b/wireviz/images/DTM04.png diff --git a/wireviz/images/ECU1.png b/wireviz/images/ECU1.png Binary files differnew file mode 100644 index 0000000..c632958 --- /dev/null +++ b/wireviz/images/ECU1.png diff --git a/wireviz/images/ECU2.png b/wireviz/images/ECU2.png Binary files differnew file mode 100644 index 0000000..ed1e3ca --- /dev/null +++ b/wireviz/images/ECU2.png diff --git a/wireviz/images/ECU3.png b/wireviz/images/ECU3.png Binary files differnew file mode 100644 index 0000000..2aa3ab0 --- /dev/null +++ b/wireviz/images/ECU3.png diff --git a/wireviz/images/ECU4.png b/wireviz/images/ECU4.png Binary files differnew file mode 100644 index 0000000..cd2957b --- /dev/null +++ b/wireviz/images/ECU4.png diff --git a/wireviz/images/FB.png b/wireviz/images/FB.png Binary files differnew file mode 100644 index 0000000..4075684 --- /dev/null +++ b/wireviz/images/FB.png diff --git a/wireviz/images/J10.png b/wireviz/images/J10.png Binary files differnew file mode 100644 index 0000000..aabd386 --- /dev/null +++ b/wireviz/images/J10.png diff --git a/wireviz/images/J12.png b/wireviz/images/J12.png Binary files differnew file mode 100644 index 0000000..e03c2e2 --- /dev/null +++ b/wireviz/images/J12.png diff --git a/wireviz/images/J8.png b/wireviz/images/J8.png Binary files differnew file mode 100644 index 0000000..5dcdb8d --- /dev/null +++ b/wireviz/images/J8.png diff --git a/wireviz/images/KS.png b/wireviz/images/KS.png Binary files differnew file mode 100644 index 0000000..d9265a0 --- /dev/null +++ b/wireviz/images/KS.png diff --git a/wireviz/images/LSU.png b/wireviz/images/LSU.png Binary files differnew file mode 100644 index 0000000..3cbb92a --- /dev/null +++ b/wireviz/images/LSU.png diff --git a/wireviz/images/MAF.png b/wireviz/images/MAF.png Binary files differnew file mode 100644 index 0000000..8c9e764 --- /dev/null +++ b/wireviz/images/MAF.png diff --git a/wireviz/images/Nav.png b/wireviz/images/Nav.png Binary files differnew file mode 100644 index 0000000..4ebabff --- /dev/null +++ b/wireviz/images/Nav.png diff --git a/wireviz/images/NavL.png b/wireviz/images/NavL.png Binary files differnew file mode 100644 index 0000000..95df4e7 --- /dev/null +++ b/wireviz/images/NavL.png diff --git a/wireviz/images/PPS_J1.png b/wireviz/images/PPS_J1.png Binary files differnew file mode 100644 index 0000000..4c9c956 --- /dev/null +++ b/wireviz/images/PPS_J1.png diff --git a/wireviz/images/PPS_Lugs.png b/wireviz/images/PPS_Lugs.png Binary files differnew file mode 100644 index 0000000..944ce0e --- /dev/null +++ b/wireviz/images/PPS_Lugs.png diff --git a/wireviz/images/ServoP.png b/wireviz/images/ServoP.png Binary files differnew file mode 100644 index 0000000..7c0213f --- /dev/null +++ b/wireviz/images/ServoP.png diff --git a/wireviz/images/Sum.png b/wireviz/images/Sum.png Binary files differnew file mode 100644 index 0000000..1c4e0ab --- /dev/null +++ b/wireviz/images/Sum.png diff --git a/wireviz/images/US-D1.png b/wireviz/images/US-D1.png Binary files differnew file mode 100644 index 0000000..95f485f --- /dev/null +++ b/wireviz/images/US-D1.png diff --git a/wireviz/images/coil.png b/wireviz/images/coil.png Binary files differnew file mode 100644 index 0000000..8cb39ee --- /dev/null +++ b/wireviz/images/coil.png diff --git a/wireviz/images/kill.png b/wireviz/images/kill.png Binary files differnew file mode 100644 index 0000000..551cf26 --- /dev/null +++ b/wireviz/images/kill.png diff --git a/wireviz/images/throttleCAN.png b/wireviz/images/throttleCAN.png Binary files differnew file mode 100644 index 0000000..d8d6def --- /dev/null +++ b/wireviz/images/throttleCAN.png diff --git a/wireviz/images/typekf.png b/wireviz/images/typekf.png Binary files differnew file mode 100644 index 0000000..2a1b0de --- /dev/null +++ b/wireviz/images/typekf.png diff --git a/wireviz/images/typekm.png b/wireviz/images/typekm.png Binary files differnew file mode 100644 index 0000000..51f66df --- /dev/null +++ b/wireviz/images/typekm.png |