From 09a010c5dc11c68a866a6075a74bd1bbefb4a9a8 Mon Sep 17 00:00:00 2001 From: wu <731351411@qq.com> Date: 星期一, 24 六月 2024 16:38:23 +0800 Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/HangZhouMes --- hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/main/resources/JsonFile/PlcCacheVerticalGlass.json | 66 +++++++++++++++++++++++++-------- 1 files changed, 50 insertions(+), 16 deletions(-) diff --git a/hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/main/resources/JsonFile/PlcCacheVerticalGlass.json b/hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/main/resources/JsonFile/PlcCacheVerticalGlass.json index 5838dac..1b538cf 100644 --- a/hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/main/resources/JsonFile/PlcCacheVerticalGlass.json +++ b/hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/main/resources/JsonFile/PlcCacheVerticalGlass.json @@ -1,6 +1,6 @@ { - "plcAddressBegin":"DB.0", - "plcAddressLenght":"72", + "plcAddressBegin":"DB14.0", + "plcAddressLenght":"84", "dataType":"word", "parameteInfor":[ { @@ -19,7 +19,7 @@ }, { "codeId": "D04Request", - "addressIndex":"8", + "addressIndex":"34", "addressLenght":"2", "ratio":"1", "unit":"" @@ -27,28 +27,62 @@ { "codeId": "D04ID1", "addressIndex":"10", - "addressLenght":"6", + "addressLenght":"36", "ratio":"1", "unit":"" }, { - "codeId": "D02Go", - "addressIndex":"20", + "codeId": "E01Status", + "addressIndex":"2", + "addressLenght":"68", + "ratio":"1", + "unit":"" + }, + { + "codeId": "E02Status", + "addressIndex":"2", + "addressLenght":"70", + "ratio":"1", + "unit":"" + }, + { + "codeId": "MaxTaskNo", + "addressIndex":"2", + "addressLenght":"72", + "ratio":"1", + "unit":"" + }, + { + "codeId": "D02MaxWidth", + "addressIndex":"2", + "addressLenght":"74", + "ratio":"1", + "unit":"" + }, + { + "codeId": "D05MaxWidth", + "addressIndex":"2", + "addressLenght":"76", + "ratio":"1", + "unit":"" + }, + { + "codeId": "GlassGap", + "addressIndex":"2", + "addressLenght":"78", + "ratio":"1", + "unit":"" + }, + { + "codeId": "D02SitState", + "addressIndex":"80", "addressLenght":"2", "ratio":"1", "unit":"" }, { - "codeId": "D05Go", - "addressIndex":"22", - "addressLenght":"2", - "ratio":"1", - "unit":"" - } - , - { - "codeId": "DeviceStatus", - "addressIndex":"70", + "codeId": "D05SitState", + "addressIndex":"82", "addressLenght":"2", "ratio":"1", "unit":"" -- Gitblit v1.8.0