From 9c975c936b4bb545156a070729c7389f62695452 Mon Sep 17 00:00:00 2001 From: nodyang Date: Fri, 13 Oct 2023 09:21:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AD=A3=E5=BC=8F=E7=9A=84dep?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Mesnac.Action.ChemicalWeighing/PlcAddressUtil.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/PlcAddressUtil.cs b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/PlcAddressUtil.cs index bac909e..a8f43db 100644 --- a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/PlcAddressUtil.cs +++ b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/PlcAddressUtil.cs @@ -2,11 +2,11 @@ { public class PlcAddressUtil { - // public static string IpAddress = "172.18.4.100"; - // public static int Port = 102; - + public static string IpAddress = "172.18.4.100"; + public static int Port = 102; + //测试的Plc - public static string IpAddress = "192.168.0.100"; - public static int Port = 7788; + //public static string IpAddress = "192.168.0.100"; + //public static int Port = 7788; } } \ No newline at end of file