TD.json 22 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181
  1. {
  2. "all":[
  3. {
  4. "firstTag":"技术参数",
  5. "secondTag":"通用",
  6. "infoPointName":"电压等级类型",
  7. "infoPointCode":"ULevType",
  8. "unit":"",
  9. "dataType":"Enum",
  10. "inputMode":"D1",
  11. "dataSource":[
  12. {
  13. "code":"1",
  14. "name":"高压变配电系统"
  15. },
  16. {
  17. "code":"2",
  18. "name":"低压变配电系统"
  19. },
  20. {
  21. "code":"3",
  22. "name":"其他"
  23. }
  24. ],
  25. "note":"",
  26. "func-id":""
  27. },
  28. {
  29. "firstTag":"技术参数",
  30. "secondTag":"通用",
  31. "infoPointName":"用电用户类型",
  32. "infoPointCode":"UserType",
  33. "unit":"",
  34. "dataType":"Enum",
  35. "inputMode":"D1",
  36. "dataSource":[
  37. {
  38. "code":"1",
  39. "name":"重要电力用户"
  40. },
  41. {
  42. "code":"2",
  43. "name":"工商业电力用户"
  44. },
  45. {
  46. "code":"3",
  47. "name":"其他"
  48. }
  49. ],
  50. "note":"",
  51. "func-id":""
  52. },
  53. {
  54. "firstTag":"技术参数",
  55. "secondTag":"通用",
  56. "infoPointName":"重要电力用户分级",
  57. "infoPointCode":"ImportantUserLev",
  58. "unit":"",
  59. "dataType":"Enum",
  60. "inputMode":"D1",
  61. "dataSource":[
  62. {
  63. "code":"1",
  64. "name":"特级"
  65. },
  66. {
  67. "code":"2",
  68. "name":"一级"
  69. },
  70. {
  71. "code":"3",
  72. "name":"二级"
  73. },
  74. {
  75. "code":"4",
  76. "name":"临时性重要电力用户"
  77. },
  78. {
  79. "code":"5",
  80. "name":"其他"
  81. }
  82. ],
  83. "note":"",
  84. "func-id":""
  85. },
  86. {
  87. "firstTag":"技术参数",
  88. "secondTag":"通用",
  89. "infoPointName":"工商业电力用户分级",
  90. "infoPointCode":"ICUserLev",
  91. "unit":"",
  92. "dataType":"Enum",
  93. "inputMode":"D1",
  94. "dataSource":[
  95. {
  96. "code":"1",
  97. "name":"重要电力负荷"
  98. },
  99. {
  100. "code":"2",
  101. "name":"一级负荷"
  102. },
  103. {
  104. "code":"3",
  105. "name":"二级负荷"
  106. },
  107. {
  108. "code":"4",
  109. "name":"三级负荷"
  110. },
  111. {
  112. "code":"5",
  113. "name":"其他"
  114. }
  115. ],
  116. "note":"",
  117. "func-id":""
  118. },
  119. {
  120. "firstTag":"技术参数",
  121. "secondTag":"通用",
  122. "infoPointName":"安装地点",
  123. "infoPointCode":"InstallLocationType",
  124. "unit":"",
  125. "dataType":"Enum",
  126. "inputMode":"D1",
  127. "dataSource":[
  128. {
  129. "code":"1",
  130. "name":"室外"
  131. },
  132. {
  133. "code":"2",
  134. "name":"室内"
  135. },
  136. {
  137. "code":"3",
  138. "name":"其他"
  139. }
  140. ],
  141. "note":"",
  142. "func-id":""
  143. },
  144. {
  145. "firstTag":"技术参数",
  146. "secondTag":"高压",
  147. "infoPointName":"高压有无母线",
  148. "infoPointCode":"HUisBus",
  149. "unit":"",
  150. "dataType":"Bool",
  151. "inputMode":"E1",
  152. "dataSource":[
  153. {
  154. "code":"0",
  155. "name":"无"
  156. },
  157. {
  158. "code":"1",
  159. "name":"有"
  160. }
  161. ],
  162. "note":"",
  163. "func-id":""
  164. },
  165. {
  166. "firstTag":"技术参数",
  167. "secondTag":"高压",
  168. "infoPointName":"高压母线接线类型",
  169. "infoPointCode":"HUBusConnectType",
  170. "unit":"",
  171. "dataType":"Enum",
  172. "inputMode":"D1",
  173. "dataSource":[
  174. {
  175. "code":"1",
  176. "name":"单母线"
  177. },
  178. {
  179. "code":"2",
  180. "name":"分段单母线"
  181. },
  182. {
  183. "code":"3",
  184. "name":"单母线带旁路母线"
  185. },
  186. {
  187. "code":"4",
  188. "name":"双母线"
  189. },
  190. {
  191. "code":"5",
  192. "name":"其他"
  193. }
  194. ],
  195. "note":"",
  196. "func-id":""
  197. },
  198. {
  199. "firstTag":"技术参数",
  200. "secondTag":"高压",
  201. "infoPointName":"高压主变压器数量",
  202. "infoPointCode":"HUMainTransNum",
  203. "unit":"台",
  204. "dataType":"Num",
  205. "inputMode":"A2",
  206. "dataSource":"",
  207. "note":"",
  208. "func-id":""
  209. },
  210. {
  211. "firstTag":"技术参数",
  212. "secondTag":"高压",
  213. "infoPointName":"高压主变压器绕组类型",
  214. "infoPointCode":"HUMainTransWindingType",
  215. "unit":"",
  216. "dataType":"Enum",
  217. "inputMode":"D1",
  218. "dataSource":[
  219. {
  220. "code":"1",
  221. "name":"双绕组"
  222. },
  223. {
  224. "code":"2",
  225. "name":"三绕组"
  226. },
  227. {
  228. "code":"3",
  229. "name":"其他"
  230. }
  231. ],
  232. "note":"",
  233. "func-id":""
  234. },
  235. {
  236. "firstTag":"技术参数",
  237. "secondTag":"高压",
  238. "infoPointName":"高压变电系统额定进线电压",
  239. "infoPointCode":"HURatedInU",
  240. "unit":"kV",
  241. "dataType":"Num",
  242. "inputMode":"A2",
  243. "dataSource":"",
  244. "note":"",
  245. "func-id":""
  246. },
  247. {
  248. "firstTag":"技术参数",
  249. "secondTag":"高压",
  250. "infoPointName":"高压变电系统额定中压出线电压",
  251. "infoPointCode":"HURatedOutMediumU",
  252. "unit":"kV",
  253. "dataType":"Num",
  254. "inputMode":"A2",
  255. "dataSource":"",
  256. "note":"",
  257. "func-id":""
  258. },
  259. {
  260. "firstTag":"技术参数",
  261. "secondTag":"高压",
  262. "infoPointName":"高压变电系统额定低压出线电压",
  263. "infoPointCode":"HURatedOutLowU",
  264. "unit":"kV",
  265. "dataType":"Num",
  266. "inputMode":"A2",
  267. "dataSource":"",
  268. "note":"",
  269. "func-id":""
  270. },
  271. {
  272. "firstTag":"技术参数",
  273. "secondTag":"高压",
  274. "infoPointName":"高压变电系统设计容量",
  275. "infoPointCode":"HUDesignCap",
  276. "unit":"kVA",
  277. "dataType":"Num",
  278. "inputMode":"A2",
  279. "dataSource":"",
  280. "note":"",
  281. "func-id":""
  282. },
  283. {
  284. "firstTag":"技术参数",
  285. "secondTag":"高压",
  286. "infoPointName":"高压是否有站内变压器",
  287. "infoPointCode":"isHUStationTrans",
  288. "unit":"",
  289. "dataType":"Bool",
  290. "inputMode":"E1",
  291. "dataSource":[
  292. {
  293. "code":"0",
  294. "name":"无"
  295. },
  296. {
  297. "code":"1",
  298. "name":"有"
  299. }
  300. ],
  301. "note":"",
  302. "func-id":""
  303. },
  304. {
  305. "firstTag":"技术参数",
  306. "secondTag":"高压",
  307. "infoPointName":"高压是否有接地变压器",
  308. "infoPointCode":"isHUGroundTrans",
  309. "unit":"",
  310. "dataType":"Bool",
  311. "inputMode":"E1",
  312. "dataSource":[
  313. {
  314. "code":"0",
  315. "name":"无"
  316. },
  317. {
  318. "code":"1",
  319. "name":"有"
  320. }
  321. ],
  322. "note":"",
  323. "func-id":""
  324. },
  325. {
  326. "firstTag":"技术参数",
  327. "secondTag":"高压",
  328. "infoPointName":"高压是否有直流屏",
  329. "infoPointCode":"isHUDCScreen",
  330. "unit":"",
  331. "dataType":"Bool",
  332. "inputMode":"E1",
  333. "dataSource":[
  334. {
  335. "code":"0",
  336. "name":"无"
  337. },
  338. {
  339. "code":"1",
  340. "name":"有"
  341. }
  342. ],
  343. "note":"",
  344. "func-id":""
  345. },
  346. {
  347. "firstTag":"技术参数",
  348. "secondTag":"高压",
  349. "infoPointName":"高压是否为双电源",
  350. "infoPointCode":"isHUDualPower",
  351. "unit":"",
  352. "dataType":"Bool",
  353. "inputMode":"E1",
  354. "dataSource":[
  355. {
  356. "code":"0",
  357. "name":"否"
  358. },
  359. {
  360. "code":"1",
  361. "name":"是"
  362. }
  363. ],
  364. "note":"",
  365. "func-id":""
  366. },
  367. {
  368. "firstTag":"技术参数",
  369. "secondTag":"高压",
  370. "infoPointName":"高压双电源运行方式",
  371. "infoPointCode":"HUDualPowerOperateType",
  372. "unit":"",
  373. "dataType":"Enum",
  374. "inputMode":"D1",
  375. "dataSource":[
  376. {
  377. "code":"1",
  378. "name":"一用一备"
  379. },
  380. {
  381. "code":"2",
  382. "name":"同时运行,互为备用"
  383. },
  384. {
  385. "code":"3",
  386. "name":"其他"
  387. }
  388. ],
  389. "note":"",
  390. "func-id":""
  391. },
  392. {
  393. "firstTag":"技术参数",
  394. "secondTag":"高压",
  395. "infoPointName":"高压站内用电来源",
  396. "infoPointCode":"HUStationPowerSource",
  397. "unit":"",
  398. "dataType":"Enum",
  399. "inputMode":"D1",
  400. "dataSource":[
  401. {
  402. "code":"1",
  403. "name":"站内变压器"
  404. },
  405. {
  406. "code":"2",
  407. "name":"接地变压器"
  408. },
  409. {
  410. "code":"3",
  411. "name":"其他"
  412. }
  413. ],
  414. "note":"",
  415. "func-id":""
  416. },
  417. {
  418. "firstTag":"技术参数",
  419. "secondTag":"高压",
  420. "infoPointName":"高压出线连接形式",
  421. "infoPointCode":"HUOutConnectType",
  422. "unit":"",
  423. "dataType":"Enum",
  424. "inputMode":"D1",
  425. "dataSource":[
  426. {
  427. "code":"1",
  428. "name":"单回路树干式"
  429. },
  430. {
  431. "code":"2",
  432. "name":"双回路树干式"
  433. },
  434. {
  435. "code":"3",
  436. "name":"普通环网式"
  437. },
  438. {
  439. "code":"4",
  440. "name":"拉手环网式"
  441. },
  442. {
  443. "code":"5",
  444. "name":"单回路放射式"
  445. },
  446. {
  447. "code":"6",
  448. "name":"双回路放射式"
  449. },
  450. {
  451. "code":"7",
  452. "name":"其他"
  453. }
  454. ],
  455. "note":"",
  456. "func-id":""
  457. },
  458. {
  459. "firstTag":"技术参数",
  460. "secondTag":"高压",
  461. "infoPointName":"高压线路敷设形式",
  462. "infoPointCode":"HUWireInstallType",
  463. "unit":"",
  464. "dataType":"Enum",
  465. "inputMode":"D1",
  466. "dataSource":[
  467. {
  468. "code":"1",
  469. "name":"地埋线"
  470. },
  471. {
  472. "code":"2",
  473. "name":"架空线"
  474. },
  475. {
  476. "code":"3",
  477. "name":"其他"
  478. }
  479. ],
  480. "note":"",
  481. "func-id":""
  482. },
  483. {
  484. "firstTag":"技术参数",
  485. "secondTag":"高压",
  486. "infoPointName":"高压开关柜连接关系",
  487. "infoPointCode":"HUCabConnect",
  488. "unit":"",
  489. "dataType":"Topology",
  490. "inputMode":"I",
  491. "dataSource":"",
  492. "note":"",
  493. "func-id":""
  494. },
  495. {
  496. "firstTag":"技术参数",
  497. "secondTag":"高压",
  498. "infoPointName":"高压变压器进线柜数量",
  499. "infoPointCode":"HUIncomingCabNum",
  500. "unit":"台",
  501. "dataType":"Num",
  502. "inputMode":"A2",
  503. "dataSource":"",
  504. "note":"",
  505. "func-id":""
  506. },
  507. {
  508. "firstTag":"技术参数",
  509. "secondTag":"高压",
  510. "infoPointName":"高压隔离柜数量",
  511. "infoPointCode":"HUIsolateCabNum",
  512. "unit":"台",
  513. "dataType":"Num",
  514. "inputMode":"A2",
  515. "dataSource":"",
  516. "note":"",
  517. "func-id":""
  518. },
  519. {
  520. "firstTag":"技术参数",
  521. "secondTag":"高压",
  522. "infoPointName":"高压断路器柜数量",
  523. "infoPointCode":"HUBreakerCabNum",
  524. "unit":"台",
  525. "dataType":"Num",
  526. "inputMode":"A2",
  527. "dataSource":"",
  528. "note":"",
  529. "func-id":""
  530. },
  531. {
  532. "firstTag":"技术参数",
  533. "secondTag":"高压",
  534. "infoPointName":"高压计量柜数量",
  535. "infoPointCode":"HUMeterCabNum",
  536. "unit":"台",
  537. "dataType":"Num",
  538. "inputMode":"A2",
  539. "dataSource":"",
  540. "note":"",
  541. "func-id":""
  542. },
  543. {
  544. "firstTag":"技术参数",
  545. "secondTag":"高压",
  546. "infoPointName":"高压无功补偿柜数量",
  547. "infoPointCode":"HUReactiveCompensationCabNum",
  548. "unit":"台",
  549. "dataType":"Num",
  550. "inputMode":"A2",
  551. "dataSource":"",
  552. "note":"",
  553. "func-id":""
  554. },
  555. {
  556. "firstTag":"技术参数",
  557. "secondTag":"高压",
  558. "infoPointName":"高压PT保护柜数量",
  559. "infoPointCode":"HUPTProtectCabNum",
  560. "unit":"台",
  561. "dataType":"Num",
  562. "inputMode":"A2",
  563. "dataSource":"",
  564. "note":"",
  565. "func-id":""
  566. },
  567. {
  568. "firstTag":"技术参数",
  569. "secondTag":"高压",
  570. "infoPointName":"高压出线柜数量",
  571. "infoPointCode":"HUOutgoingCabNum",
  572. "unit":"台",
  573. "dataType":"Num",
  574. "inputMode":"A2",
  575. "dataSource":"",
  576. "note":"",
  577. "func-id":""
  578. },
  579. {
  580. "firstTag":"技术参数",
  581. "secondTag":"高压",
  582. "infoPointName":"高压分段主柜数量",
  583. "infoPointCode":"HUSectionMainCabNum",
  584. "unit":"台",
  585. "dataType":"Num",
  586. "inputMode":"A2",
  587. "dataSource":"",
  588. "note":"",
  589. "func-id":""
  590. },
  591. {
  592. "firstTag":"技术参数",
  593. "secondTag":"高压",
  594. "infoPointName":"高压分段辅柜数量",
  595. "infoPointCode":"HUSectionAssistCabNum",
  596. "unit":"台",
  597. "dataType":"Num",
  598. "inputMode":"A2",
  599. "dataSource":"",
  600. "note":"",
  601. "func-id":""
  602. },
  603. {
  604. "firstTag":"技术参数",
  605. "secondTag":"高压",
  606. "infoPointName":"高压备用柜数量",
  607. "infoPointCode":"HUBackupCabNum",
  608. "unit":"台",
  609. "dataType":"Num",
  610. "inputMode":"A2",
  611. "dataSource":"",
  612. "note":"",
  613. "func-id":""
  614. },
  615. {
  616. "firstTag":"技术参数",
  617. "secondTag":"高压",
  618. "infoPointName":"高压环网柜数量",
  619. "infoPointCode":"HURingMainUnitNum",
  620. "unit":"台",
  621. "dataType":"Num",
  622. "inputMode":"A2",
  623. "dataSource":"",
  624. "note":"",
  625. "func-id":""
  626. },
  627. {
  628. "firstTag":"技术参数",
  629. "secondTag":"高压",
  630. "infoPointName":"高压双电源开关柜数量",
  631. "infoPointCode":"HUDaulPowerSwitchCabNum",
  632. "unit":"台",
  633. "dataType":"Num",
  634. "inputMode":"A2",
  635. "dataSource":"",
  636. "note":"",
  637. "func-id":""
  638. },
  639. {
  640. "firstTag":"技术参数",
  641. "secondTag":"低压",
  642. "infoPointName":"低压变电站类型",
  643. "infoPointCode":"LUSubstationType",
  644. "unit":"",
  645. "dataType":"Enum",
  646. "inputMode":"D1",
  647. "dataSource":[
  648. {
  649. "code":"1",
  650. "name":"室内变电站"
  651. },
  652. {
  653. "code":"2",
  654. "name":"组合式变电站"
  655. },
  656. {
  657. "code":"3",
  658. "name":"预装式变电站"
  659. },
  660. {
  661. "code":"4",
  662. "name":"组合式变电器"
  663. },
  664. {
  665. "code":"5",
  666. "name":"户外杆上变电台"
  667. },
  668. {
  669. "code":"6",
  670. "name":"其他"
  671. }
  672. ],
  673. "note":"",
  674. "func-id":""
  675. },
  676. {
  677. "firstTag":"技术参数",
  678. "secondTag":"低压",
  679. "infoPointName":"低压主变压器数量",
  680. "infoPointCode":"LUMainTransNum",
  681. "unit":"台",
  682. "dataType":"Num",
  683. "inputMode":"A2",
  684. "dataSource":"",
  685. "note":"",
  686. "func-id":""
  687. },
  688. {
  689. "firstTag":"技术参数",
  690. "secondTag":"低压",
  691. "infoPointName":"低压主变压器绕组类型",
  692. "infoPointCode":"LUMainTransWindingType",
  693. "unit":"",
  694. "dataType":"Enum",
  695. "inputMode":"D1",
  696. "dataSource":[
  697. {
  698. "code":"1",
  699. "name":"双绕组"
  700. },
  701. {
  702. "code":"2",
  703. "name":"三绕组"
  704. },
  705. {
  706. "code":"3",
  707. "name":"其他"
  708. }
  709. ],
  710. "note":"",
  711. "func-id":""
  712. },
  713. {
  714. "firstTag":"技术参数",
  715. "secondTag":"低压",
  716. "infoPointName":"低压变电系统额定进线电压",
  717. "infoPointCode":"LURatedInU",
  718. "unit":"kV",
  719. "dataType":"Num",
  720. "inputMode":"A2",
  721. "dataSource":"",
  722. "note":"",
  723. "func-id":""
  724. },
  725. {
  726. "firstTag":"技术参数",
  727. "secondTag":"低压",
  728. "infoPointName":"低压变电系统额定中压出线电压",
  729. "infoPointCode":"LURatedOutMediumU",
  730. "unit":"kV",
  731. "dataType":"Num",
  732. "inputMode":"A2",
  733. "dataSource":"",
  734. "note":"",
  735. "func-id":""
  736. },
  737. {
  738. "firstTag":"技术参数",
  739. "secondTag":"低压",
  740. "infoPointName":"低压变电系统额定低压出线电压",
  741. "infoPointCode":"LURatedOutLowU",
  742. "unit":"kV",
  743. "dataType":"Num",
  744. "inputMode":"A2",
  745. "dataSource":"",
  746. "note":"",
  747. "func-id":""
  748. },
  749. {
  750. "firstTag":"技术参数",
  751. "secondTag":"低压",
  752. "infoPointName":"低压变电系统设计容量",
  753. "infoPointCode":"LUDesignCap",
  754. "unit":"kVA",
  755. "dataType":"Num",
  756. "inputMode":"A2",
  757. "dataSource":"",
  758. "note":"",
  759. "func-id":""
  760. },
  761. {
  762. "firstTag":"技术参数",
  763. "secondTag":"低压",
  764. "infoPointName":"低压是否为双电源",
  765. "infoPointCode":"isLUDualPower",
  766. "unit":"",
  767. "dataType":"Bool",
  768. "inputMode":"E1",
  769. "dataSource":[
  770. {
  771. "code":"0",
  772. "name":"否"
  773. },
  774. {
  775. "code":"1",
  776. "name":"是"
  777. }
  778. ],
  779. "note":"",
  780. "func-id":""
  781. },
  782. {
  783. "firstTag":"技术参数",
  784. "secondTag":"低压",
  785. "infoPointName":"低压双电源运行方式",
  786. "infoPointCode":"LUDualPowerOperateType",
  787. "unit":"",
  788. "dataType":"Enum",
  789. "inputMode":"D1",
  790. "dataSource":[
  791. {
  792. "code":"1",
  793. "name":"一用一备"
  794. },
  795. {
  796. "code":"2",
  797. "name":"同时运行,互为备用"
  798. },
  799. {
  800. "code":"3",
  801. "name":"其他"
  802. }
  803. ],
  804. "note":"",
  805. "func-id":""
  806. },
  807. {
  808. "firstTag":"技术参数",
  809. "secondTag":"低压",
  810. "infoPointName":"低压开关柜连接关系",
  811. "infoPointCode":"LUCabConnect",
  812. "unit":"",
  813. "dataType":"Topology",
  814. "inputMode":"I",
  815. "dataSource":"",
  816. "note":"",
  817. "func-id":""
  818. },
  819. {
  820. "firstTag":"技术参数",
  821. "secondTag":"低压",
  822. "infoPointName":"低压进线柜数量",
  823. "infoPointCode":"LUIncomingCabNum",
  824. "unit":"台",
  825. "dataType":"Num",
  826. "inputMode":"A2",
  827. "dataSource":"",
  828. "note":"",
  829. "func-id":""
  830. },
  831. {
  832. "firstTag":"技术参数",
  833. "secondTag":"低压",
  834. "infoPointName":"低压电容补偿柜数量",
  835. "infoPointCode":"LUCapCompensationCabNum",
  836. "unit":"台",
  837. "dataType":"Num",
  838. "inputMode":"A2",
  839. "dataSource":"",
  840. "note":"",
  841. "func-id":""
  842. },
  843. {
  844. "firstTag":"技术参数",
  845. "secondTag":"低压",
  846. "infoPointName":"低压母联柜数量",
  847. "infoPointCode":"LUBusCabNum",
  848. "unit":"台",
  849. "dataType":"Num",
  850. "inputMode":"A2",
  851. "dataSource":"",
  852. "note":"",
  853. "func-id":""
  854. },
  855. {
  856. "firstTag":"技术参数",
  857. "secondTag":"低压",
  858. "infoPointName":"低压出线柜(馈电柜)数量",
  859. "infoPointCode":"LUOutgoingCabNum",
  860. "unit":"台",
  861. "dataType":"Num",
  862. "inputMode":"A2",
  863. "dataSource":"",
  864. "note":"",
  865. "func-id":""
  866. },
  867. {
  868. "firstTag":"技术参数",
  869. "secondTag":"低压",
  870. "infoPointName":"低压计量柜数量",
  871. "infoPointCode":"LUMeterCabNum",
  872. "unit":"台",
  873. "dataType":"Num",
  874. "inputMode":"A2",
  875. "dataSource":"",
  876. "note":"",
  877. "func-id":""
  878. },
  879. {
  880. "firstTag":"技术参数",
  881. "secondTag":"低压",
  882. "infoPointName":"低压配电接线方式",
  883. "infoPointCode":"LUConnectType",
  884. "unit":"",
  885. "dataType":"Enum",
  886. "inputMode":"D1",
  887. "dataSource":[
  888. {
  889. "code":"1",
  890. "name":"单回路树干式"
  891. },
  892. {
  893. "code":"2",
  894. "name":"双回路树干式"
  895. },
  896. {
  897. "code":"3",
  898. "name":"普通环网式"
  899. },
  900. {
  901. "code":"4",
  902. "name":"拉手环网式"
  903. },
  904. {
  905. "code":"5",
  906. "name":"链式"
  907. },
  908. {
  909. "code":"6",
  910. "name":"单回路放射式"
  911. },
  912. {
  913. "code":"7",
  914. "name":"双回路方式"
  915. },
  916. {
  917. "code":"8",
  918. "name":"链式"
  919. },
  920. {
  921. "code":"9",
  922. "name":"其他"
  923. }
  924. ],
  925. "note":"",
  926. "func-id":""
  927. },
  928. {
  929. "firstTag":"技术参数",
  930. "secondTag":"低压",
  931. "infoPointName":"低压变压器供电区域",
  932. "infoPointCode":"LUSupplyZone",
  933. "unit":"",
  934. "dataType":"Object",
  935. "inputMode":"G4",
  936. "dataSource":"",
  937. "note":"",
  938. "func-id":""
  939. },
  940. {
  941. "firstTag":"控制参数",
  942. "secondTag":"",
  943. "infoPointName":"控制策略",
  944. "infoPointCode":"CtrlMode",
  945. "unit":"",
  946. "dataType":"Str",
  947. "inputMode":"B1",
  948. "dataSource":"",
  949. "note":"",
  950. "func-id":""
  951. },
  952. {
  953. "firstTag":"运行参数",
  954. "secondTag":"运行状态",
  955. "infoPointName":"运行状态",
  956. "infoPointCode":"RunStatus",
  957. "unit":"",
  958. "dataType":"Boolv",
  959. "inputMode":"L",
  960. "dataSource":"",
  961. "note":"0.停止 1.运行",
  962. "func-id":""
  963. },
  964. {
  965. "firstTag":"运行参数",
  966. "secondTag":"运行状态",
  967. "infoPointName":"本地远程状态",
  968. "infoPointCode":"RemoteStatus",
  969. "unit":"",
  970. "dataType":"Enumv",
  971. "inputMode":"L",
  972. "dataSource":"",
  973. "note":"1.本地手动 2.本地自动 3.远程手动 4.远程自动 5. 其他",
  974. "func-id":""
  975. },
  976. {
  977. "firstTag":"运行参数",
  978. "secondTag":"运行状态",
  979. "infoPointName":"变电系统进线电压",
  980. "infoPointCode":"InU",
  981. "unit":"kV",
  982. "dataType":"Inst",
  983. "inputMode":"L",
  984. "dataSource":"",
  985. "note":"",
  986. "func-id":""
  987. },
  988. {
  989. "firstTag":"运行参数",
  990. "secondTag":"运行状态",
  991. "infoPointName":"变电系统进线电流",
  992. "infoPointCode":"InI",
  993. "unit":"A",
  994. "dataType":"Inst",
  995. "inputMode":"L",
  996. "dataSource":"",
  997. "note":"",
  998. "func-id":""
  999. },
  1000. {
  1001. "firstTag":"运行参数",
  1002. "secondTag":"运行状态",
  1003. "infoPointName":"变电系统进线功率",
  1004. "infoPointCode":"InP",
  1005. "unit":"kW",
  1006. "dataType":"Inst",
  1007. "inputMode":"L",
  1008. "dataSource":"",
  1009. "note":"",
  1010. "func-id":""
  1011. },
  1012. {
  1013. "firstTag":"运行参数",
  1014. "secondTag":"运行状态",
  1015. "infoPointName":"变电系统进线无功功率",
  1016. "infoPointCode":"InReactiveP",
  1017. "unit":"kVar",
  1018. "dataType":"Inst",
  1019. "inputMode":"L",
  1020. "dataSource":"",
  1021. "note":"",
  1022. "func-id":""
  1023. },
  1024. {
  1025. "firstTag":"运行参数",
  1026. "secondTag":"运行状态",
  1027. "infoPointName":"变电系统低压出线电压",
  1028. "infoPointCode":"OutLowU",
  1029. "unit":"kV",
  1030. "dataType":"Inst",
  1031. "inputMode":"L",
  1032. "dataSource":"",
  1033. "note":"",
  1034. "func-id":""
  1035. },
  1036. {
  1037. "firstTag":"运行参数",
  1038. "secondTag":"运行状态",
  1039. "infoPointName":"变压系统低压出线电流",
  1040. "infoPointCode":"OutLowI",
  1041. "unit":"A",
  1042. "dataType":"Inst",
  1043. "inputMode":"L",
  1044. "dataSource":"",
  1045. "note":"",
  1046. "func-id":""
  1047. },
  1048. {
  1049. "firstTag":"运行参数",
  1050. "secondTag":"运行状态",
  1051. "infoPointName":"变电系统低压出线功率",
  1052. "infoPointCode":"OutLowP",
  1053. "unit":"kW",
  1054. "dataType":"Inst",
  1055. "inputMode":"L",
  1056. "dataSource":"",
  1057. "note":"",
  1058. "func-id":""
  1059. },
  1060. {
  1061. "firstTag":"运行参数",
  1062. "secondTag":"运行状态",
  1063. "infoPointName":"变电系统低压出线无功功率",
  1064. "infoPointCode":"OutLowReactiveP",
  1065. "unit":"kVar",
  1066. "dataType":"Inst",
  1067. "inputMode":"L",
  1068. "dataSource":"",
  1069. "note":"",
  1070. "func-id":""
  1071. },
  1072. {
  1073. "firstTag":"运行参数",
  1074. "secondTag":"运行状态",
  1075. "infoPointName":"变电系统中压出线电压",
  1076. "infoPointCode":"OutMediumU",
  1077. "unit":"kV",
  1078. "dataType":"Inst",
  1079. "inputMode":"L",
  1080. "dataSource":"",
  1081. "note":"",
  1082. "func-id":""
  1083. },
  1084. {
  1085. "firstTag":"运行参数",
  1086. "secondTag":"运行状态",
  1087. "infoPointName":"变电系统中压出线电流",
  1088. "infoPointCode":"OutMediumI",
  1089. "unit":"A",
  1090. "dataType":"Inst",
  1091. "inputMode":"L",
  1092. "dataSource":"",
  1093. "note":"",
  1094. "func-id":""
  1095. },
  1096. {
  1097. "firstTag":"运行参数",
  1098. "secondTag":"运行状态",
  1099. "infoPointName":"变电系统中压出线功率",
  1100. "infoPointCode":"OutMediumP",
  1101. "unit":"kW",
  1102. "dataType":"Inst",
  1103. "inputMode":"L",
  1104. "dataSource":"",
  1105. "note":"",
  1106. "func-id":""
  1107. },
  1108. {
  1109. "firstTag":"运行参数",
  1110. "secondTag":"运行状态",
  1111. "infoPointName":"变电系统中压出线无功功率",
  1112. "infoPointCode":"OutMediumReactiveP",
  1113. "unit":"kVar",
  1114. "dataType":"Inst",
  1115. "inputMode":"L",
  1116. "dataSource":"",
  1117. "note":"",
  1118. "func-id":""
  1119. },
  1120. {
  1121. "firstTag":"运行参数",
  1122. "secondTag":"关键指标",
  1123. "infoPointName":"低压出线功率因数",
  1124. "infoPointCode":"OutLowPFactor",
  1125. "unit":"",
  1126. "dataType":"Inst",
  1127. "inputMode":"L",
  1128. "dataSource":"",
  1129. "note":"",
  1130. "func-id":""
  1131. },
  1132. {
  1133. "firstTag":"运行参数",
  1134. "secondTag":"关键指标",
  1135. "infoPointName":"中压出线功率因数",
  1136. "infoPointCode":"OutMediumPFactor",
  1137. "unit":"",
  1138. "dataType":"Inst",
  1139. "inputMode":"L",
  1140. "dataSource":"",
  1141. "note":"",
  1142. "func-id":""
  1143. },
  1144. {
  1145. "firstTag":"运行参数",
  1146. "secondTag":"关键指标",
  1147. "infoPointName":"变电系统效率",
  1148. "infoPointCode":"SysEff",
  1149. "unit":"",
  1150. "dataType":"Inst",
  1151. "inputMode":"M",
  1152. "dataSource":"",
  1153. "note":"",
  1154. "func-id":""
  1155. },
  1156. {
  1157. "firstTag":"运行参数",
  1158. "secondTag":"累计参数",
  1159. "infoPointName":"累计有功电能",
  1160. "infoPointCode":"AccActiveE",
  1161. "unit":"kWh",
  1162. "dataType":"Acc",
  1163. "inputMode":"M",
  1164. "dataSource":"",
  1165. "note":"",
  1166. "func-id":""
  1167. },
  1168. {
  1169. "firstTag":"运行参数",
  1170. "secondTag":"累计参数",
  1171. "infoPointName":"累计无功电能",
  1172. "infoPointCode":"AccReactiveE",
  1173. "unit":"kVAh",
  1174. "dataType":"Acc",
  1175. "inputMode":"M",
  1176. "dataSource":"",
  1177. "note":"",
  1178. "func-id":""
  1179. }
  1180. ]
  1181. }