PWGS.json 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974
  1. {
  2. "all":[
  3. {
  4. "firstTag":"技术参数",
  5. "secondTag":"整体",
  6. "infoPointName":"用途",
  7. "infoPointCode":"UseType",
  8. "unit":"",
  9. "dataType":"Enum",
  10. "inputMode":"D1",
  11. "dataSource":[
  12. {
  13. "code":"10",
  14. "name":"普通空调系统用风管(PK)"
  15. },
  16. {
  17. "code":"11",
  18. "name":"送风"
  19. },
  20. {
  21. "code":"12",
  22. "name":"回风"
  23. },
  24. {
  25. "code":"13",
  26. "name":"排风"
  27. },
  28. {
  29. "code":"14",
  30. "name":"新风"
  31. },
  32. {
  33. "code":"15",
  34. "name":"加压送风"
  35. },
  36. {
  37. "code":"16",
  38. "name":"厨房排油烟"
  39. },
  40. {
  41. "code":"20",
  42. "name":"防排烟系统用风管(PY)"
  43. },
  44. {
  45. "code":"21",
  46. "name":"消防补风"
  47. },
  48. {
  49. "code":"22",
  50. "name":"排烟"
  51. },
  52. {
  53. "code":"30",
  54. "name":"含酸碱排风系统用风管(PF)"
  55. },
  56. {
  57. "code":"40",
  58. "name":"燃气系统送燃气"
  59. },
  60. {
  61. "code":"50",
  62. "name":"气体灭火剂管"
  63. },
  64. {
  65. "code":"60",
  66. "name":"其他"
  67. }
  68. ],
  69. "note":"",
  70. "func-id":""
  71. },
  72. {
  73. "firstTag":"技术参数",
  74. "secondTag":"整体",
  75. "infoPointName":"材质种类",
  76. "infoPointCode":"Material",
  77. "unit":"",
  78. "dataType":"Enum",
  79. "inputMode":"D1",
  80. "dataSource":[
  81. {
  82. "code":"1",
  83. "name":"镀锌钢板"
  84. },
  85. {
  86. "code":"2",
  87. "name":"无机玻璃钢"
  88. },
  89. {
  90. "code":"3",
  91. "name":"纤维织物"
  92. },
  93. {
  94. "code":"4",
  95. "name":"复合玻纤板"
  96. },
  97. {
  98. "code":"5",
  99. "name":"其他"
  100. }
  101. ],
  102. "note":"",
  103. "func-id":""
  104. },
  105. {
  106. "firstTag":"技术参数",
  107. "secondTag":"整体",
  108. "infoPointName":"截面形状",
  109. "infoPointCode":"CrossShapeType",
  110. "unit":"",
  111. "dataType":"Enum",
  112. "inputMode":"D1",
  113. "dataSource":[
  114. {
  115. "code":"1",
  116. "name":"圆形"
  117. },
  118. {
  119. "code":"2",
  120. "name":"矩形"
  121. },
  122. {
  123. "code":"3",
  124. "name":"扁圆形"
  125. },
  126. {
  127. "code":"4",
  128. "name":"其他"
  129. }
  130. ],
  131. "note":"",
  132. "func-id":""
  133. },
  134. {
  135. "firstTag":"技术参数",
  136. "secondTag":"整体",
  137. "infoPointName":"管段类型",
  138. "infoPointCode":"PipeType",
  139. "unit":"",
  140. "dataType":"Enum",
  141. "inputMode":"D1",
  142. "dataSource":[
  143. {
  144. "code":"1",
  145. "name":"直管"
  146. },
  147. {
  148. "code":"2",
  149. "name":"弯管"
  150. },
  151. {
  152. "code":"3",
  153. "name":"三通"
  154. },
  155. {
  156. "code":"4",
  157. "name":"四通"
  158. },
  159. {
  160. "code":"5",
  161. "name":"变径"
  162. },
  163. {
  164. "code":"6",
  165. "name":"其他"
  166. }
  167. ],
  168. "note":"",
  169. "func-id":""
  170. },
  171. {
  172. "firstTag":"技术参数",
  173. "secondTag":"整体",
  174. "infoPointName":"长度",
  175. "infoPointCode":"Length",
  176. "unit":"m",
  177. "dataType":"Num",
  178. "inputMode":"A2",
  179. "dataSource":"",
  180. "note":"",
  181. "func-id":""
  182. },
  183. {
  184. "firstTag":"技术参数",
  185. "secondTag":"整体",
  186. "infoPointName":"尺寸稳定性",
  187. "infoPointCode":"SizeStability",
  188. "unit":"%",
  189. "dataType":"Num",
  190. "inputMode":"A2",
  191. "dataSource":"",
  192. "note":"",
  193. "func-id":""
  194. },
  195. {
  196. "firstTag":"技术参数",
  197. "secondTag":"整体",
  198. "infoPointName":"是否密封",
  199. "infoPointCode":"IsSeal",
  200. "unit":"",
  201. "dataType":"Bool",
  202. "inputMode":"E1",
  203. "dataSource":[
  204. {
  205. "code":"0",
  206. "name":"否"
  207. },
  208. {
  209. "code":"1",
  210. "name":"是"
  211. }
  212. ],
  213. "note":"",
  214. "func-id":""
  215. },
  216. {
  217. "firstTag":"技术参数",
  218. "secondTag":"整体",
  219. "infoPointName":"渗透率",
  220. "infoPointCode":"Permeability",
  221. "unit":"%",
  222. "dataType":"Num",
  223. "inputMode":"A2",
  224. "dataSource":"",
  225. "note":"",
  226. "func-id":""
  227. },
  228. {
  229. "firstTag":"技术参数",
  230. "secondTag":"整体",
  231. "infoPointName":"沿程比摩阻",
  232. "infoPointCode":"SpecificFrictionalResistance",
  233. "unit":"Pa\/m",
  234. "dataType":"Num",
  235. "inputMode":"A2",
  236. "dataSource":"",
  237. "note":"",
  238. "func-id":""
  239. },
  240. {
  241. "firstTag":"技术参数",
  242. "secondTag":"整体",
  243. "infoPointName":"允许漏风量",
  244. "infoPointCode":"AllowAirLeakFlow",
  245. "unit":"m³\/h·m²",
  246. "dataType":"Num",
  247. "inputMode":"A2",
  248. "dataSource":"",
  249. "note":"",
  250. "func-id":""
  251. },
  252. {
  253. "firstTag":"技术参数",
  254. "secondTag":"整体",
  255. "infoPointName":"导热系数",
  256. "infoPointCode":"HeatConductCoeff",
  257. "unit":"W\/m·k",
  258. "dataType":"Num",
  259. "inputMode":"A2",
  260. "dataSource":"",
  261. "note":"",
  262. "func-id":""
  263. },
  264. {
  265. "firstTag":"技术参数",
  266. "secondTag":"整体",
  267. "infoPointName":"弯曲强度",
  268. "infoPointCode":"BendStrength",
  269. "unit":"Mpa",
  270. "dataType":"Num",
  271. "inputMode":"A2",
  272. "dataSource":"",
  273. "note":"",
  274. "func-id":""
  275. },
  276. {
  277. "firstTag":"技术参数",
  278. "secondTag":"整体",
  279. "infoPointName":"压缩强度",
  280. "infoPointCode":"CompressStrength",
  281. "unit":"Mpa",
  282. "dataType":"Num",
  283. "inputMode":"A2",
  284. "dataSource":"",
  285. "note":"",
  286. "func-id":""
  287. },
  288. {
  289. "firstTag":"技术参数",
  290. "secondTag":"整体",
  291. "infoPointName":"工作压力范围",
  292. "infoPointCode":"WorkPressRange",
  293. "unit":"Mpa",
  294. "dataType":"Num",
  295. "inputMode":"A2",
  296. "dataSource":"",
  297. "note":"",
  298. "func-id":""
  299. },
  300. {
  301. "firstTag":"技术参数",
  302. "secondTag":"整体",
  303. "infoPointName":"工作温度范围",
  304. "infoPointCode":"WorkTempRange",
  305. "unit":"℃",
  306. "dataType":"Num",
  307. "inputMode":"A6",
  308. "dataSource":"",
  309. "note":"",
  310. "func-id":""
  311. },
  312. {
  313. "firstTag":"技术参数",
  314. "secondTag":"整体",
  315. "infoPointName":"工作相对湿度范围",
  316. "infoPointCode":"WorkRHRange",
  317. "unit":"RH%",
  318. "dataType":"Num",
  319. "inputMode":"A6",
  320. "dataSource":"",
  321. "note":"",
  322. "func-id":""
  323. },
  324. {
  325. "firstTag":"技术参数",
  326. "secondTag":"整体",
  327. "infoPointName":"防护等级",
  328. "infoPointCode":"IPGrage",
  329. "unit":"",
  330. "dataType":"Enum",
  331. "inputMode":"D1",
  332. "dataSource":"见《11防护等级》",
  333. "note":"",
  334. "func-id":""
  335. },
  336. {
  337. "firstTag":"技术参数",
  338. "secondTag":"整体",
  339. "infoPointName":"耐火性能",
  340. "infoPointCode":"FireResistanceType",
  341. "unit":"",
  342. "dataType":"Bool",
  343. "inputMode":"E1",
  344. "dataSource":[
  345. {
  346. "code":"0",
  347. "name":"普通风管(P)"
  348. },
  349. {
  350. "code":"1",
  351. "name":"耐火风管(N)"
  352. }
  353. ],
  354. "note":"",
  355. "func-id":""
  356. },
  357. {
  358. "firstTag":"技术参数",
  359. "secondTag":"整体",
  360. "infoPointName":"耐火性能等级",
  361. "infoPointCode":"MaterialFireResistanceLev",
  362. "unit":"",
  363. "dataType":"Enum",
  364. "inputMode":"D1",
  365. "dataSource":[
  366. {
  367. "code":"1",
  368. "name":"A1"
  369. },
  370. {
  371. "code":"2",
  372. "name":"A2"
  373. },
  374. {
  375. "code":"3",
  376. "name":"B"
  377. },
  378. {
  379. "code":"4",
  380. "name":"C"
  381. },
  382. {
  383. "code":"5",
  384. "name":"D"
  385. },
  386. {
  387. "code":"6",
  388. "name":"E"
  389. },
  390. {
  391. "code":"7",
  392. "name":"F"
  393. },
  394. {
  395. "code":"8",
  396. "name":"其他"
  397. }
  398. ],
  399. "note":"",
  400. "func-id":""
  401. },
  402. {
  403. "firstTag":"技术参数",
  404. "secondTag":"整体",
  405. "infoPointName":"风管释放有害气体浓度",
  406. "infoPointCode":"HarmfulGas",
  407. "unit":"mg\/m²",
  408. "dataType":"Num",
  409. "inputMode":"A2",
  410. "dataSource":"",
  411. "note":"",
  412. "func-id":""
  413. },
  414. {
  415. "firstTag":"技术参数",
  416. "secondTag":"整体",
  417. "infoPointName":"吸水率",
  418. "infoPointCode":"WaterAbsorption",
  419. "unit":"%",
  420. "dataType":"Num",
  421. "inputMode":"A2",
  422. "dataSource":"",
  423. "note":"表示物体在正常大气压下吸水程度",
  424. "func-id":""
  425. },
  426. {
  427. "firstTag":"技术参数",
  428. "secondTag":"整体",
  429. "infoPointName":"断裂伸长率",
  430. "infoPointCode":"BreakElongation",
  431. "unit":"%",
  432. "dataType":"Num",
  433. "inputMode":"A2",
  434. "dataSource":"",
  435. "note":"指试样在拉断时的位移值与原长的比值",
  436. "func-id":""
  437. },
  438. {
  439. "firstTag":"技术参数",
  440. "secondTag":"整体",
  441. "infoPointName":"噪声限值",
  442. "infoPointCode":"NoiseLimit",
  443. "unit":"dB",
  444. "dataType":"Num",
  445. "inputMode":"A2",
  446. "dataSource":"",
  447. "note":"",
  448. "func-id":""
  449. },
  450. {
  451. "firstTag":"技术参数",
  452. "secondTag":"整体",
  453. "infoPointName":"噪声系数",
  454. "infoPointCode":"NoiseCoeff",
  455. "unit":"",
  456. "dataType":"Num",
  457. "inputMode":"A1",
  458. "dataSource":"",
  459. "note":"",
  460. "func-id":""
  461. },
  462. {
  463. "firstTag":"技术参数",
  464. "secondTag":"整体",
  465. "infoPointName":"连接形式",
  466. "infoPointCode":"ConnectType",
  467. "unit":"",
  468. "dataType":"Enum",
  469. "inputMode":"D1",
  470. "dataSource":[
  471. {
  472. "code":"10",
  473. "name":"金属矩形风管"
  474. },
  475. {
  476. "code":"11",
  477. "name":"角钢法兰"
  478. },
  479. {
  480. "code":"12",
  481. "name":"薄钢板法兰"
  482. },
  483. {
  484. "code":"13",
  485. "name":"S型插条"
  486. },
  487. {
  488. "code":"14",
  489. "name":"C型插条"
  490. },
  491. {
  492. "code":"15",
  493. "name":"立联合角型插条"
  494. },
  495. {
  496. "code":"16",
  497. "name":"立咬口"
  498. },
  499. {
  500. "code":"20",
  501. "name":"金属圆形风管"
  502. },
  503. {
  504. "code":"21",
  505. "name":"角钢法兰连接"
  506. },
  507. {
  508. "code":"22",
  509. "name":"承插连接"
  510. },
  511. {
  512. "code":"23",
  513. "name":"芯管连接"
  514. },
  515. {
  516. "code":"24",
  517. "name":"立筋抱箍连接"
  518. },
  519. {
  520. "code":"25",
  521. "name":"抱箍连接"
  522. },
  523. {
  524. "code":"30",
  525. "name":"非金属矩形连接"
  526. },
  527. {
  528. "code":"31",
  529. "name":"45度粘接"
  530. },
  531. {
  532. "code":"32",
  533. "name":"榫接"
  534. },
  535. {
  536. "code":"33",
  537. "name":"槽形插接连接"
  538. },
  539. {
  540. "code":"34",
  541. "name":"工形插接连接"
  542. },
  543. {
  544. "code":"35",
  545. "name":"外套角钢法兰"
  546. },
  547. {
  548. "code":"36",
  549. "name":"C形插接法兰"
  550. },
  551. {
  552. "code":"37",
  553. "name":"外套槽形法兰"
  554. },
  555. {
  556. "code":"38",
  557. "name":"H连接法兰"
  558. },
  559. {
  560. "code":"40",
  561. "name":"其他"
  562. }
  563. ],
  564. "note":"",
  565. "func-id":""
  566. },
  567. {
  568. "firstTag":"技术参数",
  569. "secondTag":"整体",
  570. "infoPointName":"设计进口风速",
  571. "infoPointCode":"DesignInV",
  572. "unit":"m\/s",
  573. "dataType":"Num",
  574. "inputMode":"A2",
  575. "dataSource":"",
  576. "note":"",
  577. "func-id":""
  578. },
  579. {
  580. "firstTag":"技术参数",
  581. "secondTag":"整体",
  582. "infoPointName":"设计出口风速",
  583. "infoPointCode":"DesignOutV",
  584. "unit":"m\/s",
  585. "dataType":"Num",
  586. "inputMode":"A2",
  587. "dataSource":"",
  588. "note":"",
  589. "func-id":""
  590. },
  591. {
  592. "firstTag":"技术参数",
  593. "secondTag":"整体",
  594. "infoPointName":"设计进口压力",
  595. "infoPointCode":"DesignInPress",
  596. "unit":"Pa",
  597. "dataType":"Num",
  598. "inputMode":"A2",
  599. "dataSource":"",
  600. "note":"",
  601. "func-id":""
  602. },
  603. {
  604. "firstTag":"技术参数",
  605. "secondTag":"整体",
  606. "infoPointName":"设计出口压力",
  607. "infoPointCode":"DesignOutPress",
  608. "unit":"Pa",
  609. "dataType":"Num",
  610. "inputMode":"A2",
  611. "dataSource":"",
  612. "note":"",
  613. "func-id":""
  614. },
  615. {
  616. "firstTag":"技术参数",
  617. "secondTag":"整体",
  618. "infoPointName":"设计风量",
  619. "infoPointCode":"DesignFlow",
  620. "unit":"m³\/h",
  621. "dataType":"Num",
  622. "inputMode":"A2",
  623. "dataSource":"",
  624. "note":"",
  625. "func-id":""
  626. },
  627. {
  628. "firstTag":"技术参数",
  629. "secondTag":"整体",
  630. "infoPointName":"设计输送气体密度",
  631. "infoPointCode":"DesignGasDensity",
  632. "unit":"kg\/m³",
  633. "dataType":"Num",
  634. "inputMode":"A2",
  635. "dataSource":"",
  636. "note":"",
  637. "func-id":""
  638. },
  639. {
  640. "firstTag":"技术参数",
  641. "secondTag":"整体",
  642. "infoPointName":"设计输送气体温度",
  643. "infoPointCode":"DesignGasTemp",
  644. "unit":"℃",
  645. "dataType":"Num",
  646. "inputMode":"A2",
  647. "dataSource":"",
  648. "note":"",
  649. "func-id":""
  650. },
  651. {
  652. "firstTag":"技术参数",
  653. "secondTag":"整体",
  654. "infoPointName":"设计输送气体相对湿度",
  655. "infoPointCode":"DesignGasRH",
  656. "unit":"%",
  657. "dataType":"Num",
  658. "inputMode":"A2",
  659. "dataSource":"",
  660. "note":"",
  661. "func-id":""
  662. },
  663. {
  664. "firstTag":"技术参数",
  665. "secondTag":"保温材料",
  666. "infoPointName":"是否有保温层",
  667. "infoPointCode":"IsInsulation",
  668. "unit":"",
  669. "dataType":"Bool",
  670. "inputMode":"E1",
  671. "dataSource":[
  672. {
  673. "code":"0",
  674. "name":"无"
  675. },
  676. {
  677. "code":"1",
  678. "name":"有"
  679. }
  680. ],
  681. "note":"",
  682. "func-id":""
  683. },
  684. {
  685. "firstTag":"技术参数",
  686. "secondTag":"保温材料",
  687. "infoPointName":"保温材料厚度",
  688. "infoPointCode":"InsulationThick",
  689. "unit":"mm",
  690. "dataType":"Num",
  691. "inputMode":"A2",
  692. "dataSource":"",
  693. "note":"",
  694. "func-id":""
  695. },
  696. {
  697. "firstTag":"技术参数",
  698. "secondTag":"保温材料",
  699. "infoPointName":"保温材料种类",
  700. "infoPointCode":"InsulationMatierial",
  701. "unit":"",
  702. "dataType":"Enum",
  703. "inputMode":"D1",
  704. "dataSource":[
  705. {
  706. "code":"1",
  707. "name":"岩棉"
  708. },
  709. {
  710. "code":"2",
  711. "name":"离心玻璃棉"
  712. },
  713. {
  714. "code":"3",
  715. "name":"橡塑海绵"
  716. },
  717. {
  718. "code":"4",
  719. "name":"阻燃聚乙烯泡沫塑料"
  720. },
  721. {
  722. "code":"5",
  723. "name":"硬质聚氨酯泡沫塑料"
  724. },
  725. {
  726. "code":"6",
  727. "name":"其他"
  728. }
  729. ],
  730. "note":"",
  731. "func-id":""
  732. },
  733. {
  734. "firstTag":"技术参数",
  735. "secondTag":"保温材料",
  736. "infoPointName":"保温材料密度",
  737. "infoPointCode":"InsulationDensity",
  738. "unit":"kg\/m³",
  739. "dataType":"Num",
  740. "inputMode":"A2",
  741. "dataSource":"",
  742. "note":"",
  743. "func-id":""
  744. },
  745. {
  746. "firstTag":"技术参数",
  747. "secondTag":"保温材料",
  748. "infoPointName":"保温材料导热系数",
  749. "infoPointCode":"InsulationHeatConductCoeff",
  750. "unit":"W\/m·K",
  751. "dataType":"Num",
  752. "inputMode":"A2",
  753. "dataSource":"",
  754. "note":"",
  755. "func-id":""
  756. },
  757. {
  758. "firstTag":"技术参数",
  759. "secondTag":"矩形风管",
  760. "infoPointName":"宽",
  761. "infoPointCode":"RectangleWidth",
  762. "unit":"mm",
  763. "dataType":"Num",
  764. "inputMode":"A2",
  765. "dataSource":"",
  766. "note":"",
  767. "func-id":""
  768. },
  769. {
  770. "firstTag":"技术参数",
  771. "secondTag":"矩形风管",
  772. "infoPointName":"高",
  773. "infoPointCode":"RectangleHeight",
  774. "unit":"mm",
  775. "dataType":"Num",
  776. "inputMode":"A2",
  777. "dataSource":"",
  778. "note":"",
  779. "func-id":""
  780. },
  781. {
  782. "firstTag":"技术参数",
  783. "secondTag":"矩形风管",
  784. "infoPointName":"弯管曲率",
  785. "infoPointCode":"RectangleBendCurvature",
  786. "unit":"",
  787. "dataType":"Num",
  788. "inputMode":"A1",
  789. "dataSource":"",
  790. "note":"",
  791. "func-id":""
  792. },
  793. {
  794. "firstTag":"技术参数",
  795. "secondTag":"矩形风管",
  796. "infoPointName":"弯管平面边长",
  797. "infoPointCode":"RectangleBendFlatSideLength",
  798. "unit":"mm",
  799. "dataType":"Num",
  800. "inputMode":"A2",
  801. "dataSource":"",
  802. "note":"",
  803. "func-id":""
  804. },
  805. {
  806. "firstTag":"技术参数",
  807. "secondTag":"圆形风管",
  808. "infoPointName":"公称直径",
  809. "infoPointCode":"CircularNorminalDiameter",
  810. "unit":"mm",
  811. "dataType":"Num",
  812. "inputMode":"A2",
  813. "dataSource":"",
  814. "note":"",
  815. "func-id":""
  816. },
  817. {
  818. "firstTag":"技术参数",
  819. "secondTag":"圆形风管",
  820. "infoPointName":"曲率半径",
  821. "infoPointCode":"CircularCurvatureRadius",
  822. "unit":"mm",
  823. "dataType":"Num",
  824. "inputMode":"A2",
  825. "dataSource":"",
  826. "note":"",
  827. "func-id":""
  828. },
  829. {
  830. "firstTag":"技术参数",
  831. "secondTag":"圆形风管",
  832. "infoPointName":"弯管角度",
  833. "infoPointCode":"CircularBendAngle",
  834. "unit":"°",
  835. "dataType":"Num",
  836. "inputMode":"A2",
  837. "dataSource":"",
  838. "note":"",
  839. "func-id":""
  840. },
  841. {
  842. "firstTag":"技术参数",
  843. "secondTag":"扁圆形风管",
  844. "infoPointName":"长轴",
  845. "infoPointCode":"OblatenessLongAxis",
  846. "unit":"mm",
  847. "dataType":"Num",
  848. "inputMode":"A2",
  849. "dataSource":"",
  850. "note":"",
  851. "func-id":""
  852. },
  853. {
  854. "firstTag":"技术参数",
  855. "secondTag":"扁圆形风管",
  856. "infoPointName":"短轴",
  857. "infoPointCode":"OblatenessShortAxis",
  858. "unit":"mm",
  859. "dataType":"Num",
  860. "inputMode":"A2",
  861. "dataSource":"",
  862. "note":"",
  863. "func-id":""
  864. },
  865. {
  866. "firstTag":"技术参数",
  867. "secondTag":"扁圆形风管",
  868. "infoPointName":"弯管角度",
  869. "infoPointCode":"OblatenessBendAngle",
  870. "unit":"°",
  871. "dataType":"Num",
  872. "inputMode":"A2",
  873. "dataSource":"",
  874. "note":"",
  875. "func-id":""
  876. },
  877. {
  878. "firstTag":"控制参数",
  879. "secondTag":"",
  880. "infoPointName":"控制模式",
  881. "infoPointCode":"CtrlMode",
  882. "unit":"",
  883. "dataType":"Str",
  884. "inputMode":"B1",
  885. "dataSource":"",
  886. "note":"",
  887. "func-id":""
  888. },
  889. {
  890. "firstTag":"运行参数",
  891. "secondTag":"",
  892. "infoPointName":"进口风速",
  893. "infoPointCode":"InV",
  894. "unit":"m\/s",
  895. "dataType":"Inst",
  896. "inputMode":"L",
  897. "dataSource":"",
  898. "note":"",
  899. "func-id":""
  900. },
  901. {
  902. "firstTag":"运行参数",
  903. "secondTag":"",
  904. "infoPointName":"出口风速",
  905. "infoPointCode":"OutV",
  906. "unit":"m\/s",
  907. "dataType":"Inst",
  908. "inputMode":"L",
  909. "dataSource":"",
  910. "note":"",
  911. "func-id":""
  912. },
  913. {
  914. "firstTag":"运行参数",
  915. "secondTag":"",
  916. "infoPointName":"进口温度",
  917. "infoPointCode":"InTemp",
  918. "unit":"℃",
  919. "dataType":"Inst",
  920. "inputMode":"L",
  921. "dataSource":"",
  922. "note":"",
  923. "func-id":""
  924. },
  925. {
  926. "firstTag":"运行参数",
  927. "secondTag":"",
  928. "infoPointName":"出口温度",
  929. "infoPointCode":"OutTemp",
  930. "unit":"℃",
  931. "dataType":"Inst",
  932. "inputMode":"L",
  933. "dataSource":"",
  934. "note":"",
  935. "func-id":""
  936. },
  937. {
  938. "firstTag":"运行参数",
  939. "secondTag":"",
  940. "infoPointName":"进口压力",
  941. "infoPointCode":"InPress",
  942. "unit":"Pa",
  943. "dataType":"Inst",
  944. "inputMode":"L",
  945. "dataSource":"",
  946. "note":"",
  947. "func-id":""
  948. },
  949. {
  950. "firstTag":"运行参数",
  951. "secondTag":"",
  952. "infoPointName":"出口压力",
  953. "infoPointCode":"OutPress",
  954. "unit":"Pa",
  955. "dataType":"Inst",
  956. "inputMode":"L",
  957. "dataSource":"",
  958. "note":"",
  959. "func-id":""
  960. },
  961. {
  962. "firstTag":"运行参数",
  963. "secondTag":"",
  964. "infoPointName":"瞬时风量",
  965. "infoPointCode":"Flow",
  966. "unit":"m³\/h",
  967. "dataType":"Inst",
  968. "inputMode":"L",
  969. "dataSource":"",
  970. "note":"",
  971. "func-id":""
  972. }
  973. ]
  974. }