From e9a4418c14ef68fb454300b092c413e8df259ec2 Mon Sep 17 00:00:00 2001
From: Junjie <xjj@123>
Date: 星期六, 13 四月 2024 11:50:56 +0800
Subject: [PATCH] #

---
 zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/rcs/thread/ShuttleThread.java |   43 +++++++++++++++++++++++++++++++++++++++----
 1 files changed, 39 insertions(+), 4 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 4488848..3162221 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,8 +1,13 @@
 package com.zy.asrs.wcs.rcs.thread;
 
+import com.zy.asrs.wcs.common.ExecuteSupport;
+import com.zy.asrs.wcs.core.model.NavigateNode;
 import com.zy.asrs.wcs.core.model.command.ShuttleCommand;
 import com.zy.asrs.wcs.rcs.entity.Device;
+import com.zy.asrs.wcs.rcs.model.enums.ShuttleProtocolStatusType;
 import com.zy.asrs.wcs.rcs.model.protocol.ShuttleProtocol;
+
+import java.util.List;
 
 public interface ShuttleThread extends ThreadHandler{
 
@@ -10,14 +15,44 @@
 
     Device getDevice();//鑾峰彇璁惧淇℃伅
 
-    boolean movePath();//璺緞涓嬪彂
+    boolean movePath(List<NavigateNode> nodes, Integer taskNo);//璺緞涓嬪彂
 
-    boolean move();//绉诲姩
+    boolean move(ShuttleCommand command);//绉诲姩
 
-    boolean lift();//椤跺崌
+    boolean lift(ShuttleCommand command);//椤跺崌
 
+    boolean charge(ShuttleCommand command);//鍏呯數寮�鍏�
+
+    boolean reset(ShuttleCommand command);//澶嶄綅寮�鍏�
+
+    boolean isIdle();
+
+    boolean isIdle(ExecuteSupport support);//鏄惁绌洪棽
+
+    boolean isDeviceIdle();//璁惧鏄惁绌洪棽
+
+    boolean isRequireCharge();//鏄惁婊¤冻鍏呯數鐘舵��
+
+    boolean isCharging();//鏄惁鍏呯數涓�
+
+    boolean isChargingCompleted();//鏄惁鍏呯數瀹屾垚
+
+    List<NavigateNode> getMoveAdvancePath();//鑾峰彇绌挎杞︿换鍔¤矾寰�
+
+    int generateDeviceTaskNo(int taskNo);//鐢熸垚纭欢璁惧宸ヤ綔鍙�
+
+    boolean setProtocolStatus(ShuttleProtocolStatusType status);//璁剧疆宸ヤ綔鐘舵��
+
+    boolean setSyncTaskNo(Integer taskNo);//璁剧疆宸ヤ綔鍙�
+
+    boolean setPakMk(boolean pakMk);//璁剧疆鏍囪
 
     //***************鑾峰彇鍛戒护*****************
-    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);//鑾峰彇绉诲姩鍛戒护
+
+    ShuttleCommand getLiftCommand(Integer taskNo, Boolean lift);//椤跺崌鍛戒护 true=>椤跺崌 false=>涓嬮檷
+
+    ShuttleCommand getChargeCommand(Integer taskNo, Boolean charge);//鍏呯數寮�鍏冲懡浠� true=>寮� false=>鍏�
 
 }

--
Gitblit v1.9.1