From 64cad8c9b74d1450e873ce378110a7ed8c1aef56 Mon Sep 17 00:00:00 2001
From: wuyouming666 <2265557248@qq.com>
Date: 星期一, 22 一月 2024 09:04:34 +0800
Subject: [PATCH] 增加xlsx转换为json 工具类

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