取消屏蔽开闸板阀

This commit is contained in:
SIC1016\caipeilun 2026-08-18 14:07:18 +08:00
parent dc3d0f85f6
commit c305100a38
2 changed files with 2 additions and 1 deletions

View File

@ -101,7 +101,7 @@ namespace SicModules.LLs.Routines
_needPump = LoadLockDevice.ChamberPressure > _targetPressure;
Notify($"TargetPressure is {_targetPressure} LoadPressure is {LoadLockDevice.ChamberPressure}, Start");
return Result.DONE; //暂时屏蔽
return Result.RUN;
}

View File

@ -503,6 +503,7 @@ namespace SicModules.TMs
public override bool SetAllValvesClose(out string reason)
{
//没有V78
reason = string.Empty;
_ventValveV77.TurnValve(false, out reason);