From dbf33866053e4b75a20bab673d87580cd427a0c6 Mon Sep 17 00:00:00 2001 From: hanqiangqiang <1364346467@qq.com> Date: Wed, 24 Jul 2024 16:44:40 +0800 Subject: [PATCH] =?UTF-8?q?1=E4=BF=AE=E6=94=B9=20ProcessIdle=E7=BB=93?= =?UTF-8?q?=E6=9D=9F=E5=90=8E=E7=A3=81=E6=B5=81=E4=BD=93=E6=97=8B=E8=BD=AC?= =?UTF-8?q?=E8=B6=85=E6=97=B6=E4=BF=AE=E6=94=B9=202=E4=BF=AE=E6=94=B9V64?= =?UTF-8?q?=20=E9=BB=98=E8=AE=A4NC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Modules/Mainframe/Config/PM/PM1/DeviceModelPM1.xml | 2 +- Modules/Mainframe/PMs/Routines/PMToProcessIdleRoutine.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Modules/Mainframe/Config/PM/PM1/DeviceModelPM1.xml b/Modules/Mainframe/Config/PM/PM1/DeviceModelPM1.xml index bf6ed080..a70fc6e0 100644 --- a/Modules/Mainframe/Config/PM/PM1/DeviceModelPM1.xml +++ b/Modules/Mainframe/Config/PM/PM1/DeviceModelPM1.xml @@ -94,7 +94,7 @@ - + diff --git a/Modules/Mainframe/PMs/Routines/PMToProcessIdleRoutine.cs b/Modules/Mainframe/PMs/Routines/PMToProcessIdleRoutine.cs index 99d739d3..106ee7ae 100644 --- a/Modules/Mainframe/PMs/Routines/PMToProcessIdleRoutine.cs +++ b/Modules/Mainframe/PMs/Routines/PMToProcessIdleRoutine.cs @@ -419,7 +419,7 @@ namespace SicModules.PMs.Routines SetSCREnable((int)RoutineStep.CloseTC2, false, 5); } - WaitRotationValve((int)RoutineStep.WaitRotation1, _rotationSpeed, true, _rotationSpeed / 2); + WaitRotationValve((int)RoutineStep.WaitRotation1, _rotationSpeed, true, _rotationSpeed * 3); } catch (RoutineBreakException)