修改routine的mfc
This commit is contained in:
parent
ebfd49f4aa
commit
1b41c33a97
@ -362,6 +362,7 @@ namespace SicModules.PMs.Routines
|
||||
SetIoValueByGroup((int)RoutineStep.SetGroupJ, IoGroupName.J, true, _IoValueOpenCloseTimeout);
|
||||
|
||||
//6、 M1-M17 设定为 default 值,所有 PC 设定为 default 值(PC1-PC9), M18-M40(除M30\M34\M39)) MFC 3s ramp 到 default 值。
|
||||
SetMfcModeToNormalByGroup((int)RoutineStep.SetMFCMode, MfcGroupName.All);
|
||||
SetMfcToDefaultByGroup((int)RoutineStep.SetM1toM17, MfcGroupName.M1toM17, 0);
|
||||
SetPcModeToNormal((int)RoutineStep.SetPCMode, _lstPcList);
|
||||
SetMfcToDefaultByGroup((int)RoutineStep.SetM18toM40, MfcGroupName.M18toM40No303439, 3);
|
||||
|
||||
@ -106,7 +106,8 @@ namespace SicModules.PMs.Routines
|
||||
TimeDelay20,
|
||||
TimeDelay21,
|
||||
TimeDelay22,
|
||||
Notify1,
|
||||
Notify1,
|
||||
SetM1toM17
|
||||
}
|
||||
|
||||
private IoThrottleValve2 _IoThrottle;
|
||||
@ -193,6 +194,7 @@ namespace SicModules.PMs.Routines
|
||||
|
||||
//6、 M1-M17 设定为 default 值, 所有 PC 设定为 default 值(PC1-PC9) ,M18 - M40(除 M30\M34\M39) MFC 5s ramp 到 0。
|
||||
SetMfcModeToNormalByGroup((int)RoutineStep.SetMFCMode, MfcGroupName.All);
|
||||
SetMfcToDefaultByGroup((int)RoutineStep.SetM1toM17, MfcGroupName.M1toM17, 5);
|
||||
SetPcToDefault((int)RoutineStep.SetPC, _lstPcList);
|
||||
SetMfcToDefaultByGroup((int)RoutineStep.SetM18toM40, MfcGroupName.M18toM40No303439, 5);
|
||||
|
||||
|
||||
@ -107,7 +107,7 @@ namespace SicModules.PMs.Routines
|
||||
TimeDelay20,
|
||||
TimeDelay21,
|
||||
TimeDelay22,
|
||||
Notify1,
|
||||
Notify1, SetM1toM17
|
||||
}
|
||||
|
||||
private IoThrottleValve2 _IoThrottle;
|
||||
@ -193,7 +193,8 @@ namespace SicModules.PMs.Routines
|
||||
SetIoValueByGroup((int)RoutineStep.SetGroupG, IoGroupName.G, true, _IoValueOpenCloseTimeout);
|
||||
|
||||
//6、 M1-M17 设定为 default 值, 所有 PC 设定为 default 值(PC1-PC9) ,M18 - M40(除 M30\M34\M39) MFC 5s ramp 到 0。
|
||||
SetMfcModeToNormalByGroup((int)RoutineStep.SetMFCMode, MfcGroupName.M1toM17);
|
||||
SetMfcModeToNormalByGroup((int)RoutineStep.SetMFCMode, MfcGroupName.All);
|
||||
SetMfcToDefaultByGroup((int)RoutineStep.SetM1toM17, MfcGroupName.M1toM17, 5);
|
||||
SetPcToDefault((int)RoutineStep.SetPC, _lstPcList);
|
||||
SetMfcToDefaultByGroup((int)RoutineStep.SetM18toM40, MfcGroupName.M18toM40No303439, 5);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user