Merge branch 'develop' of http://112.124.35.216:65000/Sic-Software/MoS2 into develop
This commit is contained in:
commit
b412ddd3ba
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user