diff --git a/Rs.DeweyTester/Flow/NormalFlow/Stock2Flow.cs b/Rs.DeweyTester/Flow/NormalFlow/Stock2Flow.cs index 4ddda0b..2a042e0 100644 --- a/Rs.DeweyTester/Flow/NormalFlow/Stock2Flow.cs +++ b/Rs.DeweyTester/Flow/NormalFlow/Stock2Flow.cs @@ -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.上升一层; diff --git a/Rs.DeweyTester/Flow/NormalFlow/Stock3Flow.cs b/Rs.DeweyTester/Flow/NormalFlow/Stock3Flow.cs index fe25b98..05912a6 100644 --- a/Rs.DeweyTester/Flow/NormalFlow/Stock3Flow.cs +++ b/Rs.DeweyTester/Flow/NormalFlow/Stock3Flow.cs @@ -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.上升一层;