From 8a1b917509ce638d258065feb42984a5ef81797f Mon Sep 17 00:00:00 2001
From: hanqiangqiang <1364346467@qq.com>
Date: Mon, 15 Jun 2026 15:20:23 +0800
Subject: [PATCH] =?UTF-8?q?Recipe=E4=B8=AD=E6=B7=BB=E5=8A=A0M32=20AbortRou?=
=?UTF-8?q?tine=E8=B6=85=E6=97=B6180=E7=A7=92=EF=BC=8C=E5=86=99=E6=AD=BB?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../Config/Recipe/Sic/Process/PN2.xml | 20 ++++++++++---------
.../PMs/Routines/PMProcessAbortRoutine.cs | 6 +++---
App/SicRT/Properties/AssemblyInfo.cs | 2 +-
App/SicUI/Properties/AssemblyInfo.cs | 2 +-
4 files changed, 16 insertions(+), 14 deletions(-)
diff --git a/App/Modules/SicModules/Config/Recipe/Sic/Process/PN2.xml b/App/Modules/SicModules/Config/Recipe/Sic/Process/PN2.xml
index f0f8144..7ae15fc 100644
--- a/App/Modules/SicModules/Config/Recipe/Sic/Process/PN2.xml
+++ b/App/Modules/SicModules/Config/Recipe/Sic/Process/PN2.xml
@@ -209,18 +209,20 @@
-
-
-
-
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
diff --git a/App/Modules/SicModules/PMs/Routines/PMProcessAbortRoutine.cs b/App/Modules/SicModules/PMs/Routines/PMProcessAbortRoutine.cs
index 0db0e2c..c4d11e0 100644
--- a/App/Modules/SicModules/PMs/Routines/PMProcessAbortRoutine.cs
+++ b/App/Modules/SicModules/PMs/Routines/PMProcessAbortRoutine.cs
@@ -51,7 +51,7 @@ namespace SicModules.PMs.Routines
private int _IoValueOpenCloseTimeout = 10;
- private int _routineTimeOut = 10;
+ private int _routineTimeOut = 180;
private Stopwatch _swTimer = new Stopwatch();
public PMProcessAbortRoutine(ModuleName module, PMModule pm1) : base(module, pm1)
@@ -67,7 +67,7 @@ namespace SicModules.PMs.Routines
_mfc1to16RampTime = SC.GetValue($"PM.{Module}.ProcessIdle.MFC1to16RampTime");
_mfc2to40RampTime = SC.GetValue($"PM.{Module}.ProcessIdle.MFC19to40RampTime");
- _routineTimeOut = SC.GetValue($"PM.{Module}.ProcessIdle.RoutineTimeOut");
+ //_routineTimeOut = SC.GetValue($"PM.{Module}.ProcessIdle.RoutineTimeOut");
_swTimer.Restart();
Notify("Start");
@@ -79,7 +79,7 @@ namespace SicModules.PMs.Routines
{
try
{
- //CheckRoutineTimeOut();
+ CheckRoutineTimeOut();
//停止加热
SetHeatEnable((int)RoutineStep.HeatEnable, false, _heatTimeOut);
diff --git a/App/SicRT/Properties/AssemblyInfo.cs b/App/SicRT/Properties/AssemblyInfo.cs
index e29cbe0..bdb5fe8 100644
--- a/App/SicRT/Properties/AssemblyInfo.cs
+++ b/App/SicRT/Properties/AssemblyInfo.cs
@@ -51,7 +51,7 @@ using System.Windows;
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
// 方法是按如下所示使用“*”: :
-[assembly: AssemblyVersion("1.1.7.60610")]
+[assembly: AssemblyVersion("1.1.8.60615")]
[assembly: AssemblyInformationalVersion("氮化硅12寸(无EFEM)")]
diff --git a/App/SicUI/Properties/AssemblyInfo.cs b/App/SicUI/Properties/AssemblyInfo.cs
index 15b3fb4..3baf995 100644
--- a/App/SicUI/Properties/AssemblyInfo.cs
+++ b/App/SicUI/Properties/AssemblyInfo.cs
@@ -55,6 +55,6 @@ using System.Windows;
// by using the '*' as shown below:
-[assembly: AssemblyVersion("1.1.7.60610")]
+[assembly: AssemblyVersion("1.1.8.60615")]
[assembly: AssemblyInformationalVersion("氮化硅12寸(无EFEM)")]