From 1a74b2807706ed94674a8aa48a33ad27511d4723 Mon Sep 17 00:00:00 2001 From: lhiven Date: Tue, 15 Apr 2025 08:12:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dempty=E6=96=99=E4=BB=93?= =?UTF-8?q?=E5=B0=91=E4=BA=8E=E4=B8=A4=E4=B8=AA=E6=96=99=E7=9B=98=E7=9A=84?= =?UTF-8?q?=E6=8A=A5=E8=AD=A6=E9=94=99=E8=AF=AF=E7=9A=84=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Rs.DeweyTester/Flow/NormalFlow/Stock2Flow.cs | 2 +- Rs.DeweyTester/Flow/NormalFlow/Stock3Flow.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.上升一层;