3544 lines
178 KiB
XML
3544 lines
178 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(255,255,255)" id="BackDrop" />
|
||
<g id="0" >
|
||
<rect width="1280" height="1024" style="fill:rgb(255,255,255)" />
|
||
</g>
|
||
<g id="testdrag" >
|
||
<script type="text/javascript" ><![CDATA[gHeight=parseFloat(document.getElementById("0").getElementsByTagName("rect")[0].getAttribute("height")),gWidth=parseFloat(document.getElementById("0").getElementsByTagName("rect")[0].getAttribute("width")),resize();]]></script>
|
||
<g id="1" >
|
||
<line style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,255)" id="Graph4" y1="226" y2="226" x1="36" x2="1214" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</line>
|
||
</g>
|
||
<g id="2" >
|
||
<line style="fill:rgb(255,255,255);stroke-width:3;stroke:rgb(255,255,255)" id="Graph103" y1="97" y2="111" x1="33" x2="33" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</line>
|
||
</g>
|
||
<g id="3" >
|
||
<line style="fill:rgb(255,255,255);stroke-width:3;stroke:rgb(255,255,255)" id="Graph108" y1="97" y2="97" x1="33" x2="54" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</line>
|
||
</g>
|
||
<g id="4" >
|
||
<rect width="106" x="1145" y="986" height="24" style="fill:rgb(177,158,255);stroke-width:0;stroke:rgb(201,226,255)" id="Graph117" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="!OpenPreDrw();" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="1199" y="999" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="1199" y="999" ><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="5" >
|
||
<rect width="228" x="537" y="105" height="40" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph118" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="652" y="126" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="24" >
|
||
<tspan x="652" y="126" ><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>м<EFBFBD><EFBFBD><EFBFBD></tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="6" >
|
||
<rect width="1181" x="32" y="96" height="50" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph119" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="623" y="122" style="fill:rgb(0,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="623" y="122" ><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="7" >
|
||
<line style="fill:rgb(255,255,255);stroke-width:3;stroke:rgb(255,255,255)" id="Graph102" y1="159" y2="174" x1="32" x2="32" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</line>
|
||
</g>
|
||
<g id="8" >
|
||
<line style="fill:rgb(255,255,255);stroke-width:3;stroke:rgb(255,255,255)" id="Graph107" y1="159" y2="159" x1="32" x2="76" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</line>
|
||
</g>
|
||
<g id="9" >
|
||
<line style="fill:rgb(255,255,255);stroke-width:3;stroke:rgb(255,255,255)" id="Graph134" y1="674" y2="657" x1="0" x2="0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</line>
|
||
</g>
|
||
<g id="10" >
|
||
<line style="fill:rgb(255,255,255);stroke-width:3;stroke:rgb(255,255,255)" id="Graph95" y1="673" y2="656" x1="1181" x2="1181" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</line>
|
||
</g>
|
||
<g id="11" >
|
||
<line style="fill:rgb(255,255,255);stroke-width:3;stroke:rgb(255,255,255)" id="Graph96" y1="673" y2="673" x1="1181" x2="1140" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</line>
|
||
</g>
|
||
<g id="12" >
|
||
<line style="fill:rgb(255,255,255);stroke-width:3;stroke:rgb(255,255,255)" id="Graph98" y1="675" y2="675" x1="2" x2="46" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</line>
|
||
</g>
|
||
<g id="13" >
|
||
<rect width="1182" x="31" y="158" height="808" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph120" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
</g>
|
||
<g id="14" >
|
||
<rect width="54" x="1100" y="277" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph166" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3614" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="1128" y="288" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="1128" y="288" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3614" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="15" >
|
||
<rect width="145" x="909" y="277" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph69_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="982" y="287" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="982" y="287" >MPPT12<EFBFBD><EFBFBD>ѹ</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="16" >
|
||
<rect width="260" x="911" y="274" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph70_2" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
</g>
|
||
<g id="17" >
|
||
<rect width="54" x="1100" y="341" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph70_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3616" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="1128" y="352" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="1128" y="352" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3616" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="18" >
|
||
<rect width="145" x="909" y="341" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph71_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="982" y="351" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="982" y="351" ><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="19" >
|
||
<rect width="260" x="911" y="338" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph72_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="20" >
|
||
<rect width="54" x="1100" y="405" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph72_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3618" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="1128" y="416" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="1128" y="416" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3618" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="21" >
|
||
<rect width="145" x="909" y="405" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph73_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="982" y="415" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="982" y="415" ><EFBFBD>ܷ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="22" >
|
||
<rect width="260" x="911" y="402" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph74_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="23" >
|
||
<rect width="54" x="1100" y="469" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph74_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3620" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="1128" y="480" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="1128" y="480" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3620" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="24" >
|
||
<rect width="145" x="909" y="469" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph75_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="982" y="479" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="982" y="479" >ĸ<EFBFBD>ߵ<EFBFBD>ѹ</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="25" >
|
||
<rect width="260" x="911" y="466" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph76_2" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
</g>
|
||
<g id="26" >
|
||
<rect width="54" x="1100" y="309" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph94_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3615" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="1128" y="320" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="1128" y="320" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3615" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="27" >
|
||
<rect width="145" x="909" y="309" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph95_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="982" y="319" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="982" y="319" >MPPT12<EFBFBD><EFBFBD><EFBFBD><EFBFBD></tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="28" >
|
||
<rect width="260" x="911" y="306" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph96_2" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
</g>
|
||
<g id="29" >
|
||
<rect width="54" x="1100" y="437" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph96_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3619" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="1128" y="448" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="1128" y="448" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3619" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="30" >
|
||
<rect width="145" x="909" y="437" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph97_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="982" y="447" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="982" y="447" ><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="31" >
|
||
<rect width="260" x="911" y="434" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph98_2" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
</g>
|
||
<g id="32" >
|
||
<rect width="54" x="1100" y="533" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph98_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3622" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="1128" y="544" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="1128" y="544" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3622" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="33" >
|
||
<rect width="145" x="909" y="533" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph99_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="982" y="543" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="982" y="543" >PID<EFBFBD><EFBFBD><EFBFBD><EFBFBD>״̬</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="34" >
|
||
<rect width="260" x="911" y="530" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph100_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="35" >
|
||
<rect width="54" x="527" y="247" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph143" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3569" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="555" y="258" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="555" y="258" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3569" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="36" >
|
||
<rect width="145" x="341" y="245" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph101_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="414" y="255" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="414" y="255" ><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="37" >
|
||
<rect width="260" x="342" y="242" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph102_2" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
</g>
|
||
<g id="38" >
|
||
<rect width="54" x="527" y="312" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph102_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3571" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="555" y="323" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="555" y="323" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3571" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="39" >
|
||
<rect width="145" x="341" y="309" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph103_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="414" y="319" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="414" y="319" ><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="40" >
|
||
<rect width="260" x="342" y="306" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph104_2" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
</g>
|
||
<g id="41" >
|
||
<rect width="54" x="527" y="376" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph104_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3573" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="555" y="387" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="555" y="387" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3573" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="42" >
|
||
<rect width="145" x="341" y="373" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph105_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="414" y="383" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="414" y="383" ><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F>澯ʱ<E6BEAF><CAB1>:<3A><></tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="43" >
|
||
<rect width="260" x="342" y="370" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph106_2" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
</g>
|
||
<g id="44" >
|
||
<rect width="54" x="527" y="440" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph106_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3575" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="555" y="451" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="555" y="451" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3575" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="45" >
|
||
<rect width="145" x="341" y="437" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph107_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="414" y="447" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="414" y="447" ><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F>澯ʱ<E6BEAF><CAB1>:<3A><></tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="46" >
|
||
<rect width="260" x="342" y="434" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph108_2" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
</g>
|
||
<g id="47" >
|
||
<rect width="54" x="527" y="504" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph108_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3577" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="555" y="515" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="555" y="515" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3577" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="48" >
|
||
<rect width="145" x="341" y="501" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph109_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="414" y="511" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="414" y="511" ><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F>澯ʱ<E6BEAF><CAB1>:<3A><></tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="49" >
|
||
<rect width="260" x="342" y="498" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph110_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="50" >
|
||
<rect width="54" x="527" y="600" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph112_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3580" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="555" y="611" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="555" y="611" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3580" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="51" >
|
||
<rect width="145" x="341" y="597" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph113_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="414" y="607" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="414" y="607" ><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="52" >
|
||
<rect width="260" x="342" y="594" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph114_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="53" >
|
||
<rect width="54" x="527" y="664" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph114_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3582" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="555" y="675" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="555" y="675" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3582" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="54" >
|
||
<rect width="145" x="341" y="661" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph115_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="414" y="671" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="414" y="671" ><EFBFBD><EFBFBD><EFBFBD><EFBFBD>״̬</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="55" >
|
||
<rect width="260" x="342" y="658" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph116_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="56" >
|
||
<rect width="54" x="527" y="759" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph116_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3585" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="555" y="770" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="555" y="770" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3585" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="57" >
|
||
<rect width="145" x="341" y="757" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph117_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="414" y="767" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="414" y="767" ><EFBFBD><EFBFBD><EFBFBD><EFBFBD>B<EFBFBD><EFBFBD><EFBFBD></tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="58" >
|
||
<rect width="260" x="342" y="754" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph118_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="59" >
|
||
<rect width="54" x="527" y="823" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph118_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3587" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="555" y="834" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="555" y="834" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3587" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="60" >
|
||
<rect width="145" x="341" y="821" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph119_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="414" y="831" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="414" y="831" ><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="61" >
|
||
<rect width="260" x="342" y="818" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph120_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="62" >
|
||
<rect width="54" x="819" y="597" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph120_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3602" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="847" y="608" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="847" y="608" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3602" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="63" >
|
||
<rect width="145" x="633" y="597" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph121_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="706" y="607" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="706" y="607" >MPPT7<EFBFBD><EFBFBD>ѹ</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="64" >
|
||
<rect width="260" x="630" y="594" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph122_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="65" >
|
||
<rect width="54" x="819" y="661" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph122_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3604" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="847" y="672" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="847" y="672" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3604" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="66" >
|
||
<rect width="145" x="633" y="661" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph123_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="706" y="671" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="706" y="671" >MPPT8<EFBFBD><EFBFBD>ѹ</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="67" >
|
||
<rect width="260" x="630" y="658" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph124_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="68" >
|
||
<rect width="54" x="819" y="725" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph124_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3606" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="847" y="736" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="847" y="736" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3606" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="69" >
|
||
<rect width="145" x="633" y="725" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph125_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="706" y="735" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="706" y="735" ><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="70" >
|
||
<rect width="260" x="630" y="722" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph126_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="71" >
|
||
<rect width="54" x="819" y="789" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph126_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3608" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="847" y="800" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="847" y="800" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3608" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="72" >
|
||
<rect width="145" x="633" y="789" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph127_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="706" y="799" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="706" y="799" >MPPT9<EFBFBD><EFBFBD>ѹ</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="73" >
|
||
<rect width="260" x="630" y="786" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph128_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="74" >
|
||
<rect width="54" x="819" y="853" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph128_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3610" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="847" y="864" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="847" y="864" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3610" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="75" >
|
||
<rect width="145" x="633" y="853" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph129_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="706" y="863" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="706" y="863" >MPPT10<EFBFBD><EFBFBD>ѹ</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="76" >
|
||
<rect width="260" x="630" y="850" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph130_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="77" >
|
||
<rect width="54" x="819" y="277" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph144" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3592" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="847" y="288" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="847" y="288" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3592" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="78" >
|
||
<rect width="145" x="633" y="277" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph131_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="706" y="287" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="706" y="287" ><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="79" >
|
||
<rect width="260" x="630" y="274" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph132_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="80" >
|
||
<rect width="54" x="819" y="341" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph132_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3594" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="847" y="352" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="847" y="352" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3594" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="81" >
|
||
<rect width="145" x="633" y="341" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph133_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="706" y="351" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="706" y="351" ><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="82" >
|
||
<rect width="260" x="630" y="338" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph134_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="83" >
|
||
<rect width="54" x="819" y="405" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph134_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3596" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="847" y="416" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="847" y="416" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3596" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="84" >
|
||
<rect width="145" x="633" y="405" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph135_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="706" y="415" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="706" y="415" >MPPT4<EFBFBD><EFBFBD>ѹ</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="85" >
|
||
<rect width="260" x="630" y="402" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph136_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="86" >
|
||
<rect width="54" x="819" y="469" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph136_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3598" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="847" y="480" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="847" y="480" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3598" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="87" >
|
||
<rect width="145" x="633" y="469" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph137_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="706" y="479" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="706" y="479" >MPPT5<EFBFBD><EFBFBD>ѹ</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="88" >
|
||
<rect width="260" x="630" y="466" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph138_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="89" >
|
||
<rect width="54" x="819" y="533" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph138_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3600" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="847" y="544" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="847" y="544" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3600" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="90" >
|
||
<rect width="145" x="633" y="533" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph139_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="706" y="543" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="706" y="543" >MPPT6<EFBFBD><EFBFBD>ѹ</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="91" >
|
||
<rect width="260" x="630" y="530" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph140_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="92" >
|
||
<rect width="54" x="246" y="567" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph140_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3556" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="274" y="578" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="274" y="578" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3556" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="93" >
|
||
<rect width="145" x="64" y="565" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph141_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="137" y="575" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="137" y="575" >MPPT3<EFBFBD><EFBFBD><EFBFBD><EFBFBD></tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="94" >
|
||
<rect width="260" x="60" y="562" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph142_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="95" >
|
||
<rect width="54" x="246" y="631" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph142_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3558" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="274" y="642" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="274" y="642" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3558" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="96" >
|
||
<rect width="145" x="64" y="629" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph143_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="137" y="639" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="137" y="639" >A-B <20>ߵ<EFBFBD>ѹ/A<><41><EFBFBD><EFBFBD>ѹ</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="97" >
|
||
<rect width="260" x="60" y="626" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph144_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="98" >
|
||
<rect width="54" x="246" y="695" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph144_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3560" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="274" y="706" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="274" y="706" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3560" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="99" >
|
||
<rect width="145" x="64" y="693" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph145_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="137" y="703" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="137" y="703" >C-A <20>ߵ<EFBFBD>ѹ/C<><43><EFBFBD><EFBFBD>ѹ</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="100" >
|
||
<rect width="260" x="60" y="690" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph146_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="101" >
|
||
<rect width="54" x="246" y="759" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph146_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3562" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="274" y="770" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="274" y="770" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3562" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="102" >
|
||
<rect width="145" x="64" y="757" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph147_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="137" y="767" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="137" y="767" >B<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="103" >
|
||
<rect width="260" x="60" y="754" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph148_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="104" >
|
||
<rect width="54" x="246" y="823" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph148_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3564" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="274" y="834" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="274" y="834" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3564" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="105" >
|
||
<rect width="145" x="64" y="821" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph149_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="137" y="831" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="137" y="831" ><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="106" >
|
||
<rect width="260" x="60" y="818" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph150_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="107" >
|
||
<rect width="54" x="1100" y="373" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph159_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3617" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="1128" y="384" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="1128" y="384" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3617" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="108" >
|
||
<rect width="145" x="909" y="373" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph160_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="982" y="383" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="982" y="383" ><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="109" >
|
||
<rect width="260" x="911" y="370" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph161_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="110" >
|
||
<rect width="54" x="1100" y="565" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph161_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3623" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="1128" y="576" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="1128" y="576" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3623" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="111" >
|
||
<rect width="145" x="909" y="565" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph162_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="982" y="575" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="982" y="575" >PID<EFBFBD>澯<EFBFBD><EFBFBD></tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="112" >
|
||
<rect width="260" x="911" y="562" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph163_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="113" >
|
||
<rect width="54" x="527" y="344" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph163_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3572" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="555" y="355" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="555" y="355" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3572" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="114" >
|
||
<rect width="145" x="341" y="341" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph164_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="414" y="351" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="414" y="351" ><EFBFBD>豸<EFBFBD><EFBFBD><EFBFBD><EFBFBD>״̬</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="115" >
|
||
<rect width="260" x="342" y="338" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph165_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="116" >
|
||
<rect width="54" x="527" y="472" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph165_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3576" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="555" y="483" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="555" y="483" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3576" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="117" >
|
||
<rect width="145" x="341" y="469" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph166_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="414" y="479" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="414" y="479" ><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F>澯ʱ<E6BEAF><CAB1>:ʱ</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="118" >
|
||
<rect width="260" x="342" y="466" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph167_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="119" >
|
||
<rect width="54" x="527" y="568" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph167_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3579" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="555" y="579" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="555" y="579" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3579" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="120" >
|
||
<rect width="145" x="341" y="565" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph168_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="414" y="575" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="414" y="575" ><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F>澯<EFBFBD><E6BEAF>1</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="121" >
|
||
<rect width="260" x="342" y="562" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph169_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="122" >
|
||
<rect width="54" x="527" y="727" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph169_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3584" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="555" y="738" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="555" y="738" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3584" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="123" >
|
||
<rect width="145" x="341" y="725" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph170_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="414" y="735" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="414" y="735" ><EFBFBD><EFBFBD><EFBFBD><EFBFBD>A<EFBFBD><EFBFBD><EFBFBD></tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="124" >
|
||
<rect width="260" x="342" y="722" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph171_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="125" >
|
||
<rect width="54" x="527" y="855" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph171_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3588" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="555" y="866" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="555" y="866" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3588" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="126" >
|
||
<rect width="145" x="341" y="853" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph172_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="414" y="863" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="414" y="863" ><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="127" >
|
||
<rect width="260" x="342" y="850" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph173_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="128" >
|
||
<rect width="54" x="819" y="693" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph173_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3605" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="847" y="704" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="847" y="704" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3605" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="129" >
|
||
<rect width="145" x="633" y="693" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph174_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="706" y="703" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="706" y="703" >MPPT8<EFBFBD><EFBFBD><EFBFBD><EFBFBD></tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="130" >
|
||
<rect width="260" x="630" y="690" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph175_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="131" >
|
||
<rect width="54" x="819" y="821" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph175_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3609" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="847" y="832" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="847" y="832" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3609" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="132" >
|
||
<rect width="145" x="633" y="821" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph176_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="706" y="831" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="706" y="831" >MPPT9<EFBFBD><EFBFBD><EFBFBD><EFBFBD></tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="133" >
|
||
<rect width="260" x="630" y="818" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph177_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="134" >
|
||
<rect width="54" x="819" y="309" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph177_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3593" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="847" y="320" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="847" y="320" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3593" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="135" >
|
||
<rect width="145" x="633" y="309" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph178_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="706" y="319" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="706" y="319" ><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="136" >
|
||
<rect width="260" x="630" y="306" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph179_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="137" >
|
||
<rect width="54" x="819" y="437" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph179_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3597" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="847" y="448" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="847" y="448" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3597" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="138" >
|
||
<rect width="145" x="633" y="437" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph180_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="706" y="447" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="706" y="447" >MPPT4<EFBFBD><EFBFBD><EFBFBD><EFBFBD></tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="139" >
|
||
<rect width="260" x="630" y="434" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph181_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="140" >
|
||
<rect width="54" x="819" y="565" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph181_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3601" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="847" y="576" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="847" y="576" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3601" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="141" >
|
||
<rect width="145" x="633" y="565" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph182_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="706" y="575" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="706" y="575" >MPPT6<EFBFBD><EFBFBD><EFBFBD><EFBFBD></tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="142" >
|
||
<rect width="260" x="630" y="562" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph183_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="143" >
|
||
<rect width="54" x="246" y="663" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph183_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3559" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="274" y="674" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="274" y="674" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3559" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="144" >
|
||
<rect width="145" x="64" y="661" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph184_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="137" y="671" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="137" y="671" >B-C <20>ߵ<EFBFBD>ѹ/B<><42><EFBFBD><EFBFBD>ѹ</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="145" >
|
||
<rect width="260" x="60" y="658" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph185_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="146" >
|
||
<rect width="54" x="246" y="791" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph185_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3563" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="274" y="802" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="274" y="802" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3563" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="147" >
|
||
<rect width="145" x="64" y="789" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph186_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="137" y="799" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="137" y="799" >C<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="148" >
|
||
<rect width="260" x="60" y="786" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph187_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="149" >
|
||
<rect width="54" x="245" y="247" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph142" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3547" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="273" y="258" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="273" y="258" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3547" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="150" >
|
||
<rect width="145" x="64" y="245" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph188_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="137" y="255" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="137" y="255" ><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="151" >
|
||
<rect width="260" x="60" y="242" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph189_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="152" >
|
||
<rect width="54" x="246" y="311" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph189_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3548" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="274" y="322" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="274" y="322" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3548" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="153" >
|
||
<rect width="145" x="64" y="309" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph190_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="137" y="319" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="137" y="319" ><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="154" >
|
||
<rect width="260" x="60" y="306" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph191_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="155" >
|
||
<rect width="54" x="246" y="375" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph191_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3550" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="274" y="386" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="274" y="386" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3550" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="156" >
|
||
<rect width="145" x="64" y="373" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph192_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="137" y="383" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="137" y="383" ><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="157" >
|
||
<rect width="260" x="60" y="370" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph193_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="158" >
|
||
<rect width="54" x="246" y="439" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph193_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3552" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="274" y="450" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="274" y="450" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3552" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="159" >
|
||
<rect width="145" x="64" y="437" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph194_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="137" y="447" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="137" y="447" >MPPT1<EFBFBD><EFBFBD><EFBFBD><EFBFBD></tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="160" >
|
||
<rect width="260" x="60" y="434" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph195_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="161" >
|
||
<rect width="54" x="246" y="503" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph195_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3554" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="274" y="514" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="274" y="514" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3554" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="162" >
|
||
<rect width="145" x="64" y="501" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph196_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="137" y="511" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="137" y="511" >MPPT2<EFBFBD><EFBFBD><EFBFBD><EFBFBD></tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="163" >
|
||
<rect width="260" x="60" y="498" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph197_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="164" >
|
||
<rect width="54" x="527" y="280" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph206_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3570" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="555" y="291" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="555" y="291" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3570" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="165" >
|
||
<rect width="145" x="341" y="277" 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="414" y="287" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="414" y="287" ><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="166" >
|
||
<rect width="260" x="342" y="274" 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="167" >
|
||
<rect width="54" x="527" y="536" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph208_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3578" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="555" y="547" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="555" y="547" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3578" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="168" >
|
||
<rect width="145" x="341" y="533" 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="414" y="543" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="414" y="543" ><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F>澯ʱ<E6BEAF><CAB1>:<3A><></tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="169" >
|
||
<rect width="260" x="342" y="530" 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="170" >
|
||
<rect width="54" x="527" y="791" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph210_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3586" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="555" y="802" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="555" y="802" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3586" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="171" >
|
||
<rect width="145" x="341" y="789" 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="414" y="799" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="414" y="799" ><EFBFBD><EFBFBD><EFBFBD><EFBFBD>C<EFBFBD><EFBFBD><EFBFBD></tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="172" >
|
||
<rect width="260" x="342" y="786" 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="173" >
|
||
<rect width="54" x="819" y="757" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph212_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3607" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="847" y="768" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="847" y="768" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3607" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="174" >
|
||
<rect width="145" x="633" y="757" 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="706" y="767" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="706" y="767" ><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="175" >
|
||
<rect width="260" x="630" y="754" 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="176" >
|
||
<rect width="54" x="819" y="373" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph214_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3595" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="847" y="384" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="847" y="384" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3595" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="177" >
|
||
<rect width="145" x="633" y="373" 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="706" y="383" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="706" y="383" ><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="178" >
|
||
<rect width="260" x="630" y="370" 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="179" >
|
||
<rect width="54" x="246" y="599" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph216_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3557" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="274" y="610" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="274" y="610" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3557" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="180" >
|
||
<rect width="145" x="64" y="597" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph217_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="137" y="607" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="137" y="607" ><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="181" >
|
||
<rect width="260" x="60" y="594" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph218_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="182" >
|
||
<rect width="54" x="246" y="279" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph220_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3569" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="274" y="290" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="274" y="290" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3569" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="183" >
|
||
<rect width="145" x="64" y="277" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph221_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="137" y="287" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="137" y="287" ><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="260" x="60" y="274" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph222_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="185" >
|
||
<rect width="54" x="246" y="407" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph222_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3551" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="274" y="418" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="274" y="418" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3551" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="186" >
|
||
<rect width="145" x="64" y="405" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph223_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="137" y="415" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="137" y="415" >MPPT1<EFBFBD><EFBFBD>ѹ</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="187" >
|
||
<rect width="260" x="60" y="402" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph224_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="188" >
|
||
<rect width="54" x="246" y="535" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph224_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3555" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="274" y="546" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="274" y="546" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3555" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="189" >
|
||
<rect width="145" x="64" y="533" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph225_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="137" y="543" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="137" y="543" >MPPT3<EFBFBD><EFBFBD>ѹ</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="190" >
|
||
<rect width="260" x="60" y="530" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph226_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="191" >
|
||
<rect width="54" x="1100" y="597" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph226_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3624" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="1128" y="608" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="1128" y="608" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3624" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="192" >
|
||
<rect width="145" x="909" y="597" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph227_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="982" y="607" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="982" y="607" ><EFBFBD>鴮1<EFBFBD><EFBFBD><EFBFBD><EFBFBD></tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="193" >
|
||
<rect width="260" x="911" y="594" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph228_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="194" >
|
||
<rect width="54" x="1100" y="661" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph228_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3626" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="1128" y="672" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="1128" y="672" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3626" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="195" >
|
||
<rect width="145" x="909" y="661" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph229_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="982" y="671" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="982" y="671" ><EFBFBD><EFBFBD>/<2F>ػ<EFBFBD></tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="196" >
|
||
<rect width="260" x="911" y="658" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph230_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="197" >
|
||
<rect width="54" x="1100" y="725" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph230_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3628" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="1128" y="736" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="1128" y="736" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3628" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="198" >
|
||
<rect width="145" x="909" y="725" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph231_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="982" y="735" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="982" y="735" ><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" >
|
||
<rect width="260" x="911" y="722" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph232_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="200" >
|
||
<rect width="54" x="1100" y="789" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph232_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3630" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="1128" y="800" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="1128" y="800" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3630" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="201" >
|
||
<rect width="191" x="909" y="789" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph233_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="1005" y="799" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="1005" y="799" >100%<25><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʵ<EFBFBD><CAB5><EFBFBD>й<EFBFBD><D0B9><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="260" x="911" y="786" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph234_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" >
|
||
<rect width="54" x="1100" y="853" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph234_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3632" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="1128" y="864" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="1128" y="864" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3632" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="204" >
|
||
<rect width="145" x="909" y="853" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph235_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="982" y="863" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="982" y="863" ><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" >
|
||
<rect width="260" x="911" y="850" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph236_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="206" >
|
||
<rect width="54" x="1100" y="501" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph236_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3621" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="1128" y="512" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="1128" y="512" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3621" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="207" >
|
||
<rect width="145" x="909" y="501" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph237_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="982" y="511" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="982" y="511" ><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="208" >
|
||
<rect width="260" x="911" y="498" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph238_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="209" >
|
||
<rect width="54" x="527" y="632" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph238_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3581" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="555" y="643" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="555" y="643" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3581" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="210" >
|
||
<rect width="145" x="341" y="629" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph239_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="414" y="639" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="414" y="639" ><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="211" >
|
||
<rect width="260" x="342" y="626" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph240_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="212" >
|
||
<rect width="54" x="819" y="885" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph240_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3611" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="847" y="896" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="847" y="896" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3611" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="213" >
|
||
<rect width="145" x="633" y="885" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph241_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="706" 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="706" y="895" >MPPT10<EFBFBD><EFBFBD><EFBFBD><EFBFBD></tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="214" >
|
||
<rect width="260" x="630" y="882" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph242_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="215" >
|
||
<rect width="54" x="819" y="501" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph242_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3599" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="847" y="512" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="847" y="512" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3599" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="216" >
|
||
<rect width="145" x="633" y="501" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph243_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="706" y="511" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="706" y="511" >MPPT5<EFBFBD><EFBFBD><EFBFBD><EFBFBD></tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="217" >
|
||
<rect width="260" x="630" y="498" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph244_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="218" >
|
||
<rect width="54" x="246" y="343" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph244_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3549" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="274" y="354" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="274" y="354" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3549" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="219" >
|
||
<rect width="145" x="64" y="341" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph245_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="137" y="351" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="137" y="351" ><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="220" >
|
||
<rect width="260" x="60" y="338" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph246_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="221" >
|
||
<rect width="54" x="1100" y="629" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph246_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3625" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="1128" y="640" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="1128" y="640" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3625" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="222" >
|
||
<rect width="145" x="909" y="629" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph247_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="982" y="639" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="982" y="639" ><EFBFBD>鴮2<EFBFBD><EFBFBD><EFBFBD><EFBFBD></tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="223" >
|
||
<rect width="260" x="911" y="626" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph248_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="224" >
|
||
<rect width="54" x="1100" y="757" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph248_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3628" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="1128" y="768" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="1128" y="768" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3628" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="225" >
|
||
<rect width="145" x="909" y="757" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph249_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="982" y="767" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="982" y="767" ><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="226" >
|
||
<rect width="260" x="911" y="754" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph250_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="227" >
|
||
<rect width="54" x="1100" y="885" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph250_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3633" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="1128" y="896" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="1128" y="896" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3633" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="228" >
|
||
<rect width="145" x="909" y="885" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph251_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="982" 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="982" y="895" ><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="229" >
|
||
<rect width="260" x="911" y="882" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph252_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="230" >
|
||
<rect width="54" x="527" y="408" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph252_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3574" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="555" y="419" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="555" y="419" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3574" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="231" >
|
||
<rect width="145" x="341" y="405" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph253_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="414" y="415" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="414" y="415" ><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F>澯ʱ<E6BEAF><CAB1>:<3A><></tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="232" >
|
||
<rect width="260" x="342" y="402" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph254_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="233" >
|
||
<rect width="54" x="246" y="727" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph254_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3561" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="274" y="738" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="274" y="738" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3561" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="234" >
|
||
<rect width="145" x="64" y="725" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph255_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="137" y="735" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="137" y="735" >A<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="235" >
|
||
<rect width="260" x="60" y="722" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph256_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="236" >
|
||
<rect width="54" x="246" y="471" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph256_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3553" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="274" y="482" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="274" y="482" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3553" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="237" >
|
||
<rect width="145" x="64" y="469" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph257_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="137" y="479" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="137" y="479" >MPPT2<EFBFBD><EFBFBD>ѹ</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="238" >
|
||
<rect width="260" x="60" y="466" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph258_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="239" >
|
||
<rect width="54" x="1100" y="693" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph258_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3627" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="1128" y="704" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="1128" y="704" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3627" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="240" >
|
||
<rect width="145" x="909" y="693" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph259_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="982" y="703" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="982" y="703" ><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="241" >
|
||
<rect width="260" x="911" y="690" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph260_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="242" >
|
||
<rect width="54" x="819" y="629" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph260_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3603" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="847" y="640" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="847" y="640" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3603" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="243" >
|
||
<rect width="145" x="633" y="629" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph261_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="706" y="639" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="706" y="639" >MPPT7<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" >
|
||
<rect width="260" x="630" y="626" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph262_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="245" >
|
||
<rect width="54" x="1100" y="821" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph262_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3631" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="1128" y="832" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="1128" y="832" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3631" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="246" >
|
||
<rect width="145" x="909" y="821" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph263_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="982" y="831" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="982" y="831" ><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="247" >
|
||
<rect width="260" x="911" y="818" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph264_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="248" >
|
||
<rect width="54" x="1100" y="917" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph261_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3634" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="1128" y="928" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="1128" y="928" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3634" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="249" >
|
||
<rect width="260" x="911" y="914" height="26" style="fill:none;stroke-width:1;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>
|
||
</g>
|
||
<g id="250" >
|
||
<rect width="145" x="909" y="917" height="19" style="fill:none;stroke-width:0;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>
|
||
<text x="982" y="927" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="982" y="927" ><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="251" >
|
||
<rect width="54" x="527" y="887" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph263_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3589" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="555" y="898" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="555" y="898" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3589" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="252" >
|
||
<rect width="260" x="342" y="882" height="26" style="fill:none;stroke-width:1;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>
|
||
</g>
|
||
<g id="253" >
|
||
<rect width="145" x="341" y="885" height="19" style="fill:none;stroke-width:0;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>
|
||
<text x="414" 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="414" y="895" ><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="254" >
|
||
<rect width="54" x="246" y="919" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph265_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3568" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="274" y="930" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="274" y="930" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3568" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="255" >
|
||
<rect width="260" x="60" y="914" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph266_1" >
|
||
<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="145" x="64" y="917" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph267_2" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="137" y="927" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="137" y="927" ><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="54" x="1100" y="245" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph267_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3613" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="1128" y="256" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="1128" y="256" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3613" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="258" >
|
||
<rect width="260" x="911" y="242" height="26" style="fill:none;stroke-width:1;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>
|
||
</g>
|
||
<g id="259" >
|
||
<rect width="145" x="909" y="245" height="19" style="fill:none;stroke-width:0;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>
|
||
<text x="982" y="255" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="982" y="255" >MPPT11<EFBFBD><EFBFBD><EFBFBD><EFBFBD></tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="260" >
|
||
<rect width="54" x="1100" y="917" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph271_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3613" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="1128" y="928" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="1128" y="928" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3613" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="261" >
|
||
<rect width="260" x="630" y="914" height="26" style="fill:none;stroke-width:1;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>
|
||
</g>
|
||
<g id="262" >
|
||
<rect width="145" x="633" y="917" height="19" style="fill:none;stroke-width:0;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>
|
||
<text x="706" y="927" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="706" y="927" >MPPT11<EFBFBD><EFBFBD>ѹ</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="263" >
|
||
<rect width="54" x="246" y="887" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph273_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3567" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="274" y="898" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="274" y="898" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3567" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="264" >
|
||
<rect width="260" x="60" y="882" height="26" style="fill:none;stroke-width:1;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>
|
||
</g>
|
||
<g id="265" >
|
||
<rect width="145" x="64" y="885" height="19" style="fill:none;stroke-width:0;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>
|
||
<text x="137" 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="137" 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="266" >
|
||
<rect width="54" x="527" y="919" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph275_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3590" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="555" y="930" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="555" y="930" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3590" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="267" >
|
||
<rect width="260" x="342" y="914" height="26" style="fill:none;stroke-width:1;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>
|
||
</g>
|
||
<g id="268" >
|
||
<rect width="145" x="341" y="917" height="19" style="fill:none;stroke-width:0;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>
|
||
<text x="414" y="927" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="414" y="927" ><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="269" >
|
||
<rect width="54" x="246" y="855" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph218_0" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3565" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="274" y="866" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="274" y="866" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3565" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="270" >
|
||
<rect width="260" x="60" y="850" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph220_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="271" >
|
||
<rect width="145" x="64" y="853" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph219_1" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="137" y="863" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="137" y="863" ><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="260" x="342" y="690" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph271" >
|
||
<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="145" x="341" y="693" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph272" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="414" y="703" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="414" y="703" ><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="274" >
|
||
<rect width="54" x="527" y="696" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph273" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3583" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="555" y="707" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="555" y="707" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3583" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="275" >
|
||
<rect width="54" x="819" y="245" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph274" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3591" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="847" y="256" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="847" y="256" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3591" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="276" >
|
||
<rect width="145" x="633" y="245" height="19" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph275" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="706" y="255" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="706" y="255" ><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="277" >
|
||
<rect width="260" x="630" y="242" height="26" style="fill:none;stroke-width:1;stroke:rgb(0,0,255)" id="Graph276" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</rect>
|
||
</g>
|
||
<g id="278" >
|
||
<image width="108" x="68" y="175" xlink:href="Graph277.png" height="38" id="Graph277" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="!OpenDrwFile(1#<23><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.drw);" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</image>
|
||
<text x="123" y="195" 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="195" >1#<23><><EFBFBD><EFBFBD><EFBFBD><EFBFBD></tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="279" >
|
||
<image width="108" x="201" y="175" xlink:href="Graph278.png" height="38" id="Graph278" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="!OpenDrwFile(2#<23><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.drw);" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</image>
|
||
<text x="256" y="195" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="256" y="195" >2#<23><><EFBFBD><EFBFBD><EFBFBD><EFBFBD></tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
<g id="280" >
|
||
<image width="108" x="334" y="175" xlink:href="Graph279.png" height="38" id="Graph279" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="!OpenDrwFile(3#<23><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.drw);" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" ObjectID="-1" FieldNo="-8739" />
|
||
</metadata>
|
||
</image>
|
||
<text x="389" y="195" style="fill:rgb(255,255,255); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="16" >
|
||
<tspan x="389" y="195" >3#<23><><EFBFBD><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="54" x="821" y="918" height="20" style="fill:none;stroke-width:0;stroke:rgb(0,0,255)" id="Graph280" >
|
||
<metadata>
|
||
<cge:CimClass mousePressEvent="" CimType="" showEvent="" mouseReleaseEvent="" fillEvent="" mouseHoldEvent="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3612" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</rect>
|
||
<text x="849" y="929" style="fill:rgb(255,0,0); text-anchor:middle;dominant-baseline:middle;font-weight:normal" font-family="SimSun" font-size="14" >
|
||
<tspan x="849" y="929" >0.0</tspan>
|
||
<metadata>
|
||
<cge:CimClass CimType="" />
|
||
<cge:PSR_Ref AFMask="SCADA/PAS" StationID="-1" ObjectID="3612" k="1" BacCode="mA" FieldNo="-8739" LineID="" />
|
||
</metadata>
|
||
</text>
|
||
</g>
|
||
</g>
|
||
</svg>
|