From 60525d151c7a1de6fe455acb61a7a29017935279 Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期五, 12 九月 2025 09:05:01 +0800
Subject: [PATCH] 1、修改150配置
---
hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/JsonFile/PlcCacheGlass.json | 130 ++++++++++++++++++++++--------------------
1 files changed, 68 insertions(+), 62 deletions(-)
diff --git a/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/JsonFile/PlcCacheGlass.json b/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/JsonFile/PlcCacheGlass.json
index 01969b7..164be88 100644
--- a/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/JsonFile/PlcCacheGlass.json
+++ b/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/JsonFile/PlcCacheGlass.json
@@ -1,64 +1,70 @@
{
- "plcAddressBegin":"DB11.0",
- "plcAddressLenght":"80",
- "dataType":"word",
- "parameteInfor":[
- {
- "codeId": "A06_request_word",
- "addressIndex":"0",
- "addressLenght":"2",
- "ratio":"1",
- "unit":"m/min"
- },
- {
- "codeId": "A05_scanning_ID",
- "addressIndex":"2",
- "addressLenght":"30",
- "ratio":"1",
- "unit":""
- },
- {
- "codeId": "Current_slot",
- "addressIndex":"36",
- "addressLenght":"2",
- "ratio":"1",
- "unit":""
- },
- {
- "codeId": "MES_confirmation_word",
- "addressIndex":"38",
- "addressLenght":"2",
- "ratio":"1",
- "unit":""
- },
- {
- "codeId": "A08_glass_status",
- "addressIndex":"68",
- "addressLenght":"2",
- "ratio":"1",
- "unit":""
- },
- {
- "codeId": "A10_glass_status",
- "addressIndex":"70",
- "addressLenght":"2",
- "ratio":"1",
- "unit":""
- },
- {
- "codeId": "A09_prohibit_film_production",
- "addressIndex":"72",
- "addressLenght":"2",
- "ratio":"1",
- "unit":""
- }
- ,
- {
- "codeId": "A10_prohibit_film_production",
- "addressIndex":"74",
- "addressLenght":"2",
- "ratio":"1",
- "unit":""
- }
- ]
+ "plcAddressBegin": "DB11.0",
+ "plcAddressLenght": "80",
+ "dataType": "word",
+ "parameteInfor": [
+ {
+ "codeId": "A06_request_word",
+ "addressIndex": "0",
+ "addressLenght": "2",
+ "ratio": "1",
+ "unit": "m/min"
+ },
+ {
+ "codeId": "A05_scanning_ID",
+ "addressIndex": "2",
+ "addressLenght": "30",
+ "ratio": "1",
+ "unit": ""
+ },
+ {
+ "codeId": "Current_slot",
+ "addressIndex": "36",
+ "addressLenght": "2",
+ "ratio": "1",
+ "unit": ""
+ },
+ {
+ "codeId": "MES_confirmation_word",
+ "addressIndex": "38",
+ "addressLenght": "2",
+ "ratio": "1",
+ "unit": ""
+ },
+ {
+ "codeId": "A08_glass_status",
+ "addressIndex": "68",
+ "addressLenght": "2",
+ "ratio": "1",
+ "unit": ""
+ },
+ {
+ "codeId": "A10_glass_status",
+ "addressIndex": "70",
+ "addressLenght": "2",
+ "ratio": "1",
+ "unit": ""
+ },
+ {
+ "codeId": "A09_prohibit_film_production",
+ "addressIndex": "72",
+ "addressLenght": "2",
+ "ratio": "1",
+ "unit": ""
+ },
+ {
+ "codeId": "A10_prohibit_film_production",
+ "addressIndex": "74",
+ "addressLenght": "2",
+ "ratio": "1",
+ "unit": ""
+ },
+ {
+ "codeId": "A09_glass_status",
+ "addressIndex": "76",
+ "addressLenght": "2",
+ "ratio": "1",
+ "unit": ""
+ }
+ ]
}
--
Gitblit v1.8.0