From 30554da16e9540d53d81d21b81e5cd41c9284aa0 Mon Sep 17 00:00:00 2001 From: lhiven Date: Tue, 13 Aug 2024 15:31:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BD=93GRR=E6=88=96=E8=80=85AUDIT=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F=E4=BF=9D=E5=AD=98=E6=97=B6=EF=BC=8C=E5=85=88=E6=8A=8A?= =?UTF-8?q?GRR=E6=96=99=E7=9B=98=E7=9A=84=E4=BA=A7=E5=93=81=E6=B8=85?= =?UTF-8?q?=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Rs.DeweyTester/FormMain.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Rs.DeweyTester/FormMain.cs b/Rs.DeweyTester/FormMain.cs index 6b283d2..a9e0795 100644 --- a/Rs.DeweyTester/FormMain.cs +++ b/Rs.DeweyTester/FormMain.cs @@ -732,6 +732,7 @@ namespace Rs.MotionPlat { SysConfigParam.Update("GrrProductNum", txtGrrProductNum.Text); SysConfigParam.Update("GrrTestNum", txtGrrTestNum.Text); + GlobalTray.GrrTray.ChangeStatus(ESlotStatus.NotHave); for (int i = 0; i < GlobalVar.GrrProductNum; i++) { GlobalTray.GrrTray.ChangeStatus(i + 1, ESlotStatus.Have);