From 9fab5b6e18834a161932817101b2d11830ef03da Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期一, 14 十月 2024 15:21:41 +0800
Subject: [PATCH] 1、卧理改造:将出片时玻璃替换改为出片时玻璃替换

---
 hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/JsonFile/PlcCacheGlass.json |   21 ++++++++++++++-------
 1 files changed, 14 insertions(+), 7 deletions(-)

diff --git a/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/JsonFile/PlcCacheGlass.json b/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/JsonFile/PlcCacheGlass.json
index 0e9ca40..01969b7 100644
--- a/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/JsonFile/PlcCacheGlass.json
+++ b/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/JsonFile/PlcCacheGlass.json
@@ -1,5 +1,5 @@
 {
-   "plcAddressBegin":"DB14.0",
+   "plcAddressBegin":"DB11.0",
    "plcAddressLenght":"80",
    "dataType":"word",
    "parameteInfor":[
@@ -18,29 +18,36 @@
           "unit":""
        },
        {
+          "codeId": "Current_slot",
+          "addressIndex":"36",
+          "addressLenght":"2",
+          "ratio":"1",
+          "unit":""
+       },
+        {
           "codeId": "MES_confirmation_word",
-          "addressIndex":"40",
+          "addressIndex":"38",
           "addressLenght":"2",
           "ratio":"1",
           "unit":""
        },
        {
-          "codeId": "A09_glass_status",
-          "addressIndex":"70",
+          "codeId": "A08_glass_status",
+          "addressIndex":"68",
           "addressLenght":"2",
           "ratio":"1",
           "unit":""
        },
        {
           "codeId": "A10_glass_status",
-          "addressIndex":"72",
+          "addressIndex":"70",
           "addressLenght":"2",
           "ratio":"1",
           "unit":""
        },
        {
           "codeId": "A09_prohibit_film_production",
-          "addressIndex":"74",
+          "addressIndex":"72",
           "addressLenght":"2",
           "ratio":"1",
           "unit":""
@@ -48,7 +55,7 @@
        ,
        {
           "codeId": "A10_prohibit_film_production",
-          "addressIndex":"76",
+          "addressIndex":"74",
           "addressLenght":"2",
           "ratio":"1",
           "unit":""

--
Gitblit v1.8.0