diff --git a/App/Modules/SicModules/TMs/Routines/TMPurgeRoutine.cs b/App/Modules/SicModules/TMs/Routines/TMPurgeRoutine.cs index 493faf0..ad4e0b2 100644 --- a/App/Modules/SicModules/TMs/Routines/TMPurgeRoutine.cs +++ b/App/Modules/SicModules/TMs/Routines/TMPurgeRoutine.cs @@ -205,14 +205,14 @@ namespace SicModules.TMs.Routines //设定MFC60慢充流量 SetMFCToSetPoint((int)RoutineStep.SetMFC1, _mfc60, _mfc60Default1); - ////打开V77,等待压力大于200mbar - //OpenSlowVent((int)RoutineStep.OpenSlowVent, _tm, _slowFastVentSwitchPressure, _slowVentTimeout); + //打开V77,等待压力大于200mbar + OpenSlowVent((int)RoutineStep.OpenSlowVent, _tm, _slowFastVentSwitchPressure, _ventTimeOut); - ////设定MFC60快充流量 - //SetMFCToSetPoint((int)RoutineStep.SetMFC2, _mfc60, _mfc60Default2); + //设定MFC60快充流量 + SetMFCToSetPoint((int)RoutineStep.SetMFC2, _mfc60, _mfc60Default2); - ////等待压力大于1020mbar - //OpenFastVent((int)RoutineStep.OpenFastVent, _tm, _ventBasePressure, _fastVentTime); + //等待压力大于1020mbar + OpenFastVent((int)RoutineStep.OpenFastVent, _tm, _ventBasePressure, _ventTimeOut); //充气过程中检查是否到达打开快充流量的条件 OpenVent((int)RoutineStep.OpenVent, _tm, _ventBasePressure, _slowFastVentSwitchPressure, _mfc60Default2, _ventTimeOut);