1更新dll[b2a434c],修改PM归属信息和真值表类名

2修改真值表对象命名
This commit is contained in:
Han Qiang Qiang 2023-08-10 09:13:04 +08:00
parent 9440ef4342
commit 65878d3ac7
7 changed files with 5 additions and 3 deletions

View File

@ -336,8 +336,8 @@ namespace SicModules.PMs
SetRotationServo(0, 0);
}
private PMGsaTrueTableLoad PMAllGsa;
//PM真值表对象
private PMGasTrueTableInitialize PMGasTrueTable;
//private PMPumpRoutine _pumpRoutine;
//private PMVentRoutine _ventRoutine;
@ -456,7 +456,9 @@ namespace SicModules.PMs
_pmProcessAbort = new PMProcessAbortRoutine(ModuleHelper.Converter(Module), this);
_mfcValueTestRoutine = new PMMfcValueTestRoutine(ModuleHelper.Converter(Module), this);
PMAllGsa = new PMGsaTrueTableLoad(Module, $"Config\\PM\\{Module}\\RealtimeGasFlow{Module}.xml");
//初始化加载真值表
PMGasTrueTable = new PMGasTrueTableInitialize(Module, $"Config\\PM\\{Module}\\RealtimeGasFlow{Module}.xml");
}
private void InitData()