From 8a9b0adc7fe0f72c4de8c8e5d14e282f5913d63d Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期五, 06 十二月 2024 14:48:36 +0800
Subject: [PATCH] 1、fixbug:笼内玻璃错乱问题解决 2、中空问题修复:避免多个线程拿到的空格相同 3、swagger名称显示

---
 hangzhoumesParent/JsonFile/PlcCacheVerticalGlass.json |   19 +++++++++++++++++--
 1 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/hangzhoumesParent/JsonFile/PlcCacheVerticalGlass.json b/hangzhoumesParent/JsonFile/PlcCacheVerticalGlass.json
index 10e8e33..231d119 100644
--- a/hangzhoumesParent/JsonFile/PlcCacheVerticalGlass.json
+++ b/hangzhoumesParent/JsonFile/PlcCacheVerticalGlass.json
@@ -4,7 +4,7 @@
 	"dataType": "word",
 	"parameteInfor": [{
 			"codeId": "D01ID",
-			"addressIndex": "0",
+			"addressIndex": "32",
 			"addressLenght": "32",
 			"ratio": "1",
 			"unit": ""
@@ -74,7 +74,7 @@
 		},
 		{
 			"codeId": "D05ID2",
-			"addressIndex": "328",
+			"addressIndex": "320",
 			"addressLenght": "32",
 			"ratio": "1",
 			"unit": ""
@@ -372,6 +372,21 @@
 			"addressLenght": "2",
 			"ratio": "1",
 			"unit": ""
+		},
+		{
+			"codeId": "D03Request",
+			"addressIndex": "898",
+			"addressLenght": "2",
+			"ratio": "1",
+			"unit": ""
+		},
+		{
+			"codeId": "D05Request",
+			"addressIndex": "900",
+			"addressLenght": "2",
+			"ratio": "1",
+			"unit": ""
 		}
+
 	]
 }
\ No newline at end of file

--
Gitblit v1.8.0