This commit is contained in:
Lemon
2024-11-20 14:31:10 +08:00
parent 86023c9e29
commit c52e8137f8

View File

@@ -61,6 +61,7 @@ public class ParameterConfigurationHandler extends AbstractYkcHandler {
startIndex += length;
length = 1;
byte[] pileConnectorNumByteArr = BytesUtil.copyBytes(msgBody, startIndex, length);
String pileConnectorCode = BytesUtil.bcd2Str(pileConnectorNumByteArr);
// BMS 单体动力蓄电池最高允许充电电压 0.01 V/位, 0 V 偏移量; 数据范围: 0~24 V
startIndex += length;