修改tmpurge
This commit is contained in:
parent
1cc1b8e967
commit
8b8246bec0
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user