SEB.json 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525
  1. {
  2. "all":[
  3. {
  4. "firstTag":"技术参数",
  5. "secondTag":"",
  6. "infoPointName":"电源类型",
  7. "infoPointCode":"PowerType",
  8. "unit":"",
  9. "dataType":"Enum",
  10. "inputMode":"D1",
  11. "dataSource":[
  12. {
  13. "code":"1",
  14. "name":"交流电"
  15. },
  16. {
  17. "code":"2",
  18. "name":"直流电"
  19. },
  20. {
  21. "code":"3",
  22. "name":"电池"
  23. },
  24. {
  25. "code":"4",
  26. "name":"其他"
  27. }
  28. ],
  29. "note":"",
  30. "func-id":""
  31. },
  32. {
  33. "firstTag":"技术参数",
  34. "secondTag":"",
  35. "infoPointName":"额定电压",
  36. "infoPointCode":"RatedU",
  37. "unit":"V",
  38. "dataType":"Num",
  39. "inputMode":"A2",
  40. "dataSource":"",
  41. "note":"",
  42. "func-id":""
  43. },
  44. {
  45. "firstTag":"技术参数",
  46. "secondTag":"",
  47. "infoPointName":"监控电流",
  48. "infoPointCode":"MonitorI",
  49. "unit":"mA",
  50. "dataType":"Num",
  51. "inputMode":"A2",
  52. "dataSource":"",
  53. "note":"",
  54. "func-id":""
  55. },
  56. {
  57. "firstTag":"技术参数",
  58. "secondTag":"",
  59. "infoPointName":"报警电流",
  60. "infoPointCode":"AlarmI",
  61. "unit":"mA",
  62. "dataType":"Num",
  63. "inputMode":"A2",
  64. "dataSource":"",
  65. "note":"",
  66. "func-id":""
  67. },
  68. {
  69. "firstTag":"技术参数",
  70. "secondTag":"",
  71. "infoPointName":"检测气体类型",
  72. "infoPointCode":"DetectGasType",
  73. "unit":"",
  74. "dataType":"Enum",
  75. "inputMode":"D2",
  76. "dataSource":[
  77. {
  78. "code":"1",
  79. "name":"天然气"
  80. },
  81. {
  82. "code":"2",
  83. "name":"液化气"
  84. },
  85. {
  86. "code":"3",
  87. "name":"城市煤气"
  88. },
  89. {
  90. "code":"4",
  91. "name":"其他"
  92. }
  93. ],
  94. "note":"",
  95. "func-id":""
  96. },
  97. {
  98. "firstTag":"技术参数",
  99. "secondTag":"",
  100. "infoPointName":"检测气体单位类型",
  101. "infoPointCode":"DetectGasUnitType",
  102. "unit":"",
  103. "dataType":"Enum",
  104. "inputMode":"D1",
  105. "dataSource":[
  106. {
  107. "code":"1",
  108. "name":"%LEL"
  109. },
  110. {
  111. "code":"2",
  112. "name":"ppm"
  113. },
  114. {
  115. "code":"3",
  116. "name":"%VOL"
  117. },
  118. {
  119. "code":"4",
  120. "name":"其他"
  121. }
  122. ],
  123. "note":"",
  124. "func-id":""
  125. },
  126. {
  127. "firstTag":"技术参数",
  128. "secondTag":"",
  129. "infoPointName":"检测原理",
  130. "infoPointCode":"PrincipleType",
  131. "unit":"",
  132. "dataType":"Enum",
  133. "inputMode":"D1",
  134. "dataSource":[
  135. {
  136. "code":"1",
  137. "name":"催化燃烧式"
  138. },
  139. {
  140. "code":"2",
  141. "name":"半导体式"
  142. },
  143. {
  144. "code":"3",
  145. "name":"电化学式"
  146. },
  147. {
  148. "code":"4",
  149. "name":"其他"
  150. }
  151. ],
  152. "note":"",
  153. "func-id":""
  154. },
  155. {
  156. "firstTag":"技术参数",
  157. "secondTag":"",
  158. "infoPointName":"有无测温度功能",
  159. "infoPointCode":"isDetectTempFunc",
  160. "unit":"",
  161. "dataType":"Bool",
  162. "inputMode":"E1",
  163. "dataSource":[
  164. {
  165. "code":"0",
  166. "name":"无"
  167. },
  168. {
  169. "code":"1",
  170. "name":"有"
  171. }
  172. ],
  173. "note":"",
  174. "func-id":""
  175. },
  176. {
  177. "firstTag":"技术参数",
  178. "secondTag":"",
  179. "infoPointName":"有无测湿度功能",
  180. "infoPointCode":"isDetectRHFunc",
  181. "unit":"",
  182. "dataType":"Bool",
  183. "inputMode":"E1",
  184. "dataSource":[
  185. {
  186. "code":"0",
  187. "name":"无"
  188. },
  189. {
  190. "code":"1",
  191. "name":"有"
  192. }
  193. ],
  194. "note":"",
  195. "func-id":""
  196. },
  197. {
  198. "firstTag":"技术参数",
  199. "secondTag":"",
  200. "infoPointName":"有无内置处理能力",
  201. "infoPointCode":"IsProcessFunc",
  202. "unit":"",
  203. "dataType":"Bool",
  204. "inputMode":"E1",
  205. "dataSource":[
  206. {
  207. "code":"0",
  208. "name":"无"
  209. },
  210. {
  211. "code":"1",
  212. "name":"有"
  213. }
  214. ],
  215. "note":"",
  216. "func-id":""
  217. },
  218. {
  219. "firstTag":"技术参数",
  220. "secondTag":"",
  221. "infoPointName":"检测精度",
  222. "infoPointCode":"DetectPrecision",
  223. "unit":"%FS",
  224. "dataType":"Num",
  225. "inputMode":"A2",
  226. "dataSource":"",
  227. "note":"",
  228. "func-id":""
  229. },
  230. {
  231. "firstTag":"技术参数",
  232. "secondTag":"",
  233. "infoPointName":"零点漂移",
  234. "infoPointCode":"ZeroDrift",
  235. "unit":"%FS",
  236. "dataType":"Num",
  237. "inputMode":"A2",
  238. "dataSource":"",
  239. "note":"",
  240. "func-id":""
  241. },
  242. {
  243. "firstTag":"技术参数",
  244. "secondTag":"",
  245. "infoPointName":"跨度漂移",
  246. "infoPointCode":"SpanDrift",
  247. "unit":"%FS",
  248. "dataType":"Num",
  249. "inputMode":"A2",
  250. "dataSource":"",
  251. "note":"",
  252. "func-id":""
  253. },
  254. {
  255. "firstTag":"技术参数",
  256. "secondTag":"",
  257. "infoPointName":"报警方式",
  258. "infoPointCode":"AlarmType",
  259. "unit":"",
  260. "dataType":"Enum",
  261. "inputMode":"D1",
  262. "dataSource":[
  263. {
  264. "code":"1",
  265. "name":"自带报警器"
  266. },
  267. {
  268. "code":"2",
  269. "name":"返回主机报警"
  270. },
  271. {
  272. "code":"3",
  273. "name":"其他"
  274. }
  275. ],
  276. "note":"",
  277. "func-id":""
  278. },
  279. {
  280. "firstTag":"技术参数",
  281. "secondTag":"",
  282. "infoPointName":"报警灯光颜色",
  283. "infoPointCode":"AlarmLightColor",
  284. "unit":"",
  285. "dataType":"Str",
  286. "inputMode":"B1",
  287. "dataSource":"",
  288. "note":"自带报警器",
  289. "func-id":""
  290. },
  291. {
  292. "firstTag":"技术参数",
  293. "secondTag":"",
  294. "infoPointName":"报警鸣笛音量",
  295. "infoPointCode":"AlarmSoundVolumn",
  296. "unit":"dB(A)",
  297. "dataType":"Num",
  298. "inputMode":"A2",
  299. "dataSource":"",
  300. "note":"自带报警器",
  301. "func-id":""
  302. },
  303. {
  304. "firstTag":"技术参数",
  305. "secondTag":"",
  306. "infoPointName":"通讯协议",
  307. "infoPointCode":"CommunicationProtocol",
  308. "unit":"",
  309. "dataType":"Str",
  310. "inputMode":"B1",
  311. "dataSource":"",
  312. "note":"",
  313. "func-id":""
  314. },
  315. {
  316. "firstTag":"技术参数",
  317. "secondTag":"",
  318. "infoPointName":"输出信号类型",
  319. "infoPointCode":"OutSignalType",
  320. "unit":"",
  321. "dataType":"Enum",
  322. "inputMode":"D1",
  323. "dataSource":[
  324. {
  325. "code":"1",
  326. "name":"开关量"
  327. },
  328. {
  329. "code":"2",
  330. "name":"模拟量"
  331. },
  332. {
  333. "code":"3",
  334. "name":"数字量"
  335. },
  336. {
  337. "code":"4",
  338. "name":"其他"
  339. }
  340. ],
  341. "note":"",
  342. "func-id":""
  343. },
  344. {
  345. "firstTag":"技术参数",
  346. "secondTag":"",
  347. "infoPointName":"信号传输距离",
  348. "infoPointCode":"SignalDistance",
  349. "unit":"m",
  350. "dataType":"Num",
  351. "inputMode":"A2",
  352. "dataSource":"",
  353. "note":"",
  354. "func-id":""
  355. },
  356. {
  357. "firstTag":"技术参数",
  358. "secondTag":"",
  359. "infoPointName":"工作温度范围",
  360. "infoPointCode":"WorkTempRange",
  361. "unit":"℃",
  362. "dataType":"Num",
  363. "inputMode":"A6",
  364. "dataSource":"",
  365. "note":"",
  366. "func-id":""
  367. },
  368. {
  369. "firstTag":"技术参数",
  370. "secondTag":"",
  371. "infoPointName":"工作湿度范围",
  372. "infoPointCode":"WorkRHRange",
  373. "unit":"%RH",
  374. "dataType":"Num",
  375. "inputMode":"A6",
  376. "dataSource":"",
  377. "note":"",
  378. "func-id":""
  379. },
  380. {
  381. "firstTag":"技术参数",
  382. "secondTag":"",
  383. "infoPointName":"防护等级",
  384. "infoPointCode":"IPGrade",
  385. "unit":"",
  386. "dataType":"Str",
  387. "inputMode":"B1",
  388. "dataSource":"",
  389. "note":"参考《11防护等级》",
  390. "func-id":""
  391. },
  392. {
  393. "firstTag":"控制参数",
  394. "secondTag":"",
  395. "infoPointName":"控制模式",
  396. "infoPointCode":"CtrlMode",
  397. "unit":"",
  398. "dataType":"Str",
  399. "inputMode":"B1",
  400. "dataSource":"",
  401. "note":"",
  402. "func-id":""
  403. },
  404. {
  405. "firstTag":"运行参数",
  406. "secondTag":"运行状态",
  407. "infoPointName":"运行状态",
  408. "infoPointCode":"RunStatus",
  409. "unit":"",
  410. "dataType":"Boolv",
  411. "inputMode":"L",
  412. "dataSource":"",
  413. "note":"0. 停止 1. 运行",
  414. "func-id":""
  415. },
  416. {
  417. "firstTag":"运行参数",
  418. "secondTag":"运行状态",
  419. "infoPointName":"本地远程状态",
  420. "infoPointCode":"RemoteStatus",
  421. "unit":"",
  422. "dataType":"Enumv",
  423. "inputMode":"L",
  424. "dataSource":"",
  425. "note":"1. 本地手动 2. 本地自动 3. 远程手动 4. 远程自动 5. 其他",
  426. "func-id":""
  427. },
  428. {
  429. "firstTag":"运行参数",
  430. "secondTag":"运行状态",
  431. "infoPointName":"工作电压",
  432. "infoPointCode":"U",
  433. "unit":"V",
  434. "dataType":"Inst",
  435. "inputMode":"L",
  436. "dataSource":"",
  437. "note":"",
  438. "func-id":""
  439. },
  440. {
  441. "firstTag":"运行参数",
  442. "secondTag":"运行状态",
  443. "infoPointName":"工作电流",
  444. "infoPointCode":"I",
  445. "unit":"mA",
  446. "dataType":"Inst",
  447. "inputMode":"L",
  448. "dataSource":"",
  449. "note":"",
  450. "func-id":""
  451. },
  452. {
  453. "firstTag":"运行参数",
  454. "secondTag":"运行状态",
  455. "infoPointName":"耗电功率",
  456. "infoPointCode":"ElecConsumP",
  457. "unit":"W",
  458. "dataType":"Inst",
  459. "inputMode":"L",
  460. "dataSource":"",
  461. "note":"",
  462. "func-id":""
  463. },
  464. {
  465. "firstTag":"运行参数",
  466. "secondTag":"运行状态",
  467. "infoPointName":"燃气浓度",
  468. "infoPointCode":"GasConcentrate",
  469. "unit":"ppm",
  470. "dataType":"Inst",
  471. "inputMode":"L",
  472. "dataSource":"",
  473. "note":"",
  474. "func-id":""
  475. },
  476. {
  477. "firstTag":"运行参数",
  478. "secondTag":"运行状态",
  479. "infoPointName":"报警消息",
  480. "infoPointCode":"AlarmMessage",
  481. "unit":"",
  482. "dataType":"Boolv",
  483. "inputMode":"L",
  484. "dataSource":"",
  485. "note":"",
  486. "func-id":""
  487. },
  488. {
  489. "firstTag":"运行参数",
  490. "secondTag":"",
  491. "infoPointName":"累计运行时间",
  492. "infoPointCode":"AccRunTime",
  493. "unit":"h",
  494. "dataType":"Acc",
  495. "inputMode":"M",
  496. "dataSource":"",
  497. "note":"",
  498. "func-id":""
  499. },
  500. {
  501. "firstTag":"运行参数",
  502. "secondTag":"",
  503. "infoPointName":"开启时间计时",
  504. "infoPointCode":"OpenTimeCount",
  505. "unit":"h",
  506. "dataType":"Acc",
  507. "inputMode":"M",
  508. "dataSource":"",
  509. "note":"",
  510. "func-id":""
  511. },
  512. {
  513. "firstTag":"运行参数",
  514. "secondTag":"",
  515. "infoPointName":"关闭时间计时",
  516. "infoPointCode":"CloseTimeCount",
  517. "unit":"h",
  518. "dataType":"Acc",
  519. "inputMode":"M",
  520. "dataSource":"",
  521. "note":"",
  522. "func-id":""
  523. }
  524. ]
  525. }