gasPump.dataCc2_2.ts 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269
  1. export const leftMonitor = [
  2. {
  3. type: 'list',
  4. title: '罗茨泵',
  5. stateHeader: [],
  6. children: [
  7. {
  8. title: '',
  9. childTitle: ['1#罗茨泵', '2#罗茨泵'],
  10. key: ['CentrifugalPump1_', 'CentrifugalPump2_'],
  11. list: [
  12. {
  13. title: '变频器电流(A)',
  14. code: 'VFD_Current',
  15. type: '',
  16. },
  17. {
  18. title: '变频器频率(Hz)',
  19. code: 'VFD_Frequency',
  20. type: '',
  21. },
  22. {
  23. title: '变频器电压(V)',
  24. code: 'VFD_DCBusVoltage',
  25. type: '',
  26. },
  27. {
  28. title: '泵轴温(℃)',
  29. code: 'MOT_FrontAxleTemp',
  30. type: '',
  31. },
  32. {
  33. title: '水封液位1(h)',
  34. code: 'LiquidLevelSensor1_Level',
  35. type: '',
  36. },
  37. {
  38. title: '水封液位2(h)',
  39. code: 'LiquidLevelSensor2_Level',
  40. type: '',
  41. },
  42. {
  43. title: '水封液位3(h)',
  44. code: 'LiquidLevelSensor3_Level',
  45. type: '',
  46. },
  47. ],
  48. },
  49. ],
  50. },
  51. {
  52. type: 'list',
  53. title: '水泵',
  54. stateHeader: [],
  55. children: [
  56. {
  57. title: '',
  58. childTitle: ['进水泵', '排水泵'],
  59. key: ['SubmarinePump1_', 'SubmarinePump2_'],
  60. list: [
  61. {
  62. title: '启停状态',
  63. code: 'PU1_Status1',
  64. type: 'sign',
  65. },
  66. {
  67. title: '水泵电压(V)',
  68. code: 'MOT1_Uab',
  69. type: '',
  70. },
  71. {
  72. title: '水泵电流(A)',
  73. code: 'MOT1_Ia',
  74. type: '',
  75. },
  76. ],
  77. },
  78. ],
  79. },
  80. ];
  81. export const rightMonitor = [
  82. {
  83. type: 'list',
  84. title: '软化水监测',
  85. stateHeader: [],
  86. children: [
  87. {
  88. title: '',
  89. childTitle: ['1#软化水', '2#软化水'],
  90. key: ['SubmarinePump1_', 'SubmarinePump2_'],
  91. list: [
  92. {
  93. title: '产水液位(h)',
  94. code: 'LiquidLevelSensor1_Level',
  95. type: '',
  96. },
  97. {
  98. title: '浓水出口压力(Pa)',
  99. code: 'PressureSensor1_OutPressure',
  100. type: '',
  101. },
  102. {
  103. title: '高压泵入口压力(Pa)',
  104. code: 'PressureSensor3_InletPressure',
  105. type: '',
  106. },
  107. {
  108. title: '膜前入口压力(Pa)',
  109. code: 'PressureSensor1_InletPressure',
  110. type: '',
  111. },
  112. {
  113. title: '膜间压力(Pa)',
  114. code: 'PressureSensor1_Pressure',
  115. type: '',
  116. },
  117. {
  118. title: '淡水流量(mg/㎡)',
  119. code: 'FlowSensor1_InputFlux',
  120. type: '',
  121. },
  122. {
  123. title: '浓水流量(mg/㎡)',
  124. code: 'FlowSensor2_InputFlux',
  125. type: '',
  126. },
  127. ],
  128. },
  129. ],
  130. },
  131. ];
  132. export const detailCtrl = [
  133. {
  134. title: '回路控制',
  135. type: [
  136. {
  137. title: '1回路',
  138. childTitle: ['1回路'],
  139. key: ['PD13_SG1_Loop1'],
  140. },
  141. {
  142. title: '2回路',
  143. childTitle: ['2回路'],
  144. key: ['PD13_SG1_Loop2'],
  145. },
  146. {
  147. title: '3回路',
  148. childTitle: ['3回路'],
  149. key: ['PD13_SG1_Loop3'],
  150. },
  151. {
  152. title: '4回路',
  153. childTitle: ['4回路'],
  154. key: ['PD13_SG1_Loop4'],
  155. },
  156. ],
  157. items: [
  158. {
  159. title: '分闸运行',
  160. code: '_HMISwitchOff',
  161. },
  162. {
  163. title: '合闸运行',
  164. code: '_HMISwitchOn',
  165. },
  166. {
  167. title: '远程短路试验',
  168. code: '_HMIShortTest',
  169. },
  170. {
  171. title: '远程漏电试验',
  172. code: '_HMILeakageTest',
  173. },
  174. ],
  175. },
  176. {
  177. title: '泵站控制',
  178. type: [
  179. {
  180. title: '瓦斯泵',
  181. childTitle: ['1#瓦斯泵', '2#瓦斯泵'],
  182. key: ['PD13_Starter201', 'PD13_Starter202'],
  183. },
  184. {
  185. title: '排水泵',
  186. childTitle: ['1#排水泵', '2#排水泵'],
  187. key: ['PD13_Starter208'],
  188. },
  189. {
  190. title: '注水泵',
  191. childTitle: ['1#排水泵', '2#排水泵'],
  192. key: ['PD13_Starter203', 'PD13_Starter204'],
  193. },
  194. ],
  195. items: [
  196. {
  197. title: '远程短路试验',
  198. code: '_HMIShortTest',
  199. },
  200. {
  201. title: '远程漏电试验',
  202. code: '_HMILeakageTest',
  203. },
  204. {
  205. title: '通信合闸安全校验',
  206. code: '_SafetyVerify',
  207. },
  208. ],
  209. },
  210. {
  211. title: '阀门控制',
  212. type: [
  213. {
  214. title: '注水阀',
  215. childTitle: ['1#注水阀', '2#注水阀'],
  216. key: ['PD13_SG1', 'PD13_SG2'],
  217. },
  218. {
  219. title: '抽气阀',
  220. childTitle: ['1#抽气阀', '2#抽气阀'],
  221. key: ['PD13_SG4', 'PD13_SG6'],
  222. },
  223. {
  224. title: '排气阀',
  225. childTitle: ['1#排气阀', '2#排气阀'],
  226. key: ['PD13_SG3', 'PD13_SG5'],
  227. },
  228. ],
  229. items: [
  230. {
  231. title: '开启',
  232. code: '_HMIOpen',
  233. },
  234. {
  235. title: '关闭',
  236. code: '_HMIClose',
  237. },
  238. {
  239. title: '停止',
  240. code: '_HMIStop',
  241. },
  242. ],
  243. },
  244. ];
  245. export const modelMonitor = [
  246. {
  247. title: '管道流量(m³/min)',
  248. code: 'FlowSensor_InputFlux',
  249. },
  250. {
  251. title: '泵站标况年混量(m³)',
  252. code: 'totalGasDrainage',
  253. },
  254. {
  255. title: '抽放管道内CO含量(ppm)',
  256. code: 'coVal',
  257. },
  258. {
  259. title: '抽放管道甲烷正压侧1(%)',
  260. code: 'gas1',
  261. },
  262. {
  263. title: '抽放管道甲烷负压侧1(%)',
  264. code: 'gas2',
  265. },
  266. ];