set_charging.php 84 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757
  1. <?php
  2. ini_set('error_reporting', E_ALL | E_STRICT);
  3. $tag_header = 'set';
  4. include 'head.php';
  5. $obj = json_decode(trim($output[1]),true);//var_dump($obj);
  6. $system = json_decode(trim($output[0]),true);//var_dump($obj);
  7. $RatingCurrent = $system['RatingCurrent'];
  8. $AcRatingCurrent = $system['AcRatingCurrent'];
  9. $ModelName = $system['ModelName'];
  10. $RatingPower = substr($ModelName,4,2)*pow(10,-1+substr($ModelName,6,1));
  11. $Connector1=substr($ModelName,7,1);
  12. $Connector2=substr($ModelName,9,1);
  13. $Connector3=substr($ModelName,8,1);
  14. if(substr($ModelName,0,2)!="DO" && substr($ModelName,0,2)!="DK"){
  15. $connectorType1=ConnectorType($Connector1);
  16. $connectorType2=ConnectorType($Connector2);
  17. $connectorType3=ConnectorType($Connector3);
  18. }
  19. $idx=0;
  20. if($obj['ChargingInfo1']){
  21. switch ($obj['ChargingInfo1']['SystemStatus']){
  22. case 0:
  23. $SystemStatus1='booting';
  24. break;
  25. case 1:
  26. $SystemStatus1='idle';
  27. break;
  28. case 2:
  29. $SystemStatus1='authorizing';
  30. break;
  31. case 3:
  32. $SystemStatus1='reassign check';
  33. break;
  34. case 4:
  35. $SystemStatus1='reassign';
  36. break;
  37. case 5:
  38. $SystemStatus1='preparing';
  39. break;
  40. case 6:
  41. $SystemStatus1='preparing for EV';
  42. break;
  43. case 7:
  44. $SystemStatus1='preparing for evse';
  45. break;
  46. case 8:
  47. $SystemStatus1='charging';
  48. break;
  49. case 9:
  50. $SystemStatus1='terminating';
  51. break;
  52. case 10:
  53. $SystemStatus1='complete';
  54. break;
  55. case 11:
  56. $SystemStatus1='alarm';
  57. break;
  58. case 12:
  59. $SystemStatus1='fault';
  60. break;
  61. case 13:
  62. $SystemStatus1='reservation';
  63. break;
  64. case 14:
  65. $SystemStatus1='booking';
  66. break;
  67. case 15:
  68. $SystemStatus1='maintain';
  69. break;
  70. case 16:
  71. $SystemStatus1='debug';
  72. break;
  73. case 17:
  74. $SystemStatus1='precharge step 0';
  75. break;
  76. case 18:
  77. $SystemStatus1='precharge step 1';
  78. break;
  79. case 19:
  80. $SystemStatus1='update';
  81. break;
  82. default:
  83. $SystemStatus1='unknown';
  84. break;
  85. }
  86. }
  87. if($obj['ChargingInfo2']){
  88. switch ($obj['ChargingInfo2']['SystemStatus']){
  89. case 0:
  90. $SystemStatus2='booting';
  91. break;
  92. case 1:
  93. $SystemStatus2='idle';
  94. break;
  95. case 2:
  96. $SystemStatus2='authorizing';
  97. break;
  98. case 3:
  99. $SystemStatus2='reassign check';
  100. break;
  101. case 4:
  102. $SystemStatus2='reassign';
  103. break;
  104. case 5:
  105. $SystemStatus2='preparing';
  106. break;
  107. case 6:
  108. $SystemStatus2='preparing for EV';
  109. break;
  110. case 7:
  111. $SystemStatus2='preparing for evse';
  112. break;
  113. case 8:
  114. $SystemStatus2='charging';
  115. break;
  116. case 9:
  117. $SystemStatus2='terminating';
  118. break;
  119. case 10:
  120. $SystemStatus2='complete';
  121. break;
  122. case 11:
  123. $SystemStatus2='alarm';
  124. break;
  125. case 12:
  126. $SystemStatus2='fault';
  127. break;
  128. case 13:
  129. $SystemStatus2='reservation';
  130. break;
  131. case 14:
  132. $SystemStatus2='booking';
  133. break;
  134. case 15:
  135. $SystemStatus2='maintain';
  136. break;
  137. case 16:
  138. $SystemStatus2='debug';
  139. break;
  140. case 17:
  141. $SystemStatus2='precharge step 0';
  142. break;
  143. case 18:
  144. $SystemStatus2='precharge step 1';
  145. break;
  146. case 19:
  147. $SystemStatus2='update';
  148. break;
  149. default:
  150. $SystemStatus2='unknown';
  151. break;
  152. }
  153. }
  154. if($obj['ChargingInfo3']){
  155. switch ($obj['ChargingInfo3']['SystemStatus']){
  156. case 0:
  157. $SystemStatus3='booting';
  158. break;
  159. case 1:
  160. $SystemStatus3='idle';
  161. break;
  162. case 2:
  163. $SystemStatus3='authorizing';
  164. break;
  165. case 3:
  166. $SystemStatus3='reassign check';
  167. break;
  168. case 4:
  169. $SystemStatus3='reassign';
  170. break;
  171. case 5:
  172. $SystemStatus3='preparing';
  173. break;
  174. case 6:
  175. $SystemStatus3='preparing for EV';
  176. break;
  177. case 7:
  178. $SystemStatus3='preparing for evse';
  179. break;
  180. case 8:
  181. $SystemStatus3='charging';
  182. break;
  183. case 9:
  184. $SystemStatus3='terminating';
  185. break;
  186. case 10:
  187. $SystemStatus3='complete';
  188. break;
  189. case 11:
  190. $SystemStatus3='alarm';
  191. break;
  192. case 12:
  193. $SystemStatus3='fault';
  194. break;
  195. case 13:
  196. $SystemStatus3='reservation';
  197. break;
  198. case 14:
  199. $SystemStatus3='booking';
  200. break;
  201. case 15:
  202. $SystemStatus3='maintain';
  203. break;
  204. case 16:
  205. $SystemStatus3='debug';
  206. break;
  207. case 17:
  208. $SystemStatus3='precharge step 0';
  209. break;
  210. case 18:
  211. $SystemStatus3='precharge step 1';
  212. break;
  213. case 19:
  214. $SystemStatus3='update';
  215. break;
  216. default:
  217. $SystemStatus3='unknown';
  218. break;
  219. }
  220. }
  221. if($obj['DDChargingInfo1']){
  222. switch ($obj['DDChargingInfo1']['DDSystemStatus']){
  223. case 0:
  224. $DDSystemStatus1='booting';
  225. break;
  226. case 1:
  227. $DDSystemStatus1='idle';
  228. break;
  229. case 2:
  230. $DDSystemStatus1='authorizing';
  231. break;
  232. case 3:
  233. $DDSystemStatus1='reassign check';
  234. break;
  235. case 4:
  236. $DDSystemStatus1='reassign';
  237. break;
  238. case 5:
  239. $DDSystemStatus1='preparing';
  240. break;
  241. case 6:
  242. $DDSystemStatus1='preparing for EV';
  243. break;
  244. case 7:
  245. $DDSystemStatus1='preparing for evse';
  246. break;
  247. case 8:
  248. $DDSystemStatus1='charging';
  249. break;
  250. case 9:
  251. $DDSystemStatus1='terminating';
  252. break;
  253. case 10:
  254. $DDSystemStatus1='complete';
  255. break;
  256. case 11:
  257. $DDSystemStatus1='alarm';
  258. break;
  259. case 12:
  260. $DDSystemStatus1='fault';
  261. break;
  262. case 13:
  263. $DDSystemStatus1='reservation';
  264. break;
  265. case 14:
  266. $DDSystemStatus1='booking';
  267. break;
  268. case 15:
  269. $DDSystemStatus1='maintain';
  270. break;
  271. case 16:
  272. $DDSystemStatus1='debug';
  273. break;
  274. case 17:
  275. $DDSystemStatus1='precharge step 0';
  276. break;
  277. case 18:
  278. $DDSystemStatus1='precharge step 1';
  279. break;
  280. case 19:
  281. $DDSystemStatus1='update';
  282. break;
  283. default:
  284. $DDSystemStatus1='unknown';
  285. break;
  286. }
  287. }
  288. if($obj['DDChargingInfo2']){
  289. switch ($obj['DDChargingInfo2']['DDSystemStatus']){
  290. case 0:
  291. $DDSystemStatus2='booting';
  292. break;
  293. case 1:
  294. $DDSystemStatus2='idle';
  295. break;
  296. case 2:
  297. $DDSystemStatus2='authorizing';
  298. break;
  299. case 3:
  300. $DDSystemStatus2='reassign check';
  301. break;
  302. case 4:
  303. $DDSystemStatus2='reassign';
  304. break;
  305. case 5:
  306. $DDSystemStatus2='preparing';
  307. break;
  308. case 6:
  309. $DDSystemStatus2='preparing for EV';
  310. break;
  311. case 7:
  312. $DDSystemStatus2='preparing for evse';
  313. break;
  314. case 8:
  315. $DDSystemStatus2='charging';
  316. break;
  317. case 9:
  318. $DDSystemStatus2='terminating';
  319. break;
  320. case 10:
  321. $DDSystemStatus2='complete';
  322. break;
  323. case 11:
  324. $DDSystemStatus2='alarm';
  325. break;
  326. case 12:
  327. $DDSystemStatus2='fault';
  328. break;
  329. case 13:
  330. $DDSystemStatus2='reservation';
  331. break;
  332. case 14:
  333. $DDSystemStatus2='booking';
  334. break;
  335. case 15:
  336. $DDSystemStatus2='maintain';
  337. break;
  338. case 16:
  339. $DDSystemStatus2='debug';
  340. break;
  341. case 17:
  342. $DDSystemStatus2='precharge step 0';
  343. break;
  344. case 18:
  345. $DDSystemStatus2='precharge step 1';
  346. break;
  347. case 19:
  348. $DDSystemStatus2='update';
  349. break;
  350. default:
  351. $DDSystemStatus2='unknown';
  352. break;
  353. }
  354. }
  355. if($obj['DDChargingInfo3']){
  356. switch ($obj['DDChargingInfo3']['DDSystemStatus']){
  357. case 0:
  358. $DDSystemStatus3='booting';
  359. break;
  360. case 1:
  361. $DDSystemStatus3='idle';
  362. break;
  363. case 2:
  364. $DDSystemStatus3='authorizing';
  365. break;
  366. case 3:
  367. $DDSystemStatus3='reassign check';
  368. break;
  369. case 4:
  370. $DDSystemStatus3='reassign';
  371. break;
  372. case 5:
  373. $DDSystemStatus3='preparing';
  374. break;
  375. case 6:
  376. $DDSystemStatus3='preparing for EV';
  377. break;
  378. case 7:
  379. $DDSystemStatus3='preparing for evse';
  380. break;
  381. case 8:
  382. $DDSystemStatus3='charging';
  383. break;
  384. case 9:
  385. $DDSystemStatus3='terminating';
  386. break;
  387. case 10:
  388. $DDSystemStatus3='complete';
  389. break;
  390. case 11:
  391. $DDSystemStatus3='alarm';
  392. break;
  393. case 12:
  394. $DDSystemStatus3='fault';
  395. break;
  396. case 13:
  397. $DDSystemStatus3='reservation';
  398. break;
  399. case 14:
  400. $DDSystemStatus3='booking';
  401. break;
  402. case 15:
  403. $DDSystemStatus3='maintain';
  404. break;
  405. case 16:
  406. $DDSystemStatus3='debug';
  407. break;
  408. case 17:
  409. $DDSystemStatus3='precharge step 0';
  410. break;
  411. case 18:
  412. $DDSystemStatus3='precharge step 1';
  413. break;
  414. case 19:
  415. $DDSystemStatus3='update';
  416. break;
  417. default:
  418. $DDSystemStatus3='unknown';
  419. break;
  420. }
  421. }
  422. if($obj['DDChargingInfo4']){
  423. switch ($obj['DDChargingInfo4']['DDSystemStatus']){
  424. case 0:
  425. $DDSystemStatus4='booting';
  426. break;
  427. case 1:
  428. $DDSystemStatus4='idle';
  429. break;
  430. case 2:
  431. $DDSystemStatus4='authorizing';
  432. break;
  433. case 3:
  434. $DDSystemStatus4='reassign check';
  435. break;
  436. case 4:
  437. $DDSystemStatus4='reassign';
  438. break;
  439. case 5:
  440. $DDSystemStatus4='preparing';
  441. break;
  442. case 6:
  443. $DDSystemStatus4='preparing for EV';
  444. break;
  445. case 7:
  446. $DDSystemStatus4='preparing for evse';
  447. break;
  448. case 8:
  449. $DDSystemStatus4='charging';
  450. break;
  451. case 9:
  452. $DDSystemStatus4='terminating';
  453. break;
  454. case 10:
  455. $DDSystemStatus4='complete';
  456. break;
  457. case 11:
  458. $DDSystemStatus4='alarm';
  459. break;
  460. case 12:
  461. $DDSystemStatus4='fault';
  462. break;
  463. case 13:
  464. $DDSystemStatus4='reservation';
  465. break;
  466. case 14:
  467. $DDSystemStatus4='booking';
  468. break;
  469. case 15:
  470. $DDSystemStatus4='maintain';
  471. break;
  472. case 16:
  473. $DDSystemStatus4='debug';
  474. break;
  475. case 17:
  476. $DDSystemStatus4='precharge step 0';
  477. break;
  478. case 18:
  479. $DDSystemStatus4='precharge step 1';
  480. break;
  481. case 19:
  482. $DDSystemStatus4='update';
  483. break;
  484. default:
  485. $DDSystemStatus4='unknown';
  486. break;
  487. }
  488. }
  489. function ConnectorType($connector){
  490. $result="";
  491. if($connector == "0"){
  492. $result= "";
  493. }
  494. else if($connector == "U" || $connector == "V" || $connector == "E" || $connector == "F" || $connector == "T" || $connector == "D" || $connector == "M" || $connector == "N" || $connector == "P" || $connector == "R"){
  495. $result= "CCS";
  496. }
  497. else if($connector == "G"){
  498. $result= "GB";
  499. }
  500. else if($connector == "J" || $connector == "K"){
  501. $result= "CHAdeMO";
  502. }
  503. else if($connector == "1" || $connector == "2" || $connector == "3" || $connector == "4" || $connector == "5" || $connector == "6" || $connector == "7" || $connector == "8"){
  504. $result= "AC";
  505. }
  506. else{
  507. $result= "";
  508. }
  509. return $result;
  510. }
  511. ?>
  512. <style>
  513. img {
  514. display: block;
  515. margin-left: auto;
  516. margin-right: auto;
  517. }
  518. </style>
  519. <div class="envor-content">
  520. <!--
  521. Page Title start
  522. //-->
  523. <section class="envor-page-title-1" data-stellar-background-ratio="0.5">
  524. <div class="container">
  525. <div class="row">
  526. <div class="col-lg-9 col-md-9 col-sm-9">
  527. <h1><?php echo $lang->showWord("charging"); ?></h1>
  528. </div>
  529. </div>
  530. </div>
  531. <!--
  532. Page Title end
  533. //-->
  534. </section>
  535. <!--
  536. Main Content start
  537. //-->
  538. <a id="loadinghref"><div id="loading" style="display:none;"><input type="hidden" name="ModelName" id="ModelName" value="<?php echo $ModelName;?>"><img src="img/giphy.gif"/></div></a>
  539. <section class="envor-section">
  540. <div class="container">
  541. <div class="row">
  542. <div class="col-lg-12">
  543. <div class="envor-sorting" id="faq-sorting">
  544. <div class="envor-toggle">
  545. <!--Charging relevant parameters-->
  546. <article class="envor-sorting-item css">
  547. <header><?php echo $lang->showWord("charging_relevant_parameters"); ?><i class="fa fa-plus"></i></header>
  548. <section>
  549. <div class="form-group" style="display:<?php echo $am111;?>">
  550. <label id="MaxChargingEnergyLbl">Max Charging Energy</label>
  551. <small class="form-text text-muted-red">kWh</small>
  552. <input type="text" name="MaxChargingEnergy" id="MaxChargingEnergy" class="form-control" value="<?php echo $obj['MaxChargingEnergy'];?>" placeholder="<?php echo ($obj['MaxChargingEnergy']==0||$obj['MaxChargingEnergy']=="")?"'0' means unlimit":"";?>" title="'0' means unlimit">
  553. <small class="form-text text-muted-red"><label id="MaxChargingEnergyText" style="display:none;">'0' means unlimit</label></small>
  554. </div>
  555. <div class="form-group" style="display:<?php echo $am001;?>">
  556. <label id="MaxChargingPowerLbl">Max Charging Power</label>
  557. <small class="form-text text-muted-red">kW</small>
  558. <input type="text" name="MaxChargingPower" id="MaxChargingPower" class="form-control" value="<?php echo $obj['MaxChargingPower'];?>" placeholder="<?php echo ($obj['MaxChargingPower']==0||$obj['MaxChargingPower']=="")?"'0' means unlimit":"";?>" title="'0' means unlimit">
  559. <input type="hidden" name="RatingPower" id="RatingPower" value="<?php echo $RatingPower;?>">
  560. <small class="form-text text-muted-red"><label id="MaxChargingPowerText" style="display:none;">'0' means unlimit</label></small>
  561. </div>
  562. <div class="form-group" style="display:<?php echo $am111;?>">
  563. <label id="MaxChargingCurrentLbl">Max Charging Current</label>
  564. <small class="form-text text-muted-red">amp</small>
  565. <input type="text" name="MaxChargingCurrent" id="MaxChargingCurrent" class="form-control" value="<?php echo $obj['MaxChargingCurrent'];?>" placeholder="<?php echo ($obj['MaxChargingCurrent']==0||$obj['MaxChargingCurrent']=="")?"'0' means unlimit":"";?>" title="'0' means unlimit">
  566. <input type="hidden" name="RatingCurrent" id="RatingCurrent" value="<?php echo $RatingCurrent;?>">
  567. <small class="form-text text-muted-red"><label id="MaxChargingCurrentText" style="display:none;">'0' means unlimit</label></small>
  568. </div>
  569. <div class="form-group" style="display:<?php echo $am111;?>">
  570. <label id="MaxChargingDurationLbl">Max Charging Duration</label>
  571. <small class="form-text text-muted-red">minutes</small>
  572. <input type="text" name="MaxChargingDuration" id="MaxChargingDuration" class="form-control" value="<?php echo $obj['MaxChargingDuration'];?>" placeholder="<?php echo ($obj['MaxChargingDuration']==0||$obj['MaxChargingDuration']=="")?"'0' means unlimit":"";?>" title="'0' means unlimit">
  573. <small class="form-text text-muted-red"><label id="MaxChargingDurationText" style="display:none;">'0' means unlimit</label></small>
  574. </div>
  575. <div class="form-group" style="display:<?php echo $am001;?>">
  576. <label>Stop Charging By Button</label>
  577. <select class="form-control" id="StopChargingByButton" name="StopChargingByButton">
  578. <option value="0" <?php echo $obj['StopChargingByButton']=="0"?"selected":""?>>Disable</option>
  579. <option value="1" <?php echo $obj['StopChargingByButton']=="1"?"selected":""?>>Enable</option>
  580. </select>
  581. </div>
  582. <div class="form-group" id="AcMaxChargingCurrentDiv">
  583. <label>AC Max Charging Current</label>
  584. <small class="form-text text-muted-red">amp</small>
  585. <input type="text" name="AcMaxChargingCurrent" id="AcMaxChargingCurrent" class="form-control" value="<?php echo $obj['AcMaxChargingCurrent'];?>" placeholder="<?php echo ($obj['AcMaxChargingCurrent']==0||$obj['AcMaxChargingCurrent']=="")?"'0' means unlimit":"";?>" title="'0' means unlimit">
  586. <input type="hidden" name="AcRatingCurrent" id="AcRatingCurrent" value="<?php echo $AcRatingCurrent;?>">
  587. <small class="form-text text-muted-red"><label id="AcMaxChargingCurrentText" style="display:none;">'0' means unlimit</label></small>
  588. </div>
  589. <div class="form-group" style="display:<?php echo $am111;?>">
  590. <label>Local White Card0</label>
  591. <input type="text" name="LocalWhiteCard0" id="LocalWhiteCard0" class="form-control" value="<?php echo $obj['LocalWhiteCard'][0];?>">
  592. </div>
  593. <div class="form-group" style="display:<?php echo $am111;?>">
  594. <label>Local White Card1</label>
  595. <input type="text" name="LocalWhiteCard1" id="LocalWhiteCard1" class="form-control" value="<?php echo $obj['LocalWhiteCard'][1];?>">
  596. </div>
  597. <div class="form-group" style="display:<?php echo $am111;?>">
  598. <label>Local White Card2</label>
  599. <input type="text" name="LocalWhiteCard2" id="LocalWhiteCard2" class="form-control" value="<?php echo $obj['LocalWhiteCard'][2];?>">
  600. </div>
  601. <div class="form-group" style="display:<?php echo $am111;?>">
  602. <label>Local White Card3</label>
  603. <input type="text" name="LocalWhiteCard3" id="LocalWhiteCard3" class="form-control" value="<?php echo $obj['LocalWhiteCard'][3];?>">
  604. </div>
  605. <div class="form-group" style="display:<?php echo $am111;?>">
  606. <label>Local White Card4</label>
  607. <input type="text" name="LocalWhiteCard4" id="LocalWhiteCard4" class="form-control" value="<?php echo $obj['LocalWhiteCard'][4];?>">
  608. </div>
  609. <div class="form-group" style="display:<?php echo $am111;?>">
  610. <label>Local White Card5</label>
  611. <input type="text" name="LocalWhiteCard5" id="LocalWhiteCard5" class="form-control" value="<?php echo $obj['LocalWhiteCard'][5];?>">
  612. </div>
  613. <div class="form-group" style="display:<?php echo $am111;?>">
  614. <label>Local White Card6</label>
  615. <input type="text" name="LocalWhiteCard6" id="LocalWhiteCard6" class="form-control" value="<?php echo $obj['LocalWhiteCard'][6];?>">
  616. </div>
  617. <div class="form-group" style="display:<?php echo $am111;?>">
  618. <label>Local White Card7</label>
  619. <input type="text" name="LocalWhiteCard7" id="LocalWhiteCard7" class="form-control" value="<?php echo $obj['LocalWhiteCard'][7];?>">
  620. </div>
  621. <div class="form-group" style="display:<?php echo $am111;?>">
  622. <label>Local White Card8</label>
  623. <input type="text" name="LocalWhiteCard8" id="LocalWhiteCard8" class="form-control" value="<?php echo $obj['LocalWhiteCard'][8];?>">
  624. </div>
  625. <div class="form-group" style="display:<?php echo $am111;?>">
  626. <label>Local White Card9</label>
  627. <input type="text" name="LocalWhiteCard9" id="LocalWhiteCard9" class="form-control" value="<?php echo $obj['LocalWhiteCard'][9];?>">
  628. </div>
  629. <div class="form-group" id="isBillingDiv">
  630. <label>
  631. <input type="checkbox" id="isBilling" name="isBilling" <?php echo $obj['isBilling']==1?"checked":"";?> onclick="isBilling_clicked()">
  632. Billing</label>
  633. </div>
  634. <div class="form-group" id="CurrencyDiv">
  635. <label>Currency</label>
  636. <select class="form-control" id="Currency" name="Currency">
  637. <option value="0" <?php echo $obj['Currency']=="0"?"selected":""?>>AED - Emirati Dirham</option>
  638. <option value="1" <?php echo $obj['Currency']=="1"?"selected":""?>>ARS - Argentine Peso</option>
  639. <option value="2" <?php echo $obj['Currency']=="2"?"selected":""?>>AUD - Australian Dollar</option>
  640. <option value="3" <?php echo $obj['Currency']=="3"?"selected":""?>>BGN - Bulgarian Lev</option>
  641. <option value="4" <?php echo $obj['Currency']=="4"?"selected":""?>>BHD - Bahraini Dinar</option>
  642. <option value="5" <?php echo $obj['Currency']=="5"?"selected":""?>>BND - Bruneian Dollar</option>
  643. <option value="6" <?php echo $obj['Currency']=="6"?"selected":""?>>BRL - Brazilian Real</option>
  644. <option value="7" <?php echo $obj['Currency']=="7"?"selected":""?>>BWP - Botswana Pula</option>
  645. <option value="8" <?php echo $obj['Currency']=="8"?"selected":""?>>CAD - Canadian Dollar</option>
  646. <option value="9" <?php echo $obj['Currency']=="9"?"selected":""?>>CHF - Swiss Franc</option>
  647. <option value="10" <?php echo $obj['Currency']=="10"?"selected":""?>>CLP - Chilean Peso</option>
  648. <option value="11" <?php echo $obj['Currency']=="11"?"selected":""?>>CNY - Chinese Yuan Renminbi</option>
  649. <option value="12" <?php echo $obj['Currency']=="12"?"selected":""?>>COP - Colombian Peso</option>
  650. <option value="13" <?php echo $obj['Currency']=="13"?"selected":""?>>CZK - Czech Koruna</option>
  651. <option value="14" <?php echo $obj['Currency']=="14"?"selected":""?>>DKK - Danish Krone</option>
  652. <option value="15" <?php echo $obj['Currency']=="15"?"selected":""?>>EUR - Euro</option>
  653. <option value="16" <?php echo $obj['Currency']=="16"?"selected":""?>>GBP - British Pound</option>
  654. <option value="17" <?php echo $obj['Currency']=="17"?"selected":""?>>HKD - Hong Kong Dollar</option>
  655. <option value="18" <?php echo $obj['Currency']=="18"?"selected":""?>>HRK - Croatian Kuna</option>
  656. <option value="19" <?php echo $obj['Currency']=="19"?"selected":""?>>HUF - Hungarian Forint</option>
  657. <option value="20" <?php echo $obj['Currency']=="20"?"selected":""?>>IDR - Indonesian Rupiah</option>
  658. <option value="21" <?php echo $obj['Currency']=="21"?"selected":""?>>ILS - Israeli Shekel</option>
  659. <option value="22" <?php echo $obj['Currency']=="22"?"selected":""?>>INR - Indian Rupee</option>
  660. <option value="23" <?php echo $obj['Currency']=="23"?"selected":""?>>IRR - Iranian Rial</option>
  661. <option value="24" <?php echo $obj['Currency']=="24"?"selected":""?>>ISK - Icelandic Krona</option>
  662. <option value="25" <?php echo $obj['Currency']=="25"?"selected":""?>>JPY - Japanese Yen</option>
  663. <option value="26" <?php echo $obj['Currency']=="26"?"selected":""?>>KRW - South Korean Won</option>
  664. <option value="27" <?php echo $obj['Currency']=="27"?"selected":""?>>KWD - Kuwaiti Dinar</option>
  665. <option value="28" <?php echo $obj['Currency']=="28"?"selected":""?>>KZT - Kazakhstani Tenge</option>
  666. <option value="29" <?php echo $obj['Currency']=="29"?"selected":""?>>LKR - Sri Lankan Rupee</option>
  667. <option value="30" <?php echo $obj['Currency']=="30"?"selected":""?>>LYD - Libyan Dinar</option>
  668. <option value="31" <?php echo $obj['Currency']=="31"?"selected":""?>>MUR - Mauritian Rupee</option>
  669. <option value="32" <?php echo $obj['Currency']=="32"?"selected":""?>>MXN - Mexican Peso</option>
  670. <option value="33" <?php echo $obj['Currency']=="33"?"selected":""?>>MYR - Malaysian Ringgit</option>
  671. <option value="34" <?php echo $obj['Currency']=="34"?"selected":""?>>NOK - Norwegian Krone</option>
  672. <option value="35" <?php echo $obj['Currency']=="35"?"selected":""?>>NPR - Nepalese Rupee</option>
  673. <option value="36" <?php echo $obj['Currency']=="36"?"selected":""?>>NZD - New Zealand Dollar</option>
  674. <option value="37" <?php echo $obj['Currency']=="37"?"selected":""?>>OMR - Omani Rial</option>
  675. <option value="38" <?php echo $obj['Currency']=="38"?"selected":""?>>PHP - Philippine Peso</option>
  676. <option value="39" <?php echo $obj['Currency']=="39"?"selected":""?>>PKR - Pakistani Rupee</option>
  677. <option value="40" <?php echo $obj['Currency']=="40"?"selected":""?>>PLN - Polish Zloty</option>
  678. <option value="41" <?php echo $obj['Currency']=="41"?"selected":""?>>QAR - Qatari Riyal</option>
  679. <option value="42" <?php echo $obj['Currency']=="42"?"selected":""?>>RON - Romanian New Leu</option>
  680. <option value="43" <?php echo $obj['Currency']=="43"?"selected":""?>>RUB - Russian Ruble</option>
  681. <option value="44" <?php echo $obj['Currency']=="44"?"selected":""?>>SAR - Saudi Arabian Riyal</option>
  682. <option value="45" <?php echo $obj['Currency']=="45"?"selected":""?>>SEK - Swedish Krona</option>
  683. <option value="46" <?php echo $obj['Currency']=="46"?"selected":""?>>SGD - Singapore Dollar</option>
  684. <option value="47" <?php echo $obj['Currency']=="47"?"selected":""?>>THB - Thai Baht</option>
  685. <option value="48" <?php echo $obj['Currency']=="48"?"selected":""?>>TRY - Turkish Lira</option>
  686. <option value="49" <?php echo $obj['Currency']=="49"?"selected":""?>>TTD - Trinidadian Dollar</option>
  687. <option value="50" <?php echo $obj['Currency']=="50"?"selected":""?>>TWD - Taiwan New Dollar</option>
  688. <option value="51" <?php echo $obj['Currency']=="51"?"selected":""?>>USD - US Dollar</option>
  689. <option value="52" <?php echo $obj['Currency']=="52"?"selected":""?>>VEF - Venezuelan Bolivar</option>
  690. <option value="53" <?php echo $obj['Currency']=="53"?"selected":""?>>ZAR - South African Rand</option>
  691. </select>
  692. </div>
  693. <div class="form-group" id="FeeDiv">
  694. <div class="form-group">
  695. <label>Fee 00:00~00:59</label>
  696. <input type="text" name="Fee0" id="Fee0" class="form-control" value="<?php echo round($obj['Fee'][0],2);?>">
  697. </div>
  698. <div class="form-group">
  699. <label>Fee 01:00~01:59</label>
  700. <input type="text" name="Fee0" id="Fee1" class="form-control" value="<?php echo round($obj['Fee'][1],2);?>">
  701. </div>
  702. <div class="form-group">
  703. <label>Fee 02:00~02:59</label>
  704. <input type="text" name="Fee2" id="Fee2" class="form-control" value="<?php echo round($obj['Fee'][2],2);?>">
  705. </div>
  706. <div class="form-group">
  707. <label>Fee 03:00~03:59</label>
  708. <input type="text" name="Fee3" id="Fee3" class="form-control" value="<?php echo round($obj['Fee'][3],2);?>">
  709. </div>
  710. <div class="form-group">
  711. <label>Fee 04:00~04:59</label>
  712. <input type="text" name="Fee4" id="Fee4" class="form-control" value="<?php echo round($obj['Fee'][4],2);?>">
  713. </div>
  714. <div class="form-group">
  715. <label>Fee 05:00~05:59</label>
  716. <input type="text" name="Fee5" id="Fee5" class="form-control" value="<?php echo round($obj['Fee'][5],2);?>">
  717. </div>
  718. <div class="form-group">
  719. <label>Fee 06:00~06:59</label>
  720. <input type="text" name="Fee6" id="Fee6" class="form-control" value="<?php echo round($obj['Fee'][6],2);?>">
  721. </div>
  722. <div class="form-group">
  723. <label>Fee 07:00~07:59</label>
  724. <input type="text" name="Fee7" id="Fee7" class="form-control" value="<?php echo round($obj['Fee'][7],2);?>">
  725. </div>
  726. <div class="form-group">
  727. <label>Fee 08:00~08:59</label>
  728. <input type="text" name="Fee8" id="Fee8" class="form-control" value="<?php echo round($obj['Fee'][8],2);?>">
  729. </div>
  730. <div class="form-group">
  731. <label>Fee 09:00~09:59</label>
  732. <input type="text" name="Fee9" id="Fee9" class="form-control" value="<?php echo round($obj['Fee'][9],2);?>">
  733. </div>
  734. <div class="form-group">
  735. <label>Fee 10:00~10:59</label>
  736. <input type="text" name="Fee10" id="Fee10" class="form-control" value="<?php echo round($obj['Fee'][10],2);?>">
  737. </div>
  738. <div class="form-group">
  739. <label>Fee 11:00~11:59</label>
  740. <input type="text" name="Fee11" id="Fee11" class="form-control" value="<?php echo round($obj['Fee'][11],2);?>">
  741. </div>
  742. <div class="form-group">
  743. <label>Fee 12:00~12:59</label>
  744. <input type="text" name="Fee12" id="Fee12" class="form-control" value="<?php echo round($obj['Fee'][12],2);?>">
  745. </div>
  746. <div class="form-group">
  747. <label>Fee 13:00~13:59</label>
  748. <input type="text" name="Fee13" id="Fee13" class="form-control" value="<?php echo round($obj['Fee'][13],2);?>">
  749. </div>
  750. <div class="form-group">
  751. <label>Fee 14:00~14:59</label>
  752. <input type="text" name="Fee14" id="Fee14" class="form-control" value="<?php echo round($obj['Fee'][14],2);?>">
  753. </div>
  754. <div class="form-group">
  755. <label>Fee 15:00~15:59</label>
  756. <input type="text" name="Fee15" id="Fee15" class="form-control" value="<?php echo round($obj['Fee'][15],2);?>">
  757. </div>
  758. <div class="form-group">
  759. <label>Fee 16:00~16:59</label>
  760. <input type="text" name="Fee16" id="Fee16" class="form-control" value="<?php echo round($obj['Fee'][16],2);?>">
  761. </div>
  762. <div class="form-group">
  763. <label>Fee 17:00~17:59</label>
  764. <input type="text" name="Fee17" id="Fee17" class="form-control" value="<?php echo round($obj['Fee'][17],2);?>">
  765. </div>
  766. <div class="form-group">
  767. <label>Fee 18:00~18:59</label>
  768. <input type="text" name="Fee18" id="Fee18" class="form-control" value="<?php echo round($obj['Fee'][18],2);?>">
  769. </div>
  770. <div class="form-group">
  771. <label>Fee 19:00~19:59</label>
  772. <input type="text" name="Fee19" id="Fee19" class="form-control" value="<?php echo round($obj['Fee'][19],2);?>">
  773. </div>
  774. <div class="form-group">
  775. <label>Fee 20:00~20:59</label>
  776. <input type="text" name="Fee20" id="Fee20" class="form-control" value="<?php echo round($obj['Fee'][20],2);?>">
  777. </div>
  778. <div class="form-group">
  779. <label>Fee 21:00~21:59</label>
  780. <input type="text" name="Fee21" id="Fee21" class="form-control" value="<?php echo round($obj['Fee'][21],2);?>">
  781. </div>
  782. <div class="form-group">
  783. <label>Fee 22:00~22:59</label>
  784. <input type="text" name="Fee22" id="Fee22" class="form-control" value="<?php echo round($obj['Fee'][22],2);?>">
  785. </div>
  786. <div class="form-group">
  787. <label>Fee 23:00~23:59</label>
  788. <input type="text" name="Fee23" id="Fee23" class="form-control" value="<?php echo round($obj['Fee'][23],2);?>">
  789. </div>
  790. </div>
  791. <?php /* <div class="form-group" style="display:<?php echo $am111;?>">
  792. <label>CcsAuthentication</label>
  793. <select class="form-control" id="CcsAuthentication" name="CcsAuthentication">
  794. <option value="0" <?php echo $obj['CcsAuthentication']==0?"selected":""?>>EIM</option>
  795. <option value="1" <?php echo $obj['CcsAuthentication']==1?"selected":""?>>EIM&PnC mixed</option>
  796. </select>
  797. </div>
  798. <div class="form-group" style="display:<?php echo $am111;?>">
  799. <label>AcCcsChargingModel</label>
  800. <select class="form-control" id="AcCcsChargingModel" name="AcCcsChargingModel">
  801. <option value="0" <?php echo $obj['AcCcsChargingModel']==0?"selected":""?>>BC (PWM) only</option>
  802. <option value="1" <?php echo $obj['AcCcsChargingModel']==0?"selected":""?>>BC&PLC mixed</option>
  803. </select>
  804. </div>*/?>
  805. </section>
  806. </article>
  807. <?php if(substr($ModelName,0,2)=="DO" || substr($ModelName,0,2)=="DK"){?>
  808. <?php if($obj['DDChargingInfo1']){ $idx++;?>
  809. <!--Charging Information-->
  810. <article class="envor-sorting-item css">
  811. <header><?php echo "connector".$idx." ".$lang->showWord("charging_information"); ?><i class="fa fa-plus"></i></header>
  812. <section>
  813. <div class="form-group" style="display:<?php echo $am111;?>">
  814. <label>User Id</label>
  815. <input type="text" readonly class="form-control" value="<?php echo $obj['DDChargingInfo1']['StartUserId'];?>">
  816. </div>
  817. <div class="form-group" style="display:<?php echo $am111;?>">
  818. <label>Start Date Time</label>
  819. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo1']['StartDateTime'];?>">
  820. </div>
  821. <div class="form-group" style="display:<?php echo $am111;?>">
  822. <label>Stop Date Time</label>
  823. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo1']['StopDateTime'];?>">
  824. </div>
  825. <?php /* <div class="form-group" style="display:<?php echo $am111;?>">
  826. <label>StartMethod</label>
  827. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo1']['StartMethod'];?>">
  828. </div>*/?>
  829. <div class="form-group" style="display:<?php echo $am111;?>">
  830. <label>System Status</label>
  831. <input type="text" readonly class="form-control" placeholder="<?php echo $DDSystemStatus1;?>">
  832. </div>
  833. <div class="form-group" style="display:<?php echo $am111;?>">
  834. <label>Connector Temperature</label>
  835. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo1']['ConnectorTemp'];?> ℃">
  836. </div>
  837. <div class="form-group" style="display:<?php echo $am001;?>">
  838. <label>Present Charging Voltage</label>
  839. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['DDChargingInfo1']['PresentChargingVoltage'],2);?> volt">
  840. </div>
  841. <div class="form-group" style="display:<?php echo $am111;?>">
  842. <label>Present Charging Current</label>
  843. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['DDChargingInfo1']['PresentChargingCurrent'],2);?> amp">
  844. </div>
  845. <div class="form-group" style="display:<?php echo $am111;?>">
  846. <label>Present Charging Power</label>
  847. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['DDChargingInfo1']['PresentChargingPower'],2);?> kW">
  848. </div>
  849. <div class="form-group" style="display:<?php echo $am111;?>">
  850. <label>Present Charging Energy</label>
  851. <input type="text" readonly class="form-control" placeholder="<?php echo number_format(round($obj['DDChargingInfo1']['PresentChargedEnergy'],4), 4, ".", " ");?> kWh">
  852. </div>
  853. <div class="form-group" style="display:<?php echo $am111;?>">
  854. <label>Present Charging Duration</label>
  855. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo1']['PresentChargedDuration'];?> seconds">
  856. </div>
  857. <div class="form-group" style="display:<?php echo $am001;?>">
  858. <label>Remain Charging Time</label>
  859. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo1']['RemainChargingDuration'];?> seconds">
  860. </div>
  861. <div class="form-group" style="display:<?php echo $am001;?>">
  862. <label>EV Battery Max Voltage</label>
  863. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['DDChargingInfo1']['EvBatteryMaxVoltage'],2);?> volt">
  864. </div>
  865. <div class="form-group" style="display:<?php echo $am001;?>">
  866. <label>EV Battery Target Voltage</label>
  867. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['DDChargingInfo1']['EvBatterytargetVoltage'],2);?> volt">
  868. </div>
  869. <div class="form-group" style="display:<?php echo $am001;?>">
  870. <label>EV Battery Soc</label>
  871. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo1']['EvBatterySoc'];?>">
  872. </div>
  873. <div class="form-group" style="display:<?php echo $am111;?>">
  874. <label>Totalize Power Consumption</label>
  875. <input type="text" readonly class="form-control" placeholder="<?php echo number_format(round($obj['DDChargingInfo1']['PowerConsumption'],4), 4, ".", " ");?> kWh">
  876. </div>
  877. </section>
  878. </article>
  879. <?php }?>
  880. <?php if($obj['DDChargingInfo2']){ $idx++;?>
  881. <!--Charging Information-->
  882. <article class="envor-sorting-item css">
  883. <header><?php echo "connector".$idx." ".$lang->showWord("charging_information"); ?><i class="fa fa-plus"></i></header>
  884. <section>
  885. <div class="form-group" style="display:<?php echo $am111;?>">
  886. <label>User Id</label>
  887. <input type="text" readonly class="form-control" value="<?php echo $obj['DDChargingInfo2']['StartUserId'];?>">
  888. </div>
  889. <div class="form-group" style="display:<?php echo $am111;?>">
  890. <label>Start Date Time</label>
  891. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo2']['StartDateTime'];?>">
  892. </div>
  893. <div class="form-group" style="display:<?php echo $am111;?>">
  894. <label>Stop Date Time</label>
  895. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo2']['StopDateTime'];?>">
  896. </div>
  897. <?php /* <div class="form-group" style="display:<?php echo $am111;?>">
  898. <label>StartMethod</label>
  899. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo2']['StartMethod'];?>">
  900. </div>*/?>
  901. <div class="form-group" style="display:<?php echo $am111;?>">
  902. <label>System Status</label>
  903. <input type="text" readonly class="form-control" placeholder="<?php echo $DDSystemStatus2;?>">
  904. </div>
  905. <div class="form-group" style="display:<?php echo $am111;?>">
  906. <label>Connector Temperature</label>
  907. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo2']['ConnectorTemp'];?> ℃">
  908. </div>
  909. <div class="form-group" style="display:<?php echo $am001;?>">
  910. <label>Present Charging Voltage</label>
  911. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['DDChargingInfo2']['PresentChargingVoltage'],2);?> volt">
  912. </div>
  913. <div class="form-group" style="display:<?php echo $am111;?>">
  914. <label>Present Charging Current</label>
  915. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['DDChargingInfo2']['PresentChargingCurrent'],2);?> amp">
  916. </div>
  917. <div class="form-group" style="display:<?php echo $am111;?>">
  918. <label>Present Charging Power</label>
  919. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['DDChargingInfo2']['PresentChargingPower'],2);?> kW">
  920. </div>
  921. <div class="form-group" style="display:<?php echo $am111;?>">
  922. <label>Present Charging Energy</label>
  923. <input type="text" readonly class="form-control" placeholder="<?php echo number_format(round($obj['DDChargingInfo2']['PresentChargedEnergy'],4), 4, ".", " ");?> kWh">
  924. </div>
  925. <div class="form-group" style="display:<?php echo $am111;?>">
  926. <label>Present Charging Duration</label>
  927. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo2']['PresentChargedDuration'];?> seconds">
  928. </div>
  929. <div class="form-group" style="display:<?php echo $am001;?>">
  930. <label>Remain Charging Time</label>
  931. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo2']['RemainChargingDuration'];?> seconds">
  932. </div>
  933. <div class="form-group" style="display:<?php echo $am001;?>">
  934. <label>EV Battery Max Voltage</label>
  935. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['DDChargingInfo2']['EvBatteryMaxVoltage'],2);?> volt">
  936. </div>
  937. <div class="form-group" style="display:<?php echo $am001;?>">
  938. <label>EV Battery Target Voltage</label>
  939. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['DDChargingInfo2']['EvBatterytargetVoltage'],2);?> volt">
  940. </div>
  941. <div class="form-group" style="display:<?php echo $am001;?>">
  942. <label>EV Battery Soc</label>
  943. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo2']['EvBatterySoc'];?>">
  944. </div>
  945. <div class="form-group" style="display:<?php echo $am111;?>">
  946. <label>Totalize Power Consumption</label>
  947. <input type="text" readonly class="form-control" placeholder="<?php echo number_format(round($obj['DDChargingInfo2']['PowerConsumption'],4), 4, ".", " ");?> kWh">
  948. </div>
  949. </section>
  950. </article>
  951. <?php }?>
  952. <?php if($obj['DDChargingInfo3']){ $idx++;?>
  953. <!--Charging Information-->
  954. <article class="envor-sorting-item css">
  955. <header><?php echo "connector".$idx." ".$lang->showWord("charging_information"); ?><i class="fa fa-plus"></i></header>
  956. <section>
  957. <div class="form-group" style="display:<?php echo $am111;?>">
  958. <label>User Id</label>
  959. <input type="text" readonly class="form-control" value="<?php echo $obj['DDChargingInfo3']['StartUserId'];?>">
  960. </div>
  961. <div class="form-group" style="display:<?php echo $am111;?>">
  962. <label>Start Date Time</label>
  963. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo3']['StartDateTime'];?>">
  964. </div>
  965. <div class="form-group" style="display:<?php echo $am111;?>">
  966. <label>Stop Date Time</label>
  967. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo3']['StopDateTime'];?>">
  968. </div>
  969. <?php /* <div class="form-group" style="display:<?php echo $am111;?>">
  970. <label>StartMethod</label>
  971. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo3']['StartMethod'];?>">
  972. </div>*/?>
  973. <div class="form-group" style="display:<?php echo $am111;?>">
  974. <label>System Status</label>
  975. <input type="text" readonly class="form-control" placeholder="<?php echo $DDSystemStatus3;?>">
  976. </div>
  977. <div class="form-group" style="display:<?php echo $am111;?>">
  978. <label>Connector Temperature</label>
  979. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo3']['ConnectorTemp'];?> ℃">
  980. </div>
  981. <div class="form-group" style="display:<?php echo $am001;?>">
  982. <label>Present Charging Voltage</label>
  983. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['DDChargingInfo3']['PresentChargingVoltage'],2);?> volt">
  984. </div>
  985. <div class="form-group" style="display:<?php echo $am111;?>">
  986. <label>Present Charging Current</label>
  987. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['DDChargingInfo3']['PresentChargingCurrent'],2);?> amp">
  988. </div>
  989. <div class="form-group" style="display:<?php echo $am111;?>">
  990. <label>Present Charging Power</label>
  991. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['DDChargingInfo3']['PresentChargingPower'],2);?> kW">
  992. </div>
  993. <div class="form-group" style="display:<?php echo $am111;?>">
  994. <label>Present Charging Energy</label>
  995. <input type="text" readonly class="form-control" placeholder="<?php echo number_format(round($obj['DDChargingInfo3']['PresentChargedEnergy'],4), 4, ".", " ");?> kWh">
  996. </div>
  997. <div class="form-group" style="display:<?php echo $am111;?>">
  998. <label>Present Charging Duration</label>
  999. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo3']['PresentChargedDuration'];?> seconds">
  1000. </div>
  1001. <div class="form-group" style="display:<?php echo $am001;?>">
  1002. <label>Remain Charging Time</label>
  1003. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo3']['RemainChargingDuration'];?> seconds">
  1004. </div>
  1005. <div class="form-group" style="display:<?php echo $am001;?>">
  1006. <label>EV Battery Max Voltage</label>
  1007. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['DDChargingInfo3']['EvBatteryMaxVoltage'],2);?> volt">
  1008. </div>
  1009. <div class="form-group" style="display:<?php echo $am001;?>">
  1010. <label>EV Battery Target Voltage</label>
  1011. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['DDChargingInfo3']['EvBatterytargetVoltage'],2);?> volt">
  1012. </div>
  1013. <div class="form-group" style="display:<?php echo $am001;?>">
  1014. <label>EV Battery Soc</label>
  1015. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo3']['EvBatterySoc'];?>">
  1016. </div>
  1017. <div class="form-group" style="display:<?php echo $am111;?>">
  1018. <label>Totalize Power Consumption</label>
  1019. <input type="text" readonly class="form-control" placeholder="<?php echo number_format(round($obj['DDChargingInfo3']['PowerConsumption'],4), 4, ".", " ");?> kWh">
  1020. </div>
  1021. </section>
  1022. </article>
  1023. <?php }?>
  1024. <?php if($obj['DDChargingInfo4']){ $idx++;?>
  1025. <!--Charging Information-->
  1026. <article class="envor-sorting-item css">
  1027. <header><?php echo "connector".$idx." ".$lang->showWord("charging_information"); ?><i class="fa fa-plus"></i></header>
  1028. <section>
  1029. <div class="form-group" style="display:<?php echo $am111;?>">
  1030. <label>User Id</label>
  1031. <input type="text" readonly class="form-control" value="<?php echo $obj['DDChargingInfo4']['StartUserId'];?>">
  1032. </div>
  1033. <div class="form-group" style="display:<?php echo $am111;?>">
  1034. <label>Start Date Time</label>
  1035. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo4']['StartDateTime'];?>">
  1036. </div>
  1037. <div class="form-group" style="display:<?php echo $am111;?>">
  1038. <label>Stop Date Time</label>
  1039. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo4']['StopDateTime'];?>">
  1040. </div>
  1041. <?php /* <div class="form-group" style="display:<?php echo $am111;?>">
  1042. <label>StartMethod</label>
  1043. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo4']['StartMethod'];?>">
  1044. </div>*/?>
  1045. <div class="form-group" style="display:<?php echo $am111;?>">
  1046. <label>System Status</label>
  1047. <input type="text" readonly class="form-control" placeholder="<?php echo $DDSystemStatus4;?>">
  1048. </div>
  1049. <div class="form-group" style="display:<?php echo $am111;?>">
  1050. <label>Connector Temperature</label>
  1051. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo4']['ConnectorTemp'];?> ℃">
  1052. </div>
  1053. <div class="form-group" style="display:<?php echo $am001;?>">
  1054. <label>Present Charging Voltage</label>
  1055. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['DDChargingInfo4']['PresentChargingVoltage'],2);?> volt">
  1056. </div>
  1057. <div class="form-group" style="display:<?php echo $am111;?>">
  1058. <label>Present Charging Current</label>
  1059. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['DDChargingInfo4']['PresentChargingCurrent'],2);?> amp">
  1060. </div>
  1061. <div class="form-group" style="display:<?php echo $am111;?>">
  1062. <label>Present Charging Power</label>
  1063. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['DDChargingInfo4']['PresentChargingPower'],2);?> kW">
  1064. </div>
  1065. <div class="form-group" style="display:<?php echo $am111;?>">
  1066. <label>Present Charging Energy</label>
  1067. <input type="text" readonly class="form-control" placeholder="<?php echo number_format(round($obj['DDChargingInfo4']['PresentChargedEnergy'],4), 4, ".", " ");?> kWh">
  1068. </div>
  1069. <div class="form-group" style="display:<?php echo $am111;?>">
  1070. <label>Present Charging Duration</label>
  1071. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo4']['PresentChargedDuration'];?> seconds">
  1072. </div>
  1073. <div class="form-group" style="display:<?php echo $am001;?>">
  1074. <label>Remain Charging Time</label>
  1075. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo4']['RemainChargingDuration'];?> seconds">
  1076. </div>
  1077. <div class="form-group" style="display:<?php echo $am001;?>">
  1078. <label>EV Battery Max Voltage</label>
  1079. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['DDChargingInfo4']['EvBatteryMaxVoltage'],2);?> volt">
  1080. </div>
  1081. <div class="form-group" style="display:<?php echo $am001;?>">
  1082. <label>EV Battery Target Voltage</label>
  1083. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['DDChargingInfo4']['EvBatterytargetVoltage'],2);?> volt">
  1084. </div>
  1085. <div class="form-group" style="display:<?php echo $am001;?>">
  1086. <label>EV Battery Soc</label>
  1087. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo4']['EvBatterySoc'];?>">
  1088. </div>
  1089. <div class="form-group" style="display:<?php echo $am111;?>">
  1090. <label>Totalize Power Consumption</label>
  1091. <input type="text" readonly class="form-control" placeholder="<?php echo number_format(round($obj['DDChargingInfo4']['PowerConsumption'],4), 4, ".", " ");?> kWh">
  1092. </div>
  1093. </section>
  1094. </article>
  1095. <?php }?>
  1096. <?php } else { ?>
  1097. <?php if($obj['ChargingInfo1']){ $idx++;?>
  1098. <!--Charging Information-->
  1099. <article class="envor-sorting-item css">
  1100. <header><?php echo "connector".$idx." ".$lang->showWord("charging_information")."(".$connectorType1.")"; ?><i class="fa fa-plus"></i></header>
  1101. <section>
  1102. <div class="form-group" style="display:<?php echo $am111;?>">
  1103. <label>User Id</label>
  1104. <input type="text" readonly class="form-control" value="<?php echo $obj['ChargingInfo1']['StartUserId'];?>">
  1105. <input type="hidden" name="UserId1" id="UserId1" value="<?php echo $obj['ChargingInfo1']['StartUserId'];?>">
  1106. </div>
  1107. <div class="form-group" style="display:<?php echo $am111;?>">
  1108. <label>Start Date Time</label>
  1109. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['ChargingInfo1']['StartDateTime'];?>">
  1110. <input type="hidden" name="StartDateTime1" id="StartDateTime1" value="<?php echo $obj['ChargingInfo1']['StartDateTime'];?>">
  1111. </div>
  1112. <div class="form-group" style="display:<?php echo $am111;?>">
  1113. <label>Stop Date Time</label>
  1114. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['ChargingInfo1']['StopDateTime'];?>">
  1115. <input type="hidden" name="StopDateTime1" id="StopDateTime1" value="<?php echo $obj['ChargingInfo1']['StopDateTime'];?>">
  1116. </div>
  1117. <?php /* <div class="form-group" style="display:<?php echo $am111;?>">
  1118. <label>StartMethod</label>
  1119. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['ChargingInfo1']['StartMethod'];?>">
  1120. <input type="hidden" name="StartMethod1" id="StartMethod1" value="<?php echo $obj['ChargingInfo1']['StartMethod'];?>">
  1121. </div>*/?>
  1122. <div class="form-group" style="display:<?php echo $am111;?>">
  1123. <label>System Status</label>
  1124. <input type="text" readonly class="form-control" placeholder="<?php echo $SystemStatus1;?>">
  1125. <input type="hidden" name="SystemStatus1" id="SystemStatus1" value="<?php echo $obj['ChargingInfo1']['SystemStatus'];?>">
  1126. </div>
  1127. <div class="form-group" style="display:<?php echo $am111;?>">
  1128. <label>Connector Temperature</label>
  1129. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['ChargingInfo1']['ConnectorTemp'];?> ℃">
  1130. <input type="hidden" name="ConnectorTemp1" id="ConnectorTemp1" value="<?php echo $obj['ChargingInfo1']['ConnectorTemp'];?>">
  1131. </div>
  1132. <div class="form-group" style="display:<?php echo $am001;?>">
  1133. <label>Present Charging Voltage</label>
  1134. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['ChargingInfo1']['PresentChargingVoltage'],2);?> volt">
  1135. <input type="hidden" name="PresentChargingVoltage1" id="PresentChargingVoltage1" value="<?php echo $obj['ChargingInfo1']['PresentChargingVoltage'];?>">
  1136. </div>
  1137. <div class="form-group" style="display:<?php echo $am111;?>">
  1138. <label>Present Charging Current</label>
  1139. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['ChargingInfo1']['PresentChargingCurrent'],2);?> amp">
  1140. <input type="hidden" name="PresentChargingCurrent1" id="PresentChargingCurrent1" value="<?php echo $obj['ChargingInfo1']['PresentChargingCurrent'];?>">
  1141. </div>
  1142. <div class="form-group" style="display:<?php echo $am111;?>">
  1143. <label>Present Charging Power</label>
  1144. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['ChargingInfo1']['PresentChargingPower'],2);?> kW">
  1145. <input type="hidden" name="PresentChargingPower1" id="PresentChargingPower1" value="<?php echo $obj['ChargingInfo1']['PresentChargingPower'];?>">
  1146. </div>
  1147. <div class="form-group" style="display:<?php echo $am111;?>">
  1148. <label>Present Charging Energy</label>
  1149. <input type="text" readonly class="form-control" placeholder="<?php echo number_format(round($obj['ChargingInfo1']['PresentChargedEnergy'],4), 4, ".", " ");?> kWh">
  1150. <input type="hidden" name="PresentChargedEnergy1" id="PresentChargedEnergy1" value="<?php echo $obj['ChargingInfo1']['PresentChargedEnergy'];?>">
  1151. </div>
  1152. <div class="form-group" style="display:<?php echo $am111;?>">
  1153. <label>Present Charging Duration</label>
  1154. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['ChargingInfo1']['PresentChargedDuration'];?> seconds">
  1155. <input type="hidden" name="PresentChargedDuration1" id="PresentChargedDuration1" value="<?php echo $obj['ChargingInfo1']['PresentChargedDuration'];?>">
  1156. </div>
  1157. <div class="form-group" style="display:<?php echo $am001;?>">
  1158. <label>Remain Charging Time</label>
  1159. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['ChargingInfo1']['RemainChargingDuration'];?> seconds">
  1160. <input type="hidden" name="RemainChargingDuration1" id="RemainChargingDuration1" value="<?php echo $obj['ChargingInfo1']['RemainChargingDuration'];?>">
  1161. </div>
  1162. <div class="form-group" style="display:<?php echo $am001;?>">
  1163. <label>EV Battery Max Voltage</label>
  1164. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['ChargingInfo1']['EvBatteryMaxVoltage'],2);?> volt">
  1165. <input type="hidden" name="EvBatteryMaxVoltage1" id="EvBatteryMaxVoltage1" value="<?php echo $obj['ChargingInfo1']['EvBatteryMaxVoltage'];?>">
  1166. </div>
  1167. <div class="form-group" style="display:<?php echo $am001;?>">
  1168. <label>EV Battery Target Voltage</label>
  1169. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['ChargingInfo1']['EvBatterytargetVoltage'],2);?> volt">
  1170. <input type="hidden" name="EvBatterytargetVoltage1" id="EvBatterytargetVoltage1" value="<?php echo $obj['ChargingInfo1']['EvBatterytargetVoltage'];?>">
  1171. </div>
  1172. <div class="form-group" style="display:<?php echo $am001;?>">
  1173. <label>EV Battery Soc</label>
  1174. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['ChargingInfo1']['EvBatterySoc'];?>">
  1175. <input type="hidden" name="EvBatterySoc1" id="EvBatterySoc1" value="<?php echo $obj['ChargingInfo1']['EvBatterySoc'];?>">
  1176. </div>
  1177. <div class="form-group" style="display:<?php echo $am111;?>">
  1178. <label>Totalize Power Consumption</label>
  1179. <input type="text" readonly class="form-control" placeholder="<?php echo number_format(round($obj['ChargingInfo1']['PowerConsumption'],4), 4, ".", " ");?> kWh">
  1180. </div>
  1181. </section>
  1182. </article>
  1183. <?php }?>
  1184. <?php if($obj['ChargingInfo2']){ $idx++;?>
  1185. <!--Charging Information-->
  1186. <article class="envor-sorting-item css">
  1187. <header><?php echo "connector".$idx." ".$lang->showWord("charging_information")."(".$connectorType2.")"; ?><i class="fa fa-plus"></i></header>
  1188. <section>
  1189. <div class="form-group" style="display:<?php echo $am111;?>">
  1190. <label>User Id</label>
  1191. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['ChargingInfo2']['StartUserId'];?>">
  1192. <input type="hidden" name="UserId2" id="UserId2" value="<?php echo $obj['ChargingInfo2']['StartUserId'];?>">
  1193. </div>
  1194. <div class="form-group" style="display:<?php echo $am111;?>">
  1195. <label>Start Date Time</label>
  1196. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['ChargingInfo2']['StartDateTime'];?>">
  1197. <input type="hidden" name="StartDateTime2" id="StartDateTime2" value="<?php echo $obj['ChargingInfo2']['StartDateTime'];?>">
  1198. </div>
  1199. <div class="form-group" style="display:<?php echo $am111;?>">
  1200. <label>Stop Date Time</label>
  1201. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['ChargingInfo2']['StopDateTime'];?>">
  1202. <input type="hidden" name="StopDateTime2" id="StopDateTime2" value="<?php echo $obj['ChargingInfo2']['StopDateTime'];?>">
  1203. </div>
  1204. <?php /* <div class="form-group" style="display:<?php echo $am111;?>">
  1205. <label>StartMethod</label>
  1206. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['ChargingInfo2']['StartMethod'];?>">
  1207. <input type="hidden" name="StartMethod2" id="StartMethod2" value="<?php echo $obj['ChargingInfo2']['StartMethod'];?>">
  1208. </div>*/?>
  1209. <div class="form-group" style="display:<?php echo $am111;?>">
  1210. <label>System Status</label>
  1211. <input type="text" readonly class="form-control" placeholder="<?php echo $SystemStatus2;?>">
  1212. <input type="hidden" name="SystemStatus2" id="SystemStatus2" value="<?php echo $obj['ChargingInfo2']['SystemStatus'];?>">
  1213. </div>
  1214. <div class="form-group" style="display:<?php echo $am111;?>">
  1215. <label>Connector Temperature</label>
  1216. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['ChargingInfo2']['ConnectorTemp'];?> ℃">
  1217. <input type="hidden" name="ConnectorTemp2" id="ConnectorTemp2" value="<?php echo $obj['ChargingInfo2']['ConnectorTemp'];?>">
  1218. </div>
  1219. <div class="form-group" style="display:<?php echo $am001;?>">
  1220. <label>Present Charging Voltage</label>
  1221. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['ChargingInfo2']['PresentChargingVoltage'],2);?> volt">
  1222. <input type="hidden" name="PresentChargingVoltage2" id="PresentChargingVoltage2" value="<?php echo $obj['ChargingInfo2']['PresentChargingVoltage'];?>">
  1223. </div>
  1224. <div class="form-group" style="display:<?php echo $am111;?>">
  1225. <label>Present Charging Current</label>
  1226. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['ChargingInfo2']['PresentChargingCurrent'],2);?> amp">
  1227. <input type="hidden" name="PresentChargingCurrent2" id="PresentChargingCurrent2" value="<?php echo $obj['ChargingInfo2']['PresentChargingCurrent'];?>">
  1228. </div>
  1229. <div class="form-group" style="display:<?php echo $am111;?>">
  1230. <label>Present Charging Power</label>
  1231. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['ChargingInfo2']['PresentChargingPower'],2);?> kW">
  1232. <input type="hidden" name="PresentChargingPower2" id="PresentChargingPower2" value="<?php echo $obj['ChargingInfo2']['PresentChargingPower'];?>">
  1233. </div>
  1234. <div class="form-group" style="display:<?php echo $am111;?>">
  1235. <label>Present Charging Energy</label>
  1236. <input type="text" readonly class="form-control" placeholder="<?php echo number_format(round($obj['ChargingInfo2']['PresentChargedEnergy'],4), 4, ".", " ");?> kWh">
  1237. <input type="hidden" name="PresentChargedEnergy2" id="PresentChargedEnergy2" value="<?php echo $obj['ChargingInfo2']['PresentChargedEnergy'];?>">
  1238. </div>
  1239. <div class="form-group" style="display:<?php echo $am111;?>">
  1240. <label>Present Charging Duration</label>
  1241. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['ChargingInfo2']['PresentChargedDuration'];?> seconds">
  1242. <input type="hidden" name="PresentChargedDuration2" id="PresentChargedDuration2" value="<?php echo $obj['ChargingInfo2']['PresentChargedDuration'];?>">
  1243. </div>
  1244. <div class="form-group" style="display:<?php echo $am001;?>">
  1245. <label>Remain Charging Time</label>
  1246. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['ChargingInfo2']['RemainChargingDuration'];?> seconds">
  1247. <input type="hidden" name="RemainChargingDuration2" id="RemainChargingDuration2" value="<?php echo $obj['ChargingInfo2']['RemainChargingDuration'];?>">
  1248. </div>
  1249. <div class="form-group" style="display:<?php echo $am001;?>">
  1250. <label>EV Battery Max Voltage</label>
  1251. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['ChargingInfo2']['EvBatteryMaxVoltage'],2);?> volt">
  1252. <input type="hidden" name="EvBatteryMaxVoltage2" id="EvBatteryMaxVoltage2" value="<?php echo $obj['ChargingInfo2']['EvBatteryMaxVoltage'];?>">
  1253. </div>
  1254. <div class="form-group" style="display:<?php echo $am001;?>">
  1255. <label>EV Battery Target Voltage</label>
  1256. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['ChargingInfo2']['EvBatterytargetVoltage'],2);?> volt">
  1257. <input type="hidden" name="EvBatterytargetVoltage2" id="EvBatterytargetVoltage2" value="<?php echo $obj['ChargingInfo2']['EvBatterytargetVoltage'];?>">
  1258. </div>
  1259. <div class="form-group" style="display:<?php echo $am001;?>">
  1260. <label>EV Battery Soc</label>
  1261. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['ChargingInfo2']['EvBatterySoc'];?>">
  1262. <input type="hidden" name="EvBatterySoc2" id="EvBatterySoc2" value="<?php echo $obj['ChargingInfo2']['EvBatterySoc'];?>">
  1263. </div>
  1264. <div class="form-group" style="display:<?php echo $am111;?>">
  1265. <label>Totalize Power Consumption</label>
  1266. <input type="text" readonly class="form-control" placeholder="<?php echo number_format(round($obj['ChargingInfo2']['PowerConsumption'],4), 4, ".", " ");?> kWh">
  1267. </div>
  1268. </section>
  1269. </article>
  1270. <?php }?>
  1271. <?php if($obj['ChargingInfo3']){ $idx++;?>
  1272. <!--Charging Information-->
  1273. <article class="envor-sorting-item css">
  1274. <header><?php echo "connector".$idx." ".$lang->showWord("charging_information")."(".$connectorType3.")"; ?><i class="fa fa-plus"></i></header>
  1275. <section>
  1276. <div class="form-group" style="display:<?php echo $am111;?>">
  1277. <label>User Id</label>
  1278. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['ChargingInfo3']['StartUserId'];?>">
  1279. <input type="hidden" name="UserId3" id="UserId3" value="<?php echo $obj['ChargingInfo3']['StartUserId'];?>">
  1280. </div>
  1281. <div class="form-group" style="display:<?php echo $am111;?>">
  1282. <label>Start Date Time</label>
  1283. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['ChargingInfo3']['StartDateTime'];?>">
  1284. <input type="hidden" name="StartDateTime3" id="StartDateTime3" value="<?php echo $obj['ChargingInfo3']['StartDateTime'];?>">
  1285. </div>
  1286. <div class="form-group" style="display:<?php echo $am111;?>">
  1287. <label>Stop Date Time</label>
  1288. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['ChargingInfo3']['StopDateTime'];?>">
  1289. <input type="hidden" name="StopDateTime3" id="StopDateTime3" value="<?php echo $obj['ChargingInfo3']['StopDateTime'];?>">
  1290. </div>
  1291. <?php /* <div class="form-group" style="display:<?php echo $am111;?>">
  1292. <label>StartMethod</label>
  1293. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['ChargingInfo3']['StartMethod'];?>">
  1294. <input type="hidden" name="StartMethod3" id="StartMethod3" value="<?php echo $obj['ChargingInfo3']['StartMethod'];?>">
  1295. </div>*/?>
  1296. <div class="form-group" style="display:<?php echo $am111;?>">
  1297. <label>System Status</label>
  1298. <input type="text" readonly class="form-control" placeholder="<?php echo $SystemStatus3;?>">
  1299. <input type="hidden" name="SystemStatus3" id="SystemStatus3" value="<?php echo $obj['ChargingInfo3']['SystemStatus'];?>">
  1300. </div>
  1301. <div class="form-group" style="display:<?php echo $am111;?>">
  1302. <label>Connector Temperature</label>
  1303. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['ChargingInfo3']['ConnectorTemp'];?> ℃">
  1304. <input type="hidden" name="ConnectorTemp3" id="ConnectorTemp3" value="<?php echo $obj['ChargingInfo3']['ConnectorTemp'];?>">
  1305. </div>
  1306. <div class="form-group" style="display:<?php echo $am001;?>">
  1307. <label>Present Charging Voltage</label>
  1308. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['ChargingInfo3']['PresentChargingVoltage'],2);?> volt">
  1309. <input type="hidden" name="PresentChargingVoltage3" id="PresentChargingVoltage3" value="<?php echo $obj['ChargingInfo3']['PresentChargingVoltage'];?>">
  1310. </div>
  1311. <div class="form-group" style="display:<?php echo $am111;?>">
  1312. <label>Present Charging Current</label>
  1313. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['ChargingInfo3']['PresentChargingCurrent'],2);?> amp">
  1314. <input type="hidden" name="PresentChargingCurrent3" id="PresentChargingCurrent3" value="<?php echo $obj['ChargingInfo3']['PresentChargingCurrent'];?>">
  1315. </div>
  1316. <div class="form-group" style="display:<?php echo $am111;?>">
  1317. <label>Present Charging Power</label>
  1318. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['ChargingInfo3']['PresentChargingPower'],2);?> kW">
  1319. <input type="hidden" name="PresentChargingPower3" id="PresentChargingPower3" value="<?php echo $obj['ChargingInfo3']['PresentChargingPower'];?>">
  1320. </div>
  1321. <div class="form-group" style="display:<?php echo $am111;?>">
  1322. <label>Present Charging Energy</label>
  1323. <input type="text" readonly class="form-control" placeholder="<?php echo number_format(round($obj['ChargingInfo3']['PresentChargedEnergy'],4), 4, ".", " ");?> kWh">
  1324. <input type="hidden" name="PresentChargedEnergy3" id="PresentChargedEnergy3" value="<?php echo $obj['ChargingInfo3']['PresentChargedEnergy'];?>">
  1325. </div>
  1326. <div class="form-group" style="display:<?php echo $am111;?>">
  1327. <label>Present Charging Duration</label>
  1328. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['ChargingInfo3']['PresentChargedDuration'];?> seconds">
  1329. <input type="hidden" name="PresentChargedDuration3" id="PresentChargedDuration3" value="<?php echo $obj['ChargingInfo3']['PresentChargedDuration'];?>">
  1330. </div>
  1331. <div class="form-group" style="display:<?php echo $am001;?>">
  1332. <label>Remain Charging Time</label>
  1333. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['ChargingInfo3']['RemainChargingDuration'];?> seconds">
  1334. <input type="hidden" name="RemainChargingDuration3" id="RemainChargingDuration3" value="<?php echo $obj['ChargingInfo3']['RemainChargingDuration'];?>">
  1335. </div>
  1336. <div class="form-group" style="display:<?php echo $am001;?>">
  1337. <label>EV Battery Max Voltage</label>
  1338. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['ChargingInfo3']['EvBatteryMaxVoltage'],2);?> volt">
  1339. <input type="hidden" name="EvBatteryMaxVoltage3" id="EvBatteryMaxVoltage3" value="<?php echo $obj['ChargingInfo3']['EvBatteryMaxVoltage'];?>">
  1340. </div>
  1341. <div class="form-group" style="display:<?php echo $am001;?>">
  1342. <label>EV Battery Target Voltage</label>
  1343. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['ChargingInfo3']['EvBatterytargetVoltage'],2);?> volt">
  1344. <input type="hidden" name="EvBatterytargetVoltage3" id="EvBatterytargetVoltage3" value="<?php echo $obj['ChargingInfo3']['EvBatterytargetVoltage'];?>">
  1345. </div>
  1346. <div class="form-group" style="display:<?php echo $am001;?>">
  1347. <label>EV Battery Soc</label>
  1348. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['ChargingInfo3']['EvBatterySoc'];?>">
  1349. <input type="hidden" name="EvBatterySoc3" id="EvBatterySoc3" value="<?php echo $obj['ChargingInfo3']['EvBatterySoc'];?>">
  1350. </div>
  1351. <div class="form-group" style="display:<?php echo $am111;?>">
  1352. <label>Totalize Power Consumption</label>
  1353. <input type="text" readonly class="form-control" placeholder="<?php echo number_format(round($obj['ChargingInfo3']['PowerConsumption'],4), 4, ".", " ");?> kWh">
  1354. </div>
  1355. </section>
  1356. </article>
  1357. <?php }?>
  1358. <?php } ?>
  1359. <article class="envor-sorting-item css">
  1360. <div align="center"><button id="save"><?php echo $lang->showWord("set")?></button></div>
  1361. </article>
  1362. </div>
  1363. </div>
  1364. </div>
  1365. </div>
  1366. </div>
  1367. </section>
  1368. </div>
  1369. <?php
  1370. include 'foot.php';
  1371. ?>
  1372. <script type="text/JavaScript">
  1373. $(document).ready(function(){
  1374. if(document.getElementById("MaxChargingEnergy").value=="0" || document.getElementById("MaxChargingEnergy").value==""){
  1375. document.getElementById("MaxChargingEnergyText").style.display="block";
  1376. }
  1377. if(document.getElementById("MaxChargingPower").value=="0" || document.getElementById("MaxChargingPower").value==""){
  1378. document.getElementById("MaxChargingPowerText").style.display="block";
  1379. }
  1380. if(document.getElementById("MaxChargingCurrent").value=="0" || document.getElementById("MaxChargingCurrent").value==""){
  1381. document.getElementById("MaxChargingCurrentText").style.display="block";
  1382. }
  1383. if(document.getElementById("MaxChargingDuration").value=="0" || document.getElementById("MaxChargingDuration").value==""){
  1384. document.getElementById("MaxChargingDurationText").style.display="block";
  1385. }
  1386. if(document.getElementById("ModelName").value.substr(8,1) != "0"){
  1387. document.getElementById("AcMaxChargingCurrentDiv").style.display="block";
  1388. if(document.getElementById("AcMaxChargingCurrent").value=="0" || document.getElementById("AcMaxChargingCurrent").value==""){
  1389. document.getElementById("AcMaxChargingCurrentText").style.display="block";
  1390. }
  1391. document.getElementById("MaxChargingEnergyLbl").innerHTML="DC MaxCharging Energy";
  1392. document.getElementById("MaxChargingPowerLbl").innerHTML="DC MaxCharging Power";
  1393. document.getElementById("MaxChargingCurrentLbl").innerHTML="DC MaxCharging Current";
  1394. document.getElementById("MaxChargingDurationLbl").innerHTML="DC MaxCharging Duration";
  1395. }
  1396. else{
  1397. document.getElementById("AcMaxChargingCurrentDiv").style.display="none";
  1398. }
  1399. isBilling_clicked();
  1400. document.getElementById("MaxChargingEnergy").addEventListener("change", function() {
  1401. if(document.getElementById(this.id).value == "0" || document.getElementById(this.id).value == ""){
  1402. document.getElementById(this.id+"Text").style.display="block";
  1403. }
  1404. else{
  1405. document.getElementById(this.id+"Text").style.display="none";
  1406. }
  1407. });
  1408. document.getElementById("MaxChargingPower").addEventListener("change", function() {
  1409. if(document.getElementById(this.id).value == "0" || document.getElementById(this.id).value == ""){
  1410. document.getElementById(this.id+"Text").style.display="block";
  1411. }
  1412. else{
  1413. document.getElementById(this.id+"Text").style.display="none";
  1414. }
  1415. });
  1416. document.getElementById("MaxChargingCurrent").addEventListener("change", function() {
  1417. if(document.getElementById(this.id).value == "0" || document.getElementById(this.id).value == ""){
  1418. document.getElementById(this.id+"Text").style.display="block";
  1419. }
  1420. else{
  1421. document.getElementById(this.id+"Text").style.display="none";
  1422. }
  1423. });
  1424. document.getElementById("MaxChargingDuration").addEventListener("change", function() {
  1425. if(document.getElementById(this.id).value == "0" || document.getElementById(this.id).value == ""){
  1426. document.getElementById(this.id+"Text").style.display="block";
  1427. }
  1428. else{
  1429. document.getElementById(this.id+"Text").style.display="none";
  1430. }
  1431. });
  1432. document.getElementById("AcMaxChargingCurrent").addEventListener("change", function() {
  1433. if(document.getElementById(this.id).value == "0" || document.getElementById(this.id).value == ""){
  1434. document.getElementById(this.id+"Text").style.display="block";
  1435. }
  1436. else{
  1437. document.getElementById(this.id+"Text").style.display="none";
  1438. }
  1439. });
  1440. });
  1441. document.getElementById("save").onclick = function() {
  1442. if(formCheck())
  1443. {
  1444. window.location="#loadinghref";
  1445. document.getElementById("loading").style.display="block";
  1446. // 發送 Ajax 查詢請求並處理
  1447. var request = new XMLHttpRequest();
  1448. request.open("POST", "set_charging_action.php");
  1449. // POST 參數須使用 send() 發送
  1450. var data = "MaxChargingEnergy=" + document.getElementById("MaxChargingEnergy").value +
  1451. "&MaxChargingPower=" + document.getElementById("MaxChargingPower").value +
  1452. "&MaxChargingCurrent=" + document.getElementById("MaxChargingCurrent").value+
  1453. "&AcMaxChargingCurrent=" + document.getElementById("AcMaxChargingCurrent").value+
  1454. "&MaxChargingDuration=" + document.getElementById("MaxChargingDuration").value+
  1455. "&StopChargingByButton=" + document.getElementById("StopChargingByButton").value+
  1456. "&LocalWhiteCard0=" + document.getElementById("LocalWhiteCard0").value+
  1457. "&LocalWhiteCard1=" + document.getElementById("LocalWhiteCard1").value+
  1458. "&LocalWhiteCard2=" + document.getElementById("LocalWhiteCard2").value+
  1459. "&LocalWhiteCard3=" + document.getElementById("LocalWhiteCard3").value+
  1460. "&LocalWhiteCard4=" + document.getElementById("LocalWhiteCard4").value+
  1461. "&LocalWhiteCard5=" + document.getElementById("LocalWhiteCard5").value+
  1462. "&LocalWhiteCard6=" + document.getElementById("LocalWhiteCard6").value+
  1463. "&LocalWhiteCard7=" + document.getElementById("LocalWhiteCard7").value+
  1464. "&LocalWhiteCard8=" + document.getElementById("LocalWhiteCard8").value+
  1465. "&LocalWhiteCard9=" + document.getElementById("LocalWhiteCard9").value+
  1466. "&isBilling=" + (document.getElementById("isBilling").checked?1:0)+
  1467. "&Currency=" + document.getElementById("Currency").value+
  1468. "&Fee0=" + document.getElementById("Fee0").value+
  1469. "&Fee1=" + document.getElementById("Fee1").value+
  1470. "&Fee2=" + document.getElementById("Fee2").value+
  1471. "&Fee3=" + document.getElementById("Fee3").value+
  1472. "&Fee4=" + document.getElementById("Fee4").value+
  1473. "&Fee5=" + document.getElementById("Fee5").value+
  1474. "&Fee6=" + document.getElementById("Fee6").value+
  1475. "&Fee7=" + document.getElementById("Fee7").value+
  1476. "&Fee8=" + document.getElementById("Fee8").value+
  1477. "&Fee9=" + document.getElementById("Fee9").value+
  1478. "&Fee10=" + document.getElementById("Fee10").value+
  1479. "&Fee11=" + document.getElementById("Fee11").value+
  1480. "&Fee12=" + document.getElementById("Fee12").value+
  1481. "&Fee13=" + document.getElementById("Fee13").value+
  1482. "&Fee14=" + document.getElementById("Fee14").value+
  1483. "&Fee15=" + document.getElementById("Fee15").value+
  1484. "&Fee16=" + document.getElementById("Fee16").value+
  1485. "&Fee17=" + document.getElementById("Fee17").value+
  1486. "&Fee18=" + document.getElementById("Fee18").value+
  1487. "&Fee19=" + document.getElementById("Fee19").value+
  1488. "&Fee20=" + document.getElementById("Fee20").value+
  1489. "&Fee21=" + document.getElementById("Fee21").value+
  1490. "&Fee22=" + document.getElementById("Fee22").value+
  1491. "&Fee23=" + document.getElementById("Fee23").value;
  1492. // POST 請求必須設置表頭在 open() 下面,send() 上面
  1493. request.setRequestHeader("Content-Type", "application/x-www-form-urlencoded");
  1494. request.send(data);
  1495. request.onreadystatechange = function() {
  1496. // 伺服器請求完成
  1497. if (request.readyState == 4) {
  1498. document.getElementById("loading").style.display="none";
  1499. // 伺服器回應成功
  1500. if (request.status == 200 && JSON.parse(request.responseText).result=="Success") {
  1501. alert("<?php echo $lang->showWord("done")?>");
  1502. location.href="set_charging.php";
  1503. } else {
  1504. alert(JSON.parse(request.responseText).message);
  1505. }
  1506. request = null;
  1507. }
  1508. }
  1509. }
  1510. }
  1511. function formCheck()
  1512. {
  1513. var LocalWhiteCard0 = document.getElementById("LocalWhiteCard0").value;
  1514. var LocalWhiteCard1 = document.getElementById("LocalWhiteCard1").value;
  1515. var LocalWhiteCard2 = document.getElementById("LocalWhiteCard2").value;
  1516. var LocalWhiteCard3 = document.getElementById("LocalWhiteCard3").value;
  1517. var LocalWhiteCard4 = document.getElementById("LocalWhiteCard4").value;
  1518. var LocalWhiteCard5 = document.getElementById("LocalWhiteCard5").value;
  1519. var LocalWhiteCard6 = document.getElementById("LocalWhiteCard6").value;
  1520. var LocalWhiteCard7 = document.getElementById("LocalWhiteCard7").value;
  1521. var LocalWhiteCard8 = document.getElementById("LocalWhiteCard8").value;
  1522. var LocalWhiteCard9 = document.getElementById("LocalWhiteCard9").value;
  1523. var RatingCurrent = document.getElementById("RatingCurrent").value;
  1524. var RatingPower = document.getElementById("RatingPower").value;
  1525. var MaxChargingEnergy = document.getElementById("MaxChargingEnergy").value;
  1526. var MaxChargingPower = document.getElementById("MaxChargingPower").value;
  1527. var MaxChargingCurrent = document.getElementById("MaxChargingCurrent").value;
  1528. var AcMaxChargingCurrent = document.getElementById("AcMaxChargingCurrent").value;
  1529. var MaxChargingDuration = document.getElementById("MaxChargingDuration").value;
  1530. if(LocalWhiteCard0 != ""){
  1531. if(LocalWhiteCard0.length>32){
  1532. alert("Local White Card0 must be less than 32 bytes!");
  1533. document.getElementById("LocalWhiteCard0").focus();
  1534. return false;
  1535. }
  1536. }
  1537. if(LocalWhiteCard1 != ""){
  1538. if(LocalWhiteCard1.length>32){
  1539. alert("Local White Card1 must be less than 32 bytes!");
  1540. document.getElementById("LocalWhiteCard1").focus();
  1541. return false;
  1542. }
  1543. }
  1544. if(LocalWhiteCard2 != ""){
  1545. if(LocalWhiteCard2.length>32){
  1546. alert("Local White Card2 must be less than 32 bytes!");
  1547. document.getElementById("LocalWhiteCard2").focus();
  1548. return false;
  1549. }
  1550. }
  1551. if(LocalWhiteCard3 != ""){
  1552. if(LocalWhiteCard3.length>32){
  1553. alert("Local White Card3 must be less than 32 bytes!");
  1554. document.getElementById("LocalWhiteCard3").focus();
  1555. return false;
  1556. }
  1557. }
  1558. if(LocalWhiteCard4 != ""){
  1559. if(LocalWhiteCard4.length>32){
  1560. alert("Local White Card4 must be less than 32 bytes!");
  1561. document.getElementById("LocalWhiteCard4").focus();
  1562. return false;
  1563. }
  1564. }
  1565. if(LocalWhiteCard5 != ""){
  1566. if(LocalWhiteCard5.length>32){
  1567. alert("Local White Card5 must be less than 32 bytes!");
  1568. document.getElementById("LocalWhiteCard5").focus();
  1569. return false;
  1570. }
  1571. }
  1572. if(LocalWhiteCard6 != ""){
  1573. if(LocalWhiteCard6.length>32){
  1574. alert("Local White Card6 must be less than 32 bytes!");
  1575. document.getElementById("LocalWhiteCard6").focus();
  1576. return false;
  1577. }
  1578. }
  1579. if(LocalWhiteCard7 != ""){
  1580. if(LocalWhiteCard7.length>32){
  1581. alert("Local White Card7 must be less than 32 bytes!");
  1582. document.getElementById("LocalWhiteCard7").focus();
  1583. return false;
  1584. }
  1585. }
  1586. if(LocalWhiteCard8 != ""){
  1587. if(LocalWhiteCard8.length>32){
  1588. alert("Local White Card8 must be less than 32 bytes!");
  1589. document.getElementById("LocalWhiteCard8").focus();
  1590. return false;
  1591. }
  1592. }
  1593. if(LocalWhiteCard9 != ""){
  1594. if(LocalWhiteCard9.length>32){
  1595. alert("Local White Card9 must be less than 32 bytes!");
  1596. document.getElementById("LocalWhiteCard9").focus();
  1597. return false;
  1598. }
  1599. }
  1600. if(MaxChargingEnergy =="")
  1601. {
  1602. alert("Fill Max Charging Energy !");
  1603. document.getElementById("MaxChargingEnergy").focus();
  1604. return false;
  1605. }
  1606. if(MaxChargingEnergy >65535)
  1607. {
  1608. alert("Max Charging Energy must <= 65535!");
  1609. document.getElementById("MaxChargingEnergy").focus();
  1610. return false;
  1611. }
  1612. if(MaxChargingEnergy < 0)
  1613. {
  1614. alert("Max Charging Energy must >= 0!");
  1615. document.getElementById("MaxChargingEnergy").focus();
  1616. return false;
  1617. }
  1618. if(MaxChargingPower =="")
  1619. {
  1620. alert("Fill Max Charging Power !");
  1621. document.getElementById("MaxChargingPower").focus();
  1622. return false;
  1623. }
  1624. if(RatingPower!="" && RatingPower!=0){
  1625. if(parseFloat(MaxChargingPower) > parseFloat(RatingPower))
  1626. {
  1627. alert("Max Charging Power must be less than RatingPower("+RatingPower+")!");
  1628. document.getElementById("MaxChargingPower").focus();
  1629. return false;
  1630. }
  1631. }
  1632. else{
  1633. if(MaxChargingPower >65535)
  1634. {
  1635. alert("Max Charging Power must <= 65535!");
  1636. document.getElementById("MaxChargingPower").focus();
  1637. return false;
  1638. }
  1639. }
  1640. if(MaxChargingCurrent =="")
  1641. {
  1642. alert("Fill Max Charging Current !");
  1643. document.getElementById("MaxChargingCurrent").focus();
  1644. return false;
  1645. }
  1646. if(RatingCurrent!="" && RatingCurrent!=0){
  1647. if(parseFloat(MaxChargingCurrent) > parseFloat(RatingCurrent))
  1648. {
  1649. alert("Max Charging Current must be less than RatingCurrent("+RatingCurrent+")!");
  1650. document.getElementById("MaxChargingCurrent").focus();
  1651. return false;
  1652. }
  1653. }
  1654. else{
  1655. if(MaxChargingCurrent >65535)
  1656. {
  1657. alert("Max Charging Current must <= 65535!");
  1658. document.getElementById("MaxChargingCurrent").focus();
  1659. return false;
  1660. }
  1661. }
  1662. if(document.getElementById("ModelName").value.substr(8,1)!= "0" && AcMaxChargingCurrent =="")
  1663. {
  1664. alert("Fill AC Max Charging Current !");
  1665. document.getElementById("AcMaxChargingCurrent").focus();
  1666. return false;
  1667. }
  1668. if(AcRatingCurrent!="" && AcRatingCurrent!=0){
  1669. if(parseFloat(AcMaxChargingCurrent) > parseFloat(AcRatingCurrent))
  1670. {
  1671. alert("Ac Max Charging Current must be less than Ac Rating Current("+AcRatingCurrent+")!");
  1672. document.getElementById("AcMaxChargingCurrent").focus();
  1673. return false;
  1674. }
  1675. }
  1676. else{
  1677. if(AcMaxChargingCurrent >65535)
  1678. {
  1679. alert("Ac Max Charging Current must <= 65535!");
  1680. document.getElementById("AcMaxChargingCurrent").focus();
  1681. return false;
  1682. }
  1683. if(AcMaxChargingCurrent < 0)
  1684. {
  1685. alert("Ac Max Charging Current must >= 0!");
  1686. document.getElementById("AcMaxChargingCurrent").focus();
  1687. return false;
  1688. }
  1689. }
  1690. if(MaxChargingCurrent =="")
  1691. {
  1692. alert("Fill Max Charging Current !");
  1693. document.getElementById("MaxChargingCurrent").focus();
  1694. return false;
  1695. }
  1696. if(MaxChargingCurrent < 0)
  1697. {
  1698. alert("MaxChargingCurrent must >= 0!");
  1699. document.getElementById("MaxChargingCurrent").focus();
  1700. return false;
  1701. }
  1702. if(MaxChargingDuration >65535)
  1703. {
  1704. alert("MaxChargingDuration must <= 65535!");
  1705. document.getElementById("MaxChargingDuration").focus();
  1706. return false;
  1707. }
  1708. if(MaxChargingDuration =="")
  1709. {
  1710. alert("Fill Max Charging Duration !");
  1711. document.getElementById("MaxChargingDuration").focus();
  1712. return false;
  1713. }
  1714. if(MaxChargingDuration < 0)
  1715. {
  1716. alert("MaxChargingDuration must >= 0!");
  1717. document.getElementById("MaxChargingDuration").focus();
  1718. return false;
  1719. }
  1720. return true;
  1721. }
  1722. function isBilling_clicked(){
  1723. if(document.getElementById("isBilling").checked){
  1724. document.getElementById("CurrencyDiv").style.display="block";
  1725. document.getElementById("FeeDiv").style.display="block";
  1726. }
  1727. else{
  1728. document.getElementById("CurrencyDiv").style.display="none";
  1729. document.getElementById("FeeDiv").style.display="none";
  1730. }
  1731. }
  1732. function isNumberKey(evt)
  1733. {
  1734. var charCode = (evt.which) ? evt.which : event.keyCode
  1735. if (charCode > 31 && (charCode < 48 || charCode > 57) && (charCode != 46))
  1736. return false;
  1737. return true;
  1738. }
  1739. </script>
  1740. </html>