From 625d2b6dd9bd4a1c63bf7e1b2701393d908f7a81 Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期六, 11 五月 2024 08:31:12 +0800
Subject: [PATCH] 客户数据库变更,部分铝框没有对应玻璃信息,扫码添加出片队列时,当铝框没有对应玻璃时直接添加到出片队列
---
CanadaMes-ui/src/configuration/ServoManualone.json | 57 +++++++++++++++++++++++++++++++++++++++++++--------------
1 files changed, 43 insertions(+), 14 deletions(-)
diff --git a/CanadaMes-ui/src/configuration/ServoManualone.json b/CanadaMes-ui/src/configuration/ServoManualone.json
index 48bb45c..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
},
@@ -79,6 +93,7 @@
"button": {
"name": "A01鍗婅嚜鍔�",
"value":0,
+ "type":66,
"address":"DB10.0"
}
},
@@ -86,6 +101,7 @@
"button": {
"name": "A01鍗婅嚜鍔ㄥ惎鍔�",
"value":0,
+ "type":66,
"address":"DB10.0"
}
}
@@ -98,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
},
@@ -128,7 +152,9 @@
"read": 8888,
"sending": 0,
"type": "0",
- "value":0
+ "value":0,
+ "min":0,
+ "max":100
},
@@ -150,6 +176,7 @@
"button": {
"name": "A02鍗婅嚜鍔�",
"value":0,
+ "type":66,
"address":"DB10.0"
}
},
@@ -157,6 +184,7 @@
"button": {
"name": "A02鍗婅嚜鍔ㄥ惎鍔�",
"value":0,
+ "type":66,
"address":"DB10.0"
}
}
@@ -232,7 +260,7 @@
{
"button": {
"name": "鏈洖闆�",
- "value":0,
+ "value":1,
"address":"DB10.0",
"type":"66"
}
@@ -279,7 +307,7 @@
"button": {
"name": "鏈洖闆�",
- "value":0,
+ "value":1,
"address":"DB10.0",
"type":"66"
}
@@ -342,6 +370,7 @@
}
]
+
]
--
Gitblit v1.8.0