EBA.json 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708
  1. {
  2. "all":[
  3. {
  4. "firstTag":"技术参数",
  5. "secondTag":"整机",
  6. "infoPointName":"锅炉类型",
  7. "infoPointCode":"BoilerType",
  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. "code":"4",
  26. "name":"其他"
  27. }
  28. ],
  29. "note":"",
  30. "func-id":""
  31. },
  32. {
  33. "firstTag":"技术参数",
  34. "secondTag":"整机",
  35. "infoPointName":"安装结构",
  36. "infoPointCode":"InstallType",
  37. "unit":"",
  38. "dataType":"Enum",
  39. "inputMode":"D1",
  40. "dataSource":[
  41. {
  42. "code":"1",
  43. "name":"卧式"
  44. },
  45. {
  46. "code":"2",
  47. "name":"立式"
  48. },
  49. {
  50. "code":"3",
  51. "name":"其他"
  52. }
  53. ],
  54. "note":"",
  55. "func-id":""
  56. },
  57. {
  58. "firstTag":"技术参数",
  59. "secondTag":"整机",
  60. "infoPointName":"电源类型",
  61. "infoPointCode":"PowerType",
  62. "unit":"",
  63. "dataType":"Enum",
  64. "inputMode":"D1",
  65. "dataSource":[
  66. {
  67. "code":"1",
  68. "name":"220V"
  69. },
  70. {
  71. "code":"2",
  72. "name":"380V"
  73. },
  74. {
  75. "code":"3",
  76. "name":"10kV"
  77. },
  78. {
  79. "code":"4",
  80. "name":"其他"
  81. }
  82. ],
  83. "note":"",
  84. "func-id":""
  85. },
  86. {
  87. "firstTag":"技术参数",
  88. "secondTag":"整机",
  89. "infoPointName":"电源频率",
  90. "infoPointCode":"PowerFreq",
  91. "unit":"Hz",
  92. "dataType":"Num",
  93. "inputMode":"A2",
  94. "dataSource":"",
  95. "note":"",
  96. "func-id":""
  97. },
  98. {
  99. "firstTag":"技术参数",
  100. "secondTag":"整机",
  101. "infoPointName":"额定电压",
  102. "infoPointCode":"RatedU",
  103. "unit":"V",
  104. "dataType":"Num",
  105. "inputMode":"A2",
  106. "dataSource":"",
  107. "note":"",
  108. "func-id":""
  109. },
  110. {
  111. "firstTag":"技术参数",
  112. "secondTag":"整机",
  113. "infoPointName":"额定电流",
  114. "infoPointCode":"RatedI",
  115. "unit":"A",
  116. "dataType":"Num",
  117. "inputMode":"A2",
  118. "dataSource":"",
  119. "note":"",
  120. "func-id":""
  121. },
  122. {
  123. "firstTag":"技术参数",
  124. "secondTag":"整机",
  125. "infoPointName":"额定耗电功率",
  126. "infoPointCode":"RatedElecConsumP",
  127. "unit":"kW",
  128. "dataType":"Num",
  129. "inputMode":"A2",
  130. "dataSource":"",
  131. "note":"",
  132. "func-id":""
  133. },
  134. {
  135. "firstTag":"技术参数",
  136. "secondTag":"整机",
  137. "infoPointName":"额定加热功率",
  138. "infoPointCode":"RatedHeatP",
  139. "unit":"kW",
  140. "dataType":"Num",
  141. "inputMode":"A2",
  142. "dataSource":"",
  143. "note":"",
  144. "func-id":""
  145. },
  146. {
  147. "firstTag":"技术参数",
  148. "secondTag":"整机",
  149. "infoPointName":"额定工作压力",
  150. "infoPointCode":"RatedWorkPress",
  151. "unit":"MPa",
  152. "dataType":"Num",
  153. "inputMode":"A2",
  154. "dataSource":"",
  155. "note":"",
  156. "func-id":""
  157. },
  158. {
  159. "firstTag":"技术参数",
  160. "secondTag":"整机",
  161. "infoPointName":"设计热效率",
  162. "infoPointCode":"DesignEff",
  163. "unit":"%",
  164. "dataType":"Num",
  165. "inputMode":"A2",
  166. "dataSource":"",
  167. "note":"",
  168. "func-id":""
  169. },
  170. {
  171. "firstTag":"技术参数",
  172. "secondTag":"整机",
  173. "infoPointName":"锅炉水容量",
  174. "infoPointCode":"WaterCap",
  175. "unit":"t",
  176. "dataType":"Num",
  177. "inputMode":"A2",
  178. "dataSource":"",
  179. "note":"",
  180. "func-id":""
  181. },
  182. {
  183. "firstTag":"技术参数",
  184. "secondTag":"整机",
  185. "infoPointName":"额定补水量",
  186. "infoPointCode":"RatedFilling",
  187. "unit":"m³\/h",
  188. "dataType":"Num",
  189. "inputMode":"A2",
  190. "dataSource":"",
  191. "note":"排去的污水量",
  192. "func-id":""
  193. },
  194. {
  195. "firstTag":"技术参数",
  196. "secondTag":"整机",
  197. "infoPointName":"工作温度范围",
  198. "infoPointCode":"WorkTempRange",
  199. "unit":"℃",
  200. "dataType":"Num",
  201. "inputMode":"A6",
  202. "dataSource":"",
  203. "note":"",
  204. "func-id":""
  205. },
  206. {
  207. "firstTag":"技术参数",
  208. "secondTag":"整机",
  209. "infoPointName":"工作湿度范围",
  210. "infoPointCode":"WorkRHRange",
  211. "unit":"%RH",
  212. "dataType":"Num",
  213. "inputMode":"A6",
  214. "dataSource":"",
  215. "note":"",
  216. "func-id":""
  217. },
  218. {
  219. "firstTag":"技术参数",
  220. "secondTag":"整机",
  221. "infoPointName":"防护等级",
  222. "infoPointCode":"IPGrade",
  223. "unit":"",
  224. "dataType":"Str",
  225. "inputMode":"B1",
  226. "dataSource":"",
  227. "note":"参考《11防护等级》",
  228. "func-id":""
  229. },
  230. {
  231. "firstTag":"技术参数",
  232. "secondTag":"整机",
  233. "infoPointName":"噪声",
  234. "infoPointCode":"Noise",
  235. "unit":"dB(A)",
  236. "dataType":"Num",
  237. "inputMode":"A2",
  238. "dataSource":"",
  239. "note":"",
  240. "func-id":""
  241. },
  242. {
  243. "firstTag":"技术参数",
  244. "secondTag":"热水锅炉",
  245. "infoPointName":"额定出水温度",
  246. "infoPointCode":"RatedHotWaterOutTemp",
  247. "unit":"℃",
  248. "dataType":"Num",
  249. "inputMode":"A2",
  250. "dataSource":"",
  251. "note":"",
  252. "func-id":""
  253. },
  254. {
  255. "firstTag":"技术参数",
  256. "secondTag":"热水锅炉",
  257. "infoPointName":"额定热水流量",
  258. "infoPointCode":"RatedHotWaterFlow",
  259. "unit":"m³\/h",
  260. "dataType":"Num",
  261. "inputMode":"A2",
  262. "dataSource":"",
  263. "note":"",
  264. "func-id":""
  265. },
  266. {
  267. "firstTag":"技术参数",
  268. "secondTag":"热水锅炉",
  269. "infoPointName":"额定受热面发热率",
  270. "infoPointCode":"RatedSurfaceHeatRate",
  271. "unit":"kW\/m²",
  272. "dataType":"Num",
  273. "inputMode":"A2",
  274. "dataSource":"",
  275. "note":"",
  276. "func-id":""
  277. },
  278. {
  279. "firstTag":"技术参数",
  280. "secondTag":"蒸汽锅炉",
  281. "infoPointName":"额定蒸汽压力",
  282. "infoPointCode":"RatedVaporOutPress",
  283. "unit":"MPa",
  284. "dataType":"Num",
  285. "inputMode":"A2",
  286. "dataSource":"",
  287. "note":"",
  288. "func-id":""
  289. },
  290. {
  291. "firstTag":"技术参数",
  292. "secondTag":"蒸汽锅炉",
  293. "infoPointName":"额定制蒸汽量",
  294. "infoPointCode":"RatedVaporFlow",
  295. "unit":"t\/h",
  296. "dataType":"Num",
  297. "inputMode":"A2",
  298. "dataSource":"",
  299. "note":"",
  300. "func-id":""
  301. },
  302. {
  303. "firstTag":"技术参数",
  304. "secondTag":"蒸汽锅炉",
  305. "infoPointName":"额定受热面蒸发率",
  306. "infoPointCode":"RatedSurfaceEvaporationRate",
  307. "unit":"t\/(hm²)",
  308. "dataType":"Num",
  309. "inputMode":"A2",
  310. "dataSource":"",
  311. "note":"",
  312. "func-id":""
  313. },
  314. {
  315. "firstTag":"技术参数",
  316. "secondTag":"蒸汽冷凝水回收装置",
  317. "infoPointName":"蒸汽冷凝水回收装置是否密闭",
  318. "infoPointCode":"isCondensateReturnAirtight",
  319. "unit":"",
  320. "dataType":"Bool",
  321. "inputMode":"E1",
  322. "dataSource":[
  323. {
  324. "code":"0",
  325. "name":"开放式"
  326. },
  327. {
  328. "code":"1",
  329. "name":"密闭式"
  330. }
  331. ],
  332. "note":"",
  333. "func-id":""
  334. },
  335. {
  336. "firstTag":"技术参数",
  337. "secondTag":"蒸汽冷凝水回收装置",
  338. "infoPointName":"蒸汽冷凝水回收最高工作温度",
  339. "infoPointCode":"CondensateReturnMaxWorkTemp",
  340. "unit":"℃",
  341. "dataType":"Num",
  342. "inputMode":"A2",
  343. "dataSource":"",
  344. "note":"",
  345. "func-id":""
  346. },
  347. {
  348. "firstTag":"技术参数",
  349. "secondTag":"蒸汽冷凝水回收装置",
  350. "infoPointName":"蒸汽冷凝水回收最高工作压力",
  351. "infoPointCode":"CondensateReturnMaxWorkPress",
  352. "unit":"MPa",
  353. "dataType":"Num",
  354. "inputMode":"A2",
  355. "dataSource":"",
  356. "note":"",
  357. "func-id":""
  358. },
  359. {
  360. "firstTag":"技术参数",
  361. "secondTag":"蒸汽冷凝水回收装置",
  362. "infoPointName":"蒸汽冷凝水回收额定回收量",
  363. "infoPointCode":"RatedCondensateReturnFlow",
  364. "unit":"m³\/h",
  365. "dataType":"Num",
  366. "inputMode":"A2",
  367. "dataSource":"",
  368. "note":"",
  369. "func-id":""
  370. },
  371. {
  372. "firstTag":"控制参数",
  373. "secondTag":"",
  374. "infoPointName":"控制模式",
  375. "infoPointCode":"CtrlMode",
  376. "unit":"",
  377. "dataType":"Str",
  378. "inputMode":"B1",
  379. "dataSource":"",
  380. "note":"",
  381. "func-id":""
  382. },
  383. {
  384. "firstTag":"运行参数",
  385. "secondTag":"运行状态",
  386. "infoPointName":"运行状态",
  387. "infoPointCode":"RunStatus",
  388. "unit":"",
  389. "dataType":"Boolv",
  390. "inputMode":"L",
  391. "dataSource":"",
  392. "note":"0. 停止 1. 运行",
  393. "func-id":""
  394. },
  395. {
  396. "firstTag":"运行参数",
  397. "secondTag":"运行状态",
  398. "infoPointName":"本地远程状态",
  399. "infoPointCode":"RemoteStatus",
  400. "unit":"",
  401. "dataType":"Enumv",
  402. "inputMode":"L",
  403. "dataSource":"",
  404. "note":"1. 本地手动 2. 本地自动 3. 远程手动 4. 远程自动 5. 其他",
  405. "func-id":""
  406. },
  407. {
  408. "firstTag":"运行参数",
  409. "secondTag":"运行状态",
  410. "infoPointName":"供热功率",
  411. "infoPointCode":"HeatP",
  412. "unit":"kW",
  413. "dataType":"Inst",
  414. "inputMode":"L",
  415. "dataSource":"",
  416. "note":"",
  417. "func-id":""
  418. },
  419. {
  420. "firstTag":"运行参数",
  421. "secondTag":"运行状态",
  422. "infoPointName":"A相电压",
  423. "infoPointCode":"APhaseU",
  424. "unit":"V",
  425. "dataType":"Inst",
  426. "inputMode":"L",
  427. "dataSource":"",
  428. "note":"",
  429. "func-id":""
  430. },
  431. {
  432. "firstTag":"运行参数",
  433. "secondTag":"运行状态",
  434. "infoPointName":"B相电压",
  435. "infoPointCode":"BPhaseU",
  436. "unit":"V",
  437. "dataType":"Inst",
  438. "inputMode":"L",
  439. "dataSource":"",
  440. "note":"",
  441. "func-id":""
  442. },
  443. {
  444. "firstTag":"运行参数",
  445. "secondTag":"运行状态",
  446. "infoPointName":"C相电压",
  447. "infoPointCode":"CPhaseU",
  448. "unit":"V",
  449. "dataType":"Inst",
  450. "inputMode":"L",
  451. "dataSource":"",
  452. "note":"",
  453. "func-id":""
  454. },
  455. {
  456. "firstTag":"运行参数",
  457. "secondTag":"运行状态",
  458. "infoPointName":"A相电流",
  459. "infoPointCode":"APhaseI",
  460. "unit":"A",
  461. "dataType":"Inst",
  462. "inputMode":"L",
  463. "dataSource":"",
  464. "note":"",
  465. "func-id":""
  466. },
  467. {
  468. "firstTag":"运行参数",
  469. "secondTag":"运行状态",
  470. "infoPointName":"B相电流",
  471. "infoPointCode":"BPhaseI",
  472. "unit":"A",
  473. "dataType":"Inst",
  474. "inputMode":"L",
  475. "dataSource":"",
  476. "note":"",
  477. "func-id":""
  478. },
  479. {
  480. "firstTag":"运行参数",
  481. "secondTag":"运行状态",
  482. "infoPointName":"C相电流",
  483. "infoPointCode":"CPhaseI",
  484. "unit":"A",
  485. "dataType":"Inst",
  486. "inputMode":"L",
  487. "dataSource":"",
  488. "note":"",
  489. "func-id":""
  490. },
  491. {
  492. "firstTag":"运行参数",
  493. "secondTag":"运行状态",
  494. "infoPointName":"耗电功率",
  495. "infoPointCode":"ElecConsumP",
  496. "unit":"kW",
  497. "dataType":"Inst",
  498. "inputMode":"L",
  499. "dataSource":"",
  500. "note":"",
  501. "func-id":""
  502. },
  503. {
  504. "firstTag":"运行参数",
  505. "secondTag":"运行状态",
  506. "infoPointName":"热水循环量",
  507. "infoPointCode":"HotWaterFlow",
  508. "unit":"m³\/h",
  509. "dataType":"Inst",
  510. "inputMode":"L",
  511. "dataSource":"",
  512. "note":"热水锅炉",
  513. "func-id":""
  514. },
  515. {
  516. "firstTag":"运行参数",
  517. "secondTag":"运行状态",
  518. "infoPointName":"热水出水温度",
  519. "infoPointCode":"HotWaterOutTemp",
  520. "unit":"℃",
  521. "dataType":"Inst",
  522. "inputMode":"L",
  523. "dataSource":"",
  524. "note":"热水锅炉",
  525. "func-id":""
  526. },
  527. {
  528. "firstTag":"运行参数",
  529. "secondTag":"运行状态",
  530. "infoPointName":"热水回水温度",
  531. "infoPointCode":"HotWaterInTemp",
  532. "unit":"℃",
  533. "dataType":"Inst",
  534. "inputMode":"L",
  535. "dataSource":"",
  536. "note":"热水锅炉",
  537. "func-id":""
  538. },
  539. {
  540. "firstTag":"运行参数",
  541. "secondTag":"运行状态",
  542. "infoPointName":"制蒸汽量",
  543. "infoPointCode":"VaporFlow",
  544. "unit":"t\/h",
  545. "dataType":"Inst",
  546. "inputMode":"L",
  547. "dataSource":"",
  548. "note":"蒸汽锅炉",
  549. "func-id":""
  550. },
  551. {
  552. "firstTag":"运行参数",
  553. "secondTag":"运行状态",
  554. "infoPointName":"蒸汽压力",
  555. "infoPointCode":"VaporPress",
  556. "unit":"MPa",
  557. "dataType":"Inst",
  558. "inputMode":"L",
  559. "dataSource":"",
  560. "note":"蒸汽锅炉",
  561. "func-id":""
  562. },
  563. {
  564. "firstTag":"运行参数",
  565. "secondTag":"运行状态",
  566. "infoPointName":"冷凝水回水温度",
  567. "infoPointCode":"VaporCondensateTemp",
  568. "unit":"℃",
  569. "dataType":"Inst",
  570. "inputMode":"L",
  571. "dataSource":"",
  572. "note":"蒸汽锅炉",
  573. "func-id":""
  574. },
  575. {
  576. "firstTag":"运行参数",
  577. "secondTag":"运行状态",
  578. "infoPointName":"补水阀开度",
  579. "infoPointCode":"FillingValveOpening",
  580. "unit":"%",
  581. "dataType":"Inst",
  582. "inputMode":"L",
  583. "dataSource":"",
  584. "note":"",
  585. "func-id":""
  586. },
  587. {
  588. "firstTag":"运行参数",
  589. "secondTag":"运行状态",
  590. "infoPointName":"补水流量",
  591. "infoPointCode":"FillingFlow",
  592. "unit":"m³\/h",
  593. "dataType":"Inst",
  594. "inputMode":"L",
  595. "dataSource":"",
  596. "note":"",
  597. "func-id":""
  598. },
  599. {
  600. "firstTag":"运行参数",
  601. "secondTag":"运行状态",
  602. "infoPointName":"冷水温度",
  603. "infoPointCode":"TapWaterTemp",
  604. "unit":"℃",
  605. "dataType":"Inst",
  606. "inputMode":"L",
  607. "dataSource":"",
  608. "note":"",
  609. "func-id":""
  610. },
  611. {
  612. "firstTag":"运行参数",
  613. "secondTag":"运行状态",
  614. "infoPointName":"冷水PH值",
  615. "infoPointCode":"TapWaterPH",
  616. "unit":"",
  617. "dataType":"Inst",
  618. "inputMode":"L",
  619. "dataSource":"",
  620. "note":"",
  621. "func-id":""
  622. },
  623. {
  624. "firstTag":"运行参数",
  625. "secondTag":"关键指标",
  626. "infoPointName":"锅炉热效率",
  627. "infoPointCode":"Eff",
  628. "unit":"%",
  629. "dataType":"Inst",
  630. "inputMode":"M",
  631. "dataSource":"",
  632. "note":"",
  633. "func-id":""
  634. },
  635. {
  636. "firstTag":"运行参数",
  637. "secondTag":"累计参数",
  638. "infoPointName":"累计供热量",
  639. "infoPointCode":"AccHeat",
  640. "unit":"kWh",
  641. "dataType":"Acc",
  642. "inputMode":"M",
  643. "dataSource":"",
  644. "note":"",
  645. "func-id":""
  646. },
  647. {
  648. "firstTag":"运行参数",
  649. "secondTag":"累计参数",
  650. "infoPointName":"累计耗电量",
  651. "infoPointCode":"AccElecConsum",
  652. "unit":"kWh",
  653. "dataType":"Acc",
  654. "inputMode":"M",
  655. "dataSource":"",
  656. "note":"",
  657. "func-id":""
  658. },
  659. {
  660. "firstTag":"运行参数",
  661. "secondTag":"累计参数",
  662. "infoPointName":"累计补水量",
  663. "infoPointCode":"AccFilling",
  664. "unit":"m³",
  665. "dataType":"Acc",
  666. "inputMode":"M",
  667. "dataSource":"",
  668. "note":"",
  669. "func-id":""
  670. },
  671. {
  672. "firstTag":"运行参数",
  673. "secondTag":"累计参数",
  674. "infoPointName":"累计运行时间",
  675. "infoPointCode":"AccRunTime",
  676. "unit":"h",
  677. "dataType":"Acc",
  678. "inputMode":"M",
  679. "dataSource":"",
  680. "note":"",
  681. "func-id":""
  682. },
  683. {
  684. "firstTag":"运行参数",
  685. "secondTag":"累计参数",
  686. "infoPointName":"开启时间计时",
  687. "infoPointCode":"OpenTimeCount",
  688. "unit":"h",
  689. "dataType":"Acc",
  690. "inputMode":"M",
  691. "dataSource":"",
  692. "note":"",
  693. "func-id":""
  694. },
  695. {
  696. "firstTag":"运行参数",
  697. "secondTag":"累计参数",
  698. "infoPointName":"关闭时间计时",
  699. "infoPointCode":"CloseTimeCount",
  700. "unit":"h",
  701. "dataType":"Acc",
  702. "inputMode":"M",
  703. "dataSource":"",
  704. "note":"",
  705. "func-id":""
  706. }
  707. ]
  708. }