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 |   18 ++++++++++++++----
 1 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/CanadaMes-ui/src/configuration/Manualoneposition2.json b/CanadaMes-ui/src/configuration/Manualoneposition2.json
index 577f1b5..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": {
@@ -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": {

--
Gitblit v1.8.0