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/Manualoneposition.json | 34 ++++++++++++++++++++++++++--------
1 files changed, 26 insertions(+), 8 deletions(-)
diff --git a/CanadaMes-ui/src/configuration/Manualoneposition.json b/CanadaMes-ui/src/configuration/Manualoneposition.json
index 62d0a25..b16d0ea 100644
--- a/CanadaMes-ui/src/configuration/Manualoneposition.json
+++ b/CanadaMes-ui/src/configuration/Manualoneposition.json
@@ -8,6 +8,7 @@
"address": "DB100.0",
"count": 3,
"state": 1
+
},
{
"name": "A01瀹氫綅閫熷害",
@@ -15,7 +16,9 @@
"sending": 0,
"address": "DB100.0",
"type": "0",
- "state": 1
+ "state": 1,
+ "min":0,
+ "max":3000
},
{
"name": "A01褰撳墠鏍煎瓙",
@@ -24,6 +27,7 @@
"address": "DB100.0",
"type": "0",
"state": 1
+
},
{
"button": {
@@ -59,6 +63,8 @@
"address": "DB100.0",
"count": 3,
"state": 1
+
+
},
{
"name": "A02瀹氫綅閫熷害",
@@ -66,7 +72,9 @@
"sending": 0,
"address": "DB100.0",
"type": "0",
- "state": 1
+ "state": 1,
+ "min":0,
+ "max":3000
},
{
"name": "A02褰撳墠鏍煎瓙",
@@ -75,6 +83,7 @@
"address": "DB100.0",
"type": "0",
"state": 1
+
},
{
"button": {
@@ -109,7 +118,9 @@
"type": "0",
"address": "DB100.0",
"count": 3,
- "state": 1
+ "state": 1,
+ "min":1,
+ "max":105
},
{
"name": "B01瀹氫綅閫熷害",
@@ -117,7 +128,9 @@
"sending": 0,
"address": "DB100.0",
"type": "0",
- "state": 1
+ "state": 1,
+ "min":0,
+ "max":2000
},
{
"name": "B01褰撳墠鏍煎瓙",
@@ -126,6 +139,7 @@
"address": "DB100.0",
"type": "0",
"state": 1
+
},
{
"button": {
@@ -154,7 +168,7 @@
{
"button": {
"name": "鏈洖闆�",
- "value": 0,
+ "value": 1,
"address": "DB10.0",
"state": 1
}
@@ -171,12 +185,13 @@
[
{
"name": "B02鎵嬪姩鏍煎瓙",
- "value": 0,
+ "value": "",
"sending": 0,
"type": "0",
"address": "DB100.0",
"count": 3,
"state": 1
+
},
{
"name": "B02瀹氫綅閫熷害",
@@ -184,7 +199,9 @@
"sending": 0,
"address": "DB100.0",
"type": "0",
- "state": 1
+ "state": 1,
+ "min":0,
+ "max":2000
},
{
"name": "B02褰撳墠鏍煎瓙",
@@ -193,6 +210,7 @@
"address": "DB100.0",
"type": "0",
"state": 1
+
},
{
"button": {
@@ -221,7 +239,7 @@
{
"button": {
"name": "鏈洖闆�",
- "value": 0,
+ "value": 1,
"address": "DB10.0",
"state": 1
}
--
Gitblit v1.8.0