From 8dfb37b10ffb2fcb41c85b3fa266d1ef2874aebc Mon Sep 17 00:00:00 2001
From: wuyouming666 <2265557248@qq.com>
Date: 星期四, 30 十一月 2023 08:53:27 +0800
Subject: [PATCH] 修改电气管理PLC通讯逻辑

---
 CanadaMes-ui/src/configuration/AutomaticParameterSetting.json |   67 +++++++++++++++++++--------------
 1 files changed, 39 insertions(+), 28 deletions(-)

diff --git a/CanadaMes-ui/src/configuration/AutomaticParameterSetting.json b/CanadaMes-ui/src/configuration/AutomaticParameterSetting.json
index 72ce6d5..c9b9d14 100644
--- a/CanadaMes-ui/src/configuration/AutomaticParameterSetting.json
+++ b/CanadaMes-ui/src/configuration/AutomaticParameterSetting.json
@@ -1,52 +1,37 @@
 [
   [
     {
-      "name": "澶ц溅鑷姩閫熷害",
-      "read": 33,
-      "sending": "",
-      "type": "0",
-      "address": "DB100.0",
-      "count": 3
-    }
-  ],
-  [
-    {
-      "name": "灏忚溅鑷姩閫熷害",
-      "read": 11,
-      "sending": "",
-      "address": "DB100.0",
-      "type": "0"
-    }
-  ],
-  [
-    {
       "name": "A01琛岃蛋楂橀�熻搴�",
       "read": 33,
       "sending": "",
       "type": "0",
       "address": "DB100.0",
-      "count": 3
+      "count": 3,
+      "value": ""
     },
     {
       "name": "A01琛岃蛋浣庨�熻搴�",
       "read": 11,
       "sending": "",
       "address": "DB100.0",
-      "type": "0"
+      "type": "0",
+      "value": ""
     },
     {
       "name": "A01杈撻�佹帴鐗囪搴�",
       "read": 22,
       "sending": "",
       "address": "DB100.0",
-      "type": "0"
+      "type": "0",
+      "value": ""
     },
     {
       "name": "A01绗煎瓙瑙掑害",
       "read": 22,
       "sending": "",
       "address": "DB100.0",
-      "type": "0"
+      "type": "0",
+      "value": ""
     }
   ],
   [
@@ -56,28 +41,53 @@
       "sending": "",
       "type": "0",
       "address": "DB100.0",
-      "count": 3
+      "count": 3,
+      "value": ""
     },
     {
       "name": "A02琛岃蛋浣庨�熻搴�",
       "read": 11,
       "sending": "",
       "address": "DB100.0",
-      "type": "0"
+      "type": "0",
+      "value": ""
     },
     {
       "name": "A02杈撻�佹帴鐗囪搴�",
       "read": 22,
       "sending": "",
       "address": "DB100.0",
-      "type": "0"
+      "type": "0",
+      "value": ""
     },
     {
       "name": "A02绗煎瓙瑙掑害",
       "read": 22,
       "sending": "",
       "address": "DB100.0",
-      "type": "0"
+      "type": "0",
+      "value": ""
+    }
+  ],
+  [
+    {
+      "name": "澶ц溅鑷姩閫熷害",
+      "read": 100,
+      "sending": "",
+      "type": "0",
+      "address": "DB100.0",
+      "count": 3,
+      "value": ""
+    }
+  ],
+  [
+    {
+      "name": "灏忚溅鑷姩閫熷害",
+      "read": 11,
+      "sending": "",
+      "address": "DB100.0",
+      "type": "0",
+      "value": ""
     }
   ],
   [
@@ -86,7 +96,8 @@
       "read": 33,
       "sending": "",
       "address": "DB100.0",
-      "type": "0"
+      "type": "0",
+      "value": ""
     }
   ]
 ]
\ No newline at end of file

--
Gitblit v1.8.0