From 4baba50d5f9d6cdc255d647cb032cfe5098b76f5 Mon Sep 17 00:00:00 2001 From: HCL <1625932291@qq.com> Date: Thu, 28 Dec 2023 15:44:49 +0800 Subject: [PATCH] =?UTF-8?q?1.UnloadServo=E8=B6=85=E6=97=B6=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E5=8F=AF=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Modules/Mainframe/UnLoads/Routines/UnLoadServoToRoutine.cs | 4 +++- SicUI/Properties/AssemblyInfo.cs | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Modules/Mainframe/UnLoads/Routines/UnLoadServoToRoutine.cs b/Modules/Mainframe/UnLoads/Routines/UnLoadServoToRoutine.cs index efda16c2..1e1e19a8 100644 --- a/Modules/Mainframe/UnLoads/Routines/UnLoadServoToRoutine.cs +++ b/Modules/Mainframe/UnLoads/Routines/UnLoadServoToRoutine.cs @@ -32,6 +32,7 @@ namespace SicModules.UnLoads.Routines private int _slowPumpTimeout = 100; private int _fastPumpTimeout = 100; private int _slowVentTimeout = 100; + private int _fastVentTimeout = 100; private int _ventDelayTime; @@ -63,6 +64,7 @@ namespace SicModules.UnLoads.Routines _ventDelayTime = SC.GetValue("UnLoad.Vent.VentDelayTime"); + _fastVentTimeout = SC.GetValue("UnLoad.Vent.FastVentTimeout"); string reason; if (!UnLoadDevice.SetFastVentValve(false, out reason) || !UnLoadDevice.SetSlowVentValve(false, out reason)) @@ -140,7 +142,7 @@ namespace SicModules.UnLoads.Routines } else { - SlowVent((int)RoutineStep.SlowVent, _targetPressure, _slowVentTimeout); + SlowVent((int)RoutineStep.SlowVent, _targetPressure, _fastVentTimeout); if (_useSettingValue) { diff --git a/SicUI/Properties/AssemblyInfo.cs b/SicUI/Properties/AssemblyInfo.cs index 33f424c6..93a05620 100644 --- a/SicUI/Properties/AssemblyInfo.cs +++ b/SicUI/Properties/AssemblyInfo.cs @@ -54,5 +54,5 @@ using System.Windows; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.1.4.12")] +[assembly: AssemblyVersion("1.1.4.13")] [assembly: AssemblyInformationalVersion("自动通用版(有EFEM)")]