From 3ab0fb6281f55924d49d7e28bd6655d59b2a346d Mon Sep 17 00:00:00 2001
From: wuyouming666 <2265557248@qq.com>
Date: 星期五, 10 五月 2024 09:37:36 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/CanadaMes

---
 CanadaMes-ui/src/configuration/ServoManualone.json |   64 +++++++++++++++++++------------
 1 files changed, 39 insertions(+), 25 deletions(-)

diff --git a/CanadaMes-ui/src/configuration/ServoManualone.json b/CanadaMes-ui/src/configuration/ServoManualone.json
index b557b5f..aaf51b8 100644
--- a/CanadaMes-ui/src/configuration/ServoManualone.json
+++ b/CanadaMes-ui/src/configuration/ServoManualone.json
@@ -7,7 +7,9 @@
         "sending": 0,
         "type": "0",
         "address":"DB100.0",
-        "value":0
+        "value":0,
+        "min":0,
+        "max":100
       
       },
       {
@@ -15,7 +17,9 @@
         "read": 33,
         "sending": 0,
         "type": "0",
-        "value":0
+        "value":1,
+        "min":0,
+        "max":100
      
       
       },
@@ -25,7 +29,9 @@
         "read": 33,
         "sending": 0,
         "type": "0",
-        "value":0
+        "value":0,
+        "min":0,
+        "max":100
      
       
       },
@@ -34,7 +40,9 @@
         "read": 33,
         "sending": 0,
         "type": "0",
-        "value":0
+        "value":0,
+        "min":0,
+        "max":100
      
       
       },
@@ -43,21 +51,27 @@
         "read": 11,
         "sending": 0,
         "type": "0",
-        "value":0
+        "value":1,
+        "min":1,
+        "max":100
       },
       {
         "name": "瀛樼墖鏍煎瓙",
         "read": 22,
         "sending": 0,
         "type": "0",
-        "value":0
+        "value":1,
+        "min":1,
+        "max":100
       },
       {
         "name": "杩涚墖ID",
         "read": 9999,
         "sending": 0,
         "type": "0",
-        "value":0
+        "value":0,
+        "min":0,
+        "max":100
      
       
       },
@@ -100,28 +114,36 @@
             "type": "0",
             "address":"DB100.1",
             "count":3,
-            "value":0
+            "value":0,
+            "min":0,
+            "max":100
           },
           {
             "name": "鍙栫墖鏍煎瓙",
             "read": 11,
             "sending": 0,
             "type": "0",
-            "value":0
+            "value":1,
+            "min":0,
+            "max":100
           },
           {
             "name": "瀛樼墖鏍煎瓙",
             "read": 22,
             "sending": 0,
             "type": "0",
-            "value":0
+            "value":1,
+            "min":0,
+            "max":100
           },
           {
             "name": "鏁伴噺",
             "read": 33,
             "sending": 0,
             "type": "0",
-            "value":0
+            "value":1,
+            "min":0,
+            "max":100
          
           
           },
@@ -130,7 +152,9 @@
             "read": 8888,
             "sending": 0,
             "type": "0",
-            "value":0
+            "value":0,
+      "min":0,
+      "max":100
          
           
           },
@@ -236,7 +260,7 @@
       {
         "button": {
           "name": "鏈洖闆�",
-          "value":0,
+          "value":1,
           "address":"DB10.0",
           "type":"66"
         }
@@ -283,7 +307,7 @@
       "button": {
         "name": "鏈洖闆�",
         
-        "value":0,
+        "value":1,
         "address":"DB10.0",
         "type":"66"
       }
@@ -346,17 +370,7 @@
           }
           
     ]
-    , [
-      {
-          "button": {
-            "name": "鎬ュ仠鍚庝腑姝�/缁х画閫夋嫨",
-            "value":0,
-            "address":"DB10.0",
-            "type":"66"
-          }
-        }
-        
-  ]
+
      
     
   ]

--
Gitblit v1.8.0