修改Recipe不能运行问题

This commit is contained in:
hanqiangqiang 2026-08-25 10:28:37 +08:00
parent 5a08383991
commit accbd943b8
2 changed files with 18 additions and 2 deletions

View File

@ -734,6 +734,21 @@
<Valve Name="V67" N2="true" H2="false"/>
<Valve Name="V68" N2="true"/>
</RecipeValveAction>
<RecipeValveAction id="CS2Flow" display="" schematicId="" unit="">
<Valve Name="V49" Purge="true" Vent="false" Run="false" />
<Valve Name="V48" Purge="false" Vent="true" Run="true" />
<Valve Name="V48s" Purge="false" Vent="true" Run="true" />
<Valve Name="V53" Purge="false" Vent="false" Run="true" />
</RecipeValveAction>
<RecipeValveAction id="H2SFlow" display="" schematicId="" unit="">
<Valve Name="V51" Purge="false" Vent="true" Run="true" />
<Valve Name="V54" Purge="false" Vent="false" Run="true" />
</RecipeValveAction>
<RecipeValveAction id="H2SeFlow" display="" schematicId="" unit="">
<Valve Name="V52" Purge="false" Vent="true" Run="true" />
<Valve Name="V55" Purge="false" Vent="false" Run="true" />
<Valve Name="V56" Purge="true" Vent="true" Run="false" />
</RecipeValveAction>
<RecipeValveAction id="MoCO6Flow" display="" schematicId="" unit="">
<Valve Name="V19" Purge="true" Vent="false" Run="false" />
<Valve Name="V18" Purge="false" Vent="true" Run="true" />
@ -764,11 +779,11 @@
<Valve Name="V55" Purge="false" Vent="false" Run="true" />
<Valve Name="V56" Purge="true" Vent="true" Run="false" />
</RecipeValveAction>
<RecipeValveAction id="O2" display="" schematicId="" unit="">
<RecipeValveAction id="O2Flow" display="" schematicId="" unit="">
<Valve Name="V37" Purge="true" Vent="false" Run="false" />
<Valve Name="V47" Purge="false" Vent="false" Run="true" />
</RecipeValveAction>
<RecipeValveAction id="SO2" display="" schematicId="" unit="">
<RecipeValveAction id="SO2Flow" display="" schematicId="" unit="">
<Valve Name="V58" Purge="false" Vent="true" Run="true" />
<Valve Name="V59" Purge="false" Vent="false" Run="true" />
<Valve Name="V60" Purge="true" Vent="true" Run="false" />

View File

@ -241,6 +241,7 @@ namespace SicModules.PMs.RecipeExecutions
dic.Remove("SHMidFlow");
dic.Remove("SHOutterFlow");
dic.Remove("TotalVentFlow");
dic.Remove("O2ActualFlow");
if (dic.ContainsKey("Loop"))
dic.Remove("Loop");