From 6acde3b011f5f1b843c6f097baf64fbd9b574b23 Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期一, 24 六月 2024 21:38:00 +0800
Subject: [PATCH] 下片任务进片逻辑已完成,待测试优化

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

diff --git a/hangzhoumesParent/JsonFile/PlcCacheVerticalGlass.json b/hangzhoumesParent/JsonFile/PlcCacheVerticalGlass.json
index 5838dac..1b538cf 100644
--- a/hangzhoumesParent/JsonFile/PlcCacheVerticalGlass.json
+++ b/hangzhoumesParent/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