From 4b4a30e9a498b27684a0a4bf7fd797b1c43a20ba Mon Sep 17 00:00:00 2001 From: lhiven Date: Tue, 25 Jun 2024 09:08:20 +0800 Subject: [PATCH] =?UTF-8?q?GRR=E5=92=8CINPUT=E5=85=A8=E9=83=A8=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E6=97=A0=E4=BA=A7=E5=93=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Rs.DeweyTester/FormMain.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Rs.DeweyTester/FormMain.cs b/Rs.DeweyTester/FormMain.cs index 318fe3c..815faad 100644 --- a/Rs.DeweyTester/FormMain.cs +++ b/Rs.DeweyTester/FormMain.cs @@ -163,9 +163,9 @@ namespace Rs.MotionPlat trayNg.InitSlotStatus = ESlotStatus.NotHave; trayReTest.InitSlotStatus = ESlotStatus.NotHave; - trayGrr.InitSlotStatus = ESlotStatus.Have; + trayGrr.InitSlotStatus = ESlotStatus.NotHave; trayOk.InitSlotStatus = ESlotStatus.NotHave; - trayInput.InitSlotStatus = ESlotStatus.Have; + trayInput.InitSlotStatus = ESlotStatus.NotHave; GlobalTray.NgTray = trayNg; GlobalTray.RetestTray = trayReTest;