修改电压偏差
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user