nitrogen.data.ln.ts 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285
  1. <<<<<<< HEAD
  2. export const nitrogenMonitorData = [
  3. {
  4. title: '管道温度',
  5. code: 'pipe_temperature',
  6. unit: '℃',
  7. },
  8. {
  9. title: '管道压力',
  10. code: 'pipe_pressure',
  11. unit: 'MPa',
  12. },
  13. {
  14. title: '氮气流量',
  15. code: 'nitrogen_flow_rate',
  16. unit: 'm³',
  17. },
  18. {
  19. title: '氮气浓度',
  20. code: 'nitrogen_concentration',
  21. unit: '%',
  22. },
  23. {
  24. title: '电动排氮阀开度',
  25. code: 'nitrogen_discharge_opening',
  26. unit: '--',
  27. },
  28. ];
  29. export const preMonitorList = [
  30. {
  31. title: `主机温度`,
  32. code: `host_temperature`,
  33. unit: '℃',
  34. child: [],
  35. },
  36. {
  37. title: `排气压力`,
  38. code: `exhaust_pressure`,
  39. unit: 'MPa',
  40. child: [],
  41. },
  42. {
  43. title: `管道温度`,
  44. code: `pipe_temperature`,
  45. unit: '℃',
  46. child: [],
  47. },
  48. {
  49. title: `管道压力`,
  50. code: `pipe_pressure`,
  51. unit: 'MPa',
  52. child: [],
  53. },
  54. {
  55. title: `电机定子温度`,
  56. code: `stator_temperature`,
  57. unit: '℃',
  58. child: [],
  59. },
  60. {
  61. title: `电机前端轴承温度`,
  62. code: `front_axle_temperature`,
  63. unit: '℃',
  64. child: [],
  65. },
  66. {
  67. title: `电机后端轴承温度`,
  68. code: `rear_axle_temperature`,
  69. unit: '℃',
  70. child: [],
  71. },
  72. ];
  73. export const preFanMonitorData = [
  74. {
  75. title: '运行状态',
  76. code: 'operation_shutdown',
  77. unit: '',
  78. },
  79. {
  80. title: '运行时间',
  81. code: 'operation_hours',
  82. unit: 'h',
  83. },
  84. {
  85. title: '油压未建立故障',
  86. code: 'oil_pressure_not_established',
  87. unit: 'signal',
  88. },
  89. {
  90. title: '排气压力超限故障',
  91. code: 'exhaust_pressure_exceeding_limit',
  92. unit: 'signal',
  93. },
  94. {
  95. title: '相序故障',
  96. code: 'phase-sequence_protection',
  97. unit: 'signal',
  98. },
  99. {
  100. title: '风机1过载故障',
  101. code: 'fan1_overload',
  102. unit: 'signal',
  103. },
  104. {
  105. title: '风机2过载故障',
  106. code: 'fan2_overload',
  107. unit: 'signal',
  108. },
  109. {
  110. title: '风机3过载故障',
  111. code: 'fan3_overload',
  112. unit: 'signal',
  113. },
  114. {
  115. title: '风机4过载故障',
  116. code: 'fan4_overload',
  117. unit: 'signal',
  118. },
  119. {
  120. title: '高压柜故障',
  121. code: 'hvc_malfunction',
  122. unit: 'signal',
  123. },
  124. ];
  125. =======
  126. export const nitrogenMonitorData = [
  127. {
  128. title: '管道温度',
  129. code: 'pipe_temperature',
  130. unit: '℃',
  131. },
  132. {
  133. title: '管道压力',
  134. code: 'pipe_pressure',
  135. unit: 'MPa',
  136. },
  137. {
  138. title: '氮气流量',
  139. code: 'nitrogen_flow_rate',
  140. unit: 'm³',
  141. },
  142. {
  143. title: '氮气浓度',
  144. code: 'nitrogen_concentration',
  145. unit: '%',
  146. },
  147. {
  148. title: '电动排氮阀开度',
  149. code: 'nitrogen_discharge_opening',
  150. unit: '--',
  151. },
  152. ];
  153. export const preMonitorList = [
  154. {
  155. title: `主机温度`,
  156. code: `host_temperature`,
  157. unit: '℃',
  158. child: [],
  159. },
  160. {
  161. title: `排气压力`,
  162. code: `exhaust_pressure`,
  163. unit: 'MPa',
  164. child: [],
  165. },
  166. {
  167. title: `管道温度`,
  168. code: `pipe_temperature`,
  169. unit: '℃',
  170. child: [],
  171. },
  172. {
  173. title: `管道压力`,
  174. code: `pipe_pressure`,
  175. unit: 'MPa',
  176. child: [],
  177. },
  178. {
  179. title: `电机定子温度`,
  180. code: `stator_temperature`,
  181. unit: '℃',
  182. child: [],
  183. },
  184. {
  185. title: `电机前端轴承温度`,
  186. code: `front_axle_temperature`,
  187. unit: '℃',
  188. child: [],
  189. },
  190. {
  191. title: `电机后端轴承温度`,
  192. code: `rear_axle_temperature`,
  193. unit: '℃',
  194. child: [],
  195. },
  196. // {
  197. // code: 'signal',
  198. // child: [
  199. // {
  200. // title: `加载/卸载:`,
  201. // code: `LoadorUnload`,
  202. // isFault: -1,
  203. // },
  204. // {
  205. // title: `控制方式:`,
  206. // code: `CtrlMode`,
  207. // isFault: -2,
  208. // },
  209. // ],
  210. // },
  211. // {
  212. // code: 'signal',
  213. // child: [
  214. // {
  215. // title: `运行信号:`,
  216. // code: `Status`,
  217. // isFault: false,
  218. // },
  219. // {
  220. // title: `排气压力过高:`,
  221. // code: `ExhaustPreHighFault`,
  222. // isFault: true,
  223. // },
  224. // ],
  225. // },
  226. ];
  227. export const preFanMonitorData = [
  228. {
  229. title: '运行状态',
  230. code: 'operation_shutdown',
  231. unit: '',
  232. },
  233. {
  234. title: '运行时间',
  235. code: 'operation_hours',
  236. unit: 'h',
  237. },
  238. {
  239. title: '油压未建立故障',
  240. code: 'oil_pressure_not_established',
  241. unit: 'signal',
  242. },
  243. {
  244. title: '排气压力超限故障',
  245. code: 'exhaust_pressure_exceeding_limit',
  246. unit: 'signal',
  247. },
  248. {
  249. title: '相序故障',
  250. code: 'phase-sequence_protection',
  251. unit: 'signal',
  252. },
  253. {
  254. title: '风机1过载故障',
  255. code: 'fan1_overload',
  256. unit: 'signal',
  257. },
  258. {
  259. title: '风机2过载故障',
  260. code: 'fan2_overload',
  261. unit: 'signal',
  262. },
  263. {
  264. title: '风机3过载故障',
  265. code: 'fan3_overload',
  266. unit: 'signal',
  267. },
  268. {
  269. title: '风机4过载故障',
  270. code: 'fan4_overload',
  271. unit: 'signal',
  272. },
  273. {
  274. title: '高压柜故障',
  275. code: 'hvc_malfunction',
  276. unit: 'signal',
  277. },
  278. ];
  279. >>>>>>> c7c0a5d5177a6321d0aa67c133dc2d90f7cd0dfa