From b39c08193057428c7d84917079e6469607165a61 Mon Sep 17 00:00:00 2001 From: lhiven <236881222@qq.com> Date: Wed, 3 Jan 2024 17:57:20 +0900 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=BD=93=E4=BB=8E=E6=B2=BB?= =?UTF-8?q?=E5=85=B7=E5=88=B0=E5=91=A8=E8=BD=AC=E7=9B=98=E5=8F=96=E6=96=99?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5=E6=97=B6=EF=BC=8C=E5=85=A8=E9=83=A8=E8=B7=B3?= =?UTF-8?q?=E8=BF=87=E5=90=8E=E6=B2=A1=E6=9C=89=E6=9B=B4=E6=96=B0=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Rs.SkyLine/Flow/NormalFlow/TurnoverFlow.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Rs.SkyLine/Flow/NormalFlow/TurnoverFlow.cs b/Rs.SkyLine/Flow/NormalFlow/TurnoverFlow.cs index 5202724..a6ac936 100644 --- a/Rs.SkyLine/Flow/NormalFlow/TurnoverFlow.cs +++ b/Rs.SkyLine/Flow/NormalFlow/TurnoverFlow.cs @@ -1277,6 +1277,9 @@ namespace Rs.MotionPlat.Flow testedSlots = testedSlots = TestTrayManager.Instance.GetSlots(ETestTraySlotStatus.Have); if (testedSlots == null || testedSlots.Count == 0) { + MachineManage.Instance.SetTesterState(new TesterInfo() { State = ETesterState.NotReady, ReadySites = null }); + logInfo = GetClassName() + "通知中控产品全部已从治具中取出,状态变成NotReady"; + MessageQueue.Instance.Insert(logInfo); exit = true; Step = ETurnoverFlowStep.上报中控任务完成; }