From 172aa8042a84ff734994fe3f689b6af025c1918f Mon Sep 17 00:00:00 2001 From: "David P.G" Date: Sun, 24 Aug 2025 12:33:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BA=86S7=E5=9C=B0=E5=9D=80?= =?UTF-8?q?=E5=B9=B6=E6=B7=BB=E5=8A=A0=E4=BA=86=E6=A0=B9=E6=8D=AE=E5=8D=8F?= =?UTF-8?q?=E8=AE=AE=E5=88=87=E6=8D=A2S7=E5=9C=B0=E5=9D=80=E5=92=8COpcUa?= =?UTF-8?q?=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DMS.WPF/Views/Dialogs/VariableDialog.xaml | 36 +++++++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) diff --git a/DMS.WPF/Views/Dialogs/VariableDialog.xaml b/DMS.WPF/Views/Dialogs/VariableDialog.xaml index b4bf781..11c7e89 100644 --- a/DMS.WPF/Views/Dialogs/VariableDialog.xaml +++ b/DMS.WPF/Views/Dialogs/VariableDialog.xaml @@ -22,6 +22,7 @@ + @@ -52,12 +53,43 @@ hc:InfoElement.Title="变量名称:" Text="{Binding Variable.Name, UpdateSourceTrigger=PropertyChanged}" /> + + hc:InfoElement.Title="S7地址:" + Text="{Binding Variable.S7Address, UpdateSourceTrigger=PropertyChanged}"> + + + + + + + + + + +