CTA.json 21 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174
  1. {
  2. "all":[
  3. {
  4. "firstTag":"技术参数-通用",
  5. "secondTag":"",
  6. "infoPointName":"电源类型",
  7. "infoPointCode":"PowerType",
  8. "unit":"",
  9. "dataType":"Enum",
  10. "inputMode":"D2",
  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. "note":"",
  34. "func-id":""
  35. },
  36. {
  37. "firstTag":"技术参数-通用",
  38. "secondTag":"",
  39. "infoPointName":"外接直流电压",
  40. "infoPointCode":"ExDCU",
  41. "unit":"V",
  42. "dataType":"Num",
  43. "inputMode":"A2",
  44. "dataSource":"",
  45. "note":"1.2V,1.5V,2V,3V,3.7V,11.1V,14.2V",
  46. "func-id":""
  47. },
  48. {
  49. "firstTag":"技术参数-通用",
  50. "secondTag":"",
  51. "infoPointName":"外接交流电压\/充电电压",
  52. "infoPointCode":"ExACU",
  53. "unit":"V",
  54. "dataType":"Num",
  55. "inputMode":"A2",
  56. "dataSource":"",
  57. "note":"",
  58. "func-id":""
  59. },
  60. {
  61. "firstTag":"技术参数-通用",
  62. "secondTag":"",
  63. "infoPointName":"干电池型号",
  64. "infoPointCode":"DryCellType",
  65. "unit":"V",
  66. "dataType":"Enum",
  67. "inputMode":"D1",
  68. "dataSource":[
  69. {
  70. "code":"1",
  71. "name":"AAAA"
  72. },
  73. {
  74. "code":"2",
  75. "name":"AAA"
  76. },
  77. {
  78. "code":"3",
  79. "name":"AA"
  80. },
  81. {
  82. "code":"4",
  83. "name":"A"
  84. },
  85. {
  86. "code":"5",
  87. "name":"SC"
  88. },
  89. {
  90. "code":"6",
  91. "name":"C"
  92. },
  93. {
  94. "code":"7",
  95. "name":"D"
  96. },
  97. {
  98. "code":"8",
  99. "name":"N"
  100. },
  101. {
  102. "code":"9",
  103. "name":"F"
  104. },
  105. {
  106. "code":"10",
  107. "name":"其他"
  108. }
  109. ],
  110. "note":"",
  111. "func-id":""
  112. },
  113. {
  114. "firstTag":"技术参数-通用",
  115. "secondTag":"",
  116. "infoPointName":"充电电池容量",
  117. "infoPointCode":"RechargeBatteryCap",
  118. "unit":"mAh",
  119. "dataType":"Num",
  120. "inputMode":"A2",
  121. "dataSource":"",
  122. "note":"",
  123. "func-id":""
  124. },
  125. {
  126. "firstTag":"技术参数-通用",
  127. "secondTag":"",
  128. "infoPointName":"额定功率",
  129. "infoPointCode":"RatedP",
  130. "unit":"W",
  131. "dataType":"Num",
  132. "inputMode":"A2",
  133. "dataSource":"",
  134. "note":"",
  135. "func-id":""
  136. },
  137. {
  138. "firstTag":"技术参数-通用",
  139. "secondTag":"",
  140. "infoPointName":"信号输出形式",
  141. "infoPointCode":"SignType",
  142. "unit":"",
  143. "dataType":"Enum",
  144. "inputMode":"D1",
  145. "dataSource":[
  146. {
  147. "code":"1",
  148. "name":"模拟信号",
  149. "content":[
  150. {
  151. "code":"1.1",
  152. "name":"电压模拟信号"
  153. },
  154. {
  155. "code":"1.2",
  156. "name":"电流模拟信号"
  157. },
  158. {
  159. "code":"1.3",
  160. "name":"频率模拟信号"
  161. }
  162. ]
  163. },
  164. {
  165. "code":"2",
  166. "name":"数字信号",
  167. "content":[
  168. {
  169. "code":"2.1",
  170. "name":"电流数字信号"
  171. },
  172. {
  173. "code":"2.2",
  174. "name":"电压数字信号"
  175. },
  176. {
  177. "code":"2.3",
  178. "name":"频率数字信号"
  179. }
  180. ]
  181. },
  182. {
  183. "code":"3",
  184. "name":"其他"
  185. }
  186. ],
  187. "note":"",
  188. "func-id":""
  189. },
  190. {
  191. "firstTag":"技术参数-通用",
  192. "secondTag":"",
  193. "infoPointName":"模拟信号输出电流范围",
  194. "infoPointCode":"ASOutIRange",
  195. "unit":"A",
  196. "dataType":"Num",
  197. "inputMode":"A6",
  198. "dataSource":"",
  199. "note":"",
  200. "func-id":""
  201. },
  202. {
  203. "firstTag":"技术参数-通用",
  204. "secondTag":"",
  205. "infoPointName":"模拟信号输出电压范围",
  206. "infoPointCode":"ASOutURange",
  207. "unit":"V",
  208. "dataType":"Num",
  209. "inputMode":"A6",
  210. "dataSource":"",
  211. "note":"",
  212. "func-id":""
  213. },
  214. {
  215. "firstTag":"技术参数-通用",
  216. "secondTag":"",
  217. "infoPointName":"模拟信号输出频率范围",
  218. "infoPointCode":"ASOutFreqRange",
  219. "unit":"Hz",
  220. "dataType":"Num",
  221. "inputMode":"A6",
  222. "dataSource":"",
  223. "note":"",
  224. "func-id":""
  225. },
  226. {
  227. "firstTag":"技术参数-通用",
  228. "secondTag":"",
  229. "infoPointName":"数字信号输出高低电流",
  230. "infoPointCode":"DSOutHLI",
  231. "unit":"A",
  232. "dataType":"Num",
  233. "inputMode":"A4",
  234. "dataSource":"",
  235. "note":"",
  236. "func-id":""
  237. },
  238. {
  239. "firstTag":"技术参数-通用",
  240. "secondTag":"",
  241. "infoPointName":"数字信号输出高低电平",
  242. "infoPointCode":"DSOutHLU",
  243. "unit":"V",
  244. "dataType":"Num",
  245. "inputMode":"A4",
  246. "dataSource":"",
  247. "note":"",
  248. "func-id":""
  249. },
  250. {
  251. "firstTag":"技术参数-通用",
  252. "secondTag":"",
  253. "infoPointName":"数字信号输出高低频率",
  254. "infoPointCode":"DSOutHLFreq",
  255. "unit":"Hz",
  256. "dataType":"Num",
  257. "inputMode":"A4",
  258. "dataSource":"",
  259. "note":"",
  260. "func-id":""
  261. },
  262. {
  263. "firstTag":"技术参数-通用",
  264. "secondTag":"",
  265. "infoPointName":"波特率",
  266. "infoPointCode":"BaudRate",
  267. "unit":"",
  268. "dataType":"Num",
  269. "inputMode":"A1",
  270. "dataSource":"",
  271. "note":"单片机或计算机在串口通信时的速率。指的是信号被调制以后在单位时间内的变化,即单位时间内载波参数变化的次数",
  272. "func-id":""
  273. },
  274. {
  275. "firstTag":"技术参数-通用",
  276. "secondTag":"",
  277. "infoPointName":"是否有远传功能",
  278. "infoPointCode":"isRemoteFunc",
  279. "unit":"",
  280. "dataType":"Bool",
  281. "inputMode":"E1",
  282. "dataSource":[
  283. {
  284. "code":"0",
  285. "name":"否"
  286. },
  287. {
  288. "code":"1",
  289. "name":"是"
  290. }
  291. ],
  292. "note":"",
  293. "func-id":""
  294. },
  295. {
  296. "firstTag":"技术参数-通用",
  297. "secondTag":"",
  298. "infoPointName":"是否有无线传输功能",
  299. "infoPointCode":"isWirelessFunc",
  300. "unit":"",
  301. "dataType":"Bool",
  302. "inputMode":"E1",
  303. "dataSource":[
  304. {
  305. "code":"0",
  306. "name":"否"
  307. },
  308. {
  309. "code":"1",
  310. "name":"是"
  311. }
  312. ],
  313. "note":"",
  314. "func-id":""
  315. },
  316. {
  317. "firstTag":"技术参数-通用",
  318. "secondTag":"",
  319. "infoPointName":"有线传输协议",
  320. "infoPointCode":"WireTransProtocol",
  321. "unit":"",
  322. "dataType":"Enum",
  323. "inputMode":"D1",
  324. "dataSource":[
  325. {
  326. "code":"1",
  327. "name":"RS-232"
  328. },
  329. {
  330. "code":"2",
  331. "name":"RS-485"
  332. },
  333. {
  334. "code":"3",
  335. "name":"CAN总线"
  336. },
  337. {
  338. "code":"4",
  339. "name":"TCP\/IP"
  340. },
  341. {
  342. "code":"5",
  343. "name":"ADSL"
  344. },
  345. {
  346. "code":"6",
  347. "name":"FSK"
  348. },
  349. {
  350. "code":"7",
  351. "name":"光纤"
  352. },
  353. {
  354. "code":"8",
  355. "name":"电力载波"
  356. },
  357. {
  358. "code":"9",
  359. "name":"其他"
  360. }
  361. ],
  362. "note":"",
  363. "func-id":""
  364. },
  365. {
  366. "firstTag":"技术参数-通用",
  367. "secondTag":"",
  368. "infoPointName":"无线传输协议",
  369. "infoPointCode":"WirelessTransProtocol",
  370. "unit":"",
  371. "dataType":"Enum",
  372. "inputMode":"D2",
  373. "dataSource":[
  374. {
  375. "code":"1",
  376. "name":"Zigbee"
  377. },
  378. {
  379. "code":"2",
  380. "name":"RFID"
  381. },
  382. {
  383. "code":"3",
  384. "name":"蓝牙技术"
  385. },
  386. {
  387. "code":"4",
  388. "name":"NFC"
  389. },
  390. {
  391. "code":"5",
  392. "name":"WiFi"
  393. },
  394. {
  395. "code":"6",
  396. "name":"其他"
  397. }
  398. ],
  399. "note":"",
  400. "func-id":""
  401. },
  402. {
  403. "firstTag":"技术参数-通用",
  404. "secondTag":"",
  405. "infoPointName":"有线传输距离",
  406. "infoPointCode":"WireTransDistance",
  407. "unit":"",
  408. "dataType":"m",
  409. "inputMode":"A2",
  410. "dataSource":"",
  411. "note":"",
  412. "func-id":""
  413. },
  414. {
  415. "firstTag":"技术参数-通用",
  416. "secondTag":"",
  417. "infoPointName":"无线传输距离",
  418. "infoPointCode":"WirelessTransDistance",
  419. "unit":"",
  420. "dataType":"m",
  421. "inputMode":"A2",
  422. "dataSource":"",
  423. "note":"",
  424. "func-id":""
  425. },
  426. {
  427. "firstTag":"技术参数-通用",
  428. "secondTag":"",
  429. "infoPointName":"有线传输功率",
  430. "infoPointCode":"WireTransP",
  431. "unit":"",
  432. "dataType":"W",
  433. "inputMode":"A2",
  434. "dataSource":"",
  435. "note":"",
  436. "func-id":""
  437. },
  438. {
  439. "firstTag":"技术参数-通用",
  440. "secondTag":"",
  441. "infoPointName":"无线传输功率",
  442. "infoPointCode":"WirelessTransP",
  443. "unit":"",
  444. "dataType":"W",
  445. "inputMode":"A2",
  446. "dataSource":"",
  447. "note":"",
  448. "func-id":""
  449. },
  450. {
  451. "firstTag":"技术参数-通用",
  452. "secondTag":"",
  453. "infoPointName":"是否有显示屏幕",
  454. "infoPointCode":"isScreen",
  455. "unit":"",
  456. "dataType":"Bool",
  457. "inputMode":"E1",
  458. "dataSource":[
  459. {
  460. "code":"0",
  461. "name":"无"
  462. },
  463. {
  464. "code":"1",
  465. "name":"有"
  466. }
  467. ],
  468. "note":"",
  469. "func-id":""
  470. },
  471. {
  472. "firstTag":"技术参数-通用",
  473. "secondTag":"",
  474. "infoPointName":"是否有存储功能",
  475. "infoPointCode":"isStorageFunc",
  476. "unit":"",
  477. "dataType":"Bool",
  478. "inputMode":"E1",
  479. "dataSource":[
  480. {
  481. "code":"0",
  482. "name":"无"
  483. },
  484. {
  485. "code":"1",
  486. "name":"有"
  487. }
  488. ],
  489. "note":"",
  490. "func-id":""
  491. },
  492. {
  493. "firstTag":"技术参数-通用",
  494. "secondTag":"",
  495. "infoPointName":"存储接口",
  496. "infoPointCode":"StoragePort",
  497. "unit":"",
  498. "dataType":"Enum",
  499. "inputMode":"D1",
  500. "dataSource":[
  501. {
  502. "code":"1",
  503. "name":"USB"
  504. },
  505. {
  506. "code":"2",
  507. "name":"HDMI"
  508. },
  509. {
  510. "code":"3",
  511. "name":"SD卡"
  512. },
  513. {
  514. "code":"4",
  515. "name":"其他"
  516. }
  517. ],
  518. "note":"",
  519. "func-id":""
  520. },
  521. {
  522. "firstTag":"技术参数-通用",
  523. "secondTag":"",
  524. "infoPointName":"内存大小",
  525. "infoPointCode":"MemorySize",
  526. "unit":"GB",
  527. "dataType":"Num",
  528. "inputMode":"A2",
  529. "dataSource":"",
  530. "note":"",
  531. "func-id":""
  532. },
  533. {
  534. "firstTag":"技术参数-通用",
  535. "secondTag":"",
  536. "infoPointName":"有无自动采样功能",
  537. "infoPointCode":"IsAutosampleFunc",
  538. "unit":"",
  539. "dataType":"Bool",
  540. "inputMode":"E1",
  541. "dataSource":[
  542. {
  543. "code":"0",
  544. "name":"无"
  545. },
  546. {
  547. "code":"1",
  548. "name":"有"
  549. }
  550. ],
  551. "note":"",
  552. "func-id":""
  553. },
  554. {
  555. "firstTag":"技术参数-通用",
  556. "secondTag":"",
  557. "infoPointName":"自动采样时间间隔",
  558. "infoPointCode":"AutosampleInterval",
  559. "unit":"s",
  560. "dataType":"Num",
  561. "inputMode":"A2",
  562. "dataSource":"",
  563. "note":"",
  564. "func-id":""
  565. },
  566. {
  567. "firstTag":"技术参数-通用",
  568. "secondTag":"",
  569. "infoPointName":"精密性",
  570. "infoPointCode":"Precision",
  571. "unit":"%FS",
  572. "dataType":"Num",
  573. "inputMode":"A2",
  574. "dataSource":"",
  575. "note":"",
  576. "func-id":""
  577. },
  578. {
  579. "firstTag":"技术参数-通用",
  580. "secondTag":"",
  581. "infoPointName":"准确性",
  582. "infoPointCode":"Accuracy",
  583. "unit":"%FS",
  584. "dataType":"Num",
  585. "inputMode":"A2",
  586. "dataSource":"",
  587. "note":"",
  588. "func-id":""
  589. },
  590. {
  591. "firstTag":"技术参数-通用",
  592. "secondTag":"",
  593. "infoPointName":"线性度",
  594. "infoPointCode":"Linearity",
  595. "unit":"%",
  596. "dataType":"Num",
  597. "inputMode":"A2",
  598. "dataSource":"",
  599. "note":"非线性长度所占百分比",
  600. "func-id":""
  601. },
  602. {
  603. "firstTag":"技术参数-通用",
  604. "secondTag":"",
  605. "infoPointName":"零点偏置",
  606. "infoPointCode":"ZeroOffset",
  607. "unit":"mV",
  608. "dataType":"Num",
  609. "inputMode":"A2",
  610. "dataSource":"",
  611. "note":"",
  612. "func-id":""
  613. },
  614. {
  615. "firstTag":"技术参数-通用",
  616. "secondTag":"",
  617. "infoPointName":"零点漂移",
  618. "infoPointCode":"ZeroDrift",
  619. "unit":"mV",
  620. "dataType":"Num",
  621. "inputMode":"A2",
  622. "dataSource":"",
  623. "note":"",
  624. "func-id":""
  625. },
  626. {
  627. "firstTag":"技术参数-通用",
  628. "secondTag":"",
  629. "infoPointName":"长期稳定性",
  630. "infoPointCode":"LongTermStability",
  631. "unit":"%FS\/年",
  632. "dataType":"Num",
  633. "inputMode":"A2",
  634. "dataSource":"",
  635. "note":"",
  636. "func-id":""
  637. },
  638. {
  639. "firstTag":"技术参数-通用",
  640. "secondTag":"",
  641. "infoPointName":"响应时间",
  642. "infoPointCode":"ResponseTime",
  643. "unit":"s",
  644. "dataType":"Num",
  645. "inputMode":"A2",
  646. "dataSource":"",
  647. "note":"从测量下限升至测量上限63.2%所用时间",
  648. "func-id":""
  649. },
  650. {
  651. "firstTag":"技术参数-通用",
  652. "secondTag":"",
  653. "infoPointName":"储存环境温度范围",
  654. "infoPointCode":"StoreTempRange",
  655. "unit":"℃",
  656. "dataType":"Num",
  657. "inputMode":"A6",
  658. "dataSource":"",
  659. "note":"",
  660. "func-id":""
  661. },
  662. {
  663. "firstTag":"技术参数-通用",
  664. "secondTag":"",
  665. "infoPointName":"储存环境湿度范围",
  666. "infoPointCode":"StoreRHRange",
  667. "unit":"%RH",
  668. "dataType":"Num",
  669. "inputMode":"A6",
  670. "dataSource":"",
  671. "note":"",
  672. "func-id":""
  673. },
  674. {
  675. "firstTag":"技术参数-通用",
  676. "secondTag":"",
  677. "infoPointName":"工作环境温度范围",
  678. "infoPointCode":"WorkTempRange",
  679. "unit":"℃",
  680. "dataType":"Num",
  681. "inputMode":"A6",
  682. "dataSource":"",
  683. "note":"",
  684. "func-id":""
  685. },
  686. {
  687. "firstTag":"技术参数-通用",
  688. "secondTag":"",
  689. "infoPointName":"工作环境湿度范围",
  690. "infoPointCode":"WorkRHRange",
  691. "unit":"%RH",
  692. "dataType":"Num",
  693. "inputMode":"A6",
  694. "dataSource":"",
  695. "note":"",
  696. "func-id":""
  697. },
  698. {
  699. "firstTag":"技术参数-通用",
  700. "secondTag":"",
  701. "infoPointName":"标准工作压力",
  702. "infoPointCode":"WorkPress",
  703. "unit":"MPa",
  704. "dataType":"Num",
  705. "inputMode":"A2",
  706. "dataSource":"",
  707. "note":"",
  708. "func-id":""
  709. },
  710. {
  711. "firstTag":"技术参数-通用",
  712. "secondTag":"",
  713. "infoPointName":"极限压力",
  714. "infoPointCode":"ExtremePress",
  715. "unit":"MPa",
  716. "dataType":"Num",
  717. "inputMode":"A2",
  718. "dataSource":"",
  719. "note":"",
  720. "func-id":""
  721. },
  722. {
  723. "firstTag":"技术参数-通用",
  724. "secondTag":"",
  725. "infoPointName":"外壳防护等级",
  726. "infoPointCode":"ShellIPGrade",
  727. "unit":"",
  728. "dataType":"Str",
  729. "inputMode":"B1",
  730. "dataSource":"",
  731. "note":"参考《11防护等级》",
  732. "func-id":""
  733. },
  734. {
  735. "firstTag":"技术参数-通用",
  736. "secondTag":"",
  737. "infoPointName":"使用寿命",
  738. "infoPointCode":"ServiceLife",
  739. "unit":"年",
  740. "dataType":"Num",
  741. "inputMode":"A2",
  742. "dataSource":"",
  743. "note":"",
  744. "func-id":""
  745. },
  746. {
  747. "firstTag":"技术参数-通用",
  748. "secondTag":"",
  749. "infoPointName":"重量",
  750. "infoPointCode":"Weight",
  751. "unit":"kg",
  752. "dataType":"Num",
  753. "inputMode":"A2",
  754. "dataSource":"",
  755. "note":"",
  756. "func-id":""
  757. },
  758. {
  759. "firstTag":"技术参数-通用",
  760. "secondTag":"",
  761. "infoPointName":"电器保护类型",
  762. "infoPointCode":"ElecProtectType",
  763. "unit":"",
  764. "dataType":"Enum",
  765. "inputMode":"D2",
  766. "dataSource":[
  767. {
  768. "code":"1",
  769. "name":"反向保护"
  770. },
  771. {
  772. "code":"2",
  773. "name":"短路保护"
  774. },
  775. {
  776. "code":"3",
  777. "name":"过载保护"
  778. },
  779. {
  780. "code":"4",
  781. "name":"其他"
  782. }
  783. ],
  784. "note":"",
  785. "func-id":""
  786. },
  787. {
  788. "firstTag":"技术参数-通用",
  789. "secondTag":"",
  790. "infoPointName":"安装方式",
  791. "infoPointCode":"InstallType",
  792. "unit":"",
  793. "dataType":"Enum",
  794. "inputMode":"D1",
  795. "dataSource":[
  796. {
  797. "code":"1",
  798. "name":"固定安装",
  799. "content":[
  800. {
  801. "code":"1.1",
  802. "name":"焊接"
  803. },
  804. {
  805. "code":"1.2",
  806. "name":"螺纹连接"
  807. },
  808. {
  809. "code":"1.3",
  810. "name":"插接"
  811. }
  812. ]
  813. },
  814. {
  815. "code":"2",
  816. "name":"移动手持"
  817. },
  818. {
  819. "code":"3",
  820. "name":"其他"
  821. }
  822. ],
  823. "note":"",
  824. "func-id":""
  825. },
  826. {
  827. "firstTag":"浓度传感器",
  828. "secondTag":"技术参数",
  829. "infoPointName":"浓度传感器测量对象",
  830. "infoPointCode":"ConcentrateSensorType",
  831. "unit":"",
  832. "dataType":"Enum",
  833. "inputMode":"D2",
  834. "dataSource":[
  835. {
  836. "code":"1",
  837. "name":"一氧化碳"
  838. },
  839. {
  840. "code":"2",
  841. "name":"二氧化碳"
  842. },
  843. {
  844. "code":"3",
  845. "name":"二氧化硫"
  846. },
  847. {
  848. "code":"4",
  849. "name":"氮氧化物"
  850. },
  851. {
  852. "code":"5",
  853. "name":"甲醛"
  854. },
  855. {
  856. "code":"6",
  857. "name":"苯"
  858. },
  859. {
  860. "code":"7",
  861. "name":"总挥发性有机化合物"
  862. },
  863. {
  864. "code":"8",
  865. "name":"总悬浮颗粒"
  866. },
  867. {
  868. "code":"9",
  869. "name":"可吸入颗粒物"
  870. },
  871. {
  872. "code":"10",
  873. "name":"烟雾浓度"
  874. },
  875. {
  876. "code":"11",
  877. "name":"生物微粒"
  878. },
  879. {
  880. "code":"12",
  881. "name":"水硬度"
  882. },
  883. {
  884. "code":"13",
  885. "name":"PH值"
  886. },
  887. {
  888. "code":"14",
  889. "name":"SS值"
  890. },
  891. {
  892. "code":"15",
  893. "name":"COD值"
  894. },
  895. {
  896. "code":"16",
  897. "name":"其他"
  898. }
  899. ],
  900. "note":"硬度:水总硬度是指水中Ca2+、Mg2+的总量;SS值:水中悬浮物;COD值:化学需氧量,是在一定的条件下,采用一定的强氧化剂处理水样时,所消耗的氧气的量,表示水中还原性物质多少",
  901. "func-id":""
  902. },
  903. {
  904. "firstTag":"浓度传感器",
  905. "secondTag":"技术参数",
  906. "infoPointName":"浓度传感器介质种类",
  907. "infoPointCode":"ConcentrateMediumType",
  908. "unit":"",
  909. "dataType":"Enum",
  910. "inputMode":"D1",
  911. "dataSource":[
  912. {
  913. "code":"1",
  914. "name":"气体"
  915. },
  916. {
  917. "code":"2",
  918. "name":"液体"
  919. },
  920. {
  921. "code":"3",
  922. "name":"其他"
  923. }
  924. ],
  925. "note":"",
  926. "func-id":""
  927. },
  928. {
  929. "firstTag":"浓度传感器",
  930. "secondTag":"技术参数",
  931. "infoPointName":"浓度传感器是否有报警功能",
  932. "infoPointCode":"isAlarmFunc",
  933. "unit":"",
  934. "dataType":"Bool",
  935. "inputMode":"E1",
  936. "dataSource":[
  937. {
  938. "code":"0",
  939. "name":"否"
  940. },
  941. {
  942. "code":"1",
  943. "name":"是"
  944. }
  945. ],
  946. "note":"",
  947. "func-id":""
  948. },
  949. {
  950. "firstTag":"浓度传感器",
  951. "secondTag":"技术参数",
  952. "infoPointName":"浓度传感器最大报警电流",
  953. "infoPointCode":"MaxAlarmI",
  954. "unit":"A",
  955. "dataType":"Num",
  956. "inputMode":"A2",
  957. "dataSource":"",
  958. "note":"",
  959. "func-id":""
  960. },
  961. {
  962. "firstTag":"浓度传感器",
  963. "secondTag":"技术参数",
  964. "infoPointName":"浓度测量上限",
  965. "infoPointCode":"ConcentrateUpperLimit",
  966. "unit":"",
  967. "dataType":"Num",
  968. "inputMode":"A1",
  969. "dataSource":"",
  970. "note":"",
  971. "func-id":""
  972. },
  973. {
  974. "firstTag":"浓度传感器",
  975. "secondTag":"技术参数",
  976. "infoPointName":"浓度测量下限",
  977. "infoPointCode":"ConcentrateLowerLimit",
  978. "unit":"",
  979. "dataType":"Num",
  980. "inputMode":"A1",
  981. "dataSource":"",
  982. "note":"",
  983. "func-id":""
  984. },
  985. {
  986. "firstTag":"浓度传感器",
  987. "secondTag":"技术参数",
  988. "infoPointName":"浓度测量单位类型",
  989. "infoPointCode":"ConcentrateMeasureUnitType",
  990. "unit":"",
  991. "dataType":"Enum",
  992. "inputMode":"D2",
  993. "dataSource":[
  994. {
  995. "code":"1",
  996. "name":"ppm"
  997. },
  998. {
  999. "code":"2",
  1000. "name":"μg\/m3"
  1001. },
  1002. {
  1003. "code":"3",
  1004. "name":"μg\/L"
  1005. },
  1006. {
  1007. "code":"4",
  1008. "name":"mmol\/L"
  1009. },
  1010. {
  1011. "code":"5",
  1012. "name":"其他"
  1013. }
  1014. ],
  1015. "note":"液、气体中的气体ppm;气体中的颗粒物μg\/m3;液体中的悬浮物ug\/L;液体中离子mmol\/L",
  1016. "func-id":""
  1017. },
  1018. {
  1019. "firstTag":"浓度传感器",
  1020. "secondTag":"技术参数",
  1021. "infoPointName":"浓度传感器传递函数",
  1022. "infoPointCode":"ConcentrateTransFunc",
  1023. "unit":"",
  1024. "dataType":"Str",
  1025. "inputMode":"B1",
  1026. "dataSource":"",
  1027. "note":"",
  1028. "func-id":""
  1029. },
  1030. {
  1031. "firstTag":"浓度传感器",
  1032. "secondTag":"技术参数",
  1033. "infoPointName":"浓度传感器外壳材料",
  1034. "infoPointCode":"ConcentrateShellMaterial",
  1035. "unit":"",
  1036. "dataType":"Enum",
  1037. "inputMode":"D1",
  1038. "dataSource":[
  1039. {
  1040. "code":"1",
  1041. "name":"铝合金"
  1042. },
  1043. {
  1044. "code":"2",
  1045. "name":"不锈钢"
  1046. },
  1047. {
  1048. "code":"3",
  1049. "name":"塑料"
  1050. },
  1051. {
  1052. "code":"4",
  1053. "name":"其他"
  1054. }
  1055. ],
  1056. "note":"",
  1057. "func-id":""
  1058. },
  1059. {
  1060. "firstTag":"浓度传感器",
  1061. "secondTag":"技术参数",
  1062. "infoPointName":"浓度传感器采样流量",
  1063. "infoPointCode":"ConcentrateSampleFlow",
  1064. "unit":"mL\/min",
  1065. "dataType":"Num",
  1066. "inputMode":"A2",
  1067. "dataSource":"",
  1068. "note":"",
  1069. "func-id":""
  1070. },
  1071. {
  1072. "firstTag":"浓度传感器",
  1073. "secondTag":"技术参数",
  1074. "infoPointName":"浓度传感器采样方式",
  1075. "infoPointCode":"ConcentrateSampleMode",
  1076. "unit":"",
  1077. "dataType":"Str",
  1078. "inputMode":"B1",
  1079. "dataSource":"",
  1080. "note":"",
  1081. "func-id":""
  1082. },
  1083. {
  1084. "firstTag":"浓度传感器",
  1085. "secondTag":"运行参数",
  1086. "infoPointName":"浓度传感器是否正在报警",
  1087. "infoPointCode":"isConcentrateAlarm",
  1088. "unit":"",
  1089. "dataType":"Boolv",
  1090. "inputMode":"L",
  1091. "dataSource":[
  1092. {
  1093. "code":"0",
  1094. "name":"否"
  1095. },
  1096. {
  1097. "code":"1",
  1098. "name":"是"
  1099. }
  1100. ],
  1101. "note":"",
  1102. "func-id":""
  1103. },
  1104. {
  1105. "firstTag":"浓度传感器",
  1106. "secondTag":"运行参数",
  1107. "infoPointName":"浓度传感器输出电压",
  1108. "infoPointCode":"ConcentrateOutU",
  1109. "unit":"V",
  1110. "dataType":"Inst",
  1111. "inputMode":"L",
  1112. "dataSource":"",
  1113. "note":"",
  1114. "func-id":""
  1115. },
  1116. {
  1117. "firstTag":"浓度传感器",
  1118. "secondTag":"运行参数",
  1119. "infoPointName":"浓度传感器输出电流",
  1120. "infoPointCode":"ConcentrateOutI",
  1121. "unit":"A",
  1122. "dataType":"Inst",
  1123. "inputMode":"L",
  1124. "dataSource":"",
  1125. "note":"",
  1126. "func-id":""
  1127. },
  1128. {
  1129. "firstTag":"浓度传感器",
  1130. "secondTag":"运行参数",
  1131. "infoPointName":"浓度传感器浓度测量单位",
  1132. "infoPointCode":"ConcentrateUnit",
  1133. "unit":"",
  1134. "dataType":"Enumv",
  1135. "inputMode":"D1",
  1136. "dataSource":[
  1137. {
  1138. "code":"1",
  1139. "name":"ppm"
  1140. },
  1141. {
  1142. "code":"2",
  1143. "name":"μg\/m3"
  1144. },
  1145. {
  1146. "code":"3",
  1147. "name":"μg\/L"
  1148. },
  1149. {
  1150. "code":"4",
  1151. "name":"mmol\/L"
  1152. },
  1153. {
  1154. "code":"5",
  1155. "name":"其他"
  1156. }
  1157. ],
  1158. "note":"",
  1159. "func-id":""
  1160. },
  1161. {
  1162. "firstTag":"浓度传感器",
  1163. "secondTag":"运行参数",
  1164. "infoPointName":"浓度传感器浓度测量值",
  1165. "infoPointCode":"Concentrate",
  1166. "unit":"",
  1167. "dataType":"Inst",
  1168. "inputMode":"L",
  1169. "dataSource":"",
  1170. "note":"",
  1171. "func-id":""
  1172. }
  1173. ]
  1174. }