From 916994416abcc6d9639ab06e54abb4890dceb24d Mon Sep 17 00:00:00 2001 From: hanqiangqiang <1364346467@qq.com> Date: Wed, 10 Jun 2026 16:39:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9Recipe=E8=A7=A3=E6=9E=90=20?= =?UTF-8?q?=E4=BF=AE=E6=94=B9Recipe=E6=B0=94=E4=BD=93=E5=88=87=E6=8D=A2?= =?UTF-8?q?=E6=97=B6=E6=8E=A7=E5=88=B6=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App/Modules/SicModules/Config/PM/PM1/DeviceModelPM1.xml | 9 ++++++--- .../SicModules/PMs/RecipeExecutions/RecipeParser.cs | 9 ++++----- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/App/Modules/SicModules/Config/PM/PM1/DeviceModelPM1.xml b/App/Modules/SicModules/Config/PM/PM1/DeviceModelPM1.xml index 320bcdb..70aaae5 100644 --- a/App/Modules/SicModules/Config/PM/PM1/DeviceModelPM1.xml +++ b/App/Modules/SicModules/Config/PM/PM1/DeviceModelPM1.xml @@ -656,9 +656,6 @@ - - - @@ -667,6 +664,12 @@ + + + + + + diff --git a/App/Modules/SicModules/PMs/RecipeExecutions/RecipeParser.cs b/App/Modules/SicModules/PMs/RecipeExecutions/RecipeParser.cs index 2e72965..bee879f 100644 --- a/App/Modules/SicModules/PMs/RecipeExecutions/RecipeParser.cs +++ b/App/Modules/SicModules/PMs/RecipeExecutions/RecipeParser.cs @@ -165,9 +165,8 @@ namespace SicModules.PMs.RecipeExecutions // } //} - foreach (var key in dic.Keys) - recipeStep.RecipeCommands.Add(key, dic[key]); - + //foreach (var key in dic.Keys) + // recipeStep.RecipeCommands.Add(key, dic[key]); #region Remove //dic.Remove("StepNo"); @@ -228,7 +227,7 @@ namespace SicModules.PMs.RecipeExecutions //{ // dic.Remove("Mfc30.Ramp"); //} - + dic.Remove("HCLSourSplitRatio"); dic.Remove("SHTotalFlow"); dic.Remove("SHTotalFlowSplitRatio"); //dic.Remove("SiSourTotalFlow"); @@ -249,10 +248,10 @@ namespace SicModules.PMs.RecipeExecutions if (dic.ContainsKey("Loop")) dic.Remove("Loop"); - #endregion foreach (var key in dic.Keys) recipeStep.RecipeCommands.Add(key, dic[key]); + #endregion } } catch (Exception ex)