From 7ed8a3db0115b19349cbdad55c91c353a0e8e300 Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期日, 26 四月 2026 16:29:19 +0800
Subject: [PATCH] 一楼输送线出入库冲突控制

---
 src/main/java/com/zy/core/MainProcess.java |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/zy/core/MainProcess.java b/src/main/java/com/zy/core/MainProcess.java
index 64f353c..f9c619b 100644
--- a/src/main/java/com/zy/core/MainProcess.java
+++ b/src/main/java/com/zy/core/MainProcess.java
@@ -65,7 +65,7 @@
                     mainService.storeEmptyPlt(8);
 
                     // 鍑哄簱  ===>> 宸ヤ綔妗d俊鎭啓鍏ed鏄剧ず鍣�
-                    mainService.ledExecute(9);
+                    mainService.ledExecute();
 
                     // 鍏朵粬  ===>> LED鏄剧ず鍣ㄥ浣嶏紝鏄剧ず榛樿淇℃伅
                     mainService.ledReset();
@@ -75,6 +75,14 @@
                     // 鍫嗗灈鏈哄洖鍘熺偣
                     mainService.originGo();
 
+                    mainService.releasePathIfFree();
+
+                    // rgv鎼繍涓�妤�
+                    mainService.rgvCarryOne();
+
+                    // rgv鎼繍
+                    mainService.rgvCarry();
+
                 } catch (Exception e) {
                     e.printStackTrace();
                 }

--
Gitblit v1.9.1