From 0c5f7c66f34b02c07c3a1bf9832ef402fa26339d Mon Sep 17 00:00:00 2001
From: wuyouming666 <2265557248@qq.com>
Date: 星期一, 06 五月 2024 10:18:11 +0800
Subject: [PATCH] 未回零显示问题
---
CanadaMes-ui/src/configuration/ServoManualone.json | 24 ++++++++++++------------
1 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/CanadaMes-ui/src/configuration/ServoManualone.json b/CanadaMes-ui/src/configuration/ServoManualone.json
index 91cd5b1..4771acb 100644
--- a/CanadaMes-ui/src/configuration/ServoManualone.json
+++ b/CanadaMes-ui/src/configuration/ServoManualone.json
@@ -17,7 +17,7 @@
"read": 33,
"sending": 0,
"type": "0",
- "value":0,
+ "value":1,
"min":0,
"max":100
@@ -51,8 +51,8 @@
"read": 11,
"sending": 0,
"type": "0",
- "value":0,
- "min":0,
+ "value":1,
+ "min":1,
"max":100
},
{
@@ -60,8 +60,8 @@
"read": 22,
"sending": 0,
"type": "0",
- "value":0,
- "min":0,
+ "value":1,
+ "min":1,
"max":100
},
{
@@ -123,7 +123,7 @@
"read": 11,
"sending": 0,
"type": "0",
- "value":0,
+ "value":1,
"min":0,
"max":100
},
@@ -132,7 +132,7 @@
"read": 22,
"sending": 0,
"type": "0",
- "value":0,
+ "value":1,
"min":0,
"max":100
},
@@ -141,7 +141,7 @@
"read": 33,
"sending": 0,
"type": "0",
- "value":0,
+ "value":1,
"min":0,
"max":100
@@ -219,7 +219,7 @@
{
"button": {
"name": "鏈洖闆�",
- "value":1,
+ "value":0,
"address":"DB10.0",
"type":"66"
}
@@ -260,7 +260,7 @@
{
"button": {
"name": "鏈洖闆�",
- "value":1,
+ "value":0,
"address":"DB10.0",
"type":"66"
}
@@ -307,7 +307,7 @@
"button": {
"name": "鏈洖闆�",
- "value":1,
+ "value":0,
"address":"DB10.0",
"type":"66"
}
@@ -356,7 +356,7 @@
} ,{
"button": {
"name": "鏈洖闆�",
- "value":1,
+ "value":0,
"address":"DB10.0",
"type":"66"
}
--
Gitblit v1.8.0