KLEF.json 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773
  1. {
  2. "all":[
  3. {
  4. "firstTag":"技术参数",
  5. "secondTag":"",
  6. "infoPointName":"电源类型",
  7. "infoPointCode":"PowerType",
  8. "unit":"",
  9. "dataType":"Enum",
  10. "inputMode":"D1",
  11. "dataSource":[
  12. {
  13. "code":"1",
  14. "name":"220V"
  15. },
  16. {
  17. "code":"2",
  18. "name":"380V"
  19. },
  20. {
  21. "code":"3",
  22. "name":"10kV"
  23. },
  24. {
  25. "code":"4",
  26. "name":"其他"
  27. }
  28. ],
  29. "note":"",
  30. "func-id":""
  31. },
  32. {
  33. "firstTag":"技术参数",
  34. "secondTag":"",
  35. "infoPointName":"电源频率",
  36. "infoPointCode":"PowerFreq",
  37. "unit":"Hz",
  38. "dataType":"Num",
  39. "inputMode":"A2",
  40. "dataSource":"",
  41. "note":"",
  42. "func-id":""
  43. },
  44. {
  45. "firstTag":"技术参数",
  46. "secondTag":"",
  47. "infoPointName":"额定电压",
  48. "infoPointCode":"RatedU",
  49. "unit":"V",
  50. "dataType":"Num",
  51. "inputMode":"A2",
  52. "dataSource":"",
  53. "note":"",
  54. "func-id":""
  55. },
  56. {
  57. "firstTag":"技术参数",
  58. "secondTag":"",
  59. "infoPointName":"额定电流",
  60. "infoPointCode":"RatedI",
  61. "unit":"A",
  62. "dataType":"Num",
  63. "inputMode":"A2",
  64. "dataSource":"",
  65. "note":"",
  66. "func-id":""
  67. },
  68. {
  69. "firstTag":"技术参数",
  70. "secondTag":"",
  71. "infoPointName":"额定功率",
  72. "infoPointCode":"RatedP",
  73. "unit":"kW",
  74. "dataType":"Num",
  75. "inputMode":"A2",
  76. "dataSource":"",
  77. "note":"",
  78. "func-id":""
  79. },
  80. {
  81. "firstTag":"技术参数",
  82. "secondTag":"",
  83. "infoPointName":"流向类型",
  84. "infoPointCode":"DirectionType",
  85. "unit":"",
  86. "dataType":"Enum",
  87. "inputMode":"D1",
  88. "dataSource":[
  89. {
  90. "code":"1",
  91. "name":"离心式"
  92. },
  93. {
  94. "code":"2",
  95. "name":"轴流式"
  96. },
  97. {
  98. "code":"3",
  99. "name":"贯流式"
  100. },
  101. {
  102. "code":"4",
  103. "name":"混流式"
  104. },
  105. {
  106. "code":"5",
  107. "name":"其他"
  108. }
  109. ],
  110. "note":"",
  111. "func-id":""
  112. },
  113. {
  114. "firstTag":"技术参数",
  115. "secondTag":"",
  116. "infoPointName":"结构类型",
  117. "infoPointCode":"StructureType",
  118. "unit":"",
  119. "dataType":"Enum",
  120. "inputMode":"D1",
  121. "dataSource":[
  122. {
  123. "code":"1",
  124. "name":"单级风机"
  125. },
  126. {
  127. "code":"2",
  128. "name":"多级风机"
  129. },
  130. {
  131. "code":"3",
  132. "name":"其他"
  133. }
  134. ],
  135. "note":"",
  136. "func-id":""
  137. },
  138. {
  139. "firstTag":"技术参数",
  140. "secondTag":"",
  141. "infoPointName":"压强类型",
  142. "infoPointCode":"PressType",
  143. "unit":"",
  144. "dataType":"Enum",
  145. "inputMode":"D1",
  146. "dataSource":[
  147. {
  148. "code":"1",
  149. "name":"通风机"
  150. },
  151. {
  152. "code":"2",
  153. "name":"鼓风机"
  154. },
  155. {
  156. "code":"3",
  157. "name":"压气机"
  158. },
  159. {
  160. "code":"4",
  161. "name":"其他"
  162. }
  163. ],
  164. "note":"",
  165. "func-id":""
  166. },
  167. {
  168. "firstTag":"技术参数",
  169. "secondTag":"",
  170. "infoPointName":"额定扬程",
  171. "infoPointCode":"RatedHead",
  172. "unit":"Pa",
  173. "dataType":"Num",
  174. "inputMode":"A2",
  175. "dataSource":"",
  176. "note":"",
  177. "func-id":""
  178. },
  179. {
  180. "firstTag":"技术参数",
  181. "secondTag":"",
  182. "infoPointName":"额定风量",
  183. "infoPointCode":"RatedFlow",
  184. "unit":"m³\/h",
  185. "dataType":"Num",
  186. "inputMode":"A2",
  187. "dataSource":"",
  188. "note":"",
  189. "func-id":""
  190. },
  191. {
  192. "firstTag":"技术参数",
  193. "secondTag":"",
  194. "infoPointName":"额定频率",
  195. "infoPointCode":"RatedFreq",
  196. "unit":"Hz",
  197. "dataType":"Num",
  198. "inputMode":"A2",
  199. "dataSource":"",
  200. "note":"",
  201. "func-id":""
  202. },
  203. {
  204. "firstTag":"技术参数",
  205. "secondTag":"",
  206. "infoPointName":"额定转速",
  207. "infoPointCode":"RatedRPM",
  208. "unit":"rpm",
  209. "dataType":"Num",
  210. "inputMode":"A2",
  211. "dataSource":"",
  212. "note":"",
  213. "func-id":""
  214. },
  215. {
  216. "firstTag":"技术参数",
  217. "secondTag":"",
  218. "infoPointName":"风机额定效率",
  219. "infoPointCode":"RatedFanEff",
  220. "unit":"%",
  221. "dataType":"Num",
  222. "inputMode":"A2",
  223. "dataSource":"",
  224. "note":"",
  225. "func-id":""
  226. },
  227. {
  228. "firstTag":"技术参数",
  229. "secondTag":"",
  230. "infoPointName":"电机额定效率",
  231. "infoPointCode":"RatedMotorEff",
  232. "unit":"%",
  233. "dataType":"Num",
  234. "inputMode":"A2",
  235. "dataSource":"",
  236. "note":"",
  237. "func-id":""
  238. },
  239. {
  240. "firstTag":"技术参数",
  241. "secondTag":"",
  242. "infoPointName":"风机调节类型",
  243. "infoPointCode":"AdjustType",
  244. "unit":"",
  245. "dataType":"Enum",
  246. "inputMode":"D1",
  247. "dataSource":[
  248. {
  249. "code":"1",
  250. "name":"定频无调节"
  251. },
  252. {
  253. "code":"2",
  254. "name":"变频调节"
  255. },
  256. {
  257. "code":"3",
  258. "name":"二档调节"
  259. },
  260. {
  261. "code":"4",
  262. "name":"三档调节"
  263. },
  264. {
  265. "code":"5",
  266. "name":"其他"
  267. }
  268. ],
  269. "note":"",
  270. "func-id":""
  271. },
  272. {
  273. "firstTag":"技术参数",
  274. "secondTag":"",
  275. "infoPointName":"扬程类型",
  276. "infoPointCode":"HeadType",
  277. "unit":"",
  278. "dataType":"Enum",
  279. "inputMode":"D1",
  280. "dataSource":[
  281. {
  282. "code":"1",
  283. "name":"高压"
  284. },
  285. {
  286. "code":"2",
  287. "name":"中压"
  288. },
  289. {
  290. "code":"3",
  291. "name":"低压"
  292. },
  293. {
  294. "code":"4",
  295. "name":"其他"
  296. }
  297. ],
  298. "note":"离心式:高压范围P>3000Pa,中压范围1000Pa≤P≤3000Pa,低压范围P<1000Pa;轴流式:高压范围P≥500Pa,低压范围P<500Pa",
  299. "func-id":""
  300. },
  301. {
  302. "firstTag":"技术参数",
  303. "secondTag":"",
  304. "infoPointName":"旋转方向",
  305. "infoPointCode":"RotateType",
  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. "note":"从主轴槽轮或电动机位置看叶轮旋转方向,逆时针为左式,反之为右式",
  324. "func-id":""
  325. },
  326. {
  327. "firstTag":"技术参数",
  328. "secondTag":"",
  329. "infoPointName":"电机传动方式",
  330. "infoPointCode":"MotorDriveType",
  331. "unit":"",
  332. "dataType":"Enum",
  333. "inputMode":"D1",
  334. "dataSource":[
  335. {
  336. "code":"1",
  337. "name":"无轴承"
  338. },
  339. {
  340. "code":"2",
  341. "name":"悬臂支承,皮带轮在轴承中间"
  342. },
  343. {
  344. "code":"3",
  345. "name":"悬臂支承,皮带轮在轴承外侧"
  346. },
  347. {
  348. "code":"4",
  349. "name":"悬臂支承,联轴器传动"
  350. },
  351. {
  352. "code":"5",
  353. "name":"双支承,皮带在外侧"
  354. },
  355. {
  356. "code":"6",
  357. "name":"双支承,联轴器传动"
  358. },
  359. {
  360. "code":"7",
  361. "name":"其他"
  362. }
  363. ],
  364. "note":"",
  365. "func-id":""
  366. },
  367. {
  368. "firstTag":"技术参数",
  369. "secondTag":"",
  370. "infoPointName":"风机性能曲线",
  371. "infoPointCode":"FanCharacterCurve",
  372. "unit":"",
  373. "dataType":"Attachment",
  374. "inputMode":"F1",
  375. "dataSource":"",
  376. "note":"",
  377. "func-id":""
  378. },
  379. {
  380. "firstTag":"技术参数",
  381. "secondTag":"",
  382. "infoPointName":"是否有油烟过滤网",
  383. "infoPointCode":"isLampblackFilter",
  384. "unit":"",
  385. "dataType":"Bool",
  386. "inputMode":"E1",
  387. "dataSource":[
  388. {
  389. "code":"0",
  390. "name":"无"
  391. },
  392. {
  393. "code":"1",
  394. "name":"有"
  395. }
  396. ],
  397. "note":"",
  398. "func-id":""
  399. },
  400. {
  401. "firstTag":"技术参数",
  402. "secondTag":"",
  403. "infoPointName":"工作油烟浓度范围",
  404. "infoPointCode":"WorkLampblackRange",
  405. "unit":"",
  406. "dataType":"Num",
  407. "inputMode":"A6",
  408. "dataSource":"",
  409. "note":"",
  410. "func-id":""
  411. },
  412. {
  413. "firstTag":"技术参数",
  414. "secondTag":"",
  415. "infoPointName":"工作温度范围",
  416. "infoPointCode":"WorkTempRange",
  417. "unit":"℃",
  418. "dataType":"Num",
  419. "inputMode":"A6",
  420. "dataSource":"",
  421. "note":"",
  422. "func-id":""
  423. },
  424. {
  425. "firstTag":"技术参数",
  426. "secondTag":"",
  427. "infoPointName":"工作湿度范围",
  428. "infoPointCode":"WorkRHRange",
  429. "unit":"%RH",
  430. "dataType":"Num",
  431. "inputMode":"A6",
  432. "dataSource":"",
  433. "note":"",
  434. "func-id":""
  435. },
  436. {
  437. "firstTag":"技术参数",
  438. "secondTag":"",
  439. "infoPointName":"防护等级",
  440. "infoPointCode":"IPGrade",
  441. "unit":"",
  442. "dataType":"Enum",
  443. "inputMode":"D1",
  444. "dataSource":"见《11防护等级》",
  445. "note":"",
  446. "func-id":""
  447. },
  448. {
  449. "firstTag":"技术参数",
  450. "secondTag":"",
  451. "infoPointName":"噪声",
  452. "infoPointCode":"Noise",
  453. "unit":"dB",
  454. "dataType":"Num",
  455. "inputMode":"A2",
  456. "dataSource":"",
  457. "note":"",
  458. "func-id":""
  459. },
  460. {
  461. "firstTag":"技术参数",
  462. "secondTag":"",
  463. "infoPointName":"震动",
  464. "infoPointCode":"Shake",
  465. "unit":"um",
  466. "dataType":"Num",
  467. "inputMode":"A2",
  468. "dataSource":"",
  469. "note":"",
  470. "func-id":""
  471. },
  472. {
  473. "firstTag":"控制参数",
  474. "secondTag":"",
  475. "infoPointName":"控制模式",
  476. "infoPointCode":"CtrlMode",
  477. "unit":"",
  478. "dataType":"Str",
  479. "inputMode":"B1",
  480. "dataSource":"",
  481. "note":"",
  482. "func-id":""
  483. },
  484. {
  485. "firstTag":"运行状态",
  486. "secondTag":"运行参数",
  487. "infoPointName":"运行状态",
  488. "infoPointCode":"RunStatus",
  489. "unit":"",
  490. "dataType":"Boolv",
  491. "inputMode":"L",
  492. "dataSource":"",
  493. "note":"0. 停止 1. 运行",
  494. "func-id":""
  495. },
  496. {
  497. "firstTag":"运行状态",
  498. "secondTag":"运行参数",
  499. "infoPointName":"本地远程状态",
  500. "infoPointCode":"RemoteStatus",
  501. "unit":"",
  502. "dataType":"Enumv",
  503. "inputMode":"L",
  504. "dataSource":"",
  505. "note":"1. 本地手动 2. 本地自动 3. 远程手动 4. 远程自动 5. 其他",
  506. "func-id":""
  507. },
  508. {
  509. "firstTag":"运行状态",
  510. "secondTag":"运行参数",
  511. "infoPointName":"A相电压",
  512. "infoPointCode":"APhaseU",
  513. "unit":"V",
  514. "dataType":"Inst",
  515. "inputMode":"L",
  516. "dataSource":"",
  517. "note":"",
  518. "func-id":""
  519. },
  520. {
  521. "firstTag":"运行状态",
  522. "secondTag":"运行参数",
  523. "infoPointName":"B相电压",
  524. "infoPointCode":"BPhaseU",
  525. "unit":"V",
  526. "dataType":"Inst",
  527. "inputMode":"L",
  528. "dataSource":"",
  529. "note":"",
  530. "func-id":""
  531. },
  532. {
  533. "firstTag":"运行状态",
  534. "secondTag":"运行参数",
  535. "infoPointName":"C相电压",
  536. "infoPointCode":"CPhaseU",
  537. "unit":"V",
  538. "dataType":"Inst",
  539. "inputMode":"L",
  540. "dataSource":"",
  541. "note":"",
  542. "func-id":""
  543. },
  544. {
  545. "firstTag":"运行状态",
  546. "secondTag":"运行参数",
  547. "infoPointName":"A相电流",
  548. "infoPointCode":"APhaseI",
  549. "unit":"A",
  550. "dataType":"Inst",
  551. "inputMode":"L",
  552. "dataSource":"",
  553. "note":"",
  554. "func-id":""
  555. },
  556. {
  557. "firstTag":"运行状态",
  558. "secondTag":"运行参数",
  559. "infoPointName":"B相电流",
  560. "infoPointCode":"BPhaseI",
  561. "unit":"A",
  562. "dataType":"Inst",
  563. "inputMode":"L",
  564. "dataSource":"",
  565. "note":"",
  566. "func-id":""
  567. },
  568. {
  569. "firstTag":"运行状态",
  570. "secondTag":"运行参数",
  571. "infoPointName":"C相电流",
  572. "infoPointCode":"CPhaseI",
  573. "unit":"A",
  574. "dataType":"Inst",
  575. "inputMode":"L",
  576. "dataSource":"",
  577. "note":"",
  578. "func-id":""
  579. },
  580. {
  581. "firstTag":"运行状态",
  582. "secondTag":"运行参数",
  583. "infoPointName":"耗电功率",
  584. "infoPointCode":"ElecConsumP",
  585. "unit":"kW",
  586. "dataType":"Inst",
  587. "inputMode":"L",
  588. "dataSource":"",
  589. "note":"",
  590. "func-id":""
  591. },
  592. {
  593. "firstTag":"运行状态",
  594. "secondTag":"运行参数",
  595. "infoPointName":"工作频率",
  596. "infoPointCode":"Freq",
  597. "unit":"Hz",
  598. "dataType":"Inst",
  599. "inputMode":"L",
  600. "dataSource":"",
  601. "note":"",
  602. "func-id":""
  603. },
  604. {
  605. "firstTag":"运行状态",
  606. "secondTag":"运行参数",
  607. "infoPointName":"风机转速",
  608. "infoPointCode":"FanRPM",
  609. "unit":"rpm",
  610. "dataType":"Inst",
  611. "inputMode":"L",
  612. "dataSource":"",
  613. "note":"",
  614. "func-id":""
  615. },
  616. {
  617. "firstTag":"运行状态",
  618. "secondTag":"运行参数",
  619. "infoPointName":"风机档位",
  620. "infoPointCode":"FanGear",
  621. "unit":"",
  622. "dataType":"Enumv",
  623. "inputMode":"L",
  624. "dataSource":"",
  625. "note":"1. 低档 2. 中档 3. 高档 4. 其他",
  626. "func-id":""
  627. },
  628. {
  629. "firstTag":"运行状态",
  630. "secondTag":"运行参数",
  631. "infoPointName":"进风压力",
  632. "infoPointCode":"AirInPress",
  633. "unit":"Pa",
  634. "dataType":"Inst",
  635. "inputMode":"L",
  636. "dataSource":"",
  637. "note":"",
  638. "func-id":""
  639. },
  640. {
  641. "firstTag":"运行状态",
  642. "secondTag":"运行参数",
  643. "infoPointName":"出风压力",
  644. "infoPointCode":"AirOutPress",
  645. "unit":"Pa",
  646. "dataType":"Inst",
  647. "inputMode":"L",
  648. "dataSource":"",
  649. "note":"",
  650. "func-id":""
  651. },
  652. {
  653. "firstTag":"运行状态",
  654. "secondTag":"运行参数",
  655. "infoPointName":"瞬时风量",
  656. "infoPointCode":"AirFlow",
  657. "unit":"m³\/h",
  658. "dataType":"Inst",
  659. "inputMode":"L",
  660. "dataSource":"",
  661. "note":"",
  662. "func-id":""
  663. },
  664. {
  665. "firstTag":"运行状态",
  666. "secondTag":"关键指标",
  667. "infoPointName":"电流负载率",
  668. "infoPointCode":"IPLR",
  669. "unit":"%",
  670. "dataType":"Inst",
  671. "inputMode":"M",
  672. "dataSource":"",
  673. "note":"",
  674. "func-id":""
  675. },
  676. {
  677. "firstTag":"运行状态",
  678. "secondTag":"关键指标",
  679. "infoPointName":"风机效率",
  680. "infoPointCode":"FanEff",
  681. "unit":"%",
  682. "dataType":"Inst",
  683. "inputMode":"M",
  684. "dataSource":"",
  685. "note":"",
  686. "func-id":""
  687. },
  688. {
  689. "firstTag":"运行状态",
  690. "secondTag":"关键指标",
  691. "infoPointName":"电机效率",
  692. "infoPointCode":"MotorEff",
  693. "unit":"%",
  694. "dataType":"Inst",
  695. "inputMode":"M",
  696. "dataSource":"",
  697. "note":"",
  698. "func-id":""
  699. },
  700. {
  701. "firstTag":"运行状态",
  702. "secondTag":"关键指标",
  703. "infoPointName":"风机输配系数",
  704. "infoPointCode":"WTFfan",
  705. "unit":"",
  706. "dataType":"Inst",
  707. "inputMode":"M",
  708. "dataSource":"",
  709. "note":"",
  710. "func-id":""
  711. },
  712. {
  713. "firstTag":"运行状态",
  714. "secondTag":"累计参数",
  715. "infoPointName":"累计送风量",
  716. "infoPointCode":"AccFlow",
  717. "unit":"m³",
  718. "dataType":"Acc",
  719. "inputMode":"M",
  720. "dataSource":"",
  721. "note":"",
  722. "func-id":""
  723. },
  724. {
  725. "firstTag":"运行状态",
  726. "secondTag":"累计参数",
  727. "infoPointName":"累计耗电量",
  728. "infoPointCode":"AccElecConsum",
  729. "unit":"kWh",
  730. "dataType":"Acc",
  731. "inputMode":"M",
  732. "dataSource":"",
  733. "note":"",
  734. "func-id":""
  735. },
  736. {
  737. "firstTag":"运行状态",
  738. "secondTag":"累计参数",
  739. "infoPointName":"累计运行时间",
  740. "infoPointCode":"AccRunTime",
  741. "unit":"h",
  742. "dataType":"Acc",
  743. "inputMode":"M",
  744. "dataSource":"",
  745. "note":"",
  746. "func-id":""
  747. },
  748. {
  749. "firstTag":"运行状态",
  750. "secondTag":"累计参数",
  751. "infoPointName":"开启时间计时",
  752. "infoPointCode":"OpenTimeCount",
  753. "unit":"h",
  754. "dataType":"Acc",
  755. "inputMode":"M",
  756. "dataSource":"",
  757. "note":"",
  758. "func-id":""
  759. },
  760. {
  761. "firstTag":"运行状态",
  762. "secondTag":"累计参数",
  763. "infoPointName":"关闭时间计时",
  764. "infoPointCode":"CloseTimeCount",
  765. "unit":"h",
  766. "dataType":"Acc",
  767. "inputMode":"M",
  768. "dataSource":"",
  769. "note":"",
  770. "func-id":""
  771. }
  772. ]
  773. }