nitrogen.data.lt.ts 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  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: 'AirCompressor_SysVoltage',
  25. unit: 'V',
  26. },
  27. {
  28. title: '电机电流',
  29. code: 'AirCompressor_MainMotor_Current',
  30. unit: 'A',
  31. },
  32. ];
  33. export const preFanMonitorData = [
  34. {
  35. title: '电源信号',
  36. code: 'AirCompressor_PowerFault',
  37. unit: 'signal',
  38. },
  39. {
  40. title: '启停状态',
  41. code: 'AirCompressor_Status',
  42. unit: 'signal',
  43. },
  44. {
  45. title: '三相不平衡',
  46. code: 'AirCompressor_UnbalanceFault',
  47. unit: 'signal',
  48. },
  49. {
  50. title: '断相',
  51. code: 'AirCompressor_PhaseFailureFault',
  52. unit: 'signal',
  53. },
  54. {
  55. title: '先导_上位机',
  56. code: 'AirCompressor_CtrlMode',
  57. unit: 'signal',
  58. },
  59. {
  60. title: '加载_卸载',
  61. code: 'AirCompressor_LoadorUnload',
  62. unit: 'signal',
  63. },
  64. {
  65. title: '排气高温',
  66. code: 'AirCompressor_ExhaustTemp1',
  67. unit: 'signal',
  68. },
  69. {
  70. title: '排气压力过高',
  71. code: 'AirCompressor_ExhaustPreHighFault',
  72. unit: 'signal',
  73. },
  74. {
  75. title: '接线错误',
  76. code: 'AirCompressor_PhaseSequenceFault1',
  77. unit: 'signal',
  78. },
  79. {
  80. title: '风机过载',
  81. code: 'AirCompressor_Fan_OverloadFault',
  82. unit: 'signal',
  83. },
  84. {
  85. title: '合闸失败',
  86. code: 'AirCompressor_CloseFail',
  87. unit: 'signal',
  88. },
  89. {
  90. title: '油气桶高压',
  91. code: 'AirCompressor_OilGasBarrel_HighPressureFault',
  92. unit: 'signal',
  93. },
  94. {
  95. title: '油气桶高温',
  96. code: 'AirCompressor_OilGasBarrel_OverTempAlarm',
  97. unit: 'signal',
  98. },
  99. {
  100. title: '油气桶高温预警预留',
  101. code: 'AirCompressor_OilGasBarrel_OverTempAlarm1',
  102. unit: 'signal',
  103. },
  104. {
  105. title: '主电机高温',
  106. code: 'AirCompressor_MainMotor_OverTempFault',
  107. unit: 'signal',
  108. },
  109. {
  110. title: '主机过载',
  111. code: 'AirCompressor_MainMotor_OverloadFault',
  112. unit: 'signal',
  113. },
  114. {
  115. title: '油压过低',
  116. code: 'AirCompressor_OilPressureLowFault',
  117. unit: 'signal',
  118. },
  119. {
  120. title: '分闸失败',
  121. code: 'AirCompressor_OpenFail',
  122. unit: 'signal',
  123. },
  124. {
  125. title: '三相电抗器缺相故障',
  126. code: 'AirCompressor_PhaseFailureFault1',
  127. unit: 'signal',
  128. },
  129. {
  130. title: '相序故障',
  131. code: 'AirCompressor_PhaseSequenceFault',
  132. unit: 'signal',
  133. },
  134. {
  135. title: '短路故障',
  136. code: 'AirCompressor_ShortCutFaul',
  137. unit: 'signal',
  138. },
  139. {
  140. title: '重故障',
  141. code: 'AirCompressor_TotalFailureSignal',
  142. unit: 'signal',
  143. },
  144. {
  145. title: '轻故障预留',
  146. code: 'AirCompressor_TotalFailureSignal1',
  147. unit: 'signal',
  148. },
  149. {
  150. title: '过压故障',
  151. code: 'AirCompressor_OverVoltageFault',
  152. unit: 'signal',
  153. },
  154. {
  155. title: '漏电闭锁故障',
  156. code: 'AirCompressor_LeakageLock',
  157. unit: 'signal',
  158. },
  159. {
  160. title: '欠压故障',
  161. code: 'AirCompressor_LowVoltageFault',
  162. unit: 'signal',
  163. },
  164. {
  165. title: '失水故障',
  166. code: 'AirCompressor_NoWaterFault',
  167. unit: 'signal',
  168. },
  169. {
  170. title: '油过滤器堵塞故障',
  171. code: 'AirCompressor_OilGasBarrel_FilterBlockageFault',
  172. unit: 'signal',
  173. },
  174. {
  175. title: '油细分离器故障',
  176. code: 'AirCompressor_OilGasBarrel_SeparatorFault',
  177. unit: 'signal',
  178. },
  179. ];
  180. export const preMonitorList = [
  181. {
  182. title: `排气压力`,
  183. code: `AirCompressor_ExhaustPre`,
  184. unit: 'MPa',
  185. child: [],
  186. },
  187. {
  188. title: `排气温度`,
  189. code: `AirCompressor_ExhaustTemp`,
  190. unit: '℃',
  191. child: [],
  192. },
  193. {
  194. title: `加载时间`,
  195. code: `AirCompressor_LoadTime`,
  196. unit: 'h',
  197. child: [],
  198. },
  199. {
  200. title: `运行时间`,
  201. code: `RunTime3`,
  202. unit: 'h',
  203. child: [],
  204. },
  205. {
  206. title: `保养时间`,
  207. code: `RunTime4`,
  208. unit: 'h',
  209. child: [],
  210. },
  211. ];