diff --git a/App/Modules/SicModules/PMs/Routines/PMPostTransferRoutine.cs b/App/Modules/SicModules/PMs/Routines/PMPostTransferRoutine.cs index e048fa6..a89f1aa 100644 --- a/App/Modules/SicModules/PMs/Routines/PMPostTransferRoutine.cs +++ b/App/Modules/SicModules/PMs/Routines/PMPostTransferRoutine.cs @@ -204,7 +204,13 @@ namespace SicModules.PMs.Routines EnableRotation((int)RoutineStep.EnableRotation, 5); SetRotationValveAndNoWait((int)RoutineStep.SetRotation1, _rotationSpeed); - //9、加热使能(PSU 和 SCR)(可配置) + //9、延时 + TimeDelay((int)RoutineStep.TimeDelay1, _servoUpDelay); + + //10、隔热罩上升 + SetConfinementRingUpAndWait((int)RoutineStep.SetServoUp, 30); + + //11、加热使能(PSU 和 SCR)(可配置) if (_psuHeatEnable && _needEnableHeat) { SetPSUEnable((int)RoutineStep.EnableTC1, true, 5);