From ad71edbf0f9d2cf2bc46cd2ba1e0239f80949e68 Mon Sep 17 00:00:00 2001
From: wuyouming666 <2265557248@qq.com>
Date: 星期四, 21 十二月 2023 15:12:56 +0800
Subject: [PATCH] 增加清除id调用终止出片任务
---
CanadaMes-ui/src/configuration/Manualoneposition2.json | 22 ++++++++++++++++------
1 files changed, 16 insertions(+), 6 deletions(-)
diff --git a/CanadaMes-ui/src/configuration/Manualoneposition2.json b/CanadaMes-ui/src/configuration/Manualoneposition2.json
index a7bb6f1..59d1d37 100644
--- a/CanadaMes-ui/src/configuration/Manualoneposition2.json
+++ b/CanadaMes-ui/src/configuration/Manualoneposition2.json
@@ -6,14 +6,18 @@
"sending": 0,
"type": "0",
"address": "DB100.0",
- "count": 3
+ "count": 3,
+ "min":0,
+ "max":99
},
{
"name": "A01瀹氫綅閫熷害",
"value": 0,
"sending": 0,
"address": "DB100.0",
- "type": "0"
+ "type": "0",
+ "min":0,
+ "max":99
},
{
"name": "A01缈昏浆瀹炴椂浣嶇疆",
@@ -21,6 +25,7 @@
"sending": 0,
"address": "DB100.0",
"type": "0"
+
},
{
"button": {
@@ -49,7 +54,7 @@
{
"button": {
"name": "鏈洖闆�",
- "value": 0,
+ "value": 1,
"address": "DB10.0",
"state": 1
}
@@ -70,14 +75,18 @@
"sending": 0,
"type": "0",
"address": "DB100.0",
- "count": 3
+ "count": 3,
+ "min":0,
+ "max":99
},
{
"name": "A02瀹氫綅閫熷害",
"value": 0,
"sending": 0,
"address": "DB100.0",
- "type": "0"
+ "type": "0",
+ "min":0,
+ "max":99
},
{
"name": "A02缈昏浆瀹炴椂浣嶇疆",
@@ -85,6 +94,7 @@
"sending": 0,
"address": "DB100.0",
"type": "0"
+
},
{
"button": {
@@ -113,7 +123,7 @@
{
"button": {
"name": "鏈洖闆�",
- "value": 0,
+ "value": 1,
"address": "DB10.0",
"state": 1
}
--
Gitblit v1.8.0