From cd070a074e7f32f4b14ad4f3c6d7e759457301d7 Mon Sep 17 00:00:00 2001 From: lhiven <236881222@qq.com> Date: Tue, 30 Jan 2024 08:05:09 +0900 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=89=B9=E6=AC=A1=E7=BB=93?= =?UTF-8?q?=E6=9D=9F=E5=90=8E=E4=B8=8B=E8=BD=AE=E5=BC=80=E5=A7=8B=E6=97=B6?= =?UTF-8?q?=E5=BC=B9=E5=87=BA=E6=96=99=E4=BB=93=E7=BC=BA=E6=96=99=E7=9A=84?= =?UTF-8?q?=E5=BC=B9=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Rs.SkyLine/Flow/TestCenter.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Rs.SkyLine/Flow/TestCenter.cs b/Rs.SkyLine/Flow/TestCenter.cs index d381629..a6a002e 100644 --- a/Rs.SkyLine/Flow/TestCenter.cs +++ b/Rs.SkyLine/Flow/TestCenter.cs @@ -432,7 +432,8 @@ namespace Rs.MotionPlat.Flow MessageQueue.Instance.Insert($"{ETrayType.Input}料仓收到切盘命令"); //StockManager.Instance.GetStock(ETrayType.Input).Unload(EStockTrayUnLoadMode.Whole, null); TakeTrayFlow.Instance.Take(ETrayType.Input, ETrayType.Empty1, () => { - StockManager.Instance.GetStock(ETrayType.Input).Status = EStockTrayStatus.Unloaded; + //StockManager.Instance.GetStock(ETrayType.Input).Status = EStockTrayStatus.Unloaded; + StockManager.Instance.GetStock(ETrayType.Input).ChangeStatus(EStockTrayStatus.Unloaded, true); }, null, () => { Task.Run(() => { StockManager.Instance.GetStock(ETrayType.Empty1).Unload(EStockTrayUnLoadMode.Whole, null);