1.PM Purge和Clean、LeakCheck Routine 取消循环中蝶阀的位置控到100流程

This commit is contained in:
HCL 2023-07-28 13:52:39 +08:00
parent 2993e11bb9
commit c1a1bed032
3 changed files with 15 additions and 15 deletions

View File

@ -374,13 +374,13 @@ namespace SicModules.PMs.Routines
//伺服到0mbar //伺服到0mbar
SetThrottlePressureAndWait((int)RoutineStep.SetPressureDown, _IoThrottle, _pressureMin, _pmPressureMaxDiff, _throttleTimeout); SetThrottlePressureAndWait((int)RoutineStep.SetPressureDown, _IoThrottle, _pressureMin, _pmPressureMaxDiff, _throttleTimeout);
TimeDelay((int)RoutineStep.TimeDelay7, 3); //TimeDelay((int)RoutineStep.TimeDelay7, 3);
//蝶阀设置为位置模式,开度设置为最大 ////蝶阀设置为位置模式,开度设置为最大
SetThrottleToPositionMode((int)RoutineStep.SetTVPositionMode_1, _IoThrottle, _throttleTimeout); //SetThrottleToPositionMode((int)RoutineStep.SetTVPositionMode_1, _IoThrottle, _throttleTimeout);
SetThrottleSetPositionNoWait((int)RoutineStep.SetTVPositionMax_1, _IoThrottle, 100, _throttleTimeout); //SetThrottleSetPositionNoWait((int)RoutineStep.SetTVPositionMax_1, _IoThrottle, 100, _throttleTimeout);
TimeDelay((int)RoutineStep.TimeDelay8, _pressureMinDelay); //TimeDelay((int)RoutineStep.TimeDelay8, _pressureMinDelay);
EndLoop((int)RoutineStep.EndLoop); EndLoop((int)RoutineStep.EndLoop);

View File

@ -391,13 +391,13 @@ namespace SicModules.PMs.Routines
//伺服到0mbar //伺服到0mbar
SetThrottlePressureAndWait((int)RoutineStep.SetPressureDown, _IoThrottle, _pressureMin, _pmPressureMaxDiff, _throttleTimeout); SetThrottlePressureAndWait((int)RoutineStep.SetPressureDown, _IoThrottle, _pressureMin, _pmPressureMaxDiff, _throttleTimeout);
TimeDelay((int)RoutineStep.TimeDelay11,3); //TimeDelay((int)RoutineStep.TimeDelay11,3);
//蝶阀设置为位置模式,开度设置为最大 ////蝶阀设置为位置模式,开度设置为最大
SetThrottleToPositionMode((int)RoutineStep.SetTVPositionMode_1, _IoThrottle, _throttleTimeout); //SetThrottleToPositionMode((int)RoutineStep.SetTVPositionMode_1, _IoThrottle, _throttleTimeout);
SetThrottleSetPositionNoWait((int)RoutineStep.SetTVPositionMax_1, _IoThrottle, 100, _throttleTimeout); //SetThrottleSetPositionNoWait((int)RoutineStep.SetTVPositionMax_1, _IoThrottle, 100, _throttleTimeout);
TimeDelay((int)RoutineStep.TimeDelay12, _pressureMinDelay); //TimeDelay((int)RoutineStep.TimeDelay12, _pressureMinDelay);
EndLoop((int)RoutineStep.EndLoop); EndLoop((int)RoutineStep.EndLoop);

View File

@ -395,13 +395,13 @@ namespace SicModules.PMs.Routines
//伺服到0mbar //伺服到0mbar
SetThrottlePressureAndWait((int)RoutineStep.SetPressureDown, _IoThrottle, _pumpBasePressure, _pmPressureMaxDiff, _throttleTimeout); SetThrottlePressureAndWait((int)RoutineStep.SetPressureDown, _IoThrottle, _pumpBasePressure, _pmPressureMaxDiff, _throttleTimeout);
TimeDelay((int)RoutineStep.TimeDelay7, 3); //TimeDelay((int)RoutineStep.TimeDelay7, 3);
//蝶阀设置为位置模式,开度设置为最大 ////蝶阀设置为位置模式,开度设置为最大
SetThrottleToPositionMode((int)RoutineStep.SetTVPositionMode_1, _IoThrottle, _throttleTimeout); //SetThrottleToPositionMode((int)RoutineStep.SetTVPositionMode_1, _IoThrottle, _throttleTimeout);
SetThrottleSetPositionNoWait((int)RoutineStep.SetTVPositionMax_1, _IoThrottle, 100, _throttleTimeout); //SetThrottleSetPositionNoWait((int)RoutineStep.SetTVPositionMax_1, _IoThrottle, 100, _throttleTimeout);
TimeDelay((int)RoutineStep.TimeDelay8, _pressureMinDelay); //TimeDelay((int)RoutineStep.TimeDelay8, _pressureMinDelay);
EndLoop((int)RoutineStep.EndLoop); EndLoop((int)RoutineStep.EndLoop);