1、挑料模式视觉返回无料时和料翻时同样的处理方式

Eight
lhiven 3 months ago
parent ac5dac1498
commit 4cb0ebc539

@ -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)

Loading…
Cancel
Save