| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261 |
- 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: 'h',
- child: [],
- },
- {
- title: `运行时间`,
- code: `RunTime2`,
- unit: 'min',
- child: [],
- },
- {
- title: `运行时间`,
- code: `RunTime1`,
- unit: 's',
- child: [],
- },
- {
- title: `保养时间`,
- code: `RunTime4`,
- unit: 'h',
- child: [],
- },
- {
- code: 'signal',
- child: [
- {
- title: '电源信号',
- code: 'PowerFault',
- unit: 'signal',
- },
- {
- title: '启停状态',
- code: 'Status',
- unit: 'signal',
- },
- ],
- },
- // {
- // title: '总累计流量',
- // code: 'FluxTotal1',
- // unit: 'm³',
- // },
- ];
|