|
@@ -1,922 +1,922 @@
|
|
|
export const monitorDataGroupArr = [[1, 2, 3, 4, 5, 6]];
|
|
|
export const modelMonitor = [
|
|
|
- {
|
|
|
- type: 'list',
|
|
|
- title: '空压机',
|
|
|
- stateHeader: [],
|
|
|
- key: 'PRE',
|
|
|
- list: [
|
|
|
- {
|
|
|
- title: '主机温度',
|
|
|
- code: '_MainUnitTemp',
|
|
|
- unit: '℃',
|
|
|
- child: [],
|
|
|
- },
|
|
|
- {
|
|
|
- title: '回水温度',
|
|
|
- code: '_ReturnWaterTemp',
|
|
|
- unit: '℃',
|
|
|
- child: [],
|
|
|
- },
|
|
|
- {
|
|
|
- title: '排气压力',
|
|
|
- code: '_ExhaustPressure',
|
|
|
- unit: 'MPa',
|
|
|
- child: [],
|
|
|
- },
|
|
|
- {
|
|
|
- title: '故障次数',
|
|
|
- code: '_FaultCount',
|
|
|
- unit: '',
|
|
|
- child: [],
|
|
|
- },
|
|
|
- {
|
|
|
- title: '启动次数',
|
|
|
- code: '_StartCount',
|
|
|
- unit: '',
|
|
|
- child: [],
|
|
|
- },
|
|
|
- {
|
|
|
- title: '油分油位',
|
|
|
- code: '_OilSeparatorLevel',
|
|
|
- unit: '',
|
|
|
- child: [],
|
|
|
- },
|
|
|
- {
|
|
|
- title: '累计运行时间',
|
|
|
- code: '_TotalRunTime_Day',
|
|
|
- unit: 'd',
|
|
|
- child: [],
|
|
|
- },
|
|
|
- {
|
|
|
- title: '电压',
|
|
|
- code: '_Voltage',
|
|
|
- unit: 'V',
|
|
|
- child: [],
|
|
|
- },
|
|
|
- {
|
|
|
- title: '电流',
|
|
|
- code: '_Current',
|
|
|
- unit: 'A',
|
|
|
- child: [],
|
|
|
- },
|
|
|
- {
|
|
|
- code: 'signal',
|
|
|
- child: [
|
|
|
- {
|
|
|
- title: `运行反馈`,
|
|
|
- code: `_Blower1_RunFeedback`,
|
|
|
- isWaring: false,
|
|
|
- },
|
|
|
- {
|
|
|
- title: `故障反馈`,
|
|
|
- code: `_Blower1_FaultFeedback`,
|
|
|
- isWaring: false,
|
|
|
- },
|
|
|
- ],
|
|
|
- },
|
|
|
+ {
|
|
|
+ type: 'list',
|
|
|
+ title: '空压机',
|
|
|
+ stateHeader: [],
|
|
|
+ key: 'PRE',
|
|
|
+ list: [
|
|
|
+ {
|
|
|
+ title: '主机温度',
|
|
|
+ code: '_MainUnitTemp',
|
|
|
+ unit: '℃',
|
|
|
+ child: [],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '回水温度',
|
|
|
+ code: '_ReturnWaterTemp',
|
|
|
+ unit: '℃',
|
|
|
+ child: [],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '排气压力',
|
|
|
+ code: '_ExhaustPressure',
|
|
|
+ unit: 'MPa',
|
|
|
+ child: [],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '故障次数',
|
|
|
+ code: '_FaultCount',
|
|
|
+ unit: '',
|
|
|
+ child: [],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '启动次数',
|
|
|
+ code: '_StartCount',
|
|
|
+ unit: '',
|
|
|
+ child: [],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '油分油位',
|
|
|
+ code: '_OilSeparatorLevel',
|
|
|
+ unit: '',
|
|
|
+ child: [],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '累计运行时间',
|
|
|
+ code: '_TotalRunTime_Day',
|
|
|
+ unit: 'd',
|
|
|
+ child: [],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '电压',
|
|
|
+ code: '_Voltage',
|
|
|
+ unit: 'V',
|
|
|
+ child: [],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '电流',
|
|
|
+ code: '_Current',
|
|
|
+ unit: 'A',
|
|
|
+ child: [],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ code: 'signal',
|
|
|
+ child: [
|
|
|
+ {
|
|
|
+ title: `运行反馈`,
|
|
|
+ code: `_Blower1_RunFeedback`,
|
|
|
+ isWaring: false,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: `故障反馈`,
|
|
|
+ code: `_Blower1_FaultFeedback`,
|
|
|
+ isWaring: false,
|
|
|
+ },
|
|
|
],
|
|
|
- },
|
|
|
- {
|
|
|
- type: 'list',
|
|
|
- title: '储气罐',
|
|
|
- key: 'PRE',
|
|
|
- stateHeader: [],
|
|
|
- hideInGroup: [],
|
|
|
- list: [
|
|
|
- {
|
|
|
- title: '储气温度',
|
|
|
- code: '_StorageTemp',
|
|
|
- unit: '℃',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '风包压力',
|
|
|
- code: '_PackagePressure',
|
|
|
- unit: 'MPa',
|
|
|
- },
|
|
|
- {
|
|
|
- code: 'signal',
|
|
|
- child: [
|
|
|
- {
|
|
|
- title: `风包温度高报警`,
|
|
|
- code: `_Blower_HighTemp`,
|
|
|
- isWaring: true,
|
|
|
- },
|
|
|
- {
|
|
|
- title: `风包温度低报警`,
|
|
|
- code: `_Blower_LowTemp`,
|
|
|
- isWaring: true,
|
|
|
- },
|
|
|
- ],
|
|
|
- },
|
|
|
- {
|
|
|
- code: 'signal',
|
|
|
- child: [
|
|
|
- {
|
|
|
- title: `风包压力高报警`,
|
|
|
- code: `_Blower_HighPressure`,
|
|
|
- isWaring: true,
|
|
|
- },
|
|
|
- {
|
|
|
- title: `风包压力低报警`,
|
|
|
- code: `_Blower_LowPressure`,
|
|
|
- isWaring: true,
|
|
|
- },
|
|
|
- ],
|
|
|
- },
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ type: 'list',
|
|
|
+ title: '储气罐',
|
|
|
+ key: 'PRE',
|
|
|
+ stateHeader: [],
|
|
|
+ hideInGroup: [],
|
|
|
+ list: [
|
|
|
+ {
|
|
|
+ title: '储气温度',
|
|
|
+ code: '_StorageTemp',
|
|
|
+ unit: '℃',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '风包压力',
|
|
|
+ code: '_PackagePressure',
|
|
|
+ unit: 'MPa',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ code: 'signal',
|
|
|
+ child: [
|
|
|
+ {
|
|
|
+ title: `风包温度高报警`,
|
|
|
+ code: `_Blower_HighTemp`,
|
|
|
+ isWaring: true,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: `风包温度低报警`,
|
|
|
+ code: `_Blower_LowTemp`,
|
|
|
+ isWaring: true,
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ code: 'signal',
|
|
|
+ child: [
|
|
|
+ {
|
|
|
+ title: `风包压力高报警`,
|
|
|
+ code: `_Blower_HighPressure`,
|
|
|
+ isWaring: true,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: `风包压力低报警`,
|
|
|
+ code: `_Blower_LowPressure`,
|
|
|
+ isWaring: true,
|
|
|
+ },
|
|
|
],
|
|
|
- },
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ },
|
|
|
];
|
|
|
export const totalData = [
|
|
|
- {
|
|
|
- title: '总管路瞬时流量',
|
|
|
- code: 'MainInstantFlow',
|
|
|
- unit: 'm³/min',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '总管路累计流量',
|
|
|
- code: 'MainTotalFlow',
|
|
|
- unit: 'm³/min',
|
|
|
- },
|
|
|
+ {
|
|
|
+ title: '总管路瞬时流量',
|
|
|
+ code: 'MainInstantFlow',
|
|
|
+ unit: 'm³/min',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '总管路累计流量',
|
|
|
+ code: 'MainTotalFlow',
|
|
|
+ unit: 'm³/min',
|
|
|
+ },
|
|
|
];
|
|
|
export const leftMonitor = [
|
|
|
- {
|
|
|
- type: 'list',
|
|
|
- title: '压风机1',
|
|
|
- stateHeader: [],
|
|
|
- children: [
|
|
|
- {
|
|
|
- title: '',
|
|
|
- childTitle: ['1#压风机'],
|
|
|
- key: ['PRE1'],
|
|
|
- list: [
|
|
|
- {
|
|
|
- title: '启动',
|
|
|
- code: '_AirCompressor_Start',
|
|
|
- type: 'sign',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '停止',
|
|
|
- code: '_AirCompressor_Stop',
|
|
|
- type: 'sign',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '复位',
|
|
|
- code: '_AirCompressor_Reset',
|
|
|
- type: 'sign',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '加载',
|
|
|
- code: '_AirCompressor_Load',
|
|
|
- type: 'sign',
|
|
|
- },
|
|
|
- {
|
|
|
- title: `电机前轴振动`,
|
|
|
- code: `_FrontVibration`,
|
|
|
- type: '',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '电机前轴温度',
|
|
|
- code: '_FrontTemp',
|
|
|
- type: '',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '回水管流量',
|
|
|
- code: '_ReturnFlow',
|
|
|
- type: '',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '电压高报警值',
|
|
|
- code: '_HighVoltageAlarmSetting',
|
|
|
- type: '',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '电流高报警值',
|
|
|
- code: '_HighCurrentAlarmSetting',
|
|
|
- type: '',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '排气温度高报警值',
|
|
|
- code: '_ExhaustTempHighAlarmSetting',
|
|
|
- type: '',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '振动值高报警值',
|
|
|
- code: '_VibrationHighAlarmSetting',
|
|
|
- type: '',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '流量高报警值',
|
|
|
- code: '_FlowHighAlarmSetting',
|
|
|
- type: '',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '启动超时报警',
|
|
|
- code: '_Blower_StartTimeout',
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '停止超时报警',
|
|
|
- code: '_Blower_StopTimeout',
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- {
|
|
|
- title: `前轴振动高报警`,
|
|
|
- code: `_Motor_FrontVibHigh`,
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '前轴振动低报警',
|
|
|
- code: '_Motor_FrontVibLow',
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '后轴振动高报警',
|
|
|
- code: '_Motor_RearVibHigh',
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '后轴振动低报警',
|
|
|
- code: '_Motor_RearVibLow',
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '压力传感器保护投退',
|
|
|
- code: '_PressureSensor_Protect',
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '温度传感器保护投退',
|
|
|
- code: '_TemperatureSensor_Protect',
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '前轴振动传感器保护投退',
|
|
|
- code: '_FrontVibrationSensor_Protect',
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '后轴振动传感器保护投退',
|
|
|
- code: '_RearVibrationSensor_Protect',
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '流量传感器保护投退',
|
|
|
- code: '_FlowSensor_Protect',
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- ],
|
|
|
- },
|
|
|
+ {
|
|
|
+ type: 'list',
|
|
|
+ title: '压风机1',
|
|
|
+ stateHeader: [],
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ title: '',
|
|
|
+ childTitle: ['1#压风机'],
|
|
|
+ key: ['PRE1'],
|
|
|
+ list: [
|
|
|
+ {
|
|
|
+ title: '启动',
|
|
|
+ code: '_AirCompressor_Start',
|
|
|
+ type: 'sign',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '停止',
|
|
|
+ code: '_AirCompressor_Stop',
|
|
|
+ type: 'sign',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '复位',
|
|
|
+ code: '_AirCompressor_Reset',
|
|
|
+ type: 'sign',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '加载',
|
|
|
+ code: '_AirCompressor_Load',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: `电机前轴振动`,
|
|
|
+ code: `_FrontVibration`,
|
|
|
+ type: '',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '电机前轴温度',
|
|
|
+ code: '_FrontTemp',
|
|
|
+ type: '',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '回水管流量',
|
|
|
+ code: '_ReturnFlow',
|
|
|
+ type: '',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '电压高报警值',
|
|
|
+ code: '_HighVoltageAlarmSetting',
|
|
|
+ type: '',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '电流高报警值',
|
|
|
+ code: '_HighCurrentAlarmSetting',
|
|
|
+ type: '',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '排气温度高报警值',
|
|
|
+ code: '_ExhaustTempHighAlarmSetting',
|
|
|
+ type: '',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '振动值高报警值',
|
|
|
+ code: '_VibrationHighAlarmSetting',
|
|
|
+ type: '',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '流量高报警值',
|
|
|
+ code: '_FlowHighAlarmSetting',
|
|
|
+ type: '',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '启动超时报警',
|
|
|
+ code: '_Blower_StartTimeout',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '停止超时报警',
|
|
|
+ code: '_Blower_StopTimeout',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: `前轴振动高报警`,
|
|
|
+ code: `_Motor_FrontVibHigh`,
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '前轴振动低报警',
|
|
|
+ code: '_Motor_FrontVibLow',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '后轴振动高报警',
|
|
|
+ code: '_Motor_RearVibHigh',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '后轴振动低报警',
|
|
|
+ code: '_Motor_RearVibLow',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '压力传感器保护投退',
|
|
|
+ code: '_PressureSensor_Protect',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '温度传感器保护投退',
|
|
|
+ code: '_TemperatureSensor_Protect',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '前轴振动传感器保护投退',
|
|
|
+ code: '_FrontVibrationSensor_Protect',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '后轴振动传感器保护投退',
|
|
|
+ code: '_RearVibrationSensor_Protect',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '流量传感器保护投退',
|
|
|
+ code: '_FlowSensor_Protect',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
],
|
|
|
- },
|
|
|
- {
|
|
|
- type: 'list',
|
|
|
- title: '压风机2',
|
|
|
- stateHeader: [],
|
|
|
- children: [
|
|
|
- {
|
|
|
- title: '',
|
|
|
- childTitle: ['2#压风机'],
|
|
|
- key: ['PRE2'],
|
|
|
- list: [
|
|
|
- {
|
|
|
- title: '启动',
|
|
|
- code: '_AirCompressor_Start',
|
|
|
- type: 'sign',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '停止',
|
|
|
- code: '_AirCompressor_Stop',
|
|
|
- type: 'sign',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '复位',
|
|
|
- code: '_AirCompressor_Reset',
|
|
|
- type: 'sign',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '加载',
|
|
|
- code: '_AirCompressor_Load',
|
|
|
- type: 'sign',
|
|
|
- },
|
|
|
- {
|
|
|
- title: `电机前轴振动`,
|
|
|
- code: `_FrontVibration`,
|
|
|
- type: '',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '电机前轴温度',
|
|
|
- code: '_FrontTemp',
|
|
|
- type: '',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '回水管流量',
|
|
|
- code: '_ReturnFlow',
|
|
|
- type: '',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '电压高报警值',
|
|
|
- code: '_HighVoltageAlarmSetting',
|
|
|
- type: '',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '电流高报警值',
|
|
|
- code: '_HighCurrentAlarmSetting',
|
|
|
- type: '',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '排气温度高报警值',
|
|
|
- code: '_ExhaustTempHighAlarmSetting',
|
|
|
- type: '',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '振动值高报警值',
|
|
|
- code: '_VibrationHighAlarmSetting',
|
|
|
- type: '',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '流量高报警值',
|
|
|
- code: '_FlowHighAlarmSetting',
|
|
|
- type: '',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '启动超时报警',
|
|
|
- code: '_Blower_StartTimeout',
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '停止超时报警',
|
|
|
- code: '_Blower_StopTimeout',
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- {
|
|
|
- title: `前轴振动高报警`,
|
|
|
- code: `_Motor_FrontVibHigh`,
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '前轴振动低报警',
|
|
|
- code: '_Motor_FrontVibLow',
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '后轴振动高报警',
|
|
|
- code: '_Motor_RearVibHigh',
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '后轴振动低报警',
|
|
|
- code: '_Motor_RearVibLow',
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '压力传感器保护投退',
|
|
|
- code: '_PressureSensor_Protect',
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '温度传感器保护投退',
|
|
|
- code: '_TemperatureSensor_Protect',
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '前轴振动传感器保护投退',
|
|
|
- code: '_FrontVibrationSensor_Protect',
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '后轴振动传感器保护投退',
|
|
|
- code: '_RearVibrationSensor_Protect',
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '流量传感器保护投退',
|
|
|
- code: '_FlowSensor_Protect',
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- ],
|
|
|
- },
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ type: 'list',
|
|
|
+ title: '压风机2',
|
|
|
+ stateHeader: [],
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ title: '',
|
|
|
+ childTitle: ['2#压风机'],
|
|
|
+ key: ['PRE2'],
|
|
|
+ list: [
|
|
|
+ {
|
|
|
+ title: '启动',
|
|
|
+ code: '_AirCompressor_Start',
|
|
|
+ type: 'sign',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '停止',
|
|
|
+ code: '_AirCompressor_Stop',
|
|
|
+ type: 'sign',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '复位',
|
|
|
+ code: '_AirCompressor_Reset',
|
|
|
+ type: 'sign',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '加载',
|
|
|
+ code: '_AirCompressor_Load',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: `电机前轴振动`,
|
|
|
+ code: `_FrontVibration`,
|
|
|
+ type: '',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '电机前轴温度',
|
|
|
+ code: '_FrontTemp',
|
|
|
+ type: '',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '回水管流量',
|
|
|
+ code: '_ReturnFlow',
|
|
|
+ type: '',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '电压高报警值',
|
|
|
+ code: '_HighVoltageAlarmSetting',
|
|
|
+ type: '',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '电流高报警值',
|
|
|
+ code: '_HighCurrentAlarmSetting',
|
|
|
+ type: '',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '排气温度高报警值',
|
|
|
+ code: '_ExhaustTempHighAlarmSetting',
|
|
|
+ type: '',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '振动值高报警值',
|
|
|
+ code: '_VibrationHighAlarmSetting',
|
|
|
+ type: '',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '流量高报警值',
|
|
|
+ code: '_FlowHighAlarmSetting',
|
|
|
+ type: '',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '启动超时报警',
|
|
|
+ code: '_Blower_StartTimeout',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '停止超时报警',
|
|
|
+ code: '_Blower_StopTimeout',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: `前轴振动高报警`,
|
|
|
+ code: `_Motor_FrontVibHigh`,
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '前轴振动低报警',
|
|
|
+ code: '_Motor_FrontVibLow',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '后轴振动高报警',
|
|
|
+ code: '_Motor_RearVibHigh',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '后轴振动低报警',
|
|
|
+ code: '_Motor_RearVibLow',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '压力传感器保护投退',
|
|
|
+ code: '_PressureSensor_Protect',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '温度传感器保护投退',
|
|
|
+ code: '_TemperatureSensor_Protect',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '前轴振动传感器保护投退',
|
|
|
+ code: '_FrontVibrationSensor_Protect',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '后轴振动传感器保护投退',
|
|
|
+ code: '_RearVibrationSensor_Protect',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '流量传感器保护投退',
|
|
|
+ code: '_FlowSensor_Protect',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
],
|
|
|
- },
|
|
|
- {
|
|
|
- type: 'list',
|
|
|
- title: '压风机3',
|
|
|
- stateHeader: [],
|
|
|
- children: [
|
|
|
- {
|
|
|
- title: '',
|
|
|
- childTitle: ['3#压风机'],
|
|
|
- key: ['PRE3'],
|
|
|
- list: [
|
|
|
- {
|
|
|
- title: '启动',
|
|
|
- code: '_AirCompressor_Start',
|
|
|
- type: 'sign',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '停止',
|
|
|
- code: '_AirCompressor_Stop',
|
|
|
- type: 'sign',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '复位',
|
|
|
- code: '_AirCompressor_Reset',
|
|
|
- type: 'sign',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '加载',
|
|
|
- code: '_AirCompressor_Load',
|
|
|
- type: 'sign',
|
|
|
- },
|
|
|
- {
|
|
|
- title: `电机前轴振动`,
|
|
|
- code: `_FrontVibration`,
|
|
|
- type: '',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '电机前轴温度',
|
|
|
- code: '_FrontTemp',
|
|
|
- type: '',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '回水管流量',
|
|
|
- code: '_ReturnFlow',
|
|
|
- type: '',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '电压高报警值',
|
|
|
- code: '_HighVoltageAlarmSetting',
|
|
|
- type: '',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '电流高报警值',
|
|
|
- code: '_HighCurrentAlarmSetting',
|
|
|
- type: '',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '排气温度高报警值',
|
|
|
- code: '_ExhaustTempHighAlarmSetting',
|
|
|
- type: '',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '振动值高报警值',
|
|
|
- code: '_VibrationHighAlarmSetting',
|
|
|
- type: '',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '流量高报警值',
|
|
|
- code: '_FlowHighAlarmSetting',
|
|
|
- type: '',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '启动超时报警',
|
|
|
- code: '_Blower_StartTimeout',
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '停止超时报警',
|
|
|
- code: '_Blower_StopTimeout',
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- {
|
|
|
- title: `前轴振动高报警`,
|
|
|
- code: `_Motor_FrontVibHigh`,
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '前轴振动低报警',
|
|
|
- code: '_Motor_FrontVibLow',
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '后轴振动高报警',
|
|
|
- code: '_Motor_RearVibHigh',
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '后轴振动低报警',
|
|
|
- code: '_Motor_RearVibLow',
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '压力传感器保护投退',
|
|
|
- code: '_PressureSensor_Protect',
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '温度传感器保护投退',
|
|
|
- code: '_TemperatureSensor_Protect',
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '前轴振动传感器保护投退',
|
|
|
- code: '_FrontVibrationSensor_Protect',
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '后轴振动传感器保护投退',
|
|
|
- code: '_RearVibrationSensor_Protect',
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '流量传感器保护投退',
|
|
|
- code: '_FlowSensor_Protect',
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- ],
|
|
|
- },
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ type: 'list',
|
|
|
+ title: '压风机3',
|
|
|
+ stateHeader: [],
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ title: '',
|
|
|
+ childTitle: ['3#压风机'],
|
|
|
+ key: ['PRE3'],
|
|
|
+ list: [
|
|
|
+ {
|
|
|
+ title: '启动',
|
|
|
+ code: '_AirCompressor_Start',
|
|
|
+ type: 'sign',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '停止',
|
|
|
+ code: '_AirCompressor_Stop',
|
|
|
+ type: 'sign',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '复位',
|
|
|
+ code: '_AirCompressor_Reset',
|
|
|
+ type: 'sign',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '加载',
|
|
|
+ code: '_AirCompressor_Load',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: `电机前轴振动`,
|
|
|
+ code: `_FrontVibration`,
|
|
|
+ type: '',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '电机前轴温度',
|
|
|
+ code: '_FrontTemp',
|
|
|
+ type: '',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '回水管流量',
|
|
|
+ code: '_ReturnFlow',
|
|
|
+ type: '',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '电压高报警值',
|
|
|
+ code: '_HighVoltageAlarmSetting',
|
|
|
+ type: '',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '电流高报警值',
|
|
|
+ code: '_HighCurrentAlarmSetting',
|
|
|
+ type: '',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '排气温度高报警值',
|
|
|
+ code: '_ExhaustTempHighAlarmSetting',
|
|
|
+ type: '',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '振动值高报警值',
|
|
|
+ code: '_VibrationHighAlarmSetting',
|
|
|
+ type: '',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '流量高报警值',
|
|
|
+ code: '_FlowHighAlarmSetting',
|
|
|
+ type: '',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '启动超时报警',
|
|
|
+ code: '_Blower_StartTimeout',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '停止超时报警',
|
|
|
+ code: '_Blower_StopTimeout',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: `前轴振动高报警`,
|
|
|
+ code: `_Motor_FrontVibHigh`,
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '前轴振动低报警',
|
|
|
+ code: '_Motor_FrontVibLow',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '后轴振动高报警',
|
|
|
+ code: '_Motor_RearVibHigh',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '后轴振动低报警',
|
|
|
+ code: '_Motor_RearVibLow',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '压力传感器保护投退',
|
|
|
+ code: '_PressureSensor_Protect',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '温度传感器保护投退',
|
|
|
+ code: '_TemperatureSensor_Protect',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '前轴振动传感器保护投退',
|
|
|
+ code: '_FrontVibrationSensor_Protect',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '后轴振动传感器保护投退',
|
|
|
+ code: '_RearVibrationSensor_Protect',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '流量传感器保护投退',
|
|
|
+ code: '_FlowSensor_Protect',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
],
|
|
|
- },
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ },
|
|
|
];
|
|
|
|
|
|
export const rightMonitor = [
|
|
|
- {
|
|
|
- type: 'list',
|
|
|
- title: '压风机4',
|
|
|
- stateHeader: [],
|
|
|
- children: [
|
|
|
- {
|
|
|
- title: '',
|
|
|
- childTitle: ['4#压风机'],
|
|
|
- key: ['PRE4'],
|
|
|
- list: [
|
|
|
- {
|
|
|
- title: '启动',
|
|
|
- code: '_AirCompressor_Start',
|
|
|
- type: 'sign',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '停止',
|
|
|
- code: '_AirCompressor_Stop',
|
|
|
- type: 'sign',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '复位',
|
|
|
- code: '_AirCompressor_Reset',
|
|
|
- type: 'sign',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '加载',
|
|
|
- code: '_AirCompressor_Load',
|
|
|
- type: 'sign',
|
|
|
- },
|
|
|
- {
|
|
|
- title: `电机前轴振动`,
|
|
|
- code: `_FrontVibration`,
|
|
|
- type: '',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '电机前轴温度',
|
|
|
- code: '_FrontTemp',
|
|
|
- type: '',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '回水管流量',
|
|
|
- code: '_ReturnFlow',
|
|
|
- type: '',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '电压高报警值',
|
|
|
- code: '_HighVoltageAlarmSetting',
|
|
|
- type: '',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '电流高报警值',
|
|
|
- code: '_HighCurrentAlarmSetting',
|
|
|
- type: '',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '排气温度高报警值',
|
|
|
- code: '_ExhaustTempHighAlarmSetting',
|
|
|
- type: '',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '振动值高报警值',
|
|
|
- code: '_VibrationHighAlarmSetting',
|
|
|
- type: '',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '流量高报警值',
|
|
|
- code: '_FlowHighAlarmSetting',
|
|
|
- type: '',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '启动超时报警',
|
|
|
- code: '_Blower_StartTimeout',
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '停止超时报警',
|
|
|
- code: '_Blower_StopTimeout',
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- {
|
|
|
- title: `前轴振动高报警`,
|
|
|
- code: `_Motor_FrontVibHigh`,
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '前轴振动低报警',
|
|
|
- code: '_Motor_FrontVibLow',
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '后轴振动高报警',
|
|
|
- code: '_Motor_RearVibHigh',
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '后轴振动低报警',
|
|
|
- code: '_Motor_RearVibLow',
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '压力传感器保护投退',
|
|
|
- code: '_PressureSensor_Protect',
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '温度传感器保护投退',
|
|
|
- code: '_TemperatureSensor_Protect',
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '前轴振动传感器保护投退',
|
|
|
- code: '_FrontVibrationSensor_Protect',
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '后轴振动传感器保护投退',
|
|
|
- code: '_RearVibrationSensor_Protect',
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '流量传感器保护投退',
|
|
|
- code: '_FlowSensor_Protect',
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- ],
|
|
|
- },
|
|
|
+ {
|
|
|
+ type: 'list',
|
|
|
+ title: '压风机4',
|
|
|
+ stateHeader: [],
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ title: '',
|
|
|
+ childTitle: ['4#压风机'],
|
|
|
+ key: ['PRE4'],
|
|
|
+ list: [
|
|
|
+ {
|
|
|
+ title: '启动',
|
|
|
+ code: '_AirCompressor_Start',
|
|
|
+ type: 'sign',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '停止',
|
|
|
+ code: '_AirCompressor_Stop',
|
|
|
+ type: 'sign',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '复位',
|
|
|
+ code: '_AirCompressor_Reset',
|
|
|
+ type: 'sign',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '加载',
|
|
|
+ code: '_AirCompressor_Load',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: `电机前轴振动`,
|
|
|
+ code: `_FrontVibration`,
|
|
|
+ type: '',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '电机前轴温度',
|
|
|
+ code: '_FrontTemp',
|
|
|
+ type: '',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '回水管流量',
|
|
|
+ code: '_ReturnFlow',
|
|
|
+ type: '',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '电压高报警值',
|
|
|
+ code: '_HighVoltageAlarmSetting',
|
|
|
+ type: '',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '电流高报警值',
|
|
|
+ code: '_HighCurrentAlarmSetting',
|
|
|
+ type: '',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '排气温度高报警值',
|
|
|
+ code: '_ExhaustTempHighAlarmSetting',
|
|
|
+ type: '',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '振动值高报警值',
|
|
|
+ code: '_VibrationHighAlarmSetting',
|
|
|
+ type: '',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '流量高报警值',
|
|
|
+ code: '_FlowHighAlarmSetting',
|
|
|
+ type: '',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '启动超时报警',
|
|
|
+ code: '_Blower_StartTimeout',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '停止超时报警',
|
|
|
+ code: '_Blower_StopTimeout',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: `前轴振动高报警`,
|
|
|
+ code: `_Motor_FrontVibHigh`,
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '前轴振动低报警',
|
|
|
+ code: '_Motor_FrontVibLow',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '后轴振动高报警',
|
|
|
+ code: '_Motor_RearVibHigh',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '后轴振动低报警',
|
|
|
+ code: '_Motor_RearVibLow',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '压力传感器保护投退',
|
|
|
+ code: '_PressureSensor_Protect',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '温度传感器保护投退',
|
|
|
+ code: '_TemperatureSensor_Protect',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '前轴振动传感器保护投退',
|
|
|
+ code: '_FrontVibrationSensor_Protect',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '后轴振动传感器保护投退',
|
|
|
+ code: '_RearVibrationSensor_Protect',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '流量传感器保护投退',
|
|
|
+ code: '_FlowSensor_Protect',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
],
|
|
|
- },
|
|
|
- {
|
|
|
- type: 'list',
|
|
|
- title: '压风机5',
|
|
|
- stateHeader: [],
|
|
|
- children: [
|
|
|
- {
|
|
|
- title: '',
|
|
|
- childTitle: ['5#压风机'],
|
|
|
- key: ['PRE5'],
|
|
|
- list: [
|
|
|
- {
|
|
|
- title: '启动',
|
|
|
- code: '_AirCompressor_Start',
|
|
|
- type: 'sign',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '停止',
|
|
|
- code: '_AirCompressor_Stop',
|
|
|
- type: 'sign',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '复位',
|
|
|
- code: '_AirCompressor_Reset',
|
|
|
- type: 'sign',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '加载',
|
|
|
- code: '_AirCompressor_Load',
|
|
|
- type: 'sign',
|
|
|
- },
|
|
|
- {
|
|
|
- title: `电机前轴振动`,
|
|
|
- code: `_FrontVibration`,
|
|
|
- type: '',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '电机前轴温度',
|
|
|
- code: '_FrontTemp',
|
|
|
- type: '',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '回水管流量',
|
|
|
- code: '_ReturnFlow',
|
|
|
- type: '',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '电压高报警值',
|
|
|
- code: '_HighVoltageAlarmSetting',
|
|
|
- type: '',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '电流高报警值',
|
|
|
- code: '_HighCurrentAlarmSetting',
|
|
|
- type: '',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '排气温度高报警值',
|
|
|
- code: '_ExhaustTempHighAlarmSetting',
|
|
|
- type: '',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '振动值高报警值',
|
|
|
- code: '_VibrationHighAlarmSetting',
|
|
|
- type: '',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '流量高报警值',
|
|
|
- code: '_FlowHighAlarmSetting',
|
|
|
- type: '',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '启动超时报警',
|
|
|
- code: '_Blower_StartTimeout',
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '停止超时报警',
|
|
|
- code: '_Blower_StopTimeout',
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- {
|
|
|
- title: `前轴振动高报警`,
|
|
|
- code: `_Motor_FrontVibHigh`,
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '前轴振动低报警',
|
|
|
- code: '_Motor_FrontVibLow',
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '后轴振动高报警',
|
|
|
- code: '_Motor_RearVibHigh',
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '后轴振动低报警',
|
|
|
- code: '_Motor_RearVibLow',
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '压力传感器保护投退',
|
|
|
- code: '_PressureSensor_Protect',
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '温度传感器保护投退',
|
|
|
- code: '_TemperatureSensor_Protect',
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '前轴振动传感器保护投退',
|
|
|
- code: '_FrontVibrationSensor_Protect',
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '后轴振动传感器保护投退',
|
|
|
- code: '_RearVibrationSensor_Protect',
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '流量传感器保护投退',
|
|
|
- code: '_FlowSensor_Protect',
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- ],
|
|
|
- },
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ type: 'list',
|
|
|
+ title: '压风机5',
|
|
|
+ stateHeader: [],
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ title: '',
|
|
|
+ childTitle: ['5#压风机'],
|
|
|
+ key: ['PRE5'],
|
|
|
+ list: [
|
|
|
+ {
|
|
|
+ title: '启动',
|
|
|
+ code: '_AirCompressor_Start',
|
|
|
+ type: 'sign',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '停止',
|
|
|
+ code: '_AirCompressor_Stop',
|
|
|
+ type: 'sign',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '复位',
|
|
|
+ code: '_AirCompressor_Reset',
|
|
|
+ type: 'sign',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '加载',
|
|
|
+ code: '_AirCompressor_Load',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: `电机前轴振动`,
|
|
|
+ code: `_FrontVibration`,
|
|
|
+ type: '',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '电机前轴温度',
|
|
|
+ code: '_FrontTemp',
|
|
|
+ type: '',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '回水管流量',
|
|
|
+ code: '_ReturnFlow',
|
|
|
+ type: '',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '电压高报警值',
|
|
|
+ code: '_HighVoltageAlarmSetting',
|
|
|
+ type: '',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '电流高报警值',
|
|
|
+ code: '_HighCurrentAlarmSetting',
|
|
|
+ type: '',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '排气温度高报警值',
|
|
|
+ code: '_ExhaustTempHighAlarmSetting',
|
|
|
+ type: '',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '振动值高报警值',
|
|
|
+ code: '_VibrationHighAlarmSetting',
|
|
|
+ type: '',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '流量高报警值',
|
|
|
+ code: '_FlowHighAlarmSetting',
|
|
|
+ type: '',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '启动超时报警',
|
|
|
+ code: '_Blower_StartTimeout',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '停止超时报警',
|
|
|
+ code: '_Blower_StopTimeout',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: `前轴振动高报警`,
|
|
|
+ code: `_Motor_FrontVibHigh`,
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '前轴振动低报警',
|
|
|
+ code: '_Motor_FrontVibLow',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '后轴振动高报警',
|
|
|
+ code: '_Motor_RearVibHigh',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '后轴振动低报警',
|
|
|
+ code: '_Motor_RearVibLow',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '压力传感器保护投退',
|
|
|
+ code: '_PressureSensor_Protect',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '温度传感器保护投退',
|
|
|
+ code: '_TemperatureSensor_Protect',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '前轴振动传感器保护投退',
|
|
|
+ code: '_FrontVibrationSensor_Protect',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '后轴振动传感器保护投退',
|
|
|
+ code: '_RearVibrationSensor_Protect',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '流量传感器保护投退',
|
|
|
+ code: '_FlowSensor_Protect',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
],
|
|
|
- },
|
|
|
- {
|
|
|
- type: 'list',
|
|
|
- title: '压风机6',
|
|
|
- stateHeader: [],
|
|
|
- children: [
|
|
|
- {
|
|
|
- title: '',
|
|
|
- childTitle: ['6#压风机'],
|
|
|
- key: ['PRE6'],
|
|
|
- list: [
|
|
|
- {
|
|
|
- title: '启动',
|
|
|
- code: '_AirCompressor_Start',
|
|
|
- type: 'sign',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '停止',
|
|
|
- code: '_AirCompressor_Stop',
|
|
|
- type: 'sign',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '复位',
|
|
|
- code: '_AirCompressor_Reset',
|
|
|
- type: 'sign',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '加载',
|
|
|
- code: '_AirCompressor_Load',
|
|
|
- type: 'sign',
|
|
|
- },
|
|
|
- {
|
|
|
- title: `电机前轴振动`,
|
|
|
- code: `_FrontVibration`,
|
|
|
- type: '',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '电机前轴温度',
|
|
|
- code: '_FrontTemp',
|
|
|
- type: '',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '回水管流量',
|
|
|
- code: '_ReturnFlow',
|
|
|
- type: '',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '电压高报警值',
|
|
|
- code: '_HighVoltageAlarmSetting',
|
|
|
- type: '',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '电流高报警值',
|
|
|
- code: '_HighCurrentAlarmSetting',
|
|
|
- type: '',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '排气温度高报警值',
|
|
|
- code: '_ExhaustTempHighAlarmSetting',
|
|
|
- type: '',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '振动值高报警值',
|
|
|
- code: '_VibrationHighAlarmSetting',
|
|
|
- type: '',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '流量高报警值',
|
|
|
- code: '_FlowHighAlarmSetting',
|
|
|
- type: '',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '启动超时报警',
|
|
|
- code: '_Blower_StartTimeout',
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '停止超时报警',
|
|
|
- code: '_Blower_StopTimeout',
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- {
|
|
|
- title: `前轴振动高报警`,
|
|
|
- code: `_Motor_FrontVibHigh`,
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '前轴振动低报警',
|
|
|
- code: '_Motor_FrontVibLow',
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '后轴振动高报警',
|
|
|
- code: '_Motor_RearVibHigh',
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '后轴振动低报警',
|
|
|
- code: '_Motor_RearVibLow',
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '压力传感器保护投退',
|
|
|
- code: '_PressureSensor_Protect',
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '温度传感器保护投退',
|
|
|
- code: '_TemperatureSensor_Protect',
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '前轴振动传感器保护投退',
|
|
|
- code: '_FrontVibrationSensor_Protect',
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '后轴振动传感器保护投退',
|
|
|
- code: '_RearVibrationSensor_Protect',
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '流量传感器保护投退',
|
|
|
- code: '_FlowSensor_Protect',
|
|
|
- type: 'warning',
|
|
|
- },
|
|
|
- ],
|
|
|
- },
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ type: 'list',
|
|
|
+ title: '压风机6',
|
|
|
+ stateHeader: [],
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ title: '',
|
|
|
+ childTitle: ['6#压风机'],
|
|
|
+ key: ['PRE6'],
|
|
|
+ list: [
|
|
|
+ {
|
|
|
+ title: '启动',
|
|
|
+ code: '_AirCompressor_Start',
|
|
|
+ type: 'sign',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '停止',
|
|
|
+ code: '_AirCompressor_Stop',
|
|
|
+ type: 'sign',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '复位',
|
|
|
+ code: '_AirCompressor_Reset',
|
|
|
+ type: 'sign',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '加载',
|
|
|
+ code: '_AirCompressor_Load',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: `电机前轴振动`,
|
|
|
+ code: `_FrontVibration`,
|
|
|
+ type: '',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '电机前轴温度',
|
|
|
+ code: '_FrontTemp',
|
|
|
+ type: '',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '回水管流量',
|
|
|
+ code: '_ReturnFlow',
|
|
|
+ type: '',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '电压高报警值',
|
|
|
+ code: '_HighVoltageAlarmSetting',
|
|
|
+ type: '',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '电流高报警值',
|
|
|
+ code: '_HighCurrentAlarmSetting',
|
|
|
+ type: '',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '排气温度高报警值',
|
|
|
+ code: '_ExhaustTempHighAlarmSetting',
|
|
|
+ type: '',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '振动值高报警值',
|
|
|
+ code: '_VibrationHighAlarmSetting',
|
|
|
+ type: '',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '流量高报警值',
|
|
|
+ code: '_FlowHighAlarmSetting',
|
|
|
+ type: '',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '启动超时报警',
|
|
|
+ code: '_Blower_StartTimeout',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '停止超时报警',
|
|
|
+ code: '_Blower_StopTimeout',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: `前轴振动高报警`,
|
|
|
+ code: `_Motor_FrontVibHigh`,
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '前轴振动低报警',
|
|
|
+ code: '_Motor_FrontVibLow',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '后轴振动高报警',
|
|
|
+ code: '_Motor_RearVibHigh',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '后轴振动低报警',
|
|
|
+ code: '_Motor_RearVibLow',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '压力传感器保护投退',
|
|
|
+ code: '_PressureSensor_Protect',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '温度传感器保护投退',
|
|
|
+ code: '_TemperatureSensor_Protect',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '前轴振动传感器保护投退',
|
|
|
+ code: '_FrontVibrationSensor_Protect',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '后轴振动传感器保护投退',
|
|
|
+ code: '_RearVibrationSensor_Protect',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '流量传感器保护投退',
|
|
|
+ code: '_FlowSensor_Protect',
|
|
|
+ type: 'warning',
|
|
|
+ },
|
|
|
],
|
|
|
- },
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ },
|
|
|
];
|
|
|
|
|
|
export const detailCtrl = [];
|