|
|
@ -374,7 +374,7 @@ namespace Rs.MotionPlat.Flow
|
|
|
|
//结束上料/跳过/重试/继续
|
|
|
|
//结束上料/跳过/重试/继续
|
|
|
|
//ETipButton btnText = (ETipButton.Retry | ETipButton.Skip | ETipButton.Yes | ETipButton.No);
|
|
|
|
//ETipButton btnText = (ETipButton.Retry | ETipButton.Skip | ETipButton.Yes | ETipButton.No);
|
|
|
|
alarmInfo = $"【{curNozzle.NozzleIndex}】排料吸嘴取料{reFetchNum}次失败";
|
|
|
|
alarmInfo = $"【{curNozzle.NozzleIndex}】排料吸嘴取料{reFetchNum}次失败";
|
|
|
|
TestCenterMessageBox.Show(AlarmConstID.TrayTakeFailAlarm,alarmInfo , btnText);
|
|
|
|
TestCenterMessageBox.Show(AlarmConstID.TrayTakeFailAlarm,alarmInfo , btnText, buttonText);
|
|
|
|
SchedulingMessageBox box = TestCenterMessageBox.WaitResult(AlarmConstID.TrayTakeFailAlarm);
|
|
|
|
SchedulingMessageBox box = TestCenterMessageBox.WaitResult(AlarmConstID.TrayTakeFailAlarm);
|
|
|
|
switch (box.Button)
|
|
|
|
switch (box.Button)
|
|
|
|
{
|
|
|
|
{
|
|
|
|