nitrogen.data.jh.ts 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378
  1. /**
  2. * 监测数据组配置,该配置主要影响的是模型中套件的数量
  3. *
  4. * 数组第一层意味着有几套监测系统,第二层意味着一套监测系统里有几个套件。
  5. * 第二层中的数据意味着套件编号,将用于生成点表字段来展示数据
  6. */
  7. export const monitorDataGroupArr = [[1, 2, 3, 4]];
  8. /**
  9. * 监测数据详情配置,该配置主要影响了模型里各个套件所展示的详情信息
  10. *
  11. * type代表详情信息排版类型
  12. *
  13. * hideInGroup代表在哪个套件下不展示监测数据详情
  14. *
  15. * key用于和套件编号、list[x].code一起生成点表字段,例如:key1code
  16. */
  17. export const modelMonitor = [
  18. {
  19. type: 'list',
  20. title: '空压机',
  21. stateHeader: [],
  22. key: 'forFan',
  23. list: [
  24. // {
  25. // code: 'signal',
  26. // child: [
  27. // {
  28. // title: `运行状态`,
  29. // code: `Working`,
  30. // isWaring: false,
  31. // },
  32. // ],
  33. // },
  34. {
  35. title: '出口压力',
  36. code: 'GasSupplyPressure',
  37. unit: 'mPa',
  38. },
  39. {
  40. title: `电机电流`,
  41. code: `Current`,
  42. unit: 'A',
  43. },
  44. {
  45. title: `运行时间`,
  46. code: `RunTime`,
  47. unit: 'h',
  48. },
  49. {
  50. title: `电机温度`,
  51. code: `Temp`,
  52. unit: '℃',
  53. },
  54. ],
  55. },
  56. {
  57. type: 'list',
  58. title: '风包',
  59. key: 'forFan',
  60. stateHeader: [],
  61. hideInGroup: [4],
  62. list: [
  63. {
  64. title: '风包压力',
  65. code: 'WindBagPressure',
  66. unit: 'mPa',
  67. },
  68. {
  69. title: '风包温度',
  70. code: 'WindBagTemp',
  71. unit: '℃',
  72. },
  73. ],
  74. },
  75. ];
  76. /**
  77. * 左侧监测数据配置,该配置主要影响左边监测模块里展示的信息
  78. *
  79. * type代表详情信息排版类型
  80. *
  81. * key用于和套件编号、list[x].code一起生成点表字段,例如:key1code
  82. */
  83. export const leftMonitor = [
  84. // {
  85. // type: 'list',
  86. // title: '压风机1',
  87. // stateHeader: [],
  88. // children: [
  89. // {
  90. // title: '',
  91. // childTitle: ['1#压风机'],
  92. // key: ['PRE1'],
  93. // list: [
  94. // {
  95. // title: `启动失败`,
  96. // code: `_MOT_StartFail`,
  97. // type: 'warning',
  98. // },
  99. // {
  100. // title: `停止失败`,
  101. // code: `_MOT_StopFail`,
  102. // type: 'warning',
  103. // },
  104. // {
  105. // title: `报警信号`,
  106. // code: `_AlamSignal`,
  107. // type: 'warning',
  108. // },
  109. // {
  110. // title: `故障信号`,
  111. // code: `_FaultSignal`,
  112. // type: 'warning',
  113. // },
  114. // {
  115. // title: `B相绕组超温`,
  116. // code: `_MOT_PhaseBTempAlarm`,
  117. // type: 'warning',
  118. // },
  119. // {
  120. // title: `C相绕组超温`,
  121. // code: `_MOT_PhaseCTempAlarm`,
  122. // type: 'warning',
  123. // },
  124. // {
  125. // title: '电机启动失败',
  126. // code: '_MOT_StartFail',
  127. // type: 'warning',
  128. // },
  129. // {
  130. // title: '电机停止失败',
  131. // code: '_MOT_StopFail',
  132. // type: 'warning',
  133. // },
  134. // {
  135. // title: '电机运行返回',
  136. // code: '_MOT_RunReturn',
  137. // type: 'warning',
  138. // },
  139. // {
  140. // title: `A相绕组超温`,
  141. // code: `_MOT_PhaseATempAlarm`,
  142. // type: 'warning',
  143. // },
  144. // {
  145. // title: `主机本机`,
  146. // code: `_HostorLoc`,
  147. // type: 'signal',
  148. // },
  149. // {
  150. // title: '总运行时间(h)',
  151. // code: '_MOT_TotalRunTime',
  152. // type: '',
  153. // },
  154. // {
  155. // title: 'A相绕组温度(℃)',
  156. // code: '_MOT_PhaseATemp',
  157. // type: '',
  158. // },
  159. // {
  160. // title: 'B相绕组温度(℃)',
  161. // code: '_MOT_PhaseBTemp',
  162. // type: '',
  163. // },
  164. // {
  165. // title: 'C相绕组温度(℃)',
  166. // code: '_MOT_PhaseCTemp',
  167. // type: '',
  168. // },
  169. // ],
  170. // },
  171. // ],
  172. // },
  173. // {
  174. // type: 'list',
  175. // title: '压风机2',
  176. // stateHeader: [],
  177. // children: [
  178. // {
  179. // title: '',
  180. // childTitle: ['2#压风机'],
  181. // key: ['PRE2'],
  182. // list: [
  183. // {
  184. // title: `启动失败`,
  185. // code: `_MOT_StartFail`,
  186. // type: 'warning',
  187. // },
  188. // {
  189. // title: `停止失败`,
  190. // code: `_MOT_StopFail`,
  191. // type: 'warning',
  192. // },
  193. // {
  194. // title: `报警信号`,
  195. // code: `_AlamSignal`,
  196. // type: 'warning',
  197. // },
  198. // {
  199. // title: `故障信号`,
  200. // code: `_FaultSignal`,
  201. // type: 'warning',
  202. // },
  203. // {
  204. // title: `B相绕组超温`,
  205. // code: `_MOT_PhaseBTempAlarm`,
  206. // type: 'warning',
  207. // },
  208. // {
  209. // title: `C相绕组超温`,
  210. // code: `_MOT_PhaseCTempAlarm`,
  211. // type: 'warning',
  212. // },
  213. // {
  214. // title: '电机启动失败',
  215. // code: '_MOT_StartFail',
  216. // type: 'warning',
  217. // },
  218. // {
  219. // title: '电机停止失败',
  220. // code: '_MOT_StopFail',
  221. // type: 'warning',
  222. // },
  223. // {
  224. // title: '电机运行返回',
  225. // code: '_MOT_RunReturn',
  226. // type: 'warning',
  227. // },
  228. // {
  229. // title: `A相绕组超温`,
  230. // code: `_MOT_PhaseATempAlarm`,
  231. // type: 'warning',
  232. // },
  233. // {
  234. // title: `主机本机`,
  235. // code: `_HostorLoc`,
  236. // type: 'signal',
  237. // },
  238. // {
  239. // title: '总运行时间(h)',
  240. // code: '_MOT_TotalRunTime',
  241. // type: '',
  242. // },
  243. // {
  244. // title: 'A相绕组温度(℃)',
  245. // code: '_MOT_PhaseATemp',
  246. // type: '',
  247. // },
  248. // {
  249. // title: 'B相绕组温度(℃)',
  250. // code: '_MOT_PhaseBTemp',
  251. // type: '',
  252. // },
  253. // {
  254. // title: 'C相绕组温度(℃)',
  255. // code: '_MOT_PhaseCTemp',
  256. // type: '',
  257. // },
  258. // ],
  259. // },
  260. // ],
  261. // },
  262. ];
  263. /**
  264. * 右上角汇总数据配置
  265. *
  266. * code表示点表字段,例如:pressure_total
  267. */
  268. export const totalData = [
  269. {
  270. title: '总压力',
  271. code: 'TotalPressure',
  272. unit: 'mPa',
  273. },
  274. ];
  275. /**
  276. * 右侧监测数据配置,该配置主要影响右边监测模块里展示的信息
  277. *
  278. * type代表详情信息排版类型
  279. *
  280. * key用于和套件编号、list[x].code一起生成点表字段,例如:key1code
  281. */
  282. export const rightMonitor = [
  283. // {
  284. // type: 'list',
  285. // title: '压风机3',
  286. // stateHeader: [],
  287. // children: [
  288. // {
  289. // title: '',
  290. // childTitle: ['3#压风机'],
  291. // key: ['PRE3'],
  292. // list: [
  293. // {
  294. // title: `启动失败`,
  295. // code: `_MOT_StartFail`,
  296. // type: 'warning',
  297. // },
  298. // {
  299. // title: `停止失败`,
  300. // code: `_MOT_StopFail`,
  301. // type: 'warning',
  302. // },
  303. // {
  304. // title: `报警信号`,
  305. // code: `_AlamSignal`,
  306. // type: 'warning',
  307. // },
  308. // {
  309. // title: `故障信号`,
  310. // code: `_FaultSignal`,
  311. // type: 'warning',
  312. // },
  313. // {
  314. // title: `B相绕组超温`,
  315. // code: `_MOT_PhaseBTempAlarm`,
  316. // type: 'warning',
  317. // },
  318. // {
  319. // title: `C相绕组超温`,
  320. // code: `_MOT_PhaseCTempAlarm`,
  321. // type: 'warning',
  322. // },
  323. // {
  324. // title: '电机启动失败',
  325. // code: '_MOT_StartFail',
  326. // type: 'warning',
  327. // },
  328. // {
  329. // title: '电机停止失败',
  330. // code: '_MOT_StopFail',
  331. // type: 'warning',
  332. // },
  333. // {
  334. // title: '电机运行返回',
  335. // code: '_MOT_RunReturn',
  336. // type: 'warning',
  337. // },
  338. // {
  339. // title: `A相绕组超温`,
  340. // code: `_MOT_PhaseATempAlarm`,
  341. // type: 'warning',
  342. // },
  343. // {
  344. // title: `主机本机`,
  345. // code: `_HostorLoc`,
  346. // type: 'signal',
  347. // },
  348. // {
  349. // title: '总运行时间(h)',
  350. // code: '_MOT_TotalRunTime',
  351. // type: '',
  352. // },
  353. // {
  354. // title: 'A相绕组温度(℃)',
  355. // code: '_MOT_PhaseATemp',
  356. // type: '',
  357. // },
  358. // {
  359. // title: 'B相绕组温度(℃)',
  360. // code: '_MOT_PhaseBTemp',
  361. // type: '',
  362. // },
  363. // {
  364. // title: 'C相绕组温度(℃)',
  365. // code: '_MOT_PhaseCTemp',
  366. // type: '',
  367. // },
  368. // ],
  369. // },
  370. // ],
  371. // },
  372. ];
  373. export const detailCtrl = [];