删除Routine中V34操作
This commit is contained in:
parent
e15d908acc
commit
2a6bdd9ddf
@ -45,7 +45,6 @@ namespace SicModules.PMs
|
||||
GasSupply,
|
||||
All,
|
||||
V27,
|
||||
V34,
|
||||
V888990,
|
||||
V76,
|
||||
V75,
|
||||
@ -966,10 +965,6 @@ namespace SicModules.PMs
|
||||
{
|
||||
lst = new List<string>() { "V32", "V35", "V36" };
|
||||
}
|
||||
else if (eGroupName == IoGroupName.V34)
|
||||
{
|
||||
lst = new List<string>() { "V34"};
|
||||
}
|
||||
else if (eGroupName == IoGroupName.V35V36)
|
||||
{
|
||||
lst = new List<string>() { "V35", "V36" };
|
||||
|
||||
@ -124,7 +124,6 @@ namespace SicModules.PMs.Routines
|
||||
SetIoValueByGroupNoWait((int)RoutineStep.SetGroupH, IoGroupName.H, false);
|
||||
SetIoValueByGroupNoWait((int)RoutineStep.SetGroupK, IoGroupName.K, false);
|
||||
|
||||
SetIoValueByGroupNoWait((int)RoutineStep.SetV34, IoGroupName.V34, false);
|
||||
SetIoValueByGroupNoWait((int)RoutineStep.SetV100, IoGroupName.V100, false);
|
||||
|
||||
//打开D/G 阀门
|
||||
|
||||
Loading…
Reference in New Issue
Block a user