From 37d0d12ca21dea60957365d5118c800ae24eb332 Mon Sep 17 00:00:00 2001 From: lhiven Date: Sat, 7 Oct 2023 15:44:58 +0900 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E6=96=99=E5=90=B8=E5=98=B4=E5=A4=B1?= =?UTF-8?q?=E8=B4=A5=E5=BC=B9=E6=A1=86=E6=8F=90=E7=A4=BA=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Rs.SkyLine/Flow/WorkFlow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rs.SkyLine/Flow/WorkFlow.cs b/Rs.SkyLine/Flow/WorkFlow.cs index 65d327d..cc279aa 100644 --- a/Rs.SkyLine/Flow/WorkFlow.cs +++ b/Rs.SkyLine/Flow/WorkFlow.cs @@ -374,7 +374,7 @@ namespace Rs.MotionPlat.Flow //结束上料/跳过/重试/继续 //ETipButton btnText = (ETipButton.Retry | ETipButton.Skip | ETipButton.Yes | ETipButton.No); alarmInfo = $"【{curNozzle.NozzleIndex}】排料吸嘴取料{reFetchNum}次失败"; - TestCenterMessageBox.Show(AlarmConstID.TrayTakeFailAlarm,alarmInfo , btnText); + TestCenterMessageBox.Show(AlarmConstID.TrayTakeFailAlarm,alarmInfo , btnText, buttonText); SchedulingMessageBox box = TestCenterMessageBox.WaitResult(AlarmConstID.TrayTakeFailAlarm); switch (box.Button) {