| | |
| | | /** |
| | | * key0 为直实值对应的属性名 |
| | | * key1 为模拟值对应的属性名 |
| | | * flag 为0真实值生效 1模拟值生效 |
| | | */ |
| | | const PDG = [ |
| | | { |
| | | label: '1路交流输入A相电压(V)', |
| | | key: '', |
| | | label: "1路交流输入A相电压(V)", |
| | | key0: "acIn1VolAReal", |
| | | key1: "acIn1VolAFake", |
| | | flag: "acIn1VolASt", |
| | | }, |
| | | { |
| | | label: '1路交流输入B相电压(V)', |
| | | key: '', |
| | | label: "1路交流输入B相电压(V)", |
| | | key0: "acIn1VolBReal", |
| | | key1: "acIn1VolBFake", |
| | | flag: "acIn1VolBSt", |
| | | }, |
| | | { |
| | | label: '1路交流输入C相电压(V)', |
| | | key: '', |
| | | label: "1路交流输入C相电压(V)", |
| | | key0: "acIn1VolCReal", |
| | | key1: "acIn1VolCFake", |
| | | flag: "acIn1VolCSt", |
| | | }, |
| | | { |
| | | label: '1路交流输入A相电流(A)', |
| | | key: '', |
| | | label: "1路交流输入A相电流(A)", |
| | | key0: "acIn1CurrAReal", |
| | | key1: "acIn1CurrAFake", |
| | | flag: "acIn1CurrASt", |
| | | }, |
| | | { |
| | | label: '1路交流输入B相电流(A)', |
| | | key: '', |
| | | label: "1路交流输入B相电流(A)", |
| | | key0: "acIn1CurrBReal", |
| | | key1: "acIn1CurrBFake", |
| | | flag: "acIn1CurrBSt", |
| | | }, |
| | | { |
| | | label: '1路交流输入C相电流(A)', |
| | | key: '', |
| | | label: "1路交流输入C相电流(A)", |
| | | key0: "acIn1CurrCReal", |
| | | key1: "acIn1CurrCFake", |
| | | flag: "acIn1CurrCSt", |
| | | }, |
| | | { |
| | | label: '直流电压(V)', |
| | | key: '', |
| | | label: "第1路直流输入电压(V)", |
| | | key0: "dcIn1VolReal", |
| | | key1: "dcIn1VolFake", |
| | | flag: "dcIn1VolSt", |
| | | }, |
| | | { |
| | | label: '电池组电压(V)', |
| | | key: '', |
| | | label: "1段直流母线输出电压(V)", |
| | | key0: "dcOut1VolReal", |
| | | key1: "dcOut1VolFake", |
| | | flag: "dcOut1VolSt", |
| | | }, |
| | | { |
| | | label: '机柜温度(℃)', |
| | | key: '', |
| | | label: "1段直流母线输出电流(A)", |
| | | key0: "dcOut1CurrReal", |
| | | key1: "dcOut1CurrFake", |
| | | flag: "dcOut1CurrSt", |
| | | }, |
| | | // { |
| | | // label: '直流配电柜温度(℃)', |
| | | // key0: 'dcCabinetTempReal', |
| | | // key1: 'dcCabinetTempFake', |
| | | // flag: 'dcCabinetTempSt', |
| | | // }, |
| | | // { |
| | | // label: '交流配电柜温度(℃)', |
| | | // key0: 'acCabinetTempReal', |
| | | // key1: 'acCabinetTempFake', |
| | | // flag: 'acCabinetTempSt', |
| | | // }, |
| | | { |
| | | label: "2路交流输入A相电压(V)", |
| | | key0: "acIn2VolAReal", |
| | | key1: "acIn2VolAFake", |
| | | flag: "acIn2VolASt", |
| | | }, |
| | | { |
| | | label: "2路交流输入B相电压(V)", |
| | | key0: "acIn2VolBReal", |
| | | key1: "acIn2VolBFake", |
| | | flag: "acIn2VolBSt", |
| | | }, |
| | | { |
| | | label: "2路交流输入C相电压(V)", |
| | | key0: "acIn2VolCReal", |
| | | key1: "acIn2VolCFake", |
| | | flag: "acIn2VolCSt", |
| | | }, |
| | | { |
| | | label: "2路交流输入A相电流(A)", |
| | | key0: "acIn2CurrAReal", |
| | | key1: "acIn2CurrAFake", |
| | | flag: "acIn2CurrASt", |
| | | }, |
| | | { |
| | | label: "2路交流输入B相电流(A)", |
| | | key0: "acIn2CurrBReal", |
| | | key1: "acIn2CurrBFake", |
| | | flag: "acIn2CurrBSt", |
| | | }, |
| | | { |
| | | label: "2路交流输入C相电流(A)", |
| | | key0: "acIn2CurrCReal", |
| | | key1: "acIn2CurrCFake", |
| | | flag: "acIn2CurrCSt", |
| | | }, |
| | | { |
| | | label: "第2路直流输入电压(V)", |
| | | key0: "dcIn2VolReal", |
| | | key1: "dcIn2VolFake", |
| | | flag: "dcIn2VolSt", |
| | | }, |
| | | |
| | | { |
| | | label: '2路交流输入A相电压(V)', |
| | | key: '', |
| | | label: "2段直流母线输出电压(V)", |
| | | key0: "dcOut2VolReal", |
| | | key1: "dcOut2VolFake", |
| | | flag: "dcOut2VolSt", |
| | | }, |
| | | { |
| | | label: '2路交流输入B相电压(V)', |
| | | key: '', |
| | | }, |
| | | { |
| | | label: '2路交流输入C相电压(V)', |
| | | key: '', |
| | | }, |
| | | { |
| | | label: '2路交流输入A相电流(A)', |
| | | key: '', |
| | | }, |
| | | { |
| | | label: '2路交流输入B相电流(A)', |
| | | key: '', |
| | | }, |
| | | { |
| | | label: '2路交流输入C相电流(A)', |
| | | key: '', |
| | | }, |
| | | { |
| | | label: '直流电流(A)', |
| | | key: '', |
| | | }, |
| | | { |
| | | label: '电池组电流(A)', |
| | | key: '', |
| | | }, |
| | | { |
| | | label: '故障报警', |
| | | key: '', |
| | | label: "2段直流母线输出电流(A)", |
| | | key0: "dcOut2CurrReal", |
| | | key1: "dcOut2CurrFake", |
| | | flag: "dcOut2CurrSt", |
| | | }, |
| | | ]; |
| | | |
| | | const KGG = [ |
| | | { |
| | | label: '交流输入电压(V)', |
| | | key: '', |
| | | label: "交流A相输出电压(V)", |
| | | key0: "acOutVolAReal", |
| | | key1: "acOutVolAFake", |
| | | flag: "acOutVolASt", |
| | | }, |
| | | { |
| | | label: '交流输入电流(A)', |
| | | key: '', |
| | | label: "交流B相输出电压(V)", |
| | | key0: "acOutVolBReal", |
| | | key1: "acOutVolBFake", |
| | | flag: "acOutVolBSt", |
| | | }, |
| | | { |
| | | label: '电池电压(V)', |
| | | key: '', |
| | | label: "交流C相输出电压(V)", |
| | | key0: "acOutVolCReal", |
| | | key1: "acOutVolCFake", |
| | | flag: "acOutVolCSt", |
| | | }, |
| | | { |
| | | label: '负载电流(A)', |
| | | key: '', |
| | | label: "直流输出电压(V)", |
| | | key0: "dcOutVolReal", |
| | | key1: "dcOutVolFake", |
| | | flag: "dcOutVolSt", |
| | | }, |
| | | { |
| | | label: '开关状态', |
| | | key: '', |
| | | label: "负载电流(A)", |
| | | key0: "loadCurrReal", |
| | | key1: "loadCurrFake", |
| | | flag: "loadCurrSt", |
| | | }, |
| | | { |
| | | label: '故障报警', |
| | | key: '', |
| | | label: "交流A相输出电流(A)", |
| | | key0: "acOutCurrAReal", |
| | | key1: "acOutCurrAFake", |
| | | flag: "acOutCurrASt", |
| | | }, |
| | | { |
| | | label: '直流输出电压(V)', |
| | | key: '', |
| | | label: "交流B相输出电流(A)", |
| | | key0: "acOutCurrBReal", |
| | | key1: "acOutCurrBFake", |
| | | flag: "acOutCurrBSt", |
| | | }, |
| | | { |
| | | label: '直流输出电流(A)', |
| | | key: '', |
| | | label: "交流C相输出电流(A)", |
| | | key0: "acOutCurrCReal", |
| | | key1: "acOutCurrCFake", |
| | | flag: "acOutCurrCSt", |
| | | }, |
| | | { |
| | | label: '电池(充电)电流(A)', |
| | | key: '', |
| | | label: "电池组端电压(V)", |
| | | key0: "batt1GroupVolReal", |
| | | key1: "batt1GroupVolFake", |
| | | flag: "batt1GroupVolSt", |
| | | }, |
| | | { |
| | | label: '直流熔丝状态', |
| | | key: '', |
| | | label: "蓄电池组充电电流(A)", |
| | | key0: "battCharCurrReal", |
| | | key1: "battCharCurrFake", |
| | | flag: "battCharCurrSt", |
| | | }, |
| | | { |
| | | label: '机柜温度(℃)', |
| | | key: '', |
| | | }, |
| | | // { |
| | | // label: "机柜温度(℃)", |
| | | // key0: "highFrqCabinetTempReal", |
| | | // key1: "highFrqCabinetTempFake", |
| | | // flag: "highFrqCabinetTempSt", |
| | | // }, |
| | | ]; |
| | | |
| | | const HR = [ |
| | | { |
| | | label: '系统工作状态', |
| | | key: '', |
| | | label: "核容装置工作状态", |
| | | key0: "devWorkStateReal", |
| | | key1: "devWorkStateFake", |
| | | flag: "devWorkStateSt", |
| | | // [0:在线浮充 1:预充电(限流充电)2:核容测试 3:停电放电 4:内阻测试 5:K1/D1 测试]' |
| | | config: [ |
| | | "在线浮充", |
| | | "预充电(限流充电)", |
| | | "核容测试", |
| | | "停电放电", |
| | | "内阻测试", |
| | | "K1/D1测试", |
| | | ], |
| | | }, |
| | | { |
| | | label: '电池组电流', |
| | | key: '', |
| | | }, |
| | | { |
| | | label: '最高单体电压', |
| | | key: '', |
| | | label: "电池组均/浮充状态", |
| | | key0: "junFloatStateReal", |
| | | key1: "junFloatStateFake", |
| | | flag: "junFloatStateSt", |
| | | // [1-均充;0-浮充] |
| | | config: ["浮充", "均充"], |
| | | }, |
| | | { |
| | | label: '电池组电压', |
| | | key: '', |
| | | label: "电池组电压(V)", |
| | | key0: "batt1GroupVolReal", |
| | | key1: "batt1GroupVolFake", |
| | | flag: "batt1GroupVolSt", |
| | | }, |
| | | { |
| | | label: '在线端电压', |
| | | key: '', |
| | | label: "电池组电流(A)", |
| | | key0: "battCharCurrReal", |
| | | key1: "battCharCurrFake", |
| | | flag: "battCharCurrSt", |
| | | }, |
| | | { |
| | | label: '最低单体电压', |
| | | key: '', |
| | | { |
| | | label: "在线端电压", |
| | | key0: "onlineVolReal", |
| | | key1: "onlineVolFake", |
| | | flag: "onlineVolSt", |
| | | }, |
| | | ]; |
| | | |
| | | export default { |
| | | PDG, |
| | | KGG, |
| | | HR |
| | | } |
| | | HR, |
| | | }; |