From e3b6c01acf7228c009d861c1efea4cbcc7926abe Mon Sep 17 00:00:00 2001 From: 刘磊 <1161824510@qq.com> Date: 星期三, 04 十二月 2024 14:13:33 +0800 Subject: [PATCH] 分容空框出库 --- Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/ConveyorLineJob_GW/GWTask/RequestInbound.cs | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/ConveyorLineJob_GW/GWTask/RequestInbound.cs b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/ConveyorLineJob_GW/GWTask/RequestInbound.cs index 0791aca..54b8336 100644 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/ConveyorLineJob_GW/GWTask/RequestInbound.cs +++ b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/ConveyorLineJob_GW/GWTask/RequestInbound.cs @@ -72,6 +72,7 @@ } break; case 1: + case 6: case 10: ExecuteStationAction(stationManager, conveyorLine, command, childDeviceCode); break; @@ -155,6 +156,9 @@ case 12: ConveyorLineOutFinish(conveyorLine, command, childDeviceCode); break; + case 6: + CreateAndSendEmptyTrayTask(conveyorLine,command, childDeviceCode); + break; case 1: if (stationManager.stationArea.Contains("GW")) { -- Gitblit v1.9.3