CHGB.json 16 KB

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