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)")]