From eb54f16fbfe553b846aacb8392080b66be3cfdfc Mon Sep 17 00:00:00 2001 From: "SIC1016\\caipeilun" <905168240@qq.com> Date: Tue, 18 Aug 2026 14:23:34 +0800 Subject: [PATCH] =?UTF-8?q?load=E9=97=B8=E6=9D=BF=E9=98=80=E5=BC=80?= =?UTF-8?q?=E6=97=B6=E5=88=A4=E6=96=AD=E6=B0=94=E5=8E=8B=E5=B7=AE=E5=9C=A8?= =?UTF-8?q?=E5=A4=A7=E6=B0=94=E6=97=B6=E4=B9=9F=E5=88=A4=E6=96=AD=E4=B8=80?= =?UTF-8?q?=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App/Modules/SicModules/LLs/Routines/LoadLockServoToRoutine.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/App/Modules/SicModules/LLs/Routines/LoadLockServoToRoutine.cs b/App/Modules/SicModules/LLs/Routines/LoadLockServoToRoutine.cs index 5fb6c31..7772601 100644 --- a/App/Modules/SicModules/LLs/Routines/LoadLockServoToRoutine.cs +++ b/App/Modules/SicModules/LLs/Routines/LoadLockServoToRoutine.cs @@ -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; }