3785 lines
190 KiB
XML
3785 lines
190 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="1146" y="1027" height="24" style="fill:rgb(177,158,255);stroke-width:0;stroke:rgb(201,226,255)" id="Graph113" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="!OpenPreDrw();" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="1200" y="1040" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="1200" y="1040" ><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="106" x="1106" y="966" height="24" style="fill:rgb(177,158,255);stroke-width:0;stroke:rgb(201,226,255)" id="Graph140" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="!OpenPreDrw();" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="1160" y="979" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="1160" y="979" ><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="3" >
|
||
<rect width="1245" x="11" y="203" height="740" 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="4" >
|
||
<ellipse x="224" y="289" cx="234" cy="299" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph208" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(763,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="5" >
|
||
<rect width="134" x="19" y="290" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph189" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="87" 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="87" y="300" >BCMU1<EFBFBD>Ӵ<EFBFBD><EFBFBD><EFBFBD>״̬</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="6" >
|
||
<rect width="240" x="14" y="285" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph196" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
</g>
|
||
<g id="7" >
|
||
<ellipse x="224" y="346" cx="234" cy="356" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph137_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(765,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="8" >
|
||
<rect width="134" x="19" y="347" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph138_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="87" y="357" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="87" y="357" ><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="240" x="14" y="342" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph139_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="10" >
|
||
<ellipse x="224" y="318" cx="234" cy="328" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph158_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(764,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="11" >
|
||
<rect width="184" x="19" y="319" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph159_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="112" y="329" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="112" y="329" ><EFBFBD><EFBFBD><EFBFBD>˵<EFBFBD>ѹ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>(һ<><D2BB><EFBFBD>澯)</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="12" >
|
||
<rect width="240" x="14" y="314" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph160_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="13" >
|
||
<ellipse x="224" y="403" cx="234" cy="413" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph160_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(767,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="14" >
|
||
<rect width="134" x="19" y="404" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph161_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="87" 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="87" y="414" ><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="15" >
|
||
<rect width="240" x="14" y="399" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph162_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" >
|
||
<ellipse x="224" y="460" cx="234" cy="470" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph162_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(769,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="17" >
|
||
<rect width="134" x="19" y="461" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph163_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="87" y="471" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="87" y="471" ><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="18" >
|
||
<rect width="240" x="14" y="456" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph164_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="19" >
|
||
<ellipse x="224" y="516" cx="234" cy="526" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph164_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(771,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="20" >
|
||
<rect width="134" x="19" y="517" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph165_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="87" 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="87" y="527" ><EFBFBD><EFBFBD><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="240" x="14" y="512" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph166_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="22" >
|
||
<ellipse x="224" y="572" cx="234" cy="582" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph166_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(773,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="23" >
|
||
<rect width="134" x="19" y="573" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph167_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="87" y="583" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="87" y="583" ><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="24" >
|
||
<rect width="240" x="14" y="568" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph168_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="25" >
|
||
<ellipse x="224" y="629" cx="234" cy="639" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph168_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(775,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="26" >
|
||
<rect width="134" x="19" y="630" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph169_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="87" y="640" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="87" y="640" >SOC<EFBFBD><EFBFBD><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="240" x="14" y="625" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph170_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" >
|
||
<ellipse x="224" y="686" cx="234" cy="696" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph219" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(777,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="29" >
|
||
<rect width="134" x="19" y="687" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph171_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="87" y="697" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="87" y="697" ><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="30" >
|
||
<rect width="240" x="14" y="682" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph172_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="31" >
|
||
<ellipse x="224" y="743" cx="234" cy="753" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph172_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(779,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="32" >
|
||
<rect width="134" x="19" y="744" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph173_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="87" y="754" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="87" y="754" ><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="33" >
|
||
<rect width="240" x="14" y="739" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph174_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" >
|
||
<ellipse x="713" y="289" cx="723" cy="299" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph232" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(809,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="35" >
|
||
<rect width="134" x="507" y="290" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph177_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="575" 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="575" y="300" >SOC<EFBFBD><EFBFBD><EFBFBD><EFBFBD></tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="36" >
|
||
<rect width="240" x="505" y="285" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph178_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="37" >
|
||
<ellipse x="713" y="346" cx="723" cy="356" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph178_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(811,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="38" >
|
||
<rect width="134" x="507" y="347" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph179_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="575" y="357" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="575" y="357" ><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="39" >
|
||
<rect width="240" x="505" y="342" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph180_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="40" >
|
||
<ellipse x="713" y="403" cx="723" cy="413" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph180_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(813,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="41" >
|
||
<rect width="134" x="507" y="404" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph181_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="575" 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="575" y="414" ><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="42" >
|
||
<rect width="240" x="505" y="399" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph182_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="43" >
|
||
<ellipse x="713" y="460" cx="723" cy="470" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph182_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(815,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="44" >
|
||
<rect width="134" x="507" y="462" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph183_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="575" y="472" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="575" y="472" >B+<2B><><EFBFBD><EFBFBD><EFBFBD>¶ȹ<C2B6><C8B9><EFBFBD></tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="45" >
|
||
<rect width="240" x="505" y="456" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph184_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="46" >
|
||
<ellipse x="713" y="516" cx="723" cy="526" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph184_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(817,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="47" >
|
||
<rect width="134" x="507" y="517" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph185_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="575" 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="575" y="527" >B-<2D><><EFBFBD><EFBFBD><EFBFBD>¶ȹ<C2B6><C8B9><EFBFBD></tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="48" >
|
||
<rect width="240" x="505" y="512" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph186_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="49" >
|
||
<ellipse x="713" y="572" cx="723" cy="582" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph186_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(819,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="50" >
|
||
<rect width="134" x="507" y="573" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph187_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="575" y="583" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="575" y="583" ><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="51" >
|
||
<rect width="240" x="505" y="568" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph188_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="52" >
|
||
<ellipse x="713" y="629" cx="723" cy="639" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph188_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(821,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="53" >
|
||
<rect width="134" x="507" y="630" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph189_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="575" y="640" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="575" y="640" >ѹ<EFBFBD><EFBFBD><EFBFBD>澯</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="54" >
|
||
<rect width="240" x="505" y="625" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph190_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="55" >
|
||
<ellipse x="713" y="686" cx="723" cy="696" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph190_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(823,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="56" >
|
||
<rect width="134" x="507" y="687" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph191_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="575" y="697" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="575" y="697" ><EFBFBD>ӿ<EFBFBD>ͨѶ<EFBFBD>쳣</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="57" >
|
||
<rect width="240" x="505" y="682" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph192_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="58" >
|
||
<ellipse x="713" y="743" cx="723" cy="753" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph192_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(825,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="59" >
|
||
<rect width="134" x="507" y="744" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph193_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="575" y="754" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="575" y="754" ><EFBFBD>Ӵ<EFBFBD><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="60" >
|
||
<rect width="240" x="505" y="739" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph194_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="61" >
|
||
<ellipse x="713" y="799" cx="723" cy="809" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph194_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(827,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="62" >
|
||
<rect width="134" x="507" y="800" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph195_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="575" y="810" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="575" y="810" ><EFBFBD>Ӵ<EFBFBD><EFBFBD><EFBFBD>ճ<EFBFBD><EFBFBD>4</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="63" >
|
||
<rect width="240" x="505" y="795" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph196_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="64" >
|
||
<ellipse x="469" y="289" cx="479" cy="299" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph230" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(786,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="65" >
|
||
<rect width="134" x="263" y="290" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph197_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="331" 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="331" y="300" ><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="66" >
|
||
<rect width="240" x="260" y="285" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph198_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="67" >
|
||
<ellipse x="469" y="346" cx="479" cy="356" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph198_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(788,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="68" >
|
||
<rect width="134" x="263" y="347" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph199_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="331" y="357" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="331" y="357" ><EFBFBD>²<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="240" x="260" y="342" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph200_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="70" >
|
||
<ellipse x="469" y="403" cx="479" cy="413" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph200_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(790,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="71" >
|
||
<rect width="134" x="263" y="404" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph201_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="331" 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="331" y="414" ><EFBFBD>Ӵ<EFBFBD><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="72" >
|
||
<rect width="240" x="260" y="399" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph202_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="73" >
|
||
<ellipse x="469" y="460" cx="479" cy="470" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph202_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(792,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="74" >
|
||
<rect width="134" x="263" y="461" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph203_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="331" y="471" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="331" y="471" ><EFBFBD>Ӵ<EFBFBD><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="75" >
|
||
<rect width="240" x="260" y="456" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph204_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="76" >
|
||
<ellipse x="469" y="516" cx="479" cy="526" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph204_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(794,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="77" >
|
||
<rect width="134" x="263" y="517" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph205_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="331" 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="331" y="527" ><EFBFBD>Ӵ<EFBFBD><EFBFBD><EFBFBD>ճ<EFBFBD><EFBFBD>5</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="78" >
|
||
<rect width="240" x="260" y="512" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph206_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="79" >
|
||
<ellipse x="469" y="572" cx="479" cy="582" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph206_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(796,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="80" >
|
||
<rect width="134" x="263" y="573" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph207_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="331" y="583" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="331" y="583" ><EFBFBD>Ӵ<EFBFBD><EFBFBD><EFBFBD>ճ<EFBFBD><EFBFBD>7</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="81" >
|
||
<rect width="240" x="260" y="568" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph208_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="82" >
|
||
<ellipse x="469" y="629" cx="479" cy="639" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph208_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(798,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="83" >
|
||
<rect width="179" x="263" y="630" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph209_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="353" y="640" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="353" y="640" ><EFBFBD><EFBFBD><EFBFBD>˵<EFBFBD>ѹ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>(<28><><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="240" x="260" y="625" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph210_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="85" >
|
||
<ellipse x="469" y="686" cx="479" cy="696" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph210_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(800,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="86" >
|
||
<rect width="134" x="263" y="687" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph211_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="331" y="697" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="331" y="697" ><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="87" >
|
||
<rect width="240" x="260" y="682" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph212_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="88" >
|
||
<ellipse x="469" y="743" cx="479" cy="753" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph212_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(802,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="89" >
|
||
<rect width="134" x="263" y="744" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph213_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="331" y="754" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="331" y="754" ><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="90" >
|
||
<rect width="240" x="260" y="739" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph214_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="91" >
|
||
<ellipse x="469" y="799" cx="479" cy="809" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph214_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(804,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="92" >
|
||
<rect width="134" x="263" y="800" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph215_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="331" y="810" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="331" y="810" ><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="93" >
|
||
<rect width="240" x="260" y="795" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph216_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="94" >
|
||
<ellipse x="224" y="431" cx="234" cy="441" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph235_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(768,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="95" >
|
||
<rect width="134" x="19" y="432" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph236_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="87" y="442" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="87" y="442" ><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="96" >
|
||
<rect width="240" x="14" y="427" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph237_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="97" >
|
||
<ellipse x="224" y="545" cx="234" cy="555" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph214" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(772,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="98" >
|
||
<rect width="134" x="19" y="545" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph238_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="87" y="555" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="87" y="555" ><EFBFBD><EFBFBD><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="99" >
|
||
<rect width="240" x="14" y="541" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph239_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="100" >
|
||
<ellipse x="224" y="657" cx="234" cy="667" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph239_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(776,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="101" >
|
||
<rect width="134" x="19" y="658" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph240_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="87" 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="87" y="668" >SOC<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" >
|
||
<rect width="240" x="14" y="653" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph241_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="103" >
|
||
<ellipse x="713" y="318" cx="723" cy="328" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph243_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(810,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="104" >
|
||
<rect width="134" x="507" y="319" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph244_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="575" y="329" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="575" y="329" >SOC<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" >
|
||
<rect width="240" x="505" y="314" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph245_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="106" >
|
||
<ellipse x="713" y="431" cx="723" cy="441" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph245_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(814,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="107" >
|
||
<rect width="134" x="507" y="432" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph246_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="575" y="442" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="575" y="442" ><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="108" >
|
||
<rect width="240" x="505" y="427" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph247_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="109" >
|
||
<ellipse x="713" y="545" cx="723" cy="555" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph247_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(818,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="110" >
|
||
<rect width="134" x="507" y="546" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph248_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="575" y="556" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="575" y="556" >P-<2D><><EFBFBD><EFBFBD><EFBFBD>¶ȹ<C2B6><C8B9><EFBFBD></tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="111" >
|
||
<rect width="240" x="505" y="541" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph249_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="112" >
|
||
<ellipse x="713" y="657" cx="723" cy="667" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph249_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(822,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="113" >
|
||
<rect width="134" x="507" y="658" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph250_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="575" 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="575" y="668" ><EFBFBD>²<EFBFBD><EFBFBD>澯</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="114" >
|
||
<rect width="240" x="505" y="653" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph251_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="115" >
|
||
<ellipse x="713" y="771" cx="723" cy="781" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph251_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(826,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="116" >
|
||
<rect width="134" x="507" y="772" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph252_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="575" y="782" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="575" y="782" ><EFBFBD>Ӵ<EFBFBD><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="117" >
|
||
<rect width="240" x="505" y="767" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph253_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="118" >
|
||
<ellipse x="469" y="318" cx="479" cy="328" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph253_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(787,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="119" >
|
||
<rect width="134" x="263" y="319" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph254_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="331" y="329" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="331" y="329" >ѹ<EFBFBD><EFBFBD><EFBFBD>澯</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="120" >
|
||
<rect width="240" x="260" y="314" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph255_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="121" >
|
||
<ellipse x="469" y="431" cx="479" cy="441" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph255_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(791,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="122" >
|
||
<rect width="134" x="263" y="432" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph256_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="331" y="442" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="331" y="442" ><EFBFBD>Ӵ<EFBFBD><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="123" >
|
||
<rect width="240" x="260" y="427" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph257_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="124" >
|
||
<ellipse x="469" y="545" cx="479" cy="555" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph257_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(795,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="125" >
|
||
<rect width="134" x="263" y="546" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph258_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="331" y="556" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="331" y="556" ><EFBFBD>Ӵ<EFBFBD><EFBFBD><EFBFBD>ճ<EFBFBD><EFBFBD>6</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="126" >
|
||
<rect width="240" x="260" y="541" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph259_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="127" >
|
||
<ellipse x="469" y="657" cx="479" cy="667" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph259_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(799,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="128" >
|
||
<rect width="134" x="263" y="658" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph260_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="331" 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="331" y="668" ><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="129" >
|
||
<rect width="240" x="260" y="653" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph261_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="130" >
|
||
<ellipse x="469" y="771" cx="479" cy="781" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph261_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(803,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="131" >
|
||
<rect width="134" x="263" y="772" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph262_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="331" y="782" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="331" y="782" ><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="132" >
|
||
<rect width="240" x="260" y="767" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph263_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="133" >
|
||
<ellipse x="224" y="372" cx="234" cy="382" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph283_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(0,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="134" >
|
||
<rect width="134" x="19" y="375" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph284_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="87" y="385" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="87" y="385" ><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="135" >
|
||
<rect width="240" x="14" y="370" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph285_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="136" >
|
||
<ellipse x="224" y="601" cx="234" cy="611" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph285_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(774,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="137" >
|
||
<rect width="134" x="19" y="601" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph286_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="87" y="611" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="87" y="611" ><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="138" >
|
||
<rect width="240" x="14" y="597" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph287_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="139" >
|
||
<ellipse x="713" y="488" cx="723" cy="498" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph289_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(816,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="140" >
|
||
<rect width="134" x="507" y="489" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph290_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="575" 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="575" y="499" >P+<2B><><EFBFBD><EFBFBD><EFBFBD>¶ȹ<C2B6><C8B9><EFBFBD></tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="141" >
|
||
<rect width="240" x="505" y="484" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph291_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="142" >
|
||
<ellipse x="713" y="714" cx="723" cy="724" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph291_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(824,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="143" >
|
||
<rect width="134" x="507" y="715" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph292_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="575" y="725" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="575" y="725" ><EFBFBD>Ӵ<EFBFBD><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="144" >
|
||
<rect width="240" x="505" y="710" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph293_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="145" >
|
||
<ellipse x="469" y="374" cx="479" cy="384" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph293_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(789,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="146" >
|
||
<rect width="134" x="263" y="375" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph294_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="331" y="385" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="331" y="385" ><EFBFBD>ӿ<EFBFBD>ͨѶ<EFBFBD>쳣</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="147" >
|
||
<rect width="240" x="260" y="370" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph295_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="148" >
|
||
<ellipse x="469" y="601" cx="479" cy="611" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph295_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(797,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="149" >
|
||
<rect width="134" x="263" y="602" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph296_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="331" y="612" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="331" y="612" ><EFBFBD>Ӵ<EFBFBD><EFBFBD><EFBFBD>ճ<EFBFBD><EFBFBD>8</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="150" >
|
||
<rect width="240" x="260" y="597" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph297_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="151" >
|
||
<ellipse x="469" y="828" cx="479" cy="838" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph297_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(805,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="152" >
|
||
<rect width="134" x="263" y="829" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph298_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="331" y="839" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="331" y="839" ><EFBFBD><EFBFBD><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="153" >
|
||
<rect width="240" x="260" y="824" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph299_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="154" >
|
||
<ellipse x="224" y="488" cx="234" cy="498" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph309_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(770,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="155" >
|
||
<rect width="134" x="19" y="489" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph310_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="87" 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="87" y="499" ><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="156" >
|
||
<rect width="240" x="14" y="484" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph311_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="157" >
|
||
<ellipse x="713" y="374" cx="723" cy="384" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph311_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(812,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="158" >
|
||
<rect width="134" x="507" y="375" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph312_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="575" y="385" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="575" y="385" ><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="159" >
|
||
<rect width="240" x="505" y="370" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph313_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="160" >
|
||
<ellipse x="713" y="828" cx="723" cy="838" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph313_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(828,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="161" >
|
||
<rect width="134" x="507" y="829" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph314_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="575" y="839" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="575" y="839" ><EFBFBD>Ӵ<EFBFBD><EFBFBD><EFBFBD>ճ<EFBFBD><EFBFBD>5</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="162" >
|
||
<rect width="240" x="505" y="824" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph315_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="163" >
|
||
<ellipse x="469" y="488" cx="479" cy="498" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph315_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(793,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="164" >
|
||
<rect width="134" x="263" y="489" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph316_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="331" 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="331" y="499" ><EFBFBD>Ӵ<EFBFBD><EFBFBD><EFBFBD>ճ<EFBFBD><EFBFBD>4</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="165" >
|
||
<rect width="240" x="260" y="484" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph317_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="166" >
|
||
<ellipse x="224" y="714" cx="234" cy="724" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph323_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(778,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="167" >
|
||
<rect width="134" x="19" y="715" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph324_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="87" y="725" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="87" y="725" ><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="168" >
|
||
<rect width="240" x="14" y="710" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph325_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="169" >
|
||
<ellipse x="469" y="714" cx="479" cy="724" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph325_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(801,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="170" >
|
||
<rect width="134" x="263" y="715" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph326_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="331" y="725" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="331" y="725" ><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="171" >
|
||
<rect width="240" x="260" y="710" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph327_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="172" >
|
||
<ellipse x="713" y="601" cx="723" cy="611" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph329_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(920,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="173" >
|
||
<rect width="134" x="507" y="602" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph330_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="575" y="612" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="575" y="612" ><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="174" >
|
||
<rect width="240" x="505" y="597" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph331_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="175" >
|
||
<rect width="240" x="14" y="852" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph329_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
</g>
|
||
<g id="176" >
|
||
<ellipse x="224" y="856" cx="234" cy="866" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph330_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(783,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="177" >
|
||
<rect width="134" x="19" y="857" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph331_2" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="87" y="867" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="87" y="867" >B-<2D><><EFBFBD><EFBFBD><EFBFBD>¶ȹ<C2B6><C8B9><EFBFBD></tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="178" >
|
||
<ellipse x="224" y="884" cx="234" cy="894" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph332_3" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(784,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="179" >
|
||
<rect width="240" x="14" y="880" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph333_4" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
</g>
|
||
<g id="180" >
|
||
<rect width="134" x="19" y="885" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph334_5" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="87" y="895" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="87" y="895" >P-<2D><><EFBFBD><EFBFBD><EFBFBD>¶ȹ<C2B6><C8B9><EFBFBD></tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="181" >
|
||
<ellipse x="224" y="913" cx="234" cy="923" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph335_6" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(785,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="182" >
|
||
<rect width="240" x="14" y="909" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph336_7" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
</g>
|
||
<g id="183" >
|
||
<rect width="134" x="19" y="914" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph337_8" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="87" y="924" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="87" y="924" ><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="184" >
|
||
<rect width="240" x="505" y="852" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph337_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
</g>
|
||
<g id="185" >
|
||
<ellipse x="713" y="856" cx="723" cy="866" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph338_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(829,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="186" >
|
||
<rect width="134" x="507" y="857" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph339_2" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="575" y="867" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="575" y="867" ><EFBFBD>Ӵ<EFBFBD><EFBFBD><EFBFBD>ճ<EFBFBD><EFBFBD>6</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="187" >
|
||
<ellipse x="713" y="884" cx="723" cy="894" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph340_3" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(830,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="188" >
|
||
<rect width="240" x="505" y="880" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph341_4" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
</g>
|
||
<g id="189" >
|
||
<rect width="134" x="507" y="885" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph342_5" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="575" y="895" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="575" y="895" ><EFBFBD>Ӵ<EFBFBD><EFBFBD><EFBFBD>ճ<EFBFBD><EFBFBD>7</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="190" >
|
||
<ellipse x="713" y="913" cx="723" cy="923" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph343_6" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(831,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="191" >
|
||
<rect width="240" x="505" y="909" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph344_7" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
</g>
|
||
<g id="192" >
|
||
<rect width="134" x="507" y="914" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph345_8" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="575" y="924" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="575" y="924" ><EFBFBD>Ӵ<EFBFBD><EFBFBD><EFBFBD>ճ<EFBFBD><EFBFBD>8</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="193" >
|
||
<rect width="240" x="260" y="852" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph345_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
</g>
|
||
<g id="194" >
|
||
<ellipse x="469" y="856" cx="479" cy="866" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph346_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(806,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="195" >
|
||
<rect width="134" x="263" y="857" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph347_2" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="331" y="867" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="331" y="867" ><EFBFBD><EFBFBD><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="196" >
|
||
<ellipse x="469" y="884" cx="479" cy="894" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph348_3" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(807,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="197" >
|
||
<rect width="240" x="260" y="880" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph349_4" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
</g>
|
||
<g id="198" >
|
||
<rect width="134" x="263" y="885" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph350_5" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="331" y="895" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="331" y="895" ><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="199" >
|
||
<ellipse x="469" y="913" cx="479" cy="923" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph351_6" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(808,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="200" >
|
||
<rect width="240" x="260" y="909" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph352_7" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
</g>
|
||
<g id="201" >
|
||
<rect width="134" x="263" y="914" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph353_8" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="331" y="924" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="331" y="924" ><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="202" >
|
||
<rect width="240" x="14" y="767" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph243_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="203" >
|
||
<ellipse x="224" y="771" cx="234" cy="781" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph241_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(780,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="204" >
|
||
<rect width="134" x="19" y="772" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph242_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="87" y="782" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="87" y="782" ><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="205" >
|
||
<ellipse x="224" y="799" cx="234" cy="809" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph174_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(781,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="206" >
|
||
<rect width="240" x="14" y="795" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph176_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="207" >
|
||
<rect width="134" x="19" y="800" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph175_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="87" y="810" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="87" y="810" >B+<2B><><EFBFBD><EFBFBD><EFBFBD>¶ȹ<C2B6><C8B9><EFBFBD></tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="208" >
|
||
<ellipse x="224" y="828" cx="234" cy="838" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph224" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(782,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="209" >
|
||
<rect width="240" x="14" y="824" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph289_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="210" >
|
||
<rect width="134" x="19" y="829" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph288_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="87" y="839" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="87" y="839" >P+<2B><><EFBFBD><EFBFBD><EFBFBD>¶ȹ<C2B6><C8B9><EFBFBD></tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="211" >
|
||
<line style="fill:rgb(255,255,255);stroke-width:3;stroke:rgb(255,255,255)" id="Graph54_0" y1="204" y2="218" x1="12" x2="12" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</line>
|
||
</g>
|
||
<g id="212" >
|
||
<line style="fill:rgb(255,255,255);stroke-width:3;stroke:rgb(255,255,255)" id="Graph55_1" y1="204" y2="204" x1="12" x2="48" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</line>
|
||
</g>
|
||
<g id="213" >
|
||
<ellipse x="962" y="828" cx="972" cy="838" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph216_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(851,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="214" >
|
||
<ellipse x="962" y="913" cx="972" cy="923" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph217_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(854,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="215" >
|
||
<ellipse x="962" y="686" cx="972" cy="696" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph218_2" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(846,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="216" >
|
||
<ellipse x="962" y="799" cx="972" cy="809" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph219_3" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(850,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="217" >
|
||
<ellipse x="962" y="884" cx="972" cy="894" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph220_4" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(853,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="218" >
|
||
<ellipse x="962" y="657" cx="972" cy="667" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph221_5" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(845,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="219" >
|
||
<ellipse x="962" y="545" cx="972" cy="555" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph222_6" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(841,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="220" >
|
||
<ellipse x="962" y="771" cx="972" cy="781" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph223_7" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(849,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="221" >
|
||
<ellipse x="962" y="856" cx="972" cy="866" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph224_8" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(852,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="222" >
|
||
<ellipse x="962" y="629" cx="972" cy="639" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph225_9" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(844,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="223" >
|
||
<ellipse x="962" y="516" cx="972" cy="526" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph226_10" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(840,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="224" >
|
||
<ellipse x="962" y="403" cx="972" cy="413" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph227_11" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(836,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="225" >
|
||
<ellipse x="962" y="743" cx="972" cy="753" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph228_12" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(848,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="226" >
|
||
<ellipse x="962" y="601" cx="972" cy="611" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph229_13" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(843,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="227" >
|
||
<ellipse x="962" y="488" cx="972" cy="498" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph230_14" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(839,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="228" >
|
||
<ellipse x="962" y="374" cx="972" cy="384" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph231_15" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(835,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="229" >
|
||
<ellipse x="962" y="714" cx="972" cy="724" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph232_16" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(847,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="230" >
|
||
<rect width="134" x="756" y="829" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph233_17" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="824" y="839" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="824" y="839" >B-<2D><><EFBFBD><EFBFBD><EFBFBD>¶ȹ<C2B6><C8B9><EFBFBD></tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="231" >
|
||
<rect width="134" x="756" y="914" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph234_18" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="824" y="924" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="824" y="924" ><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="232" >
|
||
<rect width="134" x="756" y="687" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph235_19" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="824" y="697" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="824" y="697" ><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="233" >
|
||
<ellipse x="962" y="572" cx="972" cy="582" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph236_20" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(842,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="234" >
|
||
<ellipse x="962" y="460" cx="972" cy="470" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph237_21" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(838,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="235" >
|
||
<ellipse x="962" y="346" cx="972" cy="356" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph238_22" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(834,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="236" >
|
||
<rect width="240" x="752" y="824" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph239_23" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
</g>
|
||
<g id="237" >
|
||
<rect width="134" x="756" y="800" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph240_24" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="824" y="810" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="824" y="810" >P+<2B><><EFBFBD><EFBFBD><EFBFBD>¶ȹ<C2B6><C8B9><EFBFBD></tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="238" >
|
||
<rect width="240" x="752" y="909" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph241_25" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
</g>
|
||
<g id="239" >
|
||
<rect width="134" x="756" y="885" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph242_26" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="824" y="895" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="824" y="895" ><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="240" >
|
||
<rect width="240" x="752" y="682" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph243_27" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
</g>
|
||
<g id="241" >
|
||
<rect width="134" x="756" y="658" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph244_28" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="824" 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="824" y="668" ><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="242" >
|
||
<ellipse x="962" y="431" cx="972" cy="441" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph245_29" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(837,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="243" >
|
||
<rect width="134" x="756" y="546" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph246_30" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="824" y="556" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="824" y="556" ><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="244" >
|
||
<ellipse x="962" y="318" cx="972" cy="328" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph247_31" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(833,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="245" >
|
||
<rect width="134" x="756" y="772" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph248_32" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="824" y="782" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="824" y="782" >B+<2B><><EFBFBD><EFBFBD><EFBFBD>¶ȹ<C2B6><C8B9><EFBFBD></tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="246" >
|
||
<rect width="240" x="752" y="795" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph249_33" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
</g>
|
||
<g id="247" >
|
||
<rect width="240" x="752" y="880" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph250_34" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
</g>
|
||
<g id="248" >
|
||
<rect width="134" x="756" y="857" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph251_35" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="824" y="867" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="824" y="867" >P-<2D><><EFBFBD><EFBFBD><EFBFBD>¶ȹ<C2B6><C8B9><EFBFBD></tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="249" >
|
||
<rect width="240" x="752" y="653" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph252_36" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
</g>
|
||
<g id="250" >
|
||
<rect width="134" x="756" y="630" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph253_37" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="824" y="640" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="824" y="640" >SOC<EFBFBD><EFBFBD><EFBFBD><EFBFBD></tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="251" >
|
||
<rect width="134" x="756" y="517" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph254_38" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="824" 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="824" y="527" ><EFBFBD><EFBFBD><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="252" >
|
||
<rect width="134" x="756" y="404" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph255_39" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="824" 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="824" y="414" ><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="253" >
|
||
<rect width="240" x="752" y="541" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph256_40" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
</g>
|
||
<g id="254" >
|
||
<ellipse x="962" y="289" cx="972" cy="299" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph257_41" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(832,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="255" >
|
||
<rect width="240" x="752" y="767" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph258_42" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
</g>
|
||
<g id="256" >
|
||
<rect width="134" x="756" y="744" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph259_43" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="824" y="754" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="824" y="754" ><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="257" >
|
||
<rect width="240" x="752" y="852" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph260_44" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
</g>
|
||
<g id="258" >
|
||
<rect width="240" x="752" y="625" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph261_45" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
</g>
|
||
<g id="259" >
|
||
<rect width="240" x="752" y="399" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph262_46" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
</g>
|
||
<g id="260" >
|
||
<rect width="134" x="756" y="602" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph263_47" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="824" y="612" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="824" y="612" >SOC<EFBFBD><EFBFBD><EFBFBD><EFBFBD></tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="261" >
|
||
<rect width="134" x="756" y="489" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph264_48" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="824" 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="824" y="499" ><EFBFBD><EFBFBD><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="262" >
|
||
<rect width="240" x="752" y="512" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph265_49" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
</g>
|
||
<g id="263" >
|
||
<rect width="134" x="756" y="375" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph266_50" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="824" y="385" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="824" y="385" ><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="264" >
|
||
<rect width="134" x="756" y="715" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph267_51" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="824" y="725" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="824" y="725" ><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="265" >
|
||
<rect width="240" x="752" y="739" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph268_52" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
</g>
|
||
<g id="266" >
|
||
<rect width="240" x="752" y="484" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph269_53" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
</g>
|
||
<g id="267" >
|
||
<rect width="134" x="756" y="461" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph270_54" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="824" y="471" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="824" y="471" ><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="268" >
|
||
<rect width="240" x="752" y="597" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph271_55" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
</g>
|
||
<g id="269" >
|
||
<rect width="134" x="756" y="573" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph272_56" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="824" y="583" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="824" y="583" ><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="270" >
|
||
<rect width="240" x="752" y="370" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph273_57" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
</g>
|
||
<g id="271" >
|
||
<rect width="134" x="756" y="347" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph274_58" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="824" y="357" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="824" y="357" ><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="272" >
|
||
<rect width="240" x="752" y="710" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph275_59" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
</g>
|
||
<g id="273" >
|
||
<rect width="240" x="752" y="456" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph276_60" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
</g>
|
||
<g id="274" >
|
||
<rect width="240" x="752" y="568" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph277_61" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
</g>
|
||
<g id="275" >
|
||
<rect width="134" x="756" y="433" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph278_62" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="824" y="443" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="824" y="443" ><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="276" >
|
||
<rect width="240" x="752" y="342" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph279_63" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
</g>
|
||
<g id="277" >
|
||
<rect width="134" x="756" y="319" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph280_64" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="824" y="329" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="824" y="329" ><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="278" >
|
||
<rect width="240" x="752" y="427" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph281_65" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
</g>
|
||
<g id="279" >
|
||
<rect width="240" x="752" y="314" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph282_66" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
</g>
|
||
<g id="280" >
|
||
<rect width="189" x="756" y="290" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph283_67" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="851" 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="851" y="300" ><EFBFBD><EFBFBD><EFBFBD>˵<EFBFBD>ѹ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>(<28><><EFBFBD><EFBFBD><EFBFBD>澯)</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="281" >
|
||
<rect width="240" x="752" y="285" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph284_68" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
</g>
|
||
<g id="282" >
|
||
<ellipse x="1214" y="799" cx="1224" cy="809" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph321_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(873,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="283" >
|
||
<ellipse x="1214" y="884" cx="1224" cy="894" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph359_6" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(876,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="284" >
|
||
<ellipse x="1214" y="657" cx="1224" cy="667" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph277_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(868,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="285" >
|
||
<ellipse x="1214" y="770" cx="1224" cy="780" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph281_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(872,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="286" >
|
||
<ellipse x="1214" y="855" cx="1224" cy="865" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph356_3" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(875,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="287" >
|
||
<ellipse x="1214" y="628" cx="1224" cy="638" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph305_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(867,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="288" >
|
||
<ellipse x="1214" y="516" cx="1224" cy="526" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph303_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(863,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="289" >
|
||
<ellipse x="1214" y="742" cx="1224" cy="752" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph307_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(871,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="290" >
|
||
<ellipse x="1214" y="827" cx="1224" cy="837" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph354_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(874,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="291" >
|
||
<ellipse x="1214" y="600" cx="1224" cy="610" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph275_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(866,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="292" >
|
||
<ellipse x="1214" y="487" cx="1224" cy="497" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph271_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(862,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="293" >
|
||
<ellipse x="1214" y="374" cx="1224" cy="384" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph267_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(858,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="294" >
|
||
<ellipse x="1214" y="714" cx="1224" cy="724" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph279_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(870,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="295" >
|
||
<ellipse x="1214" y="572" cx="1224" cy="582" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph319_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(865,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="296" >
|
||
<ellipse x="1214" y="459" cx="1224" cy="469" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph327_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(861,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="297" >
|
||
<ellipse x="1214" y="345" cx="1224" cy="355" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph317_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(857,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="298" >
|
||
<ellipse x="1214" y="685" cx="1224" cy="695" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph331_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(869,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="299" >
|
||
<rect width="134" x="1010" y="800" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph322_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="1078" y="810" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="1078" y="810" >FLASH<EFBFBD><EFBFBD><EFBFBD><EFBFBD></tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="300" >
|
||
<rect width="134" x="1010" y="885" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph361_8" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="1078" y="895" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="1078" y="895" >PCA9555<EFBFBD><EFBFBD><EFBFBD><EFBFBD></tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="301" >
|
||
<rect width="134" x="1010" y="658" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph278_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="1078" 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="1078" y="668" >DO<EFBFBD><EFBFBD><EFBFBD><EFBFBD><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="302" >
|
||
<ellipse x="1214" y="545" cx="1224" cy="555" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph273_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(864,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="303" >
|
||
<ellipse x="1214" y="431" cx="1224" cy="441" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph269_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(860,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="304" >
|
||
<rect width="240" x="1004" y="795" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph323_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="305" >
|
||
<rect width="134" x="1010" y="771" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph282_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="1078" y="781" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="1078" y="781" >RTC<EFBFBD><EFBFBD><EFBFBD><EFBFBD></tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="306" >
|
||
<rect width="240" x="1004" y="880" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph360_7" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
</g>
|
||
<g id="307" >
|
||
<rect width="134" x="1010" y="856" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph358_5" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="1078" y="866" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="1078" y="866" >SDRAM<EFBFBD><EFBFBD><EFBFBD><EFBFBD></tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="308" >
|
||
<rect width="240" x="1004" y="653" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph279_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="309" >
|
||
<rect width="165" x="1010" y="631" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph306_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="1093" y="641" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="1093" y="641" ><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Դ<EFBFBD><EFBFBD><EFBFBD>ϣ<EFBFBD>9~36<33><36></tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="310" >
|
||
<ellipse x="1214" y="402" cx="1224" cy="412" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph301_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(859,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="311" >
|
||
<rect width="134" x="1010" y="517" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph304_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="1078" 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="1078" y="527" ><EFBFBD>Ӵ<EFBFBD><EFBFBD><EFBFBD>ճ<EFBFBD><EFBFBD>6</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="312" >
|
||
<ellipse x="1214" y="317" cx="1224" cy="327" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph299_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(856,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="313" >
|
||
<rect width="134" x="1010" y="743" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph308_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="1078" y="753" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="1078" y="753" >EEPROM<EFBFBD><EFBFBD><EFBFBD><EFBFBD></tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="314" >
|
||
<rect width="240" x="1004" y="766" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph283_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="315" >
|
||
<rect width="240" x="1004" y="851" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph357_4" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
</g>
|
||
<g id="316" >
|
||
<rect width="134" x="1010" y="828" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph355_2" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="1078" 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="1078" y="838" >AD7606<EFBFBD><EFBFBD><EFBFBD><EFBFBD></tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="317" >
|
||
<rect width="240" x="1004" y="624" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph307_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="318" >
|
||
<rect width="134" x="1010" y="601" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph276_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="1078" y="611" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="1078" y="611" ><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="319" >
|
||
<rect width="134" x="1010" y="488" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph272_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="1078" y="498" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="1078" y="498" ><EFBFBD>Ӵ<EFBFBD><EFBFBD><EFBFBD>ճ<EFBFBD><EFBFBD>5</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="320" >
|
||
<rect width="134" x="1010" y="375" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph268_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="1078" y="385" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="1078" y="385" ><EFBFBD>Ӵ<EFBFBD><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="321" >
|
||
<rect width="240" x="1004" y="512" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph305_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="322" >
|
||
<ellipse x="1214" y="288" cx="1224" cy="298" rx="10" ry="10" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph231" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="!SetSvgAIColor(855,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="323" >
|
||
<rect width="240" x="1004" y="738" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph309_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="324" >
|
||
<rect width="134" x="1010" y="715" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph280_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="1078" y="725" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="1078" y="725" >SD<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="325" >
|
||
<rect width="240" x="1004" y="823" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph353_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
</g>
|
||
<g id="326" >
|
||
<rect width="240" x="1004" y="596" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph277_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="327" >
|
||
<rect width="240" x="1004" y="370" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph269_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="328" >
|
||
<rect width="134" x="1010" y="573" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph320_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="1078" y="583" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="1078" y="583" ><EFBFBD>Ӵ<EFBFBD><EFBFBD><EFBFBD>ճ<EFBFBD><EFBFBD>8</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="329" >
|
||
<rect width="134" x="1010" y="460" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph328_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="1078" y="470" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="1078" y="470" ><EFBFBD>Ӵ<EFBFBD><EFBFBD><EFBFBD>ճ<EFBFBD><EFBFBD>4</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="330" >
|
||
<rect width="240" x="1004" y="483" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph273_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="331" >
|
||
<rect width="134" x="1010" y="346" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph318_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="1078" y="356" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="1078" y="356" ><EFBFBD>ӿ<EFBFBD>ͨѶ<EFBFBD>쳣</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="332" >
|
||
<rect width="134" x="1010" y="686" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph332_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="1078" y="696" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="1078" y="696" >DO<EFBFBD><EFBFBD><EFBFBD><EFBFBD><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="333" >
|
||
<rect width="240" x="1004" y="710" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph281_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="334" >
|
||
<rect width="240" x="1004" y="455" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph329_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="335" >
|
||
<rect width="134" x="1010" y="432" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph270_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="1078" y="442" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="1078" y="442" ><EFBFBD>Ӵ<EFBFBD><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="336" >
|
||
<rect width="240" x="1004" y="568" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph321_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="337" >
|
||
<rect width="134" x="1010" y="544" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph274_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="1078" y="554" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="1078" y="554" ><EFBFBD>Ӵ<EFBFBD><EFBFBD><EFBFBD>ճ<EFBFBD><EFBFBD>7</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="338" >
|
||
<rect width="240" x="1004" y="341" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph319_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="339" >
|
||
<rect width="240" x="1004" y="681" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph333_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="340" >
|
||
<rect width="240" x="1004" y="427" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph271_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="341" >
|
||
<rect width="240" x="1004" y="539" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph275_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="342" >
|
||
<rect width="134" x="1010" y="404" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph302_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="1078" 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="1078" y="414" ><EFBFBD>Ӵ<EFBFBD><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="343" >
|
||
<rect width="134" x="1010" y="318" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph300_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="1078" y="328" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="1078" y="328" ><EFBFBD>²<EFBFBD><EFBFBD>澯</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="344" >
|
||
<rect width="240" x="1004" y="398" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph303_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="345" >
|
||
<rect width="240" x="1004" y="313" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph301_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="346" >
|
||
<rect width="127" x="1010" y="289" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph264_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="1074" y="299" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="1074" y="299" >ѹ<EFBFBD><EFBFBD><EFBFBD>澯</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="347" >
|
||
<rect width="240" x="1004" y="284" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph265_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="348" >
|
||
<line style="fill:rgb(255,255,255);stroke-width:3;stroke:rgb(255,255,255)" id="Graph52_0" y1="159" y2="172" x1="15" x2="15" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</line>
|
||
</g>
|
||
<g id="349" >
|
||
<line style="fill:rgb(255,255,255);stroke-width:3;stroke:rgb(255,255,255)" id="Graph53_1" y1="159" y2="159" x1="15" x2="38" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</line>
|
||
</g>
|
||
<g id="350" >
|
||
<rect width="1241" x="14" y="158" height="44" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph2" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
</g>
|
||
<g id="351" >
|
||
<line style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph364" y1="256" y2="256" x1="13" x2="1253" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</line>
|
||
</g>
|
||
<g id="352" >
|
||
<image width="140" x="372" y="160" xlink:href="Graph365.png" height="38" id="Graph365" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="!OpenDrwFile(3#BMS1.drw);" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</image>
|
||
<text x="443" y="180" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="443" y="180" >3#BMS<4D><53><EFBFBD>ع<EFBFBD></tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="353" >
|
||
<image width="140" x="212" y="160" xlink:href="Graph366.png" height="38" id="Graph366" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="!OpenDrwFile(2#BMS1.drw);" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</image>
|
||
<text x="283" y="180" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="283" y="180" >2#BMS<4D><53><EFBFBD>ع<EFBFBD></tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="354" >
|
||
<image width="140" x="52" y="160" xlink:href="Graph367.png" height="38" id="Graph367" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="!OpenDrwFile(1#BMS1.drw);" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</image>
|
||
<text x="123" y="180" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="123" y="180" >1#BMS<4D><53><EFBFBD>ع<EFBFBD></tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="355" >
|
||
<image width="95" x="825" y="213" xlink:href="Graph368.png" height="33" id="Graph368" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="!OpenDrwFile(1#BMS7.drw);" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</image>
|
||
<text x="873" y="230" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="873" y="230" ><EFBFBD>澯</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="356" >
|
||
<image width="95" x="718" y="213" xlink:href="Graph369.png" height="33" id="Graph369" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="!OpenDrwFile(1#BMS6.drw);" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</image>
|
||
<text x="766" y="230" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="766" y="230" >ʣ<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="357" >
|
||
<image width="95" x="611" y="213" xlink:href="Graph370.png" height="33" id="Graph370" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="!OpenDrwFile(1#BMS5.drw);" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</image>
|
||
<text x="659" y="230" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="659" y="230" >ƽ<EFBFBD><EFBFBD>SOH</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="358" >
|
||
<image width="95" x="504" y="213" xlink:href="Graph371.png" height="33" id="Graph371" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="!OpenDrwFile(1#BMS4.drw);" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</image>
|
||
<text x="552" y="230" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="552" y="230" >ƽ<EFBFBD><EFBFBD>SOC</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="359" >
|
||
<image width="95" x="397" y="213" xlink:href="Graph372.png" height="33" id="Graph372" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="!OpenDrwFile(1#BMS3.drw);" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</image>
|
||
<text x="445" y="230" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="445" y="230" >ƽ<EFBFBD><EFBFBD><EFBFBD>¶<EFBFBD></tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="360" >
|
||
<image width="95" x="290" y="213" xlink:href="Graph373.png" height="33" id="Graph373" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="!OpenDrwFile(1#BMS2.drw);" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</image>
|
||
<text x="338" y="230" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="338" y="230" >ƽ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ѹ</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="361" >
|
||
<image width="95" x="183" y="213" xlink:href="Graph374.png" height="33" id="Graph374" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="!OpenDrwFile(1#BMS1.drw);" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</image>
|
||
<text x="231" y="230" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="231" y="230" >BMS<EFBFBD><EFBFBD>ͼ</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
</g>
|
||
</svg>
|