hoist.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. {
  2. "common": {
  3. "position":[
  4. {
  5. "label": "小罐位置",
  6. "value": 0.72,
  7. "unit": "m"
  8. },
  9. {
  10. "label": "大罐位置",
  11. "value": 0.72,
  12. "unit": "m"
  13. }
  14. ],
  15. "direction":[
  16. {
  17. "label": "正向提升",
  18. "state": 1
  19. },
  20. {
  21. "label": "反向提升",
  22. "state": 2
  23. }
  24. ]
  25. },
  26. "hoist":[
  27. {
  28. "name":"中部副立井",
  29. "state":1,
  30. "run_parameter":[
  31. {
  32. "label": "实测速度",
  33. "value": 67.959,
  34. "unit": "m/s"
  35. },
  36. {
  37. "label": "励磁电流",
  38. "value": 67.959,
  39. "unit": "A"
  40. },
  41. {
  42. "label": "绕组1电流",
  43. "value": 67.959,
  44. "unit": "A"
  45. }
  46. ],
  47. "run_mode":[
  48. {
  49. "label": "手动",
  50. "state": 1
  51. },
  52. {
  53. "label": "自动",
  54. "state": 1
  55. },
  56. {
  57. "label": "提人",
  58. "state": 2
  59. },
  60. {
  61. "label": "提物",
  62. "state": 2
  63. },
  64. {
  65. "label": "检修",
  66. "state": 2
  67. },
  68. {
  69. "label": "紧急开车",
  70. "state": 2
  71. }
  72. ],
  73. "system_signal":[
  74. {
  75. "label": "打点信号2",
  76. "state": 1
  77. },
  78. {
  79. "label": "打点信号3",
  80. "state": 1
  81. },
  82. {
  83. "label": "打点信号4",
  84. "state": 2
  85. },
  86. {
  87. "label": "打点信号5",
  88. "state": 2
  89. }
  90. ],
  91. "hoist_state":[
  92. {
  93. "label": "主令拉",
  94. "state": 1
  95. },
  96. {
  97. "label": "交流柜1运行",
  98. "state": 1
  99. },
  100. {
  101. "label": "主令推4",
  102. "state": 2
  103. },
  104. {
  105. "label": "交流柜2运行",
  106. "state": 2
  107. },
  108. {
  109. "label": "大罐旁通",
  110. "state": 2
  111. }
  112. ],
  113. "hoist_run_state":[
  114. {
  115. "label": "安全回路",
  116. "state": 1
  117. },
  118. {
  119. "label": "保护PLC正常",
  120. "state": 1
  121. }
  122. ],
  123. "small_lifting_process":[
  124. {
  125. "label": "小罐过卷",
  126. "state": 1
  127. },
  128. {
  129. "label": "小罐限速",
  130. "state": 1
  131. },
  132. {
  133. "label": "小罐到位",
  134. "state": 2
  135. }
  136. ],
  137. "big_lifting_process":[
  138. {
  139. "label": "大罐过卷",
  140. "state": 1
  141. },
  142. {
  143. "label": "大罐限速",
  144. "state": 1
  145. },
  146. {
  147. "label": "大罐到位",
  148. "state": 2
  149. }
  150. ]
  151. }
  152. ]
  153. }