From 527371e8627a27108f32576a4f975df03e3b799c Mon Sep 17 00:00:00 2001 From: lhiven <236881222@qq.com> Date: Sat, 8 Jun 2024 14:21:24 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=89=E6=8B=A9=E8=B7=B3=E8=BF=87=E6=97=B6?= =?UTF-8?q?=EF=BC=8C=E5=85=B3=E9=97=AD=E5=91=A8=E8=BD=AC=E7=9B=98=E5=92=8C?= =?UTF-8?q?=E6=B2=BB=E5=85=B7=E7=9A=84=E7=9C=9F=E7=A9=BA=E5=90=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Rs.SkyLine/Flow/NormalFlow/TurnoverFlow.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Rs.SkyLine/Flow/NormalFlow/TurnoverFlow.cs b/Rs.SkyLine/Flow/NormalFlow/TurnoverFlow.cs index 1142319..36ba438 100644 --- a/Rs.SkyLine/Flow/NormalFlow/TurnoverFlow.cs +++ b/Rs.SkyLine/Flow/NormalFlow/TurnoverFlow.cs @@ -301,6 +301,7 @@ namespace Rs.MotionPlat.Flow { GlobalTray.TurnoverTray.ChangeStatus(slot.Index, ESlotStatus.NotHave); slot.ClearProduct(); + VacManager.TurnoverTrayVacSuction(EVacOperator.Close, true, slot.Index); exit = true; } break; @@ -2108,6 +2109,7 @@ namespace Rs.MotionPlat.Flow ti.Dealed = true; } slot.ClearProduct(); + VacManager.TestTrayVacSuction(EVacOperator.Close, true, slot.Index); GlobalTray.TestTray.ChangeStatus(slot.Index, ESlotStatus.NotHave); } } @@ -2161,6 +2163,7 @@ namespace Rs.MotionPlat.Flow ti.Dealed = true; } slot.ClearProduct(); + VacManager.TestTrayVacSuction(EVacOperator.Close, true, slot.Index); GlobalTray.TestTray.ChangeStatus(slot.Index, ESlotStatus.NotHave); } } @@ -3181,7 +3184,7 @@ namespace Rs.MotionPlat.Flow } public string GetClassName() { - return "TurnoverFlow_"; + return "TurnoverFlow-"; } public bool LoadFinished() {