Merge branch 'develop' of http://112.124.35.216:65000/Sic-Software/MoS2 into develop
This commit is contained in:
commit
0cfbd008c1
@ -94,7 +94,7 @@ namespace SicModules.LLs.Routines
|
||||
}
|
||||
|
||||
|
||||
if (Math.Abs(_targetPressure - LoadLockDevice.ChamberPressure) < SC.GetConfigItem("TM.PressureBalance.BalanceMaxDiffPressure").DoubleValue && LoadLockDevice.CheckVacuum())
|
||||
if (Math.Abs(_targetPressure - LoadLockDevice.ChamberPressure) < SC.GetConfigItem("TM.PressureBalance.BalanceMaxDiffPressure").DoubleValue)
|
||||
{
|
||||
return Result.DONE;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user