From 311abf6ed383cd127d2f7042bfc418b4bc30fa93 Mon Sep 17 00:00:00 2001 From: hanqiangqiang <1364346467@qq.com> Date: Thu, 30 Jul 2026 13:30:52 +0800 Subject: [PATCH] =?UTF-8?q?1=E6=B7=BB=E5=8A=A0=E7=94=B5=E6=B0=94=E9=81=97?= =?UTF-8?q?=E6=BC=8F=E6=B0=94=E5=8A=A8=E9=98=80=E9=85=8D=E7=BD=AE=EF=BC=8C?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=9B=B8=E5=85=B3IO=E3=80=81=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E7=BB=91=E5=AE=9A=EF=BC=8C=E4=BB=BF=E7=9C=9F=EF=BC=8C?= =?UTF-8?q?=E5=90=8E=E5=8F=B0=E5=B1=9E=E6=80=A7=202=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=B9=B2=E6=B3=B5=E9=85=8D=E7=BD=AE=E4=BF=AE=E6=94=B9=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E7=BB=91=E5=AE=9A=E5=92=8C=E4=BB=BF=E7=9C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Config/PM/PM1/DeviceModelPM1.xml | 13 +++-- .../SicModules/Config/PM/PM1/_ioDefinePM1.xml | 29 ++++++++---- App/SicSimulator/Config/DevicePM.xml | 25 ++++------ App/SicSimulator/Config/_ioDefinePM.xml | 47 ++++++++++++------- App/SicUI/Models/PMs/PMOperationView.xaml | 6 +-- App/SicUI/Models/PMs/PMOperationViewModel.cs | 16 +++++-- .../Devices/IoPump.cs | 6 +-- 7 files changed, 85 insertions(+), 57 deletions(-) diff --git a/App/Modules/SicModules/Config/PM/PM1/DeviceModelPM1.xml b/App/Modules/SicModules/Config/PM/PM1/DeviceModelPM1.xml index d280dbd..0a9f042 100644 --- a/App/Modules/SicModules/Config/PM/PM1/DeviceModelPM1.xml +++ b/App/Modules/SicModules/Config/PM/PM1/DeviceModelPM1.xml @@ -53,10 +53,11 @@ - - + + + + + @@ -134,4 +135,8 @@ + + + + \ No newline at end of file diff --git a/App/Modules/SicModules/Config/PM/PM1/_ioDefinePM1.xml b/App/Modules/SicModules/Config/PM/PM1/_ioDefinePM1.xml index 42032b9..eca950b 100644 --- a/App/Modules/SicModules/Config/PM/PM1/_ioDefinePM1.xml +++ b/App/Modules/SicModules/Config/PM/PM1/_ioDefinePM1.xml @@ -4,12 +4,13 @@ - + + - + @@ -31,15 +32,15 @@ - - + + - + - + @@ -49,13 +50,15 @@ - - + + + - + + @@ -128,6 +131,7 @@ + @@ -142,8 +146,11 @@ + + + @@ -326,6 +333,7 @@ + @@ -339,8 +347,11 @@ + + + diff --git a/App/SicSimulator/Config/DevicePM.xml b/App/SicSimulator/Config/DevicePM.xml index e0a658e..6298fdc 100644 --- a/App/SicSimulator/Config/DevicePM.xml +++ b/App/SicSimulator/Config/DevicePM.xml @@ -1,24 +1,14 @@  - + + + + diff --git a/App/SicSimulator/Config/_ioDefinePM.xml b/App/SicSimulator/Config/_ioDefinePM.xml index 5184125..e06e5e8 100644 --- a/App/SicSimulator/Config/_ioDefinePM.xml +++ b/App/SicSimulator/Config/_ioDefinePM.xml @@ -4,12 +4,13 @@ - + + - + @@ -31,15 +32,15 @@ - - + + - + - + @@ -49,13 +50,15 @@ - - + + + - + + @@ -128,6 +131,7 @@ + @@ -142,8 +146,11 @@ + + + @@ -281,15 +288,15 @@ - - - - - - - - - + + + + + + + + + @@ -326,6 +333,7 @@ + @@ -339,8 +347,11 @@ + + + diff --git a/App/SicUI/Models/PMs/PMOperationView.xaml b/App/SicUI/Models/PMs/PMOperationView.xaml index 320029a..789c989 100644 --- a/App/SicUI/Models/PMs/PMOperationView.xaml +++ b/App/SicUI/Models/PMs/PMOperationView.xaml @@ -17,7 +17,7 @@ xmlns:pm="clr-namespace:SicUI.Models.PMs" xmlns:system="clr-namespace:System;assembly=mscorlib" d:Background="#91b0cd" - d:DesignHeight="820" + d:DesignHeight="1000" d:DesignWidth="2560" lex:LocalizeDictionary.DesignCulture="." lex:ResxLocalizationProvider.DefaultAssembly="Sicentury.Localization" @@ -4868,8 +4868,8 @@ DeviceData); DATA.Subscribe($"{Module}.{Name}.DryPumpAlarm", () => DryPumpAlarm); - DATA.Subscribe($"{Module}.{Name}.PumpExhaustPress", () => PumpExhaustPress); + //DATA.Subscribe($"{Module}.{Name}.PumpExhaustPress", () => PumpExhaustPress); //DATA.Subscribe($"{Module}.{Name}.PumpCabExhaustDP", () => PumpCabExhaustDP); //DATA.Subscribe($"{Module}.{Name}.DryPumpFlow", () => DryPumpFlow); //DATA.Subscribe($"{Module}.{Name}.PumpForelineTemp", () => PumpForelineTemp);