参数调整
This commit is contained in:
@@ -778,24 +778,24 @@ public class OracleResultServiceImpl implements OracleResultService {
|
|||||||
break;
|
break;
|
||||||
case 56:
|
case 56:
|
||||||
//三相总有功功率
|
//三相总有功功率
|
||||||
harmonicHistoryData=HistoryDataMapper.getDataHarmpowerP_t(historyParam);
|
|
||||||
break;
|
|
||||||
case 57:
|
|
||||||
//三相总无功功率
|
|
||||||
if(type==0) {
|
if(type==0) {
|
||||||
harmonicHistoryData=HistoryDataMapper.getDataHarmpowerQ_t(historyParam);
|
harmonicHistoryData=HistoryDataMapper.getDataHarmpowerP_t(historyParam);
|
||||||
}else{
|
}else{
|
||||||
harmonicHistoryData =ztHarmonicHistoryP(historyParam,3);
|
harmonicHistoryData =ztHarmonicHistoryP(historyParam,3);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 58:
|
case 57:
|
||||||
//三相总视在功率
|
//三相总无功功率
|
||||||
if(type==0) {
|
if(type==0) {
|
||||||
harmonicHistoryData=HistoryDataMapper.getDataHarmpowerS_t(historyParam);
|
harmonicHistoryData=HistoryDataMapper.getDataHarmpowerQ_t(historyParam);
|
||||||
}else{
|
}else{
|
||||||
harmonicHistoryData =ztHarmonicHistoryP(historyParam,4);
|
harmonicHistoryData =ztHarmonicHistoryP(historyParam,4);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
case 58:
|
||||||
|
//三相总视在功率
|
||||||
|
harmonicHistoryData=HistoryDataMapper.getDataHarmpowerS_t(historyParam);
|
||||||
|
break;
|
||||||
case 59:
|
case 59:
|
||||||
//视在功率因数
|
//视在功率因数
|
||||||
if(type==0) {
|
if(type==0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user