Merge branch 'develop' of http://112.124.35.216:65000/Sic-Software/MoS2 into develop
This commit is contained in:
commit
d1f6d23e86
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -503,6 +503,7 @@ namespace SicModules.TMs
|
||||
|
||||
public override bool SetAllValvesClose(out string reason)
|
||||
{
|
||||
//没有V78
|
||||
reason = string.Empty;
|
||||
|
||||
_ventValveV77.TurnValve(false, out reason);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user