删除Routine中V34操作

This commit is contained in:
hanqiangqiang 2026-06-10 17:30:25 +08:00
parent e15d908acc
commit 2a6bdd9ddf
2 changed files with 0 additions and 6 deletions

View File

@ -45,7 +45,6 @@ namespace SicModules.PMs
GasSupply, GasSupply,
All, All,
V27, V27,
V34,
V888990, V888990,
V76, V76,
V75, V75,
@ -966,10 +965,6 @@ namespace SicModules.PMs
{ {
lst = new List<string>() { "V32", "V35", "V36" }; lst = new List<string>() { "V32", "V35", "V36" };
} }
else if (eGroupName == IoGroupName.V34)
{
lst = new List<string>() { "V34"};
}
else if (eGroupName == IoGroupName.V35V36) else if (eGroupName == IoGroupName.V35V36)
{ {
lst = new List<string>() { "V35", "V36" }; lst = new List<string>() { "V35", "V36" };

View File

@ -124,7 +124,6 @@ namespace SicModules.PMs.Routines
SetIoValueByGroupNoWait((int)RoutineStep.SetGroupH, IoGroupName.H, false); SetIoValueByGroupNoWait((int)RoutineStep.SetGroupH, IoGroupName.H, false);
SetIoValueByGroupNoWait((int)RoutineStep.SetGroupK, IoGroupName.K, false); SetIoValueByGroupNoWait((int)RoutineStep.SetGroupK, IoGroupName.K, false);
SetIoValueByGroupNoWait((int)RoutineStep.SetV34, IoGroupName.V34, false);
SetIoValueByGroupNoWait((int)RoutineStep.SetV100, IoGroupName.V100, false); SetIoValueByGroupNoWait((int)RoutineStep.SetV100, IoGroupName.V100, false);
//打开D/G 阀门 //打开D/G 阀门