1306 lines
68 KiB
XML
1306 lines
68 KiB
XML
<?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(0,0,0)" id="BackDrop" />
|
||
<g id="0" >
|
||
<rect width="1280" height="1024" style="fill:rgb(0,0,0)" />
|
||
</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" >
|
||
<rect width="106" x="37" y="825" height="24" style="fill:rgb(177,158,255);stroke-width:0;stroke:rgb(201,226,255)" id="Graph110" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="!OpenPreDrw();" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="91" y="838" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="91" y="838" ><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="2" >
|
||
<rect width="95" x="994" y="568" height="21" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph110_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="515" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="1042" y="579" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="1042" y="579" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="515" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="3" >
|
||
<rect width="95" x="996" y="645" height="21" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph104_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="517" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="1044" y="656" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="1044" y="656" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="517" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="4" >
|
||
<rect width="95" x="994" y="684" height="21" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph96_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="518" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="1042" y="695" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="1042" y="695" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="518" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="5" >
|
||
<rect width="95" x="994" y="528" height="21" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph81" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="514" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="1042" y="539" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="1042" y="539" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="514" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="6" >
|
||
<rect width="95" x="994" y="489" height="21" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph102_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="513" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="1042" y="500" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="1042" y="500" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="513" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="7" >
|
||
<rect width="147" x="743" y="565" height="24" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph111_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="817" y="578" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="817" y="578" ><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="8" >
|
||
<rect width="147" x="743" y="642" height="24" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph105_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="817" y="655" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="817" y="655" ><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="9" >
|
||
<rect width="95" x="994" y="605" height="21" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph94_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="516" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="1042" y="616" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="1042" y="616" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="516" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="10" >
|
||
<rect width="95" x="994" y="410" height="21" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph79" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="511" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="1042" y="421" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="1042" y="421" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="511" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="11" >
|
||
<rect width="147" x="743" y="681" height="24" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph97_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="817" y="694" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="817" y="694" ><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="12" >
|
||
<rect width="95" x="994" y="370" height="21" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph88_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="510" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="1042" y="381" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="1042" y="381" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="510" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="13" >
|
||
<rect width="95" x="994" y="449" height="21" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph90_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="512" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="1042" y="460" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="1042" y="460" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="512" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="14" >
|
||
<rect width="95" x="994" y="331" height="21" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph100_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="509" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="1042" y="342" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="1042" y="342" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="509" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="15" >
|
||
<rect width="494" x="732" y="675" height="35" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph98_2" >
|
||
<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="494" x="732" y="636" height="35" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph106_2" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
</g>
|
||
<g id="17" >
|
||
<rect width="494" x="732" y="559" height="35" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph112_2" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
</g>
|
||
<g id="18" >
|
||
<rect width="147" x="743" y="407" height="24" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph107_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="817" y="420" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="817" y="420" ><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>A</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="19" >
|
||
<rect width="147" x="743" y="486" height="24" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph103_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="817" y="499" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="817" y="499" ><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>C</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="20" >
|
||
<rect width="147" x="743" y="602" height="24" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph95_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="817" y="615" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="817" y="615" ><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="21" >
|
||
<rect width="168" x="746" y="525" height="24" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph93_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="831" y="538" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="831" y="538" ><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="22" >
|
||
<rect width="147" x="743" y="367" height="24" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph89_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="817" y="380" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="817" y="380" ><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ߵ<EFBFBD>ѹCA</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="23" >
|
||
<rect width="147" x="743" y="446" height="24" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph91_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="817" y="459" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="817" y="459" ><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>B</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="24" >
|
||
<rect width="95" x="993" y="291" height="21" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph76" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="508" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="1041" y="302" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="1041" y="302" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="508" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="25" >
|
||
<rect width="494" x="732" y="596" height="35" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph96_2" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
</g>
|
||
<g id="26" >
|
||
<rect width="494" x="732" y="519" height="35" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph94_2" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
</g>
|
||
<g id="27" >
|
||
<rect width="494" x="732" y="480" height="35" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph104_2" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
</g>
|
||
<g id="28" >
|
||
<rect width="147" x="743" y="328" height="24" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph101_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="817" y="341" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="817" y="341" ><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ߵ<EFBFBD>ѹBC</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="29" >
|
||
<rect width="494" x="732" y="401" height="35" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph108_2" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
</g>
|
||
<g id="30" >
|
||
<rect width="147" x="742" y="288" height="24" style="fill:none;stroke-width:0;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>
|
||
<text x="816" y="301" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="816" y="301" ><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ߵ<EFBFBD>ѹAB</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="31" >
|
||
<rect width="494" x="732" y="440" height="35" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph92_2" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
</g>
|
||
<g id="32" >
|
||
<rect width="494" x="732" y="361" height="35" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph90_2" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
</g>
|
||
<g id="33" >
|
||
<rect width="494" x="732" y="322" height="35" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph102_2" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
</g>
|
||
<g id="34" >
|
||
<rect width="494" x="731" y="282" height="35" style="fill:none;stroke-width:1;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>
|
||
</g>
|
||
<g id="35" >
|
||
<rect width="77" x="573" y="437" height="22" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph71" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="483" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="612" y="449" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="612" y="449" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="483" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="36" >
|
||
<rect width="77" x="573" y="398" height="22" 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" StationID="-1" ObjectID="482" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="612" y="410" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="612" y="410" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="482" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="37" >
|
||
<rect width="77" x="573" y="361" height="22" 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="481" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="612" y="373" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="612" y="373" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="481" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="38" >
|
||
<rect width="77" x="573" y="324" height="22" 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" StationID="-1" ObjectID="480" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="612" y="336" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="612" y="336" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="480" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="39" >
|
||
<rect width="77" x="573" y="289" height="22" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph67" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="479" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="612" y="301" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="612" y="301" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="479" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="40" >
|
||
<rect width="161" x="349" y="437" height="21" 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" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="430" y="448" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="430" y="448" >PCS״̬<EFBFBD><EFBFBD></tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="41" >
|
||
<rect width="161" x="349" y="403" height="21" style="fill:none;stroke-width:0;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>
|
||
<text x="430" y="414" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="430" y="414" ><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="42" >
|
||
<rect width="161" x="349" y="365" height="21" 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="430" y="376" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="430" y="376" ><EFBFBD>澯<EFBFBD><EFBFBD>3<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="43" >
|
||
<rect width="161" x="349" y="326" height="21" 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="430" y="337" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="430" y="337" ><EFBFBD>澯<EFBFBD><EFBFBD>2</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="44" >
|
||
<rect width="161" x="349" y="289" height="21" style="fill:none;stroke-width:0;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>
|
||
<text x="430" y="300" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="430" y="300" ><EFBFBD>澯<EFBFBD><EFBFBD>1</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="45" >
|
||
<line style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph61" y1="429" y2="429" x1="311" x2="703" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</line>
|
||
</g>
|
||
<g id="46" >
|
||
<line style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph60" y1="393" y2="393" x1="311" x2="704" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</line>
|
||
</g>
|
||
<g id="47" >
|
||
<line style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph59" y1="355" y2="355" x1="311" x2="704" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</line>
|
||
</g>
|
||
<g id="48" >
|
||
<line style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph58" y1="318" y2="318" x1="310" x2="702" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</line>
|
||
</g>
|
||
<g id="49" >
|
||
<rect width="393" x="309" y="281" height="184" 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="50" >
|
||
<line style="fill:rgb(255,255,255);stroke-width:3;stroke:rgb(255,255,255)" id="Graph72_0" y1="802" y2="786" x1="723" x2="723" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</line>
|
||
</g>
|
||
<g id="51" >
|
||
<line style="fill:rgb(255,255,255);stroke-width:3;stroke:rgb(255,255,255)" id="Graph71_0" y1="802" y2="786" x1="283" x2="283" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</line>
|
||
</g>
|
||
<g id="52" >
|
||
<line style="fill:rgb(255,255,255);stroke-width:3;stroke:rgb(255,255,255)" id="Graph50_0" y1="794" y2="779" x1="1230" x2="1230" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</line>
|
||
</g>
|
||
<g id="53" >
|
||
<line style="fill:rgb(255,255,255);stroke-width:3;stroke:rgb(255,255,255)" id="Graph73_1" y1="802" y2="802" x1="723" x2="703" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</line>
|
||
</g>
|
||
<g id="54" >
|
||
<line style="fill:rgb(255,255,255);stroke-width:3;stroke:rgb(255,255,255)" id="Graph72_1" y1="802" y2="802" x1="283" x2="302" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</line>
|
||
</g>
|
||
<g id="55" >
|
||
<line style="fill:rgb(255,255,255);stroke-width:3;stroke:rgb(255,255,255)" id="Graph51_1" y1="794" y2="794" x1="1230" x2="1211" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</line>
|
||
</g>
|
||
<g id="56" >
|
||
<line style="fill:rgb(255,255,255);stroke-width:3;stroke:rgb(255,255,255)" id="Graph49_0" y1="796" y2="781" x1="729" x2="729" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</line>
|
||
</g>
|
||
<g id="57" >
|
||
<line style="fill:rgb(255,255,255);stroke-width:3;stroke:rgb(255,255,255)" id="Graph50_1" y1="796" y2="796" x1="729" x2="748" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</line>
|
||
</g>
|
||
<g id="58" >
|
||
<line style="fill:rgb(255,255,255);stroke-width:3;stroke:rgb(255,255,255)" id="Graph54_0" y1="207" y2="220" x1="729" x2="729" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</line>
|
||
</g>
|
||
<g id="59" >
|
||
<line style="fill:rgb(255,255,255);stroke-width:3;stroke:rgb(255,255,255)" id="Graph55_0" y1="483" y2="470" x1="721" x2="721" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</line>
|
||
</g>
|
||
<g id="60" >
|
||
<line style="fill:rgb(255,255,255);stroke-width:3;stroke:rgb(255,255,255)" id="Graph55_1" y1="207" y2="207" x1="729" x2="748" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</line>
|
||
</g>
|
||
<g id="61" >
|
||
<line style="fill:rgb(255,255,255);stroke-width:3;stroke:rgb(255,255,255)" id="Graph56_1" y1="483" y2="483" x1="721" x2="703" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</line>
|
||
</g>
|
||
<g id="62" >
|
||
<rect width="179" x="403" y="221" height="37" style="fill:none;stroke-width:0;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>
|
||
<text x="493" y="240" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="22" >
|
||
<tspan x="493" y="240" ><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="153" x="898" y="223" height="41" 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="975" y="244" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="22" >
|
||
<tspan x="975" y="244" >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="64" >
|
||
<rect width="502" x="727" y="205" height="589" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph5" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
</g>
|
||
<g id="65" >
|
||
<rect width="441" x="281" y="495" height="305" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph4" >
|
||
<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="441" x="281" y="203" height="283" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph3" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
</g>
|
||
<g id="67" >
|
||
<line style="fill:rgb(255,255,255);stroke-width:3;stroke:rgb(255,255,255)" id="Graph68_0" y1="796" y2="782" x1="36" x2="36" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</line>
|
||
</g>
|
||
<g id="68" >
|
||
<line style="fill:rgb(255,255,255);stroke-width:3;stroke:rgb(255,255,255)" id="Graph69_1" y1="796" y2="796" x1="36" x2="55" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</line>
|
||
</g>
|
||
<g id="69" >
|
||
<line style="fill:rgb(255,255,255);stroke-width:3;stroke:rgb(255,255,255)" id="Graph70_2" y1="152" y2="152" x1="274" x2="256" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</line>
|
||
</g>
|
||
<g id="70" >
|
||
<line style="fill:rgb(255,255,255);stroke-width:3;stroke:rgb(255,255,255)" id="Graph71_3" y1="798" y2="798" x1="276" x2="258" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</line>
|
||
</g>
|
||
<g id="71" >
|
||
<line style="fill:rgb(255,255,255);stroke-width:3;stroke:rgb(255,255,255)" id="Graph72_4" y1="153" y2="166" x1="36" x2="36" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</line>
|
||
</g>
|
||
<g id="72" >
|
||
<line style="fill:rgb(255,255,255);stroke-width:3;stroke:rgb(255,255,255)" id="Graph73_5" y1="153" y2="153" x1="36" x2="54" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</line>
|
||
</g>
|
||
<g id="73" >
|
||
<rect width="40" x="197" y="267" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph74_6" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="218" y="278" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="218" y="278" >V</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="74" >
|
||
<rect width="50" x="150" y="267" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph75_7" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="63" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="176" y="278" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="176" y="278" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="63" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="75" >
|
||
<rect width="40" x="197" y="351" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph76_8" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="218" y="362" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="218" y="362" >A</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="76" >
|
||
<rect width="40" x="197" y="688" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph77_9" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="218" y="699" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="218" y="699" >kvA</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="77" >
|
||
<rect width="90" x="59" y="267" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph78_10" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="105" y="278" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="105" y="278" >PCS<EFBFBD><EFBFBD>ѹ</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="78" >
|
||
<rect width="50" x="150" y="351" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph79_11" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="69" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="176" y="362" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="176" y="362" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="69" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="79" >
|
||
<rect width="50" x="150" y="599" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph80_12" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="82" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="176" y="610" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="176" y="610" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="82" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="80" >
|
||
<rect width="194" x="53" y="255" height="40" style="fill:none;stroke-width:1;stroke:rgb(255,255,255)" id="Graph81_13" >
|
||
<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="90" x="59" y="351" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph82_14" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="105" y="362" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="105" y="362" >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="82" >
|
||
<rect width="50" x="150" y="688" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph83_15" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="86" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="176" y="699" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="176" y="699" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="86" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="83" >
|
||
<rect width="90" x="59" y="599" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph84_16" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="105" y="610" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="105" y="610" >PCS<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="84" >
|
||
<rect width="40" x="197" y="513" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph85_17" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="218" y="524" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="218" y="524" >kar</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="85" >
|
||
<rect width="194" x="54" y="585" height="40" style="fill:none;stroke-width:1;stroke:rgb(255,255,255)" id="Graph86_18" >
|
||
<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="50" x="150" y="513" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph87_19" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="78" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="176" y="524" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="176" y="524" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="78" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="87" >
|
||
<rect width="90" x="59" y="688" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph88_20" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="105" y="699" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="105" y="699" >PCS<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="88" >
|
||
<rect width="194" x="54" y="337" height="40" style="fill:none;stroke-width:1;stroke:rgb(255,255,255)" id="Graph89_21" >
|
||
<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" >
|
||
<rect width="37" x="197" y="432" height="17" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph90_22" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="216" y="441" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="216" y="441" >KW</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="90" >
|
||
<rect width="90" x="59" y="513" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph91_23" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="105" y="524" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="105" y="524" >PCS<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="91" >
|
||
<rect width="194" x="54" y="674" height="40" style="fill:none;stroke-width:1;stroke:rgb(255,255,255)" id="Graph92_24" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
</g>
|
||
<g id="92" >
|
||
<rect width="50" x="150" y="429" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph93_25" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="74" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="176" y="440" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="176" y="440" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="74" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="93" >
|
||
<rect width="194" x="54" y="499" height="40" style="fill:none;stroke-width:1;stroke:rgb(255,255,255)" id="Graph94_26" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
</g>
|
||
<g id="94" >
|
||
<rect width="90" x="59" y="429" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph95_27" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="105" y="440" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="105" y="440" >PCS<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="95" >
|
||
<rect width="194" x="54" y="415" height="40" style="fill:none;stroke-width:1;stroke:rgb(255,255,255)" id="Graph96_28" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
</g>
|
||
<g id="96" >
|
||
<rect width="156" x="81" y="174" height="39" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph97_29" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="160" y="194" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="22" >
|
||
<tspan x="160" y="194" >PCSϵͳ<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="239" x="35" y="151" height="645" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph98_30" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
</g>
|
||
<g id="98" >
|
||
<rect width="150" x="284" y="157" height="35" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph124" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="360" y="175" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="22" >
|
||
<tspan x="360" y="175" >PCS<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="99" >
|
||
<image width="95" x="447" y="160" xlink:href="Graph99_1.png" height="30" id="Graph99_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="!OpenDrwFile(PCS<43><53><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ.drw);" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</image>
|
||
<text x="495" y="176" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="15" >
|
||
<tspan x="495" y="176" >PCS<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="100" >
|
||
<image width="95" x="555" y="160" xlink:href="Graph100_2.png" height="30" id="Graph100_2" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="!OpenDrwFile(PCS<43><53><EFBFBD>ز<EFBFBD>.drw);" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</image>
|
||
<text x="603" y="176" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="15" >
|
||
<tspan x="603" y="176" >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="101" >
|
||
<image width="95" x="663" y="160" xlink:href="Graph101_3.png" height="30" id="Graph101_3" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="!OpenDrwFile(PCS<43><53><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.drw);" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</image>
|
||
<text x="711" y="176" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="15" >
|
||
<tspan x="711" y="176" >PCS<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="95" x="771" y="160" xlink:href="Graph102_4.png" height="30" id="Graph102_4" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="!OpenDrwFile(PCS<43><53>Ϣ.drw);" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</image>
|
||
<text x="819" y="176" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="15" >
|
||
<tspan x="819" y="176" >PCS<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="95" x="879" y="160" xlink:href="Graph103_5.png" height="30" id="Graph103_5" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="!OpenDrwFile(PCS<43><53><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.drw);" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</image>
|
||
<text x="927" y="176" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="15" >
|
||
<tspan x="927" y="176" >PCS<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="104" >
|
||
<image width="95" x="987" y="160" xlink:href="Graph104_6.png" height="30" id="Graph104_6" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="!OpenDrwFile(BMS<4D><53><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.drw);" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</image>
|
||
<text x="1035" y="176" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="15" >
|
||
<tspan x="1035" y="176" >BMS<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="95" x="1095" y="160" xlink:href="Graph105_7.png" height="30" id="Graph105_7" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="!OpenDrwFile(BMS<4D>ϴ<EFBFBD><CFB4><EFBFBD>Ϣ.drw);" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</image>
|
||
<text x="1143" y="176" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="15" >
|
||
<tspan x="1143" y="176" >BMS<EFBFBD>ϴ<EFBFBD><EFBFBD><EFBFBD>Ϣ</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="106" >
|
||
<rect width="955" x="278" y="151" height="44" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph106_8" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
</g>
|
||
<g id="107" >
|
||
<line style="fill:rgb(255,255,255);stroke-width:3;stroke:rgb(255,255,255)" id="Graph122" y1="798" y2="785" x1="275" x2="275" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</line>
|
||
</g>
|
||
<g id="108" >
|
||
<line style="fill:rgb(255,255,255);stroke-width:3;stroke:rgb(255,255,255)" id="Graph108_1" y1="152" y2="165" x1="274" x2="274" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</line>
|
||
</g>
|
||
</g>
|
||
</svg>
|