From 34b345e2d20332633de8d12386a086e2e295c88d Mon Sep 17 00:00:00 2001
From: wu <731351411@qq.com>
Date: 星期四, 27 六月 2024 13:18:36 +0800
Subject: [PATCH] 更改数据表连接

---
 hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/main/resources/JsonFile/PlcCacheVerticalGlass.json |   66 +++++++++++++++++++++++++--------
 1 files changed, 50 insertions(+), 16 deletions(-)

diff --git a/hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/main/resources/JsonFile/PlcCacheVerticalGlass.json b/hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/main/resources/JsonFile/PlcCacheVerticalGlass.json
index 5838dac..1b538cf 100644
--- a/hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/main/resources/JsonFile/PlcCacheVerticalGlass.json
+++ b/hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/main/resources/JsonFile/PlcCacheVerticalGlass.json
@@ -1,6 +1,6 @@
 {
-  "plcAddressBegin":"DB.0",
-  "plcAddressLenght":"72",
+  "plcAddressBegin":"DB14.0",
+  "plcAddressLenght":"84",
   "dataType":"word",
   "parameteInfor":[
     {
@@ -19,7 +19,7 @@
     },
     {
       "codeId": "D04Request",
-      "addressIndex":"8",
+      "addressIndex":"34",
       "addressLenght":"2",
       "ratio":"1",
       "unit":""
@@ -27,28 +27,62 @@
     {
       "codeId": "D04ID1",
       "addressIndex":"10",
-      "addressLenght":"6",
+      "addressLenght":"36",
       "ratio":"1",
       "unit":""
     },
     {
-      "codeId": "D02Go",
-      "addressIndex":"20",
+      "codeId": "E01Status",
+      "addressIndex":"2",
+      "addressLenght":"68",
+      "ratio":"1",
+      "unit":""
+    },
+    {
+      "codeId": "E02Status",
+      "addressIndex":"2",
+      "addressLenght":"70",
+      "ratio":"1",
+      "unit":""
+    },
+    {
+      "codeId": "MaxTaskNo",
+      "addressIndex":"2",
+      "addressLenght":"72",
+      "ratio":"1",
+      "unit":""
+    },
+    {
+      "codeId": "D02MaxWidth",
+      "addressIndex":"2",
+      "addressLenght":"74",
+      "ratio":"1",
+      "unit":""
+    },
+    {
+      "codeId": "D05MaxWidth",
+      "addressIndex":"2",
+      "addressLenght":"76",
+      "ratio":"1",
+      "unit":""
+    },
+    {
+      "codeId": "GlassGap",
+      "addressIndex":"2",
+      "addressLenght":"78",
+      "ratio":"1",
+      "unit":""
+    },
+    {
+      "codeId": "D02SitState",
+      "addressIndex":"80",
       "addressLenght":"2",
       "ratio":"1",
       "unit":""
     },
     {
-      "codeId": "D05Go",
-      "addressIndex":"22",
-      "addressLenght":"2",
-      "ratio":"1",
-      "unit":""
-    }
-  ,
-    {
-      "codeId": "DeviceStatus",
-      "addressIndex":"70",
+      "codeId": "D05SitState",
+      "addressIndex":"82",
       "addressLenght":"2",
       "ratio":"1",
       "unit":""

--
Gitblit v1.8.0