新增PQ-COM设备类型报告模板、修改系数校准抛数据组数

This commit is contained in:
caozehui
2025-09-03 14:25:32 +08:00
parent 04a667531b
commit 4ecec5e6ef
3 changed files with 3 additions and 3 deletions

View File

@@ -199,7 +199,7 @@ public class SocketSourceResponseService {
phaseSequenceParam.setMoniterIdList(monitorIdList);
phaseSequenceParam.setDataType(Arrays.asList("real$VRMS", "real$IRMS"));
phaseSequenceParam.setReadCount(3);
phaseSequenceParam.setIgnoreCount(4);
phaseSequenceParam.setIgnoreCount(7);
socketMsg.setData(JSON.toJSONString(phaseSequenceParam));
SocketManager.sendMsg(s, JSON.toJSONString(socketMsg));