From a28609dec315710c01fce85e2dad9f393ce28cd5 Mon Sep 17 00:00:00 2001 From: hanqiangqiang <1364346467@qq.com> Date: Wed, 1 Apr 2026 09:46:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B0=94=E6=B3=B5=E4=BB=BF?= =?UTF-8?q?=E7=9C=9F=E5=92=8C=E9=85=8D=E7=BD=AE=20=E6=B7=BB=E5=8A=A0MFC?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Config/PM/PM1/DeviceModelPM1.xml | 4 +- SicRT/Config/System.sccfg | 888 +++++++++--------- SicSimulator/Config/_ioDefinePM.xml | 7 +- SicSimulator/Instances/SimulatorSystem.cs | 12 +- 4 files changed, 473 insertions(+), 438 deletions(-) diff --git a/Modules/SicModules/Config/PM/PM1/DeviceModelPM1.xml b/Modules/SicModules/Config/PM/PM1/DeviceModelPM1.xml index a03c045..c032b16 100644 --- a/Modules/SicModules/Config/PM/PM1/DeviceModelPM1.xml +++ b/Modules/SicModules/Config/PM/PM1/DeviceModelPM1.xml @@ -369,8 +369,8 @@ - - + + diff --git a/SicRT/Config/System.sccfg b/SicRT/Config/System.sccfg index 61d2385..a3fb99b 100644 --- a/SicRT/Config/System.sccfg +++ b/SicRT/Config/System.sccfg @@ -810,236 +810,248 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + - + - + - + - - - - - - - - - - - - - + + + + + + + - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1464,236 +1476,248 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + - + - + - + - - - - - - - - - - - - - + + + + + + + - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SicSimulator/Config/_ioDefinePM.xml b/SicSimulator/Config/_ioDefinePM.xml index 7634e98..87fc159 100644 --- a/SicSimulator/Config/_ioDefinePM.xml +++ b/SicSimulator/Config/_ioDefinePM.xml @@ -36,6 +36,7 @@ + @@ -59,8 +60,10 @@ - - + + + + diff --git a/SicSimulator/Instances/SimulatorSystem.cs b/SicSimulator/Instances/SimulatorSystem.cs index 7ecc534..fae107b 100644 --- a/SicSimulator/Instances/SimulatorSystem.cs +++ b/SicSimulator/Instances/SimulatorSystem.cs @@ -52,12 +52,16 @@ namespace SicSimulator.Instances IO.DI["DI_TMDryPump1Warning"].Value = true; IO.DI["DI_TMDryPump1Running"].Value = true; + IO.DI["DI_TMDryPump2Alarm"].Value = true; + IO.DI["DI_TMDryPump2Warning"].Value = true; + IO.DI["DI_TMDryPump2Running"].Value = true; + //IO.DI["DI_TMDryPump2Alarm"].Value = true; //IO.DI["DI_TMDryPump2Warning"].Value = true; //IO.DI["DI_TMDryPump2Running"].Value = true; - IO.DI["DI_LoadDoorClosed"].Value = true; - IO.DI["DI_ReactorADoorClosed"].Value = true; + + IO.DI["DI_RobotOnBackPos"].Value = true; IO.AI["AI_TMPressure1"].Value = 300; @@ -111,6 +115,10 @@ namespace SicSimulator.Instances IO.DI[$"{mod}.DI_DryPump1Warning"].Value = true; IO.DI[$"{mod}.DI_DryPump1Running"].Value = true; + IO.DI[$"{mod}.DI_DryPump2Alarm"].Value = true; + IO.DI[$"{mod}.DI_DryPump2Warning"].Value = true; + IO.DI[$"{mod}.DI_DryPump2Running"].Value = true; + IO.DI[$"{mod}.DI_ServoReady"].Value = true; IO.AI[$"{mod}.AI_ForelinePress"].Value = 300; IO.AI[$"{mod}.AI_ChamPress"].Value = 300;