| | |
| | | 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; |
| | |
| | | |
| | | 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);//获取移动命令 |