nitrogen.data.wlml.ts 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359
  1. export const monitorDataGroupArr = [[1, 2, 3]];
  2. export const modelMonitor = [
  3. {
  4. type: 'list',
  5. title: '空压机',
  6. stateHeader: [],
  7. key: 'PRE',
  8. list: [
  9. {
  10. title: '加载压力',
  11. code: '_CPR_LoadPre',
  12. unit: 'MPa',
  13. },
  14. {
  15. title: '卸载压力',
  16. code: '_CPR_UnLoadPre',
  17. unit: 'MPa',
  18. child: [],
  19. },
  20. {
  21. title: `机头温度`,
  22. code: `_CPR_HeadTemp`,
  23. unit: '℃',
  24. child: [],
  25. },
  26. {
  27. title: `冷却温度`,
  28. code: `_CPR_CoolantTemp`,
  29. unit: '℃',
  30. child: [],
  31. },
  32. {
  33. title: `排气温度`,
  34. code: `_CPR_ExhaustTemp`,
  35. unit: '℃',
  36. child: [],
  37. },
  38. {
  39. title: '加载时间',
  40. code: '_CPR_LoadTime',
  41. unit: 'h',
  42. child: [],
  43. },
  44. {
  45. title: '排气压力',
  46. code: '_CPR_ExhaustPre',
  47. unit: 'MPa',
  48. child: [],
  49. },
  50. {
  51. code: 'signal',
  52. child: [
  53. {
  54. title: `加载卸载`,
  55. code: `_CPR_LoadorUnload`,
  56. isWaring: false,
  57. },
  58. ],
  59. },
  60. ],
  61. },
  62. {
  63. type: 'list',
  64. title: '储气罐',
  65. key: 'PRE',
  66. stateHeader: [],
  67. list: [],
  68. },
  69. ];
  70. export const leftMonitor = [
  71. {
  72. type: 'list',
  73. title: '压风机1',
  74. stateHeader: [],
  75. children: [
  76. {
  77. title: '',
  78. childTitle: ['1#压风机'],
  79. key: ['PRE1'],
  80. list: [
  81. {
  82. title: `启动失败`,
  83. code: `_MOT_StartFail`,
  84. type: 'warning',
  85. },
  86. {
  87. title: `停止失败`,
  88. code: `_MOT_StopFail`,
  89. type: 'warning',
  90. },
  91. {
  92. title: `报警信号`,
  93. code: `_AlamSignal`,
  94. type: 'warning',
  95. },
  96. {
  97. title: `故障信号`,
  98. code: `_FaultSignal`,
  99. type: 'warning',
  100. },
  101. {
  102. title: `B相绕组超温`,
  103. code: `_MOT_PhaseBTempAlarm`,
  104. type: 'warning',
  105. },
  106. {
  107. title: `C相绕组超温`,
  108. code: `_MOT_PhaseCTempAlarm`,
  109. type: 'warning',
  110. },
  111. {
  112. title: '电机启动失败',
  113. code: '_MOT_StartFail',
  114. type: 'warning',
  115. },
  116. {
  117. title: '电机停止失败',
  118. code: '_MOT_StopFail',
  119. type: 'warning',
  120. },
  121. {
  122. title: '电机运行返回',
  123. code: '_MOT_RunReturn',
  124. type: 'warning',
  125. },
  126. {
  127. title: `A相绕组超温`,
  128. code: `_MOT_PhaseATempAlarm`,
  129. type: 'warning',
  130. },
  131. {
  132. title: `主机本机`,
  133. code: `_HostorLoc`,
  134. type: 'signal',
  135. },
  136. {
  137. title: '总运行时间(h)',
  138. code: '_MOT_TotalRunTime',
  139. type: '',
  140. },
  141. {
  142. title: 'A相绕组温度(℃)',
  143. code: '_MOT_PhaseATemp',
  144. type: '',
  145. },
  146. {
  147. title: 'B相绕组温度(℃)',
  148. code: '_MOT_PhaseBTemp',
  149. type: '',
  150. },
  151. {
  152. title: 'C相绕组温度(℃)',
  153. code: '_MOT_PhaseCTemp',
  154. type: '',
  155. },
  156. ],
  157. },
  158. ],
  159. },
  160. {
  161. type: 'list',
  162. title: '压风机2',
  163. stateHeader: [],
  164. children: [
  165. {
  166. title: '',
  167. childTitle: ['2#压风机'],
  168. key: ['PRE2'],
  169. list: [
  170. {
  171. title: `启动失败`,
  172. code: `_MOT_StartFail`,
  173. type: 'warning',
  174. },
  175. {
  176. title: `停止失败`,
  177. code: `_MOT_StopFail`,
  178. type: 'warning',
  179. },
  180. {
  181. title: `报警信号`,
  182. code: `_AlamSignal`,
  183. type: 'warning',
  184. },
  185. {
  186. title: `故障信号`,
  187. code: `_FaultSignal`,
  188. type: 'warning',
  189. },
  190. {
  191. title: `B相绕组超温`,
  192. code: `_MOT_PhaseBTempAlarm`,
  193. type: 'warning',
  194. },
  195. {
  196. title: `C相绕组超温`,
  197. code: `_MOT_PhaseCTempAlarm`,
  198. type: 'warning',
  199. },
  200. {
  201. title: '电机启动失败',
  202. code: '_MOT_StartFail',
  203. type: 'warning',
  204. },
  205. {
  206. title: '电机停止失败',
  207. code: '_MOT_StopFail',
  208. type: 'warning',
  209. },
  210. {
  211. title: '电机运行返回',
  212. code: '_MOT_RunReturn',
  213. type: 'warning',
  214. },
  215. {
  216. title: `A相绕组超温`,
  217. code: `_MOT_PhaseATempAlarm`,
  218. type: 'warning',
  219. },
  220. {
  221. title: `主机本机`,
  222. code: `_HostorLoc`,
  223. type: 'signal',
  224. },
  225. {
  226. title: '总运行时间(h)',
  227. code: '_MOT_TotalRunTime',
  228. type: '',
  229. },
  230. {
  231. title: 'A相绕组温度(℃)',
  232. code: '_MOT_PhaseATemp',
  233. type: '',
  234. },
  235. {
  236. title: 'B相绕组温度(℃)',
  237. code: '_MOT_PhaseBTemp',
  238. type: '',
  239. },
  240. {
  241. title: 'C相绕组温度(℃)',
  242. code: '_MOT_PhaseCTemp',
  243. type: '',
  244. },
  245. ],
  246. },
  247. ],
  248. },
  249. ];
  250. export const totalData = [
  251. {
  252. title: '总出风管流量',
  253. code: 'TotalOutPipeFlow',
  254. unit: 'm³/h',
  255. },
  256. {
  257. title: '总出风管压力',
  258. code: 'TotalOutPipePre',
  259. unit: 'bar',
  260. },
  261. ];
  262. export const rightMonitor = [
  263. {
  264. type: 'list',
  265. title: '压风机3',
  266. stateHeader: [],
  267. children: [
  268. {
  269. title: '',
  270. childTitle: ['3#压风机'],
  271. key: ['PRE3'],
  272. list: [
  273. {
  274. title: `启动失败`,
  275. code: `_MOT_StartFail`,
  276. type: 'warning',
  277. },
  278. {
  279. title: `停止失败`,
  280. code: `_MOT_StopFail`,
  281. type: 'warning',
  282. },
  283. {
  284. title: `报警信号`,
  285. code: `_AlamSignal`,
  286. type: 'warning',
  287. },
  288. {
  289. title: `故障信号`,
  290. code: `_FaultSignal`,
  291. type: 'warning',
  292. },
  293. {
  294. title: `B相绕组超温`,
  295. code: `_MOT_PhaseBTempAlarm`,
  296. type: 'warning',
  297. },
  298. {
  299. title: `C相绕组超温`,
  300. code: `_MOT_PhaseCTempAlarm`,
  301. type: 'warning',
  302. },
  303. {
  304. title: '电机启动失败',
  305. code: '_MOT_StartFail',
  306. type: 'warning',
  307. },
  308. {
  309. title: '电机停止失败',
  310. code: '_MOT_StopFail',
  311. type: 'warning',
  312. },
  313. {
  314. title: '电机运行返回',
  315. code: '_MOT_RunReturn',
  316. type: 'warning',
  317. },
  318. {
  319. title: `A相绕组超温`,
  320. code: `_MOT_PhaseATempAlarm`,
  321. type: 'warning',
  322. },
  323. {
  324. title: `主机本机`,
  325. code: `_HostorLoc`,
  326. type: 'signal',
  327. },
  328. {
  329. title: '总运行时间(h)',
  330. code: '_MOT_TotalRunTime',
  331. type: '',
  332. },
  333. {
  334. title: 'A相绕组温度(℃)',
  335. code: '_MOT_PhaseATemp',
  336. type: '',
  337. },
  338. {
  339. title: 'B相绕组温度(℃)',
  340. code: '_MOT_PhaseBTemp',
  341. type: '',
  342. },
  343. {
  344. title: 'C相绕组温度(℃)',
  345. code: '_MOT_PhaseCTemp',
  346. type: '',
  347. },
  348. ],
  349. },
  350. ],
  351. },
  352. ];
  353. export const detailCtrl = [];