调整LoadLockPumpRoutine.cs中LockPump2()的执行时机。

This commit is contained in:
DESKTOP-GPE37UV\THINKAPD 2022-11-18 17:27:31 +08:00
parent 88db09ea52
commit 45895a79ea
1 changed files with 2 additions and 1 deletions

View File

@ -66,6 +66,8 @@ namespace Mainframe.LLs.Routines
Reset();
string reason;
LockPump2(out reason);
if (!LoadLockDevice.SetFastVentValve(false, out reason) || !LoadLockDevice.SetSlowVentValve(false, out reason))
{
EV.PostAlarmLog(Module, $"Can not turn off valves, {reason}");
@ -87,7 +89,6 @@ namespace Mainframe.LLs.Routines
_pumpDelayTime = SC.GetValue<int>("LoadLock.Pump.PumpDelayTime");
}
LockPump2(out reason);
if (!TMDevice.SetFastPumpValve(false, out reason))
{