From 692c1a185d768a18c2007348806d775b2fbdeaa7 Mon Sep 17 00:00:00 2001
From: wuyouming666 <2265557248@qq.com>
Date: 星期五, 23 二月 2024 09:45:19 +0800
Subject: [PATCH] 增加MQ 示例

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

diff --git a/springboot-vue3/src/main/java/com/example/springboot/component/Plcalarm.java b/springboot-vue3/src/main/java/com/example/springboot/component/Plcalarm.java
index 2d0c98d..6989dec 100644
--- a/springboot-vue3/src/main/java/com/example/springboot/component/Plcalarm.java
+++ b/springboot-vue3/src/main/java/com/example/springboot/component/Plcalarm.java
@@ -82,12 +82,12 @@
         e.printStackTrace();
       }
 
-//      this.readValue();
-//      String PlcAddress = this.name;
-//      Integer Plccount = this.count;
+      this.readValue();
+      String PlcAddress = this.name;
+      Integer Plccount = this.count;
 
       // 鏍规嵁鍦板潃璇诲彇PCL鏁版嵁
-      List<Boolean> plclist = S7control.getinstance().ReadBits("DB104.0.0", 71);
+      List<Boolean> plclist = S7control.getinstance().ReadBits("DB104.0.0", Plccount);
 //      List<Boolean> plclist = S7control.getinstance().ReadBits(PlcAddress, Plccount);
       // System.out.println(plclist);
       // Boolean[] values = { false, false, true, false, true, false, true, false,
@@ -117,7 +117,8 @@
             }
 
             // 灏咺ntlist杞崲涓烘暟缁�
-            // System.out.println(Intlist);
+//             System.out.println(Intlist);
+//     System.out.println(Intlist.toArray().length);
             Integer[] shuzu1 = Intlist.toArray(new Integer[0]);
 
             // 瀹氫箟鐨勬姤璀﹀唴瀹规暟缁�,鑾峰彇json杩斿洖鐨勯泦鍚�

--
Gitblit v1.8.0