From a465d5b6eac4b22af8de4b0e2eec3620499326c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=97=E5=9C=A3?= Date: Thu, 1 Sep 2016 12:30:52 +0800 Subject: [PATCH] Revert --- Modbus.Net/NA200H.UI.WPF/MainWindow.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modbus.Net/NA200H.UI.WPF/MainWindow.xaml.cs b/Modbus.Net/NA200H.UI.WPF/MainWindow.xaml.cs index 5fb577c..d8d89e9 100644 --- a/Modbus.Net/NA200H.UI.WPF/MainWindow.xaml.cs +++ b/Modbus.Net/NA200H.UI.WPF/MainWindow.xaml.cs @@ -46,7 +46,7 @@ namespace NA200H.UI.WPF { if (machine == null) { - //machine = new ModbusMachine(ModbusType.Tcp, "192.168.3.11", new List() + //machine = new ModbusMachine(ModbusType.Tcp, "192.168.3.12", new List() //{ //new AddressUnit() {Id = "1", Area = "MW", Address = 1, CommunicationTag = "Add1", DataType = typeof(ushort), Zoom = 1, DecimalPos = 0}, //new AddressUnit() {Id = "2", Area = "MW", Address = 2, CommunicationTag = "Add2", DataType = typeof(ushort), Zoom = 1, DecimalPos = 0},