From dbeb2246aa7ce5aef8c3bfd15a7722ef6cdacedc Mon Sep 17 00:00:00 2001
From: wuyouming666 <2265557248@qq.com>
Date: 星期二, 23 四月 2024 10:57:55 +0800
Subject: [PATCH] 修改出片接片地址 限制,隐藏A01 A02未回零
---
springboot-vue3/JsonFile/PlcSign.json | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/springboot-vue3/JsonFile/PlcSign.json b/springboot-vue3/JsonFile/PlcSign.json
index 6a40941..3d1bc04 100644
--- a/springboot-vue3/JsonFile/PlcSign.json
+++ b/springboot-vue3/JsonFile/PlcSign.json
@@ -1,6 +1,6 @@
{
"plcAddressBegin":"DB100.0.0",
- "plcAddressLenght":"20",
+ "plcAddressLenght":"10",
"dataType":"bit",
"parameteInfor":[
{
@@ -29,19 +29,19 @@
},
{
"codeId": "A01A02TURNPOSVelocityAUTO",
- "addressIndex":"12"
+ "addressIndex":"7"
},
{
"codeId": "A01A02TURNPOSVelocitymanual",
- "addressIndex":"14"
+ "addressIndex":"8"
},
{
"codeId": "A01A02TRAVELPOSVelocityAUTO",
- "addressIndex":"16"
+ "addressIndex":"9"
},
{
"codeId": "DO1id",
- "addressIndex":"18"
+ "addressIndex":"10"
}
]
}
--
Gitblit v1.8.0