From 3bed56034d0a79b2748edb747b463a2cf42bc5a5 Mon Sep 17 00:00:00 2001
From: wuyouming666 <2265557248@qq.com>
Date: 星期一, 04 十二月 2023 09:04:11 +0800
Subject: [PATCH] 更新测试后电气管理

---
 CanadaMes-ui/src/configuration/parameter1.json |   19 +++++++++++++++----
 1 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/CanadaMes-ui/src/configuration/parameter1.json b/CanadaMes-ui/src/configuration/parameter1.json
index be66496..f539478 100644
--- a/CanadaMes-ui/src/configuration/parameter1.json
+++ b/CanadaMes-ui/src/configuration/parameter1.json
@@ -12,7 +12,7 @@
         "read": 33,
         "sending": 0,
         "type": "0",
-        "address":"DB100.0",
+        "unit": "m/min",
         "count":3,
         "value":0
       },
@@ -21,6 +21,7 @@
         "read": 11,
         "sending": 0,
         "type": "0",
+        "unit": "m/min",
         "value":0
       },
       {
@@ -28,6 +29,7 @@
         "read": 11,
         "sending": 0,
         "type": "0",
+        "unit": "m/min",
         "value":0
       },
       {
@@ -35,6 +37,7 @@
         "read": 22,
         "sending": 0,
         "type": "0",
+        "unit": "m/min",
         "value":0
       }
       
@@ -53,7 +56,7 @@
       "read": 33,
       "sending": 0,
       "type": "0",
-      "address":"DB100.0",
+      "unit": "m/min",
       "count":3,
       "value":0
     },
@@ -61,6 +64,7 @@
       "name": "楂橀�熺嚎閫熷害",
       "read": 11,
       "sending": 0,
+      "unit": "m/min",
       "type": "0",
       "value":0
     },
@@ -68,6 +72,7 @@
       "name": "浣庨�熺嚎閫熷害",
       "read": 11,
       "sending": 0,
+      "unit": "m/min",
       "type": "0",
       "value":0
     },
@@ -75,6 +80,7 @@
       "name": "鎵嬪姩閫熷害",
       "read": 22,
       "sending": 0,
+      "unit": "m/min",
       "type": "0",
       "value":0
     }
@@ -92,7 +98,7 @@
     "read": 33,
     "sending": 0,
     "type": "0",
-    "address":"DB100.0",
+    "unit": "m/min",
     "count":3,
     "value":0
   },
@@ -101,6 +107,7 @@
     "read": 11,
     "sending": 0,
     "type": "0",
+    "unit": "m/min",
     "value":0
   },
   {
@@ -108,6 +115,7 @@
     "read": 11,
     "sending": 0,
     "type": "0",
+    "unit": "m/min",
     "value":0
   },
   {
@@ -115,6 +123,7 @@
     "read": 22,
     "sending": 0,
     "type": "0",
+    "unit": "m/min",
     "value":0
   }
   
@@ -127,7 +136,8 @@
   "read": 33,
   "sending": 0,
   "type": "0",
-  "address":"DB100.0",
+  "unit": "mm/S",
+
   "count":3,
   "value":0
 }
@@ -141,6 +151,7 @@
     "name": "灏忚溅鐐瑰姩閫熷害",
     "read": 11,
     "sending": 0,
+    "unit": "mm/S",
     "type": "0",
     "value":0
   }

--
Gitblit v1.8.0