AVA.json 22 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219
  1. {
  2. "all":[
  3. {
  4. "firstTag":"技术参数",
  5. "secondTag":"通用",
  6. "infoPointName":"阀门类型",
  7. "infoPointCode":"ValveType",
  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. "code":"5",
  30. "name":"安全阀"
  31. },
  32. {
  33. "code":"6",
  34. "name":"其他"
  35. }
  36. ],
  37. "note":"",
  38. "func-id":""
  39. },
  40. {
  41. "firstTag":"技术参数",
  42. "secondTag":"通用",
  43. "infoPointName":"阀门电源类型",
  44. "infoPointCode":"ValvePowerType",
  45. "unit":"",
  46. "dataType":"Enum",
  47. "inputMode":"D1",
  48. "dataSource":[
  49. {
  50. "code":"1",
  51. "name":"外接直流"
  52. },
  53. {
  54. "code":"2",
  55. "name":"外接交流"
  56. },
  57. {
  58. "code":"3",
  59. "name":"干电池"
  60. },
  61. {
  62. "code":"4",
  63. "name":"充电电池"
  64. },
  65. {
  66. "code":"5",
  67. "name":"其他"
  68. }
  69. ],
  70. "note":"",
  71. "func-id":""
  72. },
  73. {
  74. "firstTag":"技术参数",
  75. "secondTag":"通用",
  76. "infoPointName":"阀门外接直流电压",
  77. "infoPointCode":"ValveExDCU",
  78. "unit":"V",
  79. "dataType":"Num",
  80. "inputMode":"A2",
  81. "dataSource":"",
  82. "note":"",
  83. "func-id":""
  84. },
  85. {
  86. "firstTag":"技术参数",
  87. "secondTag":"通用",
  88. "infoPointName":"阀门外接交流电压",
  89. "infoPointCode":"ValveExACU",
  90. "unit":"V",
  91. "dataType":"Num",
  92. "inputMode":"A2",
  93. "dataSource":"",
  94. "note":"",
  95. "func-id":""
  96. },
  97. {
  98. "firstTag":"技术参数",
  99. "secondTag":"通用",
  100. "infoPointName":"阀门干电池型号",
  101. "infoPointCode":"ValveDryCellType",
  102. "unit":"",
  103. "dataType":"Enum",
  104. "inputMode":"D1",
  105. "dataSource":[
  106. {
  107. "code":"1",
  108. "name":"AAAA"
  109. },
  110. {
  111. "code":"2",
  112. "name":"AAA"
  113. },
  114. {
  115. "code":"3",
  116. "name":"AA"
  117. },
  118. {
  119. "code":"4",
  120. "name":"A"
  121. },
  122. {
  123. "code":"5",
  124. "name":"SC"
  125. },
  126. {
  127. "code":"6",
  128. "name":"C"
  129. },
  130. {
  131. "code":"7",
  132. "name":"D"
  133. },
  134. {
  135. "code":"8",
  136. "name":"N"
  137. },
  138. {
  139. "code":"9",
  140. "name":"F"
  141. },
  142. {
  143. "code":"10",
  144. "name":"其他"
  145. }
  146. ],
  147. "note":"",
  148. "func-id":""
  149. },
  150. {
  151. "firstTag":"技术参数",
  152. "secondTag":"通用",
  153. "infoPointName":"阀门充电电压",
  154. "infoPointCode":"ValveRechargeU",
  155. "unit":"V",
  156. "dataType":"Num",
  157. "inputMode":"A2",
  158. "dataSource":"",
  159. "note":"",
  160. "func-id":""
  161. },
  162. {
  163. "firstTag":"技术参数",
  164. "secondTag":"通用",
  165. "infoPointName":"阀门是否有远程控制功能",
  166. "infoPointCode":"isValveRemoteFunc",
  167. "unit":"",
  168. "dataType":"Bool",
  169. "inputMode":"E1",
  170. "dataSource":[
  171. {
  172. "code":"0",
  173. "name":"否"
  174. },
  175. {
  176. "code":"1",
  177. "name":"是"
  178. }
  179. ],
  180. "note":"",
  181. "func-id":""
  182. },
  183. {
  184. "firstTag":"技术参数",
  185. "secondTag":"通用",
  186. "infoPointName":"阀门是否有无线传输功能",
  187. "infoPointCode":"isValveWirelessFunc",
  188. "unit":"",
  189. "dataType":"Bool",
  190. "inputMode":"E1",
  191. "dataSource":[
  192. {
  193. "code":"0",
  194. "name":"否"
  195. },
  196. {
  197. "code":"1",
  198. "name":"是"
  199. }
  200. ],
  201. "note":"",
  202. "func-id":""
  203. },
  204. {
  205. "firstTag":"技术参数",
  206. "secondTag":"通用",
  207. "infoPointName":"阀门有线协议",
  208. "infoPointCode":"ValveWireProtocol",
  209. "unit":"",
  210. "dataType":"Enum",
  211. "inputMode":"D1",
  212. "dataSource":[
  213. {
  214. "code":"1",
  215. "name":"RS-232"
  216. },
  217. {
  218. "code":"2",
  219. "name":"RS-485"
  220. },
  221. {
  222. "code":"3",
  223. "name":"CAN"
  224. },
  225. {
  226. "code":"4",
  227. "name":"TCP\/IP"
  228. },
  229. {
  230. "code":"5",
  231. "name":"ADSL"
  232. },
  233. {
  234. "code":"6",
  235. "name":"FSK"
  236. },
  237. {
  238. "code":"7",
  239. "name":"光纤"
  240. },
  241. {
  242. "code":"8",
  243. "name":"电力载波"
  244. },
  245. {
  246. "code":"9",
  247. "name":"其他"
  248. }
  249. ],
  250. "note":"",
  251. "func-id":""
  252. },
  253. {
  254. "firstTag":"技术参数",
  255. "secondTag":"通用",
  256. "infoPointName":"阀门无线协议",
  257. "infoPointCode":"ValveWirelessProtocol",
  258. "unit":"",
  259. "dataType":"Enum",
  260. "inputMode":"D2",
  261. "dataSource":[
  262. {
  263. "code":"1",
  264. "name":"Zigbee"
  265. },
  266. {
  267. "code":"2",
  268. "name":"RFID"
  269. },
  270. {
  271. "code":"3",
  272. "name":"蓝牙技术"
  273. },
  274. {
  275. "code":"4",
  276. "name":"NFC"
  277. },
  278. {
  279. "code":"5",
  280. "name":"WiFi"
  281. },
  282. {
  283. "code":"6",
  284. "name":"其他"
  285. }
  286. ],
  287. "note":"",
  288. "func-id":""
  289. },
  290. {
  291. "firstTag":"技术参数",
  292. "secondTag":"通用",
  293. "infoPointName":"阀门控制距离",
  294. "infoPointCode":"ValveCtrlDistance",
  295. "unit":"m",
  296. "dataType":"Num",
  297. "inputMode":"A2",
  298. "dataSource":"",
  299. "note":"",
  300. "func-id":""
  301. },
  302. {
  303. "firstTag":"技术参数",
  304. "secondTag":"通用",
  305. "infoPointName":"阀门操作方式",
  306. "infoPointCode":"ValveOperateType",
  307. "unit":"",
  308. "dataType":"Enum",
  309. "inputMode":"D1",
  310. "dataSource":[
  311. {
  312. "code":"1",
  313. "name":"手动"
  314. },
  315. {
  316. "code":"2",
  317. "name":"机械传动"
  318. },
  319. {
  320. "code":"3",
  321. "name":"气动"
  322. },
  323. {
  324. "code":"4",
  325. "name":"电动"
  326. },
  327. {
  328. "code":"5",
  329. "name":"液动"
  330. },
  331. {
  332. "code":"6",
  333. "name":"其他"
  334. }
  335. ],
  336. "note":"",
  337. "func-id":""
  338. },
  339. {
  340. "firstTag":"技术参数",
  341. "secondTag":"通用",
  342. "infoPointName":"阀门通道类型",
  343. "infoPointCode":"ValvePortType",
  344. "unit":"",
  345. "dataType":"Enum",
  346. "inputMode":"D1",
  347. "dataSource":[
  348. {
  349. "code":"1",
  350. "name":"直通式"
  351. },
  352. {
  353. "code":"2",
  354. "name":"直角式"
  355. },
  356. {
  357. "code":"3",
  358. "name":"三通式"
  359. },
  360. {
  361. "code":"4",
  362. "name":"四通式"
  363. },
  364. {
  365. "code":"5",
  366. "name":"其他"
  367. }
  368. ],
  369. "note":"",
  370. "func-id":""
  371. },
  372. {
  373. "firstTag":"技术参数",
  374. "secondTag":"通用",
  375. "infoPointName":"阀门公称直径",
  376. "infoPointCode":"ValveDiameter",
  377. "unit":"mm",
  378. "dataType":"Num",
  379. "inputMode":"A2",
  380. "dataSource":"",
  381. "note":"",
  382. "func-id":""
  383. },
  384. {
  385. "firstTag":"技术参数",
  386. "secondTag":"通用",
  387. "infoPointName":"阀门局部阻力系数",
  388. "infoPointCode":"ValveLocalResistanceCoeff",
  389. "unit":"",
  390. "dataType":"Num",
  391. "inputMode":"A1",
  392. "dataSource":"",
  393. "note":"",
  394. "func-id":""
  395. },
  396. {
  397. "firstTag":"技术参数",
  398. "secondTag":"通用",
  399. "infoPointName":"阀门适用介质",
  400. "infoPointCode":"ValveMediumType",
  401. "unit":"",
  402. "dataType":"Enum",
  403. "inputMode":"D2",
  404. "dataSource":[
  405. {
  406. "code":"1",
  407. "name":"空气"
  408. },
  409. {
  410. "code":"2",
  411. "name":"燃气"
  412. },
  413. {
  414. "code":"3",
  415. "name":"烟气(油烟)"
  416. },
  417. {
  418. "code":"4",
  419. "name":"水"
  420. },
  421. {
  422. "code":"5",
  423. "name":"蒸汽"
  424. },
  425. {
  426. "code":"6",
  427. "name":"油品"
  428. },
  429. {
  430. "code":"7",
  431. "name":"腐蚀介质"
  432. },
  433. {
  434. "code":"8",
  435. "name":"放射性介质"
  436. },
  437. {
  438. "code":"9",
  439. "name":"液态金属"
  440. },
  441. {
  442. "code":"10",
  443. "name":"其他"
  444. }
  445. ],
  446. "note":"",
  447. "func-id":""
  448. },
  449. {
  450. "firstTag":"技术参数",
  451. "secondTag":"通用",
  452. "infoPointName":"阀门介质温度范围",
  453. "infoPointCode":"ValveMediumTempRange",
  454. "unit":"℃",
  455. "dataType":"Num",
  456. "inputMode":"A6",
  457. "dataSource":"",
  458. "note":"",
  459. "func-id":""
  460. },
  461. {
  462. "firstTag":"技术参数",
  463. "secondTag":"通用",
  464. "infoPointName":"阀门防护等级",
  465. "infoPointCode":"ValveIPGrade",
  466. "unit":"",
  467. "dataType":"Str",
  468. "inputMode":"B1",
  469. "dataSource":"",
  470. "note":"参考《11防护等级》",
  471. "func-id":""
  472. },
  473. {
  474. "firstTag":"技术参数",
  475. "secondTag":"通用",
  476. "infoPointName":"阀门公称压力",
  477. "infoPointCode":"ValveNominalPress",
  478. "unit":"MPa",
  479. "dataType":"Num",
  480. "inputMode":"A2",
  481. "dataSource":"",
  482. "note":"",
  483. "func-id":""
  484. },
  485. {
  486. "firstTag":"技术参数",
  487. "secondTag":"通用",
  488. "infoPointName":"阀门强度试验",
  489. "infoPointCode":"ValveStrengthTest",
  490. "unit":"MPa",
  491. "dataType":"Num",
  492. "inputMode":"A2",
  493. "dataSource":"",
  494. "note":"",
  495. "func-id":""
  496. },
  497. {
  498. "firstTag":"技术参数",
  499. "secondTag":"通用",
  500. "infoPointName":"阀门水密封试验",
  501. "infoPointCode":"ValveWaterSealTest",
  502. "unit":"MPa",
  503. "dataType":"Num",
  504. "inputMode":"A2",
  505. "dataSource":"",
  506. "note":"",
  507. "func-id":""
  508. },
  509. {
  510. "firstTag":"技术参数",
  511. "secondTag":"通用",
  512. "infoPointName":"阀门上密封试验",
  513. "infoPointCode":"ValveUpperSealTest",
  514. "unit":"MPa",
  515. "dataType":"Num",
  516. "inputMode":"A2",
  517. "dataSource":"",
  518. "note":"",
  519. "func-id":""
  520. },
  521. {
  522. "firstTag":"技术参数",
  523. "secondTag":"通用",
  524. "infoPointName":"阀门气密封试验",
  525. "infoPointCode":"ValveAirSealTest",
  526. "unit":"MPa",
  527. "dataType":"Num",
  528. "inputMode":"A2",
  529. "dataSource":"",
  530. "note":"",
  531. "func-id":""
  532. },
  533. {
  534. "firstTag":"技术参数",
  535. "secondTag":"通用",
  536. "infoPointName":"阀门阀体材料",
  537. "infoPointCode":"ValveBodyMaterial",
  538. "unit":"",
  539. "dataType":"Enum",
  540. "inputMode":"D1",
  541. "dataSource":[
  542. {
  543. "code":"1",
  544. "name":"碳钢"
  545. },
  546. {
  547. "code":"2",
  548. "name":"铸铁"
  549. },
  550. {
  551. "code":"3",
  552. "name":"合金钢"
  553. },
  554. {
  555. "code":"4",
  556. "name":"铜合金"
  557. },
  558. {
  559. "code":"5",
  560. "name":"铝合金"
  561. },
  562. {
  563. "code":"6",
  564. "name":"铅合金"
  565. },
  566. {
  567. "code":"7",
  568. "name":"钛合金"
  569. },
  570. {
  571. "code":"8",
  572. "name":"塑料"
  573. },
  574. {
  575. "code":"9",
  576. "name":"陶瓷"
  577. },
  578. {
  579. "code":"10",
  580. "name":"玻璃钢"
  581. },
  582. {
  583. "code":"11",
  584. "name":"其他"
  585. }
  586. ],
  587. "note":"",
  588. "func-id":""
  589. },
  590. {
  591. "firstTag":"技术参数",
  592. "secondTag":"通用",
  593. "infoPointName":"阀门阀芯材料",
  594. "infoPointCode":"ValveSpoolMaterial",
  595. "unit":"",
  596. "dataType":"Enum",
  597. "inputMode":"D1",
  598. "dataSource":[
  599. {
  600. "code":"1",
  601. "name":"碳钢"
  602. },
  603. {
  604. "code":"2",
  605. "name":"铸铁"
  606. },
  607. {
  608. "code":"3",
  609. "name":"合金钢"
  610. },
  611. {
  612. "code":"4",
  613. "name":"铜合金"
  614. },
  615. {
  616. "code":"5",
  617. "name":"铝合金"
  618. },
  619. {
  620. "code":"6",
  621. "name":"铅合金"
  622. },
  623. {
  624. "code":"7",
  625. "name":"钛合金"
  626. },
  627. {
  628. "code":"8",
  629. "name":"塑料"
  630. },
  631. {
  632. "code":"9",
  633. "name":"陶瓷"
  634. },
  635. {
  636. "code":"10",
  637. "name":"玻璃钢"
  638. },
  639. {
  640. "code":"11",
  641. "name":"其他"
  642. }
  643. ],
  644. "note":"",
  645. "func-id":""
  646. },
  647. {
  648. "firstTag":"技术参数",
  649. "secondTag":"通用",
  650. "infoPointName":"阀门重量",
  651. "infoPointCode":"ValveWeight",
  652. "unit":"kg",
  653. "dataType":"Num",
  654. "inputMode":"A2",
  655. "dataSource":"",
  656. "note":"",
  657. "func-id":""
  658. },
  659. {
  660. "firstTag":"技术参数",
  661. "secondTag":"通用",
  662. "infoPointName":"阀门总长",
  663. "infoPointCode":"ValveLength",
  664. "unit":"mm",
  665. "dataType":"Num",
  666. "inputMode":"A2",
  667. "dataSource":"",
  668. "note":"",
  669. "func-id":""
  670. },
  671. {
  672. "firstTag":"技术参数",
  673. "secondTag":"通用",
  674. "infoPointName":"阀门总宽",
  675. "infoPointCode":"ValveWidth",
  676. "unit":"mm",
  677. "dataType":"Num",
  678. "inputMode":"A2",
  679. "dataSource":"",
  680. "note":"",
  681. "func-id":""
  682. },
  683. {
  684. "firstTag":"技术参数",
  685. "secondTag":"通用",
  686. "infoPointName":"阀门总高",
  687. "infoPointCode":"ValveHeight",
  688. "unit":"mm",
  689. "dataType":"Num",
  690. "inputMode":"A2",
  691. "dataSource":"",
  692. "note":"",
  693. "func-id":""
  694. },
  695. {
  696. "firstTag":"技术参数",
  697. "secondTag":"通用",
  698. "infoPointName":"阀门连接方式",
  699. "infoPointCode":"ValveConnectType",
  700. "unit":"",
  701. "dataType":"Enum",
  702. "inputMode":"D1",
  703. "dataSource":[
  704. {
  705. "code":"1",
  706. "name":"法兰"
  707. },
  708. {
  709. "code":"2",
  710. "name":"焊接"
  711. },
  712. {
  713. "code":"3",
  714. "name":"内螺纹"
  715. },
  716. {
  717. "code":"4",
  718. "name":"外螺纹"
  719. },
  720. {
  721. "code":"5",
  722. "name":"对夹"
  723. },
  724. {
  725. "code":"6",
  726. "name":"其他"
  727. }
  728. ],
  729. "note":"",
  730. "func-id":""
  731. },
  732. {
  733. "firstTag":"技术参数",
  734. "secondTag":"通用",
  735. "infoPointName":"阀门法兰生产标准",
  736. "infoPointCode":"ValveFlangeStandard",
  737. "unit":"",
  738. "dataType":"Str",
  739. "inputMode":"B1",
  740. "dataSource":"",
  741. "note":"",
  742. "func-id":""
  743. },
  744. {
  745. "firstTag":"技术参数",
  746. "secondTag":"通用",
  747. "infoPointName":"阀门法兰尺寸n",
  748. "infoPointCode":"ValveFlangeN",
  749. "unit":"",
  750. "dataType":"Num",
  751. "inputMode":"A2",
  752. "dataSource":"",
  753. "note":"",
  754. "func-id":""
  755. },
  756. {
  757. "firstTag":"技术参数",
  758. "secondTag":"通用",
  759. "infoPointName":"阀门法兰尺寸d",
  760. "infoPointCode":"ValveFlangeD",
  761. "unit":"mm",
  762. "dataType":"Num",
  763. "inputMode":"A2",
  764. "dataSource":"",
  765. "note":"",
  766. "func-id":""
  767. },
  768. {
  769. "firstTag":"技术参数",
  770. "secondTag":"通用",
  771. "infoPointName":"阀门法兰距",
  772. "infoPointCode":"ValveFlangeDistance",
  773. "unit":"mm",
  774. "dataType":"Num",
  775. "inputMode":"A2",
  776. "dataSource":"",
  777. "note":"",
  778. "func-id":""
  779. },
  780. {
  781. "firstTag":"技术参数",
  782. "secondTag":"通用",
  783. "infoPointName":"阀门螺纹尺寸",
  784. "infoPointCode":"ValveThreadSize",
  785. "unit":"°",
  786. "dataType":"Num",
  787. "inputMode":"A2",
  788. "dataSource":"",
  789. "note":"",
  790. "func-id":""
  791. },
  792. {
  793. "firstTag":"技术参数",
  794. "secondTag":"通用",
  795. "infoPointName":"阀门对夹螺栓孔中心直径",
  796. "infoPointCode":"ValveClipBoltHoleDiameter",
  797. "unit":"mm",
  798. "dataType":"Num",
  799. "inputMode":"A2",
  800. "dataSource":"",
  801. "note":"",
  802. "func-id":""
  803. },
  804. {
  805. "firstTag":"技术参数",
  806. "secondTag":"通用",
  807. "infoPointName":"阀门对夹螺栓数量",
  808. "infoPointCode":"ValveClipBoltNum",
  809. "unit":"个",
  810. "dataType":"Num",
  811. "inputMode":"A2",
  812. "dataSource":"",
  813. "note":"",
  814. "func-id":""
  815. },
  816. {
  817. "firstTag":"技术参数",
  818. "secondTag":"通用",
  819. "infoPointName":"阀门对夹螺栓直径",
  820. "infoPointCode":"ValveClipBoltDiameter",
  821. "unit":"mm",
  822. "dataType":"Num",
  823. "inputMode":"A2",
  824. "dataSource":"",
  825. "note":"",
  826. "func-id":""
  827. },
  828. {
  829. "firstTag":"技术参数",
  830. "secondTag":"通用",
  831. "infoPointName":"阀门对夹螺栓长度",
  832. "infoPointCode":"ValveClipBoltLength",
  833. "unit":"mm",
  834. "dataType":"Num",
  835. "inputMode":"A2",
  836. "dataSource":"",
  837. "note":"",
  838. "func-id":""
  839. },
  840. {
  841. "firstTag":"技术参数",
  842. "secondTag":"调节阀",
  843. "infoPointName":"调节阀分类",
  844. "infoPointCode":"AdjustValveType",
  845. "unit":"",
  846. "dataType":"Enum",
  847. "inputMode":"D1",
  848. "dataSource":[
  849. {
  850. "code":"1",
  851. "name":"调节阀"
  852. },
  853. {
  854. "code":"2",
  855. "name":"平衡阀"
  856. },
  857. {
  858. "code":"3",
  859. "name":"其他"
  860. }
  861. ],
  862. "note":"",
  863. "func-id":""
  864. },
  865. {
  866. "firstTag":"技术参数",
  867. "secondTag":"调节阀",
  868. "infoPointName":"调节阀行程种类",
  869. "infoPointCode":"AdjustValveTravelType",
  870. "unit":"",
  871. "dataType":"Bool",
  872. "inputMode":"E1",
  873. "dataSource":[
  874. {
  875. "code":"0",
  876. "name":"直行程"
  877. },
  878. {
  879. "code":"1",
  880. "name":"角行程"
  881. }
  882. ],
  883. "note":"",
  884. "func-id":""
  885. },
  886. {
  887. "firstTag":"技术参数",
  888. "secondTag":"调节阀",
  889. "infoPointName":"调节阀直行程阀种类",
  890. "infoPointCode":"AdjustValveStraightTravelType",
  891. "unit":"",
  892. "dataType":"Enum",
  893. "inputMode":"D1",
  894. "dataSource":[
  895. {
  896. "code":"1",
  897. "name":"单座阀"
  898. },
  899. {
  900. "code":"2",
  901. "name":"双座阀"
  902. },
  903. {
  904. "code":"3",
  905. "name":"套筒阀"
  906. },
  907. {
  908. "code":"4",
  909. "name":"笼式阀"
  910. },
  911. {
  912. "code":"5",
  913. "name":"角形阀"
  914. },
  915. {
  916. "code":"6",
  917. "name":"三通阀"
  918. },
  919. {
  920. "code":"7",
  921. "name":"隔膜阀"
  922. },
  923. {
  924. "code":"8",
  925. "name":"其他"
  926. }
  927. ],
  928. "note":"",
  929. "func-id":""
  930. },
  931. {
  932. "firstTag":"技术参数",
  933. "secondTag":"调节阀",
  934. "infoPointName":"调节阀角行程阀种类",
  935. "infoPointCode":"AdjustValveAngularTravelType",
  936. "unit":"",
  937. "dataType":"Enum",
  938. "inputMode":"D1",
  939. "dataSource":[
  940. {
  941. "code":"1",
  942. "name":"蝶阀"
  943. },
  944. {
  945. "code":"2",
  946. "name":"球阀"
  947. },
  948. {
  949. "code":"3",
  950. "name":"偏心旋转阀"
  951. },
  952. {
  953. "code":"4",
  954. "name":"全功能超轻型调节阀"
  955. },
  956. {
  957. "code":"5",
  958. "name":"其他"
  959. }
  960. ],
  961. "note":"",
  962. "func-id":""
  963. },
  964. {
  965. "firstTag":"技术参数",
  966. "secondTag":"调节阀",
  967. "infoPointName":"调节阀上阀盖型式",
  968. "infoPointCode":"AdjustValveBonnetType",
  969. "unit":"",
  970. "dataType":"Enum",
  971. "inputMode":"D1",
  972. "dataSource":[
  973. {
  974. "code":"1",
  975. "name":"普通式(常温)"
  976. },
  977. {
  978. "code":"2",
  979. "name":"热片式(中温)"
  980. },
  981. {
  982. "code":"3",
  983. "name":"长颈式(低温)"
  984. },
  985. {
  986. "code":"4",
  987. "name":"其他"
  988. }
  989. ],
  990. "note":"",
  991. "func-id":""
  992. },
  993. {
  994. "firstTag":"技术参数",
  995. "secondTag":"调节阀",
  996. "infoPointName":"调节阀流量特性",
  997. "infoPointCode":"AdjustValveFlowCharacterType",
  998. "unit":"",
  999. "dataType":"Enum",
  1000. "inputMode":"D1",
  1001. "dataSource":[
  1002. {
  1003. "code":"1",
  1004. "name":"线性"
  1005. },
  1006. {
  1007. "code":"2",
  1008. "name":"百分比"
  1009. },
  1010. {
  1011. "code":"3",
  1012. "name":"快开"
  1013. },
  1014. {
  1015. "code":"4",
  1016. "name":"抛物线"
  1017. },
  1018. {
  1019. "code":"5",
  1020. "name":"其他"
  1021. }
  1022. ],
  1023. "note":"",
  1024. "func-id":""
  1025. },
  1026. {
  1027. "firstTag":"技术参数",
  1028. "secondTag":"调节阀",
  1029. "infoPointName":"调节阀可调范围",
  1030. "infoPointCode":"AdjustValveRange",
  1031. "unit":"",
  1032. "dataType":"Num",
  1033. "inputMode":"A1",
  1034. "dataSource":"",
  1035. "note":"可调范围反映调节阀可控制的流量范围,用R=Qmax:Qmin之比表示。R越大,调节流量的范围越宽,性能指标就越好。通常阀的R=30,好的阀,如V型球阀、全功能超轻型调节阀,R可达100~200",
  1036. "func-id":""
  1037. },
  1038. {
  1039. "firstTag":"技术参数",
  1040. "secondTag":"调节阀",
  1041. "infoPointName":"调节阀允许泄漏量",
  1042. "infoPointCode":"AdjustValveAllowLeakage",
  1043. "unit":"%",
  1044. "dataType":"Num",
  1045. "inputMode":"A2",
  1046. "dataSource":"",
  1047. "note":"",
  1048. "func-id":""
  1049. },
  1050. {
  1051. "firstTag":"技术参数",
  1052. "secondTag":"调节阀",
  1053. "infoPointName":"调节阀基本误差",
  1054. "infoPointCode":"AdjustValveIntrinsicError",
  1055. "unit":"%",
  1056. "dataType":"Num",
  1057. "inputMode":"A2",
  1058. "dataSource":"",
  1059. "note":"",
  1060. "func-id":""
  1061. },
  1062. {
  1063. "firstTag":"技术参数",
  1064. "secondTag":"调节阀",
  1065. "infoPointName":"调节阀回差",
  1066. "infoPointCode":"AdjustValveBacklash",
  1067. "unit":"%",
  1068. "dataType":"Num",
  1069. "inputMode":"A2",
  1070. "dataSource":"",
  1071. "note":"",
  1072. "func-id":""
  1073. },
  1074. {
  1075. "firstTag":"技术参数",
  1076. "secondTag":"调节阀",
  1077. "infoPointName":"调节阀死区",
  1078. "infoPointCode":"AdjustValveDeadZone",
  1079. "unit":"%",
  1080. "dataType":"Num",
  1081. "inputMode":"A2",
  1082. "dataSource":"",
  1083. "note":"",
  1084. "func-id":""
  1085. },
  1086. {
  1087. "firstTag":"技术参数",
  1088. "secondTag":"调节阀",
  1089. "infoPointName":"调节阀始终点偏差",
  1090. "infoPointCode":"AdjustValveStartEndDeviation",
  1091. "unit":"%",
  1092. "dataType":"Num",
  1093. "inputMode":"A2",
  1094. "dataSource":"",
  1095. "note":"",
  1096. "func-id":""
  1097. },
  1098. {
  1099. "firstTag":"技术参数",
  1100. "secondTag":"调节阀",
  1101. "infoPointName":"调节阀额定行程偏差",
  1102. "infoPointCode":"AdjustValveStrokeDeviation",
  1103. "unit":"%",
  1104. "dataType":"Num",
  1105. "inputMode":"A2",
  1106. "dataSource":"",
  1107. "note":"",
  1108. "func-id":""
  1109. },
  1110. {
  1111. "firstTag":"技术参数",
  1112. "secondTag":"调节阀",
  1113. "infoPointName":"调节阀执行机构推力",
  1114. "infoPointCode":"AdjustValveThrust",
  1115. "unit":"N",
  1116. "dataType":"Num",
  1117. "inputMode":"A2",
  1118. "dataSource":"",
  1119. "note":"",
  1120. "func-id":""
  1121. },
  1122. {
  1123. "firstTag":"技术参数",
  1124. "secondTag":"调节阀",
  1125. "infoPointName":"调节阀执行机构允许最大压差",
  1126. "infoPointCode":"AdjustValveMaxDetaPress",
  1127. "unit":"MPa",
  1128. "dataType":"Num",
  1129. "inputMode":"A2",
  1130. "dataSource":"",
  1131. "note":"",
  1132. "func-id":""
  1133. },
  1134. {
  1135. "firstTag":"技术参数",
  1136. "secondTag":"调节阀",
  1137. "infoPointName":"调节阀额定流量系数kv",
  1138. "infoPointCode":"AdjustValveKV",
  1139. "unit":"",
  1140. "dataType":"Num",
  1141. "inputMode":"A1",
  1142. "dataSource":"",
  1143. "note":"",
  1144. "func-id":""
  1145. },
  1146. {
  1147. "firstTag":"技术参数",
  1148. "secondTag":"调节阀",
  1149. "infoPointName":"调节阀行程",
  1150. "infoPointCode":"AdjustValveTravel",
  1151. "unit":"mm",
  1152. "dataType":"Num",
  1153. "inputMode":"A2",
  1154. "dataSource":"",
  1155. "note":"",
  1156. "func-id":""
  1157. },
  1158. {
  1159. "firstTag":"技术参数",
  1160. "secondTag":"调节阀",
  1161. "infoPointName":"调节阀工作温度范围",
  1162. "infoPointCode":"AdjustValveWorkTempRange",
  1163. "unit":"℃",
  1164. "dataType":"Num",
  1165. "inputMode":"A6",
  1166. "dataSource":"",
  1167. "note":"",
  1168. "func-id":""
  1169. },
  1170. {
  1171. "firstTag":"技术参数",
  1172. "secondTag":"调节阀",
  1173. "infoPointName":"调节平衡阀可调压差范围",
  1174. "infoPointCode":"AdjustBalanceValveDetaPressRange",
  1175. "unit":"Pa",
  1176. "dataType":"Num",
  1177. "inputMode":"A6",
  1178. "dataSource":"",
  1179. "note":"平衡阀",
  1180. "func-id":""
  1181. },
  1182. {
  1183. "firstTag":"技术参数",
  1184. "secondTag":"调节阀",
  1185. "infoPointName":"调节平衡阀可调流量范围",
  1186. "infoPointCode":"AdjustBalanceValveDetaFlowRange",
  1187. "unit":"m³\/h",
  1188. "dataType":"Num",
  1189. "inputMode":"A6",
  1190. "dataSource":"",
  1191. "note":"平衡阀",
  1192. "func-id":""
  1193. },
  1194. {
  1195. "firstTag":"运行参数",
  1196. "secondTag":"",
  1197. "infoPointName":"阀门开闭情况",
  1198. "infoPointCode":"ValveStatus",
  1199. "unit":"",
  1200. "dataType":"Boolv",
  1201. "inputMode":"L",
  1202. "dataSource":"",
  1203. "note":"0. 关闭 1. 开启",
  1204. "func-id":""
  1205. },
  1206. {
  1207. "firstTag":"运行参数",
  1208. "secondTag":"",
  1209. "infoPointName":"阀门开度",
  1210. "infoPointCode":"ValveOpening",
  1211. "unit":"%",
  1212. "dataType":"Inst",
  1213. "inputMode":"L",
  1214. "dataSource":"",
  1215. "note":"",
  1216. "func-id":""
  1217. }
  1218. ]
  1219. }