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 | 87 ++++++++++++++++++++++++++++++-------------
1 files changed, 61 insertions(+), 26 deletions(-)
diff --git a/CanadaMes-ui/src/configuration/ServoManualone.json b/CanadaMes-ui/src/configuration/ServoManualone.json
index 2060629..4771acb 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,25 +17,21 @@
"read": 33,
"sending": 0,
"type": "0",
- "value":0
+ "value":1,
+ "min":0,
+ "max":100
},
- {
- "name": "杩涚墖ID",
- "read": 33,
- "sending": 0,
- "type": "0",
- "value":0
-
- },
{
"name": "闀垮害",
"read": 33,
"sending": 0,
"type": "0",
- "value":0
+ "value":0,
+ "min":0,
+ "max":100
},
@@ -42,7 +40,9 @@
"read": 33,
"sending": 0,
"type": "0",
- "value":0
+ "value":0,
+ "min":0,
+ "max":100
},
@@ -51,14 +51,29 @@
"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,
+ "min":0,
+ "max":100
+
+
},
{
"button": {
@@ -78,13 +93,15 @@
"button": {
"name": "A01鍗婅嚜鍔�",
"value":0,
+ "type":66,
"address":"DB10.0"
}
},
{
"button": {
- "name": "鍗婅嚜鍔ㄥ惎鍔�",
+ "name": "A01鍗婅嚜鍔ㄥ惎鍔�",
"value":0,
+ "type":66,
"address":"DB10.0"
}
}
@@ -97,37 +114,47 @@
"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
},
{
"name": "鍙栫墖ID",
- "read": 33,
+ "read": 8888,
"sending": 0,
"type": "0",
- "value":0
+ "value":0,
+ "min":0,
+ "max":100
},
@@ -149,13 +176,15 @@
"button": {
"name": "A02鍗婅嚜鍔�",
"value":0,
+ "type":66,
"address":"DB10.0"
}
},
{
"button": {
- "name": "鍗婅嚜鍔ㄥ惎鍔�",
+ "name": "A02鍗婅嚜鍔ㄥ惎鍔�",
"value":0,
+ "type":66,
"address":"DB10.0"
}
}
@@ -191,7 +220,8 @@
"button": {
"name": "鏈洖闆�",
"value":0,
- "address":"DB10.0"
+ "address":"DB10.0",
+ "type":"66"
}
},
{
@@ -231,7 +261,8 @@
"button": {
"name": "鏈洖闆�",
"value":0,
- "address":"DB10.0"
+ "address":"DB10.0",
+ "type":"66"
}
},
{
@@ -275,8 +306,10 @@
} ,{
"button": {
"name": "鏈洖闆�",
+
"value":0,
- "address":"DB10.0"
+ "address":"DB10.0",
+ "type":"66"
}
},
{
@@ -324,7 +357,8 @@
"button": {
"name": "鏈洖闆�",
"value":0,
- "address":"DB10.0"
+ "address":"DB10.0",
+ "type":"66"
}
},
{
@@ -336,6 +370,7 @@
}
]
+
]
--
Gitblit v1.8.0