From 0c76f9fdaa752d7d2b988fe3d89be94093243b9e Mon Sep 17 00:00:00 2001 From: nodyang Date: Thu, 12 Oct 2023 19:06:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E7=9A=84plc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Mesnac.Action.ChemicalWeighing/PlcAddressUtil.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/PlcAddressUtil.cs b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/PlcAddressUtil.cs index 5f1203c..bac909e 100644 --- a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/PlcAddressUtil.cs +++ b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/PlcAddressUtil.cs @@ -5,7 +5,7 @@ // 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; }