DH.json 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961
  1. {
  2. "all":[
  3. {
  4. "firstTag":"技术参数",
  5. "secondTag":"普通",
  6. "infoPointName":"热源",
  7. "infoPointCode":"HeatSourceType",
  8. "unit":"",
  9. "dataType":"Enum",
  10. "inputMode":"D2",
  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. "code":"4",
  26. "name":"太阳能热水器"
  27. },
  28. {
  29. "code":"5",
  30. "name":"燃气热水器"
  31. },
  32. {
  33. "code":"6",
  34. "name":"电热水器"
  35. },
  36. {
  37. "code":"7",
  38. "name":"热泵"
  39. },
  40. {
  41. "code":"8",
  42. "name":""
  43. }
  44. ],
  45. "note":"",
  46. "func-id":""
  47. },
  48. {
  49. "firstTag":"技术参数",
  50. "secondTag":"普通",
  51. "infoPointName":"系统循环方式",
  52. "infoPointCode":"CycleType",
  53. "unit":"",
  54. "dataType":"Enum",
  55. "inputMode":"D1",
  56. "dataSource":[
  57. {
  58. "code":"1",
  59. "name":"全循环系统"
  60. },
  61. {
  62. "code":"2",
  63. "name":"半循环系统"
  64. },
  65. {
  66. "code":"3",
  67. "name":"不循环直流系统"
  68. },
  69. {
  70. "code":"4",
  71. "name":"其他"
  72. }
  73. ],
  74. "note":"",
  75. "func-id":""
  76. },
  77. {
  78. "firstTag":"技术参数",
  79. "secondTag":"普通",
  80. "infoPointName":"定压方式",
  81. "infoPointCode":"ConstantPressType",
  82. "unit":"",
  83. "dataType":"Enum",
  84. "inputMode":"D1",
  85. "dataSource":[
  86. {
  87. "code":"1",
  88. "name":"水箱定压"
  89. },
  90. {
  91. "code":"2",
  92. "name":"泵定压"
  93. },
  94. {
  95. "code":"3",
  96. "name":"气罐定压"
  97. },
  98. {
  99. "code":"4",
  100. "name":"其他"
  101. }
  102. ],
  103. "note":"",
  104. "func-id":""
  105. },
  106. {
  107. "firstTag":"技术参数",
  108. "secondTag":"普通",
  109. "infoPointName":"是否为机械动力循环",
  110. "infoPointCode":"isMachanicalPower",
  111. "unit":"",
  112. "dataType":"Bool",
  113. "inputMode":"E1",
  114. "dataSource":[
  115. {
  116. "code":"0",
  117. "name":"自然循环系统"
  118. },
  119. {
  120. "code":"1",
  121. "name":"强制循环系统"
  122. }
  123. ],
  124. "note":"",
  125. "func-id":""
  126. },
  127. {
  128. "firstTag":"技术参数",
  129. "secondTag":"普通",
  130. "infoPointName":"是否有换热器间接换热",
  131. "infoPointCode":"isHeatExchanger",
  132. "unit":"",
  133. "dataType":"Bool",
  134. "inputMode":"E1",
  135. "dataSource":[
  136. {
  137. "code":"0",
  138. "name":"无换热器直供"
  139. },
  140. {
  141. "code":"1",
  142. "name":"有换热器间供"
  143. }
  144. ],
  145. "note":"",
  146. "func-id":""
  147. },
  148. {
  149. "firstTag":"技术参数",
  150. "secondTag":"普通",
  151. "infoPointName":"是否有储热水箱",
  152. "infoPointCode":"isHotWaterStoreTank",
  153. "unit":"",
  154. "dataType":"Bool",
  155. "inputMode":"E1",
  156. "dataSource":[
  157. {
  158. "code":"0",
  159. "name":"无"
  160. },
  161. {
  162. "code":"1",
  163. "name":"有"
  164. }
  165. ],
  166. "note":"",
  167. "func-id":""
  168. },
  169. {
  170. "firstTag":"技术参数",
  171. "secondTag":"普通",
  172. "infoPointName":"储热水箱容积",
  173. "infoPointCode":"HotWaterStoreTankCap",
  174. "unit":"m³",
  175. "dataType":"Num",
  176. "inputMode":"A2",
  177. "dataSource":"",
  178. "note":"",
  179. "func-id":""
  180. },
  181. {
  182. "firstTag":"技术参数",
  183. "secondTag":"普通",
  184. "infoPointName":"额定热源出水温度",
  185. "infoPointCode":"RatedHeatSourceOutTemp",
  186. "unit":"℃",
  187. "dataType":"Num",
  188. "inputMode":"A2",
  189. "dataSource":"",
  190. "note":"",
  191. "func-id":""
  192. },
  193. {
  194. "firstTag":"技术参数",
  195. "secondTag":"普通",
  196. "infoPointName":"额定储热水箱温度",
  197. "infoPointCode":"RatedHotWaterStoreTankTemp",
  198. "unit":"℃",
  199. "dataType":"Num",
  200. "inputMode":"A2",
  201. "dataSource":"",
  202. "note":"",
  203. "func-id":""
  204. },
  205. {
  206. "firstTag":"技术参数",
  207. "secondTag":"普通",
  208. "infoPointName":"额定供热水温度",
  209. "infoPointCode":"RatedSupplyTemp",
  210. "unit":"℃",
  211. "dataType":"Num",
  212. "inputMode":"A2",
  213. "dataSource":"",
  214. "note":"",
  215. "func-id":""
  216. },
  217. {
  218. "firstTag":"技术参数",
  219. "secondTag":"普通",
  220. "infoPointName":"额定热源出水流量",
  221. "infoPointCode":"RatedHeatSourceOutFlow",
  222. "unit":"m³\/h",
  223. "dataType":"Num",
  224. "inputMode":"A2",
  225. "dataSource":"",
  226. "note":"",
  227. "func-id":""
  228. },
  229. {
  230. "firstTag":"技术参数",
  231. "secondTag":"普通",
  232. "infoPointName":"额定供热水循环流量",
  233. "infoPointCode":"RatedSupplyFlow",
  234. "unit":"m³\/h",
  235. "dataType":"Num",
  236. "inputMode":"A2",
  237. "dataSource":"",
  238. "note":"",
  239. "func-id":""
  240. },
  241. {
  242. "firstTag":"技术参数",
  243. "secondTag":"普通",
  244. "infoPointName":"最大供热水量",
  245. "infoPointCode":"MaxSupplyFlow",
  246. "unit":"m³\/h",
  247. "dataType":"Num",
  248. "inputMode":"A2",
  249. "dataSource":"",
  250. "note":"",
  251. "func-id":""
  252. },
  253. {
  254. "firstTag":"技术参数",
  255. "secondTag":"普通",
  256. "infoPointName":"热源侧水泵台数",
  257. "infoPointCode":"HeatSourcePumpNum",
  258. "unit":"台",
  259. "dataType":"Num",
  260. "inputMode":"A2",
  261. "dataSource":"",
  262. "note":"",
  263. "func-id":""
  264. },
  265. {
  266. "firstTag":"技术参数",
  267. "secondTag":"普通",
  268. "infoPointName":"供水侧水泵台数",
  269. "infoPointCode":"SupplyPumpNum",
  270. "unit":"台",
  271. "dataType":"Num",
  272. "inputMode":"A2",
  273. "dataSource":"",
  274. "note":"",
  275. "func-id":""
  276. },
  277. {
  278. "firstTag":"技术参数",
  279. "secondTag":"普通",
  280. "infoPointName":"供热水户数",
  281. "infoPointCode":"UserNum",
  282. "unit":"户",
  283. "dataType":"Num",
  284. "inputMode":"A2",
  285. "dataSource":"",
  286. "note":"",
  287. "func-id":""
  288. },
  289. {
  290. "firstTag":"技术参数",
  291. "secondTag":"普通",
  292. "infoPointName":"设计最不利末端压降",
  293. "infoPointCode":"RatedWorstTerminalPressDrop",
  294. "unit":"Pa",
  295. "dataType":"Num",
  296. "inputMode":"A2",
  297. "dataSource":"",
  298. "note":"额定流量下",
  299. "func-id":""
  300. },
  301. {
  302. "firstTag":"技术参数",
  303. "secondTag":"普通",
  304. "infoPointName":"混水形式",
  305. "infoPointCode":"MixType",
  306. "unit":"",
  307. "dataType":"Enum",
  308. "inputMode":"D1",
  309. "dataSource":[
  310. {
  311. "code":"1",
  312. "name":"无混合装置的直接连接"
  313. },
  314. {
  315. "code":"2",
  316. "name":"水喷射器的直接连接"
  317. },
  318. {
  319. "code":"3",
  320. "name":"混合水泵的直接连接"
  321. },
  322. {
  323. "code":"4",
  324. "name":"其他"
  325. }
  326. ],
  327. "note":"无换热器直供",
  328. "func-id":""
  329. },
  330. {
  331. "firstTag":"技术参数",
  332. "secondTag":"普通",
  333. "infoPointName":"换热器形式",
  334. "infoPointCode":"HeatExchangerType",
  335. "unit":"",
  336. "dataType":"Enum",
  337. "inputMode":"D1",
  338. "dataSource":[
  339. {
  340. "code":"1",
  341. "name":"板式换热器"
  342. },
  343. {
  344. "code":"2",
  345. "name":"容积式换热器"
  346. },
  347. {
  348. "code":"3",
  349. "name":"其他"
  350. }
  351. ],
  352. "note":"有换热器间供",
  353. "func-id":""
  354. },
  355. {
  356. "firstTag":"技术参数",
  357. "secondTag":"太阳能",
  358. "infoPointName":"集热器类型",
  359. "infoPointCode":"CollectorType",
  360. "unit":"",
  361. "dataType":"Enum",
  362. "inputMode":"D1",
  363. "dataSource":[
  364. {
  365. "code":"1",
  366. "name":"平板型"
  367. },
  368. {
  369. "code":"2",
  370. "name":"真空管型"
  371. },
  372. {
  373. "code":"3",
  374. "name":"其他"
  375. }
  376. ],
  377. "note":"",
  378. "func-id":""
  379. },
  380. {
  381. "firstTag":"技术参数",
  382. "secondTag":"太阳能",
  383. "infoPointName":"集热板与水平方向夹角",
  384. "infoPointCode":"CollectorHorizontalAngle",
  385. "unit":"°",
  386. "dataType":"Num",
  387. "inputMode":"A2",
  388. "dataSource":"",
  389. "note":"",
  390. "func-id":""
  391. },
  392. {
  393. "firstTag":"技术参数",
  394. "secondTag":"太阳能",
  395. "infoPointName":"集热板朝向",
  396. "infoPointCode":"CollectorDirect",
  397. "unit":"",
  398. "dataType":"Enum",
  399. "inputMode":"D1",
  400. "dataSource":"见《6方向代码》",
  401. "note":"",
  402. "func-id":""
  403. },
  404. {
  405. "firstTag":"技术参数",
  406. "secondTag":"太阳能",
  407. "infoPointName":"有效集热面积",
  408. "infoPointCode":"CollectArea",
  409. "unit":"m²",
  410. "dataType":"Num",
  411. "inputMode":"A2",
  412. "dataSource":"",
  413. "note":"",
  414. "func-id":""
  415. },
  416. {
  417. "firstTag":"技术参数",
  418. "secondTag":"太阳能",
  419. "infoPointName":"额定集热器集热效率",
  420. "infoPointCode":"RatedCollectEff",
  421. "unit":"%",
  422. "dataType":"Num",
  423. "inputMode":"A2",
  424. "dataSource":"",
  425. "note":"",
  426. "func-id":""
  427. },
  428. {
  429. "firstTag":"技术参数",
  430. "secondTag":"太阳能",
  431. "infoPointName":"集热器间连接形式",
  432. "infoPointCode":"CollectorConnect",
  433. "unit":"",
  434. "dataType":"Enum",
  435. "inputMode":"D1",
  436. "dataSource":[
  437. {
  438. "code":"1",
  439. "name":"串联"
  440. },
  441. {
  442. "code":"2",
  443. "name":"并联"
  444. },
  445. {
  446. "code":"3",
  447. "name":"其他"
  448. }
  449. ],
  450. "note":"",
  451. "func-id":""
  452. },
  453. {
  454. "firstTag":"技术参数",
  455. "secondTag":"太阳能",
  456. "infoPointName":"集热器内传热工质与大气连接形式",
  457. "infoPointCode":"CollectorMediumConnect",
  458. "unit":"",
  459. "dataType":"Enum",
  460. "inputMode":"D1",
  461. "dataSource":[
  462. {
  463. "code":"1",
  464. "name":"开口式"
  465. },
  466. {
  467. "code":"2",
  468. "name":"敞开式"
  469. },
  470. {
  471. "code":"3",
  472. "name":"封闭式"
  473. },
  474. {
  475. "code":"4",
  476. "name":"其他"
  477. }
  478. ],
  479. "note":"",
  480. "func-id":""
  481. },
  482. {
  483. "firstTag":"技术参数",
  484. "secondTag":"太阳能",
  485. "infoPointName":"是否有辅助热源",
  486. "infoPointCode":"isAuxiliaryHeat",
  487. "unit":"",
  488. "dataType":"Bool",
  489. "inputMode":"E1",
  490. "dataSource":[
  491. {
  492. "code":"0",
  493. "name":"无"
  494. },
  495. {
  496. "code":"1",
  497. "name":"有"
  498. }
  499. ],
  500. "note":"",
  501. "func-id":""
  502. },
  503. {
  504. "firstTag":"技术参数",
  505. "secondTag":"太阳能",
  506. "infoPointName":"辅助热源形式",
  507. "infoPointCode":"AuxiliaryHeatType",
  508. "unit":"",
  509. "dataType":"Enum",
  510. "inputMode":"D1",
  511. "dataSource":[
  512. {
  513. "code":"1",
  514. "name":"电加热"
  515. },
  516. {
  517. "code":"2",
  518. "name":"盘管换热"
  519. },
  520. {
  521. "code":"3",
  522. "name":"其他"
  523. }
  524. ],
  525. "note":"",
  526. "func-id":""
  527. },
  528. {
  529. "firstTag":"技术参数",
  530. "secondTag":"太阳能",
  531. "infoPointName":"辅助热源最大加热功率",
  532. "infoPointCode":"MaxAuxiliaryHeatP",
  533. "unit":"kW",
  534. "dataType":"Num",
  535. "inputMode":"A2",
  536. "dataSource":"",
  537. "note":"",
  538. "func-id":""
  539. },
  540. {
  541. "firstTag":"控制参数",
  542. "secondTag":"",
  543. "infoPointName":"控制策略",
  544. "infoPointCode":"CtrlMode",
  545. "unit":"",
  546. "dataType":"Str",
  547. "inputMode":"B1",
  548. "dataSource":"",
  549. "note":"",
  550. "func-id":""
  551. },
  552. {
  553. "firstTag":"运行参数",
  554. "secondTag":"运行状态",
  555. "infoPointName":"运行状态",
  556. "infoPointCode":"RunStatus",
  557. "unit":"",
  558. "dataType":"Boolv",
  559. "inputMode":"L",
  560. "dataSource":"",
  561. "note":"0.停止 1.运行",
  562. "func-id":""
  563. },
  564. {
  565. "firstTag":"运行参数",
  566. "secondTag":"运行状态",
  567. "infoPointName":"本地远程状态",
  568. "infoPointCode":"RemoteStatus",
  569. "unit":"",
  570. "dataType":"Enumv",
  571. "inputMode":"L",
  572. "dataSource":"",
  573. "note":"1.本地手动 2.本地自动 3.远程手动 4.远程自动 5. 其他",
  574. "func-id":""
  575. },
  576. {
  577. "firstTag":"运行参数",
  578. "secondTag":"运行状态",
  579. "infoPointName":"系统耗电功率",
  580. "infoPointCode":"SysElecConsumP",
  581. "unit":"kW",
  582. "dataType":"Inst",
  583. "inputMode":"M",
  584. "dataSource":"",
  585. "note":"",
  586. "func-id":""
  587. },
  588. {
  589. "firstTag":"运行参数",
  590. "secondTag":"运行状态",
  591. "infoPointName":"供热水温度",
  592. "infoPointCode":"HotWaterSupplyTemp",
  593. "unit":"℃",
  594. "dataType":"Inst",
  595. "inputMode":"L",
  596. "dataSource":"",
  597. "note":"",
  598. "func-id":""
  599. },
  600. {
  601. "firstTag":"运行参数",
  602. "secondTag":"运行状态",
  603. "infoPointName":"供热水流量",
  604. "infoPointCode":"HotWaterSupplyFlow",
  605. "unit":"m³\/h",
  606. "dataType":"Inst",
  607. "inputMode":"L",
  608. "dataSource":"",
  609. "note":"",
  610. "func-id":""
  611. },
  612. {
  613. "firstTag":"运行参数",
  614. "secondTag":"运行状态",
  615. "infoPointName":"热水使用量",
  616. "infoPointCode":"HotWaterConsumFlow",
  617. "unit":"m³\/h",
  618. "dataType":"Inst",
  619. "inputMode":"M",
  620. "dataSource":"",
  621. "note":"",
  622. "func-id":""
  623. },
  624. {
  625. "firstTag":"运行参数",
  626. "secondTag":"运行状态",
  627. "infoPointName":"热源出水量",
  628. "infoPointCode":"HeatSourceOutFlow",
  629. "unit":"m³\/h",
  630. "dataType":"Inst",
  631. "inputMode":"L",
  632. "dataSource":"",
  633. "note":"",
  634. "func-id":""
  635. },
  636. {
  637. "firstTag":"运行参数",
  638. "secondTag":"运行状态",
  639. "infoPointName":"热源出水温度",
  640. "infoPointCode":"HeatSourceOutTemp",
  641. "unit":"℃",
  642. "dataType":"Inst",
  643. "inputMode":"L",
  644. "dataSource":"",
  645. "note":"",
  646. "func-id":""
  647. },
  648. {
  649. "firstTag":"运行参数",
  650. "secondTag":"运行状态",
  651. "infoPointName":"热源回水量",
  652. "infoPointCode":"HeatSourceReturnFlow",
  653. "unit":"m³\/h",
  654. "dataType":"Inst",
  655. "inputMode":"L",
  656. "dataSource":"",
  657. "note":"",
  658. "func-id":""
  659. },
  660. {
  661. "firstTag":"运行参数",
  662. "secondTag":"运行状态",
  663. "infoPointName":"热源回水温度",
  664. "infoPointCode":"HeatSourceReturnTemp",
  665. "unit":"℃",
  666. "dataType":"Inst",
  667. "inputMode":"L",
  668. "dataSource":"",
  669. "note":"",
  670. "func-id":""
  671. },
  672. {
  673. "firstTag":"运行参数",
  674. "secondTag":"运行状态",
  675. "infoPointName":"集热器内温度",
  676. "infoPointCode":"CollectorTemp",
  677. "unit":"℃",
  678. "dataType":"Inst",
  679. "inputMode":"L",
  680. "dataSource":"",
  681. "note":"太阳能系统",
  682. "func-id":""
  683. },
  684. {
  685. "firstTag":"运行参数",
  686. "secondTag":"运行状态",
  687. "infoPointName":"辅热设备加热功率",
  688. "infoPointCode":"AuxiliaryHeatP",
  689. "unit":"kW",
  690. "dataType":"Inst",
  691. "inputMode":"L",
  692. "dataSource":"",
  693. "note":"太阳能系统",
  694. "func-id":""
  695. },
  696. {
  697. "firstTag":"运行参数",
  698. "secondTag":"运行状态",
  699. "infoPointName":"储热水箱水量",
  700. "infoPointCode":"HotWaterTankVolume",
  701. "unit":"m³",
  702. "dataType":"Inst",
  703. "inputMode":"L",
  704. "dataSource":"",
  705. "note":"",
  706. "func-id":""
  707. },
  708. {
  709. "firstTag":"运行参数",
  710. "secondTag":"运行状态",
  711. "infoPointName":"储热水箱温度",
  712. "infoPointCode":"HotWaterTankTemp",
  713. "unit":"℃",
  714. "dataType":"Inst",
  715. "inputMode":"L",
  716. "dataSource":"",
  717. "note":"",
  718. "func-id":""
  719. },
  720. {
  721. "firstTag":"运行参数",
  722. "secondTag":"运行状态",
  723. "infoPointName":"供热水回水温度",
  724. "infoPointCode":"HotWaterReturnTemp",
  725. "unit":"℃",
  726. "dataType":"Inst",
  727. "inputMode":"L",
  728. "dataSource":"",
  729. "note":"",
  730. "func-id":""
  731. },
  732. {
  733. "firstTag":"运行参数",
  734. "secondTag":"运行状态",
  735. "infoPointName":"供热水回水流量",
  736. "infoPointCode":"HotWaterReturnFlow",
  737. "unit":"m³\/h",
  738. "dataType":"Inst",
  739. "inputMode":"L",
  740. "dataSource":"",
  741. "note":"",
  742. "func-id":""
  743. },
  744. {
  745. "firstTag":"运行参数",
  746. "secondTag":"运行状态",
  747. "infoPointName":"市政冷水温度",
  748. "infoPointCode":"TapWaterTemp",
  749. "unit":"℃",
  750. "dataType":"Inst",
  751. "inputMode":"L",
  752. "dataSource":"",
  753. "note":"",
  754. "func-id":""
  755. },
  756. {
  757. "firstTag":"运行参数",
  758. "secondTag":"运行状态",
  759. "infoPointName":"冷水补水量",
  760. "infoPointCode":"TapWaterFillingFlow",
  761. "unit":"m³\/h",
  762. "dataType":"Inst",
  763. "inputMode":"L",
  764. "dataSource":"",
  765. "note":"",
  766. "func-id":""
  767. },
  768. {
  769. "firstTag":"运行参数",
  770. "secondTag":"运行状态",
  771. "infoPointName":"市政冷水入口压力",
  772. "infoPointCode":"TapWaterInPress",
  773. "unit":"Pa",
  774. "dataType":"Inst",
  775. "inputMode":"L",
  776. "dataSource":"",
  777. "note":"",
  778. "func-id":""
  779. },
  780. {
  781. "firstTag":"运行参数",
  782. "secondTag":"运行状态",
  783. "infoPointName":"热源侧水泵开启台数",
  784. "infoPointCode":"HeatSourcePumpRunNum",
  785. "unit":"台",
  786. "dataType":"Inst",
  787. "inputMode":"M",
  788. "dataSource":"",
  789. "note":"",
  790. "func-id":""
  791. },
  792. {
  793. "firstTag":"运行参数",
  794. "secondTag":"运行状态",
  795. "infoPointName":"供水侧水泵开启台数",
  796. "infoPointCode":"SupplyPumpRunNum",
  797. "unit":"台",
  798. "dataType":"Inst",
  799. "inputMode":"M",
  800. "dataSource":"",
  801. "note":"",
  802. "func-id":""
  803. },
  804. {
  805. "firstTag":"运行参数",
  806. "secondTag":"运行状态",
  807. "infoPointName":"热源侧水泵进口压强",
  808. "infoPointCode":"HeatSourcePumpInPress",
  809. "unit":"Mpa",
  810. "dataType":"Inst",
  811. "inputMode":"L",
  812. "dataSource":"",
  813. "note":"",
  814. "func-id":""
  815. },
  816. {
  817. "firstTag":"运行参数",
  818. "secondTag":"运行状态",
  819. "infoPointName":"热源侧水泵出口压强",
  820. "infoPointCode":"HeatSourcePumpOutPress",
  821. "unit":"Mpa",
  822. "dataType":"Inst",
  823. "inputMode":"L",
  824. "dataSource":"",
  825. "note":"",
  826. "func-id":""
  827. },
  828. {
  829. "firstTag":"运行参数",
  830. "secondTag":"运行状态",
  831. "infoPointName":"供水侧水泵进口压强",
  832. "infoPointCode":"SupplyPumpInPress",
  833. "unit":"Mpa",
  834. "dataType":"Inst",
  835. "inputMode":"L",
  836. "dataSource":"",
  837. "note":"",
  838. "func-id":""
  839. },
  840. {
  841. "firstTag":"运行参数",
  842. "secondTag":"运行状态",
  843. "infoPointName":"供水侧水泵出口压强",
  844. "infoPointCode":"SupplyPumpOutPress",
  845. "unit":"Mpa",
  846. "dataType":"Inst",
  847. "inputMode":"L",
  848. "dataSource":"",
  849. "note":"",
  850. "func-id":""
  851. },
  852. {
  853. "firstTag":"运行参数",
  854. "secondTag":"运行状态",
  855. "infoPointName":"开启热水户数",
  856. "infoPointCode":"InstUserNum",
  857. "unit":"户",
  858. "dataType":"Inst",
  859. "inputMode":"L",
  860. "dataSource":"",
  861. "note":"",
  862. "func-id":""
  863. },
  864. {
  865. "firstTag":"运行参数",
  866. "secondTag":"运行状态",
  867. "infoPointName":"最不利末端出水压力",
  868. "infoPointCode":"WorstTerminalOutPress",
  869. "unit":"Pa",
  870. "dataType":"Inst",
  871. "inputMode":"L",
  872. "dataSource":"",
  873. "note":"",
  874. "func-id":""
  875. },
  876. {
  877. "firstTag":"运行参数",
  878. "secondTag":"关键指标",
  879. "infoPointName":"集热器效率",
  880. "infoPointCode":"CollectorEff",
  881. "unit":"%",
  882. "dataType":"Inst",
  883. "inputMode":"M",
  884. "dataSource":"",
  885. "note":"太阳能系统",
  886. "func-id":""
  887. },
  888. {
  889. "firstTag":"运行参数",
  890. "secondTag":"关键指标",
  891. "infoPointName":"系统加热效率",
  892. "infoPointCode":"SysEff",
  893. "unit":"%",
  894. "dataType":"Inst",
  895. "inputMode":"M",
  896. "dataSource":"",
  897. "note":"",
  898. "func-id":""
  899. },
  900. {
  901. "firstTag":"运行参数",
  902. "secondTag":"累计参数",
  903. "infoPointName":"系统累计耗电量",
  904. "infoPointCode":"AccSysElecConsum",
  905. "unit":"kWh",
  906. "dataType":"Acc",
  907. "inputMode":"M",
  908. "dataSource":"",
  909. "note":"",
  910. "func-id":""
  911. },
  912. {
  913. "firstTag":"运行参数",
  914. "secondTag":"累计参数",
  915. "infoPointName":"累计吸收太阳能",
  916. "infoPointCode":"AccAbsorbSolarE",
  917. "unit":"kWh",
  918. "dataType":"Acc",
  919. "inputMode":"M",
  920. "dataSource":"",
  921. "note":"太阳能系统",
  922. "func-id":""
  923. },
  924. {
  925. "firstTag":"运行参数",
  926. "secondTag":"累计参数",
  927. "infoPointName":"累计加热量",
  928. "infoPointCode":"AccHeat",
  929. "unit":"kWh",
  930. "dataType":"Acc",
  931. "inputMode":"M",
  932. "dataSource":"",
  933. "note":"",
  934. "func-id":""
  935. },
  936. {
  937. "firstTag":"运行参数",
  938. "secondTag":"累计参数",
  939. "infoPointName":"累计用热水热量",
  940. "infoPointCode":"AccHotWaterConsumHeat",
  941. "unit":"kWh",
  942. "dataType":"Acc",
  943. "inputMode":"M",
  944. "dataSource":"",
  945. "note":"",
  946. "func-id":""
  947. },
  948. {
  949. "firstTag":"运行参数",
  950. "secondTag":"累计参数",
  951. "infoPointName":"累计用热水量",
  952. "infoPointCode":"AccHotWaterConsumVolume",
  953. "unit":"m³",
  954. "dataType":"Acc",
  955. "inputMode":"M",
  956. "dataSource":"",
  957. "note":"",
  958. "func-id":""
  959. }
  960. ]
  961. }