DD.json 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712
  1. {
  2. "all":[
  3. {
  4. "firstTag":"技术参数",
  5. "secondTag":"供水",
  6. "infoPointName":"额定处理直饮水量",
  7. "infoPointCode":"RatedDrinkWaterTreatFlow",
  8. "unit":"m³\/h",
  9. "dataType":"Num",
  10. "inputMode":"A2",
  11. "dataSource":"",
  12. "note":"",
  13. "func-id":""
  14. },
  15. {
  16. "firstTag":"技术参数",
  17. "secondTag":"供水",
  18. "infoPointName":"是否有净水箱",
  19. "infoPointCode":"isPurifyTank",
  20. "unit":"",
  21. "dataType":"Bool",
  22. "inputMode":"E1",
  23. "dataSource":[
  24. {
  25. "code":"0",
  26. "name":"无"
  27. },
  28. {
  29. "code":"1",
  30. "name":"有"
  31. }
  32. ],
  33. "note":"",
  34. "func-id":""
  35. },
  36. {
  37. "firstTag":"技术参数",
  38. "secondTag":"供水",
  39. "infoPointName":"净水箱容积",
  40. "infoPointCode":"PurifyTankCap",
  41. "unit":"m³",
  42. "dataType":"Num",
  43. "inputMode":"A2",
  44. "dataSource":"",
  45. "note":"",
  46. "func-id":""
  47. },
  48. {
  49. "firstTag":"技术参数",
  50. "secondTag":"供水",
  51. "infoPointName":"是否有原水箱",
  52. "infoPointCode":"isRawTank",
  53. "unit":"",
  54. "dataType":"Bool",
  55. "inputMode":"E1",
  56. "dataSource":[
  57. {
  58. "code":"0",
  59. "name":"无"
  60. },
  61. {
  62. "code":"1",
  63. "name":"有"
  64. }
  65. ],
  66. "note":"",
  67. "func-id":""
  68. },
  69. {
  70. "firstTag":"技术参数",
  71. "secondTag":"供水",
  72. "infoPointName":"原水箱容积",
  73. "infoPointCode":"RawTankCap",
  74. "unit":"m³",
  75. "dataType":"Num",
  76. "inputMode":"A2",
  77. "dataSource":"",
  78. "note":"",
  79. "func-id":""
  80. },
  81. {
  82. "firstTag":"技术参数",
  83. "secondTag":"供水",
  84. "infoPointName":"原水泵台数",
  85. "infoPointCode":"RawPumpNum",
  86. "unit":"台",
  87. "dataType":"Num",
  88. "inputMode":"A2",
  89. "dataSource":"",
  90. "note":"",
  91. "func-id":""
  92. },
  93. {
  94. "firstTag":"技术参数",
  95. "secondTag":"供水",
  96. "infoPointName":"循环泵台数",
  97. "infoPointCode":"DrinkPumpNum",
  98. "unit":"台",
  99. "dataType":"Num",
  100. "inputMode":"A2",
  101. "dataSource":"",
  102. "note":"",
  103. "func-id":""
  104. },
  105. {
  106. "firstTag":"技术参数",
  107. "secondTag":"供水",
  108. "infoPointName":"机组额定供水压力",
  109. "infoPointCode":"RatedSupplyPress",
  110. "unit":"Mpa",
  111. "dataType":"Num",
  112. "inputMode":"A2",
  113. "dataSource":"",
  114. "note":"",
  115. "func-id":""
  116. },
  117. {
  118. "firstTag":"技术参数",
  119. "secondTag":"供水",
  120. "infoPointName":"循环回水点",
  121. "infoPointCode":"CycleReturnNode",
  122. "unit":"",
  123. "dataType":"Bool",
  124. "inputMode":"E1",
  125. "dataSource":[
  126. {
  127. "code":"0",
  128. "name":"原水箱"
  129. },
  130. {
  131. "code":"1",
  132. "name":"净水箱"
  133. }
  134. ],
  135. "note":"",
  136. "func-id":""
  137. },
  138. {
  139. "firstTag":"技术参数",
  140. "secondTag":"供水",
  141. "infoPointName":"额定循环水量",
  142. "infoPointCode":"RatedCycleFlow",
  143. "unit":"m³\/h",
  144. "dataType":"Num",
  145. "inputMode":"A2",
  146. "dataSource":"",
  147. "note":"",
  148. "func-id":""
  149. },
  150. {
  151. "firstTag":"技术参数",
  152. "secondTag":"供水",
  153. "infoPointName":"是否高低分区",
  154. "infoPointCode":"isHighLowPart",
  155. "unit":"",
  156. "dataType":"Bool",
  157. "inputMode":"E1",
  158. "dataSource":[
  159. {
  160. "code":"0",
  161. "name":"否"
  162. },
  163. {
  164. "code":"1",
  165. "name":"是"
  166. }
  167. ],
  168. "note":"",
  169. "func-id":""
  170. },
  171. {
  172. "firstTag":"技术参数",
  173. "secondTag":"供水",
  174. "infoPointName":"分区供水方式",
  175. "infoPointCode":"ZoneSupplyType",
  176. "unit":"",
  177. "dataType":"Enum",
  178. "inputMode":"D1",
  179. "dataSource":[
  180. {
  181. "code":"1",
  182. "name":"水泵并列式"
  183. },
  184. {
  185. "code":"2",
  186. "name":"总管减压阀式"
  187. },
  188. {
  189. "code":"3",
  190. "name":"支管减压阀式"
  191. },
  192. {
  193. "code":"4",
  194. "name":"其他"
  195. }
  196. ],
  197. "note":"",
  198. "func-id":""
  199. },
  200. {
  201. "firstTag":"技术参数",
  202. "secondTag":"供水",
  203. "infoPointName":"额定最不利末端出水压力",
  204. "infoPointCode":"RatedWorstTerminalOutPress",
  205. "unit":"Pa",
  206. "dataType":"Num",
  207. "inputMode":"A2",
  208. "dataSource":"",
  209. "note":"额定水量下",
  210. "func-id":""
  211. },
  212. {
  213. "firstTag":"技术参数",
  214. "secondTag":"供水",
  215. "infoPointName":"是否有末端加热",
  216. "infoPointCode":"isTerminalHeat",
  217. "unit":"",
  218. "dataType":"Bool",
  219. "inputMode":"E1",
  220. "dataSource":[
  221. {
  222. "code":"0",
  223. "name":"无"
  224. },
  225. {
  226. "code":"1",
  227. "name":"有"
  228. }
  229. ],
  230. "note":"",
  231. "func-id":""
  232. },
  233. {
  234. "firstTag":"技术参数",
  235. "secondTag":"供水",
  236. "infoPointName":"末端最大加热功率",
  237. "infoPointCode":"MaxTerminalHeatP",
  238. "unit":"kW",
  239. "dataType":"Num",
  240. "inputMode":"A2",
  241. "dataSource":"",
  242. "note":"",
  243. "func-id":""
  244. },
  245. {
  246. "firstTag":"技术参数",
  247. "secondTag":"水处理",
  248. "infoPointName":"是否有多介质过滤",
  249. "infoPointCode":"isMultimediumFilt",
  250. "unit":"",
  251. "dataType":"Bool",
  252. "inputMode":"E1",
  253. "dataSource":[
  254. {
  255. "code":"0",
  256. "name":"无"
  257. },
  258. {
  259. "code":"1",
  260. "name":"有"
  261. }
  262. ],
  263. "note":"",
  264. "func-id":""
  265. },
  266. {
  267. "firstTag":"技术参数",
  268. "secondTag":"水处理",
  269. "infoPointName":"是否有活性炭过滤",
  270. "infoPointCode":"isActiveCarbonFilt",
  271. "unit":"",
  272. "dataType":"Bool",
  273. "inputMode":"E1",
  274. "dataSource":[
  275. {
  276. "code":"0",
  277. "name":"无"
  278. },
  279. {
  280. "code":"1",
  281. "name":"有"
  282. }
  283. ],
  284. "note":"",
  285. "func-id":""
  286. },
  287. {
  288. "firstTag":"技术参数",
  289. "secondTag":"水处理",
  290. "infoPointName":"是否有紫外线消毒",
  291. "infoPointCode":"isUVSterilize",
  292. "unit":"",
  293. "dataType":"Bool",
  294. "inputMode":"E1",
  295. "dataSource":[
  296. {
  297. "code":"0",
  298. "name":"无"
  299. },
  300. {
  301. "code":"1",
  302. "name":"有"
  303. }
  304. ],
  305. "note":"",
  306. "func-id":""
  307. },
  308. {
  309. "firstTag":"技术参数",
  310. "secondTag":"水处理",
  311. "infoPointName":"是否有臭氧消毒",
  312. "infoPointCode":"isOzoneSterilize",
  313. "unit":"",
  314. "dataType":"Bool",
  315. "inputMode":"E1",
  316. "dataSource":[
  317. {
  318. "code":"0",
  319. "name":"无"
  320. },
  321. {
  322. "code":"1",
  323. "name":"有"
  324. }
  325. ],
  326. "note":"",
  327. "func-id":""
  328. },
  329. {
  330. "firstTag":"技术参数",
  331. "secondTag":"水处理",
  332. "infoPointName":"是否有软水处理器",
  333. "infoPointCode":"isSoftProcessor",
  334. "unit":"",
  335. "dataType":"Bool",
  336. "inputMode":"E1",
  337. "dataSource":[
  338. {
  339. "code":"0",
  340. "name":"无"
  341. },
  342. {
  343. "code":"1",
  344. "name":"有"
  345. }
  346. ],
  347. "note":"",
  348. "func-id":""
  349. },
  350. {
  351. "firstTag":"技术参数",
  352. "secondTag":"水处理",
  353. "infoPointName":"是否有精密过滤器",
  354. "infoPointCode":"isPrecisionFilt",
  355. "unit":"",
  356. "dataType":"Bool",
  357. "inputMode":"E1",
  358. "dataSource":[
  359. {
  360. "code":"0",
  361. "name":"无"
  362. },
  363. {
  364. "code":"1",
  365. "name":"有"
  366. }
  367. ],
  368. "note":"",
  369. "func-id":""
  370. },
  371. {
  372. "firstTag":"技术参数",
  373. "secondTag":"水处理",
  374. "infoPointName":"是否有pp纤维滤芯装置",
  375. "infoPointCode":"isPPFibreFiltEquip",
  376. "unit":"",
  377. "dataType":"Bool",
  378. "inputMode":"E1",
  379. "dataSource":[
  380. {
  381. "code":"0",
  382. "name":"无"
  383. },
  384. {
  385. "code":"1",
  386. "name":"有"
  387. }
  388. ],
  389. "note":"",
  390. "func-id":""
  391. },
  392. {
  393. "firstTag":"技术参数",
  394. "secondTag":"水处理",
  395. "infoPointName":"是否有反渗透(RO)装置",
  396. "infoPointCode":"isROEquip",
  397. "unit":"",
  398. "dataType":"Bool",
  399. "inputMode":"E1",
  400. "dataSource":[
  401. {
  402. "code":"0",
  403. "name":"无"
  404. },
  405. {
  406. "code":"1",
  407. "name":"有"
  408. }
  409. ],
  410. "note":"",
  411. "func-id":""
  412. },
  413. {
  414. "firstTag":"技术参数",
  415. "secondTag":"水处理",
  416. "infoPointName":"是否有Na膜",
  417. "infoPointCode":"isNaFilm",
  418. "unit":"",
  419. "dataType":"Bool",
  420. "inputMode":"E1",
  421. "dataSource":[
  422. {
  423. "code":"0",
  424. "name":"无"
  425. },
  426. {
  427. "code":"1",
  428. "name":"有"
  429. }
  430. ],
  431. "note":"",
  432. "func-id":""
  433. },
  434. {
  435. "firstTag":"技术参数",
  436. "secondTag":"水处理",
  437. "infoPointName":"膜排列方式",
  438. "infoPointCode":"FilmLayoutType",
  439. "unit":"",
  440. "dataType":"Enum",
  441. "inputMode":"D1",
  442. "dataSource":[
  443. {
  444. "code":"1",
  445. "name":"两段式"
  446. },
  447. {
  448. "code":"2",
  449. "name":"三段式"
  450. },
  451. {
  452. "code":"3",
  453. "name":"其他"
  454. }
  455. ],
  456. "note":"",
  457. "func-id":""
  458. },
  459. {
  460. "firstTag":"技术参数",
  461. "secondTag":"水质要求",
  462. "infoPointName":"直饮水色度要求",
  463. "infoPointCode":"DrinkWaterChroma",
  464. "unit":"",
  465. "dataType":"Num",
  466. "inputMode":"A2",
  467. "dataSource":"",
  468. "note":"",
  469. "func-id":""
  470. },
  471. {
  472. "firstTag":"技术参数",
  473. "secondTag":"水质要求",
  474. "infoPointName":"直饮水浊度要求",
  475. "infoPointCode":"DrinkWaterTurbidity",
  476. "unit":"NTU",
  477. "dataType":"Num",
  478. "inputMode":"A2",
  479. "dataSource":"",
  480. "note":"",
  481. "func-id":""
  482. },
  483. {
  484. "firstTag":"技术参数",
  485. "secondTag":"水质要求",
  486. "infoPointName":"直饮水总硬度要求",
  487. "infoPointCode":"DrinkWaterHardness",
  488. "unit":"mg\/L",
  489. "dataType":"Num",
  490. "inputMode":"A2",
  491. "dataSource":"",
  492. "note":"",
  493. "func-id":""
  494. },
  495. {
  496. "firstTag":"技术参数",
  497. "secondTag":"水质要求",
  498. "infoPointName":"直饮水溶解性总固体要求",
  499. "infoPointCode":"DrinkWaterDissolvedSolid",
  500. "unit":"mg\/L",
  501. "dataType":"Num",
  502. "inputMode":"A2",
  503. "dataSource":"",
  504. "note":"",
  505. "func-id":""
  506. },
  507. {
  508. "firstTag":"技术参数",
  509. "secondTag":"水质要求",
  510. "infoPointName":"直饮水PH值要求",
  511. "infoPointCode":"DrinkWaterPH",
  512. "unit":"",
  513. "dataType":"Num",
  514. "inputMode":"A1",
  515. "dataSource":"",
  516. "note":"",
  517. "func-id":""
  518. },
  519. {
  520. "firstTag":"控制参数",
  521. "secondTag":"",
  522. "infoPointName":"控制策略",
  523. "infoPointCode":"CtrlMode",
  524. "unit":"",
  525. "dataType":"Str",
  526. "inputMode":"B1",
  527. "dataSource":"",
  528. "note":"",
  529. "func-id":""
  530. },
  531. {
  532. "firstTag":"运行参数",
  533. "secondTag":"运行状态",
  534. "infoPointName":"运行状态",
  535. "infoPointCode":"RunStatus",
  536. "unit":"",
  537. "dataType":"Boolv",
  538. "inputMode":"L",
  539. "dataSource":"",
  540. "note":"0.停止 1.运行",
  541. "func-id":""
  542. },
  543. {
  544. "firstTag":"运行参数",
  545. "secondTag":"运行状态",
  546. "infoPointName":"本地远程状态",
  547. "infoPointCode":"RemoteStatus",
  548. "unit":"",
  549. "dataType":"Enumv",
  550. "inputMode":"L",
  551. "dataSource":"",
  552. "note":"1.本地手动 2.本地自动 3.远程手动 4.远程自动 5. 其他",
  553. "func-id":""
  554. },
  555. {
  556. "firstTag":"运行参数",
  557. "secondTag":"运行状态",
  558. "infoPointName":"系统耗电功率",
  559. "infoPointCode":"SysElecConsumP",
  560. "unit":"kW",
  561. "dataType":"Inst",
  562. "inputMode":"M",
  563. "dataSource":"",
  564. "note":"",
  565. "func-id":""
  566. },
  567. {
  568. "firstTag":"运行参数",
  569. "secondTag":"运行状态",
  570. "infoPointName":"瞬时净化直饮水量",
  571. "infoPointCode":"DrinkWaterTreatFlow",
  572. "unit":"m³\/h",
  573. "dataType":"Inst",
  574. "inputMode":"L",
  575. "dataSource":"",
  576. "note":"",
  577. "func-id":""
  578. },
  579. {
  580. "firstTag":"运行参数",
  581. "secondTag":"运行状态",
  582. "infoPointName":"瞬时使用直饮水量",
  583. "infoPointCode":"DrinkWaterConsumFlow",
  584. "unit":"m³\/h",
  585. "dataType":"Inst",
  586. "inputMode":"M",
  587. "dataSource":"",
  588. "note":"",
  589. "func-id":""
  590. },
  591. {
  592. "firstTag":"运行参数",
  593. "secondTag":"运行状态",
  594. "infoPointName":"直饮水送水量",
  595. "infoPointCode":"DrinkWaterSupplyFlow",
  596. "unit":"m³\/h",
  597. "dataType":"Inst",
  598. "inputMode":"L",
  599. "dataSource":"",
  600. "note":"",
  601. "func-id":""
  602. },
  603. {
  604. "firstTag":"运行参数",
  605. "secondTag":"运行状态",
  606. "infoPointName":"直饮水回水量",
  607. "infoPointCode":"DrinkWaterReturnFlow",
  608. "unit":"m³\/h",
  609. "dataType":"Inst",
  610. "inputMode":"L",
  611. "dataSource":"",
  612. "note":"",
  613. "func-id":""
  614. },
  615. {
  616. "firstTag":"运行参数",
  617. "secondTag":"运行状态",
  618. "infoPointName":"机组供水压力",
  619. "infoPointCode":"SupplyPress",
  620. "unit":"Mpa",
  621. "dataType":"Inst",
  622. "inputMode":"L",
  623. "dataSource":"",
  624. "note":"",
  625. "func-id":""
  626. },
  627. {
  628. "firstTag":"运行参数",
  629. "secondTag":"运行状态",
  630. "infoPointName":"最不利末端出水压力",
  631. "infoPointCode":"WorstTerminalOutPress",
  632. "unit":"Pa",
  633. "dataType":"Inst",
  634. "inputMode":"L",
  635. "dataSource":"",
  636. "note":"",
  637. "func-id":""
  638. },
  639. {
  640. "firstTag":"运行参数",
  641. "secondTag":"运行状态",
  642. "infoPointName":"原水箱水量",
  643. "infoPointCode":"RawTankVolume",
  644. "unit":"m³",
  645. "dataType":"Inst",
  646. "inputMode":"L",
  647. "dataSource":"",
  648. "note":"",
  649. "func-id":""
  650. },
  651. {
  652. "firstTag":"运行参数",
  653. "secondTag":"运行状态",
  654. "infoPointName":"净水箱水量",
  655. "infoPointCode":"PurifyTankVolume",
  656. "unit":"m³",
  657. "dataType":"Inst",
  658. "inputMode":"L",
  659. "dataSource":"",
  660. "note":"",
  661. "func-id":""
  662. },
  663. {
  664. "firstTag":"运行参数",
  665. "secondTag":"运行状态",
  666. "infoPointName":"出口水温",
  667. "infoPointCode":"SupplyTemp",
  668. "unit":"℃",
  669. "dataType":"Inst",
  670. "inputMode":"L",
  671. "dataSource":"",
  672. "note":"",
  673. "func-id":""
  674. },
  675. {
  676. "firstTag":"运行参数",
  677. "secondTag":"累计参数",
  678. "infoPointName":"累计系统耗电量",
  679. "infoPointCode":"AccSysElecConsum",
  680. "unit":"kWh",
  681. "dataType":"Acc",
  682. "inputMode":"M",
  683. "dataSource":"",
  684. "note":"",
  685. "func-id":""
  686. },
  687. {
  688. "firstTag":"运行参数",
  689. "secondTag":"累计参数",
  690. "infoPointName":"累计净化直饮水量",
  691. "infoPointCode":"AccDrinkWaterTreatVolume",
  692. "unit":"m³",
  693. "dataType":"Acc",
  694. "inputMode":"M",
  695. "dataSource":"",
  696. "note":"",
  697. "func-id":""
  698. },
  699. {
  700. "firstTag":"运行参数",
  701. "secondTag":"累计参数",
  702. "infoPointName":"累计使用直饮水量",
  703. "infoPointCode":"AccDrinkWaterConsumVolume",
  704. "unit":"m³",
  705. "dataType":"Acc",
  706. "inputMode":"M",
  707. "dataSource":"",
  708. "note":"",
  709. "func-id":""
  710. }
  711. ]
  712. }