From 09f634c766e8daeeb687d48fd645f225afc3c082 Mon Sep 17 00:00:00 2001
From: lty <876263681@qq.com>
Date: 星期五, 25 七月 2025 16:41:22 +0800
Subject: [PATCH] #优

---
 src/main/java/com/zy/core/thread/SiemensDevpThread.java |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/zy/core/thread/SiemensDevpThread.java b/src/main/java/com/zy/core/thread/SiemensDevpThread.java
index 57266a5..c6498dd 100644
--- a/src/main/java/com/zy/core/thread/SiemensDevpThread.java
+++ b/src/main/java/com/zy/core/thread/SiemensDevpThread.java
@@ -387,6 +387,9 @@
             if(resultIn.IsSuccess){
                 for (int i = 0; i < staNosInSize; i++) {
                     Integer siteId = staNosIns.get(i);
+                    if(siteId == 202){
+                        StaProtocol staProtocol1 = station.get(siteId);
+                    }
                     StaProtocol staProtocol = station.get(siteId);
                     staProtocol.setStamp( siemensS7Net.getByteTransform().TransInt16(resultIn.Content, i*6));
                 }

--
Gitblit v1.9.1