|
|
@ -110,7 +110,7 @@ namespace Rs.MotionPlat.SysConfig
|
|
|
|
exit = true;
|
|
|
|
exit = true;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else if (fixtureret.Result == EOneGrabSixteenResult.Slant)
|
|
|
|
else if (fixtureret.Result == EOneGrabSixteenResult.Slant || fixtureret.Result == EOneGrabSixteenResult.NoHaveProdut)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
EButtonType buttonSelect = Msgbox.ShowTipDialog(EButtonType.Retry | EButtonType.EndInput | EButtonType.Skip, $"slot{i + 1} location fail","location fail",true);
|
|
|
|
EButtonType buttonSelect = Msgbox.ShowTipDialog(EButtonType.Retry | EButtonType.EndInput | EButtonType.Skip, $"slot{i + 1} location fail","location fail",true);
|
|
|
|
if (buttonSelect == EButtonType.EndInput)
|
|
|
|
if (buttonSelect == EButtonType.EndInput)
|
|
|
|