Merge branch 'develop' of http://112.124.35.216:65000/Sic-Software/MoS2 into develop

This commit is contained in:
hanqiangqiang 2026-08-18 14:09:24 +08:00
commit d1f6d23e86
2 changed files with 2 additions and 1 deletions

View File

@ -101,7 +101,7 @@ namespace SicModules.LLs.Routines
_needPump = LoadLockDevice.ChamberPressure > _targetPressure; _needPump = LoadLockDevice.ChamberPressure > _targetPressure;
Notify($"TargetPressure is {_targetPressure} LoadPressure is {LoadLockDevice.ChamberPressure}, Start"); 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) public override bool SetAllValvesClose(out string reason)
{ {
//没有V78
reason = string.Empty; reason = string.Empty;
_ventValveV77.TurnValve(false, out reason); _ventValveV77.TurnValve(false, out reason);