From 05bd172d550f1b6b963fcb23ef21d79e2a43d757 Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期二, 10 六月 2025 13:59:34 +0800
Subject: [PATCH] 更新S7通讯程序

---
 hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/main/java/com/mes/s7/entity/S7DataDLPOne.java |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/main/java/com/mes/s7/entity/S7DataDLPOne.java b/hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/main/java/com/mes/s7/entity/S7DataDLPOne.java
index 34c66eb..0d4ee2a 100644
--- a/hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/main/java/com/mes/s7/entity/S7DataDLPOne.java
+++ b/hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/main/java/com/mes/s7/entity/S7DataDLPOne.java
@@ -16,7 +16,7 @@
 public class S7DataDLPOne {
 
 
-    @S7Variable(address = "DB3.3118", type = EDataType.BOOL)
+    @S7Variable(address = "DB3.3118.0", type = EDataType.BOOL)
     private Boolean mesControl;
 
     @S7Variable(address = "DB19.0", type = EDataType.INT16)
@@ -82,22 +82,22 @@
     @S7Variable(address = "DB19.1246", type = EDataType.INT16)
     private Short glassCount;
 
-    @S7Variable(address = "DB19.8", type = EDataType.STRING, count = 22)
+    @S7Variable(address = "DB19.8", type = EDataType.STRING, count = 20)
     private String id1;
 
-    @S7Variable(address = "DB19.30", type = EDataType.STRING, count = 22)
+    @S7Variable(address = "DB19.30", type = EDataType.STRING, count = 20)
     private String id2;
 
-    @S7Variable(address = "DB19.52", type = EDataType.STRING, count = 22)
+    @S7Variable(address = "DB19.52", type = EDataType.STRING, count = 20)
     private String id3;
 
-    @S7Variable(address = "DB19.74", type = EDataType.STRING, count = 22)
+    @S7Variable(address = "DB19.74", type = EDataType.STRING, count = 20)
     private String id4;
 
-    @S7Variable(address = "DB19.96", type = EDataType.STRING, count = 22)
+    @S7Variable(address = "DB19.96", type = EDataType.STRING, count = 20)
     private String id5;
 
-    @S7Variable(address = "DB19.118", type = EDataType.STRING, count = 22)
+    @S7Variable(address = "DB19.118", type = EDataType.STRING, count = 20)
     private String id6;
 
     @S7Variable(address = "MW1002", type = EDataType.INT16)

--
Gitblit v1.8.0