Просмотр исходного кода

大柳塔压风新增一套系统

hongrunxia 7 месяцев назад
Родитель
Сommit
26c51ff854
1 измененных файлов с 249 добавлено и 0 удалено
  1. 249 0
      src/views/vent/monitorManager/compressor/nitrogen.data.dlt1.ts

+ 249 - 0
src/views/vent/monitorManager/compressor/nitrogen.data.dlt1.ts

@@ -0,0 +1,249 @@
+export const nitrogenMonitorData = [
+  {
+    title: '总累计流量',
+    code: 'FluxTotal1',
+    unit: 'm³',
+  },
+  {
+    title: '瞬时流量',
+    code: 'InputFlux',
+    unit: 'm³/min',
+  },
+  {
+    title: '氮气浓度',
+    code: 'NitrogenPurity',
+    unit: '%',
+  },
+  {
+    title: '膜前温度',
+    code: 'PreMembraneTemperature',
+    unit: '℃',
+  },
+  {
+    title: '电机电压',
+    code: 'SysVoltage',
+    unit: 'V',
+  },
+  {
+    title: '电机电流',
+    code: 'MainMotor_Current',
+    unit: 'A',
+  },
+];
+export const preFanMonitorData = [
+  {
+    title: '氮气浓度',
+    code: 'NitrogenPurity',
+    unit: '%',
+  },
+  {
+    title: '膜前温度',
+    code: 'PreMembraneTemperature',
+    unit: '℃',
+  },
+  {
+    title: '电机电压',
+    code: 'SysVoltage',
+    unit: 'V',
+  },
+  {
+    title: '电机电流',
+    code: 'MainMotor_Current',
+    unit: 'A',
+  },
+
+  {
+    title: '三相不平衡',
+    code: 'UnbalanceFault',
+    unit: 'warning',
+  },
+  {
+    title: '断相',
+    code: 'PhaseFailureFault',
+    unit: 'warning',
+  },
+  {
+    title: '先导_上位机',
+    code: 'CtrlMode',
+    unit: 'signal',
+  },
+  {
+    title: '加载_卸载',
+    code: 'LoadorUnload',
+    unit: 'signal',
+  },
+  {
+    title: '排气高温',
+    code: 'ExhaustTemp1',
+    unit: 'warning',
+  },
+  {
+    title: '排气压力过高',
+    code: 'ExhaustPreHighFault',
+    unit: 'warning',
+  },
+  {
+    title: '接线错误',
+    code: 'PhaseSequenceFault1',
+    unit: 'warning',
+  },
+  {
+    title: '风机过载',
+    code: 'Fan_OverloadFault',
+    unit: 'warning',
+  },
+  {
+    title: '合闸失败',
+    code: 'CloseFail',
+    unit: 'warning',
+  },
+  {
+    title: '油气桶高压',
+    code: 'OilGasBarrel_HighPressureFault',
+    unit: 'warning',
+  },
+  {
+    title: '油气桶高温',
+    code: 'OilGasBarrel_OverTempAlarm',
+    unit: 'warning',
+  },
+  {
+    title: '油气桶高温预警预留',
+    code: 'OilGasBarrel_OverTempAlarm1',
+    unit: 'warning',
+  },
+  {
+    title: '主电机高温',
+    code: 'MainMotor_OverTempFault',
+    unit: 'warning',
+  },
+  {
+    title: '主机过载',
+    code: 'MainMotor_OverloadFault',
+    unit: 'warning',
+  },
+  {
+    title: '油压过低',
+    code: 'OilPressureLowFault',
+    unit: 'warning',
+  },
+  {
+    title: '分闸失败',
+    code: 'OpenFail',
+    unit: 'warning',
+  },
+  {
+    title: '三相电抗器缺相故障',
+    code: 'PhaseFailureFault1',
+    unit: 'warning',
+  },
+  {
+    title: '相序故障',
+    code: 'PhaseSequenceFault',
+    unit: 'warning',
+  },
+  {
+    title: '短路故障',
+    code: 'ShortCutFaul',
+    unit: 'warning',
+  },
+  {
+    title: '重故障',
+    code: 'TotalFailureSignal',
+    unit: 'warning',
+  },
+  {
+    title: '轻故障预留',
+    code: 'TotalFailureSignal1',
+    unit: 'warning',
+  },
+  {
+    title: '过压故障',
+    code: 'OverVoltageFault',
+    unit: 'warning',
+  },
+  {
+    title: '漏电闭锁故障',
+    code: 'LeakageLock',
+    unit: 'warning',
+  },
+
+  {
+    title: '欠压故障',
+    code: 'LowVoltageFault',
+    unit: 'warning',
+  },
+  {
+    title: '失水故障',
+    code: 'NoWaterFault',
+    unit: 'warning',
+  },
+  {
+    title: '油过滤器堵塞故障',
+    code: 'OilGasBarrel_FilterBlockageFault',
+    unit: 'warning',
+  },
+  {
+    title: '油细分离器故障',
+    code: 'OilGasBarrel_SeparatorFault',
+    unit: 'warning',
+  },
+];
+export const preMonitorList = [
+  {
+    title: '瞬时流量',
+    code: 'InputFlux',
+    unit: 'm³/min',
+    child: [],
+  },
+  {
+    title: `排气压力`,
+    code: `ExhaustPre`,
+    unit: 'MPa',
+    child: [],
+  },
+  {
+    title: `排气温度`,
+    code: `ExhaustTemp`,
+    unit: '℃',
+    child: [],
+  },
+  {
+    title: `加载时间`,
+    code: `LoadTime`,
+    unit: 'h',
+    child: [],
+  },
+  {
+    title: `运行时间`,
+    code: `RunTime3`,
+    unit: 'd',
+    child: [],
+  },
+  {
+    title: `保养时间`,
+    code: `RunTime4`,
+    unit: 'd',
+    child: [],
+  },
+  {
+    code: 'signal',
+    child: [
+      {
+        title: '电源信号',
+        code: 'PowerFault',
+        unit: 'signal',
+      },
+      {
+        title: '启停状态',
+        code: 'Status',
+        unit: 'signal',
+      },
+    ],
+  },
+  // {
+  //   title: '总累计流量',
+  //   code: 'FluxTotal1',
+  //   unit: 'm³',
+  // },
+];