修改PM Routine
This commit is contained in:
parent
b1d5fda352
commit
47fb39047d
@ -452,6 +452,8 @@
|
|||||||
<DO_ITEM Index="183" Name="DO_ATMTransferAllowed" BufferOffset="183" Addr="183" Description="" />
|
<DO_ITEM Index="183" Name="DO_ATMTransferAllowed" BufferOffset="183" Addr="183" Description="" />
|
||||||
<DO_ITEM Index="184" Name="DO_PostProcessRunning" BufferOffset="184" Addr="184" Description="" />
|
<DO_ITEM Index="184" Name="DO_PostProcessRunning" BufferOffset="184" Addr="184" Description="" />
|
||||||
<DO_ITEM Index="185" Name="DO_ProcessIdleRunning" BufferOffset="185" Addr="185" Description="" />
|
<DO_ITEM Index="185" Name="DO_ProcessIdleRunning" BufferOffset="185" Addr="185" Description="" />
|
||||||
|
<DO_ITEM Index="186" Name="DO_ATMIdleRoutineRunning" BufferOffset="186" Addr="186" Description="" />
|
||||||
|
<DO_ITEM Index="187" Name="DO_VACIdleRoutineRunning" BufferOffset="187" Addr="187" Description="" />
|
||||||
<DO_ITEM Index="190" Name="DO_ConfinementRingUpDisable" BufferOffset="190" Addr="190" Description="" />
|
<DO_ITEM Index="190" Name="DO_ConfinementRingUpDisable" BufferOffset="190" Addr="190" Description="" />
|
||||||
<DO_ITEM Index="192" Name="DO_ReactorPressRisingRateFast" BufferOffset="192" Addr="192" Description="" />
|
<DO_ITEM Index="192" Name="DO_ReactorPressRisingRateFast" BufferOffset="192" Addr="192" Description="" />
|
||||||
<DO_ITEM Index="193" Name="DO_UPSEnable" BufferOffset="193" Addr="193" Description="" />
|
<DO_ITEM Index="193" Name="DO_UPSEnable" BufferOffset="193" Addr="193" Description="" />
|
||||||
|
|||||||
@ -1147,7 +1147,7 @@ namespace SicModules.PMs
|
|||||||
}
|
}
|
||||||
else if (mGroupName == MfcGroupName.M1to16)
|
else if (mGroupName == MfcGroupName.M1to16)
|
||||||
{
|
{
|
||||||
lst = new List<int>() { 1, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 16, 30 };//新增 30
|
lst = new List<int>() { 1, 3, 4, 6, 7, 8, 10, 11, 12, 13, 14, 16};//新增 30
|
||||||
}
|
}
|
||||||
else if (mGroupName == MfcGroupName.M1toM17)
|
else if (mGroupName == MfcGroupName.M1toM17)
|
||||||
{
|
{
|
||||||
@ -1183,7 +1183,7 @@ namespace SicModules.PMs
|
|||||||
}
|
}
|
||||||
else if (mGroupName == MfcGroupName.M2toM42)
|
else if (mGroupName == MfcGroupName.M2toM42)
|
||||||
{
|
{
|
||||||
lst = new List<int>() { 2, 9, 15, 19, 20, 22, 23, 25, 26, 27, 28, 29, 31, 32, 33, 35, 36, 37, 38, 40, 41, 42 };
|
lst = new List<int>() { 9, 15, 19, 20, 22, 23, 25, 26, 27, 28, 29, 31, 32, 33, 35, 36, 37, 38, 40, 42 };
|
||||||
}
|
}
|
||||||
else if (mGroupName == MfcGroupName.M2toM40NoFinal1MFC)
|
else if (mGroupName == MfcGroupName.M2toM40NoFinal1MFC)
|
||||||
{
|
{
|
||||||
|
|||||||
@ -173,9 +173,9 @@ namespace SicModules.PMs.Routines
|
|||||||
//关闭V72,打开V25
|
//关闭V72,打开V25
|
||||||
SetIoValueByGroup((int)RoutineStep.VentPumpClose, IoGroupName.VentPump, false, _IoValueOpenCloseTimeout);
|
SetIoValueByGroup((int)RoutineStep.VentPumpClose, IoGroupName.VentPump, false, _IoValueOpenCloseTimeout);
|
||||||
SetIoValueByGroup((int)RoutineStep.SetGroupV25, IoGroupName.V25, true, _IoValueOpenCloseTimeout);
|
SetIoValueByGroup((int)RoutineStep.SetGroupV25, IoGroupName.V25, true, _IoValueOpenCloseTimeout);
|
||||||
//打开V103,关闭V105
|
////打开V103,关闭V105
|
||||||
SetIoValueByGroup((int)RoutineStep.SetV103, IoGroupName.V103, true, _IoValueOpenCloseTimeout);
|
//SetIoValueByGroup((int)RoutineStep.SetV103, IoGroupName.V103, true, _IoValueOpenCloseTimeout);
|
||||||
SetIoValueByGroup((int)RoutineStep.SetV105, IoGroupName.V105, false, _IoValueOpenCloseTimeout);
|
//SetIoValueByGroup((int)RoutineStep.SetV105, IoGroupName.V105, false, _IoValueOpenCloseTimeout);
|
||||||
|
|
||||||
//打开V31,打开V32
|
//打开V31,打开V32
|
||||||
SetIoValueByGroup((int)RoutineStep.SetV31, IoGroupName.V31, true, _IoValueOpenCloseTimeout);
|
SetIoValueByGroup((int)RoutineStep.SetV31, IoGroupName.V31, true, _IoValueOpenCloseTimeout);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user