BM.json 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320
  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":"isBackupPower",
  37. "unit":"",
  38. "dataType":"Bool",
  39. "inputMode":"E1",
  40. "dataSource":[
  41. {
  42. "code":"0",
  43. "name":"无"
  44. },
  45. {
  46. "code":"1",
  47. "name":"有"
  48. }
  49. ],
  50. "note":"",
  51. "func-id":""
  52. },
  53. {
  54. "firstTag":"技术参数",
  55. "secondTag":"",
  56. "infoPointName":"建筑消防级别",
  57. "infoPointCode":"FireProtectLev",
  58. "unit":"",
  59. "dataType":"Enum",
  60. "inputMode":"D1",
  61. "dataSource":[
  62. {
  63. "code":"1",
  64. "name":"特级"
  65. },
  66. {
  67. "code":"2",
  68. "name":"一级"
  69. },
  70. {
  71. "code":"3",
  72. "name":"二级"
  73. },
  74. {
  75. "code":"4",
  76. "name":"其他"
  77. }
  78. ],
  79. "note":"(根据GB50116-98表3.1.1)",
  80. "func-id":""
  81. },
  82. {
  83. "firstTag":"技术参数",
  84. "secondTag":"",
  85. "infoPointName":"系统范围",
  86. "infoPointCode":"SysRange",
  87. "unit":"",
  88. "dataType":"Enum",
  89. "inputMode":"D1",
  90. "dataSource":[
  91. {
  92. "code":"1",
  93. "name":"开放地区"
  94. },
  95. {
  96. "code":"2",
  97. "name":"建筑物内部"
  98. },
  99. {
  100. "code":"3",
  101. "name":"其他"
  102. }
  103. ],
  104. "note":"",
  105. "func-id":""
  106. },
  107. {
  108. "firstTag":"技术参数",
  109. "secondTag":"",
  110. "infoPointName":"是否划分广播分区",
  111. "infoPointCode":"isZoneDivided",
  112. "unit":"",
  113. "dataType":"Bool",
  114. "inputMode":"E1",
  115. "dataSource":[
  116. {
  117. "code":"0",
  118. "name":"否"
  119. },
  120. {
  121. "code":"1",
  122. "name":"是"
  123. }
  124. ],
  125. "note":"",
  126. "func-id":""
  127. },
  128. {
  129. "firstTag":"技术参数",
  130. "secondTag":"",
  131. "infoPointName":"广播分区数量",
  132. "infoPointCode":"ZoneNum",
  133. "unit":"个",
  134. "dataType":"Num",
  135. "inputMode":"A2",
  136. "dataSource":"",
  137. "note":"",
  138. "func-id":""
  139. },
  140. {
  141. "firstTag":"技术参数",
  142. "secondTag":"",
  143. "infoPointName":"分区模式",
  144. "infoPointCode":"ZoneDividedType",
  145. "unit":"",
  146. "dataType":"Enum",
  147. "inputMode":"D1",
  148. "dataSource":[
  149. {
  150. "code":"1",
  151. "name":"楼层分区"
  152. },
  153. {
  154. "code":"2",
  155. "name":"部门分区"
  156. },
  157. {
  158. "code":"3",
  159. "name":"功能区分区"
  160. },
  161. {
  162. "code":"4",
  163. "name":"小区分区"
  164. },
  165. {
  166. "code":"5",
  167. "name":"其他"
  168. }
  169. ],
  170. "note":"",
  171. "func-id":""
  172. },
  173. {
  174. "firstTag":"技术参数",
  175. "secondTag":"",
  176. "infoPointName":"广播类型",
  177. "infoPointCode":"BroadcastType",
  178. "unit":"",
  179. "dataType":"Enum",
  180. "inputMode":"D2",
  181. "dataSource":[
  182. {
  183. "code":"1",
  184. "name":"背景音乐播放"
  185. },
  186. {
  187. "code":"2",
  188. "name":"语音广播"
  189. },
  190. {
  191. "code":"3",
  192. "name":"火灾紧急广播"
  193. },
  194. {
  195. "code":"4",
  196. "name":"其他"
  197. }
  198. ],
  199. "note":"",
  200. "func-id":""
  201. },
  202. {
  203. "firstTag":"技术参数",
  204. "secondTag":"",
  205. "infoPointName":"广播音频来源",
  206. "infoPointCode":"AudioSourceType",
  207. "unit":"",
  208. "dataType":"Bool",
  209. "inputMode":"D2",
  210. "dataSource":[
  211. {
  212. "code":"1",
  213. "name":"话筒"
  214. },
  215. {
  216. "code":"2",
  217. "name":"CD\/MP3"
  218. },
  219. {
  220. "code":"3",
  221. "name":"火灾报警"
  222. },
  223. {
  224. "code":"4",
  225. "name":"预置报警信号"
  226. },
  227. {
  228. "code":"5",
  229. "name":"其他"
  230. }
  231. ],
  232. "note":"",
  233. "func-id":""
  234. },
  235. {
  236. "firstTag":"技术参数",
  237. "secondTag":"",
  238. "infoPointName":"播放器个数",
  239. "infoPointCode":"PlayerNum",
  240. "unit":"个",
  241. "dataType":"Num",
  242. "inputMode":"A2",
  243. "dataSource":"",
  244. "note":"",
  245. "func-id":""
  246. },
  247. {
  248. "firstTag":"控制参数",
  249. "secondTag":"",
  250. "infoPointName":"控制策略",
  251. "infoPointCode":"CtrlMode",
  252. "unit":"",
  253. "dataType":"Str",
  254. "inputMode":"B1",
  255. "dataSource":"",
  256. "note":"",
  257. "func-id":""
  258. },
  259. {
  260. "firstTag":"运行参数",
  261. "secondTag":"运行状态",
  262. "infoPointName":"运行状态",
  263. "infoPointCode":"RunStatus",
  264. "unit":"",
  265. "dataType":"Boolv",
  266. "inputMode":"L",
  267. "dataSource":"",
  268. "note":"0.停止 1.运行",
  269. "func-id":""
  270. },
  271. {
  272. "firstTag":"运行参数",
  273. "secondTag":"运行状态",
  274. "infoPointName":"本地远程状态",
  275. "infoPointCode":"RemoteStatus",
  276. "unit":"",
  277. "dataType":"Enumv",
  278. "inputMode":"L",
  279. "dataSource":"",
  280. "note":"1.本地手动 2.本地自动 3.远程手动 4.远程自动 5. 其他",
  281. "func-id":""
  282. },
  283. {
  284. "firstTag":"运行参数",
  285. "secondTag":"运行状态",
  286. "infoPointName":"系统耗电功率",
  287. "infoPointCode":"SysElecConsumP",
  288. "unit":"kW",
  289. "dataType":"Inst",
  290. "inputMode":"M",
  291. "dataSource":"",
  292. "note":"",
  293. "func-id":""
  294. },
  295. {
  296. "firstTag":"运行参数",
  297. "secondTag":"运行状态",
  298. "infoPointName":"实时音频来源",
  299. "infoPointCode":"AudioSource",
  300. "unit":"",
  301. "dataType":"Enumv",
  302. "inputMode":"L",
  303. "dataSource":"",
  304. "note":"1. 话筒 2. CD\/MP3 3. 火灾报警 4. 预置报警信号 5. 其他 (可多选)",
  305. "func-id":""
  306. },
  307. {
  308. "firstTag":"运行参数",
  309. "secondTag":"累计参数",
  310. "infoPointName":"累计耗电量",
  311. "infoPointCode":"AccElecConsum",
  312. "unit":"kWh",
  313. "dataType":"Acc",
  314. "inputMode":"M",
  315. "dataSource":"",
  316. "note":"",
  317. "func-id":""
  318. }
  319. ]
  320. }