From 7bde42462e2f0997324755ab629d2f2c6e4fcc76 Mon Sep 17 00:00:00 2001
From: wuyouming666 <2265557248@qq.com>
Date: 星期一, 27 十一月 2023 08:29:55 +0800
Subject: [PATCH] 变频器参数页面、大车笼子定位页面、小车笼子定位页面页面通讯逻辑

---
 CanadaMes-ui/src/configuration/address.json |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/CanadaMes-ui/src/configuration/address.json b/CanadaMes-ui/src/configuration/address.json
index e410f6f..c26211e 100644
--- a/CanadaMes-ui/src/configuration/address.json
+++ b/CanadaMes-ui/src/configuration/address.json
@@ -15,11 +15,13 @@
     "parameter2": [
         {
           "name": "DB100.0",
-          "count": 12
+          "count": 12,
+          "type": 0
         },
         {
           "name": "DB100.0",
-          "count": 12
+          "count": 12,
+          "type": 1
         }
       ],
       "Positioning1": [

--
Gitblit v1.8.0