From 20f9e20e45a66a5dad1217c93455685d8174c6cf Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期四, 25 一月 2024 08:09:27 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/CanadaMes
---
springboot-vue3/src/main/resources/JsonFile/PlcSign.json | 88 ++++++++++++++++++++++----------------------
1 files changed, 44 insertions(+), 44 deletions(-)
diff --git a/springboot-vue3/src/main/resources/JsonFile/PlcSign.json b/springboot-vue3/src/main/resources/JsonFile/PlcSign.json
index 6a40941..390a204 100644
--- a/springboot-vue3/src/main/resources/JsonFile/PlcSign.json
+++ b/springboot-vue3/src/main/resources/JsonFile/PlcSign.json
@@ -1,47 +1,47 @@
{
- "plcAddressBegin":"DB100.0.0",
- "plcAddressLenght":"20",
- "dataType":"bit",
- "parameteInfor":[
- {
- "codeId": "D01.SRdec",
- "addressIndex":"0"
- },
- {
- "codeId": "conveyorVelocity(AutoSLOW)",
- "addressIndex":"1"
- },
- {
- "codeId": "conveyorVelocity(Manual)",
- "addressIndex":"2"
- },
- {
- "codeId": "A01A02TURNJOGVelocity",
- "addressIndex":"3"
- },
- {
- "codeId": "A01A02TRAVELJOGVelocity",
- "addressIndex":"4"
- },
- {
- "codeId": "B01B02TRAVELJOGVelocity",
- "addressIndex":"5"
- },
- {
- "codeId": "A01A02TURNPOSVelocityAUTO",
- "addressIndex":"12"
- },
- {
- "codeId": "A01A02TURNPOSVelocitymanual",
- "addressIndex":"14"
- },
- {
- "codeId": "A01A02TRAVELPOSVelocityAUTO",
- "addressIndex":"16"
- },
- {
- "codeId": "DO1id",
- "addressIndex":"18"
- }
+ "plcAddressBegin":"DB102.0.0",
+ "plcAddressLenght":"11",
+ "dataType":"bit",
+ "parameteInfor":[
+ {
+ "codeId": "D01.SRdec",
+ "addressIndex":"0"
+ },
+ {
+ "codeId": "D01.SRinpos",
+ "addressIndex":"1"
+ },
+ {
+ "codeId": "conveyorVelocity(Manual)",
+ "addressIndex":"2"
+ },
+ {
+ "codeId": "A01A02TURNJOGVelocity",
+ "addressIndex":"3"
+ },
+ {
+ "codeId": "A01A02TRAVELJOGVelocity",
+ "addressIndex":"4"
+ },
+ {
+ "codeId": "B01B02TRAVELJOGVelocity",
+ "addressIndex":"5"
+ },
+ {
+ "codeId": "A01A02TURNPOSVelocityAUTO",
+ "addressIndex":"7"
+ },
+ {
+ "codeId": "A01A02TURNPOSVelocitymanual",
+ "addressIndex":"8"
+ },
+ {
+ "codeId": "A01A02TRAVELPOSVelocityAUTO",
+ "addressIndex":"9"
+ },
+ {
+ "codeId": "D05.SRinpos",
+ "addressIndex":"10"
+ }
]
}
--
Gitblit v1.8.0