From 0f69561e397093b5165c4aac58530721d5c62178 Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期一, 25 十一月 2024 11:03:16 +0800
Subject: [PATCH] #led

---
 zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/rcs/thread/ShuttleThread.java |   28 +++++++++++++++++++++-------
 1 files changed, 21 insertions(+), 7 deletions(-)

diff --git a/zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/rcs/thread/ShuttleThread.java b/zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/rcs/thread/ShuttleThread.java
index f00efde..7c9f4f2 100644
--- a/zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/rcs/thread/ShuttleThread.java
+++ b/zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/rcs/thread/ShuttleThread.java
@@ -1,10 +1,12 @@
 package com.zy.asrs.wcs.rcs.thread;
 
 import com.zy.asrs.wcs.common.ExecuteSupport;
+import com.zy.asrs.wcs.core.domain.param.ShuttleMoveLocParam;
 import com.zy.asrs.wcs.core.model.NavigateNode;
 import com.zy.asrs.wcs.core.model.command.ShuttleCommand;
 import com.zy.asrs.wcs.core.model.enums.MotionCtgType;
 import com.zy.asrs.wcs.rcs.entity.Device;
+import com.zy.asrs.wcs.rcs.model.CommandResponse;
 import com.zy.asrs.wcs.rcs.model.enums.ShuttleProtocolStatusType;
 import com.zy.asrs.wcs.rcs.model.protocol.ShuttleProtocol;
 
@@ -12,25 +14,31 @@
 
 public interface ShuttleThread extends ThreadHandler{
 
-    ShuttleProtocol getStatus();//鑾峰彇鍥涘悜绌挎杞︾姸鎬�
+    ShuttleProtocol getStatus(boolean clone);//鑾峰彇鍥涘悜绌挎杞︾姸鎬�
+
+    ShuttleProtocol getStatus();//鑾峰彇鍥涘悜绌挎杞︾姸鎬�-榛樿clone
 
     Device getDevice();//鑾峰彇璁惧淇℃伅
 
-    boolean movePath(List<NavigateNode> nodes, Integer taskNo);//璺緞涓嬪彂
+    CommandResponse movePath(List<NavigateNode> nodes, Integer taskNo);//璺緞涓嬪彂
 
-    boolean move(ShuttleCommand command);//绉诲姩
+    CommandResponse move(ShuttleCommand command);//绉诲姩
 
-    boolean lift(ShuttleCommand command);//椤跺崌
+    CommandResponse lift(ShuttleCommand command);//椤跺崌
 
-    boolean charge(ShuttleCommand command);//鍏呯數寮�鍏�
+    CommandResponse charge(ShuttleCommand command);//鍏呯數寮�鍏�
 
-    boolean reset(ShuttleCommand command);//澶嶄綅寮�鍏�
+    CommandResponse reset(ShuttleCommand command);//澶嶄綅寮�鍏�
+
+    CommandResponse updateLocation(ShuttleCommand command);//鏇存柊鍧愭爣
 
     boolean isIdle();
 
     boolean isIdle(ExecuteSupport support);//鏄惁绌洪棽
 
     boolean isDeviceIdle();//璁惧鏄惁绌洪棽
+
+    boolean isDeviceIdle(ExecuteSupport support);//璁惧鏄惁绌洪棽
 
     boolean isRequireCharge();//鏄惁婊¤冻鍏呯數鐘舵��
 
@@ -48,12 +56,18 @@
 
     boolean setPakMk(boolean pakMk);//璁剧疆鏍囪
 
+    boolean enableMoveLoc(ShuttleMoveLocParam param, boolean enable);
+
+    boolean requestWaiting();
+
     //***************鑾峰彇鍛戒护*****************
 
-    ShuttleCommand getMoveCommand(Integer taskNo, String startCodeNum, String distCodeNum, Integer allDistance, Integer runDirection, Integer runSpeed);//鑾峰彇绉诲姩鍛戒护
+    ShuttleCommand getMoveCommand(Integer taskNo, String startCodeNum, String distCodeNum, Integer allDistance, Integer runDirection, Integer runSpeed, List<NavigateNode> nodes);//鑾峰彇绉诲姩鍛戒护
 
     ShuttleCommand getLiftCommand(Integer taskNo, Boolean lift);//椤跺崌鍛戒护 true=>椤跺崌 false=>涓嬮檷
 
     ShuttleCommand getChargeCommand(Integer taskNo, Boolean charge);//鍏呯數寮�鍏冲懡浠� true=>寮� false=>鍏�
 
+    ShuttleCommand getUpdateLocationCommand(Integer taskNo, String locNo);//鑾峰彇鏇存柊鍧愭爣鍛戒护
+
 }

--
Gitblit v1.9.1