SDC.json 21 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103
  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":"SoundUseType",
  831. "unit":"",
  832. "dataType":"Enum",
  833. "inputMode":"D1",
  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. "note":"",
  849. "func-id":""
  850. },
  851. {
  852. "firstTag":"声音传感器",
  853. "secondTag":"技术参数-通用",
  854. "infoPointName":"声音传感器种类",
  855. "infoPointCode":"SoundSensorType",
  856. "unit":"",
  857. "dataType":"Enum",
  858. "inputMode":"D1",
  859. "dataSource":[
  860. {
  861. "code":"1",
  862. "name":"炭精粉电阻式音频传感器"
  863. },
  864. {
  865. "code":"2",
  866. "name":"动圈电磁式音频传感器"
  867. },
  868. {
  869. "code":"3",
  870. "name":"金属带电磁式音频传感器"
  871. },
  872. {
  873. "code":"4",
  874. "name":"薄膜电容式音频传感器"
  875. },
  876. {
  877. "code":"5",
  878. "name":"驻极体电容式音频传感器"
  879. },
  880. {
  881. "code":"6",
  882. "name":"压电陶瓷式音频传感器"
  883. },
  884. {
  885. "code":"7",
  886. "name":"激光反射式音频传感器"
  887. },
  888. {
  889. "code":"8",
  890. "name":"其他"
  891. }
  892. ],
  893. "note":"",
  894. "func-id":""
  895. },
  896. {
  897. "firstTag":"声音传感器",
  898. "secondTag":"技术参数-噪声传感器",
  899. "infoPointName":"噪声声强测量上限",
  900. "infoPointCode":"SoundNoiseUpperDBLimit",
  901. "unit":"dB(A)",
  902. "dataType":"Num",
  903. "inputMode":"A2",
  904. "dataSource":"",
  905. "note":"",
  906. "func-id":""
  907. },
  908. {
  909. "firstTag":"声音传感器",
  910. "secondTag":"技术参数-噪声传感器",
  911. "infoPointName":"噪声声强测量下限",
  912. "infoPointCode":"SoundNoiseLowerDBLimit",
  913. "unit":"dB(A)",
  914. "dataType":"Num",
  915. "inputMode":"A2",
  916. "dataSource":"",
  917. "note":"",
  918. "func-id":""
  919. },
  920. {
  921. "firstTag":"声音传感器",
  922. "secondTag":"技术参数-噪声传感器",
  923. "infoPointName":"噪声频率测量上限",
  924. "infoPointCode":"SoundNoiseUpperFreqLimit",
  925. "unit":"Hz",
  926. "dataType":"Num",
  927. "inputMode":"A2",
  928. "dataSource":"",
  929. "note":"",
  930. "func-id":""
  931. },
  932. {
  933. "firstTag":"声音传感器",
  934. "secondTag":"技术参数-噪声传感器",
  935. "infoPointName":"噪声频率测量下限",
  936. "infoPointCode":"SoundNoiseLowerFreqLimit",
  937. "unit":"Hz",
  938. "dataType":"Num",
  939. "inputMode":"A2",
  940. "dataSource":"",
  941. "note":"",
  942. "func-id":""
  943. },
  944. {
  945. "firstTag":"声音传感器",
  946. "secondTag":"技术参数-噪声传感器",
  947. "infoPointName":"噪声传感器传递函数",
  948. "infoPointCode":"SoundNoiseTransFunc",
  949. "unit":"",
  950. "dataType":"Str",
  951. "inputMode":"B1",
  952. "dataSource":"",
  953. "note":"",
  954. "func-id":""
  955. },
  956. {
  957. "firstTag":"声音传感器",
  958. "secondTag":"技术参数-噪声传感器",
  959. "infoPointName":"噪声传感器频率加权特性",
  960. "infoPointCode":"SoundNoiseFreqWeightCharacter",
  961. "unit":"",
  962. "dataType":"Enum",
  963. "inputMode":"D2",
  964. "dataSource":[
  965. {
  966. "code":"1",
  967. "name":"A"
  968. },
  969. {
  970. "code":"2",
  971. "name":"B"
  972. },
  973. {
  974. "code":"3",
  975. "name":"C"
  976. },
  977. {
  978. "code":"4",
  979. "name":"其他"
  980. }
  981. ],
  982. "note":"",
  983. "func-id":""
  984. },
  985. {
  986. "firstTag":"声音传感器",
  987. "secondTag":"技术参数-噪声传感器",
  988. "infoPointName":"噪声传感器加权动态测量范围",
  989. "infoPointCode":"SoundNoiseWeightMeasureRange",
  990. "unit":"dB(A)",
  991. "dataType":"Num",
  992. "inputMode":"A6",
  993. "dataSource":"",
  994. "note":"",
  995. "func-id":""
  996. },
  997. {
  998. "firstTag":"声音传感器",
  999. "secondTag":"技术参数-录音",
  1000. "infoPointName":"录音传感器录制格式",
  1001. "infoPointCode":"SoundAudioRecordFormat",
  1002. "unit":"",
  1003. "dataType":"Enum",
  1004. "inputMode":"D2",
  1005. "dataSource":[
  1006. {
  1007. "code":"1",
  1008. "name":"MP3"
  1009. },
  1010. {
  1011. "code":"2",
  1012. "name":"WAV"
  1013. },
  1014. {
  1015. "code":"3",
  1016. "name":"WMA"
  1017. },
  1018. {
  1019. "code":"4",
  1020. "name":"ACC"
  1021. },
  1022. {
  1023. "code":"5",
  1024. "name":"其他"
  1025. }
  1026. ],
  1027. "note":"",
  1028. "func-id":""
  1029. },
  1030. {
  1031. "firstTag":"声音传感器",
  1032. "secondTag":"技术参数-录音",
  1033. "infoPointName":"录音传感器连续录制时间",
  1034. "infoPointCode":"SoundAudioContinueRecordTime",
  1035. "unit":"h",
  1036. "dataType":"Num",
  1037. "inputMode":"A2",
  1038. "dataSource":"",
  1039. "note":"",
  1040. "func-id":""
  1041. },
  1042. {
  1043. "firstTag":"声音传感器",
  1044. "secondTag":"技术参数-录音",
  1045. "infoPointName":"录音传感器信噪比下限",
  1046. "infoPointCode":"SoundAudioSNRLowerLimit",
  1047. "unit":"dB(A)",
  1048. "dataType":"Num",
  1049. "inputMode":"A2",
  1050. "dataSource":"",
  1051. "note":"",
  1052. "func-id":""
  1053. },
  1054. {
  1055. "firstTag":"声音传感器",
  1056. "secondTag":"技术参数-录音",
  1057. "infoPointName":"录音传感器失真度上限",
  1058. "infoPointCode":"SoundAudioDistortionUpperLimit",
  1059. "unit":"%",
  1060. "dataType":"Num",
  1061. "inputMode":"A2",
  1062. "dataSource":"",
  1063. "note":"",
  1064. "func-id":""
  1065. },
  1066. {
  1067. "firstTag":"声音传感器",
  1068. "secondTag":"运行参数",
  1069. "infoPointName":"噪声传感器声强测量值",
  1070. "infoPointCode":"SoundNoise",
  1071. "unit":"dB(A)",
  1072. "dataType":"Inst",
  1073. "inputMode":"L",
  1074. "dataSource":"",
  1075. "note":"",
  1076. "func-id":""
  1077. },
  1078. {
  1079. "firstTag":"声音传感器",
  1080. "secondTag":"运行参数",
  1081. "infoPointName":"录音传感器是否录制音频",
  1082. "infoPointCode":"isSoundAudioRecord",
  1083. "unit":"",
  1084. "dataType":"Boolv",
  1085. "inputMode":"L",
  1086. "dataSource":"",
  1087. "note":"0. 否 1. 是",
  1088. "func-id":""
  1089. },
  1090. {
  1091. "firstTag":"声音传感器",
  1092. "secondTag":"运行参数",
  1093. "infoPointName":"录音传感器音频地址",
  1094. "infoPointCode":"SoundAudioAddress",
  1095. "unit":"",
  1096. "dataType":"Strv",
  1097. "inputMode":"L",
  1098. "dataSource":"",
  1099. "note":"",
  1100. "func-id":""
  1101. }
  1102. ]
  1103. }