From df73c9042ce5bfc91f9d2a0472aa070fa22aa5df Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期四, 21 十二月 2023 15:11:29 +0800
Subject: [PATCH] 修改终止进出片方法
---
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