SPB.json 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766
  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":"RatedFreq",
  85. "unit":"Hz",
  86. "dataType":"Num",
  87. "inputMode":"A2",
  88. "dataSource":"",
  89. "note":"",
  90. "func-id":""
  91. },
  92. {
  93. "firstTag":"技术参数",
  94. "secondTag":"整体",
  95. "infoPointName":"水泵类型",
  96. "infoPointCode":"PumpType",
  97. "unit":"",
  98. "dataType":"Enum",
  99. "inputMode":"D1",
  100. "dataSource":[
  101. {
  102. "code":"1",
  103. "name":"离心泵"
  104. },
  105. {
  106. "code":"2",
  107. "name":"柱塞泵"
  108. },
  109. {
  110. "code":"3",
  111. "name":"射流泵"
  112. },
  113. {
  114. "code":"4",
  115. "name":"螺杆泵"
  116. },
  117. {
  118. "code":"5",
  119. "name":"其他"
  120. }
  121. ],
  122. "note":"",
  123. "func-id":""
  124. },
  125. {
  126. "firstTag":"技术参数",
  127. "secondTag":"整体",
  128. "infoPointName":"泵体安装类型",
  129. "infoPointCode":"PumpInstallType",
  130. "unit":"",
  131. "dataType":"Enum",
  132. "inputMode":"D1",
  133. "dataSource":[
  134. {
  135. "code":"1",
  136. "name":"立式"
  137. },
  138. {
  139. "code":"2",
  140. "name":"卧式"
  141. },
  142. {
  143. "code":"3",
  144. "name":"其他"
  145. }
  146. ],
  147. "note":"",
  148. "func-id":""
  149. },
  150. {
  151. "firstTag":"技术参数",
  152. "secondTag":"整体",
  153. "infoPointName":"处理污水类型",
  154. "infoPointCode":"SewageTreatType",
  155. "unit":"",
  156. "dataType":"Enum",
  157. "inputMode":"D1",
  158. "dataSource":[
  159. {
  160. "code":"1",
  161. "name":"切割式"
  162. },
  163. {
  164. "code":"2",
  165. "name":"开式叶轮"
  166. },
  167. {
  168. "code":"3",
  169. "name":"自动机搅拌式"
  170. },
  171. {
  172. "code":"4",
  173. "name":"WQ或QW型"
  174. },
  175. {
  176. "code":"5",
  177. "name":"其他"
  178. }
  179. ],
  180. "note":"",
  181. "func-id":""
  182. },
  183. {
  184. "firstTag":"技术参数",
  185. "secondTag":"整体",
  186. "infoPointName":"调节类型",
  187. "infoPointCode":"AdjustType",
  188. "unit":"",
  189. "dataType":"Enum",
  190. "inputMode":"D1",
  191. "dataSource":[
  192. {
  193. "code":"1",
  194. "name":"定频无调节"
  195. },
  196. {
  197. "code":"2",
  198. "name":"二档调节"
  199. },
  200. {
  201. "code":"3",
  202. "name":"三档调节"
  203. },
  204. {
  205. "code":"4",
  206. "name":"变频调节"
  207. },
  208. {
  209. "code":"5",
  210. "name":"其他"
  211. }
  212. ],
  213. "note":"",
  214. "func-id":""
  215. },
  216. {
  217. "firstTag":"技术参数",
  218. "secondTag":"整体",
  219. "infoPointName":"是否为备用泵",
  220. "infoPointCode":"isBackupPump",
  221. "unit":"",
  222. "dataType":"Bool",
  223. "inputMode":"E1",
  224. "dataSource":[
  225. {
  226. "code":"0",
  227. "name":"否"
  228. },
  229. {
  230. "code":"1",
  231. "name":"是"
  232. }
  233. ],
  234. "note":"",
  235. "func-id":""
  236. },
  237. {
  238. "firstTag":"技术参数",
  239. "secondTag":"整体",
  240. "infoPointName":"额定扬程",
  241. "infoPointCode":"RatedHead",
  242. "unit":"m",
  243. "dataType":"Num",
  244. "inputMode":"A2",
  245. "dataSource":"",
  246. "note":"",
  247. "func-id":""
  248. },
  249. {
  250. "firstTag":"技术参数",
  251. "secondTag":"整体",
  252. "infoPointName":"额定流量",
  253. "infoPointCode":"RatedFlow",
  254. "unit":"m³\/h",
  255. "dataType":"Num",
  256. "inputMode":"A2",
  257. "dataSource":"",
  258. "note":"",
  259. "func-id":""
  260. },
  261. {
  262. "firstTag":"技术参数",
  263. "secondTag":"整体",
  264. "infoPointName":"额定转速",
  265. "infoPointCode":"RatedRPM",
  266. "unit":"rpm",
  267. "dataType":"Num",
  268. "inputMode":"A2",
  269. "dataSource":"",
  270. "note":"",
  271. "func-id":""
  272. },
  273. {
  274. "firstTag":"技术参数",
  275. "secondTag":"整体",
  276. "infoPointName":"水泵直径",
  277. "infoPointCode":"PumpDiameter",
  278. "unit":"mm",
  279. "dataType":"Num",
  280. "inputMode":"A2",
  281. "dataSource":"",
  282. "note":"口径",
  283. "func-id":""
  284. },
  285. {
  286. "firstTag":"技术参数",
  287. "secondTag":"整体",
  288. "infoPointName":"电机额定效率",
  289. "infoPointCode":"MotorRatedEff",
  290. "unit":"%",
  291. "dataType":"Num",
  292. "inputMode":"A2",
  293. "dataSource":"",
  294. "note":"",
  295. "func-id":""
  296. },
  297. {
  298. "firstTag":"技术参数",
  299. "secondTag":"整体",
  300. "infoPointName":"水泵额定效率",
  301. "infoPointCode":"PumpRatedEff",
  302. "unit":"%",
  303. "dataType":"Num",
  304. "inputMode":"A2",
  305. "dataSource":"",
  306. "note":"",
  307. "func-id":""
  308. },
  309. {
  310. "firstTag":"技术参数",
  311. "secondTag":"整体",
  312. "infoPointName":"特性曲线",
  313. "infoPointCode":"CharacterCurve",
  314. "unit":"",
  315. "dataType":"Attachment",
  316. "inputMode":"F1",
  317. "dataSource":"",
  318. "note":"",
  319. "func-id":""
  320. },
  321. {
  322. "firstTag":"技术参数",
  323. "secondTag":"整体",
  324. "infoPointName":"介质PH值范围",
  325. "infoPointCode":"MediumPHRange",
  326. "unit":"",
  327. "dataType":"Num",
  328. "inputMode":"A5",
  329. "dataSource":"",
  330. "note":"",
  331. "func-id":""
  332. },
  333. {
  334. "firstTag":"技术参数",
  335. "secondTag":"整体",
  336. "infoPointName":"介质温度范围",
  337. "infoPointCode":"MediumTempRange",
  338. "unit":"℃",
  339. "dataType":"Num",
  340. "inputMode":"A6",
  341. "dataSource":"",
  342. "note":"",
  343. "func-id":""
  344. },
  345. {
  346. "firstTag":"技术参数",
  347. "secondTag":"整体",
  348. "infoPointName":"介质压力范围",
  349. "infoPointCode":"MediumPressRange",
  350. "unit":"MPa",
  351. "dataType":"Num",
  352. "inputMode":"A6",
  353. "dataSource":"",
  354. "note":"",
  355. "func-id":""
  356. },
  357. {
  358. "firstTag":"技术参数",
  359. "secondTag":"整体",
  360. "infoPointName":"介质最大平均密度",
  361. "infoPointCode":"MediumMaxRou",
  362. "unit":"kg\/m³",
  363. "dataType":"Num",
  364. "inputMode":"A2",
  365. "dataSource":"",
  366. "note":"",
  367. "func-id":""
  368. },
  369. {
  370. "firstTag":"技术参数",
  371. "secondTag":"整体",
  372. "infoPointName":"介质可带固体颗粒最大直径",
  373. "infoPointCode":"MaxParticleDiameter",
  374. "unit":"mm",
  375. "dataType":"Num",
  376. "inputMode":"A2",
  377. "dataSource":"",
  378. "note":"",
  379. "func-id":""
  380. },
  381. {
  382. "firstTag":"技术参数",
  383. "secondTag":"整体",
  384. "infoPointName":"工作温度范围",
  385. "infoPointCode":"WorkTempRange",
  386. "unit":"℃",
  387. "dataType":"Num",
  388. "inputMode":"A6",
  389. "dataSource":"",
  390. "note":"",
  391. "func-id":""
  392. },
  393. {
  394. "firstTag":"技术参数",
  395. "secondTag":"整体",
  396. "infoPointName":"工作湿度范围",
  397. "infoPointCode":"WorkRHRange",
  398. "unit":"%RH",
  399. "dataType":"Num",
  400. "inputMode":"A6",
  401. "dataSource":"",
  402. "note":"",
  403. "func-id":""
  404. },
  405. {
  406. "firstTag":"技术参数",
  407. "secondTag":"整体",
  408. "infoPointName":"防护等级",
  409. "infoPointCode":"IPGrade",
  410. "unit":"",
  411. "dataType":"Str",
  412. "inputMode":"B1",
  413. "dataSource":"",
  414. "note":"参考《11防护等级》",
  415. "func-id":""
  416. },
  417. {
  418. "firstTag":"技术参数",
  419. "secondTag":"整体",
  420. "infoPointName":"噪声",
  421. "infoPointCode":"Noise",
  422. "unit":"dB(A)",
  423. "dataType":"Num",
  424. "inputMode":"A2",
  425. "dataSource":"",
  426. "note":"",
  427. "func-id":""
  428. },
  429. {
  430. "firstTag":"技术参数",
  431. "secondTag":"辅助设备",
  432. "infoPointName":"变频器型号",
  433. "infoPointCode":"VFDSpecification",
  434. "unit":"",
  435. "dataType":"Str",
  436. "inputMode":"B1",
  437. "dataSource":"",
  438. "note":"",
  439. "func-id":""
  440. },
  441. {
  442. "firstTag":"技术参数",
  443. "secondTag":"辅助设备",
  444. "infoPointName":"变频最高频率",
  445. "infoPointCode":"VFDMaxFreq",
  446. "unit":"Hz",
  447. "dataType":"Num",
  448. "inputMode":"A2",
  449. "dataSource":"",
  450. "note":"",
  451. "func-id":""
  452. },
  453. {
  454. "firstTag":"技术参数",
  455. "secondTag":"辅助设备",
  456. "infoPointName":"变频最低频率",
  457. "infoPointCode":"VFDMinFreq",
  458. "unit":"Hz",
  459. "dataType":"Num",
  460. "inputMode":"A2",
  461. "dataSource":"",
  462. "note":"",
  463. "func-id":""
  464. },
  465. {
  466. "firstTag":"技术参数",
  467. "secondTag":"辅助设备",
  468. "infoPointName":"搅拌直径",
  469. "infoPointCode":"StirDiameter",
  470. "unit":"m",
  471. "dataType":"Num",
  472. "inputMode":"A2",
  473. "dataSource":"",
  474. "note":"",
  475. "func-id":""
  476. },
  477. {
  478. "firstTag":"控制参数",
  479. "secondTag":"",
  480. "infoPointName":"控制模式",
  481. "infoPointCode":"CtrlMode",
  482. "unit":"",
  483. "dataType":"Str",
  484. "inputMode":"B1",
  485. "dataSource":"",
  486. "note":"",
  487. "func-id":""
  488. },
  489. {
  490. "firstTag":"运行参数",
  491. "secondTag":"运行状态",
  492. "infoPointName":"运行状态",
  493. "infoPointCode":"RunStatus",
  494. "unit":"",
  495. "dataType":"Boolv",
  496. "inputMode":"L",
  497. "dataSource":"",
  498. "note":"0. 停止 1. 运行",
  499. "func-id":""
  500. },
  501. {
  502. "firstTag":"运行参数",
  503. "secondTag":"运行状态",
  504. "infoPointName":"本地远程状态",
  505. "infoPointCode":"RemoteStatus",
  506. "unit":"",
  507. "dataType":"Enumv",
  508. "inputMode":"L",
  509. "dataSource":"",
  510. "note":"1. 本地手动 2. 本地自动 3. 远程手动 4. 远程自动 5. 其他",
  511. "func-id":""
  512. },
  513. {
  514. "firstTag":"运行参数",
  515. "secondTag":"运行状态",
  516. "infoPointName":"A相电压",
  517. "infoPointCode":"APhaseU",
  518. "unit":"V",
  519. "dataType":"Inst",
  520. "inputMode":"L",
  521. "dataSource":"",
  522. "note":"",
  523. "func-id":""
  524. },
  525. {
  526. "firstTag":"运行参数",
  527. "secondTag":"运行状态",
  528. "infoPointName":"B相电压",
  529. "infoPointCode":"BPhaseU",
  530. "unit":"V",
  531. "dataType":"Inst",
  532. "inputMode":"L",
  533. "dataSource":"",
  534. "note":"",
  535. "func-id":""
  536. },
  537. {
  538. "firstTag":"运行参数",
  539. "secondTag":"运行状态",
  540. "infoPointName":"C相电压",
  541. "infoPointCode":"CPhaseU",
  542. "unit":"V",
  543. "dataType":"Inst",
  544. "inputMode":"L",
  545. "dataSource":"",
  546. "note":"",
  547. "func-id":""
  548. },
  549. {
  550. "firstTag":"运行参数",
  551. "secondTag":"运行状态",
  552. "infoPointName":"A相电流",
  553. "infoPointCode":"APhaseI",
  554. "unit":"A",
  555. "dataType":"Inst",
  556. "inputMode":"L",
  557. "dataSource":"",
  558. "note":"",
  559. "func-id":""
  560. },
  561. {
  562. "firstTag":"运行参数",
  563. "secondTag":"运行状态",
  564. "infoPointName":"B相电流",
  565. "infoPointCode":"BPhaseI",
  566. "unit":"A",
  567. "dataType":"Inst",
  568. "inputMode":"L",
  569. "dataSource":"",
  570. "note":"",
  571. "func-id":""
  572. },
  573. {
  574. "firstTag":"运行参数",
  575. "secondTag":"运行状态",
  576. "infoPointName":"C相电流",
  577. "infoPointCode":"CPhaseI",
  578. "unit":"A",
  579. "dataType":"Inst",
  580. "inputMode":"L",
  581. "dataSource":"",
  582. "note":"",
  583. "func-id":""
  584. },
  585. {
  586. "firstTag":"运行参数",
  587. "secondTag":"运行状态",
  588. "infoPointName":"耗电功率",
  589. "infoPointCode":"ElecConsumP",
  590. "unit":"kW",
  591. "dataType":"Inst",
  592. "inputMode":"L",
  593. "dataSource":"",
  594. "note":"三相有功功率",
  595. "func-id":""
  596. },
  597. {
  598. "firstTag":"运行参数",
  599. "secondTag":"运行状态",
  600. "infoPointName":"运行频率",
  601. "infoPointCode":"Freq",
  602. "unit":"Hz",
  603. "dataType":"Inst",
  604. "inputMode":"L",
  605. "dataSource":"",
  606. "note":"",
  607. "func-id":""
  608. },
  609. {
  610. "firstTag":"运行参数",
  611. "secondTag":"运行状态",
  612. "infoPointName":"瞬时流量",
  613. "infoPointCode":"Flow",
  614. "unit":"m³\/h",
  615. "dataType":"Inst",
  616. "inputMode":"L",
  617. "dataSource":"",
  618. "note":"",
  619. "func-id":""
  620. },
  621. {
  622. "firstTag":"运行参数",
  623. "secondTag":"运行状态",
  624. "infoPointName":"水泵进口压力",
  625. "infoPointCode":"SewageInPress",
  626. "unit":"MPa",
  627. "dataType":"Inst",
  628. "inputMode":"L",
  629. "dataSource":"",
  630. "note":"",
  631. "func-id":""
  632. },
  633. {
  634. "firstTag":"运行参数",
  635. "secondTag":"运行状态",
  636. "infoPointName":"水泵出口压力",
  637. "infoPointCode":"SewageOutPress",
  638. "unit":"MPa",
  639. "dataType":"Inst",
  640. "inputMode":"L",
  641. "dataSource":"",
  642. "note":"",
  643. "func-id":""
  644. },
  645. {
  646. "firstTag":"运行参数",
  647. "secondTag":"运行状态",
  648. "infoPointName":"水泵扬程",
  649. "infoPointCode":"Head",
  650. "unit":"m",
  651. "dataType":"Inst",
  652. "inputMode":"M",
  653. "dataSource":"",
  654. "note":"",
  655. "func-id":""
  656. },
  657. {
  658. "firstTag":"运行参数",
  659. "secondTag":"运行状态",
  660. "infoPointName":"污水PH值",
  661. "infoPointCode":"SewagePH",
  662. "unit":"",
  663. "dataType":"Inst",
  664. "inputMode":"L",
  665. "dataSource":"",
  666. "note":"",
  667. "func-id":""
  668. },
  669. {
  670. "firstTag":"运行参数",
  671. "secondTag":"运行状态",
  672. "infoPointName":"污水密度",
  673. "infoPointCode":"SewageRou",
  674. "unit":"kg\/m³",
  675. "dataType":"Inst",
  676. "inputMode":"L",
  677. "dataSource":"",
  678. "note":"",
  679. "func-id":""
  680. },
  681. {
  682. "firstTag":"运行参数",
  683. "secondTag":"关键指标",
  684. "infoPointName":"电机效率",
  685. "infoPointCode":"MotorEff",
  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":"PumpEff",
  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":"AccTreatVolume",
  710. "unit":"m³",
  711. "dataType":"Acc",
  712. "inputMode":"M",
  713. "dataSource":"",
  714. "note":"",
  715. "func-id":""
  716. },
  717. {
  718. "firstTag":"运行参数",
  719. "secondTag":"累计参数",
  720. "infoPointName":"累计耗电量",
  721. "infoPointCode":"AccElecConsum",
  722. "unit":"kWh",
  723. "dataType":"Acc",
  724. "inputMode":"M",
  725. "dataSource":"",
  726. "note":"",
  727. "func-id":""
  728. },
  729. {
  730. "firstTag":"运行参数",
  731. "secondTag":"累计参数",
  732. "infoPointName":"累计运行时间",
  733. "infoPointCode":"AccRunTime",
  734. "unit":"h",
  735. "dataType":"Acc",
  736. "inputMode":"M",
  737. "dataSource":"",
  738. "note":"",
  739. "func-id":""
  740. },
  741. {
  742. "firstTag":"运行参数",
  743. "secondTag":"累计参数",
  744. "infoPointName":"开启时间计时",
  745. "infoPointCode":"OpenTimeCount",
  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":"CloseTimeCount",
  758. "unit":"h",
  759. "dataType":"Acc",
  760. "inputMode":"M",
  761. "dataSource":"",
  762. "note":"",
  763. "func-id":""
  764. }
  765. ]
  766. }