nitrogen.data.dlt1.ts 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261
  1. export const nitrogenMonitorData = [
  2. {
  3. title: '总累计流量',
  4. code: 'FluxTotal1',
  5. unit: 'm³',
  6. },
  7. {
  8. title: '瞬时流量',
  9. code: 'InputFlux',
  10. unit: 'm³/min',
  11. },
  12. {
  13. title: '氮气浓度',
  14. code: 'NitrogenPurity',
  15. unit: '%',
  16. },
  17. {
  18. title: '膜前温度',
  19. code: 'PreMembraneTemperature',
  20. unit: '℃',
  21. },
  22. {
  23. title: '电机电压',
  24. code: 'SysVoltage',
  25. unit: 'V',
  26. },
  27. {
  28. title: '电机电流',
  29. code: 'MainMotor_Current',
  30. unit: 'A',
  31. },
  32. ];
  33. export const preFanMonitorData = [
  34. {
  35. title: '氮气浓度',
  36. code: 'NitrogenPurity',
  37. unit: '%',
  38. },
  39. {
  40. title: '膜前温度',
  41. code: 'PreMembraneTemperature',
  42. unit: '℃',
  43. },
  44. {
  45. title: '电机电压',
  46. code: 'SysVoltage',
  47. unit: 'V',
  48. },
  49. {
  50. title: '电机电流',
  51. code: 'MainMotor_Current',
  52. unit: 'A',
  53. },
  54. {
  55. title: '三相不平衡',
  56. code: 'UnbalanceFault',
  57. unit: 'warning',
  58. },
  59. {
  60. title: '断相',
  61. code: 'PhaseFailureFault',
  62. unit: 'warning',
  63. },
  64. {
  65. title: '先导_上位机',
  66. code: 'CtrlMode',
  67. unit: 'signal',
  68. },
  69. {
  70. title: '加载_卸载',
  71. code: 'LoadorUnload',
  72. unit: 'signal',
  73. },
  74. {
  75. title: '排气高温',
  76. code: 'ExhaustTemp1',
  77. unit: 'warning',
  78. },
  79. {
  80. title: '排气压力过高',
  81. code: 'ExhaustPreHighFault',
  82. unit: 'warning',
  83. },
  84. {
  85. title: '接线错误',
  86. code: 'PhaseSequenceFault1',
  87. unit: 'warning',
  88. },
  89. {
  90. title: '风机过载',
  91. code: 'Fan_OverloadFault',
  92. unit: 'warning',
  93. },
  94. {
  95. title: '合闸失败',
  96. code: 'CloseFail',
  97. unit: 'warning',
  98. },
  99. {
  100. title: '油气桶高压',
  101. code: 'OilGasBarrel_HighPressureFault',
  102. unit: 'warning',
  103. },
  104. {
  105. title: '油气桶高温',
  106. code: 'OilGasBarrel_OverTempAlarm',
  107. unit: 'warning',
  108. },
  109. {
  110. title: '油气桶高温预警预留',
  111. code: 'OilGasBarrel_OverTempAlarm1',
  112. unit: 'warning',
  113. },
  114. {
  115. title: '主电机高温',
  116. code: 'MainMotor_OverTempFault',
  117. unit: 'warning',
  118. },
  119. {
  120. title: '主机过载',
  121. code: 'MainMotor_OverloadFault',
  122. unit: 'warning',
  123. },
  124. {
  125. title: '油压过低',
  126. code: 'OilPressureLowFault',
  127. unit: 'warning',
  128. },
  129. {
  130. title: '分闸失败',
  131. code: 'OpenFail',
  132. unit: 'warning',
  133. },
  134. {
  135. title: '三相电抗器缺相故障',
  136. code: 'PhaseFailureFault1',
  137. unit: 'warning',
  138. },
  139. {
  140. title: '相序故障',
  141. code: 'PhaseSequenceFault',
  142. unit: 'warning',
  143. },
  144. {
  145. title: '短路故障',
  146. code: 'ShortCutFaul',
  147. unit: 'warning',
  148. },
  149. {
  150. title: '重故障',
  151. code: 'TotalFailureSignal',
  152. unit: 'warning',
  153. },
  154. {
  155. title: '轻故障预留',
  156. code: 'TotalFailureSignal1',
  157. unit: 'warning',
  158. },
  159. {
  160. title: '过压故障',
  161. code: 'OverVoltageFault',
  162. unit: 'warning',
  163. },
  164. {
  165. title: '漏电闭锁故障',
  166. code: 'LeakageLock',
  167. unit: 'warning',
  168. },
  169. {
  170. title: '欠压故障',
  171. code: 'LowVoltageFault',
  172. unit: 'warning',
  173. },
  174. {
  175. title: '失水故障',
  176. code: 'NoWaterFault',
  177. unit: 'warning',
  178. },
  179. {
  180. title: '油过滤器堵塞故障',
  181. code: 'OilGasBarrel_FilterBlockageFault',
  182. unit: 'warning',
  183. },
  184. {
  185. title: '油细分离器故障',
  186. code: 'OilGasBarrel_SeparatorFault',
  187. unit: 'warning',
  188. },
  189. ];
  190. export const preMonitorList = [
  191. {
  192. title: '瞬时流量',
  193. code: 'InputFlux',
  194. unit: 'm³/min',
  195. child: [],
  196. },
  197. {
  198. title: `排气压力`,
  199. code: `ExhaustPre`,
  200. unit: 'MPa',
  201. child: [],
  202. },
  203. {
  204. title: `排气温度`,
  205. code: `ExhaustTemp`,
  206. unit: '℃',
  207. child: [],
  208. },
  209. // {
  210. // title: `加载时间`,
  211. // code: `LoadTime`,
  212. // unit: 'h',
  213. // child: [],
  214. // },
  215. {
  216. title: `运行时间`,
  217. code: `RunTime3`,
  218. unit: 'h',
  219. child: [],
  220. },
  221. {
  222. title: `运行时间`,
  223. code: `RunTime2`,
  224. unit: 'min',
  225. child: [],
  226. },
  227. {
  228. title: `运行时间`,
  229. code: `RunTime1`,
  230. unit: 's',
  231. child: [],
  232. },
  233. {
  234. title: `保养时间`,
  235. code: `RunTime4`,
  236. unit: 'h',
  237. child: [],
  238. },
  239. {
  240. code: 'signal',
  241. child: [
  242. {
  243. title: '电源信号',
  244. code: 'PowerFault',
  245. unit: 'signal',
  246. },
  247. {
  248. title: '启停状态',
  249. code: 'Status',
  250. unit: 'signal',
  251. },
  252. ],
  253. },
  254. // {
  255. // title: '总累计流量',
  256. // code: 'FluxTotal1',
  257. // unit: 'm³',
  258. // },
  259. ];