修改电压偏差

This commit is contained in:
hzj
2025-03-28 11:01:27 +08:00
parent 92aa6063eb
commit 2203238f31

View File

@@ -64,8 +64,8 @@ public class BeanVConverter {
// } // }
dataVRelation.setVuDev(messageDataV.getDeltaV()); dataVRelation.setVuDev(messageDataV.getDeltaV());
dataVRelation.setVuDevCp95(messageDataV.getGDeltaV()); dataVRelation.setVuDevCp95(messageDataV.getGDeltaV());
dataVRelation.setVuDevMax(messageDataV.getDeltaV()); dataVRelation.setVuDevMax(messageDataV.getMaxDeltaV());
dataVRelation.setVuDevMin(messageDataV.getDeltaV()); dataVRelation.setVuDevMin(messageDataV.getMinDeltaV());
//谐波电压幅值目前前置不上送,暂时注释掉.只入库V1 //谐波电压幅值目前前置不上送,暂时注释掉.只入库V1