123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491 |
- export const monitorDataGroupArr = [[1, 2, 3, 4]];
- export const modelMonitor = [
- {
- type: 'list',
- title: '空压机',
- stateHeader: [],
- key: 'PRE',
- list: [
- {
- title: '加载压力',
- code: '_CPR_LoadPre',
- unit: 'MPa',
- },
- {
- title: '卸载压力',
- code: '_CPR_UnLoadPre',
- unit: 'MPa',
- child: [],
- },
- {
- title: `机头温度`,
- code: `_CPR_HeadTemp`,
- unit: '℃',
- child: [],
- },
- {
- title: `冷却温度`,
- code: `_CPR_CoolantTemp`,
- unit: '℃',
- child: [],
- },
- {
- title: `排气温度`,
- code: `_CPR_ExhaustTemp`,
- unit: '℃',
- child: [],
- },
- {
- title: '加载时间',
- code: '_CPR_LoadTime',
- unit: 'h',
- child: [],
- },
- {
- title: '排气压力',
- code: '_CPR_ExhaustPre',
- unit: 'MPa',
- child: [],
- },
- {
- code: 'signal',
- child: [
- {
- title: `加载卸载`,
- code: `_CPR_LoadorUnload`,
- isWaring: false,
- },
- {
- title: `状态`,
- code: `_Status`,
- isWaring: false,
- },
- ],
- },
- ],
- },
- {
- type: 'list',
- title: '储气罐',
- key: 'PRE',
- stateHeader: [],
- hideInGroup: [],
- list: [
- {
- title: '风包温度',
- code: '_VLS_Temp',
- unit: '℃',
- },
- ],
- },
- ];
- export const totalData = [
- {
- title: '总出风管压力',
- code: 'PRE_ExitPressure',
- unit: 'bar',
- },
- ];
- export const leftMonitor = [
- {
- type: 'list',
- title: '压风机1',
- stateHeader: [],
- children: [
- {
- title: '',
- childTitle: ['1#压风机'],
- key: ['PRE1'],
- list: [
- {
- title: `故障信号1`,
- code: `_FaultSignal1`,
- type: 'warning',
- },
- {
- title: `故障信号2`,
- code: `_FaultSignal2`,
- type: 'warning',
- },
- {
- title: `A相绕组超温`,
- code: `_MOT_PhaseATempAlarm`,
- type: 'warning',
- },
- {
- title: `B相绕组超温`,
- code: `_MOT_PhaseBTempAlarm`,
- type: 'warning',
- },
- {
- title: `C相绕组超温`,
- code: `_MOT_PhaseCTempAlarm`,
- type: 'warning',
- },
- {
- title: '电机启动失败',
- code: '_MOT_StartFail',
- type: 'warning',
- },
- {
- title: '电机停止失败',
- code: '_MOT_StopFail',
- type: 'warning',
- },
- {
- title: '电机运行返回',
- code: '_MOT_RunReturn',
- type: 'warning',
- },
- {
- title: '综保故障',
- code: '_MOT_CompProtFault',
- type: 'warning',
- },
- {
- title: '接地故障',
- code: '_MOT_EarthFault',
- type: 'warning',
- },
- {
- title: '过流故障',
- code: '_MOT_OverCurrentFault',
- type: 'warning',
- },
- {
- title: `主机本机`,
- code: `_HostorLoc`,
- type: 'signal',
- },
- {
- title: '总运行时间(h)',
- code: '_MOT_TotalRunTime',
- type: '',
- },
- {
- title: '有功功率(kW)',
- code: '_MOT_Power',
- type: '',
- },
- {
- title: 'A相绕组温度(℃)',
- code: '_MOT_PhaseATemp',
- type: '',
- },
- {
- title: 'B相绕组温度(℃)',
- code: '_MOT_PhaseBTemp',
- type: '',
- },
- {
- title: 'C相绕组温度(℃)',
- code: '_MOT_PhaseCTemp',
- type: '',
- },
- ],
- },
- ],
- },
- {
- type: 'list',
- title: '压风机2',
- stateHeader: [],
- children: [
- {
- title: '',
- childTitle: ['2#压风机'],
- key: ['PRE2'],
- list: [
- {
- title: `故障信号1`,
- code: `_FaultSignal1`,
- type: 'warning',
- },
- {
- title: `故障信号2`,
- code: `_FaultSignal2`,
- type: 'warning',
- },
- {
- title: `A相绕组超温`,
- code: `_MOT_PhaseATempAlarm`,
- type: 'warning',
- },
- {
- title: `B相绕组超温`,
- code: `_MOT_PhaseBTempAlarm`,
- type: 'warning',
- },
- {
- title: `C相绕组超温`,
- code: `_MOT_PhaseCTempAlarm`,
- type: 'warning',
- },
- {
- title: '电机启动失败',
- code: '_MOT_StartFail',
- type: 'warning',
- },
- {
- title: '电机停止失败',
- code: '_MOT_StopFail',
- type: 'warning',
- },
- {
- title: '电机运行返回',
- code: '_MOT_RunReturn',
- type: 'warning',
- },
- {
- title: '综保故障',
- code: '_MOT_CompProtFault',
- type: 'warning',
- },
- {
- title: '接地故障',
- code: '_MOT_EarthFault',
- type: 'warning',
- },
- {
- title: '过流故障',
- code: '_MOT_OverCurrentFault',
- type: 'warning',
- },
- {
- title: `主机本机`,
- code: `_HostorLoc`,
- type: 'signal',
- },
- {
- title: '总运行时间(h)',
- code: '_MOT_TotalRunTime',
- type: '',
- },
- {
- title: '有功功率(kW)',
- code: '_MOT_Power',
- type: '',
- },
- {
- title: 'A相绕组温度(℃)',
- code: '_MOT_PhaseATemp',
- type: '',
- },
- {
- title: 'B相绕组温度(℃)',
- code: '_MOT_PhaseBTemp',
- type: '',
- },
- {
- title: 'C相绕组温度(℃)',
- code: '_MOT_PhaseCTemp',
- type: '',
- },
- ],
- },
- ],
- },
- ];
- export const rightMonitor = [
- {
- type: 'list',
- title: '压风机3',
- stateHeader: [],
- children: [
- {
- title: '',
- childTitle: ['3#压风机'],
- key: ['PRE3'],
- list: [
- {
- title: `故障信号1`,
- code: `_FaultSignal1`,
- type: 'warning',
- },
- {
- title: `故障信号2`,
- code: `_FaultSignal2`,
- type: 'warning',
- },
- {
- title: `A相绕组超温`,
- code: `_MOT_PhaseATempAlarm`,
- type: 'warning',
- },
- {
- title: `B相绕组超温`,
- code: `_MOT_PhaseBTempAlarm`,
- type: 'warning',
- },
- {
- title: `C相绕组超温`,
- code: `_MOT_PhaseCTempAlarm`,
- type: 'warning',
- },
- {
- title: '电机启动失败',
- code: '_MOT_StartFail',
- type: 'warning',
- },
- {
- title: '电机停止失败',
- code: '_MOT_StopFail',
- type: 'warning',
- },
- {
- title: '电机运行返回',
- code: '_MOT_RunReturn',
- type: 'warning',
- },
- {
- title: '综保故障',
- code: '_MOT_CompProtFault',
- type: 'warning',
- },
- {
- title: '接地故障',
- code: '_MOT_EarthFault',
- type: 'warning',
- },
- {
- title: '过流故障',
- code: '_MOT_OverCurrentFault',
- type: 'warning',
- },
- {
- title: `主机本机`,
- code: `_HostorLoc`,
- type: 'signal',
- },
- {
- title: '总运行时间(h)',
- code: '_MOT_TotalRunTime',
- type: '',
- },
- {
- title: '有功功率(kW)',
- code: '_MOT_Power',
- type: '',
- },
- {
- title: 'A相绕组温度(℃)',
- code: '_MOT_PhaseATemp',
- type: '',
- },
- {
- title: 'B相绕组温度(℃)',
- code: '_MOT_PhaseBTemp',
- type: '',
- },
- {
- title: 'C相绕组温度(℃)',
- code: '_MOT_PhaseCTemp',
- type: '',
- },
- ],
- },
- ],
- },
- {
- type: 'list',
- title: '压风机4',
- stateHeader: [],
- children: [
- {
- title: '',
- childTitle: ['4#压风机'],
- key: ['PRE4'],
- list: [
- {
- title: `故障信号1`,
- code: `_FaultSignal1`,
- type: 'warning',
- },
- {
- title: `故障信号2`,
- code: `_FaultSignal2`,
- type: 'warning',
- },
- {
- title: `A相绕组超温`,
- code: `_MOT_PhaseATempAlarm`,
- type: 'warning',
- },
- {
- title: `B相绕组超温`,
- code: `_MOT_PhaseBTempAlarm`,
- type: 'warning',
- },
- {
- title: `C相绕组超温`,
- code: `_MOT_PhaseCTempAlarm`,
- type: 'warning',
- },
- {
- title: '电机启动失败',
- code: '_MOT_StartFail',
- type: 'warning',
- },
- {
- title: '电机停止失败',
- code: '_MOT_StopFail',
- type: 'warning',
- },
- {
- title: '电机运行返回',
- code: '_MOT_RunReturn',
- type: 'warning',
- },
- {
- title: '综保故障',
- code: '_MOT_CompProtFault',
- type: 'warning',
- },
- {
- title: '接地故障',
- code: '_MOT_EarthFault',
- type: 'warning',
- },
- {
- title: '过流故障',
- code: '_MOT_OverCurrentFault',
- type: 'warning',
- },
- {
- title: `主机本机`,
- code: `_HostorLoc`,
- type: 'signal',
- },
- {
- title: '总运行时间(h)',
- code: '_MOT_TotalRunTime',
- type: '',
- },
- {
- title: '有功功率(kW)',
- code: '_MOT_Power',
- type: '',
- },
- {
- title: 'A相绕组温度(℃)',
- code: '_MOT_PhaseATemp',
- type: '',
- },
- {
- title: 'B相绕组温度(℃)',
- code: '_MOT_PhaseBTemp',
- type: '',
- },
- {
- title: 'C相绕组温度(℃)',
- code: '_MOT_PhaseCTemp',
- type: '',
- },
- ],
- },
- ],
- },
- ];
- export const detailCtrl = [];
|