| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408 |
- export const leftMonitor = [
- {
- type: 'list',
- title: '瓦斯泵',
- stateHeader: [],
- children: [
- {
- title: '',
- childTitle: ['1#瓦斯泵', '2#瓦斯泵'],
- key: ['CentrifugalPump1_', 'CentrifugalPump2_'],
- list: [
- {
- title: '阀门开限位',
- code: 'GVL1_OpenLimit',
- type: 'warning',
- },
- {
- title: '阀门关限位',
- code: 'GVL1_CloseLimit',
- type: 'sign',
- },
- {
- title: '健康信号',
- code: 'PU_Healthy',
- type: 'sign',
- },
- {
- title: '平均电压(V)',
- code: 'MOT_AvgVoltage',
- type: '',
- },
- {
- title: 'A相电流(A)',
- code: 'MOT_Ia',
- type: '',
- },
- {
- title: 'B相电流(A)',
- code: 'MOT_Ib',
- type: '',
- },
- {
- title: 'C相电流(A)',
- code: 'MOT_Ic',
- type: '',
- },
- {
- title: '前轴温度(℃)',
- code: 'MOT_FrontAxleTemp',
- type: '',
- },
- {
- title: '后轴温度(℃)',
- code: 'MOT_BackAxleTemp',
- type: '',
- },
- {
- title: '前轴超温报警',
- code: 'MOT_FrontAxleOverTempAlarm',
- type: 'sign',
- },
- {
- title: '后轴超温报警',
- code: 'MOT_BackAxleOverTempAlarm',
- type: 'sign',
- },
- ],
- },
- ],
- },
- {
- type: 'list',
- title: '冷却泵',
- stateHeader: [],
- children: [
- {
- title: '',
- childTitle: ['1#冷却泵', '2#冷却泵'],
- key: ['SubmarinePump_MOT_', 'SubmarinePump2_MOT_'],
- list: [
- {
- title: '健康信号',
- code: 'Healthy',
- type: 'sign',
- },
- {
- title: '有功功率(KW)',
- code: 'Power',
- type: '',
- },
- {
- title: '平均电压(V)',
- code: 'AvgVoltage',
- type: '',
- },
- {
- title: 'A相电流(A)',
- code: 'Ia',
- type: '',
- },
- {
- title: 'B相电流(A)',
- code: 'Ib',
- type: '',
- },
- {
- title: 'C相电流(A)',
- code: 'Ic',
- type: '',
- },
- ],
- },
- ],
- },
- ];
- export const rightMonitor = [
- // {
- // type: 'table',
- // title: '磁力启动器运行状态',
- // stateHeader: ['设备名称', '断路器', '合闸输出', '分闸输出', '状态'],
- // children: [
- // {
- // title: '启动器1',
- // key: ['Starter1_'],
- // childTitle: ['启动器1'],
- // },
- // {
- // title: '启动器2',
- // key: ['Starter2_'],
- // childTitle: ['启动器2'],
- // },
- // {
- // title: '启动器3',
- // key: ['Starter3_'],
- // childTitle: ['启动器3'],
- // },
- // {
- // title: '启动器4',
- // key: ['Starter4_'],
- // childTitle: ['启动器4'],
- // },
- // {
- // title: '启动器5',
- // key: ['Starter5_'],
- // childTitle: ['启动器5'],
- // },
- // ],
- // list: [
- // {
- // title: '断路器',
- // type: '',
- // code: 'CBStatus',
- // dict: { '1': '合闸', '0': '分闸' },
- // },
- // {
- // title: '合闸输出',
- // type: '',
- // code: 'SwitchOnOutput',
- // },
- // {
- // title: '分闸输出',
- // type: '',
- // code: 'SwitchOffOutput',
- // },
- // {
- // title: '状态',
- // type: '',
- // code: 'PLCState',
- // dict: { '1': '连接', '0': '断开' },
- // },
- // ],
- // },
- // {
- // type: 'table',
- // title: '阀门运行状态',
- // stateHeader: ['设备名称', '开启', '停止', '健康', '模式'],
- // children: [
- // {
- // title: '抽气阀',
- // key: ['CentrifugalPump1_GVL1_', 'CentrifugalPump1_GVL2_'],
- // childTitle: ['1#注水阀', '2#注水阀'],
- // },
- // {
- // title: '排气阀',
- // key: ['CentrifugalPump2_GVL1_', 'CentrifugalPump2_GVL2_'],
- // childTitle: ['1#排气阀', '2#排气阀'],
- // },
- // ],
- // list: [
- // {
- // title: '开启',
- // type: '',
- // code: 'OpenLimit',
- // },
- // {
- // title: '停止',
- // type: '',
- // code: 'CloseLimit',
- // },
- // {
- // title: '健康',
- // type: '',
- // code: 'Healthy',
- // },
- // {
- // title: '模式',
- // type: '',
- // code: 'CtrlMode',
- // dict: { '1': '控制', '0': '就地' },
- // },
- // ],
- // },
- {
- type: 'list',
- title: '瓦斯泵预警监测',
- stateHeader: [],
- children: [
- {
- title: '',
- childTitle: ['1#瓦斯泵', '2#瓦斯泵'],
- key: ['CentrifugalPump1_MOT_', 'CentrifugalPump2_MOT_'],
- list: [
- // {
- // title: 'A相超温报警',
- // code: 'PhaseATempAlarm',
- // type: 'warning',
- // },
- {
- title: 'B相超温报警',
- code: 'PhaseBTempAlarm',
- type: 'warning',
- },
- {
- title: 'C相超温报警',
- code: 'PhaseCTempAlarm',
- type: 'warning',
- },
- {
- title: '前轴超温报警',
- code: 'FrontAxleOverTempAlarm',
- type: 'warning',
- },
- {
- title: '后轴超温报警',
- code: 'BackAxleOverTempAlarm',
- type: 'warning',
- },
- ],
- },
- ],
- },
- ];
- export const detailCtrl = [
- {
- title: '回路控制',
- type: [
- {
- title: '1回路',
- childTitle: ['1回路'],
- key: ['PD13_SG1_Loop1'],
- },
- {
- title: '2回路',
- childTitle: ['2回路'],
- key: ['PD13_SG1_Loop2'],
- },
- {
- title: '3回路',
- childTitle: ['3回路'],
- key: ['PD13_SG1_Loop3'],
- },
- {
- title: '4回路',
- childTitle: ['4回路'],
- key: ['PD13_SG1_Loop4'],
- },
- ],
- items: [
- {
- title: '分闸运行',
- code: '_HMISwitchOff',
- },
- {
- title: '合闸运行',
- code: '_HMISwitchOn',
- },
- {
- title: '远程短路试验',
- code: '_HMIShortTest',
- },
- {
- title: '远程漏电试验',
- code: '_HMILeakageTest',
- },
- ],
- },
- {
- title: '泵站控制',
- type: [
- {
- title: '瓦斯泵',
- childTitle: ['1#瓦斯泵', '2#瓦斯泵'],
- key: ['PD13_Starter201', 'PD13_Starter202'],
- },
- {
- title: '排水泵',
- childTitle: ['1#排水泵', '2#排水泵'],
- key: ['PD13_Starter208'],
- },
- {
- title: '注水泵',
- childTitle: ['1#排水泵', '2#排水泵'],
- key: ['PD13_Starter203', 'PD13_Starter204'],
- },
- ],
- items: [
- {
- title: '远程短路试验',
- code: '_HMIShortTest',
- },
- {
- title: '远程漏电试验',
- code: '_HMILeakageTest',
- },
- {
- title: '通信合闸安全校验',
- code: '_SafetyVerify',
- },
- ],
- },
- {
- title: '阀门控制',
- type: [
- {
- title: '注水阀',
- childTitle: ['1#注水阀', '2#注水阀'],
- key: ['PD13_SG1', 'PD13_SG2'],
- },
- {
- title: '抽气阀',
- childTitle: ['1#抽气阀', '2#抽气阀'],
- key: ['PD13_SG4', 'PD13_SG6'],
- },
- {
- title: '排气阀',
- childTitle: ['1#排气阀', '2#排气阀'],
- key: ['PD13_SG3', 'PD13_SG5'],
- },
- ],
- items: [
- {
- title: '开启',
- code: '_HMIOpen',
- },
- {
- title: '关闭',
- code: '_HMIClose',
- },
- {
- title: '停止',
- code: '_HMIStop',
- },
- ],
- },
- ];
- export const modelMonitor = [
- {
- title: '负压(KPa)',
- code: 'FanPre',
- },
- {
- title: '泵站内温度(℃)',
- code: 'TemperatureSensor_Temp',
- },
- {
- title: '水仓液位(m)',
- code: 'VSL_LiquidLevelSensor_Level',
- },
- {
- title: '双瓦斯泵停泵报警',
- code: 'PumpStopAlarm1',
- type: 'warning',
- },
- {
- title: '泵站温度低报警',
- code: 'TemperatureSensor_TemperatureLowAlarm',
- type: 'warning',
- },
- {
- title: '泵站温度高报警',
- code: 'TemperatureSensor_TemperatureHighAlarm',
- type: 'warning',
- },
- {
- title: '水仓液位低报警',
- code: 'VSL_LiquidLevelSensor_LowWaterAlarm',
- type: 'warning',
- },
- {
- title: '水仓液位高报警',
- code: 'VSL_LiquidLevelSensor_HighWaterAlarm',
- type: 'warning',
- },
- ];
|