GA.json 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295
  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":"GasDetectorType",
  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. "code":"4",
  105. "name":"半导体式"
  106. },
  107. {
  108. "code":"5",
  109. "name":"其他"
  110. }
  111. ],
  112. "note":"",
  113. "func-id":""
  114. },
  115. {
  116. "firstTag":"技术参数",
  117. "secondTag":"",
  118. "infoPointName":"检测泄露气体类型",
  119. "infoPointCode":"GasType",
  120. "unit":"",
  121. "dataType":"Enum",
  122. "inputMode":"D2",
  123. "dataSource":[
  124. {
  125. "code":"1",
  126. "name":"甲烷"
  127. },
  128. {
  129. "code":"2",
  130. "name":"一氧化碳"
  131. },
  132. {
  133. "code":"3",
  134. "name":"硫化氢"
  135. },
  136. {
  137. "code":"4",
  138. "name":"其他低级烃气体"
  139. },
  140. {
  141. "code":"5",
  142. "name":"其他"
  143. }
  144. ],
  145. "note":"",
  146. "func-id":""
  147. },
  148. {
  149. "firstTag":"技术参数",
  150. "secondTag":"",
  151. "infoPointName":"燃气探测器数量",
  152. "infoPointCode":"GasDetectorNum",
  153. "unit":"个",
  154. "dataType":"Num",
  155. "inputMode":"A2",
  156. "dataSource":"",
  157. "note":"",
  158. "func-id":""
  159. },
  160. {
  161. "firstTag":"技术参数",
  162. "secondTag":"",
  163. "infoPointName":"燃气探测器位置",
  164. "infoPointCode":"DetectorLocation",
  165. "unit":"",
  166. "dataType":"Attachment",
  167. "inputMode":"F1",
  168. "dataSource":"",
  169. "note":"",
  170. "func-id":""
  171. },
  172. {
  173. "firstTag":"技术参数",
  174. "secondTag":"",
  175. "infoPointName":"信号类型",
  176. "infoPointCode":"SignalType",
  177. "unit":"",
  178. "dataType":"Bool",
  179. "inputMode":"E1",
  180. "dataSource":[
  181. {
  182. "code":"0",
  183. "name":"模拟信号"
  184. },
  185. {
  186. "code":"1",
  187. "name":"数字信号"
  188. }
  189. ],
  190. "note":"",
  191. "func-id":""
  192. },
  193. {
  194. "firstTag":"技术参数",
  195. "secondTag":"",
  196. "infoPointName":"报警阈值",
  197. "infoPointCode":"AlarmThreshold",
  198. "unit":"%",
  199. "dataType":"Num",
  200. "inputMode":"A2",
  201. "dataSource":"",
  202. "note":"",
  203. "func-id":""
  204. },
  205. {
  206. "firstTag":"技术参数",
  207. "secondTag":"",
  208. "infoPointName":"报警动作类型",
  209. "infoPointCode":"AlertorType",
  210. "unit":"",
  211. "dataType":"Enum",
  212. "inputMode":"D2",
  213. "dataSource":[
  214. {
  215. "code":"1",
  216. "name":"声报警"
  217. },
  218. {
  219. "code":"2",
  220. "name":"光报警"
  221. },
  222. {
  223. "code":"3",
  224. "name":"关闭燃气阀"
  225. },
  226. {
  227. "code":"4",
  228. "name":"其他"
  229. }
  230. ],
  231. "note":"",
  232. "func-id":""
  233. },
  234. {
  235. "firstTag":"技术参数",
  236. "secondTag":"",
  237. "infoPointName":"报警器位置",
  238. "infoPointCode":"AlertorLocation",
  239. "unit":"",
  240. "dataType":"Attachment",
  241. "inputMode":"F1",
  242. "dataSource":"",
  243. "note":"",
  244. "func-id":""
  245. },
  246. {
  247. "firstTag":"控制参数",
  248. "secondTag":"",
  249. "infoPointName":"控制策略",
  250. "infoPointCode":"CtrlMode",
  251. "unit":"",
  252. "dataType":"Str",
  253. "inputMode":"B1",
  254. "dataSource":"",
  255. "note":"",
  256. "func-id":""
  257. },
  258. {
  259. "firstTag":"运行参数",
  260. "secondTag":"",
  261. "infoPointName":"运行状态",
  262. "infoPointCode":"RunStatus",
  263. "unit":"",
  264. "dataType":"Boolv",
  265. "inputMode":"L",
  266. "dataSource":"",
  267. "note":"0.停止 1.运行",
  268. "func-id":""
  269. },
  270. {
  271. "firstTag":"运行参数",
  272. "secondTag":"",
  273. "infoPointName":"本地远程状态",
  274. "infoPointCode":"RemoteStatus",
  275. "unit":"",
  276. "dataType":"Enumv",
  277. "inputMode":"L",
  278. "dataSource":"",
  279. "note":"1.本地手动 2.本地自动 3.远程手动 4.远程自动 5. 其他",
  280. "func-id":""
  281. },
  282. {
  283. "firstTag":"运行参数",
  284. "secondTag":"",
  285. "infoPointName":"报警消息",
  286. "infoPointCode":"AlarmMessage",
  287. "unit":"",
  288. "dataType":"Boolv组",
  289. "inputMode":"L",
  290. "dataSource":"",
  291. "note":"0. 正常 1.报警",
  292. "func-id":""
  293. }
  294. ]
  295. }