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")]