From c3204d686fbf8a64dd7fa4dcbb48c0a075df06e0 Mon Sep 17 00:00:00 2001
From: wuyouming666 <2265557248@qq.com>
Date: 星期二, 05 十二月 2023 08:06:19 +0800
Subject: [PATCH] 更新电气管理界面

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

diff --git a/CanadaMes-ui/src/configuration/AutomaticParameterSetting.json b/CanadaMes-ui/src/configuration/AutomaticParameterSetting.json
index 72ce6d5..6936061 100644
--- a/CanadaMes-ui/src/configuration/AutomaticParameterSetting.json
+++ b/CanadaMes-ui/src/configuration/AutomaticParameterSetting.json
@@ -1,52 +1,41 @@
 [
   [
     {
-      "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,
+      "unit": "掳",
+      "value": ""
     },
     {
       "name": "A01琛岃蛋浣庨�熻搴�",
       "read": 11,
       "sending": "",
       "address": "DB100.0",
-      "type": "0"
+      "unit": "掳",
+      "type": "0",
+      "value": ""
     },
     {
       "name": "A01杈撻�佹帴鐗囪搴�",
       "read": 22,
       "sending": "",
+      "unit": "掳",
       "address": "DB100.0",
-      "type": "0"
+      "type": "0",
+      "value": ""
     },
     {
       "name": "A01绗煎瓙瑙掑害",
       "read": 22,
       "sending": "",
+      "unit": "掳",
       "address": "DB100.0",
-      "type": "0"
+      "type": "0",
+      "value": ""
     }
   ],
   [
@@ -55,29 +44,60 @@
       "read": 33,
       "sending": "",
       "type": "0",
+      "unit": "掳",
       "address": "DB100.0",
-      "count": 3
+      "count": 3,
+      "value": ""
     },
     {
       "name": "A02琛岃蛋浣庨�熻搴�",
       "read": 11,
       "sending": "",
+      "unit": "掳",
       "address": "DB100.0",
-      "type": "0"
+      "type": "0",
+      "value": ""
     },
     {
       "name": "A02杈撻�佹帴鐗囪搴�",
       "read": 22,
       "sending": "",
+      "unit": "掳",
       "address": "DB100.0",
-      "type": "0"
+      "type": "0",
+      "value": ""
     },
     {
       "name": "A02绗煎瓙瑙掑害",
       "read": 22,
       "sending": "",
+      "unit": "掳",
       "address": "DB100.0",
-      "type": "0"
+      "type": "0",
+      "value": ""
+    }
+  ],
+  [
+    {
+      "name": "澶ц溅鑷姩閫熷害",
+      "read": 100,
+      "sending": "",
+      "type": "0",
+      "unit": "m/min",
+      "address": "DB100.0",
+      "count": 3,
+      "value": ""
+    }
+  ],
+  [
+    {
+      "name": "灏忚溅鑷姩閫熷害",
+      "read": 11,
+      "sending": "",
+      "unit": "m/min",
+      "address": "DB100.0",
+      "type": "0",
+      "value": ""
     }
   ],
   [
@@ -85,8 +105,10 @@
       "name": "鑷姩缈昏浆閫熷害",
       "read": 33,
       "sending": "",
+      "unit": "m/min",
       "address": "DB100.0",
-      "type": "0"
+      "type": "0",
+      "value": ""
     }
   ]
 ]
\ No newline at end of file

--
Gitblit v1.8.0