From 183c3ed6b30e3edf5e44c8bd2128d3be968bc1f4 Mon Sep 17 00:00:00 2001
From: wuyouming666 <2265557248@qq.com>
Date: 星期一, 20 五月 2024 13:47:50 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/CanadaMes

---
 springboot-vue3/src/main/java/com/example/springboot/component/PLCManualJog.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/springboot-vue3/src/main/java/com/example/springboot/component/PLCManualJog.java b/springboot-vue3/src/main/java/com/example/springboot/component/PLCManualJog.java
index 4c030db..048431f 100644
--- a/springboot-vue3/src/main/java/com/example/springboot/component/PLCManualJog.java
+++ b/springboot-vue3/src/main/java/com/example/springboot/component/PLCManualJog.java
@@ -18,7 +18,7 @@
     private Configuration config;
 
     // 鍒涘缓涓�涓嚜瀹氫箟鐨� S7 鎺у埗鍣ㄦ秷鎭鐞嗗櫒瀵硅薄
-    MessageHandler customS7Control = new MessageHandler();
+
 
 
     public PLCManualJog() throws IOException {
@@ -27,7 +27,7 @@
 //    Boolean[] values1 = { false, true, true, true, false, false, true, false,
 //            false, true, true, true, false, false,
 //            true, false,false, true, true, true, false, false, true, false,
-//            false, true, false, true };
+//            false, true };
 //    List<Boolean> arraylist = new ArrayList<>(Arrays.asList(values1));
 
     @Override

--
Gitblit v1.8.0