export const leftMonitor = [ { type: 'list', title: '瓦斯泵', stateHeader: [], children: [ { title: '', childTitle: ['1#瓦斯泵', '2#瓦斯泵'], key: ['CentrifugalPump1_MOT_', 'CentrifugalPump2_MOT_'], list: [ { title: '上位启动', code: 'HMIStart', type: 'sign', }, { title: '联动启动', code: 'InterlockStart', type: 'warning', }, { title: '联动停止', code: 'InterlockStop', type: 'sign', }, { title: '健康信号', code: 'Healthy', type: 'sign', }, { title: '平均电压(V)', code: 'AvgVoltage', type: '', }, { title: 'A相电流(A)', code: 'Ia', type: '', }, { title: 'B相电流(A)', code: 'Ib', type: '', }, { title: 'C相电流(A)', code: 'Ic', type: '', }, // { // title: 'A相绕组温度(℃)', // code: 'PhaseATemp', // type: '', // }, // { // title: 'B相绕组温度(℃)', // code: 'PhaseBTemp', // type: '', // }, // { // title: 'C相绕组温度(℃)', // code: 'PhaseCTemp', // type: '', // }, { title: '前轴温度(℃)', code: 'FrontAxleTemp', type: '', }, { title: '后轴温度(℃)', code: 'BackAxleTemp', type: '', }, ], }, ], }, { 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: '泵站内温度(℃)', code: 'TemperatureSensor_Temp', }, { title: '水仓液位(m)', code: 'LiquidLevelSensor_Level', }, { title: '泵站温度低报警', code: 'TemperatureSensor_TemperatureLowAlarm', type: 'warning', }, { title: '泵站温度高报警', code: 'TemperatureSensor_TemperatureHighAlarm', type: 'warning', }, { title: '水仓液位低报警', code: 'LiquidLevelSensor_LowWaterAlarm', type: 'warning', }, { title: '水仓液位高报警', code: 'LiquidLevelSensor_HighWaterAlarm', type: 'warning', }, ];