暂态文件同步二次开发
This commit is contained in:
@@ -29,7 +29,7 @@ public enum TableEnum {
|
||||
DATAI("DataI","谐波电流幅值数据表", 4),
|
||||
DATAPLT("DataPlt","长时闪变数据表", 1),
|
||||
DATAV("DataV","谐波电压幅值数据表", 4),
|
||||
// COMINFORMATION("ComInfoRmation","监测点状态监测数据", 4),
|
||||
COMINFORMATION("ComInfoRmation","监测点状态监测数据", 4),
|
||||
;
|
||||
|
||||
|
||||
|
||||
@@ -305,7 +305,7 @@ public class InfluxDBDataV {
|
||||
influxDBDataV.setFreq(dataV.getFreq());
|
||||
influxDBDataV.setFreqDev(dataV.getFreqDev());
|
||||
influxDBDataV.setRms(dataV.getRms());
|
||||
influxDBDataV.setRmsLvr(dataV.getRmsab());
|
||||
// influxDBDataV.setRmsLvr(dataV.getRmsab());
|
||||
influxDBDataV.setVlDev(dataV.getVlDev());
|
||||
influxDBDataV.setVuDev(dataV.getVuDev());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user