From ebfd49f4aa1f2b30973112927caad8b529c1e833 Mon Sep 17 00:00:00 2001 From: "SIC1016\\caipeilun" <905168240@qq.com> Date: Fri, 21 Aug 2026 10:18:44 +0800 Subject: [PATCH] =?UTF-8?q?ventroutine=E4=BF=AE=E6=94=B9mfc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App/Modules/SicModules/Config/PM/PM1/DeviceModelPM1.xml | 1 - App/Modules/SicModules/PMs/Routines/PMVentRoutine.cs | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/App/Modules/SicModules/Config/PM/PM1/DeviceModelPM1.xml b/App/Modules/SicModules/Config/PM/PM1/DeviceModelPM1.xml index 46aa414..8a8a5ec 100644 --- a/App/Modules/SicModules/Config/PM/PM1/DeviceModelPM1.xml +++ b/App/Modules/SicModules/Config/PM/PM1/DeviceModelPM1.xml @@ -727,5 +727,4 @@ - \ No newline at end of file diff --git a/App/Modules/SicModules/PMs/Routines/PMVentRoutine.cs b/App/Modules/SicModules/PMs/Routines/PMVentRoutine.cs index 29a186a..5bfc905 100644 --- a/App/Modules/SicModules/PMs/Routines/PMVentRoutine.cs +++ b/App/Modules/SicModules/PMs/Routines/PMVentRoutine.cs @@ -193,7 +193,7 @@ 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.All); + SetMfcModeToNormalByGroup((int)RoutineStep.SetMFCMode, MfcGroupName.M1toM17); SetPcToDefault((int)RoutineStep.SetPC, _lstPcList); SetMfcToDefaultByGroup((int)RoutineStep.SetM18toM40, MfcGroupName.M18toM40No303439, 5);