From 7c5e163ad41d595fe56b95d9f2b285e6b4f7ebed Mon Sep 17 00:00:00 2001 From: lhiven Date: Mon, 17 Mar 2025 13:42:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=9B=9E=E5=8E=9F=E6=88=90?= =?UTF-8?q?=E5=8A=9F=E6=88=96=E5=A4=B1=E8=B4=A5=E6=97=B6=E5=BC=B9=E6=A1=86?= =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Rs.DeweyTester/Flow/HomeFlow.cs | 4 ++++ Rs.DeweyTester/Properties/AssemblyInfo.cs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Rs.DeweyTester/Flow/HomeFlow.cs b/Rs.DeweyTester/Flow/HomeFlow.cs index ffbdf19..47a3fa5 100644 --- a/Rs.DeweyTester/Flow/HomeFlow.cs +++ b/Rs.DeweyTester/Flow/HomeFlow.cs @@ -268,6 +268,7 @@ namespace Rs.MotionPlat.Flow MachineManage.Instance.MachineStatus = EMachineStatus.HomeFail; MessageQueue.Instance.Insert("Device home fail"); CancleHome(); + Msgbox.ShowTipDialog(EButtonType.Ok, "Device home fail"); } break; case EHomeFlowStep.X轴回原: @@ -290,6 +291,7 @@ namespace Rs.MotionPlat.Flow MachineManage.Instance.MachineStatus = EMachineStatus.HomeFail; MessageQueue.Instance.Insert("Device home fail"); CancleHome(); + Msgbox.ShowTipDialog(EButtonType.Ok, "Device home fail"); } break; case EHomeFlowStep.Y轴回原: @@ -315,6 +317,7 @@ namespace Rs.MotionPlat.Flow MachineManage.Instance.MachineStatus = EMachineStatus.HomeFail; MessageQueue.Instance.Insert("Device home fail"); CancleHome(); + Msgbox.ShowTipDialog(EButtonType.Ok, "Device home fail"); } break; case EHomeFlowStep.到起始位: @@ -335,6 +338,7 @@ namespace Rs.MotionPlat.Flow m_bHomed = true; DevLog.EventTracker("INIT END", 0, "", "HOME"); step = EHomeFlowStep.回原环境检测; + Msgbox.ShowTipDialog(EButtonType.Ok, "Home finished"); } break; default: diff --git a/Rs.DeweyTester/Properties/AssemblyInfo.cs b/Rs.DeweyTester/Properties/AssemblyInfo.cs index 323a948..a644ba5 100644 --- a/Rs.DeweyTester/Properties/AssemblyInfo.cs +++ b/Rs.DeweyTester/Properties/AssemblyInfo.cs @@ -31,6 +31,6 @@ using System.Runtime.InteropServices; // //可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值 //通过使用 "*",如下所示: - [assembly: AssemblyVersion("20.25.15.1")] + [assembly: AssemblyVersion("20.25.15.2")] //[assembly: AssemblyVersion("1.0.0.0")] //[assembly: AssemblyFileVersion("1.0.0.0")]