| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378 |
- /**
- * 监测数据组配置,该配置主要影响的是模型中套件的数量
- *
- * 数组第一层意味着有几套监测系统,第二层意味着一套监测系统里有几个套件。
- * 第二层中的数据意味着套件编号,将用于生成点表字段来展示数据
- */
- export const monitorDataGroupArr = [[1, 2, 3, 4]];
- /**
- * 监测数据详情配置,该配置主要影响了模型里各个套件所展示的详情信息
- *
- * type代表详情信息排版类型
- *
- * hideInGroup代表在哪个套件下不展示监测数据详情
- *
- * key用于和套件编号、list[x].code一起生成点表字段,例如:key1code
- */
- export const modelMonitor = [
- {
- type: 'list',
- title: '空压机',
- stateHeader: [],
- key: 'forFan',
- list: [
- // {
- // code: 'signal',
- // child: [
- // {
- // title: `运行状态`,
- // code: `Working`,
- // isWaring: false,
- // },
- // ],
- // },
- {
- title: '出口压力',
- code: 'GasSupplyPressure',
- unit: 'mPa',
- },
- {
- title: `电机电流`,
- code: `Current`,
- unit: 'A',
- },
- {
- title: `运行时间`,
- code: `RunTime`,
- unit: 'h',
- },
- {
- title: `电机温度`,
- code: `Temp`,
- unit: '℃',
- },
- ],
- },
- {
- type: 'list',
- title: '风包',
- key: 'forFan',
- stateHeader: [],
- hideInGroup: [4],
- list: [
- {
- title: '风包压力',
- code: 'WindBagPressure',
- unit: 'mPa',
- },
- {
- title: '风包温度',
- code: 'WindBagTemp',
- unit: '℃',
- },
- ],
- },
- ];
- /**
- * 左侧监测数据配置,该配置主要影响左边监测模块里展示的信息
- *
- * type代表详情信息排版类型
- *
- * key用于和套件编号、list[x].code一起生成点表字段,例如:key1code
- */
- export const leftMonitor = [
- // {
- // type: 'list',
- // title: '压风机1',
- // stateHeader: [],
- // children: [
- // {
- // title: '',
- // childTitle: ['1#压风机'],
- // key: ['PRE1'],
- // list: [
- // {
- // title: `启动失败`,
- // code: `_MOT_StartFail`,
- // type: 'warning',
- // },
- // {
- // title: `停止失败`,
- // code: `_MOT_StopFail`,
- // type: 'warning',
- // },
- // {
- // title: `报警信号`,
- // code: `_AlamSignal`,
- // type: 'warning',
- // },
- // {
- // title: `故障信号`,
- // code: `_FaultSignal`,
- // 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: `A相绕组超温`,
- // code: `_MOT_PhaseATempAlarm`,
- // type: 'warning',
- // },
- // {
- // title: `主机本机`,
- // code: `_HostorLoc`,
- // type: 'signal',
- // },
- // {
- // title: '总运行时间(h)',
- // code: '_MOT_TotalRunTime',
- // 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: `启动失败`,
- // code: `_MOT_StartFail`,
- // type: 'warning',
- // },
- // {
- // title: `停止失败`,
- // code: `_MOT_StopFail`,
- // type: 'warning',
- // },
- // {
- // title: `报警信号`,
- // code: `_AlamSignal`,
- // type: 'warning',
- // },
- // {
- // title: `故障信号`,
- // code: `_FaultSignal`,
- // 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: `A相绕组超温`,
- // code: `_MOT_PhaseATempAlarm`,
- // type: 'warning',
- // },
- // {
- // title: `主机本机`,
- // code: `_HostorLoc`,
- // type: 'signal',
- // },
- // {
- // title: '总运行时间(h)',
- // code: '_MOT_TotalRunTime',
- // type: '',
- // },
- // {
- // title: 'A相绕组温度(℃)',
- // code: '_MOT_PhaseATemp',
- // type: '',
- // },
- // {
- // title: 'B相绕组温度(℃)',
- // code: '_MOT_PhaseBTemp',
- // type: '',
- // },
- // {
- // title: 'C相绕组温度(℃)',
- // code: '_MOT_PhaseCTemp',
- // type: '',
- // },
- // ],
- // },
- // ],
- // },
- ];
- /**
- * 右上角汇总数据配置
- *
- * code表示点表字段,例如:pressure_total
- */
- export const totalData = [
- {
- title: '总压力',
- code: 'TotalPressure',
- unit: 'mPa',
- },
- ];
- /**
- * 右侧监测数据配置,该配置主要影响右边监测模块里展示的信息
- *
- * type代表详情信息排版类型
- *
- * key用于和套件编号、list[x].code一起生成点表字段,例如:key1code
- */
- export const rightMonitor = [
- // {
- // type: 'list',
- // title: '压风机3',
- // stateHeader: [],
- // children: [
- // {
- // title: '',
- // childTitle: ['3#压风机'],
- // key: ['PRE3'],
- // list: [
- // {
- // title: `启动失败`,
- // code: `_MOT_StartFail`,
- // type: 'warning',
- // },
- // {
- // title: `停止失败`,
- // code: `_MOT_StopFail`,
- // type: 'warning',
- // },
- // {
- // title: `报警信号`,
- // code: `_AlamSignal`,
- // type: 'warning',
- // },
- // {
- // title: `故障信号`,
- // code: `_FaultSignal`,
- // 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: `A相绕组超温`,
- // code: `_MOT_PhaseATempAlarm`,
- // type: 'warning',
- // },
- // {
- // title: `主机本机`,
- // code: `_HostorLoc`,
- // type: 'signal',
- // },
- // {
- // title: '总运行时间(h)',
- // code: '_MOT_TotalRunTime',
- // type: '',
- // },
- // {
- // title: 'A相绕组温度(℃)',
- // code: '_MOT_PhaseATemp',
- // type: '',
- // },
- // {
- // title: 'B相绕组温度(℃)',
- // code: '_MOT_PhaseBTemp',
- // type: '',
- // },
- // {
- // title: 'C相绕组温度(℃)',
- // code: '_MOT_PhaseCTemp',
- // type: '',
- // },
- // ],
- // },
- // ],
- // },
- ];
- export const detailCtrl = [];
|