From 7c32ab19d3bf4c601212314a1617bbb51c5fdd2a Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期五, 29 三月 2024 16:01:36 +0800
Subject: [PATCH] #
---
zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/rcs/thread/ShuttleThread.java | 20 +++++++++++++++++---
1 files changed, 17 insertions(+), 3 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 6dc13a8..d703810 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,15 +1,29 @@
package com.zy.asrs.wcs.rcs.thread;
+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.protocol.ShuttleProtocol;
+
+import java.util.List;
public interface ShuttleThread extends ThreadHandler{
ShuttleProtocol getStatus();//鑾峰彇鍥涘悜绌挎杞︾姸鎬�
- boolean movePath();//璺緞涓嬪彂
+ Device getDevice();//鑾峰彇璁惧淇℃伅
- boolean move();//绉诲姩
+ boolean movePath(List<NavigateNode> nodes, Integer taskNo);//璺緞涓嬪彂
- boolean lift();//椤跺崌
+ boolean move(ShuttleCommand command);//绉诲姩
+
+ boolean lift(ShuttleCommand command);//椤跺崌
+
+ boolean charge(ShuttleCommand command);//鍏呯數寮�鍏�
+
+ boolean reset(ShuttleCommand command);//澶嶄綅寮�鍏�
+
+ //***************鑾峰彇鍛戒护*****************
+ ShuttleCommand getMoveCommand(Integer taskNo, String startCodeNum, String distCodeNum, Integer allDistance, Integer runDirection, Integer runSpeed);
}
--
Gitblit v1.9.1