|
|
|
@ -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:
|
|
|
|
|