LSB.json 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356
  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":"AlarmResponseTime",
  73. "unit":"s",
  74. "dataType":"Num",
  75. "inputMode":"A2",
  76. "dataSource":"",
  77. "note":"",
  78. "func-id":""
  79. },
  80. {
  81. "firstTag":"技术参数",
  82. "secondTag":"",
  83. "infoPointName":"报警方式",
  84. "infoPointCode":"AlarmType",
  85. "unit":"",
  86. "dataType":"Enum",
  87. "inputMode":"D1",
  88. "dataSource":[
  89. {
  90. "code":"1",
  91. "name":"自带报警器"
  92. },
  93. {
  94. "code":"2",
  95. "name":"返回主机报警"
  96. },
  97. {
  98. "code":"3",
  99. "name":"其他"
  100. }
  101. ],
  102. "note":"",
  103. "func-id":""
  104. },
  105. {
  106. "firstTag":"技术参数",
  107. "secondTag":"",
  108. "infoPointName":"报警声压级",
  109. "infoPointCode":"AlarmSPL",
  110. "unit":"dB(A)",
  111. "dataType":"Num",
  112. "inputMode":"A2",
  113. "dataSource":"",
  114. "note":"探测器带报警器",
  115. "func-id":""
  116. },
  117. {
  118. "firstTag":"技术参数",
  119. "secondTag":"",
  120. "infoPointName":"报警灯光显示",
  121. "infoPointCode":"AlarmDisplay",
  122. "unit":"",
  123. "dataType":"Str",
  124. "inputMode":"B1",
  125. "dataSource":"",
  126. "note":"探测器带报警器",
  127. "func-id":""
  128. },
  129. {
  130. "firstTag":"技术参数",
  131. "secondTag":"",
  132. "infoPointName":"显示方式",
  133. "infoPointCode":"DisplayType",
  134. "unit":"",
  135. "dataType":"Enum",
  136. "inputMode":"D1",
  137. "dataSource":[
  138. {
  139. "code":"1",
  140. "name":"LED"
  141. },
  142. {
  143. "code":"2",
  144. "name":"数码管"
  145. },
  146. {
  147. "code":"3",
  148. "name":"液晶"
  149. },
  150. {
  151. "code":"4",
  152. "name":"其他"
  153. }
  154. ],
  155. "note":"",
  156. "func-id":""
  157. },
  158. {
  159. "firstTag":"技术参数",
  160. "secondTag":"",
  161. "infoPointName":"报警输出信号",
  162. "infoPointCode":"OutSignalType",
  163. "unit":"",
  164. "dataType":"Enum",
  165. "inputMode":"D1",
  166. "dataSource":[
  167. {
  168. "code":"1",
  169. "name":"开关量"
  170. },
  171. {
  172. "code":"2",
  173. "name":"模拟量"
  174. },
  175. {
  176. "code":"3",
  177. "name":"数字量"
  178. },
  179. {
  180. "code":"4",
  181. "name":"其他"
  182. }
  183. ],
  184. "note":"",
  185. "func-id":""
  186. },
  187. {
  188. "firstTag":"技术参数",
  189. "secondTag":"",
  190. "infoPointName":"工作海拔高度范围",
  191. "infoPointCode":"WorkAltitudeRange",
  192. "unit":"m",
  193. "dataType":"Num",
  194. "inputMode":"A6",
  195. "dataSource":"",
  196. "note":"",
  197. "func-id":""
  198. },
  199. {
  200. "firstTag":"技术参数",
  201. "secondTag":"",
  202. "infoPointName":"工作温度范围",
  203. "infoPointCode":"WorkTempRange",
  204. "unit":"℃",
  205. "dataType":"Num",
  206. "inputMode":"A6",
  207. "dataSource":"",
  208. "note":"",
  209. "func-id":""
  210. },
  211. {
  212. "firstTag":"技术参数",
  213. "secondTag":"",
  214. "infoPointName":"工作湿度范围",
  215. "infoPointCode":"WorkRHRange",
  216. "unit":"%RH",
  217. "dataType":"Num",
  218. "inputMode":"A6",
  219. "dataSource":"",
  220. "note":"",
  221. "func-id":""
  222. },
  223. {
  224. "firstTag":"技术参数",
  225. "secondTag":"",
  226. "infoPointName":"防护等级",
  227. "infoPointCode":"IPGrade",
  228. "unit":"",
  229. "dataType":"Str",
  230. "inputMode":"B1",
  231. "dataSource":"",
  232. "note":"参考《11防护等级》",
  233. "func-id":""
  234. },
  235. {
  236. "firstTag":"控制参数",
  237. "secondTag":"",
  238. "infoPointName":"控制模式",
  239. "infoPointCode":"CtrlMode",
  240. "unit":"",
  241. "dataType":"Str",
  242. "inputMode":"B1",
  243. "dataSource":"",
  244. "note":"",
  245. "func-id":""
  246. },
  247. {
  248. "firstTag":"运行参数",
  249. "secondTag":"运行状态",
  250. "infoPointName":"运行状态",
  251. "infoPointCode":"RunStatus",
  252. "unit":"",
  253. "dataType":"Boolv",
  254. "inputMode":"L",
  255. "dataSource":"",
  256. "note":"0. 停止 1. 运行",
  257. "func-id":""
  258. },
  259. {
  260. "firstTag":"运行参数",
  261. "secondTag":"运行状态",
  262. "infoPointName":"本地远程状态",
  263. "infoPointCode":"RemoteStatus",
  264. "unit":"",
  265. "dataType":"Enumv",
  266. "inputMode":"L",
  267. "dataSource":"",
  268. "note":"1. 本地手动 2. 本地自动 3. 远程手动 4. 远程自动 5. 其他",
  269. "func-id":""
  270. },
  271. {
  272. "firstTag":"运行参数",
  273. "secondTag":"运行状态",
  274. "infoPointName":"瞬时剩余电流",
  275. "infoPointCode":"AfterI",
  276. "unit":"mA",
  277. "dataType":"Inst",
  278. "inputMode":"L",
  279. "dataSource":"",
  280. "note":"",
  281. "func-id":""
  282. },
  283. {
  284. "firstTag":"运行参数",
  285. "secondTag":"运行状态",
  286. "infoPointName":"报警状态",
  287. "infoPointCode":"AlarmStatus",
  288. "unit":"",
  289. "dataType":"Boolv",
  290. "inputMode":"L",
  291. "dataSource":"",
  292. "note":"0. 正常 1. 报警",
  293. "func-id":""
  294. },
  295. {
  296. "firstTag":"运行参数",
  297. "secondTag":"累计参数",
  298. "infoPointName":"累计运行时间",
  299. "infoPointCode":"AccRunTime",
  300. "unit":"h",
  301. "dataType":"Acc",
  302. "inputMode":"M",
  303. "dataSource":"",
  304. "note":"",
  305. "func-id":""
  306. },
  307. {
  308. "firstTag":"运行参数",
  309. "secondTag":"累计参数",
  310. "infoPointName":"开启时间计时",
  311. "infoPointCode":"OpenTimeCount",
  312. "unit":"h",
  313. "dataType":"Acc",
  314. "inputMode":"M",
  315. "dataSource":"",
  316. "note":"",
  317. "func-id":""
  318. },
  319. {
  320. "firstTag":"运行参数",
  321. "secondTag":"累计参数",
  322. "infoPointName":"关闭时间计时",
  323. "infoPointCode":"CloseTimeCount",
  324. "unit":"h",
  325. "dataType":"Acc",
  326. "inputMode":"M",
  327. "dataSource":"",
  328. "note":"",
  329. "func-id":""
  330. },
  331. {
  332. "firstTag":"设定参数",
  333. "secondTag":"",
  334. "infoPointName":"剩余电流预警值",
  335. "infoPointCode":"AfterIEarlyAlarm",
  336. "unit":"mA",
  337. "dataType":"Step",
  338. "inputMode":"A2",
  339. "dataSource":"",
  340. "note":"",
  341. "func-id":""
  342. },
  343. {
  344. "firstTag":"设定参数",
  345. "secondTag":"",
  346. "infoPointName":"剩余电流报警值",
  347. "infoPointCode":"AfterIAlarm",
  348. "unit":"mA",
  349. "dataType":"Step",
  350. "inputMode":"A2",
  351. "dataSource":"",
  352. "note":"",
  353. "func-id":""
  354. }
  355. ]
  356. }