From 47a468a30e24567783c1319cbd7874ef1226ddd5 Mon Sep 17 00:00:00 2001 From: zhoushihao <zsh19950802@163.com> Date: 星期四, 09 五月 2024 19:19:53 +0800 Subject: [PATCH] 卧式理片笼线程改造:新增当前笼子的格子位置,优先进最近的格子 --- hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/JsonFile/PlcCacheGlass.json | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/JsonFile/PlcCacheGlass.json b/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/JsonFile/PlcCacheGlass.json index e32b9d6..d3ebde8 100644 --- a/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/JsonFile/PlcCacheGlass.json +++ b/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/JsonFile/PlcCacheGlass.json @@ -18,6 +18,13 @@ "unit":"" }, { + "codeId": "Current_slot", + "addressIndex":"36", + "addressLenght":"2", + "ratio":"1", + "unit":"" + }, + { "codeId": "MES_confirmation_word", "addressIndex":"38", "addressLenght":"2", -- Gitblit v1.8.0