From ea46f28356e2acb3bc7cc69b9af3c52fab38c0b0 Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期四, 18 一月 2024 16:56:47 +0800
Subject: [PATCH] 终止任务功能测试
---
CanadaMes-ui/src/configuration/Positioning2.json | 203 ++++++++++++++++++++++++++++----------------------
1 files changed, 112 insertions(+), 91 deletions(-)
diff --git a/CanadaMes-ui/src/configuration/Positioning2.json b/CanadaMes-ui/src/configuration/Positioning2.json
index ba97108..31c7ad3 100644
--- a/CanadaMes-ui/src/configuration/Positioning2.json
+++ b/CanadaMes-ui/src/configuration/Positioning2.json
@@ -1,92 +1,113 @@
-[
-
- [
- {
- "title": {
- "name": "B01鏍间綅缃瀹�"
-
- }
- },
- {
- "name": "1#鏍煎湴鍧�",
- "read": 33,
- "sending": 0,
- "type": "0",
- "address":"DB100.0",
- "count":3
- },
- {
- "name": "22#鏍煎湴鍧�",
- "read": 11,
- "sending": 0,
- "type": "0"
- },
- {
- "name": "43#鏍煎湴鍧�",
- "read": 22,
- "sending": 0,
- "type": "0"
- },
- {
- "name": "64#鏍煎湴鍧�",
- "read": 22,
- "sending": 0,
- "type": "0"
- },
- {
- "name": "85#鏍煎湴鍧�",
- "read": 22,
- "sending": 0,
- "type": "0"
- }
-
-
-
- ],
-
- [
- {
- "title": {
- "name": "B02浣嶇疆璁惧畾"
-
- }
- },
- {
- "name": "106#鏍煎湴鍧�",
- "read": 22,
- "sending": 0,
- "type": "0"
- },
- {
- "name": "127#鏍煎湴鍧�",
- "read": 22,
- "sending": 0,
- "type": "0"
- },
- {
- "name": "148#鏍煎湴鍧�",
- "read": 22,
- "sending": 0,
- "type": "0"
- },
- {
- "name": "169#鏍煎湴鍧�",
- "read": 22,
- "sending": 0,
- "type": "0"
- },
- {
- "name": "190#鏍煎湴鍧�",
- "read": 22,
- "sending": 0,
- "type": "0"
- }
-
-
-
-
- ]
-
-
- ]
+[
+
+ [
+ {
+ "title": {
+ "name": "B01鏍间綅缃瀹�"
+
+ }, "type": "1"
+ },
+ {
+ "name": "1#鏍煎湴鍧�",
+ "read": 33,
+ "sending": 0,
+ "type": "0",
+ "unit": "mm",
+ "address":"DB100.0",
+ "count":3,
+ "value":"0"
+ },
+ {
+ "name": "22#鏍煎湴鍧�",
+ "read": 11,
+ "sending": 0,
+ "unit": "mm",
+ "type": "0"
+ ,
+ "value":"0"
+ },
+ {
+ "name": "43#鏍煎湴鍧�",
+ "read": 22,
+ "sending": 0,
+ "unit": "mm",
+ "type": "0",
+ "value":"0"
+ },
+ {
+ "name": "64#鏍煎湴鍧�",
+ "read": 22,
+ "sending": 0,
+ "unit": "mm",
+ "type": "0",
+ "value":"0"
+ },
+ {
+ "name": "85#鏍煎湴鍧�",
+ "read": 22,
+ "sending": 0,
+ "unit": "mm",
+ "type": "0",
+ "value":"0"
+ }
+
+
+
+ ],
+
+ [
+ {
+ "title": {
+ "name": "B02浣嶇疆璁惧畾"
+
+ }, "type": "1"
+ },
+ {
+ "name": "106#鏍煎湴鍧�",
+ "read": 22,
+ "sending": 0,
+ "unit": "mm",
+ "type": "0",
+ "value":"0"
+ },
+ {
+ "name": "127#鏍煎湴鍧�",
+ "read": 22,
+ "sending": 0,
+ "unit": "mm",
+ "type": "0",
+ "value":"0"
+ },
+ {
+ "name": "148#鏍煎湴鍧�",
+ "read": 22,
+ "sending": 0,
+ "unit": "mm",
+ "type": "0",
+ "value":"0"
+ },
+ {
+ "name": "169#鏍煎湴鍧�",
+ "read": 22,
+ "sending": 0,
+ "unit": "mm",
+ "type": "0",
+ "value":"0"
+ },
+ {
+ "name": "190#鏍煎湴鍧�",
+ "read": 22,
+ "sending": 0,
+ "unit": "mm",
+ "type": "0",
+ "value":"0"
+ }
+
+
+
+
+ ]
+
+
+ ]
\ No newline at end of file
--
Gitblit v1.8.0