VS.json 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314
  1. {
  2. "all":[
  3. {
  4. "firstTag":"技术参数",
  5. "secondTag":"前端",
  6. "infoPointName":"摄像头类型",
  7. "infoPointCode":"CameraType",
  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. "note":"",
  30. "func-id":""
  31. },
  32. {
  33. "firstTag":"技术参数",
  34. "secondTag":"前端",
  35. "infoPointName":"摄像头转动辅助装置类型",
  36. "infoPointCode":"CameraRotateType",
  37. "unit":"",
  38. "dataType":"Enum",
  39. "inputMode":"D2",
  40. "dataSource":[
  41. {
  42. "code":"1",
  43. "name":"云台"
  44. },
  45. {
  46. "code":"2",
  47. "name":"智能球"
  48. },
  49. {
  50. "code":"3",
  51. "name":"其他"
  52. }
  53. ],
  54. "note":"",
  55. "func-id":""
  56. },
  57. {
  58. "firstTag":"技术参数",
  59. "secondTag":"前端",
  60. "infoPointName":"信号类型",
  61. "infoPointCode":"SignalType",
  62. "unit":"",
  63. "dataType":"Enum",
  64. "inputMode":"D1",
  65. "dataSource":[
  66. {
  67. "code":"1",
  68. "name":"模拟信号"
  69. },
  70. {
  71. "code":"2",
  72. "name":"数字信号"
  73. },
  74. {
  75. "code":"3",
  76. "name":"其他"
  77. }
  78. ],
  79. "note":"",
  80. "func-id":""
  81. },
  82. {
  83. "firstTag":"技术参数",
  84. "secondTag":"前端",
  85. "infoPointName":"有无图像识别功能",
  86. "infoPointCode":"isImageIdentifyFunc",
  87. "unit":"",
  88. "dataType":"Bool",
  89. "inputMode":"E1",
  90. "dataSource":[
  91. {
  92. "code":"0",
  93. "name":"无"
  94. },
  95. {
  96. "code":"1",
  97. "name":"有"
  98. }
  99. ],
  100. "note":"",
  101. "func-id":""
  102. },
  103. {
  104. "firstTag":"技术参数",
  105. "secondTag":"前端",
  106. "infoPointName":"有无防护罩",
  107. "infoPointCode":"isShield",
  108. "unit":"",
  109. "dataType":"Bool",
  110. "inputMode":"E1",
  111. "dataSource":[
  112. {
  113. "code":"0",
  114. "name":"无"
  115. },
  116. {
  117. "code":"1",
  118. "name":"有"
  119. }
  120. ],
  121. "note":"",
  122. "func-id":""
  123. },
  124. {
  125. "firstTag":"技术参数",
  126. "secondTag":"前端",
  127. "infoPointName":"监控点数量",
  128. "infoPointCode":"MonitoryPointNum",
  129. "unit":"个",
  130. "dataType":"Num",
  131. "inputMode":"A2",
  132. "dataSource":"",
  133. "note":"",
  134. "func-id":""
  135. },
  136. {
  137. "firstTag":"技术参数",
  138. "secondTag":"前端",
  139. "infoPointName":"监控点位置",
  140. "infoPointCode":"MonitoryPointLocation",
  141. "unit":"",
  142. "dataType":"Attachment",
  143. "inputMode":"F1",
  144. "dataSource":"",
  145. "note":"",
  146. "func-id":""
  147. },
  148. {
  149. "firstTag":"技术参数",
  150. "secondTag":"传输",
  151. "infoPointName":"视频传输方式",
  152. "infoPointCode":"TransferType",
  153. "unit":"",
  154. "dataType":"Enum",
  155. "inputMode":"D1",
  156. "dataSource":[
  157. {
  158. "code":"1",
  159. "name":"传输线缆传输"
  160. },
  161. {
  162. "code":"2",
  163. "name":"同轴电缆"
  164. },
  165. {
  166. "code":"3",
  167. "name":"光纤"
  168. },
  169. {
  170. "code":"4",
  171. "name":"网线"
  172. },
  173. {
  174. "code":"5",
  175. "name":"其他"
  176. }
  177. ],
  178. "note":"",
  179. "func-id":""
  180. },
  181. {
  182. "firstTag":"技术参数",
  183. "secondTag":"传输",
  184. "infoPointName":"传输协议",
  185. "infoPointCode":"TransferProtocol",
  186. "unit":"",
  187. "dataType":"Str",
  188. "inputMode":"B1",
  189. "dataSource":"",
  190. "note":"",
  191. "func-id":""
  192. },
  193. {
  194. "firstTag":"技术参数",
  195. "secondTag":"显示",
  196. "infoPointName":"显示器数量",
  197. "infoPointCode":"DisplayNum",
  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":"VideoStoreCap",
  210. "unit":"TB",
  211. "dataType":"Num",
  212. "inputMode":"A2",
  213. "dataSource":"",
  214. "note":"",
  215. "func-id":""
  216. },
  217. {
  218. "firstTag":"技术参数",
  219. "secondTag":"显示",
  220. "infoPointName":"视频储存时间",
  221. "infoPointCode":"MaxVideoStoreTime",
  222. "unit":"d",
  223. "dataType":"Num",
  224. "inputMode":"A2",
  225. "dataSource":"",
  226. "note":"",
  227. "func-id":""
  228. },
  229. {
  230. "firstTag":"控制参数",
  231. "secondTag":"",
  232. "infoPointName":"控制策略",
  233. "infoPointCode":"CtrlMode",
  234. "unit":"",
  235. "dataType":"Str",
  236. "inputMode":"B1",
  237. "dataSource":"",
  238. "note":"",
  239. "func-id":""
  240. },
  241. {
  242. "firstTag":"运行参数",
  243. "secondTag":"运行状态",
  244. "infoPointName":"运行状态",
  245. "infoPointCode":"RunStatus",
  246. "unit":"",
  247. "dataType":"Boolv",
  248. "inputMode":"L",
  249. "dataSource":"",
  250. "note":"0.停止 1.运行",
  251. "func-id":""
  252. },
  253. {
  254. "firstTag":"运行参数",
  255. "secondTag":"运行状态",
  256. "infoPointName":"本地远程状态",
  257. "infoPointCode":"RemoteStatus",
  258. "unit":"",
  259. "dataType":"Enumv",
  260. "inputMode":"L",
  261. "dataSource":"",
  262. "note":"1.本地手动 2.本地自动 3.远程手动 4.远程自动 5. 其他",
  263. "func-id":""
  264. },
  265. {
  266. "firstTag":"运行参数",
  267. "secondTag":"运行状态",
  268. "infoPointName":"工作状态",
  269. "infoPointCode":"WorkStatus",
  270. "unit":"",
  271. "dataType":"Enumv组",
  272. "inputMode":"L",
  273. "dataSource":"",
  274. "note":"1. 监控 2. 报警 3. 故障 4. 其他",
  275. "func-id":""
  276. },
  277. {
  278. "firstTag":"运行参数",
  279. "secondTag":"运行状态",
  280. "infoPointName":"系统耗电功率",
  281. "infoPointCode":"SysElecConsumP",
  282. "unit":"kW",
  283. "dataType":"Inst",
  284. "inputMode":"M",
  285. "dataSource":"",
  286. "note":"",
  287. "func-id":""
  288. },
  289. {
  290. "firstTag":"运行参数",
  291. "secondTag":"运行状态",
  292. "infoPointName":"视频存档时间段",
  293. "infoPointCode":"VideoStoreTime",
  294. "unit":"",
  295. "dataType":"Str",
  296. "inputMode":"L",
  297. "dataSource":"",
  298. "note":"",
  299. "func-id":""
  300. },
  301. {
  302. "firstTag":"运行参数",
  303. "secondTag":"累计参数",
  304. "infoPointName":"累计耗电量",
  305. "infoPointCode":"AccElecConsum",
  306. "unit":"kWh",
  307. "dataType":"Acc",
  308. "inputMode":"M",
  309. "dataSource":"",
  310. "note":"",
  311. "func-id":""
  312. }
  313. ]
  314. }