From 0d3f741da10c048bc4eb25c4b46b842759f54905 Mon Sep 17 00:00:00 2001
From: wuyouming666 <2265557248@qq.com>
Date: 星期五, 26 一月 2024 13:52:24 +0800
Subject: [PATCH] 增加测试位 ,标志位,报警 DB区

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

diff --git a/springboot-vue3/src/main/java/com/example/springboot/component/Plclog.java b/springboot-vue3/src/main/java/com/example/springboot/component/Plclog.java
index 0ae28f3..3a312ca 100644
--- a/springboot-vue3/src/main/java/com/example/springboot/component/Plclog.java
+++ b/springboot-vue3/src/main/java/com/example/springboot/component/Plclog.java
@@ -21,23 +21,24 @@
             }
             spianMapper = WebSocketServer.applicationContext.getBean(SpianMapper.class);
             spianService = WebSocketServer.applicationContext.getBean(SpianService.class);
-
+            StringBuilder B01glassid = spianService.queGlassid("DB103.184", 14);// BO1鐨勭幓鐠僫d
+            StringBuilder B02glassid = spianService.queGlassid("DB103.212", 14);// B02鐨勭幓鐠僫d
             boolean B01backs = spianService.listbool("DB106.60");// b01姹囨姤
             boolean B02backs = spianService.listbool("DB106.62");// b01姹囨姤
             if (b01 != B01backs) {
                 if (B01backs == true) {
-                    spianMapper.insertlog("BO1:1");
+                    spianMapper.insertlog("BO1:1"+B01glassid);
                 } else {
-                    spianMapper.insertlog("BO1:0");
+                    spianMapper.insertlog("BO1:0"+B01glassid);
                 }
                  b01 = B01backs;
             }
            
              if (b02 != B02backs) {
                 if (B02backs == true) {
-                    spianMapper.insertlog("BO2:1");
+                    spianMapper.insertlog("BO2:1"+B02glassid);
                 } else {
-                    spianMapper.insertlog("BO2:0");
+                    spianMapper.insertlog("BO2:0"+B02glassid);
                 }
                 b02 = B02backs;
             }

--
Gitblit v1.8.0