system-general.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "all":[
  3. {
  4. "firstTag":"",
  5. "secondTag":"",
  6. "infoPointName":"系统ID",
  7. "infoPointCode":"SysID",
  8. "unit":"",
  9. "dataType":"Str",
  10. "inputMode":"X",
  11. "dataSource":"",
  12. "note":"",
  13. "func-id":""
  14. },
  15. {
  16. "firstTag":"",
  17. "secondTag":"",
  18. "infoPointName":"系统名称",
  19. "infoPointCode":"SysName",
  20. "unit":"",
  21. "dataType":"Str",
  22. "inputMode":"X",
  23. "dataSource":"",
  24. "note":"",
  25. "func-id":""
  26. },
  27. {
  28. "firstTag":"基本信息",
  29. "secondTag":"",
  30. "infoPointName":"系统本地编码",
  31. "infoPointCode":"SysLocalID",
  32. "unit":"",
  33. "dataType":"Str",
  34. "inputMode":"B1",
  35. "dataSource":"",
  36. "note":"",
  37. "func-id":""
  38. },
  39. {
  40. "firstTag":"基本信息",
  41. "secondTag":"",
  42. "infoPointName":"系统本地名称",
  43. "infoPointCode":"SysLocalName",
  44. "unit":"",
  45. "dataType":"Str",
  46. "inputMode":"B1",
  47. "dataSource":"",
  48. "note":"",
  49. "func-id":""
  50. },
  51. {
  52. "firstTag":"基本信息",
  53. "secondTag":"",
  54. "infoPointName":"BIM模型中编码",
  55. "infoPointCode":"BIMID",
  56. "unit":"",
  57. "dataType":"Str",
  58. "inputMode":"N2",
  59. "dataSource":"",
  60. "note":"",
  61. "func-id":""
  62. },
  63. {
  64. "firstTag":"控制参数",
  65. "secondTag":"",
  66. "infoPointName":"控制策略",
  67. "infoPointCode":"CtrlMode",
  68. "unit":"",
  69. "dataType":"Str",
  70. "inputMode":"B1",
  71. "dataSource":"",
  72. "note":"",
  73. "func-id":""
  74. },
  75. {
  76. "firstTag":"设定参数",
  77. "secondTag":"基本设定参数",
  78. "infoPointName":"系统开关设定",
  79. "infoPointCode":"SysSwitchSet",
  80. "unit":"",
  81. "dataType":"Bool",
  82. "inputMode":"L",
  83. "dataSource":"",
  84. "note":"0. 关闭 1. 开启",
  85. "func-id":""
  86. },
  87. {
  88. "firstTag":"设定参数",
  89. "secondTag":"基本设定参数",
  90. "infoPointName":"系统开设定",
  91. "infoPointCode":"SysOnSet",
  92. "unit":"",
  93. "dataType":"Bool",
  94. "inputMode":"L",
  95. "dataSource":"",
  96. "note":"产品层链接",
  97. "func-id":""
  98. },
  99. {
  100. "firstTag":"设定参数",
  101. "secondTag":"基本设定参数",
  102. "infoPointName":"系统关设定",
  103. "infoPointCode":"SysOffSet",
  104. "unit":"",
  105. "dataType":"Bool",
  106. "inputMode":"L",
  107. "dataSource":"",
  108. "note":"",
  109. "func-id":""
  110. }
  111. ]
  112. }