From bc4a9c7700fbda51a57207fd445a02ad21e85911 Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期四, 25 一月 2024 08:08:13 +0800
Subject: [PATCH] 自动确认状态下改为从后台直接发送进片任务

---
 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