mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-27 18:59:26 +08:00
修改设备显示信息的寄存器地址配置文件,修改服务端界面
This commit is contained in:
47
bin/Release/assets/config/regaddrsValStr.json
Normal file
47
bin/Release/assets/config/regaddrsValStr.json
Normal file
@@ -0,0 +1,47 @@
|
||||
[
|
||||
{
|
||||
"name": "EMS",
|
||||
"devicetype": 101,
|
||||
"valstr": [
|
||||
{"addr": "0x2018", "val": {"0":"正常", "1":"告警", "2":"故障"}},
|
||||
{"addr": "0x2019", "val": {"0":"正常", "1":"告警", "2":"故障"}},
|
||||
{"addr": "0x201A", "val": {"0":"正常", "1":"告警", "2":"故障"}},
|
||||
{"addr": "0x201A", "val": {"0":"正常", "1":"告警", "2":"故障"}},
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "PCS",
|
||||
"devicetype": 102,
|
||||
"valstr": [
|
||||
{""}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "PCU",
|
||||
"devicetype": 103,
|
||||
"valstr": [
|
||||
{}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "BMS",
|
||||
"devicetype": 104,
|
||||
"valstr": [
|
||||
{}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "BCU",
|
||||
"devicetype": 105,
|
||||
"valstr": [
|
||||
{}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "CHARGER",
|
||||
"devicetype": 106,
|
||||
"valstr": [
|
||||
{}
|
||||
]
|
||||
},
|
||||
]
|
||||
Reference in New Issue
Block a user