From 62e4c1883dfd13289970f8f20f0a56d86aff23ff Mon Sep 17 00:00:00 2001
From: wu <731351411@qq.com>
Date: 星期一, 07 四月 2025 19:43:51 +0800
Subject: [PATCH] Merge branch 'master' of http://159.223.171.199:10439/r/Haier_MES_II

---
 nglib/src/builder/ThreadHttpServer.java |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/nglib/src/builder/ThreadHttpServer.java b/nglib/src/builder/ThreadHttpServer.java
index 5a3e1f1..dad79d5 100644
--- a/nglib/src/builder/ThreadHttpServer.java
+++ b/nglib/src/builder/ThreadHttpServer.java
@@ -5,8 +5,6 @@
 import java.util.concurrent.ExecutorService;
 import java.util.concurrent.Executors;
 
-import S7.S7control;
-import com.github.xingshuangs.iot.protocol.s7.enums.EPlcType;
 import com.sun.net.httpserver.*;
 
 public class ThreadHttpServer  {
@@ -16,9 +14,6 @@
 	private static final String Httpcontext="/demo";
 	private static final int nThreads=8;
 	public static void mains() {
-		System.out.println("S7链接");
-		S7control s7=new S7control(EPlcType.S1500, "192.168.30.14", 102, 0, 0);
-		System.out.println("S7:"+s7.readByte("DB34.0",  2));
 		HttpServer httpServer;
 		try {
 			httpServer=HttpServer.create(new InetSocketAddress(port),0);

--
Gitblit v1.8.0