From a78422827afcedefd5a0ca1d893198d48ea8062f Mon Sep 17 00:00:00 2001
From: wuyouming666 <2265557248@qq.com>
Date: 星期四, 09 五月 2024 09:16:56 +0800
Subject: [PATCH] 修改翻译  界面按钮顺序 布局等

---
 springboot-vue3/src/main/java/com/example/springboot/component/PLCAutomaticParameterSetting.java |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/springboot-vue3/src/main/java/com/example/springboot/component/PLCAutomaticParameterSetting.java b/springboot-vue3/src/main/java/com/example/springboot/component/PLCAutomaticParameterSetting.java
index b01cc8a..2a6f672 100644
--- a/springboot-vue3/src/main/java/com/example/springboot/component/PLCAutomaticParameterSetting.java
+++ b/springboot-vue3/src/main/java/com/example/springboot/component/PLCAutomaticParameterSetting.java
@@ -39,6 +39,8 @@
         List<Short> fanzhuan2 = S7control.getinstance().ReadWord("DB100.8", 1);
         List<Short> xiaoche2 = S7control.getinstance().ReadWord("DB100.12", 1);
 
+        //  System.out.println("messageValue锛�"+ arraylist  );
+
         // Short[] values1 = { 1, 2, 3, 4, 5, 6, 7, 8 };
         // List<Short> arraylist = new ArrayList<>(Arrays.asList(values1));
         // Short[] fanzhuan = { 4 };
@@ -151,6 +153,9 @@
                     S7control.getinstance().WriteWord(waddresses1, mergedList2);
                     System.out.println("messageValue锛�" + mergedList2 + " written to PLC at address " + waddresses1);
                   }
+                //鍘熺偣璁板繂
+
+
                   // 娓呯┖娑堟伅鍒楄〃
                   webserver.clearMessages();
                 }

--
Gitblit v1.8.0