This repository has been archived on 2025-04-28. You can view files and clone it, but cannot push or open issues or pull requests.
EMS/3.Document/青海能高储能EMS工程/上位机工程/工控机192.168.1.101/11#配电柜.svg

1439 lines
75 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="gbk"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg onmousedown="Grab(evt)" xmlns:cge="http://www.cim.com" width="100%" xmlns:xlink="http://www.w3.org/1999/xlink" onload="Init(evt)" xmlns="http://www.w3.org/2000/svg" height="100%" version="1.1" onmouseup="Drop(evt)" >
<script type="text/javascript" ><![CDATA[var SVGDocument=null,SVGRoot=null,TrueCoords=null,GrabPoint=null,BackDrop=null,DragTarget=null,gHeight=gWidth=gBx=gBy=jX=jY=0,gScale=1,widths=window.innerWidth,heights=window.innerHeight,resTime=null;try{isNaN(parseFloat(window.parent.glWidth))?window.onresize=function(){widths=window.innerWidth,heights=window.innerHeight,resize()}:(widths=parseFloat(window.parent.glWidth),heights=parseFloat(window.parent.glHeight),window.onresize=function(){widths=window.innerWidth,heights=window.innerHeight,clearTimeout(resTime),resTime=setTimeout(function(){resize()},100)})}catch(e){widths=window.innerWidth,heights=window.innerHeight,window.onresize=function(){widths=window.innerWidth,heights=window.innerHeight,resize()}}function resize(){var e=heights/gHeight,t=widths/gWidth;gScale=scale=e>t?t-.005:e-.005,gBx=(widths/2-(gWidth+jX)*scale/2)/scale-jX/2,gBy=(heights/2-(gHeight+jY)*scale/2)/scale-jY/2,(svgPanel=document.getElementById("testdrag")).setAttribute("transform","scale("+scale+"),translate("+gBx+","+gBy+")")}var gridLength=20,scale=1,svgPanel=null;function Init(e){SVGDocument=e.target.ownerDocument,SVGRoot=SVGDocument.documentElement,TrueCoords=SVGRoot.createSVGPoint(),GrabPoint=SVGRoot.createSVGPoint(),BackDrop=SVGDocument.getElementById("BackDrop");var t=(svgPanel=SVGDocument.getElementById("testdrag")).getBBox();gHeight=t.height,gWidth=t.width,jX=t.x,jY=t.y,resize(),document.addEventListener&&document.addEventListener("DOMMouseScroll",scrollZoom,!1),window.onmousewheel=document.onmousewheel=scrollZoom,document.documentElement.style.overflowY="hidden",a1x=document.getElementById("a1x"),a1y=document.getElementById("a1y"),b1x=document.getElementById("b1x"),b1y=document.getElementById("b1y"),pz1=document.getElementById("pz1"),pz2=document.getElementById("pz2"),/Android|webOS|iPhone|iPod|BlackBerry/i.test(navigator.userAgent)&&((docSVG=document.getElementsByTagName("svg")[0]).addEventListener("touchstart",function(e){e.preventDefault(),tostart(e)},!1),document.addEventListener("touchmove",function(e){e.preventDefault(),tomove(e)},!1),document.addEventListener("touchcancel",function(e){e.preventDefault(),clearTimeout(dbTime),dbTime=setTimeout(function(){toState=!1},500)},!1),document.addEventListener("touchstart",function(e){if(e.preventDefault(),1==e.touches.length){if(dbTap.i&&Math.abs(dbTap.j-e.touches[0].clientX)<10)return dbTap.i=!1,void resize();dbTap.i=!0,dbTap.j=e.touches[0].clientX,clearTimeout(dbTime),dbTime=setTimeout(function(){dbTap.i=!1,dbTap.j=0},300)}else dbTap.i=!1},!1),docSVG.addEventListener("touchend",function(e){e.preventDefault(),clearTimeout(dbTime),dbTime=setTimeout(function(){toState=!1},500)},!1))}var dbTap={i:!1,j:0},dbTime=null,docSVG=null,toState=!1,sZoom=0,xSVG=[0,0],ySVG=[0,0],xSVG_Y=[0,0],ySVG_Y=[0,0],dTap={x:0,y:0,state:!0};function tostart(e){2==e.touches.length?(toState=!0,xSVG[0]=e.touches[0].clientX.toFixed(3),xSVG[1]=e.touches[1].clientX.toFixed(3),ySVG[0]=e.touches[0].clientY.toFixed(3),ySVG[1]=e.touches[1].clientY.toFixed(3),sZoom=Math.sqrt(Math.pow(xSVG[0]-xSVG[1],2)+Math.pow(ySVG[0]-ySVG[1],2))):(toState=!1,dTap.x=e.touches[0].clientX.toFixed(3),dTap.y=e.touches[0].clientY.toFixed(3))}function tomove(e){if(1==toState&&2==e.touches.length){xSVG_Y[0]=e.touches[0].clientX.toFixed(0),xSVG_Y[1]=e.touches[1].clientX.toFixed(0),ySVG_Y[0]=e.touches[0].clientY.toFixed(0),ySVG_Y[1]=e.touches[1].clientY.toFixed(0);var t=Math.sqrt(Math.pow(xSVG_Y[0]-xSVG_Y[1],2)+Math.pow(ySVG_Y[0]-ySVG_Y[1],2));zoomss(sZoom>t?.94:1.1004)}else 0==toState&&dragss(e)}function zoomss(e){var t=widths/2,n=heights/2,o=svgPanel.getScreenCTM(),i=o.e,a=o.f,s=scale;scale*=e;var l=(t-(jX*s+i))/s*scale,c=(n-(jY*s+a))/s*scale,d=(t-jX*scale-l)/scale,r=(n-jY*scale-c)/scale;svgPanel.setAttribute("transform","scale("+scale+"),translate("+d+","+r+")")}function dragss(e){var t=svgPanel.getScreenCTM(),n=t.e,o=t.f,i=e.touches[0].clientX,a=e.touches[0].clientY,s=i-dTap.x,l=a-dTap.y;dTap.x=i,dTap.y=a,svgPanel.setAttribute("transform","scale("+scale+"),translate("+(n/scale+s/scale)+","+(o/scale+l/scale)+")")}function scrollZoom(e){e=e||window.event,(isFirefox=navigator.userAgent.indexOf("Firefox")>0)?e.wheelDelta>0||e.detail>0?zoom(.9,e):zoom(1.1,e):e.wheelDelta>0||e.detail>0?zoom(1.1,e):zoom(.9,e)}function zoom(e,t){var n=t.clientX,o=t.clientY,i=svgPanel.getScreenCTM(),a=i.e,s=i.f,l=scale;scale*=e;var c=(n-(jX*l+a))/l*scale,d=(o-(jY*l+s))/l*scale,r=(n-jX*scale-c)/scale,u=(o-jY*scale-d)/scale;svgPanel.setAttribute("transform","scale("+scale+"),translate("+r+","+u+")")}document.ondblclick=function(){scale=gScale,svgPanel.setAttribute("transform","scale("+gScale+"),translate("+gBx+","+gBy+")")};var gX=null,gY=null,cliTime=0,cliRes=null;function Grab(e){gX=e.clientX,gY=e.clientY,clearTimeout(cliRes),cliTime=0,cliRes=setTimeout(function(){cliTime=1},3e3),document.getElementsByTagName("svg")[0].onmousemove=function(e){Drag(e)}}function Drag(e){var t=svgPanel.getScreenCTM(),n=t.e,o=t.f,i=e.clientX,a=e.clientY,s=i-gX,l=a-gY;gX=i,gY=a,svgPanel.setAttribute("transform","scale("+scale+"),translate("+(n/scale+s/scale)+","+(o/scale+l/scale)+")")}function Drop(e){0==cliTime&&(clearTimeout(cliRes),document.getElementsByTagName("svg")[0].onmousemove=null,cliTime=0)}]]></script>
<style>.sLeft{stroke-dasharray:1000;stroke-dashoffset:1000;animation:run1 10s linear infinite}.sRight{stroke-dasharray:1000;stroke-dashoffset:1000;animation:run2 10s linear infinite}.sTop{stroke-dasharray:1000;stroke-dashoffset:1000;animation:run3 10s linear infinite}.sBottom{stroke-dasharray:1000;stroke-dashoffset:1000;animation:run4 10s linear infinite}@keyframes run1{from{stroke-dasharray:30,20}to{stroke-dasharray:40,20}}@keyframes run2{from{stroke-dasharray:40,20}to{stroke-dasharray:30,20}}@keyframes run3{from{stroke-dasharray:30,20}to{stroke-dasharray:40,20}}@keyframes run4{from{stroke-dasharray:40,20}to{stroke-dasharray:30,20}}
</style>
<rect width="110%" x="-10%" pointer-events="all" y="-10%" fill="none" height="110%" style="fill:rgb(255,255,255)" id="BackDrop" />
<g id="0" >
<rect width="1280" height="1024" style="fill:rgb(255,255,255)" />
</g>
<g id="testdrag" >
<script type="text/javascript" ><![CDATA[gHeight=parseFloat(document.getElementById("0").getElementsByTagName("rect")[0].getAttribute("height")),gWidth=parseFloat(document.getElementById("0").getElementsByTagName("rect")[0].getAttribute("width")),resize();]]></script>
<g id="1" >
<ellipse x="1056" y="701" cx="1069" cy="714" rx="13" ry="13" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph1" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(338,2,0,rgb(0,255,0),1,rgb(255,0,0));" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</ellipse>
</g>
<g id="2" >
<ellipse x="1056" y="654" cx="1069" cy="667" rx="13" ry="13" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph2" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(337,2,0,rgb(0,255,0),1,rgb(255,0,0));" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</ellipse>
</g>
<g id="3" >
<ellipse x="1056" y="606" cx="1069" cy="619" rx="13" ry="13" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph3" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(336,2,0,rgb(0,255,0),1,rgb(255,0,0));" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</ellipse>
</g>
<g id="4" >
<line style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph4" y1="270" y2="270" x1="111" x2="1202" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</line>
</g>
<g id="5" >
<rect width="110" x="333" y="652" height="31" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph5" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="317" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
</metadata>
</rect>
<text x="389" y="668" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="389" y="668" >0.0</tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="317" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
</metadata>
</text>
</g>
<g id="6" >
<rect width="110" x="333" y="746" height="31" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph6" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="319" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
</metadata>
</rect>
<text x="389" y="762" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="389" y="762" >0.0</tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="319" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
</metadata>
</text>
</g>
<g id="7" >
<rect width="110" x="672" y="652" height="31" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph8" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="327" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
</metadata>
</rect>
<text x="728" y="668" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="728" y="668" >0.0</tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="327" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
</metadata>
</text>
</g>
<g id="8" >
<rect width="110" x="672" y="746" height="31" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph9" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="329" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
</metadata>
</rect>
<text x="728" y="762" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="728" y="762" >0.0</tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="329" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
</metadata>
</text>
</g>
<g id="9" >
<rect width="147" x="153" y="649" height="38" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph10" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</rect>
<text x="227" y="669" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="227" y="669" >B<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</text>
</g>
<g id="10" >
<rect width="147" x="153" y="743" height="38" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph11" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</rect>
<text x="227" y="763" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="227" y="763" >A<EFBFBD><EFBFBD><EFBFBD>й<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</text>
</g>
<g id="11" >
<rect width="110" x="333" y="699" height="31" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph12" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="318" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
</metadata>
</rect>
<text x="389" y="715" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="389" y="715" >0.0</tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="318" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
</metadata>
</text>
</g>
<g id="12" >
<rect width="110" x="333" y="511" height="31" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph13" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="314" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
</metadata>
</rect>
<text x="389" y="527" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="389" y="527" >0.0</tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="314" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
</metadata>
</text>
</g>
<g id="13" >
<rect width="110" x="333" y="417" height="31" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph14" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="312" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
</metadata>
</rect>
<text x="389" y="433" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="389" y="433" >0.0</tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="312" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
</metadata>
</text>
</g>
<g id="14" >
<rect width="147" x="492" y="649" height="38" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph16" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</rect>
<text x="566" y="669" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="566" y="669" >A<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</text>
</g>
<g id="15" >
<rect width="326" x="145" y="648" height="40" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph18" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</rect>
</g>
<g id="16" >
<rect width="110" x="333" y="464" height="31" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph19" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="313" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
</metadata>
</rect>
<text x="389" y="480" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="389" y="480" >0.0</tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="313" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
</metadata>
</text>
</g>
<g id="17" >
<rect width="147" x="492" y="743" height="38" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph20" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</rect>
<text x="566" y="763" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="566" y="763" >C<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</text>
</g>
<g id="18" >
<rect width="326" x="145" y="742" height="40" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph21" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</rect>
</g>
<g id="19" >
<rect width="110" x="672" y="511" height="31" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph22" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="324" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
</metadata>
</rect>
<text x="728" y="527" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="728" y="527" >0.0</tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="324" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
</metadata>
</text>
</g>
<g id="20" >
<rect width="110" x="672" y="417" height="31" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph23" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="322" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
</metadata>
</rect>
<text x="728" y="433" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="728" y="433" >0.0</tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="322" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
</metadata>
</text>
</g>
<g id="21" >
<rect width="147" x="153" y="696" height="38" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph24" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</rect>
<text x="227" y="716" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="227" y="716" >C<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</text>
</g>
<g id="22" >
<rect width="110" x="672" y="699" height="31" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph25" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="328" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
</metadata>
</rect>
<text x="728" y="715" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="728" y="715" >0.0</tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="328" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
</metadata>
</text>
</g>
<g id="23" >
<rect width="147" x="153" y="414" height="38" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph26" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</rect>
<text x="227" y="434" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="227" y="434" ><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ѹUC</tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</text>
</g>
<g id="24" >
<rect width="147" x="153" y="508" height="38" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph27" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</rect>
<text x="227" y="528" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="227" y="528" ><EFBFBD>ߵ<EFBFBD>ѹUBC</tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</text>
</g>
<g id="25" >
<rect width="110" x="333" y="606" height="31" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph28" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="316" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
</metadata>
</rect>
<text x="389" y="622" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="389" y="622" >0.0</tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="316" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
</metadata>
</text>
</g>
<g id="26" >
<rect width="147" x="834" y="649" height="38" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph30" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</rect>
<text x="908" y="669" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="908" y="669" ><EFBFBD><EFBFBD>բ״̬</tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</text>
</g>
<g id="27" >
<rect width="147" x="153" y="461" height="38" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph31" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</rect>
<text x="227" y="481" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="227" y="481" ><EFBFBD>ߵ<EFBFBD>ѹUAB</tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</text>
</g>
<g id="28" >
<rect width="326" x="484" y="648" height="40" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph32" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</rect>
</g>
<g id="29" >
<rect width="110" x="672" y="464" height="31" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph34" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="323" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
</metadata>
</rect>
<text x="728" y="480" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="728" y="480" >0.0</tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="323" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
</metadata>
</text>
</g>
<g id="30" >
<rect width="326" x="484" y="742" height="40" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph35" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</rect>
</g>
<g id="31" >
<rect width="110" x="333" y="558" height="31" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph36" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="315" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
</metadata>
</rect>
<text x="389" y="574" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="389" y="574" >0.0</tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="315" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
</metadata>
</text>
</g>
<g id="32" >
<rect width="147" x="492" y="508" height="38" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph37" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</rect>
<text x="566" y="528" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="566" y="528" >B<EFBFBD><EFBFBD><EFBFBD>޹<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</text>
</g>
<g id="33" >
<rect width="110" x="672" y="606" height="31" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph38" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="326" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
</metadata>
</rect>
<text x="728" y="622" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="728" y="622" >0.0</tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="326" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
</metadata>
</text>
</g>
<g id="34" >
<rect width="110" x="1014" y="417" height="31" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph39" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="332" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
</metadata>
</rect>
<text x="1070" y="433" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="1070" y="433" >0.0</tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="332" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
</metadata>
</text>
</g>
<g id="35" >
<rect width="110" x="1014" y="511" height="31" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph40" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="334" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
</metadata>
</rect>
<text x="1070" y="527" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="1070" y="527" >0.0</tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="334" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
</metadata>
</text>
</g>
<g id="36" >
<rect width="326" x="145" y="695" height="40" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph41" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</rect>
</g>
<g id="37" >
<rect width="147" x="492" y="414" height="38" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph42" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</rect>
<text x="566" y="434" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="566" y="434" ><EFBFBD><EFBFBD><EFBFBD>й<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</text>
</g>
<g id="38" >
<rect width="147" x="492" y="696" height="38" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph43" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</rect>
<text x="566" y="716" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="566" y="716" >B<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</text>
</g>
<g id="39" >
<rect width="110" x="333" y="370" height="31" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph44" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="311" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
</metadata>
</rect>
<text x="389" y="386" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="389" y="386" >0.0</tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="311" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
</metadata>
</text>
</g>
<g id="40" >
<rect width="326" x="145" y="507" height="40" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph45" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</rect>
</g>
<g id="41" >
<rect width="326" x="145" y="413" height="40" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph46" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</rect>
</g>
<g id="42" >
<rect width="147" x="153" y="602" height="38" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph47" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</rect>
<text x="227" y="622" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="227" y="622" >A<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</text>
</g>
<g id="43" >
<rect width="110" x="672" y="371" height="31" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph48" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="321" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
</metadata>
</rect>
<text x="728" y="387" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="728" y="387" >0.0</tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="321" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
</metadata>
</text>
</g>
<g id="44" >
<rect width="326" x="826" y="648" height="40" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph50" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</rect>
</g>
<g id="45" >
<rect width="110" x="672" y="557" height="31" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph51" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="325" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
</metadata>
</rect>
<text x="728" y="573" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="728" y="573" >0.0</tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="325" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
</metadata>
</text>
</g>
<g id="46" >
<rect width="326" x="145" y="460" height="40" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph52" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</rect>
</g>
<g id="47" >
<rect width="147" x="492" y="461" height="38" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph53" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</rect>
<text x="566" y="481" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="566" y="481" >A<EFBFBD><EFBFBD><EFBFBD>޹<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</text>
</g>
<g id="48" >
<rect width="110" x="1014" y="464" height="31" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph54" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="333" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
</metadata>
</rect>
<text x="1070" y="480" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="1070" y="480" >0.0</tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="333" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
</metadata>
</text>
</g>
<g id="49" >
<rect width="147" x="153" y="555" height="38" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph55" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</rect>
<text x="227" y="575" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="227" y="575" ><EFBFBD>ߵ<EFBFBD>ѹUCA</tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</text>
</g>
<g id="50" >
<rect width="147" x="834" y="696" height="38" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph56" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</rect>
<text x="908" y="716" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="908" y="716" ><EFBFBD><EFBFBD>բ<EFBFBD></tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</text>
</g>
<g id="51" >
<rect width="326" x="484" y="507" height="40" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph57" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</rect>
</g>
<g id="52" >
<rect width="147" x="834" y="508" height="38" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph58" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</rect>
<text x="908" y="528" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="908" y="528" ><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ڹ<EFBFBD><EFBFBD><EFBFBD></tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</text>
</g>
<g id="53" >
<rect width="326" x="484" y="413" height="40" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph59" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</rect>
</g>
<g id="54" >
<rect width="147" x="834" y="414" height="38" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph60" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</rect>
<text x="908" y="434" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="908" y="434" >B<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ڹ<EFBFBD><EFBFBD><EFBFBD></tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</text>
</g>
<g id="55" >
<rect width="110" x="332" y="323" height="31" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph61" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="310" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
</metadata>
</rect>
<text x="388" y="339" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="388" y="339" >0.0</tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="310" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
</metadata>
</text>
</g>
<g id="56" >
<rect width="326" x="484" y="695" height="40" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph62" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</rect>
</g>
<g id="57" >
<rect width="147" x="492" y="602" height="38" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph63" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</rect>
<text x="566" y="622" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="566" y="622" ><EFBFBD><EFBFBD><EFBFBD>޹<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</text>
</g>
<g id="58" >
<rect width="147" x="153" y="367" height="38" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph64" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</rect>
<text x="227" y="387" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="227" y="387" ><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ѹUB</tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</text>
</g>
<g id="59" >
<rect width="326" x="145" y="601" height="40" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph65" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</rect>
</g>
<g id="60" >
<rect width="110" x="1014" y="557" height="31" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph66" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="335" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
</metadata>
</rect>
<text x="1070" y="573" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="1070" y="573" >0.0</tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="335" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
</metadata>
</text>
</g>
<g id="61" >
<rect width="326" x="484" y="460" height="40" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph67" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</rect>
</g>
<g id="62" >
<rect width="147" x="492" y="555" height="38" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph68" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</rect>
<text x="566" y="575" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="566" y="575" >C<EFBFBD><EFBFBD><EFBFBD>޹<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</text>
</g>
<g id="63" >
<rect width="110" x="1014" y="370" height="31" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph69" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="331" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
</metadata>
</rect>
<text x="1070" y="386" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="1070" y="386" >0.0</tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="331" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
</metadata>
</text>
</g>
<g id="64" >
<rect width="147" x="492" y="367" height="38" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph70" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</rect>
<text x="566" y="387" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="566" y="387" >C<EFBFBD><EFBFBD><EFBFBD>й<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</text>
</g>
<g id="65" >
<rect width="326" x="145" y="554" height="40" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph71" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</rect>
</g>
<g id="66" >
<rect width="147" x="834" y="461" height="38" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph72" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</rect>
<text x="908" y="481" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="908" y="481" >C<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ڹ<EFBFBD><EFBFBD><EFBFBD></tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</text>
</g>
<g id="67" >
<rect width="147" x="152" y="320" height="38" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph73" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</rect>
<text x="226" y="340" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="226" y="340" ><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ѹUA</tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</text>
</g>
<g id="68" >
<rect width="147" x="834" y="602" height="38" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph74" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</rect>
<text x="908" y="622" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="908" y="622" ><EFBFBD><EFBFBD>բ״̬</tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</text>
</g>
<g id="69" >
<rect width="326" x="826" y="413" height="40" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph75" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</rect>
</g>
<g id="70" >
<rect width="326" x="826" y="695" height="40" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph76" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</rect>
</g>
<g id="71" >
<rect width="326" x="826" y="507" height="40" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph77" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</rect>
</g>
<g id="72" >
<rect width="110" x="671" y="323" height="31" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph78" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="320" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
</metadata>
</rect>
<text x="727" y="339" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="727" y="339" >0.0</tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="320" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
</metadata>
</text>
</g>
<g id="73" >
<rect width="326" x="484" y="601" height="40" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph79" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</rect>
</g>
<g id="74" >
<rect width="326" x="145" y="366" height="40" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph80" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</rect>
</g>
<g id="75" >
<rect width="326" x="826" y="460" height="40" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph81" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</rect>
</g>
<g id="76" >
<rect width="326" x="484" y="554" height="40" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph82" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</rect>
</g>
<g id="77" >
<rect width="147" x="834" y="555" height="38" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph83" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</rect>
<text x="908" y="575" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="908" y="575" >Ƶ<EFBFBD><EFBFBD>F</tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</text>
</g>
<g id="78" >
<rect width="326" x="484" y="366" height="40" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph84" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</rect>
</g>
<g id="79" >
<rect width="147" x="834" y="367" height="38" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph85" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</rect>
<text x="908" y="387" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="908" y="387" >A<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ڹ<EFBFBD><EFBFBD><EFBFBD></tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</text>
</g>
<g id="80" >
<rect width="326" x="145" y="319" height="40" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph86" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</rect>
</g>
<g id="81" >
<rect width="110" x="1013" y="322" height="31" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph87" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="330" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
</metadata>
</rect>
<text x="1069" y="338" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="1069" y="338" >0.0</tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="330" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
</metadata>
</text>
</g>
<g id="82" >
<rect width="147" x="491" y="320" height="38" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph88" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</rect>
<text x="565" y="340" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="565" y="340" >B<EFBFBD><EFBFBD><EFBFBD>й<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</text>
</g>
<g id="83" >
<rect width="326" x="826" y="601" height="40" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph89" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</rect>
</g>
<g id="84" >
<rect width="326" x="826" y="554" height="40" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph90" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</rect>
</g>
<g id="85" >
<rect width="326" x="826" y="366" height="40" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph91" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</rect>
</g>
<g id="86" >
<rect width="147" x="833" y="320" height="38" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph92" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</rect>
<text x="907" y="340" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="907" y="340" ><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</text>
</g>
<g id="87" >
<rect width="326" x="484" y="319" height="40" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph93" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</rect>
</g>
<g id="88" >
<rect width="326" x="825" y="319" height="40" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph94" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</rect>
</g>
<g id="89" >
<line style="fill:rgb(255,255,255);stroke-width:3;stroke:rgb(255,255,255)" id="Graph95" y1="829" y2="812" x1="1200" x2="1200" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</line>
</g>
<g id="90" >
<line style="fill:rgb(255,255,255);stroke-width:3;stroke:rgb(255,255,255)" id="Graph96" y1="829" y2="829" x1="1201" x2="1160" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</line>
</g>
<g id="91" >
<line style="fill:rgb(255,255,255);stroke-width:3;stroke:rgb(255,255,255)" id="Graph98" y1="831" y2="831" x1="110" x2="151" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</line>
</g>
<g id="92" >
<line style="fill:rgb(255,255,255);stroke-width:3;stroke:rgb(255,255,255)" id="Graph102" y1="156" y2="171" x1="110" x2="110" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</line>
</g>
<g id="93" >
<line style="fill:rgb(255,255,255);stroke-width:3;stroke:rgb(255,255,255)" id="Graph103" y1="99" y2="113" x1="110" x2="110" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</line>
</g>
<g id="94" >
<line style="fill:rgb(255,255,255);stroke-width:3;stroke:rgb(255,255,255)" id="Graph107" y1="156" y2="156" x1="110" x2="151" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</line>
</g>
<g id="95" >
<line style="fill:rgb(255,255,255);stroke-width:3;stroke:rgb(255,255,255)" id="Graph108" y1="99" y2="99" x1="110" x2="131" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</line>
</g>
<g id="96" >
<rect width="106" x="1094" y="839" height="24" style="fill:rgb(177,158,255);stroke-width:0;stroke:rgb(201,226,255)" id="Graph117" >
<metadata>
<cge:CimClass mousePressEvent="!OpenPreDrw();" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</rect>
<text x="1148" y="852" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="1148" y="852" ><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>һ<EFBFBD><EFBFBD></tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</text>
</g>
<g id="97" >
<rect width="228" x="537" y="105" height="40" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph118" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</rect>
<text x="652" y="126" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="24" >
<tspan x="652" y="126" ><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>м<EFBFBD><EFBFBD><EFBFBD></tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</text>
</g>
<g id="98" >
<rect width="1091" x="109" y="98" height="50" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph119" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</rect>
</g>
<g id="99" >
<rect width="1091" x="109" y="155" height="675" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph120" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</rect>
</g>
<g id="100" >
<line style="fill:rgb(255,255,255);stroke-width:3;stroke:rgb(255,255,255)" id="Graph121" y1="806" y2="832" x1="110" x2="110" >
<metadata>
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</line>
</g>
<g id="101" >
<image width="130" x="115" y="172" xlink:href="Graph122.png" height="35" id="Graph122" >
<metadata>
<cge:CimClass mousePressEvent="!OpenDrwFile(1#<23><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.drw);" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</image>
<text x="181" y="190" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="181" y="190" ><EFBFBD>е<EFBFBD><><CEA2><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</text>
</g>
<g id="102" >
<image width="130" x="251" y="172" xlink:href="Graph123.png" height="35" id="Graph123" >
<metadata>
<cge:CimClass mousePressEvent="!OpenDrwFile(2#<23><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.drw);" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</image>
<text x="317" y="190" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="317" y="190" ><EFBFBD>񷢽<EFBFBD><EFBFBD><EFBFBD></tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</text>
</g>
<g id="103" >
<image width="130" x="387" y="172" xlink:href="Graph124.png" height="35" id="Graph124" >
<metadata>
<cge:CimClass mousePressEvent="!OpenDrwFile(3#<23><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.drw);" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</image>
<text x="453" y="190" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="453" y="190" >PCS<EFBFBD><EFBFBD><EFBFBD><EFBFBD></tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</text>
</g>
<g id="104" >
<image width="130" x="523" y="172" xlink:href="Graph125.png" height="35" id="Graph125" >
<metadata>
<cge:CimClass mousePressEvent="!OpenDrwFile(4#<23><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.drw);" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</image>
<text x="589" y="190" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="589" y="190" ><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</text>
</g>
<g id="105" >
<image width="130" x="659" y="172" xlink:href="Graph126.png" height="35" id="Graph126" >
<metadata>
<cge:CimClass mousePressEvent="!OpenDrwFile(5#<23><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.drw);" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</image>
<text x="725" y="190" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="725" y="190" ><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD>1</tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</text>
</g>
<g id="106" >
<image width="130" x="795" y="172" xlink:href="Graph127.png" height="35" id="Graph127" >
<metadata>
<cge:CimClass mousePressEvent="!OpenDrwFile(6#<23><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.drw);" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</image>
<text x="861" y="190" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="861" y="190" ><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD>2</tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</text>
</g>
<g id="107" >
<image width="130" x="931" y="172" xlink:href="Graph128.png" height="35" id="Graph128" >
<metadata>
<cge:CimClass mousePressEvent="!OpenDrwFile(7#<23><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.drw);" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</image>
<text x="997" y="190" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="997" y="190" ><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</text>
</g>
<g id="108" >
<image width="130" x="1067" y="172" xlink:href="Graph129.png" height="35" id="Graph129" >
<metadata>
<cge:CimClass mousePressEvent="!OpenDrwFile(8#<23><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.drw);" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</image>
<text x="1133" y="190" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="1133" y="190" ><EFBFBD>߲˹<EFBFBD><EFBFBD><EFBFBD>1</tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</text>
</g>
<g id="109" >
<image width="130" x="931" y="221" xlink:href="Graph130.png" height="35" id="Graph130" >
<metadata>
<cge:CimClass mousePressEvent="!OpenDrwFile(15#<23><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.drw);" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</image>
<text x="997" y="239" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="997" y="239" ><EFBFBD><EFBFBD><EFBFBD><EFBFBD>3</tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</text>
</g>
<g id="110" >
<image width="130" x="795" y="221" xlink:href="Graph131.png" height="35" id="Graph131" >
<metadata>
<cge:CimClass mousePressEvent="!OpenDrwFile(14#<23><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.drw);" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</image>
<text x="861" y="239" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="861" y="239" ><EFBFBD><EFBFBD><EFBFBD><EFBFBD>2</tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</text>
</g>
<g id="111" >
<image width="130" x="659" y="221" xlink:href="Graph132.png" height="35" id="Graph132" >
<metadata>
<cge:CimClass mousePressEvent="!OpenDrwFile(13#<23><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.drw);" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</image>
<text x="725" y="239" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="725" y="239" ><EFBFBD><EFBFBD><EFBFBD><EFBFBD>1</tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</text>
</g>
<g id="112" >
<image width="130" x="523" y="221" xlink:href="Graph133.png" height="35" id="Graph133" >
<metadata>
<cge:CimClass mousePressEvent="!OpenDrwFile(12#<23><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.drw);" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</image>
<text x="589" y="239" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="589" y="239" ><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</text>
</g>
<g id="113" >
<image width="130" x="387" y="221" xlink:href="Graph134.png" height="35" id="Graph134" >
<metadata>
<cge:CimClass mousePressEvent="!OpenDrwFile(11#<23><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.drw);" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</image>
<text x="453" y="239" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="453" y="239" ><EFBFBD><EFBFBD>װ<EFBFBD><EFBFBD><EFBFBD>Թ<EFBFBD><EFBFBD><EFBFBD></tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</text>
</g>
<g id="114" >
<image width="130" x="251" y="221" xlink:href="Graph135.png" height="35" id="Graph135" >
<metadata>
<cge:CimClass mousePressEvent="!OpenDrwFile(10#<23><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.drw);" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</image>
<text x="317" y="239" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="317" y="239" ><EFBFBD><EFBFBD>ˮ<EFBFBD><EFBFBD>ˮ<EFBFBD>ܵ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</text>
</g>
<g id="115" >
<image width="130" x="115" y="221" xlink:href="Graph136.png" height="35" id="Graph136" >
<metadata>
<cge:CimClass mousePressEvent="!OpenDrwFile(9#<23><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.drw);" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</image>
<text x="181" y="239" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
<tspan x="181" y="239" ><EFBFBD>߲˹<EFBFBD><EFBFBD><EFBFBD>2</tspan>
<metadata>
<cge:CimClass CimType="" />
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
</metadata>
</text>
</g>
</g>
</svg>