wtinfo.jsp 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919
  1. <%@ page language="java" contentType="text/html;charset=utf-8"%>
  2. <%@include file="/pages/includes/taglibs.jsp"%>
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
  4. <head>
  5. <script type="text/javascript" src="<%=request.getContextPath() %>/resource/js/jquery-1.8.3.js"></script>
  6. <script type="text/ecmascript" src="<%=request.getContextPath() %>/resource/plugin/jqgrid/js/jquery.jqGrid.min.js"></script>
  7. <script type="text/ecmascript" src="<%=request.getContextPath() %>/resource/plugin/jqgrid/js/i18n/grid.locale-cn.js"></script>
  8. <link rel="stylesheet" type="text/css" href="<%=request.getContextPath()%>/resource/plugin/jqueryui/css/custom-theme/jquery-ui-1.9.2.custom.css" />
  9. <script src="<%=request.getContextPath() %>/resource/plugin/jqueryui/js/jquery-ui-1.9.2.custom.js" type="text/javascript"></script>
  10. <script src="<%=request.getContextPath()%>/resource/js/highcharts/highcharts.src.js" type="text/javascript"></script>
  11. <script src="<%=request.getContextPath()%>/resource/js/highcharts/highcharts-more.js"></script>
  12. <script type="text/javascript" src="<%=request.getContextPath() %>/pages/monitor/pl/wtinfo.js"></script>
  13. <script src="<%=request.getContextPath()%>/resource/js/highcharts/modules/solid-gauge.src.js"></script>
  14. <script type="text/ecmascript" src="<%=request.getContextPath()%>/resource/js/system/jqdatagrid.js"></script>
  15. <link rel="stylesheet" type="text/css" media="screen" href="<%=request.getContextPath() %>/resource/plugin/jqgrid/css/ui.jqgrid.css" /><meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  16. <style type="text/css">
  17. body {
  18. margin-left: 0px;
  19. margin-top: 0px;
  20. margin-right: 0px;
  21. margin-bottom: 0px;
  22. }
  23. .value_Name {
  24. font-family: "Times New Roman", Times, serif;
  25. font-size: 14px;
  26. font-weight: bolder;
  27. color: #666;
  28. }
  29. a:link,a:visited{ /* 超链接正常状态、被访问过的样式 */
  30. color:#000000;
  31. padding:4px 10px 4px 10px;
  32. background-color:#f1f1f1;
  33. text-decoration:none;
  34. border-top:1px solid #EEEEEE; /* 边框实现阴影效果 */
  35. border-left:1px solid #EEEEEE;
  36. border-bottom:1px solid #717171;
  37. border-right:1px solid #717171;
  38. }
  39. a:hover{ /* 鼠标指针经过时的超链接 */
  40. color:#821818; /* 改变文字颜色 */
  41. padding:5px 8px 3px 12px; /* 改变文字位置 */
  42. background-color:#e2c4c9; /* 改变背景色 */
  43. border-top:1px solid #717171; /* 边框变换,实现“按下去”的效果 */
  44. border-left:1px solid #717171;
  45. border-bottom:1px solid #EEEEEE;
  46. border-right:1px solid #EEEEEE;
  47. }
  48. .station_Name {
  49. font-family: "Times New Roman", Times, serif;
  50. font-size: 14px;
  51. font-weight: bolder;
  52. color: #666;
  53. }
  54. @font-face {
  55. font-family: 'fontNameRegular';
  56. src:
  57. url('<%=request.getContextPath()%>/resource/fonts/DS-DIGIT-webfont.eot')
  58. ;
  59. src: local('<%=request.getContextPath()%>/resource/fonts/DS-DIGIT-webfont Regular'
  60. ),
  61. local('<%=request.getContextPath()%>/resource/fonts/DS-DIGIT-webfont'),
  62. url('<%=request.getContextPath()%>/resource/fonts/DS-DIGIT-webfont.woff')
  63. format('woff'),
  64. url('<%=request.getContextPath()%>/resource/fonts/DS-DIGIT-webfont.ttf')
  65. format('truetype'),
  66. url('<%=request.getContextPath()%>/resource/fonts/DS-DIGIT-webfont.svg#fontName')
  67. format('svg');
  68. font-size: 36px;
  69. font-weight: bolder;
  70. }
  71. .item_Name { font-family: Arial, Helvetica, sans-serif;
  72. font-size: 12px;
  73. font-weight: bolder;
  74. color: #333;
  75. }
  76. .unit_Name { font-family: Arial, Helvetica, sans-serif;
  77. font-size: 12px;
  78. color: #333;
  79. }
  80. valueinfo_Name {
  81. font-family: "Times New Roman", Times, serif;
  82. font-size: 14px;
  83. font-weight: bolder;
  84. color: #183852;
  85. text-align: center;
  86. }
  87. .valueinfo2_Name {
  88. font-family: "Times New Roman", Times, serif;
  89. font-size: 12px;
  90. font-weight: bolder;
  91. color: #336891;
  92. text-align: center;
  93. }
  94. #apDiv1 {
  95. position: absolute;
  96. width: 22px;
  97. height: 12px;
  98. z-index: 1;
  99. left: 741px;
  100. top: 467px;
  101. }
  102. #apDiv2 {
  103. position: absolute;
  104. width: 22px;
  105. height: 12px;
  106. z-index: 2;
  107. left: 744px;
  108. top: 633px;
  109. }
  110. #apDiv3 {
  111. position: absolute;
  112. left: 817px;
  113. top: 467px;
  114. width: 22px;
  115. height: 12px;
  116. z-index: 3;
  117. }
  118. #apDiv4 {
  119. position: absolute;
  120. left: 817px;
  121. top: 576px;
  122. width: 22px;
  123. height: 12px;
  124. z-index: 4;
  125. }
  126. #apDiv5 {
  127. position: absolute;
  128. left: 816px;
  129. top: 687px;
  130. width: 22px;
  131. height: 12px;
  132. z-index: 5;
  133. }
  134. #apDiv6 {
  135. position: absolute;
  136. left: 879px;
  137. top: 576px;
  138. width: 22px;
  139. height: 12px;
  140. z-index: 6;
  141. }
  142. #apDiv7 {
  143. position: absolute;
  144. left: 879px;
  145. top: 468px;
  146. width: 22px;
  147. height: 12px;
  148. z-index: 7;
  149. }
  150. #apDiv8 {
  151. position: absolute;
  152. left: 879px;
  153. top: 687px;
  154. width: 22px;
  155. height: 12px;
  156. z-index: 8;
  157. }
  158. #apDiv9 {
  159. position: absolute;
  160. left: 912px;
  161. top: 424px;
  162. width: 22px;
  163. height: 12px;
  164. z-index: 9;
  165. }
  166. #apDiv10 {
  167. position: absolute;
  168. left: 913px;
  169. top: 467px;
  170. width: 22px;
  171. height: 12px;
  172. z-index: 10;
  173. }
  174. #jldybt {
  175. position: absolute;
  176. left: 329px;
  177. top: 360px;
  178. width: 120px;
  179. height: 20px;
  180. z-index: 3;
  181. text-align: left;
  182. }
  183. #jldy {
  184. position: absolute;
  185. left: 455px;
  186. top: 360px;
  187. width: 120px;
  188. height: 20px;
  189. z-index: 4;
  190. text-align: left;
  191. }
  192. #apDiv414 {
  193. position: absolute;
  194. left: 1683px;
  195. top: 235px;
  196. width: 80px;
  197. height: 18px;
  198. z-index: 5;
  199. }
  200. #jldlbt {
  201. position: absolute;
  202. left: 650px;
  203. top: 360px;
  204. width: 120px;
  205. height: 20px;
  206. z-index: 5;
  207. text-align: left;
  208. }
  209. #bwglbt {
  210. position: absolute;
  211. left: 329px;
  212. top: 391px;
  213. width: 120px;
  214. height: 20px;
  215. z-index: 5;
  216. text-align: left;
  217. }
  218. #dwplbt {
  219. position: absolute;
  220. left: 650px;
  221. top: 391px;
  222. width: 120px;
  223. height: 20px;
  224. z-index: 5;
  225. text-align: left;
  226. }
  227. #glysbt {
  228. position: absolute;
  229. left: 1000px;
  230. top: 391px;
  231. width: 120px;
  232. height: 20px;
  233. z-index: 5;
  234. text-align: left;
  235. }
  236. #jldl {
  237. position: absolute;
  238. left: 776px;
  239. top: 360px;
  240. width: 120px;
  241. height: 20px;
  242. z-index: 6;
  243. text-align: left;
  244. }
  245. #bwgl {
  246. position: absolute;
  247. left: 455px;
  248. top: 391px;
  249. width: 120px;
  250. height: 20px;
  251. z-index: 6;
  252. text-align: left;
  253. }
  254. #dwpl {
  255. position: absolute;
  256. left: 776px;
  257. top: 391px;
  258. width: 120px;
  259. height: 20px;
  260. z-index: 6;
  261. text-align: left;
  262. }
  263. #glys {
  264. position: absolute;
  265. left: 1130px;
  266. top: 391px;
  267. width: 120px;
  268. height: 20px;
  269. z-index: 6;
  270. text-align: left;
  271. }
  272. #zldy {
  273. position: absolute;
  274. left: 1130px;
  275. top: 360px;
  276. width: 120px;
  277. height: 20px;
  278. z-index: 7;
  279. text-align: left;
  280. }
  281. #zldybt {
  282. position: absolute;
  283. left: 1000px;
  284. top: 360px;
  285. width: 120px;
  286. height: 20px;
  287. z-index: 8;
  288. text-align: left;
  289. }
  290. #apDiv419 {
  291. position: absolute;
  292. left: 186px;
  293. top: 407px;
  294. width: 40px;
  295. height: 18px;
  296. z-index: 9;
  297. }
  298. #apDiv420 {
  299. position: absolute;
  300. left: 186px;
  301. top: 431px;
  302. width: 51px;
  303. height: 17px;
  304. z-index: 10;
  305. }
  306. #apDiv421 {
  307. position: absolute;
  308. left: 187px;
  309. top: 453px;
  310. width: 51px;
  311. height: 17px;
  312. z-index: 11;
  313. }
  314. #apDiv422 {
  315. position: absolute;
  316. left: 187px;
  317. top: 476px;
  318. width: 52px;
  319. height: 16px;
  320. z-index: 12;
  321. }
  322. #apDiv423 {
  323. position: absolute;
  324. left: 188px;
  325. top: 500px;
  326. width: 37px;
  327. height: 18px;
  328. z-index: 13;
  329. }
  330. #apDiv424 {
  331. position: absolute;
  332. left: -2947px;
  333. top: 1430px;
  334. width: 57px;
  335. height: 20px;
  336. z-index: 14;
  337. }
  338. #apDiv425 {
  339. position: absolute;
  340. left: -2947px;
  341. top: 1462px;
  342. width: 58px;
  343. height: 19px;
  344. z-index: 15;
  345. }
  346. #apDiv426 {
  347. position: absolute;
  348. left: -2947px;
  349. top: 1491px;
  350. width: 58px;
  351. height: 21px;
  352. z-index: 16;
  353. }
  354. #apDiv427 {
  355. position: absolute;
  356. left: 313px;
  357. top: 778px;
  358. width: 102px;
  359. height: 32px;
  360. z-index: 17;
  361. }
  362. #apDiv428 {
  363. position: absolute;
  364. left: 593px;
  365. top: 759px;
  366. width: 80px;
  367. height: 19px;
  368. z-index: 18;
  369. }
  370. #apDiv429 {
  371. position: absolute;
  372. left: 886px;
  373. top: 758px;
  374. width: 90px;
  375. height: 20px;
  376. z-index: 19;
  377. }
  378. #eyhtbt {
  379. position: absolute;
  380. left: 1000px;
  381. top: 505px;
  382. width: 120px;
  383. height: 20px;
  384. z-index: 20;
  385. text-align: left;
  386. }
  387. #eyht {
  388. position: absolute;
  389. left: 1130px;
  390. top: 505px;
  391. width: 120px;
  392. height: 20px;
  393. z-index: 21;
  394. text-align: left;
  395. }
  396. #apDiv432 {
  397. position: absolute;
  398. left: 1694px;
  399. top: 759px;
  400. width: 86px;
  401. height: 20px;
  402. z-index: 22;
  403. }
  404. #apDiv433 {
  405. position: absolute;
  406. left: 1120px;
  407. top: 776px;
  408. width: 96px;
  409. height: 35px;
  410. z-index: 23;
  411. }
  412. #apDiv434 {
  413. position: absolute;
  414. left: 591px;
  415. top: 794px;
  416. width: 83px;
  417. height: 20px;
  418. z-index: 24;
  419. }
  420. #apDiv435 {
  421. position: absolute;
  422. left: 886px;
  423. top: 794px;
  424. width: 91px;
  425. height: 20px;
  426. z-index: 25;
  427. }
  428. #titleName {
  429. position: absolute;
  430. left: 82px;
  431. top: 68px;
  432. width: 90px;
  433. height: 19px;
  434. z-index: 26;
  435. }
  436. #fjbh {
  437. position: absolute;
  438. left: 60px;
  439. top: 142px;
  440. width: 443px;
  441. height: 26px;
  442. z-index: 27;
  443. }
  444. #apDiv438 {
  445. position: absolute;
  446. left: 317px;
  447. top: 777px;
  448. width: 101px;
  449. height: 34px;
  450. z-index: 28;
  451. }
  452. #apDiv439 {
  453. position: absolute;
  454. left: 587px;
  455. top: 760px;
  456. width: 96px;
  457. height: 21px;
  458. z-index: 29;
  459. }
  460. #apDiv440 {
  461. position: absolute;
  462. left: 882px;
  463. top: 759px;
  464. width: 99px;
  465. height: 20px;
  466. z-index: 30;
  467. }
  468. #zldlbt {
  469. position: absolute;
  470. left: 1369px;
  471. top: 360px;
  472. width: 120px;
  473. height: 20px;
  474. z-index: 31;
  475. text-align: left;
  476. }
  477. #zldl {
  478. position: absolute;
  479. left: 1498px;
  480. top: 360px;
  481. width: 120px;
  482. height: 20px;
  483. z-index: 32;
  484. text-align: left;
  485. }
  486. #apDiv443 {
  487. position: absolute;
  488. left: 999px;
  489. top: 505px;
  490. width: 100px;
  491. height: 20px;
  492. z-index: 33;
  493. }
  494. #xl {
  495. position: absolute;
  496. left: 776px;
  497. top: 505px;
  498. width: 120px;
  499. height: 20px;
  500. z-index: 34;
  501. text-align: left;
  502. }
  503. #xlbt {
  504. position: absolute;
  505. left: 650px;
  506. top: 505px;
  507. width: 120px;
  508. height: 20px;
  509. z-index: 35;
  510. text-align: left;
  511. }
  512. #nbwd {
  513. position: absolute;
  514. left: 455px;
  515. top: 505px;
  516. width: 120px;
  517. height: 20px;
  518. z-index: 36;
  519. text-align: left;
  520. }
  521. #nbwdbt {
  522. position: absolute;
  523. left: 329px;
  524. top: 505px;
  525. width: 120px;
  526. height: 20px;
  527. z-index: 37;
  528. text-align: left;
  529. }
  530. #ljdl {
  531. position: absolute;
  532. left: 1498px;
  533. top: 440px;
  534. width: 120px;
  535. height: 20px;
  536. z-index: 38;
  537. text-align: left;
  538. }
  539. #ljdlbt {
  540. position: absolute;
  541. left: 1370px;
  542. top: 440px;
  543. width: 120px;
  544. height: 20px;
  545. z-index: 39;
  546. text-align: left;
  547. }
  548. #nfdl1 {
  549. position: absolute;
  550. left: 1130px;
  551. top: 440px;
  552. width: 120px;
  553. height: 20px;
  554. z-index: 40;
  555. text-align: left;
  556. }
  557. #nfdlbt {
  558. position: absolute;
  559. left: 1000px;
  560. top: 440px;
  561. width: 120px;
  562. height: 20px;
  563. z-index: 41;
  564. text-align: left;
  565. }
  566. #yfdl1 {
  567. position: absolute;
  568. left: 776px;
  569. top: 440px;
  570. width: 120px;
  571. height: 20px;
  572. z-index: 42;
  573. text-align: left;
  574. }
  575. #rfdl1 {
  576. position: absolute;
  577. left: 455px;
  578. top: 440px;
  579. width: 120px;
  580. height: 20px;
  581. z-index: 43;
  582. text-align: left;
  583. }
  584. #rfdlbt {
  585. position: absolute;
  586. left: 329px;
  587. top: 440px;
  588. width: 120px;
  589. height: 20px;
  590. z-index: 44;
  591. text-align: left;
  592. }
  593. #yfdlbt {
  594. position: absolute;
  595. left: 650px;
  596. top: 440px;
  597. width: 120px;
  598. height: 20px;
  599. z-index: 45;
  600. text-align: left;
  601. }
  602. #container2 {
  603. position: absolute;
  604. left: 235px;
  605. top: 617px;
  606. width: 1433px;
  607. height: 177px;
  608. z-index: 46;
  609. }
  610. </style>
  611. <script type="text/javascript">
  612. var pagenum;
  613. $(document).ready(function() {
  614. wtinital();
  615. wpAllInfoAjax();
  616. nbqinfo('<s:property value="wtName"/>');
  617. //window.setInterval(wtloop, 60000);
  618. chart1 = new Highcharts.Chart(options1);
  619. });
  620. function goback()
  621. {
  622. $("#f1").attr("action","/matrix/monitormainIndex.action").submit();
  623. }
  624. function wtinital()
  625. {
  626. var num=$("#pagenums").val();
  627. $.ajax({
  628. url : "wtpagetinfo.action?wfName=PL_GDC&pagenums="+num,
  629. type : "post",
  630. cache : false,
  631. dataType : "json",
  632. data : {},
  633. ifModified : false,
  634. success : function(res) {
  635. $("#container1").html("");
  636. $.each(res["result"], function(m, obj) {
  637. var temp=obj.substring(obj.length-3,obj.length);
  638. if(!isNaN(temp))
  639. {
  640. temp=temp+"号";
  641. }else
  642. {
  643. temp=obj.substring(obj.length-2,obj.length)+"号";
  644. }
  645. $("#container1").append("<a href='#' id='"+obj+"' onclick=nbqinfo('"+obj+"')>"+temp+"</a>");
  646. });
  647. $("#container1").append("<a href='#' onclick=wtinital()>\>\></a>");
  648. $("#pagenums").val(res["pagenums"]);
  649. }
  650. });
  651. }
  652. function nbqinfo(wtName)
  653. {
  654. wtvalueinfo(wtName)
  655. apdata(wtName);
  656. }
  657. function wtvalueinfo(wtName) {
  658. /*var wt=$("#wtName").val();
  659. $("#"+wt).attr("disabled",false);
  660. $("#wtName").val(wtName);
  661. $("#"+wtName).attr("disabled",true);*/
  662. if(wtName=='')
  663. {
  664. wtName='PL01_01'
  665. }
  666. var temp=wtName.substring(wtName.length-3,wtName.length);
  667. if(!isNaN(temp))
  668. {
  669. temp=temp+"号";
  670. }else
  671. {
  672. temp=wtName.substring(wtName.length-2,wtName.length)+"号";
  673. }
  674. $("#fjbh").html(temp+"逆变器");
  675. $.ajax({
  676. url : "nbqrealtimeinfo.action?wtName="+wtName,
  677. type : "post",
  678. cache : false,
  679. dataType : "json",
  680. data : {},
  681. ifModified : false,
  682. success : function(res) {
  683. /******************赋值**********************/
  684. $("#jldy").html(res["jldy"] + "");
  685. $("#jldl").html(res["jldl"] + "");
  686. $("#bwgl").html(res["bwgl"] + "");
  687. $("#dwpl").html(res["dwpl"] + "");
  688. $("#glys").html(res["glys"] + "");
  689. $("#zldy").html(res["zldy"] + "");
  690. $("#eyht").html(res["eyht"] + "");
  691. $("#zldl").html(res["zldl"] + "");
  692. $("#xl").html(res["xl"] + "");
  693. $("#nbwd").html(res["nbwd"] + "");
  694. $("#ljdl").html(res["ljdl"] + "");
  695. $("#nfdl1").html(res["nfdl"] + "");
  696. $("#yfdl1").html(res["yfdl"] + "");
  697. $("#rfdl1").html(res["rfdl"] + "");
  698. }
  699. });
  700. }
  701. function apdata(wfname){
  702. var url = "nbqpower.action?wfName="+wfname;
  703. $.ajax({
  704. url : url,
  705. type : "post",
  706. cache : false,
  707. dataType : "json",
  708. data : {},
  709. ifModified : false,
  710. success : function(result) {
  711. var sjgl = [];
  712. var xtime=[];
  713. $.each(result, function(m, obj) {
  714. sjgl.push( parseFloat(obj.value1) );
  715. xtime.push(parseFloat(obj.time));
  716. });
  717. options1.series[0].data = sjgl;
  718. options1.xAxis.categories = xtime;
  719. chart1 = new Highcharts.Chart(options1);
  720. }
  721. });
  722. }
  723. function wpAllInfoAjax() {
  724. $.ajax( {
  725. url : "/windfarm/windfarmrealtimeinfo.action?wfName=PL_GDC",
  726. type : "post",
  727. cache : false,
  728. dataType : "json",
  729. data : {},
  730. ifModified : false,
  731. success : function(res) {
  732. $("#zjrl").html(res["zjrl"] + "");
  733. $("#zgl").html(res["zgl"] + "");
  734. $("#pjfs").html(res["pjfs"] + "");
  735. $("#rfdl").html(res["rfdl"] + "");
  736. $("#yfdl").html(res["yfdl"] + "");
  737. $("#nfdl").html(res["nfdl"] + "");
  738. $("#yxts").html(res["yxts"] + "");
  739. $("#djts").html(res["djts"] + "");
  740. $("#whts").html(res["whts"] + "");
  741. $("#gzts").html(res["gzts"] + "");
  742. $("#lxts").html(res["lxts"] + "");
  743. $("#xdts").html(res["xdts"] + "");
  744. $("#jrts").html(res["jrts"] + "");
  745. $("#wd").html(res["wd"] + "");
  746. }
  747. });
  748. }
  749. function windfarm()
  750. {
  751. $("#f1").attr("action","/windfarm/plindex.action?wfName=PL_GDC").submit();
  752. }
  753. function powerfirst()
  754. {
  755. $("#f1").attr("action","/windfarm/plpowerfirst.action?wfName=PLYQ_GDC").submit();
  756. }
  757. function wtinfo()
  758. {
  759. $("#f1").attr("action","/windfarm/plwtindex.action?wfName=PL_GDC").submit();
  760. }
  761. </script>
  762. </head>
  763. <body>
  764. <form action="" id="f1" method="post" style="width: 1883px">
  765. <s:hidden id="wtName" ></s:hidden>
  766. <s:hidden id="pagenums" value="1"></s:hidden>
  767. <div class="item_Name" id="jldybt">交流电压</div>
  768. <div class="item_Name" id="zldybt">直流电压</div>
  769. <div class="item_Name" id="eyhtbt">累计二氧化碳减排量</div>
  770. <div class="value_Name" id="titleName">逆变器信息</div>
  771. <div class="station_Name" id="fjbh">平罗电场 8888 号逆变器 </div>
  772. <div class="item_Name" id="zldlbt">直流电流</div>
  773. <div class="item_Name" id="jldlbt">交流电流</div>
  774. <div class="item_Name" id="bwglbt">并网功率</div>
  775. <div class="item_Name" id="dwplbt">电网频率</div>
  776. <div class="item_Name" id="glysbt">功率因数</div>
  777. <div class="item_Name" id="rfdlbt">日发电量</div>
  778. <div class="item_Name" id="yfdlbt">月发电量</div>
  779. <div class="item_Name" id="xlbt">效率</div>
  780. <div class="item_Name" id="nbwdbt">逆变器温度</div>
  781. <div class="item_Name" id="ljdlbt">累计发电量</div>
  782. <div class="item_Name" id="nfdlbt">年发电量</div>
  783. <div class="item_Name" id="jldy"></div>
  784. <div class="item_Name" id="jldl"></div>
  785. <div class="item_Name" id="bwgl"></div>
  786. <div class="item_Name" id="dwpl"></div>
  787. <div class="item_Name" id="glys"></div>
  788. <div class="item_Name" id="zldy"></div>
  789. <div class="item_Name" id="eyht"></div>
  790. <div class="item_Name" id="zldl"></div>
  791. <div class="item_Name" id="xl"></div>
  792. <div class="item_Name" id="nbwd"></div>
  793. <div class="item_Name" id="ljdl"></div>
  794. <div class="item_Name" id="nfdl1"></div>
  795. <div class="item_Name" id="yfdl1"></div>
  796. <div class="item_Name" id="rfdl1"></div>
  797. <div id="container2"></div>
  798. <table width="1880" border="0" align="center" cellpadding="0" cellspacing="0">
  799. <tr>
  800. <td height="58" colspan="5" background="<%=request.getContextPath()%>/resource/images/system/pictures/station_Top_pl.jpg"><table width="1880" border="0" cellspacing="0" cellpadding="0" height="58">
  801. <tr>
  802. <td width="36" height="25">&nbsp;</td>
  803. <td width="64" rowspan="2" align="center">&nbsp;</td>
  804. <td width="125" align="center" valign="bottom" class="station_Name">装机容量</td>
  805. <td width="123"align="center" valign="bottom" class="station_Name">总功率</td>
  806. <td width="125"align="center" valign="bottom" class="station_Name">日发电量</td>
  807. <td width="124"align="center" valign="bottom" class="station_Name">月发电量</td>
  808. <td width="124"align="center" valign="bottom" class="station_Name">年发电量</td>
  809. <td width="123"align="center" valign="bottom" class="station_Name">温度</td>
  810. <td width="123"align="center" valign="bottom" class="station_Name">平均风速</td>
  811. <td width="127"align="center" valign="bottom" class="station_Name">接入台数</td>
  812. <td width="121"align="center" valign="bottom" class="station_Name">运行台数</td>
  813. <td width="125"align="center" valign="bottom" class="station_Name">待机台数</td>
  814. <td width="123"align="center" valign="bottom" class="station_Name">故障台数</td>
  815. <td width="126"align="center" valign="bottom" class="station_Name">维护台数</td>
  816. <td width="124"align="center" valign="bottom" class="station_Name">离线台数</td>
  817. <td width="124"align="center" valign="bottom" class="station_Name">限电台数</td>
  818. <td width="43"align="center" valign="bottom" class="station_Name" style='cursor: pointer;' onclick="goback()"></td>
  819. </tr>
  820. <tr>
  821. <td height="28">&nbsp;</td>
  822. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="zjrl"></span></td>
  823. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="zgl" ></span></td>
  824. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="rfdl" ></span></td>
  825. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="yfdl" ></span></td>
  826. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="nfdl" ></span></td>
  827. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="wd" ></span></td>
  828. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="pjfs" ></span></td>
  829. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="jrts" ></span></td>
  830. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="yxts" ></span></td>
  831. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="djts" ></span></td>
  832. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="gzts" ></span></td>
  833. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="whts" ></span></td>
  834. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="lxts" ></span></td>
  835. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="xdts" ></span></td>
  836. <td align="center" style='cursor: pointer;' onclick="goback()"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/back_icon.fw.png" width="18" height="19" /></td>
  837. </tr>
  838. </table>
  839. <tr>
  840. <td width="17" valign="top"><table width="35" border="0" cellspacing="0" cellpadding="0">
  841. <tr>
  842. <td><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_zm_Button_link.jpg" width="35" height="80" onclick="windfarm()" style='cursor: pointer;'/></td>
  843. </tr>
  844. <tr>
  845. <td align="center" valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_nbq_button_selected.jpg" width="35" height="80" /></td>
  846. </tr>
  847. <tr>
  848. <td align="center" valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_syz_button_link.jpg" width="35" onclick="powerfirst()" style='cursor: pointer;'/></td>
  849. </tr>
  850. </table></td>
  851. <td width="1863" height="766" align="center" valign="top"><table width="1840" height="766" border="0" cellspacing="0" cellpadding="0">
  852. <tr>
  853. <td><img src="<%=request.getContextPath()%>/resource/images/system/pictures/current_BG.jpg" width="1840" height="38" /></td>
  854. </tr>
  855. <tr id="container6">
  856. <td height="30" align="left" class="station_Name"><div id="container1"></div>
  857. </td>
  858. </tr>
  859. <tr>
  860. <td id="container5" height="706" align="center" background="<%=request.getContextPath()%>/resource/images/system/pictures/nbq.fw.png"></td>
  861. </tr>
  862. </table></td>
  863. </tr>
  864. </table>
  865. </form>
  866. </body>