From 5e93cbd5419ecbf0b955b83056b5176095090869 Mon Sep 17 00:00:00 2001 From: SoulStar Date: Tue, 23 Dec 2025 14:47:18 +0800 Subject: [PATCH] =?UTF-8?q?change=20-=20=E9=9A=8F=E4=BE=BF=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sln.Iot/Program.cs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Sln.Iot/Program.cs b/Sln.Iot/Program.cs index e812fa6..59e6dea 100644 --- a/Sln.Iot/Program.cs +++ b/Sln.Iot/Program.cs @@ -78,11 +78,11 @@ namespace Sln.Iot // new Uri("amqp://127.0.0.1:30031")); - ////CFX接口启动 - ////真空注胶机 - //CFXConnect1.Instance.Init("CFX.A00.SDSH000001", - // new Uri("amqp://127.0.0.1:1235"), - // new Uri("amqp://127.0.0.1:8888")); + //CFX接口启动 + //真空注胶机 + CFXConnect1.Instance.Init("CFX.A00.SDSH000001", + new Uri("amqp://127.0.0.1:1235"), + new Uri("amqp://127.0.0.1:8888")); ////升降回流 //CFXConnect2.Instance.Init("CFX.A00.SDSH000002", // new Uri("amqp://127.0.0.1:1235"), @@ -100,8 +100,8 @@ namespace Sln.Iot CFXTest cFXTest = new CFXTest(); cFXTest.Test1(); - cFXTest.Test2(); - cFXTest.Test3(); + //cFXTest.Test2(); + //cFXTest.Test3(); //TestBusiness test = new TestBusiness();