diff --git a/Models/Instruments/Lower-ECAM/Lower-ECAM.nas b/Models/Instruments/Lower-ECAM/Lower-ECAM.nas
index 01d8bded..ec32b6d3 100644
--- a/Models/Instruments/Lower-ECAM/Lower-ECAM.nas
+++ b/Models/Instruments/Lower-ECAM/Lower-ECAM.nas
@@ -617,13 +617,13 @@ var canvas_lowerECAM_elec = {
 		return m;
 	},
 	getKeys: func() {
-		return ["TAT","SAT","GW","UTCh","UTCm","BAT1-label","Bat1Volt","Bat1Ampere","BAT2-label","Bat2Volt","Bat2Ampere","BAT1-charge","BAT1-discharge","ELEC-Line-BAT1-DCBAT","BAT2-charge","BAT2-discharge","ELEC-Line-BAT2-DCBAT","ELEC-Line-DC1-DCBAT",
-		"ELEC-Line-DC1-DCESS","ELEC-Line-DC2-DCBAT","ELEC-Line-DC1-DCESS_DCBAT","ELEC-Line-DC2-DCESS_DCBAT","ELEC-Line-TR1-DC1","ELEC-Line-TR2-DC2","Shed-label","ELEC-Line-ESSTR-DCESS","TR1-label","TR1Volt","TR1Ampere","TR2-label","TR2Volt","TR2Ampere",
-		"EMERGEN-Box-on","EmergenVolt","EmergenHz","ELEC-Line-Emergen-ESSTR","EMERGEN-Label-off","EMERGEN-out","ELEC-Line-ACESS-TRESS","ELEC-Line-AC1-TR1","ELEC-Line-AC2-TR2","ELEC-Line-AC1-ACESS","ELEC-Line-AC2-ACESS","ACESS-SHED","ACESS","AC1-in","AC2-in",
-		"ELEC-Line-GEN1-AC1","ELEC-Line-GEN2-AC2","ELEC-Line-APU-AC1","ELEC-Line-APU-EXT","ELEC-Line-EXT-AC2","APU-out","EXT-out","EXTPWR-group","ExtVolt","ExtHz","APU-content","APU-border","APUGentext","APUGenLoad","APUGenVolt","APUGenHz","APUGEN-off",
-		"GEN1-label","Gen1Load","Gen1Volt","Gen1Hz","GEN2-label","Gen2Load","GEN2-off","Gen2Volt","Gen2Hz","ELEC-IDG-1-label","ELEC-IDG-1-Temp","IDG1-LOPR","IDG1-DISC","IDG1-RISE-Value","IDG1-RISE-label","GalleyShed","ELEC-IDG-2-Temp","ELEC-IDG-2-label",
-		"IDG2-RISE-label","IDG2-RISE-Value","IDG2-LOPR","IDG2-DISC","ESSTR-group","ESSTR-Volt","ESSTR-Ampere","BAT1-content","BAT2-content","BAT1-OFF","BAT2-OFF","GEN1-content","GEN2-content","GEN-1-num-label","GEN-2-num-label","GEN1-off","GEN2-off",
-		"GEN1-num-label","GEN2-num-label","EXTPWR-label","ELEC-ACESS-SHED-label","ELEC-DCBAT-label","ELEC-DCESS-label","ELEC-DC2-label","ELEC-DC1-label","ELEC-AC1-label","ELEC-AC2-label","ELEC-ACESS-label"];
+		return ["TAT","SAT","GW","UTCh","UTCm","BAT1-label","Bat1Volt","Bat1Ampere","BAT2-label","Bat2Volt","Bat2Ampere","BAT1-charge","BAT1-discharge","BAT2-charge","BAT2-discharge","ELEC-Line-DC1-DCBAT","ELEC-Line-DC1-DCESS","ELEC-Line-DC2-DCBAT",
+		"ELEC-Line-DC1-DCESS_DCBAT","ELEC-Line-DC2-DCESS_DCBAT","ELEC-Line-TR1-DC1","ELEC-Line-TR2-DC2","Shed-label","ELEC-Line-ESSTR-DCESS","TR1-label","TR1Volt","TR1Ampere","TR2-label","TR2Volt","TR2Ampere","EMERGEN-Box-on","EmergenVolt","EmergenHz",
+		"ELEC-Line-Emergen-ESSTR","EMERGEN-Label-off","EMERGEN-out","ELEC-Line-ACESS-TRESS","ELEC-Line-AC1-TR1","ELEC-Line-AC2-TR2","ELEC-Line-AC1-ACESS","ELEC-Line-AC2-ACESS","ACESS-SHED","ACESS","AC1-in","AC2-in","ELEC-Line-GEN1-AC1","ELEC-Line-GEN2-AC2",
+		"ELEC-Line-APU-AC1","ELEC-Line-APU-EXT","ELEC-Line-EXT-AC2","APU-out","EXT-out","EXTPWR-group","ExtVolt","ExtHz","APU-content","APU-border","APUGentext","APUGenLoad","APUGenVolt","APUGenHz","APUGEN-off","GEN1-label","Gen1Load","Gen1Volt","Gen1Hz",
+		"GEN2-label","Gen2Load","GEN2-off","Gen2Volt","Gen2Hz","ELEC-IDG-1-label","ELEC-IDG-1-Temp","IDG1-LOPR","IDG1-DISC","IDG1-RISE-Value","IDG1-RISE-label","GalleyShed","ELEC-IDG-2-Temp","ELEC-IDG-2-label","IDG2-RISE-label","IDG2-RISE-Value","IDG2-LOPR",
+		"IDG2-DISC","ESSTR-group","ESSTR-Volt","ESSTR-Ampere","BAT1-content","BAT2-content","BAT1-OFF","BAT2-OFF","GEN1-content","GEN2-content","GEN-1-num-label","GEN-2-num-label","GEN1-off","GEN2-off","GEN1-num-label","GEN2-num-label","EXTPWR-label",
+		"ELEC-ACESS-SHED-label","ELEC-DCBAT-label","ELEC-DCESS-label","ELEC-DC2-label","ELEC-DC1-label","ELEC-AC1-label","ELEC-AC2-label","ELEC-ACESS-label"];
 	},
 	update: func() {
 
@@ -633,7 +633,6 @@ var canvas_lowerECAM_elec = {
 			me["BAT1-content"].hide();
 			me["BAT1-discharge"].hide();
 			me["BAT1-charge"].hide();
-			me["ELEC-Line-BAT1-DCBAT"].hide();
 		} else {
 			me["BAT1-OFF"].hide();
 			me["BAT1-content"].show();
@@ -654,7 +653,6 @@ var canvas_lowerECAM_elec = {
 
 			# TODO add correct charge/dischare behaviour
 			# this is only temporary
-			me["ELEC-Line-BAT1-DCBAT"].show();
 			me["BAT1-discharge"].hide();
 			me["BAT1-charge"].hide();
 		}
@@ -671,7 +669,6 @@ var canvas_lowerECAM_elec = {
 			me["BAT2-content"].hide();
 			me["BAT2-discharge"].hide();
 			me["BAT2-charge"].hide();
-			me["ELEC-Line-BAT2-DCBAT"].hide();
 		} else {
 			me["BAT2-OFF"].hide();
 			me["BAT2-content"].show();
@@ -691,7 +688,6 @@ var canvas_lowerECAM_elec = {
 			}
 			# TODO add correct charge/dischare behaviour
 			# this is only temporary
-			me["ELEC-Line-BAT2-DCBAT"].show();
 			me["BAT2-discharge"].hide();
 			me["BAT2-charge"].hide();
 		}
diff --git a/Models/Instruments/Lower-ECAM/res/elec.svg b/Models/Instruments/Lower-ECAM/res/elec.svg
index ba2d6408..61d737b4 100644
--- a/Models/Instruments/Lower-ECAM/res/elec.svg
+++ b/Models/Instruments/Lower-ECAM/res/elec.svg
@@ -41,282 +41,94 @@
      inkscape:window-height="1027"
      id="namedview371"
      showgrid="true"
-     inkscape:zoom="0.5"
-     inkscape:cx="847.12649"
-     inkscape:cy="469.57581"
+     inkscape:zoom="0.50000001"
+     inkscape:cx="482.80276"
+     inkscape:cy="725.21479"
      inkscape:window-x="1592"
      inkscape:window-y="-8"
      inkscape:window-maximized="1"
-     inkscape:current-layer="APU-out"
+     inkscape:current-layer="svg2"
      inkscape:snap-nodes="false"
      inkscape:snap-global="false">
     <inkscape:grid
        type="xygrid"
        id="grid5153" />
   </sodipodi:namedview>
+  <rect
+     y="195.05968"
+     x="392.7948"
+     height="45.597965"
+     width="238.08084"
+     id="rect4581"
+     style="opacity:1;fill:#4d4d4d;fill-opacity:1;stroke:#4d4d4d;stroke-width:1.80152726;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers" />
+  <g
+     id="g4501"
+     transform="translate(2.828427,0)">
+    <path
+       sodipodi:nodetypes="cc"
+       inkscape:connector-curvature="0"
+       id="rect3692"
+       d="M 188.5144,142.2376 188.51467,14.3"
+       style="fill:none;stroke:#4d4d4d;stroke-width:5.5999999;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       style="fill:none;stroke:#4d4d4d;stroke-width:5.5999999;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 323.11467,14.3 -134.60027,0"
+       id="path4495"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <path
+       sodipodi:nodetypes="cc"
+       inkscape:connector-curvature="0"
+       id="path4497"
+       d="m 323.1144,14.3 0,127.9376"
+       style="fill:none;stroke:#4d4d4d;stroke-width:5.5999999;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       style="fill:none;stroke:#4d4d4d;stroke-width:5.5999999;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 188.5144,142.2376 134.6,0"
+       id="path4499"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+  </g>
   <text
      xml:space="preserve"
-     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:48.29243088px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:4.02436924px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;"
-     x="37.914444"
-     y="56.166142"
+     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:48.29243088px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:4.02436924px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="17.189734"
+     y="46.515823"
      id="PageTitleELEC"
      inkscape:label="#text3714"
-     transform="scale(0.96503157,1.0362355)"><tspan
+     transform="scale(0.96503158,1.0362355)"
+     sodipodi:linespacing="0%"><tspan
        sodipodi:role="line"
        id="tspan4602"
-       x="37.914444"
-       y="56.166142"
-       style="stroke-width:4.02436924px;fill:#cecdce;fill-opacity:1;">ELEC</tspan></text>
+       x="17.189734"
+       y="46.515823"
+       style="fill:#cecdce;fill-opacity:1;stroke-width:4.02436924px">ELEC</tspan></text>
   <rect
      style="fill:#cecdce;fill-opacity:1;stroke-width:1.03660548"
      id="PageTitleELEC2"
      width="112.5"
      height="4.677979"
-     x="37.5"
-     y="71.5"
+     x="19.5"
+     y="50.700001"
      inkscape:label="#rect3718" />
   <g
-     inkscape:label="#g3441"
-     id="APU-out"
-     transform="matrix(1,0,0,1.0434395,-418.58361,526.06399)">
-    <rect
-       y="123.27498"
-       x="841.24066"
-       height="9.2262383"
-       width="5.3955846"
-       id="rect4241-1-7"
-       style="fill:#0dc04b;fill-opacity:1;stroke:none;stroke-width:0.64876735;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
-    <path
-       sodipodi:type="star"
-       style="fill:none;fill-opacity:1;stroke:#0dc04b;stroke-width:4.69756889;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path4243-7-5"
-       sodipodi:sides="3"
-       sodipodi:cx="788.80811"
-       sodipodi:cy="109.92132"
-       sodipodi:r1="14.398978"
-       sodipodi:r2="7.1544757"
-       sodipodi:arg1="2.6191108"
-       sodipodi:arg2="3.6663083"
-       inkscape:flatsided="true"
-       inkscape:rounded="0"
-       inkscape:randomized="0"
-       d="m 776.33019,117.10687 12.494,-21.584521 12.44575,21.612381 z"
-       inkscape:transform-center-x="-0.045894102"
-       inkscape:transform-center-y="-3.4535777"
-       transform="matrix(1.0702291,0,0,0.97557219,-0.2069507,9.952916)" />
-    <rect
-       y="841.29456"
-       x="-103.02499"
-       height="5.1961145"
-       width="59.788063"
-       id="ELEC-Line-GEN1-AC1-3"
-       style="fill:#0dc04b;fill-opacity:1;stroke-width:0.19372514"
-       inkscape:label="#rect3952-9"
-       transform="rotate(-90)" />
-  </g>
-  <g
-     inkscape:label="#g3441"
-     id="BAT1-discharge"
-     transform="matrix(0,-1,-1,0,518.50603,939.53463)">
-    <rect
-       y="123.27498"
-       x="841.24066"
-       height="12.731068"
-       width="5.3955846"
-       id="rect4241-10-7"
-       style="fill:#bb6100;fill-opacity:1;stroke:none;stroke-width:0.76209491;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
-    <path
-       sodipodi:type="star"
-       style="fill:none;fill-opacity:1;stroke:#bb6100;stroke-width:4.69756889;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path4243-61-1"
-       sodipodi:sides="3"
-       sodipodi:cx="788.80811"
-       sodipodi:cy="109.92132"
-       sodipodi:r1="14.398978"
-       sodipodi:r2="7.1544757"
-       sodipodi:arg1="2.6191108"
-       sodipodi:arg2="3.6663083"
-       inkscape:flatsided="true"
-       inkscape:rounded="0"
-       inkscape:randomized="0"
-       d="m 776.33019,117.10687 12.494,-21.584521 12.44575,21.612381 z"
-       inkscape:transform-center-x="-0.045894102"
-       inkscape:transform-center-y="-3.4535777"
-       transform="matrix(1.0702291,0,0,0.97557219,-0.2069507,6.7326558)" />
-  </g>
-  <rect
-     y="92.348976"
-     x="383.25"
-     height="7.100245"
-     width="40.500019"
-     id="ELEC-Line-BAT1-DCBAT"
-     style="fill:#0dc04b;fill-opacity:1;stroke-width:0.18180861"
-     inkscape:label="#rect3952-9" />
-  <g
-     id="g3454"
-     transform="matrix(0.94047351,0,0,1.3491171,-488.77724,-277.43048)">
-    <rect
-       y="222.01558"
-       x="758.54181"
-       height="5.9540482"
-       width="170.28506"
-       id="rect3952-8-5-74"
-       style="fill:#4d4d4d;fill-opacity:1" />
-    <rect
-       y="225.13403"
-       x="758.54407"
-       height="102.39331"
-       width="6.3915539"
-       id="rect3956-8-3-4"
-       style="fill:#4d4d4d;fill-opacity:1" />
-    <rect
-       y="324.1066"
-       x="758.54095"
-       height="5.9540482"
-       width="170.28198"
-       id="rect3952-8-5-7-2"
-       style="fill:#4d4d4d;fill-opacity:1" />
-    <rect
-       y="225.28102"
-       x="922.43665"
-       height="102.24854"
-       width="6.3915539"
-       id="rect3956-8-3-3-6"
-       style="fill:#4d4d4d;fill-opacity:1" />
-  </g>
-  <text
-     xml:space="preserve"
-     style="font-style:normal;font-weight:normal;line-height:0%;font-family:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-     x="425.45309"
-     y="699.8147"
-     id="APUGentext"
-     inkscape:label="#text3720"><tspan
-       sodipodi:role="line"
-       id="tspan3722"
-       x="425.45309"
-       y="699.8147"
-       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#cecdce">APU  GEN</tspan></text>
-  <g
-     transform="matrix(1,0,0,0.90421173,103.90706,102.73215)"
-     id="APU-border"
-     inkscape:label="#g5337">
-    <rect
-       y="615.28009"
-       x="224.99759"
-       height="5.9540482"
-       width="191.42757"
-       id="rect3952-8-5"
-       style="fill:#4d4d4d;fill-opacity:1" />
-    <rect
-       y="618.3985"
-       x="224.99985"
-       height="200.06398"
-       width="6.3915539"
-       id="rect3956-8-3"
-       style="fill:#4d4d4d;fill-opacity:1" />
-    <rect
-       y="815.34479"
-       x="224.99863"
-       height="5.9540482"
-       width="191.36324"
-       id="rect3952-8-5-7"
-       style="fill:#4d4d4d;fill-opacity:1" />
-    <rect
-       y="618.68573"
-       x="410.03375"
-       height="199.78113"
-       width="6.3915539"
-       id="rect3956-8-3-3"
-       style="fill:#4d4d4d;fill-opacity:1" />
-  </g>
-  <g
-     id="APU-content"
+     id="APU-content1"
      inkscape:label="#g4958"
-     transform="translate(103.90706,43.795538)">
-    <text
-       id="text3724"
-       y="694.84576"
-       x="346.03418"
-       style="font-style:normal;font-weight:normal;line-height:0%;font-family:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#179ab7;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       xml:space="preserve"><tspan
-         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#179ab7;fill-opacity:1"
-         y="694.84576"
-         x="346.03418"
-         id="tspan3726"
-         sodipodi:role="line">%</tspan></text>
-    <text
-       id="text3728"
-       y="737.79102"
-       x="352.96994"
-       style="font-style:normal;font-weight:normal;line-height:0%;font-family:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#179ab7;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       xml:space="preserve"><tspan
-         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#179ab7;fill-opacity:1"
-         y="737.79102"
-         x="352.96994"
-         id="tspan3730"
-         sodipodi:role="line">V</tspan></text>
-    <text
-       id="text3732"
-       y="781.13617"
-       x="346.68344"
-       style="font-style:normal;font-weight:normal;line-height:0%;font-family:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#179ab7;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       xml:space="preserve"><tspan
-         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#179ab7;fill-opacity:1"
-         y="781.13617"
-         x="346.68344"
-         id="tspan3734"
-         sodipodi:role="line">HZ</tspan></text>
-    <text
-       inkscape:label="#text5149"
-       id="APUGenLoad"
-       y="698.67126"
-       x="323.06186"
-       style="font-style:normal;font-weight:normal;line-height:0%;font-family:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       xml:space="preserve"><tspan
-         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:42px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#0dc04b"
-         y="698.67126"
-         x="323.06186"
-         id="tspan5151"
-         sodipodi:role="line">0</tspan></text>
-    <text
-       inkscape:label="#text5149"
-       id="APUGenVolt"
-       y="741.41852"
-       x="322.63672"
-       style="font-style:normal;font-weight:normal;line-height:0%;font-family:'Liberation Sans';text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       xml:space="preserve"><tspan
-         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:42px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#0dc04b"
-         y="741.41852"
-         x="322.63672"
-         id="tspan5151-0"
-         sodipodi:role="line">115</tspan></text>
-    <text
-       inkscape:label="#text5149"
-       id="APUGenHz"
-       y="781.92401"
-       x="323.42184"
-       style="font-style:normal;font-weight:normal;line-height:0%;font-family:'Liberation Sans';text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       xml:space="preserve"><tspan
-         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:42px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#0dc04b"
-         y="781.92401"
-         x="323.42184"
-         id="tspan5151-0-2"
-         sodipodi:role="line">400</tspan></text>
-  </g>
+     transform="translate(-458.38424,-17.298486)" />
   <g
      inkscape:label="#g3441"
      id="AC1-in"
-     transform="translate(-726.49067,441.725)">
+     transform="matrix(1.0000036,0,0,0.99999824,-746.52997,427.27293)">
     <rect
-       y="110.8233"
-       x="841.24066"
-       height="25.182739"
-       width="5.3955846"
+       y="106.97126"
+       x="841.58289"
+       height="27.495249"
+       width="4.7999878"
        id="rect4241"
        style="fill:#0dc04b;fill-opacity:1;stroke:none;stroke-width:1.07183552;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
     <path
        sodipodi:type="star"
-       style="fill:none;fill-opacity:1;stroke:#0dc04b;stroke-width:4.69756889;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       style="fill:none;fill-opacity:1;stroke:#0dc04b;stroke-width:5.35478449;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
        id="path4243"
        sodipodi:sides="3"
        sodipodi:cx="788.80811"
@@ -329,336 +141,103 @@
        inkscape:rounded="0"
        inkscape:randomized="0"
        d="m 776.33019,117.10687 12.494,-21.584521 12.44575,21.612381 z"
-       inkscape:transform-center-x="-0.045894102"
-       inkscape:transform-center-y="-3.4535777"
-       transform="matrix(1.0702291,0,0,0.97557219,-0.2069507,-3.5721766)" />
+       inkscape:transform-center-x="-0.042417572"
+       inkscape:transform-center-y="-2.8748476"
+       transform="matrix(0.98944731,0,0,0.81209163,63.509767,12.068865)" />
   </g>
-  <text
-     xml:space="preserve"
-     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38.7979995px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr;text-anchor:start;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:3.23319149px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;"
-     x="57.657024"
-     y="613.48877"
-     id="GEN1-label"
-     inkscape:label="#text3720"
-     transform="scale(0.93406054,1.0705944)"><tspan
-       sodipodi:role="line"
-       id="tspan5339">GEN</tspan></text>
   <rect
-     y="114.75"
-     x="-613.75"
-     height="5.1961346"
-     width="39.749985"
+     y="95.056"
+     x="-608.0152"
+     height="4.8000002"
+     width="51.076"
      id="ELEC-Line-GEN1-AC1"
      style="fill:#0dc04b;fill-opacity:1;stroke-width:0.15408444"
      inkscape:label="#rect3952-9"
-     transform="rotate(-90)" />
-  <g
-     id="Gen-1-box"
-     inkscape:label="#g3460"
-     transform="matrix(0.89172922,0,0,0.92112118,-55.933514,498.4609)">
-    <rect
-       y="123.87109"
-       x="99.823715"
-       height="5.9540482"
-       width="191.42757"
-       id="rect3952-8-5-1"
-       style="fill:#4d4d4d;fill-opacity:1" />
-    <rect
-       y="126.98955"
-       x="99.825974"
-       height="200.06398"
-       width="6.3915539"
-       id="rect3956-8-3-5"
-       style="fill:#4d4d4d;fill-opacity:1" />
-    <rect
-       y="323.93579"
-       x="99.824753"
-       height="5.9540482"
-       width="191.36324"
-       id="rect3952-8-5-7-5"
-       style="fill:#4d4d4d;fill-opacity:1" />
-    <rect
-       y="127.27674"
-       x="284.85986"
-       height="199.78113"
-       width="6.3915539"
-       id="rect3956-8-3-3-4"
-       style="fill:#4d4d4d;fill-opacity:1" />
-  </g>
-  <g
-     id="GEN1-content"
-     inkscape:label="#g4856">
-    <text
-       id="text3724-6"
-       y="697.77173"
-       x="128.65674"
-       style="font-style:normal;font-weight:normal;font-size:12px;line-height:0%;font-family:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#179ab7;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       xml:space="preserve"><tspan
-         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#179ab7;fill-opacity:1;stroke-width:1px"
-         y="697.77173"
-         x="128.65674"
-         id="tspan3726-10"
-         sodipodi:role="line">%</tspan></text>
-    <text
-       id="text3728-6"
-       y="748.32513"
-       x="132.51785"
-       style="font-style:normal;font-weight:normal;font-size:12px;line-height:0%;font-family:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#179ab7;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       xml:space="preserve"><tspan
-         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#179ab7;fill-opacity:1;stroke-width:1px"
-         y="748.32513"
-         x="132.51785"
-         id="tspan3730-3"
-         sodipodi:role="line">V</tspan></text>
-    <text
-       id="text3732-2"
-       y="788.10828"
-       x="131.42581"
-       style="font-style:normal;font-weight:normal;font-size:12px;line-height:0%;font-family:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#179ab7;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       xml:space="preserve"><tspan
-         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#179ab7;fill-opacity:1;stroke-width:1px"
-         y="788.10828"
-         x="131.42581"
-         id="tspan3734-0"
-         sodipodi:role="line">HZ</tspan></text>
-    <text
-       inkscape:label="#text5149"
-       id="Gen1Load"
-       y="703.11627"
-       x="127.62591"
-       style="font-style:normal;font-weight:normal;font-size:12px;line-height:0%;font-family:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       xml:space="preserve"><tspan
-         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:42px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#0dc04b;stroke-width:1px"
-         y="703.11627"
-         x="127.62591"
-         id="tspan5151-6"
-         sodipodi:role="line">0</tspan></text>
-    <text
-       inkscape:label="#text5149"
-       id="Gen1Volt"
-       y="746.73816"
-       x="126.68496"
-       style="font-style:normal;font-weight:normal;font-size:12px;line-height:0%;font-family:'Liberation Sans';text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       xml:space="preserve"><tspan
-         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:42px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#0dc04b;stroke-width:1px"
-         y="746.73816"
-         x="126.68496"
-         id="tspan5151-0-6"
-         sodipodi:role="line">115</tspan></text>
-    <text
-       inkscape:label="#text5149"
-       id="Gen1Hz"
-       y="786.43402"
-       x="126.6238"
-       style="font-style:normal;font-weight:normal;font-size:12px;line-height:0%;font-family:'Liberation Sans';text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       xml:space="preserve"><tspan
-         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:42px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#0dc04b;stroke-width:1px"
-         y="786.43402"
-         x="126.6238"
-         id="tspan5151-0-2-3"
-         sodipodi:role="line">400</tspan></text>
-  </g>
+     transform="matrix(0,-1,1,0,0,0)" />
   <text
      xml:space="preserve"
-     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38.79799908px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr;text-anchor:start;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:3.23319149px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;"
-     x="896.79578"
-     y="612.66852"
-     id="GEN2-label"
-     inkscape:label="#text3720"
-     transform="scale(0.93406056,1.0705944)"><tspan
-       sodipodi:role="line"
-       id="tspan5341">GEN</tspan></text>
-  <rect
-     y="902.25"
-     x="-613.75"
-     height="5.1961346"
-     width="39.749985"
-     id="ELEC-Line-GEN2-AC2"
-     style="fill:#0dc04b;fill-opacity:1;stroke-width:0.15408444"
-     inkscape:label="#rect3952-9"
-     transform="rotate(-90)" />
-  <g
-     id="Gen-1-box-0"
-     inkscape:label="#g3460"
-     transform="matrix(0.8917292,0,0,0.92112117,727.8729,497.58271)">
-    <rect
-       y="123.87109"
-       x="99.823715"
-       height="5.9540482"
-       width="191.42757"
-       id="rect3952-8-5-1-7"
-       style="fill:#4d4d4d;fill-opacity:1" />
-    <rect
-       y="126.98955"
-       x="99.825974"
-       height="200.06398"
-       width="6.3915539"
-       id="rect3956-8-3-5-8"
-       style="fill:#4d4d4d;fill-opacity:1" />
-    <rect
-       y="323.93579"
-       x="99.824753"
-       height="5.9540482"
-       width="191.36324"
-       id="rect3952-8-5-7-5-6"
-       style="fill:#4d4d4d;fill-opacity:1" />
-    <rect
-       y="127.27674"
-       x="284.85986"
-       height="199.78113"
-       width="6.3915539"
-       id="rect3956-8-3-3-4-8"
-       style="fill:#4d4d4d;fill-opacity:1" />
-  </g>
-  <g
-     id="GEN2-content"
-     inkscape:label="#g4870">
-    <text
-       id="text3724-6-5"
-       y="696.89355"
-       x="912.46313"
-       style="font-style:normal;font-weight:normal;font-size:12px;line-height:0%;font-family:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#179ab7;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       xml:space="preserve"><tspan
-         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#179ab7;fill-opacity:1;stroke-width:1px"
-         y="696.89355"
-         x="912.46313"
-         id="tspan3726-10-4"
-         sodipodi:role="line">%</tspan></text>
-    <text
-       id="text3728-6-7"
-       y="747.44696"
-       x="916.32428"
-       style="font-style:normal;font-weight:normal;font-size:12px;line-height:0%;font-family:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#179ab7;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       xml:space="preserve"><tspan
-         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#179ab7;fill-opacity:1;stroke-width:1px"
-         y="747.44696"
-         x="916.32428"
-         id="tspan3730-3-4"
-         sodipodi:role="line">V</tspan></text>
-    <text
-       id="text3732-2-4"
-       y="787.2301"
-       x="915.23224"
-       style="font-style:normal;font-weight:normal;font-size:12px;line-height:0%;font-family:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#179ab7;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       xml:space="preserve"><tspan
-         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#179ab7;fill-opacity:1;stroke-width:1px"
-         y="787.2301"
-         x="915.23224"
-         id="tspan3734-0-3"
-         sodipodi:role="line">HZ</tspan></text>
-    <text
-       inkscape:label="#text5149"
-       id="Gen2Load"
-       y="702.2381"
-       x="911.43231"
-       style="font-style:normal;font-weight:normal;font-size:12px;line-height:0%;font-family:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       xml:space="preserve"><tspan
-         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:42px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#0dc04b;stroke-width:1px"
-         y="702.2381"
-         x="911.43231"
-         id="tspan5151-6-4"
-         sodipodi:role="line">0</tspan></text>
-    <text
-       inkscape:label="#text5149"
-       id="Gen2Volt"
-       y="745.85999"
-       x="910.49139"
-       style="font-style:normal;font-weight:normal;font-size:12px;line-height:0%;font-family:'Liberation Sans';text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       xml:space="preserve"><tspan
-         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:42px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#0dc04b;stroke-width:1px"
-         y="745.85999"
-         x="910.49139"
-         id="tspan5151-0-6-1"
-         sodipodi:role="line">115</tspan></text>
-    <text
-       inkscape:label="#text5149"
-       id="Gen2Hz"
-       y="785.55585"
-       x="910.43024"
-       style="font-style:normal;font-weight:normal;font-size:12px;line-height:0%;font-family:'Liberation Sans';text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       xml:space="preserve"><tspan
-         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:42px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#0dc04b;stroke-width:1px"
-         y="785.55585"
-         x="910.43024"
-         id="tspan5151-0-2-3-9"
-         sodipodi:role="line">400</tspan></text>
-  </g>
-  <text
-     xml:space="preserve"
-     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:44.46399925px;line-height:0%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr;text-anchor:start;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:3.70532846px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;"
-     x="42.883312"
+     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:44.4640007px;line-height:0%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:3.70532846px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="-673.88678"
      y="810.87653"
      id="ELEC-IDG-1-label"
      inkscape:label="#text3720"
-     transform="scale(0.95179275,1.0506489)"><tspan
+     transform="scale(0.95179275,1.0506489)"
+     sodipodi:linespacing="0%"><tspan
        sodipodi:role="line"
-       id="tspan4808">IDG</tspan></text>
+       id="tspan4808"
+       x="-673.88678"
+       y="810.87653">IDG</tspan></text>
   <text
      xml:space="preserve"
-     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:44.46399925px;line-height:0%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr;text-anchor:start;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:3.7053287px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;"
-     x="899.77686"
+     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:44.4640007px;line-height:0%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:3.7053287px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="1358.6049"
      y="806.85168"
      id="ELEC-IDG-2-label"
      inkscape:label="#text3720"
-     transform="scale(0.95179275,1.0506489)"><tspan
+     transform="scale(0.95179275,1.0506489)"
+     sodipodi:linespacing="0%"><tspan
        sodipodi:role="line"
-       id="tspan4830">IDG</tspan></text>
+       id="tspan4830"
+       x="1358.6049"
+       y="806.85168">IDG</tspan></text>
   <text
      xml:space="preserve"
      style="font-style:normal;font-weight:normal;font-size:44.4972229px;line-height:1.25;font-family:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#179ab7;fill-opacity:1;stroke:none;stroke-width:1.11243057"
-     x="785.2851"
+     x="1229.7898"
      y="832.85358"
      id="text4835"
      transform="scale(0.98246236,1.0178507)"><tspan
        sodipodi:role="line"
        id="tspan4833"
-       x="785.2851"
+       x="1229.7898"
        y="832.85358"
        style="fill:#179ab7;fill-opacity:1;stroke-width:1.11243057">°C</tspan></text>
   <text
      xml:space="preserve"
      style="font-style:normal;font-weight:normal;font-size:38.03761673px;line-height:1.25;font-family:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#179ab7;fill-opacity:1;stroke:none;stroke-width:0.95094043"
-     x="311.0079"
+     x="-479.5563"
      y="732.57703"
      id="text4835-6"
-     transform="scale(0.86294901,1.158817)"
+     transform="scale(0.86294902,1.158817)"
      inkscape:transform-center-x="-0.63541586"
      inkscape:transform-center-y="-0.27466549"><tspan
        sodipodi:role="line"
        id="tspan4833-6"
-       x="311.0079"
+       x="-479.5563"
        y="732.57703"
        style="fill:#179ab7;fill-opacity:1;stroke-width:0.95094043">°C</tspan></text>
   <text
      xml:space="preserve"
      style="font-style:normal;font-weight:normal;font-size:13.22585106px;line-height:0%;font-family:'Liberation Sans';text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.10215425px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-     x="296.28195"
+     x="-477.61652"
      y="750.45142"
      id="ELEC-IDG-1-Temp"
      inkscape:label="#text5149"
-     transform="scale(0.88153245,1.1343882)"><tspan
+     transform="scale(0.88153245,1.1343882)"
+     sodipodi:linespacing="0%"><tspan
        sodipodi:role="line"
        id="tspan5151-0-9"
-       x="296.28195"
+       x="-477.61652"
        y="750.45142"
        style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.29048157px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#0dc04b;stroke-width:1.10215425px">115</tspan></text>
   <text
      xml:space="preserve"
      style="font-style:normal;font-weight:normal;font-size:13.82219982px;line-height:0%;font-family:'Liberation Sans';text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.15184999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-     x="792.09857"
+     x="1244.2257"
      y="820.23645"
      id="ELEC-IDG-2-Temp"
      inkscape:label="#text5149"
-     transform="scale(0.96589894,1.035305)"><tspan
+     transform="scale(0.96589894,1.035305)"
+     sodipodi:linespacing="0%"><tspan
        sodipodi:role="line"
        id="tspan5151-0-0"
-       x="792.09857"
+       x="1244.2257"
        y="820.23645"
        style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:48.37769699px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#0dc04b;stroke-width:1.15184999px">115</tspan></text>
   <g
      inkscape:label="#g3441"
      id="EXT-out"
-     transform="matrix(1,0,0,0.96168826,-122.88625,527.05135)">
+     transform="matrix(1,0,0,0.96168826,394.15021,527.05135)">
     <rect
        y="123.27498"
        x="841.24066"
@@ -692,11 +271,12 @@
        id="ELEC-Line-GEN1-AC1-3-8"
        style="fill:#0dc04b;fill-opacity:1;stroke-width:0.17453216"
        inkscape:label="#rect3952-9"
-       transform="rotate(-90)" />
+       transform="matrix(0,-1,1,0,0,0)" />
   </g>
   <g
      id="EXTPWR-group"
-     inkscape:label="#g5189">
+     inkscape:label="#g5189"
+     transform="translate(517.03646,0)">
     <g
        transform="matrix(1,0,0,0.71626835,516.28245,564.74189)"
        inkscape:label="#g3460"
@@ -736,8 +316,9 @@
        id="EXTPWR-label"
        y="656.46381"
        x="671.78223"
-       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40.81155777px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:3.40096307px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       xml:space="preserve"><tspan
+       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40.81155777px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:3.40096307px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       xml:space="preserve"
+       sodipodi:linespacing="0%"><tspan
          style="fill:#cecdce;fill-opacity:1;stroke-width:3.40096307px"
          y="656.46381"
          x="671.78223"
@@ -748,7 +329,8 @@
        y="742.76788"
        x="721.15869"
        style="font-style:normal;font-weight:normal;font-size:12px;line-height:0%;font-family:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#179ab7;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       xml:space="preserve"><tspan
+       xml:space="preserve"
+       sodipodi:linespacing="0%"><tspan
          style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#179ab7;fill-opacity:1;stroke-width:1px"
          y="742.76788"
          x="721.15869"
@@ -759,7 +341,8 @@
        y="782.55103"
        x="720.06659"
        style="font-style:normal;font-weight:normal;font-size:12px;line-height:0%;font-family:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#179ab7;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       xml:space="preserve"><tspan
+       xml:space="preserve"
+       sodipodi:linespacing="0%"><tspan
          style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#179ab7;fill-opacity:1;stroke-width:1px"
          y="782.55103"
          x="720.06659"
@@ -771,7 +354,8 @@
        y="741.18091"
        x="715.32574"
        style="font-style:normal;font-weight:normal;font-size:12px;line-height:0%;font-family:'Liberation Sans';text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       xml:space="preserve"><tspan
+       xml:space="preserve"
+       sodipodi:linespacing="0%"><tspan
          style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:42px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#0dc04b;stroke-width:1px"
          y="741.18091"
          x="715.32574"
@@ -783,7 +367,8 @@
        y="780.87677"
        x="715.26459"
        style="font-style:normal;font-weight:normal;font-size:12px;line-height:0%;font-family:'Liberation Sans';text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       xml:space="preserve"><tspan
+       xml:space="preserve"
+       sodipodi:linespacing="0%"><tspan
          style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:42px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#0dc04b;stroke-width:1px"
          y="780.87677"
          x="715.26459"
@@ -791,436 +376,91 @@
          sodipodi:role="line">400</tspan></text>
   </g>
   <rect
-     y="506.5"
-     x="188.44518"
-     height="7.100245"
-     width="238.38287"
+     y="483.69879"
+     x="231.04961"
+     height="4.8000002"
+     width="160.94479"
      id="ELEC-Line-AC1-ACESS"
      style="fill:#0dc04b;fill-opacity:1;stroke-width:0.44108707"
      inkscape:label="#rect3952-9" />
   <rect
-     y="116.25"
-     x="-488.18851"
-     height="5.1961346"
-     width="55.826668"
-     id="ELEC-Line-AC1-TR1"
-     style="fill:#0dc04b;fill-opacity:1;stroke-width:0.18260437"
-     inkscape:label="#rect3952-9"
-     transform="rotate(-90)" />
-  <rect
-     y="506.5"
-     x="608.36713"
-     height="7.100245"
-     width="220.3829"
-     id="ELEC-Line-AC2-ACESS"
-     style="fill:#0dc04b;fill-opacity:1;stroke-width:0.42410731"
-     inkscape:label="#rect3952-9" />
-  <rect
-     y="457.5"
-     x="-491.96957"
+     y="-645.02087"
+     x="-443.32062"
      height="5.1961346"
      width="83.096649"
      id="ELEC-Line-ACESS-TRESS"
      style="fill:#0dc04b;fill-opacity:1;stroke-width:0.22278289"
      inkscape:label="#rect3952-9"
-     transform="rotate(-90)" />
+     transform="matrix(0,-1,1,0,0,0)" />
   <rect
-     y="903.75"
-     x="-487.98779"
-     height="5.1961346"
-     width="54.050289"
-     id="ELEC-Line-AC2-TR2"
-     style="fill:#0dc04b;fill-opacity:1;stroke-width:0.17967568"
-     inkscape:label="#rect3952-9"
-     transform="rotate(-90)"
-     inkscape:transform-center-y="-0.17525027" />
-  <rect
-     y="191.5"
-     x="202.50003"
-     height="7.100245"
-     width="254.99998"
+     y="170.64999"
+     x="163.6328"
+     height="4.8000002"
+     width="273.11761"
      id="ELEC-Line-DC1-DCESS_DCBAT"
      style="fill:#0dc04b;fill-opacity:1;stroke-width:0.4562017"
      inkscape:label="#rect3952-9" />
   <rect
-     y="116.25"
-     x="-289"
-     height="5.1961346"
-     width="73.959976"
+     y="95.055603"
+     x="-280.29999"
+     height="4.8000002"
+     width="81.952797"
      id="ELEC-Line-TR1-DC1"
      style="fill:#0dc04b;fill-opacity:1;stroke-width:0.2101787"
      inkscape:label="#rect3952-9"
-     transform="rotate(-90)" />
+     transform="matrix(0,-1,1,0,0,0)" />
   <rect
-     style="opacity:1;fill:#4d4d4d;fill-opacity:1;stroke:#4d4d4d;stroke-width:1.63757968;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
+     style="opacity:1;fill:#4d4d4d;fill-opacity:1;stroke:#4d4d4d;stroke-width:1.63581991;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
      id="rect4966-11"
-     width="148.36241"
-     height="35.862419"
-     x="53.451958"
-     y="178.46574" />
-  <text
-     xml:space="preserve"
-     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:43.00463104px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#0dc04b;fill-opacity:1;stroke:none;stroke-width:3.58370113px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-     x="71.954803"
-     y="215.70831"
-     id="ELEC-DC1-label"
-     inkscape:label="#text5149"
-     transform="scale(1.0149205,0.98529885)"><tspan
-       sodipodi:role="line"
-       id="tspan5044"
-       x="71.954803"
-       y="215.70831"
-       style="stroke-width:3.58370113px">DC <tspan
-   style="font-size:50px"
-   id="tspan4061" /></tspan></text>
+     width="149.16417"
+     height="45.763382"
+     x="13.651078"
+     y="151.76567" />
   <rect
-     y="903.75"
-     x="-289"
-     height="5.1961346"
-     width="73.783203"
-     id="ELEC-Line-TR2-DC2"
-     style="fill:#0dc04b;fill-opacity:1;stroke-width:0.20992738"
-     inkscape:label="#rect3952-9"
-     transform="rotate(-90)" />
-  <rect
-     y="-457.50006"
-     x="110.21142"
-     height="7.100245"
-     width="81.736923"
+     y="-436.75079"
+     x="104.476"
+     height="4.8000002"
+     width="68.936798"
      id="ELEC-Line-DC1-DCBAT"
      style="fill:#0dc04b;fill-opacity:1;stroke-width:0.25828311"
      inkscape:label="#rect3952-9"
-     transform="rotate(90)" />
+     transform="matrix(0,1,-1,0,0,0)" />
   <rect
-     y="-457.50006"
-     x="198.21539"
-     height="7.100245"
-     width="34.534603"
+     y="-436.75079"
+     x="171.64542"
+     height="4.8000002"
+     width="22.513792"
      id="ELEC-Line-DC1-DCESS"
      style="fill:#0dc04b;fill-opacity:1;stroke-width:0.1678858"
      inkscape:label="#rect3952-9"
-     transform="rotate(90)" />
-  <rect
-     y="-592.50006"
-     x="111.27208"
-     height="7.100245"
-     width="82.5"
-     id="ELEC-Line-DC2-DCBAT"
-     style="fill:#0dc04b;fill-opacity:1;stroke-width:0.2594859"
-     inkscape:label="#rect3952-9"
-     transform="rotate(90)" />
-  <rect
-     y="191.97513"
-     x="585.39984"
-     height="7.100245"
-     width="239.60019"
-     id="ELEC-Line-DC2-DCESS_DCBAT"
-     style="fill:#0dc04b;fill-opacity:1;stroke-width:0.4422119"
-     inkscape:label="#rect3952-9" />
-  <rect
-     style="opacity:1;fill:#4d4d4d;fill-opacity:1;stroke:#4d4d4d;stroke-width:1.80061543;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
-     id="rect4966-11-73"
-     width="180.19377"
-     height="35.699383"
-     x="427.5267"
-     y="223.62668" />
-  <text
-     xml:space="preserve"
-     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:39.87480927px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#0dc04b;fill-opacity:1;stroke:none;stroke-width:3.32288432px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-     x="474.88214"
-     y="242.64651"
-     id="ELEC-DCESS-label"
-     inkscape:label="#text5149"
-     transform="scale(0.94105593,1.0626361)"><tspan
-       sodipodi:role="line"
-       id="tspan5079"
-       x="474.88214"
-       y="242.64651"
-       style="stroke-width:3.32288432px">DC ESS</tspan></text>
-  <g
-     inkscape:label="#g3441"
-     id="BAT1-charge"
-     transform="rotate(-90,614.65523,325.43022)">
-    <rect
-       y="123.27498"
-       x="841.24066"
-       height="12.731068"
-       width="5.3955846"
-       id="rect4241-10"
-       style="fill:#0dc04b;fill-opacity:1;stroke:none;stroke-width:0.76209491;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
-    <path
-       sodipodi:type="star"
-       style="fill:none;fill-opacity:1;stroke:#0dc04b;stroke-width:4.69756889;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path4243-61"
-       sodipodi:sides="3"
-       sodipodi:cx="788.80811"
-       sodipodi:cy="109.92132"
-       sodipodi:r1="14.398978"
-       sodipodi:r2="7.1544757"
-       sodipodi:arg1="2.6191108"
-       sodipodi:arg2="3.6663083"
-       inkscape:flatsided="true"
-       inkscape:rounded="0"
-       inkscape:randomized="0"
-       d="m 776.33019,117.10687 12.494,-21.584521 12.44575,21.612381 z"
-       inkscape:transform-center-x="-0.045894102"
-       inkscape:transform-center-y="-3.4535777"
-       transform="matrix(1.0702291,0,0,0.97557219,-0.2069507,6.7326558)" />
-  </g>
-  <g
-     inkscape:label="#g3441"
-     id="BAT2-charge"
-     transform="rotate(90,741.98099,-3.7060247)">
-    <rect
-       y="123.27498"
-       x="841.24066"
-       height="12.731068"
-       width="5.3955846"
-       id="rect4241-94"
-       style="fill:#0dc04b;fill-opacity:1;stroke:none;stroke-width:0.76209491;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
-    <path
-       sodipodi:type="star"
-       style="fill:none;fill-opacity:1;stroke:#0dc04b;stroke-width:4.69756889;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path4243-9"
-       sodipodi:sides="3"
-       sodipodi:cx="788.80811"
-       sodipodi:cy="109.92132"
-       sodipodi:r1="14.398978"
-       sodipodi:r2="7.1544757"
-       sodipodi:arg1="2.6191108"
-       sodipodi:arg2="3.6663083"
-       inkscape:flatsided="true"
-       inkscape:rounded="0"
-       inkscape:randomized="0"
-       d="m 776.33019,117.10687 12.494,-21.584521 12.44575,21.612381 z"
-       inkscape:transform-center-x="-0.045894102"
-       inkscape:transform-center-y="-3.4535777"
-       transform="matrix(1.0702291,0,0,0.97557219,-0.2069507,6.7326558)" />
-  </g>
-  <rect
-     y="94.598976"
-     x="603.75"
-     height="7.100245"
-     width="40.500019"
-     id="ELEC-Line-BAT2-DCBAT"
-     style="fill:#0dc04b;fill-opacity:1;stroke-width:0.18180861"
-     inkscape:label="#rect3952-9" />
+     transform="matrix(0,1,-1,0,0,0)" />
   <rect
      style="opacity:1;fill:#4d4d4d;fill-opacity:1;stroke:#4d4d4d;stroke-width:1.80152726;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
      id="rect4966-11-73-6"
-     width="180.38094"
-     height="35.698471"
-     x="423.55948"
-     y="76.273941" />
+     width="238.08084"
+     height="45.597965"
+     x="392.7948"
+     y="57.977303" />
   <text
      xml:space="preserve"
-     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:42.67366409px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#0dc04b;fill-opacity:1;stroke:none;stroke-width:3.55612087px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-     x="433.79471"
-     y="107.95907"
-     id="ELEC-DCBAT-label"
-     inkscape:label="#text5149"
-     transform="scale(1.0071096,0.99294059)"><tspan
-       sodipodi:role="line"
-       id="tspan5102"
-       x="433.79471"
-       y="107.95907"
-       style="stroke-width:3.55612087px">DC BAT</tspan></text>
-  <g
-     id="BAT1-content"
-     inkscape:label="#g4810"
-     transform="translate(0,-38.304734)">
-    <text
-       id="text3728-6-4"
-       y="151.02299"
-       x="337.66577"
-       style="font-style:normal;font-weight:normal;font-size:12px;line-height:0%;font-family:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#179ab7;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       xml:space="preserve"><tspan
-         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#179ab7;fill-opacity:1;stroke-width:1px"
-         y="151.02299"
-         x="337.66577"
-         id="tspan3730-3-8"
-         sodipodi:role="line">V</tspan></text>
-    <text
-       transform="scale(0.94128067,1.0623824)"
-       id="text3732-2-1"
-       y="181.29192"
-       x="365.50116"
-       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:28.29371262px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#179ab7;fill-opacity:1;stroke:none;stroke-width:2.35780931px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       xml:space="preserve"><tspan
-         style="stroke-width:2.35780931px"
-         y="181.29192"
-         x="365.50116"
-         id="tspan5146"
-         sodipodi:role="line">A</tspan></text>
-    <text
-       transform="scale(1.0030127,0.99699634)"
-       inkscape:label="#text5149"
-       id="Bat1Volt"
-       y="151.63"
-       x="315.96017"
-       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:44.30758286px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:end;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:end;fill:#0dc04b;fill-opacity:1;stroke:none;stroke-width:3.69229865px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       xml:space="preserve"><tspan
-         style="fill:#0dc04b;fill-opacity:1;stroke-width:3.69229865px"
-         y="151.63"
-         x="315.96017"
-         id="tspan5142"
-         sodipodi:role="line">28</tspan></text>
-    <text
-       transform="scale(1.0833301,0.9230797)"
-       inkscape:label="#text5149"
-       id="Bat1Ampere"
-       y="210.22098"
-       x="295.88062"
-       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:48.71266556px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:end;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:end;fill:#0dc04b;fill-opacity:1;stroke:none;stroke-width:4.05938864px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       xml:space="preserve"><tspan
-         style="fill:#0dc04b;fill-opacity:1;stroke-width:4.05938864px"
-         y="210.22098"
-         x="295.88062"
-         id="tspan5144"
-         sodipodi:role="line">0</tspan></text>
-  </g>
-  <text
-     xml:space="preserve"
-     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:48.29100037px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:4.02423px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-     x="241.55293"
-     y="66.704399"
+     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:4.02423px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="271.02002"
+     y="49.576725"
      id="BAT1-label"
      inkscape:label="#text5149"
-     transform="scale(0.96119789,1.0403685)"><tspan
+     transform="scale(0.96119789,1.0403685)"
+     sodipodi:linespacing="0%"><tspan
        sodipodi:role="line"
        id="tspan5166"
-       x="241.55293"
-       y="66.704399">BAT  1</tspan></text>
+       x="270.22003"
+       y="49.576725"
+       style="font-size:36px;text-align:center;letter-spacing:-1.60000002px;text-anchor:middle">BAT 1</tspan></text>
   <g
-     inkscape:label="#g3441"
-     id="BAT2-discharge"
-     transform="matrix(0,1,1,0,508.99394,-745.13623)">
-    <rect
-       y="123.27498"
-       x="841.24066"
-       height="12.731068"
-       width="5.3955846"
-       id="rect4241-94-9"
-       style="fill:#bb6100;fill-opacity:1;stroke:none;stroke-width:0.76209491;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
-    <path
-       sodipodi:type="star"
-       style="fill:none;fill-opacity:1;stroke:#bb6100;stroke-width:4.69756889;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path4243-9-1"
-       sodipodi:sides="3"
-       sodipodi:cx="788.80811"
-       sodipodi:cy="109.92132"
-       sodipodi:r1="14.398978"
-       sodipodi:r2="7.1544757"
-       sodipodi:arg1="2.6191108"
-       sodipodi:arg2="3.6663083"
-       inkscape:flatsided="true"
-       inkscape:rounded="0"
-       inkscape:randomized="0"
-       d="m 776.33019,117.10687 12.494,-21.584521 12.44575,21.612381 z"
-       inkscape:transform-center-x="-0.045894102"
-       inkscape:transform-center-y="-3.4535777"
-       transform="matrix(1.0702291,0,0,0.97557219,-0.2069507,6.7326558)" />
-  </g>
-  <g
-     id="g3454-5"
-     transform="matrix(0.9404735,0,0,1.3491171,-70.651688,-281.17748)">
-    <rect
-       y="222.01558"
-       x="758.54181"
-       height="5.9540482"
-       width="170.28506"
-       id="rect3952-8-5-74-0"
-       style="fill:#4d4d4d;fill-opacity:1" />
-    <rect
-       y="225.13403"
-       x="758.54407"
-       height="102.39331"
-       width="6.3915539"
-       id="rect3956-8-3-4-9"
-       style="fill:#4d4d4d;fill-opacity:1" />
-    <rect
-       y="324.1066"
-       x="758.54095"
-       height="5.9540482"
-       width="170.28198"
-       id="rect3952-8-5-7-2-6"
-       style="fill:#4d4d4d;fill-opacity:1" />
-    <rect
-       y="225.28102"
-       x="922.43665"
-       height="102.24854"
-       width="6.3915539"
-       id="rect3956-8-3-3-6-3"
-       style="fill:#4d4d4d;fill-opacity:1" />
-  </g>
-  <g
-     id="BAT2-content"
+     id="BAT2-content1"
      inkscape:label="#g4820"
-     transform="translate(0,-38.304734)">
-    <text
-       id="text3728-6-4-8"
-       y="147.27599"
-       x="755.79126"
-       style="font-style:normal;font-weight:normal;font-size:12px;line-height:0%;font-family:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#179ab7;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       xml:space="preserve"><tspan
-         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#179ab7;fill-opacity:1;stroke-width:1px"
-         y="147.27599"
-         x="755.79126"
-         id="tspan3730-3-8-5"
-         sodipodi:role="line">V</tspan></text>
-    <text
-       transform="scale(0.94128065,1.0623824)"
-       id="text3732-2-1-6"
-       y="177.76492"
-       x="809.71039"
-       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:28.29371452px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#179ab7;fill-opacity:1;stroke:none;stroke-width:2.35780931px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       xml:space="preserve"><tspan
-         style="stroke-width:2.35780931px"
-         y="177.76492"
-         x="809.71039"
-         id="tspan5146-1"
-         sodipodi:role="line">A</tspan></text>
-    <text
-       transform="scale(1.0030127,0.99699635)"
-       inkscape:label="#text5149"
-       id="Bat2Volt"
-       y="147.87172"
-       x="732.82983"
-       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:44.30758286px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:end;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:end;fill:#0dc04b;fill-opacity:1;stroke:none;stroke-width:3.69229889px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       xml:space="preserve"><tspan
-         style="fill:#0dc04b;fill-opacity:1;stroke-width:3.69229889px"
-         y="147.87172"
-         x="732.82983"
-         id="tspan5142-5"
-         sodipodi:role="line">28</tspan></text>
-    <text
-       transform="scale(1.0833301,0.92307968)"
-       inkscape:label="#text5149"
-       id="Bat2Ampere"
-       y="206.16174"
-       x="681.84375"
-       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:48.71266937px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:end;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:end;fill:#0dc04b;fill-opacity:1;stroke:none;stroke-width:4.05938864px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       xml:space="preserve"><tspan
-         style="fill:#0dc04b;fill-opacity:1;stroke-width:4.05938864px"
-         y="206.16174"
-         x="681.84375"
-         id="tspan5144-8"
-         sodipodi:role="line">0</tspan></text>
-  </g>
-  <text
-     xml:space="preserve"
-     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:48.29100037px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:4.02423px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-     x="675.72742"
-     y="62.335876"
-     id="BAT2-label"
-     inkscape:label="#text5149"
-     transform="scale(0.96119789,1.0403685)"><tspan
-       sodipodi:role="line"
-       id="tspan5225"
-       x="675.72742"
-       y="62.335876">BAT  2</tspan></text>
+     transform="translate(-0.79999998,-240.70473)" />
   <path
-     transform="matrix(1.0082931,0,0,0.82532463,-345.18581,187.57696)"
+     transform="matrix(1.0082931,0,0,0.82532463,-1307.9824,187.57696)"
      inkscape:transform-center-y="-2.9216872"
      inkscape:transform-center-x="-0.043267688"
      d="m 776.33019,117.10687 12.494,-21.584521 12.44575,21.612381 z"
@@ -1240,20 +480,21 @@
      inkscape:label="#path4243-3" />
   <text
      xml:space="preserve"
-     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:45.78336716px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:3.81528044px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-     x="369.22324"
+     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:45.78336716px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:3.81528044px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="-628.23431"
      y="320.01807"
      id="ESSTR"
      inkscape:label="#text3720"
-     transform="scale(0.96525068,1.0360003)"><tspan
+     transform="scale(0.96525068,1.0360003)"
+     sodipodi:linespacing="0%"><tspan
        sodipodi:role="line"
        id="tspan5283"
-       x="369.22324"
+       x="-628.23431"
        y="320.01807"
        style="fill:#cecdce;fill-opacity:1;stroke-width:3.81528044px">ESS TR</tspan></text>
   <g
      id="EMERGEN-Label-off"
-     transform="translate(3.7499956,-63.877081)">
+     transform="translate(-959.04657,-63.877081)">
     <path
        sodipodi:type="star"
        style="fill:none;fill-opacity:1;stroke:#cecdce;stroke-width:4.69756889;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
@@ -1278,8 +519,9 @@
        id="APUGentext-4-4"
        y="431.20389"
        x="597.84198"
-       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:44.97401047px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:3.74786401px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       xml:space="preserve"><tspan
+       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:44.97401047px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:3.74786401px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       xml:space="preserve"
+       sodipodi:linespacing="0%"><tspan
          style="stroke-width:3.74786401px"
          y="431.20389"
          x="597.84198"
@@ -1288,260 +530,46 @@
   </g>
   <text
      xml:space="preserve"
-     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35.098629px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:2.92488575px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-     x="488.4389"
+     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35.098629px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:2.92488575px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="-310.25595"
      y="761.56989"
      id="GalleyShed"
      inkscape:label="#text3720"
-     transform="scale(0.85416427,1.170735)"><tspan
+     transform="scale(0.85416427,1.170735)"
+     sodipodi:linespacing="0%"><tspan
        sodipodi:role="line"
        id="tspan5323"
-       x="488.4389"
+       x="-310.25595"
        y="761.56989"
        style="fill:#cecdce;fill-opacity:1;stroke-width:2.92488575px">GALLEY SHED</tspan></text>
-  <g
-     inkscape:label="#g3441"
-     id="AC2-in"
-     transform="translate(60.863742,441.725)">
-    <rect
-       y="110.64079"
-       x="841.24066"
-       height="25.365253"
-       width="5.3955846"
-       id="rect4241-9"
-       style="fill:#0dc04b;fill-opacity:1;stroke:none;stroke-width:1.07571256;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
-    <path
-       sodipodi:type="star"
-       style="fill:none;fill-opacity:1;stroke:#0dc04b;stroke-width:4.69756889;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path4243-6"
-       sodipodi:sides="3"
-       sodipodi:cx="788.80811"
-       sodipodi:cy="109.92132"
-       sodipodi:r1="14.398978"
-       sodipodi:r2="7.1544757"
-       sodipodi:arg1="2.6191108"
-       sodipodi:arg2="3.6663083"
-       inkscape:flatsided="true"
-       inkscape:rounded="0"
-       inkscape:randomized="0"
-       d="m 776.33019,117.10687 12.494,-21.584521 12.44575,21.612381 z"
-       inkscape:transform-center-x="-0.045894102"
-       inkscape:transform-center-y="-3.4535777"
-       transform="matrix(1.0702291,0,0,0.97557219,-0.2069507,-1.8356759)" />
-  </g>
   <rect
-     y="571.15607"
-     x="117.13075"
-     height="7.1002445"
-     width="310.80341"
+     y="556.93915"
+     x="95.056"
+     height="4.7999878"
+     width="289.60001"
      id="ELEC-Line-APU-AC1"
      style="fill:#0dc04b;fill-opacity:1;stroke-width:0.50365102"
      inkscape:label="#rect3952-9" />
   <rect
-     y="571.15607"
-     x="422.72394"
-     height="7.100245"
-     width="301.02609"
+     y="556.93921"
+     x="379.85599"
+     height="4.8000002"
+     width="363.99863"
      id="ELEC-Line-APU-EXT"
      style="fill:#0dc04b;fill-opacity:1;stroke-width:0.49566573"
      inkscape:label="#rect3952-9" />
   <rect
-     y="571.15607"
-     x="718.5"
-     height="7.100245"
-     width="188.89629"
+     y="556.93921"
+     x="739.71997"
+     height="4.8000002"
+     width="188.896"
      id="ELEC-Line-EXT-AC2"
      style="fill:#0dc04b;fill-opacity:1;stroke-width:0.3926436"
      inkscape:label="#rect3952-9" />
-  <g
-     id="g3454-8"
-     transform="matrix(0.9404735,0,0,1.3491171,-678.5371,-12.775001)">
-    <rect
-       y="222.01558"
-       x="758.54181"
-       height="5.9540482"
-       width="170.28506"
-       id="rect3952-8-5-74-9"
-       style="fill:#4d4d4d;fill-opacity:1" />
-    <rect
-       y="225.13403"
-       x="758.54407"
-       height="102.39331"
-       width="6.3915539"
-       id="rect3956-8-3-4-7"
-       style="fill:#4d4d4d;fill-opacity:1" />
-    <rect
-       y="324.1066"
-       x="758.54095"
-       height="5.9540482"
-       width="170.28198"
-       id="rect3952-8-5-7-2-7"
-       style="fill:#4d4d4d;fill-opacity:1" />
-    <rect
-       y="225.28102"
-       x="922.43665"
-       height="102.24854"
-       width="6.3915539"
-       id="rect3956-8-3-3-6-6"
-       style="fill:#4d4d4d;fill-opacity:1" />
-  </g>
-  <text
-     xml:space="preserve"
-     style="font-style:normal;font-weight:normal;font-size:12px;line-height:0%;font-family:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#179ab7;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-     x="147.90593"
-     y="377.37372"
-     id="text3728-6-4-4"><tspan
-       sodipodi:role="line"
-       id="tspan3730-3-8-3"
-       x="147.90593"
-       y="377.37372"
-       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#179ab7;fill-opacity:1;stroke-width:1px">V</tspan></text>
-  <text
-     xml:space="preserve"
-     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:28.29371452px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#179ab7;fill-opacity:1;stroke:none;stroke-width:2.35780931px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-     x="163.90361"
-     y="394.3515"
-     id="text3732-2-1-0"
-     transform="scale(0.94128065,1.0623824)"><tspan
-       sodipodi:role="line"
-       id="tspan5146-3"
-       x="163.90361"
-       y="394.3515"
-       style="stroke-width:2.35780931px">A</tspan></text>
-  <text
-     xml:space="preserve"
-     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:44.30758286px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:end;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:end;fill:#0dc04b;fill-opacity:1;stroke:none;stroke-width:3.69229889px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-     x="136.33255"
-     y="380.36032"
-     id="TR1Volt"
-     inkscape:label="#text5149"
-     transform="scale(1.0030127,0.99699635)"><tspan
-       sodipodi:role="line"
-       id="tspan5142-9"
-       x="136.33255"
-       y="380.36032"
-       style="fill:#0dc04b;fill-opacity:1;stroke-width:3.69229889px">28</tspan></text>
-  <text
-     xml:space="preserve"
-     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:48.71300125px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:end;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:end;fill:#0dc04b;fill-opacity:1;stroke:none;stroke-width:4.05938864px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-     x="131.13281"
-     y="455.43356"
-     id="TR1Ampere"
-     inkscape:label="#text5149"
-     transform="scale(1.0833301,0.92307968)"><tspan
-       sodipodi:role="line"
-       id="tspan5632"
-       x="131.13281"
-       y="455.43356">150</tspan></text>
-  <text
-     xml:space="preserve"
-     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:48.29100037px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#cecdce;fill-opacity:0.98431373;stroke:none;stroke-width:4.02423px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-     x="68.784912"
-     y="321.63303"
-     id="TR1-label"
-     inkscape:label="#text5149"
-     transform="scale(0.96119789,1.0403685)"><tspan
-       sodipodi:role="line"
-       id="tspan5630"
-       x="68.784912"
-       y="321.63303">TR 1</tspan></text>
-  <g
-     id="g3454-8-5"
-     transform="matrix(0.9404735,0,0,1.3491171,113.09831,-10.982192)">
-    <rect
-       y="222.01558"
-       x="758.54181"
-       height="5.9540482"
-       width="170.28506"
-       id="rect3952-8-5-74-9-9"
-       style="fill:#4d4d4d;fill-opacity:1" />
-    <rect
-       y="225.13403"
-       x="758.54407"
-       height="102.39331"
-       width="6.3915539"
-       id="rect3956-8-3-4-7-4"
-       style="fill:#4d4d4d;fill-opacity:1" />
-    <rect
-       y="324.1066"
-       x="758.54095"
-       height="5.9540482"
-       width="170.28198"
-       id="rect3952-8-5-7-2-7-6"
-       style="fill:#4d4d4d;fill-opacity:1" />
-    <rect
-       y="225.28102"
-       x="922.43665"
-       height="102.24854"
-       width="6.3915539"
-       id="rect3956-8-3-3-6-6-9"
-       style="fill:#4d4d4d;fill-opacity:1" />
-  </g>
-  <text
-     xml:space="preserve"
-     style="font-style:normal;font-weight:normal;font-size:12px;line-height:0%;font-family:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#179ab7;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-     x="939.54132"
-     y="379.16653"
-     id="text3728-6-4-4-2"><tspan
-       sodipodi:role="line"
-       id="tspan3730-3-8-3-2"
-       x="939.54132"
-       y="379.16653"
-       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#179ab7;fill-opacity:1;stroke-width:1px">V</tspan></text>
-  <text
-     xml:space="preserve"
-     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:28.29371452px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#179ab7;fill-opacity:1;stroke:none;stroke-width:2.35780931px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-     x="1004.9232"
-     y="396.03903"
-     id="text3732-2-1-0-4"
-     transform="scale(0.94128065,1.0623824)"><tspan
-       sodipodi:role="line"
-       id="tspan5146-3-7"
-       x="1004.9232"
-       y="396.03903"
-       style="stroke-width:2.35780931px">A</tspan></text>
-  <text
-     xml:space="preserve"
-     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:44.30758286px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:end;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:end;fill:#0dc04b;fill-opacity:1;stroke:none;stroke-width:3.69229889px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-     x="925.59015"
-     y="382.15854"
-     id="TR2Volt"
-     inkscape:label="#text5149"
-     transform="scale(1.0030127,0.99699635)"><tspan
-       sodipodi:role="line"
-       id="tspan5142-9-5"
-       x="925.59015"
-       y="382.15854"
-       style="fill:#0dc04b;fill-opacity:1;stroke-width:3.69229889px">28</tspan></text>
-  <text
-     xml:space="preserve"
-     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:48.71299744px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:end;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:end;fill:#0dc04b;fill-opacity:1;stroke:none;stroke-width:4.05938864px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-     x="861.87537"
-     y="457.37573"
-     id="TR2Ampere"
-     inkscape:label="#text5149"
-     transform="scale(1.0833301,0.92307967)"><tspan
-       style="stroke-width:4.05938864px"
-       sodipodi:role="line"
-       id="tspan5632-8"
-       x="861.87537"
-       y="457.37573">150</tspan></text>
-  <text
-     xml:space="preserve"
-     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:48.29100037px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:4.02423px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-     x="892.37744"
-     y="323.35626"
-     id="TR2-label"
-     inkscape:label="#text5149"
-     transform="scale(0.96119789,1.0403685)"><tspan
-       sodipodi:role="line"
-       id="tspan5691"
-       x="892.37744"
-       y="323.35626">TR 2</tspan></text>
   <g
      id="ESSTR-group"
      inkscape:label="#g4805"
-     transform="translate(-11.249995,-63.877072)">
+     transform="translate(-974.04656,-63.877072)">
     <g
        transform="matrix(0.9838574,0,0,1.1094713,-382.54614,106.55715)"
        id="g3454-8-7">
@@ -1580,7 +608,8 @@
        y="438.8324"
        x="474.74988"
        style="font-style:normal;font-weight:normal;font-size:12.2777729px;line-height:0%;font-family:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#179ab7;fill-opacity:1;stroke:none;stroke-width:1.0231477px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       xml:space="preserve"><tspan
+       xml:space="preserve"
+       sodipodi:linespacing="0%"><tspan
          style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36.8333168px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#179ab7;fill-opacity:1;stroke-width:1.0231477px"
          y="438.8324"
          x="474.74988"
@@ -1591,8 +620,9 @@
        id="text3732-2-1-0-0"
        y="445.09296"
        x="508.51099"
-       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:28.94865036px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#179ab7;fill-opacity:1;stroke:none;stroke-width:2.41238737px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       xml:space="preserve"><tspan
+       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:28.94865036px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#179ab7;fill-opacity:1;stroke:none;stroke-width:2.41238737px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       xml:space="preserve"
+       sodipodi:linespacing="0%"><tspan
          style="stroke-width:2.41238737px"
          y="445.09296"
          x="508.51099"
@@ -1604,8 +634,9 @@
        id="ESSTR-Volt"
        y="440.74429"
        x="462.89923"
-       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:45.33320236px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:end;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:end;fill:#0dc04b;fill-opacity:1;stroke:none;stroke-width:3.77776718px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       xml:space="preserve"><tspan
+       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:45.33320236px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';text-align:end;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:end;fill:#0dc04b;fill-opacity:1;stroke:none;stroke-width:3.77776718px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       xml:space="preserve"
+       sodipodi:linespacing="0%"><tspan
          style="fill:#0dc04b;fill-opacity:1;stroke-width:3.77776718px"
          y="440.74429"
          x="462.89923"
@@ -1617,8 +648,9 @@
        id="ESSTR-Ampere"
        y="514.49414"
        x="430.92935"
-       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:49.84059143px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:end;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:end;fill:#0dc04b;fill-opacity:1;stroke:none;stroke-width:4.15335417px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       xml:space="preserve"><tspan
+       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:49.84059143px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';text-align:end;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:end;fill:#0dc04b;fill-opacity:1;stroke:none;stroke-width:4.15335417px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       xml:space="preserve"
+       sodipodi:linespacing="0%"><tspan
          y="514.49414"
          x="430.92935"
          id="tspan5632-6"
@@ -1628,7 +660,7 @@
   <g
      inkscape:label="#g3441"
      id="EMERGEN-out"
-     transform="matrix(1,0,0,-1,-261.63625,585.95608)">
+     transform="matrix(1,0,0,-1,-1277.0416,547.48947)">
     <rect
        y="123.27498"
        x="841.24066"
@@ -1658,7 +690,7 @@
   <g
      inkscape:label="#g3441"
      id="ELEC-Line-Emergen-ESSTR"
-     transform="matrix(0,1,1,0,422.74394,-484.86776)">
+     transform="matrix(0,1,1,0,-540.05263,-484.86776)">
     <rect
        y="123.27498"
        x="841.24066"
@@ -1688,7 +720,7 @@
   <g
      id="EMERGEN-Box-on"
      inkscape:label="#g4976"
-     transform="translate(3.7499956,-63.877081)">
+     transform="translate(-959.04657,-63.877081)">
     <g
        transform="matrix(1.1432967,0,0,0.57245705,428.33571,282.18068)"
        inkscape:label="#g3460"
@@ -1728,8 +760,9 @@
        id="APUGentext-2-9"
        y="370.82419"
        x="592.01849"
-       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40.81200027px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:3.40096307px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       xml:space="preserve"><tspan
+       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40.81200027px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:3.40096307px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       xml:space="preserve"
+       sodipodi:linespacing="0%"><tspan
          id="tspan4959"
          sodipodi:role="line"
          x="592.01849"
@@ -1739,7 +772,8 @@
        y="426.32861"
        x="690.20251"
        style="font-style:normal;font-weight:normal;font-size:12px;line-height:0%;font-family:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#179ab7;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       xml:space="preserve"><tspan
+       xml:space="preserve"
+       sodipodi:linespacing="0%"><tspan
          style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#179ab7;fill-opacity:1;stroke-width:1px"
          y="426.32861"
          x="690.20251"
@@ -1750,7 +784,8 @@
        y="460.9256"
        x="682.32849"
        style="font-style:normal;font-weight:normal;font-size:12px;line-height:0%;font-family:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#179ab7;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       xml:space="preserve"><tspan
+       xml:space="preserve"
+       sodipodi:linespacing="0%"><tspan
          style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#179ab7;fill-opacity:1;stroke-width:1px"
          y="460.9256"
          x="682.32849"
@@ -1762,7 +797,8 @@
        y="430.32678"
        x="664.0238"
        style="font-style:normal;font-weight:normal;font-size:12px;line-height:0%;font-family:'Liberation Sans';text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       xml:space="preserve"><tspan
+       xml:space="preserve"
+       sodipodi:linespacing="0%"><tspan
          style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:42px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#0dc04b;stroke-width:1px"
          y="430.32678"
          x="664.0238"
@@ -1774,7 +810,8 @@
        y="462.04391"
        x="664.7605"
        style="font-style:normal;font-weight:normal;font-size:12px;line-height:0%;font-family:'Liberation Sans';text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       xml:space="preserve"><tspan
+       xml:space="preserve"
+       sodipodi:linespacing="0%"><tspan
          style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:42px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#0dc04b;stroke-width:1px"
          y="462.04391"
          x="664.7605"
@@ -1783,384 +820,168 @@
   </g>
   <text
      xml:space="preserve"
-     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:29.36306763px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#bb6100;fill-opacity:1;stroke:none;stroke-width:2.44689655px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-     x="547.95264"
+     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:29.36306763px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#bb6100;fill-opacity:1;stroke:none;stroke-width:2.44689655px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="-496.75732"
      y="262.55685"
      id="Shed-label"
      inkscape:label="#text3720"
-     transform="scale(0.92159222,1.0850786)"><tspan
+     transform="scale(0.92159222,1.0850786)"
+     sodipodi:linespacing="0%"><tspan
        sodipodi:role="line"
        id="tspan5017"
-       x="547.95264"
+       x="-496.75732"
        y="262.55685"
        style="fill:#bb6100;fill-opacity:1;stroke-width:2.44689655px">SHED</tspan></text>
   <text
      xml:space="preserve"
-     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:47.23418808px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:3.93618226px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;"
-     x="59.165997"
-     y="781.63892"
-     id="GEN1-off"
-     inkscape:label="#text4237"
-     transform="scale(1.0626873,0.94101059)"><tspan
-       sodipodi:role="line"
-       id="tspan5233"
-       x="59.165997"
-       y="781.63892"
-       style="fill:#cecdce;fill-opacity:1;stroke-width:3.93618226px;">OFF</tspan></text>
-  <text
-     xml:space="preserve"
-     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:47.23418427px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:3.93618202px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;"
-     x="800.09918"
-     y="771.97296"
-     id="GEN2-off"
-     inkscape:label="#text4237"
-     transform="scale(1.0626873,0.94101059)"><tspan
-       sodipodi:role="line"
-       id="tspan5233-3"
-       x="800.09918"
-       y="771.97296"
-       style="fill:#cecdce;fill-opacity:1;stroke-width:3.93618202px;">OFF</tspan></text>
-  <text
-     xml:space="preserve"
-     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:47.23418427px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#cecdce;fill-opacity:0.94509804;stroke:none;stroke-width:3.93618202px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-     x="353.60364"
-     y="820.98529"
-     id="APUGEN-off"
-     inkscape:label="#text4237"
-     transform="scale(1.0626873,0.94101059)"><tspan
-       sodipodi:role="line"
-       id="tspan5233-5"
-       x="353.60364"
-       y="820.98529"
-       style="fill:#cecdce;fill-opacity:0.94509804;stroke-width:3.93618202px">OFF</tspan></text>
-  <text
-     xml:space="preserve"
-     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:47.23400116px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#bb6100;fill-opacity:1;stroke:none;stroke-width:3.93618202px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-     x="798.49292"
+     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:47.23400116px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#bb6100;fill-opacity:1;stroke:none;stroke-width:3.93618202px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="1209.4408"
      y="948.11584"
      id="IDG2-DISC"
      inkscape:label="#text4237"
-     transform="scale(1.0626873,0.94101059)"><tspan
+     transform="scale(1.0626873,0.94101059)"
+     sodipodi:linespacing="0%"><tspan
        sodipodi:role="line"
        id="tspan5287"
-       x="798.49292"
+       x="1209.4408"
        y="948.11584">DISC</tspan></text>
   <text
      xml:space="preserve"
-     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:47.23400116px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#bb6100;fill-opacity:1;stroke:none;stroke-width:3.93618202px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-     x="785.87933"
+     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:47.23400116px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#bb6100;fill-opacity:1;stroke:none;stroke-width:3.93618202px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="1196.8273"
      y="947.69189"
      id="IDG2-LOPR"
      inkscape:label="#text4237"
-     transform="scale(1.0626873,0.94101059)"><tspan
+     transform="scale(1.0626873,0.94101059)"
+     sodipodi:linespacing="0%"><tspan
        sodipodi:role="line"
        id="tspan5307"
-       x="785.87933"
+       x="1196.8273"
        y="947.69189">LO PR</tspan></text>
   <text
      xml:space="preserve"
-     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:47.23400116px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#bb6100;fill-opacity:1;stroke:none;stroke-width:3.93618202px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-     x="71.562241"
+     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:47.23400116px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#bb6100;fill-opacity:1;stroke:none;stroke-width:3.93618202px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="-570.41083"
      y="949.1333"
      id="IDG1-DISC"
      inkscape:label="#text4237"
-     transform="scale(1.0626873,0.94101059)"><tspan
+     transform="scale(1.0626873,0.94101059)"
+     sodipodi:linespacing="0%"><tspan
        style="stroke-width:3.93618202px"
        sodipodi:role="line"
        id="tspan5287-1"
-       x="71.562241"
+       x="-570.41083"
        y="949.1333">DISC</tspan></text>
   <text
      xml:space="preserve"
-     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:47.23400116px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#bb6100;fill-opacity:1;stroke:none;stroke-width:3.93618202px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-     x="58.948654"
+     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:47.23400116px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#bb6100;fill-opacity:1;stroke:none;stroke-width:3.93618202px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="-583.02441"
      y="948.70935"
      id="IDG1-LOPR"
      inkscape:label="#text4237"
-     transform="scale(1.0626873,0.94101059)"><tspan
+     transform="scale(1.0626873,0.94101059)"
+     sodipodi:linespacing="0%"><tspan
        style="stroke-width:3.93618202px"
        sodipodi:role="line"
        id="tspan5307-9"
-       x="58.948654"
+       x="-583.02441"
        y="948.70935">LO PR</tspan></text>
   <text
      xml:space="preserve"
-     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:42.75360489px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:3.56280041px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-     x="922.74646"
-     y="672.08038"
-     id="GEN2-num-label"
-     transform="scale(1.0255812,0.97505685)"
-     inkscape:label="#text3912-3"><tspan
-       sodipodi:role="line"
-       id="tspan5361"
-       x="922.74646"
-       y="672.08038"
-       style="fill:#cecdce;fill-opacity:1;stroke-width:3.56280041px">2</tspan></text>
-  <text
-     xml:space="preserve"
-     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:42.75400034px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr;text-anchor:start;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:3.56280017px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;"
-     x="162.04295"
-     y="674.14954"
-     id="GEN1-num-label"
-     transform="scale(1.0255812,0.97505687)"
-     inkscape:label="#text3912-3-8"><tspan
-       sodipodi:role="line"
-       id="tspan5381">1</tspan></text>
-  <text
-     xml:space="preserve"
-     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:37.49353027px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#0dc04b;fill-opacity:1;stroke:none;stroke-width:3.1244607px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-     x="297.63019"
+     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:37.49353027px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#0dc04b;fill-opacity:1;stroke:none;stroke-width:3.1244607px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="-355.44452"
      y="934.15698"
      id="IDG1-RISE-label"
      inkscape:label="#text5149"
-     transform="scale(1.0446226,0.95728354)"><tspan
+     transform="scale(1.0446226,0.95728353)"
+     sodipodi:linespacing="0%"><tspan
        sodipodi:role="line"
        id="tspan5401"
-       x="297.63019"
+       x="-355.44452"
        y="934.15698"
        style="fill:#0dc04b;fill-opacity:1;stroke-width:3.1244607px">RISE</tspan></text>
   <text
      xml:space="preserve"
-     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35.53898621px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:end;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:end;fill:#0dc04b;fill-opacity:1;stroke:none;stroke-width:2.96151376px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-     x="288.397"
+     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35.53898621px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';text-align:end;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:end;fill:#0dc04b;fill-opacity:1;stroke:none;stroke-width:2.96151376px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="-359.93204"
      y="940.30151"
      id="IDG1-RISE-Value"
      inkscape:label="#text5149"
-     transform="scale(1.0522691,0.95032727)"><tspan
+     transform="scale(1.0522691,0.95032726)"
+     sodipodi:linespacing="0%"><tspan
        sodipodi:role="line"
        id="tspan5421"
-       x="288.397"
+       x="-359.93204"
        y="940.30151"
        style="fill:#0dc04b;fill-opacity:1;stroke-width:2.96151376px">15</tspan></text>
   <text
      xml:space="preserve"
-     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:37.49353027px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#0dc04b;fill-opacity:1;stroke:none;stroke-width:3.12446094px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-     x="628.38263"
+     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:37.49353027px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#0dc04b;fill-opacity:1;stroke:none;stroke-width:3.12446094px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="1046.4371"
      y="929.47345"
      id="IDG2-RISE-label"
      inkscape:label="#text5149"
-     transform="scale(1.0446226,0.95728352)"><tspan
+     transform="scale(1.0446226,0.95728352)"
+     sodipodi:linespacing="0%"><tspan
        sodipodi:role="line"
        id="tspan5401-8"
-       x="628.38263"
+       x="1046.4371"
        y="929.47345"
        style="fill:#0dc04b;fill-opacity:1;stroke-width:3.12446094px">RISE</tspan></text>
   <text
      xml:space="preserve"
-     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35.53899002px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:end;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:end;fill:#0dc04b;fill-opacity:1;stroke:none;stroke-width:2.96151376px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-     x="765.44617"
+     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35.53899002px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';text-align:end;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:end;fill:#0dc04b;fill-opacity:1;stroke:none;stroke-width:2.96151376px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="1180.4628"
      y="935.5838"
      id="IDG2-RISE-Value"
      inkscape:label="#text5149"
-     transform="scale(1.0522691,0.95032725)"><tspan
+     transform="scale(1.0522691,0.95032725)"
+     sodipodi:linespacing="0%"><tspan
        sodipodi:role="line"
        id="tspan5421-6"
-       x="765.44617"
+       x="1180.4628"
        y="935.5838"
        style="fill:#0dc04b;fill-opacity:1;stroke-width:2.96151376px">15</tspan></text>
   <text
      xml:space="preserve"
-     style="font-style:normal;font-weight:normal;font-size:47.07433319px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:1.17685831"
-     x="260.35413"
-     y="124.72244"
-     id="BAT1-OFF"
-     transform="scale(0.99753748,1.0024686)"
-     inkscape:label="#text4824"><tspan
-       sodipodi:role="line"
-       id="tspan4822"
-       x="260.35413"
-       y="124.72244"
-       style="fill:#cecdce;fill-opacity:1;stroke-width:1.17685831">OFF</tspan></text>
-  <text
-     xml:space="preserve"
-     style="font-style:normal;font-weight:normal;font-size:47.07433319px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:1.17685831"
-     x="680.4375"
-     y="119.87931"
-     id="BAT2-OFF"
-     transform="scale(0.99753748,1.0024686)"
-     inkscape:label="#text4824"><tspan
-       sodipodi:role="line"
-       id="tspan4822-7"
-       x="680.4375"
-       y="119.87931"
-       style="fill:#cecdce;fill-opacity:1;stroke-width:1.17685831">OFF</tspan></text>
-  <text
-     xml:space="preserve"
-     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:44.4640007px;line-height:0%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:3.70532823px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-     x="129.72305"
+     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:44.4640007px;line-height:0%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:3.70532823px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="-587.04706"
      y="809.49182"
      id="ELEC-IDG-1-num-label"
      inkscape:label="#text3720"
-     transform="scale(0.95179275,1.0506489)"><tspan
+     transform="scale(0.95179275,1.0506489)"
+     sodipodi:linespacing="0%"><tspan
        sodipodi:role="line"
        id="tspan4828"
-       x="129.72305"
+       x="-587.04706"
        y="809.49182">1</tspan></text>
   <text
      xml:space="preserve"
-     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:44.46399938px;line-height:0%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr;text-anchor:start;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:3.7053287px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;"
-     x="999.85486"
+     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:44.4640007px;line-height:0%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:3.7053287px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="1458.6829"
      y="806.74823"
      id="ELEC-IDG-2-num-label"
      inkscape:label="#text3720"
-     transform="scale(0.95179275,1.0506489)"><tspan
+     transform="scale(0.95179275,1.0506489)"
+     sodipodi:linespacing="0%"><tspan
        sodipodi:role="line"
-       id="tspan4850">2</tspan></text>
-  <rect
-     y="489.10995"
-     x="427.5267"
-     height="35.699383"
-     width="180.19377"
-     id="rect4055"
-     style="opacity:1;fill:#4d4d4d;fill-opacity:1;stroke:#4d4d4d;stroke-width:1.80061543;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers" />
-  <g
-     id="ACESS"
-     inkscape:label="#g5043"
-     transform="matrix(0.89194546,0,0,0.84339262,58.811078,77.403922)">
-    <text
-       transform="scale(0.96119789,1.0403685)"
-       inkscape:label="#text5149"
-       id="ELEC-ACESS-label"
-       y="507.66595"
-       x="447.60455"
-       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:48.29100037px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#0dc04b;fill-opacity:1;stroke:none;stroke-width:4.02423px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       xml:space="preserve"><tspan
-         y="507.66595"
-         x="447.60455"
-         id="tspan5021"
-         sodipodi:role="line">AC ESS</tspan></text>
-  </g>
+       id="tspan4850"
+       x="1458.6829"
+       y="806.74823">2</tspan></text>
   <text
      transform="scale(0.92159222,1.0850786)"
      inkscape:label="#text3720"
      id="ACESS-SHED"
-     y="510.06088"
-     x="528.74799"
-     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:29.36306763px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#bb6100;fill-opacity:1;stroke:none;stroke-width:2.44689655px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-     xml:space="preserve"><tspan
+     y="499.11292"
+     x="-525.78296"
+     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:29.36306763px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#bb6100;fill-opacity:1;stroke:none;stroke-width:2.44689655px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     xml:space="preserve"
+     sodipodi:linespacing="0%"><tspan
        style="fill:#bb6100;fill-opacity:1;stroke-width:2.44689655px"
-       y="510.06088"
-       x="528.74799"
+       y="499.11292"
+       x="-525.78296"
        id="tspan4057"
        sodipodi:role="line">SHED</tspan></text>
-  <rect
-     y="178.46574"
-     x="825.08881"
-     height="35.862419"
-     width="148.36241"
-     id="rect4063"
-     style="opacity:1;fill:#4d4d4d;fill-opacity:1;stroke:#4d4d4d;stroke-width:1.63757968;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers" />
-  <text
-     transform="scale(1.0149205,0.98529885)"
-     inkscape:label="#text5149"
-     id="ELEC-DC2-label"
-     y="215.70831"
-     x="832.24774"
-     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:43.00463104px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#0dc04b;fill-opacity:1;stroke:none;stroke-width:3.58370113px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-     xml:space="preserve"><tspan
-       style="stroke-width:3.58370113px"
-       y="215.70831"
-       x="832.24774"
-       id="tspan4067"
-       sodipodi:role="line">DC <tspan
-   style="font-size:50px"
-   id="tspan4071" /></tspan></text>
-  <rect
-     y="488.20798"
-     x="792.20239"
-     height="39.359795"
-     width="180.10419"
-     id="rect4081"
-     style="opacity:1;fill:#4d4d4d;fill-opacity:1;stroke:#4d4d4d;stroke-width:1.8902055;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers" />
-  <g
-     id="ELEC-AC2-label"
-     inkscape:label="#g5043"
-     transform="matrix(0.89194546,0,0,0.84339262,442.33419,76.772212)">
-    <text
-       transform="scale(0.96119789,1.0403685)"
-       inkscape:label="#text5149"
-       id="text4085"
-       y="508.64465"
-       x="444.59967"
-       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:48.29100037px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#0dc04b;fill-opacity:1;stroke:none;stroke-width:4.02423px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       xml:space="preserve"><tspan
-         y="508.64465"
-         x="444.59967"
-         id="tspan4083"
-         sodipodi:role="line">AC <tspan
-   style="font-size:54.18933105px"
-   id="tspan4089" /></tspan></text>
-  </g>
-  <rect
-     style="opacity:1;fill:#4d4d4d;fill-opacity:1;stroke:#4d4d4d;stroke-width:1.8902055;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
-     id="rect4091"
-     width="180.10419"
-     height="39.359795"
-     x="9.8938618"
-     y="487.34924" />
-  <g
-     transform="matrix(0.89194546,0,0,0.84339262,-339.97434,76.772212)"
-     inkscape:label="#g5043"
-     id="ELEC-AC1-label">
-    <text
-       xml:space="preserve"
-       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:48.29100037px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#0dc04b;fill-opacity:1;stroke:none;stroke-width:4.02423px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       x="444.59967"
-       y="508.64465"
-       id="text4097"
-       inkscape:label="#text5149"
-       transform="scale(0.96119789,1.0403685)"><tspan
-         sodipodi:role="line"
-         id="tspan4095"
-         x="444.59967"
-         y="508.64465">AC<tspan
-   style="font-size:54.18933105px"
-   id="tspan4101" /></tspan></text>
-  </g>
-  <text
-     xml:space="preserve"
-     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:49px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#0dc04b;fill-opacity:1;stroke:none;stroke-width:0.75"
-     x="916.2713"
-     y="213.35315"
-     id="text342"><tspan
-       sodipodi:role="line"
-       id="tspan340"
-       x="916.2713"
-       y="213.35315"
-       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:49px;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#0dc04b;fill-opacity:1;stroke-width:0.75">2</tspan></text>
-  <text
-     id="text4840"
-     y="212.49442"
-     x="144.26761"
-     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:49px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#0dc04b;fill-opacity:1;stroke:none;stroke-width:0.75"
-     xml:space="preserve"><tspan
-       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:49px;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#0dc04b;fill-opacity:1;stroke-width:0.75"
-       y="212.49442"
-       x="144.26761"
-       id="tspan4838"
-       sodipodi:role="line">1</tspan></text>
-  <text
-     xml:space="preserve"
-     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:49px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#0dc04b;fill-opacity:1;stroke:none;stroke-width:0.75"
-     x="104.76575"
-     y="522.49811"
-     id="text4844"><tspan
-       sodipodi:role="line"
-       id="tspan4842"
-       x="104.76575"
-       y="522.49811"
-       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:48px;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#0dc04b;fill-opacity:1;stroke-width:0.75">1</tspan></text>
-  <text
-     id="text4848"
-     y="525.35315"
-     x="890.0213"
-     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:49px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#0dc04b;fill-opacity:1;stroke:none;stroke-width:0.75"
-     xml:space="preserve"><tspan
-       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:49px;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#0dc04b;fill-opacity:1;stroke-width:0.75"
-       y="525.35315"
-       x="890.0213"
-       id="tspan4846"
-       sodipodi:role="line">2</tspan></text>
   <g
      id="g913">
     <rect
@@ -2334,4 +1155,1193 @@
        x="560.88452"
        y="976.25214"
        style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#0dc04b">00</tspan></text>
+  <text
+     sodipodi:linespacing="0%"
+     transform="scale(0.96120436,1.0403615)"
+     inkscape:label="#text5149"
+     id="BAT1-OFF"
+     y="104.44369"
+     x="268.94534"
+     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';text-align:start;letter-spacing:-1.6px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:4.02423px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;"
+     xml:space="preserve"><tspan
+       style="font-size:36px;text-align:center;text-anchor:middle;letter-spacing:-1.6px;"
+       y="104.44369"
+       x="268.94534"
+       id="tspan4485"
+       sodipodi:role="line">OFF</tspan></text>
+  <g
+     id="BAT1-content"
+     inkscape:label="#g4503"
+     transform="translate(2.828427,0)">
+    <text
+       xml:space="preserve"
+       style="font-style:normal;font-weight:normal;font-size:36px;line-height:0%;font-family:'Liberation Sans';text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       x="273.02502"
+       y="87.399979"
+       id="Bat1Volt"
+       inkscape:label="#text5149"
+       sodipodi:linespacing="0%"><tspan
+         sodipodi:role="line"
+         id="tspan4489"
+         x="273.02502"
+         y="87.399979"
+         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#0dc04b">28</tspan></text>
+    <text
+       sodipodi:linespacing="0%"
+       inkscape:label="#text5149"
+       id="Bat1Ampere"
+       y="126.75432"
+       x="273.02502"
+       style="font-style:normal;font-weight:normal;line-height:0%;font-family:'Liberation Sans';text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-size:36px;"
+       xml:space="preserve"><tspan
+         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#0dc04b;"
+         y="126.75432"
+         x="273.02502"
+         id="tspan4493"
+         sodipodi:role="line">0</tspan></text>
+    <text
+       inkscape:label="#text4495"
+       xml:space="preserve"
+       style="font-style:normal;font-weight:normal;line-height:0%;font-family:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#179ab7;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       x="284.24109"
+       y="87.790939"
+       id="text3728-6-4"
+       sodipodi:linespacing="0%"><tspan
+         sodipodi:role="line"
+         id="tspan4497"
+         x="284.24109"
+         y="87.790939"
+         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#179ab7;fill-opacity:1">V</tspan></text>
+    <text
+       sodipodi:linespacing="0%"
+       id="text3732-2-1"
+       y="127.1448"
+       x="284.24109"
+       style="font-style:normal;font-weight:normal;line-height:0%;font-family:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#179ab7;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       xml:space="preserve"
+       inkscape:label="#text4495"><tspan
+         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#179ab7;fill-opacity:1"
+         y="127.1448"
+         x="284.24109"
+         id="tspan4501"
+         sodipodi:role="line">A</tspan></text>
+  </g>
+  <g
+     id="g4513"
+     transform="translate(509.21361,0)">
+    <path
+       style="fill:none;stroke:#4d4d4d;stroke-width:5.5999999;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 188.5144,142.2376 188.51467,14.3"
+       id="path4515"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <path
+       sodipodi:nodetypes="cc"
+       inkscape:connector-curvature="0"
+       id="path4517"
+       d="m 323.11467,14.3 -134.60027,0"
+       style="fill:none;stroke:#4d4d4d;stroke-width:5.5999999;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       style="fill:none;stroke:#4d4d4d;stroke-width:5.5999999;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 323.1144,14.3 0,127.9376"
+       id="path4519"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <path
+       sodipodi:nodetypes="cc"
+       inkscape:connector-curvature="0"
+       id="path4521"
+       d="m 188.5144,142.2376 134.6,0"
+       style="fill:none;stroke:#4d4d4d;stroke-width:5.5999999;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+  </g>
+  <text
+     sodipodi:linespacing="0%"
+     transform="scale(0.96119789,1.0403685)"
+     inkscape:label="#text5149"
+     id="BAT2-label"
+     y="49.576725"
+     x="797.8468"
+     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:4.02423px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     xml:space="preserve"><tspan
+       style="font-size:36px;text-align:center;letter-spacing:-1.60000002px;text-anchor:middle"
+       y="49.576725"
+       x="797.04681"
+       id="tspan4525"
+       sodipodi:role="line">BAT 2</tspan></text>
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';text-align:start;letter-spacing:-1.6px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:4.02423px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;"
+     x="795.76898"
+     y="104.44369"
+     id="BAT2-OFF"
+     inkscape:label="#text5149"
+     transform="scale(0.96120436,1.0403615)"
+     sodipodi:linespacing="0%"><tspan
+       sodipodi:role="line"
+       id="tspan4529"
+       x="795.76898"
+       y="104.44369"
+       style="font-size:36px;text-align:center;text-anchor:middle;letter-spacing:-1.6px;">OFF</tspan></text>
+  <g
+     inkscape:label="#g4503"
+     id="BAT2-content"
+     transform="translate(509.21361,0)">
+    <text
+       sodipodi:linespacing="0%"
+       inkscape:label="#text5149"
+       id="Bat2Volt"
+       y="87.439178"
+       x="273.02502"
+       style="font-style:normal;font-weight:normal;font-size:36px;line-height:0%;font-family:'Liberation Sans';text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       xml:space="preserve"><tspan
+         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#0dc04b"
+         y="87.439178"
+         x="273.02502"
+         id="tspan4535"
+         sodipodi:role="line">28</tspan></text>
+    <text
+       xml:space="preserve"
+       style="font-style:normal;font-weight:normal;line-height:0%;font-family:'Liberation Sans';text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-size:36px;"
+       x="273.02502"
+       y="126.75432"
+       id="Bat2Ampere"
+       inkscape:label="#text5149"
+       sodipodi:linespacing="0%"><tspan
+         sodipodi:role="line"
+         id="tspan4539"
+         x="273.02502"
+         y="126.75432"
+         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#0dc04b;">0</tspan></text>
+    <text
+       sodipodi:linespacing="0%"
+       id="text3728-6-4-8"
+       y="87.830139"
+       x="284.24109"
+       style="font-style:normal;font-weight:normal;line-height:0%;font-family:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#179ab7;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       xml:space="preserve"
+       inkscape:label="#text4495"><tspan
+         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#179ab7;fill-opacity:1"
+         y="87.830139"
+         x="284.24109"
+         id="tspan4543"
+         sodipodi:role="line">V</tspan></text>
+    <text
+       inkscape:label="#text4495"
+       xml:space="preserve"
+       style="font-style:normal;font-weight:normal;line-height:0%;font-family:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#179ab7;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       x="284.24109"
+       y="127.1448"
+       id="text3732-2-1-6"
+       sodipodi:linespacing="0%"><tspan
+         sodipodi:role="line"
+         id="tspan4547"
+         x="284.24109"
+         y="127.1448"
+         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#179ab7;fill-opacity:1">A</tspan></text>
+  </g>
+  <text
+     sodipodi:linespacing="0%"
+     transform="scale(0.96119789,1.0403685)"
+     inkscape:label="#text5149"
+     id="ELEC-DCBAT-label"
+     y="91.193764"
+     x="531.93054"
+     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:48.29100037px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#0dc04b;fill-opacity:1;stroke:none;stroke-width:4.02423px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     xml:space="preserve"><tspan
+       style="font-size:40px;text-align:center;text-anchor:middle;fill:#0dc04b;fill-opacity:1;letter-spacing:-1.6px"
+       y="91.193764"
+       x="531.93054"
+       id="tspan4551"
+       sodipodi:role="line">DC BAT</tspan></text>
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:48.29100037px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#0dc04b;fill-opacity:1;stroke:none;stroke-width:4.02423px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="91.140144"
+     y="181.64128"
+     id="ELEC-DC1-label"
+     inkscape:label="#text5149"
+     transform="scale(0.96120326,1.0403627)"
+     sodipodi:linespacing="0%"><tspan
+       sodipodi:role="line"
+       id="tspan4555"
+       x="91.140144"
+       y="181.64128"
+       style="font-size:40px;text-align:center;text-anchor:middle;fill:#0dc04b;fill-opacity:1;letter-spacing:-1.59999998px">DC 1</tspan></text>
+  <rect
+     y="151.76567"
+     x="860.85632"
+     height="45.763382"
+     width="149.16417"
+     id="rect4557"
+     style="opacity:1;fill:#4d4d4d;fill-opacity:1;stroke:#4d4d4d;stroke-width:1.63581991;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers" />
+  <text
+     sodipodi:linespacing="0%"
+     transform="scale(0.96120325,1.0403627)"
+     inkscape:label="#text5149"
+     id="ELEC-DC2-label"
+     y="181.64128"
+     x="972.54083"
+     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:48.29100037px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';text-align:start;letter-spacing:-1.59999999px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#0dc04b;fill-opacity:1;stroke:none;stroke-width:4.02423px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;"
+     xml:space="preserve"><tspan
+       style="font-size:40px;text-align:center;text-anchor:middle;fill:#0dc04b;fill-opacity:1;letter-spacing:-1.59999999px;"
+       y="181.64128"
+       x="972.54083"
+       id="tspan4561"
+       sodipodi:role="line">DC 2</tspan></text>
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:48.29100037px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#0dc04b;fill-opacity:1;stroke:none;stroke-width:4.02423px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="531.93054"
+     y="222.95705"
+     id="ELEC-DCESS-label"
+     inkscape:label="#text5149"
+     transform="scale(0.96119789,1.0403685)"
+     sodipodi:linespacing="0%"><tspan
+       sodipodi:role="line"
+       id="tspan4585"
+       x="531.93054"
+       y="222.95705"
+       style="font-size:40px;text-align:center;text-anchor:middle;fill:#0dc04b;fill-opacity:1;letter-spacing:-1.6px">DC ESS</tspan></text>
+  <rect
+     inkscape:label="#rect3952-9"
+     style="fill:#0dc04b;fill-opacity:1;stroke-width:0.4562017"
+     id="ELEC-Line-DC2-DCESS_DCBAT"
+     width="273.11761"
+     height="4.8000002"
+     x="-860.03839"
+     y="170.64999"
+     transform="scale(-1,1)" />
+  <rect
+     transform="matrix(0,1,1,0,0,0)"
+     inkscape:label="#rect3952-9"
+     style="fill:#0dc04b;fill-opacity:1;stroke-width:0.25828311"
+     id="ELEC-Line-DC2-DCBAT"
+     width="68.936798"
+     height="4.8000002"
+     x="104.476"
+     y="586.92041" />
+  <g
+     transform="translate(-152.8402,268.79999)"
+     id="g4609">
+    <path
+       style="fill:none;stroke:#4d4d4d;stroke-width:5.5999999;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 188.5144,142.2376 188.51467,14.3"
+       id="path4611"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <path
+       sodipodi:nodetypes="cc"
+       inkscape:connector-curvature="0"
+       id="path4613"
+       d="m 323.11467,14.3 -134.60027,0"
+       style="fill:none;stroke:#4d4d4d;stroke-width:5.5999999;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       style="fill:none;stroke:#4d4d4d;stroke-width:5.5999999;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 323.1144,14.3 0,127.9376"
+       id="path4615"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <path
+       sodipodi:nodetypes="cc"
+       inkscape:connector-curvature="0"
+       id="path4617"
+       d="m 188.5144,142.2376 134.6,0"
+       style="fill:none;stroke:#4d4d4d;stroke-width:5.5999999;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+  </g>
+  <text
+     sodipodi:linespacing="0%"
+     transform="scale(0.96119789,1.0403685)"
+     inkscape:label="#text5149"
+     id="TR1-label"
+     y="307.94672"
+     x="109.06712"
+     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:4.02423px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     xml:space="preserve"><tspan
+       style="font-size:36px;text-align:center;letter-spacing:-1.60000002px;text-anchor:middle"
+       y="307.94672"
+       x="108.26712"
+       id="tspan4621"
+       sodipodi:role="line">TR 1</tspan></text>
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-weight:normal;font-size:36px;line-height:0%;font-family:'Liberation Sans';text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="120.18482"
+     y="356.23917"
+     id="TR1Volt"
+     inkscape:label="#text5149"
+     sodipodi:linespacing="0%"><tspan
+       sodipodi:role="line"
+       id="tspan4631"
+       x="120.18482"
+       y="356.23917"
+       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#0dc04b">28</tspan></text>
+  <text
+     sodipodi:linespacing="0%"
+     inkscape:label="#text5149"
+     id="TR1Ampere"
+     y="395.55432"
+     x="120.18482"
+     style="font-style:normal;font-weight:normal;line-height:0%;font-family:'Liberation Sans';text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-size:36px;"
+     xml:space="preserve"><tspan
+       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#0dc04b;"
+       y="395.55432"
+       x="120.18482"
+       id="tspan4635"
+       sodipodi:role="line">150</tspan></text>
+  <text
+     inkscape:label="#text4495"
+     xml:space="preserve"
+     style="font-style:normal;font-weight:normal;line-height:0%;font-family:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#179ab7;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="131.40089"
+     y="356.63013"
+     id="text3728-6-4-4"
+     sodipodi:linespacing="0%"><tspan
+       sodipodi:role="line"
+       id="tspan4639"
+       x="131.40089"
+       y="356.63013"
+       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#179ab7;fill-opacity:1">V</tspan></text>
+  <text
+     sodipodi:linespacing="0%"
+     id="text3732-2-1-0"
+     y="395.94479"
+     x="131.40089"
+     style="font-style:normal;font-weight:normal;line-height:0%;font-family:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#179ab7;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     xml:space="preserve"
+     inkscape:label="#text4495"><tspan
+       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#179ab7;fill-opacity:1"
+       y="395.94479"
+       x="131.40089"
+       id="tspan4643"
+       sodipodi:role="line">A</tspan></text>
+  <g
+     id="g4653"
+     transform="translate(664.88241,268.79999)">
+    <path
+       sodipodi:nodetypes="cc"
+       inkscape:connector-curvature="0"
+       id="path4655"
+       d="M 188.5144,142.2376 188.51467,14.3"
+       style="fill:none;stroke:#4d4d4d;stroke-width:5.5999999;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       style="fill:none;stroke:#4d4d4d;stroke-width:5.5999999;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 323.11467,14.3 -134.60027,0"
+       id="path4657"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <path
+       sodipodi:nodetypes="cc"
+       inkscape:connector-curvature="0"
+       id="path4659"
+       d="m 323.1144,14.3 0,127.9376"
+       style="fill:none;stroke:#4d4d4d;stroke-width:5.5999999;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       style="fill:none;stroke:#4d4d4d;stroke-width:5.5999999;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 188.5144,142.2376 134.6,0"
+       id="path4661"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+  </g>
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:4.02423px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="959.79999"
+     y="307.94672"
+     id="TR2-label"
+     inkscape:label="#text5149"
+     transform="scale(0.96119789,1.0403685)"
+     sodipodi:linespacing="0%"><tspan
+       sodipodi:role="line"
+       id="tspan4665"
+       x="959"
+       y="307.94672"
+       style="font-size:36px;text-align:center;letter-spacing:-1.60000002px;text-anchor:middle">TR 2</tspan></text>
+  <text
+     sodipodi:linespacing="0%"
+     inkscape:label="#text5149"
+     id="TR2Volt"
+     y="356.23917"
+     x="937.90741"
+     style="font-style:normal;font-weight:normal;font-size:36px;line-height:0%;font-family:'Liberation Sans';text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     xml:space="preserve"><tspan
+       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#0dc04b"
+       y="356.23917"
+       x="937.90741"
+       id="tspan4673"
+       sodipodi:role="line">28</tspan></text>
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-weight:normal;line-height:0%;font-family:'Liberation Sans';text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-size:36px;"
+     x="937.90741"
+     y="395.55432"
+     id="TR2Ampere"
+     inkscape:label="#text5149"
+     sodipodi:linespacing="0%"><tspan
+       sodipodi:role="line"
+       id="tspan4677"
+       x="937.90741"
+       y="395.55432"
+       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#0dc04b;">150</tspan></text>
+  <text
+     sodipodi:linespacing="0%"
+     id="text3728-6-4-4-2"
+     y="356.63013"
+     x="949.12347"
+     style="font-style:normal;font-weight:normal;line-height:0%;font-family:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#179ab7;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     xml:space="preserve"
+     inkscape:label="#text4495"><tspan
+       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#179ab7;fill-opacity:1"
+       y="356.63013"
+       x="949.12347"
+       id="tspan4681"
+       sodipodi:role="line">V</tspan></text>
+  <text
+     inkscape:label="#text4495"
+     xml:space="preserve"
+     style="font-style:normal;font-weight:normal;line-height:0%;font-family:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#179ab7;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="949.12347"
+     y="395.94479"
+     id="text3732-2-1-0-4"
+     sodipodi:linespacing="0%"><tspan
+       sodipodi:role="line"
+       id="tspan4685"
+       x="949.12347"
+       y="395.94479"
+       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#179ab7;fill-opacity:1">A</tspan></text>
+  <rect
+     y="462.18991"
+     x="13.651078"
+     height="45.763397"
+     width="216.48073"
+     id="rect4687"
+     style="opacity:1;fill:#4d4d4d;fill-opacity:1;stroke:#4d4d4d;stroke-width:1.63581991;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers" />
+  <text
+     sodipodi:linespacing="0%"
+     transform="scale(0.96120294,1.040363)"
+     inkscape:label="#text5149"
+     id="ELEC-AC1-label"
+     y="480.02191"
+     x="127.75836"
+     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:48.29100037px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#0dc04b;fill-opacity:1;stroke:none;stroke-width:4.02423px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     xml:space="preserve"><tspan
+       style="font-size:40px;text-align:center;text-anchor:middle;fill:#0dc04b;fill-opacity:1;letter-spacing:-1.60000002px"
+       y="480.02191"
+       x="127.75836"
+       id="tspan4691"
+       sodipodi:role="line">AC 1</tspan></text>
+  <rect
+     style="opacity:1;fill:#4d4d4d;fill-opacity:1;stroke:#4d4d4d;stroke-width:1.63581991;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
+     id="rect4693"
+     width="216.48073"
+     height="45.763397"
+     x="793.53949"
+     y="462.18991" />
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:48.29100037px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#0dc04b;fill-opacity:1;stroke:none;stroke-width:4.02423px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="939.12543"
+     y="480.02191"
+     id="ELEC-AC2-label"
+     inkscape:label="#text5149"
+     transform="scale(0.96120296,1.040363)"
+     sodipodi:linespacing="0%"><tspan
+       sodipodi:role="line"
+       id="tspan4697"
+       x="939.12543"
+       y="480.02191"
+       style="font-size:40px;text-align:center;text-anchor:middle;fill:#0dc04b;fill-opacity:1;letter-spacing:-1.6px">AC 2</tspan></text>
+  <rect
+     style="opacity:1;fill:#4d4d4d;fill-opacity:1;stroke:#4d4d4d;stroke-width:1.80152726;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
+     id="rect4705"
+     width="238.08084"
+     height="45.597965"
+     x="392.7948"
+     y="462.27246" />
+  <text
+     sodipodi:linespacing="0%"
+     transform="scale(0.96119789,1.0403685)"
+     inkscape:label="#text5149"
+     id="ELEC-ACESS-label"
+     y="479.80142"
+     x="531.93054"
+     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:48.29100037px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#0dc04b;fill-opacity:1;stroke:none;stroke-width:4.02423px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     xml:space="preserve"><tspan
+       style="font-size:40px;text-align:center;text-anchor:middle;fill:#0dc04b;fill-opacity:1;letter-spacing:-1.6px"
+       y="479.80142"
+       x="531.93054"
+       id="tspan4709"
+       sodipodi:role="line">AC ESS</tspan></text>
+  <rect
+     transform="matrix(0,-1,1,0,0,0)"
+     inkscape:label="#rect3952-9"
+     style="fill:#0dc04b;fill-opacity:1;stroke-width:0.2101787"
+     id="ELEC-Line-TR2-DC2"
+     width="81.952797"
+     height="4.8000002"
+     x="-280.29999"
+     y="923.81561" />
+  <rect
+     transform="matrix(0,-1,1,0,0,0)"
+     inkscape:label="#rect3952-9"
+     style="fill:#0dc04b;fill-opacity:1;stroke-width:0.2101787"
+     id="ELEC-Line-AC1-TR1"
+     width="47.534401"
+     height="4.8000002"
+     x="-461.37201"
+     y="95.055603" />
+  <rect
+     y="923.81561"
+     x="-461.37201"
+     height="4.8000002"
+     width="47.534401"
+     id="ELEC-Line-AC2-TR2"
+     style="fill:#0dc04b;fill-opacity:1;stroke-width:0.2101787"
+     inkscape:label="#rect3952-9"
+     transform="matrix(0,-1,1,0,0,0)" />
+  <rect
+     inkscape:label="#rect3952-9"
+     style="fill:#0dc04b;fill-opacity:1;stroke-width:0.44108707"
+     id="ELEC-Line-AC2-ACESS"
+     width="160.94479"
+     height="4.8000002"
+     x="631.77679"
+     y="483.69879" />
+  <g
+     transform="translate(-152.83999,596.51526)"
+     id="g4719">
+    <path
+       style="fill:none;stroke:#4d4d4d;stroke-width:5.5999999;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 188.5144,181.74048 188.51467,14.3"
+       id="path4721"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <path
+       sodipodi:nodetypes="cc"
+       inkscape:connector-curvature="0"
+       id="path4723"
+       d="m 323.11467,14.3 -134.60027,0"
+       style="fill:none;stroke:#4d4d4d;stroke-width:5.5999999;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       style="fill:none;stroke:#4d4d4d;stroke-width:5.5999999;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 323.1144,14.3 0,167.44048"
+       id="path4725"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <path
+       sodipodi:nodetypes="cc"
+       inkscape:connector-curvature="0"
+       id="path4727"
+       d="m 188.5144,181.74054 134.6,-6e-5"
+       style="fill:none;stroke:#4d4d4d;stroke-width:5.5999999;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+  </g>
+  <text
+     sodipodi:linespacing="0%"
+     transform="scale(0.96119961,1.0403666)"
+     inkscape:label="#text5149"
+     id="GEN1-label"
+     y="622.94702"
+     x="56.280193"
+     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';text-align:start;letter-spacing:-1.60000002px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:4.02423px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     xml:space="preserve"><tspan
+       style="font-size:36px;text-align:start;letter-spacing:-1.60000002px;text-anchor:start"
+       y="622.94702"
+       x="56.280193"
+       id="tspan4731"
+       sodipodi:role="line">GEN</tspan></text>
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';text-align:start;letter-spacing:-1.60000002px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:4.02423px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="106.99391"
+     y="693.4599"
+     id="GEN1-off"
+     inkscape:label="#text5149"
+     transform="scale(0.96120436,1.0403615)"
+     sodipodi:linespacing="0%"><tspan
+       sodipodi:role="line"
+       id="tspan4735"
+       x="106.19391"
+       y="693.4599"
+       style="font-size:36px;text-align:center;letter-spacing:-1.60000002px;text-anchor:middle">OFF</tspan></text>
+  <g
+     transform="translate(-152.83999,606.41475)"
+     inkscape:label="#g4503"
+     id="GEN1-content">
+    <text
+       sodipodi:linespacing="0%"
+       inkscape:label="#text5149"
+       id="Gen1Load"
+       y="83.036636"
+       x="273.02502"
+       style="font-style:normal;font-weight:normal;font-size:36px;line-height:0%;font-family:'Liberation Sans';text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       xml:space="preserve"><tspan
+         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#0dc04b"
+         y="83.036636"
+         x="273.02502"
+         id="tspan4741"
+         sodipodi:role="line">0</tspan></text>
+    <text
+       xml:space="preserve"
+       style="font-style:normal;font-weight:normal;font-size:36px;line-height:0%;font-family:'Liberation Sans';text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       x="273.02502"
+       y="123.66542"
+       id="Gen1Volt"
+       inkscape:label="#text5149"
+       sodipodi:linespacing="0%"><tspan
+         sodipodi:role="line"
+         id="tspan4745"
+         x="273.02502"
+         y="123.66542"
+         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#0dc04b">115</tspan></text>
+    <text
+       sodipodi:linespacing="0%"
+       id="text3724-6"
+       y="83.427597"
+       x="293.85971"
+       style="font-style:normal;font-weight:normal;line-height:0%;font-family:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#179ab7;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       xml:space="preserve"
+       inkscape:label="#text4495"><tspan
+         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#179ab7;fill-opacity:1"
+         y="83.427597"
+         x="293.85971"
+         id="tspan4749"
+         sodipodi:role="line">%</tspan></text>
+    <text
+       inkscape:label="#text4495"
+       xml:space="preserve"
+       style="font-style:normal;font-weight:normal;line-height:0%;font-family:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#179ab7;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       x="291.32819"
+       y="124.0559"
+       id="text3728-6"
+       sodipodi:linespacing="0%"><tspan
+         sodipodi:role="line"
+         id="tspan4753"
+         x="291.32819"
+         y="124.0559"
+         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#179ab7;fill-opacity:1">V</tspan></text>
+    <text
+       sodipodi:linespacing="0%"
+       inkscape:label="#text5149"
+       id="Gen1Hz"
+       y="164.37172"
+       x="273.02502"
+       style="font-style:normal;font-weight:normal;line-height:0%;font-family:'Liberation Sans';text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-size:36px;"
+       xml:space="preserve"><tspan
+         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#0dc04b;"
+         y="164.37172"
+         x="273.02502"
+         id="tspan4757"
+         sodipodi:role="line">400</tspan></text>
+    <text
+       sodipodi:linespacing="0%"
+       id="text3732-2"
+       y="146.91747"
+       x="315.33105"
+       style="font-style:normal;font-weight:normal;font-size:10.70032692px;line-height:0%;font-family:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#179ab7;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       xml:space="preserve"
+       inkscape:label="#text4495"
+       transform="scale(0.89169393,1.121461)"><tspan
+         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:28.53420448px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#179ab7;fill-opacity:1"
+         y="146.91747"
+         x="315.33105"
+         id="tspan4761"
+         sodipodi:role="line">HZ</tspan></text>
+  </g>
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';text-align:start;letter-spacing:-1.60000002px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:4.02423px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="147.92737"
+     y="622.94702"
+     id="GEN1-num-label"
+     inkscape:label="#text5149"
+     transform="scale(0.96119961,1.0403666)"
+     sodipodi:linespacing="0%"><tspan
+       sodipodi:role="line"
+       id="tspan4765"
+       x="147.12735"
+       y="622.94702"
+       style="font-size:36px;text-align:center;letter-spacing:-1.60000002px;text-anchor:middle">1</tspan></text>
+  <g
+     id="g4837"
+     transform="translate(664.8824,596.51526)">
+    <path
+       sodipodi:nodetypes="cc"
+       inkscape:connector-curvature="0"
+       id="path4839"
+       d="M 188.5144,181.74048 188.51467,14.3"
+       style="fill:none;stroke:#4d4d4d;stroke-width:5.5999999;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       style="fill:none;stroke:#4d4d4d;stroke-width:5.5999999;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 323.11467,14.3 -134.60027,0"
+       id="path4841"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <path
+       sodipodi:nodetypes="cc"
+       inkscape:connector-curvature="0"
+       id="path4843"
+       d="m 323.1144,14.3 0,167.44048"
+       style="fill:none;stroke:#4d4d4d;stroke-width:5.5999999;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       style="fill:none;stroke:#4d4d4d;stroke-width:5.5999999;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 188.5144,181.74054 134.6,-6e-5"
+       id="path4845"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+  </g>
+  <text
+     sodipodi:linespacing="0%"
+     transform="scale(0.96120436,1.0403615)"
+     inkscape:label="#text5149"
+     id="GEN2-off"
+     y="693.4599"
+     x="957.7207"
+     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';text-align:start;letter-spacing:-1.60000002px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:4.02423px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     xml:space="preserve"><tspan
+       style="font-size:36px;text-align:center;letter-spacing:-1.60000002px;text-anchor:middle"
+       y="693.4599"
+       x="956.92072"
+       id="tspan4853"
+       sodipodi:role="line">OFF</tspan></text>
+  <g
+     id="GEN2-content"
+     inkscape:label="#g4503"
+     transform="translate(664.8824,606.41475)">
+    <text
+       xml:space="preserve"
+       style="font-style:normal;font-weight:normal;font-size:36px;line-height:0%;font-family:'Liberation Sans';text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       x="273.02502"
+       y="83.036636"
+       id="Gen2Load"
+       inkscape:label="#text5149"
+       sodipodi:linespacing="0%"><tspan
+         sodipodi:role="line"
+         id="tspan4859"
+         x="273.02502"
+         y="83.036636"
+         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#0dc04b">0</tspan></text>
+    <text
+       sodipodi:linespacing="0%"
+       inkscape:label="#text5149"
+       id="Gen2Volt"
+       y="123.66542"
+       x="273.02502"
+       style="font-style:normal;font-weight:normal;font-size:36px;line-height:0%;font-family:'Liberation Sans';text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       xml:space="preserve"><tspan
+         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#0dc04b"
+         y="123.66542"
+         x="273.02502"
+         id="tspan4863"
+         sodipodi:role="line">115</tspan></text>
+    <text
+       inkscape:label="#text4495"
+       xml:space="preserve"
+       style="font-style:normal;font-weight:normal;line-height:0%;font-family:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#179ab7;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       x="293.85971"
+       y="83.427597"
+       id="text3724-6-5"
+       sodipodi:linespacing="0%"><tspan
+         sodipodi:role="line"
+         id="tspan4867"
+         x="293.85971"
+         y="83.427597"
+         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#179ab7;fill-opacity:1">%</tspan></text>
+    <text
+       sodipodi:linespacing="0%"
+       id="text3728-6-7"
+       y="124.0559"
+       x="291.32819"
+       style="font-style:normal;font-weight:normal;line-height:0%;font-family:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#179ab7;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       xml:space="preserve"
+       inkscape:label="#text4495"><tspan
+         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#179ab7;fill-opacity:1"
+         y="124.0559"
+         x="291.32819"
+         id="tspan4871"
+         sodipodi:role="line">V</tspan></text>
+    <text
+       xml:space="preserve"
+       style="font-style:normal;font-weight:normal;line-height:0%;font-family:'Liberation Sans';text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-size:36px;"
+       x="273.02502"
+       y="164.37172"
+       id="Gen2Hz"
+       inkscape:label="#text5149"
+       sodipodi:linespacing="0%"><tspan
+         sodipodi:role="line"
+         id="tspan4875"
+         x="273.02502"
+         y="164.37172"
+         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#0dc04b;">400</tspan></text>
+    <text
+       transform="scale(0.89169393,1.121461)"
+       inkscape:label="#text4495"
+       xml:space="preserve"
+       style="font-style:normal;font-weight:normal;font-size:10.70032692px;line-height:0%;font-family:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#179ab7;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       x="315.33105"
+       y="146.91747"
+       id="text3732-2-4"
+       sodipodi:linespacing="0%"><tspan
+         sodipodi:role="line"
+         id="tspan4879"
+         x="315.33105"
+         y="146.91747"
+         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:28.53420448px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#179ab7;fill-opacity:1">HZ</tspan></text>
+  </g>
+  <g
+     transform="matrix(1.0000036,0,0,-0.99999824,-461.72998,727.86449)"
+     id="APU-out"
+     inkscape:label="#g3441">
+    <rect
+       style="fill:#0dc04b;fill-opacity:1;stroke:none;stroke-width:1.07183552;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4899"
+       width="4.7999878"
+       height="65.721718"
+       x="841.58289"
+       y="105.20387" />
+    <path
+       transform="matrix(0.98944731,0,0,-0.81209163,63.509767,182.59582)"
+       inkscape:transform-center-y="2.8748486"
+       inkscape:transform-center-x="-0.042417572"
+       d="m 776.33019,117.10687 12.494,-21.584521 12.44575,21.612381 z"
+       inkscape:randomized="0"
+       inkscape:rounded="0"
+       inkscape:flatsided="true"
+       sodipodi:arg2="3.6663083"
+       sodipodi:arg1="2.6191108"
+       sodipodi:r2="7.1544757"
+       sodipodi:r1="14.398978"
+       sodipodi:cy="109.92132"
+       sodipodi:cx="788.80811"
+       sodipodi:sides="3"
+       id="path4901"
+       style="fill:none;fill-opacity:1;stroke:#0dc04b;stroke-width:5.35478449;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       sodipodi:type="star" />
+  </g>
+  <g
+     transform="matrix(1.0000036,0,0,0.99999824,82.229635,427.27293)"
+     id="AC2-in"
+     inkscape:label="#g3441">
+    <rect
+       style="fill:#0dc04b;fill-opacity:1;stroke:none;stroke-width:1.07183552;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4905"
+       width="4.7999878"
+       height="27.495249"
+       x="841.58289"
+       y="106.97126" />
+    <path
+       transform="matrix(0.98944731,0,0,0.81209163,63.509767,12.068865)"
+       inkscape:transform-center-y="-2.8748476"
+       inkscape:transform-center-x="-0.042417572"
+       d="m 776.33019,117.10687 12.494,-21.584521 12.44575,21.612381 z"
+       inkscape:randomized="0"
+       inkscape:rounded="0"
+       inkscape:flatsided="true"
+       sodipodi:arg2="3.6663083"
+       sodipodi:arg1="2.6191108"
+       sodipodi:r2="7.1544757"
+       sodipodi:r1="14.398978"
+       sodipodi:cy="109.92132"
+       sodipodi:cx="788.80811"
+       sodipodi:sides="3"
+       id="path4907"
+       style="fill:none;fill-opacity:1;stroke:#0dc04b;stroke-width:5.35478449;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       sodipodi:type="star" />
+  </g>
+  <rect
+     transform="matrix(0,-1,1,0,0,0)"
+     inkscape:label="#rect3952-9"
+     style="fill:#0dc04b;fill-opacity:1;stroke-width:0.15408444"
+     id="ELEC-Line-GEN2-AC2"
+     width="51.076"
+     height="4.8000002"
+     x="-608.0152"
+     y="923.81598" />
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';text-align:start;letter-spacing:-1.60000002px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:4.02423px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="907.01129"
+     y="622.94702"
+     id="GEN2-label"
+     inkscape:label="#text5149"
+     transform="scale(0.96119963,1.0403666)"
+     sodipodi:linespacing="0%"><tspan
+       sodipodi:role="line"
+       id="tspan5346"
+       x="907.01129"
+       y="622.94702"
+       style="font-size:36px;text-align:start;letter-spacing:-1.60000002px;text-anchor:start">GEN</tspan></text>
+  <text
+     sodipodi:linespacing="0%"
+     transform="scale(0.96119963,1.0403666)"
+     inkscape:label="#text5149"
+     id="GEN2-num-label"
+     y="622.94702"
+     x="998.65845"
+     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';text-align:start;letter-spacing:-1.60000002px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:4.02423px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     xml:space="preserve"><tspan
+       style="font-size:36px;text-align:center;letter-spacing:-1.60000002px;text-anchor:middle"
+       y="622.94702"
+       x="997.85846"
+       id="tspan5350"
+       sodipodi:role="line">2</tspan></text>
+  <g
+     id="APU-border"
+     transform="translate(138.28376,635.61821)"
+     inkscape:label="#g5352">
+    <path
+       sodipodi:nodetypes="cc"
+       inkscape:connector-curvature="0"
+       id="path5354"
+       d="M 165.5144,181.74048 165.51467,14.3"
+       style="fill:none;stroke:#4d4d4d;stroke-width:5.5999999;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       style="fill:none;stroke:#4d4d4d;stroke-width:5.5999999;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 323.11467,14.3 -157.60027,0"
+       id="path5356"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <path
+       sodipodi:nodetypes="cc"
+       inkscape:connector-curvature="0"
+       id="path5358"
+       d="m 323.1144,14.3 0,167.44048"
+       style="fill:none;stroke:#4d4d4d;stroke-width:5.5999999;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       style="fill:none;stroke:#4d4d4d;stroke-width:5.5999999;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 165.5144,181.74054 157.6,-6e-5"
+       id="path5360"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+  </g>
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';text-align:start;letter-spacing:-1.60000002px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:4.02423px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="399.48395"
+     y="660.53271"
+     id="APUGentext"
+     inkscape:label="#text5149"
+     transform="scale(0.96119963,1.0403666)"
+     sodipodi:linespacing="0%"><tspan
+       sodipodi:role="line"
+       id="tspan5364"
+       x="398.68396"
+       y="660.53271"
+       style="font-size:36px;text-align:center;letter-spacing:-1.60000002px;text-anchor:middle">APU GEN</tspan></text>
+  <text
+     sodipodi:linespacing="0%"
+     transform="scale(0.96120474,1.0403611)"
+     inkscape:label="#text5149"
+     id="APUGEN-off"
+     y="731.04614"
+     x="397.91742"
+     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'sans-serif, Normal';text-align:start;letter-spacing:-1.60000002px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:4.02423px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     xml:space="preserve"><tspan
+       style="font-size:36px;text-align:center;letter-spacing:-1.60000002px;text-anchor:middle"
+       y="731.04614"
+       x="397.11743"
+       id="tspan5368"
+       sodipodi:role="line">OFF</tspan></text>
+  <g
+     id="APU-content"
+     inkscape:label="#g4503"
+     transform="translate(138.28376,645.5177)">
+    <text
+       xml:space="preserve"
+       style="font-style:normal;font-weight:normal;font-size:36px;line-height:0%;font-family:'Liberation Sans';text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       x="273.02502"
+       y="83.036636"
+       id="APUGenLoad"
+       inkscape:label="#text5149"
+       sodipodi:linespacing="0%"><tspan
+         sodipodi:role="line"
+         id="tspan5374"
+         x="273.02502"
+         y="83.036636"
+         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#0dc04b">0</tspan></text>
+    <text
+       sodipodi:linespacing="0%"
+       inkscape:label="#text5149"
+       id="APUGenVolt"
+       y="123.66542"
+       x="273.02502"
+       style="font-style:normal;font-weight:normal;font-size:36px;line-height:0%;font-family:'Liberation Sans';text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       xml:space="preserve"><tspan
+         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#0dc04b"
+         y="123.66542"
+         x="273.02502"
+         id="tspan5378"
+         sodipodi:role="line">115</tspan></text>
+    <text
+       inkscape:label="#text4495"
+       xml:space="preserve"
+       style="font-style:normal;font-weight:normal;line-height:0%;font-family:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#179ab7;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       x="293.85971"
+       y="83.427597"
+       id="text3724"
+       sodipodi:linespacing="0%"><tspan
+         sodipodi:role="line"
+         id="tspan5382"
+         x="293.85971"
+         y="83.427597"
+         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#179ab7;fill-opacity:1">%</tspan></text>
+    <text
+       sodipodi:linespacing="0%"
+       id="text3728"
+       y="124.0559"
+       x="291.32819"
+       style="font-style:normal;font-weight:normal;line-height:0%;font-family:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#179ab7;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       xml:space="preserve"
+       inkscape:label="#text4495"><tspan
+         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#179ab7;fill-opacity:1"
+         y="124.0559"
+         x="291.32819"
+         id="tspan5386"
+         sodipodi:role="line">V</tspan></text>
+    <text
+       xml:space="preserve"
+       style="font-style:normal;font-weight:normal;font-size:36px;line-height:0%;font-family:'Liberation Sans';text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       x="273.02502"
+       y="164.37172"
+       id="APUGenHz"
+       inkscape:label="#text5149"
+       sodipodi:linespacing="0%"><tspan
+         sodipodi:role="line"
+         id="tspan5390"
+         x="273.02502"
+         y="164.37172"
+         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#0dc04b">400</tspan></text>
+    <text
+       transform="scale(0.89169393,1.121461)"
+       inkscape:label="#text4495"
+       xml:space="preserve"
+       style="font-style:normal;font-weight:normal;font-size:10.70032692px;line-height:0%;font-family:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#179ab7;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       x="315.33105"
+       y="146.91747"
+       id="text3732"
+       sodipodi:linespacing="0%"><tspan
+         sodipodi:role="line"
+         id="tspan5394"
+         x="315.33105"
+         y="146.91747"
+         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:28.53420448px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#179ab7;fill-opacity:1">HZ</tspan></text>
+  </g>
+  <g
+     transform="matrix(0,-1.0000048,0.99999819,0,243.45016,924.76333)"
+     id="BAT1-charge"
+     inkscape:label="#g3441">
+    <rect
+       style="fill:#0dc04b;fill-opacity:1;stroke:none;stroke-width:1.07183552;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect5402"
+       width="4.7999878"
+       height="41.472874"
+       x="841.58289"
+       y="106.97163" />
+    <path
+       transform="matrix(0.98944731,0,0,0.81209163,63.509767,12.068865)"
+       inkscape:transform-center-y="-2.8748476"
+       inkscape:transform-center-x="-0.042417572"
+       d="m 776.33019,117.10687 12.494,-21.584521 12.44575,21.612381 z"
+       inkscape:randomized="0"
+       inkscape:rounded="0"
+       inkscape:flatsided="true"
+       sodipodi:arg2="3.6663083"
+       sodipodi:arg1="2.6191108"
+       sodipodi:r2="7.1544757"
+       sodipodi:r1="14.398978"
+       sodipodi:cy="109.92132"
+       sodipodi:cx="788.80811"
+       sodipodi:sides="3"
+       id="path5404"
+       style="fill:none;fill-opacity:1;stroke:#0dc04b;stroke-width:5.35478449;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       sodipodi:type="star" />
+  </g>
+  <g
+     inkscape:label="#g3441"
+     id="BAT1-discharge"
+     transform="matrix(0,-1.0000048,-0.99999819,0,477.18743,924.76333)">
+    <rect
+       y="106.97163"
+       x="841.58289"
+       height="41.472874"
+       width="4.7999878"
+       id="rect5408"
+       style="fill:#bb6100;fill-opacity:1;stroke:none;stroke-width:1.07183552;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       sodipodi:type="star"
+       style="fill:none;fill-opacity:1;stroke:#bb6100;stroke-width:5.35478449;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path5410"
+       sodipodi:sides="3"
+       sodipodi:cx="788.80811"
+       sodipodi:cy="109.92132"
+       sodipodi:r1="14.398978"
+       sodipodi:r2="7.1544757"
+       sodipodi:arg1="2.6191108"
+       sodipodi:arg2="3.6663083"
+       inkscape:flatsided="true"
+       inkscape:rounded="0"
+       inkscape:randomized="0"
+       d="m 776.33019,117.10687 12.494,-21.584521 12.44575,21.612381 z"
+       inkscape:transform-center-x="-0.042417572"
+       inkscape:transform-center-y="-2.8748476"
+       transform="matrix(0.98944731,0,0,0.81209163,63.509767,12.068865)" />
+  </g>
+  <g
+     inkscape:label="#g3441"
+     id="BAT2-charge"
+     transform="matrix(0,-1.0000048,-0.99999819,0,780.22103,924.76336)">
+    <rect
+       y="106.97163"
+       x="841.58289"
+       height="41.472874"
+       width="4.7999878"
+       id="rect5414"
+       style="fill:#0dc04b;fill-opacity:1;stroke:none;stroke-width:1.07183552;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       sodipodi:type="star"
+       style="fill:none;fill-opacity:1;stroke:#0dc04b;stroke-width:5.35478449;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path5416"
+       sodipodi:sides="3"
+       sodipodi:cx="788.80811"
+       sodipodi:cy="109.92132"
+       sodipodi:r1="14.398978"
+       sodipodi:r2="7.1544757"
+       sodipodi:arg1="2.6191108"
+       sodipodi:arg2="3.6663083"
+       inkscape:flatsided="true"
+       inkscape:rounded="0"
+       inkscape:randomized="0"
+       d="m 776.33019,117.10687 12.494,-21.584521 12.44575,21.612381 z"
+       inkscape:transform-center-x="-0.042417572"
+       inkscape:transform-center-y="-2.8748476"
+       transform="matrix(0.98944731,0,0,0.81209163,63.509767,12.068865)" />
+  </g>
+  <g
+     transform="matrix(0,-1.0000048,0.99999819,0,546.48376,924.76336)"
+     id="BAT2-discharge"
+     inkscape:label="#g3441">
+    <rect
+       style="fill:#bb6100;fill-opacity:1;stroke:none;stroke-width:1.07183552;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect5420"
+       width="4.7999878"
+       height="41.472874"
+       x="841.58289"
+       y="106.97163" />
+    <path
+       transform="matrix(0.98944731,0,0,0.81209163,63.509767,12.068865)"
+       inkscape:transform-center-y="-2.8748476"
+       inkscape:transform-center-x="-0.042417572"
+       d="m 776.33019,117.10687 12.494,-21.584521 12.44575,21.612381 z"
+       inkscape:randomized="0"
+       inkscape:rounded="0"
+       inkscape:flatsided="true"
+       sodipodi:arg2="3.6663083"
+       sodipodi:arg1="2.6191108"
+       sodipodi:r2="7.1544757"
+       sodipodi:r1="14.398978"
+       sodipodi:cy="109.92132"
+       sodipodi:cx="788.80811"
+       sodipodi:sides="3"
+       id="path5422"
+       style="fill:none;fill-opacity:1;stroke:#bb6100;stroke-width:5.35478449;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       sodipodi:type="star" />
+  </g>
 </svg>