修复empty料仓少于两个料盘的报警错误的问题。

Eight
lhiven 5 months ago
parent 862f47007c
commit 1a74b28077

@ -106,7 +106,7 @@ namespace Rs.MotionPlat.Flow.NormalFlow
{
logInfo = GetClassName() + $"当前层:{GetCurrentLayer()}未检测到料盘";
MessageQueue.Instance.Insert(logInfo);
Msgbox.ShowTipDialog(EButtonType.Retry, "Input stock tray less two,please retry", "error", true);
Msgbox.ShowTipDialog(EButtonType.Retry, "Input bin with less than 2 trays,please retry", "error", true);
OutStock();
InStock();
prepareTrayStep = EPrepareTray2FlowStep.;

@ -91,7 +91,7 @@ namespace Rs.MotionPlat.Flow.NormalFlow
}
else
{
Msgbox.ShowTipDialog(EButtonType.Retry, "Input料仓处料盘少于2盘选择重试后弹出料仓","error",true);
Msgbox.ShowTipDialog(EButtonType.Retry, "Empty bin with less than 2 trays,please retry", "error",true);
OutStock();
InStock();
prepareTrayStep = EPrepareTray3FlowStep.;

Loading…
Cancel
Save